.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner {
    display: flex;
}
.banner_img {
    width: 25vw;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 2s;
}
.banner_text {
    min-width: 400px;
    background: #fff;
    /* background: #ff7622; */
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.txt_banner {
    max-width: 320px;
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    /* color: #000000; */
    color: #ff7622;
}
.paragrafo_banner {
    max-width: 310px;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.btn_entre_contato {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    width: 250px;
    height: 55px;
    background: #184900;
    border: 1px solid #184900;
    border-radius: 10px;
}
.entre_contato {
    padding: 0;
    margin: 0;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}
.banner_img_1 {
    background-image: url("../../img/site/banners/banner_1.png");
}
.banner_img_2 {
    background-image: url("../../img/site/banners/banner_2.png");
}
.banner_img_3 {
    background-image: url("../../img/site/banners/banner_3.png");
}
.banner_img_1:hover,
.banner_img_2:hover,
.banner_img_3:hover {
    width: 40vw;
    transition: 5s;
    background-position: center bottom;
}

/* Nome da página */
.pagina {
    margin: 25px 0 00;
}
.nome_pagina {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 67px;
    color: #000000;
}
.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: #000000;
}
.pagina_atual {
    margin: 0 5px;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
/* Empresa */
.empresa {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.empresa_efeito {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 32px 142px 32px 103px;
    gap: 24px;
    position: absolute;
    width: 700px;
    margin: 35px 0 0 0;
    height: 446px;
    background: #319600;
    border-radius: 20px;
    z-index: -1;
}
.empresa_titulo {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #ffffff;
    width: 450px;
    margin: 0;
    padding: 0;
    text-align: start;
}
.paragrafo_empresa {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    width: 450px;
}
.empresa_img {
    height: 500px;
    display: flex;
    /* background-color: #184900; */
    align-items: center;
}

/* Estrutura */
.estrutura {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.estrutura_txt {
    text-align: start;
}
.estrutura_titulo {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #ff7622;
}
.estrutura_paragrafo {
    width: 600px;
    margin: 10px 0;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #000000;
}

/* Carrosel */
.estrutura_card {
    width: 200px;
    height: 190px;
    background-size: 100% cover;
    background-position: center;
    background-repeat: no-repeat;
}
.estrutura_1 {
    background-image: url("../../img/site/carrosel_empresa/empresa_1.png");
}
.estrutura_2 {
    background-image: url("../../img/site/carrosel_empresa/empresa_2.png");
}
.estrutura_3 {
    background-image: url("../../img/site/carrosel_empresa/empresa_3.png");
}
.estrutura_4 {
    background-image: url("../../img/site/carrosel_empresa/empresa_4.png");
}
.estrutura_5 {
    background-image: url("../../img/site/carrosel_empresa/empresa_5.png");
}
.estrutura_6 {
    background-image: url("../../img/site/carrosel_empresa/empresa_6.png");
}
.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;
}

/* Politica */
.politica {
    display: flex;
    margin-bottom: 70px;
    justify-content: space-between;
}
.efeito_back_ground_politica {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 60px 32px 24px;
    gap: 16px;
    position: absolute;
    width: 730px;
    height: 348px;
    background: #ff8b44;
    border-radius: 20px;
    margin: 40px 0 0 20px;
    z-index: -1;
}
.titulo_politica {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    color: #000000;
}
.paragrafo_politica {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #000000;
    width: 580px;
    margin: 0;
}
.selo_img {
    position: absolute;
    margin-top: -400px;
    margin-left: -80px;
}

/* Valores  */
.bg_valores {
    /* background-color: #184900; */
    background-image: url("../../img/site/empresa/bg_valores.png");
}
.valores {
    margin: 50px 0;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card_valor {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px;
    gap: 16px;
    width: 369px;
    height: 286px;
    background: rgba(24, 73, 0, 0.8);
    border-radius: 20px;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.titulo_valor {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    width: 340px;
    text-align: center;
}
.paragrafo_valor {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
}
/* Gestao */
.gestao {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 50px;
}
.gestao_efeito {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 24px 32px 142px;
    gap: 24px;
    position: absolute;
    width: 750px;
    height: 354px;
    z-index: -1;
    margin: 10px 0 0 -100px;
    background: #319600;
    border-radius: 20px;
}
.titulo_gestao {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #ffffff;
    margin: 0;
}
.paragrafo_gestao {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
    width: 420px;
}
/* Solucao */
.solucao {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.solucao_efeito {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 32px 213px 32px 24px;
    gap: 24px;
    position: absolute;
    margin: 70px 0 0 0;
    z-index: -1;
    width: 782px;
    height: 245px;
    background: #184900;
    border-radius: 20px;
}
.titulo_solucao {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #ffffff;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px 0 0 100px;
}
.paragrafo_solucao {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    width: 440px;
    margin: 0;
}

.row {
    /* background-color: aqua; */
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
/* Modelo */
.exemplo {
    animation-name: change_associado;
    animation-duration: 2s;
}

@keyframes change_associado {
    from {
        margin: 6rem 0;
    }
    to {
        margin: 0rem;
        width: 400px;
    }
}
/* Tela Blog */
.card_artigo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 25px;
}
.artigo_txt {
    /* background-color: #184900; */
    width: 580px;
}
.artigo_img {
    /* background-color: #ff7622; */
    min-height: 250px;
    width: 640px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.card_artigo_header {
    display: flex;
    justify-content: space-between;
}
.artigo_data {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #515151;
}
.tags {
    display: flex;
}
.artigo_tag {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 0 5px;
    line-height: 17px;
    color: #ff7622;
}
.artigo_titulo_blog {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    color: #000000;
}
.artigo_description_blog {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.artigo_img img {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 24px 16px;
    gap: 8px;
    width: 568px;
    height: 250px;
    border-radius: 20px;
}
/* Blog detalhes */
.conteudo_texto {
    padding: 2rem 0;
    color: #5d5d60;
}
img {
    max-width: 100%;
    max-height: 45vw;
    border-radius: 0.3rem;
}
iframe {
    max-width: 90vw;
}
.conteudo_texto h2,
.conteudo_texto p,
.conteudo_texto ul {
    background-color: rgba(0, 0, 0, 0) !important;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.conteudo_texto h2,
.conteudo_texto h3 {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    color: #000000;
}
.conteudo_texto .language-javascript,
.conteudo_texto .language-markup {
    background-color: white;
}

/* Tela contato */
.linha_contato_efeito {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 79px;
    text-align: center;
    width: 100vw;
    border-bottom: 1px solid #184900;
}
.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: #184900;
    border: 1px solid #184900;
    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;
}
/* Tela Produtos */
.card_produto {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 16px;
    width: 369px;
    height: 668px;
    border: 1px solid #ff8b44;
    border-radius: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.produto_img {
    width: 300px;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.produto_titulo_txt {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000000;
}
.produto_info_txt {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0;
    color: #000000;
}
/* Tela info Produto */
.conteudo_produto {
    display: flex;
}
.conteudo_produto_img {
    width: 369px;
    height: 369px;
    margin: 0 24px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.conteudo_produto_txt {
    width: 765px;
}
.produto_info_txt {
    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;
    }
    .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 25px;
    }
    .empresa {
        flex-direction: column;
    }
    .empresa_efeito,
    .efeito_back_ground_politica,
    .gestao_efeito,
    .solucao_efeito {
        position: relative;
        width: 90vw;
        margin: 15px 0;
        padding: 0;
        height: auto;
    }
    .empresa_titulo,
    .titulo_politica,
    .titulo_gestao,
    .titulo_solucao {
        margin: 15px 0 0 0;
        width: 90vw;
        padding: 0px 15px;
        text-align: center;
    }
    .paragrafo_empresa,
    .paragrafo_politica,
    .paragrafo_gestao,
    .paragrafo_solucao {
        margin: 0 0 10px 0;
        width: 90vw;
        padding: 0px 15px;
        text-align: center;
    }
    .empresa {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .empresa_img,
    .estrutura_img {
        height: auto;
    }
    .solucao_img img,
    .gestao_img img,
    .estrutura_img img,
    .empresa_img img {
        width: 90vw;
        margin: 0;
        padding: 0;
    }
    .estrutura,
    .estrutura_txt,
    .estrutura_paragrafo,
    .solucao {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .estrutura {
        flex-direction: column-reverse;
    }
    .estrutura_txt {
        margin: 20px 0;
    }
    .estrutura_paragrafo {
        width: 90vw;
    }
    .selo_img img {
        width: 80px;
    }
    .selo_img {
        margin-top: -170px;
        margin-left: -50px;
    }
    .politica,
    .gestao {
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .politica {
        flex-direction: column;
    }
    .estrutura_carrosel {
        margin-top: 40px;
        margin-bottom: -25px;
    }
    .valores {
        flex-direction: column;
        margin: -25px 0 15px 0;
    }
    .gestao {
        margin-bottom: 15px;
    }
    .card_valor {
        margin-bottom: 10px;
    }
    .paragrafo_valor {
        text-align: center;
    }
    .imgtarget {
        max-height: 190px;
    }
    .center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .conteudo_produto {
        flex-direction: column-reverse;
    }
    .produto_info_txt,
    .conteudo_texto {
        width: 90vw;
    }
    .conteudo_produto_img {
        width: 90vw;
    }
    .card_artigo {
        flex-direction: column;
        /* background-color: #319600; */
        align-items: center;
    }
    .artigo_txt {
        width: 80vw;
    }
    .artigo_img {
        max-width: 80vw;
        height: auto;
    }
    .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;
        /* background-color: #184900; */
    }
}
@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 {
        /* background-color: #184900; */
        width: 80vw;
        margin: 0;
        text-align: center;
    }
    .produto_titulo_txt,
    .produto_info_txt {
        width: 90vw;
        padding: 0 23px;
        text-align: center;
        /* background-color: #184900; */
    }
    .card_produto {
        width: 80vw;
        /* background-color: #184900; */
    }
    .titulo_valor {
        width: 75vw;
    }
    .card_valor {
        width: 80vw;
        height: auto;
    }
    .produto_img {
        width: 75vw;
    }
    .contato_icones {
        margin-left: 0;
    }
    .artigo_img {
        min-height: 150px;
    }
}

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