@font-face {
    font-family: 'qanelasheavy';
    src: url('fonts/qanelasheavy-webfont.eot');
    src: url('fonts/qanelasheavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/qanelasheavy-webfont.woff2') format('woff2'),
         url('fonts/qanelasheavy-webfont.woff') format('woff'),
         url('fonts/qanelasheavy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
    @font-face {
    font-family: 'Qanelas Bold';
    src: url('fonts/Qanelas-Bold.eot');
    src: url('fonts/Qanelas-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Qanelas-Bold.woff2') format('woff2'),
        url('fonts/Qanelas-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



@font-face {
    font-family: 'qanelasmedium';
    src: url('fonts/qanelasmedium-webfont.eot');
    src: url('fonts/qanelasmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/qanelasmedium-webfont.woff2') format('woff2'),
         url('fonts/qanelssmedium-webfont.woff') format('woff'),
         url('fonts/qanelasmedium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body{
    margin:0;
    padding:0;
    font-family: 'qanelasmedium';
    line-height: 1.5;
    font-size:18px;

}
section, header,footer{
    display: block;
    float:left;
    width: 100%;
}
.contenedor{
    display:block;
    margin:0 auto;
    width:95%;
}
.contenedor-80{
    display:block;
    margin:0 auto;
    width:80%;
}
.contenedor-90{
    display:block;
    margin:0 auto;
    width:90%;
}
.contenedor-1200{
    display:block;
    margin:0 auto;
    max-width:1200px;
    width: 90%;
}
.centrar{
    text-align: center;
}
.derecha{
    text-align: right;
}
.row{
    display:block;
    width:100%;
    float:left;
}
picture img, picture source{
    display: block;
    width: 100%;
}
.relative{
    position: relative;
}
.statick{
    position: sticky;
    top:120px;
}
.full-width{
    width:100%;
    display:block;
}
.vertical-center{
    align-items: center;
}
.flex-container{
    display:flex;
    width:100%;
    flex-flow: row wrap;
}
.flex-10{
    flex:0 0 10%;
}
.flex-15{
    flex:0 0 15%;
}
.flex-16{
    flex:0 0 16.6666%;
}
.flex-20{
    flex:0 0 20%;
}
.flex-25{
    flex:0 0 25%;
}
.flex-30{
    flex:0 0 30%;
}
.flex-33{
    flex:0 0 33.33%;
}
.flex-40{
    flex:0 0 40%;
}
.flex-45{
    flex:0 0 45%;
}
.flex-50{
    flex:0 0 50%;
}
.flex-60{
    flex:0 0 60%;
}
.flex-70{
    flex:0 0 70%;
}
.flex-80{
    flex:0 0 80%;
}
.flex-85{
    flex:0 0 85%;
}
.display-flex{
    display:flex;
    flex:0 0 100%;
}
.p-12{
    font-size:12px;
    line-height: 18px;
}
.m-b-16{
    margin-bottom: 16px;
}
.m-b-24{
    margin-bottom: 24px;
}
.p-13{
    font-size:13px;
    line-height: 19px;
}
.col-10{
    display:inline-block;
    width:10%;
    float:left;
}
.col-20{
    display:inline-block;
    width: 20%;
    float:left;
}
.col-25{
    display:inline-block;
    width: 25%;
    float:left;
}
.col-30{
    display:inline-block;
    width: 30%;
    float:left;
}
.col-33{
    display:inline-block;
    width: 33.3333%;
    float:left;
}
.col-40{
    display:inline-block;
    width: 40%;
    float:left;
}
.col-50{
    display:inline-block;
    width:50%;
    float:left;
}
.col-60{
    display:inline-block;
    width:60%;
    float:left;
}
.col-70{
    display:inline-block;
    width:70%;
    float:left;
}
.col-80{
    display:inline-block;
    width:80%;
    float:left;
}
.col-90{
    display:inline-block;
    width:90%;
    float:left;
}
.m-t-30{
    margin-top:30px;
}
.m-t-50{
    margin-top:50px;
}
.p-t-50{
    margin-top:50px;
}
.p-t-30{
    margin-top:30px;
}
.p-t-20{
    padding-top:20px;
}
.p-t-10{
    padding-top:10px;
}
.p-b-10{
    padding-bottom:10px;
}
.p-b-20{
    padding-bottom:20px;
}
.p-b-50{
    padding-bottom:50px;
}
.p-500{
    display: block;
    max-width:500px;
    width:90%;
    text-align: center;
    margin:0 auto;
    font-size:25px;
}


nav{
    width: 100%;
    padding: 18px 0;
    position: static;
    z-index: 2;
    top:0;
    transition:0.3s;
    left:0;
    width: 100%;
    background: rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
nav.darkHeader{
    opacity: 1;
    position: fixed;
}
nav .logo{
    width:160px;
}
nav .cta-secundario{
    border:2px solid #9fcd00;
    background: #ffffff;
    padding:8px 24px;
    color:#9fcd00 !important;
    text-decoration: none;
    margin:0 8px;
    font-size:24px;
    border-radius:16px;
}
nav .opciones a{
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin:0 16px;
    font-size:18px;
}
.cta-or{
    color:#ffffff;
    background: #FF8600;
    border:2px solid #FF8600;
    padding:8px 24px;
    text-decoration: none;
    border-radius: 59px;
    margin:0 8px;
    font-size: 20px;
}
.img-foto{
    display: inline-block;
    width: 50px;
    height: 50px;
}
#asistir-moderno{
    background:#fcfcfc;
    padding: 40px 0;
}
#asistir-moderno h4{
    font-size:32px;
    margin:0 0 8px 0;
    font-weight: 300;
    color:#68864f;
}
#asistir-moderno .flex-container{
    gap:20px;
}
#asistir-moderno .flex-container .flex-50{
    flex:0 0 calc(50% - 10px);
}
.caja-productos-overlay{
    width: 100%;
    margin:0 auto;
    position: relative;
    background-size:cover;
    background-position: top center;
    aspect-ratio: 9 / 14;
    transition: 0.3s;
    border-radius: 24px;
    overflow: hidden;
    transition: 0.3s;
}
.caja-productos-overlay .graiente{
    z-index: 1;
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    height: 30%;
}
.caja-productos-overlay .absoluto-titulo{
    position: absolute;
    z-index: 2;
    bottom:0;
    width: 100%;
    font-weight: bold;
    left: 0;
    padding: 20% 0 8px 0;
    font-size:32px;
    color:#ffffff;
    height: auto;
    transition: 0.3s;
    opacity: 0;
    background: linear-gradient(0deg,rgba(159, 205, 0, 0) 11%, rgba(159, 205, 0, 0) 95%);
}
.caja-productos-overlay:hover .absoluto-titulo{
    background: linear-gradient(0deg,rgba(159, 205, 0, 1) 11%, rgba(159, 205, 0, 0) 95%);
    opacity: 1;
}
            .arrow-left {
                left: 0px;
                position: absolute;
                top: 40%;
                padding: 20px;
                font-size: xx-large;
                color:rgb(159, 205, 0);
            }
            
            .arrow-right {
                right: 0px;
                position: absolute;
                top: 40%;
                padding: 20px;
                font-size: xx-large;
                color:rgb(159, 205, 0);
            }

.img-right{
    box-sizing: border-box;
    aspect-ratio: 1/0.3;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    transition: 0.3s;
    background-size:cover;
    background-position: center center;
    border:14px solid #fff;
    color:#333;
}
.img-left{
    box-sizing: border-box;
    aspect-ratio: 1/0.4;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    transition: 0.3s;
    background-size:cover;
    background-position: center center;
    border:14px solid #fff;
    color:#333;
}
.galeria-moderna{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    background-position: center center;
    background-size:cover;
}
.img-left .flex-60{
    flex:0 0 calc(60% - 10px);
    height: 100%;
}
.img-left .flex-40{
    flex:0 0 calc(40% - 10px);
    height: 100%;
}
.img-right-uno{
    aspect-ratio: 1/0.8;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    transition: 0.3s;
    box-sizing: border-box;
    background-size:cover;
    background-position: center center;
    border:14px solid #fff;
    color:#333;
}
.img-left-uno{
    aspect-ratio: 1/0.7;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    transition: 0.3s;
    box-sizing: border-box;
    background-size:cover;
    background-position: center center;
    border:14px solid #fff;
    color:#333;
}
.img-left-uno:hover, .img-left:hover,.img-right:hover, .img-right-uno:hover{
    box-shadow: rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
}
#formulario{
    background: url('../img/back-form-visitantes.jpg?v=1.2') center center no-repeat;
    background-size:cover;
    padding: 140px 0;
}
#formulario h4{
    color:#ffffff;
    font-size:25px;
    margin:0;
}
#formulario h2{
    font-size: 50px;
    font-family: 'Qanelas Bold';
    margin:0;
    color:#fff;
}
.cta-primario{
    color:#ed8301 !important;
    background: #ffffff;
    border:2px solid #ed8301;
    padding:8px 24px;
    font-size:24px;
    text-decoration: none;
    border-radius:16px;
}
.cta-primario.big{
    font-size: 26px;
    padding:16px 32px;
}
h1,h2,h3,h4,h5{
    line-height: 1.2;
    font-family:'Qanelas Bold' !important;
}
header{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}
header h1{
    font-size:27px;
}
header .text-header{
    position: absolute;
    z-index: 1;
    width:1200px;
    left:calc(50% - 600px);
    top:20%;
}
header h2{
    display: inline-block;
    padding: 6px 14px;
    font-family: 'Qanelas Bold';
    color:#fff;
    max-width: 40%;
    margin:16px 0 0 0;
}
#fecha{
    padding: 60px 0 100px 0;
    background: url(../img/back-fecha-wtc.jpg) center center no-repeat;
    background-size: cover;
    color:#fff;
}
.flex-50.caja-border{
    border:1px solid #ccc;
    flex:0 0 calc(50% - 2px);
    position: relative;
    aspect-ratio: 16/9;
}
#fecha h2{
    margin:0;
    font-size:40px;
}
#countdown .flex-25{
    flex:0 0 20%;
    background: #51b300;
    color:#fff;
    margin:0 2.5%;
    border-radius: 16px;
}
.caja-zoom{
    position: absolute;
    width:100%;
    height: 100%;
    text-align: center;
    transition: 0.3s;
}
.flex-50.caja-border:hover .caja-zoom{
    transform: scale(1.2);
    background:#f58700;
    color:#fff;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.error-inputs{
    color:#fff;
    text-decoration: underline;
    text-decoration-color: red;
    font-size:12px;
    padding: 4px;
}
.flex-50.caja-border:hover .numero{
    color:#fff !important;
}
.bg {
    position   : absolute;
    width      : 100%;
    height     : 100%;
    top        : 0;
    left       : 0;
    opacity    : 0;
    transition : opacity 1s ease-out; 
    background : #d1fc3b url(../img/header1.jpg) 0 0 no-repeat;
    background-size: cover;
}
.text-header img{
    width: 42px;
    display: inline-block;
    margin-right: 14px;
}

