.imageWithTextGroupContainer {
  float: left;
  position: relative;
  width: calc(
    (var(--home-container) - 1 * (100% - var(--home-container)) / 4) / 2
  );
  overflow: hidden;
  margin-bottom: calc(calc(100% - var(--home-container)) / 4);
  margin-top: calc(calc(100% - var(--home-container)) / 4);
  border-radius: 0;
  /* opacity: 0; */
}
.imageWithTextGroupContainer:nth-of-type(even) {
  margin-right: calc(calc(100% - var(--home-container)) / 2);
}

.imageWithTextGroupContainer:nth-of-type(odd) {
  margin-left: calc(calc(100% - var(--home-container)) / 2);
  margin-right: calc((100% - var(--home-container)) / 4);
}



.imageWithTextGroupContainer:nth-of-type(odd).onViewport {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.imageWithTextGroupContainer:nth-of-type(even).onViewport{
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.imageWithTextGroupContainer .seeMore {
  width: 100%;
  max-width: 100px;
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: none;
  gap: 8px;
}
.imageWithTextGroupContainer .seeMore img {
    height: 11px;
    width: 11px;
}

.titleAndDescription {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}

.imageWithTextGroupContainer:nth-of-type(even) .titleAndDescription {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.imageWithTextGroupContainer a,
.imageWithTextGroupContainer img,
.imageWithTextGroupContainer figure {
  display: block;
  width: 100%;
}

.imageWithTextGroupContainer:nth-of-type(even) img.onViewport{
  -webkit-animation: fade-in-rigth 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.imageWithTextGroupContainer:nth-of-type(even) .titleAndDescription.onViewport {
  -webkit-animation: fade-in-rigth 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.imageWithTextGroupContainer:nth-of-type(odd) img.onViewport{
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.imageWithTextGroupContainer:nth-of-type(odd) .titleAndDescription.onViewport {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}


.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 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  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-bottom: 12px;
  display: table;
}
.groupItemTitle {
  vertical-align: middle;
  line-height: 35px;
  font-size: 19px;
  padding-right: 10%;
  letter-spacing: 3px;
}
.groupDescription {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 30px;
    color: #fff;
}

.imageWithTextGroupContainer:hover .seeMore img {
    animation: float 1.2s  ease-in-out infinite;
}
.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;
}

@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) {
  .groupItem {
    width: 90%;
    height: 430px;
    margin-left: 5%;
  }
  .imageColumn {
    width: 100%;
  }
  .textColumn {
    width: 90%;
    margin-left: 5%;
    margin-top: 13px;
  }
  .imageWithTextGroupContainer:hover .seeMore img {
    animation: none
}
  .imageWithTextGroupContainer {
    width: 90%;
    margin: 0 5%;
    margin-bottom: 20px;
  }
  .titleAndDescription {
  padding: 30px;
}
  .imageWithTextGroupContainer:nth-of-type(even) .titleAndDescription {
  padding: 30px;
 
}
  .groupItemsContainer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
  }

  .groupItemContainer {
    width: 100%;
    height: auto;
  }
  .groupTitle {
    width: 100%;
    line-height: 36px;
    font-size: 32px;
    text-align: left;
    margin-bottom: 4px;
  }
 
  .groupDescription {
    font-size: 14px;
    line-height: 17px;
    font-weight: 3;
}
  .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;
  }
}
