@font-face {
   font-family: EnriquetaRegular;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/Enriqueta-enriqueta-regular-webfont.woff);
}
@font-face {
   font-family: EnriquetaBold;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/enriqueta-bold-webfont.woff);
}
@font-face {
   font-family: HelveticaBlack;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/helvetica/HelveticaLTStd-Blk_4.otf);
}
@font-face {
   font-family: HelveticaCRegular;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/helvetica/HelveticaNeue-LightCond_0.otf);
}
@font-face {
   font-family: HelveticaRoman;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/helvetica/HelveticaLTStd-Roman_4.otf);
}
@font-face {
   font-family: HelveticaBCondensed;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/helvetica/HelveticaLTStd-BlkCond_4.otf);
}
@font-face {
   font-family: HelveticaLight;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/helvetica/HelveticaLTStd-Light_4.otf);
}
@font-face {
   font-family: HelveticaCondensed;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/helvetica/HelveticaLTStd-Cond_4.otf);
}
@font-face {
   font-family: MusketRegular;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/musket_regular-webfont.woff);
}
@font-face {
   font-family: MusketBold;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/musket_bold-webfont.woff);
}
@font-face {
   font-family: RobotoLight;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
   font-family: RobotoRegular;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
   font-family: RobotoBold;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
   font-family: RobotoBlack;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/roboto-black-webfont.woff);
}
@font-face {
   font-family: RobotoBoldCondensed;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/Roboto-BoldCondensed.ttf);
}
@font-face {
   font-family: RobotoThin;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/Roboto-Thin.ttf);
}

body{
	font-family: "RobotoLight";
	overflow-x: hidden;
}
header{
	width: 100%;
	position: relative;
}
header #h_top{
	background: #20201A;
	height: 70px;
}
header #h_top #social_icon{
	list-style:none;
	margin: 0;
	padding: 0;
}
header #h_top #social_icon li{
	border-right: 1px solid #424244;
	display: inline-block;
	padding: 20px 22px;
}
header #h_top #social_icon li:nth-child(0){
	border-right: 0;
}
header #h_bottom{
	background: rgba(255,255,255,.8);
	height: 85px;
	z-index: 9;
	position: relative;
}
figure#logo, nav, form#search{
	display: inline-block;
	vertical-align: top;
}
figure#logo{
	width: 24%;
}
figure#logo img{
	margin-top: -7px;
}
form#search{
	width: 20%;
}
nav{
	width: 55%
}
nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 29px;
	position: relative;
    right: -14px;
}
nav ul li{
	background-image: url("../img/icono_vineta_menu.png");
	background-repeat: no-repeat;
	background-position: 14px;
	padding: 8px 28px 3px 30px;
	border-right: 1px dotted #66666A;
	display: inline-block;
	vertical-align: middle;
	font-family: "RobotoBoldCondensed";
	font-size: 14px;
	color: #66666A;
	position: relative;
}
nav ul li:hover > .list_hidden{
	display: block !important;
}
nav ul li ul{
	position: absolute;
    top: 182%;
    background: rgba(243, 243, 243, 0.8);
    left: -4%;
    list-style: none;
    margin: 0;
    display: none;
    padding: 0 17px;
    z-index: 9;
    box-shadow: 0 -1px 6px #737373;
    width: 160%;
}
nav ul li ul li{
	background-image: none;
	display: block;
    width: 170px;
    border-bottom: 1px dotted #66666a;
    border-right: 0;
    margin-top: 0;
    text-align: center;
    padding: 13px;
}
nav ul li ul li:last-child{
	border-bottom: 0;
}

