/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-vmt9mz0sen] {
    position: relative;
    display: flex;
    flex-direction: column;
}



main[b-vmt9mz0sen] {
    flex: 1;
}

.section[b-vmt9mz0sen] {
    margin: 0px 65px;
    padding: 10px;
    margin-bottom: 60px;
}

.view-all[b-vmt9mz0sen] {
    color: #193B53;
}

.header[b-vmt9mz0sen] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.projects[b-vmt9mz0sen] {
}

.banners[b-vmt9mz0sen] {
}

.highlights[b-vmt9mz0sen] {
}

.sponsors[b-vmt9mz0sen] {
}

/* Estilos para o topo da p�gina */
.top-bar[b-vmt9mz0sen] {
    height: 110px !important;
    background-color: #820009;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
/* Cont�iner para o logo e o t�tulo */
.logo-title-container[b-vmt9mz0sen] {
    display: flex;
    align-items: center;
}

    .logo-title-container img[b-vmt9mz0sen] {
        height: 50px;
    }

.top-bar-logo[b-vmt9mz0sen] {
    height: 34px;
    margin-right: 20px;
}

.search-links-container[b-vmt9mz0sen] {
    display: flex;
    align-items: center; /* Alinha os elementos verticalmente */
}

/*Estilo para barra de pesquisa avan�ada*/
.search-button-top[b-vmt9mz0sen] {
    background-color: transparent;
    border: none;
}

.top-bar-search[b-vmt9mz0sen] {
    background-color: #820009;
    border: 1px solid #BEB07B;
    color: #BEB07B;
    margin-right: 10px;
    border-radius: 5px;
    height: 34px;
    padding-left: 5px;
}

.oi-magnifying-glass[b-vmt9mz0sen] {
    color: #BEB07B; /* Cor da lupa */
    margin-right: 10px; /* Espa�amento entre a lupa e as bandeiras */
}

.flag[b-vmt9mz0sen] {
    height: 34px; /* Ajuste para o tamanho desejado */
    margin-left: 0px; /* Espa�amento � esquerda para separar das outras imagens/elementos */
}

.avatar-img[b-vmt9mz0sen] {
    height: 35px; /* Altura do avatar */
    width: auto; /* Mant�m a propor��o da imagem */
    border-radius: 50%; /* Opcional: para tornar a imagem circular */
}

/* Ajustes para os estilos dos links e da lupa */
.top-links[b-vmt9mz0sen], .icon-lupa[b-vmt9mz0sen] {
    display: flex;
    align-items: center;
    margin-left: 10px; /* Espa�amento entre elementos */
}




/* Estilos para o cont�iner da busca, lupa, bandeiras e avatar */
.search-links-container[b-vmt9mz0sen] {
    display: flex;
    align-items: center; /* Alinha os elementos verticalmente */
}

.top-bar-search[b-vmt9mz0sen] {
    background-color: #820009;
    border: 1px solid #BEB07B;
    margin-right: 10px;
}

/* Corre��o para o �cone da lupa - substitua por um �cone real se necess�rio */
.oi-magnifying-glass[b-vmt9mz0sen] {
    color: #BEB07B;
    margin-right: 10px;
}

/* Estilos para as bandeiras e o avatar */
.flag[b-vmt9mz0sen], .avatar-img[b-vmt9mz0sen] {
    height: 34px;
    margin-left: 10px; /* Espa�amento entre elementos */
}

.flag[b-vmt9mz0sen] {
    border-radius: 5px;
}

.avatar-img[b-vmt9mz0sen] {
    border-radius: 50%; /* Torna a imagem circular */
}

/* Estilos para os links do topo */
.top-links[b-vmt9mz0sen] {
    display: flex;
    align-items: center;
}

.top-link[b-vmt9mz0sen] {
    color: #BEB07B !important;
    text-transform: uppercase;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

    .top-link.active[b-vmt9mz0sen]::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 2px;
        width: 100%;
        background-color: #BEB07B;
    }

    .top-link:focus[b-vmt9mz0sen] {
        border-bottom: 2px solid #BEB07B;
    }


.cover-container[b-vmt9mz0sen] {
    width: 100%;
    height: 600px; 
    overflow: hidden; 
    position: relative;
    margin-top:110px;
    z-index: 900;
}

.cover-container img[b-vmt9mz0sen] {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute; 
    top: 0;
    left: 0;
}

/* Estilos para posicionar os links no topo direito da imagem de capa */
.top-links-cover[b-vmt9mz0sen] {
    position: absolute;
    top: 20px;
    right: 15px;
    display: flex;
    align-items: center;
    z-index: 1001; /* Garante que esteja acima da imagem de capa */
}

/* Estilos para a faixa com bot�es */
.button-band[b-vmt9mz0sen] {
    height: 120px;
    background-color: #820009;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
}

.button-band-item[b-vmt9mz0sen] {
    display: flex;
    align-items: center;
    height: 100%;
    transition: background-color 0.3s;
    text-decoration: none;
    padding: 0 30px;
    outline: none;
}

.text-link[b-vmt9mz0sen] {
    color: #BEB07B;
    transition: color 0.3s;
}

.button-band-icon[b-vmt9mz0sen] {
    height: 48px;
    margin-right: 10px;
}

/* Altera a cor de fundo, texto e �cone no hover e active */
.button-band-item:hover[b-vmt9mz0sen], .button-band-item:active[b-vmt9mz0sen], .button-band-item:focus[b-vmt9mz0sen] {
    background-color: #BEB07B;
}

    .button-band-item:hover .text-link[b-vmt9mz0sen],
    .button-band-item:active .text-link[b-vmt9mz0sen],
    .button-band-item:focus .text-link[b-vmt9mz0sen] {
        color: #820009;
    }

    .button-band-item:hover .button-band-icon[b-vmt9mz0sen],
    .button-band-item:active .button-band-icon[b-vmt9mz0sen],
    .button-band-item:focus .button-band-icon[b-vmt9mz0sen] {
        filter: invert(20%) sepia(100%) saturate(55000%) hue-rotate(-9deg) brightness(57%) contrast(100%);
    }


.button-band-item.clicked[b-vmt9mz0sen] {
    background-color: #BEB07B;
}

    .button-band-item.clicked .text-link[b-vmt9mz0sen] {
        color: #820009;
    }

    .button-band-item.clicked .button-band-icon[b-vmt9mz0sen] {
        filter: invert(20%) sepia(100%) saturate(55000%) hue-rotate(-9deg) brightness(57%) contrast(100%);
    }


/*Estilo Projetos Home*/
/* Estilos para a lista de projetos */
.project-list-home[b-vmt9mz0sen] {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.project-card-home[b-vmt9mz0sen] {
    flex: 1;
    min-width: calc(50% - 10px); /* Metade da largura menos o gap */
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.project-cover-home img[b-vmt9mz0sen] {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
    border-radius: 5px;
}

.project-title-home[b-vmt9mz0sen] {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(141, 25, 25, 0.8);
    color: #BEB07B;
    width: 50%;
    padding: 10px 10px;
    text-align: left;
    border-top-right-radius: 5px;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .section[b-vmt9mz0sen] {
        margin: 0px 0px;
        padding: 10px;
    }

    .projects[b-vmt9mz0sen] {
        margin-top: 25px;
    }

    .project-card-home[b-vmt9mz0sen] {
        min-width: 100%;
    }
}

/* Responsividade para telas em modo paisagem */
@media (max-width: 768px) and (orientation: landscape) {
    .section[b-vmt9mz0sen] {
        margin-top: 30px; /* Adiciona uma margem no topo de 30px */
    }
}


/*Estilos para Banners*/
.carousel-container-home[b-vmt9mz0sen] {
    position: relative;
    width: 100%;
}

.carousel-item-container-home img[b-vmt9mz0sen] {
    border-radius: 5px;
    max-height: 420px;
    min-height: 420px; 
    width: 100%; /* Garante que a imagem seja responsiva */
    height: auto; /* Mant�m a propor��o da imagem */
    object-fit: fill;
}

.carousel-control-prev-simple[b-vmt9mz0sen], .carousel-control-next-simple[b-vmt9mz0sen] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(141, 25, 25, 0.5);
    cursor: pointer;
    padding: 20px;
    border-radius: 5px;
}

.carousel-control-prev-simple[b-vmt9mz0sen] {
    left: 5%;
}

.carousel-control-next-simple[b-vmt9mz0sen] {
    left: 90%;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .carousel-control-prev-simple[b-vmt9mz0sen], .carousel-control-next-simple[b-vmt9mz0sen] {
        padding: 10px; /* Reduz o tamanho do padding */
        font-size: 12px; /* Reduz o tamanho da fonte, se houver texto */
    }

    .carousel-control-prev-simple[b-vmt9mz0sen] {
        left: 2%; /* Ajusta a posi��o para a esquerda */
    }

    .carousel-control-next-simple[b-vmt9mz0sen] {
        left: 88%; /* Ajusta a posi��o para a direita */
    }

    .carousel-item-container-home img[b-vmt9mz0sen] {
        max-height: 200px;
        min-height: 200px;
        object-fit: fill;
    }
}

/*Estilos para Itens de Destaques*/

.highlights-container[b-vmt9mz0sen] {
    margin-top: 30px;
    display: flex;
    overflow-x: auto;
    justify-content: space-between; /* Distribui o espa�o entre os itens igualmente */
    padding: 0 0px; /* Adiciona um pouco de espa�o nas laterais */
}

    /* Estiliza a scrollbar no Chrome, Edge, e Safari */
    .highlights-container[b-vmt9mz0sen]::-webkit-scrollbar {
        height: 0px; /* Altura da scrollbar */
        background-color: transparent; /* Fundo transparente */
    }

    .highlights-container[b-vmt9mz0sen]::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2); /* Cor da scrollbar (semi-transparente) */
        border-radius: 10px;
    }

        .highlights-container[b-vmt9mz0sen]::-webkit-scrollbar-thumb:hover {
            background-color: rgba(0, 0, 0, 0.4); /* Cor da scrollbar ao passar o mouse */
        }

