.shownBar {
  background-color: #ffffff !important;
  box-shadow: 0 4px 9px rgb(0 0 0 / 5%) !important;
}

#header {
  background-color: transparent;
  box-shadow: none;
}

#headerDummy {
  height: 60px;
}

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

.highlight {
  position: relative;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  color: #fff;
  font-size: 48px;
  text-decoration: underline;
}

.highlight img,
img.highlight {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: calc(100vh - 60px);
}

.widthContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.homeCatContainer {
  position: relative;
  width: 100%;
  margin: 0px auto 45px;
  height: auto;
  overflow: hidden;
}

.homeCategories {
  position: relative;
  width: 90%;
  margin: auto;
  overflow: hidden;
  height: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 10px;
}

.box {
  display: flex;
  flex-flow: column;
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 20px 0;
  height: auto;
  align-items: center;
}

.box:hover .imgBoxContainer img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(93%) saturate(4083%) hue-rotate(341deg) brightness(89%) contrast(109%);
}

.box:hover .textCategory {
  opacity: 1;
}

.textCategory {
  color: #000;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  line-height: 22px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.container {
  margin: auto;
  width: 100%;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}

.secondContainer .container {
  display: flex !important;
}

.imgContainer {
  width: 60%;
  float: left;
}

.imgContainer img {
  width: 100%;
  height: auto;
  aspect-ratio: 1004/545;
  object-fit: cover;
}

.infoContainer {
  width: 35%;
  padding: 0 1% 0 4%;
  color: #000;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.proyectTitle {
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  max-width: 90%;
}

.proyectTitle strong {
  font-size: 40px;
  line-height: 44px;
}

.infoContainer [data-aos="fade-right"] {
  transform: translate3d(-40px, 0, 0);
}

.proyectDescription {
  font-size: 14px;
  line-height: 18px;
  margin: 20px 0;
  width: 330px;
}

.secondInfoContainer {
  width: 30%;
  padding: 0 0% 0 10%;
}

.videoContainer {
  margin: 0 auto 60px;
  overflow: hidden;
}

.imgBoxContainer {
  height: 11.5vw;
  width: 75%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 39.9812px 53.3683px 52.287px rgb(0 0 0 / 3%);
  border-radius: 55.8076px;
}

.imgBoxContainer #bathroom .fillRed {
  fill: #fff;
}

.imgBoxContainer #roo .fillRed {
  fill: #fff;
}

.imgBoxContainer svg:hover .fillRed,
.imgBoxContainer #roo:hover .fillRed,
.imgBoxContainer #bathroom:hover .fillRed {
  fill: #d6001a;
}

.imgBoxContainer svg {
  margin: auto;
  width: 60%;
  height: 60%;
  display: block;
  position: relative;
}

.imgBoxContainer #bathroom {
  width: 70%;
  height: 70%;
}

.box:last-of-type .imgBoxContainer svg {
  width: 70%;
  height: 70%;
}

.numbersContainer {
  margin-top: 90px;
}

.termsContainer {
  width: 90%;
  margin: 90px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.termsContainer .col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}

.rectangle {
  background: #f5f5f5;
  padding: 30px 34px;
  box-sizing: border-box;
  display: block;
}

.rectangleTitle {
  color: #000;
  font-size: 25px;
  line-height: 29px;
  font-weight: 600;
  max-width: 218px;
  min-height: 58px;
}

.rectangleDescrition {
  color: #000;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 40px;
}

#highlights .slick-dots {
  bottom: 20px;
}

#highlights .slick-dots li button {
  width: 15px;
  height: 15px;
}

#highlights .slick-dots li button:before {
  content: "";
  line-height: 15px;
  width: 15px;
  height: 15px;
}

#aboutVideo {
  position: relative;
  height: auto;
  width: 60%;
  overflow: hidden;
}

#videoCover {
  display: block;
  position: relative;
  width: 100%;
  height: 33.5vw;
}

.videoContainer .proyectTitle {
  max-width: 371px;
}

.termsContainer .redLineBtn {
  max-width: 235px;
  width: 90%;
}

