<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Nome da pÃ¡gina */
.pagina {
    margin: 25px 0 00;
}
.nome_pagina {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 900;
    font-size: 55px;
    line-height: 65px;
    color: #0d3f6d;
}
.caminho_pagina {
    display: flex;
    align-items: baseline;
}
.pagina_anterior {
    margin-right: 5px;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #0d3f6d;
}
.pagina_atual {
    margin: 0 5px;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #0d3f6d;
}

/* Carrosel */
.estrutura_card {
    width: 200px;
    height: 190px;
    background-size: 100% cover;
    background-position: center;
    background-repeat: no-repeat;
}
.estrutura_carrosel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px 0 50px 0;
}
.estrutura_efeito2 {
    width: 200px;
    height: 190px;
    background-color: #ff7622;
    position: absolute;
    z-index: -1;
    margin: -184px 0 0 6px;
}
.estrutura_efeito {
    width: 200px;
    height: 190px;
    background-color: #ff7622;
    position: absolute;
    z-index: -1;
    margin: 6px 0 0 6px;
}
body .splide__arrow.splide__arrow--prev {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 40px;
    height: 40px;
    background: #ff8b44;
    opacity: 0.5;
    border-radius: 39px;
    margin-left: -70px;
}
body .splide__arrow.splide__arrow--next {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 40px;
    height: 40px;
    background: #ff8b44;
    opacity: 0.5;
    border-radius: 39px;
    margin-right: -50px;
}

