/* /Layout/MyLayout.razor.rz.scp.css */
.three-bg[b-b4x0wvy5cd] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.15;
}

.parallax-element[b-b4x0wvy5cd] {
    transition: transform 0.3s ease-out;
}

.menu-item[b-b4x0wvy5cd] {
    position: relative;
    overflow: hidden;
}

    .menu-item[b-b4x0wvy5cd]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.6s;
    }

    .menu-item:hover[b-b4x0wvy5cd]::before {
        left: 100%;
    }

#nav-menu[b-b4x0wvy5cd] {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 768px) {
    #nav-menu[b-b4x0wvy5cd] {
        transform: translateX(-100%);
    }

        #nav-menu.menu-open[b-b4x0wvy5cd] {
            transform: translateX(0);
        }
}
/* /Pages/About/About.razor.rz.scp.css */
*[b-6z471bseap] {
    box-sizing: border-box
}

html[b-6z471bseap], body[b-6z471bseap] {
    height: 100%
}

body[b-6z471bseap] {
    margin: 0;
    font-family: "Poppins",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    color: var(--c-text);
    background: var(--c-bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


img[b-6z471bseap] {
    max-width: 100%;
    display: block
}

a[b-6z471bseap] {
    color: inherit;
    text-decoration: none
}

ul[b-6z471bseap] {
    list-style: none;
    padding: 0;
    margin: 0
}

h1[b-6z471bseap], h2[b-6z471bseap], h3[b-6z471bseap], h4[b-6z471bseap], h5[b-6z471bseap] {
    margin: 0 0 12px;
    line-height: 1.2
}

p[b-6z471bseap] {
    margin: 0 0 12px
}

.container[b-6z471bseap] {
    width: min(100% - 32px, var(--container));
    margin-inline: auto;
}

.section[b-6z471bseap] {
    padding: 64px 0
}

.section-lead[b-6z471bseap] {
    color: var(--c-muted);
    max-width: 60ch
}

/* Hero */
.hero[b-6z471bseap] {
    position: relative;
    min-height: 72vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: white;
}

.hero-media[b-6z471bseap] {
    position: absolute;
    inset: 0
}

    .hero-media img[b-6z471bseap] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        filter: saturate(.95) contrast(1.05);
    }

.hero-overlay[b-6z471bseap] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(65,78,92,.55), rgba(65,78,92,.85));
}

.hero-content[b-6z471bseap] {
    position: relative;
    text-align: center;
    max-width: 900px;
    color: #fff;
    padding: 32px;
    padding-top: 100px;
}

.eyebrow[b-6z471bseap] {
    display: inline-block;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff9;
    margin-bottom: 8px
}

.hero h1[b-6z471bseap] {
    font-size: clamp(28px, 5vw, 52px);
    margin-bottom: 12px
}

.hero p[b-6z471bseap] {
    font-size: clamp(16px, 2.2vw, 20px);
    color: #fffde8
}
/* Buttons */
.btn[b-6z471bseap] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
    transition: .2s ease;
}

.btn-accent[b-6z471bseap] {
    background: var(--c-accent);
    color: #1d2530
}

    .btn-accent:is(:hover,:focus)[b-6z471bseap] {
        filter: brightness(0.95)
    }

.btn-ghost[b-6z471bseap] {
    background: transparent;
    color: #fff;
    border-color: #fff6
}

    .btn-ghost:is(:hover,:focus)[b-6z471bseap] {
        background: #ffffff1a
    }

/* Stats */
.stats[b-6z471bseap] {
    padding: 28px 0;
    background: #fff
}

.stats-grid[b-6z471bseap] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
}

.stat[b-6z471bseap] {
    background: #f6f8fa;
    border: 1px solid #e8eaee;
    border-radius: 14px;
    padding: 18px;
    display: grid;
    place-items: center;
    text-align: center;
}

    .stat strong[b-6z471bseap] {
        font-size: 28px;
        color: var(--c-primary)
    }

    .stat span[b-6z471bseap] {
        color: var(--c-muted)
    }

/* Story */
.story-grid[b-6z471bseap] {
    display: grid;
    gap: 24px;
    align-items: center;
}

.story-media img[b-6z471bseap] {
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

.story-content .checks[b-6z471bseap] {
    margin-top: 8px;
    color: var(--c-text)
}

    .story-content .checks li[b-6z471bseap] {
        position: relative;
        padding-left: 26px;
        margin: 8px 0
    }

        .story-content .checks li[b-6z471bseap]::before {
            content: "";
            position: absolute;
            left: 0;
            top: .45em;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: radial-gradient(circle at 50% 50%, var(--c-accent), var(--c-accent) 60%, transparent 61%);
            box-shadow: 0 0 0 2px rgba(248,155,41,.25);
        }

/* MVV */
.mvv .mvv-grid[b-6z471bseap] {
    display: grid;
    gap: 18px;
}

.mvv .card[b-6z471bseap] {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 16px;
    padding: 22px;
    box-shadow: var(--shadow);
}

.mvv .icon[b-6z471bseap] {
    margin-bottom: 8px
}

.mvv .bullets[b-6z471bseap] {
    list-style: disc;
    margin-left: 18px;
    color: var(--c-muted)
}

.mvv h3[b-6z471bseap] {
    color: var(--c-primary)
}

/* Diffs */
.diffs h2[b-6z471bseap] {
    margin-bottom: 10px
}

.diffs-grid[b-6z471bseap] {
    display: grid;
    gap: 18px;
    margin-top: 12px;
}

.diff[b-6z471bseap] {
    background: linear-gradient(0deg,#fff, #fff), linear-gradient(135deg, #fdf3e5, #ffffff);
    border: 1px solid #f0f2f6;
    border-radius: 16px;
    padding: 20px;
    box-shadow: var(--shadow);
}

    .diff h4[b-6z471bseap] {
        margin: 8px 0;
        color: var(--c-primary)
    }

    .diff p[b-6z471bseap] {
        color: var(--c-muted)
    }


/* CTA */
.cta-box[b-6z471bseap] {
    background: linear-gradient(135deg, #fef7ee, #fff);
    border: 1px solid #f3e9dd;
    border-radius: 20px;
    padding: 26px;
    display: grid;
    gap: 14px;
    align-items: center;
}

.cta-actions[b-6z471bseap] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}



/* Reveal on scroll */
[data-reveal][b-6z471bseap] {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .5s ease, transform .5s ease
}

    [data-reveal].is-visible[b-6z471bseap] {
        opacity: 1;
        transform: none
    }

/* Responsive */
@media (min-width: 720px) {
    .site-nav ul[b-6z471bseap] {
        gap: 24px
    }

    .nav-toggle[b-6z471bseap] {
        display: none
    }

    .stats-grid[b-6z471bseap] {
        grid-template-columns: repeat(4,1fr)
    }

    .story-grid[b-6z471bseap] {
        grid-template-columns: 1.1fr 1fr
    }

    .mvv .mvv-grid[b-6z471bseap] {
        grid-template-columns: repeat(3,1fr)
    }

    .diffs-grid[b-6z471bseap] {
        grid-template-columns: repeat(4,1fr)
    }

    .team-grid[b-6z471bseap] {
        grid-template-columns: repeat(4,1fr)
    }

    .cta-box[b-6z471bseap] {
        grid-template-columns: 1fr auto;
        align-items: center;
        justify-content: space-between
    }
}

@media (max-width: 920px) {
    .site-nav[b-6z471bseap] {
        position: fixed;
        inset: 64px 0 auto 0;
        background: #fff;
        border-bottom: 1px solid #e9edf2;
        transform: translateY(-110%);
        transition: transform .25s ease;
        z-index: 999;
    }

        .site-nav ul[b-6z471bseap] {
            flex-direction: column;
            align-items: flex-start;
            padding: 14px
        }

    .nav-toggle[b-6z471bseap] {
        display: flex
    }

    .site-nav.is-open[b-6z471bseap] {
        transform: translateY(0)
    }
}

/* Accent details */
h2[b-6z471bseap] {
    color: var(--c-primary)
}

[b-6z471bseap]::selection {
    background: var(--c-accent);
    color: #1d2530
}
/* /Pages/Employee/Employee.razor.rz.scp.css */
.contractor-wrapper[b-33c37yvzrr] {
    /* Contenedor principal que ocupa toda la pantalla */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; /* elimina cualquier scroll horizontal */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif; /* permite empujar el footer al fondo */
    background-color: rgba(255, 255, 255, 0.2);
    /* Contenedor central */
}



/*==================================================================
  Contenedores generales
==================================================================*/
/* Contenedor central */
.container[b-33c37yvzrr] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}









.banner-section[b-33c37yvzrr] {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem;
}

.banner-bg[b-33c37yvzrr] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(40%); /* Oscurece la imagen */
    z-index: 0;
}

