/*

1. Posicionamiento
2. Modelo caja (Box model)
3. Tipografía 
4. Visuales 
5. Otros

*/

:root {
    /* Colores */
    --vinotinto: #521E23;
    --amarillo: #EBA221;
    --verde-soft: #627875;
    --beige: #EFDFC5;
    --beige2:  #FAF4E8;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;  

}

html {

    font-size: 62.5%;
    font-family: 'Poppins', sans-serif;
     background-color: var(--beige2);
    
}

a {
    text-decoration: none;
}

 
@media (max-width: 767px) {

    .p-content {
        display: none; /* Oculta el contenido de p.html por defecto */
      }
      
    .hidden {
        display: none;
      }
    
    
    .header {
        position: fixed;
        /* top: 0; */
        left: 0;
        width: 100%;
        background-color: var(--beige2);
        display: flex;
        flex-direction: row; 
         align-items: center;
         justify-content: space-between;
         z-index: 9999;
         margin-bottom: 10.8rem;
    }
    
    .menu-options--desktop {
        display: none;
    }
    .header__menu-icon {
        padding-left: 2rem;
        height: auto;
        cursor: pointer;
    }
    
    
    .header__logo-icon {
        max-width: 100%;
        height: auto;
        cursor: pointer;
    }
    
    .header__menu-icon2 {
        padding-right: 2rem;
        cursor: pointer;
    }
    
    .menu-options--mobile {
    
        position: fixed;
        padding-top: 9.1rem;
        z-index: 100;
       
    }
    
    .menu-options__list--mobile {
        list-style: none;
        background-color: var(--beige2);
        padding-left: 2rem;
        height: 36.0rem;
        width: 17.0rem;
        cursor: pointer;  
    }   
    
    .menu-options__item--mobile {
      padding-top: 1.8rem;
      font-size: 1.8rem;
    }
    
    .menu-options__link--mobile {
        color: black;
        text-decoration: none;
        font-style: 2.8rem;
    }
    
    .hero--desktop {
        display: none;
      }

    .hero--mobile {

        width: 100%;
        height: 100vh;
        position: relative;
        overflow: hidden;
      }

      #background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
    }


      .play-button {
        position: absolute;
        top: 50%;
         left: 50%;
         transform: translate(-50%, -50%); /* Centra el botón tanto horizontal como verticalmente */
         padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  z-index: 1; /* Asegúrate de que el botón esté encima del video */
  background-color: rgba(255, 255, 255, 0.7); /* Ajusta como necesites */
  border: none;
  border-radius: 5px; /* Opcional, para redondear las esquinas */
      }
      
    
    .banner__content {
        padding: 5rem;
        text-align: center;
        max-width: 60rem;
        margin: 0 auto;
    }
    
    .banner__title {
        font-size: 2.4rem;
        color: #000;
        margin-bottom: 1rem;
    }
    
    .banner__text {
        font-size: 1.6rem;
        color: #000;
        margin-bottom: 1.5rem;
    }
    
    .section {
        cursor: pointer;
    }
    
    .section--hover {
        filter: grayscale(100%); /* Aplicamos el filtro de blanco y negro */
    }
    
    .section__content {  
        text-align: center;
        padding: 5.0rem;
        height: 13.0rem;
    }
    
    .section__title {
        font-size: 2.3rem;
        color: white;
        font-weight: 500;
    }
    
    .footer--mobile {
        text-align: center;
    }
    
    .footer--mobile img {
        max-width: 100%;
        height: auto;
    }
    
    .footer--mobile a {
        padding-bottom: 3rem;
    }
    
    
    .section--cuartos {
        margin-top: 2rem;
        margin-bottom: 2rem;
        background-image: url(./assets/imgs/cuartos-mobile--home.png);
    }
    
    .section--menu {
        margin-top: 2rem;
        margin-bottom: 2rem;
        background-image: url(./assets/imgs/menu-mobile--home.png);
    }
    
    .section--kitesurf {
        margin-top: 2rem;
        margin-bottom: 2rem;
        background-image: url(./assets/imgs/kitesurf-mobile--home.png);
    }
    
    .section--eventos {
        margin-top: 2rem;
        margin-bottom: 2rem;
        background-image: url(./assets/imgs/eventos-mobile--home.png);
    }
    
    .section--comunidad {
        margin-top: 2rem;
        margin-bottom: 2rem;
        background-image: url(./assets/imgs/comunidad-mobile--home.png);
    }
    
    .section--ubicacion {
        margin-top: 2rem;
        margin-bottom: 2rem;
        background-image: url(./assets/imgs/ubicación-mobile--home.png);
    
    }
    
    .whatsapp-btn {
        position: fixed;
        bottom: 2.0rem;
        right: 1.0rem;
        z-index: 9999;
      }
    
    .whatsapp-btn img {
      width: 6.3rem;
      height: 6.3rem;
      border-radius: 50%;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
      }

      .p-content {
        display: none; /* Oculta el contenido de p.html por defecto */
      }
      
      .section-options a {
        text-decoration: none;
      }

      /* ESTILOS MENU MOBILE */

      .hero--mobile-menu {
       position: relative;
        top: 10.441rem;
        width: 100%;
        height: 40vh;
        background-image: url(./assets/imgs/mobile-banner-menu.png);
        background-size: cover;
        background-position: center;
    }
    
    .fotos_menu-1 {

        margin: 2rem;
        background-image: url(./assets/imgs/mobile-menu-foto1.png);

    }

    .fotos_menu-2 {

        margin: 2rem;
        background-image: url(./assets/imgs/mobile-menu-foto2.png);

    }
    .fotos_menu-3 {

        margin: 2rem;
        background-image: url(./assets/imgs/mobile-menu-foto3.png);

    }
    .fotos_menu-4 {

        margin: 2rem;
        background-image: url(./assets/imgs/mobile-menu-foto4.png);

    }

    .banner__content-menu {
    
        padding-top: 14.0rem;
        text-align: center;
        max-width: 60rem;
        margin: 0 auto;
        padding-left: 3.7rem;
        padding-right: 3.7rem;

    }

     /* ESTILOS KITESURF MOBILE */

     .hero--mobile-kitesurf {
       position: relative;
        top: 10.441rem;
        width: 100%;
        height: 40vh;
        background-size: cover;
        background-position: center;
    }
    
