body.body-negative {
  background-image: none;
}

.mainContent {
  padding-bottom: 0;
}

.hero {
  height: var(--viewportHeight);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .container-fluid {
  position: relative;
}
.hero .container-fluid h1 {
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
.hero .hero-scroll {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
}
.hero .hero-scroll > * + * {
  margin-left: 5px;
}
@media (min-width: 1024px) {
  .hero h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .hero h1 br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .hero h1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.portfolio .tipo {
  position: relative;
}
.portfolio .tipo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.portfolio .tipo a span {
  color: #000000;
  position: relative;
}
.portfolio .tipo a:hover picture img {
  transform: scale(1.05);
}
.portfolio .tipo picture {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.portfolio .tipo picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s;
}
@media (min-width: 1440px) {
  .portfolio .tipo {
    padding: 53px 40px;
  }
  .portfolio .tipo:first-child {
    width: 35.39%;
    aspect-ratio: 1/1.41;
  }
  .portfolio .tipo:last-child {
    width: 64.61%;
    aspect-ratio: 1/0.77;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .portfolio .tipo {
    padding: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .portfolio .tipo:first-child {
    width: 40.63%;
    aspect-ratio: 1/1.85;
  }
  .portfolio .tipo:last-child {
    width: 59.37%;
    aspect-ratio: 1/0.94;
  }
}
@media (min-width: 1024px) {
  .portfolio {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .portfolio .tipo {
    aspect-ratio: 1/0.67;
  }
}
@media (max-width: 767px) {
  .portfolio .tipo {
    padding: 20px;
    aspect-ratio: 1/0.89;
  }
  .portfolio .tipo picture img {
    -o-object-position: left 50% top 31%;
       object-position: left 50% top 31%;
  }
}/*# sourceMappingURL=inicioFront.css.map */