/* /Layout/MyLayout.razor.rz.scp.css */
/*.three-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.15;
}*/

.three-bg[b-b4x0wvy5cd] {
    position: fixed; /* ocupa toda la pantalla */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* muy importante: se queda detrás */
    opacity: 0.15;
    pointer-events: none; /* evita bloquear clics */
}


.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] {
        transform: translateY(-1px) scale(1.03);
        box-shadow: 0 0 12px var(--c-accent), 0 0 24px var(--c-accent), 0 0 48px var(--c-accent);
        filter: brightness(1.1);
    }


.btn-ghost[b-6z471bseap] {
    background: transparent;
    color: #fff;
    border-color: #fff6
}

    .btn-ghost:is(:hover,:focus)[b-6z471bseap] {
        background: #ffffff1a
    }


/* 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 h3[b-6z471bseap] {
    color: #f79e46;
    font-weight: bold;
}

/* 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: #f79e46;
        font-weight: bold;
    }

    .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
}

.bullets[b-6z471bseap] {
    list-style: disc;
    margin-left: 18px;
    color: black;
}

    .bullets li[b-6z471bseap]::marker {
        color: #f79e46; /* Color de los bullets */
        font-size: 1.1em; /* Opcional: ajustar tamaño */
    }


.diffs.section p[b-6z471bseap] {
    color: #000; /* Negro */
}


.story-content strong[b-6z471bseap] {
    color: #ff6600;
}

