/**
 * ========================================================================
 * ARCHIVO: pages.css
 * PROYECTO: MOTELWEB.VIP
 * VERSIÓN: 1.0.0
 * FECHA DE PRODUCCIÓN: 2026-09-15
 * DESCRIPCIÓN: Estilos de páginas secundarias del comercial (404, términos).
 * ========================================================================
 */

/* === 404 === */
.nxs-404-body {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 50px;
    background: #f4f4f4;
}

.nxs-404-title {
    font-size: 100px;
    margin: 0;
    color: #db8b00;
}

.nxs-404-text {
    font-size: 18px;
}

.nxs-404-link {
    color: #db8b00;
    text-decoration: none;
}

.nxs-404-link:hover {
    text-decoration: underline;
}

/* === Términos y Condiciones === */
.nxs-terms-body {
    background-image: url("");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.nxs-terms-body,
.nxs-terms-html,
.nxs-terms-body .contenedor_black {
    overflow: visible !important;
}

.nxs-terms-body #cboxContent {
    background: none !important;
    color: #fff !important;
    overflow: hidden;
}

.nxs-terms-sticky-menu {
    position: relative;
}

@media print,
screen and (min-width: 64em) {
    .nxs-terms-sticky-menu {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 10;
        max-height: 80vh;
        overflow-y: auto;
        align-self: flex-start;
    }
}