.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: 0;
}

.highlight {
  position: relative;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  color: #fff;
  font-size: 48px;
  height: 100%;
  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;
  margin-bottom: 0;
}

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

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

.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%;
}

.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: 60px auto 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.seeMore {
   width: 100%;
   max-width: 80px;
   display: flex;
   flex-direction: row;
   align-items: center;
   background: #fff;
   border-radius: 4px;
   padding: 10px;
   border-bottom: none;
   gap: 8px;
}
.seeMore.contactBtn {
    max-width: 116px;
}
.rectangle:hover .seeMore img {
    animation: float 1.2s  ease-in-out infinite;
}
.highlight iframe{
  pointer-events: none;
>>>>>>> Stashed changes
}

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

.rectangle {
  background: #f5f5f5;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* min-height: 190px; */
}
a.rectangle.phone .redLineBtn {
    display: none;
}
.rectangleTitle {
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 4px;
}
.productSlide .productViewContainer {
  margin-right: 0;
  margin-left: 0;
}
.rectangleDescrition {
  color: #000;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
  margin-bottom: 27px;
}

#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: 10px;
  height: 10px;
  opacity: 0.5;
}

#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: 80px;
  width: fit-content;
  font-size: 12px;
}
.redLineBtn.contactBtn {
    max-width: 116px;
}
img.look-slide-img {
    border-radius: var(--border-radius);
}
.group-look-slider {
    width: 100% !important; !important;
    margin: auto;
}

 .group-look-slider .slick-dots {
    bottom: 8px !important;
  }

.look-slide:not(.slick-current) {
    opacity: 0.4 !important;
}
.group-look-slider .group-look-slider-title {
  margin-top: calc(calc(100% - var(--home-container)) / 2 );
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-top: 40px;
}

img.look-slider-arrow {
  filter: invert(1) var(--icons-invert);
}



.group-look-slider .look-slider-tag-price,
.group-look-slider .look-slider-tag-old-price {
  width: fit-content;
  font-weight: 600;
  font-size: var(--base-font-size);
  color: var(--base);
}


.group-look-slider .look-slider-tag-old-price {
  opacity: 30%;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li,
.group-look-slider .slick-dots li {
  width: 14px !important;
  height: 14px;
  margin: 4px;
}

.slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid transparent;
  nt; */
}

.slick-dots li button:before {
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin: 10px;
  background-color: #fff;
  color: transparent;
  opacity: 1;
  font-size: 0;
  top: -8px;
  left: -8px;
}

.slick-dots li.slick-active {
  border: 1px solid white;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  border: 1px solid var(--white);
}
.look-slide:not(.slick-current) {
    opacity: 0.4 !important;
}

a.look-slider-tag {
  background: #fff;
  padding: 7px;
}
.look-slider-right-arrow.slick-arrow,
.look-slider-left-arrow.slick-arrow {
  top: calc(41% + calc(calc(100% - var(--web-container)) / 1) + 0px);
  background: var(--base-aux);
  top: calc(50% + 28px);
  width: 25px;
  height: 35px;
  width: 35px;
  filter: invert(1);
  background: #000;
}
img.look-slider-arrow {
  filter: invert(1) var(--icons-invert);
}

.group-look-slider .look-slider-tag-info {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  margin-left: 14px;
  color: #000;
  font-size: 12px;
}

.group-look-slider .look-slider-tag-price,
.group-look-slider .look-slider-tag-old-price {
   width: 100%;
   font-weight: 600;
   /* font-size: 14px; */
}
    a.look-slider-tag-link {
        width: 100%;
    }

.group-look-slider .look-slider-tag-name {
  width: 100%;
  color: #000;
  /* font-size: 12px; */
  margin-bottom: 3px;
}

.group-look-slider .look-slider-tag-old-price {
  opacity: 30%;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li,
.group-look-slider .slick-dots li {
  width: 14px !important;
  height: 14px;
  margin: 4px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0px;
  border: 1px solid transparent;
}
.slick-dots li button:before {
    border-radius: 50px;
    width: 10px;
    height: 10px;
    margin: 10px;
    background-color: #fff;
    color: transparent;
    opacity: 1;
    font-size: 0;
    top: -8px;
    left: -8px;
}
.group-look-slider .look-slider-container .slick-dots li button:before {
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin: 10px;
  background-color: #000000;
  color: transparent;
  opacity: 0.5;
  font-size: 0;
  top: -7px;
  left: -7px;
}


.slick-dots li.slick-active {
    border: 1px solid white;
    border-radius: 50%;
}



.blogsSliderContainer.slick-initialized .slick-slide {
  margin: 0 10px;
}
.blogSlider {
  width: 100%;
  position:relative;
  margin: 2rem 0;
}
  
.blogTitle {
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-family: var(--Syne);
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.blogPostRegular {/* aspect-ratio: 324/350; */box-sizing: border-box;transition: 0.2s all ease-out;position: relative;margin: 0;background: white;}

.blogPostRegular:hover .verMasBlog{
  opacity:1
}
@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;
  }
.group-look-slider {
    width: 90% !important; !important;
    margin: auto;
}
  .group-look-slider .slick-track {
    padding-bottom: 40px !important;
}
  .centeredContent,
  .widthContainer {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .homeCatContainer {
    width: 100%;
    margin-bottom: 26px;
    margin-top: 0;
  }
.group-look-slider .look-slider-container .slick-dots li {
  width: 16px !important;
  height: 16px;
  margin: 4px;
}
.group-look-slider .look-slider-container .slick-dots li.slick-active button:before {
  /* opacity: 0.5; */
  /* border: 1px solid transparent; */
  /* background: red; */
}
.group-look-slider .look-slider-container .slick-dots li.slick-active {
  border: 1px solid #000;
  border-radius: 50%;
  opacity: 0.5;
}
  .box {
    overflow: hidden;
    padding: 0;
  }

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

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

  .numbersContainer {
    margin-top: 30px;
  }

  .homeCategories {
    width: 100%;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .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: 18vh;
    margin: auto;
    width: auto;
    aspect-ratio: 1/1;
    border-radius: 28.8076px;
    box-shadow: 6.9812px 11.3683px 12.287px rgb(0 0 0 / 1.5%);
  }

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

.imgBoxContainer svg {
  margin: auto;
  width: 100%;
  display: block;
  position: relative;
}
  .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: 10px;
    height: 10px;
  }

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

  #highlights {
    margin-bottom: 0;
  }

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

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

  .termsContainer {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .blogPostRegular .blogPostTitle {
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-bottom: 20px;
}
.termsContainer .col {
     grid-template-columns: 1fr;
     gap: 4px;
}
  .rectangle {
    padding: 20px;
    min-height: 135px;
  }

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

  .termsContainer .rectangle .redLineBtn {
    width: fit-content;
    margin: 0;
    max-width: unset;
  }

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

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

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

  #aboutVideo {
    width: 100%;
  }
.rectangle:hover .seeMore img {
    animation: none;
}
  #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;
  }
  .slick-dots li button:before {
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin: 10px;
  background-color: #fff;
  color: transparent;
  opacity: 1;
  font-size: 0;
  top: -8px;
  left: -8px;
}
}

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


  .box img {
    height: 115px;
  }
}