/* /Layout/MainLayout.razor.rz.scp.css */
html[b-e6ftuzbuqi], body[b-e6ftuzbuqi] {
    height: auto;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto; /* Mant�m scroll vertical apenas se necess�rio */
    margin: 0;
    padding: 0;
}

    body.menu-open[b-e6ftuzbuqi] {
        overflow: hidden;
    }
.page[b-e6ftuzbuqi] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(135deg, #ccc, white);
    margin-top: 0; /* Remove o espa�o extra no topo */
}

/*.text-danger {
    background: linear-gradient(45deg, #000, #0a192f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}*/

main[b-e6ftuzbuqi] {
    text-align: center;
    flex: 1; /* Ocupa todo o espa�o dispon�vel */
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Mant�m altura total */
    padding-top: 4rem;
    position: relative;
    z-index: 10;
    padding-top: 3.5rem; /* Espa�o para a navbar fixa */
}
.sidebar[b-e6ftuzbuqi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}


/* Navbar estilo DMZ */
.navbar-dmz .nav-link[b-e6ftuzbuqi],
.navbar-dmz .navbar-brand[b-e6ftuzbuqi],
.navbar-dmz .btn[b-e6ftuzbuqi] {
    color: #000 !important; /* Ou outra cor escura para contraste */
}

/* NAVBAR PRINCIPAL */


.navbar[b-e6ftuzbuqi] {
    font-weight: 500;
    font-size: 0.95rem;
    background-color: #0d0d0d;
    /*padding: 1rem 2rem;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-nav .nav-link[b-e6ftuzbuqi] {
/*    margin-right: 1.25rem;*/  
color: #000 !important;
    /*color: #f0f0f0;*/
    font-weight: 500;
    position: relative;
    padding: 0.5rem 0.8rem;
    transition: color 0.3s ease;
}

    .navbar-nav .nav-link:hover[b-e6ftuzbuqi] {
        color: #d40032 !important;
    }

.navbar-collapse.show[b-e6ftuzbuqi] {
    position: absolute;
    top: 3.5rem; /* Alinha com a navbar */
    width: 100%;
    background: white;
    z-index: 1040;
}
.navbar-brand[b-e6ftuzbuqi] {
    text-align: center;
}
    .navbar-brand div[b-e6ftuzbuqi] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar-brand span:last-child[b-e6ftuzbuqi] {
        margin-top: 5px; /* Ajuste conforme necess�rio */
    }

.navbar-brand span[b-e6ftuzbuqi] {
    font-size: 1rem;
}



.navbar-dmz[b-e6ftuzbuqi] {
    background-color: #ccc !important;
}

.cl-yellow-dmz[b-e6ftuzbuqi] {
    color: #b8860b !important;
}
.cl-blue-dmz[b-e6ftuzbuqi] {
    color: #273b5a !important;
}


/*.cl-yellow-dmz {
    color: darkgoldenrod;*/ /* Substitua pelo c�digo exato da cor amarela do logo */
/*}*/

.btn-dark[b-e6ftuzbuqi] {
    background-color: #2b2b2b;
    border: none;
}

    .btn-dark:hover[b-e6ftuzbuqi] {
        background-color: #000;
    }

.btn-outline-secondary[b-e6ftuzbuqi] {
    border-color: #ccc;
    color: #333;
}

    .btn-outline-secondary:hover[b-e6ftuzbuqi] {
        background-color: #f2f2f2;
        border-color: #aaa;
    }

/* Rodap� */
.footer[b-e6ftuzbuqi] {
    margin-top: auto; /* Garante que o footer ficar� na parte inferior */
    background-color: #1d1d1d;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 1rem; /* Diminuindo o espa�o superior */
    padding-bottom: 1rem; /* Diminuindo o espa�o inferior */
    padding: 1rem 0; /* Reduzindo o espa�o vertical */
    position: relative;
}
.footer-bottom[b-e6ftuzbuqi] {
    background-color: #0c0c0c;
    color: white;
    font-size: 0.8rem;
    padding: 0.5rem 0; /* Reduzindo ainda mais o padding */
    text-align: center;
}

.footer .row[b-e6ftuzbuqi] {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}


    .footer a[b-e6ftuzbuqi] {
        color: #fff;
        text-decoration: none;
    }

        .footer a:hover[b-e6ftuzbuqi] {
            text-decoration: underline;
            color: white;
            transition: 0.3s;
        }
