@charset "utf-8";
/* CSS Document */

.sec-contato{
	width: 100vw;
	padding: 12em 0 5em 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 800px){
	.box-popup {
	  width: 90%;
	}
}


