.langaActive{
    color: #F00;
}
.wFont *{
    color: #FFF !important;
}

.hhServicio img{
    height: 60px;
    margin-left: 15px;
}
.hhServicio a{
    float: right;
    display: block;
    font-size: 36px;
    margin: 5px 10px;
}
.dvHeaderSmartphone{
    display: none;
    z-index: 10;
}
.dvNavSmartphone{
    display: none;
    z-index: 10;
    height: 90px;
    background-color: #FFF;
}
.dvNavSmartphone a{
    /*border: solid 1px #F00;*/
}
.dvNavSmartphone i{
    color: #0061cb;
}
.dvNavSmartphone img{
    height: 65px;
    top: 5px;
}
.aButton{
    display: inline-block;
    color: #FFF;
    padding: 15px 25px;
    background-color: #F00;
    border: solid 1px #F00;
    
    transition: all .3s;
    -webkit-transition: all .3s;
}

.aButton:hover{
    cursor: pointer;
    color: #F00;
    font-weight: bold;
    background-color: #FFF;
}

.aBotonMovil{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 28px;
}

.dvPrimerParrafo{
    margin-bottom: 50px;
}

.dvPantalla{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.dvPelicula{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.dvCuadro{
    float: left;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}
.dvCuadro div{
    top: 45%;
    text-align: center;
}

.dvCuadro div img{
    width: 100%;
    max-width: 250px;
}

.dvCuadro div h1, .dvCuadro div h3{
    color: #FFF !important;
}

.dvPelicula > div:first-child{
    background-image: url(../img/homeSlide/sld_1.jpg);
}
.dvPelicula > div:nth-child(2){
    background-image: url(../img/homeSlide/sld_2.jpg);
}
.dvPelicula > div:nth-child(3){
    background-image: url(../img/homeSlide/sld_3.jpg);
}
.dvPelicula > div:nth-child(4){
    background-image: url(../img/homeSlide/sld_4.jpg);
}
.dvPelicula > div:last-child{
    background-image: url(../img/homeSlide/sld_1.jpg);
}

.dvRedes a{
    margin-left: 10px;
}
.dvRedes a:hover{
    color: #F00
}

.dvMouseDown{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -10px;
}
.dvMouseDown img{
    width: 20px;
}

.dvBarkerTillyMexico{
    position: absolute;
    bottom: 10px;
    right: 25px;
}
.dvBarkerTillyMexico img{
    width: 200px;
}

.dvSlideControl{
    position: absolute;
    top: 50%;
    margin-top: -24px;
}
.dvSlideControl a{
    color: rgba(41,47,99,.2);
    font-size: 48px;
    
    transition: all .3s;
    -webkit-transition: all .3s;
}

.dvSlideControl a:hover{
    color: rgba(41,47,99,1);
}

.dvServicios div{
    text-align: center;
}

.dvServicios div a{
    display: inline-block;
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    padding-top: 3px;
    background-color: rgba(255,255,255,0);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.dvServicios div a img{
    width: 80px;
    margin-top: 16px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.dvServicios div a:hover{
    background-color: rgba(255,255,255,.1);
}
.dvServicios div a:hover img{
    margin: -0px 0px -4px 0px;
    width: 100px;
}
.dvVinetas{
    padding-bottom: 30px;
}
.dvVinetas div{
    margin: 10px 0px 10px 0px;
}
.dvVinetas div i{
    vertical-align: middle;
    margin-right: 10px;
}

.Siguiente{
    right: 15px;
}

.Anterior{
    left: 15px;
}

.scSeccion{
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 140px 0px;
}

.ulMenu{
    margin: 0px;
    padding: 0px;
}
.ulMenu li{
    float: right;
    width: 12.5%;
    height: 100%;
    list-style: none;
    margin: 0px 0px;
}
.ulMenu li a{
    height: 110px;
    width: 100%;
    color: #0061cb;
    font-weight: bold;
    box-sizing: border-box;
    padding-top: 40px;
    text-align: center;
    display: block;
    border-top: solid 5px transparent;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.ulMenu li a:hover{
    color: #F00;
    border-top: solid 5px #F00;
}

.ulMenuSmartphone{
    display: none;
    position: absolute;
    left: 0px;
    top:-90px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
}

.ulMenuSmartphone li{
    list-style: none;
}
.ulMenuSmartphone li:first-child{
    margin-top: 200px;
}
.ulMenuSmartphone li a, .ulMenuSmartphone li a:visited{
    display: block;
    text-align: center;
    padding: 15px 0px;
    text-decoration: none;
    color: #0061cb !important;
}
.ulMenuSmartphone li a:active{
    background-color: #0061cb;
    color: #FFF !important;
    text-decoration: none;
}


.dvMensaje{
    display: none;
}

.dvMensaje *{
    color: #0061cb !important;
}


@media only screen and (max-width: 900px) {
    .dvCuadro div{
        top: 120px;
    }
    .dvCuadro h1{
        font-size: 36px !important;
    }
    .dvMouseDown{
        display: none;
    }
    .dvSlideControl{
        top:90%;    
    }
    .dvHeaderLandscape{
        display: none;
    }
    .dvHeaderSmartphone{
        display: block;
    }
    .dvNavLandscape{
        display: none;
    }
    .dvNavSmartphone{
        display: block;
    }
}

@media only screen and (max-width: 790px) {
    .dvHeaderSmartphone div:first-child{
        visibility: hidden;
        font-size: 1px;
    } 
}

@media only screen and (max-width: 570px) {
    .dvExperienciaLogo{
        display: block !important;
        width: 100%;
        height: 150px;
        text-align: center;
    }
}