@media only screen and (min-width: 768px) {
	#contenedor {
		width: 75%;
		margin: auto;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#clientes_grid {
		grid-template-columns: 33.3% 33.3% 33.3%;
		width: 75%;
		margin: auto;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#clientes_grid img {
		width: 90%;
		margin-left: 5%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	/* Contacto */
	#contacto_grid {
		font-weight: 300;
		grid-template-columns: 40% 60%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#contacto_grid p {
		padding-right: 30px !important;
	}
}
@media only screen and (min-width: 1024px) {
	#contenedor {
		max-width: 800px;
		margin: auto;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#clientes_grid {
		max-width: 800px;
		margin: auto;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#clientes_grid img {
		width: 80%;
		margin-left: 10%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.logo {
		position: relative;
		width: 35%;
		top: 40px;
		margin-bottom: 80px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	/* Contacto */
	#contacto_grid {
		max-width: 800px;
		margin: auto;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
}
@media only screen and (min-width: 1366px) {
	#contenedor {
		max-width: 900px;
		margin: auto;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#espacio {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	/* Clientes */
	#cliente_txt {
		font-size: 11rem;
		line-height: 6rem;
		margin-bottom: 30px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;

	}
	#cliente_txt span {
		font-size: 17rem;
	}
	#cliente_txt i {
		color: #E90E49;
		font-size: 6rem;
	}
	#clientes_grid {
		max-width: 900px;
		margin: auto;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#clientes_grid img {
		width: 70%;
		margin-left: 15%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	/* Contacto */
	#contacto_grid {
		max-width: 900px;
		grid-template-columns: 40% 60%;
		margin: auto;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#contacto_grid p {
		padding-right: 50px !important;
	}
	.cd-stretchy-nav {
		/* right: 25%; */
	}
}
