@charset "utf-8";

@font-face {
    font-family: 'dinre';
    src: url('../fonts/dinre.eot');
    src: url('../fonts/dinre.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinre.woff2') format('woff2'),
         url('../fonts/dinre.woff') format('woff'),
         url('../fonts/dinre.ttf') format('truetype'),
         url('../fonts/dinre.svg#dinre') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinme';
    src: url('../fonts/dinme.eot');
    src: url('../fonts/dinme.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinme.woff2') format('woff2'),
         url('../fonts/dinme.woff') format('woff'),
         url('../fonts/dinme.ttf') format('truetype'),
         url('../fonts/dinme.svg#dinme') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinbo';
    src: url('../fonts/dinbo.eot');
    src: url('../fonts/dinbo.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinbo.woff2') format('woff2'),
         url('../fonts/dinbo.woff') format('woff'),
         url('../fonts/dinbo.ttf') format('truetype'),
         url('../fonts/dinbo.svg#dinbo') format('svg');
    font-weight: normal;
    font-style: normal;
}

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: rgb(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: opacity 0.3s linear;
  }
  
  .page-content {
    max-width: 100%;
  }

.not_yet{
    height: 100vh!important;
    width: 100%!important;
    display: block!important;
    pointer-events: none!important;
    overflow: hidden!important;
}
html.theme-dark .tv-ticker-item-last__change-wrapper--up{
    color: #00A5B5!important;
}

