/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 20/12/2025, 1:44:38 p. m.
    Author     : Jorge Mario Izquierdo Negrete
*/

.cx-layer {
    position: fixed;
    inset: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1000;
}

#cx-home {
    opacity: 0;
}

.cx-layer.hidden {
    display: none;
}

#cx-home.visible {
    opacity: 1;
}
