@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Russo+One');

body{
	background-color: #f6f6f6;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

a{
	color: inherit;
	text-decoration: none;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

h1, h2, h3, h4, h5, h6{
	display: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0px;
	padding: 0px;
}

p{
	margin: .5em 0px;
}

hr{
	display: inline-block;
	height: 2px;
	margin-right: 80%;
	width: 20%;
}

input, select, textarea, option{
	border: none;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
	margin: 0px;
	outline: none;
	padding: 0px;
	resize: none;
	appearance:none;
	-moz-appearance:none; 
	-webkit-appearance:none;
}

/*
////////////////////////
MENU
////////////////////////
*/
.cabecera{
	background-image: url(../../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 4;
}

/*MENU ESTILOS GENERALES*/

.menu{
	display: inline-block;
	width: calc(100% - 248px);
}

.menu ul{
	display: table;
	float: right;
	list-style: none;
	padding: 0px;
	width: auto;
	margin: 20px 0px;
	margin-right: 10px;
}

.menu ul li a{
	border-bottom: solid 1px transparent;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 1em;
	font-weight: 300;
	line-height: 38px;
	padding: 0px 10px;
	transition: .5s;

}

.menu li ul{
	position: absolute;
}
.menu ul li a:hover, .menu ul li a.active{
	border-color: #ffffff;

}
.menu li ul{
	display:none;
}

.menu li:hover > ul{
	display:block;
}

/*PRIMER NIVEL*/

.menu > ul > li{
	float: left;
}

/*SEGUNDO NIVEL*/

.menu li li{
	background-color: rgba(9,58,137,0.9);
}

.menu > ul > li > ul{
	top:40%;
}

/*//////////////////*/

.logo{
	background-color: #ffffff;
	background-image: url(../../images/logo.png);
	background-position: center bottom 10px;
	background-repeat: no-repeat;
	background-size: 80% auto;
	border-radius: 0px 0px 10px 10px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	display: block;
	height: 130%;
	left: 0px;
	padding-top: 30px;
	position: absolute;
	top: -12px;
	width: 300px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.logo:hover{
	top: -4px;
}


#buscador{
	border: solid 1px #ffffff;
	display: inline-block;
	margin: 24px 0px;
	margin-left: 20px;
	vertical-align: top;
}

#buscador input{
	background-color: transparent;
	color: #ffffff;
	display: inline-block;
	float: left;
	font-size: 1em;
	font-weight: 300;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	max-width: 120px;
	padding: 0px 10px;
	vertical-align: middle;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#buscador input:focus{
	background-color: #ffffff;
	color: #242424;
}

#buscar{
	background-image: url(../../images/buscar.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60% auto;
	border-left: solid 1px #ffffff;
	cursor: pointer;
	width: 30px;
}

#buscar:hover{
	background-color: #111111;
}

#buscador ::-webkit-input-placeholder{
   color: #ffffff;
}

#buscador :-moz-placeholder{
   color: #ffffff;  
}

#buscador ::-moz-placeholder{
   color: #ffffff;  
}

#buscador :-ms-input-placeholder{  
   color: #ffffff;  
}

#num_items{
	background-image: url(../../images/bag.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 65% auto;
	border: none;
	height: 38px;
	line-height: 38px;
	margin: 20px 0px;
	margin-left: 10px;
	padding: 0px;
	position: relative;
	vertical-align: top;
	width: 38px;
}

#total_items{
	background-color: #ffffff;
	border-radius: 50%;
	color: #111111;
	display: block;
	font-size: 9px;
	line-height: 18px;
	position: absolute;
	text-align: center;
	top: -5px;
	right: -5px;
	width: 18px;
}

