/* _content/website-alfaminas/Pages/Index.razor.rz.scp.css */

/*.about-sap {
    background: #0064d2;
    color: #fff;
    padding: 60px 0;
}

    .about-sap .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .about-sap .text {
        flex: 1.5;
    }

        .about-sap .text h1 {
            font-weight: bold;
            margin-bottom: 20px;
            font-family: 'Inter', sans-serif;
        }

        .about-sap .text p {
            font-size: 1.1rem;
            line-height: 1.5;
            font-family: 'Inter', sans-serif;
        }

    .about-sap .image {
        flex: 1.1;
        height: 300px;
        background: url("https://content.cdn.sap.com/is/image/sap/sap-locations-walldorf-photo-anvilwindow:XL?wid=690&hei=450&fit=stretch,1&fmt=png-alpha&resMode=sharp2") no-repeat center/cover;*/
/* clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);*/
/*border-radius: 8px;
    }*/


.about-sap[b-zrwdji3zry] {
    background: #0064d2;
    color: #fff;
    padding: 60px 0;
}

    .about-sap .container[b-zrwdji3zry] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        flex-wrap: wrap; /* importante pro mobile */
    }

    .about-sap .text[b-zrwdji3zry] {
        flex: 1 1 500px; /* cresce e ocupa linha no mobile */
    }

        .about-sap .text h1[b-zrwdji3zry] {
            font-weight: bold;
            margin-bottom: 20px;
            font-family: 'Inter', sans-serif;
        }

        .about-sap .text p[b-zrwdji3zry] {
            font-size: 1.1rem;
            line-height: 1.6;
            font-family: 'Inter', sans-serif;
        }

    .about-sap .image[b-zrwdji3zry] {
        flex: 1 1 400px;
        height: 300px;
        background: url("https://content.cdn.sap.com/is/image/sap/sap-locations-walldorf-photo-anvilwindow:XL?wid=690&hei=450&fit=stretch,1&fmt=png-alpha&resMode=sharp2") no-repeat center/cover;
        border-radius: 8px;
    }

/* Responsivo */
@media (max-width: 768px) {
    .about-sap .container[b-zrwdji3zry] {
        flex-direction: column;
        text-align: center;
    }

    .about-sap .image[b-zrwdji3zry] {
        height: 200px;
        clip-path: none; /* remove recorte no mobile */
        margin-top: 20px;
    }

    .about-sap .text[b-zrwdji3zry] {
        flex: 1 1; /* cresce e ocupa linha no mobile */
    }
}



.info-sap[b-zrwdji3zry] {
    color: black;
    padding: 60px 0;
}

    .info-sap .container[b-zrwdji3zry] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .info-sap .text[b-zrwdji3zry] {
        flex: 1;
    }

        .info-sap .text h1[b-zrwdji3zry] {
            margin-bottom: 20px;
            color: black;
            font-family: 'Inter', sans-serif;
        }

        .info-sap .text p[b-zrwdji3zry] {
            font-size: 1.1rem;
            line-height: 1.5;
            color: #494848;
            font-family: 'Inter', sans-serif;
        }
/* _content/website-alfaminas/Pages/Segmentos.razor.rz.scp.css */
/* _content/website-alfaminas/Pages/Servicos.razor.rz.scp.css */
/* _content/website-alfaminas/Pages/SobreNos.razor.rz.scp.css */
.about-sap[b-3pti2hmutw] {
    background: #f5f5f5;
    padding: 60px 0;
}

    .about-sap .container[b-3pti2hmutw] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .about-sap .text[b-3pti2hmutw] {
        flex: 1.5;
        gap: 134px;
    }

        .about-sap .text p[b-3pti2hmutw] {
            font-size: 1.8rem;
            line-height: 1.5;
            margin-bottom: 20px;
            font-family: 'Inter', sans-serif;
            color: #494848 !important;
        }

    .about-sap .img-bottom[b-3pti2hmutw] {
        max-width: 500px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .about-sap .side-image img[b-3pti2hmutw] {
        max-width: 500px;
        width: 100%;
        border-radius: 8px;
    }


@media (max-width: 768px) {
    .about-sap .container[b-3pti2hmutw] {
        flex-direction: column;
        text-align: center;
    }

    .about-sap .side-image img[b-3pti2hmutw] {
        max-width: 100%;
    }

    .about-sap .text[b-3pti2hmutw] {
        gap: 10px !important;
    }
}
/* _content/website-alfaminas/Pages/VarejoInteligente.razor.rz.scp.css */
.hero-section[b-nvh5wnq8bm] {
    position: relative;
    height: 86vh; /* altura da seção */
    background-image: url('/images/imagemVarejo.png'); /* coloque sua imagem */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

    .hero-section[b-nvh5wnq8bm]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0) 100%);
        z-index: 1;
    }

    .hero-section .container[b-nvh5wnq8bm] {
        position: relative;
        z-index: 2;
    }


