.img-logo{
    width: 100%;
    max-width: 10rem;
}
.img-logo-footer{
    width: 100%;
    max-width: 16rem;
}
.img-whatsapp-icon{
    width: 5rem !important;
    height: auto !important;
}
.massey-check-list li{
    list-style: none;
    display: flex;
    align-items: center;
}
.theme-massey, .mss-icon-color{
    color: var(--main-color);
}
.uk-navbar-toggle:hover svg{
    color: var(--black-color);
}
.section-boletin .article-intro__image img{
    max-width: 425px;
}
.img_tractor{
    width: 15rem;
}
.img_tractor img{
    position: absolute;
    top: -3rem;
    left: -2rem;
    width: 23vw;
}
.word-break-all{
    word-break: break-all;
}
.support .list-articles-item__img{
    color: #fff;
}
.support:hover .list-articles-item__img, .support:hover .list-articles-item__info .list-articles-item__title, .support:hover .list-articles-item__info .list-articles-item__date{
    color: #000;
}
.massey-bg-sl{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.massey-bg-sl.bg-sl-c{
    background-image: url(../images/sucursales/canas.png);
}
.massey-bg-sl.bg-sl-g{
    background-image: url(../images/sucursales/guapiles.png);
}
.massey-bg-sl.bg-sl-m{
    background-image: url(../images/sucursales/muelle.png);
}
.review-item__box.brands-massey::before{
    background-image: none;
    padding: 0;
    width: 0;
}
.glide__bullets{
    position: absolute;
    z-index: 2;
    bottom: -2rem;
    left: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.glide__bullet{
    background-color: var(--gray-medium-color);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0,0,0,.1);
    box-shadow: 0 0.25em 0.5em 0 rgba(0,0,0,.1);
    margin: 0 0.25em;
}
.glide__bullet--active, .glide__bullet:hover{
    background-color: var(--black-second-color);
    width: 12px;
    height: 12px;
}
/* `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .img-logo {
        width: auto;
        max-width: 7rem;
    }
}