@font-face {
    font-family: 'a_little_sunshineregular';
    src: url('fonts/alittlesunshine-webfont.woff2') format('woff2'),
    url('fonts/alittlesunshine-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gidoleregular';
    src: url('fonts/gidole-regular-webfont.woff2') format('woff2'),
    url('fonts/gidole-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.interno_tittle_pag{
    font-family: 'a_little_sunshineregular';
    color: #00264B;
    font-size: 40px;
    font-weight: bold;
    padding: 0 0 0 0;
}
.footer-copyright{
    background-color: #232323;
    min-height: 60px;
}

.bass{
    min-height: 250px;
   color: white;
}
.a {
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
     /* background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
    background-image: linear-gradient(-225deg, #3648ff 0%, #B8DCFF 48%, #6BBBFF 100%);*/
}
.maps_h{
    max-height: 400px;
}
.home_box_azul{
    min-height: 160px;
}
.section_conteudo{
    min-height: 500px;
}
#footer {
    /*background-color: #EB0002;*/
    padding: 20px 0px 20px 0px;
    color: #0e37bf;
    /*line-height: 30px;*/
    min-height: 400px;

    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../imagem/img_default/bg_bass1.jpg);
    background-size: 100% auto;
    border-top: solid 8px #D2AE6D;
    background-color: #e3e6e9;

    background-size: cover;

}
.transparencia{

    opacity: 0.5;
    filter: alpha(opacity=50);
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5 , #footer h6{
    color: #000000;
    margin-bottom: 0px; }
#footer .footer-list-heading {
    font-family: ProximaNova-Bold, Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 28px;
    margin-top: 0; }
#footer #footer-form {
    height: 33px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #eeeeee;
    vertical-align: middle;
    background-color: #757575;
    border: none;
    border-radius: 2px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }
#footer #facebook-follow iframe {
    margin-top: -7px;
    margin-left: 10px; }
#footer iframe {
    float: left; }
#footer nav li a {
    color: #fff;
    text-decoration: none;
    opacity: .7;
    transition: 0.07s linear;
    -moz-transition: 0.07s linear;
    -webkit-transition: 0.07s linear; }
#footer nav li a:hover {
    opacity: 1; }

#sub-footer {
    background-color: #333333;
    padding: 20px 0px 10px 0px;
    color: #999;
    line-height: 50px;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom:solid 5px #000000;
}
#sub-footer h1, #sub-footer h2, #sub-footer h3, #sub-footer h4, #sub-footer h5 , #sub-footer h6{
    color: #bbbbbb;
    margin-bottom: 0px; }
#sub-footer #copyright-section {
    color: #999;
    margin: 0px 0px 0px 0px !important; }
#sub-footer #copyright-section a {
    text-decoration: none; }
#sub-footer #copyright-section a:hover {
    color: #bbb; }
#sub-footer a {
    color: #999; }
#sub-footer #transparent {
    opacity: .4;
    transition: 0.07s linear;
    -moz-transition: 0.07s linear;
    -webkit-transition: 0.07s linear; }
#sub-footer #transparent:hover {
    opacity: .8; }
#sub-footer #love {
    text-align: right; }
#sub-footer .love-icon {
    width: 16px;
    height: 14px;
    /*background-image: url("/static/images/site/home/heart.png");*/
    display: inline-block;
    outline: none;
    border: none;
    margin: 0px 3px -3px 3px; }


.error{color: #ac0202;font-weight: bold;}
input { border: 1px solid black; margin-bottom: .5em;  }
input.error { border: 1px solid red; }
label.error {
    background: url('/imagem/img_default/unchecked.gif') no-repeat;
    padding-left: 16px;
    margin-left: .3em;
}
label.valid {
    background: url('/imagem/img_default/checked.gif') no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}