
.highlights .col-sm-4{
    padding-right: 5px;
    padding-left: 5px;
}


#ficha-highlights{
    margin-top: 20px;
    margin-bottom: 40px;
}


.col-imagenes-highlights{
    align-self: center;
}
@media (max-width:768px) {
    .col-imagenes-highlights{
        margin-top: 20px;
    }
}


@media (max-width:768px){

    .col-imagenes-highlights{
        text-align: center;
    }
}


.highlights-mobile{display: none;}
.highlights{
    display: flex;}

.swiper-button-next, .swiper-button-prev{
    background: #62626247 !important;
    height: 60px !important;
    width: 40px!important;

    padding: 30px 20px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 22px!important;
    font-weight: bold!important;
    color: #fff;

}

  @media (max-width:576px) {
    .highlights-mobile{
        display: block;
    margin-top: -35px;
margin-bottom: 50px;
height: 300px;}

    .highlights{
        display: none;}

    .swiper-slide{

        background-size: cover;
        background-repeat: no-repeat;
    }
}


.parts.img-1, .parts.img-2, .parts.img-3{
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   
}


@media (max-width:576px) {
    .parts.img-1, .parts.img-2, .parts.img-3 {
        margin-bottom: 10px!important;
    }
    
    }
    