/* ====================================================
   ESTILOS GENERALES
   ==================================================== */
   html {
    scroll-behavior: smooth;
  }
  
   body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

[id] {
  scroll-margin-top: 300px;
}

/* ====================================================
   HEADER
   ==================================================== */
header {
    background: white;
    padding: 40px 0;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 50px;
}
nav ul li {
    display: inline;
}
nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
}
nav ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #FFCD2C;
    border-radius: 5px;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}
nav ul li a:hover::after {
    transform: scaleX(1);
}

@media (max-width: 992px) {
  nav ul {
      gap: 29px;
  }

  nav ul li a {
    font-size: 18px;
  }
}



/* ====================================================
   MENÚ RESPONSIVE
   ==================================================== */
#menu-movil {
  display: none;
}

.icono-menu {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: 25px; 
  z-index: 1100;
}

.icono-menu img {
  width: 40px;
  height: auto;
}


@media (max-width: 780px) {
  header {
    box-shadow: none;
  }

  nav {
    justify-content: flex-start;
  }

  .nav-enlaces {
    display: none;
    flex-direction: column;
    background-color: white;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 30px;
    gap: 34px;
    text-align: left;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.1);
  }

  .nav-enlaces a {
   margin-left: 0px;
  }

  #menu-movil:checked + .icono-menu + .nav-enlaces {
    display: flex;
  }

  .icono-menu {
    display: block;
  }
}




/* ====================================================
   IMAGEN INICIO CARA SVG
   ==================================================== */
   .imginicio {
    position: relative;
    width: 100vw;
    overflow: hidden;
    margin-top: 220px;
    margin-bottom: -80px;
    text-align: center;
    z-index: -999;
  }

  .imginicio-svg {
    display: block;
    width: 100vw;
    max-width: none;
    height: auto;
    transition: transform 0.3s ease, width 0.3s ease;
    z-index: -999;
    position: relative;
  }

  .imginicio-alt {
    display: none;
    width: 100vw;
    height: auto;
  }

  @media (max-width: 983px) {
    .imginicio-svg {
      width: 100vw;
      transform: translateX(-0vw);
    }
  }

  @media (max-width: 720px) {
    .imginicio {
      margin-bottom: -30px;
    }

    .imginicio-svg {
      width: 120vw;
      transform: translateX(-10vw);
    }
  }

  @media (max-width: 490px) {
    .imginicio {
     margin-top: 0px;
     margin-bottom: 20px;
    }
    .imginicio-svg {
      display: none;
    }

    .imginicio-alt {
      display: block;
      margin-top: 200px;
      margin-bottom: -60px;
      z-index: -999;
    }
  }

  
  
  


/* ====================================================
   TEXTO BAJAR PARA DESCUBRIR
   ==================================================== */
.scroll-text {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  color: rgb(0, 0, 0); 
  background: rgba(255, 255, 255, 0.8);
  padding: 6px 12px;
  border-radius: 12px;
  pointer-events: none;
}

.scroll-text img {
    width: 20px; 
    height: auto;
}
.scroll-text span {
    font-weight: 600;
}

@media (max-width: 480px) {

  .scroll-text {
      font-size: 14px;
      gap: 5px;
  }

  .scroll-text img {
      width: 15px;
  }
}

/* ====================================================
   TITULO QUE SOM?
   ==================================================== */
.info-box {
    position: relative; 
    text-align: center;
    border: 1px solid #000000;
    background-color: transparent;
    color: rgb(0, 0, 0);
    padding: 20px;
    border-radius: 50px; 
    width: 190px;
    margin: 10px auto; 
    z-index: 999;
}

.info-box h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 888px) {
    .info-box {
    width: 190px;
    padding: 15px;
    z-index: 999;

      }
    .info-box h2{
    font-size: 18px;
    z-index: 999;

    }
}
   






/* ====================================================
  DESCRIPCIÓN QUE SOM?
   ==================================================== */
.description {
    margin-top: 50px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 200;
    text-align: center;
    color: #000000; 
    padding-left: 250px;
    padding-right: 250px;
}