/*
////////////////////////
GRID
////////////////////////
*/
#contenedor_general{
	background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(218,218,217,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(218,218,217,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(218,218,217,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(218,218,217,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(218,218,217,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(218,218,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadad9', GradientType=1 );
	display: block;
	margin-top: 80px;
	min-height: calc(100vh - 80px);
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}

.grid{
	display: block;
	margin: 0px auto;
	max-width: 1420px;
	position: relative;
	width: 90%;
}

.container{
	display: block;
	float: left;
	position: relative;
	width: 100%;
}

.f_right{
	float: right;
}

.f_left{
	float: left;
}

.seccion{
	display: block;
	float: left;
	width: 100%;
}

.capa_2{
	position: relative;
	z-index: 2;
}

.table{
	display: table;
	margin: 0px auto;
	position: relative;
	width: 100%;
}

.flow{
	margin-top: 416px !important;
	position: relative !important;
	z-index: 2 !important;
}

.column{
	display: inline-block;
	vertical-align: top;
}

.column_1_2{
	width: 50%;
}

.column_1_3{
	width: 33.3%;
}

.column_85{
	width: 85%;
}

/*
////////////////////////
MARGINS PADDINGS
////////////////////////
*/
.padding_100_0{
	padding: 100px 0px;
}

.padding_100_10{
	padding: 100px 10%;
}

.padding_100_15{
	padding: 100px 15%;
}

.padding_40_0{
	padding: 40px 0px;
}

.padding_20_10{
	padding: 20px 5%;
}

.padding_60_0{
	padding: 60px 0px;
}

.padding_5_5{
	padding: 5px 5%;
}

.padding_60_15_40{
	padding: 60px 15% 40px;
}

.padding_17{
	padding: 17px;
}

/*
////////////////////////
TEXTOS
////////////////////////
*/
.t_upper{
	text-transform: uppercase;
}

.t_titulo{
	font-family: 'Russo One', sans-serif;
}

.t_center{
	display: inline-block;
	text-align: center;
	width: 100%;
}

.t_right{
	text-align: right;
}

.t_0_4_em{
	font-size: 0.4em;
}

.t_0_6_em{
	font-size: 0.6em;
}

.t_0_7_em{
	font-size: 0.7em;
}

.t_0_8_em{
	font-size: 0.8em;
}

.t_1_2_em{
	font-size: 1.2em;
}

.t_1_5_em{
	font-size: 1.5em;
}

.t_1_6_em{
	font-size: 1.6em;
}

.t_1_8_em{
	font-size: 1.8em;
}

.t_2_em{
	font-size: 2em;
}

.t_2_2_em{
	font-size: 2.2em;
}

.t_2_5_em{
	font-size: 2.5em;
}

.t_3_em{
	font-size: 3em;
}

.t_3_2_em{
	font-size: 3.2em;
}

.t_3_5_em{
	font-size: 3.5em;
}

.t_4_em{
	font-size: 4em;
}

.t_light{
	font-weight: 300;
}

.t_regular{
	font-weight: 400;
}

.t_semi_bold{
	font-weight: 500;
}

.t_bold{
	font-weight: 600;
}

.t_black{
	font-weight: 700;
}

.t_blanco{
	color: #ffffff;
}

.t_azul{
	color: #093a89;
}

.t_gris{
	color: #595959;
}

.t_gris_claro{
	color: #B5B5B5;
}

.t_negro{
	color: #000000;
}

/*
////////////////////////
Botones
////////////////////////
*/

.btn{
	border-radius: 4px;
	padding: 10px 20px;
}

.btn:hover{
	background-color: #242424;
}

/*
////////////////////////
FONDOS
////////////////////////
*/
.cover{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.cover_bottom{
	background-position: center bottom 15%;
}

.degradado_azul{
	background: rgba(22,82,163,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(22,82,163,1) 0%, rgba(0,8,54,1) 79%, rgba(3,0,18,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(22,82,163,1)), color-stop(79%, rgba(0,8,54,1)), color-stop(100%, rgba(3,0,18,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(22,82,163,1) 0%, rgba(0,8,54,1) 79%, rgba(3,0,18,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(22,82,163,1) 0%, rgba(0,8,54,1) 79%, rgba(3,0,18,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(22,82,163,1) 0%, rgba(0,8,54,1) 79%, rgba(3,0,18,1) 100%);
	background: radial-gradient(ellipse at center, rgba(22,82,163,1) 0%, rgba(0,8,54,1) 79%, rgba(3,0,18,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1652a3', endColorstr='#030012', GradientType=1 );
}

.degradado_gris{
	background: rgba(175,182,189,1);
	background: -moz-linear-gradient(top, rgba(175,182,189,1) 0%, rgba(220,222,226,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(175,182,189,1)), color-stop(100%, rgba(220,222,226,1)));
	background: -webkit-linear-gradient(top, rgba(175,182,189,1) 0%, rgba(220,222,226,1) 100%);
	background: -o-linear-gradient(top, rgba(175,182,189,1) 0%, rgba(220,222,226,1) 100%);
	background: -ms-linear-gradient(top, rgba(175,182,189,1) 0%, rgba(220,222,226,1) 100%);
	background: linear-gradient(to bottom, rgba(175,182,189,1) 0%, rgba(220,222,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afb6bd', endColorstr='#dcdee2', GradientType=0 );
}

.b_patt{
	background-image: url(../../images/patt.png);
	background-position: center;
	background-repeat: repeat;
	background-size: 180px auto;
}

.b_blanco{
	background-color: rgba(255,255,255,1);
}

.b_blanco_alfa{
	background-color: rgba(255,255,255,0.9);
}

.b_gris{
	background-color: rgba(245,245,245,1);
}

.b_gris_obscuro{
	background-color: #242424;
}

.b_azul_claro{
	background-color: rgba(135,184,235,1);
}

.b_azul{
	background-color: rgba(9,58,137,1);
}

.b_azul_alfa{
	background-color: rgba(9,58,137,0.9);
}

.b_rojo{
	background-color: rgba(200,31,31,1);
}

.b_rojo_alfa{
	background-color: rgba(200,31,31,0.9);
}

.b_negro{
	background-color: rgba(0,0,0,1);
}

/*
////////////////////////
SLIDER
////////////////////////
*/
.slide{
	/*min-height: 480px;*/
	min-height: 35vw;
}

.info{
	display: inline-block;
	max-width: 320px;
	padding: 20px;
	padding-bottom: 35px;
	position: relative;
	width: 50%;
}

.btn{
	display: inline-block;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	margin-top: 20px;
	padding: 10px 15px;
}

.btn:hover{
	background-color: #000;
	margin-left: 15px;
}

.btn_info{
	bottom: -20px;
	margin-top: 0px;
	position: absolute;
}
#tienda {
	background-image: url(../../images/slide/logo-carrito.png);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: 95% 95%;
}
#tienda2 {
	background-image: url(../../images/slide/logo-carrito.png);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: 95% 95%;
}
/*
////////////////////////
CATEGORIAS
////////////////////////
*/
#categorias{
	border-radius: 4px;
	display: block;
	margin: 90px auto 30px;
	padding-top: 10px;
	width: 80%;
}

.categoria{
	display: block;
	padding: 20px 0px 40px;
}

.categoria.bloque{
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 15px 1.5%;
    width: 30%;
}

.categoria p, .categoria:hover span{
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.categoria:hover p, .categoria:hover span{
	color: rgba(9,58,137,1) !important;
}

.etiqueta{
	background-color: rgba(9,58,137,0.9);
	border-radius: 2px;
	color: #ffffff;
	display: inline-block;
	font-size: .7em;
	left: 5%;
	padding: 8px 10px;
	position: absolute;
	top: 25px;
	z-index: 2;
}

.etiqueta_subcategoria{
	display: none;
	top: 10px;
}

.categoria img{
	display: block;
	height: auto;
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	width: 100%;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.categoria:hover img{
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

#mr{
	bottom: -60px;
	display: block;
	height: 130%;
	max-height: 450px;
	position: absolute;
	right: -2.5%;
	width: auto;
	z-index: 2;
}

#mr2{
	display: block;
    height: 300px;
    left: 50%;
    margin: 0px -68px;
    position: absolute;
    top: 160px;
    z-index: 3;
    width: auto;
}

#mr3{
	bottom: -60px;
	display: block;
	height: 130%;
	max-height: 360px;
	position: absolute;
	right: -2.5%;
	width: auto;
	z-index: 2;
}

#titulo_categorias{
	position: absolute;
	left: 50%;
	line-height: 50px;
	margin-left: -220px;
	top: -25px;
	width: 440px;
	z-index: 3;
}

#entrada{
	left: 0px;
	position: fixed;
	top: 80px;
	width: 100%;
	z-index: 1;
}

.linea{
	border: none;
	display: block;
	height: 2px;
	margin: 15px auto;
	width: 30%;
}

.intro_categoria{
	height: 344px;
}

.portada{
	background-color: #f4f4f4;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
}

/*
////////////////////////
SUBCATEGORIAS
////////////////////////
*/
.subcategoria{
	display: block;
	margin: 60px 0px;
	width: 95%;
}

.full_table{
	border-collapse: collapse;
	min-height: 240px;
	position: relative;
	width: 100%;
}

.full_table.productos_subcategorias{
	margin-left: 240px;
	width: calc(100% - 240px);
}

.min_producto, .rotulo_tabla{
	display: none;
}

.img_producto_subcategoria{
	display: inline-block;
	height: 220px;
	left: -240px;
	position: absolute;
	vertical-align: top;
	width: 220px;
}

.cont_img_producto{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 180px;
	margin: 20px !important;
	padding: 0px !important;
	width: 180px;
}

.full_table tr.encabezado{
	background-color: transparent !important;
}

.full_table tr{
	border: none;
	border-collapse: collapse;
	border-bottom: solid thin #F5F5F5;
	-webkit-transition: background-color ease .3s;
	-o-transition: background-color ease .3s;
	transition: background-color ease .3s;
}

.full_table tr th{
	color: #BBBBBB;
	font-weight: 300;
	padding: 0px 10px 8px !important;
	text-align: left;
	vertical-align: top;
}

.full_table tr td{
	color: #7E7E7E;
	font-weight: 300;
	padding: 30px 10px;
}

.full_table tr:hover{
	background-color: #F5F5F5;
}

.ver_detalle{
	border: solid 1px #7db9e8;
	border-radius: 4px;
	color: #7db9e8;
	display: inline-block;
	padding: 10px 15px;
	text-align: center;
}

.ver_detalle:hover{
	background-color: #1e5799;
	border-color: #1e5799;
	color: #ffffff;
}

.descanso{
	height: 420px;
}

/*DETALLE PRODUCTO*/
.galeria_producto{
	display: block !important;
	height: calc(100vh - 80px) !important;
	position: fixed !important;
	-webkit-transition: all ease-out .7s;
	-o-transition: all ease-out .7s;
	transition: all ease-out .7s;
	top: 80px;
	width: 50% !important;
	z-index: 1 !important;
}

.img_galeria_producto{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 80vh;
	margin: 10%;
	margin-top: calc(10vh - 42px);
	width: 80%;
}

.info_producto{
	display: inline-block;
	min-height: 100vh;
	margin-left: 50%;
	width: 50%;
}

.nombre_categoria_producto{
	margin: 5px 0px;
}

.nombre_categoria_producto a:hover{
	color: #242424;
}

.descripcion_producto{
	margin: 40px 0px;
	padding: 0px 20%;
	width: 60%;
}

.descargas{
	border-collapse: collapse;
	margin: 40px 0px;
	position: relative;
	width: 100%;
}

.descargas tr{
	border: none;
	border-collapse: collapse;
	border-bottom: solid thin #F5F5F5;
	-webkit-transition: background-color ease .3s;
	-o-transition: background-color ease .3s;
	transition: background-color ease .3s;
}

.descargas tr td{
	color: #7E7E7E;
	font-weight: 300;
	padding: 10px 20px;
}

.descargas tr:hover{
	background-color: #F9F9F9;
}

/*
////////////////////////
DESCANSO
////////////////////////
*/
#montacarga{
	display: block;
	height: 150%;
	margin-right: -180px;
	position: absolute;
	right: 50%;
	top: -25%;
	width: auto;
	z-index: 2;
}

/*
////////////////////////
EMPRESA
////////////////////////
*/
.cont_vid_about{
	display: block;
	height: auto;
	margin: 20px 0px;
	padding: 2.5%;
	position: relative;
	width: 95%;
	-webkit-box-shadow: 0 0 10px 0 rgba(120,120,120,.2);
	box-shadow: 0 0 10px 0 rgba(120,120,120,.2);
}

.cont_vid_about video{
	display: block;
	height: auto;
	width: 100%;
}

.cont_vid_about img{
	display: block;
	height: 100%;
	position: absolute;
	right: -12%;
	top: 0px;
	width: auto;
}

.col_35{
	display: inline-block;
	vertical-align: top;
	width: 35%;
}

.col_35 img{
	display: block;
	height: auto;
	width: 100%;
}

.col_60{
	display: inline-block;
	vertical-align: top;
	width: 64%;
}

.lista{
	list-style: circle;
	margin: 20px 0px;
	padding: 0px;
	padding-left: 20px;
}

.lista li{
	margin: 10px 0px;
}

.lista_decimal{
	list-style: decimal;
}

.lista_decimal li{
	margin-bottom: 20px;
}

.lista_romano{
	list-style: upper-roman;
}

.lista_romano li{
	margin-bottom: 20px;
}

/*
////////////////////////
CONTACTO
////////////////////////
*/
#header_home{
	position: relative;
	width: 100%;
	height: 720px;
	overflow: hidden;
}

.col-50{
	width: 50%;
	float: left;
	position: relative;
}

#slider_contain{
	width: 50%;
	position: relative;
	height: 740px;
	color: #FFF;
	background-color: #242424;
	z-index: 2;
	/*overflow-y: hidden;*/
	overflow-x: visible;
}

#color_sup{
	height: 640px;
	z-index: 1;
	position: relative;
}

.titulo_barra{
	color: #FFF;
	position: absolute;
	bottom: 47px;
	width: 60%;
	left: 27px;
}

.personal{
	display: inline-block;
	margin: 0px 4%;
	margin-bottom: 60px;
	margin-top: 0px;
	vertical-align: top;
	width: 25%;
}

.personal:nth-child(2n+2){
	margin-top: 60px;
}

.datos_personal{
	display: block;
	float: left;
	margin-top: -60px;
	position: relative;
	width: 100%;
	z-index: 3;
}

.datos_personal hr{
	float: left;
}

.nombre_personal{
	display: inline-block;
	line-height: 1.2em;
	width: 100%;
}

.puesto_personal{
	display: inline-block;
	width: 100%;
}

.contacto_personal{
	display: block;
	margin-top: 20px;
	width: 100%;
}

.imagen_correo{
	display: inline-block;
	vertical-align: bottom;
}

.cont_imagen_personal{
	display: block;
	float: right;
	height: 180px;
	position: relative;
	width: 180px;
}

.capa_personal{
	display: block;
	height: 100%;
	opacity: .5;
	padding: 0px;
	position: absolute;
	width: 100%;
	z-index: 2;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.img_personal{
	display: block;
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.personal:hover .img_personal{
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.personal:hover .capa_personal{
	opacity: 0;
}

#titulo_mapa{
	display: inline-block;
	margin-left: 7%;
	margin-top: -50px;
	position: absolute;
	z-index: 2;
}

#mapa{
	display: block;
	height: 370px;
	position: relative;
	width: 100%;
	z-index: 1;
}

/*
////////////////////////
FOOTER
////////////////////////
*/
.site_map{
	display: inline-block;
	list-style: none;
	margin: 0px;
	margin-right: 2.5%;
	padding: 0px;
	vertical-align: top;
	width: 15%;
}

.site_map li a{
	color: #ffffff;
	display: inline-block;
	font-weight: 300;
	padding: 5px 0px;
}

.site_map li a:hover{
	color: #cccccc;
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

.descripcion_footer{
	display: inline-block;
	margin-left: 10%;
	vertical-align: top;
	width: 35%;
}

.descripcion_footer p{
	margin: 0px;
	padding: 5px 0px;
}

#certificados{
	display: block;
	height: auto;
	margin-top: 20px;
	width: 100%;
}

#pleca_footer{
	display: table;
	padding: 15px 0px;
}

.separador{
	display: inline-block;
	height: 1px;
	width: 25px;
}

.social img{
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
	padding: 0px 10px;
	width: auto;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.social:hover img{
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}

#go_top{
	background-image: url(../../images/top.png);
	background-position: center top 15px;
	background-repeat: no-repeat;
	background-size: auto 10px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	cursor: pointer;
	display: block;
	height: 40px;
	position: absolute;
	right: 0px;
	top: -20px;
	width: 40px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#go_top:hover{
	background-color: #242424;
	background-position: center top 12px;
}

#go_bottom{
	background-image: url(../../images/bottom.png);
	background-position: center top 15px;
	background-repeat: no-repeat;
	background-size: auto 10px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	cursor: pointer;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	right: 0px;
	top: 100%;
	width: 40px;
	z-index: 3;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#go_bottom:hover{
	background-color: #242424;
	background-position: center bottom 12px;
}

/*
////////////////////////
COTIZADOR
////////////////////////
*/
#buscar_cotizador{
    display: block;
    padding: 120px 0px;
    position: relative;
    width: 100%;
}

.pantalla{
    display: block;
    height: 100%;
    left: 0px;
    opacity: .95;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

#valor_busqueda{
	background-color: rgba(255,255,255,0.3);
	border: solid thin #ffffff;
	border-radius: 4px;
	display: block;
	font-size: 2em;
	color: #ffffff;
	height: 80px;
	line-height: 80px;
	margin: 0px auto;
	padding: 0px 2.5%;
	padding-right: 4%;
	position: relative;
	outline: none;
	text-align: center;
	width: 320px;
	z-index: 2;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#buscar_cotizador ::-webkit-input-placeholder {
   color: #ffffff;
}

#buscar_cotizador :-moz-placeholder {
   color: #ffffff;  
}

#buscar_cotizador ::-moz-placeholder {
   color: #ffffff;  
}

#buscar_cotizador :-ms-input-placeholder {  
   color: #ffffff;  
}