.row {
    background-color: aqua;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

/* Tela contato */
.linha_contato_efeito {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 79px;
    text-align: center;
    width: 100vw;
    border-bottom: 1px solid #0d3f6d;
}
.frame_local {
    height: 300px;
    border-radius: 0.3rem;
}
.contato {
    display: flex;
}
.formulario {
    width: 630px;
}
.form-group {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    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 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    width: 630px;
    height: 46px;
    background: #0d3f6d;
    border: 1px solid #0d3f6d;
    border-radius: 10px;
    margin-top: 30px;
}
.enviar_contato {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}
.contato_icones {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.contato {
    margin: 50px 0;
}
.contato_icone {
    display: flex;
    margin-bottom: 15px;
}
.coluna_info_icones {
    margin-left: 20px;
}
.contato_titulo_icone {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin: 0;
}
.contato_info_icone {
    width: 380px;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin: 5px 0 0 0;
}
.banner {
    display: flex;
    justify-content: center;
}
.banner_img {
    width: 600px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.banner_img img {
    width: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 2s;
}
.banner_text {
    width: 600px;
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.banner_paragrafo {
    width: 568px;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

/* Quem Somos */
.nossa_infra {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nossa_infra_titulo {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 900;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    color: #0d3f6d;
}
.nossa_infra_paragrafo {
    width: 950px;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}
.carrosel_infra {
    height: 250px;
    background-color: #48cdff;
}
/* Carrosel */
.estrutura_card {
    width: 200px;
    height: 190px;
    background-size: 100% cover;
    background-position: center;
    background-repeat: no-repeat;
}
.estrutura_carrosel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px 0 50px 0;
}

body .splide__arrow.splide__arrow--prev {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 40px;
    height: 40px;
    background: #48cdff;
    opacity: 0.5;
    border-radius: 39px;
    margin-left: -70px;
}
body .splide__arrow.splide__arrow--next {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 40px;
    height: 40px;
    background: #48cdff;
    opacity: 0.5;
    border-radius: 39px;
    margin-right: -50px;
}

body .splide__pagination__page {
    width: 16px;
    height: 16px;
    background: #155896;
    opacity: 0.5;
}
body .splide__pagination__page.is-active {
    width: 16px;
    height: 16px;
    background: #0d3f6d;
    opacity: 1;
}
body .splide__pagination {
    margin: 0 0 250px 0;
}

/* PoÃ§o Artesiano */
.bg_poco {
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 1800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url("../../img/site/poco/bg.webp");
}
.perfuracao {
    margin-top: 200px;
    /* background-color: #ff7622; */
}
.perfuracao_titulo {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 900;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 100px;
}
.poco_1,
.poco_2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.poco_txt_1,
.poco_txt_2 {
    width: 570px;
}
.poco_img_1 {
    width: 570px;
    text-align: end;
}
.poco_img_2 {
    width: 570px;
    text-align: start;
}
.titulo_poco {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #ffffff;
    margin-top: 60px;
    margin-bottom: 20px;
}
.paragrafo_poco {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    width: 530px;
    line-height: 22px;
    color: #ffffff;
}
.efeito_perfuracao {
    position: absolute;
    width: 30px;
    height: 700px;
    /* background-color: #ff7622; */
    /* top: 5%; */
    /* bottom: 0; */
    top: 1500px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ponto_1 {
    position: absolute;
    margin: -5px 0 0 0;
}
.ponto_2 {
    position: absolute;
    margin: 640px 0 0 0;
}

/* ServiÃ§os */
.paragrafo_servico {
    width: 668px;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding: 0;
    margin: 15px 0;
    color: #0d3f6d;
}
.txt_servico {
    margin-bottom: 50px;
}
.card_servicos {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px;
    gap: 8px;
    isolation: isolate;
    width: 568px;
    min-height: 215px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 25px;
}
.cards_servicos {
    display: flex;
    justify-content: space-between;
}
.card_servicos {
    flex-direction: column;
}
.sub_card_servico {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.sub_img {
    margin: 0 20px;
}

.titulo_card_servico {
    width: 536px;
    height: 49px;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #0d3f6d;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    z-index: 1;
}
.paragrafo_card_servico {
    width: 536px;
    /* height: 66px; */
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    z-index: 2;
}
.img_card_servico {
    box-sizing: border-box;
    position: absolute;
    width: 169px;
    height: 200.97px;
    margin: -15px 0 0 350px;
    /* right: 0px;
    top: 0px; */
    /* border: 3px solid #0d3f6d; */
}
.titulo_sub_card_servico {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    color: #0d3f6d;
}
.paragrafo_sub_card_servico {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
@media screen and (orientation: portrait), (max-width: 1000px) {
    .mobile_none {
        display: none;
    }
    .banner {
        flex-direction: column;
    }

    .banner_text,
    .banner_paragrafo {
        margin: 15px 0 0 0;
        width: 90vw;
    }
    .paragrafo_empresa {
        margin: 0 0 10px 0;
        width: 90vw;
        padding: 0px 15px;
        text-align: center;
    }
    .banner_img,
    .banner_img img {
        width: 90vw;
        margin: 0;
        padding: 0;
    }
    .efeito_perfuracao {
        display: none;
    }
    .poco_1 {
        flex-direction: column;
    }
    .poco_2 {
        flex-direction: column-reverse;
    }
    .perfuracao {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .poco_img_1,
    .poco_img_1 img,
    .poco_img_2,
    .poco_img_2 img {
        width: 90vw;
        margin: 0;
        padding: 0;
        margin: 0;
    }
    .poco_txt_1,
    .poco_txt_2,
    .paragrafo_poco {
        width: 90vw;
        text-align: center;
    }

    .bg_poco {
        height: 3000px;
    }

    .nossa_infra_titulo {
        word-break: break-all;
        width: 90vw;
    }
    .nossa_infra_paragrafo {
        width: 90vw;
    }
    .paragrafo_servico {
        width: 90vw;
    }
    .card_servicos {
        width: 90vw;
    }
    .titulo_card_servico,
    .paragrafo_card_servico {
        width: 85vw;
        height: auto;
    }
    .img_card_servico {
        margin-left: 0;
    }

    .cards_servicos {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .imgtarget {
        max-height: 190px;
    }

    .caminho_pagina {
        display: none;
    }
    .contato,
    .form_editor {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .formulario,
    .btn_form {
        width: 80vw;
    }
    .card_produto {
        width: 90vw;
    }
    .contato_icones {
        margin-left: 0px;
    }
}

@media screen and (orientation: portrait), (max-width: 500px) {
    .contato_icone {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .coluna_info_icones,
    .contato_info_icone {
        width: 80vw;
        margin: 0;
        text-align: center;
    }
}

@media screen and (orientation: portrait), (max-width: 580px) {
    body .splide__arrow.splide__arrow--next {
        margin-right: -65px;
    }
}
</pre></body></html>