/* 

	Laranja: f16522
	Cinza: 4d4d4d
	Cinza Dark: 333333
	Cinza Darker: 1a1a1a
	Preto: 111111


*/

/* Small only */
@media screen and (max-width: 39.9375em) {

	.logo-wrapper {
		text-align: center;
	}
	
	.header {
		/* background: #666666; */
		min-height: 250px;
		transition: 1s min-height;
	}
	
	.footer-columns .store-card {
		margin-top: 30px;
	}
	
	.footer {
		padding-top: 0px;
	}
	
	.footer .footer-columns .menu a {
		font-size: 1rem;
		padding: 5px 0px;
	}
	
	.footer h3 {
		margin-top: 10px;
		padding-top: 30px;
		border-top: 1px solid #666;
	}
	
	.footer-columns .store-card h3 {
		margin-top: 0px;
		padding-top: 0px;
		border-top: 0px;
	}
	
	.footer .menu-aux {
		font-size: 0.9rem;
		padding-top: 10px;
	}
	
	.left-col { padding-right: 10px; border-right: 0px; }
	.right-col { padding-left: 10px; }
	
	.header .big-link {
		height: 150px;
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.logo-wrapper {
		text-align: left;
	}
	
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	

	.footer-columns .store-card {
		margin-top: 30px;
	}
	.footer h3 {
		margin-top: 10px;
	}
	
	.left-col { padding-right: 10px; border-right: 0px; }
	.right-col { padding-left: 10px; }
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}