/* Formulário de inscrição */
body { font-family: 'Lato', sans-serif; background: #FFF;  }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.inputMargin { margin-bottom: 15px; }

#topo {}
#topo .barra { padding: 10px 4%; background: rgba(12, 114, 167, 0.7); overflow: hidden; }
#topo .barra .logo { float: left; }
#topo .barra .logo img { height: 60px; }
#topo .barra .duvida { margin: 15px 0px; float: right; }
#topo .barra .duvida svg { width: 30px; height: 30px; }
#topo .barra .duvida button { width: 30px; height: 30px; padding: 0px; border: none; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }

#topo .titulo { margin: 50px 0px 30px; font-weight: 700; font-size: 30px; color: #0C72A7; }

#formulario .form-horizontal label { margin-bottom: 10px; font-weight: 700; color: #0C72A7; }
#formulario .form-horizontal input,
#formulario .form-horizontal select { border-color: #0C72A7; }
#formulario .form-horizontal .btn-info { display: block; width: 200px; height: 50px; margin: 0 auto; font-weight: 700; font-size: 16px; background: #0C72A7; border-color: #0C72A7; }

input.form-control::-webkit-input-placeholder { color: #0C72A7; }
input.form-control:-moz-placeholder { color: #0C72A7; }
input.form-control::-moz-placeholder { color: #0C72A7; }
input.form-control:-ms-input-placeholder { color: #0C72A7; }
select.form-control { color: #0C72A7; }


/* Lista de acesso */
#info_pap {}
#info_pap .form-group { overflow: hidden; }
#info_pap .control-label { margin-top: 6px; margin-bottom: 6px !important; text-align: right; font-weight: 700; font-size: 14px; }


/* Página de resultados */
#resultado_pap {}
#resultado_pap #topo .largura { display: inline-block; width: 33.1%; }
#resultado_pap #topo .largura img { height: 50px; }
#resultado_pap #topo .largura svg { width: 30px; height: 30px; margin: 10px 0px; }
#resultado_pap #topo .logoPap img { margin: 0 auto; }
#resultado_pap #corpo .texto.vermelho { background: rgba(255, 0, 0, 0.7); }
#resultado_pap #corpo .texto.verde { background: rgba(0, 100, 0, 0.7); }
#resultado_pap #corpo .texto { padding: 40px 30px;  border: 1px solid #FFF; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
#resultado_pap #corpo .texto p { font-size: 14px; color: #FFF; }
#resultado_pap #corpo .texto p.motivo { padding-left: 30px; }
#resultado_pap #botao {}
#resultado_pap #botao .quadro { margin-top: 30px; }
#resultado_pap #botao .quadro a { display: block; width: 100px; height: 45px; margin: 0 auto; padding: 14px 0px; color: #FFF; background: #0075A4; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }


/* Janela Modal - Dúvidas(Simulador) */
#duvidas {}
#duvidas .modal-header { border: none; }
#duvidas .modal-header button {}
#duvidas .modal-header button.close { display: none; }
#duvidas .modal-header h5 { font-weight: 700; font-size: 22px; color: #0C72A7; }
#duvidas .modal-body {}
#duvidas .modal-body .linha { display: block; width: 100%; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #CDCDCD; overflow: hidden; }
#duvidas .modal-body label { width: 30%; float: left; font-weight: 700; font-size: 14px; color: #000066; }
#duvidas .modal-body p { width: 70%; float: left; font-size: 14px; color: #5A5A5A; }
#duvidas .modal-footer { border: none; }
