/* _content/SkyMarsWEB/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-f1w6dx2wsb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-f1w6dx2wsb] {
    flex: 1;
}

.sidebar[b-f1w6dx2wsb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-f1w6dx2wsb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-f1w6dx2wsb]  a, .top-row[b-f1w6dx2wsb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-f1w6dx2wsb]  a:hover, .top-row[b-f1w6dx2wsb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-f1w6dx2wsb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-f1w6dx2wsb] {
        justify-content: space-between;
    }

    .top-row[b-f1w6dx2wsb]  a, .top-row[b-f1w6dx2wsb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f1w6dx2wsb] {
        flex-direction: row;
    }

    .sidebar[b-f1w6dx2wsb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-f1w6dx2wsb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-f1w6dx2wsb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-f1w6dx2wsb], article[b-f1w6dx2wsb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-f1w6dx2wsb] {
    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-f1w6dx2wsb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SkyMarsWEB/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-02hht4gfcu] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-02hht4gfcu] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-02hht4gfcu] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-02hht4gfcu] {
    font-size: 1.1rem;
}

.bi[b-02hht4gfcu] {
    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-02hht4gfcu] {
    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-02hht4gfcu] {
    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-02hht4gfcu] {
    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-02hht4gfcu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-02hht4gfcu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-02hht4gfcu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-02hht4gfcu]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-02hht4gfcu]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-02hht4gfcu]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-02hht4gfcu] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-02hht4gfcu] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-02hht4gfcu] {
        display: none;
    }

    .nav-scrollable[b-02hht4gfcu] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/SkyMarsWEB/Components/Pages/CitasSimonBolivar.razor.rz.scp.css */
.background[b-ku2dqhk4od] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://cdn-az.allevents.in/events3/banners/e62b7f09c1d76823717357a90e2f71977de2e93f4b157dc791fde84e8bfc0e9b-rimg-w526-h394-gmir.jpg?v=1594302776') center/cover no-repeat fixed;
    filter: blur(5px);
    z-index: -1;
}

