.homeDestaqueDepoimentos {
    padding-top: 8.75rem;
    padding-bottom: 1.25rem
}

.homeDestaqueDepoimentos--header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.homeDestaqueDepoimentos--header-content {
    max-width: 658px
}

.homeDestaqueDepoimentos--header-firstTitle {
    color: #a640ab;
    font-weight: 700;
    font-size: 1rem;
    line-height: 150%
}

.homeDestaqueDepoimentos--header-title {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 130%;
    margin-top: 1.5rem;
    color: #1C1E21;
    font-family: "Chakra Petch", sans-serif
}

@media screen and (min-width:768px) {
    .homeDestaqueDepoimentos--header-title {
        font-size: 1.875rem;
        line-height: 115%
    }
}

@media screen and (min-width:1280px) {
    .homeDestaqueDepoimentos--header-title {
        font-size: 3.75rem;
        line-height: 1
    }
}

.homeDestaqueDepoimentos--header-title span {
    color: #a640ab
}

.homeDestaqueDepoimentos--header-animation {
    display: none;
    position: relative
}

@media screen and (min-width:768px) {
    .homeDestaqueDepoimentos--header-animation {
        display: block;
        width: 100%;
        max-width: 45%;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@media screen and (min-width:1024px) {
    .homeDestaqueDepoimentos--header-animation {
        top: -50px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media screen and (min-width:1280px) {
    .homeDestaqueDepoimentos--header-animation {
        top: 0;
        max-width: 525px
    }
}

.homeDestaqueDepoimentos--header-animation-luz {
    position: absolute;
    top: -110px;
    right: -50px;
    max-width: calc(100% + 100px)
}

.homeDestaqueDepoimentos--header-animation-sombra {
    position: absolute;
    top: 40px;
    right: -40px;
    max-width: 100%;
    animation: seloSombra 5s ease-in-out infinite;
    opacity: .5
}

.homeDestaqueDepoimentos--header-animation-selo {
    position: absolute;
    top: -180px;
    right: 0;
    max-width: 100%;
    animation: seloFloat 5s ease-in-out infinite
}

.homeDestaqueDepoimentos--list {
    margin-top: 3.8125rem;
    display: grid;
    row-gap: 55px;
    grid-template-columns: repeat(1, 1fr)
}

@media screen and (min-width:768px) {
    .homeDestaqueDepoimentos--list {
        margin-top: 7.5rem;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 32px
    }
}

@media screen and (min-width:1024px) {
    .homeDestaqueDepoimentos--list {
        grid-template-columns: repeat(3, 1fr)
    }
}

.homeDestaqueDepoimentos--item {
    position: relative;
    color: #1C1E21
}

.homeDestaqueDepoimentos--item::before {
    z-index: -2;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: #5f45a6;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%)
}

.homeDestaqueDepoimentos--item::after {
    z-index: -2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5f45a6;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%)
}

.homeDestaqueDepoimentos--item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem
}

@media screen and (min-width:1024px) {
    .homeDestaqueDepoimentos--item-header {
        padding: 2rem
    }
}

.homeDestaqueDepoimentos--item-photo {
    width: 40px;
    height: 40px;
    border-radius: 100%
}

.homeDestaqueDepoimentos--item-name {
    font-weight: 700;
    font-size: 1.1875rem;
    line-height: 1;
    color: #fff;
    font-family: "Chakra Petch", sans-serif
}

.homeDestaqueDepoimentos--item-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 1.5rem 2.5625rem;
    width: 100%
}

@media screen and (min-width:1024px) {
    .homeDestaqueDepoimentos--item-body {
        padding: 0 2rem 1.875rem
    }
}

.homeDestaqueDepoimentos--item-body-preview {
    position: relative;
    -webkit-box-ordinal-group: 2;
    order: 1;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: .375rem
}

.homeDestaqueDepoimentos--item-body-preview::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5))
}

.homeDestaqueDepoimentos--item-body-preview::after {
    content: "";
    display: block;
    clear: both
}

.homeDestaqueDepoimentos--item-body-preview img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 51px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.homeDestaqueDepoimentos--item-body-preview a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.homeDestaqueDepoimentos--item-body-preview:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3)
}

.homeDestaqueDepoimentos--item-body-details~.homeDestaqueDepoimentos--item-body-preview {
    margin-bottom: 2rem
}

.homeDestaqueDepoimentos--item-body-details {
    -webkit-box-ordinal-group: 3;
    order: 2;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.5em;
    color: #fff
}

@media screen and (min-width:768px) {
    .homeDestaqueDepoimentos--item-body-details {
        min-height: 4.5em
    }
}

@media screen and (min-width:1024px) {
    .homeDestaqueDepoimentos--item-body-details {
        min-height: 6em
    }
}

.homeDestaqueDepoimentos--item-body-link {
    -webkit-box-ordinal-group: 4;
    order: 3;
    margin-top: 1.5625rem;
    color: #fff;
    font-weight: 400;
    font-size: .9375rem;
    line-height: 150%;
    text-decoration-line: underline
}

.homeDestaqueDepoimentos--cta {
    display: block;
    background-color: #a640ab;
    color: #01080E;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1.1875rem;
    width: 100%;
    max-width: 670px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: .75rem;
    line-height: 1.5;
    margin: 4rem auto 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%)
}

@media screen and (min-width:768px) {
    .homeDestaqueDepoimentos--cta {
        font-size: .9375rem;
        margin: 6rem auto 0
    }
}

.homeDestaqueDepoimentos--cta:hover {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    background-color: #1C1E21
}

@keyframes seloSombra {
    0% {
        opacity: .5
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@keyframes seloFloat {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}