.section-jugar {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}

.section-jugar iframe {
  border-radius: 15px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.section-jugar .inner-section {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.section-jugar .inner-section h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-jugar .inner-section p {
  color: #fff;
  font-size: 26px;
  font-weight: 0;
  text-align: center;
}

.image-map {
  margin-top: -50px;
  padding: 0 22px;
}

.btn-lp-gamer {
  width: 100%;
  max-width: 350px;
  background-color: #039DF4;
  border-radius: 50px;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
  color: #fff;
}

@media (min-width: 768px) {
  .section-jugar .inner-section {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 30px;
  }
}