.banner-overlay[b-33c37yvzrr] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-content[b-33c37yvzrr] {
    position: relative;
    z-index: 2;
    color: var(--color-white);
    text-align: left;
    left: 200px;
    top: 20px;
}

.banner-title[b-33c37yvzrr] {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.banner-subtitle[b-33c37yvzrr] {
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--color-primary);
}

@media (max-width: 600px) {
    .banner-section[b-33c37yvzrr] {
        height: 300px;
        padding: 1rem;
        width: auto;
        display: flex;
        align-items: center; /* Centra verticalmente */
        justify-content: center; /* Centra horizontalmente */
    }

    .banner-content[b-33c37yvzrr] {
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
    }

    .banner-title[b-33c37yvzrr] {
        font-size: 2rem;
    }

    .banner-subtitle[b-33c37yvzrr] {
        font-size: 1rem;
    }
}







.parrafos-section[b-33c37yvzrr] {
    display: flex;
    align-items: center; /* centra verticalmente el contenido dentro de la sección */
    gap: 2rem;
    width: 90%;
    max-width: 1000px;
    margin: 4rem auto 0; /* separa de la sección anterior y centra horizontalmente */
    padding: 2rem;
    box-sizing: border-box;
}

/* Estilo para el subtítulo */
.parrafos-subtitle[b-33c37yvzrr] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--color-black);
}

.overlay i[b-33c37yvzrr] {
    font-size: 2.5rem;
    color: #fff;
}


.textos[b-33c37yvzrr] {
    flex: 1;
}

    .textos p[b-33c37yvzrr] {
        line-height: 1.6;
        margin-bottom: 1rem;
    }

.imagen-hover[b-33c37yvzrr] {
    position: relative;
    width: 400px;
    height: 400px;
    overflow: hidden;
    flex-shrink: 0;
}

    .imagen-hover img[b-33c37yvzrr] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .imagen-hover .overlay[b-33c37yvzrr] {
        position: absolute;
        inset: 0;
        background-color: rgba(0,0,0,0.6);
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-white);
        font-size: 1.5rem;
        font-weight: bold;
        transition: opacity 0.3s ease;
    }

    .imagen-hover:hover img[b-33c37yvzrr] {
        transform: scale(1.2);
    }

    .imagen-hover:hover .overlay[b-33c37yvzrr] {
        opacity: 1;
    }