/* Línea horizontal */
.linea-horizontal {
    border: none;                 
    border-top: 1px solid #000000; 
    width: 1000px;                 
    margin: 100px auto;           
}

@media (max-width: 1200px) {

  .linea-horizontal {
      width: 80%;
      margin: 80px auto;     
  }
}

@media (max-width: 888px) {
    /* Móviles */
    .description {
        padding-left: 120px;
        padding-right: 120px;
        font-size: 18px;
      }
  }

@media (max-width: 588px) {
    /* Móviles */
    .description {
        padding-left: 60px;
        padding-right: 60px;
      }
  }

  


/* ====================================================
   EXCURSIONES TEXTO
   ==================================================== */
   .info2 {
    position: relative; /* 🔥 Esto es clave para contener las pegatinas */
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 60px 20px; /* Añado más padding para dejar espacio a las pegatinas */
    border-radius: 50px; 
    margin: 10px auto; 
    margin-top: -30px;
    overflow: hidden; /* 🔒 Por si acaso, que no sobresalgan */
}

.info2 h2 {
    font-weight: 600;
    font-size: 30px;
}

.centro {
    text-align: center;  
}

.centro p {
    font-size: 20px;  
    font-weight: 500; 
}

.icono-plus {
    width: 21px; 
    height: auto;
    vertical-align: middle;  
    margin: 0 5px;  
}

.pegatina {
  position: absolute; /* 🔥 Esto las hace flotar dentro de .info2 */
  width: 90px;
  pointer-events: none; /* Que no molesten al hacer clic */
  z-index: -1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50px; /* si quieres bordes redondeados */
}

.pegatina1 {
  top: 10px;
  left: 5%;
  transform: rotate(-10deg);
}

.pegatina2 {
  top: 30px;
  right: 10%;
  transform: rotate(15deg);
}

.pegatina3 {
  bottom: 12px;
  left: 70%;
  transform: rotate(-20deg);
}

/* 📱 Para menos de 1226px (pegatinas pequeñas y mejor colocadas) */
@media (max-width: 1226px) {
  .pegatina {
    width: 70px;
  }

  .pegatina1 {
    top: 5px;
    left: 13%;
    transform: rotate(-10deg);
  }

  .pegatina2 {
    top: 5px;
    right: 5%;
    transform: rotate(10deg);
  }

  .pegatina3 {
    bottom: 10px;
    left: 60%;
    transform: rotate(-15deg);
  }
}


@media (max-width: 768px) {
  .info2 h2 {
    font-weight: 600;
    font-size: 22px;
  }
  .centro p {
      font-size: 16px;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: -20px;
  }

  .pegatina {
    width: 60px;
  }

  .pegatina1 {
    top: 15px;
    left: 2%;
    transform: rotate(-10deg);
  }

  .pegatina2 {
    top: 5px;
    right: 2%;
    transform: rotate(10deg);
  }

  .pegatina3 {
    bottom: 20px;
    left: 65%;
    transform: rotate(-15deg);
  }
}



 /* ====================================================
   GALERÍA (Carrusel de imágenes y opiniones)
==================================================== */
.contenedor-galeria {
  width: 100%;
  max-width: 1350px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

input[name="control-galeria1"],
input[name="control-galeria2-unique"] {
  display: none;
}

.contenedor-grupos {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.grupo-galeria {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  flex-shrink: 0;
  padding: 30px 0;
  gap: 30px;
}

.grupo-galeria img {
  width: 23%;
  height: auto;
  border-radius: 10px;
}

.indicadores-galeria {
  text-align: center;
  margin-top: 15px;
}

.indicador-galeria {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 6px;
  background-color: rgb(145, 145, 145);
  border-radius: 50%;
  cursor: pointer;
}

/* Carrusel de imágenes */
#grupo1:checked ~ .galeria .contenedor-grupos {
  transform: translateX(0%);
}
#grupo2:checked ~ .galeria .contenedor-grupos {
  transform: translateX(-100%);
}
#grupo3:checked ~ .galeria .contenedor-grupos {
  transform: translateX(-200%);
}