nav ul li ul li a{
	font-family:"RobotoRegular";
	padding:15px 68px 15px 25px;
}
nav ul li ul li .list_sub{
	top: 0;
    left: 111%;
    width: 130%;
    background: #000;
    padding: 8px 0;
}
nav ul li ul li .list_sub li{
	background-image: url("../img/icono_vineta_menu.png");
	background-repeat: no-repeat;
	background-position: 12px 10px;
	border-bottom: 0;
    text-align: left;
    padding: 7px 0;
    width: 100%;
}
nav ul li ul li .list_sub li a{
	color: #e6e5e5;
    padding: 0px 28px;
    width: 100%;
    display: block;
    font-family: "RobotoLight";
}
nav ul li ul li .list_sub li a:hover{
	color:  rgb(229,65,38);
}
nav ul li a{
	color: #66666A;
	transition:.3s all;
	padding: 39px 0;
}
nav ul li a:hover{
	color:  rgb(229,65,38);
	text-decoration: none;
}
nav ul li:last-child{
	border-right: 0;
}
form#search{
	background: rgba(229,65,38,.8) !important;
	/*background: rgba(179, 23, 4, 0.7);*/
	padding: 27px 10px 28px;
}
form#search input{
	display: inline-block;
	vertical-align: top;
	height: 30px;
	font-size: 10px;
}
form#search input[type="submit"]{
	background-color: #A5A2A1;
	background-image: url("../img/icono_lupa.png");
	background-repeat: no-repeat;
	background-position: center;
	border: 0;
	border-radius: 5px 0 0 5px;
	width: 35px;
	position: relative;
    right: -5px;
    box-shadow: -1px 2px 5px;
}
form#search input[type="text"]{
	background: #fff;
	border-radius: 0 5px 5px 0;
	border:0;
	padding-left: 6px;
	width: 81%;
	box-shadow: -1px 2px 5px;
}
section#slider{
	margin-top: -85px;
	z-index: 0;
    position: relative;
}
section#desc{
	margin-top: 90px;
	padding: 0 118px;
}
#btn_mas{
	margin-top: 12%;
	margin-bottom: 0;
	position: relative;
}
#btn_mas .btn_mas{
	font-family: "MusketBold";
	font-size: 16px;
	background: rgb(229,65,38);
	color: #fff;
	padding: 3px 40px;
	box-shadow: 3px 3px 10px #666;
	border-radius: 5px;
	position: absolute;
	right: 10%;
	transition:.3s all;
}

#btn_mas .btn_mas:hover{
	text-decoration: none !important;
	color: #fff;
	opacity: .8;
}
.btn_left{
	right:70% !important;top:-46px;
}
#bloque_prod{
	background:  rgb(229,65,38);
	color: #fff;
	width: 100%;
	margin-bottom: 2%;
}
#copy{
	background: #20201A;
	height: 40px;
}
#copy p{
	padding-left: 100px;
	font-size: 14px;
	color: #fff;
	padding-top: 12px;
}
#contactos {
	width: 100%;
	text-align: center;
}
#contactos input{
	height: 50px;
    width: 39%;
    display: inline-block;
    margin: 0 5%;
    margin-bottom: 25px;
    font-size: 17.76px;
    color: #fff !important;
    border: 1px solid #fff;
    padding-left: 23px;
    background: rgb(229,65,38);
}
#contactos input[type="submit"]{
	background: rgb(228,93,74);
    color: #fff;
    font-family: "MusketBold";
    font-size: 16px;
    padding: 5px 15px;
    box-shadow: 3px 2px 7px #5d5a5a;
    width: 20%;
    border: 0;
    margin-top: 2%;
    border-radius: 3px;
    transition:.3s all;
}
#contactos input[type="submit"]:hover{
	background: rgb(232, 86, 65);
	box-shadow: 3px 3px 10px #424242;
}
#contactos input[type="email"]::-webkit-input-placeholder {
   color: #fff;
}
#contactos input[type="text"]::-webkit-input-placeholder {
   color: #fff;
}
#contactos input[type="text"]::-moz-placeholder { 
   color: #fff;  
}

#contactos input[type="text"]::-moz-placeholder { 
   color: #fff;  
}

