.video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; 
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 10px 2%;
  padding-bottom: 20px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.hero h1 {
  font-size: 4vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display:  block !important;
}
.hero #residential {
  transform: translateX(5vw) !important;
}
.hero #commercial{
  transform: translateX(3vw) !important;
}
.char{
  transform: translateY(110%);
  transition: transform 0.3s;
  font-weight: 700;
}
.sponsor-item.big-sponsor img{
  width: 4vw;
}

.fixed{
  position: fixed;
}

.title {
  display: flex;
}

.title-container{
  position: absolute;
  right: 20%;
  bottom: 30%;
  transform: translateY(50%);
  z-index: 100;
  width: fit-content;
}

.title-text-container-1 {
  transform: translateX(5vw) !important;
}

.title span {
  gap: 0px;
  font-weight: 400;
}
.title span::-webkit-scrollbar{
  width: 0;
  height: 0;
}
.title h1{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.title-text-container-3 h1{
  position: relative;
  z-index: 100;
  
}
.char {
  background: linear-gradient(rgb(255, 255, 255) 43.5%, rgba(153, 153, 153, 0) 100%) text;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.articles-carousel-container-mobile{
  display: none;
}

.blur-mb{
  display: none;
}

#home-nav-link{
  list-style: disc;
  list-style-position: inside;
}
#home-nav-link a{
  color: white;
}

/* Hero Bottom */

.hero-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 10;
}

.hero-bottom-left {
  display: flex;
  align-items: center;
  gap: 10%;
  z-index: 2;
  max-width: 40%;

}

/*Hero Bottom Left*/

.hero-bottom-left p {
  font-weight: 100;
  font-size: 1rem;
  position: relative;
  color: rgba(255, 255, 255, 0.75);

  &::before {
    content: '';
    position: absolute;
    width: 2px;
    height: var(--explore-divider-height);
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    bottom: 0;
    margin: auto;
    left: -5%;
  }
}
.hero-bottom-left p span{
  font-weight: 500;
}
.explore-button a {
  width: 8rem;
  height: 8rem;
  font-size: 0.9rem;
  font-weight: 300;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  z-index: 10;
}

.mini-thunder{
  display: none;
}
.clientele-marquee{
  display: none;
}
.about-mb-overlay{
  display: none;
}
.aritcles-overlay-mb{
  display: none;
}
.explore-button a::before {
  content: '';
  scale: var(--explore-scale);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.arrow-container {
  position: absolute;
  top: 0.8rem;
  right: 0;
  background-color: #EE161F;
  padding: 10px;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.explore-arrow {
  width: 0.7rem;
  height: auto;
}

.explore-text {
  position: relative;
  color: #fff;
}

.explore-text::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: var(--underline-width);
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
}

/* Hero Bottom Right */

.hero-bottom-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10%;
  max-width: 50%;
}
.scroll-down{
  line-height: 0.7rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 100;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.hero-bottom-right .scroll-arrow {
  width: 1.2rem;
}
/*Info band*/
.info-cards{
  display: none;
}
.info-band {
  min-height: 20vh;
  fill: rgba(0, 0, 0, 0.10);
  stroke-width: 1.19px;
  background-color: #000;
  stroke: rgba(255, 255, 255, 0.07);
  box-shadow: 0px 59.491px 118.982px 0px rgba(255, 255, 255, 0.15) inset;
  filter: drop-shadow(0px 35.695px 71.389px rgba(0, 0, 0, 0.10)) drop-shadow(0px 17.847px 35.695px rgba(0, 0, 0, 0.05)) drop-shadow(0px 5.949px 11.898px rgba(0, 0, 0, 0.05));
  padding-bottom: 2%;
}
.info-band img{
  height: 100%;
  width: auto;
}
.info-band-content{
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  z-index: 2;
}
.info-band-left div:last-child{
  position: relative;
  &::before{
    content: '';
    position: absolute;
    width: 2px;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.12);
    top: 0;
    margin: auto;
    left: -5%;
  }
}

.info-band-mid{
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-band-left{
  display: flex;
  justify-content: center;
  padding-top: 5%;
  gap: 2rem;
  padding-left: 6%;
}

.info-band-right{
  display: flex;
  justify-content: center;
  padding-top: 5%;
  gap: 2rem;
  padding-right: 6%;
}

.info-band-right div:last-child{
  position: relative;
  &::before{
    content: '';
    position: absolute;
    width: 2px;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.12);
    top: 0;
    margin: auto;
    left: -5%;
  }
}

.info-band h4{
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.info-band p{
  font-size: 1rem;
  font-weight: 100;
  color: #fff;
  opacity: 0.75;
}

/*About + Catalog*/

.about-catalog{
  background-color: #000;
  background-image: url('/assets/img/about-background-b.png'); 
  background-size: 100vw 80vh;

  background-position: 0vw 15vw; 
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  overflow: hidden;

}

#about-blur-1{
  position: absolute;
  left: -25%;
  top: 25%;
  transform: rotateZ(10deg);
  width: 50%;
  z-index: 1;
}
#about-blur-3{
  position: absolute;
  left: -15%;
  top: 50%;
  transform: rotateZ(150deg);
  width: 50%;
  z-index: 1;
}