.btn-demo[b-nvh5wnq8bm] {
    background-color: #db9a40;
    border: none;
    color: white;
    height: 7vh;
}

@font-face {
    font-family: '72 Brand Variable';
    src: url('/fonts/72/72Brand.woff2') format('woff2'), url('/fonts/72/72Brand.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.font-inter[b-nvh5wnq8bm] {
    font-family: 'Inter', sans-serif;
    font-weight: normal;
}

.font-varejo[b-nvh5wnq8bm] {
    font-size: 49px;
}

.font-subVarejo[b-nvh5wnq8bm] {
    font-size: 24px;
}

.div-solucao[b-nvh5wnq8bm] {
    text-align: center;
    margin-top: 20vh;
    margin-bottom: 17vh;
}

.texto-solucao[b-nvh5wnq8bm] {
    color: #db9a40;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
}

.texto-subSolucao[b-nvh5wnq8bm] {
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 24px;
    color:#494848;
}

.texto-plataforma[b-nvh5wnq8bm] {
    text-align: center;
}







/*Tabelas*/


.text-orange[b-nvh5wnq8bm] {
    color: #d97706; /* laranja parecido com o da imagem */
    font-weight: 600;
}

.funcionalidades thead th[b-nvh5wnq8bm] {
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    font-size: 1.1rem;
}



.funcionalidades td[b-nvh5wnq8bm] {
    vertical-align: top;
    padding: 12px;
}



.funcionalidades td[b-nvh5wnq8bm] {
    border: none !important;
    padding: 12px;
}

.funcionalidades tbody tr:nth-child(odd) td[b-nvh5wnq8bm] {
    background-color: #f6f6f6;
}

/* Cabeçalho */
.funcionalidades thead th[b-nvh5wnq8bm] {
    background-color: #fff;
    font-size: 1.1rem;
}

.funcionalidades th[b-nvh5wnq8bm] {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.tituloRecursos[b-nvh5wnq8bm] {
    font-family: 'Inter', sans-serif;
    font-weight: normal;
}

.subTextoRecusos[b-nvh5wnq8bm] {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #494848 !important;
}

.table-responsive[b-nvh5wnq8bm] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


#myTab li button.nav-link[b-nvh5wnq8bm] {
    font-family: 'Inter', sans-serif;
    color: #494848;
    font-size: 16px;
    border: none;
    border-radius: 0;
}


    #myTab li button.nav-link:hover[b-nvh5wnq8bm],
    #myTab li button.nav-link.active[b-nvh5wnq8bm] {
        border-bottom: 3px solid #db9a40;
        color: #db9a40;
    }


.title-arvore[b-nvh5wnq8bm] {
    font-size: 48px;
    font-family: 'Inter', sans-serif;
    color: #484849;
}

.paragrafo[b-nvh5wnq8bm] {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #484849;
}

.font-casesSucesso[b-nvh5wnq8bm] {
    font-size: 24px;
    font-family: 'Inter', sans-serif;
}

.divsVideo[b-nvh5wnq8bm] {
    display: flex;
    text-align: center;
    align-items: center;
}

.texto-ERP[b-nvh5wnq8bm] {
    font-size: 39px;
    font-family: 'Inter', sans-serif;
    color: #181818;
}

