body {
    font-family: "Archivo", sans-serif;
    font-style: normal;
}
a:hover, a:focus {
    text-decoration: none;
}
main.main-content {
    margin-top: 0;
}
/* FIM HEADER */
.topo-contato {
    text-align: right;
    padding: 12px 0;
    width: 100%;
    background: linear-gradient(90deg, #002048 0%, #002a5d 30%, #003779 55%, #004493 75%, #0054bb 100%);
}
.topo-contato .redes-topo {
    display: flex;
    gap: 22px;
    width: 37%;
    height: 0;
}
.topo-contato .redes-topo a {
    color: #fff;
    font-size: 16px;
    transition: .3s;
}
.topo-contato .redes-topo a:hover {
    color: #fff;
    opacity: 1;
    transform: translateY(-2px);
}
.topo-contato .contatos-topo {
    display: inline-flex;
    gap: 20px;
}
.topo-contato .contatos-topo a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, .85);
    font-size: 13px;
    text-decoration: none;
    transition: .3s;
}
.topo-contato .contatos-topo a:hover {
    color: #fff;
}
.topo-contato .contatos-topo i {
    font-size: 10px;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 10000;
    margin: 0;
    box-shadow: 0 1px 13px 2px #7d7d7d2e;
    height: auto;
}
header .header-container-main {
    display: flex;
    align-items: center;
    min-height: auto;
}
header .header-container-main .col-md-2, .header-container-main .col-md-10 {
    padding:0;
}
/* LOGO */
.logo {
    display: flex;
    align-items: center;
    margin: 0;
}
.logo a {
    display: block;
}
.logo img {
    display: block;
    width: 100%;
}
/* MENU */
.menu {
    width: 100%;
}
.menu-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-list > li {
    position: relative;
    margin: 0;
    padding: 0;
}
.menu-list > li > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 45px 0 42px;
    color: #092847;
    font-size: 13px;
    letter-spacing: 0.8px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color .3s ease;
}
.menu-list > li > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 0;
    height: 2px;
    background: #0056b8;
    transform: translateX(-50%);
    transition: width .3s ease;
}
.menu-list > li > a:hover {
    color: #0056b8;
}
.menu-list > li > a:hover::after {
    width: 100%;
}
.menu-list > li:first-child > a::after {
    width: 100%;
}
.menu-list > li > a i {
    font-size: 8px;
    padding-left: 3px;
}
/* PRODUTOS */
.menu-produtos {
    position: relative;
}
.submenu-produtos {
    position: absolute;
    top: 85px;
    left: 50%;
    z-index: 9999;
    width: 210px;
    margin: 0;
    padding: 8px 0;
    border-top: 3px solid #0056b8;
    border-radius: 0 0 5px 5px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 35, 75, .15);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}
