/* 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 0px 35px 0px; height: auto; position: relative; float: right; }
section .fundobranco #formulario .label { width: 100%; font-family: 'Roboto'; color: #000000; font-weight: 300; text-align: left; font-size: 14px; padding: 15px 0px 0px 0px; }
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: #878686; background-color: #ecedef; 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: #878686; background-color: #ecedef; 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: 0px 20px; height: 50px; color: #ffffff; line-height: 50px; font-size: 16px; letter-spacing: 1px; font-weight: 300; text-align: center; font-family: 'Roboto'; background-color: #aa3738; display: inline-block; vertical-align: top; overflow: hidden; }
section .fundobranco #formulario .colunas { width: 100%; height: auto; float: none; clear: both; }

section .fundobranco .arquivo2 { cursor: pointer; width: -moz-calc(100% - 40px); width: -webkit-calc(100% - 40px); width: -o-calc(100% - 40px); width: calc(100% - 40px); background-color: #ecedef; padding: 10px 0px 10px 34px; margin-top: 6px; height: 30px; line-height: 30px; text-align: left; position: relative; overflow: hidden; overflow: hidden; }
section .fundobranco .arquivo2 i { line-height: 30px; color: #888888; font-size: 18px; float: right; padding-right: 12px; }
section .fundobranco .arquivo2 [type=file] { cursor: inherit; display: block; filter: alpha(opacity=0); min-height: 100%; min-width: 100%; opacity: 0; position: absolute; right: 0; text-align: right; top: 0; }

section .fundobranco .dados { width: 320px; padding: 0px 30px 30px 30px; height: auto; max-height: 700px; overflow-x: auto; position: relative; float: left; margin-top: 0px; }
section .fundobranco .dados .vaga { width: 100%; font-family: 'Roboto'; color: #000000; text-align: left; font-size: 13px; line-height: 20px; padding: 15px 0px 20px 0px; font-weight: 300; text-transform: none; }
section .fundobranco .dados .vaga .qual i { padding-right: 8px; color: #000000; width: 25px; height: auto; font-size: 20px; display: inline-block; vertical-align: top; }
section .fundobranco .dados .vaga .qual { width: auto; position: relative; clear: both; font-family: 'Roboto'; color: #000000; font-weight: 600; text-align: left; font-size: 16px; padding: 5px 0px 5px 0px; }

/*SEO*/
h1 { width: 100%; height: auto; padding: 45px 0px; text-align: center; border-top: 1px solid #f4f6f8; background-color: #ffffff; color: #000000; font-size: 18px; font-family: 'Roboto'; line-height: 26px; font-weight: 300; }

@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: 10px; }
	section .fundobranco #formulario textarea { 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; margin-left: 0px; margin-top: 20px; }
	section .fundobranco .dados .vaga, section .fundobranco .dados .subtag { text-align: center; }
	section .fundobranco .dados .subtag .como-chegar { display: inline-block; }
}