/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-mj2ujv3l8i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mj2ujv3l8i] {
    flex: 1;
}

.sidebar[b-mj2ujv3l8i] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mj2ujv3l8i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mj2ujv3l8i]  a, .top-row .btn-link[b-mj2ujv3l8i] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-mj2ujv3l8i] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-mj2ujv3l8i] {
        display: none;
    }

    .top-row.auth[b-mj2ujv3l8i] {
        justify-content: space-between;
    }

    .top-row a[b-mj2ujv3l8i], .top-row .btn-link[b-mj2ujv3l8i] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mj2ujv3l8i] {
        flex-direction: row;
    }

    .sidebar[b-mj2ujv3l8i] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mj2ujv3l8i] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-mj2ujv3l8i], article[b-mj2ujv3l8i] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-mj2ujv3l8i] {
    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-mj2ujv3l8i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tywb39rmwa] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-tywb39rmwa] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-tywb39rmwa] {
    font-size: 1.1rem;
}

.bi[b-tywb39rmwa] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-tywb39rmwa] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-tywb39rmwa] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tywb39rmwa] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tywb39rmwa]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-tywb39rmwa]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-tywb39rmwa]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-tywb39rmwa] {
        display: none;
    }

    .collapse[b-tywb39rmwa] {
        display: block;
    }

    .nav-scrollable[b-tywb39rmwa] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qrsaebpype],
