#block-caixasegurasaas-theme-views-block-testemunhos-block-1 {
    background-color: #F5F5F5;
    padding-bottom: 3.125rem;
}

#block-caixasegurasaas-theme-views-block-testemunhos-block-1 h2,
.view-testemunhos {
    width: 72.5rem;
    margin: 0 auto;
}

#block-caixasegurasaas-theme-views-block-testemunhos-block-1 h2 {
    font-family: var(--font-family);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.625rem;
    color: var(--main-color);

    padding-top: 5rem;
    margin-bottom: 3.75rem;
}

.view-testemunhos .view-content {
    display: flex;
    gap: 0.625rem;
}

.view-testemunhos .testemunho-item {
    display: flex;
    flex-direction: column;
    padding: 1.875rem;
    border-radius: 1.125rem;
    border: 1.098px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0 4.39px 8.78px 0 rgba(0, 0, 0, 0.02), 0 13.17px 35.121px 0 rgba(0, 0, 0, 0.04);

    max-width: 22.5rem;
    height: 19.375rem;

}

.view-testemunhos .slick-list {
    padding-bottom: 2.375rem;
}

.view-testemunhos .slick-slide {
    margin-right: 0.625rem;
}

.view-testemunhos .slick-slide:last-of-type {
    margin-right: 0;
}

.view-testemunhos .testemunho-bottom {
    margin-top: auto;
    display: flex;
    gap: 1.125rem;
    align-items: center;
}

.view-testemunhos .testemunho-bottom .testemunho-image {
    max-height: 3.3125rem;
}

.view-testemunhos .testemunho-bottom .testemunho-image img {
    width: 3.3125rem;
    height: 3.3125rem;
    border-radius: 0.5487rem;
}

.view-testemunhos .testemunho-bottom .testemunho-image img {
    object-fit: cover;
}

.view-testemunhos .testemunho-bottom .testemunho-people {
    display: flex;
    flex-direction: column;

}

.view-testemunhos .testemunho-bottom .testemunho-people .testemunho-name {
    color: #000;
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%
}

.view-testemunhos .testemunho-bottom .testemunho-people .testemunho-title {
    color: #828282;
    font-family: var(--font-family);
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 140%;
}

.view-testemunhos .testemunho-bottom .testemunho-image:has(img) {
    display: block;
}

.view-testemunhos .testemunho-bottom .testemunho-image {
    display: none;
}

.testemunho-top {   
    color: var(--preto);
    font-family: var(--font-family);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6463rem;
}



.view-testemunhos .slick-dots {
    display: flex;
    gap: 0.625rem;
    justify-content: center;
    align-items: center;
}

.view-testemunhos .slick-dots li {
    margin: 0;
    padding: 0;
    height: 0.75rem;
    width: 0.75rem;
}

.view-testemunhos .slick-dots li button {
    padding: 0;
    height: 100%;
    width: 100%;
    border-radius: 1000%;
    background-color: #828282;
}

.view-testemunhos .slick-dots li button::before {
    content: unset;
}

.view-testemunhos .slick-dots li.slick-active {
    height: 1rem;
    width: 1rem;
}

.view-testemunhos .slick-dots li.slick-active button {
    background-color: #50A7FE;
}


.view-testemunhos .slick-track:before,
.view-testemunhos .slick-track:after {
    content: unset;
}

.view-testemunhos .slick-next {
    right: -1.25rem;
    z-index: 99;
}

.view-testemunhos .slick-prev {
    left: -1.875rem;
    z-index: 99;
}

.view-testemunhos .slick-next,
.view-testemunhos .slick-prev {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 2.5rem;
    width: 2.5rem;
    background-color: #fff;
    border-radius: 1000%;
    padding: 0.625rem;
    box-sizing: border-box;
    box-shadow: 0 4px 4px 0 rgba(174, 174, 174, 0.25);
    border: solid 1px transparent;
    z-index: 10;
    transition: all 0.3s ease;
}

.view-testemunhos .slick-prev::before {
    content: url(../images/chevron.svg);
    transform: rotate(180deg);

}

.view-testemunhos .slick-next::before {
    content: url(../images/chevron.svg);
}

.view-testemunhos .slick-prev::before,
.view-testemunhos .slick-next::before {
    font-size: unset;
    font-family: unset;
    opacity: 1;
    line-height: 0;
}

.view-testemunhos .slick-next:hover,
.view-testemunhos .slick-prev:hover {
    border: solid 1px var(--castanho);
    background-color: var(--castanho);
}


@media (max-width: 1160px) {
    #block-caixasegurasaas-theme-views-block-testemunhos-block-1 h2,
    .view-testemunhos {
        width: 94%;
    }

    .view-testemunhos .slick-next,
    .view-testemunhos .slick-prev {
        top: unset;
    }

    .view-testemunhos .slick-next,
    .view-testemunhos .slick-prev {
        bottom: -3rem;
    }

    .view-testemunhos .slick-prev {
        left: 3.25rem;
    }

    .view-testemunhos .slick-next {
        right: 3.25rem;
    }

    .view-testemunhos .slick-dots {
        bottom: -0.9375rem;
    }

    .view-testemunhos .slick-slide {
        margin-right: 0;
    } 

    .view-testemunhos .views-row .field-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .view-testemunhos .slick-list {
            padding-bottom: 3.125rem;
        }
}