/* index.css */
/*colores*
#478fb8 (menu_sup)
#ff1720 (menu_sup2)
#237fcc (menu_hover)
#747474 (footer_text)
#0072ff (footer_link)
#55b9ff (SubMenu_hoverborder)
url('../fonts/opensans-light-webfont.woff2') format('woff2'),
*********/

@font-face {
	font-family: 'sanslight';
	src: url('assets/fonts/opensans-light-webfont.eot');
	src: url('assets/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
		 
		 url('assets/fonts/opensans-light-webfont.woff') format('woff'),
		 url('assets/fonts/opensans-light-webfont.ttf') format('truetype'),
		 url('assets/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;

}
*{
	margin:0px;
	padding:0px;
	border: 0px;
	box-sizing:border-box;
	font-family: 'sanslight', arial, helvetica;
	position: relative;
	color: #fff;
}
html{
	min-height: 100vh;
	height: 100vh;
}
body{
	background-color: #151617;
	height: 100vh;
	min-height: 100vh;
	
}
body:before { /* http://codepen.io/mherchel/pen/gbygBd */
	content: "";
	display: none;
}
a:link, a:visited{
	color:#0072ff;
	text-decoration: none;
}
a:hover{
	color:#0072ff;
	text-decoration: none;
	text-shadow:0px 0px 3px #0072ff;
}
h1{
	font-size: 3.7em;
	color: #fff;
	margin-bottom: 20px;
	font-family: 'Trebuchet MS', arial, helvetica;
	font-weight: lighter;
}
li{
	list-style: none;
}
p{
	font-size: 0.8em;
}
.icon{
	width: 50px;
}
/******************HEADER*****************/
header.menu_header{
	height: 82px;
	width: 100%;
	z-index: 1000;
	position: fixed;
	top:0px;
	left: 0px;
	background-color: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

body.logged-in header.menu_header, body.logged-in #ingenieria .ingebackground, body.logged-in #ingenieria #slider .slider-caption, body.logged-in #logos_socios{
	/* top:32px; */
}
#wrap_header{
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	height:82px;
}
div.logo{
	margin: 8px;
	background: url("assets/images/logo_top.png") no-repeat left center;
	background-size: contain;
	height: 66px;
	max-width: 364px;
	width:77%;
	position: relative;
	float: left;
}
div.logo.ito{
	background-image: url("assets/images/logo_top_ito.png");
}

#menu_sup>ul{
	font-size: 1em;
	float: right;
}
#menu_sup>ul>li{
	float: left;
}
#menu_sup>ul>li>a{
	display: block;
	height: 82px;
	line-height:82px;
	padding:0px 7px;
}

div.btn_mn{
	display:none;
}

#menu_sup>ul>li>a:link, #menu_sup>ul>li>a:visited{
	color: #478fb8;
}
body.logged-in #menu_sup>ul>li>a:link{
	padding-top: 15px;
}

#menu_sup>ul>li>a:hover{
	background-color: #237fcc;
	color: #fff;
}
#menu_sup a.cv:link, #menu_sup a.cv:visited{
	color:#ff1720;
	background: url(assets/images/cv_ico.png) no-repeat right 0px;
	padding-right:30px;
}
body.logged-in #menu_sup a.cv:link{
	background-position: right 15px;
}

#menu_sup a.cv:hover{
	background-color:#ff1720;
	color:#fff;
	text-shadow:none;
	padding-right:30px;
	background-image: url(assets/images/cv_ico.png) no-repeat right -82px;
}
body.logged-in #menu_sup a.cv:hover{
	background-position: right -37px;
}

/******************FOOTER*****************/
footer{
	display: block;
	position: fixed;
	width: 100%;
	height: 53px;
	bottom: 0px;
	left:0px;
	background-color: #fff;
	font-size: 0.7em;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	z-index: 1000;
}
footer #wrap_footer{
	width: 88%;
	margin-left: auto;
	margin-right: auto;
