:root{
    --rosamexicano: #eb008b;
    --white: #FFF;
    --black: #000;

    --principal--ana: #c12d49;

}


html {
    /* height: -webkit-fill-available; */
    scroll-behavior: smooth;
    /* scroll-padding-top: 130px;  */
}


.logo-mob{display: none;}
*{
    padding: 0;
    margin: 0;
}
.menu-activador {
    width: 30px;
    height: 20px;
    display: none;
}
.menu-activador a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.menu-activador-linea {
    height: 2px;
    background-color: #fff;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}
a.menu-abierto .menu-activador-linea:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
a.menu-abierto .menu-activador-linea:nth-child(2) {
    opacity: 0;
}
a.menu-abierto .menu-activador-linea:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
.half{
    width: 50%;
}
.orange{
    color: #FF9900;
}
.rosamexicano{
    color: var(--rosamexicano);
}
.gold{
    color: #efb810 ;
}
.btn{
    display: block;
    width: 112px;
    height: 40px;
    box-sizing: border-box;
}
.btn a{
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    color: var(--white);
    display: block;
    width: 100%;
    text-align: center;
    padding: 12.5px 0;
}
.btn-pry-register{
    background: var(--rosamexicano) 0% 0% no-repeat padding-box;
    border: 2px solid var(--rosamexicano);
    border-radius: 20px;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-pry-register:hover{
    box-shadow: 0px 1px 5px #00000059;
}
body{
    width: 100%;
    /* min-height: 100vh; */
    height: auto;
    font-family: 'Poppins', sans-serif;
}
header{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #000;
    box-shadow: 0px 3px 6px #00000029;
}
header .why{
    width: 629px;
    height: 45px;
    background: var(--principal--ana) 0% 0% no-repeat padding-box;
    border-radius: 50px 0px 0px 0px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
header .why a{
    margin-left: 35px;
    width: 352px;
    height: 20px;
    text-align: left;
   
   font-family: 'Poppins', sans-serif;
   text-decoration: none;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
header .first{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
header .sec{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    /* padding: 20px 0; */
    max-width: 1500px;
    
    margin: 0 auto;
}
header .sec .logos img{
    height: 55px;
    width: auto;
}

.cont{
    width: 90%;
    max-width: 1500px;
    display: block;
    margin: 0 auto;
}
.linelinks{
    display: flex;
}
header nav ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
header nav ul li{
    list-style: none;
    
    letter-spacing: 0px;
    color: var(--white);
    margin: 0 13px;
    padding: 10px;
    cursor: pointer;
}

header nav ul li a{
    color: var(--white);
    text-decoration: none;
}

section.main{
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    background-image: url(../img/mainbg.jpg);
    background-size: cover;
    background-position: center top;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.main.bases{
    width: 100%;
    height: 45vh;
    position: relative;
    top: 0;
    left: 0;
    background-image: url(../img/mainbg.jpg);
    background-size: cover;
    background-position: center top;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


section.main::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    z-index: 0;
}
/* section.main::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: white;
    -webkit-mask-image: url(../img/trazadofooter.png);
    mask-image: url(../img/trazadofooter.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 1;
} */
section.main .cont{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    z-index: 5;
}
section.main .info h2{
    text-align: left;
    font-size: 4em;
    
    color: #FFFFFF;
    font-weight: 400;
}
section.main .info h2 .gold{
   font-weight: 800;
}

section.main .info h3{
    text-align: left;
    font-size: 2em;
    
    color: #FFFFFF;
    font-weight: 400;
}
section.main .video{
    text-align: center;
    width: 50%;
}
section.main .video h3{
    
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 15px 0;
    font-size: 4em;
}
section.main .video img{
   max-width: 450px;
   width: 100%;
   height: auto;
}

section.main .btn-gray{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 34px;
    display: block;
    width: fit-content;
    margin: 20px auto;
}
section.main .btn-gray a{
    text-decoration: none;
    text-align: center;
    
    letter-spacing: 0px;
    color: #2B313F;
    padding: 24px;
    display: block;
}
section.main .video .bg-video{
    width: 90%;
    max-width: 480px;
    border-radius: 5px;
    aspect-ratio: 16/9;
    background-image: url(../img/videohero.jpg);
    background-position: center;
    background-size: cover;
    border: 3px solid white;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.main .video .bg-video .circle-play{
    border-radius: 50%;
    background-color: #00000087;
    padding: 22px;
    border: 1px solid white;
}
section.main .video .bg-video .circle-play .icon-play{
    -webkit-mask-image: url(../img/play-blue.png);
    mask-image: url(../img/play-blue.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: white;
    width: 50px;
    aspect-ratio: 1/1;
}

section.crece .title{
    text-align: left;
    
    letter-spacing: 0px;
    color: #232F3E;
}
section.crece .sub-title{
    text-align: left;
   
    letter-spacing: 0px;
    color: #00A4B4;
}
section.crece .sub-title img{
    width: 40px;
    vertical-align: middle;
    margin-left: 10px;
}
section.crece .cont-blue{
    background: #2B313F 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    width: 90%;
    margin: 20px auto;
    padding: 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
section.crece .cont-blue .title{
    text-align: left;
     font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    color: #0099D9;
    margin-bottom: 15px;
}
section.crece .cont-blue .desc{
    text-align: left;
  
    letter-spacing: 0px;
    color: #AAB7B8;
}
section.crece .cont-blue .cont-airplane{
    width: 25px;
    aspect-ratio: 1/1;
    background-color: #0099D9;
    border-radius: 50%;
    padding: 7px;
    margin-right: 25px;
}
section.crece .cont-blue .airplane{
    -webkit-mask-image: url(../img/plane-departure-solid.svg);
    mask-image: url(../img/plane-departure-solid.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 20px;
    aspect-ratio: 1/1;
    background: white;
    position: relative;
}
section.why{
    padding: 45px 0;
}
section.why .title{
    text-align: left;
  
    letter-spacing: 0px;
    color: #232F3E;
    margin-top: 20px;
}
section.why .desc{
    text-align: left;
    letter-spacing: 0px;
    color: #6C7778;
  
    width: 90%;
    margin: 20px 0;
}
section.why .desc span{
    font-weight: 900;
}
section.why .reasons .info{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 45px 0;
}
section.why .reasons .info .point{
    text-align: left;
   
    letter-spacing: 0px;
    color: #6C7778;
    margin-left: 38px;
    margin-right: 50px;
}
section.why .reasons .info .title{
    text-align: left;
  
    letter-spacing: 0px;
    color: #6C7778;
    margin-top: 0;
}
section.why .reasons .info .desc{
    text-align: left;
  
    letter-spacing: 0px;
    color: #6C7778;
}
section.why .reasons .info img{
    width: 135px;
}
section.how{
    padding: 35px 0;
    background-color: #2B313F;
}
section.how .main-title{
    text-align: left;
  
    letter-spacing: 0px;
    color: #FFFFFF;
    border-left: 14px solid #0099D9;
    padding-left: 40px;
}
section.how .main-title .blue{
  
    letter-spacing: 0px;
    color: #0099D9;
    display: block;
}
section.how .info{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 60px;
}
section.how .info .cont-data{
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}
section.how .info .cont-data .title{
    text-align: left;
  
    letter-spacing: 0px;
    color: #FFFFFF;
}
section.how .info .cont-data .sub-title{
    text-align: left;
   
    letter-spacing: 0px;
    color: #FF9900;
    margin: 20px 0;
}
section.how .info .cont-data .desc{
    text-align: left;
  
    letter-spacing: 0px;
    color: #EBF8FA;
}
section.how .info .cont-data .info-lv{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
section.how .info .cont-data .info-lv .img{
    width: 90%;
    max-width: 290px;
    aspect-ratio: 1/1;
    background-image: url(../img/lilian.JPG);
    background-position: top;
    background-size: cover;
    border-radius: 50%;
    -webikit-border-radius: 50%;
    margin: 20px 0;
}
section.how .info .cont-data .info-lv .info-ls .name{
   
    letter-spacing: 0px;
    color: #FFFFFF;
}
section.how .info .cont-data .info-lv .info-ls .ocupation{
   
    letter-spacing: 0px;
    color: #FF9900;
    margin: 20px 0;
}
section.how .info .cont-data .info-lv .info-ls .time{
  
    letter-spacing: 0px;
    color: #0099D9;
}
section.how .info .cont-data .ls-title{
   
    letter-spacing: 0px;
    color: #0099D9;
    margin: 25px 0 20px 0;
}
section.how .info .cont-data .ls-desc{
    text-align: left;
   
    letter-spacing: 0px;
    color: #EBF8FA;
}
section.how .info .cont-data .ls-desc span{
    font-weight: bold;
}
section.how .info .cont-form .form{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 20px;
    width: 500px;
    box-sizing: border-box;
}
section.how .info .cont-form .form .title{
  
    letter-spacing: 0px;
    color: #2B313F;
}
section.how .info .cont-form .form .sub-title{
        text-align: left;
 
    letter-spacing: 0px;
    color: #6C7778;
    border-top: 1px solid #6c777887;
    padding-top: 15px;
    margin-top: 15px;
}
section.how .info .cont-form .form iframe{
    width: 100%;
    height: 590px;
}
section.tutos{
    padding: 80px 0;
    background-color: #F0F0F0;
}
section.tutos .cont{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
section.tutos .cont .info{
    width: 100%;
}
section.tutos .cont .img .bg-img{
    width: 450px;
    aspect-ratio: 581/856;
    box-shadow: 0px 3px 6px #00000029;
    background-image: url(../img/tutoriales.png);
    background-position: center;
    background-size: auto;
    border-radius: 48px;
}
section.tutos .cont .info .title{
    
    letter-spacing: 0px;
    color: #232F3E;
    border-left: 14px solid #0099D9;
    padding-left: 40px;
}
section.tutos .cont .info .blue{
    background: #232F3E 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    padding: 60px 20px;
    width: 95%;
    box-sizing: border-box;
    margin-top: 60px;
}
section.tutos .cont .info .blue .sub-title{
   
    letter-spacing: 0px;
    color: #0099D9;
    text-align: center;
}
section.tutos .cont .info .blue .desc{
    
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 30px;
    text-align: center;
}
section.tutos .cont .info .blue .desc span{
    
    letter-spacing: 0px;
    color: #0099D9;
}
section.tutos .cont .info .blue .desc img{
    width: 40px;
    vertical-align: middle;
    margin-left: 10px;
}

section.tutos .cont .info .cont-tutos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 95%;
}
section.tutos .cont .info .cont-tutos .info-tuto{
    width: 47%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    margin-top: 50px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.tutos .cont .info .cont-tutos .info-tuto .tuto-title{
    text-align: center;
   
    letter-spacing: 0px;
    color: #0099D9;
}
section.tutos .cont .info .cont-tutos .info-tuto .tuto-desc{
    text-align: left;
   
    letter-spacing: 0px;
    color: #232F3E;
    width: fit-content;
    display: block;
    margin: 20px auto;
}
section.tutos .cont .info .cont-tutos .info-tuto .tuto-desc img{
    width: 33px;
    vertical-align: middle;
    transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
}
section.inspirarte .grid_row{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 35px 0;
}




.grid_row .nota_card {
    min-height: 14em;
    height: 100%;
}
.nota_card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 310px;
    width: 100%;
    display: block;
    box-shadow: 0px 3px 6px #00000029;
    background: #333;
}
.nota_card figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.nota_card figure img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nota_card figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5em 2em 1em;
    color: #fff;
    background: linear-gradient( 180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100% );
    text-shadow: 0 0 20px rgb(0 0 0 / 80%), 0 0 20px rgb(0 0 0 / 80%);
    box-sizing: border-box;
}
.nota_card figcaption strong {
    
    letter-spacing: 0px;
    color: #FFFFFF;
}
.grid_row .nota_card:nth-child(1) {
    grid-column: 1/5;
    grid-row: 1;
}
.grid_row .nota_card:nth-child(2) {
    grid-column: 5/7;
    grid-row: 1/3;
}
.grid_row .nota_card:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2;
}
.grid_row .nota_card:nth-child(4) {
    grid-column: 3/5;
    grid-row: 2;
}
section.inspirarte .title{
    text-align: left;
    
    letter-spacing: 0px;
    color: #232F3E;
    margin-bottom: 25px;
}
section.inspirarte .desc{
    
    letter-spacing: 0px;
    color: #6C7778;
    margin-bottom: 45px;
}
section.inspirarte{
    padding: 45px 0;
}
section.videos{
    padding: 45px 0;
}
section.videos .title{
    text-align: left;
    /* font: normal normal bold 70px/84px Amazon Ember; */
    letter-spacing: 0px;
    color: #0099D9;
}
section.videos .desc{
    text-align: left;
    /* font: normal normal normal 40px/50px Amazon Ember; */
    letter-spacing: 0px;
    color: #6C7778;
    opacity: 1;
    margin: 25px 0;
}
.slick-videos{
    width: 100%;
    height: 550px;
    max-width: 1600px;
    margin: 0 auto;
}
.cont-video{
    width: 33.33%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    margin: 20px;
    transition: transform .2s;
}
.cont-video a{
    text-decoration: none;
}
.cont-video .video{
    width: 100%;
    aspect-ratio: 587/326;
    background-position: center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cont-video .video .play{
    background: #FFFFFFB3 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    width: 90px;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cont-video .video .play img{
    width: 45px;
}
.cont-video .info-video{
    padding: 15px;
}
.cont-video .info-video .video-title{
    text-align: left;
    /* font: normal normal bold 37px/44px Amazon Ember; */
    letter-spacing: 0px;
    color: #0099D9;
}
.cont-video .info-video .video-people{
    text-align: left;
    /* font: normal normal 500 25px/34px Amazon Ember; */
    letter-spacing: 0px;
    color: #6C7778;
}
.cont-video .info-video .video-puesto{
    /* font: normal normal 300 17px/21px Amazon Ember; */
    letter-spacing: 0px;
    color: #6C7778;
}
.slider-container {
    max-width: 100vw;
    width: 100%;
}
.slick-videos .slick-current{
    transform: scale(1.3);
}
.slick-list{
    height: 100%;
}
section.esperas{
    background-image: url(../img/trazadofooter.png);
    background-position: bottom left;
    background-size: contain;
    padding: 50px 0 30px 0; position: relative;
    background-repeat: repeat-x;
}
section.esperas .title{
    text-align: left;
    /* font: normal normal bold 50px/64px Amazon Ember; */
    letter-spacing: 0px;
    color: #232F3E;
    margin-bottom: 30px;
}
section.esperas .desc{
    text-align: left;
    /* font: normal normal 500 25px/30px Amazon Ember; */
    letter-spacing: 0px;
    color: #000;
    width: 90%;
    max-width: 1024px;
    margin: 20px 0;
    font-weight: 300;
    font-size: 1.6em;
}

section.esperas .desc p strong{
    /* font: normal normal 500 25px/30px Amazon Ember; */
    font-weight: 600;
} 
section.esperas .desc p strong.rosamexicano{
    font-weight: 800;
} 
section.esperas .consulta{
    text-decoration: none;
    color: var(--principal--ana);
    font-size: 1.2em;
}
section.esperas .consulta:hover{
    text-decoration: underline;
}

.btn-max{
    background: var(--principal--ana) 0% 0% no-repeat padding-box;
    border: 1px solid var(--principal--ana);
    border-radius: 36px;
    width: fit-content;
    height: fit-content;
    margin: 20px 0;
    margin-top: 35px;
}
.btn-max a{
    padding: 15px 20px;
    display: block;
    width: fit-content;
    /* font: normal normal bold 25px/14px Amazon Ember; */
    letter-spacing: 0px;
    color: var(--white);
    font-size: 1.4em;
}
section.esperas .footer-map{
    width: 500px;
    right: 0;
    position: absolute;
    bottom: 0;
}
.footer{
    display: flex;
    justify-content: center;
    background: #000;
    padding: 50px 0px;
    color: #ffffff;
    width: 100%;
  }
  
  .boxcontentfooter{
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 1500px;
  }
  
  .logofooter{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  
  .logofooter img{
    /* flex: 0 0 245px; */
    max-width: 135px;
    height: auto;
    display: block;
    overflow: hidden;
    margin-bottom: 1em;
    
  }
  .linksfooter{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 20px;
  }
  .linkstext, .linksicon{
    display: flex;
  }
  
  .linkstext ul, .linksicon ul{
    display: flex;
  }
  .linkstext ul li{
    list-style: none;
    padding-right: 25px;
  }
  .linksicon ul li{
    list-style: none;
    padding-left: 20px;
  }
  
  .linkstext ul li a{
    text-decoration: none;
    color: #ffffff;
  }
  .linksicon ul li a{
    color: var(--principal--ana);
  }
  
  div.overlay{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #00000080 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  div.overlay .modal{
    width: 90%;
    max-width: 850px;
  }
  div.overlay .iframe-yt{
    aspect-ratio: 16/9;
    width: 100%;
  }
  div.overlay .close{
    font-size: 40px;
    color: white;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

    .photoMove{width: 100%;height: 100%;background-size: cover;position:absolute;z-index:1;box-shadow: inset 0 0 500px rgba(0,0,0,1);background-image:url(../images/bg_principal.jpg);left: 0;top: 0;background: url(https://escapadas.mexicodesconocido.com.mx/wp-content/uploads/2023/05/57221316_2243135082419335_6153507367053950976_o.jpg) no-repeat center/cover;}
    .photoMove:before{position:absolute;content:'';top:0;left:0;width: 100%;height: 100%;background: rgba(0,0,0,.5);box-shadow: inset 0 0 200px rgba(0,0,0,.6);z-index: 2;}


    .slideshow,.slideshow img{width:100%;height:100%;position: absolute;left: 0;top: 0;object-fit: cover;}
    .slideshow img{animation: round 30s infinite;opacity: 0;}
    @keyframes round{16%{ opacity:1;}32%{opacity:0;}}
    .slideshow img:nth-child(1){animation-delay:0s;}
    .slideshow img:nth-child(2){animation-delay:5s;}
    .slideshow img:nth-child(3){animation-delay:10s;}
    .slideshow img:nth-child(4){animation-delay:15s;}
    .slideshow img:nth-child(5){animation-delay:20s;}
    .slideshow img:nth-child(6){animation-delay:25s;}




.containercolorgreen{
    display: flex;
    width: 100%;
    /* background: linear-gradient(to bottom, rgba(242, 252, 236, 1) 0%, rgba(242, 252, 236, 0) 60%); */
    /* background: rgb(16,70,128);
    background: linear-gradient(90deg, rgba(16,70,128,0.2) 0%, rgba(43,108,176,0.2) 100%); */
  
    
  }
  .boxcolorgreen{
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 3rem 0px;
  }
  .sectioncolorTitle {
    text-align: center;
    color: #1D1D1B;
    font-weight: 700;
    margin-bottom: 30px;
    /* line-height: 1.3; */
    font-size: 28px;
    text-transform: uppercase;
  }
  .boxcolortitle{
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .containercolorgreen p{
    font-size: 1.6em;
    /* line-height: 1.5rem; */
    margin: 1rem 0 2rem;
    /* font-size: 200; */
    /* line-height: 1.8rem; */
    color: #000;
    /* font-weight: 300; */
    /* font-family: Amazon Ember;
    font-weight: 300; */
  
  }
  .containercolorgreen p strong{
    /* font-family:  sans-serif;
    font-weight: 700;
    font-style: normal; */
    /* font-family: Amazon Ember;
    font-weight: bold; */
    font-weight: 700;
  
  }
  .boxcolorcontent{
    display: flex;
    justify-content: space-between;
  }
  .boxcolortext{
    width: 53%;
    display: flex;
    align-items: center;
  }
  .imgcolortext{
    width: 41%;
  }
  .imgcolortext img{
    max-width: initial;
    width: initial;
    height: initial;
    width: 100%;
  }

  section.superboxbases{
    display: flex;
    width: 100%;
    margin: 2em auto;
    justify-content: center;
  }

  .boxbases{
    display: flex;
    width: 1000px;
    max-width: 90%;
    padding: 1em;
    background: #f1f1f1;
  }

  .boxbases .title{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  
  ol, ul {
    list-style: none;
}



  .simple>h1 {
    font-size: 2.4em;
    margin: 0 auto;
    text-align: center;
    margin: 0 0 2%;
    font-weight: 800;
}

.simple .text {
    margin: 0 auto;
    font-size: .8em;
    
}

.text .content_note p {
    font-size: 1.3em;
    line-height: 1.45em;
    /* font-weight: 500; */
    margin: 0 0 2%;
}

.text .content_note ul {
    margin-top: 1.1em;
    margin-bottom: 1.1em;
}

.text .content_note ul li {
    margin: 0 0 2%;
    padding: 0 0 0 25px;
    position: relative;
    font-size: 1.25em;
    line-height: 1.2;
}

.text .content_note ul li::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f2ec";
    font-size: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #3e3e3e;
    font-weight: 900;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.text .content_note ol {
    counter-reset: ol;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
    position: relative;
}

.text .content_note ol li {
    margin: 0 0 2%;
    counter-increment: list-item;
    font-size: 1.25em;
    padding: 0 0 0 25px;
    line-height: 1.2;
}


.simple .text a{
    color: var(--rosamexicano);
    
}

.textinitial .separator {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    background: #388e41;
    background-image: linear-gradient(to right, #000000, #000000, #051937, #c12d49, #c12d49) !important;
    padding: 10px;
    border-radius: 15px;
    margin-top: 20px;
    padding-right: 100px;
    box-sizing: border-box;
}

.textinitial2 .separator {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    /* background: #eb008b; */
    background-image: linear-gradient(to right, #000000, #000000, #051937, #c12d49, #c12d49) !important;
    padding: 10px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.textinitial2 p.lastchance {
    color: #c12d49 !important;
}

.textinitial2 button {
    background: #c12d49 !important;
    box-shadow: 0 0 0 0 rgba(235, 0, 0, 0.5);
}

.textinitial ol li a {
    color: var(--principal--ana) !important;
    text-decoration: none;
}
.textinitial ol li::before {
    position: absolute;
    left: 0;
    content: counter(list-item) ".";
    color: var(--principal--ana) !important; 
    font-weight: bold;
}

.temporizador {
    background: var(--principal--ana) !important; 
}
.middlerigth h2 {
    color: var(--principal--ana) !important; 
}
.middlerigth p strong {
    color:  var(--principal--ana) !important; 
}
.middleleft {
    background-image: url("img/bgleft2_img.jpg") !important;
}
.msgfinal h2 {
    color: var(--principal--ana) !important; 
}
.middleleft2 p strong {
    color: var(--principal--ana) !important; 
}


  @media (max-width: 1575px) { 
    section.esperas .footer-map{
        width: 500px;
    }
  }
  @media (max-width: 1425px) { 
    section.esperas .desc{
        width: 65%;
        /* font: normal normal 500 37px/44px Amazon Ember; */
    }
    section.main .info h2{
        /* font: normal normal bold 60px/76px Amazon Ember; */
    }
  }

    /* Extra large devices (large desktops, 1200px and up) */
    @media (max-width: 1366px) { 
        section.esperas .desc{
            font-size : 1.2em;
        }
        .containercolorgreen p {
            font-size: 1.2em;
        }
        section.esperas .footer-map{
            width: 450px;
        }
    }

 
  
  

  


  

  @media (max-width: 1280px) { 
    section.main .info h2 {
        /* font: normal normal bold 52px/70px Amazon Ember; */
    }
    section.esperas .footer-map {
        width: 400px;
    }
    section.esperas .desc {
        /* font-size: 2em; */
        /* font: normal normal 500 32px/42px Amazon Ember; */
    }
    header .sec .logos img{
        /* width: 400px; */
    }
    section.how .info .cont-data .info-lv .img{
        width: 250px;
    }
    section.how .info .cont-data .desc{
        /* font: normal normal normal 22px/34px Amazon Ember; */
    }
    section.how .info .cont-data .info-lv .info-ls .name{
        font-size: 34px;
    }
    section.how .info .cont-data .info-lv .info-ls .ocupation{
        font-size: 27px;
        /* line-height: 34px; */
    }
    section.how .info .cont-data .ls-desc{
        font-size: 20px;
    }
    section.how .info .cont-form .form{
        width: 460px;
    }
  }
  /* Extra large devices (large desktops, 1200px and up) */
  @media (max-width: 1200px) { 
    .boxcontentfooter {
     width: 95%;
    }
    section.crece .title, section.why .title, section.how .main-title{
        font-size: 65px;
        /* line-height: 77px; */
    }
    section.how .main-title .blue{
        font-size: 43px;
    }
    section.tutos .cont .info .cont-tutos .info-tuto .tuto-title{
        font-size: 36px;
    }
    section.tutos .cont .info .cont-tutos .info-tuto .tuto-desc{
        font-size: 24px;
    }
    section.tutos .cont .img .bg-img{
        width: 425px;
    }
    section.tutos .cont .info .blue .sub-title{
        font-size: 47px;
    }
    section.tutos .cont .info .blue .desc{
        font-size: 30px;
    }
    section.tutos .cont .info .blue{
        padding: 50px 20px;
    }
    section.videos .title{
        font-size: 65px;
    }
    section.videos .desc{
        font-size: 35px;
        /* line-height: 45px; */
    }
  }
  @media (max-width: 1110px) { 
    section.main .video img{
        max-width: 300px;
    }  
    section.main .video h3{
        font-size: 37px;
    }
    header nav ul li{
        margin: 0 5px;
    }
    section.esperas .footer-map{
        width: 350px;
    }
    section.esperas .desc{
        /* font-size: 30px; */
        /* line-height: 40px; */
    }
    section.main .info h2{
        font-size: 48px;
    }
    header .sec .logos img{
        /* width: 365px; */
    }
    section.tutos .cont .info .cont-tutos .info-tuto .tuto-desc{
        font-size: 22px;
    }
    section.tutos .cont .info .cont-tutos .info-tuto .tuto-title {
        font-size: 32px;
    }
    section.tutos .cont .info .cont-tutos .info-tuto .tuto-desc img{
        width: 30px;
    }
    section.tutos .cont .img .bg-img {
        width: 400px;
    }
    section.tutos .cont .info .cont-tutos .info-tuto{
        margin-top: 40px;
    }
    section.tutos .cont .info .blue{
        margin-top: 45px;
    }
    .cont-video .info-video .video-title{
        font-size: 30px;
    }
    .cont-video .info-video .video-people{
        font-size: 22px;
        /* line-height: 25px; */
    }
    .cont-video .info-video .video-puesto{
        font-size: 15px;
    }
    section.esperas{
        padding-top: 0;
    }
    .slick-videos{
        height: 480px;
    }
  }
  
  /* Large devices (desktops, 992px and up) */
  @media (max-width: 1000px) { 
    .boxcontentfooter {
      width: 95%;
    }
    .linksfooter {
      flex-direction: column;
    }
    .linkstext, .linksicon {
     width: 100%;
     margin-bottom: 20px;
    }
    .linksicon ul li:first-child {
      padding-left: 0px;
    }
    header .sec .logos img {
        /* width: 300px; */
    }
    header nav ul li{
        padding: 5px;
        font-size: 16px;
    }
    section.main .info h2 {
        font-size: 40px;
        /* line-height: 50px; */
    }
    section.crece .title, section.why .title, section.how .main-title {
        font-size: 55px;
        /* line-height: 70px; */
    }
    section.why .desc{
        font-size: 21px;
        /* line-height: 28px; */
    }
    section.why .desc span{
        font-size: 21px;
    }
    section.why .reasons .info img{
        width: 100px;
    }
    section.why .reasons .info .point{
        margin-left: 18px;
        margin-right: 30px;
    }
    section.why .reasons .info .title, section.why .reasons .info .point{
        font-size: 29px;
    }
    section.why .reasons .info .desc{
        font-size: 24px;
    }
    section.how .info{
        flex-direction: column;
        align-items: center
    }
    section.how .info .cont-data .info-lv{
        justify-content: space-around;
    }
    section.how .info .cont-form .form{
        width: 500px;
        margin-top: 100px;
    }
    section.tutos .cont .info .cont-tutos .info-tuto .tuto-desc{
        width: 80%;
        text-align: center;
        /* line-height: 32px; */
    }
    section.videos .title {
        font-size: 55px;
    }
    section.esperas .footer-map {
        width: 350px;
    }
  }

    /* Large devices (desktops, 992px and up) */
    @media (max-width: 992px) { 
        .boxcolorgreen {
          width: 95%;
        }
        .sectioncolorTitle {
          font-size: 24px;
        }
        .containercolorgreen p {
          /* font-size: 25px; */
          /* line-height: 24px; */
        }
        .boxcolorcontent{
          flex-direction: column-reverse;
        }
        .imgcolortext {
          width: 80%;
          margin: 0 auto;
        }
        .boxcolortext {
          width: 100%;
        }
      }
      

  @media (max-width: 880px){
    .menu-activador {
        display: block;
    }
    header nav{
        position: absolute;
        width: 100%;
        top: -350px;
        left: 0;
        background-color: var(--black);
    }
    header nav ul{
        flex-direction: column;
    }
    /* header .sec .logos img {
        width: 320px;
    } */
    section.main .cont {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    header nav ul li{
        padding: 15px 0;
        font-size: 18px;
    }
    .half {
        width: 100%;
    }
    section.main .info h2{
        text-align: center;
        margin-bottom: 40px;
        font-size: 30px;
    }
    section.main .video{
        width: 100%;
    }
    section.crece .title, section.why .title, section.how .main-title{
        font-size: 50px;
    }
    section.how .main-title .blue{
        font-size: 38px;
    }
    section.tutos .cont .img .bg-img{
        display: none;
    }
    .slick-videos .slick-current{
        transform: unset;
    }
    section.esperas{
        background-size: cover;
    }
    section.how .info .cont-form .form{
        width: 90%;
        display: block;
        margin: 100px auto 20px;
    }

    section.main .info h3{
        text-align: left;
        font-size: 1.2em;
        
        color: #FFFFFF;
        font-weight: 400;
        text-align: center;
    }
  }
  
  /* Medium devices (tablets, 768px and up) */
  @media (max-width: 768px) { 
    .logofooter {
      justify-content: center;
    }
    .linksfooter {
      flex-direction: column;
    }
    .linkstext, .linksicon {
        justify-content: center;
    }
    .linkstext ul {
      flex-direction: column;
      align-items: center;
    }
    .linkstext ul li {
      padding-right: 0px;
      margin-bottom: 10px;
    }
    section.crece .title, section.why .title, section.how .main-title{
        font-size: 41px;
        /* line-height: 49px; */
    }
    section.crece .sub-title{
        font-size: 40px;
    }
    section.why .reasons .info{
        flex-direction: column;
    }
    section.why .reasons .info .point{
        display: none;
    }
    section.why .reasons .info .title{
        margin: 20px 0;
    }
    section.how .main-title{
        padding-left: 20px;
    }
    section.how .main-title .blue {
        font-size: 30px;
    }
    section.videos .title {
        font-size: 50px;
        /* line-height: 55px; */
    }
    section.videos .desc {
        font-size: 29px;
        /* line-height: 39px; */
    }
    section.esperas .footer-map {
        display: flex;
        position: relative;
        width: 300px;
        margin: 0 auto;
    }
    section.esperas .desc{
        width: 100%;
        /* font-size: 27px;
        line-height: 35px; */
    }
    section.esperas .title{
        font-size: 2em;
    }
    .btn-max a{
        font-size: 30px;
    }
    section.crece .cont-blue {
        
        width: 100%;
        margin: 15px auto;
        padding: 25px;
    }
    section.why .desc {
        width: 100%;
        margin: 15px 0;
    }
    section.how .info .cont-form .form {
        width: 100%;
    }
    .cont{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .containercolorgreen p {
        font-size: 1.4em
       
      }
        section.esperas .desc p {
          font-size: 1.4em
      }
      .simple > h1 {
        font-size: 1.6em;
        margin-bottom: 2em;
    }
    .text .content_note p {
        font-size: 1em;
        line-height: 1.2em;
    }
   }



  @media (max-width: 600px) { 
    section.crece .title, section.why .title, section.how .main-title {
        font-size: 35px;
        /* line-height: 40px; */
    }
    section.crece .sub-title {
        font-size: 33px;
    }
    section.crece .sub-title img{
        width: 35px;
        margin-left: 5px;
    }
    section.esperas .footer-map {
        width: 250px;
    }
    header .sec{
        width: 95%;
        margin: 0 auto;
        justify-content: space-between;
    }
    header .sec .logos img{
        /* width: 280px; */
    }
    section.how .main-title .blue{
        /* line-height: 35px; */
    }
    section.how .info .cont-data .title{
        font-size: 30px;
    }
  }


  
  /* Small devices (landscape phones, 576px and up) */
  @media (max-width: 576px) { 
    .containercolorgreen p {
      margin: 10px 0;
      font-size: 1.1em;
    }
    section.esperas .desc p {
        font-size: 1.1em;
    }
    section.main.bases {
        height: 20vh;
    }
    
  }


@media (max-width: 480px){
   
    header .sec{
        height: 80px;
        box-sizing: border-box;
    }
    .logo-mob{display: block;}
    .logo-desk{display: none;}
    section.main {
        margin-top: 100px;
    }
    section.main::after{
        content: unset;
    }
    header .why span{
        margin-left: 20px;
        font-size: 14px;
    }
    section.how .info .cont-data .info-lv{
        flex-direction: column;
    }
    section.how .info .cont-form .form{
        width: 100%;
    }
    section.tutos .cont .info .cont-tutos{
        flex-direction: column;
    }
    section.tutos .cont .info .cont-tutos .info-tuto{
        width: 100%;
    }
    section.crece .cont-blue .cont-airplane{
        display: none;
    }
    header .sec .logos img{
        width: auto;
        height: 25px;
    }
    section.crece{
        padding-top: 50px;
    }
    section.crece .sub-title{
        /* line-height: 40px; */
        margin-top: 15px;
    }
    section.tutos .cont .info .title{
        padding-left: 20px;
        font-size: 45px;
    }
    section.tutos .cont .info .blue .sub-title{
        font-size: 40px;
    }
    section.videos .title{
        font-size: 40px;
    }
    section.esperas{
        overflow: hidden;
    }
    section.esperas .footer-map {
        width: 180px;
        right: -25px;
    }
    .btn-max a {
        font-size: 1em;
        padding: 10px 15px;
    }
    section.esperas .consulta {
        font-size: 1em;
        margin-bottom: 1em;
    }
}
  
[v-cloak] { display: none; }
  
  
  