/* /Pages/Index.razor.rz.scp.css */
.hero-section[b-v61r2eat8y] {
    background-image: url('https://loremflickr.com/1920/800/city');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .hero-section[b-v61r2eat8y]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1;
    }

.hero-text[b-v61r2eat8y] {
    max-width: 800px;
    z-index: 2;
}

    .hero-text h1[b-v61r2eat8y] {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .hero-text p[b-v61r2eat8y] {
        font-size: 1.5rem;
        padding: 10px;
    }
/* /Pages/Livros.razor.rz.scp.css */
.container-projeto[b-a64o1flzmi] {
    position: relative;
    /*max-width: 800px;*/ /* Maximum width */
    margin: 0 auto; /* Center it */
}

    .container-projeto img[b-a64o1flzmi] {
        width: 100%;
        border-radius: 8px;
    }

    .container-projeto .content-projeto[b-a64o1flzmi] {
        position: absolute; /* Position the background text */
        bottom: 0; /* At the bottom. Use top:0 to append it to the top */
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
        color: var(--font-color); /* Grey text */
        width: 100%; /* Full width */
        padding: 20px; /* Some padding */
        min-height: 100px;
        border-radius: 0 0 8px 8px;
    }
/* /Pages/Projetos.razor.rz.scp.css */
.container-projeto[b-3k32u0ulfd] {
    position: relative;
    /*max-width: 800px;*/ /* Maximum width */
    margin: 0 auto; /* Center it */
}

    .container-projeto img[b-3k32u0ulfd] {
        width: 100%;
        border-radius: 8px;
    }

    .container-projeto .content-projeto[b-3k32u0ulfd] {
        position: absolute; /* Position the background text */
        bottom: 0; /* At the bottom. Use top:0 to append it to the top */
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
        color: var(--font-color); /* Grey text */
        width: 100%; /* Full width */
        padding: 10px; /* Some padding */
        min-height: 120px;
        border-radius: 0 0 8px 8px;
    }
/* /Pages/Sobre.razor.rz.scp.css */
.hero-image[b-s42w32dlwb] {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .hero-image img[b-s42w32dlwb] {
        width: 100%;
        height: auto;
    }

    .hero-image[b-s42w32dlwb]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--background-color) 100%);
        z-index: 1;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-at0zntskkp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-at0zntskkp] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, var(--primary-color) var(--gradient-start), var(--secondary-color) var(--gradient-end));
}*/

.sidebar[b-at0zntskkp] {
/*    background-image: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 70%);*/
    background-color: var(--primary-color);
}

.top-row[b-at0zntskkp] {
    background-color: var(--primary-color);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-at0zntskkp]  a, .top-row[b-at0zntskkp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-at0zntskkp]  a:hover, .top-row[b-at0zntskkp]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-at0zntskkp]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-at0zntskkp] {
        display: none;
    }

    .top-row.auth[b-at0zntskkp] {
        justify-content: space-between;
    }

    .top-row[b-at0zntskkp]  a, .top-row[b-at0zntskkp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-at0zntskkp] {
        flex-direction: row;
    }

    .sidebar[b-at0zntskkp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-at0zntskkp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-at0zntskkp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

/*    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ynffvfhjuo] {
    background-color: var(--secondary-color);
}

.top-row[b-ynffvfhjuo] {
    background-color: var(--primary-color);
}

.navbar-brand[b-ynffvfhjuo] {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--font-color);
}

.oi[b-ynffvfhjuo] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
    color: var(--font-color);
}

.nav-item[b-ynffvfhjuo] {
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
    color: var(--font-color);
}

    .nav-item:first-of-type[b-ynffvfhjuo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ynffvfhjuo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ynffvfhjuo]  a {
        color: var(--font-color);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        background-color: var(--secondary-color);
        text-transform: uppercase;
        font-weight: 600;
    }

        .nav-item[b-ynffvfhjuo]  a.active {
            background-color: var(--accent-color);
            color: var(--font-color);
        }

        .nav-item[b-ynffvfhjuo]  a:hover {
            background-color: var(--hover-color);
            color: var(--font-color);
        }

@media (min-width: 641px) {
    .navbar-toggler[b-ynffvfhjuo] {
        display: none;
    }

    .collapse[b-ynffvfhjuo] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-ynffvfhjuo] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        background-color: var(--primary-color);
    }
}
