@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
}

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: 12px 0px 0px 12px !important; */}
textarea{/* border-radius: 0px 0px 0px 0px !important; */}
select{border-radius: 0px 0px 0px 0px !important;}

input[type="text"],input[type="tel"],input[type="email"],textarea,select {
    width: 278px;
    height: 44px;
    padding: 0 0 0 15px;
    margin: 0px 6px 6px 0px;
    border: 4px solid rgba(5, 5, 14, 0.2);
    background-color: rgb(214, 224, 230);
    color: #000;
    font-size: 12px;
    font-family: "OpenSansRegular",sans-serif;
    border-radius: 10px;
    position: relative;
    text-transform: uppercase;
    /* font-weight: bold; */
    letter-spacing: 1px;
    transition: all .3s ease-out;
}

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


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

textarea {
    width: 720px;
    height: 50px;
    max-width: 720px;
    max-height: 100px;
    padding-top: 8px;
    margin-bottom: 0px;
    margin-right: 3px;
}

select {
    width: 179px;
    height: 56px;
    padding: 0 0 0 12px;
    cursor: pointer;
}

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: 164px;
    height: 65px;
    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: 0;
    border-radius: 8px;
    background-color: #52983B;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -58px;
}

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: #00588f;
    font-size: 29px;
    height: 62px;
    margin: 60px 40px 0 20px;
    text-align: center;
    padding-top: 35px;
    border-radius: 7px;
    font-family: "OpenSansRegular",sans-serif;
}

#msgErro {
    color: #00588f;
    font-size: 31px;
    height: 100px;
    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: #00588f;
    font-size: 16px;
    text-decoration: none;
    font-family: "OpenSansRegular",sans-serif;
    line-height: 63px;
}

#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: 10px 20px 0px -10px !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 10px 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: 4px solid rgba(5, 5, 14, 0.2);
    background-color: rgb(214, 224, 230);
    padding: 14px 3px;
    color: #000000;
    vertical-align: middle;
    line-height: normal;
    text-align: center;
    margin: 0px;
    font-size: 12px;
    width: 287px;
    border-radius: 10px;
    font-weight: normal;
    /* margin-top: -30px; */
    /* margin-left: -4px; */
    margin-bottom: -10px;
}

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;
    border: 4px solid rgba(5, 5, 14, 0.49);
}

div.jfilestyle .count-jfilestyle {
    background: #00588f;
    color: #fff;
    border-radius: 5px;
    padding: 3px 7px;
    font-size: 10px;
    vertical-align: middle;
    margin-left: 4px;
}