/*	overflow: hidden; */
}
footer .copyright{
	top:18px;
	float:left;
	left:10px;
	color:#747474;
}
footer .clant{
	top:18px;
	float:right;
	color:#ccc;
}
footer .logos_socios{
	float:left;
}
footer .logmini_consorcio{
	float:left;
	width: 53px;
	height: 53px;
	background-image: url(assets/images/logo_camara.png);
}
footer .logmini_ditar{
	float: left;
	width: 53px;
	height: 53px;
	background-image: url(assets/images/logo_ditar.png);
}

/* clant-slider.css */
/***********SLIDER INICIO************/
section#slider{
	/* position: fixed; */
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#slider article.s_elemento{
	width: 100%;
	height: 100%;
	position: relative;
	/* overflow: scroll; */
	display: none;
}
#slider article.on{
	display: block;
	animation: entrada 1s linear;
}
#slider .slider-image{
	width: 100%;
	height: 100vh;
	position: fixed;
	overflow: hidden;
	background-size: cover;
	background-position: right;
	background-attachment: fixed;
}
#ito #slider .slider-image{
	background-position: 75% top;
}
#slider .slider-caption{
	position: absolute;
	left:10%;
/* 	height: 100%; */
	min-height: 100vh;
	width: 330px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 5;
	padding:10px;
	padding-top:90px;
	overflow: hidden;
}
#slider .slider-caption h1{
	font-size: 2em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	animation: txtentrada 1s ease-out;
}
#slider .slider-caption h2{
	font-size: 1em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	color: #fff;
	animation: txtentrada 1s ease-out;
	/* margin-top: -18px; */
}
#slider .slider-caption ul{
	font-size: 1em;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	margin:20px 0 53px 0;
	animation: txtentrada 1s ease-out;
}
#slider .slider-caption li{
	list-style: circle;
	list-style-image: url(assets/images/li.png);
	margin-left:30px;
}
#slider .slider-caption p{
	font-size: 0.8em;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	margin-top:20px;
	animation: txtentrada 1s ease-out;
}
 /********* ANIMACIONES *****/
@keyframes entrada {
	0%   {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes txtentrada {
	0%{
		-webkit-transform: 	translateY(1000px);
		-moz-transform: 	translateY(1000px);
		-ms-transform: 		translateY(1000px);
		-o-transform: 		translateY(1000px);
		transform: 			translateY(1000px);
	}
		
	100% {
		-webkit-transform: 	translateY(0);
		-moz-transform: 	translateY(0);
		-ms-transform: 		translateY(0);
		-o-transform: 		translateY(0);
		transform: 			translateY(0);
	}
}

/* 
@keyframes txtentrada {
	0%   {margin-top: 1000px;}
	100% {margin-top: ;}
}

@keyframes txtentrada {
	0%   {margin-top: 1000px;}
	100% {margin-top: ;}
}
*/

/*******************SELECTORES********************/
#selectores{
	position: fixed;
	left:10%;
	width: 330px;
	height: 20px;
	text-align: center;
	bottom: 60px;
	z-index: 15;
}
#selectores .selector{
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #237fcc;
	margin:3px;
	display: inline-block;
	cursor: pointer;
	box-shadow: 0px 0px 3px rgba(0, 234, 255, 1);
}
#selectores .sactive{
 	background-color: rgba(35, 127, 204, 1);
 	box-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
	border: 1px solid #ffffff;
}



/*******************************************/
/**************INGENIERIA SLIDER************/
/*******************************************/
#ingenieria .ingebackground{
	background-size: cover;
	background-position: right;
	background-attachment: fixed;
	position: fixed;
	width: 100%;
	height: 100vh;
	top:0px;
	left:0px;
	z-index: 1;
	display: none;
}
#ingenieria .backon{
	display: block;
}
#ingenieria .ing_cont{
	display:none;
	padding-bottom: 53px;
}
#ingenieria .ing_on{
	display: block;
}

