@import 'ConectaFAETEC.Gestao.Blazor.Client.7854vumkla.bundle.scp.css';
@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/BlazorStrap.V5/BlazorStrap.V5.soy3cwhzex.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.10v83wk5fb.bundle.scp.css';

/* _content/ConectaFAETEC.Gestao.Blazor/Components/Layout/LandingPageLayout.razor.rz.scp.css */
/* Add scroll-margin-top to account for fixed headers */
section[id][b-jewnjbpdav] {
    scroll-margin-top: 85px; /* Adjust based on header height */
}

/* Landing Page Styles */
html[b-jewnjbpdav] {
    scroll-behavior: smooth; /* Habilita o scroll suave em todo o documento */
}

body[b-jewnjbpdav] {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

.landing-page[b-jewnjbpdav] {
    font-family: 'Segoe UI', Arial, sans-serif;
    overflow-x: hidden;
    padding-top: 80px; /* Espaço para o header fixo */
}

/* Header Styles - Fixed */
.fixed-header[b-jewnjbpdav] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.logo-oportunidades img[b-jewnjbpdav] {
    max-height: 60px;
}

.logo-faetec img[b-jewnjbpdav], .logo-governo img[b-jewnjbpdav] {
    max-height: 50px;
}

.btn-menu[b-jewnjbpdav] {
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
}

/* Section Fullheight */
.section-fullheight[b-jewnjbpdav] {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Hero Section Styles */
.landing-hero[b-jewnjbpdav] {
    background: linear-gradient(to bottom right, #00587A, #0078A8);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

    .landing-hero[b-jewnjbpdav]::after {
        content: '';
        position: absolute;
        bottom: -5%;
        right: -10%;
        width: 65%;
        height: 120%;
        background-image: url('../images/hero-bg-wave.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
        z-index: 0;
        opacity: 0.3;
    }

.hero-content[b-jewnjbpdav] {
    position: relative;
    z-index: 2;
}

.hero-title[b-jewnjbpdav] {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-text[b-jewnjbpdav] {
    font-size: 1.25rem;
    max-width: 90%;
    line-height: 1.5;
}

.hero-image[b-jewnjbpdav] {
    position: relative;
    z-index: 1;
    background-image: url('../images/people-handshake.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    min-height: 400px;
}

/* Candidato Styles */
.candidate-section[b-jewnjbpdav] {
    background: linear-gradient(to bottom right, #4CAF50, #45a049);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.candidate-content[b-jewnjbpdav] {
    position: relative;
    z-index: 2;
}

.candidate-title[b-jewnjbpdav] {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.candidate-text[b-jewnjbpdav] {
    font-size: 1.25rem;
    max-width: 90%;
    line-height: 1.5;
}

.candidate-image[b-jewnjbpdav] {
    position: relative;
    z-index: 1;
    background-image: url('../images/candidate-image.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    min-height: 400px;
}

/* Button Styles */
.btn-primary.btn-empresa[b-jewnjbpdav],
.btn-primary.btn-candidato[b-jewnjbpdav],
.btn-primary.btn-cadastrar[b-jewnjbpdav] {
    background-color: #4CAF50;
    border-color: #4CAF50;
    border-radius: 30px;
    padding: 12px 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-decoration: none;
}

    .btn-primary.btn-empresa:hover[b-jewnjbpdav],
    .btn-primary.btn-candidato:hover[b-jewnjbpdav],
    .btn-primary.btn-cadastrar:hover[b-jewnjbpdav] {
        background-color: #45a049;
        border-color: #45a049;
        transform: translateY(-2px);
        box-shadow: 0 6px 8px rgba(0,0,0,0.15);
    }

.btn-primary.btn-cadastrar[b-jewnjbpdav] {
    background-color: #005A87;
    border-color: #005A87;
}

    .btn-primary.btn-cadastrar:hover[b-jewnjbpdav] {
        background-color: #00496E;
        border-color: #00496E;
    }

/* Responsive Adjustments */
@media (max-width: 992px) {
    .hero-title[b-jewnjbpdav],
    .candidate-title[b-jewnjbpdav] {
        font-size: 2.5rem;
    }

    .hero-image[b-jewnjbpdav],
    .candidate-image[b-jewnjbpdav] {
        margin-top: 3rem;
        justify-content: center;
        background-position: center;
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .hero-title[b-jewnjbpdav],
    .candidate-title[b-jewnjbpdav] {
        font-size: 2rem;
    }

    .hero-text[b-jewnjbpdav],
    .candidate-text[b-jewnjbpdav] {
        font-size: 1.1rem;
    }

    .landing-header .logo-oportunidades img[b-jewnjbpdav],
    .landing-header .logo-faetec img[b-jewnjbpdav],
    .landing-header .logo-governo img[b-jewnjbpdav] {
        max-height: 40px;
    }
}

@media (max-width: 576px) {
    .hero-buttons[b-jewnjbpdav],
    .candidate-buttons[b-jewnjbpdav] {
        flex-direction: column;
    }

        .hero-buttons .btn[b-jewnjbpdav],
        .candidate-buttons .btn[b-jewnjbpdav] {
            width: 100%;
        }
}

/* Company Section Styles */
.company-section[b-jewnjbpdav] {
    background: linear-gradient(to bottom right, #006989, #0099CC);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.company-content[b-jewnjbpdav] {
    position: relative;
    z-index: 2;
}

.company-title[b-jewnjbpdav] {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.company-text[b-jewnjbpdav] {
    font-size: 1.25rem;
    max-width: 90%;
    line-height: 1.5;
}

.company-image[b-jewnjbpdav] {
    position: relative;
    z-index: 1;
    background-image: url('../images/company-image.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    min-height: 400px;
}

.btn-primary.btn-anunciar[b-jewnjbpdav] {
    background-color: #4CAF50;
    border-color: #4CAF50;
    border-radius: 30px;
    padding: 12px 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

    .btn-primary.btn-anunciar:hover[b-jewnjbpdav] {
        background-color: #45a049;
        border-color: #45a049;
        transform: translateY(-2px);
        box-shadow: 0 6px 8px rgba(0,0,0,0.15);
    }

/* Responsive adjustments for company section */
@media (max-width: 992px) {
    .company-title[b-jewnjbpdav] {
        font-size: 2.5rem;
    }

    .company-image[b-jewnjbpdav] {
        margin-top: 3rem;
        justify-content: center;
        background-position: center;
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .company-title[b-jewnjbpdav] {
        font-size: 2rem;
    }

    .company-text[b-jewnjbpdav] {
        font-size: 1.1rem;
    }

    .company-buttons[b-jewnjbpdav] {
        flex-direction: column;
    }

        .company-buttons .btn[b-jewnjbpdav] {
            width: 100%;
        }
}
/* _content/ConectaFAETEC.Gestao.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2jfgk0pc9u] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* faz o layout ocupar toda a altura da tela */
}

main[b-2jfgk0pc9u] {
    flex: 1;
    background: #1f6297;
    padding-bottom: 100px; /* já citado acima */
}

.sidebar[b-2jfgk0pc9u] {
    background-image: linear-gradient(180deg, #0d1b4c 0%, #1d3557 50%, #2a5298 90%);
}


.top-row[b-2jfgk0pc9u] {
    background-image: linear-gradient(90deg, #ffffff 0%, #f0f0f0 50%, #e0e0e0 100%);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}


    .top-row[b-2jfgk0pc9u]  a, .top-row[b-2jfgk0pc9u]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-2jfgk0pc9u]  a:hover, .top-row[b-2jfgk0pc9u]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-2jfgk0pc9u]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640px) {
    .top-row[b-2jfgk0pc9u] {
        justify-content: space-between;
    }

        .top-row[b-2jfgk0pc9u]  a, .top-row[b-2jfgk0pc9u]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-2jfgk0pc9u] {
        flex-direction: row;
    }

    .sidebar[b-2jfgk0pc9u] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2jfgk0pc9u] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-2jfgk0pc9u]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-2jfgk0pc9u], article[b-2jfgk0pc9u] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-2jfgk0pc9u] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-2jfgk0pc9u] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

footer[b-2jfgk0pc9u] {
    background-color: #fff;
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 15px;
    flex-wrap: wrap;
}

.footer-logo[b-2jfgk0pc9u] {
    height: 45px;
    max-width: 100%;
    object-fit: contain;
}

.footer-social-icons[b-2jfgk0pc9u] {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .footer-social-icons img[b-2jfgk0pc9u] {
        height: 28px;
        width: 28px;
        object-fit: contain;
    }

/* ----------- RESPONSIVO PARA CELULARES ----------- */
@media (max-width: 640px) {
    footer[b-2jfgk0pc9u] {
        position: absolute;
        height: auto;
        flex-direction: column;
        padding: 10px;
    }

    .footer-logo[b-2jfgk0pc9u] {
        height: 40px;
        max-width: 100%;
        object-fit: contain;
    }

    .footer-social-icons[b-2jfgk0pc9u] {
        justify-content: center;
        gap: 15px;
    }

        .footer-social-icons img[b-2jfgk0pc9u] {
            height: 18px;
            width: 18px;
        }
}

.header[b-2jfgk0pc9u] {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    padding: 0;
    margin: 0;
    padding-left: 23%;
}

    .header img[b-2jfgk0pc9u] {
        max-height: 90%;
        max-width: 100%;
        object-fit: contain;
        display: block;
        margin: 0;
        padding: 0;
    }

.logo-link[b-2jfgk0pc9u] {
    height: 45px;
    max-width: 100%;
    object-fit: contain;
    align-items: center;
}

@media (max-width: 1130px) {
    .header[b-2jfgk0pc9u] {
        padding-left: 0; /* encosta mais à esquerda */
        justify-content: flex-start;
        gap: 0;
    }

    .desktop-logo[b-2jfgk0pc9u] {
        height: 45px;
        max-width: 100%;
        max-height: none;
        object-fit: none;
    }
}


@media (max-width: 640px) {
    .desktop-logo[b-2jfgk0pc9u] {
        display: none !important;
    }
}

.content[b-2jfgk0pc9u] {
    margin-bottom: 50px;
}
/* _content/ConectaFAETEC.Gestao.Blazor/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5dj6ldj8yt] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #1f6297;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    /*border: 1px solid rgba(255, 255, 255, 0.1);*/
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='midnightblue' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.nav-scrollable[b-5dj6ldj8yt] {
    background-color: #1f6297;
    margin: -14px;
    margin-bottom: 0;
    padding: 10px;
    padding-bottom:100px;

}
    .navbar-toggler:checked[b-5dj6ldj8yt] {
        background-color: #1f6297;
    }

.navbar-brand[b-5dj6ldj8yt] {
    font-size: 1.1rem;
}

.bi[b-5dj6ldj8yt] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5dj6ldj8yt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5dj6ldj8yt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5dj6ldj8yt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-exclamation-circle-fill[b-5dj6ldj8yt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-exclamation-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4m.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2'/%3E%3C/svg%3E");
}

.bi-award-fill[b-5dj6ldj8yt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-award-fill' viewBox='0 0 16 16'%3E%3Cpath d='m8 0 1.669.864 1.858.282.842 1.68 1.337 1.32L13.4 6l.306 1.854-1.337 1.32-.842 1.68-1.858.282L8 12l-1.669-.864-1.858-.282-.842-1.68-1.337-1.32L2.6 6l-.306-1.854 1.337-1.32.842-1.68L6.331.864z'/%3E%3Cpath d='M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1z'/%3E%3C/svg%3E");
}

.nav-menu-icon[b-5dj6ldj8yt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    color: white;
    font-size: 1.25rem;
    background-size: cover;
}

.nav-item[b-5dj6ldj8yt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5dj6ldj8yt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5dj6ldj8yt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5dj6ldj8yt]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-5dj6ldj8yt]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-5dj6ldj8yt]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-5dj6ldj8yt] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5dj6ldj8yt] {
    display: block;
}

@media (min-width: 640px) {
    .navbar-toggler[b-5dj6ldj8yt] {
        display: none;
    }

    .nav-scrollable[b-5dj6ldj8yt] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.topo[b-5dj6ldj8yt] {
  padding-top: 62px;
}

.fonte[b-5dj6ldj8yt] {
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 640px) {
    .topo[b-5dj6ldj8yt] {
        padding-top: 62px;
        padding: 5px;
        box-shadow: 0px -2px 10px rgba(0, 0, 0, 5); /* sombra leve e esfumada para baixo */
        /*position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;*/ /* pra ficar acima dos outros elementos */
    }
}

.logo-oportunidades[b-5dj6ldj8yt]{
    display: none;
}
.logofaetec[b-5dj6ldj8yt]{
    display: none;
}

.logo-oportunidades .logo-img[b-5dj6ldj8yt] {
    max-width: 190px;
    padding-left: 20px;
    padding-top: 10px;
    height: auto;
}

.logo-faetec-img[b-5dj6ldj8yt] {
    max-width: 330px;
    height: auto;
    padding-left: 30px;
    padding-top: 10px;
    object-fit: contain;
}

.logout-btn[b-5dj6ldj8yt] {
    border: 1px solid white;
    border-radius: 10px;
    color: white;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

    .logout-btn:hover[b-5dj6ldj8yt] {
        background-color: rgba(255, 255, 255, 0.3); /* fundo esbranqui�ado semi-transparente */
        color: white;
    }


@media (max-width: 640px) {
    .nav-scrollable[b-5dj6ldj8yt] {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 1);
        padding-bottom: 20px;
        margin: 0 !important;
        border-bottom: 2px solid #164b75; /* linha no final */
        background-color: #1f6297;
    }
}



/* Exibe s� quando a largura for menor que 640px */
@media (max-width: 640px) {
    .logo-oportunidades[b-5dj6ldj8yt]{
        display: block;
        max-width: 100%;
        height: auto;
    }
    .logofaetec[b-5dj6ldj8yt]{
        display: block;
        max-width: 100%;
        height: auto;
    }
}
/* _content/ConectaFAETEC.Gestao.Blazor/Components/Layout/RedirectPageLayout.razor.rz.scp.css */
/* Add scroll-margin-top to account for fixed headers */
section[id][b-son86p93n9] {
    scroll-margin-top: 85px; /* Adjust based on header height */
}

/* Landing Page Styles */
html[b-son86p93n9] {
    scroll-behavior: smooth; /* Habilita o scroll suave em todo o documento */
}

body[b-son86p93n9] {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

.landing-page[b-son86p93n9] {
    font-family: 'Segoe UI', Arial, sans-serif;
    overflow-x: hidden;
    padding-top: 80px; /* Espaço para o header fixo */
}

/* Header Styles - Fixed */
.fixed-header[b-son86p93n9] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.logo-oportunidades img[b-son86p93n9] {
    max-height: 60px;
}

.logo-faetec img[b-son86p93n9], .logo-governo img[b-son86p93n9] {
    max-height: 50px;
}

.btn-menu[b-son86p93n9] {
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
}

/* Section Fullheight */
.section-fullheight[b-son86p93n9] {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Hero Section Styles */
.landing-hero[b-son86p93n9] {
    background: linear-gradient(to bottom right, #00587A, #0078A8);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

    .landing-hero[b-son86p93n9]::after {
        content: '';
        position: absolute;
        bottom: -5%;
        right: -10%;
        width: 65%;
        height: 120%;
        background-image: url('../images/hero-bg-wave.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
        z-index: 0;
        opacity: 0.3;
    }

.hero-content[b-son86p93n9] {
    position: relative;
    z-index: 2;
}

.hero-title[b-son86p93n9] {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-text[b-son86p93n9] {
    font-size: 1.25rem;
    max-width: 90%;
    line-height: 1.5;
}

.hero-image[b-son86p93n9] {
    position: relative;
    z-index: 1;
    background-image: url('../images/people-handshake.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    min-height: 400px;
}

/* Candidato Styles */
.candidate-section[b-son86p93n9] {
    background: linear-gradient(to bottom right, #4CAF50, #45a049);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.candidate-content[b-son86p93n9] {
    position: relative;
    z-index: 2;
}

.candidate-title[b-son86p93n9] {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.candidate-text[b-son86p93n9] {
    font-size: 1.25rem;
    max-width: 90%;
    line-height: 1.5;
}

.candidate-image[b-son86p93n9] {
    position: relative;
    z-index: 1;
    background-image: url('../images/candidate-image.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    min-height: 400px;
}

/* Button Styles */
.btn-primary.btn-empresa[b-son86p93n9],
.btn-primary.btn-candidato[b-son86p93n9],
.btn-primary.btn-cadastrar[b-son86p93n9] {
    background-color: #4CAF50;
    border-color: #4CAF50;
    border-radius: 30px;
    padding: 12px 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-decoration: none;
}

    .btn-primary.btn-empresa:hover[b-son86p93n9],
    .btn-primary.btn-candidato:hover[b-son86p93n9],
    .btn-primary.btn-cadastrar:hover[b-son86p93n9] {
        background-color: #45a049;
        border-color: #45a049;
        transform: translateY(-2px);
        box-shadow: 0 6px 8px rgba(0,0,0,0.15);
    }

.btn-primary.btn-cadastrar[b-son86p93n9] {
    background-color: #005A87;
    border-color: #005A87;
}

    .btn-primary.btn-cadastrar:hover[b-son86p93n9] {
        background-color: #00496E;
        border-color: #00496E;
    }

/* Responsive Adjustments */
@media (max-width: 992px) {
    .hero-title[b-son86p93n9],
    .candidate-title[b-son86p93n9] {
        font-size: 2.5rem;
    }

    .hero-image[b-son86p93n9],
    .candidate-image[b-son86p93n9] {
        margin-top: 3rem;
        justify-content: center;
        background-position: center;
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .hero-title[b-son86p93n9],
    .candidate-title[b-son86p93n9] {
        font-size: 2rem;
    }

    .hero-text[b-son86p93n9],
    .candidate-text[b-son86p93n9] {
        font-size: 1.1rem;
    }

    .landing-header .logo-oportunidades img[b-son86p93n9],
    .landing-header .logo-faetec img[b-son86p93n9],
    .landing-header .logo-governo img[b-son86p93n9] {
        max-height: 40px;
    }
}

@media (max-width: 576px) {
    .hero-buttons[b-son86p93n9],
    .candidate-buttons[b-son86p93n9] {
        flex-direction: column;
    }

        .hero-buttons .btn[b-son86p93n9],
        .candidate-buttons .btn[b-son86p93n9] {
            width: 100%;
        }
}

/* Company Section Styles */
.company-section[b-son86p93n9] {
    background: linear-gradient(to bottom right, #006989, #0099CC);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.company-content[b-son86p93n9] {
    position: relative;
    z-index: 2;
}

.company-title[b-son86p93n9] {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.company-text[b-son86p93n9] {
    font-size: 1.25rem;
    max-width: 90%;
    line-height: 1.5;
}

.company-image[b-son86p93n9] {
    position: relative;
    z-index: 1;
    background-image: url('../images/company-image.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    min-height: 400px;
}

.btn-primary.btn-anunciar[b-son86p93n9] {
    background-color: #4CAF50;
    border-color: #4CAF50;
    border-radius: 30px;
    padding: 12px 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

    .btn-primary.btn-anunciar:hover[b-son86p93n9] {
        background-color: #45a049;
        border-color: #45a049;
        transform: translateY(-2px);
        box-shadow: 0 6px 8px rgba(0,0,0,0.15);
    }

/* Responsive adjustments for company section */
@media (max-width: 992px) {
    .company-title[b-son86p93n9] {
        font-size: 2.5rem;
    }

    .company-image[b-son86p93n9] {
        margin-top: 3rem;
        justify-content: center;
        background-position: center;
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .company-title[b-son86p93n9] {
        font-size: 2rem;
    }

    .company-text[b-son86p93n9] {
        font-size: 1.1rem;
    }

    .company-buttons[b-son86p93n9] {
        flex-direction: column;
    }

        .company-buttons .btn[b-son86p93n9] {
            width: 100%;
        }
}
/* _content/ConectaFAETEC.Gestao.Blazor/Pages/Login.cshtml.rz.scp.css */
body[b-3c76d8sac5], html[b-3c76d8sac5] {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* ===== fundo com gradiente ===== */
.login-page[b-3c76d8sac5] {
    width: 100%;
    height: 100vh; /* melhor para centralizar verticalmente */
    display: flex;
    flex-direction: column; /*ESSENCIAL*/
    align-items: center;
    justify-content: center;
    background-image: url('/Fundo/fundogeaf1.png');
}

/* ===== wrapper do card ===== */
.login-card-wrapper[b-3c76d8sac5] {
    width: 90%;
    max-width: 320px; /* Reduzido em ~25% de 380px */
    padding: 1rem;
    animation: fade-in 0.8s ease-out both;
}

@@keyframes fade-in {
    from[b-3c76d8sac5] {
        opacity: 0;
        transform: translateY(10px);
    }

    to[b-3c76d8sac5] {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== estilo do card ===== */
.login-card[b-3c76d8sac5] {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #e0e9f5 100%);
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 40px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ===== avatar do usuário ===== */
.login-avatar[b-3c76d8sac5] {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.login-avatar-icon[b-3c76d8sac5] {
    width: 70px;
    height: 70px;
    background-color: #1f4064;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.avatar-content[b-3c76d8sac5] {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23e0e9f5' d='M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-circle[b-3c76d8sac5] {
    position: absolute;
    border: 1px solid rgba(31, 64, 100, 0.2);
    border-radius: 50%;
}

.circle-1[b-3c76d8sac5] {
    width: 85px;
    height: 85px;
}

.circle-2[b-3c76d8sac5] {
    width: 100px;
    height: 100px;
}

.circle-3[b-3c76d8sac5] {
    width: 115px;
    height: 115px;
}

/* ===== inputs com ícones ===== */
.input-container[b-3c76d8sac5] {
    width: 100%;
    max-width: 250px;
    margin-bottom: 15px;
}

.input-group[b-3c76d8sac5] {
    display: flex;
    width: 100%;
    height: 36px; /* Reduzido em ~7% de 45px */
    border-radius: 25px;
    overflow: hidden;
    background-color: #304c6e;
}

.input-icon[b-3c76d8sac5] {
    flex: 0 0 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f4064;
}

.input-icon-user[b-3c76d8sac5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

.input-icon-lock[b-3c76d8sac5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M144 144v48H304V144c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192V144C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

.form-control[b-3c76d8sac5] {
    flex-grow: 1;
    height: 100%;
    padding: 0 15px;
    border: none;
    background-color: #304c6e;
    color: #fff;
    outline: none;
    min-width: 0;
}

    .form-control[b-3c76d8sac5]::placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    .form-control:focus[b-3c76d8sac5] {
        box-shadow: 0 0 5px rgba(2, 114, 167, 0.6);
    }

/* ===== lembrar-me ===== */
.remember-me[b-3c76d8sac5] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 280px;
    margin-bottom: 20px;
    color: #1f4064;
    font-size: 14px;
}

    .remember-me input[b-3c76d8sac5] {
        margin-right: 8px;
    }

/* ===== botão de login ===== */
.btn-login[b-3c76d8sac5] {
    background-color: #013953;
    color: #fff;
    border-radius: 25px;
    height: 38px;
    width: 100px;
    font-weight: 500;
    border: none;
    transition: background-color 0.3s;
}

.validation-error[b-3c76d8sac5] {
    color: #e50000;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
}

.alert-danger[b-3c76d8sac5] {
    transition: all 0.4s ease;
    border-radius: 10px;
    font-weight: bold;
}

.btnfos[b-3c76d8sac5] {
    color: #0272a7;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    max-width: 160px;
    margin: 0 auto 2em;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    border-color: transparent; /* Faz a borda desaparecer durante a transição */
    transition: all 0.5s ease; /* Ajuste da transição */
    font-weight: bold; /* Font style similar to select */
    letter-spacing: .15em; /* Letter spacing similar to select */
}

.btnfos-1[b-3c76d8sac5] {
    font-weight: 400;
}

    .btnfos-1 svg[b-3c76d8sac5] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 45px;
    }

    .btnfos-1 rect[b-3c76d8sac5] {
        fill: none;
        stroke: #0272a7;
        stroke-width: 1;
        stroke-dasharray: 422, 0;
        transition: stroke-width 0.5s ease, stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
    }

    .btnfos-1:hover[b-3c76d8sac5] {
        background: rgba(225, 51, 45, 0);
        letter-spacing: .15em; /* Letter spacing similar to select */
        font-weight: bold; /* Font style similar to select */
        color: #0272a7; /* Garante que a cor do texto permanece branca */
    }

        .btnfos-1:hover rect[b-3c76d8sac5] {
            stroke-width: 5;
            stroke-dasharray: 15, 310;
            stroke-dashoffset: 48;
        }

/* ==== Link de Esqueci senha ====*/
.esqueci-senha-link[b-3c76d8sac5] {
    color: #0272a7;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

    .esqueci-senha-link:hover[b-3c76d8sac5] {
        color: #014f73;
        text-decoration: underline;
    }
