/* CSS Document */


/* Home distribuidores*/

.text-center {
	text-align: center;
}

#distribuidores .contentInfo {
	width:1050px;
	margin:0 auto;
	padding-bottom:50px;
}


#distribuidores .contentInfo .txt {
	font-family: 'Quicksand', sans-serif;
	width:960px;
	margin:0 auto;
	margin-top:30px;
	font-size:16px;
	line-height:24px;
	color:#000;
}

#distribuidores .titulo-img {
	width: 915px;
	margin-top: 20px;
}

#distribuidores .boton-img {
	width: 700px;
	margin-bottom: 65px;
}






/*MEDIA QUERIES // RESPONSIVE ---------------------------------------------*/



/*1024*/
@media screen and (max-width: 1050px) {

#distribuidores .contentInfo {
	width:90%;
	margin:0 auto;
}

#distribuidores .contentInfo .txt {
	width:90%;
	font-size:16px;
	line-height:24px;
}

#distribuidores .titulo-img {
	width: 700px;
}

#distribuidores .boton-img {
	width: 500px;
	margin-bottom: 65px;
}




} 




/*--------------------------------------------------------------------*/



/*768*/
@media screen and (max-width: 980px) {
	
	
#distribuidores .titulo-img {
	width: 600px;
}

#distribuidores .boton-img {
	width: 500px;
	margin-bottom: 65px;
}
	
	
}



/*--------------------------------------------------------------------*/



/*640*/
@media screen and (max-width: 700px) {

#distribuidores .titulo-img {
	width: 500px;
}

#distribuidores .boton-img {
	width: 430px;
	margin-bottom: 35px;
}
	
}



/*--------------------------------------------------------------------*/




/*480*/
@media screen and (max-width: 600px) {
		
#distribuidores .titulo-img {
	width: 340px;
}

#distribuidores .boton-img {
	width: 340px;
	margin-bottom: 35px;
}	

}




/*--------------------------------------------------------------------*/



/*320*/
@media screen and (max-width: 400px) {
	
	
#distribuidores .titulo-img {
	width: 300px;
}

#distribuidores .boton-img {
	width: 300px;
	margin-bottom: 35px;
}
	
	
}