#valor_busqueda:focus{
    background-color: #ffffff;
    color: #505050;
}

.cantidad{
    background-color: #ffffff !important;
    border: solid thin #cccccc !important;
    border-radius: 4px !important;
    color: #111111;
    display: block;
    font-size: 1em;
    height: 40px;
    margin: auto;
    text-align: center;
    width: 60px;
}

.cont_imagen_producto{
    background-color: #ffffff;
    display: block;
    height: 80px;
    margin: 20px;
    overflow: hidden;
    position: relative;
    width: 80px;
}

.imagen_producto{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.hover_producto{
    opacity: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    z-index: 2;
}

.cont_imagen_producto:hover .imagen_producto{
    opacity: 0;
}

.cont_imagen_producto:hover .hover_producto{
    opacity: 1 !important;
}

.refresh_item, .add_item{
    background-color: #93BE2E;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    padding: 10px 15px;
}

#formulario_pedido{
	display: block;
	margin: 20px 0px;
	margin-left: 70%;
	width: 30%;
}

#formulario_pedido input, #formulario_pedido textarea{
	background-color: transparent;
	border: solid thin rgba(245,245,245,1);
	border-radius: 2px;
	color: #595959;
	display: inline-block;
	font-size: .8em;
	margin: 10px 0px;
	padding: 12px 2%;
	width: 96%;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#formulario_pedido textarea{
	min-height: 80px;
}

