body, html {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    font-family: "Montserrat", sans-serif!important;
    scroll-behavior: auto;
  }

header {
    width: 100%;;
}

.logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 10px;
}

.logos img {
    width: 215px;
}

.img_background  {
    background-image: url('../images/img_background2.png');
    background-size: cover; /* Ajusta a imagem para cobrir o elemento */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Impede que a imagem se repita */
    height: 220px; /* Define a altura como 100% da altura da viewport */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 175, 208);
    text-align: center;
}

.conteudo h3 {
    font-weight: 900;
    font-family: Franklin Gothic Demi, sans-serif;
    font-size: 44px!important;
    color: #ffff;
}

.categorias_iniciais {
    /* background-color: #c4c4c43b; */
    padding-top: 20px;
    padding-bottom: 20px;
}

.categorias {
    position: relative; /* Posição padrão, pode ser alterada via JavaScript */
    width: 100%;
    z-index: 99999999999999999;
    background: #ffffff6e;
}

/* .texto_inicial {
    text-align: center;
    background-color: rgb(39 63 101 / 54%);
    color: #ffff;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    margin: 0px 20px 0px 20px;
} */

.texto_inicial {
    text-align: center;
    background-color: rgb(0 98 176);
    color: #ffff;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    margin: 0px 20px 0px 20px;
    box-shadow: rgb(116 116 116 / 86%) 0px 8px 24px;
}

.card-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.card-body img {
    background: #0062b0;
    width: 112px;
    height: 62px;
    object-fit: contain;
    box-shadow: rgb(149 157 165) 0px 8px 24px;
    padding: 5px;
    border-radius: 5px;
}

.quimica .card-body img {
    background: #25406e66;
}

.quimica .card-body p {
    color: #00000040;
}

.card-categorias {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: baseline;
    /* margin-top: 40px; */
}

.card-categorias .card {
    width: 14rem!important;
    border: 0!important;
    background-color: #fff0!important;
}

a.btn.btn-outline-dark.btn-inativo p {
    position: absolute;
    font-size: 13px;
    color: #000000b8;
    transform: none;
    top: 49px;
    right: 334px;
    font-weight: 700;
    text-transform: uppercase;
}

h6.texto_card_categorias.card-text.text-center {
    position: absolute;
    top: 50%;
    font-size: 14px;
    color: #000000b8;
    transform: none;
    text-transform: uppercase;
}

.texto_card_categorias {
    font-weight: 700;
    font-size: 12px;
}

.img-icones {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    align-items: end;
}