.hero--desktop-kitesurf {
    display: none;
}

    .fotos_kitesurf-1 {
        margin: 2rem;
        background-image: url(./assets/imgs/mobile-menu-kitesurf1.png);
    }

    .fotos_kitesurf-2 {
        margin: 2rem;
        background-image: url(./assets/imgs/mobile-menu-kitesurf2.png);
    }

    .fotos_kitesurf-3 {
        margin: 2rem;
        background-image: url(./assets/imgs/mobile-menu-kitesurf3.png);
    }
    .fotos_kitesurf-4 {
        margin: 2rem;
        background-image: url(./assets/imgs/mobile-menu-kitesurf4.png);
    }

     /* ESTILOS COMUNIDAD MOBILE */

     .hero--mobile-comunidad {

       position: relative;
        top: 10.441rem;
        width: 100%;
        height: 40vh;
        background-image: url(./assets/imgs/mobile-banner-comunidad.png);
        background-size: cover;
        background-position: center;
    }


     /* ESTILOS COMUNIDAD EVENTOS */

     .hero--mobile-eventos {

        position: relative;
         top: 10.441rem;
         width: 100%;
         height: 40vh;
         background-image: url(./assets/imgs/mobile-banner-eventos.png);
         background-size: cover;
         background-position: center;
     }


     #banner__content-eventos {

        margin-top: 10rem;
        padding-left: 2rem;
        padding-right: 2rem;
        text-align: justify;
    
     
     }

     .carrusel {

        padding-top: 2rem;
        font-size: 1.6rem;
        color: #000;
        margin-bottom: 1.5rem;

     }

     .carrusel h3 {

        font-size: 1.5rem;
        padding-top: 2rem;

     }

     .carrusel img {

        font-size: 1.5rem;
        padding-bottom: 1rem;

     }
      /* ESTILOS COMUNIDAD UBICACIÓN */


      .banner__content-comunidad {

        margin-top: 13rem;
        margin-left: 2rem;
        margin-right: 2rem;
        /* Estilos para el contenedor principal */
    }


    .grid-item h2 {
        cursor: pointer;
        font-size: 1.6rem;
        padding-bottom: 1rem;

        /* Estilos para los títulos h2 dentro de los ítems de la cuadrícula */
    }

    .grid-item p.content {
        font-size: 1.6rem;
        text-align: justify;
        padding-bottom: 1rem;
        /* Estilos para los párrafos dentro de los ítems de la cuadrícula */
        display: none; /* Ocultar contenido por defecto */
    }

    .grid-item p.content.active {
        /* Estilos para cuando el contenido está activo */
        display: block; /* Mostrar contenido activo */
    }
}

      .hero--mobile-ubicación {
        

        position: relative;
         top: 10.441rem;
         width: 100%;
         height: 40vh;
         background-image: url(./assets/imgs/mobile-banner-ubicación.png);
         background-size: cover;
         background-position: center;
     }

     .banner__content-ubicacion {
        margin-top: 13rem;
        padding-left: 2rem ;
        padding-right: 2rem;
        text-align: justify;
     
     }

     iframe {
        width: 100%; /* Ajusta el ancho al 100% del contenedor */
        height: auto; 
        padding-bottom: 2rem;/* Altura automática para mantener la proporción */
    }


     /* ESTILOS CUARTOS MOBILE */

     .icon-section {
       
        display: flex; /* Esto hace que tus elementos se alineen horizontalmente */
       align-items: center; /* Esto centra los elementos verticalmente */
        flex-wrap: wrap; /* Esto permite que los elementos pasen a la siguiente línea si no caben en la actual */
        gap: 2rem;/* 
    
Esto añade espacio entre los elementos, tú puedes ajustar esto a tu preferencia */

padding-bottom: 1rem;
      }
      
      .icon-item {
        /* Puedes definir un ancho específico si quieres que todos tus elementos tengan el mismo tamaño, o dejar que el contenido defina el ancho */
        display: flex; /* Esto hará que la imagen dentro del div también esté centrada si decides centrar el contenido */
        align-items: center; /* Centra la imagen verticalmente dentro de `.icon-item` */
        justify-content: center; /* Centra la imagen horizontalmente dentro de `.icon-item` */
      }
      
      .icon-item img {
        max-width: 100%; /* Asegura que la imagen no exceda el ancho de `.icon-item` */
        height: auto; /* Mantiene la proporción de la imagen al escalar */
      }

     .section-cuartos {
        padding-top: 9.1rem;
     }

     .section-cuartos--coralinas {
        margin: 2rem;
        background-image: url(./assets/imgs/mobile-cuartos-coralinas.png);
    }
  

     .section-cuartos--orquideas {
        margin: 2rem;
        background-image: url(./assets/imgs/mobile-cuartos-orquidea.png);
    }

    .section-cuartos--hostel {
        margin: 2rem;
        background-image: url(./assets/imgs/mobile-cuartos-hostel.png);
    }

    .section-cuartos--gardenia {
        margin: 2rem;
        background-image: url(./assets/imgs/mobile-cuartos-gardenia.png);
    }
  
    .section-cuartos--dalia {
        margin: 2rem;
        background-image: url(./assets/imgs/mobile-cuartos-dalia.png);
    }
  

         /* ESTILOS CORALINAS */


     .hero--mobile-coralina {

        position: relative;
        top: 10.441rem;
        width: 100%;
        height: 50vh;
        background-image: url(./assets/imgs/Coralina1-1.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: space-between;

     }

   .banner__content-coralina {
       display: flex;
       flex-direction: column;
        padding-top: 13.0rem;       
        margin: 0 auto;
        padding-left: 2.8rem;
        padding-right: 2.8rem;
        text-align: justify;
        text-justify: inter-word;
    
   }
  
   .banner__content-coralina h2 { 
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--vinotinto);
}


