/* _content/LandingEvento/Pages/FormularioComentarioBloque.razor.rz.scp.css */

.btn-inscribe[b-8nch7fdtly] {
    background-color: #0056b3;
    color: #f2f2f2;
    padding: 10px 80px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-top:30px;
}

    .btn-inscribe:hover[b-8nch7fdtly] {
        background-color: #003366;
        transform: translateY(-2px);
    }


@media (max-width: 768px) {

    .form-container[b-8nch7fdtly] {
        max-width: 600px;
        width: 100%;
        background: var(--color-blanco);
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
}
/* _content/LandingEvento/Pages/FormularioInscripcion.razor.rz.scp.css */

.btn-inscribe[b-jfo7qwc8oc] {
    background-color: #0056b3;
    color: #f2f2f2;
    padding: 10px 80px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-top:30px;
}

    .btn-inscribe:hover[b-jfo7qwc8oc] {
        background-color: #003366;
        transform: translateY(-2px);
    }


.form-container[b-jfo7qwc8oc] {
    
    background: var(--color-blanco);
    border: 1px solid #0056b3;
    border-radius: 12px;
    
}

@media (max-width: 768px) {

    .form-container[b-jfo7qwc8oc] {
        max-width: 600px;
        width: 100%;
        background: var(--color-blanco);
        border: 1px solid #0056b3;
        border-radius: 12px;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
}
/* _content/LandingEvento/Pages/Index.razor.rz.scp.css */

.components-layout[b-07c87siwik] {
    display: flex; 
    flex-wrap: wrap; 
    gap: 24px; 
    align-items: flex-start; 
}


.layout-column[b-07c87siwik] {
    flex: 1 1 400px; 
    min-width: 350px; 
}
/* _content/LandingEvento/Pages/InfoCard.razor.rz.scp.css */
.info-card[b-6pnjpzxim9] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    border: 1px solid #0056b3;
    border-radius: 12px;
    padding: 24px;
    max-width: 380px;
    margin: 20px auto;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.info-header[b-6pnjpzxim9] {
    color: #004a99;
    margin-bottom: 28px;
}

    .info-header h1[b-6pnjpzxim9] {
        font-size: 2.8rem;
        margin: 0;
        text-transform: capitalize; 
    }

    .info-header h2[b-6pnjpzxim9] {
        font-size: 2rem;
        margin: 0;
        line-height: 1.2;
    }

    .info-header p[b-6pnjpzxim9] {
        font-size: 1.1rem;
        margin-top: 8px;
        font-weight: 500;
    }

.info-section[b-6pnjpzxim9] {
    margin-bottom: 24px;
}

.section-title[b-6pnjpzxim9] {
    font-size: 1.1rem;
    color: #333;
    margin: 0 0 0px 0;
    font-weight: 600;
}

.logo-group[b-6pnjpzxim9] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.organizer img[b-6pnjpzxim9] {
    width: 100%;
    height: auto;
}

.organizer .text-block[b-6pnjpzxim9] {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #333;
}

    .organizer .text-block p[b-6pnjpzxim9],
    .organizer .text-block strong[b-6pnjpzxim9] {
        margin: 0;
    }

.supporters img[b-6pnjpzxim9] {
    max-height: 60px;
    width: 100%;  
    object-fit: contain;  
}
/* _content/LandingEvento/Pages/InscriptionSection.razor.rz.scp.css */
 
.inscription-section[b-chl5udjh1f] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 24px;
    margin: 20px auto;
    max-width: 450px; 
    text-align: center;
}

.content-wrapper[b-chl5udjh1f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; 
}



.btn-inscribe[b-chl5udjh1f] {
    background-color: #0056b3;
    color: #f2f2f2;
    padding: 10px 80px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
    width: 100%;
}

    .btn-inscribe:hover[b-chl5udjh1f] {
        background-color: #003366;
        transform: translateY(-2px);
    }


.info-list[b-chl5udjh1f] {
    list-style-type: disc; 
    text-align: left; 
    padding-left: 25px; 
    margin: 0;
    color: #444;
    font-size: 0.95rem;
}

    .info-list li[b-chl5udjh1f] {
        margin-bottom: 8px; 
    }


.event-image[b-chl5udjh1f] {
    max-width: 100%;
    height: auto;
    border-radius: 8px; 
}


/* Para quitar el punto de la lista */
.item-descarga[b-chl5udjh1f] {
    list-style: none;
    margin-top: 15px; /* Espacio extra arriba */
}

.boton-descarga[b-chl5udjh1f] {
    display: inline-block;
    background-color: #0056b3; /* Color azul institucional */
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

    .boton-descarga:hover[b-chl5udjh1f] {
        background-color: #004a99; /* Un azul un poco más oscuro al pasar el mouse */
    }

    /* Espacio entre el ícono y el texto */
    .boton-descarga .fas[b-chl5udjh1f] {
        margin-right: 8px;
    }
/* _content/LandingEvento/Pages/Participantes.razor.rz.scp.css */

.participantes-wrapper[b-01xx0ol795],
.participantes-wrapper *[b-01xx0ol795] {
    all: unset;
    box-sizing: border-box;
}

.participantes-wrapper[b-01xx0ol795] {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.participantes-container[b-01xx0ol795] {
    display: block;
    background: #0056b3;
    padding: 40px 20px;
    border-radius: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.titulo-participantes[b-01xx0ol795] {
    display: block;
    color: white;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 40px 0;
    text-transform: capitalize;
}

.participantes-grid[b-01xx0ol795] {
    display: grid;  
    grid-template-columns: 1fr 1fr;   
    gap: 20px;  
    align-items: start;
}

.tarjeta-persona[b-01xx0ol795] {     
    border: 0px solid #ccc;
    padding: 10px;
    border-radius: 8px;
}
.columna[b-01xx0ol795] {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.tarjeta-persona[b-01xx0ol795] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.imagen-container[b-01xx0ol795] {
    display: block;
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
}

.foto-persona[b-01xx0ol795] {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.info-persona[b-01xx0ol795] {
    display: block;
    flex: 1;
    min-width: 0;
}

.nombre-persona[b-01xx0ol795] {
    display: block;
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.descripcion-persona[b-01xx0ol795] {
    display: block;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .participantes-container[b-01xx0ol795] {
        padding: 30px 15px;
        border-radius: 20px;
        margin:10px;
    }

    .titulo-participantes[b-01xx0ol795] {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .participantes-grid[b-01xx0ol795] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tarjeta-persona[b-01xx0ol795] {
        gap: 15px;
        flex-direction: column;  
        align-items: center;  
        text-align: center;  
    }


    .imagen-container[b-01xx0ol795] {
        width: 110px;
        height: 110px;
    }

    .foto-persona[b-01xx0ol795] {
        width: 100%;
        height: 100%;
    }

    .nombre-persona[b-01xx0ol795] {
        font-size: 1.15rem;
    }

    .descripcion-persona[b-01xx0ol795] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .imagen-container[b-01xx0ol795] {
        width: 65px;
        height: 65px;
    }

    .foto-persona[b-01xx0ol795] {
        width: 100%;
        height: 100%;
    }

    .nombre-persona[b-01xx0ol795] {
        font-size: 1.05rem;
    }

    .tarjeta-persona[b-01xx0ol795] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .descripcion-persona[b-01xx0ol795] {
        font-size: 0.85rem;
    }
}
/* _content/LandingEvento/Shared/MainLayout.razor.rz.scp.css */
.page[b-n85ohbsu1y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n85ohbsu1y] {
    flex: 1;
}

.sidebar[b-n85ohbsu1y] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-n85ohbsu1y] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-n85ohbsu1y]  a, .top-row .btn-link[b-n85ohbsu1y] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-n85ohbsu1y] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-n85ohbsu1y] {
        display: none;
    }

    .top-row.auth[b-n85ohbsu1y] {
        justify-content: space-between;
    }

    .top-row a[b-n85ohbsu1y], .top-row .btn-link[b-n85ohbsu1y] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-n85ohbsu1y] {
        flex-direction: row;
    }

    .sidebar[b-n85ohbsu1y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n85ohbsu1y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-n85ohbsu1y], article[b-n85ohbsu1y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/LandingEvento/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5wpm5vp9ki] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5wpm5vp9ki] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5wpm5vp9ki] {
    font-size: 1.1rem;
}

.oi[b-5wpm5vp9ki] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-5wpm5vp9ki] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5wpm5vp9ki] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5wpm5vp9ki] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5wpm5vp9ki]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5wpm5vp9ki]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-5wpm5vp9ki]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5wpm5vp9ki] {
        display: none;
    }

    .collapse[b-5wpm5vp9ki] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-5wpm5vp9ki] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
