.separador {
    width: 150px;
    height: 1px;
    display: block;
    box-shadow: 0px 0px 10px rgba(1, 187, 209, 0.5);
    background: #01BBD1;
    content: "";
}

.cite {
    font-style: italic;
    font-size: 1rem;
    color: #A4A4A4;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    line-height: 1.7em;
    margin-bottom: 40px;
}

.cite-simbol {
    font-size: 10rem;
    font-family: 'agrandirwide_light', sans-serif;
    color: #01BBD1;
    text-shadow: 0px 0px 10px rgba(1, 187, 209, 0.5);
    position: relative;
}

.reviews-simbol {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.reviews-simbol h6{
    font-size: 1.5rem;
    color: #01BBD1;
    text-shadow: 0px 0px 10px rgba(1, 187, 209, 0.5);
    line-height: 1.2em;
}

.reviews-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.reviews-title h4{
    flex: 1;
}

.info{
    color: #A4A4A4;
    font-size: 1.125rem;
    text-transform: uppercase;
}

.box-review {
    background: #1E1E1E;
    border-radius: 40px;
    padding: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.box-grid-review {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.reviews-star {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media only screen and  (min-width: 526px)  and  (max-width: 725px) {
    .info-review {
        display: none;
    }

    .separador {
        width: 75px;
    }

    
.box-grid-review {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


}

@media only screen and  (max-width: 525px) {
    .info-review {
        display: none;
    }

    .separador {
        width: 50px;
    }

    
.box-grid-review {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.box-review {
    padding: 20px;
}

.reviews-simbol {
    grid-gap: 10px;
}

}