body {
	font-family: 'Merriweather Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Merriweather', serif;
}

header {
	background-color: #542a33;
	display: block;
	position: relative;
}

section, footer {
	padding: 80px 0;
}

.bg-vinho {
	background-color: #542a33;
}

.bg-vinho a, .bg-vinho a:hover, .bg-vinho p, .bg-vinho h2 {
	color: #FFF;
}

.data-header {
    display: block;
    margin-right: 8em;
    margin-top: 1.8em;
}

.before-logo span {
    display: block;
    float: right;
    clear: both;
    color: #FFF;
}

.before-logo span.telefone {
	position: relative;
    font-size: 1.1em;
    font-weight: 700;
}

.before-logo span.email {
    font-size: 0.9em;
    margin-top: 0.4em;
}


.before-logo, .topslider {
	padding: 0;
}

.before-logo {
	height: 115px;
	border-bottom: 5px solid #FFF;
}

.logorbs {
	position: absolute;
	width: 388px;
	top: 40px;
	left: 50%;
	margin-left: -194px;
}

p {
	font-size: 0.95em;
	line-height: 1.8;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: justify;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #542a33;
}	

h2 {
	display: block;
	float: right;
	width: 60%;
	text-align: right;
	color: #542a33;
	font-weight: 700;
	text-decoration: underline;
	font-size: 2em;
	line-height: 1.2;
}

.frase h2 {
	width: 100%;
	float: none;
	font-size: 1.5em;
	text-decoration: none;
	text-align: center;
	line-height: 2;
}

.frase p {
	text-align: center;
	font-size: 1em;
	font-style: italic;
	font-weight: 700;
}

.frase p i, .frase p em {
	display: block;
	clear: both;
}

.frase em {
	font-size: 0.7em;
	font-weight: lighter;
	font-style: normal;
}

.areas-atuacao p {
	padding-bottom: 2em;
}

.areas-atuacao p.lastp {
	padding-bottom: 0;
}

footer {
	background-color: #575757;
}

footer h2, footer p, footer a, footer a:hover,  footer label {
	color: #FFF;
}

footer h2 {
	text-decoration: none;
}

footer input, footer textarea, footer button {
	border-radius: 4px !important;
}

footer button.button {
	background-color: #868585;
	padding: 1.5em 3em;
	font-size: 1.2em;
}

footer button.button:hover, footer button.button:focus {
	background-color: #FFF;
	color: #542a33;
}

footer hr {
	border-color: #868585;
	margin-bottom: 80px;
	margin-top: 80px;
}

footer .data-footer {
	margin-top: 1.5em;
	display: block;
    float: right;
}

footer .data-footer span {
    display: block;
    float: right;
    clear: both;
    color: #FFF;
}

footer .endereco .data-footer {
	float: none;
	margin-bottom: 2em;
}

footer .endereco .data-footer span {
    display: block;
    float: none;
    clear: both;
    color: #FFF;
    text-align: center;
}

footer .data-footer span.telefone {
	position: relative;
    font-size: 1.1em;
    font-weight: 700;
}

footer .data-footer span.email {
    font-size: 0.9em;
    margin-top: 0.4em;
}

i.whats {
	position: absolute;
	width: 20px;
	height: 20px;
	left: -30px;
	top: 3px;
	content: url('/_img/whatsapp.png');
}

@media (min-width: 640px) and (max-width: 815px) {
	h2 {
		width: 80%;
	}
}

@media (max-width: 639px) {

	h1,h2 {
		text-align: center;
	}

	h2 {
		width: 100%;
		font-size: 1.5em;
		float: left;
		padding-bottom: 1em;
	}

	section, footer {
		padding: 40px 0;
	}

	.frase p i {
		display: initial;
	}

	footer .logo-footer {
		text-align: center;
		margin-bottom: 2em;
	}

	footer .endereco p {
		text-align: center;
	}

	.logorbs {
		width: 300px;
		margin-left: -150px;
	}

}