@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: 0px !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: 262px;
    height: 44px;
    padding: 0 0 0 15px;
    margin: 0px 2px 2px 0px;
    border: 0px solid rgba(5, 5, 14, 0.2);
    background-color: rgba(255,255,255,0.8);
    color: #000;
    font-size: 14px;
    font-family: "OpenSansRegular",sans-serif;
    border-radius: 10px;
    position: relative;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    letter-spacing: 1px;
}

input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,select:focus,textarea:focus {
    background-color: rgba(255,255,255,1);
    box-shadow: 3px 4px 19px -1px 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: 262px;
    height: 72px;
    max-width: 262px;
    max-height: 100px;
    padding-top: 8px;
    margin-bottom: 0px;
}

select {
    width: 179px;
    height: 56px;
    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: 277px;
    height: 52px;
    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;
    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: 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: #FFF;
    font-size: 12px;
    text-decoration: none;
    font-family: "OpenSansRegular",sans-serif;
    line-height: 63px;
}

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

@media (min-width: 300px) {
    div.jfilestyle .count-jfilestyle {
        margin: 0px 0px 0px 41px;
    }
    div.jfilestyle label {
        position: absolute;
        left: 18px;
        top: -62px !important;
        width: 187px !important;
        padding: 7px 0px 7px 0px !important;
        background-color: #ccc !important;
        margin-left: 171px !important;
    }
    .li2 {
        width: 403px !important;
    }
    .spinner {
        margin: -44px 0px 0px 189px !important;
        width: 187px !important;
        height: 44px !important;
        padding: 0px !important;
        position: absolute !important;
        text-align: center;
        margin: -62px 0px 0px 400px;
        background-color: #52983B;
        height: 36px;
        line-height: 42px;
        position: relative;
        padding: 13px 21px 13px 21px;
        border-radius: 0px;
        cursor: not-allowed;
    }
    #outroFormulario a {
        color: #505050;
    }
    input[type="text"],input[type="tel"],input[type="email"],textarea,select {
    width: 172px;
    background-color: #ccc;
    height: 36px;
    }

    textarea {
    height: 62px;
    margin-bottom: -48px;
    }

    select {
    }

    input[type="submit"] {
    margin: -60px 0px 0px 189px;
    width: 187px;
    height: 44px;
    display: block;
    }
    #obrigado {
        margin: 20px 30px 0px 0px !important;
        color: #505050;
    }

    #msgErro {
        margin: 20px 30px 0px 10px !important;
        color: #414141;
    }
}
@media (min-width: 700px) {
    div.jfilestyle label {
        position: absolute;
        left: 0px;
        float: left !important;
        margin-left: 171px !important;
        margin-right: 2px !important;
        top: 0px !important;
        top: 46px;
        width: 227px !important;
        padding: 15px 0px 15px 0px !important;
        background-color: #ccc !important;
        line-height: normal !important;
    }
    div.jfilestyle .count-jfilestyle {
        margin: -22px 0px 0px -11px;
    }
    #outroFormulario a {
        color: #fff;
    }
    .spinner {
        margin: -78px 0px 0px 400px !important;
        width: 128px !important;
        height: 62px !important;
        padding: 0px !important;
        line-height: 62px !important;
        position: absolute !important;
    }
    input[type="text"],input[type="tel"],input[type="email"],textarea,select {
    width: 294px;
    }

    textarea {
    width: 557px;
    min-width: 557px;
    height: 54px;
    }

    select {
    }

    input[type="submit"] {
    margin: -81px 0px 0px 400px;
    width: 128px;
    height: 62px;
    display: inline;
    }
    #obrigado {
        margin: -10px 20px 0px -10px !important;
        color: #fff;
    }

    #msgErro {
        margin: -10px 20px 0px -10px !important;
        color: #fff;
    }
}
@-moz-document url-prefix("") {
    input[type="submit"] {
        height: 36px;
    }
}
.li1, .li2, .li3{
    float: left;
}
.li1{
    /* width: 358px; */
}
.li2{
    width: 280px;
}
.li3{
    width: 280px;
    /* height: 60px; */
}

/*
 * 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: 0px solid rgba(5, 5, 14, 0.2);
    background-color: rgba(255,255,255,0.8);
    padding: 15px 0px 15px 0px;
    color: #000000;
    vertical-align: middle;
    line-height: normal;
    text-align: center;
    /* margin: 0px; */
    font-size: 12px;
    /* height: 44px; */
    width: 277px;
    border-radius: 0px;
    font-weight: normal;
    margin-top: 0px;
    margin-left: 0px;
    /* margin-right: 2px; */
    /* margin-bottom: -10px; */
    /* float: left; */
    position: relative;
    /* top: 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;
    background-color: #fff;
}

div.jfilestyle .count-jfilestyle {
    background: #F1E10D;
    color: #000;
    border-radius: 18px;
    padding: 1px 6px;
    font-size: 12px;
    vertical-align: middle;
    position: absolute;
    /* margin: -22px 0px 0px -11px; */
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.46);
}

/* LOADER */
.spinner {
  width: 235px;
  text-align: center;
  margin: -52px 0px 0px 0px;
  background-color: #52983B;
  height: 26px;
  line-height: 34px;
  position: relative;
  padding: 13px 21px 13px 21px;
  border-radius: 0px;
  cursor: not-allowed;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  margin-right: 6px;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.3) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}