.hero {
  height: var(--viewportHeight);
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
}
.hero .hero-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .hero-img:after {
  content: "";
  background-color: #212429;
  opacity: 0.4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .container {
  position: relative;
}
.hero .blq-tit {
  color: #FFFFFF;
}
.hero .hero-scroll {
  width: 24px;
  height: 40px;
  border: 1px solid white;
  border-radius: 12px;
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.hero .hero-scroll:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    top: 5px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  .hero .blq-tit {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (max-width: 1439px) {
  .hero .hero-scroll {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hero .blq-tit {
    max-width: 680px;
  }
}

.hacemos {
  padding-top: 60px;
  margin-top: 10px;
}
.hacemos .blq-cont .blq-txt {
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .hacemos .blq-img {
    width: 680px;
  }
  .hacemos .blq-cont {
    width: 564px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hacemos .blq-img,
  .hacemos .blq-cont {
    max-width: 450px;
  }
}
@media (min-width: 1024px) {
  .hacemos .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hacemos .blq-img {
    height: 450px;
  }
  .hacemos .blq-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1023px) {
  .hacemos .blq-img {
    margin-bottom: 40px;
  }
}

.nosotros {
  padding-block: 90px 170px;
  margin-top: 72px;
  background-color: #294754;
  color: #FFFFFF;
}
.nosotros .blq-top {
  margin-bottom: 60px;
  text-align: center;
}
.nosotros .blq-top .blq-sup {
  color: #E9B384;
}
.nosotros .blq-top .blq-tit {
  color: #FFFFFF;
}
.nosotros .blq-items {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.nosotros .blq-items .item {
  padding-bottom: 20px;
  border-bottom: 1px solid #7C909B;
}
.nosotros .blq-items .item .item-img {
  width: 168px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.nosotros .blq-items .item .blq-txt {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1440px) {
  .nosotros .blq-items {
    gap: 74px;
  }
  .nosotros .blq-items .item .item-tit {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .nosotros .blq-items {
    gap: 30px;
  }
  .nosotros .blq-items .item .item-tit {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .nosotros .blq-top .blq-txt {
    font-size: 20px;
    line-height: 24px;
  }
  .nosotros .blq-items {
    justify-content: space-between;
  }
  .nosotros .blq-items .item {
    width: 0;
    flex-grow: 1;
  }
}
@media (max-width: 1023px) {
  .nosotros .blq-top .blq-txt {
    font-size: 18px;
    line-height: 22px;
  }
  .nosotros .blq-items {
    flex-direction: column;
    gap: 40px;
  }
}

.locales {
  padding-top: 60px;
}
.locales .blq-top {
  margin-bottom: 40px;
}
.locales .blq-items .item .item-img {
  margin-bottom: 20px;
}
.locales .blq-items .item .blq-tit2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.locales .blq-items .item .blq-tit2 > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.locales .blq-items .item .blq-tit2 i {
  padding: 13px;
}
@media (min-width: 1440px) {
  .locales .blq-items {
    grid-template-columns: repeat(auto-fill, 640px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .locales .blq-items {
    grid-template-columns: repeat(auto-fill, 450px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locales .blq-items {
    grid-template-columns: repeat(auto-fill, 320px);
  }
}
@media (min-width: 768px) {
  .locales .blq-items {
    display: grid;
    justify-content: space-between;
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .locales .blq-items {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}/*# sourceMappingURL=inicioFront.css.map */