/* CSS Document */

html, body {
	font-family: 'Open Sans', sans-serif;
}

p {
	font-size: 1.3em;
}

.button {
	background-color: #005eea;
}

.button:hover {
	background-color: #004ec4;
}

.row {
	max-width: 80rem;
}

.masthead {
	min-height: 105px;
}

.masthead h2 {
	color: #13ac95;
	font-size: 1.5em;
}

.main_logo {
	margin-top: 28px;
}

.what_we_do {
	margin-top: 43px;
}

.fale_conosco {
	margin-top: 25px;
	float: right;
}

.vitrine {
	background: url(img/vitrine_bg.png) repeat-x;
	height: 480px;
}

.vitrine_img {
	text-align: center;
	float: left;
	width: 40%;
	margin: 0 7% 0 3%;
}

.vitrine_txt {
	float: left;
	width: 40%;
}

.vitrine_txt h2 {
	color: #FFF;
	font-size: 6.5em;
	margin-top: 115px;
}

.vitrine_txt p {
	color: #FFF;
	font-size: 1.3em;
}

.product_display {
	margin-top: 30px;
}

.product_image {
	text-align: right;
}

.product_description h2 {
	font-size: 3em;
}

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
	.product_description h2 {
		margin-top: 100px;
	}
}

footer p {
	font-size: 1em;
	text-align: right;
}
	