/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
	margin:0;
	font-family: 'verdana', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#363636;
	/*background-color: rgb(240,240,240);*/
}

.cabecalho {
	width: 100%;
	clear: both;
	padding-bottom: 40px;
	background-color: white;
}

.cabecalho_centralizado {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding-top: 40px;
}

.logotipo {
	float: left;
	padding-left: 25px;
	width: 50%;
}

.logotipo img {
	width: 85%;
}

.telefone {
text-align: right;
padding-right: 25px;
}

.telefone img {
	width: 30px;
	vertical-align: middle;
}

.tel_pequeno {
	font-size: 0.9em;
}

.tel_grande {
	font-size: 1.5em;
}

.menu {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	padding-right: 25px;
}

@media (max-width:794px) {
.logotipo { 
width: 75%;
}
.menu {
clear:both;
padding-top: 20px;
text-align: left;
display: none;
}
}

.menu ul {
	list-style-type: none;
}

.menu ul a{
text-decoration: none;
}

.menu ul li{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 1.3em;
	/*border-bottom:4px solid #8ed4ab;*/
}

@media (max-width:794px) {
.menu ul li{
	float: unset;
	font-size: 1.1em;
	border-top:1px solid rgb(240,240,240);
}
}

@media (min-width:794px) {
.menu ul li:hover{
	border-bottom: 4px solid #8ed4ab;
	color:#8ed4ab;
}
}

.imagemPrincipal {
	clear: both;
	width: 100%;

	/*box-shadow: 0 0 1em #555555;*/
}

.imagemPrincipal img {
	width: 100%;
}

.servicos, .bem_vindo, .localizacao {
	width: 100%;
	clear: both;
	padding-bottom: 40px;
}

.servicos_centralizado, .bem_vindo_centralizado, .localizacao_centralizado {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}

.tituloBemVindo {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
}

.corpoBemvindo img {
	height: 180px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	padding-left: 25px;
}

@media (max-width:794px) {
.corpoBemvindo img {
float: unset;
display: block;
margin: auto;
padding-left: 0px;
}
}

.corpoBemvindo p {
	text-align: justify;
	padding-right: 25px;
	padding-top: 5px;
}

@media (max-width:794px) {
.corpoBemvindo p {
padding-left: 25px;
padding-top: 25px;
}
}

.corpoBemvindo p + p {
	margin-top: 15px;
}

@media (max-width:794px) {
.corpoBemvindo p + p {
padding-top: unset;
}
}

.servicos {
	padding-top: 40px;
	/*background-color: #efedde;*/
	background-color: rgb(240,240,240);
}

.tituloServicos {
	text-align: center;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}

.bloco_unico {
	width: 28%;
	margin-top: 40px;
	margin-left: 1.5%;
	margin-right: 1.5%;
	float: left;
	background-color: white;
	padding: 10px;
}

@media (max-width:794px) {
.bloco_unico {
float: unset;
width: 45%;
margin: auto;
display: block;
margin-top: 20px;
}
}

@media (max-width:564px) {
.bloco_unico {
width: 75%;
}
}

.bloco_unico img{
	width: 100%;
}

.titulo_bloco {
	display: block;
	text-align: center;
	margin-top: 15px;
}

.bloco_button {
	clear: both;
	padding-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.button {
	padding: 15px;
	text-transform: uppercase;
	border-radius: 7px;
	background-image: linear-gradient( to top, #02913e, #4ec37f );
	border:none;
	color:white;
	cursor:pointer;
	/*box-shadow: 0 0 1em #737574;*/
}

.bloco_button a {
	text-decoration: none;
	color: unset;
}
.localizacao {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #555555;
}

.local_direito, .local_esquerdo {
	float: left;
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

@media (max-width:794px) {
.local_direito, .local_esquerdo {
float: unset;
width: 75%;
margin: auto;
padding-top: 20px;
}
}

.titulo_local {
		color:white;
		text-transform: uppercase;
		font-size: 1.4em;
}

.titulo_local_1 {
	font-size: 1.2em;
	color:white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mapa {
	background-color: white;
	width: 100%;
	height: 300px;
	margin-top: 10px;
}

.info_contato {
	margin-top: 7px;
	margin-bottom: 7px;
}

.info_contato img {
	width: 20px;
	vertical-align: middle;
	margin-right: 15px;
}

.cores_contato {
	/*color: #d12825;*/
	color:rgb(144,238,144);
	/*text-shadow: 1px 1px 1px #fff;
	font-weight: bold;*/
}

.texto_branco {
	color:white;
}

.rodape {
	clear: both;
	padding: 40px;
	background-color: #292929;
	color: white;
}

.subir {
	position: fixed;
	right: 0px;
	bottom:50px;
	width: 50px;
	height: 50px;
	opacity: 0.7;
	background-color: #d12825;
	display: none
}

.titulo_pagina {
	padding:25px;
	background-color:#02913E;
	color:white;
	text-transform: uppercase;
	text-align: center;
	font-size: 2em;
}

.corpo_contato {
	width: 100%;
}

.corpo_contato_centralizado {
	max-width: 1100px;
	margin: auto;
	padding: 50px;
}

.formulario {
	max-width: 80%;
	margin: auto;
}

@media (max-width:794px) {
.formulario {
max-width: 95%;
}
}

.formulario p {
	margin-bottom: 20px;
}

.input, .textarea {
	display: block;
	margin-bottom: 15px;
	margin-top: 7px;
	width: 80%;
	padding: 7px;
	border:1px solid #DFDEDE;
}

@media (max-width:794px) {
.input, .textarea {
width: 100%;
}
}

.textarea {
	height:150px;
}

.button, .bt {
	padding: 7px;
	text-transform: uppercase;
	border-radius: 4px;
	background-image: linear-gradient( to top, #02913e, #4ec37f );
	border:none;
	color:white;
	cursor:pointer;
	/*box-shadow: 0 0 1em #737574;*/
}

.bloco_servico {
	padding-left: 1.5%;
	padding-left: 1.5%;
	width: 46%;
	float: left;
	margin-bottom: 20px;
}

@media (max-width:794px) {
.bloco_servico {
	width: 75%;
	float: unset;
	margin: auto;
	margin-bottom: 20px;
}
}

.titulo_servico {
	font-size: 1.2em;
	padding-bottom: 20px;
}

.float {
	clear: both;
	padding-bottom: 30px;
}

.info_servico {
	text-align: justify;
}

.sucess {
	display: block;
	padding-top: 20px;
	font-weight: bold;
	color: green;
}

.errors {
	display: block;
	padding-top: 20px;
	font-weight: bold;
	color: red;
}

.bt_menu_cel {
	float: right;
	margin-right: 20px;
}

.bt_menu_cel img{
cursor: pointer;
}

@media (min-width:794px) {
.bt_menu_cel {
	display: none;
}
}