html, body{
	font-family: 'Poppins', sans-serif;
}
header{
	background: #ff743d;
	background-size: 100% auto;
	text-align: right;
}
section{
	background: url("../images/bg.jpg") no-repeat center top;
	background-size: cover;
	padding-top: 30px;
}
.mdi{
	position: absolute;top: 1vh;right: 10px;z-index: 99;height: 15vh;
}
.poe{
	color: #3e2f29;
	font-weight: 500;
	font-size: 22px;
	text-align: center
}
h2{
	padding-top: 30px;
	color: #3e2f29;
	font-weight: 700;
	font-size: 38px;
}
h3{
	color: #3e2f29;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 45px;
}
.texto{
	text-align: justify;
	font-size: 16px !important;
}
.texto p{
	font-size: 16px !important;	
}
.texto strong{
	color: #000;
}
p{
	font-size: 14px;
	color: #b0acaa;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
a{
	color: #ff743d;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
}
ul{
	margin: 70px 0 0 0;
	padding: 0;
}
ul li{
	list-style-type: none;
	margin-bottom: 60px;
}
ul li a{
	font-size: 20px;
	line-height: 20px;
  background: none;
  color: #ff743d;
  padding: 0;
  margin-top: 0;
  position: relative;
}
ul li a:hover{
	color: #ff743d;
}

aside{
	margin-top: 50px;
}
aside a{
	background: #ff743d;
	color: #FFF;
	font-size: 20px;
	display: inline-block;
	padding: 25px 60px;
	margin-top: 30px;
	position: relative;
	bottom: 0;
}
aside a:hover{
	color: #FFF;
}
.content{
	background: #FFF;
	margin-top: 50px;
	padding: 70px;
	-webkit-box-shadow: 0px 30px 100px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 30px 100px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 30px 100px 0px rgba(0,0,0,0.3);
}
.ico{
	padding-left: 40px;
}
.ico-mail{
	background: url("../images/ico-mail.png") no-repeat;
}
.ico-phone{
	background: url("../images/ico-phone.png") no-repeat;
}
hr{
	margin-top: 80px;
	border-top: 1px solid #969696; 
}
footer{
	margin: 20px 0;
	text-align: center;
}
footer p{
	margin-top: 35px;
	text-align: center;
}

@media only screen and (min-width: 768px){
	.mdi{
		position: absolute;top: 25px;right: 10px;z-index: 99;height: 150px;
	}
	ul li a.tel{
		pointer-events: none;
	  cursor: default;
	}
	ul li a{
		font-size: 26px;
		position: relative;
	}
	aside a{
		position: absolute;
	}
	footer{
		text-align: left;
	}
	footer p{
		text-align: right;
	}
}