#contactos input[type="text"]:-ms-input-placeholder {  
   color: #fff;  
}
#detalle{
}
#footer{
	color: #fff;
	background: #66666a;
	padding-top: 45px;
}
#footer .desc_text{
	font-size: 13px;
}
#footer .direc_f{
	font-size: 13px;
	width: 49%;
	padding-left: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	margin-bottom: 22px;
}
#footer .icon{
	background-image: url("../img/icono_google_maps.png");
	background-repeat: no-repeat;
	background-position: -3% -17%;
}
#footer .list_f{
	list-style: none;
}
#footer .list_f li a{
	color: #fff;
	transition:.3s all;
	font-size: 14px;
}
#footer .list_f li a:hover{
	text-decoration: none;
	opacity: .7;
}
#footer .social_f {
	margin-top: 10px;
}
#footer .title_f{
	font-size: 17.5px;
	font-family: "RobotoBold";
}
#carrousel{
	margin-top: 4%;
}
#items .item a:active{
	text-decoration: none !important;
}
#items .item{
	width: 21%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
}
#items .item a:hover{
	text-decoration:none; 
}
#items .item .img_item{
	position: relative;
	width: 100%;
	height: 290px;
    overflow: hidden;
	text-align: center;
	display: flex;
	justify-content:center;
}
#items .item .img_item_p{
	height: 369px;
}

#items .item .img_item img{
	width: auto;
}
#items .item .img_item_p img{
	position: absolute;
    margin: 0 auto;
    bottom: 0;
}
#items .item .title_item{
	background: #66666A;
	color: #fff;
	width: 100%;
	height: 95px;
	text-align: center;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	font-family: "MusketBold";
	font-size: 20.75px;
	box-shadow: 3px 3px 10px #666;
}

#nav_prod{
	background: #3E3E38;
    position: absolute;
    width: 490px;
    top: 85px;
    left: 8%;
}
#nav_prod .title_nav{
	display: block;
	padding: 20px;
	color: rgb(229,65,38);
	font-size: 16px;
}
#nav_prod .ul_nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav_prod .ul_nav ul li ul{
	background: #2B2A25;
	position: relative;
    bottom: -10px;
    left: -50px;
    width: 490px;
}
#nav_prod .ul_nav ul li{
	/*background-image: url("../img/icono_interrogante.png");*/
	background-repeat: no-repeat;
	background-position: 97% 15px;
	display: block;
	padding: 10px;
	padding-left: 50px;
	color: #fff;
	font-size: 11px;
}
#nav_prod .ul_nav ul li ul li{
	padding-left: 100px;
}
#nav_prod .ul_nav ul li ul li:nth-child(odd){
	background-color: #31302B;
}
#nav_prod .ul_nav ul li a{
	color: #fff;
	display: block;
	transition:.2s all;
}
#nav_prod .ul_nav ul li a:hover{
	text-decoration: none;
	color: rgb(229,65,38);
}
#nav_prod .ul_nav ul li:nth-child(odd){
	background-color: #565653;
}
#vision{
	background: #dedede !important;
}
#valores{
	margin-top: 0 !important;
}
.nosotros{
	width: 100%;

}
.bloque_g{
	display: flex;
    justify-content: center;
	align-content:center;
	width: 100%;
	position: relative;
}
.bloque_sub{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 20%;
}

.nosotros .n_1{
	background-image: url("../img/flecha_curva.png");
	background-repeat: no-repeat;
    background-position: 26% -39%;
    padding: 10% 0;
	
}
.nosotros .n_1 h1{
	font-family: "MusketBold";
	font-size: 39.5px;
	color: #66666a;
	text-align: right;
    padding-right: 19%;
}
.nosotros .n_2_2 {
	padding: 7% 0;
	text-align: justify;
	font-size: 19px;
    font-family: "HelveticaLight";
    color: #66666a;
    padding-right: 8%;
    /*padding-top: 2%;*/
}
.nosotros .n_2 {
	padding: 10% 0;
	text-align: justify;
	font-size: 19px;
    font-family: "HelveticaLight";
    color: #66666a;
    padding-right: 8%;
    padding-top: 8%;
}
.nosotros .n2_1{
	background-image: none;
    position: relative;
    /*padding-top: 2%;*/
}
.nosotros .n2_1 img{
	position: relative;
    right: -57%;
}
.nosotros .n2_1 h1{
	margin-top: 0;
}
#suscription{
	background: rgb(229,65,38);
	color: #fff;
	/*height: 72px;*/
        height: 63px;
}
#suscription #w_susc{
	background-image: url("../img/linea_blanca_izquierda.png"), url("../img/linea_blanca_izquierda.png");
	background-position: left, right;
	background-repeat: no-repeat;
	padding: 0 90px;
}
/*#vacio{
	height: 245px;
}*/
#vacio{
	height: 100px;
}
#items a, #items a:hover{
	text-decoration: none !important;
}
.amazingslider-nav-1{
	display: none !important;
}
.susc_1{
	width: 39%;
	font-family: "RobotoRegular";
	font-size: 19px;
	padding-top: 9px;
}
.susc_1 span{
	font-family: "RobotoBold";
}
.susc_form{
	width: 59%;
	padding-top: 22px;
}
.susc_form input{
	height: 30px;
	padding-left: 5px;
	font-family: "RobotoLight";
	font-size: 12px;
	color: #000;
	width: 150px;
	border-radius: 5px;
	border:0;
	margin-left: 10px;
	box-shadow: 3px 3px 10px #666;
	display: inline-block;
	vertical-align: top;
}
.susc_form input[type="submit"]{
	background: rgb(228,93,74);
	color: #fff;
	font-family: "MusketBold";
	font-size: 14px;
	padding: 5px 15px;
	width: auto;
}
.susc_1, .susc_form{
	display: inline-block;
	vertical-align: top;
}