.banner__content-coralina button { 
   color: white;
   background-color: var(--vinotinto);
   border-radius: 3rem;
   width: 9.5rem;
   height: 4.0rem;
   font-size: 1.4rem;
   cursor: pointer;

}

.banner__content-coralina button:hover { 
    color: white;
    background-color: var(--amarillo);
    border-radius: 3rem;
    width: 9.5rem;
    height: 4.0rem;
    font-size: 1.4rem;
    cursor: pointer;
 }

    #coralina-prev-button ,
    #coralina2-prev-button  {
        order: 1;
        padding-left: 1.0rem;
        cursor: pointer;
    }
    
    #coralina-next-button ,
    #coralina2-next-button {
        order: 3;
        padding-right: 1.0rem;
        cursor: pointer;
    }
      

    .hero--mobile-coralina2 {

        position: relative;
        top: 7.0rem;
        width: 100%;
        height: 50vh;
        background-image: url(./assets/imgs/Coralina2-1.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: space-between;

     }
     .banner__content-coralina2 {
        display: flex;
        flex-direction: column;
         padding-top: 10.0rem;       
         margin: 0 auto;
         padding-left: 2.8rem;
         padding-right: 2.8rem;
         text-align: justify;
         text-justify: inter-word;
     
    }
   
    .banner__content-coralina2 h2 { 
     font-size: 2.0rem;
     font-weight: 400;
 }
 
 .next-button , .prev-button {
    cursor: pointer;

 }

 .banner__content-coralina2 button { 
    color: white;
    background-color: var(--vinotinto);
    border-radius: 3rem;
    width: 9.5rem;
    height: 4.0rem;
    font-size: 1.4rem;   
    cursor: pointer;
 
 }

     /* ESTILOS ORQUIDEAS */
     
     .hero--mobile-orquidea {

        position: relative;
        top: 10.441rem;
        width: 100%;
        height: 50vh;
        background-image: url(./assets/imgs/Orquidea2-1.png);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: space-between;

     }

   .banner__content-orquidea {
       display: flex;
       flex-direction: column;
        padding-top: 13.0rem;       
        margin: 0 auto;
        padding-left: 2.8rem;
        padding-right: 2.8rem;
        text-align: justify;
        text-justify: inter-word;
    
   }
  
   .banner__content-orquidea h2 { 
    font-size: 2.0rem;
    font-weight: 400;
}


.banner__content-orquidea button { 
   color: white;
   background-color: var(--vinotinto);
   border-radius: 3rem;
   width: 9.5rem;
   height: 4.0rem;
   font-size: 1.4rem;
   cursor: pointer;
 
}
    #orquidea-prev-button ,
    #orquidea2-prev-button  {
        order: 1;
        padding-left: 1.0rem;
    }
    
    #orquidea-next-button ,
    #orquidea2-next-button {
        order: 3;
        padding-right: 1.0rem;
    }
      

    .hero--mobile-orquidea2 {

        position: relative;
        top: 7.0rem;
        width: 100%;
        height: 50vh;
        background-image: url(./assets/imgs/Orquidea2-1.png);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: space-between;

     }
     .banner__content-orquidea2 {
        display: flex;
        flex-direction: column;
         padding-top: 10.0rem;       
         margin: 0 auto;
         padding-left: 2.8rem;
         padding-right: 2.8rem;
         text-align: justify;
         text-justify: inter-word;
     
    }
   
    .banner__content-orquidea2 h2 { 
     font-size: 2.0rem;
     font-weight: 400;
 }
 
 
 .banner__content-orquidea2 button { 
    color: white;
    background-color: var(--vinotinto);
    border-radius: 3rem;
    width: 9.5rem;
    height: 4.0rem;
    font-size: 1.4rem;   
    cursor: pointer;
 
 }

         /* ESTILOS HOSTEL */


    .hero--mobile-hostel {

            position: relative;
            top: 10.441rem;
            width: 100%;
            height: 50vh;
            background-image: url(./assets/imgs/Hostel1.png);
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: space-between;
    
         }
    
    .banner__content-hostel {
           display: flex;
           flex-direction: column;
            padding-top: 13.0rem;       
            margin: 0 auto;
            padding-left: 2.8rem;
            padding-right: 2.8rem;
            text-align: justify;
            text-justify: inter-word;
        
       }
      
    .banner__content-hostel h2 { 
        font-size: 2.0rem;
        font-weight: 400;
    }
    
    
    .banner__content-hostel button { 
       color: white;
       background-color: var(--vinotinto);
       border-radius: 3rem;
       width: 9.5rem;
       height: 4.0rem;
       font-size: 1.4rem;
       cursor: pointer;
    
    }
      
    #prev-button  {
        order: 1;
        padding-left: 1.0rem;
    }
    
    #next-button {
        order: 3;
        padding-right: 1.0rem;
    }
        
     /* ESTILOS GARDENIA */


     .hero--mobile-gardenia {

        position: relative;
        top: 10.441rem;
        width: 100%;
        height: 50vh;
        background-image: url(./assets/imgs/Gardenia1.png);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: space-between;

     }