.active {
  opacity      : 1;
}
@keyframes animate-bg {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
header h1{
    font-family: 'Qanelas Bold';
    color:#fff;
    font-weight: lighter;
    margin:0;
    display: inline-block;
}
.cta-b{
    background:#fff;
    color:#8CC100;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 40px;
    font-size:26px;
    font-weight: bold;
}
#empresas{
    background: url(../img/back-sec1.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 0;
}
#empresas h2{
    font-size:50px;
    margin:0;
    color:#9fcd00;
}
#empresas .flex-20{
    padding: 16px 0;
    flex:0 0 calc(20% - 2px);
}
.border-right{
    border-right:1px solid rgba(0,0,0,0.2);
}
.border-top{
    border-top:1px solid rgba(0,0,0,0.2);
}
.border-left{
    border-left:1px solid rgba(0,0,0,0.2);
}
.border-bottom{
    border-bottom:1px solid rgba(0,0,0,0.2);
}
#empresas .logos{
    display:block;
    width: 70%;
    margin:0 auto;
}
#que-es{
    position: relative;
    background-size:cover;
    margin-top:-60px;
    border-radius: 40px;
    background: #f0f0f0;
    background-size: cover;
    padding: 40px 0;
}
#que-es .numero{
    font-size:45px;
    color:#f58700;
    font-family: 'Qanelas Bold';
}
#que-es .numero-desc{
    font-size:24px;
}
.counter{
    position: absolute;
    z-index: 1;
    top:-180px;
    left:calc(50% - 400px);
    max-width: 800px;
    width: 90%;
    background: #fff;
    padding:32px 0;
    border-radius: 32px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    color:#389200;
}
.ribbon{
    transition: 0.3s;
}
#zonas{
    padding: 60px 0 !important;
}
.border-box{
    display: block;
    width: calc(100% - 2px);
    border-left:1px solid #f0f0f0;
    border-right:1px solid #f0f0f0;
    border-bottom:4px solid #ffffff;
    transition: 0.3s;
    height: 100%;
}
#zonas .flex-25{
    font-size:15px;
    height: 210px;
    position: relative;
}
.text-zonas-bottom{
    position: absolute;
    bottom:8px;
    left: 5%;
    width: 90%;
}
#zonas .flex-25:hover .border-box{
    border-bottom:4px solid #9fcd00;
    background: #fefefe;
}
#zonas h3{
    color:#9fcd00;
    font-size:45px;
    margin:0;
}
.ribbon:hover{
    margin-left:-10px;
}
#days, #hours, #minutes, #seconds{
    font-size:50px;
    font-family: 'Qanelas Bold';
    display: block;
    width: 100%;
    text-align: center;
}
#que-es h4{
    margin:0 0 8px 0;
}
#que-es h2{
    color:#9fcd00;
    font-family: 'Qanelas Bold';
    font-weight: lighter;
    font-size:60px;
    margin:0 0 16px 0;
    display: block;
    width: 80%;
    border-bottom: 3px solid #9fcd00;
}
#visita-expo{
    position: relative;
    aspect-ratio: 1/0.35;
}
#visita-expo .image-back{
    position: absolute;
    z-index: 1;
    top:-100px;
    width: 100%;
}
#visita-expo .caja-dos{
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 20%;
}
#galeria{
    padding: 60px 0 80px 0;
}
#galeria h4{
    text-align: center;
    margin:0 0 8px 0;
}
#galeria h2{
    font-size:65px;
    margin:0;
    font-family: 'Qanelas Bold';
    color:#9fcd00;
    text-align: center;
}
#galeria h3{
    font-size:45px;
    margin:0;
    font-family: 'Qanelas Bold';
    color:#9fcd00;
}
#galeria h2 span{
    color:#8CC100;
}
#corredora{
    background:url(../img/back-corredora.jpg) center center no-repeat;
    background-size:cover;
    padding: 80px 0;
    position: relative;
}
#corredora h4{
    font-size: 24px;
    margin:0 0 8px 0;
}
#corredora h2{
    font-size: 65px;
    color:#ffffff;
    margin: 0;
    font-family: 'Qanelas Bold';
}
.img-corredora{
    position: absolute;
    bottom: 0;
    height: 164%;
}
#formulario h4{
    color:#ffffff;
    font-size:25px;
    margin:0;
}
#formulario h2{
    font-size: 50px;
    font-family: 'Qanelas Bold';
    margin:0;
    color:#fff;
}
#descanso span{
    color:#1e5404;
}
.ornamento1{
    width:30%;
    float: right;
    margin-top:-40px;
}
.ornamento2{
    width:30%;
    float: left;
    margin-top:40px;
}
#descanso-2 h2{
    color:#51b300;
    font-size:32px;
    margin:0 0 24px 0;
}
#descanso-2 a{
    background:#9fcd00;
    padding: 8px 24px;
    color:#fff;
    font-size: 18px;
    text-decoration: none;
    margin:16px 0 0 0;
    border-radius: 8px;
}
#asistir{
    padding: 60px 0 100px 0;
}
#asistir .asistir-cuadro{
    position: relative;
}
#asistir .asistir-cuadro:hover .contenedor-1200{
    bottom: 32px;
}
#asistir .asistir-cuadro:hover{
    background-image:url(../img/hover-asistir.png);
    background-position:top right;
    background-repeat:no-repeat;
    background-size:50%;
}
#asistir .asistir-cuadro .contenedor-1200{
    position: absolute;
    bottom: 16px;
    width: 100%;
    left:5%;
    width: 90%;
    font-size:22px;
    color:#fff;
    transition:0.3s;
}
#asistir .titulo{
    font-size:50px;
    color:#fff;
}
.visitante, .expositores{
    width: calc(100% - 32px);
    aspect-ratio: 16 / 9;
    margin:0 auto;
    overflow:hidden;
    border-radius: 32px;
    overflow: hidden;
}
.visitante{
    background: url(../img/visitantes.jpg?v=1.2) center center no-repeat;
    background-size:100%;
    height: 100%;
    transition: 0.3s;
}
.titulo-asisir{
    transition: 0.3s;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
}
.visitante:hover .titulo-asisir, .expositores:hover .titulo-asisir{
    background: rgba(159,205,0,0.8);
    width: 100%;
    height: 100%;
}
.titulo-asisir a{
    color: #fff;
    text-decoration: none;
    width: 90%;
    height: 100%;
    background: url(../img/arrow-right.png);
    background-position: center right;
    background-size:50%;
    background-repeat: no-repeat;
    font-size:65px;
    font-weight: bold;
    display: block;
    padding: 5%;
    line-height: 0.9;
}
.boton-elige{
    display: inline-block;
    width: auto;
    padding: 8px 20px;
    border:2px solid #9fcd00;
    color:#9fcd00;
    font-size:18px;
    border-radius: 5px;
}
.visitante:hover .boton-elige, .expositores:hover .boton-elige{
    border:2px solid #ffffff;
    background:#ffffff;
    color:#9fcd00;
}
.titulo-asisir a small{
    display: block;
    width: 250px;
    font-size:18px;
    line-height: 1.1;
    margin-top:16px;
}
.logo-wtc{
    position:absolute;
    z-index: 1;
    width: 100%;
    top:10%;
    text-align: center;
}
.logo-wtc img{
    max-width: 400px;
    width: 60%;
}
#giro{
    background:url(../img/back-giro.jpg?v=1) center center no-repeat;
    background-size: cover;
    padding: 80px 0 120px 0;
}
#giro h2{
    font-size:35px;
    margin:0 0 16px 0;
    color:#9fcd00;

}
#descanso{
    margin-top:-100px;
    padding: 150px 0;
    background: url(../img/back-descanso.jpg?v=1.3) fixed no-repeat;
    border-radius: 64px;
    background-size:cover;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
