#barra{
    display: inline-block;
    float: right;
}
#menu{
    display: none;   
}
.fat-nav__wrapper > ul > li > a{
    position: relative;  
}
.fat-nav__wrapper > ul > li > a > .linea{
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 18px;
    background-color: #444444;
    z-index: 9999999999999;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 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;
}
.fat-nav__wrapper > ul > li > a:hover > .linea{
    bottom: -4px;
    opacity: 1;
}
#redes{
    display: none;   
}
.ver_mas{
    width: 266px;
    height: 37px;
    display: block;
    border: 2px solid #ffffff;
    background-color: none;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 86px;
    z-index: 99;
    
    -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;
}
.ver_mas:hover{
    color: #444444;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    
}
/*-- INICIO SLIDER HOME --*/
.destacado_principal{
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
    background-color: black;
    overflow: hidden;
}
.info_destacado{
    position: absolute;
    min-width: 220px;
    width: 80%;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
    top: calc(50vh - 18vh);
    display: block;
    
    font-family: 'tw-cen', sans-serif;
    font-size: 34px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.32);
}
.info_destacado > span{
    font-family: 'tw-cen-bold', sans-serif;
}
.info_destacado2{
    position: absolute;
    min-width: 220px;
    width: 80%;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
    top: calc(50vh - 41vh);
    display: block;
    
    font-family: 'tw-cen', sans-serif;
    font-size: 34px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.32);
}
.info_destacado2 > span{
    font-family: 'tw-cen-bold', sans-serif;
}
#slider li img{
    height: 100vh;
    display: block;
    top: 50px
}
#slide1{
    width: 100vw;
    height: calc(100vh - 50px);
    position: absolute;
    background: url('../img/highlight1.jpg');
    background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#slide2{
    width: 100vw;
    height: calc(100vh - 50px);
    position: absolute;
    background: url('../img/highlight2.jpg');
    background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#slide3{
    width: 100vw;
    height: calc(100vh - 50px);
    position: absolute;
    background: url('../img/highlight3.jpg');
    background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}
