body {
  font-family: "Encode Sans", sans-serif;
}
input::placeholder {
  letter-spacing: 2px;
}
.container-detalhes {
  padding: 20px 40px 30px 40px;
  padding-bottom: 50px;
  background: white;
  height: auto;
  width: 650px;
  color: #000;
}

@media (max-width: 768px) {
  .container-detalhes {
    width: 100%;
  }
}

.title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 32.5px;
}
@media (max-width: 768px) {
  .title {
    font-size: 26px;
    font-weight: 600;
  }
}
.descricao {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .descricao {
    font-size: 14px;
  }
}
.text-item {
  border: solid black 2px;
  border-radius: 60px;
  width: 490px;
  font-size: 14px;
  text-align: center;
  padding: 15px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .text-item {
    width: 100%;
    font-size: 10px;
  }
}
.location {
  padding-top: 20px;
}

.mount {
  font-size: 40px;
  font-weight: 500;
}

.tax {
  font-size: 30px;
  margin-left: 10px;
}

.buy {
  height: 80px;
  margin-top: 10px;
}

.button-buyVirrey {
  background: linear-gradient(180deg, #f36f00, #f2295b);
  border: none;
  border-radius: 30px;
  width: 224px;
  height: 59px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: 0.2s linear;
}

.title-location {
  font-size: 26px;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 768px) {
  .title-location {
    font-size: 18px;
  }
}
.img-event {
  float: right;
}
.icon-acesso-exclusivo {
  background-image: url(img/ingress-desc-icon-01.png);
  width: 70px;
  height: 70px;
}
.description-location {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 768px) {
  .description-location {
    font-size: 12px;
  }
}

label {
  color: black;
}

/* == Lista de eventos ==*/

.listaEventos {
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.ings-home-event-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .ings-home-event-list {
    padding: 0 0 0 0;
  }
}
.ings-home-event-list-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 35px;
  color: #ffffff;
  align-items: stretch;
}
@media (min-width: 320px) and (max-width: 768px) {
  .ings-home-event-list-item {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.ings-home-event-list-item div {
  border-right: 1px solid #ffffff50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 2px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .ings-home-event-list-item div {
    border-right: 0;
    border-bottom: 1px solid #ffffff50;
    text-align: center;
    padding: 30px 0;
  }
  .ings-home-event-list-item div {
    width: 100%;
  }
}
.ings-home-event-list-item div:last-child {
  border: 0;
  align-items: flex-end;
}
@media (min-width: 320px) and (max-width: 768px) {
  .ings-home-event-list-item div:last-child {
    width: 100%;
  }
}
.ings-home-event-list-item .show {
  font-size: 27px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}
.ings-home-event-list-item-options ul {
  margin: 0 0 0 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  line-height: 0.8;
}
@media (min-width: 320px) and (max-width: 768px) {
  .ings-home-event-list-item-options ul {
    margin: 0;
    text-align: left;
  }
}
.ings-home-event-list-item-options ul li {
  margin: 0;
}
.col-1 {
  width: 33.333333%;
  float: left;
}

.col-12 {
  width: 100%;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

i {
  float: left;
  padding-right: 10px;
}

.icon {
  color: #f36f00;
}

.button {
  background: linear-gradient(180deg, #f36f00, #f2295b);
  border: none;
  border-radius: 30px;
  width: 224px;
  height: 59px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: 0.2s linear;
}
.button:hover {
  color: white;
  background: linear-gradient(180deg, #f2295b, #f36f00);
}

@media (min-width: 320px) and (max-width: 768px) {
  .button {
    width: 100%;
  }
}

.data {
  font-family: "Encode Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
}

.local {
  font-family: "Encode Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
}
.ings-home-event-list .show {
  font-family: "Encode Sans", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
  line-height: 24px;
}
.text-icon {
  font-family: "Encode Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.ings-flex-center {
  display: flex;
  align-items: center !important;
}

.col-1 {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  border-right: 1px solid #ffffff50;
}

.col-1:last-child {
  border-right: 0;
}

.container-detalhes .list-items .item {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.image-show-home {
  height: 450px !important;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

.pagina-home-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pagina-home {
  padding: 10px;
  text-align: center;
}

.foto-show-home img {
  transition: transform 0.3s;
}

.foto-show-home img:hover {
  transform: scale(1.05);
}

.titulo-home h2 {
  font-family: "Roboto", "Encode Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 0.25rem;
}

@media (max-width: 767px) {
  .datas_local-home p {
    font-size: 0.625rem;
  }
  .titulo-home h2 {
    font-size: 1rem;
  }
}

.datas-local-home {
  font-family: "Roboto", Encode Sans;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 2s ease, transform 2s ease;
}

.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1024px) {
  .pagina-home-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .image-show-home {
    height: 300px !important;
  }
  .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .pagina-home-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .image-show-home {
    height: 390px !important;
  }
  .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .image-show-shows {
    height: 360px !important;
    width: 100%;
    object-fit: contain;
  }
  .col-6-info {
    padding: 0% 0% 0% 0% !important;
    align-content: center;
  }

  .titulo-shows h2 {
    text-align: center;
  }
}

.img-show-shows {
  height: 460px !important;
}

.container-shows {
  display: flex;
  padding: 10px;
}

.foto-show-shows {
  padding: 16px 0px;
}

.foto-show-shows img {
  transition: transform 0.3s;
  cursor: pointer;
}

.foto-show-shows img:hover {
  transform: scale(1.05);
}

.infos-shows {
  flex: 1;
}

.titulo-shows h2 {
  font-family: "Roboto", Encode Sans;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

.datas-local-shows {
  font-family: "Roboto", Encode Sans;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.datas-local-shows p {
  margin: 0px 0px 8px !important;
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 2s ease, transform 2s ease;
}

.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1024px) {
  .container-shows {
    align-items: center;
    flex-direction: column;
  }
}

.text-info-showsPage {
  align-content: center;
}

.linha-shows {
  border-top: 2px solid #ffffff;
  margin: 40px 0;
}

.linha-shows-branco {
  border-top: 2px solid #ffffff;
  margin: 20px 0;
}

.button-animacao {
  background: linear-gradient(180deg, #f36f00, #f2295b);
  transition: transform 0.3s;
  cursor: pointer;
}

.button-animacao:hover {
  background: linear-gradient(180deg, #f36f00, #f2295b) !important;
  transform: scale(1.1);
}

.ings-home-event-list-buttom p {
  margin-bottom: 20px;
}

.mensagem-after p {
  font-family: "Encode Sans", Encode Sans;
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
}

.datas_local-home p {
  margin-top: 4px !important;
  margin-bottom: 0px !important;
}

.button-home {
  display: flex !important;
  justify-content: center !important; /* Centraliza o conteúdo horizontalmente */
  margin-top: 24px !important; /* Centraliza o conteúdo verticalmente (opcional) */
  margin-bottom: 16px !important;
}

@media (max-width: 767px) {
  .button-saiba-mais {
    width: 180px !important;
    height: 45px !important;
    margin-bottom: 30px !important;
  }
  .text-info-showsPage {
    padding: 0 35px 0 35px !important;
  }
}

.show-tickets {
  margin-bottom: 30px !important;
}
.divisor-mirante {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  width: 30% !important;
}

.foto-show-home {
  display: flex !important;
  justify-content: center !important;
}