/* CSS Document */
@charset "utf-8";
html{
	width:100%;
	height:100%;
}
@font-face {
	font-family: 'BarlowCondensed-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Next LT Pro Regular'), url('AvenirNextLTPro-Regular.woff') format('woff');
}
@font-face {
	font-family: 'BarlowCondensed-MediumItalic';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
}
@font-face {
	font-family: 'BarlowCondensed-MediumItalic';
	font-style: normal;
	font-weight: normal;
	src: local('BarlowCondensed-MediumItalic'), url('BarlowCondensed-MediumItalic.woff') format('woff');
}
@font-face {
	font-family: 'BarlowCondensed-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('BarlowCondensed-Regular'), url('BarlowCondensed-Regular.woff') format('woff');
}

body {
	font-family: 'BarlowCondensed-Regular';
	text-align:center;
	margin:0;
	background:#FFF;
	width:100%;
	height:100%;
}

.clearer{
    display:block;
    clear: both;
}
.resaltar{
	font-family: 'BarlowCondensed-MediumItalic';
}
.naranja{ color:#F57F23; }

/*INICIO*/
#wrapper{
	width:100%;
	margin:0;
	padding: 0;
	height:auto;
	display: table;
}
#slide{
	width: 100%;
	height: auto;
	display: block;

}
#imagen_slide{
	width: 100%;
	z-index: 1000;
}
#imagen_slide img{
	width: 100%;
}
#menu{
	width: 100%;
	height: 80px;
	padding: 10px 0;
	display: table;
	top: 0;
	position: absolute;
	z-index: 20000;
	border-bottom: solid 2px #F1F2F2;
	/*background:rgba(26,82,118,0.9);*/
}
#menu_1{
	width: 40%;
	float: left;
	font-size: 12px;
	position: absolute;
	left: 0;
	height: auto;
	display: table;
}
#menu_1 img{
	height: 70px;
}
#menu_2{
	width: 60%;
	float: left;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 30%;
	height: auto;
	display: table;
	font-family: 'BarlowCondensed-Regular';
}
#menu_2 ul{
	width: 100%;
	list-style: none;
}
#menu_2 ul li{
	width: 20%;
	float: left;
	text-align: center;
}
#menu_2 ul li a{
	padding: 10px 0;
	display: block;
	text-decoration: none;
	color: #F1F2F2;
}

/* PRODUCTOS */
#bloque_productos{
	width:70%;
	padding:20px 15%;
	height: auto;
	display: table;
	background:#FFF;
}
#bloque_productos h1{
	font-size: 35px;
	font-family: 'BarlowCondensed-MediumItalic';
	color:#002ca2;
}
#bloque_productos h2{
	font-size:15px;
	color:#002ca2;
	padding: 10px 0;
}
#bloque_productos p{
	font-size: 12px;
	color:#666;
	line-height: 15px;
	text-align: left;
	height: 80px;
}
#bloque_productos ul{
	width: 100%;
	list-style: none;
	padding: 20px 0;
}
#bloque_productos ul li{
	width: 21%;
	margin: 10px 2%;
	float: left;
	text-align: center;
}
#bloque_productos ul li a{
	padding: 10px 20px;
	text-decoration: none;
	color:#FFF;
	background:#002ca2;
	border:none;
	font-size: 12px;
	border-radius: 15px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#bloque_productos ul li a:hover{
	background:#FFF;
	border:solid 1px #002ca2;
	color:#002ca2;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#bloque_productos ul li img{
	width: 100%;
}

/* SERVICIOS */
#bloque_servicios{
	width:70%;
	padding:20px 15%;
	height: auto;
	display: table;
	background:#FFF;
}
#bloque_servicios h1{
	font-size: 40px;
	/*font-family: 'BarlowCondensed-MediumItalic';*/
	font-family: 'BarlowCondensed-MediumItalic';
	color:#002ca2;
}
#bloque_servicios ul{
	width: 100%;
	list-style: none;
	padding:50px 0;
}
#bloque_servicios ul li{
	width: 16.6%;
	text-align: center;
	float: left;
	font-size: 15px;
	line-height: 30px;
	color:#002ca2;
}
#bloque_servicios ul li img{
	height: 70px;
}