.about-blur-bg img{
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.catalog .swiper {
  cursor: url(assets/img/pointer.png) 16 16, grab;
}
.about-animated-blur-bg{
  position: absolute;
  width: 50%;
  right:  -15%;
  top: 25%;
  z-index: 1;
  transform: rotate(10deg);
}
.about-animated-blur-bg img{
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  
}

/* About */

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  gap: 0;
  z-index:2 ;
  background-position: center bottom;
  background-size: cover;
}
.blur-left{
  position: -webkit-sticky; /* Para compatibilidad con navegadores antiguos */
  position: fixed;
  left: 0;
  width: 50%;
  z-index: 10;
  transform: translate(-20vw ,50vh) rotate(25deg);
}
.blur-right{
  position: -webkit-sticky; /* Para compatibilidad con navegadores antiguos */
  position: fixed;
  right: 0;
  width: 50%;
  z-index: 10;
  transform: translate(20vw ,55vh) rotate(25deg);
}

.blur-left img, .blur-right img{
  width: 100%;
  height: auto;
}
.about h2 {
  font-size: 5rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 1rem;
  z-index: 3;
}
.about p{
  max-width: 40%;
  text-align: center;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.4rem;
}

.about a{
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  background: #131415;
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  font-weight: 500;
  z-index: 50;
}
.about .link-container a{
  background-color: transparent;
  backdrop-filter: none;
  align-items: center;
}
/*Catalog*/
.catalog, .articles{
  position: relative;
  gap: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.catalog{
  background-position: center top;
  background-size: cover;
}


.swiper-slide.swiper-slide-active{
  opacity: 1;
}
.btn-blured{
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.50);
  background: rgba(255, 255, 255, 0.10);
}
/*CTA 1 */

.cta-1-content{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 15% 3%;
  gap: 10px;
}
.cta-2-content{
  align-items: center;
  justify-content: center;
  padding: 2% 3%;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cta-1 h2, .cta-2 h2{
  font-size: 3.2vw;
  font-weight: 300;
  color: #fff;
  line-height: 95%;
  max-width: 50%;
}
.cta-2 h2{
  text-align: center;
}

.swiper-slide{
  opacity: 0.5;
} 

@media (width >= 1024px){
  .swiper{
    padding: 0 3% !important;
  }
  .swiper-slide {
    width: 30% ;
    max-width: 30%;
    transition: all 0.5s;
  }
  .cta-2 .link-container{
    margin-top: 50px;
  }
  .about h2{
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .cta-2 h2{
    max-width: 60%;
  }
  .article-item h5{
    font-size: 1.37vw;
    font-weight: 300;
    color: #fff;
    margin-bottom: 2%;
    margin-top: 5%;
  }
  .article-item p{
    font-size: 0.92vw;
    font-weight: 100;
    color: #fff;
    opacity: 0.75;
  }
}

.cta-2 .video-overlay{
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 46%, #000 100%), linear-gradient(270deg, #1580B7 0%, #EE161F 100%);
  mix-blend-mode: multiply;
}
.cta-1 .video-overlay{
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 46%, #000 100%), linear-gradient(270deg,  #EE161F 0%, #1580B7  100%);
  mix-blend-mode: multiply;
}


/*articles*/

.articles{
  background-color: #000;
}
.article-item{
  min-width: 30%;
  max-width: 30%;
}
.article-item-top .article-img, .card-item-top, .card-img{
  width: 100%;
  border-radius: 11.898px;
}

.articles-blur-bg{
  position: absolute;
  z-index: 1;
  bottom: 65%;
  left: 40%;
  width: 100%;
  z-index: -1;
}
.articles-blur-bg img{
  position: absolute;
  height: auto;
  width: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.catalog-carousel-container-mobile{
  display: none;
}
/**Clientele*/

.clientele{
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: space-around;
  align-items: center;
  overflow-y: visible;
}
.clientele-blur-bg{
  position: absolute;
  z-index: 1;
  bottom: 75%;
  left: 0;
  width: 100%;
}
.clientele-blur-bg img{
  position: absolute;
  height: auto;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.clientele-title{
  max-width: 50%;
}

.clientele h2{
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  line-height: 90%;
  text-align: center;
  margin-bottom: 2rem;
}
.clientele p{
  text-align: center;
  font-size: 1rem;
  font-weight: 100;
  color: #fff;
  opacity: 0.75;
}

.clientele-logo-container{
  background-color: white;
  position: relative;
  width: 100%;
}
.clientele-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 21%, rgba(255,255,255,0) 79%, rgba(255,255,255,1) 100%);
  z-index: 1;
  mix-blend-mode: luminosity;
}
.clientele ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2% 3%;
  background: rgb(255,255,255);
}

.clientele ul::-webkit-scrollbar{
  height: 5px;
}

.clientele ul li{
  list-style: none;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.clientele-logo-container img{
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#threejs-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  display: flex;
  align-items: flex-start; /* Centra verticalmente hacia arriba */
  justify-content: center; /* Centra horizontalmente */
}
#threejs-container .pin-spacer{
  display: flex !important;
  justify-content: center;
}
#threejs-container canvas {
  width: 50%;
  height: auto;
  z-index: 2;
}

/* Media Queries */

.hero-bg-blur{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hero-bg-blur img{
  position: absolute;
  height: auto;
  width: 100%;
  height: 90vh;
}

.load-percent{
  position: absolute;
  font-size: 2.5rem;
  color: #fff;
  z-index: 100;
  right: 2%;
  bottom: 2%;
}
body{
  overflow-x: hidden;
  width: 100dvw;
}
.clientele-blur-bg{
  z-index: -1;
}
@media (width >= 1024px) {
  .marquee img{
    width: 8vw;
  }
  .marquee .sponsor-item{
    width: fit-content;
  }
  .marquee.sponsor-m{
    gap: 5vw;
    align-items: center;
  }
  .catalog-item{
    min-width: 350px;
  }
}