@font-face {
  font-family: 'BrownAustin';
  src: url('../images/vire-o-jogo/font/brown-austin-sans.otf') format('opentype');
}

h1,
h2,
h3,
h4 {
  font-family: 'BrownAustin';
  color: #590003 !important;
}

.color-red {
  color: #590003 !important;
}

.color-white {
  color: white !important;
}

.btn-base {
  padding: 15px 20px;
  border-radius: 20px;
  background-color: #590003;
  color: white;
  max-width: 90%;
  width: fit-content;
  text-align: center;
  font-size: 1rem;
  display: block;
  margin: 0 auto;
}

.btn-base:hover {
  background-color: #3e0507;
  color: white;
}

.logo-vire-o-jogo-constainer {
  display: flex;
  /* ativa o flexbox */
  justify-content: center;
  /* alinha horizontalmente */
  align-items: center;
  /* alinha verticalmente */
  height: 18vh;
}

.logo-vire-o-jogo {
  width: 300px;

}

.icon i {
  font-size: 3em;
  padding: 20px;
  color: #54080b;

}

.button-checkout {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 80px;
}

.button-checkoutv2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;

}

.row_am-v2 {
  padding-top: 0px;
  padding-bottom: 50px;
}

.row_am-v3 {
  padding-top: 100px;
  padding-bottom: 0px;
}

.vire-o-jogo-imagem-direita {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/vire-o-jogo/savethedate.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

p {
  padding: 15px;
}

.modern_ui_section {
  position: relative;
  z-index: 1;
}

@media (max-width: 1000px) {
  .vire-o-jogo-imagem-direita {
    position: relative;
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/vire-o-jogo/savethedate.png');
    margin-top: 30px;
    z-index: 1;
  }

  .container-index {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 20px;
  }

  .container-index img {
    width: 70%;
  }

  .btn-base {
    font-size: 0.95rem;
    padding: 12px 18px;
  }
}

 .container-index {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 20px;
    padding-top: 20%;
  }

  .container-index img {
    width: 70%;
    margin-bottom: 10%;
  }

.cointaner-index {
  display: flex;
  padding-top: 20% !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  /* espaçamento entre os elementos */
  padding: 20px;
}

.container-index p {
  color: white;
}

.container-index h1 {
  font-weight: bold;
  color: white !important;
}

.container-index h3 {
  font-weight: bold;
  color: white !important;
}

.container-index img {
  width: 80%;
}

.zindex999{
  z-index: 9999 !important;
}

.center-footer{
  display: flex;
  justify-content: center;
}