/* =========================================================
   Nueva vista pública Empléate - Login
   Este archivo puede cargarse globalmente porque todo queda
   encapsulado bajo body.empleate-login-template
   ========================================================= */


/* =========================================================
   Reset del layout padre
   ========================================================= */

body.empleate-login-template {
    margin: 0;
    padding: 0;
    background: #eef3f6;
    overflow-x: hidden;
}

body.empleate-login-template .login-logo {
    display: none !important;
}

body.empleate-login-template .login-content {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
}

body.empleate-login-template .login-form {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

body.empleate-login-template .sufee-login {
    min-height: 100vh;
    display: block !important;
}

body.empleate-login-template .sufee-login > .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Reset para evitar que .login-form .btn del template afecte los botones nuevos */
body.empleate-login-template .login-form .btn {
    width: auto;
    text-transform: none;
    font-size: inherit;
    padding: .375rem .75rem;
    border: 1px solid transparent;
}


/* =========================================================
   Estructura general
   ========================================================= */

body.empleate-login-template .empleate-login-page {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    margin-left: 0;
    margin-right: 0;
    background: #eef3f6;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

body.empleate-login-template {
    overflow-x: hidden;
}

body.empleate-login-template .sufee-login {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body.empleate-login-template .login-content {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden;
}

body.empleate-login-template .login-form {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
}

body.empleate-login-template .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

body.empleate-login-template .empleate-main {
    flex: 1;
}


/* =========================================================
   Panel informativo
   ========================================================= */

body.empleate-login-template .empleate-info-section {
    min-height: calc(100vh - 120px);
    padding: 60px 45px 45px;
    background: #f4f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.empleate-login-template .empleate-info-content {
    width: 100%;
    max-width: 820px;
    text-align: center;
}

body.empleate-login-template .empleate-info-title {
    color: #4f6f89;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 18px;
}

body.empleate-login-template .empleate-info-description {
    color: #1f2d3d;
    font-size: 17px;
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto 42px;
}


/* =========================================================
   Cards informativas
   ========================================================= */

body.empleate-login-template .empleate-card {
    background: #ffffff;
    border-radius: 12px;
    border-top: 5px solid #800080;
    padding: 30px 28px;
    min-height: 185px;
    margin-bottom: 26px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: pointer;
}

body.empleate-login-template .empleate-card h5 {
    color: #800080;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 16px;
}

body.empleate-login-template .empleate-card p {
    color: #111111;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 0;
}

body.empleate-login-template .empleate-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
}

body.empleate-login-template .empleate-card:active {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   Panel de login
   ========================================================= */

body.empleate-login-template .empleate-login-section {
    min-height: calc(100vh - 120px);
    background: #ffffff;
    padding: 45px 42px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.empleate-login-template .empleate-login-box {
    width: 100%;
    max-width: 360px;
}

body.empleate-login-template .empleate-logo {
    text-align: center;
    margin-bottom: 28px;
}

body.empleate-login-template .empleate-logo img {
    width: 100%;
    max-width: 313px;
    height: auto;
}

body.empleate-login-template .empleate-login-title {
    color: #000000;
    font-size: 27px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

body.empleate-login-template .empleate-divider {
    margin-top: 0;
    margin-bottom: 18px;
}


/* =========================================================
   Formulario
   ========================================================= */

body.empleate-login-template .empleate-label {
    color: #777777 !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
}

body.empleate-login-template .empleate-label i {
    margin-right: 6px;
    color: #800080;
    font-size: 14px;
}

body.empleate-login-template .empleate-control {
    height: 36px;
    border: 1px solid #d4dbe2;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

body.empleate-login-template .empleate-control:focus {
    border-color: #800080;
    box-shadow: 0 0 0 0.12rem rgba(128, 0, 128, 0.18);
}

body.empleate-login-template .empleate-password-btn {
    min-width: 42px;
    width: 42px !important;
    border: 1px solid #d4dbe2;
    background: #f1f3f5;
    color: #7b8794;
    padding: 0 !important;
    border-radius: 0 4px 4px 0 !important;
}

body.empleate-login-template .empleate-password-btn:hover {
    background: #e9ecef;
    color: #800080;
}

body.empleate-login-template .empleate-password-btn:focus {
    box-shadow: none;
    outline: none;
}

body.empleate-login-template .empleate-forgot {
    display: inline-block;
    color: #ff3045;
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
    text-decoration: none;
}

body.empleate-login-template .empleate-forgot:hover,
body.empleate-login-template .empleate-forgot:focus {
    color: #800080;
    text-decoration: none;
}

body.empleate-login-template .empleate-btn-login {
    width: 100% !important;
    height: 45px;
    margin-top: 10px;
    background: #800080;
    border: 1px solid #800080;
    border-radius: 12px !important;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 !important;
}

body.empleate-login-template .empleate-btn-login:hover,
body.empleate-login-template .empleate-btn-login:focus {
    background: #690069;
    border-color: #690069;
    color: #ffffff;
    box-shadow: none;
}


/* =========================================================
   Registro y guía
   ========================================================= */

body.empleate-login-template .empleate-register {
    margin-top: 30px;
    text-align: center;
}

body.empleate-login-template .empleate-register p {
    color: #888888;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

body.empleate-login-template .empleate-register a {
    color: #ff3045;
    text-decoration: none;
}

body.empleate-login-template .empleate-register a:hover,
body.empleate-login-template .empleate-register a:focus {
    color: #800080;
    text-decoration: none;
}

body.empleate-login-template .empleate-guide-link {
    display: inline-block;
    color: #ff3045;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline !important;
    margin-bottom: 18px;
    transition: color 0.25s ease, transform 0.25s ease;
}

body.empleate-login-template .empleate-guide-link i {
    margin-right: 6px;
}

body.empleate-login-template .empleate-guide-link:hover,
body.empleate-login-template .empleate-guide-link:focus {
    color: #800080;
    text-decoration: underline !important;
    transform: translateY(-2px);
}

body.empleate-login-template .empleate-status {
    margin-top: 30px;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}


/* =========================================================
   Contacto
   ========================================================= */

body.empleate-login-template .empleate-contact {
    margin-top: 34px;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
}

body.empleate-login-template .empleate-contact p {
    margin-bottom: 0;
    color: #000000;
}

body.empleate-login-template .empleate-phone-link {
    color: #800080;
    font-weight: 700;
    text-decoration: none;
}

body.empleate-login-template .empleate-phone-link:hover,
body.empleate-login-template .empleate-phone-link:focus {
    color: #ff3045;
    text-decoration: underline;
}

body.empleate-login-template .empleate-info-title {
    color: #4f6f89;
    font-size: 39px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    text-align: center;
}

body.empleate-login-template .empleate-title-logo {
    height: auto;
    width: 15%;
    display: inline-block;
    margin-bottom: 19px;
}

/* =========================================================
   reCAPTCHA
   ========================================================= */

body.empleate-login-template .empleate-recaptcha {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}


/* =========================================================
   Footer
   ========================================================= */

body.empleate-login-template .empleate-footer {
    background: #4f7189;
    color: #ffffff;
    text-align: center;
    padding: 12px 15px 22px;
}

body.empleate-login-template .empleate-browsers {
    margin-bottom: 7px;
}

body.empleate-login-template .empleate-browser-item {
    display: inline-flex;
    align-items: center;
    margin: 0 7px;
    color: #ffffff;
    font-size: 12px;
}

body.empleate-login-template .empleate-browser-item img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

body.empleate-login-template .empleate-footer-note {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 13px;
}

body.empleate-login-template .empleate-footer-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}


/* =========================================================
   Modales de cards
   ========================================================= */

body.empleate-login-template .empleate-modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

body.empleate-login-template .empleate-modal-header {
    align-items: center;
    justify-content: space-between;
    background: #800080;
    color: #ffffff;
    border-bottom: none;
    padding: 18px 24px;
}

body.empleate-login-template .empleate-modal-header .modal-title {
    font-size: 20px;
    font-weight: 700;
}

body.empleate-login-template .empleate-modal-close {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    padding: 0;
    margin: 0;
}

body.empleate-login-template .empleate-modal-close:hover,
body.empleate-login-template .empleate-modal-close:focus {
    color: #ffffff;
    opacity: 0.85;
}

body.empleate-login-template .empleate-modal-body {
    padding: 26px 28px;
}

body.empleate-login-template .empleate-modal-description {
    color: #333333;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 22px;
}

body.empleate-login-template .empleate-empty-docs {
    background: #f4f7fa;
    border-left: 4px solid #800080;
    color: #333333;
    font-size: 14px;
    padding: 14px 16px;
    margin-bottom: 0;
}

body.empleate-login-template .empleate-pdf-list {
    display: block;
}

body.empleate-login-template .empleate-pdf-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 8px;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 15px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
}

body.empleate-login-template .empleate-pdf-item i {
    color: #b00020;
    font-size: 20px;
    margin-right: 10px;
}

body.empleate-login-template .empleate-pdf-item:hover,
body.empleate-login-template .empleate-pdf-item:focus {
    border-color: #800080;
    color: #800080;
    text-decoration: none;
    transform: translateX(4px);
}

body.empleate-login-template .empleate-modal-footer {
    border-top: 1px solid #edf0f2;
    padding: 15px 24px;
}

body.empleate-login-template .empleate-btn-secondary {
    background: #4f7189;
    border: 1px solid #4f7189;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px !important;
    padding: 8px 20px !important;
}

body.empleate-login-template .empleate-btn-secondary:hover,
body.empleate-login-template .empleate-btn-secondary:focus {
    background: #3f5c72;
    border-color: #3f5c72;
    color: #ffffff;
    box-shadow: none;
}


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 991.98px) {
    body.empleate-login-template .empleate-info-section,
    body.empleate-login-template .empleate-login-section {
        min-height: auto;
    }

    body.empleate-login-template .empleate-login-section {
        padding: 40px 24px;
    }

    body.empleate-login-template .empleate-info-section {
        padding: 45px 24px;
    }

    body.empleate-login-template .empleate-info-title {
        font-size: 27px;
    }

    body.empleate-login-template .empleate-logo img {
        max-width: 250px;
    }
}

@media (max-width: 575.98px) {
    body.empleate-login-template .empleate-login-section {
        padding: 35px 18px;
    }

    body.empleate-login-template .empleate-info-section {
        padding: 38px 18px;
    }

    body.empleate-login-template .empleate-card {
        min-height: auto;
        padding: 24px 22px;
    }

    body.empleate-login-template .empleate-register p {
        font-size: 18px;
    }

    body.empleate-login-template .empleate-browser-item {
        margin-bottom: 8px;
    }

    body.empleate-login-template .empleate-modal-body {
        padding: 22px 20px;
    }
}