.active{
	color: rgb(229,65,38) !important;
}
.active_b{
	background: rgb(229,65,38) !important;
}
.auto_b img{
	margin: 0 auto !important;
}
.auto img{
	width: auto !important;
	margin: 0 auto !important;
}
.item_list{
	width: 59%;
	display: inline-block;
	vertical-align: middle;
}
.item_list p{
	font-size: 30px;
	color: #fff;
	margin-bottom: 25px;
	font-family: "HelveticaLight";
	text-align: justify;
	padding-right: 4%;
}
.item_list ul{
	margin: 0;
	list-style: none;
}
.item_list li{
	display: block;
    margin-bottom: 17px;
    font-size: 26px;
    padding-left: 19px;
	background-image: url("../img/icono_vineta_menu.png");
	background-repeat: no-repeat;
	background-position: left 9px;
}
.item_list_img{
	width: 39%;
	display: inline-block;
	vertical-align: middle;
}
.item_list_img img{
	width: auto !important;
    margin: 0 auto !important;
}
.item_valores{
	width: 23%;
	margin: 0.5%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-family: "MusketRegular";
}
.item_min{
	height: 340px !important;
}
.item_exc{
	width: 25% !important;
	margin: 0 4% !important;
}
.item_div{
	width: 100% !important;
}
.item_per .img_item img{
	width: auto !important;
    position: absolute !important;
    bottom: 5% !important;
}
.item_per .title_item{
	font-size: 17px !important;
}
.item_g{
	width: 25% !important;
	margin: 0 !important;
}
.img_valores{
	position: relative;
	height: 130px;
	display: flex;
    justify-content: center;
}
.img_valores img{
	position: absolute;
	bottom: 0;
}
.item{
	transition:.3s all;
}
.item:hover > .title_item {
	background: rgb(229,65,38) !important;
}
.grey{
	background: #66666a;
	width: 100%;
	padding: 10px 0;
}

