@media only screen and (max-width: 1000px){
	}
@media only screen and (min-width: 480px) and (max-width: 768px){
	
	.parallax section{
	height: auto !important;
	min-height: 400px;
	}
}

@media only screen and (max-width: 480px){
	
	.parallax section{
	height: auto !important;
	min-height: 400px;
	}
}

.img-logo-clientes{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}

.img-logo-clientes:hover{
	/*
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	*/
}

.wpb_wrapper p{
	margin-bottom:20px;
	color:#000;
	font-size:12pt;
}
.wpb_wrapper h2{
	margin-bottom:20px;
	color:#ff7800;
	font-size:18pt;
}