@font-face {
    font-family: 'OpenSansRegular';
    src: url(OpenSans-Regular-webfont.eot);
    src: url(OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype') , url(OpenSans-Regular-webfont.woff) format('woff') , url(OpenSans-Regular-webfont.ttf) format('truetype') , url(OpenSans-Regular-webfont.svg#open_sansregular) format('svg');
    font-weight: normal;
    font-style: normal
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'OpenSansRegular'
}

body {
    margin: 0px;
}

.boxForm {width: 930px;}

input[type="text"],input[type="tel"],input[type="email"],textarea,select {
    width: 212px;
    height: 30px;
    padding: 0 0 0 10px;
    margin: 0 0 4px 0;
    border: 2px solid #E2E2E2;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    font-size: 14px;
    font-family: "OpenSansRegular",sans-serif;
    border-radius: 0;
    /* box-shadow: -1px 1px 1px 1px rgba(0,0,0,0.2); */
    border-radius: 4px;
    position: relative;
    transition: all .2s ease-out;
    /* line-height: 33px; */
}

input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover, select:hover,textarea:hover {
    background-color: #ebfdef;
    /* box-shadow: 6px 6px 18px 2px rgba(0,0,0,.38); */
    z-index: 9;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, select:focus,textarea:focus{
    background-color: #caffd5;
    /* box-shadow: 6px 6px 18px 2px rgba(0,0,0,.38); */
    z-index: 9;
}

input[type="text"] {
}

input[type="email"] {
}

input[type="tel"] {
}

textarea {
    width: 212px;
    height: 50px;
    max-width: 244px;
    max-height: 100px;
    padding-top: 8px;
    margin-bottom: 5px;
}

input[type="checkbox"] {
    width: 20px;
    height: 38px;
    margin-right: 4px;
    cursor: pointer
}

.boxForm .p {
    line-height: 30px
}

fieldset {
    margin: 0 0 10px 0
}

fieldset label {
    cursor: pointer;
    margin-right: 8px
}

input[type="submit"], button {
    width: 263px;
    height: 44px;
    border: none;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.28);
    font-size: 23px;
    cursor: pointer;
    transition: background-color .3s ease-out;
    clear: both;
    margin-top: 30px;
    border-radius: 6px;
    background-color: #299E0C;
    box-shadow: 0 0px 1px 0 rgba(0,0,0,.45);
    background-color: #089818;
    float: left;
}

input[type="submit"]:hover, button:hover {
    background-color: #006929;
}

input[type="submit"]:active, button:active {
    box-shadow: inset 0 0 32px 0 #333
}

::-webkit-input-placeholder {
    color: #000!important
}

:-moz-placeholder {
    color: #000!important
}

::-moz-placeholder {
    color: #000!important
}

:-ms-input-placeholder {
    color: #000!important
}

#obrigado {
    color: #000;
    font-size: 23px;
    height: 62px;
    margin: 20px 10px 0 10px;
    text-align: center;
    padding-top: 35px;
    border-radius: 7px;
    font-family: "OpenSansRegular",sans-serif;
}

#msgErro {
    color: #000;
    font-size: 24px;
    height: 100px;
    margin: 20px 10px 0 6px;
    text-align: center;
    padding-top: 35px;
    border-radius: 7px;
    font-family: "OpenSansRegular",sans-serif;
}

#msgErro b {
    color: #F00;
    text-shadow: 0 0 8px rgba(0,0,0,.5)
}

#outroFormulario a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-family: "OpenSansRegular",sans-serif;
    line-height: 63px;
}

label{
	font-size: 13px;
}

input[type="text"], select{
	margin-top: 5px;
}

.box1{
	float: left;
	display: inline-block;
}

.margin-r{
	margin-right: 10px;
}

.nome, .nome-pai, .nome-mae, nome-e{
	width: 246px !important;
}

.nacionalidade, .naturalidade{
	width: 150px !important;
}

.data-nascimento{
	width: 150px !important;
}

.data-admissao{
	width: 127px !important;
}

.pis{
	width: 127px !important;
}

.cpf{
	width: 114px !important;
}

.cnpj{
	width: 144px !important;
}

.rg{
	width: 80px !important;
}

.orgao-emissor{
	width: 100px !important;
}

.ctps{
	width: 170px !important;
}

.endereco-e{
	width: 312px !important;
}

.complemento-e{
	width: 165px !important;
}

.bairro-e{
	width: 140px !important;
}

.cidade-e{
	width: 140px !important;
}

.cep-e{
	width: 90px !important;
}

.endereco{
	width: 346px !important;
}

.complemento{
	width: 170px !important;
}

.bairro{
	width: 140px !important;
}

.cidade{
	width: 140px !important;
}

.cep{
	width: 90px !important;
}

.telefone1, .telefone2{
	width: 123px !important;
}

.telefone-e{
	width: 123px !important;
}

.cargo{
	width: 165px !important;
}

.parentesco{
	width: 165px !important;
}

.crbm{
	width: 165px !important;
}

.situacao{
	height: 34px !important;
	width: 138px;
}

.area{
	width: 165px !important;
}

.email{
	width: 246px !important;
}

.sexo{
	height: 34px !important;
	width: 110px;
}

.estado-civil{
	height: 34px !important;
	width: 128px;
}

.estado{
	height: 34px !important;
	width: 110px;
}

.box-titulo{
	width: 930px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.pular-linha{
	width: 930px;
	height: 1px;
	float: left;
}

#outroFormulario a:hover {
    text-decoration: underline
}

@-moz-document url-prefix("") {
}