#mensagem-erro {
	display:block;
	width:100%;
	padding:10px;
	margin:auto;
	text-align:center;
	background-color:#F30;
	color:#FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

#mensagem-ok {
	display:block;
	width:100%;
	padding:10px;
	margin:auto;
	text-align:center;
	background-color:#b3f21d;
	color:#333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.medalha { 
	z-index:99;
	float:right;
	margin:10px 15px;
	position:absolute;
	right:15px;
	width:35px;
	height:35px;

}
label {text-align:left; color:#FFF;}
label.error { float: none; color:#FF0; margin: 0 .5em 0 0; vertical-align: top; }

#fh5co-header #fh5co-logo img {
	width:150px;
	height:auto;
}

#anuncio_estado {
	width: 20%;
	margin-bottom: 0px;
}
#anuncio_cidade{
	width: 44%;
	margin-bottom: 0px;
}
#fh5co-header #fh5co-logo {
	top: 80px !important; 
}
#fh5co-hero .fh5co-intro {
	padding-top: 250px !important;
}
@media screen and (max-width: 1200px) {
	#fh5co-header #fh5co-logo img {
		width:150px;
	}
	#buscaindex {
		margin-top:300px;
	}
	#fh5co-hero .fh5co-intro > div .fh5co-left-position {
		width: 95%;
		text-align: center;
		margin: 200px auto;
	}
	#anuncio_estado {
		width: 20%;
		margin-bottom: 0px;
	}
	#anuncio_cidade{
		width: 44%;
		margin-bottom: 0px;
	}
	#fh5co-header #fh5co-logo {
  		top: 80px !important;
	}
	#fh5co-hero .fh5co-intro {
    	padding-top: 250px !important;
    }
}
@media screen and (max-width: 768px) {
	#fh5co-header #fh5co-logo img {
		width:100px;
	}
	#buscaindex {
		margin-top:200px;
	}
	#fh5co-hero .fh5co-intro > div .fh5co-left-position {
		width: 95%;
		text-align: center;
		margin: 140px auto;
	}
	#anuncio_estado {
		width: 100%;
		margin-bottom: 10px;
	}
	#anuncio_cidade{
		width: 100%;
		margin-bottom: 10px;
	}
	#fh5co-header #fh5co-logo {
  		top: 5px !important;
	}
	#fh5co-hero .fh5co-intro {
    	padding-top: 0px !important;
    }
}

@media screen and (max-width: 480px) {
	#fh5co-header #fh5co-logo img {
		width:100px;
	}
	#buscaindex {
		margin-top:inherit;
	}
	#fh5co-hero .fh5co-intro > div .fh5co-left-position {
		width: 95%;
		text-align: center;
		margin: 140px auto;
	}
	#anuncio_estado {
		width: 100%;
		margin-bottom: 10px;
	}
	#anuncio_cidade{
		width: 100%;
		margin-bottom: 10px;
	}
	#fh5co-header #fh5co-logo {
  		top: 5px !important;
	}
	#fh5co-hero .fh5co-intro {
    	padding-top: 0px !important;
    }
}
/*BANNER FLUTUANTE */
#banner_flutuante {
	position:fixed;
	height:auto;
	bottom:0px;
	width:100%;
	display:table;
	z-index:100;
	padding:10px;
	box-sizing:border-box;
	background-color:rgba(227,227,227,0.9);
}
#x_banner_flutuante {
	position:absolute;
	top:15px;
	right:15px;
	padding:4px;
	background-color:rgba(59,89,152,0.9);
	color:#fff;
	border-radius:1px;
	border:1px solid #fff;
	font-size:13px;
	line-height:1;
	cursor:pointer;
}
#x_banner_flutuante:hover {
	color:#C00;
	border:1px solid #C00;
}
#texto_publicidade {
	position:absolute;
	bottom:15px;
	right:15px;
	font-size:10px; 
	color:#1c1c1d;
	float:right; 
	padding:0px; 
	line-height:1;
}
img.imagem_publi {
	float:left;
	margin-right:20px;
}
#banner_flutuante h3 {
	float:left;
	color:#1c1c1d;
	font-weight:400;
	text-decoration:none;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 20px;
}
}
@media screen and (max-width: 1680px) {
	img.imagem_publi {
		height:100px;
		width:auto;
	}
}
@media screen and (max-width: 1280px) {
	img.imagem_publi {
		height:80px;
		width:auto;
	}
}
@media screen and (max-width: 980px) {
	img.imagem_publi {
		height:60px;
		width:auto;
	}
}
@media screen and (max-width: 736px) {
	img.imagem_publi {
		height:60px;
		width:auto;
	}
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #333;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #333;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #333;
}

form {
	font-weight: 600;
}

.whatsapp_button {
			position: fixed !important;
			bottom: 15px !important;
			right: 15px !important;
			width: 250px;
			height: 50px;
			z-index: 200;
			text-align: center;
			opacity: 1;
			-moz-transition: opacity 1s;
			-webkit-transition: opacity 1s;
			-ms-transition: opacity 1s;
			transition: opacity 1s;
		}
		.whatsapp_button:hover {
			opacity:1;
		}
		.whatsapp_button a {
			text-decoration: none;
		}
		.whatsapp_button img {
			width: 250px;
			height: auto;

		}