.components-reconnect-repeated-attempt-visible[b-qrsaebpype],
.components-reconnect-failed-visible[b-qrsaebpype],
.components-pause-visible[b-qrsaebpype],
.components-resume-failed-visible[b-qrsaebpype],
.components-rejoining-animation[b-qrsaebpype] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-retrying[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-failed[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qrsaebpype] {
    display: block;
}


#components-reconnect-modal[b-qrsaebpype] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-qrsaebpype 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qrsaebpype 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qrsaebpype 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qrsaebpype]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qrsaebpype 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qrsaebpype {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qrsaebpype {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qrsaebpype {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qrsaebpype] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qrsaebpype] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qrsaebpype] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qrsaebpype] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qrsaebpype] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qrsaebpype] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qrsaebpype] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qrsaebpype 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qrsaebpype] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qrsaebpype {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Automatizacionesweb.razor.rz.scp.css */
.automation-page[b-59s1awhi30] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.container[b-59s1awhi30] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero[b-59s1awhi30] {
    padding: 4rem 0;
    color: white;
    text-align: left;
    background: radial-gradient(900px circle at 20% 20%, rgba(59, 130, 246, 0.35), transparent 45%),
        radial-gradient(800px circle at 85% 30%, rgba(16, 185, 129, 0.30), transparent 55%),
        linear-gradient(135deg, #0f172a 0%, #111827 50%, #0b1020 100%);
    margin: -1rem -1rem 2rem -1rem;
}

.badge[b-59s1awhi30] {
    display: inline-block;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.title[b-59s1awhi30] {
    margin: 1rem 0 0.75rem;
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.subtitle[b-59s1awhi30] {
    max-width: 70ch;
    margin: 0;
    opacity: 0.9;
    font-size: 1.1rem;
    line-height: 1.6;
}

.actions[b-59s1awhi30] {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.primary[b-59s1awhi30],
.secondary[b-59s1awhi30] {
    border: none;
    border-radius: 12px;
    padding: 0.8rem 1.1rem;
    font-weight: 800;
    cursor: pointer;
}

.primary[b-59s1awhi30] {
    background: linear-gradient(135deg, rgb(37, 99, 235), rgb(59, 130, 246));
    color: white;
    box-shadow: 0 14px 25px rgba(37, 99, 235, 0.25);
}

.secondary[b-59s1awhi30] {
    background: rgba(255, 255, 255, 0.12);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.section[b-59s1awhi30] {
    padding: 3rem 0;
}

.section.alt[b-59s1awhi30] {
    background: rgba(15, 23, 42, 0.04);
    margin: 0 -1rem;
    padding: 3rem 1rem;
}

.section-title[b-59s1awhi30] {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2.25rem;
    color: #111827;
}

.grid[b-59s1awhi30] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.card[b-59s1awhi30] {
    background: white;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover[b-59s1awhi30] {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
}

.icon[b-59s1awhi30] {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.card h3[b-59s1awhi30] {
    margin: 0.25rem 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
}

.card p[b-59s1awhi30] {
    margin: 0;
    color: rgba(15, 23, 42, 0.75);
    line-height: 1.6;
}

.list[b-59s1awhi30] {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
}

.list-item[b-59s1awhi30] {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 0.9rem;
    align-items: start;
    padding: 1.2rem;
    border-radius: 14px;
    background: white;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.dot[b-59s1awhi30] {
    width: 10px;
    height: 10px;
    margin-top: 0.35rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgb(16, 185, 129), rgb(59, 130, 246));
}

.list-title[b-59s1awhi30] {
    font-weight: 900;
    margin-bottom: 0.25rem;
}

.list-text[b-59s1awhi30] {
    color: rgba(15, 23, 42, 0.75);
}

.cta[b-59s1awhi30] {
    text-align: center;
    padding: 3rem 0;
    background: linear-gradient(135deg, #111827 0%, #0b1020 100%);
    color: white;
    margin: 2rem -1rem -1rem -1rem;
}

.cta h2[b-59s1awhi30] {
    font-size: 2rem;
    font-weight: 900;
    margin: 0 0 0.75rem;
}

.cta p[b-59s1awhi30] {
    max-width: 70ch;
    margin: 0 auto 1.75rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .hero[b-59s1awhi30] {
        padding: 3rem 0;
    }
    .section-title[b-59s1awhi30] {
        font-size: 1.6rem;
    }
}
/* /Components/Pages/Contacto.razor.rz.scp.css */
.contact-hero[b-g0o37ldzgr] {
    padding: 3rem 1rem;
    background: radial-gradient(1200px circle at 10% 10%, rgba(59, 130, 246, 0.18), transparent 40%),
        radial-gradient(900px circle at 90% 30%, rgba(16, 185, 129, 0.18), transparent 45%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0));
}

.contact-hero-inner[b-g0o37ldzgr] {
    max-width: 1100px;
    margin: 0 auto;
}

.contact-title[b-g0o37ldzgr] {
    font-size: clamp(1.8rem, 2.8vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
}

.contact-subtitle[b-g0o37ldzgr] {
    margin-top: 0.75rem;
    max-width: 60ch;
    color: rgba(15, 23, 42, 0.75);
    font-size: 1.05rem;
}

.contact-page[b-g0o37ldzgr] {
    padding: 1.5rem 1rem 3rem;
}

.contact-grid[b-g0o37ldzgr] {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.contact-info[b-g0o37ldzgr] {
    display: grid;
    gap: 1rem;
}

.contact-card[b-g0o37ldzgr] {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 0.9rem;
    padding: 1rem;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.contact-card-icon[b-g0o37ldzgr] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(59, 130, 246, 0.12);
    font-size: 1.2rem;
}

.contact-card-title[b-g0o37ldzgr] {
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.contact-card-value[b-g0o37ldzgr] {
    color: rgba(15, 23, 42, 0.75);
}

.contact-link[b-g0o37ldzgr] {
    color: rgb(37, 99, 235);
    text-decoration: none;
    font-weight: 600;
}

.contact-link:hover[b-g0o37ldzgr] {
    text-decoration: underline;
}

.contact-panel[b-g0o37ldzgr] {
    padding: 1.25rem;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
}

.contact-panel-title[b-g0o37ldzgr] {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    font-weight: 800;
}

.contact-alert[b-g0o37ldzgr] {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: rgb(6, 95, 70);
    font-weight: 600;
}

.contact-fields[b-g0o37ldzgr] {
    display: grid;
    gap: 0.9rem;
}

.contact-field[b-g0o37ldzgr] {
    display: grid;
    gap: 0.4rem;
}

.contact-label[b-g0o37ldzgr] {
    font-weight: 700;
}

.contact-input[b-g0o37ldzgr],
.contact-textarea[b-g0o37ldzgr] {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.18);
    background: white;
    outline: none;
    font: inherit;
}

.contact-input:focus[b-g0o37ldzgr],
.contact-textarea:focus[b-g0o37ldzgr] {
    border-color: rgba(37, 99, 235, 0.8);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
}

.contact-actions[b-g0o37ldzgr] {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    align-items: flex-start;
}

.contact-button[b-g0o37ldzgr] {
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.1rem;
    background: linear-gradient(135deg, rgb(37, 99, 235), rgb(59, 130, 246));
    color: white;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 25px rgba(37, 99, 235, 0.25);
}

.contact-button:hover[b-g0o37ldzgr] {
    filter: brightness(1.02);
}

.contact-button:active[b-g0o37ldzgr] {
    transform: translateY(1px);
}

.contact-privacy[b-g0o37ldzgr] {
    color: rgba(15, 23, 42, 0.65);
    font-size: 0.95rem;
}

@media (min-width: 992px) {
    .contact-grid[b-g0o37ldzgr] {
        grid-template-columns: 0.9fr 1.1fr;
        align-items: start;
    }
    .contact-panel[b-g0o37ldzgr] {
        padding: 1.5rem;
    }
}
/* /Components/Pages/Desarrollosweb.razor.rz.scp.css */
.web-development-page[b-sikt0tii9h] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Hero Section */
.hero-section[b-sikt0tii9h] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin: -1rem -1rem 2rem -1rem;
}

.hero-section .container[b-sikt0tii9h] {
    max-width: 900px;
    margin: 0 auto;
}

.main-title[b-sikt0tii9h] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.intro-text[b-sikt0tii9h] {
    font-size: 1.25rem;
    line-height: 1.6;
    opacity: 0.95;
}

/* Section Styling */
.container[b-sikt0tii9h] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

section[b-sikt0tii9h] {
    padding: 3rem 0;
}

.section-title[b-sikt0tii9h] {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 3rem;
    color: #333;
}

/* Why Choose Us Section */
.why-choose-us[b-sikt0tii9h] {
    background-color: #f8f9fa;
    margin: 0 -1rem;
    padding: 3rem 1rem;
}

.features-grid[b-sikt0tii9h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.feature-card[b-sikt0tii9h] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.feature-card:hover[b-sikt0tii9h] {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.feature-icon[b-sikt0tii9h] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-card h3[b-sikt0tii9h] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #667eea;
}

.feature-card p[b-sikt0tii9h] {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Services Section */
.services-section[b-sikt0tii9h] {
    padding: 3rem 0;
}

.services-grid[b-sikt0tii9h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.service-item[b-sikt0tii9h] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.service-item:hover[b-sikt0tii9h] {
    background: #e9ecef;
}

.service-bullet[b-sikt0tii9h] {
    color: #28a745;
    font-weight: bold;
    font-size: 1.5rem;
}

/* CTA Section */
.cta-section[b-sikt0tii9h] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
    padding: 3rem 2rem;
    margin: 2rem -1rem -1rem -1rem;
    border-radius: 12px 12px 0 0;
}

.cta-section h2[b-sikt0tii9h] {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.cta-section p[b-sikt0tii9h] {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.cta-button[b-sikt0tii9h] {
    background: white;
    color: #667eea;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cta-button:hover[b-sikt0tii9h] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.cta-button:active[b-sikt0tii9h] {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-title[b-sikt0tii9h] {
        font-size: 1.75rem;
    }

    .intro-text[b-sikt0tii9h] {
        font-size: 1rem;
    }

    .section-title[b-sikt0tii9h] {
        font-size: 1.5rem;
    }

    .features-grid[b-sikt0tii9h] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .services-grid[b-sikt0tii9h] {
        grid-template-columns: 1fr;
    }

    .hero-section[b-sikt0tii9h] {
        padding: 2.5rem 1rem;
    }

    section[b-sikt0tii9h] {
        padding: 2rem 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-zv6bkndghy] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Hero Section */
.hero-section[b-zv6bkndghy] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 5rem 2rem;
    text-align: center;
    margin: -1rem -1rem 0 -1rem;
    position: relative;
    overflow: hidden;
}

.hero-section[b-zv6bkndghy]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.hero-content[b-zv6bkndghy] {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-badge[b-zv6bkndghy] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.hero-title[b-zv6bkndghy] {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-description[b-zv6bkndghy] {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons[b-zv6bkndghy] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-zv6bkndghy] {
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-primary[b-zv6bkndghy] {
    background: white;
    color: #667eea;
}

.btn-primary:hover[b-zv6bkndghy] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.btn-secondary[b-zv6bkndghy] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    backdrop-filter: blur(10px);
    border: 2px solid white;
}

.btn-secondary:hover[b-zv6bkndghy] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Container */
.container[b-zv6bkndghy] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Section Styles */
section[b-zv6bkndghy] {
    padding: 4rem 0;
}

.section-title[b-zv6bkndghy] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #333;
}

/* Services Overview Section */
.services-overview[b-zv6bkndghy] {
    background: white;
}

.services-grid[b-zv6bkndghy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-card[b-zv6bkndghy] {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.service-card:hover[b-zv6bkndghy] {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.3);
    border-color: #667eea;
}

.service-icon[b-zv6bkndghy] {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.service-card h3[b-zv6bkndghy] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #667eea;
}

.service-card p[b-zv6bkndghy] {
    color: #666;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-link[b-zv6bkndghy] {
    color: #667eea;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.service-card:hover .service-link[b-zv6bkndghy] {
    transform: translateX(5px);
}

/* Why Choose Us Section */
.why-choose-us[b-zv6bkndghy] {
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}

.benefits-grid[b-zv6bkndghy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.benefit-item[b-zv6bkndghy] {
    text-align: center;
    padding: 2rem;
}

.benefit-icon[b-zv6bkndghy] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.benefit-item h3[b-zv6bkndghy] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.benefit-item p[b-zv6bkndghy] {
    color: #666;
    line-height: 1.6;
}

/* CTA Section */
.cta-section[b-zv6bkndghy] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    margin: 0 -1rem -1rem -1rem;
    padding: 4rem 2rem;
    text-align: center;
}

.cta-content[b-zv6bkndghy] {
    max-width: 700px;
    margin: 0 auto;
}

.cta-section h2[b-zv6bkndghy] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-section p[b-zv6bkndghy] {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.btn-cta[b-zv6bkndghy] {
    background: white;
    color: #667eea;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
}

.btn-cta:hover[b-zv6bkndghy] {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title[b-zv6bkndghy] {
        font-size: 2rem;
    }

    .hero-description[b-zv6bkndghy] {
        font-size: 1rem;
    }

    .section-title[b-zv6bkndghy] {
        font-size: 1.75rem;
    }

    .hero-section[b-zv6bkndghy] {
        padding: 3rem 1.5rem;
    }

    .services-grid[b-zv6bkndghy] {
        grid-template-columns: 1fr;
    }

    .benefits-grid[b-zv6bkndghy] {
        grid-template-columns: 1fr;
    }

    .hero-buttons[b-zv6bkndghy] {
        flex-direction: column;
    }

    .btn[b-zv6bkndghy] {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .hero-title[b-zv6bkndghy] {
        font-size: 1.75rem;
    }

    .cta-section h2[b-zv6bkndghy] {
        font-size: 1.75rem;
    }
}
/* /Components/Pages/Nosotros.razor.rz.scp.css */
.about-page[b-9rafiroqx0] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.container[b-9rafiroqx0] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero[b-9rafiroqx0] {
    padding: 4rem 0;
    color: white;
    background: radial-gradient(900px circle at 18% 25%, rgba(16, 185, 129, 0.28), transparent 55%),
        radial-gradient(900px circle at 85% 30%, rgba(59, 130, 246, 0.30), transparent 55%),
        linear-gradient(135deg, #0f172a 0%, #111827 55%, #0b1020 100%);
    margin: -1rem -1rem 2rem -1rem;
}

.badge[b-9rafiroqx0] {
    display: inline-block;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-weight: 700;
}

.title[b-9rafiroqx0] {
    margin: 1rem 0 0.75rem;
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.subtitle[b-9rafiroqx0] {
    max-width: 75ch;
    margin: 0;
    opacity: 0.9;
    font-size: 1.1rem;
    line-height: 1.6;
}

.section[b-9rafiroqx0] {
    padding: 3rem 0;
}

.section.alt[b-9rafiroqx0] {
    background: rgba(15, 23, 42, 0.04);
    margin: 0 -1rem;
    padding: 3rem 1rem;
}

.section-title[b-9rafiroqx0] {
    font-size: 1.6rem;
    font-weight: 900;
    margin: 0 0 0.75rem;
    color: #111827;
}

.section-title.center[b-9rafiroqx0] {
    text-align: center;
    margin-bottom: 2.25rem;
}

.text[b-9rafiroqx0] {
    color: rgba(15, 23, 42, 0.78);
    line-height: 1.7;
    margin: 0;
}

.two-col[b-9rafiroqx0] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.values[b-9rafiroqx0] {
    display: grid;
    gap: 0.9rem;
    margin-top: 0.75rem;
}

.value[b-9rafiroqx0] {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 0.9rem;
    padding: 1rem;
    border-radius: 16px;
    background: white;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.icon[b-9rafiroqx0] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(16, 185, 129, 0.12);
    font-size: 1.2rem;
}

.value-title[b-9rafiroqx0] {
    font-weight: 900;
    margin-bottom: 0.25rem;
}

.value-text[b-9rafiroqx0] {
    color: rgba(15, 23, 42, 0.75);
}

.grid[b-9rafiroqx0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.card[b-9rafiroqx0] {
    background: white;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 1.6rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.card:hover[b-9rafiroqx0] {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
}

.card-icon[b-9rafiroqx0] {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.card h3[b-9rafiroqx0] {
    margin: 0.25rem 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 900;
    color: #0f172a;
}

.card p[b-9rafiroqx0] {
    margin: 0;
    color: rgba(15, 23, 42, 0.75);
    line-height: 1.6;
}

.link[b-9rafiroqx0] {
    display: inline-block;
    margin-top: 0.9rem;
    font-weight: 900;
    color: rgb(37, 99, 235);
}

.cta[b-9rafiroqx0] {
    text-align: center;
    padding: 3rem 0;
    background: linear-gradient(135deg, #111827 0%, #0b1020 100%);
    color: white;
    margin: 2rem -1rem -1rem -1rem;
}

.cta h2[b-9rafiroqx0] {
    font-size: 2rem;
    font-weight: 900;
    margin: 0 0 0.75rem;
}

.cta p[b-9rafiroqx0] {
    max-width: 75ch;
    margin: 0 auto 1.75rem;
    opacity: 0.9;
}

.primary[b-9rafiroqx0] {
    border: none;
    border-radius: 12px;
    padding: 0.8rem 1.1rem;
    font-weight: 800;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(37, 99, 235), rgb(59, 130, 246));
    color: white;
    box-shadow: 0 14px 25px rgba(37, 99, 235, 0.25);
}

@media (min-width: 992px) {
    .two-col[b-9rafiroqx0] {
        grid-template-columns: 1.05fr 0.95fr;
        align-items: start;
    }
}

@media (max-width: 768px) {
    .hero[b-9rafiroqx0] {
        padding: 3rem 0;
    }
    .section-title[b-9rafiroqx0] {
        font-size: 1.4rem;
    }
}
/* /Components/Pages/SolucionesAi.razor.rz.scp.css */
.ai-page[b-ijpj7a0e79] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.container[b-ijpj7a0e79] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero[b-ijpj7a0e79] {
    padding: 4rem 0;
    color: white;
    background: radial-gradient(900px circle at 15% 25%, rgba(168, 85, 247, 0.35), transparent 45%),
        radial-gradient(900px circle at 85% 35%, rgba(59, 130, 246, 0.28), transparent 55%),
        linear-gradient(135deg, #0b1020 0%, #111827 55%, #0f172a 100%);
    margin: -1rem -1rem 2rem -1rem;
}

.badge[b-ijpj7a0e79] {
    display: inline-block;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-weight: 700;
}

.title[b-ijpj7a0e79] {
    margin: 1rem 0 0.75rem;
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.subtitle[b-ijpj7a0e79] {
    max-width: 75ch;
    margin: 0;
    opacity: 0.9;
    font-size: 1.1rem;
    line-height: 1.6;
}

.stats[b-ijpj7a0e79] {
    margin-top: 1.75rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.8rem;
}

.stat[b-ijpj7a0e79] {
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.stat-number[b-ijpj7a0e79] {
    font-size: 1.4rem;
    font-weight: 900;
}

.stat-label[b-ijpj7a0e79] {
    opacity: 0.85;
    margin-top: 0.25rem;
}

.actions[b-ijpj7a0e79] {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.primary[b-ijpj7a0e79],
.secondary[b-ijpj7a0e79] {
    border: none;
    border-radius: 12px;
    padding: 0.8rem 1.1rem;
    font-weight: 800;
    cursor: pointer;
}

.primary[b-ijpj7a0e79] {
    background: linear-gradient(135deg, rgb(168, 85, 247), rgb(59, 130, 246));
    color: white;
    box-shadow: 0 14px 25px rgba(59, 130, 246, 0.20);
}

.secondary[b-ijpj7a0e79] {
    background: rgba(255, 255, 255, 0.12);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.section[b-ijpj7a0e79] {
    padding: 3rem 0;
}

.section.alt[b-ijpj7a0e79] {
    background: rgba(15, 23, 42, 0.04);
    margin: 0 -1rem;
    padding: 3rem 1rem;
}

.section-title[b-ijpj7a0e79] {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 2.25rem;
    color: #111827;
}

.grid[b-ijpj7a0e79] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.card[b-ijpj7a0e79] {
    background: white;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover[b-ijpj7a0e79] {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
}

.icon[b-ijpj7a0e79] {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.card h3[b-ijpj7a0e79] {
    margin: 0.25rem 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 900;
    color: #0f172a;
}

.card p[b-ijpj7a0e79] {
    margin: 0;
    color: rgba(15, 23, 42, 0.75);
    line-height: 1.6;
}

.steps[b-ijpj7a0e79] {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
}

.step[b-ijpj7a0e79] {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 16px;
    background: white;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.step-number[b-ijpj7a0e79] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-weight: 900;
    color: white;
    background: linear-gradient(135deg, rgb(168, 85, 247), rgb(59, 130, 246));
}

.step-title[b-ijpj7a0e79] {
    font-weight: 900;
    margin-bottom: 0.25rem;
}

.step-text[b-ijpj7a0e79] {
    color: rgba(15, 23, 42, 0.75);
}

.cta[b-ijpj7a0e79] {
    text-align: center;
    padding: 3rem 0;
    background: linear-gradient(135deg, #111827 0%, #0b1020 100%);
    color: white;
    margin: 2rem -1rem -1rem -1rem;
}

.cta h2[b-ijpj7a0e79] {
    font-size: 2rem;
    font-weight: 900;
    margin: 0 0 0.75rem;
}

.cta p[b-ijpj7a0e79] {
    max-width: 75ch;
    margin: 0 auto 1.75rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .hero[b-ijpj7a0e79] {
        padding: 3rem 0;
    }
    .section-title[b-ijpj7a0e79] {
        font-size: 1.6rem;
    }
}