#ingenieria nav {
    width: 85%;
    position: fixed;
    z-index: 1;
}

main{
	/* height: auto; */
	/* height: 100vh; */
	width: 100%;
}
main>section h1{
	margin-top:20px;
}

/********************QUIENES SOMOS******************/
main#quienes{
	min-height: 100vh; 
	background-image: url(assets/images/fondo_quienes.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
/*	overflow: hidden; */
}
#quienes>section{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	top:90px;
	text-align: center;
/*	max-height: 100vh; */
}
#quienes h1{
	text-align: left;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
#quienes article{
	background-color: rgba(0, 0, 0, 0.6);
	height: 370px;
	width: 280px;
	border-radius: 10%;
	display: inline-block;
	margin: 20px 10px 5px 10px;
	padding: 20px;
	padding-top: 15px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	vertical-align: top;
	animation: txtentrada 1s ease-out;
}
#quienes article>h2{
	margin-bottom: 8px;
}
#quienes article>p{
	text-align: center;
	font-size: 0.9em;
}
#logos_socios{
	text-align: center;
	overflow: hidden;
	top:0px;
	margin-bottom: 53px;
}
#logos_socios>article{
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-left: 20px;
	margin-right: 20px;
	animation: txtentrada 1s ease-out;
}
#logos_socios #lcamara{
	background: url("assets/images/logo_camara_big.png") no-repeat center center rgba(0, 0, 0, 0.4);
}
#logos_socios #lditar{
	background: url("assets/images/logo_ditar_big.png") no-repeat center center rgba(0, 0, 0, 0.4);
}

/*****************CONTACTO Y DESCARGAS***************/
main#basic{
	min-height:100vh;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}

/* TODO: move into user content in wordpress */
main#basic.contacto{
	background-image: url("assets/images/fondo_contacto.jpg");
}
main#basic.descargas{
	background-image: url("assets/images/fondo_descargas.jpg");
}
#basic>section{
	width: 85%;
	margin: 0 auto;
	overflow: hidden;
}
#basic article{
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	width: 350px;
	max-width: 100%;
	min-height: 100vh;
	position: relative;
	padding:82px 10px 0 10px;
	margin-left: 5px;
}
#basic h1{
	text-shadow:2px 2px 0px rgba(0, 0, 0, 0.5);
	animation: txtentrada 1s ease-out;
}
#basic p{
	margin-top:35px;
	margin-left:20px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	animation: txtentrada 1s ease-out;
	font-size: 1em;
}
#basic p:last-child{
	padding-bottom: 53px;
}
#basic p.fonocentral{
	font-size: 1.2em;
	font-weight: 600;
	animation: txtentrada 1s ease-out;
}
#basic a{
	color:#00ffff;
}

/**********************INGENIERIA***********************/
#ingenieria>section{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	z-index: 500;
}

#ingenieria #ingesub_menu{
	position: absolute;
	right: 0px;
	top: 130px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 500;
}
#ingenieria #ingesub_menu>li{
	float:left;
	font-size: 0.8em;
}
#ingenieria #ingesub_menu a{
	display: block;
	padding-left:12px;
	padding-right:12px;
	padding-top:7px;
	padding-bottom:7px;
	cursor: pointer;
}
#ingenieria #ingesub_menu a:link, #ingenieria #ingesub_menu a:visited{
	color:#fff;
}
#ingenieria #ingesub_menu a:hover{
	color:#fff;
	border-bottom: 5px solid #55b9ff;
	text-shadow:none;
}
#ingenieria #ingesub_menu .submnactive>a{
	color:#fff;
	border-bottom: 5px solid #55b9ff;
	text-shadow:none;
}
#ingenieria h1{
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.6);
	font-size: 4em;
	animation: txtentrada 1s ease-out;
}
#ingenieria h2{
	font-size: 0.9em;
	margin-top: -30px;
	animation: txtentrada 1s ease-out;
}