.list_aside{
	background:#E2E3E6;
	margin-top: 4%;
	width: 100%;
}
.list_aside ul{
	padding: 25px;
}
.list_aside ul li{
	font-size: 22px !important;
    color: #717171 !important;
    font-family: "HelveticaCRegular";
}
.n3_1{
	padding-left: 6% !important;
	padding-top: 9% !important;
	margin-bottom: -2% !important;
}
.n3_1 img{
	right: -29% !important;
}
.n3_1 h1{
	color: #fff !important;
}
.n3_2{
	color: #fff !important;
	padding: 6% 0 !important;
	padding-left:  3% !important;
}
.n4_1{
	padding: 7.8% 0 2% 0;
}
.orange{
	background: rgb(229,65,38);
	color: #fff !important;
	margin-top: 2%;
    margin-bottom: 1%;
}
.opacity{
	transition:.3s all;
}
.opacity:hover{
	opacity: .7;
}
.position{
	position: absolute;
	bottom: 2px;
	right: -74px;
    width: 200px;
}
.table_detalle{
	background: rgb(229,65,38);
	color: #fff;
	font-family: helvetica;
	margin: 0;
	margin-bottom: 5%;
	padding: 0;
}
.table_grey{
	background: #7E7D82 !important;
	padding: 4% 0;
	margin-bottom: 3%;
}
.table_grey .desc_table{
	border-bottom: 0 !important;
}
.table_grey .desc_table .text_table:nth-child(3){
	width: 300px;
}
.table_grey .desc_table .text_table{
	font-size: 19px !important;
}
.table_grey .desc_table .text_table_3c{
	font-size: 19px !important;
}
.table_grey .desc_table .text_table_4c{
	font-size: 19px !important;
}
.title_table{
	height: 120px;
	border-bottom: 1px solid #fff;
	width: 100%;
	font-weight: bold;
	font-family: "HelveticaBCondensed";
}
.title_compromiso p{
	font-family: "MusketBold";
	font-size: 39px;
	color: #66666a;
    margin-top: 5%;
    line-height: 1.2;
}
.text_table{
	width: 150px;
	display: inline-flex;
	justify-content:center;
	align-content:center;
	flex-direction:column;
	height: 100%;
	vertical-align: top;
	font-size: 20px;
}
.text_table_3c{
	width: 350px;
	display: inline-flex;
	justify-content:center;
	align-content:center;
	flex-direction:column;
	height: 100%;
	vertical-align: top;
	font-size: 20px;
}
.text_table_4c{
	width: 300px;
	display: inline-flex;
	justify-content:center;
	align-content:center;
	flex-direction:column;
	height: 100%;
	vertical-align: top;
	font-size: 20px;
}
.desc_table{
	height: 60px;
	border-bottom: 1px solid #fff;
	width: 100%;
	font-family: "HelveticaCRegular";
}
.detalle_img{
	margin-top: 20%;
}
.detalle_img img{
	margin: 0 auto;
}
.title_big{
	font-size: 56px;
	font-family: "HelveticaRoman";
	line-height: 1.1;
}
.title_big span{
	font-family: "HelveticaBlack";
}
.title_bold{
	color: #626165 !important;
}
.title_bold span{
	color: rgb(229,65,38) !important;
	font-family: "RobotoBold";
}
.text_big{
	font-size: 22px;
	text-align: justify;
}
.title_prod{
	color: rgb(229,65,38);
    font-size: 42px;
    font-family: "RobotoRegular";
    margin-bottom: -2%;
}
.title_vineta{
	background-image: url("../img/vineta_title.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	padding: 13px;
	padding-left: 39px;
	font-size: 22.58px;
	font-family: "HelveticaBCondensed";
	font-weight: bold;
	color: #fff;
}
.text_desc_p{
	font-family: "RobotoLight";
    font-size: 23px;
    color: #66666a;
    text-align: justify;
}
.text_desc_p span{
	font-family: "RobotoRegular";
}
.text_desc{
	font-family: "RobotoLight";
	font-size: 22.5px;
	color: #66666a;
}
.text_desc span{
	font-family: "RobotoRegular";
}
.text_cont{
	font-size: 27px;
	font-family: "RobotoThin";
	margin: 2% 0 8% 0;
}
.top{
	top:-26px;
}
.table_div{
	width: 33.1%;
	display: inline-block;
	vertical-align: top;
	margin: 3% 0;
}
.table_div .table_title{
	background: rgb(229,65,38);
	display: block;
	padding: 10px 15px;
	color: #fff;
	font-family: "HelveticaBCondensed";
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
}
.table_div .table_img , .table_div .table_desc{
	display: inline-block;
	vertical-align: top;
}
.table_div .table_img{
	width: 30%;
}
.table_div .table_img .table_flex_img{
	display: flex;
	justify-content:center;
	align-content:center;
	flex-direction:column;
	height: 130px;
	width: 100%;
}

.table_div .table_desc{
	width: 69%;
	color: #fff;
	background: #66666A;
	font-size: 14px;
	font-family: "HelveticaCondensed";
	padding: 10px;
}
.table_div .table_desc p{
	font-weight: bold;
	margin: 0;
	font-family: "HelveticaBCondensed";
}
.list_item_min{
	list-style-image: url("../img/icono_vineta_menu.png");
	margin: 0;
	line-height: 1;
}
.red{
	color: rgb(229,65,38) !important;
	font-family: "RobotoBlack";
}
.red span{
	font-weight: bold !important;
	color: #7E7D82 !important;
}
.red_back{
	background: rgb(229,65,38) !important;
	height: 630px !important;
}
.row_w{
	padding: 3% 2%;
}
.row_w_2{
	padding: 5% 5%;
}
.row_w_3{
	padding: 2% 5%;
}
.b_exc{
	background: rgb(229,65,38);
	padding: 30px 20px;
	font-size: 17px;
	font-family: "HelveticaLight";
	color: #fff;
	margin-top: 8%;
	position: relative;
}
.b_exc::before{
	content: "";
    width: 0;
    height: 0;
    border-right: 11px solid rgb(255, 255, 255);
    border-top: 33px solid rgb(255, 255, 255);
    border-left: 33px solid rgba(255, 255, 255, 0);
    border-bottom: 12px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.btn_t{
    position: static !important;
}
#btn_t{
    margin: 0 6% !important;
	display: inline-block !important;

}
#btn_mas a, #btn_mas a:hover{
	text-decoration: none;
}
.contacto{
	padding-left: 7%;
}
.contacto p{
	margin: 0;
	font-size: 15px;
}
.contacto .ti_cont{
	font-family: "RobotoBold";
	margin-bottom: 3%;
}
.check_big{
	width: 100%;
}
.check_big img, .check_big p{
	display: inline-block !important;
	vertical-align: middle;
}
.check_big p{
	font-family: "HelveticaBCondensed";
    font-size: 21.4px;
    width: 84%;
    margin: 0;
    margin-left: 23px;
    margin-top: 5px;
}
.check_red{
	width: 90%;
	color: #fff;
	padding: 1%;
	margin: 0 auto;
	font-family: "HelveticaCondensed";
}
.check_red img, .check_red_w{
	display: inline-block !important;
	vertical-align: top;
}
.check_red_w{
	font-size: 30px;
	margin-left: 30px;
    line-height: 1.2;
}
.check_red_w p{
	text-align: left;
	margin: 0;
}
.check_red_w ul{
	list-style-image: url("../img/icono_vineta_menu.png");
	text-align: left;
	padding-left: 13px;
}

