/* ===== GENERAL ===== */
.testimonios-frame3-body {
  font-family: 'Alexandria', sans-serif;
  background-color: #fff;
  color: #1B1232;
  text-align: center;
  padding: 2rem 1rem;
}

/* ===== CABECERA ===== */
.fr3-testi-experiencias {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 2rem auto;
  padding: 1rem;
  flex-wrap: wrap;
}

.fr3-testi-title {
  text-align: left;
  max-width: 60%;
  padding-left: 2rem;
}

.p-testi-expe {
  font-size: 30px;
  font-weight: 700;
  color: #1B1232;
}

.resaltado-test-expe {
  font-family: 'Alexandria', sans-serif;
  background-color: #00CFE9;
  color: white;
  font-weight: bold;
  padding: 0.6rem 1.4rem;
  font-size: 30px;
  display: inline-block;
  margin-top: -1rem;
  margin-left: 7.5rem;
  border-radius: 6px;
}

.logo-testi-expe img {
  max-width: 350px;
  height: auto;
}

/* ===== FRASE Y BOTONES ===== */
.fr3-testi-buttons .p-fr3-testi {
  font-family: 'Visby Round CF', Arial, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: #1B1232;
}

.div-buttons-fr3-testi {
  display: inline-flex;
  justify-content: center;
  gap: 0;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #ddd;
  box-shadow: 0 0 0 1px #ddd;
}

.btn-fr3-testi {
  border: none;
  padding: 1rem 1.5rem;
  font-size: 0.85rem;
  font-weight: bold;
  cursor: pointer;
  width: 220px;
  white-space: nowrap;
  line-height: 1.2;
}

.btn-fr3-testi.active-fr3-testi {
  background-color: #F92684;
  color: white;
}

.btn-fr3-testi:not(.active-fr3-testi) {
  background-color: #fff6e6;
  color: #f6a900;
}

/* ===== TESTIMONIOS VIDEO ===== */
.seccion-testimonios {
  position: relative;
  background: #fff;
  min-height: 656px;
  display: flex;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.testimonios-section {
  position: relative;
  border-radius: 33px;
  max-width: 1200px;
  width: 100%;
  z-index: 2;
 
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonios-card {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}

.testimonios-card.hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

.testimonios-card.active {
  visibility: visible;
  opacity: 1;
  position: relative;
  height: auto;
  pointer-events: auto;
}

.testimonios-img-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 576px;
  margin-left: 100px;
}

.testimonios-img-placeholder {
  width: 350px;
  height: 550px;
  background: #d3d3d3;
  border-radius: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.testimonios-arrow {
  font-size: 3rem;
  color: #231942;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  background: none;
  border: none;
  line-height: 1;
  transition: color 0.2s;
  margin: 0 0.5rem;
}

.testimonios-arrow:hover {
  color: #fe2491;
}

.testimonios-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 130px;
  padding-left: 0;
  max-width: 540px;
  height: 100%;
}

.testimonios-title {
  font-family: 'Alexandria', sans-serif;
  font-size: 45.46px;
  font-weight: 900;
  color: #fe2491;
  margin-bottom: 0.5rem;
  line-height: 1;
  text-align: left;
}

.testimonios-nombre {
  margin: 32px 0 8px 0;
  font-size: 1.3rem;
  font-weight: 800;
  color: #231942;
  font-family: 'Alexandria', sans-serif;
  text-align: left;
}

.testimonios-texto {
  font-family: 'Visby Round CF', Arial, sans-serif;
  font-size: 1.1rem;
  color: #231942;
  max-width: 420px;
  line-height: 1.3;
  text-align: justify;
}

/* ===== COMENTARIOS ===== */
.comentarios-grid-nueva {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  justify-content: center;
  margin: 3rem 0;
  background: #fff;
  align-items: stretch;
  padding: 0 165px;
}

.comentario-card-nueva {
  position: relative;
  border: 3px solid #2d2d54;
  border-radius: 12px;
  min-height: 390px;
  padding: 3.5rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.92);
  z-index: 3;
}

.comentario-card-nueva-largo {
  grid-column: span 2;
  min-height: 320px;
}

.comentario-corner {
  position: absolute;
  top: -28px;
  left: -28px;
  display: flex;
  align-items: flex-start;
  z-index: 3;
}

.comentario-comilla-abre {
  width: 56px;
  height: 56px;
}

