footer{
    background: #ef7523;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    margin-top: 50px;
    
}
.uesca{
   height: 230px;
}

.footer-item{
    background: #ef7523 !important;
    border: none;
    text-align: center;
    height: 200px !important;
    max-width: 350px !important;
    min-width: 200px !important;
    margin: 15px !important;
    color: white;
}

.footer-redes-sociales{
    height: 250px !important;
}
@media screen and (max-width:576px) {
    .footer-item{
        height: 100px !important;
        margin: auto !important;
    }
    .footer-direccion-principal{
        height: 150px !important;
    }
    .footer-redes-sociales{
        height: 200px !important;
    }
}

.footer-imagenes img{
    width: 50px;
    padding-right: 10px !important;
}

footer a{
    text-decoration: none !important;
   display: block;
   text-align: left;

}
