.imageWithTextGroupContainer {
  width: calc(40% - 5px);
  float: right;
  overflow: hidden;
  margin-bottom: 10px;
}

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

.imageColumn {
  width: 100%;
}

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

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

.groupItem {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

.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: 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: bold;
}

.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;
}
.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;
}
.imageWithText {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: calc((40vw - 5px) * 0.4211);
}

.imageWithTextGroupContainer .groupInfo {
  position: absolute;
  bottom: 0px;
  right: 35px;
  left: unset;
  text-align: right;
}
.imageWithTextGroupContainer .groupButton {
  float: right;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
}

@media screen and (max-width: 768px) {
  .imageColumn {
    width: 100%;
  }
  .textColumn {
    width: 90%;
    margin-left: 5%;
    margin-top: 13px;
  }
  .imageWithTextGroupContainer {
    height: auto;
    width: 100%;
  }
  .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;
  }
  .imageWithTextGroupContainer .groupImgTitle {
    width: 60%;
  }
  .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;
  }
  .imageWithText {
    height: 25vh;
  }
  .imageWithTextGroupContainer .groupInfo {
    bottom: 5px;
    left: 25px;
    text-align: left;
  }
  .imageWithTextGroupContainer .groupButton {
    float: left;
  }
}
