/* INCLUIR FONTE ESCOLHIDA */

/*@_NOME_DA_FONTE {

  font-display: swap;
}*/

/* FIM INCLUIR FONTE ESCOLHIDA */

body {
    color: #333;
    font-family: 'Montserrat', sans-serif;
}
p, a, li {
    letter-spacing: 0.4px
}
main.main-content {
    margin-top: 0;
}
.banner-desktop {
    display: block;
}
.banner-mobile {
    display: none;
}
/*FAIXA TOPO CONTATO*/
.topo-contato {
    background: #6a9ec4;
    width: 100%;
    float: left;
    height: 30px;
    padding: 7px 0;  
    font-size: 14px; 
    color: #fff; 
    margin-bottom: 0;
    text-align: right;
}
.topo-contato a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.topo-contato a.dif {
    position: relative;
    right: 25px;
}
.topo-contato a i.fa-phone-alt {
    color: #fff;
    background: #000;
    border-radius: 100%;
    padding: 6px 5px 5px 6px;
    font-size: 11px;
    position: relative;
    top: -3px;
}
.topo-contato a i.fa-envelope {
    font-size: 10px;
    color: #fff;
    background-color: #000;
    padding:6px 5px 6px 5px;
    border-radius: 100%;
    position: relative;
    top: -3px;
} 
/*FAIXA TOPO CONTATO*/
/*INICIO HEADER*/
header {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    margin: 0 auto 0 0;
    box-shadow: 0 1px 13px 2px #7d7d7d17;
}
header .logo {
    float: left;
    margin: 14px 0 14px;
    width: 45%;
}
header .logo a {
    display:block;
    text-decoration:none
}
/* FIM HEADER */

/* INICIO MENU */
.menu {
    float: right;
    margin: 19px 0;
}
.menu-list {
    padding:0;
    margin:0
}
.menu .menu-list,.menu .sub-menu {
    list-style:none
}
.menu a {
    color:#333;
    text-decoration:none;
    display:block;
    cursor:pointer
}
.menu > .menu-list > li {
    display:inline;
    position:relative
}
.menu > .menu-list > li > a {
    display:inline-block;
    padding:10px 20px;
    margin:0;
    font-weight: 500;
    font-size: 18px; 
    letter-spacing: 1px;
    transition: all 0.5s; 
}
.menu > .menu-list > li:hover > a {
    background: #b3b3b3;
    color: #fff;
    border-radius: 5px;
    transition: all 0.5s;
}
.menu > .menu-list > li > .sub-menu {
    position:absolute;
    left:0;
    min-width:200px;
    z-index:100;
    display:none;
    padding:0;
}
.menu > .menu-list > li:hover > .sub-menu {
    display:block;
    border-radius: 10px;
}
.menu > .menu-list > li > .sub-menu > li > a {
    padding:10px 20px;
    background:#fff;
    margin-top: 2px;
    border-radius: 0;
}
.menu > .menu-list > li > .sub-menu > li:hover > a {
    background:#b3b3b3
}
/* Rodapé */
footer {
    padding: 30px 0 0 0;
    background-color:rgb(49 118 172 / 80%);
    color:#fff;
    margin-top:0;
    float: left;
    width: 100%;
}
footer h5 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #fff;
    letter-spacing: 0px;
    border-bottom: 2px solid #f7a224;
    line-height: 25px;
}
footer a {
    text-decoration: none;
    color: #fff;
    text-transform: none;
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: 600;
}
footer a:hover {
    text-decoration: none;
    color: #aaa;
}
footer iframe {
    border: none;
    width: 100%;
    float: left;
    height: 180px;
}
footer ul {
    list-style-type:none;
    padding:0px
}
footer ul li {
    list-style-type: none;
    padding: 6px 0;
}
footer i {
    padding-right:3px;
    color: #f7a224;
}
footer p {
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 12px 0;
    line-height: 20px;
    font-weight: 400;
}
footer .mapa-footer p {
    font-size: 13px;
}
footer .mapa-footer iframe {
    border: 2px solid #0059b3;
    border-radius: 5px;
}
footer .menu-footer ul li {
    font-size: 15px;
}
footer .contato-footer a {
    font-size: 15px;
    font-weight: 500;
}
footer .contato-footer li {
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 50px;
}
footer .menu-footer li {
    line-height: 25px;
}
footer .dif a {
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 40px;
}
footer .dif a i {
    font-size:45px;
    margin:10px;
    padding:0;
    color:#fff;
}
footer .dif a:hover i {
    text-decoration: none;
    color: #aaa;
}
/* DESENVOLVIDO POR Seven MPI*/
footer .footer-copyright {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    background: #00295a;
}
footer .footer-copyright a {
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.8px;
    line-height: 11px;
    top: 0;
    position: relative;;
}
footer p.footer-copyright {
    margin: 12px 0px 0 0;
    font-size: 11px;
}
footer .text-right {
    margin-top: 7px;
}
footer .footer-copyright p {
    color: #fff;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
footer .footer-copyright p.desenvolvido {
    margin: 5px 20px;
    padding-bottom: 0;
}
footer .col-md-4.text-center a img {
    position: relative;
    top: -8px;
}
footer .text-right a img {
        margin: 0 0 0 auto;
    position: relative;
    top: -3px;
}
/* FIM DESENVOLVIDO POR Seven MPI */
/* 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: 416px;
    right: 15px;
    transition: 0.8s all;
    padding: 18px 16px 13px 17px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #0059c3;
}
a.btn-telephone i {
    font-size: 29px;
    color: #0059c3;
    transition: 0.8s all;
}
a.btn-mail {
    top: 490px;
    right: 13px;
    transition: 0.8s all;
    padding: 15px 17px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #0059c3;
}
a.btn-mail i {
    font-size: 30px;
    color: #0059c3;
    transition: 0.8s all;
}
.btn-fixo a.btn-whatsapp {
    bottom: 22px;
    right: 9px;
    transition: 0.6s all;
    padding: 15px 16px 16px 20px;
    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 */

/* Ajustes Mobile */
@media screen and (max-width: 40em) {
    .box-btn-modal-orcamento, .header-container-main {
        display:none
    }
    .topo-contato {
        display: none;
    }
    .menu-footer-mobile {
        z-index: 3;
    }
    footer {
        padding: 10px 0 0 0;
        margin-bottom: 0;
    }
    footer h5 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    footer ul {
        margin-top: 0;
        margin-bottom: 10px;   
    }
    footer a {
        font-size: 16px;
    }
    footer .dif a {
        text-align: left;
    }
    footer .footer-copyright {
        text-align: center;
    }
    footer .footer-copyright a {
        line-height: 21px;
    }
    footer .text-right a img {
        text-align: center;
        margin: 0 auto;
    }
}