#formulario_pedido input:focus, #formulario_pedido textarea:focus{
	border-color: rgba(120,120,120,1);
}

#origin{
	display: none !important;
}

.eliminar_item{
   background-color: #BE2025; 
}

.boton_resumen{
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: right;
    line-height: 50px;
    margin-left: 2%;
    margin-top: 10px;
    text-align: center;
    width: 14%;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

#borrar_pedido{
    background-color: #BE2025;
}

#enviar_pedido{
    background-color: #007BD9;
}

.boton_resumen:hover{
    background-color: #111111 !important;
}

#exito{
    display: block;
    position: relative;
    width: 100%;
}

#cont_menaje_exito{
    display: block;
    padding: 240px 0px;
    position: relative;
    width: 100%;
    z-index: 2;
}

#cont_menaje_exito h1{
    color: #ffffff;
    display: block;
    font-size: 2em;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}

#cont_menaje_exito a{
    float: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

/*
////////////////////////
INSPIRACIÓN
////////////////////////
*/
.image_art{
	background-color: #ffffff;
	display: block;
	height: auto;
	margin-bottom: 20px;
	padding: 2.5%;
	width: 95%;
	-webkit-box-shadow: 0 0 10px 0 rgba(120,120,120,.2);
	box-shadow: 0 0 10px 0 rgba(120,120,120,.2);
}