.infoVarejista[b-nvh5wnq8bm] {
    font-size: 48px;
    color: #db9a40;
    font-family: 'Inter', sans-serif;
}

.porcentagemVarejo p[b-nvh5wnq8bm] {
    font-size: 20px;
    color: #494848;
    font-family: 'Inter', sans-serif;
}

.porcentagemVarejo[b-nvh5wnq8bm] {
    background: #fafafa;
    padding: 6vh;
}

.maiorVarejo[b-nvh5wnq8bm] {
    font-size: 39px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

table th[b-nvh5wnq8bm],
table td[b-nvh5wnq8bm] {
    font-family: 'Inter', sans-serif;
    color: #181818;
    font-size: 14px;
}


.tabs-wrapper[b-nvh5wnq8bm] {
    position: relative;
    align-items: center; /* só precisa se você usar flex */
    display: flex; /* mantenha se quer alinhar setas + menu */
}

    .tabs-wrapper .tab-scroll[b-nvh5wnq8bm] {
        border: none;
        background: transparent;
        font-size: 1.5rem;
        cursor: pointer;
        position: absolute;
        z-index: 10;
    }

    .tabs-wrapper .prev[b-nvh5wnq8bm] {
        left: 0;
    }

    .tabs-wrapper .next[b-nvh5wnq8bm] {
        right: 0;
    }

.nav-tabs[b-nvh5wnq8bm] {
    flex-wrap: nowrap; /* não quebrar linha */
    overflow-x: auto; /* scroll horizontal */
    -webkit-overflow-scrolling: touch; /* scroll suave iOS */
    scrollbar-width: none; /* Firefox: esconde scrollbar */
}

    .nav-tabs[b-nvh5wnq8bm]::-webkit-scrollbar {
        display: none; /* Chrome/Safari: esconde scrollbar */
    }

    .nav-tabs .nav-link[b-nvh5wnq8bm] {
        white-space: nowrap; /* evita quebra de texto */
    }
/* _content/website-alfaminas/Shared/FaleConosco/FaleConosco.razor.rz.scp.css */
.contact-btn[b-9a82e2f528] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background-color: #0057d2;
    color: #fff;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 12rem;
}

    .contact-btn i[b-9a82e2f528] {
        font-size: 18px;
    }

    .contact-btn:hover[b-9a82e2f528] {
        background-color: #0040b0;
    }
/* _content/website-alfaminas/Shared/FaleConosco/ModalFaleConosco.razor.rz.scp.css */
.font-validacao[b-0t3scxq89t] {
    font-size: 12px;
}

.enviar-faleConosco[b-0t3scxq89t] {
    border-radius: 50px;
    padding: 3px 30px;
    background-color: #07a4e5;
    text-decoration: none;
    color: white;
    border: none;
}

.enviar-faleConosco-Ativo[b-0t3scxq89t] {
    opacity: 1;
    pointer-events: auto;
}

.enviar-faleConosco-Desativo[b-0t3scxq89t] {
    opacity: 0.5;
    pointer-events: none;
}





.input-wrapper[b-0t3scxq89t] {
    position: relative;
    width: 100%;
}

/* estilo do input */
.styled-input[b-0t3scxq89t] {
    width: 100%;
    padding: 16px 12px 8px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    background: none;
}

/* label começa dentro do input */
.input-wrapper label[b-0t3scxq89t] {
    position: absolute;
    left: 12px;
    top: 5px;
    color: #999;
    font-size: 16px;
    pointer-events: none;
    transition: 0.2s ease all;
    background: #fff;
    padding: 0 4px;
}

/* quando digita ou foca no input, o label sobe */
.styled-input:focus + label[b-0t3scxq89t],
.styled-input:not(:placeholder-shown) + label[b-0t3scxq89t] {
    top: -10px;
    left: 8px;
    font-size: 12px;
    color: #007bff;
}



/* select estilizado */
.styled-select[b-0t3scxq89t] {
    width: 100%;
    padding: 16px 12px 8px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: white;
    outline: none;
}



    /* se focar ou se tiver valor, o label sobe */
    .styled-select:focus + label[b-0t3scxq89t],
    .styled-select:not([value=""]) + label[b-0t3scxq89t] {
        top: -6px;
        left: 8px;
        font-size: 12px;
        color: #007bff;
    }


