.whatsapp-icon {
    fill: #25D366 !important;
}

.whatsapp-icon:hover {
    fill: #075E54 !important;
}

.whatsapp-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
}

@media screen and (max-width: 576px) {
    .headerIndex {
        background-color: #A3141E;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    #imgLogo {
        height: 7vh;
    }

    .btn-arrow {
        display: none;
    }

    .hr {
        width: 5% !important;
        background-color: #A3141E;
        height: 1vh;
        border: 1px solid #A3141E;
    }

    #divMenuDesktop {
        width: 70%;
        text-align: center;
    }

    #listaMenuDesktop {
        gap: 60px;
        font-weight: bold;
    }

    .linksMenuDesktop {
        font-family: "Montserrat", "Sans-serif";
        font-size: 14px;
    }

    #lupinha {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    .divLogin {
        height: 5vh;
        cursor: pointer;
    }

    .spnBemVindo {
        font-family: "Montserrat", "Sans-serif";
        font-size: 13px;
        font-weight: bold;
    }

    .pEntrar {
        height: auto;
        font-size: 13px;
    }

    .imgSacola {
        height: 28px;
    }

    #divPesquisa {
        width: 80%;
    }

    .divInput {
        margin-top: 1%;
        margin: auto;
        width: 80%;
        position: relative;
    }

    #titleTermos {
        font-size: 22px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 800;
        letter-spacing: 1px;
        color: #A3141E;
        text-align: center;
    }

    #ultimaAtualizacao {
        font-size: 16px;
        font-weight: 500;
        font-family: "Inter", "Sans-serif";
        text-align: center;
        color: #2D2F30;
    }

    #conteudo {
        padding-top: 15%;
    }

    #sct1 {
        margin-top: 13%;
    }

    .sct h2 {
        font-size: 20px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 900;
        color: #2D2F30;
    }

    .sct li {
        font-size: 14px;
        font-family: "Inter", "Sans-serif";
    }

    .sct p {
        font-weight: 400;
        font-size: 14px;
        font-family: "Inter", "Sans-serif";
        text-align: justify;
        letter-spacing: 1px;
        margin-top: 1%;
    }

    .spaceSct {
        margin-top: 13%;
    }

    footer {
        margin-top: 15% !important;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
    .headerIndex {
        background-color: #A3141E;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    #imgLogo {
        height: 7vh;
    }

    .btn-arrow {
        display: none;
    }

    .hr {
        width: 5% !important;
        background-color: #A3141E;
        height: 1vh;
        border: 1px solid #A3141E;
    }

    #divMenuDesktop {
        width: 70%;
        text-align: center;
    }

    #listaMenuDesktop {
        gap: 60px;
        font-weight: bold;
    }

    .linksMenuDesktop {
        font-family: "Montserrat", "Sans-serif";
        font-size: 14px;
    }

    #lupinha {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    .divLogin {
        height: 5vh;
        cursor: pointer;
    }

    .spnBemVindo {
        font-family: "Montserrat", "Sans-serif";
        font-size: 13px;
        font-weight: bold;
    }

    .pEntrar {
        height: auto;
        font-size: 13px;
    }

    .imgSacola {
        height: 28px;
    }

    #divPesquisa {
        width: 80%;
    }

    .divInput {
        margin-top: 1%;
        margin: auto;
        width: 80%;
        position: relative;
    }

}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .headerIndex {
        background-color: #A3141E;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    #imgLogo {
        height: 7vh;
    }

    .btn-arrow {
        display: none;
    }

    .hr {
        width: 5% !important;
        background-color: #A3141E;
        height: 1vh;
        border: 1px solid #A3141E;
    }

    #divMenuDesktop {
        width: 70%;
        text-align: center;
    }

    #listaMenuDesktop {
        gap: 60px;
        font-weight: bold;
    }

    .linksMenuDesktop {
        font-family: "Montserrat", "Sans-serif";
        font-size: 14px;
    }

    #lupinha {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    .divLogin {
        height: 5vh;
        cursor: pointer;
    }

    .spnBemVindo {
        font-family: "Montserrat", "Sans-serif";
        font-size: 13px;
        font-weight: bold;
    }

    .pEntrar {
        height: auto;
        font-size: 13px;
    }

    .imgSacola {
        height: 28px;
    }

    #divPesquisa {
        width: 80%;
    }

    .divInput {
        margin-top: 1%;
        margin: auto;
        width: 80%;
        position: relative;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .headerIndex {
        background-color: #A3141E;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    #imgLogo {
        height: 7vh;
    }

    .btn-arrow {
        display: none;
    }

    .hr {
        width: 5% !important;
        background-color: #A3141E;
        height: 1vh;
        border: 1px solid #A3141E;
    }

    #divMenuDesktop {
        width: 70%;
        text-align: center;
    }

    #listaMenuDesktop {
        gap: 60px;
        font-weight: bold;
    }

    .linksMenuDesktop {
        font-family: "Montserrat", "Sans-serif";
        font-size: 14px;
    }

    #lupinha {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    .divLogin {
        height: 5vh;
        cursor: pointer;
    }

    .spnBemVindo {
        font-family: "Montserrat", "Sans-serif";
        font-size: 13px;
        font-weight: bold;
    }

    .pEntrar {
        height: auto;
        font-size: 13px;
    }

    .imgSacola {
        height: 28px;
    }

    #divPesquisa {
        width: 80%;
    }

    .divInput {
        margin-top: 1%;
        margin: auto;
        width: 80%;
        position: relative;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .headerIndex {
        background-color: #A3141E;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    #imgLogo {
        height: 10vh;
    }

    .btn-arrow {
        display: none;
    }

    .hr {
        width: 5% !important;
        background-color: #A3141E;
        height: 1vh;
        border: 1px solid #A3141E;
    }

    #divMenuDesktop {
        width: 70%;
        text-align: center;
    }

    #listaMenuDesktop {
        gap: 60px;
        font-weight: bold;
    }

    .linksMenuDesktop {
        font-family: "Montserrat", "Sans-serif";
        font-size: 14px;
    }

    #lupinha {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    .divLogin {
        height: 5vh;
        cursor: pointer;
    }

    .spnBemVindo {
        font-family: "Montserrat", "Sans-serif";
        font-size: 13px;
        font-weight: bold;
    }

    .pEntrar {
        height: auto;
        font-size: 13px;
    }

    .imgSacola {
        height: 28px;
    }

    #divPesquisa {
        width: 80%;
    }

    .divInput {
        margin-top: 1%;
        margin: auto;
        width: 80%;
        position: relative;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .headerIndex {
        background-color: #A3141E;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    #imgLogo {
        height: 10vh;
    }

    .btn-arrow {
        display: none;
    }

    .hr {
        width: 5% !important;
        background-color: #A3141E;
        height: 1vh;
        border: 1px solid #A3141E;
    }

    #divMenuDesktop {
        width: 70%;
        text-align: center;
    }

    #listaMenuDesktop {
        gap: 60px;
        font-weight: bold;
    }

    .linksMenuDesktop {
        font-family: "Montserrat", "Sans-serif";
        font-size: 14px;
    }

    #lupinha {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    .divLogin {
        height: 5vh;
        cursor: pointer;
    }

    .spnBemVindo {
        font-family: "Montserrat", "Sans-serif";
        font-size: 13px;
        font-weight: bold;
    }

    .pEntrar {
        height: auto;
        font-size: 13px;
    }

    .imgSacola {
        height: 28px;
    }

    #divPesquisa {
        width: 80%;
    }

    .divInput {
        margin-top: 1%;
        margin: auto;
        width: 80%;
        position: relative;
    }

    #titleTermos {
        font-size: 32px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 800;
        letter-spacing: 1px;
        color: #A3141E;
        text-align: center;
    }

    #ultimaAtualizacao {
        font-size: 18px;
        font-weight: 500;
        font-family: "Inter", "Sans-serif";
        text-align: center;
        color: #2D2F30;
    }

    #conteudo {
        padding-top: 7%;
    }

    #sct1 {
        margin-top: 7%;
    }

    .sct h2 {
        font-size: 32px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 900;
        color: #2D2F30;
    }

    .sct li {
        font-size: 18px;
        font-family: "Inter", "Sans-serif";
    }

    .sct p {
        font-weight: 400;
        font-size: 18px;
        font-family: "Inter", "Sans-serif";
        text-align: justify;
        letter-spacing: 1px;
        margin-top: 1%;
    }

    .spaceSct {
        margin-top: 9%;
    }
}

