/* CSS CUSTOMIZADO POR CENTRO INFORMÁTICO MILLENIUM */

.nf-form-fields-required {
    display: none !important;
}
div#nf-field-22-wrap .nf-field-description {
    margin-bottom: 14px !important;
}
.glsr .glsr-reviews.review-columns {
    column-gap: 10px !important;
}
.glsr .glsr-reviews.review-columns .glsr-review {
    background-color: #F9F9F9 !important;
    display: block;
    padding: 30px;
	text-align: center;
}
@media only screen and (min-width: 361px) {
    .glsr .glsr-reviews.review-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media only screen and (min-width: 769px) {
    .glsr .glsr-reviews.review-columns {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}
.glsr-review-title h4 {
    font-weight: 600;
}
.glsr-review-rating {
    margin-top: 6px;
}
.glsr-review-author {
    margin-top: 6px;
    font-size: 13px;
}
