@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirNextLTPro-Regular.otf') format('otf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirBold';
  src: url('../fonts/AvenirNextLTPro-Bold.otf') format('otf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirHeavy';
  src: url('../fonts/AvenirNextLTPro-Heavy.otf') format('otf');
  font-weight: 800;
  font-style: normal;
}


body, html {
    font-family: 'Avenir', sans-serif;
    line-height: 1.3;
    letter-spacing: 2px;
    margin:0px;
    padding:0px;
    background-color: #ebe7df;
    height: 100%;
}



/* ---- Layout básico ---- */
.header {
  display: flex;
  justify-content: space-between;
}


/* ---- Estilo del botón hamburguesa ---- */
.hamburger {
  font-size: 30px;
  cursor: pointer;
  display: none; 
  text-shadow: 2px 2px 2px rgb(255 255 255);
}


.parallax {
  
  background-image: url('img_parallax.jpg');

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* NAV */
.nav{
    position: fixed;
    min-height: 100px;
    width: 100%;
}

.menu{
    width: 80%;
    left:3%;
    position: absolute;
    top:0px;
}
.menu ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu ul li{
    padding-top: 30px;
    text-transform: uppercase;
    
}
.menu a{
    text-decoration: none;
    color:#000;
}
.menu a.active{
    padding-top: 20px;
    border-top: 10px solid #8bf3e7;
    text-decoration: none;
    font-weight: bold;
}
.white-text{
    color:#fff !important;
}
.logo{
    position: fixed;
    top:-30px;
    right: 20px;
    width: 10%;
}



/* INIT */
.prlx_init{
    height:100vh; /*1000px;*/
    background-color:#ebe7df;
    font-size:36px
}
.top_init{
    min-height:360px;
    max-width: 1024px;
    background: url('../img/bg-two-grey.png') no-repeat #ebe7df center bottom;
    align-content: end;
    min-height: 500px;
    width: 100%;
    margin:0px auto;
}
.top_text{
    max-width: 1024px;
    margin:0px auto;
    font-size: 2.3rem;
}
.bot_text{
    max-width: 1024px;
    margin:0px auto;
    font-size: 3rem;
}
.bot_init{
    min-height: 500px;
    min-width: 590px;
    background: url('../img/bg-mexico-white.png') no-repeat #faf829 right top;
    background-size: contain;
}
.bg-white{
    background-color: #fff;
    color:#000;
    padding:3px 7px;
}
.bg-yellow{
    background-color: #faf829a6;
}
.bg-yellow-dos{
    background-color: #faf829;
}
.bg-blue{
    background-color: #8bf3e7b5;
}
.txt-white{
    color:#fff;
}
.solar-text{
    display: none;
}
.disp-mob{
    display: none;
}


/* EVENT */
.prlx_event {
  background-image: url('../img/bg-section-event.jpg');

  height: 100%; 

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event_text{
    width: 65%;
    height: auto;
    background-color: #faf829;
    font-size: 1.6rem;
    text-align: center;
    margin:0px auto;
    padding:20px 60px;
}
.bg-black{
    background-color: #000;
    color:#fff;
    padding:5px;
}

/* SOLAR LIGHT */
.prlx_solarlight{
    min-height:100vh; /*1000px;*/
    background: url('../img/solar_light.png') #2e2e2d center bottom no-repeat;
}


/* INMVERSIVE */
.prlx_inmersive {
  background-image: url('../img/bg-section-inmersive.jpg');
  min-height:100vh; /*1000px;*/
  display: flex;
  justify-content: center;
  align-items: end;
}
.inmersive_text{
    width: 80%;
    border-top: 5px #faf829 dashed;
    display: flex;
    gap: 50px;
    margin-bottom: 30px;
}
.txt_yellow{
    color: #faf829;
    font-weight: 600;
}
.left_text{
    flex:26%;
    padding:20px 0px;
    font-size: 1.6rem;
    text-align: right;
    color:#fff;
}
.right_text{
    font-family: 'AvenirHeavy', sans-serif !important;
    flex:74%;
    padding:20px 0px;
    font-size: 2.6rem;
    color:#fff;
    font-weight: 800;
}
.font-800{
    font-weight: 800;
}
/* GRANDMA */
.prlx_grandma{
  background-color:  #faf829;
  height: 100%; 
  min-height: 100vh;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

    display: flex;
    gap: 0px;
    align-items: center;
}
.bg_grandma{
    background: url('../img/bg-section-services.jpg') left center no-repeat;
    width:100%;
    height: 100vh; 
    background-size: cover;
    flex:50%;
}
.bg_grandma-mini{
    background: url('../img/bg-section-services-mini.jpg') center center no-repeat;
    width:100%;
    height: 500px; 
    background-size: cover;
    align-content: end;
    
}
.bg_grandma-mini-dos{
    background: #000;
    width:100%;
    height: auto; 
    background-size: cover;
    align-content: end;
    
}
.grandma_txt{
    flex:50%;
    width: 100%;
    font-size: 30px;
}
.gm_tit_text{
    font-family: 'AvenirHeavy', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    color:#000;
    border-left: #8bf3e7 solid 20px;
    margin-left:-20px;
    font-size: 2.4rem;
    padding:20px 20px;
    letter-spacing: 4px;
    width: 70%;
}
.gm_txt_text{
    border-top:8px #fff solid;
    padding:20px 0px;
    font-size: 1.3rem;
    width: 80%;
    margin-left: 20px;
}


/* METODOLOGY */
.prlx_metodo {
  background-color: #faf829;
  
    display: flex;
    gap: 0px;
    align-items: center;

}

.blue_ocean{
    flex:50%;
}
.bo_tit_text{
    background: url('../img/bg-blue-red-ocean_left.png') right bottom no-repeat;  
color:#000;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
    padding-top:100px;
    height: 100px;
}

.ro_tit_text{
    background: url('../img/bg-blue-red-ocean_right.png') left bottom no-repeat;  
    color:#000;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
    padding-top:100px;
    height: 100px;
}
.bo_txt_text{
    color:#fff;
    font-size: 1.6rem;
    background-color: #3263cf;
    text-align: center;
    padding: 30px 0;
}
.bo_par{
    background: url('../img/bg_blue_ocean.jpg') center top no-repeat #002ea4; 
    background-size: contain; 
    width:100%;
    min-height: 400px;
}

.red_ocean{
    flex:50%;
}

.ro_txt_text{
    color:#fff;
    font-size: 1.6rem;
    background-color: #ff5e3d;
    text-align: center;
    padding: 30px 0;
}
.ro_par{
    background: url('../img/bg_red_ocean.jpg') center top no-repeat #ff0f00;
    background-size: contain; 
    width:100%;
    min-height: 400px;
}

.footer{
    text-align: center;
    padding: 10px;
    background-color: #faf829;
}


/* RADIO */
.prlx_radio {
  background-color: #faf829;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  height:90vh; /*1000px;*/
      
}
.radio_top{
    margin-top:5vh;
    margin-bottom:5vh;
    min-height: 25vh;
    width: 100%;
    background: #faf829 url('../img/radio_top.png') center center no-repeat;  
    background-size: contain;
}
.radio_bot{
    margin-top:5vh;
    margin-bottom:5vh;
    min-height: 25vh;
    width: 100%;
    background: url('../img/radio_bot.png') center center no-repeat;  
    background-size: contain;
}
.radio_text{
    font-size: 1.5rem;
    font-weight: 600;
    width: 75%;
    margin:30px auto;
    text-align: center;
}


@media (max-width: 1024px) {
    .top_init, .bot_init{
        height: 50vh;
    }
}

@media (max-width: 768px) {

    .header{
        position: fixed;
        width: 100%;
    }

    .logo-top{
        width: 80px;
    }
    #header.active{
                height: 100%;
            background-color: #000000bd;

    }

  .hamburger {
    display: block;
  }
  .menu{
    left:0px;
    width: 70%;
    top:30px;
    position: relative;
  }
  .menu ul{
    display: inline;
  }
  .logo{
    position: absolute;
    right: 10px;
    width: auto;
  }

  /* Menú oculto por defecto */
  .nav {
    position: relative;
    top: 30px;
    left: 0;
    display: none;
    padding: 15px;
    height: auto;;
  }
  .menu ul li{
    padding-top:20px;
  }
  .menu a{
    color:#fff !important;
  }
  .menu a.active{
    border-top:none;
    padding:0px;
    
  }

  /* Cambiar dirección del menú */
  .nav ul {
    flex-direction: column;
    gap: 15px;
  }

  /* Mostrar menú cuando se active */
  .nav.active {
    display: block;
  }

  .solar-text{
    display: inline;
  }
  .solar-img{
    display: none;
  }
  .disp-mob{
    display: block !important;
    }


    /* INIT */
    .prlx_init{
        height: 100vh;
    }
    .top_text, .bot_text{
        font-size: 1.5rem;
        text-align: center;
        padding: 0px 10px 0px 10px;
    }
    
    .top_init, .bot_init{
        width: 100%;
        min-width:100%;
        min-height:300px;
        height: 50vh;
    }
    .top_init{
        background-position: left bottom;
        background-size: contain;
    }
    

    .event_text{
        font-size: 1.6rem;
    }

    .prlx_inmersive{
        align-items:center;
    }
    .inmersive_text{
        padding:10px;
        gap:0px;
        width: 100%;
        display: inline;
    }
    .left_text, .right_text{
        text-align: center;
        padding:10px;
    }
    .left_text{
        font-size: 1.6rem;
    }
    .right_text{
        font-size: 2rem;
    }



    .prlx_grandma{
        display: inline;
    }
    .bg_grandma{
        background-position: center center;
        background-size: contain;
        height: 500px;
    }
    .grandma_txt{
        padding:0px;
    }
    .gm_tit_text{
        text-align: center;
        border-left: none;
        margin-left: 0px;
        width: 90%;
        margin:0px auto;
        color:#fff;
        font-size: 1.8rem;
        padding:0px;
    }
    .gm_txt_text{
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
        margin-left: 0px;
        border-top: none;
    }


    .prlx_metodo{
        display: inline;
    }
    .bo_par, .ro_par{
        min-height: 300px;
    }
    .radio_top, .radio_bot{
        width: 85%;
        margin: 5vh auto;
        background-size: contain;
    }
}


@media (max-width: 600px) {

    .top_text{
        font-size: 1.4rem;
        padding: 0px 30px;
    }

    .event_text{
        width:65%;
        padding:20px;
        font-size: 1.2rem;
    }

    .inmersive_text, .right_text{
        padding:60px 10px 10px
    }
    .left_text{
        font-size: 1.4rem;
    }
    .right_text{
        font-size: 1.8rem;
    }

}


@media (max-width: 360px) {

    .top_text{
        font-size: 1.3rem;
    }

    .event_text{
        width:55%;
        padding:10px;
        font-size: 1.2rem;
    }

    .prlx_inmersive{
        min-height:850px;
    }
    .left_text{
        font-size: 1.3rem;
    }
    .right_text{
        font-size: 1.5rem;
    }
    .bo_tit_text, .ro_tit_text{
        font-size:2.3rem;
    }
    .bo_txt_text, .ro_txt_text{
        font-size:1.3rem;
    }
    .radio_text{
        font-size:1.3rem;
    }
}