.img-icones img {
    background-color: rgb(37 64 110);
    width: 50%;
    height: 50%;
    object-fit: contain;
    border-radius: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.grid_box_categorias {
    margin-top: 50px;
    margin-bottom: 50px;
    scroll-margin-top: 50px;
}

.grid_box_categorias .grid-categorias {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
    position: relative;
    z-index: 999999;
}

.grid_box_categorias .card {
    width: 18rem;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: rgb(149 157 165 / 47%) 0px 8px 24px;
    border-radius: 30px;
}

.grid_box_categorias .card h5 {
    font-size: 16px;
    font-weight: 800;
    color: #0062b0;
    padding: 0px;
    margin: 0px;
}

.grid_box_categorias .card img {
    border-radius: 5px;
}

.title_categorias {
    margin-bottom: 50px;
}

.title_categorias h2 {
    font-weight: 800;
    color: #0062b0;
    text-align: center;
    font-size: 26px;
}

.mini-box-categorias {
    position: relative;
}

.box-geral{
    position: relative;
}

.tarja-azul {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}

.tarja-azul img {
    width: 100%;
    height: 300px;
}

.box-border-categorias {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-box-categorias {
    border: 1px solid #9e9e9e33;
    padding: 40px 24px;
    border-radius: 25px;
    box-shadow: rgb(149 157 165 / 57%) 0px 8px 24px;
    position: relative;
    z-index: 999;
    background: white;
}

.extracao_bloco .tarja-azul img {
    height: 200px;
}

.categoria-page.bloco-alimentacao {
    margin-bottom: 250px!important;
}

.nao_encontrou p {
    font-size: 19px !important;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
}

.nao_encontrou .botoes-box {
    justify-content: center!important;
}

.box_listagem_aplicacoes {
    line-height: 30px;
}

.box_listagem_aplicacoes ul {
    font-size: 14px;
}

.extracao_bloco .card-body {
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.margin_categorias {
    margin-top:100px!important;
}

.text_tratamento {
    font-size: 14px;
}

.card-body-categorias {
    padding: 0px 50px;
}

.categoria-page {
    margin-top: 10px;
    margin-bottom: 50px;
    width: 100%;
    height: 100%;
    scroll-margin-top: 50px;
}

.box-page-categoria {
    display: flex;
    justify-content: center;
    width: 100%;
}

.tarja-azul-page {
    position: relative;
    z-index: -99999;
    margin-top: -340px;
}

.tarja-azul-page img {
    height: 220px;
    width: 100%;
}

.card-body-categorias-img img {
    max-height: 350px;
    object-fit: cover;
}

.card-sub-title-categorias {
    font-size: 14px;
    color: #0062b0;
}

.card-title-categorias {
    font-weight: 800;
    font-size: 25px;
}

.card-body-categorias > hr {
    background: #0062b0;
    height: 4px;
}

.card-body-categorias-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-text-categorias {
    font-size: 14px;
    color: #000;
}

.botoes-box {
    display: flex;
    justify-content: left;
    gap: 20px;
}

.botoes-box .btn {
    font-weight: 600;
}

.btn-marrom {
    color: #fff;
    background-color: #99470f;
    border-color: #99470f;
}

.card-categorias a {
    color: #000;
}

.card-categorias a:hover {
    transform: scale(1.1);
}

.grid-categorias a:hover {
    transform: scale(1.1);
}

textarea::placeholder {
    color: #999;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#form_contato input::placeholder {
    color: #999;
    text-align: center;
    align-items: center;
}

#form_contato .card-title-categorias {
    font-weight: 600;
    font-family: "Libre Franklin", sans-serif;
    color: #12203e;
    font-size: 30px;
}

#form_contato .btn-blue {
    background-color: #0062b0;
    color: #ffff;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: 15px;
}

#form_contato .button_salvar {
    display: flex;
    justify-content: center;
    align-items: center;
}

#form_contato form {
    border: 1px solid #a9aeb49e;
    padding: 10px 0px;
    margin: 18px 0;
    border-radius: 5px;
    box-shadow: rgb(149 157 165 / 0%) 0px 8px 24px;
}
  
.card-body-categorias textarea {
    border: 1px solid #ced4da;
    width: 100%;
}

.img_icone img {
    height: 50px;
}

.contatos {
    border: 1px solid #a9aeb49e;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
}

.dados_contatos {
    gap: 20px;
    margin-left: 30px;
    margin-top: 12px;
    display: flex;
}

.img_icone img {
    height: 45px;
}

#form_contato .tarja-azul-page {
    margin-top: -500px!important;
}

#form_contato {
    padding-bottom: 100px;
    padding-top: 50px;
}

a.row.dados_contatos {
    color: #000;
    font-size: 14px;
}

a.row.dados_contatos:hover {
    color: #104c94;
    font-weight: 700;
    text-decoration: none;
}

.botao-download {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.botao-download a {
    font-weight: 600;
}

#voltarTopoBtn {
    display: none; /* Escondido por padrão */
    position: fixed;
    bottom: 90px;
    right: 22px;
    z-index: 99999999;
    border: none;
    outline: none;
    background-color: #0062b0;
    box-shadow: rgb(149 157 165) 0px 8px 24px;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 30px;
    font-size: 18px;
}

button#voltarTopoBtn img {
    height: 28px;
}

#voltarTopoBtn:hover {
    background-color: #333;
}

.logos a {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: #0062b0;
    border-color: #0062b0;
    color: #fff;
    margin-left: 15px;
    font-weight: 500;
}

.botao_fale {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: end;
    align-items: center;
}

.botao_fale img {
    object-fit: contain;
    height: 20px;
    width: 30px;
    padding: 0px;
}

a.btn-inativo {
    background: #25406e3d!important;
    border-color: #25406e00!important;
    cursor: default !important;
    color: #ffffff94 !important;
}

a.btn-inativo img {
    opacity: 0.8;
}

a.btn-inativo:hover {
    background: #25406e3d!important;
    border-color: #25406e00!important;
    cursor: default;
    color: #ffffffa6!important;
}

