
/* Título de testimonios */
.title-testimonio {
  /* Sin estilos adicionales definidos en HTML, solo clase para separar si se requiere en el futuro */
}

/* Párrafo debajo del título */
.descripcion-testimonio {
  /* Esta clase es para permitir mover estilos aquí si en el futuro quieres estilizar */
}

/* Imágenes del carrusel de testimonios */
#testimonial-clients figure.item img {
  width: 100%;
}

/* Separador de espacio de las timagenes de wsp */
#testimonial-clients .item {
    padding: 0 10px; /* Espaciado horizontal entre imágenes */
}

#testimonial-clients .item img {
    border-radius: 6px; /* Opcional: bordes redondeados para mejor estética */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Opcional: sombra ligera */
}

/* Estilo para los videos incrustados responsivos */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* proporción 16:9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FLECHA */
#back-to-top .btn.btn-primary:hover {
    background: #334F96;
}

#back-to-top .btn.btn-primary {
    border-radius: 100%;
    padding: 0px;
    font-size: 18px;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid transparent;
    color: #fff;
    opacity: 0.5;
}