#descanso h2{
    font-size:40px;
    color:#fff;
    margin: 0;
    line-height: 1.1;
}
#giro .flex-33{
    margin-bottom: 8px;
}
.vacio{
    background: rgba(245,135,0,0.7);
    border-radius: 16px;
    overflow: hidden;
}
.expositores{
    background: url(../img/expositores.jpg?v=1.1) center center no-repeat;
    background-size:100%;
    transition: 0.3s;
}
.visitante:hover, .expositores:hover{
    background-size:120%;
}
#asistir h2{
    font-size: 50px;
    font-family: 'Qanelas Bold';
    color:#9fcd00;
}
#asistir .typed-text{
    font-size: 50px;
    font-family: 'Qanelas Bold';
    color:#f58700;
}
#contaremos{
    padding: 40px 0 60px 0;
}
#contaremos h2{
    font-size: 40px;
    font-family: 'Qanelas Bold';
    color:#ff8600;
}
#descanso2{
    aspect-ratio: 1/0.35;
    background:url(../img/descanso-2.jpg) center center no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
    color:#fff;
}
#descanso2 h2{
    font-size: 50px;
}
#descanso2 span{
    color:#1e5404;
}
.zona-salud{
    width: 100%;
    background:#9fcd00;
    color:#fff;
}
#zonas .text-bullet{
    display: inline-block;
    width:calc(100% - 40px);
    margin-left:5px;
}
.zona-experiencia{
    width: 100%;
    background:#f58700;
    color:#fff;
}
@media screen and (max-width:1250px){
    #zonas .flex-50{
        flex:0 0 100%;
    }
    #zonas .flex-20{
        flex:0 0 5%;
    }
    #zonas .flex-60{
        flex:0 0 90%;
    }
}
.zona-cover{
    background-size:cover;
    aspect-ratio: 16 / 9;
}
.title-zonas{
    font-family: 'Qanelas Bold';
    font-size:34px;
}
#contaremos h3{
    font-size:35px;
    font-family: 'Qanelas Bold';
}
.zona-experiencia:hover .overlay{
    right:0;
    top:0;
    width: 100%;
    height: 100%;
}
.zona-experiencia .overlay{
    position: absolute;
    transition: 0.3s;
    z-index: 1;
    left:0;
    top:0;
    width: 0%;
    height: 100%;
    background:rgba(126,179,0,0.95);
    overflow: hidden;
}