/* _content/website-alfaminas/Shared/Index/Carousel.razor.rz.scp.css */
body[b-kj4st4d97b] {
}

.btnFecharMenu[b-kj4st4d97b] {
    display: none;
}

.itensNavegacao[b-kj4st4d97b] {
    display: flex;
}

.textoCarrossel[b-kj4st4d97b] {
    background: #f58634;
    padding: 30px;
    color: white !important;
    border-radius: 1rem;
}

.iconesCarrossel button[b-kj4st4d97b] {
    border: 2px solid #ff914d;
}

#btnFecharMenuHamburger[b-kj4st4d97b] {
    display: none;
}

.ImgLogoTelaMenor[b-kj4st4d97b] {
    width: 10rem;
    display: flex;
    justify-content: center;
}

.borderModal[b-kj4st4d97b] {
    /*padding-left: 6vh;*/
    border-left: 1px solid #f48e51;
    /*margin-left: 7vh;*/
}

.modalSaibaMais[b-kj4st4d97b] {
    padding-right: 6vh !important;
}

.linksCabecalho[b-kj4st4d97b] {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
    width: 32vw;
}

#fecharModalParceiros[b-kj4st4d97b] {
    display: flex;
}

#fecharModalParceirosMobile[b-kj4st4d97b] {
    display: none;
}

.itensProdutos[b-kj4st4d97b] {
    justify-items: center;
}

.DivnavCabecalho[b-kj4st4d97b] {
    display: none;
}

#NavBar[b-kj4st4d97b] {
    display: flex;
}


@media(min-width: 1200px) {
    .alinharItensProdutos[b-kj4st4d97b] {
        justify-content: space-around;
        display: flex;
    }
}

@media(min-width: 1600px) {
    .alinharItensProdutosMaiores[b-kj4st4d97b] {
        justify-content: space-around;
        display: flex;
    }
}

@media(min-width: 1100px) {
    #NavBar[b-kj4st4d97b] {
        padding: 25px;
        background-color: white;
    }

    #BtnOrcamento[b-kj4st4d97b] {
        display: none
    }
}

