 * {
        font-family: 'Montserrat';
        font-style: normal;
    }
.logo-footer img {
    height: 90px;
}

.redes-logo img {
    height: 45px;
}

.buscar-footer img {
    top: 25%;
    left: 1.5%;
}

.list-unstyled li a {
    color: #000000;;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 39px;
    text-align: justify;
    text-decoration: none;
}

.buscar-footer input {
    width: 319px;
    background-color: #EEE;
    padding: 10px 30px 10px 35px; /* Ajusta el padding según sea necesario */
    border: none;
}

.buscar-footer input:focus {
    outline: none;
    box-shadow: inset 0px 0px 12px -3px rgba(0,0,0,0.1);
}

.filters-footer{
    display: none;
}

@media(max-width: 991px) {
    .footer-icons.escritorio {
        display: none !important;
    }
    
    .footer-icons.movil {
        display: flex !important;
    }
}

@media(max-width: 576px){
    .filters-footer{
        display: block;
    }
}
@media(max-width: 390px) {
    .redes-logo img {
    height: 37px;
}
}