.fb_iframe_widget{
	width: 100%;
}

/*
////////////////////////
RESPONSIVE
////////////////////////
*/
@media screen and (max-width: 1023px){

#abrir_menu{
	cursor: pointer;
	display: block;
	height: 40px;
	position: absolute;
	right: 0%;
	top: 20px;
	width: 40px;
}

.linea_menu{
	background-color: #ffffff;
	display: block;
	height: 2px;
	margin: 0px 10%;
	position: absolute;
	width: 80%;
}

#linea1{
	margin-top: 11px;
}

#linea2{
	margin-top: 19px;
}

#linea3{
	margin-top: 27px;
}

.cabecera.activa #linea1{
	margin-top: 19px;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cabecera.activa #linea2{
	display: none;
}

.cabecera.activa #linea3{
	margin-top: 19px;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cabecera .grid{
	text-align: right;
}

#num_items {
    margin-right: 52px;
}

.menu {
    display: none;
    max-height: calc(100vh - 110px);
    overflow: auto;
    position: absolute;
    top: 100px;
    width: 100%;
}

.menu ul{
	width: 100%;
}

.menu ul li {
    margin: 20px 0px;
    width: 100%;
}

.menu ul li a {
    padding: 0px 5%;
    text-align: center;
    width: 90%;
}

