.region-content {
  padding: 0;
}

.map-clear .field__item .google-map-field h2,
.map-clear .field--type-google-map-field .field__label {
  display: none;
}

@media only screen and (min-width: 992px) {
  .hero .hero-container {
    padding-left: 10rem;
    max-width: 60%;
  }
}
.hero .hero-container p {
  font-family: Geogrotesque, sans-serif;
  color: #fff;
  font-size: 42px;
  opacity: 0.946;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .hero .hero-container p {
    font-size: calc(4.62963vw + 15.33333px);
  }
}
@media screen and (min-width: 1440px) {
  .hero .hero-container p {
    font-size: 82px;
  }
}

.btn--slider {
    background-color: #e2cc84;
    color: #1f1f5c;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 0;
    font-family: Geogrotesque, sans-serif;
    transition: box-shadow .5s;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    text-decoration: none;
}

.btn--slider:hover {
    color: #fff;
    box-shadow: inset 20em 0 0 0 #1f1f5c;

}

article.mapa-web a {
    text-decoration: none;
}

.mapa-web a span {
    font-size: 12px;
}