.auto{
	width: auto !important;
}
.separate{
	margin: 3% 0;
	display: flex !important;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 25% !important;
    margin: 0 !important;
}
.separate2{
	margin: 3% 0;
	display: flex !important;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 100% !important;
    margin: 0 !important;
}
.slick-prev, .slick-next{
	width: 30px !important;
	height: 30px !important;
}
.fixed{
	position: fixed !important;
	width: 100% !important;
	z-index: 99 !important;
}
.h_auto{
	height: auto !important;
}
.left_c{
	padding-left: 10%;
}
.visible-xs-md{
	display: none;
}
.float_top{
	top: -45px !important;
	right: 4.5% !important;
}

@media (max-width: 1200px) {
  .navbar-header {
      float: none;
  }
 
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  
  .navbar-collapse.collapse {
      display: none!important;
  }
  
  

  .collapse.in{
      display:block !important;
  }
  .visible-xs-md{
  	display: block !important;
  }
  .hidden-xs-md{
  	display: none !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  form#search {
		background: rgb(229,65,38) !important;
    	width: 100%;
    	text-align: center;
    	padding: 20px 5px 21px;
  }
  .navbar-default{
		background: rgb(253, 253, 253);
		width: 100% !important;
		min-height: 60px;
    	margin-bottom: 0;
	}
	.navbar-brand > img{
    	position: relative !important;
    	top: -22px !important;
    	width: 75% !important;
	}
	.navbar-default .navbar-nav > li > a{
		color: rgb(229,65,38) !important;
		font-family: "RobotoBold" !important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		font-family: "RobotoRegular" !important;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		margin-top: 10px;
	}
	.navbar-default .navbar-toggle{
		margin-top: 13px;
	}
	section#slider{
		margin-top: 0;
	}
	.item_exc{
		margin: 0 3% !important;
	}
	#suscription{
		height: auto;
	}
	.susc_form input{
		width: 100%;
    	margin-bottom: 10px;
    	height: 37px;
	}
	.position{
		position: static;
	}
	#nav_prod{
		top: 0px;
    	left: 0;
    	width: 44.4%;
	}
	#nav_prod .ul_nav ul li ul{
		width: 113%;
	}
	.text_table_4c{
		width: 22%;
	}
}
@media screen and (max-width: 1200px){
	.nosotros .n2_1 img{
		right: -54%;
	}
}
@media screen and (max-width: 1080px){
	#slider img{
		display: none;
	}
	#nav_prod{
		width: 100%;
		position: relative;
    	top: 0;
    	left: 0%;
	}
	#nav_prod .ul_nav ul li ul{
		width: 121%;
	}
	.nosotros .n_1{
		background-position: -75px -34px;
	}
	.nosotros .n2_1 img{
		right: -52%;
	}
}
@media screen and (max-width: 920px){
	.nosotros .n2_1 img{
		right: -44%;
	}
}
@media screen and (max-width: 766px){
	.amazingslider-arrow-left-1, .amazingslider-arrow-right-1{
		display: none !important;
	}
	.navbar-default{
		background: rgb(253, 253, 253);
		width: 100% !important;
		min-height: 60px;
    	margin-bottom: 0;
	}
	.navbar-brand > img{
    	position: relative !important;
    	top: -22px !important;
    	width: 75% !important;
	}
	.navbar-default .navbar-nav > li > a{
		color: rgb(229,65,38) !important;
		font-family: "RobotoRegular" !important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		font-family: "RobotoRegular" !important;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		margin-top: 10px;
	}
	.navbar-default .navbar-toggle{
		margin-top: 13px;
	}
	.navbar-nav.sm-collapsible .caret{
		top: 10px ;

	}
	.navbar-nav.sm-collapsible ul .caret{
		top: 50px !important;

	}
	.navbar-nav.sm-collapsible ul .caret_2{
		top: 0px !important;
		position: relative !important;
		right: -15px !important;
	}
	header #h_top{
		height: 52px;
	}
	header #h_top #social_icon li{
		padding:9px 22px;
	}
	section#slider{
		margin-top: 0;
	}
	section#desc{
		padding: 0 56px;
	}
	form#search {
		background: rgb(229,65,38) !important;
    	width: 100%;
    	text-align: center;
    	padding: 20px 5px 21px;
	}
	#bloque_prod{
		text-align: center;
	}
	#carrousel_xs{
		margin-top: 7% !important;
	}
	#contactos input{
		width: 89%;
	}
	#contactos input[type="submit"]{
		width: 73%;
	}
	#copy p{
		font-size: 12px;
	}
	#footer{
		padding: 7px;
    	padding-top: 28px;
	}
	#footer .social_f{
		position: absolute;
   		top: 8%;
    	left: 53%;
	}
	#footer .list_f{
		padding-left: 16px;	
		margin-bottom: 6%;
	}
	#items .item{
		width: 77% !important;
		margin-bottom: 2% !important;
	}
	#items .item_mo{
		width: 100% !important;
	}
	#items .item .img_item{
		display: flex;
    	justify-content: center;
    	align-content: center;
	}
	#items .item .img_item img{
		width: auto !important;
    	margin: 0 auto;
	}
	#nav_prod{
		width: 100%;
		position: relative;
    	top: 0;
    	left: 0%;
	}
	#nav_prod .ul_nav ul li ul{
		width: 121%;
	}
	.nosotros .n_1{		
		background-position: 24% 2px;
   	 	/*padding: 7% 0;*/
		padding: 20% 0;
    	/*padding-top: 12%;*/
	}
	.nosotros .n_1 h1{
		text-align: center;
		padding-right: 0;
	}
	.nosotros .n_2{
		padding-right: 0;
		margin: 0 4%;
    	/*padding: 5% 0;*/
		padding: 20% 0;
	}
	.nosotros .n_2_2{
		padding-right: 0;
		margin: 0 4%;
    	padding: 20% 0;
	}
	.nosotros .n2_1{
		text-align: center;
	}
	.nosotros .n2_1 img{
		right: 0 !important;
	}
	#slider img{
		display: none;
	}
	#suscription{
		height: auto;

	}
	#suscription #w_susc{
		background-position: -39px 56%,107% 36%;
		padding: 0 46px;
	}
	#vacio{
		height: 50px;
	}
	.auto_mo{
		width: auto !important;
	}
	.b_exc{
		margin-bottom: 14%;
	}
	.btn_t{
		margin-bottom: 3% !important;
		text-align: center;
		width: 90%;
	}
	.check_red_w{
		font-size: 24px;
	}
	.check_big{
		margin-bottom: 7%;
	}
	.check_big p{
		width: 78%;
	}
	.contacto{
		padding-left: 7% !important;
		margin-top: 6%;
	}
	.img_mo{
		width: 100%;
	}
	.item_list{
		width: 99% !important;
	}
	.item_list_img{
		width: 95%;
	}
	.item_list p{
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 19px;
	}
	.item_list_img img{
		width: 100% !important;
	}
	#items .item .item_min img{
		width: 100% !important;
	}
	.item_valores{
		width: 48%;
	}
	.check_red_w p, .check_red_w ul li{
		font-size: 18px;
	}
	
	.grey img{
		width: 100%;
	}
	.n3_1{
		padding-left: 0 !important;
	}

	.susc_form input{
		width: 100%;
    	margin-bottom: 9px;
    	height: 40px;
	}
	.susc_form input[type="submit"]{
		width: 100%;
    	margin-top: 3%;
    	margin-bottom: 12%;
	}
    .slick-prev, .slick-next{
		 display: none !important;
	}
	.position{
		position: static;
	}
	.red_back{
		height: auto !important;
	}
	.table_detalle{
		margin-top: 13%;
	}
	.table_grey{
		height: 225px;
	}
	.table_div{
		width: 100%;
	}
	.title_prod{
		font-size: 2.8em;
	}
	.text_desc_p {
		text-align: center;
		font-size: 24px !important;
	}
	.text_big{
		font-size: 23px !important;
    	text-align: justify;
    	padding: 13px;
	}
	.text_table_m{
		width: 23% !important;
	}
	.title_big{
		font-size: 40px !important;
		text-align: center;
	}
	.visible-img img{
		display: block !important;
	}
	.bloque_g{
		height: auto !important;
	}
	.bloque_sub{
		position: static;
	}
	.w_100{
		width: 100% !important;
	}
}
@media screen and (max-width: 480px){
	.text_table {
		width: 13%;
		display: inline-flex;
		justify-content: center;
		align-content: center;
		flex-direction: column;
		height: 100%;
		vertical-align: top;
		font-size: 13px;
	}
	.text_table_3c {
		width: 25%;
		display: inline-flex;
		justify-content: center;
		align-content: center;
		flex-direction: column;
		height: 100%;
		vertical-align: top;
		font-size: 13px;
	}
	.text_table_4c {
		width: 20%;
		display: inline-flex;
		justify-content: center;
		align-content: center;
		flex-direction: column;
		height: 100%;
		vertical-align: top;
		font-size: 13px;
	}
	.text_table_m{
		width: 23% !important;
	}

}
@media screen and (max-width: 630px){

	.nosotros .n_1{
		background-position: 6% 159%;
	}
}
@media screen and (max-width: 520px){

	.nosotros .n_1{
		background-position: -43% 108%;
	}
}
@media screen and (max-width: 420px){
	.nosotros .n_1{
		background-position: -61px -102px;
	}
}
.ok_rpta{
	font-family: "RobotoRegular" !important;
	color:#20201A;
	font-size:15px;
	background:#FFF;
	padding:10px;
}

.ok_rpta:hover{
	font-family: "RobotoRegular" !important;
	color:#20201A;
	font-size:15px;
	background:#FFF;
	padding:10px;
}

.no_rpta{
	font-family: "RobotoRegular" !important;
	color:#DC4401;
	font-size:15px;
	background:#FFF;
	padding:10px;
}

.no_rpta:hover{
	font-family: "RobotoRegular" !important;
	color:#DC4401;
	font-size:15px;
	background:#FFF;
	padding:10px;
}


