footer{
    font-family: 'Montserrat', sans-serif;
    padding-top: 6rem;
    padding-bottom: 5rem;
}

footer .iso-logo{
    width: 12rem;
    height: 12rem;
    margin-right: 0rem;
}

footer .logo-footer{
    width: 60%;
    filter: invert(1);
}

footer p{
    font-size: 0.8rem;
}

footer li{
    font-size: 0.8rem;
}


/* ------ RESPONSIVE ------ */

@media (max-width: 1600px) {

    footer p{
        font-size: 0.65rem;
    }
    footer li{
        font-size: 0.65rem;
    }
    footer h5{
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    footer .container{
        text-align: center; /* Centrar el contenido */
    }
    footer li{
        text-align: center;
    }
    footer h5{
        text-align: center;
    }
    .logo-footer{
        width: 40% !important;
    }
    .responsive-footer{
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    footer .d-flex {
        flex-direction: column; /* Apilar elementos */
    }

    footer .responsive-bottom-footer{
        align-items: center !important; /* Centrar contenido */
        text-align: center;
    }

    .iso-logo{
        margin-top: 1rem;
        width: 10rem !important;
        height: 10rem !important;
        height: 8rem;
        margin-right: 0rem;
    }
}