.elementor-editor-active .testimonial-container {
    background-color: grey;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.elementor-editor-active .testimonial-container * {
    display: none;
}

.testimonial-container {
    position: relative;
    height: 240px;
    width: 100%;
    margin-bottom: 30px;
}

.testimonial-avatar {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-avatar img {
    width: 188px;
    height: auto;
    max-width: 100%;
}

.testimonial-content {
    background-color: var(--gris-claro);
    margin-left: 120px;
    padding: 50px 50px 50px 150px;
}

.testimonial-content h3 {
    font-size: 24px;
}

.testimonial-content blockquote.testimonio{
	margin-left: 0;
    font-weight: 700;
	font-size: 24px;
    line-height: 27px;
    color:rgb(29, 29, 27);
    margin-top: 0;
    font-family: 'Nunito Sans', sans-serif;
}

.more-testimonials-container {
    text-align: center;
    padding-top: 35px;
}

.more-testimonials-button {
    width: 200px;
    text-align: center;
}

.language-en .more-testimonials-button {
    width: 220px;
}

.testimonials-carousel *:focus {
    outline: none !important;
}

.testimonials-carousel .slick-dots {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-inline-start: 0;
    margin-top: -10px;
}

.testimonials-carousel .slick-dots button {
    color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    padding: 0;
    margin-left: 6px;
    background-color: #b2b2b2;
    border: none;
}

.testimonials-carousel .slick-dots li:first-child button {
    margin-left: 0;
}

.testimonials-carousel .slick-dots .slick-active button {
    background-color: var(--azul-insuit);
}

.testimonials-list .testimonial-posts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonials-list .testimonial-container {
    margin-bottom: 32px;
    height: unset;
}

.testimonials-list .testimonial-posts .testimonial-container:nth-child(2n) .testimonial-avatar {
    right: 0;
    left: unset;
}

.testimonials-list .testimonial-posts .testimonial-container:nth-child(2n) .testimonial-content {
    background-color: var(--gris-claro);
    margin-left: unset;
    margin-right: 120px;
    padding: 50px 150px 50px 50px;
}

@media(max-width: 1300px) {
    .testimonial-content {
        margin-left: 170px;
        margin-right: 80px;
    }

    .testimonials-list .testimonial-posts .testimonial-container:nth-child(2n) .testimonial-content {
        margin-right: 170px;
        margin-left: 80px;
    }

    .testimonial-avatar {
        left: 50px;
    }

    .testimonials-list .testimonial-posts .testimonial-container:nth-child(2n) .testimonial-avatar {
        left: unset;
        right: 50px;
    }
}

@media(max-width: 767px) {
    .testimonial-content h3 {
        font-size: 20px;
    }

    .testimonials-carousel .testimonial-container {
        margin-bottom: 0;
    }

    .testimonials-carousel .slick-dots {
        margin-top: 10px;
    }

    .testimonial-container {
        position: relative;
        margin-bottom: 60px;
    }

    .testimonial-avatar,
    .testimonials-list .testimonial-posts .testimonial-container:nth-child(2n) .testimonial-avatar {
        position: absolute;
        transform: translate(-50%, 40px);
        top: 0;
        left: 50%;
        right: unset;
    }

    .testimonial-content,
    .testimonials-list .testimonial-posts .testimonial-container:nth-child(2n) .testimonial-content {
        padding: 50px;
        text-align: center;
        margin-top: 100px;
        margin-left: 0;
        margin-right: 0;
        padding: 70px 25px 40px 25px;
    }

    .more-testimonials-container {
        padding-top: 0;
    }

    .testimonial-avatar img {
        width: 114px;
    }
}