.interna_contato {
	background: url("../img/bg-contato.jpg") no-repeat center;
	background-size: cover;
}

/*Orçamento*/

.contato {
	padding: 40px 0;
}

.contato_form {
	padding-right: 60px;
}

.contato_form label{
	display: block;
	/*font-family: Georgia, "Times New Roman", serif;*/
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 4px;
}

.contato_form input {
	display: block;
	width: 100%;
	/*border: 4px solid #fec63e;
	background: none;*/
	padding: 12px 12px;
	margin-bottom: 10px;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	/*font-family: Georgia, "Times New Roman", serif;*/
}

.contato_form textarea {
	display: block;
	width: 100%;
	height: 320px;
/*	border: 4px solid #fec63e;
	background: none;*/
	padding: 12px 12px;
	margin-bottom: 20px;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	/*font-family: Georgia, "Times New Roman", serif;*/
}

.contato_form button {
	border:none;
	float: right;
}



/*DA PAGINA DE CONTATOS*/
.contato_pagina {
	margin-top: 25px; 
	margin-bottom: 50px;
	float: left;
}

.contato_pagina label{
	display: block;
	/*font-family: Georgia, "Times New Roman", serif;*/
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 4px;
}

.contato_pagina input {
/*	display: block;
	width: 100%; */
	border: none;
	/*background: none;*/
	background-color: #ecedef;
	padding: 12px 12px;
	margin-bottom: 5px;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	/*font-family: Georgia, "Times New Roman", serif;*/
}
.contato_pagina input[type="text"] {
	width: 100%; 
}

.contato_pagina textarea {
	display: block;
	width: 100%;
	height: 320px;
	border: none;
/*	background: none;*/
	background-color: #ecedef;
	padding: 12px 12px;
	margin-bottom: 20px;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	/*font-family: Georgia, "Times New Roman", serif;*/
}

.contato_pagina button {
	border:none;
	display: block;
/*	float: right; */
	padding: 13px 45px;
	margin: 0 auto 30px;
}

.esconder_texto {
	width: 0;
	height: 0;
	visibility: hidden;
}

.seletor button {
	border:none;
	width: 450px;
	display: block;
/*	float: right; */
	padding: 13px 45px;
	margin: 0 auto;
}

.seletor input[type="radio"] {
	visibility: hidden;
}

.seletor_r button {
	border:none;
	width: 100%;
	/*height: 66px;*/
	display: block;
/*	float: right; */
	padding: 13px 30px;
	margin: 0 auto;
}

.seletor_r input[type="radio"] {
	visibility: hidden;
}

.texto_invisivel {
	width: 0;
	height: 0;
	visibility:hidden;
}
.periodo label {
	display: inline-block;
	margin-right: 15px;
}


/**/

.orcamento_dados {
	color: #fff;
}

.contato_dados h3{
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	color: #fec63e;
	font-weight: bold;
}

.contato_dados span {
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", serif;
}

.contato_dados span:nth-of-type(even) {
	margin-bottom: 30px;
}

.contato_dados ul {
	margin-top: 10px;
}

.contato_dados ul li {
	display: inline-block;
	margin-right: 10px;
}

.contato_dados ul li a {
	border: 3px solid #fec63e;
	display: block;
	padding: 10px;
}

.contato_dados ul li a:hover {
	border-color: #000;
}

.contato_mapa {
	margin-bottom: 60px;
}

/* Fieldset */

fieldset {
  
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}