/* Footer */

.footer-2 img{
    max-width: 100%; /* Asegura que la imagen no supere el ancho del contenedor */
    margin: 10px 0; /* Añade un espacio vertical entre las imágenes */
}
.footer-2{
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    justify-content: space-between!important;
    text-align: center!important;
    height: 10%!important;
}

.img-logo-ese {
    width: 100px;
}
.img-logo-nic {
    width: 250px;
}

.footer{
    position: relative;
    /*height: 222px;*/
    min-width: 860px; /* 960px - 50px * 2 */
    /*padding: 0 50px;*/
    /*margin: 1px auto 0 auto;*/
}


.footer p a:hover{
    color: #000;
}

footer{
    background-color: #000;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}



.social-icon i {
    color: #fff;
    font-size: 24px;
    margin-left: 5px;
}

.btn-footer{
    width: 100%;
    height: 50px;
    max-width: 250px;
    color: white;
    background-color: #2a7de1;
}


.footer-copyright{
    font-size: 12px;
    font-style: italic;
    display: inherit;
}