@media screen and (min-width: 770px) and (max-width: 1420px) {
  .redLineBtnText {
    font-size: 14px;
  }

  .rectangleTitle {
    font-size: 21px;
    line-height: 25px;
    max-width: 184px;
  }

  .rectangleDescrition {
    font-size: 13px;
    line-height: 17px;
  }

  .rectangle {
    padding: 25px;
  }
}

@media screen and (min-width: 770px) and (max-width: 1110px) {
  .proyectDescription {
    width: 95%;
  }

  .secondInfoContainer {
    width: 37%;
    padding: 0 0% 0 3%;
  }

  .proyectTitle {
    font-size: 22px;
    line-height: 26px;
  }

  .proyectTitle strong {
    font-size: 30px;
    line-height: 34px;
  }

  .proyectDescription {
    margin: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  #content {
    width: 100%;
    padding: 0;
  }

  .centeredContent,
  .widthContainer {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .homeCatContainer {
    width: 100%;
    margin-bottom: 35px;
    margin-top: 30px;
  }

  .box {
    overflow: hidden;
    padding: 0;
  }

  .box.slick-slide {
    margin-left: 5px;
    margin-right: 5px;
  }

  .textCategory {
    font-size: 13px;
    width: 100%;
    line-height: 17px;
    margin: 10px auto;
    opacity: 1;
  }

  .numbersContainer {
    margin-top: 30px;
  }

  .homeCategories {
    width: 100%;
    display: block;
  }

  .container {
    flex-direction: column;
  }

  .imgContainer {
    width: 100%;
  }

  .infoContainer {
    width: 90%;
    padding: 0 5%;
  }

  .proyectTitle strong {
    font-size: 30px;
    line-height: 34px;
  }

  .proyectTitle {
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .proyectDescription {
    font-size: 12px;
    line-height: 16px;
    margin: 23px 0 31px;
    width: 95%;
  }

  .secondInfoContainer {
    width: 90%;
    padding: 0 5%;
  }

  .container.secondContainer {
    flex-direction: column-reverse;
  }

  .videoContainer {
    margin: 0 auto 25px;
  }

  .imgBoxContainer {
    height: 15vh;
    margin: auto;
    width: 80%;
    border-radius: 28.8076px;
    box-shadow: 6.9812px 11.3683px 12.287px rgb(0 0 0 / 1.5%);
  }

  .homeCategories .slick-track {
    left: 6%;
  }

  .secondContainer .container {
    flex-direction: column-reverse;
  }

  .secondContainer .proyectDescription {
    min-height: 55px;
  }

  #headerDummy {
    height: 20px;
  }

  #highlights .slick-dots li button {
    width: 11px;
    height: 11px;
  }

  #highlights .slick-dots li button:before {
    line-height: 11px;
    width: 11px;
    height: 11px;
  }

  #highlights .slick-dots {
    bottom: 32px;
  }

  #highlights {
    margin-bottom: 30px;
  }

  .infoContainer.secondInfoContainer .redLineBtn {
    width: 166px;
    align-items: center;
  }

  .infoContainer.secondInfoContainer .arrow-tr {
    height: 12px;
  }

  .termsContainer {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 3px;
  }

  .rectangle {
    padding: 20px 0;
  }

  .rectangle .redLineBtn {
    width: 175px;
    align-items: center;
  }

  .termsContainer .rectangle .redLineBtn {
    width: 85%;
    margin: auto;
    max-width: unset;
  }

  .rectangle .arrow-tr {
    height: 12px;
  }

  .rectangleTitle {
    font-size: 19px;
    line-height: 23px;
    width: 85%;
    margin: auto;
    max-width: unset;
  }

  .rectangleDescrition {
    font-size: 12px;
    line-height: 17px;
    width: 85%;
    margin: 7px auto 17px;
  }

  #aboutVideo {
    width: 100%;
  }

  #videoCover {
    height: calc(100vw * 975 / 1920);
  }

  .imgBoxContainer img {
    width: 60%;
  }

  .videoBtn {
    width: 242px;
    margin-bottom: 40px;
  }

  .highlight img,
  img.highlight {
    width: 100%;
    object-fit: unset;
    height: auto;
  }

  .secondContainer {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  #ourBrands {
    margin-top: 70px;
    margin-bottom: 30px;
  }

  .box img {
    height: 115px;
  }
}