.zona-salud:hover .overlay{
    right:0;
    top:0;
    width: 100%;
    height: 100%;
}
.zona-salud .overlay{
    position: absolute;
    overflow: hidden;
    transition: 0.3s;
    z-index: 1;
    right:0;
    top:0;
    width: 0%;
    height: 100%;
    background:rgba(255,134,0,0.95);
}
.zona-salud .overlay ul,  .zona-experiencia ul{
    color:#fff;
    font-size:22px;
}

#logos{
    padding: 60px 0;
}
#logos h2{
    color:#7eb300;
    font-size: 50px;
    text-align: center;
}
.caja-logo{
    display: block;
    width:80%;
    margin:0 auto;
    border:1px solid #f0f0f0;
}
.caja-logo img{
    display: block;
    width: 80%;
    margin:0 auto;
}
#eventos{
    position: relative;
}
#eventos .fechas{
    position: absolute;
    z-index: 1;
    top:20px;
    width:500px;
    left:calc(50% - 250px);
}

#eventos .fechas img{
    display: block;
    width: 100%;
}
.asisitir-imagen{
    aspect-ratio: 1/1;
    backgrouns-size:cover;
    background-position:center center;
    background-size:cover;
}
.asistir-cuadro{
    aspect-ratio: 1/1;
    padding: 0;
}
footer{
    color:#fff;
    background: #9fcd00;
    padding:60px 0;
}
footer .icono{
    display:inline-block;
    width:40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    background: #fff;
    margin:0 8px;
}
footer .icono i{
    color:#8CC100;
}
.formulario{
    display: block;
    margin:0 auto;
    max-width: 550px;
    width: 90%;
    padding: 50px 0 0 0;
}
.formulario label{
    color:#fff;
}
input.error, select.error{
    border: 1px solid #ff0000 !important;
}
label.error{
    color: #ffffff;
    background:#ff0000;
    padding: 4px 12px;
    font-size: 12px;
}
.valid{
    border: 1px solid #80d10a !important;
}
input[type=text],input[type=tel],input[type=email],input[type=number]{
    display: block;
    width: calc(100% - 24px);
    padding: 10px 10px;
    border: 2px solid #9fcd00;
    border-radius: 4px;
    margin: 5px 0;
}
input[type=text]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=number]:focus{
    outline: none;
    border: 2px solid #89b008;
}
select{
    display: block;
    width: calc(100% - 2px);
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 5px 0;
}
select:focus{
    outline: none;
    border: 1px solid #144588;
}
button{
    background:#d1fc3b;
    display: block;
    width: 100%;
    border:0;
    padding: 12px 0;
    margin-top:16px;
    border-radius: 4px;
    font-weight: bold;
}
.typed-text {
  font-weight: normal;
  color: #dd7732;
}
.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  font-size: 40px;
  animation: blink 1s infinite;
}
.cursor.typing {
  animation: none;
}
.owl-dots{
    display: none;
}
@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}
@media screen and (max-width:1200px){
    header h1{
        font-size:50px;
    }
    header .text-header{
        width:90%;
        left:5%;
        top:15%;
    }
    header h2{
        font-size:24px;
    }
    #empresas h2{
        font-size:35px;
    }
    #que-es .flex-40{
        flex:0 0 45%;
    }
    #asistir{
        padding: 40px 0 !important;
    }
    #que-es .flex-10{
        flex:0 0 5%;
    }
    #que-es h2, #asistir h2, #corredora h2{
        font-size: 45px;
    }
    .cta-b{
        font-size:20px;
    }
    #galeria h2{
        font-size:35px;
    }
    #descanso h2{
        font-size:28px;
        border-radius: 0;
    }
    .counter{
        width:90%;
        max-width:90%;
        margin:0 auto;

        position: static;
    }
    nav{
        position: static;
    }
    nav .flex-60{
        display: none;
    }
    nav .flex-40{
        flex:0 0 100%;
    }
    nav .logo{
        margin:0 auto;
        display: block;
    }
}
@media screen and (max-width:950px){
    #descanso .flex-20, #descanso2 .flex-20{
        display: none;
    }
    #descanso .flex-60, #descanso2 .flex-60{
        flex:0 0 100%;
    }
    #descanso-2 .flex-40, #descanso-2 .flex-60{
        flex:0 0 100%;
    }
    #descanso h2, #descanso2 h2{
        font-size:24px;
    }
    #asistir .flex-25{
        flex:0 0 50%;
    }
    #asistir-moderno .flex-container .flex-50{
        flex:0 0 100%;
    }
    .galeria-moderna{
        height: 200px;
    }
    .img-left, .img-left-uno, .img-right, .img-right-uno{
        aspect-ratio: auto;
        height: auto;
        padding: 12px;
    }
    header h2{
        max-width: 80%;
    }
    #asistir .flex-50{
        flex:0 0 100%;
        margin-bottom: 16px;
    }
    #empresas .flex-20{
        flex:0 0 calc(33.33% - 2px);
    }
    #giro .flex-30, #giro .flex-10, #giro .flex-60{
        flex:0 0 100%;
    }
    #que-es .flex-40{
        flex:0 0 100%;
    }
    #que-es .flex-50{
        flex: 0 0 100%;
    }
    #que-es .flex-50 .flex-50{
        flex: 0 0 calc(50% - 2px);
    }
    #que-es .numero{
        font-size:30px;
    }
    #que-es .numero-desc{
        font-size:16px;
    }
    #descanso{
        padding:100px 0;
        border-radius: 0;
    }
    #giro .flex-33{
        flex:0 0 50%;
    }
    .titulo-asisir a{
        font-size:35px;
        width: 170px;
    }
    #que-es .flex-40:nth-last-of-type(2){
        flex:0 0 90%;
    }
    #que-es .flex-10{
        flex:0 0 5%;
    }
    #galeria{
        padding: 40px 0 20px 0;
    }
    #galeria .flex-50{
        flex:0 0 100%;
    }
    #corredora .flex-50{
        flex:0 0 100%;
    }
    .img-corredora{
        display: none;
    }
    #asistir .flex-40{
        flex: 0 0 100%;
    }
    #asistir .flex-30{
        flex:0 0 50%;
    }
    header .flex-50{
        flex:0 0 65%;
    }
    header h1{
        font-size: 50px;
        margin-bottom: 16px;
    }
    #fecha .flex-50{
        flex:0 0 100%;
        margin-bottom: 25px;
        text-align: center;
    }
    header .cta-b{
        display: none;
    }
    #days, #hours, #minutes, #seconds{
        font-size:30px;
    }
    .cta-or{
        display: block;
        width: 100%;
        padding: 8px 0;
        text-align: center;
        border-radius: 0;
        margin:0 auto;
    }
    #visita-expo .cta-primario{
        display: block;
        width: 100%;
        padding: 8px 0;
        text-align: center;
        border-radius: 0;
        margin:0 auto;
    }
    #eventos .fechas{
        position: static;
        width: 80%;
        margin:0 auto;
    }
    .flex-33{
        flex:0 0 100%;
    }
    .flex-33 .derecha{
        text-align: center;
    }
    #logos h2{
        font-size:30px;
    }
    #logos .flex-20{
        flex:0 0 33.33%;
        margin-bottom: 16px;
    }
    #que-es h2{
        font-size:40px;
    }
    #contaremos .flex-50{
        flex:0 0 100%;
    }
    footer{
        text-align: center;
    }
    footer .flex-33{
        margin:0 0 24px 0;
    }
    footer .derecha{

        text-align: center;
    }
    .zona-salud .overlay ul, .zona-experiencia ul{
        font-size: 15px;
    }
    .cta-primario, .cta-secundario{
        padding: 8px !important;
        margin:0 2px 0 0 !important;
        font-size:15px !important;
    }
}
@media screen and (max-width:650px){
    #asistir .asistir-cuadro .contenedor-1200{
        font-size: 14px;
    }
    .logo-wtc{
        top:15%;
    }
    #formulario h2{
        font-size: 20px;
    }
    .logo-wtc img{
        width:45%;
    }
    header .text-header{
        top:10%;
    }
    .flex-45{
        flex:0 0 100%;
    }
    header .text-header .flex-container{
        display: block;
    }
    .flex-30, .flex-10, .flex-60{
        flex:0 0 100%;
    }
    #countdown .flex-25{
        font-size:12px;
    }
    .datos-fechas-lugar{
        text-align:center;
    }
    .text-bullet{
        display: block;
    }
    #giro .flex-25{
        flex:0 0 50%;
    }
    #formulario h4{
        font-size:20px;
    }
    .datos-fechas-lugar img{
        display:block;
        margin:0 auto;
    }
    .datos-fechas-lugar div{
        margin:0 auto;
        text-align:center;
        width:100%;
    }
    .text-header img{
        display:block;
    }
    #asistir .titulo{
        font-size: 28px;
    }
    .titulo-asisir a small{
        font-size:15px;
    }
}