/* Inicio Header */
.header_topo {
    color: white;
    background-color: #bc1c24;
    height: 35px;
}
.header_central {
    display: flex;
    justify-content: center;
}
.txt_header_topo {
    padding: 5px 20px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
}
.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: "Arial Rounded MT Bold";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    margin: 0 0 2px 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;
    /* background-color: aquamarine; */
    width: 780px;
}

.desktop_none {
    display: none;
}
body .splide_2 .splide__arrow.splide__arrow--prev {
    display: none;
}
body .splide_2 .splide__arrow.splide__arrow--next {
    display: none;
}

body .splide__pagination__page {
    display: none;
}
body .splide__pagination__page.is-active {
    display: none;
}
body .splide_slider2 .splide__track .splide__list {
    /* background-color: #000000; */
    width: 1000px;
    text-align: center;
}
.contatos_header {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0;
    padding: 0;
}
.contato_header {
    display: flex;
    align-items: baseline;
    margin: 0 0 0 20px;
}
.txt_contato_header {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin: 0;
    padding: 0 0 0 10px;
}
.header_itens_nav {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}
.logo_ajuste {
    text-align: center;
}
.uma_marca_header {
    margin: 0;
    padding: 0;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    text-align: center;
    color: #000000;
    /* background-color: #bc1c24; */
}
.logo_header_dyna img {
    width: 120px;
    margin: -10px 0 0 0;
    /* background-color: #bc1c24; */
    /* background-color: #bc1c24; */
}
.btn_contato {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    width: 128px;
    height: 45px;
    background: #ff7622;
    border: 1px solid #ff7622;
    border-radius: 10px;
}
.cool-link {
    display: inline-block;
    color: #ff7622;
    text-decoration: none;
}

.cool-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #ff7622;
    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;
    }
    .contatos_header,
    .header_itens_nav {
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .itens_menu_header {
        align-items: center;
        justify-content: center;
    }
    .contato_header {
        margin: 10px 0;
    }
    .nav_bg {
        align-items: center;
    }
    .itens_menu_header {
        /* background-color: #bc1c24; */
        width: 90vw;
    }
    .logo_header_dyna {
        /* width: 120px; */
        margin: -12px 0 0 0;
    }
}

.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-color: #000;
    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 > .hamburger4 > .bar1 {
    top: 13.5px;
    background-color: transparent;
}

.checkbox4:checked + label > .hamburger4 > .bar2 {
    left: 0px;
    width: 30px;
    transform: rotate(45deg);
}

.checkbox4:checked + label > .hamburger4 > .bar3 {
    left: 0;
    width: 30px;
    transform: rotate(-45deg);
}

.checkbox4:checked + label > .hamburger4 > .bar4 {
    background-color: transparent;
}

.checkbox4:checked + label > .hamburger4 > .bar5 {
    bottom: 13.5px;
    background-color: transparent;
}

/* Fim header */
.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.webp");
}
.banner_img_2 {
    background-image: url("../../img/site/banners/banner_2.webp");
}
.banner_img_3 {
    background-image: url("../../img/site/banners/banner_3.webp");
}
.banner_img_1:hover,
.banner_img_2:hover,
.banner_img_3:hover {
    width: 40vw;
    transition: 5s;
    background-position: center bottom;
}