@media screen and (min-width: 1601px) {

    .headerIndex {
        background-color: #A3141E;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    #imgLogo {
        height: 7vh;
    }

    #divCategorias {
        scrollbar-width: none;
        gap: 150px;
        justify-content: left;
        width: 100%;
        height: auto;
        padding: 5px;
    }

    #divCategorias::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    #divTitleCategorias h2 {
        font-size: 32px;
        text-align: center !important;
        margin-top: 5%;
        color: #A3141E;
        font-weight: 700;
    }

    .nomeCategoria {
        font-family: "Open sans", "Sans-serif";
        font-size: 22px !important;
        font-weight: bold;
        text-align: center;
        color: #A3141E;
    }

    .btn-arrow {
        display: none;
    }

    .divCategoria:hover {
        transform: translateY(0);
    }

    .divCategoria img {
        width: 85%;
        height: auto;
        object-fit: contain;
        display: flex;
        align-items: center;
        margin: auto;
    }

    #divTitleCategorias {
        padding-top: 10px;
    }

    .categorias {
        margin-top: 3%;
        width: 100%;
    }

    .divCategoria {
        transition: trasform 0.2 ease;
        width: 200px;
    }

    .divCategoria:hover {
        transform: translateY(-3px);
    }

    .hr {
        width: 5% !important;
        background-color: #A3141E;
        height: 1vh;
        border: 1px solid #A3141E;
    }

    #divMenuDesktop {
        width: 70%;
        text-align: center;
    }

    #listaMenuDesktop {
        gap: 60px;
        font-weight: bold;
    }

    .linksMenuDesktop {
        font-family: "Montserrat", "Sans-serif";
        font-size: 14px;
    }

    #lupinha {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    .divLogin {
        height: 5vh;
        cursor: pointer;
    }

    .spnBemVindo {
        font-family: "Montserrat", "Sans-serif";
        font-size: 13px;
        font-weight: bold;
    }

    .pEntrar {
        height: auto;
        font-size: 13px;
    }

    .imgSacola {
        height: 28px;
    }

    #divPesquisa {
        width: 80%;
    }

    .divInput {
        margin-top: 1%;
        margin: auto;
        width: 80%;
        position: relative;
    }

    #titleTermos {
        font-size: 30px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 800;
        letter-spacing: 1px;
        color: #A3141E;
        text-align: center;
    }

    #conteudo {
        padding-top: 7%;
    }

    #sct1 {
        margin-top: 7%;
    }

    .sct h2 {
        font-size: 32px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 900;
        color: #2D2F30;
    }

    .sct li {
        font-size: 18px;
        font-family: "Inter", "Sans-serif";
    }

    .sct p {
        font-weight: 400;
        font-size: 18px;
        font-family: "Inter", "Sans-serif";
        text-align: justify;
        letter-spacing: 1px;
        margin-top: 1%;
    }

    .spaceSct {
        margin-top: 9%;
    }
}

a {
    color: white;
    text-decoration: none;
}

.nav-link {
    color: white;
}

#btnHamburger {
    color: white;
}

#lupinhaMobile {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000000;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}