@import 'WebServer.Client.317wuoev52.bundle.scp.css';

/* _content/WebServer/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-wl659mj4y3] {
    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-wl659mj4y3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WebServer/Components/Pages/WebArcoPortal.razor.rz.scp.css */
.header[b-ru73fov0hx] {
    padding: 150px;
    display: flex;
    align-items: start;
    justify-content: start;
    background: url("../images/fondohome.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    aspect-ratio: 1440 / 670;
}

.welcome-container[b-ru73fov0hx] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 43%;
}

.welcome-footer[b-ru73fov0hx] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

@media (max-width: 1413px) {
    .base-main[b-ru73fov0hx] {
        padding: 10px !important;
        padding-block: 0rem;
    }

    .header[b-ru73fov0hx] {
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url("../images/fondomovil.png") top/100% 100% no-repeat !important;
        background-size: cover;
        width: 100%;
    }

    .welcome-container[b-ru73fov0hx] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        text-align: center;
    }

    .welcome-footer[b-ru73fov0hx] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        text-align: center;
    }

    .right-button-container[b-ru73fov0hx] {
        text-align: center;
    }

    .card-item[b-ru73fov0hx] {
        max-width: 2600px;
    }
}
/* _content/WebServer/Components/Shared/Captcha/SpcssCaptcha.razor.rz.scp.css */
.captcha-container[b-ze9oxi5e3w] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: .5em;
}

[b-ze9oxi5e3w] .captcha-container button {
    height: 40px;
    width: 40px;
}

[b-ze9oxi5e3w] .captcha-container button:hover svg {
    transform: rotate(-180deg);
    transition: transform 0.3s ease-in-out;
}
/* _content/WebServer/Components/Shared/MobileNavMenu.razor.rz.scp.css */
.mobile-drawer[b-iepfamgtml] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 70vw;
    max-width: 20rem;
    background: var(--bs-body-bg,#fff);
    box-shadow: -4px 0 8px rgba(0,0,0,.15);
    transform: translateX(100%);
    transition: transform .3s ease-in-out;
    display: flex;
    flex-direction: column;
    z-index: 1040; /* > Backdrop (1030) */
    padding: 20px;
}

    .mobile-drawer.open[b-iepfamgtml] {
        transform: translateX(0);
    }

.drawer-links[b-iepfamgtml] {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.drawer-link[b-iepfamgtml] {
    padding: .75rem 1rem;
    border-radius: .375rem;
    display: flex;
    gap: .75rem;
}

    .drawer-link.active[b-iepfamgtml] {
        background: var(--bs-primary-bg-subtle);
    }

.burger[b-iepfamgtml] {
    background: none;
    border: none;
    font-size: 1.75rem;
    margin-left: .5rem;
}

.close-btn[b-iepfamgtml] {
    background: none;
    border: none;
    font-size: 1.5rem;
    align-self: flex-end;
    margin: 1rem;
}

.backdrop[b-iepfamgtml] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    backdrop-filter: blur(2px);
    z-index: 1030;
}

@media(min-width: 768px) {
    .burger[b-iepfamgtml] {
        display: none;
    }
}
/* Solo móvil */