.cabecera.activa{
	height: 100%;
}

.cabecera.activa .menu{
	display: block;
}

}

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

body{
	background-color: #ffffff;
}

.t_0_4_em{
	font-size: 0.6em;
}

.t_0_6_em{
	font-size: 0.6em;
}

.t_0_7_em{
	font-size: 0.6em;
}

.t_0_8_em{
	font-size: 0.8em;
}

.t_1_2_em{
	font-size: 1.1em;
}

.t_1_5_em{
	font-size: 1.3em;
}

.t_1_6_em{
	font-size: 1.4em;
}

.t_1_8_em{
	font-size: 1.6em;
}

.t_2_em{
	font-size: 1.5em;
}

.t_2_2_em{
	font-size: 2em;
}

.t_2_5_em{
	font-size: 2.2em;
}

.t_3_em{
	font-size: 2.5em;
}

.t_3_2_em{
	font-size: 3em;
}

.t_3_5_em{
	font-size: 3.2em;
}

.t_4_em{
	font-size: 3.5em;
}

.cabecera{
	height: 82px;
}

.logo {
    background-position: center bottom 35%;
    background-size: 75% auto;
    height: 80px;
    width: 175px;
}

#num_items {
    margin-right: 56px;
}

#buscador {
	display: none;
    margin: 0px;
    left: 0%;
    position: absolute;
    top: 125px;
    width: 100%;
}

#buscador input {
    max-width: inherit;
    padding: 0px 5%;
    padding-right: 15%;
    width: 80%;
}

