@charset "utf-8";
/* CSS Document */

section{
	width: 100%;
	margin-bottom: 0px;
	
	}

#sliders_clientes{
	width: 100%;
	height: 700px;
	text-align: center;
	margin: auto;
    margin-top: 100px;
	padding-top: 0px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;		
	display: block;	
	background-color:rgba(255,255,255,1.00);
		}

	#sliders_clientes .espacios{
	
	width: 100%;
	height: auto;
	padding-top: 20px;
}


#sliders_clientes .espacios h4{
	font-size: 40px;
	text-align: center;
	
	margin-bottom: 0px;
	color: rgba(0,0,0,1.00);
	font-family: 'Dosis', sans-serif;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 200;
	margin-top: -300px;

	
}




#sliders_clientes .slider_2{
	text-align: center;
	margin-top: 60px;
	height: auto;
	display: none;
	
	}

#sliders_clientes .slider_movil{
	text-align: center;
	margin-top: -130px;
	width: 100%;
	height: auto;
	
	
	}


/*======================================================================
======================================================================*/
@media all and (min-width:1024px) {


#sliders_clientes{
	width: 100%;
	height: 540px;
	text-align: center;
	margin: auto;
    margin-top: 50px;
	padding-top: 0px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;		
	display: block;
background-color:rgba(255,255,255,1.00);
	
		}

	#sliders_clientes .espacios{
	
	width: 100%;
	height: auto;
	padding-top: 50px;
}
	
	#sliders_clientes .espacios h4{
	font-size: 40px;
	text-align: center;
	
	margin-bottom: 0px;
	color: rgba(0,0,0,1.00);
    font-family: 'Dosis', sans-serif;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 200; 
	margin-top: 50px;	

}
	
	
	
#sliders_clientes .slider_2{
	text-align: center;
	margin-top: 60px;
	height: auto;
	display: block;
	
	}

#sliders_clientes .slider_movil{
	text-align: center;
	margin-top: 95px;
	width: 100%;
	height: auto;
	
	display: none;
	}

	
}
	