#grupo1:checked ~ .indicadores-galeria label[for="grupo1"],
#grupo2:checked ~ .indicadores-galeria label[for="grupo2"],
#grupo3:checked ~ .indicadores-galeria label[for="grupo3"] {
  background-color: #f9c311;
}

/* Carrusel de opiniones */
#grupo4:checked ~ .galeria .contenedor-grupos {
  transform: translateX(0%);
}
#grupo5:checked ~ .galeria .contenedor-grupos {
  transform: translateX(-100%);
}
#grupo6:checked ~ .galeria .contenedor-grupos {
  transform: translateX(-200%);
}

#grupo4:checked ~ .indicadores-galeria label[for="grupo4"],
#grupo5:checked ~ .indicadores-galeria label[for="grupo5"],
#grupo6:checked ~ .indicadores-galeria label[for="grupo6"] {
  background-color: #f9c311;
}


.opinion {
  width: 20%;
  padding: 10px; /* menos padding para que quede más espacio para el texto */
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid black;
  border-radius: 10px;
  margin: 0 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.opinion p {
  padding: 15px 10px; /* más espacio dentro del texto */
  margin: 0 auto;
  line-height: 1.6;
}

.opinion h3 {
  margin-bottom: 10px;
}

.opinion .estrellas {
  margin-top: 10px;
  font-size: 18px;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  input[name="control-galeria"],
  input[name="control-galeria2-unique"],
  .indicadores-galeria {
    display: none;
  }

  .contenedor-grupos {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; 
    margin-left: 15px;
  }

  .grupo-galeria {
    display: contents;
  }

  .grupo-galeria img {
    width: 48%;
    scroll-snap-align: center;
    margin-right: 15px;
  }

  .opinion {
    width: 1000px;
    font-size: 16px;
    margin-right: 15px;
  }

  .opinion h3{
    margin-right: 50px;
    margin-left: 50px;
  }

  .opinion p{
    margin-right: 10px;
    margin-left: 10px;
  }

  .opinion .estrellas {
    margin-top: -10px;
    font-size: 17px;
  }
}

/* Móvil */
@media screen and (max-width: 600px) {
  .grupo-galeria img {
    width: 80%;
    margin-left: 15px;
  }
  
  .opinion {
    width: 1000px;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 15px;
    margin-bottom: 30px;
  }

  .opinion .estrellas {
    margin-top: -10px;
    font-size: 17px;
  }
}

 
  


/* ====================================================
   SECCIÓN IMAGENES LATERALES CARAS
   ==================================================== */
.info-container {
    position: relative;
    width: 100%;
    margin-top: 100px; 
    text-align: center;
    margin-bottom: 320px;
}

.imagen-izquierda,
.imagen-derecha {
    position: absolute;
    top: 0;
    height: auto;
    width: auto;
    object-fit: cover;
    z-index: 0;

}

.imagen-izquierda {
    left: -0vw; /* Hace que sobresalga a la izquierda */
    margin-top: 20px;
}

.imagen-derecha {
    right: -0vw; /* Hace que sobresalga a la derecha */
    top: -150px;
}

@media (max-width: 1090px) {
  .info-container {
    margin-top: 180px; 
    margin-bottom: 200px;
  }

    .imagen-izquierda,
    .imagen-derecha {
      width: 190px;
      height: auto;
      top: 0;
    }
  
    .imagen-derecha {
      margin-top: -40px;
    }

    .imagen-izquierda {
        margin-top: 120px;
    }

  }

  @media (max-width: 700px) {
    /* Tablets */
    .info-container {
      margin-top: 180px; 
      margin-bottom: 180px;
    }

    .imagen-izquierda,
    .imagen-derecha {
      width: 125px;
      height: auto;
      top: 0;
    }
  
    .imagen-derecha {
      top: 0;
      right: 0vw;
    }

    .imagen-izquierda {
      left: 0vw; /* Hace que sobresalga a la izquierda */
    }

    .imagen-derecha {
      margin-top: -90px;
    }
  
    .imagen-izquierda {
      margin-top: 180px;
    }

  }

  @media (max-width: 590px) {
    
    /* Móviles */
    .imagen-izquierda,
    .imagen-derecha {
        width: 110px;
        height: auto;
        top: 0;
    }

    .imagen-izquierda{
        margin-top: 120px;
    }

    .imagen-derecha{
        margin-top: -30px;
    }
  
    .info-container {
      margin-top: 40px;
      margin-bottom: 100px;
    }
  }
  
  @media (max-width: 490px) {

    .info-container {
        margin-top: 380px; 
        margin-bottom: 150px;
    }

    /* Móviles */
    .imagen-izquierda,
    .imagen-derecha {
        width: 105px;
        height: auto;
        top: 0;
    }

    .imagen-izquierda{
        margin-top: 285px;
    }

    .imagen-derecha{
        margin-top: -170px;
    }
  
    .info-container {
      margin-top: 40px;
      margin-bottom: 60px;
    }

  }

  
  @media (max-width: 368px) {
    /* Móviles */
    .imagen-izquierda,
    .imagen-derecha {
        width: 105px;
        height: auto;
        top: 0;
    }

    .imagen-izquierda{
        margin-top: 320px;
    }

    .imagen-derecha{
        margin-top: -190px;
    }
  
    .info-container {
      margin-top: 40px;
      margin-bottom: 100px;
    }

  }

 

 
  
  
  


/* ====================================================
   SECCIÓN DE TEXTO DE LAS IMAGENES LATERALES
   ==================================================== */
.info3 {
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 20px;
    border-radius: 50px; 
    margin-top: 200px;
}

.info3 h2 {
    font-weight: 600;
    font-size: 30px;
}

.description2 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 200;
    color: #000;
    padding-left: 320px;
    padding-right: 320px;
}