#buscar {
	background-color: rgba(83,135,210,.8) !important;
	background-size: auto 65%;
    position: absolute;
    right: 0%;
    width: 20% !important;
}

.cabecera.activa #buscador {
	display: block;
}

.menu {
    max-height: calc(100vh - 180px);
    top: 170px;
}

.menu ul li {
    margin: 5px 0px;
}

.info {
    max-width: inherit;
    padding: 20px 5%;
    width: 90%;
}

.slide{
	background-position: top left;
}

.padding_middle {
	background-color: rgba(10,10,10,.8);
    padding: 60px 0px 100px !important;
}

#titulo_categorias {
    display: block;
    left: inherit;
    line-height: inherit;
    margin: 40px auto;
    padding: 20px 0px;
    position: relative;
    top: inherit;
    width: auto;
}

#categorias {
    margin: 0px auto 30px;
    width: 100%;
}

.categoria {
    padding: 0px 2.5%;
    width: 95%;
}

#mr {
    bottom: inherit;
    height: 240px;
    margin: 20px auto 40px;
    position: relative;
    right: inherit;
}

#mr2 {
    display: block;
    height: 280px;
    left: inherit;
    margin: 0px auto;
    margin-top: -240px;
    position: relative;
    top: inherit;
}

#mr3 {
    bottom: inherit;
    height: 240px;
    margin: 0px auto 40px;
    position: relative;
    right: inherit;
}

.site_map {
    margin: 10px 2.5%;
    width: 95%;
}

.descripcion_footer {
    margin: 10px 2.5%;
    width: 95%;
}

.column_1_3 {
    width: 100%;
}

footer .column_1_3 a{
	display: block;
	margin: 20px 0px;
	text-align: center;
	width: 100%;
}

.social img{
	margin: 0px;
	padding: 10px;
}

.separador{
	display: none;
}

.flow {
    margin-top: 0px !important;
}

#entrada {
	float: none !important;
    left: inherit;
    margin-top: 80px;
    position: relative;
    top: inherit;
}

.intro_categoria {
    height: inherit;
    width: 100%;
}

.portada {
    height: 220px;
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
}

.personal {
    margin: 0px 0px 20px;
    width: 100%;
}

.personal:nth-child(2n+2) {
    margin-top: 0px;
}

#titulo_mapa {
    margin-left: 2.5%;
    width: 95%;
}

#mapa {
    height: 80vh;
    min-height: 400px;
}

.padding_100_15 {
    padding: 60px 0%;
}

.col_35, .col_60{
	width: 100%;
}

.padding_60_15_40 {
    padding: 60px 5% 40px;
}

.column_85 {
    width: 100%;
}
.column_86 {
    width: 100%;
    margin: 10px 2%;
}

.categoria.bloque {
    margin: 10px 2%;
    padding: 0px 2%;
    width: 92%;
}

.full_table{
	display: block !important;
	margin: 0px !important;
	width: 100% !important;
}

.full_table tbody, .full_table tr, .full_table tr td{
	display: inline-block;
}

.full_table tr {
    padding: 0px 0px 20px;
}

.full_table tr:hover {
    background-color: transparent;
}

.full_table tr td {
    padding: 10px 0%;
    text-align: left !important;
    width: 100%;
}

.encabezado{
	display: none !important;
}

.img_producto_subcategoria, .cont_imagen_producto {
    display: none !important;
}

.rotulo_tabla{
	background-color: #f4f4f4;
	color: #808080;
	font-size: .8em;
	display: block;
	padding: 10px 2.5%;
	margin-bottom: 10px;
	text-align: left !important;
	width: 95%;
}

.min_producto{
	display: block;
	margin-bottom: 20px;
	width: 100%;
}

.min_producto span{
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	display: block;
	height: 140px;
	margin: 10px 0px;
	width: 100%;
}

.cont_img_producto{
	height: 120px;
	margin: 20px 0px !important;
	width: 100%;
}

.info_producto {
	background-color: #ffffff;
    margin-top: 280px;
    margin-left: 0%;
    min-height: inherit;
    position: relative;
    width: 100%;
    z-index: 2;
}

.galeria_producto {
    display: block !important;
    height: 280px !important;
    position: fixed !important;
    top: 80px;
    width: 100% !important;
}

.img_galeria_producto {
    height: 240px;
    margin: 10px 2.5%;
    width: 95%;
}

#buscar_cotizador {
    padding: 80px 0px;
}

#valor_busqueda {
    font-size: 1.5em;
    height: 60px;
    line-height: 60px;
    max-width: 340px;
    width: 80%;
}

#formulario_pedido {
    margin: 20px 0px;
    width: 100%;
}

