@charset "utf-8";

@font-face {
	font-family: "Bell";
	src: url("../fonts/Bodoni72.eot");
	src: url("../fonts/Bodoni72.eot#iefix") format("embedded-opentype"),
	url("../fonts/Bodoni72.woff") format("woff"),
    url("../fonts/Bodoni72.woff2") format("woff2"),
	url("../fonts/Bodoni72.ttf") format("truetype"),
	url("../fonts/Bodoni72.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "BellB";
	src: url("../fonts/Bodoni72OS.eot");
	src: url("../fonts/Bodoni72OS.eot#iefix") format("embedded-opentype"),
	url("../fonts/Bodoni72OS.woff") format("woff"),
    url("../fonts/Bodoni72OS.woff2") format("woff2"),
	url("../fonts/Bodoni72OS.ttf") format("truetype"),
	url("../fonts/Bodoni72OS.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
* {
    box-sizing:border-box;
	font-family: "Bell", sans-serif;
	font-size:16px;
    font-weight: 100;
	margin:0;
    padding:0;
}
*:focus {
    outline: 0;
}
body{
    color: #5e6363;
	background-color:#fff;
}
.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 {
    -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%);
	-ms-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: "Bell", sans-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;
	transition: transform 0.5s, opacity 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;
	}
}

/*--------------------------------------------*/

img{
    width: 100%;
    height: auto;
    display: block;
}
h3{
    font-family: 'Bell', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #00a2f7;
    margin: 0 0 18px 0;
}
p{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.contenedor{
    width: 100%;
    height: auto;
    display: block;
    background-color: #f2f2f2;
}
.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;
    
    -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;
    
    -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;
    
    -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: inline-block;
    vertical-align: top;
    float: right;
}
.acceso_menu_mobile{
    width: 34px;
    height: 22px;
    display: inline-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;
    
    -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: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    display: block;
    vertical-align: top;
    float: none;
    margin: 10px;
    width: 100%;
}
.data{
    display: block;
    vertical-align: top;
    float: none;
    width: 40px;
    height: auto;
    margin: 0 auto;
}
.idioma{
    display: block;
    vertical-align: top;
    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);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.bx-wrapper .bx-prev {
    left: 0px!important;
}
.bx-wrapper .bx-next {
    right: 0px!important;
}
@media screen and (min-width:768px){
    .grilla{
        max-width: 768px;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        position: relative;
        padding: 0 10px;
    }
    .bx-wrapper .bx-controls-direction a {
        -webkit-transform: scale(1);
        -ms-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;

        -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;

        -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;

        -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: inline-block;
        vertical-align: top;
        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;

        -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: inline-block;
        text-align: left;
        float: left;
        margin: 0 7px;
    }
    .legal{
        font-size: 12px;
        line-height: 14px;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        float: left;
        margin: 5px;
        width: auto;
    }
    .data{
        display: inline-block;
        vertical-align: top;
        float: right;
        width: 35px;
        height: auto;
    }
    .idioma{
        display: inline-block;
        vertical-align: top;
        float: right;
        width: auto;
    }
    .banderas{
        display: table;
        text-align: center;
        margin: 0;
        width: auto;
    }
}
@media screen and (min-width:1140px){
    .grilla{
        max-width: 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;

        -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;

        -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;

        -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: inline-block;
        vertical-align: top;
        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;

        -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: inline-block;
        text-align: left;
        float: left;
        margin: 0 7px;
    }
    .legal{
        font-size: 14px;
        line-height: 16px;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        float: left;
        margin: 5px;
        width: auto;
    }
    .data{
        display: inline-block;
        vertical-align: top;
        float: right;
        width: 40px;
        height: auto;
    }
    .idioma{
        display: inline-block;
        vertical-align: top;
        float: right;
        width: auto;
    }
    .banderas{
        display: table;
        text-align: center;
        margin: 0;
        width: auto;
    }
}

.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;
}