.imageWithTextGroupContainer {
    height: a;
    width: 50%;
    float: left;
    margin-top: 30px;
}

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

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

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

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

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

.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 .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    color: white;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    margin-top: 20px;
    display: table;
}

.groupItemTitle {
    vertical-align: middle;
    line-height: 35px;
    font-size: 19px;
    padding-right: 10%;
    letter-spacing: 3px;
}

.groupItemText {
    line-height: 30px;
    margin-top: 30px;
    text-align: justify;
}

.bold {
    font-weight: 800;
}

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

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

.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 (max-width:768px) {

    .groupItem {
        width: 100%;
        /* height: 185px; */
        /* margin-left: 5%; */
    }

    .imageColumn {
        width: 100%;
    }

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

    .imageWithTextGroupContainer {
        height: auto;
        /*min-height: 380px;*/
        width: 100%;
        margin-top: 0px;
    }

    .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 {
        line-height: 17px;
        margin-top: 6px;
        text-align: justify;
        font-size: 13px;
    }

    .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: 17px;
        line-height: 25px;
        text-align: center;
        padding: 0px;
    }
}