.page-template-temp_grandes_maestros .hero {
  border-radius: 1rem;
  margin: 0 2rem;
  overflow: hidden;
  width: calc(100% - 4rem);
}

.page-template-temp_grandes_maestros .page__content {
  margin: 5rem 0;
  padding: 0 20%;
}

.page-template-temp_grandes_maestros .page__content h1 {
  font-size: 6rem;
  margin-bottom: 1rem;
}

.page-template-temp_grandes_maestros .wp-block-heading {
  margin-bottom: 6rem;
}

.page-template-temp_grandes_maestros .gmap_info {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  padding: 2rem 15%;
}

.page-template-temp_grandes_maestros .gmap_info .right,
.page-template-temp_grandes_maestros .gmap_info .left {
  border-radius: 1rem;
  overflow: hidden;
}

.page-template-temp_grandes_maestros .gmap_info .left {
  background: #edf6f7;
}

.page-template-temp_grandes_maestros .gmap_info .left img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.page-template-temp_grandes_maestros .gmap_info .right {
  background: #edf6f7;
  padding: 1rem 3rem;
}

.page-template-temp_grandes_maestros .persons__container {
  padding: 2rem;
  margin-bottom: 3rem;
}

.page-template-temp_grandes_maestros .home__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 20rem;
  gap: 1rem;
  margin-bottom: 2rem;
}

.page-template-temp_grandes_maestros .card__shape__container {
  display: none;
}

.page-template-temp_grandes_maestros .card__container .category {
  display: none;
}

.page-template-temp_grandes_maestros .card__info_content {
  border-radius: 1rem;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  position: absolute;
  width: calc(100% - 2rem) !important;
}

.page-template-temp_grandes_maestros .card__container .group {
  margin: 0;
}

.page-template-temp_grandes_maestros
  .card__container:hover
  .card__cover_container
  img {
  transform: none;
}

@media screen and (max-width: 1080px) {
  .page-template-temp_grandes_maestros .page__content {
    padding: 0 10%;
  }

  .page-template-temp_grandes_maestros .gmap_info {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .page-template-temp_grandes_maestros .gmap_info .left {
    max-height: 40dvh;
  }

  .page-template-temp_grandes_maestros .home__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: max(300px, 35vh);
    gap: 1rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .page-template-temp_grandes_maestros .page__content {
    padding: 0 2rem;
    margin: 3rem 0;
  }

  .page-template-temp_grandes_maestros .page__content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  .page-template-temp_grandes_maestros .wp-block-heading {
    margin-bottom: 3rem;
  }

  .page-template-temp_grandes_maestros .home__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: max(300px, 45vh);
    gap: 1rem;
    margin-bottom: 3rem;
  }

  .page-template-temp_grandes_maestros .hero {
    border-radius: 20px;
    margin: 2rem 10px 0 10px;
    width: calc(100% - 20px);
    height:auto;
    min-height: initial;
    aspect-ratio: 16/9;
  }

  .page-template-temp_grandes_maestros .gmap_info {
    padding: 2rem 10px;
  }
}
