/* CONTATO */
#contato { margin: 0 auto; width: 100%; height: auto; text-align: left; }
#contato .dados { width: 35%; display: inline-block; vertical-align: top; padding: 56px 0px 30px 0px; }
#contato .dados .local { font-size: 15px; font-family: 'Roboto'; padding-top: 14px; font-weight: 300; color: #000000; text-align: left; padding-bottom: 20px; }
#contato .dados .local p { font-size: 24px; line-height: 24px; font-weight: 200; text-align: left; width: 100%; text-transform: uppercase; padding-bottom: 10px; }
#contato .dados #mapa { max-width:100%; height:500px; position: relative; }

#contato .formulario { width: 50%; display: inline-block; vertical-align: top; text-align: left; height: auto; color: #000000; font-size: 15px; font-family: 'Roboto'; font-weight: 400; line-height: 20px; margin: 0px; padding: 40px 14% 40px 0px; }
#contato .formulario .linha { width: 100%; height: auto; position: relative; text-align: left; }
#contato .formulario .label { font-size: 15px; font-family: 'Roboto'; padding-top: 14px; font-weight: 300; color: #000000; text-align: left; }
#contato .formulario .campo-contato { background-color: #f4f6f8; width: 94%; text-align: left; padding: 9px 3%; height: 20px; font-size: 15px; font-family: 'Roboto'; font-weight: 300; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#contato .formulario .campo-contato:focus { -webkit-box-shadow: 0px 0px 20px 0px rgba(0,21,89,0.15); -moz-box-shadow: 0px 0px 20px 0px rgba(0,21,89,0.15); box-shadow: 0px 0px 20px 0px rgba(0,21,89,0.15); background-color: #ffffff; }
#contato .formulario .colunas { width: 47%; display: inline-block; vertical-align: top; text-align: left; margin-right: 4%; }
#contato .formulario .colunas_esquerda { width: 47%; float: right; text-align: right; }
#contato .formulario textarea.campo-contato { padding: 20px 3%; }
#contato .formulario select { width: 100%; padding: 10px 3%; height: auto !important; margin-bottom: 5px; }
#contato .formulario .botao-contato { cursor: pointer; display: inline-block; margin: 15px 0px; position: relative; clear: both; padding: 15px 20px; color: #ffffff; font-family: 'Roboto'; font-size: 20px; line-height: 20px; font-weight: 100; text-transform: uppercase; background: rgb(140,213,11); background: -moz-linear-gradient(90deg, rgba(140,213,11,1) 0%, rgba(102,159,0,1) 100%); background: -webkit-linear-gradient(90deg, rgba(140,213,11,1) 0%, rgba(102,159,0,1) 100%); background: linear-gradient(90deg, rgba(140,213,11,1) 0%, rgba(102,159,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8cd50b",endColorstr="#669f00",GradientType=1); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden; overflow:hidden; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#contato .formulario .botao-contato:hover { padding: 15px 24px; }

@media screen and (max-width: 670px) {
	#contato .dados { display: none; width: 96%;margin: 0 auto; }
	#contato .dados #mapa { max-width:100%; height:250px; }

	#contato .formulario { width: 96%; text-align: justify; height: auto; float: none; color: #000000; font-size: 15px; font-family: 'Roboto'; font-weight: 400; line-height: 20px; font-style: italic; padding: 0px 0px 0px 0px; border-left:#e0e4e3 0px solid; margin: 0 auto; }
	#contato .formulario .campo-contato { width: 95%; text-align: left; padding: 3px; height: 20px; font-size: 15px; font-family: 'Roboto'; font-weight: 400; }
}