.comentario-comilla-cierra {
  position: absolute;
  bottom: -5%;
  right: -15%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
}

.comentario-comilla-cierra-largo {
  right: -7%;
}

.comentario-foto-nueva {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #000;
  background: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-top: -50px;
}

.comentario-titulo-nueva {
  font-family: 'Visby Round CF';
  font-weight: 700;
  font-size: 19.95px;
  margin-bottom: 0.7rem;
  color: #2d2d54;
  text-align: left;
}

.comentario-texto-nueva {
  font-family: 'Visby Round CF';
  font-weight: 500;
  font-size: 14.05px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  word-spacing: 0.2em;
  color: #222;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.comentario-footer-nueva {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #e0e0e0;
  padding-top: 0.7rem;
  margin-top: auto;
}

.comentario-nombre-nueva {
  color: #fe2491;
  font-family: 'Visby Round CF';
  font-weight: 700;
  font-size: 19.95px;
}

.comentario-facebook-nueva {
  width: 36px;
  height: 36px;
}

.vec6 {
  top: 275%;
  left: 0%;
  max-width: 200px;
}

.vec7 {
  top: 290%;
  left: 85%;
  max-width: 70px;
}

.vec8 {
  top: 350%;
  left: 85%;
  max-width: 200px;
}


.vec9 {
  top: 380%;
  left: 10%;
  max-width: 80px;
}

/* ===== MEDIA QUERIES ===== */

@media (max-width: 480px) {
  .fr3-testi-experiencias {
    flex-direction: column;
  }

  .fr3-testi-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0;

  }

  .p-testi-expe {
    font-size: 1.2rem;
    margin: 0.5rem auto;
    text-align: center;
  }

  .resaltado-test-expe {
    font-size: 1.2rem;
    margin-left: 5px;
    margin-top: 0rem;
    padding: 0.5rem 1rem;
    text-align: center;
  }

  .logo-testi-expe {
    display: flex;
    justify-content: center;
  }

  .logo-testi-expe img {
    max-width: 70%;
    margin: 1rem 0;
    align-items: center;
  }

  .btn-fr3-testi {
    font-size: 0.8rem;
    padding: 0.6rem 0.8rem;
  }

  .testimonios-img-placeholder {
    height: 200px;
    min-height: 150px;
    overflow: hidden;
  }

  .comentario-titulo-nueva {
    font-size: 1rem;
  }

  .comentario-texto-nueva {
    font-size: 0.85rem;
  }

  .comentario-nombre-nueva {
    font-size: 1rem;
  }

  .comentario-foto-nueva {
    width: 72px;
    height: 72px;
  }

  .testimonios-card {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1rem;
  }

  .testimonios-img-nav {
    margin-left: 0;
    flex-direction: column;
    min-height: auto;
  }

  .testimonios-img-placeholder {
    max-width: 400px;
    height: 225px;
  }
 .comentarios-grid-nueva{
      padding: 0 30px;
 }
  .testimonios-content {
    padding-top: 0;
    max-width: 100%;
    margin: 20px;
  }

  .testimonios-title {
    font-size: 1.5rem;
  }

  .testimonios-nombre {
    font-size: 1rem;
  }

  .testimonios-texto {
    font-size: 0.9rem;
    max-width: 100%;
  }

  .testimonios-card {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1rem;
  }

  .testimonios-img-nav {
    margin-left: 0;
    flex-direction: column;
    min-height: auto;
  }

  .testimonios-img-placeholder {
    max-width: 400px;
    height: 225px;
  }

  .testimonios-title {
    font-size: 1.5rem;
  }

  .testimonios-nombre {
    font-size: 1rem;
  }

  .testimonios-texto {
    font-size: 0.9rem;
    max-width: 100%;
  }

}