/* Estiliza a scrollbar no Firefox */
.highlights-container[b-vmt9mz0sen] {
    scrollbar-width: thin; /* 'auto' ou 'thin' */
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent; /* Cor da scrollbar e do fundo */
}

/* Estiliza a scrollbar no IE e Edge (vers�es antigas) */
.highlights-container[b-vmt9mz0sen] {
    -ms-overflow-style: -ms-autohiding-scrollbar; /* Esconde automaticamente a scrollbar */
}

.highlight-item[b-vmt9mz0sen] {
    position: relative;
    flex: 0 0 23%; /* Define que cada item ocupe 25% do espa�o dispon�vel */
    margin: 10px;
    min-width: calc(23% - 20px);
}

.category-description[b-vmt9mz0sen] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(141, 25, 25, 0.8);
    color: #BEB07B;
    font-size: 13px;
    padding: 0px 10px;
    border-end-start-radius: 5px;
    border-start-end-radius: 5px;
}

.highlight-image[b-vmt9mz0sen] {
    width: 100%; /* Faz a imagem ocupar toda a largura do item */
    height: auto; /* Mant�m a propor��o da imagem */
    border-radius: 5px;
}

.highlight-title[b-vmt9mz0sen] {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.learn-more-button[b-vmt9mz0sen] {
    background-color: #193B53;
    color: #BEB07B;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 13px;
}

@media (max-width: 768px) {
    .highlights-container[b-vmt9mz0sen] {
        flex-direction: column;
        overflow-x: hidden; /* Remove a rolagem horizontal */
        margin-top: 0; /* Remove a margem superior se n�o for mais necess�ria */
    }

    .highlight-item[b-vmt9mz0sen] {
        min-width: 100%; /* Garante que cada item ocupe a largura total */
        margin: 10px 0; /* Ajusta a margem para apenas vertical */
        max-width: 100%; /* Garante que o item n�o exceda a largura da tela */
    }

    .highlight-image[b-vmt9mz0sen] {
        width: 100%; /* Ajusta a largura da imagem para auto em telas menores */
    }
}

/*Estilos param Patrocinadores*/
.section.sponsors[b-vmt9mz0sen] {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #fff;
    border-top: 1px solid #dedede;  
}

/*.sponsors-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(4, auto); 
    gap: 20px;
    margin-left: 80px;
    margin-right: 80px;
}*/
.sponsors-grid[b-vmt9mz0sen] {
    display: grid;
    margin-left: 60px;
    grid-template-columns: 1fr;
    margin-left: 0, 65px;
}

.logos-apoio img[b-vmt9mz0sen] {
    height: 50px;
    padding-left: 10px;
    width: 110px;
    object-fit: contain;
}

.logo-lei-incentivo img[b-vmt9mz0sen] {
     min-height: 90px;
}



.master[b-vmt9mz0sen] {
    padding-left: 10px;  
}

.logos-realizacao[b-vmt9mz0sen]{
    max-height: 120px;
}

.logos-museu[b-vmt9mz0sen] {
    max-width: 200px;
}


.logo-lei-incentivo[b-vmt9mz0sen], .logos-realizacao[b-vmt9mz0sen] {
    padding-right: 0; 
}

.label[b-vmt9mz0sen] {
    font-weight: bold;
    color: #303030;
    text-align: left; 
    margin-top: 30px; 
}

.logos-patrocinio[b-vmt9mz0sen] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.logos-master img[b-vmt9mz0sen] {
    height: 120px;
    width:150px;
    object-fit: contain;
}

.logos-diamante img[b-vmt9mz0sen] {
    height: 80px;
    width: 120px;
    object-fit: contain;
}

.logos-platina img[b-vmt9mz0sen] {
    height: 50px;
    width: 90px;
    object-fit: contain;
}


.logos-ouro img[b-vmt9mz0sen] {
    height: 40px;
    width: 80px;
    object-fit: contain;
}

.logos-apoio img[b-vmt9mz0sen] {
    height: 35px;
    width: 65px;
    object-fit: contain;
}

.card[b-vmt9mz0sen] {
    background-color: #fff;
    padding: 10px;
    border: none;
}

.card-title[b-vmt9mz0sen] {
    color: #959595;
    font-weight: bold;
}

@media (max-width: 768px) {
    .sponsors-grid[b-vmt9mz0sen] {
        margin: 0px;
        grid-template-columns: 1fr; /* Uma coluna em telas menores */
    }

    .label[b-vmt9mz0sen] {
        text-align: left;
    }

    .card-realizacao[b-vmt9mz0sen] {
    }

    .logos-museu[b-vmt9mz0sen], .logos-realizacao[b-vmt9mz0sen] {
        max-width: 30%; 
        height: auto; 
    }
}

/* Estilos para o rodap� */
.footer[b-vmt9mz0sen] {
    display: flex;
    justify-content: space-between;
    background-color: #820009;
    color: white;
    text-align: center;
    padding: 40px 90px;
    color: #BEB07B;
}

.footer-column[b-vmt9mz0sen] {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Alinha os itens � esquerda */
}

    .footer-column h4[b-vmt9mz0sen] {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .footer-column div[b-vmt9mz0sen], .footer-column a[b-vmt9mz0sen] {
        margin-bottom: 10px;
        text-align: left; /* Alinha o texto � esquerda */
    }

    .footer-column .contact-address[b-vmt9mz0sen] {
        max-width: 250px; /* Largura m�xima para o endere�o */
    }

    .footer-column a[b-vmt9mz0sen] {
        color: #BEB07B; /* Cor dos links */
        text-decoration: none; /* Remove o sublinhado do link */
    }

        .footer-column a:hover[b-vmt9mz0sen] {
            text-decoration: underline; /* Sublinha ao passar o mouse */
        }

.social-icon[b-vmt9mz0sen] {
    height: 15px; /* Altura do �cone */
    width: 15px; /* Largura do �cone */
    margin-right: 5px; /* Espa�o entre o �cone e o texto */
}

/* Adicionando estilos para o 'POWERED BY' e o logo da Ubik */
.powered-by[b-vmt9mz0sen] {
    font-size: 12px; /* Tamanho menor para o texto 'POWERED BY' */
    font-weight: bold;
    align-self: flex-end; /* Alinha ao final do rodap� */
    margin-top: 40px; /* Cria mais espa�o entre a pol�tica e o 'POWERED BY' */
    width: 100%; /* Garante que ocupe a largura total da coluna */
    text-align: right; /* Alinha o texto � direita */
}

    .powered-by img[b-vmt9mz0sen] {
        width: auto; /* ou um tamanho espec�fico, se necess�rio */
        height: 45px; /* Altura do logo */
        vertical-align: middle; /* Alinha verticalmente com o texto */
    }

/* Responsividade */
@media (max-width: 768px) {
    .footer[b-vmt9mz0sen] {
        flex-direction: column;
        padding: 40px 20px;
    }

   

    .footer-column[b-vmt9mz0sen] {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

        /*.footer-column div {
            justify-content: flex-start;*/ /* Alinha os itens � esquerda */
            /*width: 100%;*/ /* Largura total da coluna */
            /*max-width: 300px;*/ /* M�ximo de largura do grupo de contato */
            /*margin-left: auto;*/ /* Margem autom�tica � esquerda para centralizar */
            /*margin-right: auto;*/ /* Margem autom�tica � direita para centralizar */
        /*}*/



        .footer-column h4[b-vmt9mz0sen] {
            font-size: 18px; /* Diminui o tamanho do t�tulo */
            text-align:start;
        }


    .powered-by[b-vmt9mz0sen] {      
        margin-top: 20px;
        width: 100%; /* Garante que o container 'powered-by' ocupe a largura total */
        display: flex; /* Usa flexbox para alinhamento */
        flex-direction: column; /* Organiza os itens em coluna */
        justify-content: start; /* Centraliza os itens na dire��o vertical */
    }

        .powered-by img[b-vmt9mz0sen] {
            height: 45px;
        }

    .powered-text[b-vmt9mz0sen] {
        margin-top:0px;
        text-align: center;
    }
}

@media (min-width: 769px) and (max-width: 820px) {
    .footer-column h4[b-vmt9mz0sen] {
        font-size: 16px; /* Diminui o tamanho do t�tulo */
    }

    .footer-column .contact-address[b-vmt9mz0sen] {
        max-width: 180px; /* Largura m�xima para o endere�o */
    }
}

@media (min-width: 821px) and (max-width: 1024px) {
    .footer-column h4[b-vmt9mz0sen] {
        font-size: 18px; /* Diminui o tamanho do t�tulo */
    }
}


.btn-scroll-top[b-vmt9mz0sen] {
    display: none; /* Escondido por padr�o */
    position: fixed; /* Posicionamento fixo */
    bottom: 20px; /* 20px acima do fundo da tela */
    right: 30px; /* 30px � direita da tela */
    z-index: 99; /* Garante que o bot�o fique acima de outros elementos */
    border: none; /* Sem borda */
    outline: none; /* Sem contorno */
    background-color: rgba(141, 25, 25, 0.7);
    /*    background-color: rgba(48, 48, 48, 0.7);*/
    color: white; /* Cor do texto */
    cursor: pointer; /* Cursor de m�o ao passar o mouse */
    padding: 15px; /* Espa�amento interno */
    border-radius: 10px; /* Bordas arredondadas */
}

/* Apenas exibe o bot�o em telas grandes (largura acima de 768px) */
@media screen and (min-width: 768px) {
    .btn-scroll-top[b-vmt9mz0sen] {
        display: block;
    }
}

@media (max-width: 768px) {
    .btn-scroll-top[b-vmt9mz0sen] {
        display: none !important;
    }
}


/*********************** VERS�O MOBILE ******************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/

@media (max-width: 640.98px) {
    .body-custom[b-vmt9mz0sen] {
        margin-top: 70px;
    }

    .top-row:not(.auth)[b-vmt9mz0sen] {
        display: none;
    }

    .top-row.auth[b-vmt9mz0sen] {
        justify-content: space-between;
    }

    .top-row[b-vmt9mz0sen]  a, .top-row[b-vmt9mz0sen]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vmt9mz0sen] {
        flex-direction: column;
    }

    .top-bar[b-vmt9mz0sen], .button-band[b-vmt9mz0sen], .footer[b-vmt9mz0sen] {
        width: 100%; /* Define a largura para ocupar toda a largura dispon�vel */
    }
}


@media screen and (max-width: 768px) {
    .top-bar-search[b-vmt9mz0sen],
    .logo-title-container span[b-vmt9mz0sen] {
        display: none; /* Oculta o campo de pesquisa e o texto */
    }

    .top-bar[b-vmt9mz0sen] {
        position: fixed;
        top: 0; /* Fixado no topo da p�gina */
        height: 60px; /* Altura ajustada */
        width: 100%; /* Largura total */
        z-index: 1000; /* Alta prioridade no empilhamento */
    }

    .cover-container[b-vmt9mz0sen] {
        position: fixed;
        top: 60px; /* Abaixo do .top-bar */
        width: 100%; /* Largura total */
        height: 60px; /* Altura fixa */
        overflow: hidden; /* Oculta o excesso de conte�do */
        z-index: 900; /* Abaixo do .top-bar no empilhamento */
    }

        .cover-container img[b-vmt9mz0sen] {
            width: 100%; /* Largura total do container */
            height: 50px; /* Altura fixa */
            object-fit: cover; /* Ajusta a imagem proporcionalmente */
        }

    .top-links-cover[b-vmt9mz0sen] {
        position: absolute;
        top: 0px;
        left: 0; /* Alinhar � esquerda */
        width: 100%; /* Largura total */
        display: flex;
        align-items: center;
        justify-content: flex-end; /* Alinha os itens � esquerda */
        font-size: 14px;
        background-color: rgba(0, 0, 0, 0.55);
        padding: 10px; /* Ajuste conforme necess�rio */
        padding-bottom: 20px;
    }

    .flag[b-vmt9mz0sen] {
        height: 27px;
    }
}



/* Reduz ainda mais o tamanho dos �cones em telas muito pequenas */
@media (max-width: 480px) {
    .button-band-icon[b-vmt9mz0sen] {
        transform: scale(0.6); /* Reduz o �cone para 60% do tamanho original */
    }
}

@media (max-width: 768px) {
    /* Fixa a barra de navega��o no rodap� */
    .button-band[b-vmt9mz0sen] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 60px;
        justify-content: space-evenly;
        z-index: 100;
    }

    /* Reduz o tamanho dos �cones e dos textos */
    .button-band-icon[b-vmt9mz0sen] {
        height: 24px;
        margin-right: 0; /* Removido o espa�amento lateral */
    }

    .text-link[b-vmt9mz0sen] {
        font-size: 10px;
    }

    /* Ajustes adicionais para centralizar os itens */
    .button-band-item[b-vmt9mz0sen] {
        display: flex;
        flex-direction: column; /* �cones acima do texto */
        align-items: center; /* Centraliza horizontalmente */
        justify-content: center; /* Centraliza verticalmente */
        text-align: center; /* Centraliza o texto */
        align-self: center;
        padding: 5px;
    }
}

