#imageGroups {
  position: relative;
  height: auto;
  overflow: hidden;
}

.promoColumnImage {
  position: relative;
  display: inline-block;
  width: calc(50% - 33px);
  height: 398px;
  margin-left: 15px;
  margin-right: 15px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.grayscaleImg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
}

.promoWideImage:hover .grayscaleImg,
.promoColumnImage:hover .grayscaleImg {
  opacity: 1;
}

.promoWideImage:hover .promoImageColumnText,
.promoColumnImage:hover .promoImageColumnText {
  color: #58595b;
}

.promoWideImage {
  position: relative;
  z-index: 2;
  float: left;
  height: 100% !important;
  width: 100%;
  margin-bottom: 25px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0px;
  /* margin-left: 4vw; */
  margin-bottom: 35px;
}
a.promoWideImage.group-link img {
    width: 100%;
}



a.squareWithTextInsideImage.group-link img {
    width: 100%;
}
.fullScreenPromo {
  width: calc(100% - 0px);
  margin: 10px auto 0;
  height: auto;
  position: relative;
  display: block;
}

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

.promoImageColumnText {
  text-align: center;
  color: #100f0f;
  float: left;
  font-size: 30px;
  line-height: 34px;
  height: 34px;
  width: 100%;
  position: relative;
  font-weight: 700;
  margin-bottom: 5px;
  overflow: hidden;
  transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -webkit-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
}

.bkgHovered {
  opacity: 0.8;
}

.textHovered {
  opacity: 1;
}

.imgGroupContainer {
  height: 91%;
  float: left;
  /* width: 100%; */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 4vw;
  /* margin-right: 2vw; */
}

.groupGif {
  position: absolute;
  z-index: 3;
  right: 23px;
  top: 83px;
  width: 20%;
}

.promoImageColumnDescription {
  text-align: left;
  color: #100f0f;
  float: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  min-height: 17px;
  width: 87%;
  height: auto;
  position: relative;
  margin-left: 4vw;
}

.promoImageColumnViewMore {
  padding: 0px 20px;
  font-size: 15px;
  position: relative;
  float: left;
  line-height: 37px;
  background-color: black;
  height: 37px;
  display: block;
  overflow: hidden;
  width: 150px;
  text-align: center;
  margin-top: 10px;
  /* margin-left: calc(4vw ); */
  text-transform: uppercase;
  border: 1px solid black;
}

.promoImageColumnViewMore:hover {
  color: black;
  border-color: var(--principal3);
  background: var(--principal1);
}

/* .promoImageColumnViewMore { 
    background-color: transparent;
    color: var(--principal2)
} */

.squareWithTextInsideImage {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  /* height: 800px; */
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  cursor: pointer;
}
.quareWithTextInsideGroupContainer {
  height: 91%;
  float: right;
  position: relative;
  padding: 0px;
  width: 55%;
  right: 4vw;
  margin-bottom: 50px;
}
.squareWithTextInsideDescription {
  text-align: left;
  color: #fff;
  float: left;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 17px;
  min-height: 17px;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 13%;
  z-index: 1000;
  margin-left: 20px;
}
.squareWithTextInsideViewMore {
  padding: 0px 20px;
  font-size: 15px;
  position: relative;
  float: left;
  line-height: 35px;
  height: 34px;
  display: block;
  overflow: hidden;
  width: fit-content;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  position: absolute;
  bottom: 8%;
  z-index: 1000;
  margin-left: 20px;
  background-color: #000;
}
.imgsGroupsContainer {
  float: left;
  /* background-image: url(/files/greyBkg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  margin-bottom: 0;
  width: 39.1%;
  /* padding-top: 4vw; */
  padding-bottom: 0;
  position: relative;
}

.groupsContainer {
  margin: auto;
  overflow: hidden;
}

.imgsGroups {
  margin: auto;
  /* overflow: hidden; */
  width: 100%;
  position: relative;
  height: fit-content;
  /* float: left; */
}

.imageWithoutTextContainer {
  display: block;
  width: 32%;
  position: relative;
  height: auto;
  overflow: hidden;
  margin-left: 2%;
  float: left;
}

.groupsContainer .imageWithoutTextContainer:first-of-type {
  margin-left: 0px;
}

.tituloCuraduria {
  margin-top: 30px;
  margin-left: 4%;
}

@media screen and (max-width: 1200px) {
  .promoColumnImage {
    width: 100%;
    height: 100vw;
    margin: 0 auto;
    display: block;
    z-index: 2;
    float: left;
    margin-bottom: 30px;
  }

  .tituloCuraduria {
    margin-top: 0px;
    margin-left: 20px;
  }

  .promoWideImage {
    float: unset;
    width: calc(100% - 40px);
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    height: auto !important;
  }
  .quareWithTextInsideGroupContainer {
    /* width: 93%; */
    /* margin-left: 4%; */
    width: 100%;
    margin-left: 0px;
    margin-top: 50px;
    right: unset;
    float: left;
    margin-bottom: 15px;
  }
  .squareWithTextInsideImage {
    /* height: 400px; */
  }

  .promoImageColumnText {
    font-size: 22px;
    line-height: 26px;
    height: auto;
    margin-bottom: 0px;
  }

  .promoColumnImage .promoImageColumnText {
    font-size: 25px;
  }

  .imgGroupContainer {
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .imgsGroupsContainer {
    padding-top: 0vh;
    padding-bottom: 0vh;
    margin-bottom: 0;
    width: 100%;
  }

  .promoImageColumnViewMore {
    margin: 0px 20px 0px 20px;
  }

  .fullScreenContainer {
    width: 100%;
  }

  .fullScreenPromo {
    /* margin: 0px auto 15px; */
  }

  a.imageWithoutTextContainer:last-of-type {
    margin-bottom: 20px;
}

  .promoImageColumnDescription {
    font-size: 11px;
    margin-bottom: 10px;
    margin-left: 40px;
    width: calc(100% - 90px);
  }

  .imagesTextContainer {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  

  .groupGif {
    right: 0px;
    top: 63px;
    width: 29%;
  }

  .promoWideImage:hover .grayscaleImg,
  .promoColumnImage:hover .grayscaleImg {
    opacity: 0;
  }

  .imageWithoutTextContainer {
    width: 100%;
    /* margin-left: 20px !important; */
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .promoWideImage {
    height: 1000px;
  }
  .squareWithTextInsideImage {
    height: 100vw;
  }
}