@media (max-width: 1084px) {
    /* Tablets */
    .description2 {
        padding-left: 190px;
        padding-right: 190px;
    }
  }
  
  @media (max-width: 700px) {
    /* Móviles */
    .description2 {
        padding-left: 140px;
        padding-right: 140px;
        font-size: 18px;
      }
  }

  @media (max-width: 582px) {
    /* Móviles */
    .description2 {
        padding-left: 100px;
        padding-right: 100px;
        font-size: 18px;
      }
  }

  @media (max-width: 490px) {
    /* Móviles */
    .description2 {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 150px;
      }
    
    .info3 h2{
        font-size: 22px;
    }
  }




/* ====================================================
   CAJA DE TÍTULO OPINIONES USUARIOS
   ==================================================== */
.info-box2 {
    text-align: center;
    border: 1px solid #000000;
    background-color: transparent;
    color: rgb(0, 0, 0);
    padding: 20px;
    border-radius: 50px; 
    width: 390px;
    margin: 10px auto;
    margin-top: 0px;
    margin-bottom: 30px;
}

.info-box2 h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 888px) {
    /* Móviles */
    .info-box2 {
    width: 190px;
    padding: 15px;

    }

    .info3 {
      margin-top: 250px;
    }

    .info-box2 h2{
        font-size: 18px;
    }
}



/* ====================================================
   CARRUSEL LOGOS YEYÉ
   ==================================================== */

@keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-30%);
    }
  }

  .logos {
    overflow: hidden;
    padding: 90px;
    white-space: nowrap;
    position: relative;
  }

  .logos:before,
  .logos:after {
    position: absolute;
    width: 250px;
    height: 100%;
  }

  .logos-slide {
    display: inline-block;
    animation: 20s slide infinite linear;
  }

  .logos-slide img {
    height: 45px;
    margin: 0 40px;
  }

  @media (max-width: 992px) {
    .logos-slide img {
        height: 35px;
        margin: 0 20px;
    }
}