/* /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;
    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-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: 2rem;
    font-weight: bold;
    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);
    }




/*Formulario Jeshu*/
/* Animación personalizada para el progress bar */
@keyframes progressFill-b-33c37yvzrr {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.progress-animate[b-33c37yvzrr] {
    animation: progressFill-b-33c37yvzrr 3s ease-in-out;
}

/* Efecto glassmorphism sutil */
.glass-effect[b-33c37yvzrr] {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Animación de entrada suave */
.slide-down[b-33c37yvzrr] {
    animation: slideDown-b-33c37yvzrr 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes slideDown-b-33c37yvzrr {
    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-33c37yvzrr] {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    .alert-card:hover[b-33c37yvzrr] {
        transform: translateY(-2px);
    }




.parrafos-section strong[b-33c37yvzrr] {
    color: #f79e46;
    font-weight: bold;
}
/* /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: 2rem;
    font-weight:bold;
    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);
    }


.parrafos-section strong[b-kdyytuo2l8] {
    color: #f79e46;
    font-weight: bold;
}
/* /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 */
}





/* =========================
   RESPONSIVE DESIGN
   ========================= */

/* Tablets y pantallas medianas */
@media (max-width: 1024px) {
    .login-panel[b-dztqec95zp] {
        width: 95%;
        height: auto;
        padding: 1rem;
    }

    .panel-content[b-dztqec95zp] {
        gap: 1rem;
    }

    .login-box[b-dztqec95zp] {
        margin-left: 0;
        width: 100%;
    }

    .side-image img[b-dztqec95zp] {
        max-width: 250px;
    }
}

/* Móviles grandes */
@media (max-width: 768px) {
    .panel-content[b-dztqec95zp] {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .side-image img[b-dztqec95zp] {
        max-width: 200px;
    }

    .login-box[b-dztqec95zp] {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }
}

/* Móviles pequeños */
@media (max-width: 480px) {
    .login-panel[b-dztqec95zp] {
        padding: 1rem;
    }

    .side-image img[b-dztqec95zp] {
        max-width: 150px;
    }

    .login-box[b-dztqec95zp] {
        padding: 1.5rem;
    }

    .login-form h2[b-dztqec95zp] {
        font-size: 1.2rem;
    }

    .input-group input[b-dztqec95zp] {
        font-size: 0.9rem;
    }

    .btn[b-dztqec95zp] {
        width: 100%;
        padding: 0.7rem;
        font-size: 0.9rem;
    }
}
/* /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;
    margin-top: 0; /* asegúrate de que no haya margen */
}

/* 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 moderno y plano */
    .banner-overlay h1[b-n6040cgrei] {
        margin: 0;
        font-size: 3rem; /* compacto */
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #f79e46; /* color solicitado */
        line-height: 1.15;
        font-family: 'Poppins', 'Montserrat', sans-serif; /* tipografía moderna */
        text-shadow: none; /* eliminamos sombra */
    }

    /* Subtítulo moderno y limpio */
    .banner-overlay h2[b-n6040cgrei] {
        margin: 0.2rem 0 0.5rem;
        font-size: 2rem;
        font-weight: 600;
        color: var(--color-black);
        letter-spacing: 0.5px;
        line-height: 1.2;
        font-family: 'Poppins', 'Montserrat', sans-serif;
        text-shadow: none; /* sin sombra */
        opacity: 0.95;
    }




@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, 5vw, 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 */
        }
}





.nueva-seccion[b-n6040cgrei] {
    background-color: white; /* Fondo blanco */
    padding: 40px 20px;
    border-top: 5px solid #FF6600; /* Línea naranja superior */
    border-bottom: 5px solid #FF6600; /* Línea naranja superior */
}

.contenedor-texto[b-n6040cgrei] {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.main-texto-parrafo[b-n6040cgrei] {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

    .main-texto-parrafo a[b-n6040cgrei] {
        color: #f79e46;
        font-weight: bold;
        text-decoration: none;
    }

        .main-texto-parrafo a:hover[b-n6040cgrei] {
            text-decoration: underline;
        }

h2.main-texto-parrafo[b-n6040cgrei] {
    color: #f79e46;
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 20px;
}

ul[b-n6040cgrei] {
    list-style-type: disc;
    padding-left: 20px;
}

    ul li[b-n6040cgrei] {
        margin-bottom: 10px;
    }

/* Contenedor exclusivo para imagen + botón */
.bloque-boton[b-n6040cgrei] {
    text-align: center;
    margin-top: 30px;
}

.img-arrow[b-n6040cgrei] {
    max-width: 120px;
    display: block;
    margin: 0 auto 15px auto; /* margen inferior para separar de botón */
}

.bloque-boton[b-n6040cgrei] {
    display: inline-block;
    position: relative;
}

.btn-contractors[b-n6040cgrei] {
    background-color: #f79e46;
    color: #000000;
    font-weight: bold;
    padding: 12px 24px;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

    /* Hover moderno */
    .btn-contractors:hover[b-n6040cgrei] {
        background-color: transparent;
        color: #FF6600;
        border-color: #FF6600;
        transform: scale(1.05);
    }

/* Ícono casco oculto por defecto */
.icon-helmet[b-n6040cgrei] {
    opacity: 0;
    transform: translateX(-10px) scale(0.5);
    transition: all 0.4s ease;
    font-size: 1.2rem;
    color: #FF6600;
}

/* Al hacer hover: aparece y se desliza */
.btn-contractors:hover .icon-helmet[b-n6040cgrei] {
    opacity: 1;
    transform: translateX(5px) scale(1);
    text-shadow: 0 0 6px rgba(255,102,0,0.7), 0 0 12px rgba(255,102,0,0.5);
}









/*==================================================================
  Job-Search Section
==================================================================*/
.job-search[b-n6040cgrei] {
    position: relative;
    width: 100%;
    height: 300px; /* altura fija */
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 1px;
    border-bottom: 5px solid #FF6600; /* Línea naranja superior */
}
.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 en horizontal */
.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 */
}

    /* Botón base */
    .job-options button[b-n6040cgrei] {
        position: relative;
        background: var(--color-bg-white-20);
        backdrop-filter: blur(8px);
        border: none;
        color: #f79e46;
        padding: 14px 28px;
        font-size: 2rem;
        border-radius: 100px;
        cursor: pointer;
        width: 300px;
        overflow: hidden;
        transition: all 0.4s ease;
        z-index: 1;
    }

        /* Línea de luz en el borde */
        .job-options button[b-n6040cgrei]::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 100px;
            padding: 2px;
            background: linear-gradient(90deg, transparent, white, transparent);
            background-size: 300% 100%;
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: -1;
        }

        /* Hover: activa la luz */
        .job-options button:hover[b-n6040cgrei] {
            background: rgba(255, 255, 255, 0.25);
            transform: scale(1.05) translateY(-3px);
            color: #ff6600;
            box-shadow: 0 0 20px rgba(255,102,0,0.3);
        }

            .job-options button:hover[b-n6040cgrei]::before {
                opacity: 1;
                animation: borderLight-b-n6040cgrei 3s linear infinite;
            }

/* Animación de la luz recorriendo el borde */
@keyframes borderLight-b-n6040cgrei {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 200% 0;
    }
}







@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;
        }
}