.menu-produtos:hover .submenu-produtos {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}
.menu-produtos:hover > a i {
    transform: rotate(180deg);
}
.menu-produtos > a i {
    transition: transform .3s ease;
}
.submenu-produtos li {
    margin: 0;
}
.submenu-produtos li a {
    display: block;
    padding: 11px 12px;
    color: #173957;
    font-size: 15px;
    letter-spacing: 0.8px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: .3s;
}
.submenu-produtos li a:hover {
    padding-left: 23px;
    background: #f3f7fb;
    color: #0056b8;
}
/* BOTÃO ORÇAMENTO */
.menu-list > li.menu-orcamento {
    margin-left: 0;
}
.menu-list > li.menu-orcamento > a {
     min-width: 190px;
    min-height: 46px;
    justify-content: center;
    padding: 12px 22px;
    border: 2px solid #0056b8;
    background: #0056b8;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 86, 184, .12);
    transition: background .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.menu-list > li.menu-orcamento > a::after {
    display: none;
}
.menu-list > li.menu-orcamento > a:hover {
    background: #fff;
    color: #0056b8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 86, 184, .18);
}
/* =========================================================
   FOOTER
========================================================= */
footer.footer-principal {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    background: #001421;
    color: #fff;
}
footer.footer-principal a {
    color: inherit;
    text-decoration: none;
}
footer.footer-principal a:hover, footer.footer-principal a:focus {
    text-decoration: none;
}
/* =========================================================
   CONTEÚDO PRINCIPAL
========================================================= */
.footer-conteudo {
    position: relative;
    padding: 65px 0 55px;
    overflow: hidden;
    background: linear-gradient(115deg, #00111e 0%, #001624 35%, #001a2b 65%, #001421 100%);
}
.footer-conteudo::before {
    content: "";
    position: absolute;
    top: -250px;
    left: -180px;
    width: 600px;
    height: 600px;
    border: 90px solid rgba(0, 89, 195, .025);
    transform: rotate(35deg);
    pointer-events: none;
}
.footer-conteudo::after {
    content: "";
    position: absolute;
    right: -220px;
    bottom: -320px;
    width: 650px;
    height: 650px;
    border: 100px solid rgba(0, 89, 195, .03);
    transform: rotate(35deg);
    pointer-events: none;
}
/* =========================================================
   LOGO
========================================================= */
.footer-marca {
    padding-top: 5px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 30px;
}

.footer-logo img {
    display: block;
    width: auto;
    max-width: 280px;
    max-height: 95px;
    margin: 0;
}
/* Caso esteja usando o logo normal em vez do branco:

.footer-logo img {
    filter: brightness(0) invert(1);
}

*/
/* =========================================================
   TÍTULOS
========================================================= */
.footer-coluna h5 {
    margin: 0 0 25px;
    padding: 0;
    border: 0;
    color: #004493;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .8px;
    text-transform: uppercase;
}
/* =========================================================
   REDES SOCIAIS
========================================================= */
.footer-redes {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-redes li {
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}
.footer-redes li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #004493;
    font-size: 22px;
    transition: color .3s ease, transform .3s ease, opacity .3s ease;
}
.footer-redes li a:hover {
    color: #fff;
    transform: translateY(-4px);
}
.footer-redes li i {
    margin: 0;
    color: inherit;
    font-size: inherit;
}
/* =========================================================
   INSTITUCIONAL
========================================================= */
.footer-produtos ul, .footer-institucional ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-produtos ul li, .footer-institucional ul li {
    margin: 0 0 13px;
    padding: 0;
    line-height: 1.3;
}
.footer-produtos ul li:last-child, .footer-institucional ul li:last-child {
    margin-bottom: 0;
}
.footer-produtos ul li a, .footer-institucional ul li a {
    position: relative;
    display: inline-block;
    padding: 2px 0;
    color: rgb(255 255 255);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: color .3s ease, transform .3s ease;
}
.footer-produtos ul li a::after, .footer-institucional ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #0874e8;
    transition: width .3s ease;
}
.footer-produtos ul li a:hover, .footer-institucional ul li a:hover {
    color: #fff;
    transform: translateX(4px);
}
.footer-produtos ul li a:hover::after, .footer-institucional ul li a:hover::after {
    width: 100%;
}
/* =========================================================
   CONTATOS
========================================================= */
.footer-contato__lista {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer-contato__item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.8px;
    transition: color .3s ease, transform .3s ease;
}
.footer-contato__item:hover {
    color: #fff;
    transform: translateX(4px);
}
.footer-contato__icone {
    flex: 0 0 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #fff;
    color: #004493;
    font-size: 11px;
    padding: 10px 7px 7px 9px;
    box-shadow: 0 3px 8px rgba(0, 91, 185, .25);
    transition: background .3s ease, transform .3s ease;
}
.footer-contato__item:hover .footer-contato__icone {
    background: #0877e8;
    transform: scale(1.08);
}
.footer-contato__item--endereco {
    align-items: flex-start;
    margin-top: 18px;
}
.footer-contato__item--endereco .footer-contato__icone {
    margin-top: 2px;
}
/* =========================================================
   COPYRIGHT
   DESENVOLVIDO POR LOBA / SEVEN
========================================================= */

footer.footer-principal .footer-copyright {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .06);
    background: #000e18;
}
.footer-copyright__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    min-height: 44px;
    gap: 0;
}
footer.footer-principal .footer-copyright p {
    margin: 0;
    padding: 0;
    color: rgb(255 255 255);
    font-size: 13px;
    font-weight: 200;
    line-height: 1.4;
    letter-spacing: .5px;
}
.footer-copyright__seven {
    text-align: center;
}
.footer-copyright__seven a {
    display: block;
    color: #fff;
    font-size: 10px;
    letter-spacing: .3px;
    transition: color .3s ease;
    position: relative;
    top: 4px;
}
.footer-copyright__seven img {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 85px;
    max-height: 25px;
    margin: 0;
    top: -4px;
    left: -2px;
}
.footer-copyright__w3c {
    text-align: right;
}
.footer-copyright__w3c a {
    display: inline-block;
}
.footer-copyright__w3c img {
    display: inline-block;
    width: auto;
    max-height: 28px;
    margin: 0;
}
/* =========================================================
   WHATSAPP FLUTUANTE
========================================================= */