/*Slider Fullscreen*/
.bx-viewport, .bx-wrapper{
	position:relative;
	width:100%;
	height:100%!important;
	top:25px;
	left:0;
    display: block;
}
.bxslider, .bxslider li {
	height: 100% !important;
	min-height: 740px !important;
}
/*
.bx-controls-direction{
	display:none !important;
}
*/
.bx-wrapper {
    margin: 0 auto !important;
}
.bx-wrapper .bx-pager {
    position: absolute !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 40px;
    z-index: 98;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	width:auto !important;
	height:30px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #fff !important;
    border: 2px solid #fff !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none!important;
    border: 2px solid #fff !important;
}
.bxslider li {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
/*Fin Slider Fullscreen*/

/*-- FIN SLIDER HOME --*/
/*-- INICIO SECCION EMPRESA --*/
.seccion{
    width: 100%;   
}
.contenedor_seccion{
    width: 100%;
    max-width: 1140px;
    display: table;
    margin: 0 auto;
    padding: 65px 20px 33px;
}
.col_izq_tx{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 20px 0;
}
.col_der_tx{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.cat_log{
    padding: 65px 20px 20px !important;
}
.contenedor_lista{
    width: 100%;
    height: auto;
    display: table;
    text-align: center;
}
.contenedor_lista a{
    width: 250px;
    height: 46px;
    text-transform: uppercase;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    background-color: #ececec;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 30px 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;
}
.contenedor_lista a:hover{
    background-color: #a4a4a4;
    color: #ffffff;
}
.fotos_empresa{
    padding: 40px 0 0;
    display: block;
}
.fotos_empresa > ul > li {
    width: 100%;
    height: auto;
    padding: 1px;
}
.fotos_empresa > ul > li > img{
    display: block;
    width: 100%;
    height: auto;
}
/*-- FIN SECCION EMPRESA --*/
/*-- INICIO SECCION FRANJA GRIS --*/
.seccion_franja_gris{
    width: 100%;
    background-color: #ececec;
    padding: 70px 0;
    display: block
}
.contenedor_destaca_empresa{
    width: 100%;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
}
.contenedor_destaca_empresa > ul{
    display: table;
}
.contenedor_destaca_empresa > ul > li{
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 20px 50px;
}
.titulo_destaca_empresa{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}
.texto_destaca_empresa{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
}
/*-- FIN SECCION FRANJA GRIS --*/
.seccion_carrusel{
    width: 100%;
    display: block;
    position: relative;
    height: 472px;
    overflow: hidden;
}
.seccion_carrusel > .bx-wrapper > .bx-viewport, .seccion_carrusel > .bx-wrapper {
    position: relative;
    width: 100%;
    height: 100%!important;
    top: 0;
    left: 0;
    display: block;
}
#prod_slider div img{
    height: 29.5rem;
    display: block;
    top: 0;
}
#bn_prod01{
    width: 100vw;
    height: 29.5rem;
    position: absolute;
    background: url('../img/bn_mg_01.jpg');
    background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 29.5rem;
}
#bn_prod02{
    width: 100vw;
    height: 29.5rem;
    position: absolute;
    background: url('../img/bn_mg_02.jpg');
    background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 29.5rem;
}
#bn_prod03{
    width: 100vw;
    height: 29.5rem;
    position: absolute;
    background: url('../img/bn_mg_03.jpg');
    background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 29.5rem;
}
.destacado_catalogo{
    width: 100%;
    height: 472px;
    display: block;
    background: url('../img/destacado_catalogo.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}
.call_catalogo{
    position: absolute;
    width: 100%;
    top: calc((100% / 2) - 110px);
}
.call_texto{
    font-family: 'tw-cen', sans-serif;
    font-size: 34px;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.32);
}
.contiene_btn_call_catalogo{
    display: block;
    width: 141px;
    height: auto;
    position: absolute;
    left:0;
    right: 0;
    margin: 0 auto;
    top: calc((100% / 2) + 90px);
}
.contiene_btn_call_catalogo > a{
    width: 141px;
    height: 46px;
    display: block;
    background-color: #ffffff;
    color: #444444;
    text-decoration: none;
    line-height: 46px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    -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;
}
.contiene_btn_call_catalogo > a:hover{
    background-color: #a4a4a4;
    color: #ffffff;  
}
.contiene_btn_call_catalogo > .cat01{
    display: none!important;
}
.contiene_btn_call_catalogo > .cat02{
    display: block!important;   
}
.contenedor_oportunidades{
    width: 100%;
    max-width: 1140px;
    display: table;
    margin: 0 auto;
    padding: 0 20px;
}
.titulo_oportunidades{
    text-transform: uppercase;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    font-size: 28px;
    display: block;
    text-align: center;
    margin: 0 0 60px
}
.listado_oportunidades > li{
    display: block;
    width: 100%;
    height: auto;
}
.listado_oportunidades > li > ul > li{
    display: block;
    float: none !important;
    text-align: center;
    width: 100%;
}
.listado_oportunidades > li > ul > li > img{
    display: block;
    width: 100%;
    height: auto;
    
}
.icono_op{
    width: 49px!important;
    margin: 0 auto;
}
.texto_op{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 20px 20px 40px;
}
.texto_op span{
    display: block;
    font-weight: 700;
    margin: 0 0 5px;
}
.head_insta{
    margin-bottom: 46px;
    display: table;
}
.insta_titulo{
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0;
    line-height: 40px
}
.follow{
    display: inline-block;
    width: 77px;
    height: auto;
    position: relative;
    bottom: 0;
    vertical-align: bottom;
    margin: 0 5px;
    
    -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;
}
.follow:hover > a > .hover_seguir{
    opacity: 1;
}
.follow a{
}
.hover_seguir{
    background: url('../img/seguir_btn_hover.png');
    position: absolute;
    opacity: 0;
    top:0;
    left:0;
    bottom:0;
    right: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;
}
.follow a img{
    width: 100%;
    height:auto;
    display: block;
}
.insta_photos_mobile{
    display: block;
    width: 100%;
    height: auto;
    overflow: auto;
}
.insta_photos_desk{
    display: none;
    width: 100%;
    height: auto;
    overflow: auto;
}
.con_tacto{
    padding: 45px 20px 60px!important;
}
.bajada_contacto{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #444444;
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0 0 70px 0;
}
.campos{
    max-width: 807px;
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    overflow: auto;
}
.facebook{
    width: 100%;
    height: 456px;
    display: block;
    margin: 40px 0 0 0;
    float: right;
    border: 1px solid #cccccc;
    padding: 16px 0;
    position: relative;
    overflow: auto;
}
.facebook > .fb-page{
    width: 300px!important;
    display: block!important;
    margin: 0 auto!important;
    float: none!important;
    right: 0;
    left: 0;
    position: absolute!important;
}
#returnmessage{
	font-size:14px;
	line-height:16px;
	font-weight:700;
	color:#444444;
	text-align:left;
    padding: 10px 0;
}
#form > span{
color:red
}
#form > p span{
	color:#444444;
}
.error
{
    border:1px solid #444444 !important;
	background-color: white !important;
	color: #444444 !important;
}
#email-error, #field-error{
	border:none !important;
}
#form{
    width: 100%;
    height: auto;
    display: block;
}
#form > input{
    display: block;
    max-width: 787px;
    width: 100%;
    height: 44px;
    border: 1px solid #cccccc;
    margin: 8px 0 0 0;
    padding: 10px;
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #444444;
}
#form > textarea{
    display: block;
    max-width: 787px;
    width: 100%;
    height: 249px;
    border: 1px solid #cccccc;
    margin: 8px 0 0 0;
    padding: 10px;
    resize: none;
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #444444;
}
#submit{
    width: 141px!important;
    height: 46px!important;
    display: block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #444444;
    background-color: #ececec;
    text-transform: uppercase;
    float: left;
    cursor: pointer;
    border: none!important;
    -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;
}
#submit:hover{
    background-color: #a4a4a4;
    color: #ffffff;
}
.fallo {
    bottom: 0;
    color: #e5548f;
    font-family: "Arial",sans-serif;
    font-weight: 200;
    left: 0;
    line-height: 0;
    position: relative;
    top: 20px;
}
footer{
    width: 100%;
    height: 100px;
    background-color: #333333;
    display: block;
    padding: 20px;
}
.info_footer{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    height: auto;
    display: block;
}
.info_footer > li{
    width: 100%;
    height: auto;
    display: block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
}
.copy_footer{
    text-align: center;   
}
.diseno_footer{
    text-align: center;   
}
.diseno_footer > a{
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
}
@media screen and (min-width: 650px) {
    h1 {
        font-size: 48px;
    }
    .info_destacado{
        font-size: 52px;
        line-height: 52px;   
    }
    .info_destacado2{
        position: absolute;
        min-width: 220px;
        width: 80%;
        margin: 0 auto;
        right: 0;
        left: 0;
        text-align: center;
        top: calc(50vh - 41vh);
        display: block;

        font-family: 'tw-cen', sans-serif;
        font-size: 52px;
        line-height: 52px;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.32);
    }
    .contenedor_lista{
        text-align: right;
    }
    .contenedor_lista a{
        width: 270px;
        height: 46px;
        font-size: 16px;
        margin: 0 40px 30px 0;
    }
    .call_texto{
        font-size: 42px;
        line-height: 46px;
    }
    .listado_oportunidades > li{
        display: inline-block;
        width: calc(100% / 2);
        height: 200px;
    }
    .listado_oportunidades > li > ul > li{
        display: inline-block;
        float: left !important;
        text-align: left;
        width: auto;
    }
    .listado_oportunidades > li > ul > li > img{
        display: block;
        width: 100%;
        height: auto;
    }
    .icono_op{
        width: 49px!important;
        margin: 0 20px 0 0;
    }
    .texto_op{
        width: calc(100% - 69px)!important;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        padding: 0 20px 0 0;
    }
    .texto_op span{
        display: block;
        font-weight: 700;
        margin: 0 0 5px;
    }
    .insta_photos_mobile{
        display: none;
        width: 100%;
        height: auto;
    }
    .insta_photos_desk{
        display: block;
        width: 100%;
        height: auto;
    }
    .con_tacto{
        padding: 60px 20px 120px!important;
    }
    .contiene_btn_call_catalogo > .cat01{
        display: none!important;
    }
    .contiene_btn_call_catalogo > .cat02{
        display: block!important;   
    }
    .campos{
        max-width: 807px;
        width: 50%;
        height: auto;
        display: inline-block;
        padding: 0 20px 0 0;
    }
    .facebook{
        width: 50%;
        height: 456px;
        display: inline-block;
        margin: 8px 0 0 0;
        padding: 16px 0;
    }
    .facebook > .fb-page{
        width: 300px!important;
        display: block!important;
        margin: 0 auto!important;
        float: none!important;
        right: 0;
        left: 0;
        position: absolute!important;
    }
}
@media screen and (min-width: 800px) {
    #barra{
        display: none;
    }
    #menu{
        display: inline-block;
    }
    #menu > ul > li > a{
        position: relative;  
    }
    #menu > ul > li > a > .linea{
        width: 78%;
        height: 2px;
        display: block;
        position: absolute;
        bottom: 18px;
        background-color: #444444;
        z-index: 9999999999999;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 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;
    }
    #menu > ul > li > a:hover > .linea{
        bottom: 12px;
        opacity: 1;
    }
    .act{
        bottom: 12px!important;
        opacity: 1!important;
    }
    .noclick{
        cursor: default!important;
    }
    #redes{
        display: inline-block;   
    }
    .info_destacado{
        position: absolute;
        min-width: 220px;
        width: 40%;
        margin: 0;
        right: 0;
        left: 60px;
        text-align: left;
        top: calc(50vh - 18vh);
        display: block;

        font-family: 'tw-cen', sans-serif;
        font-size: 52px;
        line-height: 52px;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.32);
    }
    .info_destacado2{
        position: absolute;
        min-width: 220px;
        width: 80%;
        margin: 0 auto;
        right: 0;
        left: 0;
        text-align: center;
        top: calc(50vh - 41vh);
        display: block;

        font-family: 'tw-cen', sans-serif;
        font-size: 52px;
        line-height: 52px;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.32);
    }
    .contenedor_seccion{
        padding: 130px 20px 66px;
    }
    .cat_log{
        padding: 130px 20px 66px;
    }
    .contiene_btn_call_catalogo > .cat01{
        display: block!important;
    }
    .contiene_btn_call_catalogo > .cat02{
        display: none!important;  
    }
    .con_tacto{
        padding: 60px 20px 120px!important;
    }
    .col_izq_tx{
        width: 33.59%;
        display: inline-block;
        vertical-align: top;
        padding: 0 80px 0 0;
    }
    .col_der_tx{
        width: 64%;
        display: inline-block;
        vertical-align: top;
    }
    .fotos_empresa{
        padding: 80px 0 0;
        display: block;
    }
    .fotos_empresa > ul > li {
        width: calc(100% / 3);
        height: auto;
    }
    .fotos_empresa > ul > li > img{
        display: block;
        width: 100%;
        height: auto;
    }
    .contenedor_destaca_empresa > ul > li{
        width: calc(100% / 3);
        padding: 10px 40px;
    }
    .info_footer > li{
        width: calc(100% / 2);
        display: inline-block;
    }
    .copy_footer{
        text-align: left;   
    }
    .diseno_footer{
        text-align: right;   
    }
    .campos{
        max-width: 807px;
        width: 50%;
        height: auto;
        display: inline-block;
        padding: 0 20px 0 0;
    }
    .facebook{
        width: 50%;
        height: 456px;
        display: inline-block;
        margin: 8px 0 0 0;
        padding: 16px 0;
    }
    .facebook > .fb-page{
        width: 300px!important;
        display: block!important;
        margin: 0 auto!important;
        float: none!important;
        right: 0;
        left: 0;
        position: absolute!important;
    }
}
@media screen and (min-width: 1050px) {
    .con_tacto{
        padding: 60px 0px 120px!important;
    }
    .listado_oportunidades > li{
        display: inline-block;
        width: calc(100% / 3);
        height: 200px;
    }
    .listado_oportunidades > li > ul > li{
        display: inline-block;
        float: left !important;
        text-align: left;
        width: auto;
    }
    .listado_oportunidades > li > ul > li > img{
        display: block;
        width: 100%;
        height: auto;
    }
    .icono_op{
        width: 49px!important;
        margin: 0 20px 0 0;
    }
    .texto_op{
        width: calc(100% - 69px)!important;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        padding: 0 40px 0 0;
    }
    .texto_op span{
        display: block;
        font-weight: 700;
        margin: 0 0 5px;
    }
    .campos{
        max-width: 807px;
        width: 71%;
        height: auto;
        display: inline-block;
        padding: 0 20px 0 0;
    }
    .facebook{
        width: 29%;
        height: 456px;
        display: inline-block;
        margin: 8px 0 0 0;
        padding: 16px 0;
    }
    .facebook > .fb-page{
        width: 300px!important;
        display: block!important;
        margin: 0 auto!important;
        float: none!important;
        right: 0;
        left: 0;
        position: absolute!important;
    }
    .contiene_btn_call_catalogo > .cat01{
        display: block!important;
    }
    .contiene_btn_call_catalogo > .cat02{
        display: none!important;   
    }
}
@media screen and (min-width: 1180px) {
    .contenedor_seccion{
        padding: 130px 0 66px;
    }
    .contiene_btn_call_catalogo > .cat01{
        display: block!important;
    }
    .contiene_btn_call_catalogo > .cat02{
        display: none!important;   
    }
}