.imageWithTextGroupContainer {
  width: calc(50% - 1px);
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.imageWithTextGroupContainer img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  -o-transition: filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}
.imageWithTextGroupContainer:hover img,
.promoWideImage:hover img {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
.imageWithTextGroupContainer figure {
  width: 100%;
}
.imageWithTextGroupContainer.leftGroup {
  margin-right: 2px;
}
.textGroupContainer {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  text-align: center;
}
.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: 4.3rem;
  color: var(--white);
  font-weight: 500;
  opacity: 0;
}
.groupItemText {
  font-size: 1.6rem;
  color: var(--white);
  margin-top: 1.3rem;
  opacity: 0;
}
.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;
}
.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%;
  }
  .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;
  }
  .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;
  }
  .imageWithTextGroupContainer.leftGroup {
    margin: 0;
  }
  .groupItemTitle {
    opacity: 1;
    position: relative;
  }
  .groupItemText {
    opacity: 1;
  }
}
