.slickMomentosFelices {
    margin-bottom: 30px;
    margin-top: 34px;
    margin-inline: auto;
    overflow: hidden;
    width: calc(92% + 20px);
}

.imageWithTextGroupContainer .groupItem {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 16px;
}

.imageWithTextGroupContainer .groupItem img {
    overflow: hidden;
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 0;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

#momentosFelices .sliderLeftArrow,
#momentosFelices .sliderRightArrow {
    top: 59%;
}

#fecha {
    color: black;
    font-size: 14px;
    margin-bottom: 52px;
}

.imageWithTextsSliderRightArrow {
    display: block;
    position: absolute;
    right: 20px;
    top: 180px;
    z-index: 1;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    background-color: #9d1b2c;
    background-image: url(/files/oriente/right-arrow.png);
    background-size: 50% 50%;
    background-position: 57% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.productsSlidesContainer .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.productsSlidesContainer .slick-disabled:hover {
    opacity: 0 !important;
}

@media screen and (min-width:770px) and (max-width: 1100px) {
    .imageColumnFloatLeft {
        /*margin-left: 12px;*/
    }

    .textColumn {
        margin-left: 20px;
    }

    .groupItemsContainer {
        width: 1000px;
    }

    .imageColumnFloatRight {
        margin-right: 33px;
    }
}

@media screen and (max-width:768px) {

    .imageColumn {
        width: 100%;
        display: block;
        height: auto;
    }

    .textColumn {
        width: 80% !important;
        margin-left: 5% !important;
        margin-top: 13px;
        box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
        padding: 5%;
        height: fit-content;
        /* margin-top: -6% !important; */
        margin: 0px;
        background: white;
        padding-top: 7px;
        margin-bottom: 12px;
    }

    .slickMomentosFelices {
    width: 100%;
}

    
    .imageWithTextGroupContainer {
        height: auto;
        margin-top: 0px;
        margin-bottom: 0;
    }

    .groupItemsContainer {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 38px;
        overflow: hidden;
        display: block;
        margin-left: unset;
    }

    .groupItemContainer {
        width: 100%;
        height: auto;
    }

    .groupTitle {
        width: 100%;
        height: 70px;
        line-height: 75px;
        font-size: 22px;
    }

    .groupItemText {
        line-height: 21px;
        margin-top: 2px;
        text-align: left;
        height: auto;
        font-size: 13px;
        width: 100%;
        hie: initial;
        margin-bottom: 20px;
    }

    .productsSlidesContainer {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .imageWithTextsTextSlide .productViewContainer {
        width: 96%;
    }

    .imageWithTextsSliderRightArrow {
        top: 35%;
        height: 35px;
        width: 35px;
        right: 10px;
    }

    .imageWithTextsSliderLeftArrow {
        top: 35%;
        height: 35px;
        width: 35px;
        left: 5px;
    }

    .imageWithTextsGroupContainer {
        margin-top: 19px;
    }

    .imageWithTextsSliderContainer .slick-list {
        padding-top: 0px;
    }

    .groupItemTitle {
        font-size: 19px;
        line-height: 31px;
        text-align: left;
        font-family: "montserrat" !important;
        /* font-style: italic; */
        text-transform: unset;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .bold {
        font-size: 60px;
    }

    .botonVerMas {
        width: fit-content;
        display: flex;
        justify-content: flex-start;
        padding: 0;
        top: 0px;
    }
}