.div_reviews_web_footer{
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100%;
    /*border-radius: 15px;*/
}

.text_satisfaccion_garantizada{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 23px;
    font-family: "Source Sans Pro",sans-serif;
}
.text_num_reviews_footer{
    font-size: 22px;
}

.text_total_reviews{
    font-family: "Source Sans Pro",sans-serif;
    margin-top: 5px;
    font-size: 16px;
}

.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{
    color: #558240;
    font-size: 14px;
    font-weight: bold;
}
.img_trusted_trustbadge{
    margin-left: 10px;
}