.resulbuscar{ margin: auto; background: #fff; box-shadow: 1px 5px 4px #c3c3c3; max-height: 400px;
 overflow: overlay;}
.resulbuscar li a { padding: 6px 12px; display: block;   color: #333; }
.resulbuscar li a img {  margin-right: 8px;  width: 42px;  height: 42px;  -webkit-border-radius: 50%;  border-radius: 50%; }
/* Change the link color on hover */
.resulbuscar li:hover { background: #c3c3c3; color: white;}
.resulbuscar li:hover a { color: white;  }

.muro-home {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}
.muro-home #Noticias_Principal {
    width: 47%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
}
.muro-home #Publicidad_Principal {
    width: 25%;
}
.muro-home #Destacados_Principal {
    width: 28%;
}
.muro-home #Destacados_Principal .col-md-12 {
    padding: 0 !important;
}
.muro-home #Destacados_Principal .col-md-12 .widget-user {
    width: 100%;
}

.title-sec-2-home { 
    text-align: center;
    font-weight: 300;
    font-size: 32px;
    color: #000;
    margin: 0;
    padding: 0 10%;
    line-height: 1.2;
    margin-bottom: 20px;
}
.title-sec-2-home strong {
    display: block;
} 
.btn-2-home { 
    margin: 0 0 50px !important;
}
.tiendas-home {
    padding: 70px 15px 60px;
    background: #fff;
}
.tiendas-home .title-sec {
    margin-bottom: 30px;
}
.tiendas-home .widget-user .widget-accions, #Destacados_Principal .widget-user .widget-accions {
    margin: 15px 0 0;
}
.tiendas-home .btn, #Destacados_Principal .btn {
    width: 50%;
    border: 1px solid #00a8ff;
    background: #00a8ff;
    padding: 6px 10px 6px !important;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 !important;
}
.tiendas-home .widget-user .widget-user-stat, #Destacados_Principal .widget-user .widget-user-stat {
    border-top: solid 1px #d8e2e7;
    zoom: 1;
    margin: 0;
}
.tiendas-home .widget-user, #Destacados_Principal .widget-user {
    margin-bottom: 20px;
}
.cards-menu {
    display: none;
}
.cards-negocios {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.cards-negocios .widget-user-photo {
    width: 8%;
    height: initial;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 20px;
}
.cards-negocios .widget-user-photo img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

@media screen and (min-width: 1600px) {



}

@media screen and (max-width: 992px){
    .title-sec {
        font-size: 25px;
        margin: 0px;
        padding: 0 15px;
        line-height: 1.2;
    }
    .seccion-productos {
        padding: 50px 5px 0px;
    }
    .muro-home {
        margin: 30px 0 0;
        flex-direction: column-reverse;
        padding: 0 15px;
        display: none;
    }
    .muro-home #Destacados_Principal {
        width: 100%;
        display: none;
    }
    .muro-home #Noticias_Principal {
        width: 100%;
    }
    .muro-home #Publicidad_Principal {
        width: 100%;
        margin-bottom: 20px;
    }
    .title-sec-2-home {
        font-size: 24px;
        padding: 0 15px;
        display: none;
    }
    .seccion-productos .col-md-12 > a {
        display: none;
    }
    .tiendas-home .title-sec {
        padding-top: 30px;
        margin: 0px 0 24px;
        font-size: 21px;
    }
    .tiendas-home {
        padding: 0px 5px 70px;
    }
    .cards-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0px 5px 20px;
    }
    .cards-menu .slide {
        width: 96% !important;
        padding: 15px;
        margin: 0 2% 0px;
        color: white;
        text-align: center;
        border-radius: 8px;
        font-size: 14px;
        background: #07c1e4;
        box-shadow: 0 0 0;
    }
    .cards-menu .slide span {
        font-weight: bold;
        text-transform: uppercase;
        display: block;
    }
    .cards-menu .slick-arrow, .cards-negocios .slick-arrow {
        display: none !important;
    }
    .cards-negocios .widget-user-photo {
        width: 50px;
        height: 50px;
        margin: 0 5px;
    }
    #bannermobile {
        display: block !important;
        padding: 0 10px;
        width: initial;
        background: transparent;
        box-shadow: 0 0 0;
    }
}