@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,900,700italic,900italic);

@import url(https://fonts.googleapis.com/css?family=Catamaran:400,100,200,300,500,600,700,800,900);

.test {
    display: none !important;
}

body {
	background-color: #f6f6f6;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

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

h1, h2, h3, h4, h5, h6{
	font-family: 'Catamaran', sans-serif;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=submit], select, textarea, option {
	border: none;
	border-radius: 0px;
	margin: 0px;
	outline: none;
	padding: 0px;
	resize: none;
	appearance:none;
	-moz-appearance:none; 
	-webkit-appearance:none;
    font-family: 'Source Sans Pro', sans-serif;
}

#contetenedor_general {
	margin: 0px auto;
	max-width: 1440px;
	width: 100%;
	z-index: 1;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(100,100,100,.3);
	-moz-box-shadow: 0px 10px 20px 0px rgba(100,100,100,.3);
	box-shadow: 0px 10px 20px 0px rgba(100,100,100,.3);
}

.seccion{
	display: block;
	overflow: auto;
	position: relative;
	width: 100%;
	z-index: 4;
}

.overflow_auto{
	overflow: auto;
}

.columna{
	display: block;
	float: left;
}

.columna_center{
	margin: 0px auto;
}

.columna_20{
	width: 20%;
}

.columna_40{
	width: 40%;
}

.columna_60{
	width: 60%;
}

.columna_80{
	width: 80%;
}

.columna_1_2{
	width: 50%;
}

.columna_1_3{
	width: 33.3%;
}
.columna_2_3{
	width: 66.7%;
}

.columna_3_4{
	width: 75%;
}

.columna_1_4{
	width: 25%;
}

.columna_4_5{
	width: 80%;
}

.columna_1_5{
	width: 20%;
}

.columna_4_4{
	width: 100%;
}

.columna_2_5{
	width: 40%;
}

.columna_3_5{
	width: 60%;
}

.columna_descanso{
	display: block;
	margin: auto;
	max-width: 620px;
	width: 60%;
}

.cover_image{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.display_block{
	display: block;
	width: 100%;
}

.grid{
	display: block;
	margin: 0px auto;
	max-width: 1240px;
	position: relative;
	width: 95%;
}
.grid h3 {
	text-align: right;
	padding: 7px 17px;
}
.overflow_auto{
	overflow: auto;
	overflow-x: hidden;
}

.padding_20{
	padding: 20px;
}

.padding_20_0{
	padding: 20px 0px;
}

.padding_20_5{
	padding: 20px 5%;
}

.padding_40{
	padding: 40px;
}

.padding_20_40{
	padding: 20px 40px;
}

.padding_60_0_100{
	padding: 60px 0px 100px;
}

.padding_60_0_60{
	padding: 60px 0px;
}

.padding_80_5_80{
	padding: 80px 5%;
}

.padding_40_0_20{
	padding: 40px 0px 20px;
}

.padding_32_0_32{
	padding: 32px 0px;
}

.padding_80_10{
	padding: 80px 10%;
}

.padding_80_10_140{
	padding: 80px 10% 140px;
}

.padding_120_0{
	padding: 120px 0px;
}

.padding_120_10{
	padding: 120px 10%;
}

.padding_botom_40{
	padding-bottom: 40px;
}

.margin_20_0_20{
	margin: 20px 0px;
}

.margin_bottom_60{
	margin-bottom: 60px;
}

/*COLORES*/
.blanca{
	background-color: #ffffff;
}

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

.negro{
	background-color: #000000;
}

.azul{
	background-color: #1792e5;
}

.rojo{
	background-color: #221e1f;
}

.gris{
	background-color: #2d2d2b;
}

.gris_claro{
	background-color: #F5F5F5;
}

.pantalla{
	background-color: rgba(10,10,10,.8);
}

.color_blanco{
	color: #ffffff;
}

.color_dorado{
	color: #9F9C57;
}

.color_gris_total{
	color: #242424;
}

.color_gris{
	color: #A6A6A6;
}

.color_azul{
	color: #1792e5;
}

.color_rojo{
	color: #221e1f;
}

.sombra_inferior{
	-webkit-box-shadow: 0px 2px 3px 0px rgba(230,230,230,.8);
	-moz-box-shadow: 0px 2px 3px 0px rgba(230,230,230,.8);
	box-shadow: 0px 2px 3px 0px rgba(230,230,230,.8);
	overflow: visible;
	z-index: 5;
}


/*TEXTOS*/
.texto_thin{
	font-weight: 100;
}

.texto_light{
	font-weight: 300;
}

.texto_regular{
	font-weight: 400;
}

.texto_bold{
	font-weight: 700;
}

.texto_black{
	font-weight: 900;
}

.texto_0_8_em{
	font-size: .8em;
}

.texto_0_9_em{
	font-size: .9em;
}

.texto_1_em{
	font-size: 1em;
}

.texto_1_2_em{
	font-size: 1.2em;
}

.texto_1_5_em{
	font-size: 1.5em;
}

.texto_2_em{
	font-size: 2em;
}

.texto_2_2_em{
	font-size: 2.2em;
}

.texto_3_5_em{
	font-size: 3.5em;
}

.texto_center{
	text-align: center;
}

.titulo_center{
	display: block;
}

.texto_left{
	text-align: left;
}

.texto_right{
	text-align: right;
}

.texto_kern_0_2_em{
	letter-spacing: .2em;
}

.texto_uppercase{
	text-transform: uppercase;
}

.titulo_full{
	display: block;
	margin-bottom: 40px;
}

/*BOTONES*/
.btn{
	border-radius: 2px;
	display: inline-block;
	margin: 10px 0px;
	margin-right: 10px;
	padding: 12px 18px;
}

.btn_center{
	display: block;
	margin: 10px auto;
	min-width: 200px;
	text-align: center;
	width: 50%;
}

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

/*HEADER*/
#logo_superior{
	background-image: url(../images/logo.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	float: left;
	height: 52px;
	margin: 15px 5%;
	width: 165px;
}

#pleca_superior{
	background-color: #ffffff;
	border-bottom: solid 3px #221e1f;
	float: left;
	width: 100%;
}

#menu_superior{
	display: block;
	float: right;
	margin: 0px 5%;
}