/* Responsive para tablets y móviles grandes */
@media screen and (max-width: 768px) {
    .parrafos-section[b-33c37yvzrr] {
        flex-direction: column;
        align-items: flex-start;
        margin: 2rem auto;
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .textos[b-33c37yvzrr] {
        width: 100%;
    }

    .imagen-hover[b-33c37yvzrr] {
        width: 100%;
        aspect-ratio: 1/1;
        height: auto;
    }

        .imagen-hover .overlay[b-33c37yvzrr] {
            font-size: 1.3rem;
        }
}

/* Ajustes para móviles muy pequeños */
@media screen and (max-width: 480px) {
    .parrafos-section[b-33c37yvzrr] {
        padding: 1rem;
        gap: 1rem;
    }

    .textos p[b-33c37yvzrr] {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .imagen-hover .overlay[b-33c37yvzrr] {
        font-size: 1.1rem;
    }
}










.parajeshu-form-section[b-33c37yvzrr] {
    width: 90%;
    max-width: 600px;
    margin: 4rem auto 2rem;
    padding: 2rem;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.parajeshu-form[b-33c37yvzrr] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.parajeshu-form-group[b-33c37yvzrr] {
    display: flex;
    flex-direction: column;
}

.parajeshu-label[b-33c37yvzrr] {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.parajeshu-input[b-33c37yvzrr] {
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .parajeshu-input:focus[b-33c37yvzrr] {
        border-color: #0066cc;
        box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.2);
        outline: none;
    }

.parajeshu-button[b-33c37yvzrr] {
    align-self: flex-end;
    padding: 0.75rem 2rem;
    background-color: #0066cc;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .parajeshu-button:hover[b-33c37yvzrr] {
        background-color: #004999;
        transform: translateY(-2px);
    }
/* /Pages/Employer/Employer.razor.rz.scp.css */
.contractor-wrapper[b-kdyytuo2l8] {
   /* Contenedor principal que ocupa toda la pantalla */
  /*  margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; 
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif; 
    background-color: rgba(255, 255, 255, 0.2);*/
    /* Contenedor central */
}



/*==================================================================
  Contenedores generales
==================================================================*/
/* Contenedor central */
.container[b-kdyytuo2l8] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}




.banner-section[b-kdyytuo2l8] {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem;
}

.banner-bg[b-kdyytuo2l8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(40%); /* Oscurece la imagen */
    z-index: 0;
}

.banner-overlay[b-kdyytuo2l8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-content[b-kdyytuo2l8] {
    position: relative;
    z-index: 2;
    color: var(--color-white);
    text-align: left;
    left: 200px;
    top: 20px;
}

.banner-title[b-kdyytuo2l8] {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.banner-subtitle[b-kdyytuo2l8] {
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--color-primary);
}

@media (max-width: 600px) {
    .banner-section[b-kdyytuo2l8] {
        height: 300px;
        padding: 1rem;
        width: auto;
        display: flex;
        align-items: center; /* Centra verticalmente */
        justify-content: center; /* Centra horizontalmente */
    }

    .banner-content[b-kdyytuo2l8] {
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
    }

    .banner-title[b-kdyytuo2l8] {
        font-size: 2rem;
    }

    .banner-subtitle[b-kdyytuo2l8] {
        font-size: 1rem;
    }
}







.parrafos-section[b-kdyytuo2l8] {
    display: flex;
    align-items: center; /* centra verticalmente el contenido dentro de la sección */
    gap: 2rem;
    width: 90%;
    max-width: 1000px;
    margin: 4rem auto 0; /* separa de la sección anterior y centra horizontalmente */
    padding: 2rem;
    box-sizing: border-box;
}

/* Estilo para el subtítulo */
.parrafos-subtitle[b-kdyytuo2l8] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--color-black);
}

.overlay i[b-kdyytuo2l8] {
    font-size: 2.5rem;
    color: #fff;
}


.textos[b-kdyytuo2l8] {
    flex: 1;
}

    .textos p[b-kdyytuo2l8] {
        line-height: 1.6;
        margin-bottom: 1rem;
    }

.imagen-hover[b-kdyytuo2l8] {
    position: relative;
    width: 400px;
    height: 400px;
    overflow: hidden;
    flex-shrink: 0;
}

    .imagen-hover img[b-kdyytuo2l8] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .imagen-hover .overlay[b-kdyytuo2l8] {
        position: absolute;
        inset: 0;
        background-color: rgba(0,0,0,0.6);
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-white);
        font-size: 1.5rem;
        font-weight: bold;
        transition: opacity 0.3s ease;
    }

    .imagen-hover:hover img[b-kdyytuo2l8] {
        transform: scale(1.2);
    }

    .imagen-hover:hover .overlay[b-kdyytuo2l8] {
        opacity: 1;
    }

/* Responsive para tablets y móviles grandes */
@media screen and (max-width: 768px) {
    .parrafos-section[b-kdyytuo2l8] {
        flex-direction: column;
        align-items: flex-start;
        margin: 2rem auto;
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .textos[b-kdyytuo2l8] {
        width: 100%;
    }

    .imagen-hover[b-kdyytuo2l8] {
        width: 100%;
        aspect-ratio: 1/1;
        height: auto;
    }

        .imagen-hover .overlay[b-kdyytuo2l8] {
            font-size: 1.3rem;
        }
}

/* Ajustes para móviles muy pequeños */
@media screen and (max-width: 480px) {
    .parrafos-section[b-kdyytuo2l8] {
        padding: 1rem;
        gap: 1rem;
    }

    .textos p[b-kdyytuo2l8] {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .imagen-hover .overlay[b-kdyytuo2l8] {
        font-size: 1.1rem;
    }
}










.parajeshu-form-section[b-kdyytuo2l8] {
    width: 90%;
    max-width: 600px;
    margin: 4rem auto 2rem;
    padding: 2rem;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

/*.parajeshu-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}*/

.parajeshu-form-group[b-kdyytuo2l8] {
    display: flex;
    flex-direction: column;
}

.parajeshu-label[b-kdyytuo2l8] {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.parajeshu-input[b-kdyytuo2l8] {
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .parajeshu-input:focus[b-kdyytuo2l8] {
        border-color: #0066cc;
        box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.2);
        outline: none;
    }

/*.parajeshu-button {
    align-self: flex-end;
    padding: 0.75rem 2rem;
    background-color: #0066cc;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .parajeshu-button:hover {
        background-color: #004999;
        transform: translateY(-2px);
    }

*/


/*Formulario Jeshu*/
/* Animación personalizada para el progress bar */
@keyframes progressFill-b-kdyytuo2l8 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.progress-animate[b-kdyytuo2l8] {
    animation: progressFill-b-kdyytuo2l8 3s ease-in-out;
}

/* Efecto glassmorphism sutil */
.glass-effect[b-kdyytuo2l8] {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Animación de entrada suave */
.slide-down[b-kdyytuo2l8] {
    animation: slideDown-b-kdyytuo2l8 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes slideDown-b-kdyytuo2l8 {
    0% {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Hover effect para las cards */
.alert-card[b-kdyytuo2l8] {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    .alert-card:hover[b-kdyytuo2l8] {
        transform: translateY(-2px);
    }
/* /Pages/Locations/Locations.razor.rz.scp.css */
contractor-wrapper[b-3cz3ppzfuk] {
    /* Contenedor principal que ocupa toda la pantalla */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; /* elimina cualquier scroll horizontal */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif; /* permite empujar el footer al fondo */
    background-color: rgba(255, 255, 255, 0.2);
    /* Contenedor central */
}



/*==================================================================
  Contenedores generales
==================================================================*/
/* Contenedor central */
.container[b-3cz3ppzfuk] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}









.banner-section[b-3cz3ppzfuk] {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem;
}

.banner-bg[b-3cz3ppzfuk] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(40%); /* Oscurece la imagen */
    z-index: 0;
}

.banner-overlay[b-3cz3ppzfuk] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-content[b-3cz3ppzfuk] {
    position: relative;
    z-index: 2;
    color: var(--color-white);
    text-align: left;
    left: 200px;
    top: 20px;
}

.banner-title[b-3cz3ppzfuk] {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.banner-subtitle[b-3cz3ppzfuk] {
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--color-primary);
}

@media (max-width: 600px) {
    .banner-section[b-3cz3ppzfuk] {
        height: 300px;
        padding: 1rem;
        width: auto;
        display: flex;
        align-items: center; /* Centra verticalmente */
        justify-content: center; /* Centra horizontalmente */
    }

    .banner-content[b-3cz3ppzfuk] {
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
    }

    .banner-title[b-3cz3ppzfuk] {
        font-size: 2rem;
    }

    .banner-subtitle[b-3cz3ppzfuk] {
        font-size: 1rem;
    }
}



.mapa-hover[b-3cz3ppzfuk] {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    width: 800px; /* Imagen más grande */
    height: auto;
    overflow: hidden;
}

.mapa-img[b-3cz3ppzfuk] {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease-in-out;
}

/* Imagen pintada invisible al inicio */
.hover-img[b-3cz3ppzfuk] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* Estilo base para todos los textos */
.mapa-texto[b-3cz3ppzfuk] {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 21px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none; /* evita que interfiera con el hover */
}

/* Posiciones personalizadas */
.maryland[b-3cz3ppzfuk] {
    top: 280px;
    left: 600px;
}

.virginia[b-3cz3ppzfuk] {
    top: 330px;
    left: 440px;
}

.northcarolina[b-3cz3ppzfuk] {

    top: 450px;
    left: 540px;
}

/* Hover: muestra imagen pintada y textos */
.mapa-hover:hover .hover-img[b-3cz3ppzfuk] {
    opacity: 1;
}

.mapa-hover:hover .mapa-texto[b-3cz3ppzfuk] {
    opacity: 1;
}

/* 📱 Ajustes para pantallas pequeñas */
@media (max-width: 768px) {
    .mapa-hover[b-3cz3ppzfuk] {
        width: 100%; /* Ocupa todo el ancho disponible */
        max-width: 100%; /* Evita que se pase del ancho de pantalla */
    }

    .mapa-texto[b-3cz3ppzfuk] {
        font-size: 16px; /* Texto más pequeño en móviles */
        padding: 3px 6px;
    }

    /* Reposiciona cada texto para que no se encimen en pantallas pequeñas */
    .maryland[b-3cz3ppzfuk] {
        top: 35%;
        left: 85%;
        transform: translateX(-50%);
    }

    .virginia[b-3cz3ppzfuk] {
        top: 40%;
        left: 70%;
        transform: translateX(-50%);
    }

    .northcarolina[b-3cz3ppzfuk] {
        top: 55%;
        left: 70%;
        transform: translateX(-50%);
    }
}

/* 📱 Extra pequeño (teléfonos muy chicos) */
@media (max-width: 480px) {
    .mapa-texto[b-3cz3ppzfuk] {
        font-size: 16px;
        padding: 2px 5px;
    }
}



/* /Pages/Login/Login.razor.rz.scp.css */
/* Variables CSS locales para el componente */
.login-wrapper[b-dztqec95zp] {
    --font: 'Poppins', sans-serif;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-primary: orange;
    --color-secondary: #414e5c;
    --glass-bg: rgba(255,255,255,0.15);
    --glass-border: rgba(255,255,255,0.3);
    --duration: 0.3s;
    /* Contenedor principal que ocupa toda la pantalla */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font);
    height: 100vh;
    background: var(--color-secondary);
    position: relative;
    overflow: hidden;
}

/* Fondo plano */
.background[b-dztqec95zp] {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-secondary);
    z-index: -1;
}

/* Centrado de todo */
.login-container[b-dztqec95zp] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1rem;
}

/* Panel con imagen de fondo */
.login-panel[b-dztqec95zp] {
    width: 900px;
    height: 550px;
    background: url(../images/banner-secundario-main.png) center/cover no-repeat;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
    position: relative;
    padding: 1.5rem;
}

/* Icono para volver */
.back-home[b-dztqec95zp] {
    position: relative;
    top: 1rem;
    left: 1rem;
    font-size: 2rem;
    color: var(--color-white);
    text-decoration: none;
    transition: color var(--duration);
}

    .back-home .tooltip[b-dztqec95zp] {
        position: absolute;
        bottom: 100%; /* sobre el icono */
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 0.5rem;
        background: var(--color-black);
        color: var(--color-white);
        padding: 0.3rem 0.6rem;
        border-radius: 0.3rem;
        font-size: 0.75rem;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: opacity var(--duration);
    }

    .back-home:hover .tooltip[b-dztqec95zp],
    .back-home:focus .tooltip[b-dztqec95zp] {
        opacity: 1;
    }

    .back-home:hover[b-dztqec95zp] {
        color: var(--color-primary);
    }

/* Contenido interior: imagen y caja */
.panel-content[b-dztqec95zp] {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 2rem;
}

/* Imagen lateral */
.side-image img[b-dztqec95zp] {
    max-width: 300px;
    border-radius: 8px;
    object-fit: cover;
}

/* Caja glassmorphism donde va el formulario */
.login-box[b-dztqec95zp] {
    flex: 1;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    width: 400px;
    justify-content: center;
    margin-left: 230px;
    margin-top: -10px;
    align-items: center;
}

/* Logo de la empresa encima de "Iniciar Sesión" */
.company-logo-container[b-dztqec95zp] {
    text-align: center;
    margin-bottom: 1rem;
}

    .company-logo-container img[b-dztqec95zp] {
        height: 60px;
        width: auto;
    }

.login-form[b-dztqec95zp] {
    text-align: center;
}

    /* Título */
    .login-form h2[b-dztqec95zp] {
        text-align: center;
        color: var(--color-white);
        margin-bottom: 1.5rem;
        font-weight: 500;
        justify-content: center;
    }


/* Inputs y labels flotantes */
.input-group[b-dztqec95zp] {
    position: relative;
    margin-bottom: 1.8rem;
    padding-top: 1.2rem;
}

    .input-group input[b-dztqec95zp] {
        width: 100%;
        padding: 0.8rem 0.5rem;
        background: transparent;
        border: none;
        border-bottom: 2px solid rgba(255,255,255,0.6);
        color: var(--color-white);
        font-size: 1rem;
        transition: border-color var(--duration);
    }

        .input-group input:focus[b-dztqec95zp] {
            outline: none;
            border-bottom-color: var(--color-primary);
        }

    .input-group label[b-dztqec95zp] {
        position: absolute;
        left: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(255,255,255,0.7);
        font-size: 1rem;
        pointer-events: none;
        transition: top var(--duration), transform var(--duration), font-size var(--duration), color var(--duration);
    }

    .input-group.active label[b-dztqec95zp] {
        top: -0.8rem;
        transform: translateY(0);
        font-size: 0.8rem;
        color: var(--color-primary);
    }

/* Toggle ojo */
.toggle-password[b-dztqec95zp] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: rgba(255,255,255,0.7);
    transition: color var(--duration);
}

    .toggle-password:hover[b-dztqec95zp] {
        color: var(--color-primary);
    }

/* Botón y ripple */
.btn[b-dztqec95zp] {
    position: relative;
    overflow: hidden;
    background: var(--color-primary);
    color: var(--color-white);
    border: none;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: background var(--duration), transform var(--duration);
}

    .btn:hover[b-dztqec95zp] {
        transform: scale(1.05);
        background: darkorange;
    }

.ripple[b-dztqec95zp] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.7);
    animation: rippleEffect-b-dztqec95zp 0.6s linear;
}

@keyframes rippleEffect-b-dztqec95zp {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(4);
        opacity: 0;
    }
}



/* Ocultar el icono de "mostrar contraseña" del navegador */
input[type="password"][b-dztqec95zp]::-ms-reveal,
input[type="password"][b-dztqec95zp]::-ms-clear {
    display: none;
}

input[type="password"][b-dztqec95zp]::-webkit-reveal,
input[type="password"][b-dztqec95zp]::-webkit-clear-button {
    display: none !important; /* !important es a menudo necesario para Webkit */
    -webkit-appearance: none; /* También ayuda a eliminar el estilo nativo */
}
/* /Pages/Main/Main.razor.rz.scp.css */
.main-wrapper[b-n6040cgrei] {
   /* --color-header-bg: #414e5c;
    --color-header-border: #e5e5e5;
    --color-white: #fff;
    --color-black: #000;
    --color-primary: orange;
    --color-link-hover: #007bff;
    --color-intranet: #007bff;
    --color-intranet-hover: #0056b3;
    --color-social-hover-bg: #222;
    --color-overlay-dark: rgba(0, 0, 0, 0.6);
    --color-bg-white-20: rgba(255, 255, 255, 0.2);
    --color-arrow-bg: rgba(0, 0, 0, 0.5);
    --color-dot-bg: rgba(255, 255, 255, 0.5);
    --color-dot-active: rgba(255, 255, 255, 1);
    --color-footer-bg: #2c363f;*/
    /* Contenedor principal que ocupa toda la pantalla */
    
    /*margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; 
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif; 
    background-color: rgba(255, 255, 255, 0.2);*/
    /* Contenedor central */
}





/*==================================================================
  Contenedores generales
==================================================================*/
/* Contenedor central */
.container[b-n6040cgrei] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}