#ingenieria article{
	top:8%;
}
#ingenieria div.fondo_articulo{
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	width: 350px;
	min-height: 100vh;
	position: relative;
	padding:10px;
	padding-top:82px;
	margin-left: 5px;
}
#ingenieria h3{
	border-bottom: 2px solid #55b9ff;
	margin-top:20px;
	animation: txtentrada 1s ease-out;
	font-size: 2em;
}
#ingenieria p{
	bottom: 0px;
	font-size: 1em;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.6);
	position: absolute;
	animation: txtentrada 1s ease-out;
}
#ingenieria .ing_cont>ul{
	font-size: 1em;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.6);
	animation: txtentrada 1s ease-out;
}
#ingenieria .ing_cont>ul>li{
	margin-top:8px;
}

/*****************CLIENTES***************/
@keyframes anim_cliente_detalle {
	0%   {right: -800px;}
	100% {right:;}
}
@keyframes anim_cliente_box {
	0%   {top: 800px;}
	100% {top:;}
}

main#clientes{
	position: relative;
}

#clientesbg{
	position: fixed;
	background-image: url(assets/images/fondo_clientes.jpg);
	background-size: cover;
	background-position: center;
	width:100%;
	height:100vh;
}
#clientes>section{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	top:80px;
	max-width:1050px;
}
#clientes article{
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	width:35%;
	max-width: 350px;
	height: 100vh;
	position: fixed;
	right:7.5%;
	padding:10px;
	margin-left: 5px;
	overflow: hidden;
	display:block;
	top:0px;
	padding-top:105px;
}

#cliente_detalle img{
	max-width: 100%;
}
#clientes .box{
	display: none;
	font-size: 0.8em;
	margin: 0 4%;
	animation: anim_cliente_box 1s ease-out;
}
#clientes .box.showinfo{
	display: block;
	animation: txtentrada 1s ease-out;
}

.clientlogo{
	filter: opacity(80%);
}

.clientlogo:hover{
	filter: opacity(100%);
}

#clientes h1{
	text-shadow:2px 2px 0px rgba(0, 0, 0, 0.5);
/*	animation: txtentrada 1s ease-out; */
}
#clientes h2{
	margin-top:-30px;
}
.lista_clientes{

}
#clientes_logos{
	width: 62%;
	overflow: hidden;
	margin-bottom:30px;
	margin-bottom: 60px;
}
#clientes .img_cliente{
	float:left;
	margin:10px;
	cursor:pointer;
}

/* int1.css */

