.logo img{
    height: 130px;
}
.boton_slide{
    width: auto!important;
}
@media (max-width: 768px){
    .logo img{
        height: 70px;
    }
    .owl-slider-content .item .title {
        line-height: 1;
        margin-bottom: 15px;
        font-size: 25px;
        font-weight: bold;
    }
    .owl-dots-local .owl-dots {
        position: absolute;
        z-index: 5;
        bottom: 4px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        display: flex;
        align-items: center;
        height: 32px;
    }
    .boton_slide{
        width: auto!important;
        font-size: 14px;
        height: 30px;
        line-height: 31px;
    }
}