/* Reduz o tamanho dos �cones em telas at� 820px */
@media (min-width: 769px) and (max-width: 820px) {

    .button-band[b-vmt9mz0sen] {
        height: 100px;
    }

    .button-band-icon[b-vmt9mz0sen] {
        transform: scale(0.6);
    }

    .button-band-item[b-vmt9mz0sen] {
        padding: 5px;
    }

    .text-link[b-vmt9mz0sen] {
        font-size: 13px;
    }
}

@media (min-width: 821px) and (max-width: 1024px) {
    .button-band-icon[b-vmt9mz0sen] {
        transform: scale(0.7);
    }

    .button-band-item[b-vmt9mz0sen] {
        padding: 10px;
    }

    .text-link[b-vmt9mz0sen] {
        font-size: 16px;
    }
}


/*Estilo para Banner de Cookie*/
.cookie-consent-banner[b-vmt9mz0sen] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 1000;
}

    .cookie-consent-banner p[b-vmt9mz0sen] {
        margin: 0;
        padding: 5px 15px;
        font-size: 16px;
    }

    .cookie-consent-banner .btn-accept[b-vmt9mz0sen] {
        background-color: #4CAF50; 
        color: white;
        border: none;
        padding: 10px 20px;
        margin: 10px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
    }

        .cookie-consent-banner .btn-accept:hover[b-vmt9mz0sen] {
            background-color: #45a049; 
        }


    .cookie-consent-banner .privacy-policy-link[b-vmt9mz0sen] {
        color: #4CAF50;
        
        text-decoration: none; 
        cursor: pointer;
    }

        .cookie-consent-banner .privacy-policy-link:hover[b-vmt9mz0sen] {
            color: #45a049; 
        }
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hd6awrrfi1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hd6awrrfi1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hd6awrrfi1] {
    font-size: 1.1rem;
}

.oi[b-hd6awrrfi1] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hd6awrrfi1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hd6awrrfi1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hd6awrrfi1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hd6awrrfi1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hd6awrrfi1]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-hd6awrrfi1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hd6awrrfi1] {
        display: none;
    }

    .collapse[b-hd6awrrfi1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-hd6awrrfi1] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