.whatsapp-flutuante {
    position: fixed;
    z-index: 999;
    right: 25px;
    bottom: 28px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
}

/* =========================================================
   BOTÃO CIRCULAR
========================================================= */

.whatsapp-flutuante__circulo {
    position: relative;
    display: flex;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #00a859;
    color: #fff !important;
    text-decoration: none !important;
    pointer-events: auto;
    box-shadow:
        0 8px 25px rgba(0, 0, 0, .22),
        0 0 0 8px rgba(0, 168, 89, .08);
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition:
        opacity .35s ease,
        visibility .35s ease,
        transform .35s ease,
        background .3s ease;
}

.whatsapp-flutuante__circulo:hover {
    background: #03c100;
    color: #fff !important;
    transform: scale(1.08);
}

.whatsapp-flutuante__icone {
    position: relative;
    z-index: 3;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.whatsapp-flutuante__icone i {
    font-size: 34px;
}

/* =========================================================
   EFEITO DE PULSO
========================================================= */

.whatsapp-flutuante__pulso {
    position: absolute;
    z-index: 1;
    inset: -1px;
    border-radius: 50%;
    background: #03c100;
    animation: whatsappPulso 2s infinite;
}

@keyframes whatsappPulso {

    0% {
        opacity: .65;
        transform: scale(1);
    }

    70% {
        opacity: 0;
        transform: scale(1.45);
    }

    100% {
        opacity: 0;
        transform: scale(1.45);
    }

}

/* =========================================================
   ESCONDER CÍRCULO
========================================================= */

.whatsapp-flutuante.whatsapp-final .whatsapp-flutuante__circulo {
    opacity: 0;
    visibility: hidden;
    transform: scale(.7);
    pointer-events: none;
}

/* =========================================================
   CARD WHATSAPP
========================================================= */

.whatsapp-flutuante__card {
    position: absolute;
    right: 0;
    bottom: 0;

    display: flex;
    width: 310px;
    min-height: 72px;
    padding: 10px 12px;
    align-items: center;
    gap: 11px;

    border: 1px solid #eef1f4;
    border-radius: 40px;

    background: #fff;
    color: #17243a !important;
    text-decoration: none !important;

    pointer-events: none;

    box-shadow:
        0 8px 30px rgba(0, 0, 0, .16),
        0 2px 7px rgba(0, 0, 0, .08);

    opacity: 0;
    visibility: hidden;

    transform:
        translateY(15px)
        scale(.94);

    transform-origin: right center;

    transition:
        opacity .4s ease,
        visibility .4s ease,
        transform .4s cubic-bezier(.2, .8, .2, 1);
}

/* =========================================================
   MOSTRAR CARD
========================================================= */

.whatsapp-flutuante.whatsapp-final .whatsapp-flutuante__card {
    opacity: 1;
    visibility: visible;
    transform:
        translateY(0)
        scale(1);
    pointer-events: auto;
}

/* =========================================================
   AVATAR
========================================================= */

.whatsapp-flutuante__avatar {
    position: relative;
    display: flex;
    flex: 0 0 49px;
    width: 49px;
    height: 49px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #c44df3,
        #8a56ee
    );
    color: #fff;
    box-shadow: 0 3px 9px rgba(87, 58, 180, .22);
}

.whatsapp-flutuante__avatar span {
    color: #fff;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
}

/* ONLINE */

.whatsapp-flutuante__avatar i {
    position: absolute;
    right: -1px;
    bottom: 3px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #16cf78;
}

/* =========================================================
   TEXTO
========================================================= */