@media(max-width: 1100px) {

    #BtnOrcamentoDesk[b-kj4st4d97b] {
        display: none
    }

    .alinharAbas[b-kj4st4d97b] {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
    }

    .linksCabecalhoMobile[b-kj4st4d97b] {
        height: 13vh;
        justify-content: space-around !important;
    }

    .infoNumeroTelefone[b-kj4st4d97b] {
        height: 4vh;
    }

    .btnsModalCliente[b-kj4st4d97b] {
        height: 13vh;
        justify-content: space-around !important;
    }

    .logoMobile[b-kj4st4d97b] {
        display: none;
    }

    #fecharModalParceiros[b-kj4st4d97b] {
        display: none;
    }

    #fecharModalParceirosMobile[b-kj4st4d97b] {
        display: flex;
    }

    .divBtnOrcamentoMobile[b-kj4st4d97b] {
        height: 30rem;
        padding-top: 25px !important;
    }

    .cabecalhoModalSouCliente[b-kj4st4d97b] {
        display: flex;
        flex-wrap: nowrap;
    }

    .modaisEmail[b-kj4st4d97b] {
        overflow: auto;
        height: 90vh;
    }

    .linksCabecalho[b-kj4st4d97b] {
        width: auto;
    }


    .borderModal[b-kj4st4d97b] {
        padding-top: 1vh;
        border-top: 1px solid #f48e51;
        margin-top: 1vh;
        padding-left: 0;
        border-left: none;
        margin-left: 0;
    }

    .modalSaibaMais[b-kj4st4d97b] {
        padding-right: 0 !important;
    }

    .menuAberto[b-kj4st4d97b] {
        width: 100%;
    }

    .cabecalhoMobile[b-kj4st4d97b] {
        justify-content: space-around !important;
        min-width: 100vw;
    }

    .ImgLogoTelaMenor[b-kj4st4d97b] {
        width: 6rem;
        display: flex;
        justify-content: center;
    }


    .itensNavegacao[b-kj4st4d97b] {
        display: none;
    }

    .btnFecharMenu[b-kj4st4d97b] {
        display: flex;
    }

    #btnFecharMenuCabecalho[b-kj4st4d97b] {
        color: black !important;
    }

    .BtnLigamos[b-kj4st4d97b] {
        width: 10rem;
    }

    .menu[b-kj4st4d97b] {
        align-items: center;
        display: flex;
        height: 10%;
        background-color: white;
        transition-duration: 300ms;
    }

    /*    #parceirosNav {
        margin-right: 4rem;
    }

    #produtosNav {
        margin-right: 3rem;
    }

*/
    #NavBar[b-kj4st4d97b] {
        justify-content: end;
    }


    .alinharCabecalhoInicio[b-kj4st4d97b] {
        align-items: start !important;
        align-content: start;
        display: flex;
        flex-wrap: wrap;
    }

    .DivnavCabecalho[b-kj4st4d97b] {
        display: flex;
    }

    #NavBar[b-kj4st4d97b] {
        display: none;
    }

    .marginTopButton[b-kj4st4d97b] {
        margin-top: 0;
    }

    .textoPretoCarousel[b-kj4st4d97b] {
        margin-bottom: 1rem;
        font-size: 3vh !important;
        color: black;
        font-weight: bold;
    }

    .textoBrancoCarousel[b-kj4st4d97b] {
        font-size: 4vh !important;
        color: white;
        font-weight: bold;
    }

    .iconesCarrossel[b-kj4st4d97b] {
        bottom: 30px;
        position: absolute;
    }

    .infosCarrossel[b-kj4st4d97b] {
        flex-direction: column;
        position: absolute;
        width: 100%;
        justify-content: center;
        top: 38px;
        align-items: center;
    }

    .fundoInfosCarrosselMobile2[b-kj4st4d97b] {
        height: 20vh;
        /*height: 15vh;*/
        width: 100vw;
        position: absolute;
        opacity: 0.75;
    }

    .fundoInfosCarrosselMobile3[b-kj4st4d97b] {
        /*height: 20vh;*/
        height: 24vh;
        width: 100vw;
        position: absolute;
        opacity: 0.75;
    }

    .fundoInfosCarrosselMobile4[b-kj4st4d97b] {
        height: 26vh;
        /*height: 25vh;*/
        width: 100vw;
        position: absolute;
        opacity: 0.75;
    }

    .buttonSaibaMais[b-kj4st4d97b] {
        justify-content: center;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 20px;
        background-color: #0057d2;
        color: #fff;
        font-weight: 600;
        border: 2px solid #fff;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        text-decoration: none;
        width: 12rem;
    }

    #alinharCarrossel1[b-kj4st4d97b] {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        align-items: center !important;
    }

    #alinharCarrossel2[b-kj4st4d97b] {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        align-items: center !important;
    }

    #alinharCarrossel3[b-kj4st4d97b] {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        align-items: center !important;
    }

    #alinharCarrossel4[b-kj4st4d97b] {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        align-items: center !important;
    }

    #alinharCarrossel5[b-kj4st4d97b] {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        align-items: center !important;
    }

    #alinharCarrossel6[b-kj4st4d97b] {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        align-items: center !important;
    }



    #alinharButtonCarrossel1[b-kj4st4d97b] {
        justify-content: center !important;
    }

    #alinharButtonCarrossel2[b-kj4st4d97b] {
        justify-content: center !important;
    }

    #alinharButtonCarrossel3[b-kj4st4d97b] {
        justify-content: center !important;
    }

    #alinharButtonCarrossel4[b-kj4st4d97b] {
        justify-content: center !important;
    }

    #alinharButtonCarrossel5[b-kj4st4d97b] {
        justify-content: center !important;
    }

    #alinharButtonCarrossel6[b-kj4st4d97b] {
        justify-content: center !important;
    }
}

