.rating {
    display: inline-block;
}
.rating > div {
    width: 15px;
    display: inline-block;
    margin: 0px 2px 10px;
}
#avaliacoes .bigInfo .rating > div {
    width: 25px;
}
.rating > div.full_star svg {
    fill: orange;
}
.point {
    font-size: 60px;
    color: #3e3e3e;
}
.subtitle {
    color: #838383;
    font-size: 14px;
    margin: 0;
}
.my-4 {
    margin: 10px 0;
}
.progress {
    width: 100%;
    max-width: 120px;
    background-color: #ddd;
    height: 5px;
    margin: 0 10px;
}
.progress_bar {
    width: 0%;
    height: 5px;
    background-color: #747474;
}
.comments {
    border-top: 1px solid #e1e1e1;
    /* padding: 20px 0; */
    /* margin: 20px 0; */
}
.commentBox {
    padding: 15px;
    font-size: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.seeMore {
    color: blue;
    cursor: pointer;
    font-size: 13px;
    margin-top: 15px;
}
.indent {
    text-indent: 7px;
}
#showAll {
    width: 100%;
    display: none;
}
#avaliacoes .bigInfo {
    text-align: center;
}
.justify-content-md-start {
    justify-content: center;
}

.modal_title {
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}
.card_depo {
    background-color: #fafafac2;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    flex-direction: column;
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 15px;
    background: url('../img/quote.svg') no-repeat 10px top
}
.card_depo h4 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
}
.card_depo p {
    font-weight: 400;
    font-size: 13px;
    font-style: italic;
    line-height: normal;
    margin-bottom: 10px;
}
.owl-depo {
    margin-bottom: 50px;
}
.owl-depo .owl-prev,
.owl-depo .owl-next {
    font-size: 55px !important;
}

@media screen and (min-width: 768px) {
    #avaliacoes .bigInfo {
        text-align: right;
    }
    .justify-content-md-start {
        justify-content: start;
    }
    .modal_title {
        font-size: 30px;
    }
}