@media (max-width:640px) {
	.default-slider {
		height: 250px !important;
	}
	.cta-pedido { border-radius: 0; bottom: 0; right: 0; width: 100%;padding: 16px; }
	.cta-pedido p{ display: inline-block; }
	.cta-pedido .btn{ display: inline-block;vertical-align: middle;margin: 0 0 0 10px; }
	.cta-pedido br{ display: none; }
}


@media (min-width: 641px) and (max-width: 767px) {
	.default-slider {
		height: 350px !important;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.default-slider {
		height: 400px !important;
	}
}

@media (max-width:992px) {
	section#sobre {
		background: none;
	}
}

