.soporte-listado {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 20px;
}
.kps-soporte-vacio {
	font-size: 14px;
	color: red;
}
.soporte-bloque {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.soporte-titulo {
  font-size: 1.1em;
  color: #0073aa;
  margin-bottom: 5px;
}

.soporte-descripcion {
  font-size: 0.95em;
  color: #666;
  margin-bottom: 10px;
}

.soporte-articulos {
	/*list-style: none;*/
	padding-left: 15px;
}

.soporte-articulos li a {
  font-size: 13px;
  color: #16337c;
  line-height:1;
}

.soporte-articulos a {
  text-decoration: none;
  color: #333;
}

.soporte-articulos a:hover {
  color: #0073aa;
  text-decoration: underline;
}

/* soporte grid */
.soporte-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.soporte-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.soporte-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.soporte-card h2 {
  color: #0073aa;
  margin-bottom: 8px;
  font-size: 1.3em;
}

.soporte-card p {
  color: #555;
  font-size: 0.95em;
  margin-bottom: 10px;
}

.soporte-list {
  list-style: none;
  padding-left: 0;
}

.soporte-list li {
  margin-bottom: 6px;
  font-size: 0.95em;
}

.idea-bullet {
  margin-right: 6px;
  color: #f9b234;
  font-weight: bold;
}

.soporte-vermas {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #0073aa;
  text-decoration: none;
}

.soporte-vermas:hover {
  color: #005f8a;
  text-decoration: underline;
}

/* soporte faq */
.faq-item {
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
}

.faq-title {
  width: 100%;
  background: #0073aa;
  color: #fff;
  border: none;
  text-align: left;
  padding: 14px 18px;
  font-size: 1.1em;
  cursor: pointer;
  transition: background .2s;
}

.faq-title:hover {
  background: #005f8a;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  padding: 0 18px;
}

.faq-content ul {
  list-style: none;
  padding: 12px 0 10px 0;
  margin: 0;
}

.faq-content li {
  margin-bottom: 6px;
}

.idea-bullet {
  margin-right: 6px;
  color: #f9b234;
}

.soporte-vermas {
  display: block;
  margin: 10px 0 12px;
  color: #0073aa;
  text-decoration: none;
  font-weight: 600;
}

/* soporte horizontal */
.soporte-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #f8f9fb;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.soporte-info {
  flex: 1 1 250px;
  margin-right: 30px;
}

.soporte-info h3 {
  color: #0073aa;
  margin-bottom: 6px;
}

.soporte-items {
  flex: 2 1 400px;
}

.soporte-items ul {
  list-style: none;
  padding-left: 0;
}

.soporte-items li {
  margin-bottom: 6px;
  font-size: 0.95em;
}

.idea-bullet {
  color: #f9b234;
  margin-right: 5px;
}

.soporte-vermas {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  color: #0073aa;
  text-decoration: none;
}

.soporte-vermas:hover {
  text-decoration: underline;
}

/* listar_soporte_horizontal */
.soporte-horizontal-moderno-contenedor {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.soporte-horizontal-moderno-bloque {
  display: grid;
  grid-template-columns: 420px 1fr;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  background: #fff;
}

.soporte-horizontal-moderno-categoria {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 220px;
  color: #fff;
}

.soporte-overlay {
  position: absolute;
  inset: 0;
  background: rgba(60, 60, 60, 0.45); /* Filtro gris tenue */
  backdrop-filter: grayscale(40%);
}

.soporte-cat-texto {
  position: relative;
  padding: 20px;
  text-align: center;
  z-index: 2;
}

.soporte-cat-texto h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
}

.soporte-cat-texto p {
  font-size: 0.95em;
  color: #eaeaea;
  margin: 0;
}

.soporte-horizontal-moderno-articulos {
  padding: 25px 35px;
}

.soporte-horizontal-moderno-articulos ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.soporte-horizontal-moderno-articulos li {
  margin-bottom: 6px;
}

.soporte-horizontal-moderno-articulos li::marker {
  color: #3c8dbc; /* Foco tipo idea */
}

.soporte-horizontal-moderno-articulos a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  border-radius: 4px;
  padding: 2px 4px;
}

.soporte-horizontal-moderno-articulos a:hover {
  color: #000;
  background-color: rgba(0,0,0,0.05);
}

.soporte-ver-todos {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 14px;
  background: #f2f2f2;
  border-radius: 8px;
  color: #0073aa;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.soporte-ver-todos:hover {
  background: #0073aa;
  color: #fff;
}

@media (max-width: 768px) {
  .soporte-horizontal-moderno-bloque {
    grid-template-columns: 1fr;
  }
  .soporte-horizontal-moderno-categoria {
    min-height: 160px;
  }
}

