#highlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 5rem;
}

.highlight {
  position: relative;
  width: 100%;
  display: block;
  height: auto !important;
  text-align: center;
  color: #fff;
  font-size: 48px;
  text-decoration: underline;
}

.highlight img {
  width: 100%;
}

.widthContainer {
  width: 100%;
}

#imageGroupTitle {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #333234;
  text-align: center;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li button:before {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  color: transparent;
  opacity: 0.5;
  font-size: 0;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  border: 3px solid #fff;
  margin-top: -2px;
}

#seguridadSeccionFooter {
  display: flex;
  overflow: hidden;
  height: auto;
  position: relative;
  width: 90%;
  background-color: var(--white);
  justify-content: space-evenly;
  margin: 0 auto 4rem;
}

.seccion {
  display: block;
  width: 25%;
  margin: 6rem 0 8rem;
}

.sliderContainer {
  margin-bottom: 0px;
}

.sliderGroupSliderContainer {
  margin-bottom: 3vw;
}

.logo {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.textos {
  color: #6d6a6a;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.titulo {
  display: block;
  font-size: 31px;
  font-family: RockStar;
  font-weight: 400;
  margin-bottom: 3rem;
  margin-top: 2rem;
  line-height: 31px;
  height: 58px;
  color: #6d6a6a;
}

.mensaje {
  display: block;
  color: #6d6a6a;
  line-height: 1.8rem;
}

#seguridadSeccionFooter img {
  height: 13rem;
}

.line {
  display: block;
  border-left: 1px solid #6d6a6a;
  margin: 4rem 0 3rem;
}

.highlight iframe {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 29 / 9;
}

.highlight iframe {
    pointer-events: none;
}

@media screen and (max-width: 768px) {
  #imageGroups {
    width: 100%;
  }
  .addWishlistProduct {
  }

  .figureBackground {
    top: 0px;
    right: 0px;
  }
  #seguridadSeccionFooter {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    background-color: unset;
    margin-bottom: 30px;
    width: 92%;
  }

  .seccion {
    display: block;
    width: 100%;
    padding: 2rem 0 5rem;
    margin: 1rem auto 1rem;
    background-color: var(--white);
    display: flex;
    align-items: center;
    border: 1px solid #cfcfcf;
    padding: 10px 20px;
    height: 100px;
    box-sizing: border-box;
  }
  #highlights {
    margin-bottom: 2rem;
  }

  .badgesContainer {
    left: 10px;
    top: 10px;
    z-index: 2;
  }

  .textos {
    color: #6d6a6a;
    text-align: center;
    align-items: center;
    flex-direction: revert;
    flex-direction: column;
  }

  .titulo {
    font-size: 16px;
    margin-bottom: 0.5rem;
    margin-top: 0rem;
    height: auto;
    width: fit-content;
    width: 100%;
    text-align: left;
    line-height: 17px;
    /* margin-right: 14px; */
  }

  .mensaje {
    font-size: 10px;
    width: fit-content;
    /* margin: 0 auto; */
    line-height: 12px;
    text-align: left;
  }

  #seguridadSeccionFooter img {
    height: 6rem;
    margin-right: 18px;
  }

  .line {
    display: none;
  }
}