.footer .container-fluid[b-e6ftuzbuqi] {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*.footer-bottom {
    background-color: #0c0c0c;
    color: white;
    font-size: 0.8rem;
    padding: 1rem 0;
    text-align: center;
}*/

/* Alinhamento de �cones circulares */
.btn.rounded-circle[b-e6ftuzbuqi] {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}*/
/* Ajuste da navbar */
.top-row[b-e6ftuzbuqi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    margin-bottom: 0 !important;
    padding-left: 2rem; /* Ajuste de padding para melhorar o alinhamento */
}

    .top-row a[b-e6ftuzbuqi], .top-row .btn-link[b-e6ftuzbuqi] {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row a:hover[b-e6ftuzbuqi], .top-row .btn-link:hover[b-e6ftuzbuqi] {
            text-decoration: underline;
        }

        .top-row a:first-child[b-e6ftuzbuqi] {
            overflow: hidden;
            text-overflow: ellipsis;
        }



/* Bot�o "Fale connosco" */
.btn-fale[b-e6ftuzbuqi] {
    background-color: #2b2b2b;
    color: #fff;
    font-weight: bold;
    border-radius: 999px;
    padding: 0.375rem 1rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    border: none;
}

    .btn-fale:hover[b-e6ftuzbuqi] {
        background-color: #000;
        color: #fff;
    }

/* Bot�o MZ (PT) */
.btn-locale[b-e6ftuzbuqi] {
    border: 1px solid #ccc;
    color: #333;
    border-radius: 999px;
    padding: 0.375rem 0.9rem;
    font-size: 0.9rem;
    background-color: #ccc;
}

    .btn-locale:hover[b-e6ftuzbuqi] {
        background-color: #f2f2f2;
    }


/*.btn-whatsapp {
    background: linear-gradient(45deg, #25D366, #128C7E);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}

    .btn-whatsapp:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }*/
/* Bot�o WhatsApp */
.btn-whatsapp[b-e6ftuzbuqi] {
    background: linear-gradient(45deg, #25D366, #128C7E);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

    .btn-whatsapp:hover[b-e6ftuzbuqi] {
        transform: scale(1.1);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }


/* Bot�o lupa */
.btn-search[b-e6ftuzbuqi] {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

    .btn-search:hover[b-e6ftuzbuqi] {
        background-color: #f2f2f2;
    }
.content[b-e6ftuzbuqi] {
    flex: 1 0 auto;
}

/* Estilos do dropdown */
/*.dropdown-content {
    display: none;
    position: absolute;
    background: #f8f9fa;*/ /* Cor igual ao fundo da imagem */
    /*padding: 25px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    min-width: 800px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;*/ /* Deixa as se��es lado a lado */
    /*gap: 60px;
}*/


/* Estilos do dropdown */
.dropdown-content[b-e6ftuzbuqi] {
    display: none;
    position: absolute;
    background: #f9f9f9;
    color: #000;
    padding: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    min-width: 1000px;
    border-radius: 6px;
    flex-direction: column; /* Organiza as se��es em coluna */
    gap: 40px;
    top: 100%;
    z-index: 1050; /* maior que o da navbar */
}
    .dropdown-content.large[b-e6ftuzbuqi] {
        min-width: 1000px; /* aumenta a largura para caber tudo */
        display: none;
        flex-direction: column; /* Organiza as se��es em coluna */
        justify-content: space-between;
        background: #fff;
    }

/* Cada se��o */
.dropdown-section[b-e6ftuzbuqi] {
    display: flex;
    flex-direction: column; /* Se��es empilhadas */
}

    /* T�tulos */
    .dropdown-section h4[b-e6ftuzbuqi] {
        color: #b8860b;
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: bold;
    }

    /* Organizar itens da lista na horizontal */
    .dropdown-section ul[b-e6ftuzbuqi] {
        display: flex;
        flex-wrap: wrap; /* Permite que os itens quebrem se n�o couberem */
        gap: 20px; /* Espa�amento entre os itens */
        padding: 0;
        list-style: none;
    }
        /* Estilos para os itens do dropdown */
        .dropdown-section ul li[b-e6ftuzbuqi] {
            display: flex;
            align-items: center;
            padding: 10px 15px;
            font-size: 16px;
            background: #ccc;
            border: 2px solid #ccc; /* Bordas laranja */
            border-radius: 6px;
            transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
        }

            /* �cones */
            .dropdown-section ul li i[b-e6ftuzbuqi] {
                font-size: 22px;
                color: #b8860b;
                margin-right: 10px;
            }

            /* Efeito de hover */
            .dropdown-section ul li:hover[b-e6ftuzbuqi] {
                background: white; /* Destaca ao passar o mouse */
                border-color: #ffcc80; /* Muda a borda para um tom mais claro */
            }
            .dropdown-section ul li a[b-e6ftuzbuqi] {
                color: #000;
                text-decoration: none;
                display: flex;
                align-items: center;
                font-weight: 500;
            }

                .dropdown-section ul li a:hover[b-e6ftuzbuqi] {
                    color: #d40032;
                }

            .dropdown-section ul li[b-e6ftuzbuqi],
            .dropdown-section ul li a[b-e6ftuzbuqi] {
                transition: all 0.3s ease-in-out;
            }

/* Exibir dropdown ao passar o mouse */
.nav-item:hover .dropdown-content[b-e6ftuzbuqi] {
    display: flex;
}
.nav-item[b-e6ftuzbuqi] {
    position: relative;
}

.text-danger[b-e6ftuzbuqi] {
    background: linear-gradient(45deg, #0a192f, #ff9800);
    /*background: linear-gradient(45deg,#d40032,#0a192f);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    animation: glowText-b-e6ftuzbuqi 2s infinite alternate;
}

@keyframes glowText-b-e6ftuzbuqi {
    0% {
        text-shadow: 0 0 10px #0a192f;
    }

    100% {
        text-shadow: 0 0 20px #004040;
    }
}

.navbar-brand img[b-e6ftuzbuqi] {
    transition: transform 0.3s ease-in-out;
}

.navbar-brand:hover img[b-e6ftuzbuqi] {
    transform: scale(1.1);
}

.navbar-brand .cl-blue-dmz[b-e6ftuzbuqi] {
    animation: fadeInText-b-e6ftuzbuqi 1.5s infinite alternate;
}

@keyframes fadeInText-b-e6ftuzbuqi {
    0% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}
@media (max-width: 480px) {
    .navbar-brand span[b-e6ftuzbuqi] {
        font-size: 0.85rem;
    }

    .btn-fale[b-e6ftuzbuqi],
    .btn-locale[b-e6ftuzbuqi] {
        font-size: 0.8rem;
        padding: 0.3rem 0.8rem;
    }

    .btn-whatsapp[b-e6ftuzbuqi] {
        width: 36px;
        height: 36px;
        font-size: 1.2rem;
    }

    .dropdown-content[b-e6ftuzbuqi] {
        min-width: 100%;
        gap: 20px;
    }

    .dropdown-section ul[b-e6ftuzbuqi] {
        flex-direction: column;
        gap: 10px;
    }

    .footer[b-e6ftuzbuqi],
    .footer-bottom[b-e6ftuzbuqi] {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }

    .navbar-brand div[b-e6ftuzbuqi] {
        align-items: center;
    }
}


@media (max-width: 640.98px) {
    .top-row[b-e6ftuzbuqi] {
        justify-content: space-between;
    }
        .top-row a[b-e6ftuzbuqi], .top-row .btn-link[b-e6ftuzbuqi] {
            margin-left: 0;
        }
    .navbar-nav .nav-link[b-e6ftuzbuqi] {
        margin-right: 0;
    }
}

@media (min-width: 641px) {
    .page[b-e6ftuzbuqi] {
        flex-direction: column;
    }

    .sidebar[b-e6ftuzbuqi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
    .top-row[b-e6ftuzbuqi] {
        position: sticky;
        top: 0;
        z-index: 1030; /* acima do conte�do */
    }

    .top-row[b-e6ftuzbuqi], article[b-e6ftuzbuqi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
        .top-row.auth a:first-child[b-e6ftuzbuqi] {
            flex: 1;
            text-align: right;
            width: 0;
        }

}

@media (max-width: 768px) {
    .navbar[b-e6ftuzbuqi] {
        padding: 0.5rem 1rem;
    }

    .navbar-nav .nav-link[b-e6ftuzbuqi] {
        padding: 0.4rem 0.6rem;
        font-size: 0.9rem;
    }

    .dropdown-section ul[b-e6ftuzbuqi] {
        gap: 12px;
    }

    .dropdown-section h4[b-e6ftuzbuqi] {
        font-size: 15px;
    }

    .btn-fale[b-e6ftuzbuqi],
    .btn-locale[b-e6ftuzbuqi] {
        font-size: 0.85rem;
    }

    .navbar-brand span[b-e6ftuzbuqi] {
        font-size: 0.9rem;
    }


    /*.navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }

    .dropdown-content {
        position: static;
        box-shadow: none;
        background-color: transparent;
        padding: 0;
        flex-direction: column;
    }

    .dropdown-section {
        padding: 0.5rem 0;
    }

    .dropdown-section ul {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .dropdown-section h4 {
        font-size: 16px;
    }


        .navbar ul {
            flex-direction: column;
            width: 100%;
            margin-top: 1rem;
            gap: 1rem;
        }
    .nav-menu {
        flex-direction: column;
        gap: 10px;
    }*/
}
@media (max-width: 991.98px) {
    .navbar-collapse[b-e6ftuzbuqi] {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #ccc;
        z-index: 999;
        padding: 1rem;
        transition: all 0.3s ease;
    }
}

/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-aheufvp04l] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-aheufvp04l] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-aheufvp04l] {
    font-size: 1.1rem;
}

.bi[b-aheufvp04l] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-aheufvp04l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-aheufvp04l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-aheufvp04l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-aheufvp04l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-aheufvp04l] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-aheufvp04l] {
        padding-bottom: 1rem;
    }

    .nav-item[b-aheufvp04l]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-aheufvp04l]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-aheufvp04l]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-aheufvp04l] {
        display: none;
    }

    .collapse[b-aheufvp04l] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-aheufvp04l] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
