/* FORMULÁRIO */
section { width: 100%; height: auto; padding: 0px; position: relative; }
section .fundobranco { width: 100%; padding: 45px 60px 60px 0px; margin: 0px; height: auto; position: relative; clear: both; background-color: #ffffff; }
section .fundobranco .titulo { padding: 20px 0px 5px 0px; width: 100%; color: #000000; font-size: 18px; font-family: 'Roboto'; font-weight: 400; height: auto; min-height: 35px; line-height: 35px; width: 100%; }
section .fundobranco #formulario { width: 600px; margin: 0px 30px 35px 0px; height: auto; position: relative; display: inline-block; vertical-align: top; }
section .fundobranco #formulario input[type=text],
section .fundobranco #formulario select { position: relative; width: -moz-calc(100% - 40px); width: -webkit-calc(100% - 40px); width: -o-calc(100% - 40px); width: calc(100% - 40px); padding: 3px 20px; height: 50px; color: #5a4a42; background-color: #eaeaea; line-height: 50px; font-size: 12px; letter-spacing: 1px; font-weight: 400; text-align: left; font-family: 'Roboto'; margin: 0px 20px 15px 0px; display: inline-block; vertical-align: top; overflow: hidden; }
section .fundobranco #formulario textarea { position: relative; width: -moz-calc(100% - 40px); width: -webkit-calc(100% - 40px); width: -o-calc(100% - 40px); width: calc(100% - 40px); padding: 15px 20px; height: 130px; color: #5a4a42; background-color: #eaeaea; line-height: 22px; font-size: 12px; letter-spacing: 1px; font-weight: 400; text-align: left; font-family: 'Roboto'; margin: 0px 20px 15px 0px; display: inline-block; vertical-align: top; overflow: hidden; }
section .fundobranco #formulario .botao { position: relative; width: auto; text-transform: uppercase; padding: 13px 22px; height: auto; color: #ffffff; line-height: auto; font-size: 24px; font-weight: 300; text-align: center; font-family: 'Amatic SC'; background-color: #f7941e; display: inline-block; vertical-align: top;overflow: hidden; }
section .fundobranco #formulario .botao:hover { cursor: pointer; background-color: #5a4a42; }
section .fundobranco #formulario .colunas { width: 100%; height: auto; float: none; clear: both; }
section .fundobranco .dados { width: 320px; padding: 0px 0px 10px 30px; margin-bottom: 35px; height: auto; position: relative; border-left: 1px solid #f4f6f8; display: inline-block; vertical-align: top; margin-top: 0px; }
section .fundobranco .dados .tag { width: 100%; font-family: 'Roboto'; color: #000000; text-align: left; font-size: 16px; padding: 0px; font-weight: 600; }
section .fundobranco .dados .tag i { padding-right: 8px; color: #f7941e; width: 17px; height: auto; font-size: 14px; display: inline; }
section .fundobranco .dados .subtag { width: auto; position: relative; clear: both; font-family: 'Roboto'; color: #000000; font-weight: 300; text-align: left; font-size: 14px; padding: 5px 0px 20px 0px; }
section .fundobranco .dados .subtag.fone { padding: 5px 0px 0px 0px !important; }
section .fundobranco .dados .subtag #mapa { width: 100%; height: 300px; margin: 30px 0px 0px 0px; }

@media screen and (max-width: 1150px) {
	section .fundobranco { width: 80%; padding: 45px 5% 20px 5%; margin: 0px 5% 0px 5%; }
	section .fundobranco .titulo { text-align: center; }
	section .fundobranco #formulario { width: 100%; margin: 0 auto; height: auto; text-align: center; position: relative; clear: both; float: none; }
	section .fundobranco #formulario .label { text-align: center; }
	section .fundobranco #formulario input[type=text] { text-align: center; width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); display: inline-block; padding: 0px 10px; }
	section .fundobranco #formulario textarea { text-align: center; height: 100px; padding: 5px 20px; width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); padding: 10px; }
	section .fundobranco #formulario .botao { display: inline-block; clear: both; float: none; margin: 20px auto; }
	section .fundobranco #formulario .colunas { width: 100%; height: auto; float: none; }
	section .fundobranco .dados { width: 94%; padding: 0px 3% 30px 3%; height: auto; position: relative; left: 0px; border: none; margin-left: 0px; margin-top: 20px; }
	section .fundobranco .dados .tag, section .fundobranco .dados .subtag { text-align: center; }
	section .fundobranco .dados .subtag .como-chegar { display: inline-block; }
}