@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Muli');

* {margin: 0;padding: 0;border: none;outline: none;font-weight: 300;box-sizing: border-box;font-size: 100%;font-family: 'Muli', sans-serif; }
html{height: 100%;scroll-behavior: smooth;}
body {background-color: #f8f8f8;height: 100%;color: #323232}
a {text-decoration: none !important;}
ul {list-style: none}
img {max-width: 100%;float: left;width: 100%}

.container {float: left;width: 100%;padding: 2% 4%;position: relative;}
.limite {margin:0 auto;width:100%;max-width:1240px;padding: 2% 4%;clear: both;position: relative}

.img-sombra:after{
    content: " ";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 29%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 29%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 29%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: 1;
}
.escurecedor:after{
    content: " ";
    background: -moz-linear-gradient(top, rgba(0,0,0,0.55) 100%, rgba(0,0,0,0.55) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0.55,0) 100%,rgba(0,0,0,0.55) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.55) 100%,rgba(0,0,0,0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.mobileOn{display: block}
.mobileOff {display: none}

section{float: left;width: 100%;     border-top: 2px solid #ffcb1a;}

.btn2 {font-size: 1.2em;cursor: pointer}
.btn-menu {
    float: right;
    margin-left: 20px;
    line-height: 120px;
    color: #ffcb1a;
    font-size: 1.5em;
    display: block;
    z-index: 999;
    position: relative;
}

.cabecalho{float: left;width: 100%;margin: 20px 0}
.cabecalho h1{float: left;width: 100%;text-align: center;font-size: 1.1em;letter-spacing: -.5px; color: #000;font-weight: bolder;}
.cabecalho h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    color: #000;
    margin-top: -10px;
}
.cabecalho b{position: relative; display: inline-block; width: 80%; height: 1px; background: #d6d6d6; margin: 10px 0 10px 10%}
.cabecalho b:after {
    position: relative;
    top: -21px;
    content: "";
    display: inline-block;
    width: 30%;
    margin: 0 0 0 35%;
    height: 2px;
    background: #FFCB1A;
}

.cabecalho-branco {
    float: left;
    width: 100%;
    margin: 20px 0;
    position: relative;
    z-index: 99;
}
.cabecalho-branco h1{float: left;width: 100%;text-align: center;font-size: 1.5em;letter-spacing: -.5px; color: #fff;}
.cabecalho-branco h2{float: left;width: 100%; text-align:  center;font-size: 0.9em; color: #fff;}
.cabecalho-branco b{position: relative; display: inline-block; width: 80%; height: 1px; background: #fff; margin: 10px 0 10px 10%}
.cabecalho-branco b:after{position: relative;top: -16px;content: "";display: inline-block; width: 30%; margin: 0 0 0 35%; height: 2px;  background: #FFCB1A;}

.linha {float: left;width: 100%}

header{position: relative;float: left;width: 100%;z-index: 2;color: #ffffff;    border-top: 2px solid #FFCB1A;    border-bottom: 1px solid #ffffff;}
.mascara-topo{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(70 70 70 / 65%), rgba(0, 0, 0, 0.6))
    }
.mascara-bottom{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));z-index: 1}
.topo-linguagem {float: right;margin-left: 5px;padding: 5px 0; width: 30%}
.topo-linguagem img {width: 30%;float: right;margin-left: 3px}
.topo-compartilhar {float: left}
.compartilhar-facebook { float: left; background-color: #013575; padding: 4px 9px; font-size: 0.8em;margin-right: 5px}
.compartilhar-whatsapp { float: left; background-color: #106500; padding: 4px 9px; font-size: 0.8em;margin-right: 5px}
.btn-close {font-size: 1.5em;float: right;cursor: pointer;color: #fff;margin: 2% 3% 0 0}

.masc-hover {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));z-index: 1;transition: background 1s ease;cursor: pointer}
.masc-hover:hover {background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5))}
.play {
    position: absolute;
    width: 20%;
    margin-left: 40%;
    margin-top: 20%;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.play:hover {
    opacity: 0.8;
}

.bloco {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
}
.bloco-item {
    float: left;
    width: 90%;
    background: #FFCB1A;
    margin-left: 5%;
    border-radius: 20px;
    padding: 8%;
    margin-bottom: 20px;
}
.bloco-img {
    float: left;
    width: 100%;
}
.bloco-img img {
    float: left;
    width: 20%;
}
.bloco-item h1  {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    margin: 5% 0;
}
.bloco-item h2 {
    float: left;
    width: 100%;
    color: #fff;
}
.bloco-item span {
    float: left;
    padding: 10px;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 10px;
}
.box {
    float: left;
    width: 90%;
    margin-left: 5%;
    background-color: #FFCB1A;
    border-radius: 30px;
    overflow: auto;
    margin-top: 50px;
}
.box h1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 20px;
    font-size: 1.5em;
    color: #fff;
}
.box h2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 20px 20px 20px;
    font-size: 0.8em;
    color: #fff;
    height: 100px;
}

.box50 h1{
    float: left;
    width: 100%;
    font-size: 2em;
    text-align: center;
    padding: 20px 0;
}
.box50 h2 {
    float: left;
    width: 100%;
    font-size: 1em;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #FFCB1A;
}
.lista {
    float: left;
    width: 100%;
}
.lista img {
    float: left;
    width: 30%;
    padding: 20px;
}
.lista span {
    float: left;
    width: 70%;
    padding: 27px 0;
    font-size: 0.9em;
    font-weight: 600;
}
.slider-container { position: relative; width: 100%; height: 200px; overflow: hidden; }

.depo-box{
    float: left;
    width: 100%;

    z-index: 999;
    position: absolute; height: 100%; opacity: 0; transition: opacity 1s ease-in-out;
}
.active { opacity: 1; }
.depo-img {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 50px 0 20px 0;
    z-index: 999;
    position: relative;
}
.depo-img img {
    width: 20%;
    float: initial;
}
.oquedizem{
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    position: relative;
    z-index: 999;
}
.depo-box h2{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
    padding: 20px;
    border-bottom: 1px solid #ffffff40;
}
.depo-id {
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    background-color: #ffd400;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 15px 0;
    text-align: center;
    color: #000000;
    font-weight: 700;
}
.depo-info{
    float: left;
    width: 75%;
    margin-left: 5%;
}
.depo-info h3{
    float: left;
    color: #fff;
    font-weight: bold;
    width: 100%;
}
.depo-info h4 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 0.8em;
    margin-top: 5px;
}
.depo-foto{
    float: left;
    width: 20%;
}
.depo-id img{
    max-width: 100%;
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.box-not{
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.box-not h1{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
    height: 110px;
}
.box-not h2{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 40px;
}
.topo {
    position: relative;
    float: left;
    width: 100%;
    padding: 0.5% 0;
}
footer h1 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 1em;
    color: #FFCB1A;

}
footer h2 {
    float: left;
    width: 100%;
    text-align: unset;
    font-weight: bold;
    font-size: 1.2em;
    margin: 10px 0 30px 0;
    color: #fff;
}
.logo {
    float: left;
    background: url(../images/logoB.png) left center / 80% no-repeat;
    font-size: 0;
    width: 40%;
    height: 120px;
    position: relative;
    z-index: 3;
}
footer{
    float: left;
    width: 100%;
    padding: 30px 0;

    border-top: 3px solid #f7a208;
}
footer img{
    float: left;
    width: 7%;
}
.footer-sociais {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
.footer-sociais a {
    float: left;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff!important;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-right: 10px;
}
.barra01 {float: right;width: 50%;position: relative;z-index: 4}
.menu-mobile {position: absolute;display: none; width: 100%; height: 100%; background-color: #FFCB1A;z-index: 999;padding: 2% 4%}
.menu-mobile li {float: left; color: #000;}
.menu-mobile a {color: #000000;text-align: center;font-size: 1.3em;padding: 10px 0;float: left;width: 100%}
.menu-mobile ul{float: left; width: 100%; margin-top: 30px;}
.barra01 a {color: #ffffff}
.principal-sociais{ float: left; font-size: 1.5em; line-height: 60px!important;}
.principal-sociais a {color: #fff}
.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
        font-size: 0.8em;
    padding: 5px 8px;
}
.menu-principal {
    position: relative;
    float: right;

    color: #fff;
    width: 70%;
}
.menu-principal li {
    float: right;
    color: #fff;
    line-height: 120px;
    margin-left: 3px;
}


.menu-principal a {
    color: #ffffff;
    z-index: 999;
    position: relative;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    transition: color, background-color 0.3s ease-in-out;
}
.menu-principal a:hover{
    background-color: #FFCB1A;
    color: #000;
    border-radius: 3px;
}

.barra02{margin-top:10px;position: relative;padding:5px 0;z-index: 5;float: left;width: 100%;border-bottom: 1px solid rgba(255,255,255,0.3);  border-top: 1px solid rgba(255,255,255,0.3);}
.contatos-topo{float: right; line-height: 33px;}

.contatos-topo ul:hover{display: block}

.tel-topo{margin-left:-35%;display: none; position: absolute; width: 30%; background-color: #00678b; padding: 15px; border: 1px solid #fff; border-radius: 3px; box-shadow: 0 0 5px rgba(0,0,0,0.5);}
.email-topo{margin-left:-41%;display: none; position: absolute; width: 30%; background-color: #00678b; padding: 15px; border: 1px solid #fff; border-radius: 3px; box-shadow: 0 0 5px rgba(0,0,0,0.5);}
.zap-topo{margin-left:-15%;display: none; position: absolute; width: 30%; background-color: #00678b; padding: 15px; border: 1px solid #fff; border-radius: 3px; box-shadow: 0 0 5px rgba(0,0,0,0.5);}

.telefones{float: right;margin-right: 15px;font-size: 1em}
.telefones a {color: #fff}
.telefones:hover .tel-topo{display: block}
.emails:hover .email-topo{display: block}
.whatsapp:hover .zap-topo{display: block}
.emails{float: right;margin-right: 15px;font-size: 1em}
.whatsapp{float: right;margin-right: 15px;font-size: 1em}
.whatsapp a {color: #fff}
.data-topo{float: left;line-height:33px }
.fachada {float: left;position: relative;z-index: 3;width: 100%;margin-top: 10px; text-align: center}
.fachada h1 {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0px;
    text-align: center;
    font-size: 4em;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 4px #000;
}
.fachada h2 {
    float: left;
    width: 60%;
    margin-left: 20%;
    text-align: center;
    font-size: 1em;
    font-weight: lighter;
}
.fachada span {
    float: left;
    width: 40%;
    text-align: center;
    margin-left: 30%;
    padding: 2% 2% 2% 2%;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #FFCB1A;
    border-radius: 4px;
    margin-top: 20px;
}
.sociais-topo {
    float: right;
    width: 30%;
    color: #fff;
    position: relative;
    z-index: 99;
}
.sociais-topo a {
    float: right;
    color: #fff;
    font-size: 1.3em;
    line-height: 120px;
    margin-left: 8px;
}

.navega-topo {position: relative; float: left; width: 100%; z-index: 1; margin-top: -75px;}


.cabecalho { float: left; width: 100%; padding: 10px 0; font-size: 1.5em; font-weight: 700;}
.linha5-vermelho {float: left;width: 40%;height: 6px;background-color: #013575;margin-top: 3px}
.linha1-cinza {float: left;width: 100%;height: 1px;background-color: #d6d6d6}


@media screen and (min-width: 768px) {

    .mobileOn{display: none}
    .mobileOff {display: block}

    .topo {
        position: relative;
        float: left;
        width: 100%;
        padding: 0.5% 0;
    }

    .logo {
        float: left;
        background: url(../images/logoB.png) left center / 70% no-repeat;
        font-size: 0;
        width: 24%;
        height: 120px;
        position: relative;
        z-index: 3;
    }
    .barra01 {float: right;width: 50%;position: relative;z-index: 4}
    .menu-mobile {position: absolute;display: none; width: 100%; height: 100%; background-color: #013575;z-index: 999;padding: 2% 4%}
    .menu-mobile a {color: #ffffff;text-align: center;font-size: 1.3em;padding: 10px 0;float: left;width: 100%}
    .menu-mobile ul{float: left; width: 100%; margin-top: 30px;}
    .barra01 a {color: #ffffff}
    .principal-sociais{ float: left; font-size: 1.5em; line-height: 60px!important;}
    .principal-sociais a {color: #fff}

    .menu-principal {
        position: relative;
        float: right;
        display: block;
        color: #fff;
        width: 60%;
    }
    .menu-principal li {
        float: right;
        color: #fff;
        line-height: 120px;
        margin-left: 3px;
    }


    .menu-principal a {
        color: #ffffff;
        z-index: 999;
        position: relative;
        padding: 10px;
        text-transform: uppercase;
        font-weight: 700;
        transition: background-color 0.3s ease-in-out;
        font-size: 0.7em;
    }
    .menu-principal a:hover{
        background-color: #FFCB1A;
        border-radius: 3px;
    }
    .sociais-topo {
        float: right;
        width: 15%;
        color: #fff;
        position: relative;
        z-index: 99;
    }
    .bloco-item {
        float: left;
        width: 30%;
        background: #FFCB1A;
        margin-left: 3%;
        border-radius: 20px;
        padding: 3%;
        margin-bottom: 20px;
    }
    .bloco-item h1 {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 1.1em;
        font-weight: bold;
        margin: 5% 0;
        min-height: 44px;
    }
    .bloco-item h2 {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 0.8em;
    }
    .bloco-img img {
        float: left;
        width: 30%;
    }
    .box {
        float: left;
        width: 30%;
        margin-left: 3%;
        background-color: #FFCB1A;
        border-radius: 30px;
        overflow: auto;
        margin-top: 50px;
    }
    .box h1 {
        float: left;
        width: 100%;
        text-align: center;
        padding: 10px 10px;
        font-size: 1.3em;
        font-weight: bold;
        color: #fff;
    }
    .box h2 {
        float: left;
        width: 100%;
        text-align: center;
        padding: 0 10px 20px 10px;
        font-size: 0.8em;
        color: #fff;
        height: auto;
    }
    .box50{
        float: left;
        width: 50%;
    }
    .box50 h1 {
        float: left;
        width: 100%;
        font-size: 1.1em;
        text-align: left;
        padding: 0 0 10px;
        font-weight: bold;
    }
    .box50 h2 {
        float: left;
        width: 100%;
        font-size: 0.7em;
        text-align: left;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #FFCB1A;
    }
    .lista img {
        float: left;
        width: 15%;
        padding: 5px 10px 0 0;
    }
    .lista span {
        float: left;
        width: 80%;
        padding: 0;
        font-size: 0.8em;
        font-weight: 600;
    }
    .lista {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .bloco {
        float: left;
        width: 100%;
        position: relative;
        z-index: 99;
        margin-bottom: 30px;
    }
    .depo-img img {
        width: 10%;
        float: initial;
    }
    .depo-box h2 {
        float: left;
        width: 60%;
        margin-left: 20%;
        text-align: center;
        color: #fff;
        font-size: 0.9em;
        padding: 20px;
        border-bottom: 1px solid #ffffff40;
    }
    .depo-id {
        float: left;
        width: 40%;
        margin-left: 30%;
        margin-top: 20px;
    }
    .box-not {
        position: relative;
        float: left;
        width: 30%;
        overflow: hidden;
        border-radius: 20px;
        margin-right: 3%;
    }
    .box-not h1 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 1em;
        font-weight: bold;
        padding: 10px;
        height: 110px;
    }

    .barra02{margin-top:10px;position: relative;padding:5px 0;z-index: 5;float: left;width: 100%;border-bottom: 1px solid rgba(255,255,255,0.3);  border-top: 1px solid rgba(255,255,255,0.3);}
    .contatos-topo{float: right; line-height: 33px;}

    .contatos-topo ul:hover{display: block}

    .tel-topo{margin-left:-35%;display: none; position: absolute; width: 30%; background-color: #00678b; padding: 15px; border: 1px solid #fff; border-radius: 3px; box-shadow: 0 0 5px rgba(0,0,0,0.5);}
    .email-topo{margin-left:-41%;display: none; position: absolute; width: 30%; background-color: #00678b; padding: 15px; border: 1px solid #fff; border-radius: 3px; box-shadow: 0 0 5px rgba(0,0,0,0.5);}
    .zap-topo{margin-left:-15%;display: none; position: absolute; width: 30%; background-color: #00678b; padding: 15px; border: 1px solid #fff; border-radius: 3px; box-shadow: 0 0 5px rgba(0,0,0,0.5);}

    .telefones{float: right;margin-right: 15px;font-size: 1em}
    .telefones a {color: #fff}
    .telefones:hover .tel-topo{display: block}
    .emails:hover .email-topo{display: block}
    .whatsapp:hover .zap-topo{display: block}
    .emails{float: right;margin-right: 15px;font-size: 1em}
    .whatsapp{float: right;margin-right: 15px;font-size: 1em}
    .whatsapp a {color: #fff}
    .data-topo{float: left;line-height:33px }
    .fachada {float: left;position: relative;z-index: 3;width: 100%;margin-top: 10px}
    .fachada h1 {
        float: left;
        width: 100%;
        padding: 10px 0 10px 0px;
        text-align: center;
        font-size: 4em;
        color: #fff;
        font-weight: 700;
        text-shadow: 0 0 4px #000;
    }
    .fachada h2 {
        float: left;
        width: 60%;
        margin-left: 20%;
        text-align: center;
        font-size: 1.3em;
        font-weight: lighter;
    }
    .fachada span {
        float: left;
        width: 26%;
        text-align: center;
        margin-left: 37%;
        padding: 2% 2% 2% 2%;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #FFCB1A;
        border-radius: 4px;
        margin-top: 20px;
    }


    .navega-topo {position: relative; float: left; width: 100%; z-index: 1; margin-top: -75px;}


    .cabecalho { float: left; width: 100%; padding: 10px 0; font-size: 1.5em; font-weight: 700;}
    .linha5-vermelho {float: left;width: 40%;height: 6px;background-color: #013575;margin-top: 3px}
    .linha1-cinza {float: left;width: 100%;height: 1px;background-color: #d6d6d6}

}

@media screen and (min-width: 1024px) {
    .bloco-item h1 {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 1.1em;
        font-weight: bold;
        margin: 5% 0;
        min-height: auto;
    }

    .topo {
        position: relative;
        float: left;
        width: 100%;
        padding: 0.5% 0;
    }

    .logo {
        float: left;
        background: url(../images/logoB.png) left center / 70% no-repeat;
        font-size: 0;
        width: 24%;
        height: 120px;
        position: relative;
        z-index: 3;
    }
    .barra01 {float: right;width: 50%;position: relative;z-index: 4}
    .menu-mobile {position: absolute;display: none; width: 100%; height: 100%; background-color: #013575;z-index: 999;padding: 2% 4%}
    .menu-mobile a {color: #ffffff;text-align: center;font-size: 1.3em;padding: 10px 0;float: left;width: 100%}
    .menu-mobile ul{float: left; width: 100%; margin-top: 30px;}
    .barra01 a {color: #ffffff}
    .principal-sociais{ float: left; font-size: 1.5em; line-height: 60px!important;}
    .principal-sociais a {color: #fff}

    .menu-principal {
        position: relative;
        float: right;
        display: block;
        color: #fff;
        width: 55%;
    }
    .menu-principal li {
        float: right;
        color: #fff;
        line-height: 120px;
        margin-left: 3px;
    }
    .box h2 {
        float: left;
        width: 100%;
        text-align: center;
        padding: 0 10px 20px 10px;
        font-size: 0.8em;
        color: #fff;
        height: auto;
        min-height: 100px;
    }
    .bloco {
        float: left;
        width: 100%;
        position: relative;
        z-index: 99;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .box50 h1 {
        float: left;
        width: 100%;
        font-size: 1.5em;
        text-align: left;
        padding: 0 0 10px;
        font-weight: bold;
    }
    .box50 h2 {
        float: left;
        width: 100%;
        font-size: 0.8em;
        text-align: left;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #FFCB1A;
    }
    .lista img {
        float: left;
        width: 17%;
        padding: 0 10px 0 10px;
    }
    .lista span {
        float: left;
        width: 80%;
        padding: 0;
        font-size: 0.9em;
        font-weight: 600;
    }
    .lista {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .box-not h1 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 1em;
        font-weight: bold;
        padding: 10px;
        height: 100px;
    }
    .box-not h2 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 0.9em;
        margin-bottom: 40px;
    }
    .footer-sociais {
        float: left;
        width: 35%;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 0;
    }
    footer h1 {
        float: left;
        width: 100%;
        font-weight: bold;
        font-size: 1em;
        color: #FFCB1A;
        text-align: left;
    }
    footer h2 {
        float: left;
        width: 100%;
        text-align: unset;
        font-weight: bold;
        font-size: 1em;
        margin: 10px 0 10px 0;
    }
    .footer-sociais a {
        float: left;
        width: 50px;
        text-align: center;
        height: 50px;
        line-height: 50px;
        color: #000;
        border: 1px solid #dddddd;
        border-radius: 5px;
        margin-right: 10px;
        margin-top: 20px;
    }
    .footer-info{
        float: left;
        width: 30%;
    }

    .menu-principal a {
        color: #ffffff;
        z-index: 999;
        position: relative;
        padding: 10px;
        text-transform: uppercase;
        font-weight: 700;
        transition: background-color 0.3s ease-in-out;
        font-size: 0.9em;
    }
    .menu-principal a:hover{
        background-color: #FFCB1A;
        border-radius: 3px;
    }
    .sociais-topo {
        float: right;
        width: 20%;
        color: #fff;
        position: relative;
        z-index: 99;
    }

    .barra02{margin-top:10px;position: relative;padding:5px 0;z-index: 5;float: left;width: 100%;border-bottom: 1px solid rgba(255,255,255,0.3);  border-top: 1px solid rgba(255,255,255,0.3);}
    .contatos-topo{float: right; line-height: 33px;}

    .contatos-topo ul:hover{display: block}

    .tel-topo{margin-left:-35%;display: none; position: absolute; width: 30%; background-color: #00678b; padding: 15px; border: 1px solid #fff; border-radius: 3px; box-shadow: 0 0 5px rgba(0,0,0,0.5);}
    .email-topo{margin-left:-41%;display: none; position: absolute; width: 30%; background-color: #00678b; padding: 15px; border: 1px solid #fff; border-radius: 3px; box-shadow: 0 0 5px rgba(0,0,0,0.5);}
    .zap-topo{margin-left:-15%;display: none; position: absolute; width: 30%; background-color: #00678b; padding: 15px; border: 1px solid #fff; border-radius: 3px; box-shadow: 0 0 5px rgba(0,0,0,0.5);}

    .telefones{float: right;margin-right: 15px;font-size: 1em}
    .telefones a {color: #fff}
    .telefones:hover .tel-topo{display: block}
    .emails:hover .email-topo{display: block}
    .whatsapp:hover .zap-topo{display: block}
    .emails{float: right;margin-right: 15px;font-size: 1em}
    .whatsapp{float: right;margin-right: 15px;font-size: 1em}
    .whatsapp a {color: #fff}
    .data-topo{float: left;line-height:33px }
    .fachada {float: left;position: relative;z-index: 3;width: 100%;margin-top: 10px}


    .navega-topo {position: relative; float: left; width: 100%; z-index: 1; margin-top: -75px;}


    .cabecalho { float: left; width: 100%; padding: 10px 0; font-size: 1.5em; font-weight: 700;}
    .linha5-vermelho {float: left;width: 40%;height: 6px;background-color: #013575;margin-top: 3px}
    .linha1-cinza {float: left;width: 100%;height: 1px;background-color: #d6d6d6}

    .fachada h1 {
        float: left;
        width: 100%;
        padding: 10px 0 10px 0px;
        text-align: center;
        font-size: 4em;
        color: #fff;
        font-weight: 700;
        text-shadow: 0 0 4px #000;
    }
    .fachada h2 {
        float: left;
        width: 50%;
        margin-left: 25%;
        text-align: center;
        font-size: 1.5em;
        font-weight: lighter;
    }
    .fachada span {
        float: left;
        width: 20%;
        text-align: center;
        margin-left: 40%;
        padding: 1.5% 2% 1.5% 2%;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #FFCB1A;
        border-radius: 4px;
        margin-top: 20px;
    }


}

@media screen and (min-width: 1280px) {
    .bloco-img img {
        float: left;
        width: 23%;
    }
    .bloco-item h2 {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 0.9em;
    }
    .box50 h1 {
        float: left;
        width: 100%;
        font-size: 2em;
        text-align: left;
        padding: 0 0 10px;
        font-weight: bold;
    }
    .box50 h2 {
        float: left;
        width: 100%;
        font-size: 1em;
        text-align: left;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #FFCB1A;
    }
    .lista span {
        float: left;
        width: 80%;
        padding: 0;
        font-size: 1em;
        font-weight: 600;
        margin-top: 10px;
    }
    .depo-id {
        float: left;
        width: 30%;
        margin-left: 35%;
        margin-top: 20px;
    }
    .depo-info h3 {
        float: left;
        color: #fff;
        font-weight: bold;
        width: 100%;
        font-size: 1.2em;
    }
    .depo-info h4 {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 1em;
        line-height: 0.9em;
        margin-top: 5px;
    }
    .box-not h1 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 1.3em;
        font-weight: bold;
        padding: 10px;
        height: 100px;
    }



    .menu-principal {
        position: relative;
        float: right;
        display: block;
        color: #fff;
        width: 50%;
    }
    .menu-principal li {
        float: right;
        color: #fff;
        line-height: 120px;
        margin-left: 3px;
    }


    .menu-principal a {
        color: #ffffff;
        z-index: 999;
        position: relative;
        padding: 10px;
        text-transform: uppercase;
        font-weight: 700;
        transition: background-color 0.3s ease-in-out;
        font-size: 0.9em;
    }
    .menu-principal a:hover{
        background-color: #FFCB1A;
        border-radius: 3px;
    }
    .sociais-topo {
        float: right;
        width: 20%;
        color: #fff;
        position: relative;
        z-index: 99;
    }

    .fachada h1 {
        float: left;
        width: 100%;
        padding: 10px 0 10px 0px;
        text-align: center;
        font-size: 4em;
        color: #fff;
        font-weight: 700;
        text-shadow: 0 0 4px #000;
    }
    .fachada h2 {
        float: left;
        width: 40%;
        margin-left: 30%;
        text-align: center;
        font-size: 1.5em;
        font-weight: lighter;
    }
    .fachada span {
        float: left;
        width: 14%;
        text-align: center;
        margin-left: 43%;
        padding: 1% 2% 1% 2%;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #FFCB1A;
        border-radius: 4px;
        margin-top: 20px;
        color: #fff;
        transition: color, background-color  0.3s ease-in-out;
        cursor: pointer;
    }
    .fachada span:hover {

        background-color: #fff;

        color: #FFCB1A;
        transition: color, background-color  0.3s ease-in-out;
    }
    .lista {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .depo-id {
        float: left;
        width: 30%;
        margin-left: 35%;
        margin-top: 40px;
    }
    .box-not {
        position: relative;
        float: left;
        width: 30%;
        overflow: hidden;
        border-radius: 20px;
        margin-right: 3%;
        background-color: transparent;
        color: #000;
        transition: color, background-color .3s ease-in-out;
        cursor: pointer;
    }
    .box-not:hover {

        background-color: #FFCB1A;
        color: #fff;
        transition: color, background-color0 .3s ease-in-out;
        cursor: pointer;
    }
    .cabecalho{float: left;width: 100%;margin: 20px 0}
    .cabecalho h1{float: left;width: 100%;text-align: center;font-size: 1.5em;letter-spacing: -.5px; color: #436580;font-weight: bolder;}
    .cabecalho h2{float: left;width: 100%; text-align:  center;font-size: 0.9em; color: #436580;}
    .cabecalho b{position: relative; display: inline-block; width: 80%; height: 1px; background: #d6d6d6; margin: 10px 0 10px 10%}
    .cabecalho b:after {
        position: relative;
        top: -21px;
        content: "";
        display: inline-block;
        width: 30%;
        margin: 0 0 0 35%;
        height: 2px;
        background: #FFCB1A;
    }

    .cabecalho-branco{float: left;width: 100%;margin: 20px 0}
    .cabecalho-branco h1{float: left;width: 100%;text-align: center;font-size: 1.5em;letter-spacing: -.5px; color: #fff;}
    .cabecalho-branco h2{float: left;width: 100%; text-align:  center;font-size: 0.9em; color: #fff;}
    .cabecalho-branco b{position: relative; display: inline-block; width: 80%; height: 1px; background: #fff; margin: 10px 0 10px 10%}
    .cabecalho-branco b:after{position: relative;top: -16px;content: "";display: inline-block; width: 30%; margin: 0 0 0 35%; height: 2px;  background: #fff;}

}