.boton_resumen {
    float: left;
    margin-left: 0%;
    margin-right: 2%;
    width: 48%;
}

.cantidad{
	margin: 0px;
}

#cont_menaje_exito {
    padding: 120px 0px;
}

#cont_menaje_exito h1 {
	font-size: 1.2em;
    padding: 0px 5%;
    width: 90%;
}

#cont_menaje_exito a {
    float: none;
    margin: 0px;
    margin-top: 20px;
    width: 200px;
}

}

@media screen and (max-width: 767px) and (orientation:landscape){

.site_map {
    margin: 10px 2.5%;
    width: 44.5%;
}

.column_1_3 {
    width: 50%;
}

footer .column_1_3 {
    width: 100%;
}

.personal {
    margin: 0px 2.5% 20px;
    width: 44.5%;
}

.personal:nth-child(2n+2) {
    margin-top: 30px;
}

.categoria.bloque {
    width: 41.5%;
}

}

@media screen and (min-width: 768px) and (max-width: 1024px){

body{
	font-size: 90%;
}

.t_0_4_em{
	font-size: 0.6em;
}

.t_0_6_em{
	font-size: 0.6em;
}

.t_0_7_em{
	font-size: 0.6em;
}

.t_0_8_em{
	font-size: 0.8em;
}

.t_1_2_em{
	font-size: 1.1em;
}

.t_1_5_em{
	font-size: 1.3em;
}

.t_1_6_em{
	font-size: 1.4em;
}

.t_1_8_em{
	font-size: 1.6em;
}

.t_2_em{
	font-size: 1.5em;
}

.t_2_2_em{
	font-size: 2em;
}

.t_2_5_em{
	font-size: 2.2em;
}

.t_3_em{
	font-size: 2.5em;
}

.t_3_2_em{
	font-size: 3em;
}

.t_3_5_em{
	font-size: 3.2em;
}

.t_4_em{
	font-size: 3.5em;
}

#titulo_categorias {
    margin-left: -160px;
    width: 320px;
}

.logo {
    background-size: 75% auto;
    height: 80px;
    width: 240px;
}

.categoria {
    padding: 20px 5px 40px;
}

#mr{
	bottom: -70px;
	max-height: 320px;
}

#mr2 {
    height: 250px;
    margin: 0px -59px;
    top: 210px;
}

#mr3 {
    bottom: -40px;
    height: auto;
    max-height: inherit;
    width: 15%;
}

.datos_personal hr {
    margin: 0;
}

.padding_100_15 {
	min-height: 250px;
    padding: 80px 15% 20px;
}

.categoria.bloque {
    padding: 20px 0;
}

.flow #mr{
	bottom: -40px !important;
}

#cont_menaje_exito h1 {
    padding: 0px 5%;
    width: 90%;
}

#cont_menaje_exito a {
    float: none;
    margin: 0px;
    margin-top: 20px;
    width: 200px;
}

}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){

.categoria {
    padding: 20px 5px 0px;
}

#mr{
	bottom: -70px;
	max-height: 250px;
}

.personal {
    margin: 0px 2%;
    margin-bottom: 40px;
    width: 45.5%;
}

.intro_categoria {
    height: 374px;
}

.flow {
    margin-top: 446px !important;
}

#mr2 {
    height: auto;
    margin: 0px -7%;
    width: 14%;
    top: 245px;
}

.categoria.bloque {
    margin: 15px 4.7%;
    width: 40%;
}

.subcategoria:last-child{
	margin-bottom: 110px;
}

.info_producto {
	background-color: #ffffff;
    margin-top: 360px;
    margin-left: 0%;
    min-height: inherit;
    position: relative;
    width: 100%;
    z-index: 2;
}

.galeria_producto {
    display: block !important;
    height: 360px !important;
    position: fixed !important;
    top: 80px;
    width: 100% !important;
}

.img_galeria_producto {
    height: 320px;
    margin: 20px 2.5%;
    width: 95%;
}

tbody {
	display: block;
    margin: 0px auto;
    max-width: 100%;
    overflow-x: scroll;
}

.cont_imagen_producto {
	height: 60px;
    margin: 15px 0px;
    width: 60px;
}

.full_table tr td {
    padding: 15px 0px;
    padding-right: 5px;
}

#formulario_pedido {
    margin: 20px 0px;
    width: 100%;
}

.boton_resumen {
    float: left;
    margin-left: 0%;
    margin-right: 2%;
    width: 30%;
}

footer .column_1_3 {
    width: 50%;
}

footer .column_1_3 .t_center{
	text-align: left;
}

#cont_menaje_exito {
    padding: 200px 0px;
}

}


























