.carrosel-clientes .swiper-wrapper {
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
}

.carrosel-clientes:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, 
        rgba(249, 240, 232, 0.9) 0%,
        rgba(249, 240, 232, 0.6) 10%, 
        rgba(249, 240, 232, 0) 25%, 
        rgba(249, 240, 232, 0) 75%, 
        rgba(249, 240, 232, 0.6) 90%, 
        rgba(249, 240, 232, 0.9) 100%);
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
}

.button-articles span.elementor-button-content-wrapper {
    align-items: center;
}

.button-articles span.elementor-button-icon svg {
    width: 20px;
    height: 20px;
}

.share-buttons .elementor-grid-item {
    padding: 3px;
    border: 1px solid #921028;
    border-radius: 100px;
}

.post-template-default .footer-background{
    background-color: #F6EEE5 !important;
}

.error404 .footer-background {
    padding-top: 0px;
}

.img-testimonials {
    overflow: hidden;
}

.img-testimonials img {
    transition: transform 1.5s ease;
    display: block;
}

.img-testimonials img:hover {
    transform: scale(1.3) translate(10%, 10%);
}