/*TRADESSSSSSSSSSSSSSSSSSSSS*/

.layout[b-n6040cgrei] {
    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%;
}
.trades-title[b-n6040cgrei] {
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #f79e46; /* Naranja solicitado */
    text-align: center;
    margin: 2rem 0;
    font-family: 'Poppins', 'Montserrat', sans-serif; /* tipografía moderna y bold */
    text-shadow: none; /* eliminamos el efecto 3D */
}


@media (max-width: 992px) {
    .trades-title[b-n6040cgrei] {
        font-size: 3.5rem;
    }
}

/* Ajuste para móviles */
@media (max-width: 576px) {
    .trades-title[b-n6040cgrei] {
        font-size: 3.5rem;
    }
}


/* Nuevo contenedor con overlay */
.thumb[b-n6040cgrei] {
    position: relative;
    overflow: hidden;
}

/* Columna izquierda: thumbs con scroll */
.thumbs[b-n6040cgrei] {
    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-n6040cgrei] {
    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-n6040cgrei]::-webkit-scrollbar {
        width: 10px;
    }

    .thumbs__list[b-n6040cgrei]::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, var(--accent), var(--accent-2));
        border-radius: 999px;
    }

    .thumbs__list[b-n6040cgrei]::-webkit-scrollbar-track {
        background: transparent;
    }

.thumb[b-n6040cgrei] {
    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-n6040cgrei] {
        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-n6040cgrei] {
        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-n6040cgrei] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 8px;
        transition: transform 300ms ease;
    }

    /* Overlay al hacer hover */
    .thumb:hover img[b-n6040cgrei] {
        filter: brightness(0.6);
        transform: scale(1.05);
    }

    .thumb span[b-n6040cgrei] {
        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-n6040cgrei] {
        opacity: 1;
    }
/* Columna derecha: info con fade */
.info[b-n6040cgrei] {
    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-n6040cgrei] {
        opacity: 0;
    }

.info__header[b-n6040cgrei] {
    margin-bottom: 10px;
}

.info__title[b-n6040cgrei] {
    margin: 0 0 6px 0;
    font-size: 2rem;
    letter-spacing: 0.2px;
    color: #f79e46;
}

.info__subtitle[b-n6040cgrei] {
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
}

.info__desc[b-n6040cgrei] {
    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-n6040cgrei] {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px;
    }

    /* La barra de thumbs pasa a full width y más amable al dedo */
    .thumbs[b-n6040cgrei] {
        position: static;
        width: 100%;
        padding: 12px;
        top: auto;
    }

    /* Mostrar 2 tarjetas por fila en móviles grandes (aprovecha ancho) */
    .thumbs__list[b-n6040cgrei] {
        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-n6040cgrei] {
        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-n6040cgrei] {
            aspect-ratio: 362 / 253;
            width: 100%;
            height: auto;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumb span[b-n6040cgrei] {
            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-n6040cgrei] {
        padding: 20px;
        min-height: auto;
    }

    .info__title[b-n6040cgrei] {
        font-size: 1.6rem;
    }

    .info__subtitle[b-n6040cgrei] {
        font-size: 1rem;
    }

    .info__desc[b-n6040cgrei] {
        font-size: 0.98rem;
        line-height: 1.55;
    }
}