.banner__content-gardenia {
       display: flex;
       flex-direction: column;
        padding-top: 13.0rem;       
        margin: 0 auto;
        padding-left: 2.8rem;
        padding-right: 2.8rem;
        text-align: justify;
        text-justify: inter-word;
    
   }
  
.banner__content-gardenia h2 { 
    font-size: 2.0rem;
    font-weight: 400;
}


.banner__content-gardenia button { 
   color: white;
   background-color: var(--vinotinto);
   border-radius: 3rem;
   width: 9.5rem;
   height: 4.0rem;
   font-size: 1.4rem;

}
  
#prev-button  {
    order: 1;
    padding-left: 1.0rem;
}

#next-button {
    order: 3;
    padding-right: 1.0rem;
}

   
     /* ESTILOS DALIA */


     .hero--mobile-dalia {

        position: relative;
        top: 10.441rem;
        width: 100%;
        height: 50vh;
        background-image: url(./assets/imgs/Gardenia1.png);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: space-between;

     }

.banner__content-dalia {
       display: flex;
       flex-direction: column;
        padding-top: 13.0rem;       
        margin: 0 auto;
        padding-left: 2.8rem;
        padding-right: 2.8rem;
        text-align: justify;
        text-justify: inter-word;
    
   }
  
.banner__content-dalia h2 { 
    font-size: 2.0rem;
    font-weight: 400;
}


.banner__content-dalia button { 
   color: white;
   background-color: var(--vinotinto);
   border-radius: 3rem;
   width: 9.5rem;
   height: 4.0rem;
   font-size: 1.4rem;
   cursor: pointer;

}
  
#prev-button  {
    order: 1;
    padding-left: 1.0rem;
}

#next-button {
    order: 3;
    padding-right: 1.0rem;
}


  
/*TABLETAS */

@media (min-width: 768px) and (max-width: 1023px) {
    /* Estilos para tabletas */
  }


 /*DESKTOP */

  @media screen and (min-width: 1024px) {

html {
    color: #000;
    background-color: var(--beige2);
}


/* Header */
.header {

    background-color: var(--beige2);
    position: fixed;
    width: 100%;
    z-index: 3;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    top: 0;
}

.menu-options menu-options--mobile {
    display: none;
}

.menu-options {
   
    top:0;
    width: 100%; /* Añadido */
    background-color: var(--beige2); /* Añadido */
    z-index: 3; /* Añadido */
}

.menu-options__list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;

}

.menu-options__list li  a {
   font-size: 1.8rem;
   color: black;
}



.header__menu-icon,
.header__menu-icon2,
.menu-options__link--mobile-ig,
.header__logo-icon
{
    display: none;
}

.menu-options__link--desktop a {
    font-size: 2.0rem;
   
}

.menu-options__list--desktop img {
    display: flex;
    justify-content: center;
    align-items: center;

}

/* Estilos base para los enlaces */
.menu-options__list li a {
    font-size: 1.8rem;
    color: var(--vinotinto);
    text-decoration: none;
    padding-bottom: 5px; 
    border-bottom: 2px solid transparent; 
    transition: color 0.3s ease, border-color 0.3s ease; /* Transiciones suaves para color y borde */
}