@media (max-width: 480px) {
  .logos {
      padding: 100px 0;
  }

  .logos-slide img {
      height: 30px;
      margin: 0 10px;
  }
}



/* ====================================================
   SECCIÓN DESCARGAR APP
   ==================================================== */

  .descarregar-app {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 220px;
    padding-right: 220px;
    margin-bottom: 30px;
  }
  
  .descarregar-app-texto {
    text-align: left;
    max-width: 60%;
    margin-top: -80px;
  }
  
  .descarregar-app-texto h1 {
    font-size: 30px;
  }
  
  .descarregar-app-texto p {
    font-size: 20px;
    text-align: center;
  }
  
  .descarregar-app-imagen {
    width: 500px;
    height: auto;
  }
  
  .descarregar-app-boton {
    background-color: #000000;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    border: none;
    text-align: center;
    padding: 20px 40px;
    font-size: 25px;
    cursor: pointer;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* sombra añadida */
}

.descarregar-app-boton:hover {
    background-color: #f9c311;
    color: rgb(255, 255, 255);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4); /* sombra más intensa en hover */
}

.descarregar-app-boton .icono-app {
    vertical-align: middle;
    margin-left: 10px; /* separa el texto del icono */
    height: 1em; /* opcional, para que escale con el tamaño del texto */
}


  @media (max-width: 1200px) {
    .descarregar-app {
      padding-left: 50px;
      padding-right: 50px;
    }
  }

  @media (max-width: 1050px) {
    .descarregar-app {
      flex-direction: column;
      text-align: center;
      padding: 30px;
    }
  
    .descarregar-app-texto {
      max-width: 100%;
      text-align: center;
    }
  
    .descarregar-app-imagen {
      width: 50%;
      margin-top: 60px;
    }

  }

  @media (max-width: 480px) {
    .descarregar-app-texto h1 {
      font-size: 22px;
    }
  
    .descarregar-app-texto p,
    .seccion-texto p {
      font-size: 16px;
    }
  
    .descarregar-app-boton {
      font-size: 20px;
      padding: 15px 30px;
    }

    .descarregar-app-imagen {
      width: 90%;
      margin-top: 60px;
    }
  }







/* ====================================================
   SECCIÓN FOTOS FINALES
   ==================================================== */
  .fotos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-top: 80px;
  }

  .foto-label {
    flex: 1 1 calc(20% - 10px);
    cursor: pointer;
  }

  .foto-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .foto-item:hover {
    transform: scale(1.05);
  }

  input[type="checkbox"] {
    display: none;
  }

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999999999999999999999;
  }

  input[type="checkbox"]:checked + .modal {
    opacity: 1;
    visibility: visible;
  }

  .modal img {
    max-width: 60%;
    max-height: 60%;
    margin-top: 120px; /* baja la imagen más */
    border-radius: 10px;
    border: 4px solid #fff;
    z-index: 2;
  }
  
  .cerrar {
    position: absolute;
    top: 120px; /* más abajo para evitar el menú fijo */
    right: 70px;
    font-size: 70px;
    font-weight: lighter;
    color: white;
    cursor: pointer;
    z-index: 3;
    transition: color 0.3s ease;
  }
  
  .cerrar:hover {
    color: #DC3612;
  }

  /* Responsive */
  @media (max-width: 1024px) {
    .foto-label {
      flex: 1 1 calc(33.33% - 10px);
    }

    /* Oculta modales en tablet */
    input[type="checkbox"]:checked + .modal {
      display: none;
    }

    .foto-label {
      pointer-events: none;
    }

    .foto-4,
    .foto-5 {
      display: none;
    }
  
  }

  @media (max-width: 768px) {
    
  
    .foto-item {
      width: 100%;
    }

    .cerrar {
      font-size: 60px;
      margin-right: 30px;
      margin-top: 80px;
    }
  
    .modal img {
      max-width: 90%;
      max-height: 60%;
    }
  }

  @media (max-width: 600px) {
    .foto-label {
      flex: 1 1 calc(50% - 10px);
    }

    /* Oculta modales en móvil */
    input[type="checkbox"]:checked + .modal {
      display: none;
    }

    .foto-label {
      pointer-events: none;
    }

    .foto-2,
    .foto-3 {
    display: none;
    }
  }