/* MÓVILES */
@media (min-width: 481px) and (max-width: 768px) {
  .fr3-testi-experiencias {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0.5rem;
  }

  .fr3-testi-title {
    max-width: 100%;
    padding-left: 0;
  }

  .p-testi-expe,
  .resaltado-test-expe {
    font-size: 1.8rem;
    margin-left: 0;
    margin-top: 0.5rem;
  }

  .resaltado-test-expe {
    padding: 0.5rem 1rem;
  }

  .logo-testi-expe img {
    max-width: 250px;
    margin: 1rem 0;
  }

  .fr3-testi-buttons .p-fr3-testi {
    font-size: 1rem;
  }

  .div-buttons-fr3-testi {
    width: 100%;
    max-width: 350px;
    justify-content: center;
  }

  .btn-fr3-testi {
    min-width: 100px;
    width: auto;
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }

  .testimonios-card {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1rem;
  }

  .testimonios-img-nav {
    margin-left: 0;
    flex-direction: column;
    min-height: auto;
  }

  .testimonios-img-placeholder {
    max-width: 400px;
    height: 265px;
  }

  .testimonios-content {
    padding-top: 0;
    max-width: 100%;
    padding: 0;
    margin-left: 100px;
    margin-right: 70px;
  }

  .testimonios-title {
    font-size: 1.5rem;
  }

  .testimonios-nombre {
    font-size: 1rem;
  }

  .testimonios-texto {
    font-size: 0.9rem;
    max-width: 100%;
  }

  .comentarios-grid-nueva {
    grid-template-columns: 1fr;
    padding: 1rem 4.0rem;
  }

  .comentario-card-nueva {
    padding: 2rem 1.5rem;
  }
  
}


@media (min-width: 769px) and (max-width: 912px) {

  .fr3-testi-experiencias {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0.5rem;
  }

  .fr3-testi-title {
    max-width: 100%;
    padding-left: 0;
  }

  .p-testi-expe,
  .resaltado-test-expe {
    font-size: 1.8rem;
    margin-left: 0;
    margin-top: 0.5rem;
  }

  .resaltado-test-expe {
    padding: 0.5rem 1rem;
  }

  .comentarios-grid-nueva {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2rem 6rem;
  }



 .testimonios-img-nav {
    margin-left: 34px;
    flex-direction: column;
    min-height: auto;
  }

  .testimonios-img-placeholder {
    max-width: 400px;
    height: 100%;
  }

  .testimonios-content {
    padding-top: 0;
    align-items: center;
    text-align: center;
    margin-right: 15px;
  }


  .testimonios-title,
  .testimonios-nombre,
  .testimonios-texto {
    text-align: center;
  }
}

/* TABLETS */
@media (min-width: 913px) and (max-width: 1024px) {

  .p-testi-expe,
  .resaltado-test-expe {
    font-size: 1.6rem;

  }


  .testimonios-card {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1rem;
  }

  .testimonios-img-nav {
    margin-left: 0;
    flex-direction: column;
    min-height: auto;
  }

  .testimonios-img-placeholder {
    max-width: 400px;
    height: 225px;
  }

  .testimonios-content {
    padding-top: 0;
    align-items: center;
    text-align: center;
  }

  .testimonios-title {
    font-size: 2rem;
  }

  .testimonios-nombre {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }

  .testimonios-texto {
    font-size: 1rem;
    max-width: 90%;
  }

  .comentarios-grid-nueva {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 2rem;
  }

  /* Ajustar el contenedor del texto y el recuadro azul */
  .fr3-testi-title {
    display: block;
    /* para que el texto ocupe toda la línea */
    max-width: 100%;
  }

  .logo-testi-expe {
    display: flex;
    ;
  }

  .logo-testi-expe img {
    max-width: 240px;
    margin: 1rem 80px;
  }

 

}


@media screen and (max-width: 1024px) and (orientation: landscape) {
  .fr3-testi-experiencias {
    flex-direction: column;
  }

  .testimonios-card {
    flex-direction: column;
  }

  .comentarios-grid-nueva {
    grid-template-columns: repeat(2, 1fr);
  }
 
  
}


@media screen and (max-width: 1024px) and (orientation: portrait) {
  .comentarios-grid-nueva {
    grid-template-columns: 1fr;
  }

  .testimonios-card {
    padding: 1rem;
  }

}


@media screen and (max-width: 480px) and (orientation: portrait) {
  .div-buttons-fr3-testi {
    flex-direction: column;
  }

  .btn-fr3-testi {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .comentario-foto-nueva {
    width: 64px;
    height: 64px;
  }
}

@media screen and (min-width: 1440px) {
  .fr3-testi-experiencias {
    max-width: 1280px;
  }

  .comentarios-grid-nueva {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 10rem;
  }

  .testimonios-img-placeholder {
    width: 400px;
    height: 600px;
  }

  .testimonios-title {
    font-size: 3rem;
  }
}


