@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: 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: 152px;
    height: 44px;
    padding: 0 0 0 15px;
    margin: 0px 0px 0px 0px;
    border: 6px solid rgba(5, 5, 14, 0.2);
    background-color: rgba(75, 75, 89, 0.6);
    color: #fff;
    font-size: 12px;
    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(51,51,51,0.7);
    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: 152px;
    height: 92px;
    max-width: 244px;
    max-height: 100px;
    padding-top: 8px;
    margin-bottom: -48px;
}

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: 141px;
    height: 42px;
    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: 0px 12px 12px 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: #fff!important
}

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

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

:-ms-input-placeholder {
    color: #fff!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) {

    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("") {
    input[type="submit"] {
        height: 36px;
    }
}
.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: 6px solid rgba(5, 5, 14, 0.2);
    background-color: rgba(75, 75, 89, 0.6);
    padding: 3px 3px;
    color: #FCFDFF;
    vertical-align: middle;
    line-height: normal;
    text-align: center;
    margin: 0px;
    font-size: 10px;
    width: 124px;
    border-radius: 0px 12px 12px 0px;
    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;
}

div.jfilestyle .count-jfilestyle {
    background: #F1E10D;
    color: #000;
    border-radius: 12px;
    padding: 1px 5px;
    font-size: 9px;
    vertical-align: middle;
    position: absolute;
    margin: -15px 0px 0px -11px;
}

/* LOADER */
.spinner {
  width: 100px;
  text-align: center;
  margin: -42px 0px 0px 0px;
  background-color: #52983B;
  height: 16px;
  position: relative;
  padding: 13px 21px 13px 21px;
  border-radius: 0px 13px 13px 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);
  }
}