/* Home V6.2: retrato completo en pantallas anchas. */

@media (min-width: 1200px) {
  .hero-nuevo,
  .hero-nuevo__foto {
    min-height: 760px;
  }

  .hero-nuevo__foto {
    height: 760px;
    overflow: hidden;
    grid-template-rows: 700px 60px;
    background: #beb6b8;
  }

  .hero-nuevo__foto::before {
    bottom: 60px;
  }

  .hero-nuevo__foto img {
    grid-row: 1;
    width: 100%;
    height: 700px;
    min-height: 0;
    object-fit: contain;
    object-position: center center;
    background: #beb6b8;
  }

  .hero-v6__especialidades {
    position: static;
    grid-row: 2;
    align-self: center;
    justify-self: stretch;
    margin: 6px 28px 8px;
  }
}

@media (min-width: 1600px) {
  .hero-nuevo {
    grid-template-columns: minmax(0, 1.38fr) minmax(0, 1fr);
  }
}
