/* ============================================================
   Gumma / Landing de Industria
   ============================================================ */

.gm-industry-page {
  --gm-industry-color: #28448e;
  background: #fff;
  color: #121212;
}

.gm-industry-section-label {
  margin: 0 0 20px;
  font-family: "Sora", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 2.4px;
}

/* HERO */

.gm-industry-hero {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  overflow: hidden;
  color: #fff;
}

.gm-industry-hero__image,
.gm-industry-banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-industry-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .42);
}

.gm-industry-hero__content {
  position: relative;
  z-index: 1;
  max-width: 850px;
  text-align: center;
}

.gm-industry-hero__eyebrow {
  margin: 0 0 22px;
  font-family: "Sora", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 2.4px;
}

.gm-industry-hero__title {
  max-width: 720px;
  margin: 0 auto 24px;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -3px;
}

.gm-industry-hero__sub {
  max-width: 795px;
  margin: 0 auto;
  font-family: "Sora", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

/* PILARES */

.gm-industry-pillars {
  padding: 96px 0;
}

.gm-industry-pillars__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gm-industry-pillar {
  padding: 0 32px 18px;
  border-left: 1px solid #d7d7d7;
}

.gm-industry-pillar:first-child {
  padding-left: 0;
  border-left: 0;
}

.gm-industry-pillar__number {
  display: block;
  margin-bottom: 42px;
  color: var(--gm-industry-color);
  font-family: "Sora", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.gm-industry-pillar__title {
  margin: 0 0 22px;
  font-family: "Sora", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.gm-industry-pillar__text {
  margin: 0;
  color: #57585a;
  font-family: "Sora", Arial, sans-serif;
  font-size: 12px;
  line-height: 21.6px;
}

/* INTRO */

.gm-industry-intro {
  padding: 100px 0;
  background: #f5f5f5;
}

.gm-industry-intro__heading {
  max-width: 900px;
  margin-bottom: 62px;
}

.gm-industry-intro__heading h2 {
  margin: 0 0 22px;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 42px;
  line-height: 50px;
}

.gm-industry-intro__heading > p {
  max-width: 720px;
  margin: 0;
  color: #57585a;
  font-family: "Sora", Arial, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.gm-industry-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: 62px;
  align-items: start;
}

.gm-industry-intro__gallery {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.gm-industry-intro__gallery::-webkit-scrollbar {
  display: none;
}

.gm-industry-gallery__slide {
  flex: 0 0 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  scroll-snap-align: start;
  background: #e9e9e9;
}

.gm-industry-gallery__slide img,
.gm-industry-gallery__slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-industry-intro__copy {
  color: #57585a;
  font-family: "Sora", Arial, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.gm-industry-intro__copy p {
  margin: 0;
}

.gm-industry-intro__copy p + p {
  margin-top: 22px;
}

/* PRODUCTOS */

.gm-industry-products {
  padding: 104px 0 118px;
}

.gm-industry-products__sub {
  max-width: 760px;
  margin: 0 0 54px;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -.7px;
}

.gm-industry-products__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.gm-industry-product {
  color: inherit;
  text-decoration: none;
}

.gm-industry-product__media {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 8px;
  background: #f2f2f2;
}

.gm-industry-product__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.gm-industry-product:hover .gm-industry-product__media img {
  transform: scale(1.025);
}

.gm-industry-product__title {
  margin: 16px 0 0;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

/* CADA PROYECTO */

.gm-industry-project {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #121212;
}

.gm-industry-project__media,
.gm-industry-project__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gm-industry-project__video {
  object-fit: cover;
}

.gm-industry-project__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .48);
}

.gm-industry-project__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  text-align: center;
}

.gm-industry-project__content h2 {
  margin: 0;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 44px;
  line-height: 52px;
}

/* NOTICIAS */

.gm-industry-news {
  padding: 100px 0 112px;
}

.gm-industry-news > .gm-container > h2 {
  max-width: 700px;
  margin: 0 0 52px;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 35px;
  line-height: 42px;
}

.gm-industry-news__content:empty {
  display: none;
}

.gm-industry-news-card {
  max-width: 520px;
}

.gm-industry-news-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}

.gm-industry-news-card__meta {
  margin: 18px 0 8px;
  color: #57585a;
  font-family: "Sora", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.gm-industry-news-card__title {
  margin: 0;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

/* BANNER FINAL */

.gm-industry-banner {
  position: relative;
  display: grid;
  min-height: 440px;
  place-items: center;
  overflow: hidden;
  color: #fff;
}

.gm-industry-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .42);
}

.gm-industry-banner__content {
  position: relative;
  z-index: 1;
  max-width: 850px;
  text-align: center;
}

.gm-industry-banner__content h2 {
  margin: 0;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 46px;
  line-height: 55px;
}

/* NOT FOUND */

.gm-industry-not-found {
  min-height: 60vh;
  padding-top: 120px;
  padding-bottom: 120px;
}

/* MOBILE */

@media (max-width: 767px) {
  .gm-industry-hero {
    min-height: 520px;
  }

  .gm-industry-hero__content {
    padding-right: 18px;
    padding-left: 18px;
  }

  .gm-industry-hero__eyebrow {
    margin-bottom: 18px;
  }

  .gm-industry-hero__title {
    max-width: 283px;
    margin-bottom: 22px;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
  }

  .gm-industry-hero__sub {
    max-width: 283px;
    font-size: 18px;
    line-height: 21.6px;
  }

  .gm-industry-pillars {
    padding: 68px 0;
  }

  .gm-industry-pillars__grid {
    display: block;
  }

  .gm-industry-pillar {
    padding: 30px 0;
    border-top: 1px solid #d7d7d7;
    border-left: 0;
  }

  .gm-industry-pillar:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .gm-industry-pillar__number {
    margin-bottom: 18px;
  }

  .gm-industry-pillar__title {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 25.5px;
  }

  .gm-industry-intro {
    padding: 66px 0;
  }

  .gm-industry-intro__heading {
    margin-bottom: 36px;
  }

  .gm-industry-intro__heading h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .gm-industry-intro__heading > p {
    font-size: 15px;
    line-height: 23px;
  }

  .gm-industry-intro__layout {
    display: flex;
    flex-direction: column;
    gap: 38px;
  }

  .gm-industry-intro__gallery {
    order: 1;
    width: calc(100% + 18px);
  }

  .gm-industry-intro__copy {
    order: 2;
    font-size: 13px;
    line-height: 21px;
  }

  .gm-industry-gallery__slide {
    flex: 0 0 323px;
    width: 323px;
    height: 243px;
    aspect-ratio: auto;
    border-radius: 0;
  }

  .gm-industry-products {
    padding: 72px 0 82px;
    overflow: hidden;
  }

  .gm-industry-products__sub {
    margin-bottom: 38px;
    font-size: 30px;
    line-height: 36px;
  }

  .gm-industry-products__track {
    display: flex;
    width: calc(100% + 18px);
    gap: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .gm-industry-products__track::-webkit-scrollbar {
    display: none;
  }

  .gm-industry-product {
    flex: 0 0 218px;
    scroll-snap-align: start;
  }

  .gm-industry-product__media {
    width: 218px;
    height: 290px;
    aspect-ratio: auto;
    border-radius: 0;
  }

  .gm-industry-product__title {
    font-size: 17px;
  }

  .gm-industry-project {
    min-height: 420px;
  }

  .gm-industry-project__content {
    max-width: 310px;
  }

  .gm-industry-project__content h2 {
    font-size: 30px;
    line-height: 37px;
  }

  .gm-industry-news {
    padding: 72px 0 82px;
  }

  .gm-industry-news > .gm-container > h2 {
    margin-bottom: 38px;
    font-size: 30px;
    line-height: 36px;
  }

  .gm-industry-banner {
    min-height: 360px;
  }

  .gm-industry-banner__content h2 {
    max-width: 310px;
    margin: 0 auto;
    font-size: 31px;
    line-height: 38px;
  }
}