@media (max-width: 480px) {
    /* Contenedor del carrusel */
    .thumbs[b-n6040cgrei] {
        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-n6040cgrei] {
        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-n6040cgrei]::-webkit-scrollbar {
            display: none;
        }
        /* oculta en WebKit */

        /* Cada LI ocupa toda la “pantalla” del carrusel */
        .thumbs__list > li[b-n6040cgrei] {
            flex: 0 0 100%;
            scroll-snap-align: start;
            scroll-snap-stop: always;
        }

    /* Botón/slide */
    .thumb[b-n6040cgrei] {
        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-n6040cgrei] {
            width: 100%;
            height: auto;
            aspect-ratio: 362 / 253;
            object-fit: cover;
            display: block;
            border-radius: 8px;
        }

        .thumb span[b-n6040cgrei] {
            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-n6040cgrei]::before,
    .thumbs[b-n6040cgrei]::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 40px; /* deja libres los dots */
        width: 32px;
        pointer-events: none;
        z-index: 2;
    }

    .thumbs[b-n6040cgrei]::before {
        left: 0;
        background: linear-gradient(to right, #2b3442 0%, rgba(43,52,66,0) 100%);
    }

    .thumbs[b-n6040cgrei]::after {
        right: 0;
        background: linear-gradient(to left, #2b3442 0%, rgba(43,52,66,0) 100%);
    }

    /* Dots de paginación */
    .carousel-dots[b-n6040cgrei] {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 10px 0 0;
    }

        .carousel-dots button[b-n6040cgrei] {
            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-n6040cgrei] {
                background: #f89b29; /* tu color principal */
                transform: scale(1.25);
            }


    /* Ajustes del contenido de info en móvil */
    .layout[b-n6040cgrei] {
        padding: 14px;
        gap: 14px;
    }

    .info[b-n6040cgrei] {
        padding: 20px;
        min-height: auto;
    }

    .info__title[b-n6040cgrei] {
        font-size: 1.45rem;
    }

    .info__subtitle[b-n6040cgrei] {
        font-size: 0.95rem;
    }

    .info__desc[b-n6040cgrei] {
        font-size: 0.95rem;
    }
}




/* Seguridad para pantallas ultrapequeñas (opcional) */
@media (max-width: 360px) {
    .layout[b-n6040cgrei] {
        padding: 10px;
    }

    .thumb span[b-n6040cgrei] {
        font-size: 0.85rem;
    }

    .info[b-n6040cgrei] {
        padding: 16px;
    }
}







.info__buttons[b-n6040cgrei] {
    margin-top: 1.5rem;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-wrapper[b-n6040cgrei] {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 1rem;
}

.btn[b-n6040cgrei] {
    background-color: #f79e46; /* color sólido plano */
    padding: 14px 28px;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    width: 230px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    letter-spacing: 0.5px;
    transition: all 0.35s ease;
    z-index: 1; /* botón debajo del icono */
}


/* Íconos externos */
.btn-icon[b-n6040cgrei] {
    position: absolute;
    font-size: 2rem;
    color: white;
    opacity: 0;
    transform: scale(0.3);
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 2; /* icono por encima */
}

/* Posiciones iniciales */
.left-icon .btn-icon[b-n6040cgrei] {
    left: -46px;
    top: 50%;
    transform: translateY(-50%) scale(0.3);
}

.right-icon .btn-icon[b-n6040cgrei] {
    right: -40px;
    top: 50%;
    transform: translateY(-50%) scale(0.3);
}

/* Hover sobre el wrapper */
.btn-wrapper:hover .btn[b-n6040cgrei] {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 10px 25px rgba(255,140,0,0.4);
    background: transparent;
    color: #ff6600;
    border: 2px solid #ff6600;
}

.btn-wrapper:hover .btn-icon[b-n6040cgrei] {
    opacity: 1;
    transform: translateY(-50%) scale(1.3);
    text-shadow: 0 0 8px rgba(255,140,0,0.8), 0 0 16px rgba(255,140,0,0.6);
    animation: floatX-b-n6040cgrei 1.2s ease-in-out infinite alternate;
}

/* Animación leve de derecha a izquierda */
@keyframes floatX-b-n6040cgrei {
    from {
        transform: translateY(-50%) translateX(0) scale(1.3);
    }

    to {
        transform: translateY(-50%) translateX(6px) scale(1.3);
    }
}



/* Variantes */
.btn-request[b-n6040cgrei] {
    background-color: #f79e46;
}

.btn-postulate[b-n6040cgrei] {
    background-color: #f79e46;
}

/* Responsive */
@media (max-width: 600px) {
    .info__buttons[b-n6040cgrei] {
        flex-direction: column;
        align-items: center;
    }

    .btn[b-n6040cgrei] {
        width: 100%;
    }
}

.locations-title[b-n6040cgrei] {
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #f79e46; /* Naranja solicitado */
    text-align: center;
    margin: 2rem 0;
    position: relative;
    top: 170px;
    /* Tipografía moderna y bold */
    font-family: 'Poppins', 'Montserrat', sans-serif;
    /* Eliminamos el efecto 3D retro */
    text-shadow: none;
}


@media (max-width: 992px) {
    .locations-title[b-n6040cgrei] {
        font-size:3.5rem;
        top: 120px; /* un poco más arriba que los 170px */
    }
}

/* Ajuste para móviles */
@media (max-width: 576px) {
    .locations-title[b-n6040cgrei] {
        font-size: 3.5rem;
        top: 80px; /* aún más arriba en pantallas pequeñas */
    }
}
.mapa-hover[b-n6040cgrei] {
    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-n6040cgrei] {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease-in-out;
}

/* Imagen pintada invisible al inicio */
.hover-img[b-n6040cgrei] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* Estilo base para todos los textos */
.mapa-texto[b-n6040cgrei] {
    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-n6040cgrei] {
    top: 280px;
    left: 600px;
}

.virginia[b-n6040cgrei] {
    top: 330px;
    left: 440px;
}

.northcarolina[b-n6040cgrei] {
    top: 450px;
    left: 540px;
}

/* Hover: muestra imagen pintada y textos */
.mapa-hover:hover .hover-img[b-n6040cgrei] {
    opacity: 1;
}

.mapa-hover:hover .mapa-texto[b-n6040cgrei] {
    opacity: 1;
}

/* 📱 Ajustes para pantallas pequeñas */
@media (max-width: 768px) {
    .mapa-hover[b-n6040cgrei] {
        width: 100%; /* Ocupa todo el ancho disponible */
        max-width: 100%; /* Evita que se pase del ancho de pantalla */
    }

    .mapa-texto[b-n6040cgrei] {
        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-n6040cgrei] {
        top: 35%;
        left: 85%;
        transform: translateX(-50%);
    }

    .virginia[b-n6040cgrei] {
        top: 40%;
        left: 70%;
        transform: translateX(-50%);
    }

    .northcarolina[b-n6040cgrei] {
        top: 55%;
        left: 70%;
        transform: translateX(-50%);
    }
}

/* 📱 Extra pequeño (teléfonos muy chicos) */
@media (max-width: 480px) {
    .mapa-texto[b-n6040cgrei] {
        font-size: 16px;
        padding: 2px 5px;
    }
}






@media (max-width: 480px) {
        .swipe-hint[b-n6040cgrei] {
            position: absolute;
            right: 12px;
            bottom: 40px;
            background: rgba(247,158,70,0.85); /* fondo naranja translúcido */
            color: #000; /* texto negro */
            font-size: 20px; /* 🔹 un poco más grande */
            padding: 6px 12px; /* espacio equilibrado */
            border-radius: 999px;
            z-index: 3;
            opacity: .95;
        }


        .swipe-hint.is-hidden[b-n6040cgrei] {
            opacity: 0;
            visibility: hidden;
        }
}

/* /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/Services/Services.razor.rz.scp.css */
.banner-section[b-60mc0kyqu9] {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem;
}

.banner-bg[b-60mc0kyqu9] {
    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-60mc0kyqu9] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-content[b-60mc0kyqu9] {
    position: relative;
    z-index: 2;
    color: var(--color-white);
    text-align: left;
    left: 200px;
    top: 20px;
}

.banner-title[b-60mc0kyqu9] {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.banner-subtitle[b-60mc0kyqu9] {
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--color-primary);
}

@media (max-width: 600px) {
    .banner-section[b-60mc0kyqu9] {
        height: 300px;
        padding: 1rem;
        width: auto;
        display: flex;
        align-items: center; /* Centra verticalmente */
        justify-content: center; /* Centra horizontalmente */
    }

    .banner-content[b-60mc0kyqu9] {
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
    }

    .banner-title[b-60mc0kyqu9] {
        font-size: 2rem;
    }

    .banner-subtitle[b-60mc0kyqu9] {
        font-size: 1rem;
    }
}

.our-services-container[b-60mc0kyqu9] {
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    gap: 1.5rem;
}

.our-services[b-60mc0kyqu9] {
    font-family: 'Poppins', sans-serif;
    justify-content: center;
    text-align: center;
    width: 60%;

       h1{
           font-size: 2rem;
           font-weight:bold;

       }

       p[b-60mc0kyqu9]{
           margin-top:1rem;
           text-align:left;
           font-size: 1rem;
       }

        strong[b-60mc0kyqu9] {
            color: #f79e46;
            font-weight: bold;
        }
}

@media (max-width: 640px) {
    .our-services[b-60mc0kyqu9] {
        width: 90%;
        h1

{
    font-size: 1.5rem;
}

p[b-60mc0kyqu9] {
    font-size: 0.95rem;
    text-align: justify; /* mejor legibilidad en móviles */
}

}
}


.our-specialties-container[b-60mc0kyqu9] {
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    gap: 2rem;
}

.our-specialties[b-60mc0kyqu9] {
    font-family: 'Poppins', sans-serif;
    width: 90%;
    max-width: 1200px;
}

    .our-specialties h1[b-60mc0kyqu9] {
        font-size: 2.2rem;
        font-weight: 700;
        color: #414e5c;
        margin-bottom: 2rem;
    }

.parent[b-60mc0kyqu9] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}



.specialty img[b-60mc0kyqu9] {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
    margin-left:5.6rem;
    border: 4px solid #f79e46;
}


.specialty h3[b-60mc0kyqu9] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #f79e46;
    margin-bottom: 0.8rem;
}

