<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "./modules/footer.css";

@font-face {
    font-family: "Calibri";
    src: url("./fonts/calibri/calibri.ttf");
    font-display: swap;
}

/* @font-face {
    font-family: "Rubik";
    src: url("./fonts/rubik/Rubik-VariableFont_wght.ttf");
} */

/* @font-face {
    font-family: "Autography";
    src: url("./fonts/autography/Autography.otf");
} */

@font-face {
    font-family: "Poppins";
    src: url("./fonts/Poppins/Poppins-Light.ttf");
}

@font-face {
    font-family: "Nunito";
    src: url("./fonts/nunito/Nunito-VariableFont_wght.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Arial Rounded MT Bold";
    src: url("./fonts/arial_rounded_mt/arial-rounded-mt-bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Libre Franklin";
    src: url("./fonts/Libre_Franklin/LibreFranklin-VariableFont_wght.ttf");
    font-display: swap;
}

* {
    scrollbar-width: auto;
    scrollbar-color: gray transparent;
}

*::-webkit-scrollbar {
    width: 0.5rem;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
    border: 3px solid transparent;
}

html,
body {
    font-size: 16px;
    font-family: "Nunito";
    margin: 0;
    padding: 0;
    color: black;
    box-sizing: border-box;
    position: relative;
    scroll-behavior: smooth;
    overflow-x: hidden;
    /* overflow-x: clip; */
}
.container {
    /* max-width: 1140px; */
    max-width: 1250px;
    /* max-width: 100vw; */
}
.link {
    color: black;
}
.link-white{
    color: white;
    text-decoration: none;
}
.link:hover {
    color: black;
    text-decoration: none;
}
.link-white:hover {
    color: white;
    text-decoration: none;
}
.hide-self {
    display: none;
}
.is-invalid {
    background-color: red;
    color: #fff;
}

.popup-home {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.432);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
.popup-home .content {
    height: max-content;
    width: auto;
    position: relative;
    border: 3px solid white;
    border-radius: 10px;
}
.popup-home .content i {
    position: absolute;
    top: -30px;
    right: -30px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}
.popup-home .content img {
    height: 70vh;
    width: auto;
    border-radius: 10px;
}
.popup-home.none {
    display: none;
}
@keyframes opening {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}
@keyframes close {
    from {
        transform: scaleY(1);
    }
    to {
        transform: scaleY(0);
    }
}

@keyframes shake {
    0% {
        transform: scale(1) rotate(-5deg);
    }
    50% {
        transform: scale(1.1) rotate(0deg);
    }
    75% {
        transform: scale(1.1) rotate(5deg);
    }
    0% {
        transform: scale(1) rotate(0deg);
    }
}

.item {
    width: 40vw;
    height: 300px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-position: center;
    background-size: 100% auto;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 10px;
}
.item img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

@media screen and (orientation: portrait), (max-width: 1000px) {
    .popup-home {
        z-index: 9;
        bottom: 0;
    }
    .popup-home .content {
        max-width: 80vw;
        max-height: 90vh;
    }
    .popup-home .content img {
        width: 100%;
        height: auto;
    }
    .item {
        width: 90vw;
    }
}

/* Inicio Header */
.header_topo {
    color: white;
    background-color: #0d3f6d;
    height: 35px;
}
.header_central {
    display: flex;
    justify-content: end;
}
.navbar_personalizado_all {
    /* background-color: #2f2f2f; */
    /* position: absolute; */
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.nav__site__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_bg {
    display: flex !important;
    justify-content: space-between !important;
    width: 1100px;
}
.navbar-light .navbar-nav .nav-link {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin: 0;
    padding: 25px 0 0 0;
    display: flex;
    align-items: center;
}
li .link_btn {
    height: 50px;
}
.navbar {
    padding: 20px 0 5px 0 !important;
}
.itens_menu_header {
    display: flex;
    align-items: flex-end;
    width: 680px;
}
.desktop_none {
    display: none;
}
.contatos_header {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0;
    padding-top: 5px;
}
.contato_header {
    display: flex;
    align-items: baseline;
    margin: 0 0 0 50px;
}
.txt_contato_header {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding: 0 0 0 15px;
}
.header_itens_nav {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}
.btn_contato {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    width: 108px;
    height: 46px;
    background: #0d3f6d;
    border: 1px solid #0d3f6d;
    border-radius: 51px;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}
.cool-link {
    display: inline-block;
    color: #0d3f6d;
    text-decoration: none;
}
.cool-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #0d3f6d;
    transition: width 0.3s;
}
.cool-link:hover::after {
    width: 100%;
    transition: width 0.3s;
}
@media screen and (orientation: portrait), (max-width: 1000px) {
    body .splide_slider2 .splide__track .splide__list {
        width: 98vw;
    }
    .header_central {
        flex-direction: column;
    }
    .desktop_none {
        display: initial;
    }
    .mobile_none {
        display: none;
    }
    .logo_mobile a img {
        width: 150px;
        margin-top: 10px;
    }
    .logo_mobile {
        width: 100vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .logo_mobile {
        padding-bottom: 10px;
        align-items: center;
    }
    .btn_menu {
        position: absolute;
        top: 15px;
        right: 25px;
        background-color: rgba(255, 255, 255, 0.516);
        border: none;
    }
    .header__nav {
        padding: 0;
    }
    .nav__site__menu {
        flex-direction: column;
        text-align: center;
        width: 90vw;
    }
    .navbar_personalizado {
        justify-content: start;
        padding: 5px 0 25px 0;
    }
    .nav_bg {
        height: auto;
        width: 90vw;
        display: flex;
    }
    .header_itens_nav {
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .itens_menu_header {
        align-items: center;
        justify-content: center;
    }
    .contatos_header {
        flex-direction: row;
        justify-content: space-between;
    }
    .contato_header {
        margin: 0px;
        /* background: #0d3f6d; */
    }
    .txt_contato_header {
        font-size: 2vw;
    }
    .contato_header div img {
        width: 3vw;
    }
    .nav_bg {
        align-items: center;
    }
    .itens_menu_header {
        width: 90vw;
    }
}
.visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.hamburger {
    margin: 0 auto;
    margin-top: 30px;
    width: 30px;
    height: 30px;
    position: relative;
}
.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background: #0d3f6d;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}
.bar1 {
    top: 0;
}
.bar2,
.bar3 {
    top: 13.5px;
}
.bar3 {
    right: 0;
}
.bar4 {
    bottom: 0;
}
.hamburger2 .bar2,
.hamburger3 .bar3,
.hamburger4 .bar4 {
    top: 13.5px;
}
.hamburger4 .bar5 {
    bottom: 0px;
}
.hamburger4 .bar {
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}
.hamburger4 .bar2 {
    width: 1px;
    transform: rotate(90deg);
    left: 13.5px;
}
.hamburger4 .bar3 {
    width: 1px;
    left: 13.5px;
}
.checkbox4:checked + label &gt; .hamburger4 &gt; .bar1 {
    top: 13.5px;
    background-color: transparent;
}
.checkbox4:checked + label &gt; .hamburger4 &gt; .bar2 {
    left: 0px;
    width: 30px;
    transform: rotate(45deg);
}
.checkbox4:checked + label &gt; .hamburger4 &gt; .bar3 {
    left: 0;
    width: 30px;
    transform: rotate(-45deg);
}
.checkbox4:checked + label &gt; .hamburger4 &gt; .bar4 {
    background-color: transparent;
}
.checkbox4:checked + label &gt; .hamburger4 &gt; .bar5 {
    bottom: 13.5px;
    background-color: transparent;
}
/* Fim header */
</pre></body></html>