/*==================================================================
  Banner / Slider
==================================================================*/
/* Banner container */
.banner[b-n6040cgrei] {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

/* Slider wrapper */
.banner-slider[b-n6040cgrei] {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Cada imagen: apilada y con transición */
.banner-img[b-n6040cgrei] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

    /* Imagen activa con opacidad para mostrar el título */
    .banner-img.active[b-n6040cgrei] {
        opacity: 0.5;
    }

/* Flechas */
.arrow[b-n6040cgrei] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-arrow-bg);
    border: none;
    color: var(--color-white);
    font-size: 2rem;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 5;
}

    .arrow.left[b-n6040cgrei] {
        left: 1rem;
    }

    .arrow.right[b-n6040cgrei] {
        right: 1rem;
    }

/* Dots (indicadores) */
.indicators[b-n6040cgrei] {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 5;
}

.dot[b-n6040cgrei] {
    width: 10px;
    height: 10px;
    background: var(--color-dot-bg);
    border-radius: 50%;
    cursor: pointer;
}

    .dot.active[b-n6040cgrei] {
        background: var(--color-dot-active);
    }

/* Posiciona el overlay en el filo inferior */
.banner-overlay[b-n6040cgrei] {
    position: absolute;
    left: 490px;
    bottom: 1.5rem;
    transform: none;
    z-index: 5;
}

    /* Título principal */
    .banner-overlay h1[b-n6040cgrei] {
        margin: 0;
        font-size: 3.5rem;
        color: var(--color-primary);
    }

    /* Subtítulo */
    .banner-overlay h2[b-n6040cgrei] {
        margin: 0.25rem 0 0.75rem;
        font-size: 2rem;
        color: var(--color-black);
    }

