.view-login #sp-main-body,
.view-reset #sp-main-body {
    padding: 50px 0;
    height: 80vh;
}

.view-registration #sp-main-body {
    padding: 50px 0;
}

/* Dejar en mayus en menu */
#sp-menu .sp-megamenu-parent li a {
    text-transform: uppercase;
}

/* Centrar los bloques de servicios */
.vapservicescont {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* ====== FONDO GENERAL ====== */
body.coming-soon-mode {
    background-color: #0b0b0b;
    min-height: 100vh;
}

/* ====== CONTENEDOR PRINCIPAL ====== */
body.coming-soon-mode>.container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* ====== LOGO ====== */
.coming-soon-logo {
    max-width: 260px;
    width: 100%;
    margin-bottom: 40px;
    filter: brightness(0) invert(1);
}

/* ====== CONTENEDOR LOGIN ====== */
.coming-soon-login {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* ====== TARJETA LOGIN ====== */
.coming-soon-login form {
    background: #ffffff;
    padding: 45px 50px;
    border-radius: 6px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    max-width: 520px;
    width: 100%;
}

/* ====== DISTRIBUCIÓN ====== */
.coming-soon-login .row {
    justify-content: space-between;
}

/* ====== INPUT GROUP ICONOS ====== */
.coming-soon-login .input-group-text {
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
}

/* ====== INPUTS ====== */
.coming-soon-login input.form-control {
    border: 1px solid #ccc;
    border-left: none;
    padding: 12px 14px;
    font-size: 15px;
    color: #000;
    background-color: #fff;
}

.coming-soon-login input.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

/* ====== PLACEHOLDER ====== */
.coming-soon-login input::placeholder {
    color: #777;
}

/* ====== BOTÓN ====== */
.coming-soon-login .btn.login {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 12px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.coming-soon-login .btn.login:hover {
    background-color: #fff;
    color: #000;
}

/* Usuario a ancho completo */
.coming-soon-login .col-auto:has(#username) {
    width: 100%;
}

/* ====== ESPACIADO ====== */
.coming-soon-login .col-auto {
    margin-bottom: 15px;
}

/* esconder el tiempo */
.vapempcontactdiv {
    display: none;
}

/*  banner aviso */

.banner-informativo {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.banner-informativo p {
    margin: 0 0 10px;
}

.banner-informativo p:last-child {
    margin-bottom: 0;
}

/* probar */
/* FONDO NEGRO */
body.offline-mode {
    background: #000 !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

/* CONTENEDOR */
body.offline-mode .container {
    max-width: none;
    padding: 0;
}

/* CONTENEDOR LOGIN */
.coming-soon-login {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* LOGO ENCIMA DEL LOGIN */
.coming-soon-login::before {
    content: "";
    display: block;
    width: 180px;
    height: 220px;
    background: url("/images/logo/logo-el-bodegon_1-negro.webp") no-repeat center;
    background-size: contain;
    filter: invert(1);
    margin-bottom: 40px;
}

/* CAJA BLANCA */
.coming-soon-login form {
    background: #fff;
    padding: 30px 40px;
    border-radius: 6px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
}

/* quitar el passkey */
.com-users-login__submit.control-group .plg_system_webauthn_login_button {
    display: none;
}

/* dar color al boton de iniciar sesion */
.com-users-login.login .com-users-login__submit.control-group .btn {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 10px 24px;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* hover */
.com-users-login.login .com-users-login__submit.control-group .btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

/* login con fondo */
body.view-registration,
body.view-login,
body.view-reset,
body.view-remind {
    background-color: #000;
}

/* arreglar telefonofo en pedido */
.iti.iti--allow-dropdown {
    display: flex;
}

.iti__flag-container {
    position: relative;
}

/* quitar la duracion */
.vapcartitemboxoptionsbottom {
    display: none !important;
}

/* modificar el login */
/* FORMULARIO */
.com-users-login__form {
    background-color: #ffff;
    border-radius: 12px 12px 0 0;
    padding: 30px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* LABELS */
.com-users-login__form label {
    font-weight: 500;
}

/* ASTERISCO */
.com-users-login__form .star {
    color: #fff;
}

/* INPUTS */
.com-users-login__form .form-control {
    color: #fff;
    border: 1px solid #333;
    border-radius: 6px;
}

.com-users-login__form .form-control:focus {
    background-color: #000;
    color: #fff;
    border-color: #fff;
    box-shadow: none;
}

/* ERROR */
.has-danger label,
.has-danger .form-control-feedback {
    color: #ff5c5c;
}

.form-control-danger {
    border-color: #ff5c5c;
}

/* BOTÓN MOSTRAR CONTRASEÑA */
.input-password-toggle {
    background-color: #000;
    border: 1px solid #333;
    color: #fff;
}

.form-check-input {
    background-color: #000;
    border: 1px solid #444;
}

/* BOTÓN PASSKEY */
.plg_system_webauthn_login_button {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff;
    transition: all 0.3s ease;
}

.plg_system_webauthn_login_button svg {
    fill: #fff;
}

.plg_system_webauthn_login_button:hover svg {
    fill: #000;
}

/* BOTÓN PRINCIPAL */
.com-users-login__submit .btn-primary {
    background-color: #fff;
    color: #000;
    border: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.com-users-login__submit .btn-primary:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

.com-users-login__options .list-group-item:hover {
    color: #fff;
    text-decoration: underline;
}

/* CONTENEDOR GENERAL */
.com-users-reset.reset {
    background-color: #fff;
    max-width: 520px;
    margin: 60px auto;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* FORMULARIO */
.com-users-reset__form {
    background: transparent;
    border: none;
    padding: 0;
}

/* TEXTO / LEGEND */
.com-users-reset legend {
    color: #111;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 400;
}

/* LABELS */
.com-users-reset label {
    color: #000;
    font-weight: 500;
}

/* ASTERISCO */
.com-users-reset .star {
    color: #000;
}

/* INPUT */
.com-users-reset .form-control {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.com-users-reset .form-control:focus {
    border-color: #000;
    box-shadow: none;
}

/* BOTÓN */
.com-users-reset__submit .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 12px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    width: 100%;
}

.com-users-reset__submit .btn-primary:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

/* MENSAJES DEL SISTEMA */
#system-message-container {
    max-width: 520px;
    margin: 0 auto 20px;
}

#system-message-container .alert {
    border-radius: 6px;
}

.com-users-reset.reset .control-label {
    width: 100%;
}

.com-users-reset.reset .form-horizontal .controls {
    margin-left: 0;
}

/* CONTENEDOR PRINCIPAL */
.com-users-registration.registration {
    background-color: #fff;
    max-width: 680px;
    margin: 60px auto;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

/* FORMULARIO */
.com-users-registration__form {
    background: transparent;
    border: none;
}

/* TÍTULO */
.com-users-registration legend {
    color: #111;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* TEXTO AUXILIAR */
.com-users-registration .text-muted,
.com-users-registration small {
    color: #555;
}

/* LABELS */
.com-users-registration label {
    color: #000;
    font-weight: 500;
}

/* ASTERISCO */
.com-users-registration .star,
.com-users-registration .red {
    color: #000;
}

/* INPUTS */
.com-users-registration .form-control {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.com-users-registration .form-control:focus {
    border-color: #000;
    box-shadow: none;
}

/* BOTÓN MOSTRAR CONTRASEÑA */
.com-users-registration .input-password-toggle {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
}

.com-users-registration .input-password-toggle:hover {
    background-color: #000;
    color: #fff;
}

/* MEDIDOR DE CONTRASEÑA */
.com-users-registration meter {
    width: 100%;
    height: 6px;
    margin-top: 10px;
}

/* BOTÓN REGISTRO */
.com-users-registration__register {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.com-users-registration__register:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

/* MENSAJES DEL SISTEMA */
#system-message-container {
    max-width: 680px;
    margin: 0 auto 20px;
}

#system-message-container .alert {
    border-radius: 6px;
}

.com-users-registration__register.btn {
    width: 100%;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
    .coming-soon-logo {
        max-width: 200px;
        margin-bottom: 30px;
    }

    .coming-soon-login form {
        padding: 30px 25px;
    }

    .coming-soon-login .col-auto {
        width: 100%;
    }

    .coming-soon-login .btn.login {
        width: 100%;
    }
}