body,
html {
	height: 100%;
	width: 100%;
}
body {
  	font-family: 'opensans_regular',Arial,Helvetica,sans-serif;
}
::-webkit-scrollbar { width: 8px;  }/* largura da barra */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }
a:hover,
a:focus {
    text-decoration: none;
    color: #272845;
}
.erros {
	height: auto;
	width:500px;
	margin-left:100px;
	margin-top:10px;
	font-size:18px;
	color:#5B646A;
}
.ops {
	font-size:90px;
	color:#5B646A;
	font-weight:bold;
	text-align:center;
}
hr {
  border-color: #F05F40;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #80B837;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'opensans_regular',Arial,Helvetica,sans-serif;
}
.img_bg, .maps{
	width:100%;
	height:auto;
}
#map {
    position: relative;
    width: 100%;
    height: 400px;
}

@media screen and (min-width: 1400px) {
.fb_link{
	height:200px;
	min-width:700px;
	position:relative;
	margin-top:-200px;
}
}
@media screen and (max-width: 1400px) {
.fb_link{
	height:150px;
	min-width:400px;
	position:relative;
	margin-top:-150px;
}
@media screen and (max-width: 991px) {
.fb_link{
	height:150px;
	min-width:400px;
	position:relative;
	margin-top:-150px;
}
}
@media screen and (max-width: 768px) {
.fb_link{
	height:100px;
	min-width:250px;
	position:relative;
	margin-top:-100px;
}
}
@media screen and (max-width: 480px) {
.fb_link{
	height:80px;
	min-width:150px;
	position:relative;
	margin-top:-80px;
}
}