/* Estilos para los enlaces en hover o focus */
.menu-options__list li a:hover,
.menu-options__list li a:focus {
    color: var(--amarillo);
    border-color: var(--amarillo); 
}

/* Estilos específicos para el enlace de la página activa */
.menu-options__list li.active a {
    color: var(--amarillo); 
    border-color: var(--amarillo); 
    pointer-events: none; /* Opcional: previene que el enlace se pueda clicar de nuevo */
    cursor: default; /* Cambia el cursor para mejor indicación de estado activo */
}



/* Hero */ 

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 60px; /* Ajustar según la altura del header */
}

.hero--mobile {
    display: none;
}

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

/* Texto de Bienvenida */
.banner__content {

    padding: 5.0rem;
    padding-left: 10.0rem;
    padding-right: 10.0rem;
    text-align: center;
    font-size: 1.6rem;

}

.banner__title,
.banner__text {
    margin-bottom: 2.0rem;
}


  .gridesk {
    display: flex;
    justify-content: center; /* O puedes usar "center" si quieres que los elementos estén centrados en el contenedor */
    
  }
  
  .section--cuartos, .section--menu, .section--kitesurf {
    display: flex;  /* No olvides activar flexbox para estas secciones */
    width: 41.4rem;
    height: 71.7rem;  /* Asegúrate de tener una altura definida si quieres centrar verticalmente */
    margin: 2.7rem;
    align-items: center;  /* Centrar verticalmente */
    justify-content: center;  /* Centrar horizontalmente */

  }
  
  
  /* Establecer flexbox para las secciones "comunidad", "ubicación", "eventos" */
  .section--comunidad,
  .section--ubicacion,
  .section--eventos {
    align-items: center;  /* Centrar verticalmente */
    justify-content: center;  /* Centrar horizontalmente */
    display: flex;
    width: 135.0rem;
    margin: auto;
    grid-column: 1 / 4; /* Ocupar todas las columnas del grid */
  }
  


/* Estilo inicial para los elementos a animar */
.section--cuartos, .section--menu, .section--kitesurf, .section--comunidad, .section--ubicacion, .section--eventos, .section-cuartos--coralinas, .section-cuartos--orquideas, .section-cuartos--hostel, .section-cuartos--gardenia, .section-cuartos--dalia, .fotos_menu-1,.section--ubicacion, .section--eventos, .section-cuartos--coralinas, .section-cuartos--orquideas, .section-cuartos--hostel, 
.section-cuartos--gardenia, .section-cuartos--dalia, .fotos_menu-1, .fotos_menu-2, .fotos_menu-3, .fotos_menu-4, .fotos_menu-5, .fotos_menu-6, .fotos_kitesurf-1, .fotos_kitesurf-2, .fotos_kitesurf-3, .fotos_kitesurf-4, .fotos_kitesurf-5, .fotos_kitesurf-6

{
    opacity: 0;
    transform: scale(0.85); /* Zoom inicial más pronunciado */
    transition: all 1.5s ease-out; /* Transición suave y ligeramente más larga */
}

/* Animación */
.animate-zoom-fade {
    opacity: 1;
    transform: scale(1);
}

  
 
  /* Hacer que las secciones ocupen el 100% del ancho dentro del flexbox */
 
.section--cuartos {
    background-image: url(./assets/imgs/cuartos-mobile--desktop.png);
    height: 71.7rem;
   
}

.section--menu {
    background-image: url(./assets/imgs/menu-mobile--desktop.png);
    height: 71.7rem;

}

.section--kitesurf {
    background-image: url(./assets/imgs/kitesurf-mobile--desktop.png);
    height: 71.7rem;
  
}

.section h2 {
    font-size: 5.0rem;
    color: white;
    font-weight: 500;
  }
/* Secciones que abarcan todas las columnas */


.section--comunidad {
    background-image: url(./assets/imgs/comunidad-mobile--desktop.png);
    height: 42.2rem;
    margin-top: 2.7rem;

}

.section--ubicacion {

    background-image: url(./assets/imgs/ubicación-mobile--desktop.png);
    height: 42.2rem;
    margin-top: 2.7rem;  
}

.section--eventos {
    background-image: url(./assets/imgs/eventos-mobile--desktop.png);
    height: 42.2rem;
    margin-top: 2.0rem;

}


.footer--mobile {

    display: flex;  /* No olvides activar flexbox para estas secciones */
    align-items: center;  /* Centrar verticalmente */
    justify-content: center;  /* Centrar horizontalmente */
    margin-bottom: 1.5rem;


}

.whatsapp-btn {
  
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }


.whatsapp-btn img {

  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);

  }

/* MENU DESKTOP */

.banner__content-menu {

    padding: 5.0rem;
    padding-left: 10.0rem;
    padding-right: 10.0rem;
    text-align: center;
    font-size: 1.6rem;

}

