.highlights-colors {
    background-color: var(--second-color);
    margin-top: -3px;
    /*padding: 75px 0;*/
}

.highlights-colors .highlights-title{
    background: var(--primary-color);
    display: inline-block;
    font-size: 36px;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: -35px;
    margin-top: -35px;
    width: 80%;
    z-index: 200;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
.highlights-colors .highlights-title strong{    
    font-weight: 800;
}

.highlights-colors-boxes {
    display: flex;
}

.highlights-colors-box {
    width: 25%;
    height: 460px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.highlights-colors-box.box-color1 {
    background-image: url(../img/produtos/image_cipatex_produto_casual_fashion_copy.jpg);
}

.highlights-colors-box.box-color2 {
    background-image: url(../img/produtos/image_cipatex_produto_tech_sport_copy.jpg);
}

.highlights-colors-box.box-color3 {
    background-image: url(../img/produtos/image_cipatex_produto_casual_sport_copy.jpg);
}

.highlights-colors-box.box-color4 {
    background-image: url(../img/produtos/image_cipatex_produto_versatille_copy.jpg);
}

@media (max-width: 762px) {
    .highlights-colors{
        padding-top: 160px;
    }
    .highlights-colors .highlights-title{
        margin-bottom: 0;
        margin-top: -120px;
        width: 80%;
    }
    .highlights-colors-boxes {
        flex-direction: column;
        align-items: center;
    }
    .highlights-colors-box {
        width: 100%;
        height: 260px;
    }
    
}