/* TESTIMONIOS =============================================================== */
#testimonios {
  font-family: "Poppins", sans-serif !important;
  background-color: #3985ff;
  position: relative;
  overflow: hidden;
  padding: calc(var(--paddingMedium) * 1) 0 var(--paddingMedium) 0;
}
#testimonios .titulo {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
#testimonios .titulo h2 {
  font-size: clamp(2.8rem, 5.5vw, 3.4rem);
  color: #fff;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 1em;
}
#testimonios .titulo h2 span {
  font-style: italic;
  color: #012875;
}
#testimonios .titulo h2 img {
  font-size: clamp(1rem, 1.9vw, 1.14rem);
  width: 20em;
  margin-top: 2em;
}
#testimonios .wrapper {
  width: 100%;
  display: grid;
  font-size: clamp(1rem, 1.9vw, 1.14rem); /* Igual a .slider */
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
  /* Overlays para el slider */
}
#testimonios .wrapper .splide {
  position: relative;
  overflow: hidden;
  font-size: clamp(1rem, 1.9vw, 1.14rem);
}
#testimonios .wrapper .splide .tarjetaTestimonio {
  width: calc(100vw - 4em);
  max-width: 20em;
  padding: 2.2em 2.1em 1.6em 2.1em;
  font-weight: 500;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  background-color: #fff;
  border-radius: 1.8em;
}
#testimonios .wrapper .splide .tarjetaTestimonio p {
  margin-bottom: 0em;
  font-weight: 500;
  line-height: 1.2em;
  flex: 1;
}
#testimonios .wrapper .splide .tarjetaTestimonio p span {
  color: #8694ff;
  font-weight: 600;
}
#testimonios .wrapper .splide .tarjetaTestimonio .quotes {
  width: 3.7em;
  margin-bottom: 0.8em;
}
#testimonios .wrapper .splide .tarjetaTestimonio .autor {
  font-weight: 600;
  font-size: 0.6em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 2.4em;
  height: 5em;
  align-items: flex-start;
}
#testimonios .wrapper .splide .tarjetaTestimonio .autor .role {
  color: #8694ff;
}
#testimonios .wrapper .splide .tarjetaTestimonio .avatar {
  position: absolute;
  bottom: 2em;
  right: 1.7em;
  width: 7em;
}
#testimonios .wrapper #slider::before,
#testimonios .wrapper #slider::after {
  font-size: clamp(1rem, 1.9vw, 1.14rem); /* Igual a .slider */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 50;
}
#testimonios .wrapper #slider::before {
  left: 23em;
  background-color: rgba(57, 133, 255, 0.5);
}
#testimonios .wrapper #slider::after {
  left: 20em;
  width: 3em;
  background: #3985ff;
  background: rgb(57, 133, 255);
  background: linear-gradient(-90deg, rgba(57, 133, 255, 0.5) 1%, rgba(57, 133, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3985FF", endColorstr="#3985FF00", GradientType=0);
}
#testimonios .wrapper .controls {
  font-size: clamp(1rem, 1.9vw, 1.14rem); /* Igual a .tarjeta */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100vw - 4em);
  max-width: 20em;
  position: relative;
}

.splide .splide__track {
  margin-bottom: 55px;
}

#testimonios .splide .item:hover {
  background-size: 105% !important;
}

#testimonios .splide .item picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#testimonios .splide .item picture img {
  width: 100%;
  transition: 0.3s;
}

#testimonios .splide .item:hover picture img {
  transform: scale(1.05);
}

#testimonios .splide .splide__pagination {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 0;
  height: 36px;
  bottom: 0;
  left: 0;
  transform: translateX(0);
}

#testimonios .splide .splide__pagination button {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background-color: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  opacity: 0.3;
  transition: all 0.2s;
}

#testimonios .splide .splide__pagination button:hover {
  opacity: 0.8;
}

#testimonios .splide .splide__pagination button.is-active {
  opacity: 1;
  background-color: #fff;
  transform: scale(1);
}

#testimonios .splide .splide__arrows {
  display: flex;
  align-items: flex-start;
  z-index: 1;
}

#testimonios .splide .splide__arrows .splide__arrow {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 20px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  background-size: contain;
  background-position: center center;
  text-indent: 110%;
  overflow: hidden;
  transition: all 0.2s;
  opacity: 1;
}

#testimonios .splide .splide__arrows .splide__arrow:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

#testimonios .splide .splide__arrows .splide__arrow.splide__arrow--prev {
  background-image: url(flecha_izquierda.svg);
  right: 47px;
  left: 0;
  top: 0;
  transform: translateY(0);
}

#testimonios .splide .splide__arrows .splide__arrow.splide__arrow--next {
  margin-left: 10px;
  background-image: url(flecha_derecha.svg);
  right: 0;
  top: 0;
  transform: translateY(0);
}

#testimonios .splide .splide__arrow[disabled],
#testimonios .splide .splide__arrow[disabled]:hover {
  opacity: 0.3;
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 740px) {
  #testimonios .splide .splide__pagination {
    width: calc(100vw - 4em);
  }
  #testimonios {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  #testimonios .titulo {
    width: 20em;
    margin: 0 auto;
    justify-content: flex-start;
    position: relative;
  }
  #testimonios .titulo h2 {
    font-size: clamp(2.4rem, 7vw, 3rem);
  }
  #testimonios .titulo img {
    display: none;
  }
  #testimonios .wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  #testimonios .controls {
    margin: 0 auto;
  }
  #testimonios #slider::before,
  #testimonios #slider::after {
    display: none;
  }
}/*# sourceMappingURL=testimonios.css.map */