/* -------------------------------
   EMPTY SECTION
-------------------------------- */
.empty-section {
    height: 100vh;
    position: relative;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-dark);
    font-family: Arial, sans-serif;
    padding: 8rem;
}
.emtpy-container{
    text-align: center;
}

.emtpy-container img {
    width: 8vw; /* ajusta el tamaño del logo si hace falta */
    margin-bottom: 20px;
}

.emtpy-container p {
    font-size: 1.2rem;
    color: #333;
}
.footer-section{
    height: 20vh;
}