@media (max-width: 768px) {
    /* Centrar y apilar el overlay */

    .banner-img[b-n6040cgrei] {
        object-position: left center; /* Enfoca el contenido del lado izquierdo */
    }

    .banner-overlay[b-n6040cgrei] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
        width: 100%;
        padding: 0 1rem;
    }

        /* Ajuste de tipografía para móviles */
        .banner-overlay h1[b-n6040cgrei] {
            font-size: clamp(3rem, 6vw, 2rem);
            margin: 0;
        }

        .banner-overlay h2[b-n6040cgrei] {
            font-size: clamp(1.5rem, 4vw, 1.5rem);
            margin: 0;
        }

    .banner-slider[b-n6040cgrei] {
        position: relative;
        overflow: hidden; /* si quieres ocultar partes de la imagen */
    }

    /* Estilos comunes de las flechas en móvil */
    .arrow[b-n6040cgrei] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px; /* hit area táctil más grande */
        height: 40px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10; /* por encima del overlay */
        pointer-events: auto;
    }

        .arrow.left[b-n6040cgrei] {
            left: 0.5rem; /* separada del borde izquierdo */
        }

        .arrow.right[b-n6040cgrei] {
            right: 0.5rem; /* separada del borde derecho */
        }
}











/*==================================================================
  Job-Search Section
==================================================================*/
.job-search[b-n6040cgrei] {
    position: relative;
    width: 100%;
    height: 300px;
    /*height: auto;
     min-height: 300px;*/
    overflow: hidden;
    margin-top: 9px;
    margin-bottom: 1px;
    
}

.bg-img[b-n6040cgrei] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-overlay[b-n6040cgrei] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-overlay-dark);
}

.search-title[b-n6040cgrei] {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    color: var(--color-white);
    font-size: 1.8rem;
    font-weight: bold;
}

/* Contenedor de botones */
.job-options[b-n6040cgrei] {
    position: relative;
    z-index: 1; /* que queden sobre el overlay */
    display: flex;
    justify-content: center;
    gap: 20px; /* separación entre botones */
    margin: 50px auto; /* espacio arriba y abajo */
}

    /* Botones con fondo semitransparente y blur */
    .job-options button[b-n6040cgrei] {
        background: var(--color-bg-white-20);
        backdrop-filter: blur(8px);
        border: none;
        color: var(--color-primary);
        padding: 12px 24px;
        font-size: 2rem;
        border-radius: 100px;
        cursor: pointer;
        transition: background 0.3s ease, transform 0.2s ease;
        width: 250px;
    }

        .job-options button:hover[b-n6040cgrei] {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1) translateY(-2px);
        }





@media (max-width: 768px) {
    /* Ajustes generales de la sección */
    .job-search[b-n6040cgrei] {
        height: auto; /* que la sección se adapte al contenido */
        padding: 40px 0; /* espacio arriba y abajo */
    }

    .job-options[b-n6040cgrei] {
        flex-direction: column;
        gap: 12px;
        padding: 0 20px;
    }

        .job-options button[b-n6040cgrei] {
            width: 100%;
            text-align: center;
            font-size: 2rem;
        }
}






/*==================================================================
  Text Section
==================================================================*/
.parrafos-section[b-n6040cgrei] {
    display: flex;
    align-items: center; /* centra verticalmente el contenido dentro de la sección */
    gap: 2rem;
    width: 90%;
    max-width: 1000px;
    margin: 4rem auto 0; /* separa de la sección anterior y centra horizontalmente */
    padding: 2rem;
    box-sizing: border-box;
}

.textos[b-n6040cgrei] {
    flex: 1;
}

    .textos p[b-n6040cgrei] {
        line-height: 1.6;
        margin-bottom: 1rem;
    }

.imagen-hover[b-n6040cgrei] {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

    .imagen-hover img[b-n6040cgrei] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .imagen-hover .overlay[b-n6040cgrei] {
        position: absolute;
        inset: 0;
        background-color: rgba(0,0,0,0.6);
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        transition: opacity 0.3s ease;
    }

    .imagen-hover:hover img[b-n6040cgrei] {
        transform: scale(1.05);
    }

    .imagen-hover:hover .overlay[b-n6040cgrei] {
        opacity: 1;
    }

/* Responsive para tablets y móviles grandes */
@media screen and (max-width: 768px) {
    .parrafos-section[b-n6040cgrei] {
        flex-direction: column;
        align-items: flex-start;
        margin: 2rem auto;
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .textos[b-n6040cgrei] {
        width: 100%;
    }

    .imagen-hover[b-n6040cgrei] {
        width: 100%;
        aspect-ratio: 1/1;
        height: auto;
    }

        .imagen-hover .overlay[b-n6040cgrei] {
            font-size: 1.3rem;
        }
}

/* Ajustes para móviles muy pequeños */
@media screen and (max-width: 480px) {
    .parrafos-section[b-n6040cgrei] {
        padding: 1rem;
        gap: 1rem;
    }

    .textos p[b-n6040cgrei] {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .imagen-hover .overlay[b-n6040cgrei] {
        font-size: 1.1rem;
    }
}






/* /Pages/NewHome.razor.rz.scp.css */
/* Reset básico */
*[b-zh2o2kbfdk] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

/* Altura total para html y body */
html[b-zh2o2kbfdk], body[b-zh2o2kbfdk] {
    height: 100%;
    margin: 0;
}

/* Contenedor principal del layout (aplica al @Body del layout) */
.page-container[b-zh2o2kbfdk] {
    display: flex;
    flex-direction: column; /* apila header, main y footer */
    min-height: 100vh; /* asegura ocupar el alto completo de la ventana */
    background: #f9fafb;
    color: #333;
}

/* Main crece y empuja el footer hacia abajo */
main[b-zh2o2kbfdk] {
    flex: 1;
}

/* HEADER */
.header[b-zh2o2kbfdk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #f1f3f5;
    box-sizing: border-box;
    gap: 15px;
    flex-wrap: wrap; /* permite que salten a otra línea si es necesario */
}

.header-image[b-zh2o2kbfdk] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-120px);
}

    .header-image img[b-zh2o2kbfdk] {
        max-height: 70px;
        max-width: 100%;
        object-fit: contain;
    }

.header-left[b-zh2o2kbfdk] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: wrap;
}

