@charset "UTF-8";

body {
	font-family: sans-serif;
	font-size:20px;
	color: rgba(0,0,0,0.74)
}

h1 {
	font-size:24px;
	text-transform: uppercase;
	margin: 28px 0px;
}

.header {
	background-image: url("../img/header_background.jpg");
	background-size: cover;
	background-position: center;
}

.header_center {
	background-color: rgba(0, 0, 0, 0.7);
	margin: 10vw 0px;
	width: 560px;
}

.header_center img {
	min-width: 30px;
}

.footer {
	font-size: 14px;
	background-color: rgba(0,0,0,0.74);
	color: rgba(255,255,255,0.75);
}

.solucoes {
	font-size: 18px;
}

@media (max-width: 560px) {
	
	body {
		font-size:18px;
	}

	h1 {
		font-size:22px;
	}
	
	.header_center {
		width: 100%;
		margin: 16vw 0px
	}
}
