/* /Core/Enrollment/UI/JoinPage.razor.rz.scp.css */
.definicion-section[b-kjuy63z9h5], .pasos-section[b-kjuy63z9h5] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.definicion-section[b-kjuy63z9h5] {
    background-color: #F7F7F7;
}

.definicion-container[b-kjuy63z9h5] {
    padding-top: 6rem;
    padding-bottom: 6rem;
    justify-content: center;
    font-size: 28px;
    font-family: Inter, serif;
    font-weight: 400;
    line-height: 36px;
    word-wrap: break-word;
}

.definicion-container strong[b-kjuy63z9h5] {
    font-weight: 500;
}

@media (max-width: 768px) {
    .definicion-container[b-kjuy63z9h5], .pasos-container[b-kjuy63z9h5] {
        padding: 4rem 2rem;
        font-size: 18px;
        font-weight: 300;
        line-height: 26.10px;
    }
}

.pasos-container[b-kjuy63z9h5] {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pasos-h1[b-kjuy63z9h5] {
    color: rgba(0, 0, 0, 0.55);
    font-size: 28px;
    font-family: Inter, serif;
    font-weight: 500;
    line-height: 28px;
    word-wrap: break-word;
    margin-bottom: 2rem;
}

.pasos-h2[b-kjuy63z9h5] {
    color: black;
    font-size: 20px;
    font-family: Inter, serif;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
    margin-bottom: 1rem;
}

.pasos-list[b-kjuy63z9h5] {
    display: flex;
    margin-top: 2rem;
    width: 100%;
    flex-direction: column;
}

.pasos-item[b-kjuy63z9h5] {
    display: flex;
    align-items: flex-start;
    margin-top: 1rem;
}

.pasos-item-number[b-kjuy63z9h5] {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFC109;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    font-family: Inter, serif;
    font-weight: 500;
    flex: 0 0 36px;
}

.pasos-item-text[b-kjuy63z9h5] {
    width: 100%;
    color: black;
    font-size: 24px;
    font-family: Inter, serif;
    font-weight: 300;
    text-align: start;
    padding-left: 1rem;
}

.pasos-container .btn[b-kjuy63z9h5] {
    align-self: center;
}


.realizar[b-kjuy63z9h5] {
    display: flex;
    justify-content: space-evenly;
    gap: 1rem;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.realizar-card[b-kjuy63z9h5] {
    background: #F6F6F6;
    overflow: hidden;
    border-radius: 8px;
    outline: 1px #E7E7E7 solid;
    outline-offset: -1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 23px 22px;
    /*width: 45%;*/

}

.realizar-card-title[b-kjuy63z9h5] {
    text-align: center;
    color: #0027C1;
    font-size: 20px;
    font-family: Inter, serif;
    font-weight: 600;
    line-height: 26.10px;
    word-wrap: break-word;
    margin-bottom: 1rem;
}

.realizar-card-text[b-kjuy63z9h5] {
    text-align: left;
    color: black;
    font-size: 15px;
    font-family: Inter, serif;
    font-weight: 500;
    line-height: 21.75px;
    word-wrap: break-word;
}
/* /Core/Enrollment/UI/RequestMeeting.razor.rz.scp.css */
.askformeet[b-ljbspq7l4p] {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.heading[b-ljbspq7l4p] {
    text-align: center;

}
/* /Core/Fortalezas/UI/DomainSelector.razor.rz.scp.css */
/* Botón de dominio */
.domain-btn[b-dy142fksbt] { border-radius: 12px; background: #f8f9fa; transition: all 0.2s; border: 2px solid transparent; }
.domain-btn.active[b-dy142fksbt] { background: #ffffff; border-color: currentColor; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.domain-btn .icon-dot[b-dy142fksbt] { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: .5rem; background-color: currentColor; }
.domain-btn.with-left-bar[b-dy142fksbt] { border-left-width: 6px; border-left-style: solid; border-left-color: currentColor; }

/* Círculo para el ícono del dominio */
.domain-btn .icon-circle[b-dy142fksbt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: currentColor; /* usa el color del dominio */
    margin-right: .5rem;
    flex: 0 0 auto;
}

@media (max-width: 767.98px) { .domain-btn[b-dy142fksbt] { text-align: left } }
.domain-btn .icon-circle .bi[b-dy142fksbt] { font-size: 0.95rem; line-height: 1; color: white;}

/* Contenedor de chips */
.strengths-panel[b-dy142fksbt] { border: 1px solid #eee; border-radius: 12px; padding: .75rem; background: #fff; }
.strength-chip[b-dy142fksbt] { border-radius: 20px; padding: 5px 12px; margin: 3px; border: 1px solid #ddd; cursor: pointer; user-select: none; display: inline-flex; align-items: center; gap: .25rem; }
.strength-chip:hover[b-dy142fksbt] { background-color: #f2f4f6; }
.strength-chip.selected[b-dy142fksbt] { background-color: #2c3e50; color: #fff; border-color: transparent; }
/* /Core/Miembros/UI/ConectarPage.razor.rz.scp.css */
/* Badge Shared Strengths */
.badge-shared[b-6g65e8lpm2] {
    background-color: #dcfce7;
    color: #166534;
    border: 1px solid #86efac;
}

.badge-complementary[b-6g65e8lpm2] {
    background-color: #dbeafe;
    color: #1e3a8a;
    border: 1px solid #93c5fd;
}

.text-muted[b-6g65e8lpm2]{
    color: #6b7280;
}

/* Compatibility Score Colors */
.score-high[b-6g65e8lpm2] { background-color: #dcfce7; color: #166534; }
.score-medium[b-6g65e8lpm2] { background-color: #dbeafe; color: #1e3a8a; }
.score-low[b-6g65e8lpm2] { background-color: #fed7aa; color: #9a3412; }

.perfil-card[b-6g65e8lpm2] {
    border-radius: 10px;
}
/* /Core/Miembros/UI/MiembroNavMenu.razor.rz.scp.css */

/* Header */
.logo-img[b-pzzp3hmc5q]{
    width: 100px;
}
@media (min-width: 641px) {
    .logo-img[b-pzzp3hmc5q] {
        width: 150px;
    }
}

/* /Infrastructure/Authentication/UI/AuthStatus.razor.rz.scp.css */
.login-status[b-jsyk1l5txg]{
    color: black;
    font-size: 16px;
    font-family: Inter, serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 23.20px;
    word-wrap: break-word
}
/* /Infrastructure/UI/Layout/MainLayout.razor.rz.scp.css */
.page[b-uy9m8ttdzh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-uy9m8ttdzh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-uy9m8ttdzh] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-uy9m8ttdzh], article[b-uy9m8ttdzh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-uy9m8ttdzh] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-uy9m8ttdzh] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Header */
.logo-img[b-uy9m8ttdzh]{
    width: 100px;
}
@media (min-width: 641px) {
    .logo-img[b-uy9m8ttdzh] {
        width: 150px;
    }
}


.logo-part-1[b-uy9m8ttdzh] {
    color: #A9A9A9;
    font-size: 16px;
    font-family: Inter, serif;
    font-weight: 900;
    line-height: 17.60px;
    letter-spacing: 3.1px;
    word-wrap: break-word;
    cursor: pointer;
}

.logo-part-2[b-uy9m8ttdzh] {
    color: black;
    font-size: 16px;
    font-family: Inter, serif;
    font-weight: 900;
    line-height: 17.60px;
    word-wrap: break-word;
    cursor: pointer;
}

.footer-section[b-uy9m8ttdzh] {
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    width: 100%;
    padding-top: 4rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

.footer-container[b-uy9m8ttdzh]{
    display: flex;
    justify-content: space-around;
}


/* /Infrastructure/UI/Pages/LandingPage.razor.rz.scp.css */
.proposito-section[b-iluq5n7tgn], .definicion-section[b-iluq5n7tgn], .beneficios-section[b-iluq5n7tgn], .cta-section[b-iluq5n7tgn] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.proposito-container[b-iluq5n7tgn] {
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    gap: 16px;
}

@media (min-width: 768px) {
    .proposito-container[b-iluq5n7tgn] {
        flex-direction: column;
    }
}

.proposito-left[b-iluq5n7tgn] {
    text-align: start;
}

@media (max-width: 768px) {
    .proposito-left[b-iluq5n7tgn] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


.proposito-text[b-iluq5n7tgn] {
    padding-top: 1rem;
    align-self: stretch;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: rgba(0, 0, 0, 0.55);
    font-size: 18px;
    font-family: Inter, serif;
    font-weight: 500;
    line-height: 26.10px;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .proposito-left[b-iluq5n7tgn] {
        padding: 1rem;
    }
}

.proposito-right[b-iluq5n7tgn] {
}

.definicion-section[b-iluq5n7tgn] {
    background-color: #F7F7F7;
}

.definicion-container[b-iluq5n7tgn] {
    padding-top: 6rem;
    padding-bottom: 6rem;
    justify-content: center;
    font-size: 28px;
    font-family: Inter, serif;
    font-weight: 400;
    line-height: 36px;
    word-wrap: break-word;
}

.definicion-container strong[b-iluq5n7tgn] {
    font-weight: 500;
}

@media (max-width: 768px) {
    .definicion-container[b-iluq5n7tgn] {
        padding: 4rem 2rem;
        font-size: 18px;
        font-weight: 300;
        line-height: 26.10px;
    }
}

.beneficios-container[b-iluq5n7tgn] {
    display: flex;
    justify-content: space-around;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.beneficios-title[b-iluq5n7tgn] {
    font-size: 28px;
    font-family: Inter, serif;
    font-weight: 500;
    text-align: left;
    padding-bottom: 1rem;
}

.beneficios-list[b-iluq5n7tgn] {
    border-top-color: red;
    border-top-width: 5px;
    text-align: left;
    font-size: 18px;
    line-height: 34px;
}

@media (max-width: 768px) {
    .beneficios-container[b-iluq5n7tgn] {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.cta-section[b-iluq5n7tgn] {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F7F7F7;
}
.cta-container[b-iluq5n7tgn] {
    text-align: center;
}

.cta-text[b-iluq5n7tgn]{
    padding-top: 2rem;
    font-size: 22px;
    font-family: Inter, serif;
    font-weight: 500;
    line-height: 26.10px;
    word-wrap: break-word;
    margin-bottom: 3rem;
}