#menu_superior > ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu_superior > ul > li{
	display: inline-block;
	line-height: 85px;
	margin-left: 10px;
}

#menu_superior > ul > li > a{
	color: #333333;
	padding: 0px 4px;
	position: relative;
}

#menu_superior > ul > li.actual > a{
	background-color: #1792e5 !important;
	border-radius: 2px;
	color: #ffffff !important;
	padding: 8px 14px;
}

#menu_superior > ul > li.actual > a:after{
	display: none !important;
}

#menu_superior > ul > li > a:after{
	background-color: transparent;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 30px;
	width: 0%;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#menu_superior > ul > li:hover > a:after{
	background-color: #1792e5;
	width: 100%;
}

#menu_superior > ul > li:hover a{
	color: #1792e5;
}

#menu_superior > ul > li > ul{
	background-color: #333333;
	display: none;
	list-style: none;
	padding: 0px;
	position: absolute;
	top: 85px;
	width: 320px;
	z-index: 9;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(10,10,10,.8);
	-moz-box-shadow: 0px 2px 3px 0px rgba(10,10,10,.8);
	box-shadow: 0px 2px 3px 0px rgba(10,10,10,.8);
}

#menu_superior > ul > li:hover > ul{
	display: block;
}

#menu_superior > ul > li > ul > li{
	line-height: 1em;
}

#menu_superior > ul > li > ul > li > a{
	color: #cccccc !important;
	display: block;
	padding: 20px 5%;
	width: 90%;
}

#menu_superior > ul > li > ul > li:hover > a{
	background-color: #1792e5;
	color: #ffffff !important;
}

/*SLIDER SUPERIOR*/
#sliderSuperior{
	background-color: #000;
	display: block;
	max-height: 380px;
}

#sliderSuperior ul li{
	max-height: 380px !important;
	max-width: 1440px !important;
	width: 100% !important;
}

.img_slider{
	background-position: center;
	background-size: cover;
	display: block;
	float: left;
	height: 380px;
	overflow: hidden;
	position: relative;
	width: 70%;
}

#video_home{
	display: block;
	height: auto;
	position: absolute;
	width: 100%;
}

.pantalla_superior{
	background-color: rgba(10,10,10,1);
	float: left;
	height: 380px;
	padding: 0px 2.5%;
	width: 25%;
	z-index: 3;
}

.pantalla_superior h1{
	margin-top: 20%;
}

/*CONTENIDO*/
.img_full{
	display: block;
	height: auto;
	width: 100%;
}

/*FOOTER*/
#lineas_productos{
	display: block;
	width: 100%;
}

#lineas_productos ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	list-style: none;
	height: 60px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#lineas_productos ul li{
	background-color: #333333;
	border-left: solid thin #404040;
	width: 100%;
}

#lineas_productos ul li a{
	color: #cccccc;
	display: block;
	font-size: .8em;
	line-height: 60px;
	text-align: center;
}

#lineas_productos ul li:hover a{
	background-color: #1792e5;
	color: #ffffff !important;
}

#imagen_proveedor{
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	position: relative;
}

.logo_footer{
	display: block;
	height: auto;
	margin-bottom: 30px;
	width: 280px;
}

.rotulo_social{
	margin-right: 10px;
}

.terminos_aviso{
	float: right;
	margin-left: 20px;
}

