/* Monitor */
@media all and (min-width:1024px){
    footer > div{
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
    }

    .afip{
        order: 1;
        width: auto;
    }

    footer .contacto{
        order: 2;
        
    }
    
    footer .❤{
        order: 3;
        width: var(--eo8);
        height: 100%;
    }
}