.hero--mobile-menu {
    height: 53.3rem;
    background-image: url(./assets/imgs/desktop-banner-menu.png);
    background-repeat: no-repeat;  /* Evita que la imagen se repita */
    background-size: cover;  /* Hace que la imagen cubra todo el elemento */
    background-position: center;  /* Centra la imagen en el elemento */

}

/* Contenedor del grid */

.container-desktop--gallery {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dos columnas */
    grid-template-rows: auto auto auto auto; /* Cuatro filas */
    gap: 1.5rem; /* Gap entre las filas y las columnas */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 2rem 0 2rem;
}
  
  
  .section__content {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
  /* Posicionamiento de las secciones dentro del grid */
  .container-desktop--gallery section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

  }

  .fotos_menu-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background-image: url(./assets/imgs/desktop-menu-foto1.png);
    height: 56.4rem;

  }
  
  .fotos_menu-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    background-image: url(./assets/imgs/desktop-menu-foto2.png);
    height: 27.0rem;
    
  }
  
  .fotos_menu-3 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    height: 27.0rem;
    background-image: url(./assets/imgs/desktop-menu-foto3.png);

  }
  
  .fotos_menu-4 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    height: 27.0rem;
    background-image: url(./assets/imgs/desktop-menu-foto4.png);
  }
  
  .fotos_menu-5 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    height: 56.4rem;
    background-image: url(./assets/imgs/desktop-menu-foto5.png);

  }
  
  .fotos_menu-6 {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    height: 56.4rem;
    background-image: url(./assets/imgs/desktop-menu-foto6.png);
    margin-bottom: 2.7rem;
   
  }
  

/* KITESURF DESKTOP */


.hero--mobile-kitesurf {
    display: none;
}



.hero--desktop-kitesurf {
    height: 75.3rem;
    width: 100vw;
    object-fit: cover;   
}

.fotos_kitesurf-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background-image: url(./assets/imgs/desktop-kitesurf-foto1.png);
    height: 56.4rem;
  }
  
  .fotos_kitesurf-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    background-image: url(./assets/imgs/desktop-kitesurf-foto2.png);
    height: 27.0rem;
  }
  
  .fotos_kitesurf-3 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    height: 27.0rem;
    background-image: url(./assets/imgs/desktop-kitesurf-foto3.png);
  }
  
  .fotos_kitesurf-4 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    height: 27.0rem;
    background-image: url(./assets/imgs/desktop-kitesurf-foto4.png);
  }
  
  .fotos_kitesurf-5 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    height: 56.4rem;
    background-image: url(./assets/imgs/desktop-kitesurf-foto5.png);
  }
  
  .fotos_kitesurf-6 {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    height: 56.4rem;
    background-image: url(./assets/imgs/desktop-kitesurf-foto6.png);
    margin-bottom: 2.7rem;
  }
  
/* COMUNIDAD DESKTOP */

.hero--mobile-comunidad {
    height: 53.3rem;
    background-image: url(./assets/imgs/desktop-banner-comunidad.png);
    background-repeat: no-repeat;  /* Evita que la imagen se repita */
    background-size: cover;  /* Hace que la imagen cubra todo el elemento */
    background-position: center;  /* Centra la imagen en el elemento */

}


.banner__content-comunidad {
    padding: 5.0rem;
    padding-left: 10.0rem;
    padding-right: 10.0rem;
    text-align: center;
    font-size: 1.6rem;
}

.banner__content-comunidad  h2 {
    font-size: 2.0rem;
    color: black;
   
}

.banner__content-comunidad  {
  
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding: 4rem; 
        justify-content: center; /* Centra el contenido horizontalmente */
        align-items: center;     /* Centra el contenido verticalmente */
   
}


.grid-item {

    padding: 2.5rem;
    border: 0.1rem  solid var(--verde-soft);
    border-radius: 1.0rem; /* Esquinas más redondeadas */

    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05); /* Sombra sutil para dar profundidad */
    transition: transform 0.3s, box-shadow 0.3s; /* Transición suave */
    cursor: pointer;

}

h2 {
    margin-top: 0; /* Eliminar margen superior para mejorar el equilibrio */
    color: var(--vinotinto); /* Color más oscuro para el título */
    font-size: 2.5rem; /* Tamaño más grande para el título */
}

p {
    color: #666; /* Texto más claro para mejorar la legibilidad */
    line-height: 1.5; /* Espacio entre líneas para una mejor legibilidad */
}

.content {
    display: none;
    transition: max-height 0.3s ease, opacity 0.2s ease; 
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.content.active {
    display: block;
    max-height: 1000px;
    opacity: 1;
}

.icon {
    cursor: pointer; /* Cambia el cursor a "mano" cuando se pasa por encima */
    margin-left: 10px; /* Espaciado entre el título e ícono */
}

/* EVENTOS DESKTOP */

.hero--mobile-eventos {
    height: 53.3rem;
    background-image: url(./assets/imgs/desktop-banner-eventos.png);
    background-repeat: no-repeat;  /* Evita que la imagen se repita */
    background-size: cover;  /* Hace que la imagen cubra todo el elemento */
    background-position: center;  /* Centra la imagen en el elemento */

}

#banner__content-eventos {
    margin-top: 8rem;
  
}