@media(min-width: 1100px) {
    .alinharCarousel[b-kj4st4d97b] {
        width: 56rem;
        right: initial !important;
        left: initial !important;
        align-items: flex-start !important;
        padding-left: 2rem;
    }

    .alinharItensDireitaCarousel[b-kj4st4d97b] {
        justify-content: flex-end;
        display: flex !important;
    }

    .alinharItensEsquerdaCarousel[b-kj4st4d97b] {
        justify-content: flex-start;
        display: flex !important;
    }

    .marginTopButton[b-kj4st4d97b] {
        margin-top: 2vh;
    }

    .textoPretoCarousel[b-kj4st4d97b] {
        font-size: 8vh;
        color: black;
        font-weight: bold;
    }

    .textoBrancoCarousel[b-kj4st4d97b] {
        font-size: 8vh;
        color: white;
        font-weight: bold;
    }

    #alinharCarrossel1[b-kj4st4d97b] {
        align-items: flex-end !important;
    }

    #alinharCarrossel2[b-kj4st4d97b] {
        align-items: flex-end !important;
    }

    #alinharCarrossel3[b-kj4st4d97b] {
        align-items: flex-end !important;
    }

    #alinharCarrossel4[b-kj4st4d97b] {
        align-items: flex-end !important;
    }

    #alinharCarrossel5[b-kj4st4d97b] {
        align-items: flex-end !important;
    }

    #alinharCarrossel6[b-kj4st4d97b] {
        align-items: flex-end !important;
    }


    #alinharButtonCarrossel1[b-kj4st4d97b] {
        justify-content: flex-end !important;
    }

    #alinharButtonCarrossel2[b-kj4st4d97b] {
        justify-content: flex-end !important;
    }

    #alinharButtonCarrossel3[b-kj4st4d97b] {
        justify-content: flex-end !important;
    }

    #alinharButtonCarrossel4[b-kj4st4d97b] {
        justify-content: flex-end !important;
    }

    #alinharButtonCarrossel5[b-kj4st4d97b] {
        justify-content: flex-end !important;
    }

    #alinharButtonCarrossel6[b-kj4st4d97b] {
        justify-content: flex-end !important;
    }


    #txtCarrossel1[b-kj4st4d97b] {
        text-align: right !important;
    }

    #txtCarrossel2[b-kj4st4d97b] {
        text-align: right !important;
    }

    #txtCarrossel3[b-kj4st4d97b] {
        text-align: right !important;
    }

    #txtCarrossel4[b-kj4st4d97b] {
        text-align: right !important;
    }

    #txtCarrossel5[b-kj4st4d97b] {
        text-align: right !important;
    }

    #txtCarrossel6[b-kj4st4d97b] {
        text-align: right !important;
    }


    .alinharIconesCarrossel[b-kj4st4d97b] {
        display: flex;
        position: absolute;
        /* width: 98.9vw; */
        bottom: 4%;
        justify-content: end;
        bottom: 4rem;
    }

    .iconesCarrossel[b-kj4st4d97b] {
        margin-right: 0 !important;
        margin-left: 0 !important;
        justify-content: center !important;
        width: 31vw;
        bottom: 30px;
        /* position: revert !important;*/
    }



    .fundoInfosCarrossel[b-kj4st4d97b] {
        height: 106vh;
        width: 31vw;
        position: absolute;
        opacity: 0.75;
    }

    .fundoInfosCarrosselGrande[b-kj4st4d97b] {
        height: 106vh;
        width: 31vw;
        position: absolute;
        opacity: 0.75;
    }

    .infosCarrossel[b-kj4st4d97b] {
        flex-direction: column;
        position: absolute;
        padding-right: 1.2rem;
        top: 38px;
    }

    .buttonSaibaMais[b-kj4st4d97b] {
        justify-content: center;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 20px;
        background-color: #0057d2;
        color: #fff;
        font-weight: 600;
        border: 2px solid #fff;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        text-decoration: none;
        width: 12rem;
    }


    .modalSaibaMaisTelaMenor[b-kj4st4d97b] {
        overflow: auto;
        max-height: 88vh;
    }

        .modalSaibaMaisTelaMenor[b-kj4st4d97b]::-webkit-scrollbar {
            background-color: #F58634;
            border-radius: 10px;
            border: 4px solid white;
        }

        .modalSaibaMaisTelaMenor[b-kj4st4d97b]::-webkit-scrollbar-track {
            background: white;
        }

        .modalSaibaMaisTelaMenor[b-kj4st4d97b]::-webkit-scrollbar-thumb {
            background-color: #F58634;
            border-radius: 10px;
            border: 4px solid white;
        }
}