a.btn-inativo:active {
    background: #25406e3d!important;
    border-color: #25406e00!important;
    cursor: default !important;
    color: #ffffffa6!important;
}

.btn.btn_voltar_categoria {
    position: absolute;
    bottom: -6%;
    right: 3%;
    font-size: 14px;
}

.voltar_categoria img {
    height: 25px;
}

.disabled-link {
    color: gray;
    text-decoration: none;
    cursor: not-allowed!important;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 36%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
}

.overlay-content img {
    width: 50px; /* Ajuste o tamanho do GIF conforme necessário */
    height: auto;
}

div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
    z-index: 9999999999!important;
}


@media(max-width:768px) {

    .nao_encontrou p {
        font-size: 16px!important;
    }
        

    .logos {
        padding: 10px 12px 10px 5px!important;
    }

    .logos a {
        font-size: 9px !important;
        min-height: 40px;
        width: 70px;
    }

    a.btn.btn-outline-dark.btn-inativo p {
        font-size: 11px !important;
        top: 42px !important;
        right: 182px !important;
    }

    a.btn-inativo {
        color: #ffffff !important;
    }

    .btn.btn_voltar_categoria {
        bottom: 1% !important;
        right: 1% !important;
        font-size: 12px !important;
    }

    .botao_fale a img {
        display: none;
    }

    .img_background  {
        height: 100%!important;
        padding: 30px 0px;
    }

    .card-body-categorias textarea {
        width: 100%!important;
    }

    .textarea#w3review {
        width: 100%!important;
    }

    .logos img {
        width: 30%!important;
    }

    .conteudo h3 {
        font-size: 20px !important;
    }

    .texto_inicial {
        line-height: 30px;
        font-size: 14px!important;
    }

    .categorias {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .card-categorias {
        display: grid!important;
        justify-content: center;
        grid-template-columns: 1fr 1fr;
        text-align: center;
        gap: 0px!important;
        margin-bottom: 20px;
    }

    .text_categorias {
        margin: 25px 0px;
    }

    .card-categorias .card {
        width: 10rem !important;
    }

    .texto_card_categorias {
        padding: 0px 4px;
    }

    .categoria-page {
        margin-bottom: 80px;
        width: 100%;
        height: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .categoria-page.bloco-celulas-atritos {
        margin-bottom: 100px!important;
    }

    /* .categoria-page .bloco-floculadores .tarja-azul-page {
        margin-top: -614px !important;
    } */

    .grid_box_categorias .card {
        width: 100% !important;
    }

    .grid_box_categorias .grid-categorias {
        display: grid!important;
        grid-template-columns: 1fr 1fr;
    }

    .container.grid-categorias .card-body {
        padding: 12px 0px;
    }

    .grid_box_categorias .card h5 {
        font-size: 14px!important;
    }

    .grid_box_categorias .card img {
        border-radius: 5px;
    }

    .botoes-box .btn {
        font-size: 12px;
        font-weight: 700!important;
    }

    .card-box-categorias {
        margin: 0px 20px;
        padding: 40px 10px!important;
    }

    .box-geral {
        height: 100%;
        width: 100%;
    }

    .card-sub-title-categorias {
        margin-top: 15px!important;
        font-size: 10px!important;
    }

    .card-title-categorias {
        font-size: 16px!important;
    }

    .card-text-categorias {
        margin-bottom: 25px !important;
        font-weight: 500;
    }
/* 
    .tarja-azul-page {
        margin-top: -155%;
    } */

    .tarja-azul-page img {
        height: 400px!important;
        width: 100%!important;
    }

    .extracao_bloco .card-box-categorias {
        margin: 0px 20px!important;
    }

    .listagem_aplicacoes li {
        font-size: 16px;
    }

/* 
    .extracao_bloco .title_categorias {
        margin: 50px 25px!important;
    } */

    .extracao_bloco .title_categorias h2 {
        font-size: 20px;
        line-height: 30px;
        padding: 0px 20px;
    }

    .grid_box_categorias {
        margin-bottom: 100px!important;
    }

    .dados_contatos {
        margin-left: 15px!important;
    }

}

/* #mineracao, #fertilizantes, #tratamento, #agroindustria {
    display: none;
}

#tratamento {
    display: none;
} */