.ui-widget-header{
    border: 1px solid #fff!important;
    background: #014785!important;
    color: #fff!important;
}
.ui-state-highlight{
    border: 1px solid #8d9ead!important;
    background: #4bb7d1!important;
}
.ui-state-active{
    border: 1px solid #9f9f9f!important;
    color: #014785!important;
}
.ui-state-hover, .ui-state-focus {
    border: 1px solid #ababab!important;
    background: #fff!important;
    color: #014785!important;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(//download.jqueryui.com/themeroller/images/ui-icons_000_256x240.png)!important;
}

.item-banner{
    width: 100%; 
    height:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center center;
}
.li-banner{
    width: 500px;
    height: 250px;
    /* padding: 10px; */
}
.ul-banner{
    display: flex;
    justify-content: center;
    align-items: center
}

.ofertas_recomendadas{
    color: #004785;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

.banners_slider{
    margin: 20px 0 25px 0;
}

@media (max-width: 768px) {
    .ofertas_recomendadas{
        font-size: 1.4em;
        font-weight: 500;
    }
}
@media (max-width: 480px) {
    .ofertas_recomendadas{
        font-size: 1.2em;
    }
}