.depoimentos-swiper-container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}

.slider-depoimentos .slick-arrow {
    box-shadow: none !important;
    text-indent: -99999px;
    padding: 0;
    z-index: 1;
    width: 40px;
}

.slider-depoimentos .slick-arrow::before {
    content: '';
    background: url('arrow.png') no-repeat;
    width: 29px;
    height: 12px;
    display: block;
    opacity: 1;
}

.slider-depoimentos .slick-arrow.slick-prev {
    left: 100px;
}

.slider-depoimentos .slick-arrow.slick-next {
    right: 100px;
}

.slider-depoimentos .slick-arrow.slick-next::before {
    transform: rotate(180deg);
}

.slider-depoimentos .foto-vermelha img {
    border-radius: 10px;
}

.margin-15 {
    margin: 15px 7.5px;
}

.depoimento-conteudo-aberto {
    display: none;
    max-width: 975px;
    height: 381px;
    align-items: stretch;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    background-color: #FFF;
}

@media (max-width: 1500px){
	body .depoimento-conteudo-aberto {
    	max-width: 800px;
	}
	
	body .depoimento-conteudo-aberto .texto {
		padding: 15px 25px 15px 25px;
	}
}


@media (max-width: 13660px){
	.slider-depoimentos .slick-arrow.slick-next {
  		right: 40px;
	}
	.slider-depoimentos .slick-arrow.slick-prev {
  		left: 40px;
	}
	
}

.depoimento-conteudo-aberto img {
    display: block;
    overflow: hidden;
    border-radius: 15px 0px 0px 15px !important;
    max-width: 350px !important;
    flex: 0 0 auto;
    object-fit: cover;
}

.slick-meio .foto-vermelha {
    display: none;
}

.slick-meio .depoimento-conteudo-aberto {
    display: flex;
    opacity: 1;
}

.depoimento-conteudo-aberto .texto {
    padding: 28px 28px 15px 56px;
}

.depoimento-conteudo-aberto .descricao {
    background: url('aspas.png') no-repeat;
    padding-top: 35px;
}

.depoimento-conteudo-aberto .descricao,
.depoimento-conteudo-aberto .cargo {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-text);
    line-height: 1.4;
}

.depoimento-conteudo-aberto .nome {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-f2f05b0-font-size);
    font-weight: 600;
    margin-bottom: 5px;
    color: #3F3F3F;
}

.depoimento-conteudo-aberto .cargo {
    font-size: var(--e-global-typography-28c6798-font-size);
}

.slider-depoimentos .slick-dots li {
    width: 10px;
    height: 10px;
}

.slider-depoimentos .slick-dots li button {
    width: 10px;
    height: 10px;
    box-shadow: none !important;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.slider-depoimentos .slick-dots li button::before {
    content: '';
    background-color: #A6A6A6;
    width: 100%;
    height: 10px;
    border-radius: 35px;
}

.slider-depoimentos .slick-dots li.slick-active,
.slider-depoimentos .slick-dots li.slick-active button {
    width: 85px;
}

.slider-depoimentos .slick-dots li.slick-active button::before {
    background-color: #990D1F;
}

.slider-depoimentos-buttons {
    display: none;
}
@media (max-width: 1400px) {
	.depoimento-conteudo-aberto {
		width: 750px;
		height: 381px;
	}

	.depoimento-conteudo-aberto img {
		max-width: 250px !important;
	}
	
	.depoimento-conteudo-aberto .texto {
		padding: 5px 15px 15px 30px;
	}
	.depoimento-conteudo-aberto .nome, .depoimento-conteudo-aberto .cargo {
		margin-top: 0;
	}
}
@media (max-width: 768px) {

    .slider-depoimentos .foto-vermelha {
        display: none;
    }

    .slider-depoimentos .depoimento-conteudo-aberto {
        display: block;
        width: auto;
        height: auto;
    }

    .slider-depoimentos .depoimento-conteudo-aberto .texto {
        padding: 15px 20px;
    }


    .slider-depoimentos .depoimento-conteudo-aberto img {
        max-width: 100% !important;
        border-radius: 15px 15px 0px 0px !important;
    }

    .slider-depoimentos .depoimento-conteudo-aberto .nome {
        margin-top: 0;
    }

    .slider-depoimentos .margin-15 {
        margin: 15px 10px;
    }

    .slider-depoimentos-buttons {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .slider-depoimentos-buttons .slider-button {
        width: 50px;
        height: 50px;
        background: url('icone-seta-slider.png') no-repeat;
        background-size: cover;
        cursor: pointer;
    }

    .slider-depoimentos-buttons .slider-button-next {
        transform: rotate(180deg);
    }
}