/*
----------------------------------------------------------------
The Cuesta Experience

Copyright 2019 WDE
http://wde.com.br/
----------------------------------------------------------------
*/

@-ms-viewport { width: device-width; }
@viewport { width: device-width; }

/* ----------------------------------------------------- abaixo 1144 */
@media (max-width: 1144px) {
	h1,h2 { width: 380px; }
	h1 { background: transparent url('../img/thecuesta_logo.png') 0 0 / 380px no-repeat; height: 300px; }
	h2 { background: transparent url('../img/thecuesta_slogan.png') 0 0 / 380px no-repeat;height: 55px; }
}

/* ----------------------------------------------------- abaixo 600 */
@media (max-width: 600px) {
	h1,h2 { width: 220px; }
	h1 { background: transparent url('../img/thecuesta_logo.png') 0 0 / 220px no-repeat; height: 174px; }
	h2 { background: transparent url('../img/thecuesta_slogan.png') 0 0 / 220px no-repeat; height: 32px; }
}
