body {
    background: #e3e3df;
    font-family: "Montserrat", serif;
    font-style: normal;
}
.topo {
    background: #292e69;
    padding: 8px 0;
}
.topo p.text-center {
    margin: 0;
}
.topo a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    letter-spacing: 1px;
}
.topo a i.fas.fa-phone-alt {
    color: #fff;
    font-size: 18px;
    padding-right: 5px;
    position: absolute;
    top: 1px;
    left: -4px;
}
.topo a i.fab.fa-whatsapp {
    color: #fff;
    font-size: 22px;
    padding-right: 5px;
    position: absolute;
    top: 0;
    left: -4px;
}
/*FIM FAIXA TOPO*/

/*INICIO HEADER*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    margin: 0 auto 0 0;
    height: 166px;
}
header .logo {
    float:left;
    margin:3px 0;
    width: 78%;
}
header .logo a {
    display:block;
    text-decoration:none
}
/* FIM HEADER */

/* INICIO MENU */
.menu {
    float:right;
    margin:43px 0;
}
.menu-list {
    padding:0;
    margin:0
}
.menu .menu-list,.menu .sub-menu {
    list-style:none
}
.menu a {
    color: #000;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.8s;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    transition: all 0.3s;
}
.menu a:hover {
    transition: all 0.3s;
}
.menu > .menu-list > li {
    display:inline;
    position:relative
}
.menu > .menu-list > li > a {
    display: inline-block;
    padding: 11px 17px;
    margin: 0 0 0 14px;
    font-weight: 700;
    transition: all 0.3s;
    background: #ffffffcc;
    border: 1px solid rgb(45 64 163);
    color: #292e69;
    font-size: 13px;
    box-shadow: 5px 5px 10px -2px #0000003b;
}
.menu > .menu-list > li > a.btn-menu-telephone {
    background: #292e69;
    border: 3px solid rgb(45 64 163);
}
.menu > .menu-list > li > a:hover {
    background: #d9d9d9;
    transition: all 0.3s;
}
.menu > .menu-list > li:hover > a {
    transition: all 0.3s;
}
.menu > .menu-list > li > a.btn-menu-telephone:hover {
    background: #0f133f;
}
/* Rodapé */
footer {
    padding: 40px 0 0 0;
    background-color: #fff;
    color: rgb(18 23 51);
    margin-top: 0;
    float: left;
    width: 100%;
}
footer iframe {
    border: none;
    width: 100%;
    float: left;
    height: 200px;
}
footer h5 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 5px 0 7px 0;
    color: rgb(18 23 51);
    letter-spacing: 1px;
    font-weight: 700;
    border-bottom: 3px solid #e0a351;
}
footer a span img {
    width: 100%;
}
footer ul {
    list-style-type:none;
    padding:0;
    margin: 0;
}
footer p.da-localizacao, footer .dos-contatos-footer p, 
footer ul.do-institucional-footer li, ul.do-institucional-footer li a, 
footer .dos-contatos-footer p a {
    font-size: 15px;
    letter-spacing: 1px;
    color: rgb(18 23 51);
    margin: 0;
    line-height: 26px;
    padding-left: 15px;
    font-weight: 500;
}
footer a {
    text-decoration: none !important;
    text-transform: none;
}
footer .dos-contatos-footer p {
    padding-bottom: 3px;
}
footer .dos-contatos-footer p a i {
    padding-right: 5px;
}
/* DESENVOLVIDO POR Seven */
footer .footer-copyright {
    padding-bottom: 0;
    margin-top: 30px;
    background:rgb(18 23 51);
}
footer .footer-copyright a {
    font-size: 11px;
    letter-spacing: 0.8px;
    color: #fff;
    line-height: 0;
}
footer p.footer-copyright {
    margin: 7px 0px;
    font-size: 11px;
    color: #fff;
}
footer .text-right a img {
    margin: 7px 0 0 auto;
}
/* FIM DESENVOLVIDO POR Seven */
/* BOTÕES LATERAL/FIXO */
.btn-fixo a {
    position: fixed;
    right: 0;
    align-items: center;
    text-decoration: none;
    transition: 0.8s all ease;
    font-size: 22px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    z-index: 100000;
}
a.btn-telephone {
    top: 510px;
    right: 15px;
    transition: 0.8s all;
    padding: 20px 18px 15px 19px;
    border-radius: 50%;
    background:rgb(35, 46, 103);
    border: 1px solid #fff;
}
a.btn-telephone i {
    font-size: 33px;
    color: #fff;
    transition: 0.8s all;
}
.btn-fixo a.btn-whatsapp {
    bottom: 12px;
    right: 12px;
    transition: 0.6s all;
    padding: 16px 18px 14px;
    background-color: #03C100;
    animation: pisca-header 1.5s linear infinite;
    border-radius: 50px;
}
a.btn-whatsapp i {
    color: #fff;
    font-size: 39px;
}
@keyframes pisca-header {
    0% {
        background: #03C100;
        border: 1px solid #fff;
    }
    
    50% {
        background: #08f804;
        border: 1px solid #fff;
    }
    
    100% {
        background: #03C100;
        border: 1px solid #fff;
    }
}
/* Main */
main h2 {
    font-size:22px
}
main.main-content p strong {
    font-weight:normal
}
/* Ajustes Mobile */
@media screen and (max-width: 480px) {
    header {
        top: 0!important;
        height:60px!important;
    }
    .slicknav_brand {
        height: 99px;
        background-size: 98px;
        margin: 1px 11px;
        width: 99px;
    }
    footer {
        padding: 20px 0 0 0;
    }
    footer h5 {
        margin-top: 0;
    }
    footer .footer-copyright {
        margin-top: 15px;
        text-align: center;
    }
    footer p.footer-copyright {
        margin: 5px 0 0;
    }
    footer p.da-localizacao {
        line-height: 27px;
    }
    footer p {
        line-height: 27px;
    }
    .col-md-4.dos-contatos-footer {
        margin-top: 24px;
    }
    footer .text-right a img {
        margin: 5px auto;
    }
    footer a span img {
     width: 50%;
    }
}
@media screen and (max-width: 425px) {
    header {
        top: 0!important;
        height:60px!important;;
    }
    footer {
        padding: 20px 0 0 0;
    }
    footer h5 {
        margin-top: 0;
    }
    footer .footer-copyright {
        margin-top: 15px;
        text-align: center;
    }
    footer p.footer-copyright {
        margin: 5px 0 0;
    }
    footer p.da-localizacao {
        line-height: 27px;
    }
    footer p {
        line-height: 27px;
    }
    .col-md-4.dos-contatos-footer {
        margin-top: 24px;
    }
    footer .text-right a img {
        margin: 5px auto;
    }
    footer span img {
        width: 28%;
    }
}
@media screen and (max-width: 432px) {
    header {
        top: 0!important;
        height:60px!important;;
    }
    footer a span img {
        width: 55%;
    }
}
@media screen and (max-width: 40em) {
    header {
        top: 0!important;
        height:60px!important;;
    }
    .box-btn-modal-orcamento, .header-container-main {
        display:none
    }
    .topo {
        display: none;
    }
    footer {
        padding: 10px 0 0 0;
        margin-bottom: 0; 
    }
    footer iframe {
        margin-bottom: 30px;
    }
    a.btn-telephone, a.btn-mail {
        display: block;
        top: 495px;
        right: 12px;
    }
    .menu-footer-mobile {
        display: none;
        background: #333;
    }
    footer a span img {
        width: 68%;
    }
    footer .footer-copyright {
        text-align: center;
        margin-top: 20px;
        padding-bottom: 10px;
    }
    footer p.footer-copyright {
        padding: 5px 0;
                margin: 0
    }
    footer .footer-copyright .bloco-3 a img {
        text-align: center;
        margin-right: auto;
    }
    footer .text-right a img {
        margin: 10px auto 0;
    }
    footer p.da-localizacao, footer .dos-contatos-footer p, 
    footer ul.do-institucional-footer li, ul.do-institucional-footer li a, 
    footer .dos-contatos-footer p a {
        font-size: 15px;
        letter-spacing: 0px;
        color: rgb(18 23 51);
        margin: 0;
        line-height: 27px;
        padding-left: 0;
        font-weight: 500;
    }
}