body {
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #f6e7c2;
  margin: 0;
}

.subtitulo {
  font-weight: normal;
  font-size: 20px; 
  margin-top: 20px;
  color: #333;
}

.mapa-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 87%;
  margin: 0 auto;
  padding: 0 20px;
}

.mapa-container img {
  width: 100%;
  height: auto;
  display: block;
  }

.imagem-abaixo {
  width: 100%;
  max-width: 90%;
  margin-top: 30px;
}

.botao {
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 19px;
  padding: 4px 6px;
}

.botao-grande {
  width: 60px;
  height: 60px;
}

.botao:hover {
  background-color:transparent(168, 19, 36, 0.6);
  opacity: 1;
}

audio player {
  display: block;
  margin: 20px auto 40px auto;;
  width: 20%;
  max-width: 30px;
  z-index: 2 
}

.creditos {
  font-size: 12px;        
  color: #333;           
  text-align: center;     
  margin: 40px 20px 20px; 
  line-height: 1.4;
}

@supports (-webkit-touch-callout: none) {
  #audio-player {
    margin-bottom: 60px;
  }
}