.avatar[b-zh2o2kbfdk] {
    width: 48px;
    height: 48px;
    background: #2563eb;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .avatar.small[b-zh2o2kbfdk] {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }

.welcome[b-zh2o2kbfdk] {
    font-size: 1.3rem;
    font-weight: bold;
    color: #1e3a8a;
}

.status[b-zh2o2kbfdk] {
    font-size: .9rem;
    color: #555;
}

.logout-btn[b-zh2o2kbfdk] {
    background: #ef4444;
    border: none;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: .5rem;
    cursor: pointer;
}

    .logout-btn:hover[b-zh2o2kbfdk] {
        background: #dc2626;
    }

.menu-btn[b-zh2o2kbfdk], .close-btn[b-zh2o2kbfdk] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.4rem;
}

.menu-btn[b-zh2o2kbfdk] {
    color: #555;
}

/*  Ajustes Responsive Especiales */
@media (max-width: 768px) {

    /* 1. Ocultar imagen en mobile */
    .header-image[b-zh2o2kbfdk] {
        display: none;
    }

    /* 2. Mover menú hamburguesa a la izquierda de "Bienvenido Josué" */
    .header-left[b-zh2o2kbfdk] {
        flex-direction: row; /* fila en vez de columna */
        justify-content: flex-start; /* alineado a la izquierda */
        gap: 10px;
        order: 1; /* primero en el flujo del header */
    }

    .menu-btn[b-zh2o2kbfdk] {
        order: 0; /* primer elemento dentro de header-left */
    }

    /* 3. Reubicar "Cerrar sesión" abajo del header */
    .logout-btn[b-zh2o2kbfdk] {
        order: 3;
        margin-top: 8px;
        align-self: center;
        background: #ef4444;
        padding: 0.4rem 0.9rem;
        font-size: 0.9rem;
        max-width: 160px;
        width: 100%;
    }

        .logout-btn:hover[b-zh2o2kbfdk] {
            background: #1e3a8a;
        }
}

@media (max-width: 480px) {
    .welcome[b-zh2o2kbfdk] {
        font-size: 1rem;
    }

    .logout-btn[b-zh2o2kbfdk] {
        font-size: 0.85rem;
    }
}

/* SIDEBAR */
.sidebar[b-zh2o2kbfdk] {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background: #f1f3f5;
    box-shadow: 2px 0 6px rgba(0,0,0,.1);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 50;
}

    .sidebar.show[b-zh2o2kbfdk] {
        transform: translateX(0);
    }

.sidebar-header[b-zh2o2kbfdk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

.username[b-zh2o2kbfdk] {
    flex: 1;
    margin-left: .5rem;
    font-weight: bold;
    font-size: 0.9rem;
}

.nav[b-zh2o2kbfdk] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.nav-item[b-zh2o2kbfdk] {
    padding: 0.75rem 1rem;
    border-radius: .5rem;
    color: #374151;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: .75rem;
    transition: background 0.2s ease;
}

.nav-image-bottom[b-zh2o2kbfdk] {
    margin-top: auto; /* ocupa espacio libre */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    /* Ajuste para subir la imagen */
    transform: translateY(-50%); /* súbela un poco */
}

    .nav-image-bottom img[b-zh2o2kbfdk] {
        max-height: 70px; /* tamaño controlado */
        max-width: 100%;
        object-fit: contain;
    }

/* Colores personalizados para cada ítem del menú */
.nav-item.panel-principal[b-zh2o2kbfdk] {
    color: #2b7fff;
}

    .nav-item.panel-principal:hover[b-zh2o2kbfdk] {
        background: rgba(43, 127, 255, 0.1);
    }

.nav-item.configuracion[b-zh2o2kbfdk] {
    color: #00c951;
}

    .nav-item.configuracion:hover[b-zh2o2kbfdk] {
        background: rgba(0, 201, 81, 0.1);
    }

.nav-item.reportes[b-zh2o2kbfdk] {
    color: #ad46ff;
}

    .nav-item.reportes:hover[b-zh2o2kbfdk] {
        background: rgba(173, 70, 255, 0.1);
    }

/* Ajustar iconos */
.nav-item i[b-zh2o2kbfdk] {
    font-size: 1.1rem;
}


.nav-item:hover[b-zh2o2kbfdk] {
    background: #f3f4f6;
}

/* OVERLAY */
.overlay[b-zh2o2kbfdk] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 40;
}

    .overlay.show[b-zh2o2kbfdk] {
        display: block;
    }

/* MAIN CONTENT */
.main-content[b-zh2o2kbfdk] {
    padding: 1.5rem;
}

.placeholder[b-zh2o2kbfdk] {
    background: white;
    padding: 2rem;
    border-radius: .5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    text-align: center;
    color: #888;
}

/* RESPONSIVE */
@media (min-width: 768px) {
    .menu-btn[b-zh2o2kbfdk] {
        font-size: 1.6rem;
    }
}


/* FOOTER */
.footer[b-zh2o2kbfdk] {
    position: relative;
    height: 100px;
    background-color: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    overflow: visible;
}

.footer-logo[b-zh2o2kbfdk] {
    position: relative;
}

    .footer-logo img[b-zh2o2kbfdk] {
        position: absolute;
        top: -55px; /* sobresale del footer */
        height: 105px;
        max-width: 130px;
    }


.footer-logo[b-zh2o2kbfdk] {
    position: relative;
}


.footer-links[b-zh2o2kbfdk], .footer-social[b-zh2o2kbfdk] {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer a[b-zh2o2kbfdk] {
    color: white;
    text-decoration: none;
    font-size: 0.85rem;
    transition: opacity 0.2s ease-in-out;
}

    .footer a:hover[b-zh2o2kbfdk] {
        opacity: 0.7;
    }

.footer-social i[b-zh2o2kbfdk] {
    font-size: 1rem;
}

/*  RESPONSIVE FOOTER */
@media (max-width: 600px) {
    .footer[b-zh2o2kbfdk] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto; /* sin alto fijo */
        padding: 6px 10px; /* más delgado */
        gap: 6px;
    }

    .footer-logo[b-zh2o2kbfdk] {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0; /* sin margen extra */
    }

        .footer-logo img[b-zh2o2kbfdk] {
            position: static; /* no absoluto */
            height: 40px; /* más compacto */
            max-width: 60px;
            margin-bottom: 4px;
        }

    .footer-links[b-zh2o2kbfdk],
    .footer-social[b-zh2o2kbfdk] {
        justify-content: center;
        margin-top: 4px;
        gap: 8px;
        flex-wrap: wrap;
    }

    .footer a[b-zh2o2kbfdk] {
        font-size: 0.75rem; /* texto más pequeño */
    }

    .footer-social i[b-zh2o2kbfdk] {
        font-size: 0.85rem; /* iconos reducidos */
    }
}
/* /Pages/Portfolio/Portfolio.razor.rz.scp.css */
contractor-wrapper[b-3exgbl1mzf] {
    /* Contenedor principal que ocupa toda la pantalla */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; /* elimina cualquier scroll horizontal */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif; /* permite empujar el footer al fondo */
    background-color: rgba(255, 255, 255, 0.2);
    /* Contenedor central */
}



