.imageWithTextGroupContainer {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    height: 41vh;
    background-image: url(../../files/imageWithTextBackground.png);
    position: relative;
    margin-bottom: 40px;
    flex-direction: row;
    background-size: cover;
    justify-content: center
}

.imageWithTextGroupContainer img {
    display: block;
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
    -o-transition: filter 0.5s;
    width: 100%;
    transition: filter 0.5s;
    transition: filter 0.5s,-webkit-filter 0.5s
}

.imageWithTextGroupContainer:hover img,.promoWideImage:hover img {
    -webkit-filter: brightness(.9);
    filter: brightness(.9)
}

.imageWithTextGroupContainer figure {
    width: 50%;
    height: 100%;
}

.imageWithTextGroupContainer.leftGroup {
    margin-right: 2px
}

.textGroupContainer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    text-align: center;
    width: 50%;
    display: flex;
    flex-direction: column;
    height: auto
}

.promoWideImage .textGroupContainer {
    bottom: -40px
}

.groupItemsContainer {
    width: 1100px;
    margin: 0 auto;
    height: 100%;
    text-align: left
}

.imageColumn {
    width: 60%
}

.textColumn {
    width: 30%;
    float: left;
    margin-top: 40px;
    color: #333234
}

.groupItemContainer {
    width: 600px;
    height: 400px
}

.groupItem {
    width: 100%;
    height: 100%;
    margin-right: 10px;
    background-size: 100%;
    background-position: center;
    display: block;
    transition: all 0.2s ease
}

.groupItemContainer:hover .groupItem,.groupItemContainer:focus .groupItem {
    background-size: 110%
}

.imageColumnFloatLeft {
    float: left
}

.imageColumnFloatRight {
    float: right
}

.groupTitle {
    text-align: center;
    vertical-align: middle;
    background-size: contain;
    background-color: #c41130;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    margin-top: 20px;
    display: table
}

.groupItemTitle {
    font-size: 27px;
    color: #3C4C65;
    font-weight: 600;
    text-align: left;
    width: 56%;
    margin: 0 auto;
    line-height: 32px;
    margin-left: 5vw;
    margin-top: 5vw
}

.groupItemText {
    font-size: 1.6rem;
    color: var(--white);
    margin-top: 1rem;
    text-transform: none;
    width: 80%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4B4B4B;
    margin: 10px auto;
    margin-left: 5vw;
    margin-top: 40px;
    line-height: 21px;
    text-align: left
}

.bold {
    font-weight: 700
}

.imageWithTextsSliderContainer .slick-list {
    padding-top: 20px
}

.groupTitle:hover {
    background-size: 120%
}

.productsSlidesContainer {
    position: relative;
    width: calc(100% - 280px);
    float: left
}

.imageWithTextsSliderContainer {
    width: 100%;
    overflow: visible
}

.imageWithTextsSliderLeftArrow {
    display: block;
    position: absolute;
    left: 10px;
    top: 180px;
    z-index: 1;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    background-color: #9d1b2c;
    background-image: url(../../files/oriente/left-arrow.png);
    background-size: 50% 50%;
    background-position: 43% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out
}

.imageWithTextsSliderLeftArrow:not(.slick-disabled):hover,.imageWithTextsSliderRightArrow:not(.slick-disabled):hover {
    background-color: #7c0e21!important;
    opacity: 1!important
}

.groupItemButton {
    width: 13vw;
    background: #526482;
    color: #fff;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    margin-left: 5vw;
    margin-top: 40px
}

.groupItemButton:hover {
    background: #3C4C65
}

.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 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.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 {
    }

    .textColumn {
        margin-left: 20px
    }

    .groupItemsContainer {
        width: 1000px
    }

    .imageColumnFloatRight {
        margin-right: 33px
    }
}

@media screen and (max-width: 768px) {
    .groupItem {
        width:90%;
        height: 430px;
        margin-left: 5%
    }

    .imageColumn {
        width: 100%
    }

    .textGroupContainer {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
}

.groupItemButton {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
}

    .textColumn {
        width: 90%;
        margin-left: 5%;
        margin-top: 13px
    }

    .imageWithTextGroupContainer figure {
    width: 100%;
}

    .promoWideImage .textGroupContainer {
        bottom: -10px;
        text-decoration: underline
    }

    .imageWithTextGroupContainer {
        height: auto;
        width: 92%;
        margin-bottom: 0;
        flex-direction: column;
        padding-top: 4vw;
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .groupItemsContainer {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        display: block
    }

    .groupItemContainer {
        width: 100%;
        height: auto
    }

    .groupTitle {
        width: 100%;
        height: 70px;
        line-height: 75px;
        font-size: 22px
    }

    .groupItemText {
        /* display: none!important; */
        line-height: 21px;
        margin-top: 46px;
        /* text-align: justify; */
        font-size: 16px;
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .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: 0
    }

    .groupItemTitle {
        font-size: 28px;
        line-height: 35px;
        text-align: center;
        padding: 0;
        margin-left: 0px;
        text-transform: initial;
        width: 100%;
        text-align: left!important;
        margin-top: 0px;
        justify-content: flex-start!important
    }

    .promoColumnImage .textGroupContainer {
        margin-left: 10vw;
        margin-bottom: 4vh;
        margin-top: 0px;
        height: auto;
        bottom: 4vh;
        position: absolute;
    }
    
    .promoColumnImage .groupItemTitle {
        margin: 0px;
        height: auto;
        margin-bottom: 0vh;
    }

    .imageWithTextGroupContainer.leftGroup {
        margin: 10px 0
    }
}