.buttonSaibaMais:hover[b-kj4st4d97b] {
    text-decoration: none;
    color: white;
}


/* Personalizar bolinhas do carrossel */
.carousel-indicators [data-bs-target][b-kj4st4d97b] {
    background-color: #3994c8; /* cor padrão */
    width: 37px;
    height: 37px;
    border-radius: 50%;
    opacity: 0.5; /* bolinha apagada */
    border: none;
}

.carousel-indicators .active[b-kj4st4d97b] {
    background-color: #ff914d; /* cor da ativa */
    opacity: 1; /* bolinha ativa destacada */
    border: none;
}


@media (max-width:760px) {
    .botoesCarousel[b-kj4st4d97b] {
        bottom: 8rem;
    }
}
/* _content/website-alfaminas/Shared/MainLayout.razor.rz.scp.css */
.page[b-521pfzxgfn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-521pfzxgfn] {
    flex: 1;
}

.sidebar[b-521pfzxgfn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-521pfzxgfn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-521pfzxgfn]  a, .top-row .btn-link[b-521pfzxgfn] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-521pfzxgfn] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-521pfzxgfn] {
        display: none;
    }

    .top-row.auth[b-521pfzxgfn] {
        justify-content: space-between;
    }

    .top-row a[b-521pfzxgfn], .top-row .btn-link[b-521pfzxgfn] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-521pfzxgfn] {
        flex-direction: row;
    }

    .sidebar[b-521pfzxgfn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-521pfzxgfn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-521pfzxgfn], article[b-521pfzxgfn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/website-alfaminas/Shared/Modal/ModalConfirmacao.razor.rz.scp.css */
.enviar-Ativo[b-7s5pq2kntz] {
    opacity: 1;
    pointer-events: auto;
}

.enviar-Desativo[b-7s5pq2kntz] {
    opacity: 0;
    pointer-events: none;
}

.btn-enviar[b-7s5pq2kntz] {
    color: white;
    background: #007bff;
    padding: 4px 24px;
    margin: 0 1.5rem 0 0;
    border-radius: 3rem;
    border: none;
    cursor: pointer;
}

.btn-voltar[b-7s5pq2kntz] {
    font-size: 18px;
    color: white;
    background: #dc3545;
    padding: 2px 18px;
    margin: 0 0 0 0rem;
    border-radius: 3rem;
    cursor: pointer;
}
/* _content/website-alfaminas/Shared/Navbar/Navbar.razor.rz.scp.css */
.logo-sap[b-k3q2t57ll2] {
    height: 45px;
}

.text-blue[b-k3q2t57ll2] {
    color: #07a4e5;
}

    .text-blue:hover[b-k3q2t57ll2] {
        color: #07a4e5;
    }

.font-text[b-k3q2t57ll2] {
    text-decoration: none;
    font-size: 25px;
}

nav-fixa[b-k3q2t57ll2] {
    position: sticky;
    top: 0;
}

.navbar-nav .nav-link.active[b-k3q2t57ll2],
.navbar-nav .nav-link.show[b-k3q2t57ll2] {
    border-bottom: 2px solid #0d6efd;
    color: #2588c2;
}

.nav-link[b-k3q2t57ll2] {
    font-family: '72 Brand Variable', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #2588c2;
}

li[b-k3q2t57ll2] {
    font-family: '72 Brand Variable', Arial, Helvetica, sans-serif;
    font-size: 14px;
}


@font-face {
    font-family: '72 Brand Variable';
    src: url('/fonts/72/72Brand.woff2') format('woff2'), url('/fonts/72/72Brand.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.logoAlfaMinas[b-k3q2t57ll2] {
    height: 80px; /* controla a altura da logo */
    width: auto; /* mantém proporção */
    object-fit: contain;
}

.navbar-nav .nav-link[b-k3q2t57ll2] {
    color: #2588c2;
}


.dropdown-item.active[b-k3q2t57ll2] {
    color: #fff !important;
    background-color: #007bff !important;
}

.dropdown-item[b-k3q2t57ll2] {
    transition: background-color 0.2s ease, color 0.2s ease;
}



/* _content/website-alfaminas/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-g216kemiz4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-g216kemiz4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-g216kemiz4] {
    font-size: 1.1rem;
}

.oi[b-g216kemiz4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-g216kemiz4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g216kemiz4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g216kemiz4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-g216kemiz4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-g216kemiz4]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-g216kemiz4]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-g216kemiz4] {
        display: none;
    }

    .collapse[b-g216kemiz4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-g216kemiz4] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/website-alfaminas/Shared/Rodape/Rodape.razor.rz.scp.css */
@font-face {
    font-family: '72 Brand Variable';
    src: url('/fonts/72/72Brand.woff2') format('woff2'), url('/fonts/72/72Brand.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.rodape li[b-iog75z0gdm] {
    font-family: '72 Brand Variable', Arial, Helvetica, sans-serif !important;
    font-size: 15px;
   
}


h4[b-iog75z0gdm] {
    font-size: 0.8em;
    color: #c3c2c0;
}

.endereco[b-iog75z0gdm] {
    font-family: '72 Brand Variable', Arial, Helvetica, sans-serif !important;
    font-size: 15px;
   
}
/* _content/website-alfaminas/Shared/SapVarejo/Cards.razor.rz.scp.css */
.title-arvore[b-lc68no64cm] {
    font-size: 48px;
    font-family: 'Inter', sans-serif;
    color: #484849;
}

.paragrafo[b-lc68no64cm] {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #484849;
}
/* _content/website-alfaminas/Shared/SapVarejo/CardSubSegmento.razor.rz.scp.css */
.icon-box[b-z54ady6y2n] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #f7ede0;
    border-radius: 12px;
}


.card[b-z54ady6y2n] {
    background-color: #fafafa;
    border: 1px solid #c3c2c0;
}

    .card:hover[b-z54ady6y2n] {
        background-color: #fdfaf5;
    }


.icon-box img[b-z54ady6y2n] {
    width: 40px;
}

.card-body h5[b-z54ady6y2n] {
    font-size: 24px;
    font-family: 'Inter', sans-serif;
}

.card-body p[b-z54ady6y2n] {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}
/* _content/website-alfaminas/Shared/SapVarejo/LogoCarousel.razor.rz.scp.css */
.mySwiper .swiper-slide[b-gzlima8wej] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .mySwiper .swiper-slide img[b-gzlima8wej] {
        max-height: 80px;
        object-fit: contain;
    }
/* _content/website-alfaminas/Shared/Servicos/BlocoInfo.razor.rz.scp.css */
p[b-5vicnt6xr5],
li[b-5vicnt6xr5] {
    margin: 0;
    font-size: 16px;
    color: #494848;
    font-family: 'Inter', sans-serif;
}


.titulo[b-5vicnt6xr5] {
    font-size: 32px;
    color: #494848;
    font-family: 'Inter', sans-serif;
}

.blocoCinza[b-5vicnt6xr5] {
    background-color: #fafafa;
}

.quadrado[b-5vicnt6xr5] {
    width: 60%; 
    aspect-ratio: 3/4; 
    object-fit: cover; 
    border-radius: 8px; 
}
/* _content/website-alfaminas/Shared/Servicos/InicioPagina.razor.rz.scp.css */
.servicos-section[b-7znad25em1] {
    background-color: #fafafa;
    background-size: cover;
    min-height: 300px;
    color: #181818;
}

    .servicos-section .btn[b-7znad25em1] {
        border-radius: 0;
        background-color: #db9a40;
        color: #fff;
        border: none;
    }

        .servicos-section .btn:hover[b-7znad25em1] {
            background-color: #c88630;
            color: #fff;
        }

.tituloServicos[b-7znad25em1] {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    color: #494848;
}

.paragrafoServicos[b-7znad25em1] {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    color: #494848;
}