#wrap{
	z-index:10;
	position:relative;
}
#fondo_sitio{
	position:absolute;
	top:176px;
	background:url(assets/images/divcenter_fondo.jpg) no-repeat top center;
	height:324px;
	width:100%;
	z-index:1;
}
/****************/
#center{
	margin-top:50px;
	padding:10px;
	padding-top:90px;
	width:830px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #aaa;
	box-shadow:#000 0px 0px 5px;
	border-radius:5px;
}
#center.quienes{
	background:url(assets/images/quienes_fondo.jpg) no-repeat center top #efefef;
}
#center.servicios{
	background:url(assets/images/servicios_fondo.jpg) no-repeat center top #efefef;
	padding-top:80px;
}
#center.clientes{
	background:url(assets/images/clientes_fondo.jpg) center top repeat-y #efefef;
	padding-top:10px;
}
#center.contacto{
	background:url(assets/images/contacto_fondo.jpg) no-repeat center top #efefef;
}
/******************/
#box1{
	width:340px;
	padding:10px;
	background-color: rgba(0, 0, 0, 0.4);
	border:1px solid #999;
	border-radius:5px;
	margin-bottom:10px;
}
#box1.descrip{
	float:left;
	width:370px;
	margin:10px;
	margin-top:45px;
}
.box2_contenedor{
	display:table-cell;
}
#box2{
	float:left;
	padding:10px;
	background-color: rgba(255, 255, 255, 0.4);
	border:1px dotted #999;
	border-radius:5px;
	margin:10px;
	color:#666;
}
#box2.servicios{
	width:370px;
	height:150px;
}
#box2 img{
	float:right;
	border-radius:5px;
	border:1px solid #999;
	margin:3px;
	box-shadow:#999 0px 0px 3px;
}
#box2 li{
	list-style-image:url(../images/li_v1.png);
	margin-left:20px;
}
#box2.clientes{
	width:370px;
	/*height:300px;*/
	float:left;

}
#box2.clientes img{
	float:none;
}
#box2 .img_cliente{
	text-align:center;
	margin-bottom:10px;
}
#box3{
	width:380px;
	height:240px;
	padding:10px;
	background-color: rgba(255, 255, 255, 0.4);
	border:1px solid #999;
	border-radius:5px;
	box-shadow:#999 0px 0px 5px;
	margin-bottom:10px;
	margin-left:410px;
	font-size:14px;
	color:#666;

}
#box3 .cont_datos{
	border-left:1px solid #06F;
	padding-left:5px;
}
/******************/
#footer{
	bottom:0px;
	background:url(../images/fondo_menusup.png) no-repeat bottom center;
	height:100px;
	color:#666;
	font-size:11px;
	margin-top:2px;
}
#footer a:link, #footer a:visited{
	color:#F30;
}
#footer a:hover{
	color:#F90;
}
#footer p{
	padding-top:10px;
	text-align:right;
}
#footer_cont{
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	width:800px;
}

body.error404 section.error-404{
	padding-top:100px;
}

e{
	padding-top:100px;
	position:absolute;
}

/*** DESCARGAS ***/
#basic p.downloads{
	text-align:center;
	margin-left:0;
	padding-top:20px;
	margin-top: 20px;
}
#basic p.downloads a{
	color:#fff;
	display:block;
	padding:1px;
	font-size:1.5em;
}
#basic p.downloads a:hover{
	color:#fff;
	text-shadow:0px 0px 5px #ffffff;
	border: 1px dotted #fff;
	padding:0;
}

/*
 *
 * Tablets
 *
 */

@media screen and (min-width: 1190px)and (max-width: 1270px){
	#menu_sup>ul{
		font-size: 0.9em;
	}
}

@media screen and (min-width: 1080px)and (max-width: 1189px){
	#menu_sup>ul{
		font-size: 0.75em;
	}
}

/* From this resolution and below: Burger Menu! */
@media screen and (max-width: 1079px) {
	
	body:before { /* http://codepen.io/mherchel/pen/gbygBd */
	  content: "burgermenu";
	  display: none;
	}
	
	/* MENU */
	#menu_sup{
		display:none; /* Visibility also handled in JS*/
	}
	#menu_sup>ul{
		font-size: 1em;
		position:fixed;
		top:82px;
		right:0px;
		max-width:181px;
	}
	#menu_sup>ul>li>a{
		line-height:normal;
	}
	#menu_sup>ul>li{
		float: none;
		background-color:#fff;
	}
	body.logged-in #menu_sup > ul > li > a:link, #menu_sup > ul > li > a{
		height:auto;
		padding: 4px 7px;
	}
	
	/* BURGER MENU BUTTON */
	div.btn_mn{
		display:block;
		position:fixed;
		right: 0;
		color:#0072ff;
		padding: 30px 7px 30px 7px;
	}
	div.btn_mn:hover{
		cursor:pointer;
		color:#ffffff;
		background-color:#237fcc;
	}
	body.logged-in div.btn_mn{
		padding: 44px 7px 15px 7px;
	}
	
	/* INGENIERIA */
	#ingenieria #ingesub_menu {
		/*
		right: auto;
		left: 0px;
		*/
		top: 83px;
	}
	
	#ingenieria div.fondo_articulo {
		position: relative;
		padding: 10px;
		padding-top: 100px;
		margin-left: 5px;
	}
	#ingenieria #ingesub_menu .submnactive > a {
		border:none;
		background-color:#55b9ff;
	}
	#ingenieria #ingesub_menu a:hover{
		border:none;
		background-color:#55b9ff;
	}
	#ingenieria div.fondo_articulo{
		height:auto;
		min-height:100vh;
	}
	
	#quienes>section{
		width: 100%;
		max-height: none;
	}
	#quienes article{
		animation:none;
	}
	
}

