.div_reviews_web_footer{
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    align-items: center;
    /*border-radius: 15px;*/
}

.text_satisfaccion_garantizada{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 23px;
}
.text_num_reviews_footer{
    font-size: 22px;
}

.text_total_reviews{
    font-size: var(--cml-body-sub-size);
    font-weight: 300;
}

.stars_review_median{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 0px;
    z-index: 1;
    margin-right: 5px;
}

.img_review_trustbadge_footer {
    display: block !important;
    height: 24px;
    width: 100px;
}

.color_stars_gray_footer{
    position: absolute;
    z-index:-2;
    background: #eeeef0;
}
.color_stars_percentage_footer{
    position: absolute;
    z-index:-1;
    background: #e4862f;
}

.div_review_median{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.trustbadge_verified_div{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    align-self: center;
/*    margin-bottom: 23px;
    margin-top: 10px;*/
}
.text_trustbadge_verified{
    font-size: var(--cml-body-sub-size);
    font-weight: 300;
}
.img_trusted_trustbadge{
    margin-left: 10px;
}

.reviews_last {
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: center;
}

.reviews_last_separator {
    font-size: 18px;
}

@media (max-width: 600px) {
    
    .reviews_last {
        flex-direction: column;
        gap: 0px;
    }
    
    .reviews_last_separator {
        display: none;
    }
    
    
}