@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, li {
    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: 8px
}

.boxForm {
}

.boxForm .box {
}

.boxForm .box0 {
}

.boxForm .box0 input {
}

.boxForm .box1 {
}

.boxForm .box2 {
}

.boxForm .box3 {
}

.boxForm .box4 {
}
input[type="text"]{border-radius: 12px 0px 0px 12px !important;}
input[type="tel"]{border-radius: 0px 0px 0px 0px !important;}
input[type="email"]{border-radius: 0px 0px 0px 0px !important;}
textarea{border-radius: 12px 0px 0px 12px !important;}
select{border-radius: 0px 12px 12px 0px !important;}

input[type="text"],input[type="tel"],input[type="email"],textarea,select {
    width: 202px;
    height: 44px;
    padding: 0 0 0 15px;
    margin: 0px 8px 8px 0px;
    border: none;
    background-color: #e8e4e3;
    color: #000;
    font-size: 12px;
    font-family: "OpenSansRegular",sans-serif;
    border-radius: 10px;
    position: relative;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}

input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,select:focus,textarea:focus {
    box-shadow: inset 0 0 13px 2px rgba(0,0,0,.38);
    transition: all .3s ease-out;
    z-index: 9
}


input[type="text"],input[type="tel"],input[type="email"],select {
    float: left;
}

input[type="text"] {
}

input[type="email"] {
}

input[type="tel"] {
}

textarea {
    width: 372px;
    height: 36px;
    max-width: 372px;
    max-height: 100px;
    padding-top: 8px;
}

select {
    width: 219px;
    height: 44px;
    padding: 0 0 0 12px;
    cursor: pointer;
}

.divididos {
}

select.divididos {
    width: 374px!important;
    height: 60px
}

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"] {
    width: 191px;
    height: 44px;
    border: none;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.28);
    font-size: 17px;
    cursor: pointer;
    transition: background-color .3s ease-out;
    /* clear: both; */
    margin-top: -2px;
    border-radius: 0px 12px 12px 0px !important;
    background-color: #52983B;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

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

/* Placeholder Cores */
::-webkit-input-placeholder {
    color: #000 !important
}

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

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

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

/* Mensagem de obrigado */
#obrigado {
    color: #FFF;
    font-size: 26px;
    height: 62px;
    margin: 60px 40px 0 20px;
    text-align: center;
    padding-top: 35px;
    border-radius: 7px;
    font-family: "OpenSansRegular",sans-serif;
}

#msgErro {
    color: #FFF;
    font-size: 27px;
    height: 60px;
    margin: 70px 40px 0 20px;
    text-align: center;
    padding-top: 35px;
    border-radius: 7px;
    font-family: "OpenSansRegular",sans-serif;
}

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

#outroFormulario a {
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    font-family: "OpenSansRegular",sans-serif;
    line-height: 43px;
}

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

@media (min-width: 300px) {

    input[type="text"],input[type="tel"],input[type="email"],textarea,select {
    }

    textarea {
    }

    select {
    }

    input[type="submit"] {
    }
    #obrigado {
        margin: 20px 30px 0px 0px !important;
    }

    #msgErro {
        margin: 20px 30px 0px 10px !important;
    }
}
@media (min-width: 700px) {
    input[type="text"],input[type="tel"],input[type="email"],textarea,select {
    }

    textarea {
    }

    select {
    }

    input[type="submit"] {
    }
    #obrigado {
        margin: -10px 20px 0px -10px !important;
    }

    #msgErro {
        margin: 0px 10px 0px 0px !important;
    }
}
@-moz-document url-prefix("") {
}
.li1, .li2, .li3{
    float: left;
}
.li1{
    /* width: 358px; */
}
.li2{
    /* width: 179px; */
}
.li3{
    /* width: 0px; */
}

/*
 * jquery-filestyle
 * doc: http://markusslima.github.io/jquery-filestyle/
 * github: https://github.com/markusslima/jquery-filestyle
 *
 * Copyright (c) 2015 Markus Vinicius da Silva Lima
 * Version 1.5.1
 * Licensed under the MIT license.
 */
.jfilestyle {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: relative;
    border-collapse: separate;
}

div.jfilestyle label, div.jfilestyle input {
    font-family: sans-serif;
}

div.jfilestyle input {
    border: 1px solid #c0c0c0;
    background: #d9d9d9;
    margin: 0px -5px 0px 0px;
    vertical-align: middle;
    padding: 7px 14px;
    font-size: 14px;
    border-radius: 4px;
    color: #8d8d8d;
    cursor: default;
    line-height: normal;
}

div.jfilestyle label {
    display: inline-block;
    border: none;
    background-color: #e8e4e3;
    padding: 7px 3px;
    color: #252629;
    vertical-align: middle;
    line-height: normal;
    text-align: center;
    margin: 0px;
    font-size: 11px;
    width: 294px;
    border-radius: 0px;
    font-weight: normal;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 4px;
    margin-bottom: 0px;
    padding: 7px 0px 7px 0px;
}

div.jfilestyle.jfilestyle-corner input:first-child {
    border-right: 0;
}

div.jfilestyle.jfilestyle-corner input:last-child {
    border-left: 0;
}

div.jfilestyle.jfilestyle-corner input:first-child,
div.jfilestyle.jfilestyle-corner span:first-child>label {
    border-radius: 4px 0 0 4px; 
}

div.jfilestyle.jfilestyle-corner input:last-child,
div.jfilestyle.jfilestyle-corner span:last-child>label {
    border-radius: 0 4px 4px 0; 
}

div.jfilestyle label[disabled] {
    pointer-events: none;
    opacity: 0.6;
    filter: alpha(opacity=65);
    cursor: not-allowed;
}

div.jfilestyle label:hover {
    cursor: pointer;
    opacity: 0.9;
}

div.jfilestyle .count-jfilestyle {
    background: #35C107;
    color: #020202;
    border-radius: 12px;
    padding: 1px 5px;
    font-size: 9px;
    vertical-align: middle;
}