.carrusel {

    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Creates a 3 column grid */
       /* Creates a 3 row grid */
    gap: 1rem;
    margin-left: 5rem;  /* Adds margin to the left side */
    margin-right: 5rem;  /* Adds margin to the right side */
}

.tarjeta {
    flex: none;  /* Removes the flex properties */
    width: 100%; /* Ensures the card takes up the full width of each grid cell */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  
    color: #000;
    padding: 1.5rem;
    transition: transform 0.3s ease;
    border-color: var(--verde-soft);
}

.tarjeta:hover {
    transform: translateY(-10px);
}

.tarjeta img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.tarjeta h3 {
    margin-top: 1rem;
    font-size: 1.6rem;
}

.tarjeta p {
    font-size: 1.4rem;
    margin-top: 0.5rem;
}

.banner__text {
    font-size: 1.6rem;
    color:#666;
    margin: 2rem 4rem 2rem 4rem; 
}

#banner__content-eventos h2 {
    margin: 2rem 4rem 2rem 4rem; 
}

.img-event {
    margin: 1rem 4rem 2rem 4rem; 
}

/* MENU DESKTOP UBICACIÓN */

.hero--mobile-ubicación {
    height: 53.3rem;
    background-image: url(./assets/imgs/desktop-banner-ubicación.png);
    background-repeat: no-repeat;  /* Evita que la imagen se repita */
    background-size: cover;  /* Hace que la imagen cubra todo el elemento */
    background-position: center;  /* Centra la imagen en el elemento */
    margin-top: 0rem;

}

.banner__content-ubicacion {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 2rem; /* Espacio entre los elementos */
   margin-top: 13rem;
    
}

.banner__content-ubicacion > div {
    flex: 1; /* Divide el espacio disponible entre los elementos */
}

.banner__content-ubicacion h1,
.banner__content-ubicacion h2,
.banner__content-ubicacion p {
    margin-bottom: 1rem; /* Espacio entre los elementos de texto */
}

.banner__content-ubicacion h1 {
    font-size: 2rem;
}

.banner__content-ubicacion h2 {
    font-size: 1.6rem;
}

.banner__content-ubicacion p {
    font-size: 1.6rem;
    line-height: 1.4;
}

.banner__content-ubicacion iframe {
    width: 100%; /* Ocupa todo el ancho disponible */
    max-width: 600px; /* Ancho máximo para el mapa */
    height: 450px;
}


/* CUARTOS DESKTOP  */
.section-cuartos--coralinas,
 .section-cuartos--orquideas,
 .section-cuartos--hostel,
.section-cuartos--gardenia,
 .section-cuartos--dalia {

    align-items: center;  /* Centrar verticalmente */
    justify-content: center;  /* Centrar horizontalmente */
    display: flex;
    width: 95vw;
    height: 40.0rem;
    
    margin: 2.0rem;
    background-repeat: no-repeat;  /* Evita que la imagen se repita */
    background-size: cover;  /* Hace que la imagen cubra todo el elemento */
    background-position: center;  
    /* Centra la imagen en el elemento */



 }

 .section-cuartos--coralinas {
    margin-top: 2.0rem ;
    background-image: url(./assets/imgs/desktop-cuartos-coralinas.png);
}

.section-cuartos--orquideas {
    background-image: url(./assets/imgs/desktop-cuartos-orquidea.png);
}

.section-cuartos--hostel {
    background-image: url(./assets/imgs/desktop-cuartos-hostel.png);
}

.section-cuartos--gardenia {
    background-image: url(./assets/imgs/desktop-cuartos-gardenia.png);
}

.section-cuartos--dalia {
    background-image: url(./assets/imgs/desktop-cuartos-dalia.png);
}

.icon-section {
    margin: 3rem 0 4rem 0;
    display: flex; /* Esto hace que tus elementos se alineen horizontalmente */
   
    align-items: center; /* Esto centra los elementos verticalmente */
    flex-wrap: wrap; /* Esto permite que los elementos pasen a la siguiente línea si no caben en la actual */
    gap: 8rem; /* Esto añade espacio entre los elementos, tú puedes ajustar esto a tu preferencia */
  }
  
  .icon-item {
    /* Puedes definir un ancho específico si quieres que todos tus elementos tengan el mismo tamaño, o dejar que el contenido defina el ancho */
    display: flex; /* Esto hará que la imagen dentro del div también esté centrada si decides centrar el contenido */
    align-items: center; /* Centra la imagen verticalmente dentro de `.icon-item` */
    justify-content: center; /* Centra la imagen horizontalmente dentro de `.icon-item` */
  }
  
  .icon-item img {
    max-width: 100%; /* Asegura que la imagen no exceda el ancho de `.icon-item` */
    height: auto; /* Mantiene la proporción de la imagen al escalar */
  }
  
  /* Añade estilos adicionales aquí según necesites */
  

/* CUARTOS */

