/* REVIEWS */
#section-form-reclamaweb .reviews {
    /* max-width: 950px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem !important;
    border-top: 5px solid #0073bd;
    padding: 20px;
    position: relative;
}

#section-form-reclamaweb .reviews .wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

#section-form-reclamaweb .reviews .wrapper .heading {
    text-align: center;
    text-transform: uppercase;
    color: #0073bd;
    padding: 10px 20px;
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
    /* font-family: "Nunito", Sans-serif; */
    margin: 0;
}

#section-form-reclamaweb .reviews .review .contentReview {
    height: 250px;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
}

#section-form-reclamaweb .reviews .review .contentReview p {
    display: inline;
}

#section-form-reclamaweb .reviews .review .header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    gap: .5rem;
    margin-bottom: .5rem;
}

#section-form-reclamaweb .reviews .review .header .name {
    font-weight: 800;
}

#section-form-reclamaweb .reviews .review .header .rating {
    font-size: 14px;
    padding: 0 !important;
}

#section-form-reclamaweb .reviews .review .header .rating span {
    color: #dfdfdf;
}

#section-form-reclamaweb .reviews .review .header .rating span.checked {
    color: #F4BF45;
}

#section-form-reclamaweb .reviews .review .content {
    font-size: 14px;
    text-align: justify;
    margin: 0 !important;
}

#section-form-reclamaweb .reviews .review .content div {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#section-form-reclamaweb .reviews .splide__slide {
    margin-right: 50px;
}

#section-form-reclamaweb .reviews .splide__slide__row {
    margin-top: 30px !important;
}

#section-form-reclamaweb .reviews .splide__slide__row:last-child {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

#section-form-reclamaweb .reviews .splide__track {
    padding-top: 30px;
    /* padding-bottom: 30px; */
}

#section-form-reclamaweb .reviews .splide__pagination {
    position: inherit;
}

#section-form-reclamaweb .reviews .rating-info {
    text-align: center;
    margin: 0 0 0;
    width: 100%;
    /* font-family: 'Nunito', sans-serif; */
    display: flex;
    flex-direction: column;
}

#section-form-reclamaweb .reviews .trustpilot-wrapper {
    margin-top: 10px;
    height: 40px;
}

#section-form-reclamaweb .reviews .trustpilot-wrapper .trustpilot-widget {
    height: 40px;
}

#section-form-reclamaweb .reviews .trustpilot-wrapper .trustpilot-widget iframe {
    height: 40px !important;
}

#section-form-reclamaweb .reviews .rating-info .number-rating {
    font-size: 30px;
    font-weight: 800;
}

#section-form-reclamaweb .reviews .rating-info .rating {
    padding: 0;
}

#section-form-reclamaweb .reviews .rating-info .rating span {
    color: #F4BF45;
}

#section-form-reclamaweb .reviews .reviews-slider-wrapper {
    position: relative;
    overflow: hidden;
    color: #333;
    width: 100%;
    height: 100%;
    padding: 0 50px;
}

#section-form-reclamaweb .reviews .reviews-slider-wrapper .splide__arrow--prev {
    left: -48px;
}

#section-form-reclamaweb .reviews .reviews-slider-wrapper .splide__arrow--next {
    right: -48px;
}

#section-form-reclamaweb .reviews .splide__list {
    align-items: flex-start;
}

#section-form-reclamaweb .reviews .splide__pagination__page.is-active {
    background: #005079;
    color: #fff;
}

@media(max-width: 767px) {

    #section-form-reclamaweb .reviews .wrapper .heading {
        font-size: 20px;
    }

    #section-form-reclamaweb .reviews .rating-info .number-rating {
        font-size: 18px;
    }
}

@media(max-width: 991px) {

    #section-form-reclamaweb .reviews .wrapper {
        margin: 0 !important;
    }

    #section-form-reclamaweb .reviews .reviews-slider-wrapper {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #section-form-reclamaweb .reviews .reviews-slider-wrapper .splide__arrow--prev {
        left: 1rem;
    }

    #section-form-reclamaweb .reviews .reviews-slider-wrapper .splide__arrow--next {
        right: 1rem;
    }
}