/*==================================================================
  Contenedores generales
==================================================================*/
/* Contenedor central */
.container[b-3exgbl1mzf] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}









.banner-section[b-3exgbl1mzf] {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem;
}

.banner-bg[b-3exgbl1mzf] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(40%); /* Oscurece la imagen */
    z-index: 0;
}

.banner-overlay[b-3exgbl1mzf] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-content[b-3exgbl1mzf] {
    position: relative;
    z-index: 2;
    color: var(--color-white);
    text-align: left;
    left: 200px;
    top: 20px;
}

.banner-title[b-3exgbl1mzf] {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.banner-subtitle[b-3exgbl1mzf] {
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--color-primary);
}

@media (max-width: 600px) {
    .banner-section[b-3exgbl1mzf] {
        height: 300px;
        padding: 1rem;
        width: auto;
        display: flex;
        align-items: center; /* Centra verticalmente */
        justify-content: center; /* Centra horizontalmente */
    }

    .banner-content[b-3exgbl1mzf] {
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
    }

    .banner-title[b-3exgbl1mzf] {
        font-size: 2rem;
    }

    .banner-subtitle[b-3exgbl1mzf] {
        font-size: 1rem;
    }
}
/* /Pages/Trade/Trade.razor.rz.scp.css */
/*.trade-wrapper {*/
    /* Contenedor principal que ocupa toda la pantalla */
    /*margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;*/ /* elimina cualquier scroll horizontal */
    /*min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;*/ /* permite empujar el footer al fondo */
    /*background-color: rgba(255, 255, 255, 0.2);*/
    /* Contenedor central */
/*}*/


/* Layout principal */
.layout[b-9q7x4c475l] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    max-width: 1200px;
    padding: 24px;
    margin: 0 auto;
    align-items: start;
    background: #2b3442;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 100%;
}





.banner-section[b-9q7x4c475l] {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem;
}

.banner-bg[b-9q7x4c475l] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(40%); /* Oscurece la imagen */
    z-index: 0;
}

.banner-overlay[b-9q7x4c475l] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-content[b-9q7x4c475l] {
    position: relative;
    z-index: 2;
    color: var(--color-white);
    text-align: left;
    left: 200px;
    top: 20px;
}

.banner-title[b-9q7x4c475l] {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.banner-subtitle[b-9q7x4c475l] {
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--color-primary);
}

@media (max-width: 600px) {
    .banner-section[b-9q7x4c475l] {
        height: 300px;
        padding: 1rem;
        width: auto;
        display: flex;
        align-items: center; /* Centra verticalmente */
        justify-content: center; /* Centra horizontalmente */
    }

    .banner-content[b-9q7x4c475l] {
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
    }

    .banner-title[b-9q7x4c475l] {
        font-size: 2rem;
    }

    .banner-subtitle[b-9q7x4c475l] {
        font-size: 1rem;
    }
}













/* Nuevo contenedor con overlay */
.thumb[b-9q7x4c475l] {
    position: relative;
    overflow: hidden;
}

/* Columna izquierda: thumbs con scroll */
.thumbs[b-9q7x4c475l] {
    width: var(--thumb-width);
    background: #2b3442;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
    position: sticky;
}

.thumbs__list[b-9q7x4c475l] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: var(--thumb-gap);
    max-height: var(--thumbs-visible-height);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--accent) transparent;
    -ms-scroll-chaining: none; /* IE/Edge legado */
    touch-action: pan-y; /* en vertical por defecto (desktop táctiles/tablets) */
}

    .thumbs__list[b-9q7x4c475l]::-webkit-scrollbar {
        width: 10px;
    }

    .thumbs__list[b-9q7x4c475l]::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, var(--accent), var(--accent-2));
        border-radius: 999px;
    }

    .thumbs__list[b-9q7x4c475l]::-webkit-scrollbar-track {
        background: transparent;
    }

.thumb[b-9q7x4c475l] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: var(--thumb-height);
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.07);
    background: rgba(255,255,255,0.02);
    color: var(--text);
    border-radius: 10px;
    cursor: pointer;
    text-align: left;
    transition: transform var(--speed) ease, border-color var(--speed) ease, background var(--speed) ease, box-shadow var(--speed) ease;
}

    .thumb:hover[b-9q7x4c475l] {
        transform: translateY(-2px);
        border-color: rgba(123, 180, 255, 0.6);
        background: rgba(91, 140, 255, 0.08);
        box-shadow: 0 4px 20px rgba(91, 140, 255, 0.15);
    }

    .thumb.is-active[b-9q7x4c475l] {
        border-color: var(--main-color);
        box-shadow: 0 0 0 2px rgba(248, 155, 41, 0.5), 0 8px 20px rgba(0,0,0,0.3);
        background: radial-gradient(circle at top left, rgba(248, 155, 41, 0.2), transparent);
    }

    .thumb img[b-9q7x4c475l] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 8px;
        transition: transform 300ms ease;
    }

    /* Overlay al hacer hover */
    .thumb:hover img[b-9q7x4c475l] {
        filter: brightness(0.6);
        transform: scale(1.05);
    }

    .thumb span[b-9q7x4c475l] {
        position: absolute;
        bottom: 8px;
        left: 12px;
        right: 12px;
        background: rgba(0, 0, 0, 0.4);
        color: var(--text-color);
        font-size: 1rem;
        padding: 6px 10px;
        border-radius: 6px;
        opacity: 0;
        transition: opacity 200ms ease;
    }

    .thumb:hover span[b-9q7x4c475l] {
        opacity: 1;
    }
