.hm-ind-portada {
  position: relative;
  overflow: hidden;
  padding-block: var(--e-10) var(--e-9);
  background: var(--tinta-900);
  color: #fff;
}

.hm-ind-portada__foto {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  object-position: 90% 36%;
}

.hm-ind-portada__velo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(8, 10, 14, .55) 0px, rgba(8, 10, 14, 0) 220px),
    linear-gradient(90deg,
      rgba(8, 10, 14, .86) 0px,
      rgba(8, 10, 14, .80) 420px,
      rgba(8, 10, 14, .70) 1000px,
      rgba(8, 10, 14, .22) 1500px);
}

@media (max-width: 639px) {
  .hm-ind-portada__velo {
    background:
      linear-gradient(0deg, rgba(8, 10, 14, .82) 0px, rgba(8, 10, 14, 0) 520px),
      linear-gradient(90deg,
        rgba(8, 10, 14, .69) 0px,
        rgba(8, 10, 14, .64) 420px,
        rgba(8, 10, 14, .56) 900px,
        rgba(8, 10, 14, .18) 1500px);
  }
}

.hm-ind-portada__contenido {
  position: relative;
  z-index: 1;
}

.hm-ind-portada__titulo {
  margin-top: var(--e-4);
  max-width: 900px;
  color: #fff;
}

.hm-ind-portada__texto {
  margin-top: var(--e-5);
  max-width: 620px;
  font-size: 19px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .78);
}

.hm-ind-portada__botones {
  margin-top: var(--e-7);
}

.hm-segmentos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: var(--e-8);
}

.hm-segmento {
  padding: 40px;
  background: var(--superficie);
  border: 1px solid var(--borde);
  border-left: none;
}

.hm-segmento:first-child {
  border-left: 1px solid var(--borde);
}

.hm-segmento__titulo {
  font-family: var(--fuente-titulos);
  font-size: clamp(22px, 1.9vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--texto);
}

.hm-segmento__claim {
  margin-top: var(--e-3);
  font-family: var(--fuente-titulos);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--texto);
}

.hm-segmento__texto {
  margin-top: var(--e-4);
  font-size: 15px;
  line-height: 1.6;
  color: var(--texto-suave);
}

.hm-segmento__rotulo {
  margin-top: var(--e-5);
  margin-bottom: var(--e-3);
}

.hm-ind-cierre {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: var(--e-8);
  align-items: center;
}

.hm-ind-cierre__titulo {
  margin-top: var(--e-4);
  color: #fff;
}

.hm-ind-cierre__texto {
  margin-top: var(--e-5);
  max-width: 520px;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .78);
}

.hm-ind-cierre__botones {
  justify-content: flex-end;
}

@media (max-width: 1023px) {

  .hm-ind-portada {
    padding-block: var(--e-8);
  }

  .hm-segmentos {
    grid-template-columns: 1fr;
  }

  .hm-segmento {
    padding: var(--e-6);
    border-left: 1px solid var(--borde);
    border-bottom: none;
  }

  .hm-segmento:last-child {
    border-bottom: 1px solid var(--borde);
  }

  .hm-ind-cierre {
    grid-template-columns: 1fr;
    gap: var(--e-7);
  }

  .hm-ind-cierre__botones {
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {

  .hm-ind-portada__texto {
    font-size: 17px;
  }

  .hm-segmento {
    padding: var(--e-5);
  }

  .hm-ind-portada__botones .hm-boton,
  .hm-ind-cierre__botones .hm-boton {
    flex: 1 1 100%;
  }
}
