@font-face {
	src: url(font/greatvibes.otf) ;
	font-family: greatvibes;
}



body {
	background-color: #f7e7e7;
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	width: 100vw;
	color: white;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 0px;
}

interno {
	margin-top: 5em;
	margin-bottom: 10em;
	width: 80%;
	background-color: #dcbcb1;
	color: white;
	border-radius: 20px;
	border: 200px;
	border-color: white;
	box-shadow: 5px 20px 30px -10px #9a9290;
}

header {
	padding: 20px;
}
header img {
	float: left;
}

header h1 {
	position: relative;
	top:-30px;
	margin-left: 2%;
	float: left;
	font-family: greatvibes;
	font-size: 4em;
	font-weight: normal;
	text-shadow: 2px 2px 1px #A3817B;
}

nav ul li {
	position: relative;
	top:1.1em;
	float:right;
	list-style: none;
	border: #dcbcb1 3px solid;
	border-radius: 15px;
	padding: 4px 15px;
	margin-right: 1%;
	text-transform: uppercase;
	font-weight: bold;
	cursor:pointer;
}

nav ul li:hover {
	border-color: #A3817B !important;
}

header hr {
	position: relative;
	top:-2.5em;
	clear:left;
	border: #B69B96 2px solid;
	border-radius: 2px;
	
}




footer {
	position:fixed;
	bottom: 10px;
	padding: 5px 30px;
	background-color: white;
	color:#B69B96;
	border-radius: 20px;
	cursor:pointer;

}

footer :hover {
	background-color: #A3817B;
	color:white;
}



main.somos {
	display:block;
}

main.blog {
	display:none;
}

main.contato {
	display:none;
}












main.somos {
	padding: 0em 10em 10em 10em;
	width: 70%;
	color:#58413D;
	text-align: right;
}

main.somos img {
	float:right;
	margin-left: 30px;
	width: 50%;
	border-radius: 30px;
	margin-bottom: 50px;
}








main.blog {
	padding: 1em 10em;
	width: 70%;
	color:#58413D;
}

main.blog article {
	display:block;
	overflow: auto;
}

article.blog01 {
	text-align: left;
}

article.blog02 {
	text-align: right;
	margin-top: 7em;
}

article.blog01 img {
	float:left;
	margin-right: 30px;
	width: 40%;
}

article.blog02 img {
	float:right;
	margin-left: 30px;
	width: 40%;
}

main.blog article hr {
	border: #B69B96 2px solid;
	border-radius: 2px;
}

main.blog article ul {
	list-style: circle;
	list-style-position: inside;
}















main.contato {
	justify-content: center;
	align-items: center;
	text-align: center;
}

section.contato {
	margin: 0em 3em 5em 0em;
	border: solid 4px #B69B96;
	border-radius: 20px;
	padding: 1em 3em;
}

section.address {
	margin: 0em 0em 5em 3em;
	padding: 6em;
	background-image: url(../img/aquarela1.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #A3817B;
}

section address {
	font-style: normal;
}

address a {
	text-decoration: none;
	color: #A3817B;
}

form input {
	background: none;
	border-bottom:2px solid #B69B96;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 10px;
	width: 25em;
	color: #A3817B;
	margin: 5px;
}

form select {
	background: none;
	border-bottom:2px solid #B69B96;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 10px;
	width: 25em;
	color: #A3817B;
	font-weight: bold;
	margin: 5px;
}

form textarea {
	background: none;
	border:2px solid #B69B96;
	padding: 10px;
	width: 25em;
	color: #A3817B;
	margin: 5px;
}

::-webkit-input-placeholder{
  color: white;
  font-weight: bold;
}

input.botcontato {
	width: 10em;
	border: #A3817B 3px solid;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: bold;
	cursor:pointer;
}

input.botcontato:hover {
	background-color: #A3817B;
	color:white;
}



@media screen and (max-width: 1200px) {
	header h1 {
		font-size: 3.5em;
	}
	header img {
		width: 70px;
	}
}

@media screen and (max-width: 1050px) {
	header h1 {
		font-size: 3em;
	}
	header img {
		width: 50px;
	}
}

@media screen and (max-width: 950px) {
	header h1 {
		font-size: 2em;
		padding-top: 1em;
	}
	header img {
		width: 30px;
		padding-top: 1.5em;

	}
}
