body {
  font-family: 'Alexandria', sans-serif;
}
/* GENERAL */
.testi-frame1-body {
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  font-family: 'Alexandria', sans-serif;
  background: white;
  color: #333;
  position: relative;
}

/* HEADER */
.header-section {
  position: relative;
  overflow: hidden;
}

header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  gap: 10px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
}

/* LEFT CONTENT */
.left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 45%;
  position: relative;
  top: 0;
  /* Quitamos desplazamiento forzado */
  padding-bottom: 60px;
}

.logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.left-content p {
  font-family: 'Visby Round CF', Arial, sans-serif;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  color: #333;
  margin-top: 15px;
  max-width: 350px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  line-height: 1.5;
  z-index: 2;
  margin-top: -15px;
}

/* RIGHT CONTENT */
.right-content {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  transform: none;
  /* Quitamos desplazamiento en desktop */
}

.kids-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: -3px;
}

/* FRANJA */
.franja-decorativa {
  background-image: url('../../assets/testimonios/frame1/line-orange-testim.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

/* DECORATIVOS */
.decorativo {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.vec1 {
  top: 10%;
  left: 0%;
  max-width: 80px;
}

.vec2 {
  top: 25%;
  left: 45%;
  max-width: 40px;
}

.vec3 {
  top: 55%;
  left: 48%;
  max-width: 40px;
}

.vec4 {
  top: 47%;
  left: 80%;
  max-width: 100px;
}

.vec5 {
  top: 25%;
  left: 93%;
  max-width: 100px;
}

/* ------------------ MEDIA QUERIES ------------------ */

/* TABLETS Y MÓVILES GRANDES */
@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }

  .left-content,
  .right-content {
    flex: 1 1 100%;
    align-items: center;
    text-align: center;
  }

  .franja-decorativa {
    height: 80px;
    bottom: -20px;
  }

  .left-content p {
    font-size: clamp(0.8rem, 3vw, 1rem);
    margin-top: 20px;
  }

  .kids-img {
    margin-bottom: -20px;
  }

  .decorativo {
    display: none;
    ;


  }
}



/* MÓVILES PEQUEÑOS */
@media screen and (max-width: 480px) {
  .left-content {
    padding-bottom: 2px;
  }

  .left-content p {
    font-size: clamp(0.7rem, 3.5vw, 0.9rem);
    margin-top: 10px;
  }

  .kids-img {
    margin-bottom: -15px;
  }

  .decorativo {
    display: none;
    /* Aquí sí los escondemos del todo */
  }
}

/* -------- TABLETS GRANDES: 912px -------- */
@media screen and (max-width: 912px) {
  .left-content {
    align-items: center;
    text-align: center;
  }

  .left-content p {
    font-size: clamp(0.85rem, 2.5vw, 1rem);
    margin-top: 15px;
  }

  .kids-img {
    max-width: 90%;
  }

  .franja-decorativa {
    height: 90px;
  }

  .decorativo {
    opacity: 0.5;
    max-width: 30px;
  }

  .vec4,
  .vec5 {
    left: 70%;
    max-width: 70px;
  }
}

/* -------- LAPTOPS y PANTALLAS MEDIAS: 1024px -------- */
@media screen and (max-width: 1024px) {
  .left-content {
    top: 0;
    max-width: 50%;
    padding-bottom: 60px;
  }


  .left-content p {
    font-size: clamp(0.8rem, 1.8vw, 0.95rem);
    margin-top: -10px;
  }

  .right-content {
    transform: translateX(20px);
  }

  .left-content p {
    font-size: clamp(0.9rem, 2vw, 1.05rem);
  }

  .kids-img {
    max-width: 97%;
  }

  .franja-decorativa {
    height: 100px;
  }

  .decorativo {
    max-width: 40px;
    opacity: 0.6;
  }

  .logo {
    max-width: 70%;

  }
}

/* -------- PANTALLAS GRANDES: 1920px o más -------- */
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }

  .left-content p {
    font-size: 1.2rem;
    max-width: 500px;
  }

  .kids-img {
    max-width: 100%;
  }

  .decorativo {
    max-width: 100px;
    opacity: 0.8;
  }

  .franja-decorativa {
    height: 130px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }

  .left-content p {
    font-size: 1.3rem;
  }

  .kids-img {
    max-width: 100%;
  }

  .franja-decorativa {
    height: 140px;
  }

  .decorativo {
    max-width: 120px;
    opacity: 1;
  }

  .vec1 {
    left: 2%;
    max-width: 100px;
  }

  .vec2 {
    left: 40%;
  }

  .vec3 {
    left: 45%;
  }

  .vec4 {
    left: 75%;
  }

  .vec5 {
    left: 88%;
  }
}



/* Media queries para pantallas hasta 1024px con orientación */

/* Hasta 1024px - modo horizontal (landscape) */
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .left-content {
    top: 0;
    max-width: 50%;
    padding-bottom: 60px;
  }


  .left-content p {
    font-size: clamp(0.8rem, 1.8vw, 0.95rem);
    margin-top: -10px;
  }

  .right-content {
    transform: translateX(20px);
  }

  .left-content p {
    font-size: clamp(0.9rem, 2vw, 1.05rem);
  }

  .kids-img {
    max-width: 97%;
  }

  .franja-decorativa {
    height: 100px;
  }

  .decorativo {
    max-width: 40px;
    opacity: 0.6;
  }

  .logo {
    max-width: 70%;

  }
}

/* Hasta 1024px - modo vertical (portrait) */
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .left-content {
    padding-bottom: 60px;
    /* Más espacio en modo vertical */
    font-size: clamp(0.85rem, 2vw, 1rem);
  }
}

/* Hasta 480px - modo horizontal (landscape) */
@media screen and (max-width: 480px) and (orientation: landscape) {
  .left-content {
    padding-bottom: 20px;
    font-size: clamp(0.7rem, 3vw, 0.9rem);
  }
}

/* Hasta 480px - modo vertical (portrait) */
@media screen and (max-width: 480px) and (orientation: portrait) {
  .left-content {
    padding-bottom: 10px;
    font-size: clamp(0.7rem, 3.5vw, 0.9rem);
  }
}


@media screen and (max-width: 4000px) and (orientation: portrait) {
  .decorativo {
    display: none;
    ;
  }
}


@media screen and (min-width: 1024px) and (min-height: 800px) and (orientation: landscape) {
 .decorativo {
    display: none;
    ;
  }

}





