.footer_pata_logos-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px;
  margin: 0 0 50px 0;
}
.footer_pata_logos-light {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 0rem;
  margin: 0 0 50px 0;
}

.footer_pata_logos-dark img {
  width: 400px;
}

.footer_pata_logos-light img {
  width: 400px;
}

@media (max-width: 768px) {
  .footer_pata_logos-dark img {
	width: 300px;
  }
}

@media (max-width: 768px) {
  .footer_pata_logos-light img {
	width: 300px;
  }
}

.footer_logo_bogota-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px;
}
.footer_logo_bogota-dark img {
  width: 200px;
}

.page_boleteria-disclamer span{
  font-weight: 800;
}

.page_boleteria_c-item img {
  width: 200px;
}

@media (max-width: 768px) {
  .page_boleteria_c-item img {
    width: 300px;
  }
}


.page_golden_text span{
  font-weight: 800;
}

.page_golden_text h1{
  font-weight: 800;
  font-size: 1.2em;
  margin: 10px 0px 5px 0px;
  text-transform: uppercase;
}

.page-tshirt-terminos{
  font-weight: 400;
  font-size: 0.6em;
  padding: 0px 20px;
}

.page_prensa-presskit{
  width: 410px;
  margin: 0 auto;
}


.page_reenvio-boton a {
  text-decoration: underline;
  font-weight: 600;
}

.page_reenvio-boton-wrapper {
  max-width: width: 600px;
  font-size: 0.9rem;
  font-weight: 400;
  color: #E6EFFF;
  background-color: #1F242C;
  border-radius: 0.8rem;
  box-shadow: #272a2d 1px 4px 11px;
  padding: 0.7rem 1.2rem;
  margin-top: 0.7rem;
  display: inline-block;
}

.page_plano-wrapper{
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-items: center;
}
.page_plano-wrapper img{
  border-radius: 0.8rem;
  box-shadow: #272a2d 1px 4px 11px;
}