* {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	font-family: 'dinre', serif;
	font-size:16px;
    font-weight: 300;
	margin:0;
    padding:0;
}
*:focus {
    outline: 0;
}
body{
    color: #000000;
	background-color:#ffffff;
}
.clearfix:after {
	content:"";
	display: block;
	clear: both;
}
ul{
	list-style-type:none;
}
li{
	float:left;
}
/*Remove tap highlight on iOS*/
input,
textarea,
button,
select,
div,
ul,
li,
span,
img,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input:-webkit-autofill {
    box-shadow: 0 0 0 62.5rem white inset;
    -webkit-box-shadow: 0 0 0 62.5rem white inset;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
select{ 
   -webkit-appearance: none !important;
   -moz-appearance:    none !important;
   appearance:         none !important;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */  /* Firefox 1-3.6 */     
   border-radius: 0 !important;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

/*------ menu mobile -----*/
.seleccionado{
    color: #e80014!important;   
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
    z-index: 9999999999999999999999999999999999999;
}

/* Overlay closing cross */
.overlay > .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 10px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay > nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay > nav > ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay > nav > ul > li {
	display: block;
	height: 20%;
	height: calc(100% / 8);
	min-height: 34px;
    width: 100%;
}

.overlay > nav > ul > li > a {
	font-weight: 300;
	display: block;
	color: #999999;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "aga", serif;
    font-weight: 100;
}

.overlay > nav > ul > li > a:hover,
.overlay > nav > ul > li > a:focus {
	color: #e80014!important;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc > nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc > nav > ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.overlay-hugeinc.open > nav > ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close > nav > ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
	.overlay > nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay > ul > li {
		min-height: 34px;
	}
}

/*--------------------------------------------*/

.owl-dots{
    margin: 0 0 30px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    border-radius: 20px;
    background-color: transparent;
    margin: 0 5px;
    border: 2px solid #ffffff;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.active{
    background-color: rgba(255,255,255,1);
}

.owl-carousel2 .owl-nav button.owl-prev, .owl-carousel2 .owl-nav button.owl-next, .owl-carousel2 button.owl-dot{
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    border-radius: 20px;
    background-color: transparent;
    margin: 0 5px;
    border: 2px solid #ffffff;
}
.owl-carousel2 .owl-nav button.owl-prev, .owl-carousel2 .owl-nav button.owl-next, .owl-carousel2 button.active{
    background-color: rgba(255,255,255,1);
}

img{
    width: 100%;
    height: auto;
    display: block;
}
h3{
    font-family: 'aga', serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #00a2f7;
    margin: 0 0 18px 0;
}
p{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.full_container{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.contenedor{
    width: 100%;
    height: auto;
    display: block;
    background-color: #000000;
    position: relative;
    margin: 0;
}
.contenedor_off{
    pointer-events: off;
    opacity: 0.5;
}
.grilla{
    max-width: 320px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 0 5px;
    overflow: hidden;
}
header{
    width: 100%;
    height: 80px;
    display: block;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.altura_header{
    height: 80px!important;
}
.logo_wilson{
    max-width: 200px;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 25px 0;
    
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.logo_wilson_corto{
    max-width: 60px;
    width: 100%;
    height: auto;
    margin: 7px 0 0;
    display: none;
    
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.meniu{
    display: block;
    float: right;
}
.acceso_menu_mobile{
    width: 34px;
    height: 22px;
    display: block;
    float: left;
    margin: 28px 0px 0;
    z-index: 9999999999999999999999999;
}
.acceso_menu_mobile > button{
    border: none;
    background: transparent;
    display: block;
}
.menu_header{
    display: none;
    text-align: center;
}
.menu_header > li{
    float: none;
    display: inline-block;
    vertical-align: top;
}
.menu_header > li > a{
    width: auto;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    display: table;
    text-decoration: none;
    padding: 0 20px;
    color: #292627;
    font-size: 16px;
    
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.face{
    width: 30px;
    height: auto;
    display: block;
    margin: 5px -15px;
}
.twitt{
    width: 30px;
    height: auto;
    display: block;
    margin: 5px -15px;
}
.face2{
    width: 40px;
    height: auto;
    display: block;
    margin: -20px auto 0;
}
.twitt2{
    width: 40px;
    height: auto;
    display: block;
    margin: -20px auto 0;
}
.menu_header > li > a:hover{
    color: #ffffff;
    background-color: #ee7d29;
}
.act{
    color: #ffffff!important;
    background-color: #ee7d29!important;
    pointer-events: none!important;
}
.destacado{
    padding-top: 0px;
}
.altura{
   padding-top: 0px!important; 
}
/*
footer{
    width: 100%;
    height: 210px;
    display: block;
    background-color: #574f50;
    overflow: auto;
    padding-top: 30px;
}
*/
.log_footer{
        width: 40px;
        height: auto;
        display: block;
        text-align: center;
        float: none;
        margin: 0 auto;
    }
.legal{
    color: #edeff1;
    font-family: 'hel', sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    display: block;
    float: none;
    margin: 0px;
    width: 100%;
}
.data{
    display: block;
    float: none;
    width: 40px;
    height: auto;
    margin: 0 auto;
}
.idioma{
    display: block;
    float: none;
    width: 100%;
}
.banderas{
    display: table;
    text-align: center;
    margin: 10px auto;
    width: 180px;
    
}
.banderas > li{
    display: inline-block;
    float: none;
    vertical-align: top;
}
.banderas > li > a > img{
    filter:         url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray;   
}
.banderas > li > a:hover > img{
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
}
.banderas > li > a > .idioma_elegido{
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
}
.bx-wrapper .bx-controls-direction a {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.bx-wrapper .bx-prev {
    left: 0px!important;
}
.bx-wrapper .bx-next {
    right: 0px!important;
}


.digit {
    opacity: 0;
    -webkit-transform: translateY(40px);
                    transform: translateY(40px);
    -webkit-transition: all 0.6s ease-out;
                    transition: all 0.6s ease-out;
}
.digit.visible {
    opacity: 1;
    -webkit-transform: none;
                    transform: none;
}

.info_hero{
    opacity:0;
    
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.ml12 {
  font-weight: 300!important;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  display: block!important;
}

.ml12 .letter {
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
}

.ml14 {
  font-weight: 200;
  font-size: 20px;
  line-height: 26px;
  display: block!important;
}

.ml14 .letter {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
}

.text_tel span{
    display: block;
    font-weight: 200;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #ffffff;
}
.text_tel span a{
    display: block;
    font-weight: 200;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
}

.digit {
    opacity: 0;
    -webkit-transform: translateY(50px);
            -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
                -o-transform: translateY(50px);
                    transform: translateY(50px);
    -webkit-transition: all 0.6s ease-out;
            -moz-transition: all 0.6s ease-out;
            -ms-transition: all 0.6s ease-out;
                -o-transition: all 0.6s ease-out;
                    transition: all 0.6s ease-out;
}
.digit.visible {
    opacity: 1;
    -webkit-transform: none;
         -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                    transform: none;
}

@media screen and (min-width:768px){
    .grilla{
        max-width: 700px;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        position: relative;
        padding: 0 10px;
    }
    .bx-wrapper .bx-controls-direction a {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .bx-wrapper .bx-prev {
        left: 10px!important;
    }
    .bx-wrapper .bx-next {
        right: 10px!important;
    }
    header{
        width: 100%;
        height: 103px;
        display: block;
        position: fixed;
        overflow: hidden;
        z-index: 99999;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .altura_header{
        height: 103px!important;
    }
    .logo_wilson{
        max-width: 200px;
        width: 100%;
        height: auto;
        display: inline-block;
        margin: 27px 0;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .logo_wilson_corto{
        max-width: 60px;
        width: 100%;
        height: auto;
        margin: 7px 0 0;
        display: none;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    nav{
        display: block;
        float: right;
    }
    .acceso_menu_mobile{
        display: none;
    }
    .menu_header{
        display: table;
        text-align: center;
    }
    .menu_header > li{
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .menu_header > li > a{
        width: auto;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        display: table;
        text-decoration: none;
        padding: 0 7px;
        color: #292627;
        font-size: 14px;
        border-radius: 20px;
        margin: 20px 0;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .face{
        width: 30px;
        height: auto;
        display: block;
        margin: 5px -5px;
    }
    .twitt{
        width: 30px;
        height: auto;
        display: block;
        margin: 5px -5px;
    }
    .menu_header > li > a:hover{
        color: #ffffff;
        background-color: #ee7d29;
    }
    .destacado{
        padding-top: 0px;
    }
    .altura{
       padding-top: 0px!important; 
    }
    /*
    footer{
        width: 100%;
        height: 150px;
        display: block;
        background-color: #574f50;
        overflow: auto;
        padding-top: 30px;
    }
    */
    .log_footer{
        width: 35px;
        height: auto;
        display: block;
        text-align: left;
        float: left;
        margin: 0 7px;
    }
    .legal{
        font-size: 12px;
        line-height: 14px;
        text-align: left;
        display: block;
        float: left;
        margin: 5px;
        width: auto;
    }
    .data{
        display: block;
        float: right;
        width: 35px;
        height: auto;
    }
    .idioma{
        display: block;
        float: right;
        width: auto;
    }
    .banderas{
        display: table;
        text-align: center;
        margin: 0;
        width: auto;
    }
    .ml12 {
      font-weight: 300;
      font-size: 40px;
      line-height: 38px;
      text-transform: uppercase;
    }

    .ml12 .letter {
      display: inline-block;
      font-size: 40px;
      line-height: 38px;
    }
    
    .ml14 {
      font-weight: 200;
      font-size: 20px;
      line-height: 22px;
    }

    .ml14 .letter {
      display: inline-block;
      font-size: 20px;
      line-height: 22px;
    }
}
@media screen and (min-width:1023px){
    .contenedor{
        width: 100%;
        height: auto;
        display: block;
        background-color: #000000;
        position: relative;
        margin: -100vh 0 0;
    }
    
}
@media screen and (min-width:1140px){
    .text_tel > span, .text_tel > span > a{
        font-size: 11px;
    }
    .grilla{
        max-width: 1140px;/*1140px;*/
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        position: relative;
        padding: 0;
    }
    header{
        width: 100%;
        height: 103px;
        display: block;
        position: fixed;
        overflow: hidden;
        z-index: 99999;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .altura_header{
        height: 103px!important;
    }
    .logo_wilson{
        max-width: 288px;
        width: 100%;
        height: auto;
        display: inline-block;
        margin: 25px 0;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .logo_wilson_corto{
        max-width: 60px;
        width: 100%;
        height: auto;
        margin: 7px 0 0;
        display: none;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    nav{
        display: block;
        float: right;
    }
    .menu_header{
        display: table;
        text-align: center;
    }
    .menu_header > li{
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .menu_header > li > a{
        width: auto;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        display: table;
        text-decoration: none;
        padding: 0 20px;
        color: #292627;
        font-size: 16px;
        border-radius: 20px;
        margin: 20px 0;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .face{
        width: 30px;
        height: auto;
        display: block;
        margin: 5px -15px;
    }
    .twitt{
        width: 30px;
        height: auto;
        display: block;
        margin: 5px -15px;
    }
    .menu_header > li > a:hover{
        color: #ffffff;
        background-color: #ee7d29;
    }
    .destacado{
        padding-top: 0px;
    }
    .altura{
       padding-top: 0px!important; 
    }
    /*
    footer{
        width: 100%;
        height: 150px;
        display: block;
        background-color: #574f50;
        overflow: auto;
        padding-top: 30px;
    }
    */
    .log_footer{
        width: 40px;
        height: auto;
        display: block;
        text-align: left;
        float: left;
        margin: 0 7px;
    }
    .legal{
        font-size: 14px;
        line-height: 16px;
        text-align: left;
        display: block;
        float: left;
        margin: 5px;
        width: auto;
    }
    .data{
        display: block;
        float: right;
        width: 40px;
        height: auto;
    }
    .idioma{
        display: block;
        float: right;
        width: auto;
    }
    .banderas{
        display: table;
        text-align: center;
        margin: 0;
        width: auto;
    }
    .ml12 {
      font-weight: 300;
      font-size: 50px;
      line-height: 48px;
      text-transform: uppercase;
    }

    .ml12 .letter {
      display: inline-block;
      font-size: 50px;
      line-height: 48px;
    }
    
    .ml14 {
      font-weight: 200;
      font-size: 20px;
      line-height: 22px;
    }

    .ml14 .letter {
      display: inline-block;
      font-size: 20px;
      line-height: 22px;
    }
}

.firma{
    max-width: 1180px;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    margin: 10px auto 0;
    padding: 0 20px;
    
}
.firma > img{
    width: 18px;
    height: auto;
    display: inline-block; 
    vertical-align: top;
}