.hero--mobile-coralina {

    position: relative;
    width: 100%;
    height: 80vh;
    background-image: url(./assets/imgs/desktop-coralina-1-1.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;

 }

 .hero--mobile-coralina2 {
    position: relative;
    width: 100%;
    height: 80vh;
    background-image: url(./assets/imgs/desktop-coralina-2-1.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;

 }

 .banner__content-coralina,
 .banner__content-coralina2  {
   
    padding: 5.0rem;
    text-align: left;
    font-size: 1.6rem;

}

.banner__content-coralina h2 , 
.banner__content-coralina2 h2 { 
 
    font-weight: 400;

}


.banner__content-coralina button , 
.banner__content-coralina2 button { 

color: white;
background-color: var(--vinotinto);
border: 2px solid white;
  border-radius: 5rem;
width: 9.5rem;
height: 4.0rem;
font-size: 1.6rem;
cursor: pointer;

}

.banner__content-coralina button:hover , 
.banner__content-coralina2 button:hover { 

color: white;
background-color: var(--amarillo);
border: 2px solid white;
  border-radius: 5rem;
width: 9.5rem;
height: 4.0rem;
font-size: 1.6rem;
cursor: pointer;

}



.hero--mobile-orquidea {

    position: relative;
    width: 100%;
    height: 80vh;
    background-image: url(./assets/imgs/desktop-orquidea-1.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;

 }

 .hero--mobile-orquidea2 {
    position: relative;
    width: 100%;
    height: 80vh;
    background-image: url(./assets/imgs/desktop-orquidea-1.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;

 }

 .banner__content-orquidea,
 .banner__content-orquidea2  {
   
    padding: 5.0rem;
    text-align: left;
    font-size: 1.6rem;

}

.banner__content-orquidea h2 , 
.banner__content-orquidea2 h2 { 
 
    font-weight: 400;

}


.banner__content-orquidea  button , 
.banner__content-orquidea2  button { 

color: white;
background-color: var(--vinotinto);
border: 2px solid white;
  border-radius: 5rem;
width: 9.5rem;
height: 4.0rem;
font-size: 1.6rem;
cursor: pointer;

}

.banner__content-orquidea  button:hover , 
.banner__content-orquidea2  button:hover { 

color: white;
background-color: var(--amarillo);
border: 2px solid white;
  border-radius: 5rem;
width: 9.5rem;
height: 4.0rem;
font-size: 1.6rem;
cursor: pointer;

}
 
.hero--mobile-hostel {

    position: relative;
    width: 100%;
    height: 80vh;
    background-image: url(./assets/imgs/desktop-hostel-1.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;

 }

 .banner__content-hostel {
   
    padding: 5.0rem;
    text-align: left;
    font-size: 1.6rem;
}

.banner__content-hostel h2 { 
 
    font-weight: 400;

}


.banner__content-hostel  button { 

color: white;
background-color: var(--vinotinto);
border: 2px solid white;
  border-radius: 5rem;
width: 9.5rem;
height: 4.0rem;
font-size: 1.6rem;
cursor: pointer;

}

.banner__content-hostel  button:hover { 

    color: white;
    background-color: var(--amarillo);
    border: 2px solid white;
      border-radius: 5rem;
    width: 9.5rem;
    height: 4.0rem;
    font-size: 1.6rem;
    cursor: pointer;
    
    }
     
 

.hero--mobile-gardenia {

    position: relative;
    width: 100%;
    height: 80vh;
    background-image: url(./assets/imgs/desktop-gardenia-1.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;

 }

 .banner__content-gardenia {
   
    padding: 5.0rem;
    text-align: left;
    font-size: 1.6rem;
}

.banner__content-gardenia h2 { 
 
    font-weight: 400;

}


.banner__content-gardenia  button { 

color: white;
background-color: var(--vinotinto);
border: 2px solid white;
  border-radius: 5rem;
width: 9.5rem;
height: 4.0rem;
font-size: 1.6rem;
cursor: pointer;

}

.banner__content-gardenia  button:hover{ 

    color: white;
    background-color: var(--amarillo);
    border: 2px solid white;
      border-radius: 5rem;
    width: 9.5rem;
    height: 4.0rem;
    font-size: 1.6rem;
    cursor: pointer;
    
    }

.hero--mobile-dalia {

    position: relative;
    width: 100%;
    height: 80vh;
    background-image: url(./assets/imgs/desktop-dalia-1.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;

 }

 .banner__content-dalia {
   
    padding: 5.0rem;
    text-align: left;
    font-size: 1.6rem;
}

.banner__content-dalia h2 { 
 
    font-weight: 400;

}


.banner__content-dalia button { 

color: white;
background-color: var(--vinotinto);
border: 2px solid white;
  border-radius: 5rem;
width: 9.5rem;
height: 4.0rem;
font-size: 1.6rem;
cursor: pointer;

}

.banner__content-dalia button:hover { 

    color: white;
    background-color: var(--amarillo);
    border: 2px solid white;
      border-radius: 5rem;
    width: 9.5rem;
    height: 4.0rem;
    font-size: 1.6rem;
    cursor: pointer;
    
    }




  }