.content[b-ku2dqhk4od] {
    position: relative;
    z-index: 1;
    /* backdrop-filter: blur(10px); */
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    padding: 20px;
    margin: 30px auto;
    max-width: 520px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

h1[b-ku2dqhk4od] {
    text-align: center;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 35px;
}

h2[b-ku2dqhk4od] {
    text-align: center;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 29px;
}

.image-container[b-ku2dqhk4od] {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}


    .image-container img[b-ku2dqhk4od] {
        max-width: 60%;
        border-radius: 45px;
    }

.form-container[b-ku2dqhk4od] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-control[b-ku2dqhk4od] {
    margin: 10px 0;
    padding: 10px;
    width: 200px;
}

.btn[b-ku2dqhk4od] {
    margin-top: 10px;
    padding: 10px 20px;
}


.DiseñoLabel[b-ku2dqhk4od] {
    padding-top: 15px;
    text-align: center;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 15px;
    display: block; /* Para centrar correctamente */
    margin: 0 auto; /* Para centrar correctamente */
}
/* _content/SkyMarsWEB/Components/Pages/FormularioPersonaPage.razor.rz.scp.css */
/* Fondo */
.background-image[b-m49e6spfl9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
    z-index: -1;
}

.top-bar[b-m49e6spfl9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #e5e5e5;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.top-bar-btn[b-m49e6spfl9] {
    background-color: transparent;
    color: black;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

    .top-bar-btn:hover[b-m49e6spfl9] {
        background-color: rgba(255, 255, 255, 0.2);
    }

.top-bar-right[b-m49e6spfl9] {
    display: flex;
    gap: 10px;
}

.scrollview[b-m49e6spfl9] {
    margin-top: 60px; /* Altura de la barra superior */
    overflow-y: auto;
    padding: 15px;
}

.stacklayout[b-m49e6spfl9] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.frame[b-m49e6spfl9] {
    border-radius: 25px;
    padding: 20px;
    background-color: var(--background-color, #ffffff);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-title[b-m49e6spfl9] {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.grid-container[b-m49e6spfl9] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
}

.flexlayout[b-m49e6spfl9] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly;
}

.input-container[b-m49e6spfl9] {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.label[b-m49e6spfl9] {
    font-weight: bold;
}

.entry[b-m49e6spfl9] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f6f6f6;
}

.picker[b-m49e6spfl9] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f6f6f6;
}

.btn[b-m49e6spfl9] {
    padding: 15px;
    background-color: #377aff;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

.loading-indicator[b-m49e6spfl9] {
    color: #377aff;
    font-size: 1rem;
    text-align: center;
    margin-top: 10px;
}
/* _content/SkyMarsWEB/Components/Pages/FormularioRegistro.razor.rz.scp.css */
html[b-yjhmmh8ps7], body[b-yjhmmh8ps7] {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; /* Prevent horizontal scroll */

}

.fondo-principal[b-yjhmmh8ps7] {
    background: var(--color-darkblue);
    background-image: linear-gradient(115deg, rgba(52, 52, 152, 0.5), rgba(136, 136, 50, 0.7)), url(https://r4.wallpaperflare.com/wallpaper/707/220/899/gradient-blue-pink-abstract-art-wallpaper-a33b436d2de9cbc5dfa6225748ab3818.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    
}

.container-scroll[b-yjhmmh8ps7] {
    overflow-y: auto;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.container[b-yjhmmh8ps7] {
    max-width: 800px;
    margin: 0 auto;
    background-color: #333;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 50px;
        
}


.header[b-yjhmmh8ps7] {
    text-align: center;
    margin-bottom: 20px;
    color: white;
}

.form-group[b-yjhmmh8ps7] {
    margin-bottom: 20px;
}

label[b-yjhmmh8ps7] {
    font-weight: bold;
    color: white;
}

input[type="text"][b-yjhmmh8ps7],
input[type="email"][b-yjhmmh8ps7],
input[type="tel"][b-yjhmmh8ps7] {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 7px;
    box-sizing: border-box;
}

.submit-button[b-yjhmmh8ps7] {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    display: block;
    width: 100%;
}

    .submit-button:hover[b-yjhmmh8ps7] {
        background-color: #0056b3;
    }

.description[b-yjhmmh8ps7] {
    color: gainsboro;
    font-size: 14px;
    line-height: 1.5;
}

select[b-yjhmmh8ps7] {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 7px;
    background-color: white;
    color: #333;
    box-sizing: border-box;
}

    select:focus[b-yjhmmh8ps7] {
        outline: none;
        border-color: #007bff;
    }

    select option[b-yjhmmh8ps7] {
        padding: 10px;
        background-color: white;
        color: #333;
    }

        select option:hover[b-yjhmmh8ps7] {
            background-color: #007bff;
            color: white;
        }

/*@media screen and (max-width: 600px) {
    .container {
        padding: 15px;
    }

    h1 {
        font-size: 2em;
    }

    .submit-button {
        font-size: 16px;
    }
}*/

/*body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

    body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: var(--color-darkblue);
        background-image: linear-gradient(115deg, rgba(52, 52, 152, 0.5), rgba(136, 136, 50, 0.7)), url(https://r4.wallpaperflare.com/wallpaper/707/220/899/gradient-blue-pink-abstract-art-wallpaper-a33b436d2de9cbc5dfa6225748ab3818.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }*/

/*
@media (max-width: 768px) {
    .container {
        margin: 20px;
        padding: 10px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        width: 93%;
        margin-bottom: 10px;
    }

    .submit-button {
        padding: 8px 16px;
        width: 100%;
    }

    footer {
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        position: sticky;
        bottom: 0;
        width: 100%;
    }
}*/
/* _content/SkyMarsWEB/Components/Pages/Home.razor.rz.scp.css */

.gradient-bg[b-cfshxday0h] {
    background: linear-gradient(45deg, #3d1a20, #b74527); /* Degradado coral */
    color: white;
}

.card-body[b-cfshxday0h] {
    color: white;
}

.card-deck .card[b-cfshxday0h] {
    margin-bottom: 2rem;
}

body[b-cfshxday0h] {
    background-image: url('https://images6.alphacoders.com/127/1275171.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    justify-content: center;
    align-items: center;
}


.animated[b-cfshxday0h] {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-orange[b-cfshxday0h] {
    background-color: darksalmon;
    border-color: orange;
}

@media (max-width: 576px) {
    .d-flex[b-cfshxday0h] {
        display: block !important;
    }

    body[b-cfshxday0h] {
        background-size: auto; /* Ajusta el tamaño de la imagen para que quepa en el contenedor sin repetirse */
    }
}
/* _content/SkyMarsWEB/Components/Pages/Info.razor.rz.scp.css */
.welcome-page[b-mu8nzyq334] {
    background-image: url(https://images.wallpaperscraft.com/image/single/mars_planet_space_154711_3840x2160.jpg); /* Asegúrate de que la imagen esté en wwwroot/images */
    background-size: cover;
    background-position: center;
    height: 97vh;
    /*width: 100vw;*/ /* Añadido para asegurar que ocupe toda la anchura */
    margin: 0; /* Elimina cualquier margen por defecto */
    padding: 0; /* Elimina cualquier relleno por defecto */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

    .welcome-page h1[b-mu8nzyq334] {
        font-size: 3em;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
