*{
    padding: 0;
    margin: 0;
	box-sizing: border-box;
}
a:hover{
    text-decoration: none !important;
}
.top-menu{
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 0;
}
.box_header{
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.headcolor{
    background: #000;
    transition: background 0.4s ease;
}
img, svg{
    display: block;
    width: 100%;
}
h1, h2{
    font-family: 'bebas';
}
p{
    font-family: 'gothambook';
    font-size: 1em;
    line-height: 150%;
    margin-bottom: 0 !important;
    font-weight: 400;
    color: #222;
}
p span{
    font-family: 'gothambold';
}
.t1{
    font-size: 4em;
    line-height: 85%;
    margin-bottom: 40px;
}
.t2{
    font-size: 3em;
    line-height: 85%;
    margin-bottom: 25px;
}
.t3{
    font-size: 2.1em;
    line-height: 90%;
}
.t4{
    font-size: 2.5em;
    line-height: 85%;
    margin-bottom: 0;
}
.p1{
    width: 70%;
}
.p2{
    width: 50%;
}
.italic{
    font-style: italic;
}
.lista1{
    margin: 0 0 0 50px;
    padding: 0;
    font-family: 'gothambook';
    font-size: 16px;
    list-style: url(../img/vineta.png);
}
.lista1 li{
    padding-bottom: 5px;
}
.bco{
    color: #fff;
}
.orange{
    color: #f68821;
}
.red{
    color: #f36471;
}
.contenedor{
    width: 1280px;
    margin: 0 auto;
    padding:0 10px;
    position: relative;
}
.logo_head{
    padding: 3px;
    width: 50px;
}
/*** Btns ***/
.boton{
    font-family: 'bebas';
    font-size: 20px;
    width: 150px;
    text-align: center;
    padding: 15px 0;
    display: block;
    background: #000;
    color: #fff;
    transition: all 0.4s;
    margin-top: 40px;
    text-decoration: none;
}
.boton:hover{
    color: #fff;
    text-decoration: none;
    background: #e75f00;
}
.bctr{
    margin: 40px auto 0 auto;
}
/*** Otros ***/
.clear{
    clear: both;
}
.dots1{
    width: 90px;
    margin-bottom: 40px;
}
.dots2{
    width: 70px;
    position: absolute;
    bottom: 50px;
    left: 50px;
}
.dots3{
    width: 5px;
    position: absolute;
    top: 100px;
    right: 40px;
}
.center{
    text-align: center;
    margin: 0 auto 25px auto;
}
.black{
    background: #000;
}
.ln{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 200px;
    z-index: 1;
}
.ln2{
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 200px;
    z-index: 1;
}
.idiomas{
    top: 0;
    right: 40px;
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.idiomas a{
    width: 42px;
    height: 42px;
    display: block;
    transition: all .4s ease;
    opacity: .6;
    padding: 8px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.idiomas a:hover{
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
/*** Banners ***/
.banner_desk{
    display: block;
}
.banner_mobile{
    display: none;
}
/*** Footer ***/
footer{
    width: 100%;
    background: #212121;
    padding: 110px 0;
}
.cont_boxes_footer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.logo_footer{
    width: 170px;
    padding-bottom: 30px;
}
.box_footer{
    width: 33.3333%;
    padding-right: 80px;
}
.box_footer h3{
    font-family: 'bebas';
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 20px;
}
.box_footer p{
    font-size: 14px;
    color: #fff;
    padding-bottom: 40px;
    margin: 0;
}
.social{
    margin: 0;
}
.social li{
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
.social li:last-child{
    padding-right: 0;
}
.social li a{
    display: block;
    background: #111;
    padding: 10px;
}
.social li a:hover{
    background: #000;
}
.social li a img{
    width: 24px;
}
.menu_footer{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu_footer li{
    line-height: 14px;
    padding-bottom: 15px;
}
.menu_footer li a{
    font-family: 'gothambook';
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}
.menu_footer li a:hover{
    color: #999;
}
.footer_bottom{
    padding: 20px 0;
    width: 100%;
    background: #000;
}
.box_sub_footer1, .box_sub_footer2{
    font-family: 'gothambook';
    color: #ccc;
    width: 50%;
    font-size: 12px;
}
.box_sub_footer1{
    float: left;
    text-align: left;
}
.box_sub_footer2{
    float: right;
    text-align: right;
}
.box_sub_footer2 a{
    color: #ccc;
    text-decoration: none;
}
.box_sub_footer2 a:hover{
    color: #e75f00;
}
/*** Form ***/
input[type=text]{
    font-family: 'gothambook';
    font-size: 15px;
    color: #222;
    width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    box-sizing:border-box;
    outline:0px;
    background: #fff;
}
input[type=submit]{
    font-family: 'gothambold';
    text-transform: uppercase;
    font-size: 13px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    display: block;
    transition-property:all;
    transition-duration:0.4s;
    cursor: pointer;
    background: #000;
    color: #fff;
    border: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    appearance: auto;
    text-align: center;
}
input[type=submit]:hover{
    background: #e75f00;
}
/*** Fonts ***/
@font-face {
    font-family: 'bebas';
    src: url('fonts/bebas.woff2') format('woff2'),
         url('fonts/bebas.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambook';
    src: url('fonts/gotham-book.woff2') format('woff2'),
         url('fonts/gotham-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambold';
    src: url('fonts/gotham-bold.woff2') format('woff2'),
         url('fonts/gotham-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.cont_video{
    width: 100%;
    overflow: hidden;
}
video{
    width: 100%;
    display: block;
}