/* SECTORES */
#bloque_sectores{
	width:100%;
	height: auto;
	display: table;
	position: relative;
}
#bloque_sectores img{
	width:100%;
}
#bloque_sectores ul{
	width: 100%;
	list-style: none;
	position: absolute;
	bottom:-80px;
}
#bloque_sectores ul li{
	width: 14%;
	margin: 0 3%;
	float: left;
	text-align: center;
	font-size: 15px;
	color:#666;
	line-height: 20px;
	background:#FFF;
	padding: 20px 0;
	position: relative;
}
#bloque_sectores ul li a{
	text-decoration: none;
	color:#666;
}
#bloque_sectores ul li img{
	height: 80px;
	width: auto;
}
#titulo_sectores{
	position: absolute;
	width: 100%;
	bottom:200px;
	font-size: 35px;
	font-family: 'BarlowCondensed-MediumItalic';
	color:#FFF;
}
#linea_roja{
	width: 60%;
	position: absolute;
	bottom: 10px;
	border-bottom:solid 4px #C00;
	margin: 0 20%;
}
.linea{
	text-decoration: underline;
	color: #C00;
}

/* MARCAS */
#bloque_marcas{
	width:100%;
	padding:20px 0;
	height: auto;
	display: table;
	background:#FFF;
}
#bloque_marcas img{
	width: 100%;
}
#bloque_marcas h1{
	font-size: 35px;
	font-family: 'BarlowCondensed-MediumItalic';
	color:#002ca2;
}
#bloque_marcas p{
	font-size: 20px;
	color:#002ca2;
	line-height:30px;
}

/* CASOS DE EXITO */
#bloque_casos{
	width:100%;
	padding:20px 0;
	height: auto;
	display: table;
	background:#FFF;
}
#bloque_casos img{
	width: 100%;
}
#bloque_casos h1{
	font-size: 35px;
	font-family: 'BarlowCondensed-MediumItalic';
	color:#002ca2;
}
#bloque_casos ul{
	width: 80%;
	margin: 0 10%;
	list-style: none;
}
#bloque_casos ul li{
	width: 29%;
	margin: 0 2%;
	float: left;
}
#bloque_casos ul li img{
	width: 100%;
}
#clientes{
	width: 80%;
	margin: 0 10%;
	height: auto;
	display: table;
}
#clientes ul{
	width: 100%;
	list-style: none;
}
#clientes ul li{
	width: 25%;
	text-align: center;
	float: left;
	padding: 20px 0;
}
#clientes ul li img{
	height: 80px;
}


/* FOOTER */
#footer{
	width: 100%;
	height: auto;
	position: relative;;
}
#footer img{
	width: 100%;
}
#footer_izq{
	width: 30%;
	float: left;
}
#footer_izq_1{
	width: 7%;
	padding-left: 33%;
	float: left;
	text-align:right;
}
#footer_izq_1 img{
	height:15px;
	text-align: right;
}
#footer_izq_2{
	width: 60%;
	padding:0;
	text-align: left;
	float: left;
}
#footer_izq_2 a{
	text-decoration: none;
	color: #666;
}
#iconos_footer{
	width: 40%;
	text-align: center;
	position: absolute;
	left: 30%;
	bottom:30px;
}
#iconos_footer img{
	height: 25px;
	padding: 0 10px;
	width: auto;
}

#footer_der{
	width: 30%;
	float: left;
	position: absolute;
	right: 0;
	bottom:30px;
}
#footer_der_1_a{
	width: 80%;
	padding: 5px 0;
	text-align: right;
	font-size: 15px;
	float: left;
	color: #FFF;
}
#footer_der_1_b{
	width: 16%;
	padding: 0 2%;
	text-align: center;
	float: left;
}
#footer_der_1_b img{
	height: 25px;
	width: auto;
}



#menu_movil, #footer_movil{
	display: none;
}