.specialty p[b-60mc0kyqu9] {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #414e5c;
    text-align: justify;
    padding: 0 0.5rem;
}

/* Responsivo */
@media (max-width: 992px) {
    .parent[b-60mc0kyqu9] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .parent[b-60mc0kyqu9] {
        grid-template-columns: 1fr;
    }
}


.why-choose[b-60mc0kyqu9] {
    font-family: 'Poppins', sans-serif;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 1rem;
    text-align: left;
}

    .why-choose h1[b-60mc0kyqu9] {
        font-size: 2rem;
        font-weight: 700;
        color: #414e5c;
        text-align: center;
        margin-bottom: 2rem;
    }

.reasons-list[b-60mc0kyqu9] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

    .reasons-list li[b-60mc0kyqu9] {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
    }

    .reasons-list .bullet[b-60mc0kyqu9] {
        width: 16px;
        height: 16px;
        background-color: #f79e46;
        border-radius: 50%;
        margin-top: 6px;
        flex-shrink: 0;
    }

    .reasons-list strong[b-60mc0kyqu9] {
        color: #f79e46;
        font-weight: 600;
    }

    .reasons-list div[b-60mc0kyqu9] {
        font-size: 1rem;
        line-height: 1.6;
        color: #414e5c;
    }




/* CTA */
.cta-box[b-60mc0kyqu9] {
    background: linear-gradient(135deg, #fef7ee, #fff);
    border: 1px solid #f3e9dd;
    border-radius: 20px;
    padding: 0 40px; /* quitamos padding vertical para controlar altura */
    display: flex; /* usamos flex para alinear contenido */
    justify-content: space-between;
    align-items: center;
    /* Nuevo */
    max-width: 1141px; /* ancho exacto */
    height: 121px; /* alto fijo */
    margin: 40px auto; /* centrado horizontal y espacio vertical */
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* Texto CTA */
.cta-text[b-60mc0kyqu9] {
    flex: 1;
}

    .cta-text h2[b-60mc0kyqu9] {
        color: var(--c-muted);
    }


/* Botones */
.btn[b-60mc0kyqu9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
    transition: .2s ease;
}

.btn-accent[b-60mc0kyqu9] {
    background: var(--c-accent);
    color: #1d2530;
}

    .btn-accent:is(:hover,:focus)[b-60mc0kyqu9] {
        transform: translateY(-1px) scale(1.03);
        box-shadow: 0 0 12px var(--c-accent), 0 0 24px var(--c-accent), 0 0 48px var(--c-accent);
        filter: brightness(1.1);
    }

/* 📱 Responsive */
@media (max-width: 992px) {
    .cta-box[b-60mc0kyqu9] {
        flex-direction: column; /* apila texto y botones */
        height: auto; /* deja que crezca en altura */
        padding: 20px;
        text-align: left; /* texto alineado a la izquierda */
        align-items: flex-start; /* contenido alineado a la izquierda */
    }

    .cta-text[b-60mc0kyqu9] {
        margin-bottom: 16px;
        width: 100%;
    }

    .cta-actions[b-60mc0kyqu9] {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: flex-start; /* botones alineados a la izquierda */
        width: 100%;
    }

    .cta-text h2[b-60mc0kyqu9] {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .btn[b-60mc0kyqu9] {
        width: 100%; /* botones ocupan todo el ancho */
        max-width: 280px; /* límite para que no se vean gigantes */
    }
}
/* /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 {
    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 {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(40%);*/ /* Oscurece la imagen */
    /*z-index: 0;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    color: var(--color-white);
    text-align: left;
    left: 200px;
    top: 20px;
}

.banner-title {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.banner-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--color-primary);
}

@media (max-width: 600px) {
    .banner-section {
        height: 300px;
        padding: 1rem;
        width: auto;
        display: flex;
        align-items: center;*/ /* Centra verticalmente */
        /*justify-content: center;*/ /* Centra horizontalmente */
    /*}

    .banner-content {
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
    }

    .banner-title {
        font-size: 2rem;
    }

    .banner-subtitle {
        font-size: 1rem;
    }
}*/













/* Nuevo contenedor con overlay */
/*.thumb {
    position: relative;
    overflow: hidden;
}*/

/* Columna izquierda: thumbs con scroll */
/*.thumbs {
    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 {
    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::-webkit-scrollbar {
        width: 10px;
    }

    .thumbs__list::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, var(--accent), var(--accent-2));
        border-radius: 999px;
    }

    .thumbs__list::-webkit-scrollbar-track {
        background: transparent;
    }

.thumb {
    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 {
        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 {
        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 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 8px;
        transition: transform 300ms ease;
    }*/

    /* Overlay al hacer hover */
    /*.thumb:hover img {
        filter: brightness(0.6);
        transform: scale(1.05);
    }

    .thumb span {
        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 {
        opacity: 1;
    }*/
/* Columna derecha: info con fade */
/*.info {
    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 {
        opacity: 0;
    }

.info__header {
    margin-bottom: 10px;
}

.info__title {
    margin: 0 0 6px 0;
    font-size: 2rem;
    letter-spacing: 0.2px;
    color: var(--main-color);
}

.info__subtitle {
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
}

.info__desc {
    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 {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px;
    }*/

    /* La barra de thumbs pasa a full width y más amable al dedo */
    /*.thumbs {
        position: static;
        width: 100%;
        padding: 12px;
        top: auto;
    }*/

    /* Mostrar 2 tarjetas por fila en móviles grandes (aprovecha ancho) */
    /*.thumbs__list {
        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 {
        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 {
            aspect-ratio: 362 / 253;
            width: 100%;
            height: auto;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumb span {
            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 {
        padding: 20px;
        min-height: auto;
    }

    .info__title {
        font-size: 1.6rem;
    }

    .info__subtitle {
        font-size: 1rem;
    }

    .info__desc {
        font-size: 0.98rem;
        line-height: 1.55;
    }
}

@media (max-width: 480px) {*/
    /* Contenedor del carrusel */
    /*.thumbs {
        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 {
        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::-webkit-scrollbar {
            display: none;
        }*/
        /* oculta en WebKit */

        /* Cada LI ocupa toda la “pantalla” del carrusel */
        /*.thumbs__list > li {
            flex: 0 0 100%;
            scroll-snap-align: start;
            scroll-snap-stop: always;
        }*/

    /* Botón/slide */
    /*.thumb {
        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 {
            width: 100%;
            height: auto;
            aspect-ratio: 362 / 253;
            object-fit: cover;
            display: block;
            border-radius: 8px;
        }

        .thumb span {
            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::before,
    .thumbs::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 40px;*/ /* deja libres los dots */
        /*width: 32px;
        pointer-events: none;
        z-index: 2;
    }

    .thumbs::before {
        left: 0;
        background: linear-gradient(to right, #2b3442 0%, rgba(43,52,66,0) 100%);
    }

    .thumbs::after {
        right: 0;
        background: linear-gradient(to left, #2b3442 0%, rgba(43,52,66,0) 100%);
    }*/

    /* Dots de paginación */
    /*.carousel-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 10px 0 0;
    }

        .carousel-dots button {
            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 {
                background: #f89b29;*/ /* tu color principal */
                /*transform: scale(1.25);
            }*/

    /* Pista textual "Desliza →" que se oculta sola */
    /*.swipe-hint {
        position: absolute;
        right: 12px;
        bottom: 40px;
        background: rgba(0,0,0,0.55);
        color: #fff;
        font-size: 70px;
        padding: 6px 10px;
        border-radius: 999px;
        z-index: 3;
        opacity: .95;
        transition: opacity .3s ease, visibility .3s ease;
    }

        .swipe-hint.is-hidden {
            opacity: 0;
            visibility: hidden;
        }*/

    /* Ajustes del contenido de info en móvil */
    /*.layout {
        padding: 14px;
        gap: 14px;
    }

    .info {
        padding: 20px;
        min-height: auto;
    }

    .info__title {
        font-size: 1.45rem;
    }

    .info__subtitle {
        font-size: 0.95rem;
    }

    .info__desc {
        font-size: 0.95rem;
    }
}*/




/* Seguridad para pantallas ultrapequeñas (opcional) */
/*@media (max-width: 360px) {
    .layout {
        padding: 10px;
    }

    .thumb span {
        font-size: 0.85rem;
    }

    .info {
        padding: 16px;
    }
}







.info__buttons {
    margin-top: 1.5rem;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;*/ /* Por si en mobile no caben en una fila */
/*}

.btn {
    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 {

}

    .btn-request:hover {
        background-color: transparent;
        color: black;
        border: 1px solid orange;
        transform: scale(1.1);
    }

.btn-postulate {

}

    .btn-postulate:hover {
        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 {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        text-align: center;
    }
}*/