@media screen and (max-width: 782px) {
	body.logged-in div.btn_mn{
		/* padding: 51px 10px 9px 10px; */
	}
	
	div.logo, div.logo.ito {
		margin: 0;
		/* height: 66px; */
	}
	header.menu_header{
		height: 66px;
	}
	#menu_sup > ul {
		top: 66px;
	}
	body.logged-in #menu_sup > ul {
		top: 107px;
	}
	
	body.logged-in header.menu_header{
		top: 46px;
	}
	
	#ingenieria .ing_cont{
		padding-bottom: 0;
	}
	#basic p:last-child{
		padding-bottom:0;
	}
	
	/* BURGER MENU */
	div.btn_mn {
		padding: 22px 10px 22px 10px;
	}
	body.logged-in div.btn_mn {
		padding: 25px 10px 18px 10px;
	}
	
	/* SLIDER */
	#selectores{
		bottom: 7px;
	}
	
	/* footer */
	footer{
		display:none;
	}
	/* 
	footer{
		position:fixed;
		height:auto;
	}
	footer .copyright{
		top:0;
		float: none;
	}
	footer .logos_socios{
		display:none;
	}
	.clant{
		display:none;
	}
	*/
}
@media screen and (max-width: 662px) {
	
	body{
		height:auto;
	}
	
	/* inicio */
	
	#slider .slider-caption {
		left: 0;
		width: 100%;
		padding-top: 50px;
	}
	
	#selectores {
		bottom: 0px;
		margin:0 auto;
		left: 50%;
		width: auto;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
	}
	
	#slider article.s_elemento{
		min-height: 100%;
		height: 100%;
	}
	
	/* Quienes somos */
	main{
		height: auto;
	}
	#logos_socios {
		margin-bottom: 100px;
	}
	#quienes > section {
		width: 100%;
	}
	#quienes article.empresa {
		height: auto;
	}	
	/* contacto, descargas*/
	#basic > section {
		width: 100%;
	}
	#basic article {
		height: auto;
		min-height: 100vh;
		padding-top: 10px;
		margin: 0 auto;
	}
	#basic p {
		margin-top: 20px;
	}
	#basic h1 {
		margin-top: 60px;
	}
	
	/* ingenieria */
	#ingenieria h1 {
		font-size: 2.5em;
	}
	#ingenieria > section {
		width: 100%;
	}
	#ingenieria article {
		top: 0;
	}
	#ingenieria div.fondo_articulo {
		width: 100%;
		max-width:350px;
	}
	main > section .fondo_articulo h1 {
		margin-top: 66px;
	}
	
	/* clientes */
	main#clientes{
		position:relative;
		overflow:inherit;
	}
	#clientes > section {
		padding-top: 80px;
		top:0;
	}
	
	#clientes article#cliente_detalle{
		display:none;
	}
	main > section #clientes_logos h1 {
		margin-top: 0px;
	}
	#clientes_logos{
		width: 100%;
		margin-bottom:0;
	}
	#clientes .img_cliente {
		max-width: 47%;
		margin: 0.5% 1.5%;
	}
	#clientes .img_cliente img{
		max-width: 100%;
	}
	.clientlogo{
		filter: opacity(100%);
	}
}
