/* _content/GrupoSabio_WebApp/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-7iznjunhnp] {    
    height: 16rem;
    display: flex;
    flex-direction: column;    
    position: relative;
    bottom: 0;
    width: 100%;    
    z-index: 1;
}
    .footer[b-7iznjunhnp]  .copyright {
        position: absolute;
        width: 100%;
        height: 1.5rem;
        font-size: 0.6rem;
        font-family: Arial;
        color: rgb(100, 100, 100);
        background-color: rgb(200, 200, 200);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer[b-7iznjunhnp]  .main-block {
        display: flex;
        background-color: rgb(220, 220, 220);
        width: 100%;
        height: 11.5rem;
        position: absolute;
        top: 1.5rem;
    }
        .footer .main-block[b-7iznjunhnp]  .ramon-sabio {
            position: absolute;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            z-index: 0;
            display: flex;
            padding-bottom: 1rem;
        }
        .footer .main-block[b-7iznjunhnp]  .location {
            position: absolute;
            font-size: 0.75rem;
            color: rgb(20, 20, 20);
            bottom: 0;
            padding-bottom: 0.75rem;
            text-align: center;
            width: 100%;
            z-index: 0;
        }
        .footer .main-block[b-7iznjunhnp]  .information-columns {
            justify-content: space-between;
            width: 40%;
            height: 12rem;            
            display: flex;
            padding-top: 0.8rem;
            padding-left: 20px;
            padding-right: 20px;
            z-index: 1;
        }
            .footer .main-block .information-columns[b-7iznjunhnp]  .flex-column {
                font-size: 0.75rem;
                font-weight: normal;
                color: white;
                line-height: 1.5rem;
                display: inline-table;
                padding: 0px 25px 0px 25px;
            }
                .footer .main-block .information-columns .flex-column[b-7iznjunhnp]  .information-title {
                    font-weight: bold;
                }
                .footer .main-block .information-columns .flex-column[b-7iznjunhnp]  a {
                    display: table;
                    text-decoration: none;
                    color: black;
                }
        .footer .main-block[b-7iznjunhnp]  .contact-block {
            width: 40%;
            height: 100%;
            position: absolute;
            right: 0;
            z-index: 1;
            display: flex;
            justify-content: right;
            padding-right: 2rem; 
        }
            .footer .main-block .contact-block[b-7iznjunhnp]  .social-networks-column {
                height: 100%;
                place-content: space-evenly;
                display: flex;
                flex-direction: column;
                position: relative;
            }
                .footer .main-block .contact-block .social-networks-column .social-network-info[b-7iznjunhnp]  .instagram-link img {
                    width: 2rem;
                    height: 2rem;
                }
                .footer .main-block .contact-block .social-networks-column .social-network-info[b-7iznjunhnp]  .whatsapp-link img {
                    width: 2rem;
                    height: 2rem;
                }
                .footer .main-block .contact-block .social-networks-column .social-network-info[b-7iznjunhnp]  .email-link img {
                    width: 2rem;
                    height: 2rem;
                }
                .footer .main-block .contact-block .social-networks-column[b-7iznjunhnp]  a {
                    font-size: 0.85rem;
                    font-weight: bold;
                    color: rgb(128, 128, 128);
                    text-decoration: none;
                }
            .footer .main-block .contact-block[b-7iznjunhnp]  .contact-column {
                height: 100%;
                place-content: space-evenly;
                display: flex;
                flex-direction: column;
                padding-left: 4rem;
                position: relative;
            }
                .footer .main-block .contact-block .contact-column[b-7iznjunhnp]  img {
                    width: 2rem;
                    height: 2rem;
                }
                .footer .main-block .contact-block .contact-column[b-7iznjunhnp]  a {
                    font-size: 0.85rem;
                    font-weight: bold;
                    color: rgb(128, 128, 128);
                }
    .footer[b-7iznjunhnp]  .ajm-infobar {
        width: 100%;
        height: 3rem;
        background-color: rgb(25, 25, 25);
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
    }
        
/* _content/GrupoSabio_WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-93uepbcxif] {
    display: flex;
    flex-direction: column;
    flex-flow: row;
    justify-content: space-between;    
}
.page[b-93uepbcxif]  .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;    
    background-color: white;
    z-index: 1000000;
    opacity: 1;
    transition: all 1s ease-in-out;
    place-items: center;
    align-content: center;
}    
    .page[b-93uepbcxif]  .loading.loaded {
        opacity: 0;
        pointer-events: none;        
    }
    .page .loading[b-93uepbcxif]  img {
        transition: all 1s ease-in-out;
    }
    .page .loading.loaded[b-93uepbcxif]  img {
        filter: blur(50px);
        width: calc(100vh / 1.77);
        height: 100%;
    }
main[b-93uepbcxif] {
    flex: 1;
}
.top-bar[b-93uepbcxif] {
    position: fixed;
    background-color: white;
    width: 100%;
    height: 3rem;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5); /* Optional shadow */
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.top-bar.visible[b-93uepbcxif] {
    opacity: 1;
    transform: translateY(0);
}
.top-row[b-93uepbcxif] {
    position: absolute;
    display: flex;
    width: 100%;
    height: 5.5rem;
    z-index: 20;
    justify-content: space-between;
}
    .top-row[b-93uepbcxif]  .grupo-sabio-logo {
        display: inline-flex;
        overflow: hidden;
        text-overflow: ellipsis;
        align-items: center;
        padding: 0rem 0rem 0rem 1rem;
        z-index: 2;
    }
    .top-row[b-93uepbcxif]  .primary-nav-items {
        position: absolute;
        display: flex;
        overflow: hidden;
        text-overflow: ellipsis;
        justify-content: center;
        width: 100%;
        z-index: 1;
    }
        .top-row[b-93uepbcxif]  .primary-nav-items .nav-link {
            font-size: 1.25rem;
            font-weight: bold;
            color: white;
            border: none;
            border-radius: 0px;
            height: 5.5rem;
            display: inline-flex;
            align-items: center;
            line-height: 3.5rem;
            justify-content: center;
        }
        .top-row[b-93uepbcxif]  .primary-nav-items a.active {
            color: rgb(137, 163, 65);
        }
        .top-row[b-93uepbcxif]  .primary-nav-items .nav-link:hover {
            color: rgb(137, 163, 65);
        }
    .top-row[b-93uepbcxif]  .secondary-nav-items {
        display: inline-flex;
        color: white;
        font-size: 1rem;
        font-weight: bold;
        overflow: hidden;
        align-items: center;
        padding: 0rem 0rem 0rem 0rem;
        z-index: 2;
    }
    .top-row[b-93uepbcxif]  .secondary-nav-items a.active {
        color: white;
    }
    .top-row[b-93uepbcxif]  .secondary-nav-items .nav-link:hover {
        color: rgb(137, 163, 65);
    }  

.content[b-93uepbcxif] {
    display: flex;
    min-height: calc(100vh - 15rem); /* Viewport total height minus footer height, etc. */
    margin-top: -1.1rem;
}

#blazor-error-ui[b-93uepbcxif] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-93uepbcxif] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