/* Columna derecha: info con fade */
.info[b-9q7x4c475l] {
    background: #2b3442;
    border-radius: 12px;
    padding: 28px;
    min-height: calc(var(--thumbs-visible-height) + 28px + 28px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
    position: relative;
    opacity: 1;
    transition: opacity var(--speed) ease;
}

    .info.is-fading[b-9q7x4c475l] {
        opacity: 0;
    }

.info__header[b-9q7x4c475l] {
    margin-bottom: 10px;
}

.info__title[b-9q7x4c475l] {
    margin: 0 0 6px 0;
    font-size: 2rem;
    letter-spacing: 0.2px;
    color: var(--main-color);
}

.info__subtitle[b-9q7x4c475l] {
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
}

.info__desc[b-9q7x4c475l] {
    margin-top: 14px;
    color: #cbd1e6;
    line-height: 1.55;
    white-space: pre-line;
}

/* Tablet portrait y móviles grandes */
@media (max-width: 720px) {
    /* Layout en una sola columna, ya lo tenías a 960px, esto lo refina en móviles grandes */
    .layout[b-9q7x4c475l] {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px;
    }

    /* La barra de thumbs pasa a full width y más amable al dedo */
    .thumbs[b-9q7x4c475l] {
        position: static;
        width: 100%;
        padding: 12px;
        top: auto;
    }

    /* Mostrar 2 tarjetas por fila en móviles grandes (aprovecha ancho) */
    .thumbs__list[b-9q7x4c475l] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: auto;
        gap: 12px;
        max-height: none; /* quitamos límite para que fluya vertical */
        overflow: visible;
    }

    /* Aseguramos que las miniaturas respondan al nuevo grid */
    .thumb[b-9q7x4c475l] {
        width: 100%;
        height: auto; /* permite mantener proporción de la imagen */
        padding: 0; /* quitamos padding para que la imagen ocupe todo */
        border-radius: 10px;
    }

        /* Mantener relación 362 x 253 con aspecto fijo usando contenedor */
        .thumb img[b-9q7x4c475l] {
            aspect-ratio: 362 / 253;
            width: 100%;
            height: auto;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumb span[b-9q7x4c475l] {
            font-size: 0.95rem;
            bottom: 6px;
            left: 10px;
            right: 10px;
            padding: 6px 8px;
        }

    /* Panel de info con tipografía y espacios más compactos */
    .info[b-9q7x4c475l] {
        padding: 20px;
        min-height: auto;
    }

    .info__title[b-9q7x4c475l] {
        font-size: 1.6rem;
    }

    .info__subtitle[b-9q7x4c475l] {
        font-size: 1rem;
    }

    .info__desc[b-9q7x4c475l] {
        font-size: 0.98rem;
        line-height: 1.55;
    }
}

@media (max-width: 480px) {
    /* Contenedor del carrusel */
    .thumbs[b-9q7x4c475l] {
        width: 100%;
        position: relative; /* para degradés y pista */
        padding: 0;
        overflow: hidden;
        background: transparent;
        box-shadow: none;
    }

    /* Carrusel horizontal: 1 slide por pantalla */
    .thumbs__list[b-9q7x4c475l] {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        gap: 0; /* 1 por pantalla, sin asomar el siguiente */
        padding: 0;
        margin: 0;
        list-style: none;
        scrollbar-width: none; /* oculta scrollbar en Firefox */
    }

        .thumbs__list[b-9q7x4c475l]::-webkit-scrollbar {
            display: none;
        }
        /* oculta en WebKit */

        /* Cada LI ocupa toda la “pantalla” del carrusel */
        .thumbs__list > li[b-9q7x4c475l] {
            flex: 0 0 100%;
            scroll-snap-align: start;
            scroll-snap-stop: always;
        }

    /* Botón/slide */
    .thumb[b-9q7x4c475l] {
        display: block;
        width: 100%;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        border-width: 0; /* limpio en móvil */
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

        .thumb img[b-9q7x4c475l] {
            width: 100%;
            height: auto;
            aspect-ratio: 362 / 253;
            object-fit: cover;
            display: block;
            border-radius: 8px;
        }

        .thumb span[b-9q7x4c475l] {
            position: absolute;
            bottom: 10px;
            left: 12px;
            right: 12px;
            padding: 6px 10px;
            font-size: 0.9rem;
            color: #fff;
            background: rgba(0,0,0,0.55);
            border-radius: 6px;
            text-align: center;
        }

    /* Degradés laterales para “sugerir que hay más” */
    .thumbs[b-9q7x4c475l]::before,
    .thumbs[b-9q7x4c475l]::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 40px; /* deja libres los dots */
        width: 32px;
        pointer-events: none;
        z-index: 2;
    }

    .thumbs[b-9q7x4c475l]::before {
        left: 0;
        background: linear-gradient(to right, #2b3442 0%, rgba(43,52,66,0) 100%);
    }

    .thumbs[b-9q7x4c475l]::after {
        right: 0;
        background: linear-gradient(to left, #2b3442 0%, rgba(43,52,66,0) 100%);
    }

    /* Dots de paginación */
    .carousel-dots[b-9q7x4c475l] {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 10px 0 0;
    }

        .carousel-dots button[b-9q7x4c475l] {
            width: 6px;
            height: 6px;
            border-radius: 999px;
            border: 0;
            background: rgba(255,255,255,0.35);
            padding: 0;
            transition: transform .2s ease, background .2s ease;
        }

            .carousel-dots button.is-active[b-9q7x4c475l] {
                background: #f89b29; /* tu color principal */
                transform: scale(1.25);
            }

    /* Pista textual "Desliza →" que se oculta sola */
    .swipe-hint[b-9q7x4c475l] {
        position: absolute;
        right: 12px;
        bottom: 40px;
        background: rgba(0,0,0,0.55);
        color: #fff;
        font-size: 12px;
        padding: 6px 10px;
        border-radius: 999px;
        z-index: 3;
        opacity: .95;
        transition: opacity .3s ease, visibility .3s ease;
    }

        .swipe-hint.is-hidden[b-9q7x4c475l] {
            opacity: 0;
            visibility: hidden;
        }

    /* Ajustes del contenido de info en móvil */
    .layout[b-9q7x4c475l] {
        padding: 14px;
        gap: 14px;
    }

    .info[b-9q7x4c475l] {
        padding: 20px;
        min-height: auto;
    }

    .info__title[b-9q7x4c475l] {
        font-size: 1.45rem;
    }

    .info__subtitle[b-9q7x4c475l] {
        font-size: 0.95rem;
    }

    .info__desc[b-9q7x4c475l] {
        font-size: 0.95rem;
    }
}




/* Seguridad para pantallas ultrapequeñas (opcional) */
@media (max-width: 360px) {
    .layout[b-9q7x4c475l] {
        padding: 10px;
    }

    .thumb span[b-9q7x4c475l] {
        font-size: 0.85rem;
    }

    .info[b-9q7x4c475l] {
        padding: 16px;
    }
}







.info__buttons[b-9q7x4c475l] {
    margin-top: 1.5rem;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap; /* Por si en mobile no caben en una fila */
}

.btn[b-9q7x4c475l] {
    background-color: orange;
    backdrop-filter: blur(8px);
    border: none;
    color: white;
    padding: 12px 24px;
    font-size: 2rem;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    width: 230px;
    border: 0.5px solid transparent;
}

.btn-request[b-9q7x4c475l] {

}

    .btn-request:hover[b-9q7x4c475l] {
        background-color: transparent;
        color: black;
        border: 1px solid orange;
        transform: scale(1.1);
    }

.btn-postulate[b-9q7x4c475l] {

}

    .btn-postulate:hover[b-9q7x4c475l] {
        background-color: transparent;
        color: black;
        border: 1px solid orange;
        transform: scale(1.1)
    }

/* Responsive: botones a 100% ancho en mobile */
@media (max-width: 600px) {
    .info__buttons[b-9q7x4c475l] {
        flex-direction: column;
    }

    .btn[b-9q7x4c475l] {
        width: 100%;
        text-align: center;
    }
}
