<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .splide__pagination__page {
    background: #48cdff;
    border: 1px solid #48cdff;
    margin: 12px 15px;
    width: 1rem;
    height: 1rem;
    transition: 0.5s;
    border-radius: 5000px;
}
body .splide__pagination__page.is-active {
    transform: none;
    background: #0d3f6d;
    border: 1px solid #0d3f6d;
    opacity: 1;
    width: 1rem;
    height: 60px;
}
body .splide__pagination {
    margin: 0px 1125px 0 0;
}
body .splide__arrow.splide__arrow--prev {
    /* display: none; */
    margin: 80px 0 0 -546px;
    opacity: 1;
    background-color: transparent;
    background-image: url("../../img/site/icones/arrow_forward.webp");
    background-position: center;
    background-repeat: no-repeat;
}
body .splide__arrow.splide__arrow--next {
    /* display: none; */
    margin: 50px 0 80px -546px;
    opacity: 1;
    background-color: transparent;
    background-image: url("../../img/site/icones/arrow_back.webp");
    background-position: center;
    background-repeat: no-repeat;
}

.banner {
    display: flex;
    justify-content: center;
}
.banner_img {
    width: 600px;
    /* background-color: #184900; */
    /* width: 50vw; */
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.banner_img img {
    /* width: 25vw; */
    width: 400px;
    padding: 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 2s;
}
.banner_text {
    /* width: 40vw; */
    width: 600px;
    /* background: #0d3f6d; */
    padding: 38px 80px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.banner_titulo {
    width: 468px;
    height: 195px;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 65px;
    color: #0d3f6d;
}
.banner_paragrafo {
    width: 468px;
    height: 88px;
    /* P Desktop */
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.btn_fale_conosco {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    width: 180px;
    height: 46px;
    background: #0d3f6d;
    border: 1px solid #0d3f6d;
    border-radius: 51px;
    /* P Desktop */
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    flex: none;
    order: 0;
    flex-grow: 0;
}
/* Somos especialistas */
.section_1 {
    display: flex;
    margin: 50px 0;
}
.section_img div img {
    width: 550px;
}
.section_txt {
    margin: 0 50px;
}
.section_titulo {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 65px;
    color: #0d3f6d;
}
.section_paragrafo {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.btn_conheca {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    background: #0d3f6d;
    border: 1px solid #0d3f6d;
    border-radius: 51px;
    flex: none;
    order: 2;
    flex-grow: 0;
    height: 40px;
    /* P Desktop */
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}
.bold {
    font-family: "Nunito";
    font-weight: 800;
}

/* Nossos serviÃ§os  */
.bg_nossos_servicos {
    position: absolute;
    z-index: -1;
    width: 100vw;
    /* min-height: 1050px; */
    /* min-height: 1400px; */
    height: 68vw;
    background-repeat: no-repeat;
    /* background-size: 100% cover; */
    background-size: cover;
    background-position: center;
    background-image: url("../../img/site/home/bg_nossos_servicos.webp");
}
.bg_servicos {
    /* background-color: #ff8b44; */
    /* min-height: 1400px; */
    height: 68vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nossos_servicos_txt {
    /* margin-top: 200px; */
    margin-bottom: 100px;
}
.nossos_servicos_titulo {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 900;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px;
}
.nossos_servicos_paragrafo {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}
.nossos_servicos_cards {
    display: flex;
    justify-content: space-between;
    margin-top: -50px;
    margin-bottom: 50px;
}
.nosso_servicos_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px;
    margin: 20px;
    gap: 32px;
    width: 269px;
    height: 400px;
    border: 3px solid #ffffff;
    border-radius: 20px;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.nosso_servico_titulo_card {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    /* line-height: 0px; */
    text-align: center;
    color: #ffffff;
    /* color: red; */
    margin: 0;
    padding: 0;
    /* width: 90vw; */
    height: auto;
    /* background-color: rebeccapurple; */
}
.btn_saiba_card {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    width: 145px;
    height: 46px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 51px;
    /* P Desktop */
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Fale conosco  */
.fale_conosco {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.fale_conosco_titulo {
    width: 340px;
    height: 65px;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 900;
    font-size: 55px;
    line-height: 65px;
    color: #0d3f6d;
}
.fale_conosco_paragrafo {
    width: 568px;
    height: 44px;
    /* P Desktop */
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #0d3f6d;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
.fale_conosco_img div img {
    width: 568px;
    height: 520px;
    border-radius: 0px 50px 50px 50px;
}
.efeito_fale_conosco {
    position: absolute;
    margin-top: -80px;
    padding: 20px;
}

.efeito_fale_conosco img {
    width: 40px !important;
    height: 40px !important;
}

.formulario {
    width: 630px;
}
.form-group {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    width: 568px;
    color: #000000;
}
.form-group label {
    display: flex;
}
.obrigatorio {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: red;
    margin: 0 5px;
}
.btn_form {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    width: 568px;
    height: 46px;
    background: #0d3f6d;
    border: 1px solid #0d3f6d;
    border-radius: 51px;
    flex: none;
    order: 4;
    align-self: stretch;
    flex-grow: 0;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}

@media screen and (orientation: portrait), (max-width: 1000px) {
    .desktop {
        display: none;
    }
    .mobile_none {
        display: none;
    }
    .banner {
        /* background-color: #48cdff; */
        flex-direction: column;
        justify-content: space-evenly;
        transition: 1s;
        margin: 0;
        padding: 0;
    }
    .banner_titulo,
    .banner_paragrafo {
        width: 80vw;
        margin: 0;
        padding: 0;
        /* background-color: orangered; */
        height: auto;
    }
    .banner_img {
        width: 90vw;
    }
    .banner_text {
        padding: 5px 2rem 10px 2rem;
        width: 90vw;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .banner_img img {
        width: 60vw;
        transition: 1s;
        height: auto;
        /* background-color: #48cdff; */
    }
    body .splide__pagination {
        margin: 0 1125px 300px 0;
    }
    body .splide__arrow.splide__arrow--prev,
    body .splide__arrow.splide__arrow--next {
        display: none;
    }

    .section_1 {
        flex-direction: column-reverse;
    }
    .section_txt,
    .section_img {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    .section_img div img {
        width: 80vw;
    }
    .bg_nossos_servicos,
    .bg_servicos {
        height: 450vh;
    }
    .nossos_servicos_cards {
        flex-direction: column;
    }
    .nosso_servicos_card {
        margin-bottom: 5px;
    }
    .fale_conosco {
        flex-direction: column;
        align-items: center;
    }
    .fale_conosco_titulo,
    .fale_conosco_paragrafo,
    .form-group,
    .btn_form,
    .fale_conosco_form {
        width: 80vw;
        height: auto;
    }
    .fale_conosco_titulo {
        margin: 0 0 50px 0;
    }
    .fale_conosco_img div img {
        width: 80vw;
        height: auto;
    }
}
@media screen and (orientation: portrait), (max-width: 580px) {
    /* body .splide__arrow.splide__arrow--next {
        margin-right: -65px;
    } */
    .nosso_servicos_card {
        height: 425px;
    }
}
</pre></body></html>