/*MOVIL*/
@media only screen and (min-width:300px) and (max-width:1024px){

#menu, #footer{
	display: none;
}
#menu_movil{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#m1{
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
}
#m1 img{
	height: 90px;
}
#m2{
	width: auto;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 13px;
	color: #FFF;
}
#m2 a{
	text-decoration: none;
	color: #FFF;
}

/* SERVICIOS */
#bloque_servicios{
	width:100%;
	padding:20px 0;
	height: auto;
	display: table;
	background:#FFF;
}
#bloque_servicios h1{
	font-size: 35px;
	font-family: 'BarlowCondensed-MediumItalic';
	color:#002ca2;
}
#bloque_servicios ul{
	width: 100%;
	list-style: none;
	padding:50px 0;
}
#bloque_servicios ul li{
	width: 33%;
	text-align: center;
	float: left;
	font-size: 15px;
	line-height: 25px;
	color:#002ca2;
	margin-bottom: 20px;
}
#bloque_servicios ul li img{
	height: 50px;
}

/* SECTORES */
#bloque_sectores{
	width:100%;
	height: 300px;
	display: table;
	position: relative;
}
#bloque_sectores img{
	width:100%;
}
#bloque_sectores ul{
	width: 100%;
	list-style: none;
	position: absolute;
	bottom:-130px;
}
#bloque_sectores ul li{
	width: 27%;
	margin: 0 3%;
	float: left;
	text-align: center;
	font-size: 15px;
	color:#666;
	line-height: 20px;
	background:#FFF;
	padding: 20px 0;
	position: relative;
}
#bloque_sectores ul li a{
	text-decoration: none;
	color:#666;
}
#bloque_sectores ul li img{
	height: 80px;
	width: auto;
}
#titulo_sectores{
	position: absolute;
	width: 100%;
	bottom:200px;
	font-size: 35px;
	font-family: 'BarlowCondensed-MediumItalic';
	color:#FFF;
}
#linea_roja{
	width: 60%;
	position: absolute;
	bottom: 10px;
	border-bottom:solid 4px #C00;
	margin: 0 20%;
}

/* PRODUCTOS */
#bloque_productos{
	width:100%;
	padding:20px 0;
	height: auto;
	display: table;
	background:#FFF;
}
#bloque_productos h1{
	font-size: 30px;
	/*font-family: 'BarlowCondensed-MediumItalic';*/
	font-family: 'BarlowCondensed-MediumItalic';
	color:#002ca2;
}
#bloque_productos h2{
	font-size:15px;
	color:#002ca2;
	padding: 10px 0;
}
#bloque_productos p{
	font-size: 15px;
	color:#666;
	line-height: 15px;
	text-align: left;
	height: 80px;
}
#bloque_productos ul{
	width: 100%;
	list-style: none;
	padding: 20px 0;
}
#bloque_productos ul li{
	width: 46%;
	margin: 10px 2%;
	float: left;
	text-align: center;
}
#bloque_productos ul li a{
	padding: 10px 20px;
	text-decoration: none;
	color:#FFF;
	background:#002ca2;
	border:none;
	font-size: 15px;
	border-radius: 15px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}

/* MARCAS */
#bloque_marcas p{
	font-size: 16px;
	color:#002ca2;
	line-height:30px;
}

/* CASOS DE EXITO */
#bloque_casos{
	width:100%;
	padding:20px 0;
	height: auto;
	display: table;
	background:#FFF;
}
#bloque_casos img{
	width: 100%;
}
#bloque_casos h1{
	font-size: 35px;
	font-family: 'BarlowCondensed-MediumItalic';
	color:#002ca2;
}
#bloque_casos ul{
	width: 100%;
	margin: 0;
	list-style: none;
}
#bloque_casos ul li{
	width: 29%;
	margin: 0 2%;
	float: left;
}
#bloque_casos ul li img{
	width: 90%;
}

/* CLIENTES */
#clientes{
	width: 100%;
	margin: 0;
	height: auto;
	display: table;
}
#clientes ul{
	width: 100%;
	list-style: none;
}
#clientes ul li{
	width: 50%;
	text-align: center;
	float: left;
	padding: 20px 0;
}
#clientes ul li img{
	height: 50px;
}

}
