.text-capitalize{
    text-transform: capitalize!important;
}
.colores{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    
    
    z-index: 10;
}
.colores.colores_horizontal{
    position:inherit;
    flex-direction: row;
    right:unset;
    bottom: unset;
}
.colores li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.colores li img{
    border: 2px solid transparent;
    border-radius: 50%;
    height: 40px!important;
    overflow: hidden;
    width: 40px!important;
}
.colores-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.colores-list li:nth-child(1){
    margin-top: 15px;
    box-sizing: border-box;
}
.colores-list .year{
    font-size: 18px;
    
}
.colores li .active img{
    border: 2px solid #4f4d34;
    padding: 2px;
}
.promo-tit strong, .descpromo1 strong, .descpromo2 strong{
    color: #CC192E;
}

.mini-box .content-box h5{
    margin-bottom: 0px!important;
}
.flex{
    display: flex;
}
.justify-between{
    justify-content: space-between;
}
.years{
    gap:10px;
}
.promo-desc strong{
    color: #cd192d!important;
}
.home-promos strong{
    color: #cd192d!important;
    text-transform: uppercase!important;
}
.years a{
    padding: 6px 20px;
    color: #cd192d;
    border-radius: 1px;
    background-color: transparent;
    border: 2px solid #cd192d;
}
.years a:hover{
    background-color: #cd192d;
    color: #fff;
}
.years a.active{
    border: 2px solid #000;
    color: #fff;
    background-color: #000;
}
@media screen and (max-width: 540px) {
    .colores{
        display: flex;
        justify-content: space-between;
        width: 100%;
        right: 0px;
        bottom: 10%;
        top:unset;
        transform:unset;
        flex-direction: row-reverse;

    }
    .colores-list{
        margin:0px;
        gap: 10px;
    }
    .colores li img{
        width: 30px!important;
        height: 30px!important;
    }
    
}