@charset "utf-8";
/* CSS Document */
.formulario{
	float: left;
	width: 55%;
	height: auto;
	margin-right: 5%;
}
@media (max-width: 767px) {
.formulario{
	width: 100%;
	margin-right: 0%;
}
}
.formulario-telefones{
	float: left;
	width: 40%;
	height: auto;
}
@media (max-width: 767px) {
.formulario-telefones{
	width: 55%;
	margin-right: 0%;
	margin-top: 50px;
}
}
@media (max-width: 620px) {
.formulario-telefones{
	width: 100%;
	margin-right: 0%;
	margin-top: 50px;
}
}
.texto-formulario{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 34px;
	color: #000;
	white-space: normal;
	margin-bottom: -5px;
	height: auto;
	padding-left: 7px;
}
@media (max-width: 410px) {
.texto-formulario{
	font-size: 13px;
}
}
.titulo-formulario{
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 34px;
	letter-spacing: 2px;
	margin-bottom: -5px;
	color: #007DF0;
	padding-left: 7px;
}
@media (max-width: 1023px) {
.titulo-formulario{
	font-size: 22px;
}
}
@media (max-width: 600px) {
.titulo-formulario{
	font-size: 22px;
}
}
@media (max-width: 410px) {
.titulo-formulario{
	font-size: 16.5px;
	line-height: 24px;
}
}
.formulario input[type="text"],
.formulario textarea,
.formulario select 
{
	font-size: 17px;
	line-height: 32px;
	color: #000;
	outline: none;
	display: block;
	padding: 7px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin-top: 15px;
	background: transparent;
	height: 45px;
	width: 100%;
}
#assunto_form {
	font-size: 17px;
	line-height: 32px;
	color: #A5A5A5;
	outline: none;
	display: block;
	width: 100%;
	padding-left: 2px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin-top: 15px;
	height: 45px;
}
.formulario textarea{
    resize:none;
    overflow: hidden;
}
#envia_mensagem {
	float: left;
	width: 250px;
	height: auto;
	border-radius: 3px;
	font-size: 21px;
	color: #FFF;
	background-color: #09F;
	text-align: center;
	margin-top: 15px;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}