/* ====================================================
   FORMULARIO
   ==================================================== */

  .formulario {
    display: flex;
    align-items: center;
    text-align: center;
    background-color: white;
    padding: 2rem;
    margin-top: 90px;
    margin-left: 150px;
    margin-bottom: 90px;
    border-radius: 8px;
  }

  .seccion-formulario {
    flex: 1;
    margin-top: 10px;
    max-width: 410px;
  }

  .seccion-formulario h3 {
    margin-bottom: 1rem;
  }

  form {
    display: flex;
    flex-direction: column;
  }

  input, textarea {
    margin-bottom: 1rem;
    padding: 15px;
    font-size: 18px;
    border: 1px solid #000000;
    border-radius: 30px;
  }

  textarea {
    resize: vertical;
    height: 100px;
  }

  .botones {
    display: flex;
    gap: 1rem;
  }

  button {
    padding: 9px 70px;
    font-size: 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
  }

  .enviar {
    background-color: #ffffff;
    border: 1px solid #000000;
    color: rgb(0, 0, 0);
    transition: background-color 0.3s ease;
  }

  .enviar:hover {
    background-color: #4EA21C;
    color: white;
  }

  .borrar {
    background-color: #ffffff;
    border: 1px solid #000000;
    color: rgb(0, 0, 0);
    transition: background-color 0.3s ease;
  }

  .borrar:hover {
    background-color: #DC3612;
    color: white;
  }

  .seccion-texto {
    flex: 1;
    margin-top: -25px;
    flex-direction: column;
    justify-content: center;
  }

  .seccion-texto h1 {
    font-size: 30px;
    margin-bottom: 0.2rem;
  }

  .seccion-texto h2 {
    font-size: 20px;
    font-weight: 500;
    color: #555;
  }

  .seccion-texto p {
    font-size: 20px;
  }

  @media (max-width: 1200px) {
    .formulario {
      flex-direction: column;
      margin-left: 20px;
      margin-right: 20px;
      align-items: center; /* Añade esto */
    }
  
    .seccion-texto {
      order: 1; /* Texto primero */
    }
  
    .seccion-formulario {
      order: 2; /* Formulario después */
    }
  }

  @media (max-width: 992px) {
    .formulario {
      margin-top: 40px;
      margin-left: 30px;
      margin-right: 30px;
    }

    .seccion-formulario, .seccion-texto {
      max-width: 100%;
      margin-right: 0;
      text-align: center;
    }

    .botones {
    flex-direction: column;
    }

    .botones button {
    width: 100%;
  }
  }

  @media (max-width: 480px) {
    input, textarea {
    font-size: 16px;
    padding: 12px;
  }

  .seccion-texto h1 {
    font-size: 22px;
  }

  .seccion-texto h2 {
    font-size: 18px;
  }

  .seccion-texto p {
    font-size: 17px;
  }
}



/* ====================================================
   FOOTER
   ==================================================== */

  footer {
    position: relative;
    background-color: #000;
    color: white;
    padding: 60px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    font-family: sans-serif;
    overflow: hidden;
    z-index: 999999999999;
  }

  .footer-section {
    flex: 1 1 200px;
    margin-bottom: 30px;
  }

  .footer-section h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: -9px;
  }

  .footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-section ul li {
    margin-bottom: 8px;
    padding: 5px;
  }

  .footer-section a {
    color: white;
    text-decoration: none;
  }

  .footer-section a:hover {
    text-decoration: underline;
  }

  .logo {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
    margin-top: -9px;
  }

  .face-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    transform: translate(1%, 1%);
    z-index: 1;
  }

  @media (max-width: 1200px) {
    .face-img {
      width: 150px;
    }
  }

  @media (max-width: 480px) {
    .footer-section h3 {
      font-size: 15px;
    }
  }



  