.whatsapp-flutuante__texto {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.whatsapp-flutuante__texto strong {
    display: block;
    margin: 0 0 3px;
    color: #182237;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.whatsapp-flutuante__texto span {
    display: block;
    color: #8a919d;
    font-size: 10px;
    line-height: 1.25;
    white-space: nowrap;
}

/* =========================================================
   ÍCONE WHATSAPP CARD
========================================================= */

.whatsapp-flutuante__card-icone {
    display: flex;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #00b96b;
    color: #fff;
    transition:
        background .3s ease,
        transform .3s ease;
}

.whatsapp-flutuante__card-icone i {
    color: #fff;
    font-size: 21px;
}

/* =========================================================
   HOVER CARD
========================================================= */

.whatsapp-flutuante__card:hover {
    color: #17243a !important;
    transform:
        translateY(-3px)
        scale(1);
}

.whatsapp-flutuante__card:hover .whatsapp-flutuante__card-icone {
    background: #009e5b;
    transform: scale(1.06);
}

/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 767px) {

    .whatsapp-flutuante {
        right: 15px;
        bottom: 18px;
    }

    .whatsapp-flutuante__circulo {
        width: 56px;
        height: 56px;
    }

    .whatsapp-flutuante__icone i {
        font-size: 26px;
    }

    .whatsapp-flutuante__card {
        width: 285px;
        min-height: 65px;
        padding: 8px 10px;
        gap: 9px;
    }

    .whatsapp-flutuante__avatar {
        flex-basis: 45px;
        width: 45px;
        height: 45px;
    }

    .whatsapp-flutuante__avatar span {
        font-size: 17px;
    }

    .whatsapp-flutuante__texto strong {
        font-size: 12px;
    }

    .whatsapp-flutuante__texto span {
        font-size: 9px;
    }

    .whatsapp-flutuante__card-icone {
        flex-basis: 39px;
        width: 39px;
        height: 39px;
    }

}

/* =========================================================
   MOBILE PEQUENO
========================================================= */

@media screen and (max-width: 380px) {

    .whatsapp-flutuante__card {
        width: calc(100vw - 30px);
    }

}
/* =========================================================
   MAIN
========================================================= */

main h2 {
    font-size: 22px;
}
/* Ajustes Mobile */
@media screen and (max-width: 1199px) {

    .menu-list {
        gap: 20px;
    }

    .menu-list > li > a {
        font-size: 10px;
    }

    .menu-list > li.menu-orcamento {
        margin-left: 5px;
    }

    .menu-list > li.menu-orcamento > a {
        min-width: 160px;
        padding-right: 14px;
        padding-left: 14px;
        font-size: 9px;
    }

    .logo img {
        max-width: 165px;
    }

    .contatos-topo {
        gap: 20px;
    }

}
@media screen and (max-width: 1024px) {
    header .agende-agora-header {
        right: -56px;
    }
    .menu-footer-mobile {
        display: none;
    }
    .menu {
        margin: 27px 0;
        right: -150px;
    }
}
@media screen and (max-width: 768px) {
    header {
        height: 69px;
    }
    .menu-footer-mobile {
        display: none;
    }
    header .logo img {
        width: 20%;
        margin: 0;
    }
    header .agende-agora-header {
        right: -83%;
        top: -85px;
        height: 84px;
        width: 26%;
    }
    .menu {
        width: 128%;
        position: relative;
        margin: 12px 0;
        right: 272px;
    }
    .menu > .menu-list > li > a {
        padding: 10px 7px;
    }
}
@media screen and (max-width: 40em) {
    .menu-footer-mobile {
        display: none;
    }
    header {
        height: 50px;
    }
    .topo-contato {
        display: none;
    }
.container.header-container-main {
    display: none;
}
    .menu-footer-mobile {
        display: none;
    }
    footer {
        margin-bottom: 0;
    }
    footer h5 {
        margin: 40px 0 20px 0;
    }
    footer p {
        font-size: 15px;
    }
    footer ul.do-institucional-footer li {
        padding: 5px 0px;
    }
    footer .footer-copyright {
        text-align: center;
    }
    footer .text-right a img {
        margin: 5px auto 0;
    }
    .slick-prev, .slick-next {
        display: none;
    }
}