.footer{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #020617;
    border-top: 1px solid #1e293b;
}

.viewport-footer{
    width: 100%;
    max-width: 1440px;
    padding: 25px 20px;
    text-align: center;
}

.viewport-footer p{
    font-size: 0.9rem;
    font-weight: 500;
    color: #777;
}

.viewport-footer a{
    color: var(--color-activo);
    text-decoration: none;
    font-weight: 700;
}

.viewport-footer a:hover{
    text-decoration: underline;
}
