.sc-testimonial-swiper {
  position: relative;  
  overflow-x: hidden;     
  margin: 2em auto;
}

.sc-testimonial-swiper .swiper-wrapper{
  padding: 0 0 50px 0; /* Espacio horizontal */
}

/* 3. (Opcional) elimina visualmente cualquier scrollbar que persista */
.sc-testimonial-swiper::-webkit-scrollbar {
  display: none;
}
.sc-testimonial-swiper {
  -ms-overflow-style: none;  /* IE 10+ */
  scrollbar-width: none;     /* Firefox */
}

.sc-testimonial-slide .sc-testimonial-avatar{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;    
	border: 2px solid #9a753e;
}

.sc-testimonial-slide .sc-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.sc-testimonial-content-top{
	display: flex;
}
.sc-testimonial-slide {
	width: 380px;
    min-height: 150px;
    background-color: #F9F6EF;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sc-testimonial-slide .sc-testimonial-text {
    border: none;
    padding: 0 ;
    margin-bottom:0;
	margin-right: 20px;
    width: 250px;
    font-size: 14px;
}

.author-name-spn{
	font-size: 20px;
    color: #9a753e;
}

.sc-testimonial-role{
    font-size: 13px;
    color: #9a753e;
}

.sc-testimonial-container .swiper-button-prev{
    left: -60px;
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
}

.sc-testimonial-container .swiper-button-next{
    right: -60px;
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
}

.sc-testimonial-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color:#9A753E;
}

.sc-testimonial-container .swiper-button-prev::after,
.sc-testimonial-container .swiper-button-next::after {
    color:#9A753E;
    font-size: 30px !important;
    font-family: "element-pack"; 
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.sc-testimonial-container .swiper-button-prev::after{
    content: "\e917";
}

.sc-testimonial-container .swiper-button-next::after{
    content: "\e925";
}

.sc-testimonial-swiper-empty{
    text-align: center;
    font-size: 1.2em;
    color: #9A753E;
    margin-top: 20px;
    font-weight: bold;
    padding: 50px;
}