/*CONTACTO*/
#mapa_contacto{
	height: 380px;
}

#formulario_contacto{
	overflow: auto;
}

#formulario_contacto input, #formulario_contacto select, #formulario_contacto textarea, #formulario_contacto label{
	background-color: #f4f4f4;
	border: none;
	color: #7E7E7E;
	display: inline-block;
	font-size: .9em;
	font-weight: 300;
	height: 36px;
	line-height: 36px;
	margin: 10px 0px;
	padding: 0px 2.5%;
	vertical-align: middle;
	width: 36.5%;
}

#formulario_contacto input:focus, #formulario_contacto select:focus, #formulario_contacto textarea:focus{
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(100,100,100,.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(100,100,100,.3);
	box-shadow: 0px 0px 5px 0px rgba(100,100,100,.3);
}

#formulario_contacto label{
	background-color: transparent;
	cursor: pointer;
	padding: 0px;
	margin-right: 2.5%;
	text-align: right;
	width: 55%;
}

#formulario_contacto select{
	cursor: pointer;
	width: 41.5%;
}

#formulario_contacto textarea{
	height: 80px;
	line-height: 1.2em;
	padding: 10px 2.5%;
}

#formulario_contacto input#enviar_contacto{
	background-color: #1792e5;
	color: #ffffff;
	cursor: pointer;
	float: right;
	padding: 0px 20px;
	width: auto;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#formulario_contacto input#enviar_contacto:hover{
	background-color: #111111;
}

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

.error_contacto{
	color: #EE5124;
	display: none;
	font-size: .8em;
	line-height: 36px;
	text-align: right;
	width: 100%;
	z-index: 5;
}

/*MARCA*/
#portada{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 380px;
}

.separador{
	border: none;
	border-top: dashed thin #ffffff;
	display: block;
	height: 1px;
	margin: 20px 0px;
	width: 100%;
}

/*Distribuidores*/
#mapa_distribuidores{
	position: relative;
}

#mapa_distribuidores img{
	display: block;
	height: auto;
	margin: 80px auto;
	width: 85%;
}

.pin{
    background-color: #1792e5;
    border-radius: 50%;
    height: 20px;
    left: 50%;
    margin: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 2;
}

.pin:before {
	background-color: #ffffff;
	border-radius: 50%;
    content: '';
    height: 14px;
    margin: 3px;
    position: absolute;
    width: 14px;
}

.pulse{
	background-color: #A9A9A9;
	border-radius: 50%;
    content: '';
    height: 4px;
    left: 50%;
    margin-left: -10px;
    margin-top: 10px;
    position: absolute;
	top: 50%;
    width: 20px;
}

#pleca_distribuidores{
	overflow: auto;
}

/*POSICIONES DE SELECTORES*/
.uno {
    left: 24%;
    top: 24%;
}

.dos {
	left: 36%;
    top: 29.5%;
}

.tres {
	left: 47%;
	top: 35%;
}

.cuatro {
	left: 54%;
	top: 43%;
}

.cinco {
	left: 31%;
	top: 43%;
}

.seis {
	left: 39.5%;
	top: 47%;
}

.pin.siete {
    left: 41%;
    top: 63.5%;
    -webkit-border-radius: 50% 50% 50% 0;
    border-radius: 50% 50% 50% 0;
    width: 28px;
    height: 28px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pulse.siete{
	left: 41%;
    top: 63.5%;
     margin-left: -6px;
    margin-top: 24px;
}

.pin.siete:before {
    margin: 7px;
}

.ocho {
	left: 46%;
    top: 58%;
}

.nueve {
	left: 52%;
	top: 57%;
}

.diez {
	left: 50%;
	top: 63%;
}

.once {
	left: 53%;
	top: 63%;
}

.doce {
	left: 53.7%;
    top: 70%;
}

.trece {
	left: 56%;
    top: 68.9%;
}

.catorce {
	left: 58.7%;
    top: 67.9%;
}

.quince {
	left: 59%;
    top: 72%;
}

.dieciseis {
	left: 87%;
    top: 68%;
}

/*LINEAS PRODUCTOS*/
.lista_productos{
	list-style: circle;
	margin: 20px 0px 40px;
	padding: 0px 20px;
}

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

.lista_productos li a{
	display: inline-block;
	position: relative;
}

.lista_productos li a:after{
	background-color: #1792e5;
	bottom: -4px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 0%;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.lista_productos li a:hover{
	color: #1792e5;
}

.lista_productos li a:hover:after{
	width: 100%;
}

.lista_productos ul{
	list-style: square;
	margin: 20px 0px;
	padding: 0px 17px;
}

.lista_productos ul ul{
	list-style: disc;
	margin: 20px 0px;
	padding: 0px 17px;
}






















