section#block-imagen-texto .wrapper{
    display: flex;
    border-radius: 16px;
    margin-bottom: 20px;
    max-width: 1020px;
    padding: 0 5%;
    background-color: #f1e8e7;
    position: relative;
    align-items: center;
    min-height: 360px;
    overflow: hidden;
    /*background: rgb(255,247,209);*/
    background: -moz-linear-gradient(133.5deg, rgba(255,247,209,1) 0%, rgba(249,238,248,1) 100%);
    background: -webkit-linear-gradient(133.5deg, rgba(255,247,209,1) 0%, rgba(249,238,248,1) 100%);
    background: linear-gradient(133.5deg, rgba(255,247,209,1) 0%, rgba(249,238,248,1) 100%);
    background: linear-gradient(135deg,  #fff7d1 0%,#f9eef8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff7d1",endColorstr="#f9eef8",GradientType=1);
}

section#block-imagen-texto .wrapper:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    background-image: -webkit-linear-gradient(left, white 25%, #fde071 37.5%, #ef9671, #996a6e 62.5%, white 75%);
    background-image: linear-gradient(135deg, white 25%, #fde071 37.5%, #ef9671, #996a6e 62.5%, white 75%);
    background-position: right center;
    opacity: 0;
    background-size: 400% auto;
    transition: all 1100ms ease-in;
}

section#block-imagen-texto .wrapper:hover:before{
    background-position: left top;
    color: #ef9671;
    opacity: .33;
    z-index: 1;
    transition: all 1000ms ease-out;
}

section#block-imagen-texto .wrapper.active:after{
    background: linear-gradient(to right, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .6) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -180%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    filter: blur(24px);
    -webkit-filter: blur(24px);
    z-index: 4;
}

section#block-imagen-texto .wrapper.active:after{
    -webkit-animation: imgSupport 1.55s;
          animation: imgSupport 1.5s;
}

@-webkit-keyframes imgSupport {
  100% { left: 125%; }
}
@keyframes shine {
  100% {  left: 125%; }
}

section#block-imagen-texto .wrapper.active .image-container img.effect{
    -webkit-mask-image: linear-gradient(135deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    mask-image: linear-gradient(135deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    -webkit-mask-size: 800%;
    mask-size: 800%;
    -webkit-mask-position: 0;
    mask-position: 0;
}

section#block-imagen-texto .wrapper.active:hover .image-container img.effect{
    transition: mask-position 2s ease,-webkit-mask-position 2s ease;
    /*transition-delay: .8s;*/
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
}

section#block-imagen-texto .wrapper figcaption.text-container, section#block-imagen-texto .wrapper div.image-container{
    position: relative;
    z-index: 5;
}

section#block-imagen-texto .wrapper div.image-container img{
    max-width: 240px;
    max-height: 240px;
}

section#block-imagen-texto .wrapper .text-container {
    position: relative;
    z-index: 5;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

section#block-imagen-texto .wrapper .image-container {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

button.image_text__button {
    cursor: pointer;
    width: fit-content;
    min-width: 200px;
    height: 48px;
    margin-top: 8px;
    padding: 12px 20px 12px 20px;
    border: none;
    font-size: 12px;
    font-weight: 500;
    border-radius: 12px;
    display: flex;
    justify-content: space-around;
    align-items: initial;
    background: #292B2E;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    position: relative;
    z-index: 10;
}

button.image_text__button img:first-child{
    mix-blend-mode: difference;
    backdrop-filter: invert(100%);
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

button.image_text__button:hover img:first-child {
    mix-blend-mode: normal;
}

button.image_text__button img:last-child{
    display: none;
}

button.image_text__button:hover {
    color: #FFF;
    background-color: #56575A;
    opacity: 1;
}

button.image_text__button:active {
    background: #292B2E;
}

h3.section-heading.image_text__heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    max-width: 360px;
}

section#block-imagen-texto h3.section-heading.image_text__heading {
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
}

section#block-imagen-texto  p.section-heading.image_text__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 14px 0;
    color: #292B2E;
}

section#block-imagen-texto {
    padding-top: 0px;
    margin-bottom: 70px;
}

button.image_text__button img {
    height: 18px;
    width: 18px;
    margin-right: 10px;
}

body.rtl button.image_text__button img{
    margin-left: 10px;
    margin-right: 0;
}

@media all and (min-width: 768px) and (max-width: 969px) {
    section#block-imagen-texto {
        margin-bottom: 170px;
    }
}

@media all and (max-width: 380px) {
    button.image_text__button.open-intercom-chat {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    section#block-imagen-texto .wrapper {
        padding: 0;
        width: 90%;
        flex-direction: column;
    }
    button.image_text__button.open-intercom-chat {
        font-size: 15px;
    }
}

@media all and (max-width: 768px) {
    section#block-imagen-texto .wrapper {
        padding: 0;
        width: 90%;
    }

    p.section-heading.image_text__subtitle {
        text-align: center;
        font-size: 14px;
        margin: 16px;
    }

    section#block-imagen-texto .wrapper .image-container {
        display: contents;
        margin: 0 auto;
    }

    section#block-imagen-texto .wrapper .text-container {
        width: 100%;
        padding: 20px;
        align-items: center;
    }
    
    h3.section-heading.image_text__heading {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
    }

    button.image_text__button {
        width: 90%;
        margin: 16px auto;
    }

    button.image_text__button {
        justify-content: center;
    }

    button.image_text__button img {
        margin-right: 10px;
    }

    section#block-imagen-texto {
        padding-bottom: 12px;
    }

    section#block-imagen-texto {
        padding-top: 30px;
    }

    .rtl button.image_text__button img {
        margin-right: 0;
        margin-left: 10px;
    }
}