.layout-nuevo-root::before,
.layout-nuevo-root::after {
    display: none !important;
}

.layout-nuevo-root {
    background: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.layout-nuevo-header {
    text-align: center;
    padding: 2rem 1rem 1rem;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}


/* Decoración para PC */

@media (min-width: 871px) {
    .layout-nuevo-root {
        background: #fff;
        position: relative;
    }
    .layout-nuevo-header {
        background: #fff;
        border-bottom: none;
        position: relative;
        z-index: 10;
        padding: 1.5rem 1rem 0rem;
        overflow: visible;
    }
    .layout-nuevo-header>* {
        position: relative;
        z-index: 1;
    }
    .layout-nuevo-content {
        position: relative;
        z-index: 1;
    }
}

.wave-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 0;
}

.wave-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 0;
}

@media (max-width: 870px) {
    .wave-left,
    .wave-right {
        display: none;
    }
}

.layout-nuevo-content {
    flex: 1;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    overflow-y: auto;
}


/* Estilos específicos para PC */

@media (min-width: 871px) {
    .layout-nuevo-header img.totem-login-logo {
        width: 140px;
        height: auto;
    }
    .layout-nuevo-header h1.title-primero {
        font-size: 1.4rem;
        margin: 0.5rem 0 0.3rem;
    }
    .layout-nuevo-header {
        padding: 1rem 1rem 0rem !important;
    }
    .layout-nuevo-content {
        font-size: 0.9rem;
    }
    .layout-nuevo-content .rounded {
        font-size: 0.9rem;
    }
    .layout-nuevo-content h2,
    .layout-nuevo-content h3,
    .layout-nuevo-content h4 {
        font-size: 1.1rem;
    }
    .layout-nuevo-content input,
    .layout-nuevo-content select,
    .layout-nuevo-content button {
        font-size: 0.85rem;
    }
    .layout-nuevo-content .form-control {
        padding: 0.5rem 0.75rem;
    }
}

.layout-nuevo-root .btn.solid {
    background: #c33;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 49px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.layout-nuevo-root .btn.solid:hover:not(:disabled) {
    background: #a22;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(204, 51, 51, 0.3);
}

.layout-nuevo-root .btn.solid:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 870px) {
    .layout-nuevo-content {
        transform: translateY(-18vmin) !important;
    }
    .layout-nuevo-header {
        padding: 0rem 1rem 1rem;
        transform: translateY(-11vmin);
        height: 57vmin;
    }
    .layout-nuevo-content {
        padding: 1.5rem 1rem;
    }
}