.slick-arrow {
    background: rgba(255, 255, 255, 0);
    opacity: 1;
    padding: 5px 5px 5px 5px;
    box-shadow: none;
    border: 1px solid black;
    width: 44px;
    height: 44px;
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
    position: absolute;
    top: calc(50% - 22px);
    z-index: 105;
    background-color: #fff;
    border-radius: 50%;
}

.slick-arrow.slick-prev {
    background-image: url(slick/arrow_back.png);
    left: 0px;
}

.slick-arrow.slick-next {
    background-image: url(slick/arrow_next.png);
    right: 0px;
}

body .carrusel_testimonios_wrap .slick-track {
    display: block;
    align-items: center;
}

body .carrusel_logo_item img {
    display: block;
    margin: 0 auto;
}

.texto_testimonio {
    color: #545454;
    text-align: left;
}

.fuente_testimonio {
    text-align: center;
    color: #545454;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
}

.carrusel_testimonios_wrap .carrusel_logo_item_content {
    border-radius: 7px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000029;
    padding: 14px 70px 60px 48px;
    margin: 0 15px 40px;
}
@media (max-width: 599px) {
    .carrusel_testimonios_wrap .carrusel_logo_item_content {
       padding: 14px 30px 40px 30px; 
    }
}
.carrusel_testimonios_wrap .carrusel_logo_item.tns-slide-active {
    opacity: .4;
}

.carrusel_testimonios_wrap .carrusel_logo_item.tns-slide-active + .tns-slide-active + .tns-slide-active {
    opacity: .4;
}

.carrusel_testimonios_wrap .carrusel_logo_item.tns-slide-active + .tns-slide-active {
    opacity: 1;
}

.carrusel_testimonios_wrap .carrusel_logo_item .titulo_testimonio {
    text-align: left;
    color: #2E704C;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
}

.block-testimonios .tns-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.block-testimonios .tns-nav button {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 1px solid #B4B4B4;
    background: #B4B4B4;
    display: block;
    appearance: none;
    padding: 0;
}

.block-testimonios .tns-nav button:not(:last-child) {
    margin-right: 8px;
}

.block-testimonios .tns-nav button.tns-nav-active {
    background: transparent;
}