.solucao_zinco {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.img_solucao {
    height: 400px;
}
.solucao_zinco_txt {
    width: 630px;
}
.efeito_back_ground {
    display: flex;
    background: #319600;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: absolute;
    z-index: -1;
    margin: 60px 0 0 -25px;
    width: 680px;
    height: 245px;
    border-radius: 20px;
}
.solucao_txt {
    /* background-color: #ff7622; */
    width: 630px;
    padding-top: 30px;
    padding-left: 80px;
}
.solucao_titulo {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    color: #ffffff;
}
.paragrafo_solucao {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}
.efeito_setas {
    position: absolute;
    margin: -130px 0 0 245px;
}

/* Conheça */
.conheca_titulo {
    margin: 0px 0 40px 0;
}
.efeito_quadro_top {
    display: flex;
    justify-content: space-between;
    /* background-color: #184900; */
    margin: 50px 0 -20px 0;
}
.efeito_quadro_bottom {
    display: flex;
    justify-content: space-between;
    /* background-color: #184900; */
    margin: -30px 0 50px 0;
}
.conheca_titulo {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    color: #000000;
}
.conheca_btns {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
.conheca_icone {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
}
.conheca_img {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.conheca_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    width: 181px;
    height: 46px;
    background: #184900;
    border: 1px solid #184900;
    border-radius: 10px;
}
.btn_txt_conheca {
    margin: 0;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}
.img_quadro_1 img,
.img_quadro_2 img,
.img_quadro_3 img,
.img_quadro_4 img {
    animation-name: img_canto;
    animation-duration: 5s;
}

@keyframes img_canto {
    from {
        margin: 0 10rem;
    }
    to {
        margin: 0rem;
    }
}

/* Gestão */
.gestao {
    display: flex;
    margin: 60px 0;
    justify-content: space-between;
}
.efeito_back_ground_gestao {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 60px 32px 24px;
    gap: 16px;
    position: absolute;
    width: 686px;
    height: 388px;
    background: #ff8b44;
    border-radius: 20px;
    margin: 40px 0 0 20px;
    z-index: 1;
}
.titulo_gestao {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    color: #000000;
}
.paragrafo_gestao {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    width: 560px;
    margin: 0;
}
.btn_conheca_mais {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    width: 161px;
    height: 46px;
    background: #184900;
    border: 1px solid #184900;
    border-radius: 10px;
}
.conheca_mais {
    margin: 0;
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}
.gestao_img {
    position: relative;
    z-index: 1;
}

/* Mercado de atuação */
.mercado_atuacao_titulo {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 30px;
}
.mercado_atuacao_card {
    width: 200px;
    height: 190px;
    background-size: 100% cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mercado_atuacao_1 {
    background-image: url("../../img/site/mercado_atuacao/agronegocio.webp");
}
.mercado_atuacao_2 {
    background-image: url("../../img/site/mercado_atuacao/tratamento_agua.webp");
}
.mercado_atuacao_3 {
    background-image: url("../../img/site/mercado_atuacao/industria_quimica.webp");
}
.mercado_atuacao_4 {
    background-image: url("../../img/site/mercado_atuacao/galvanoplastia.webp");
}
.mercado_atuacao_5 {
    background-image: url("../../img/site/mercado_atuacao/galvanizacao.webp");
}
.mercado_atuacao_6 {
    background-image: url("../../img/site/mercado_atuacao/galvanizacao_continua.webp");
}
.mercado {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.estrutura_efeito2 {
    width: 200px;
    height: 190px;
    background-color: #ff7622;
    position: absolute;
    z-index: -1;
    margin: -184px 0 0 6px;
}
.mercado_atuacao_efeito {
    width: 200px;
    height: 190px;
    background-color: #ff7622;
    position: absolute;
    z-index: -1;
    margin: 6px 0 0 6px;
}
.estrutura_card {
    width: 200px;
    height: 190px;
    background-size: 100% cover;
    background-position: center;
    background-repeat: no-repeat;
}
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;
}
.mercado_txt {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    margin-top: 15px;
    width: 200px;
    height: 50px;
    text-align: center;
    color: #000000;
}
/* Nossos Produtos */
.nossos_produtos_titulo {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 69px;
    line-height: 84px;
}
.produtos {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 50px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.produto_efeito {
    width: 270px;
    height: 200px;
    background-color: #ff7622;
    position: absolute;
    z-index: -1;
    margin: 6px 0 0 6px;
}
.produto_efeito2 {
    width: 270px;
    height: 200px;
    background-image: url("../../img/site/nosso_produtos/efeito.webp");
    position: absolute;
}
.produto {
    width: 270px;
    height: 200px;
    margin-bottom: 35px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.produto_1 {
    background-image: url("../../img/site/nosso_produtos/sulfato.webp");
}
.produto_2 {
    background-image: url("../../img/site/nosso_produtos/fluxo.webp");
}
.produto_3 {
    background-image: url("../../img/site/nosso_produtos/cloreto_zinco_21.webp");
}
.produto_4 {
    background-image: url("../../img/site/nosso_produtos/cloreto_zinco_50.webp");
}
.txt_produto {
    padding: 120px 0 0 0;
    width: 270px;
    height: 200px;
    position: absolute;
    /* background-color: #184900; */
}
.produto_txt {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.cards_produtos {
    display: flex;
    justify-content: space-between;
}
.card_produto {
    text-align: center;
    margin: 0 15px;
    width: 169px;
    height: 239px;
    /* -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    -moz-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    box-shadow: 2px 5px 15px rgba(50, 50, 50, 0.77); */
    border: 1px solid #b9b9b9;
    border-radius: 10px;
}

.img_produto {
    /* background-color: #2c2860; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 168px;
    height: 100px;
    border-radius: 1rem 1rem 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.img_produto img {
    /* width: 153px; */
    height: 100px;
}
.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;
    }
}

@media screen and (orientation: portrait), (max-width: 1000px) {
    .desktop {
        display: none;
    }
    .mobile_none {
        display: none;
    }
    .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 25px;
    }
    .conheca_btns,
    .solucao_zinco,
    .gestao {
        height: auto;
        flex-direction: column-reverse;
        align-items: center;
    }
    .solucao_zinco_txt,
    .gestao_txt,
    .efeito_back_ground_gestao,
    .efeito_back_ground {
        position: relative;
        width: 90vw;
        margin: 15px 0;
        padding: 0;
        height: auto;
    }
    .solucao_txt {
        margin: 0;
        padding: 15px;
    }
    .paragrafo_solucao,
    .solucao_titulo {
        text-align: center;
        width: 80vw;
    }
    .conheca_icone {
        margin: 25px 0;
    }
    .gestao_img,
    .gestao_img img {
        width: 90vw;
        margin: 0;
        padding: 0;
    }
    .titulo_gestao {
        margin: 0;
        padding: 15px;
        text-align: center;
    }
    .paragrafo_gestao {
        margin: 0;
        width: 90vw;
        padding: 0px 15px;
        text-align: center;
    }
    .efeito_back_ground_gestao {
        align-items: center;
        padding: 15px 0;
    }
    .nossos_produtos_titulo {
        text-align: center;
    }
    .produtos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .produtos a {
        margin: 15px 0;
    }
    .efeito_setas {
        margin-left: 210px;
    }
    .banner {
        justify-content: center;
    }
}
@media screen and (orientation: portrait), (max-width: 580px) {
    .banner_text {
        background-color: transparent;
        position: absolute;
    }
    .banner_text {
        background-color: #00000082;
        width: 100vw;
    }
    .txt_banner {
        color: #ffffff;
    }

    .banner_img_1,
    .banner_img_2,
    .banner_img_3 {
        width: 5000px;
    }
    .banner_img_mobile_none {
        display: none;
    }
    .btn_entre_contato {
        width: 60vw;
    }
    body .splide__arrow.splide__arrow--next {
        margin-right: -65px;
    }
}
