@font-face {
  font-family: "latto";
  src: url("../font/Latto/Lato-Regular.ttf");
}
@font-face {
  font-family: "latto-black";
  src: url("../font/Latto/Lato-Black.ttf");
}
@font-face {
  font-family: "latto-bold";
  src: url("../font/Latto/Lato-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "latto-heavy";
  src: url("../font/Latto/Lato-Heavy.ttf");
}
@font-face {
  font-family: "latto-medium";
  src: url("../font/Latto/Lato-Medium.ttf");
}
body {
  font-family: "latto";
  user-select: none;
  background: linear-gradient(to left top, #5e1e54, #4d174f, #3b104a, #290b44, #14053d);
  background-size: 100%;
  height: 100%;
  background-attachment: fixed;
}

/*-----------------------------------------------------------------------------*/
/*                                  Toast                                      */
/*-----------------------------------------------------------------------------*/
#toast {
  border-radius: 8px;
}
#toast .toast {
  border-radius: 8px;
}
#toast .toast-container {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
#toast .toast-container .d-flex {
  border-radius: 8px;
  background-color: #d8054c;
  color: white;
  border: 1px solid #d8054c;
}

#load {
  background-color: rgba(245, 213, 192, 0.8);
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 9999;
  display: grid;
  align-items: center;
}
#load #preloader .inner {
  margin: 20px auto 0;
}
#load #preloader .inner .bolas {
  width: fit-content;
  margin: 0 auto;
}
#load .bolas > div {
  display: inline-block;
  background-color: #d8054c;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#load .bolas > div:nth-child(1) {
  animation-duration: 0.75s;
  animation-delay: 0;
}
#load .bolas > div:nth-child(2) {
  animation-duration: 0.75s;
  animation-delay: 0.12s;
}
#load .bolas > div:nth-child(3) {
  animation-duration: 0.75s;
  animation-delay: 0.24s;
}
@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.ondaTopo {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}
.ondaTopo img {
  width: 150px;
}

.ondaBottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.ondaBottom img {
  width: 150px;
}
.ondaBottom::after {
  content: "";
  background-image: url("../img/logobranca.png");
  background-size: 50%;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -50px;
  left: 10px;
}

.conteudo {
  height: calc(100vh - 200px);
  display: grid;
  align-items: center;
  align-content: center;
  z-index: 9;
}
.conteudo .logo .titulo {
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.conteudo .logo .titulo img {
  width: 80px;
}

.logoRodape {
  text-align: center;
  z-index: 9;
  color: white;
}
.logoRodape .titulo {
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}

.botaoComprar {
  display: grid;
  align-items: center;
  justify-content: center;
  font-family: "latto-bold";
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #d8054c;
  color: white;
  padding: 7px 30px;
  cursor: pointer;
  border: none;
  font-size: large;
  text-align: center;
  background: #d8054c;
  min-width: 320px;
  max-width: 320px;
  width: 100%;
  margin: 20px auto 0;
}

.pageInicial .conteudo {
  height: calc(100vh - 180px);
  z-index: 9;
}
.pageInicial .conteudo .titulo {
  text-align: center;
  color: white;
}
.pageInicial .conteudo .titulo img {
  width: 350px;
  margin: 0 auto;
}
.pageInicial .conteudo .openBar {
  margin-top: 20px;
  text-align: center;
  color: #d8054c;
  font-weight: bold;
  font-size: x-large;
}
.pageInicial .conteudo .subtitulo {
  text-align: center;
  color: white;
  font-size: large;
}
.pageInicial .conteudo .rodape {
  margin: 20px auto 0;
  display: grid;
  align-content: center;
  align-items: flex-end;
  width: 85%;
  font-size: large;
  color: white;
  height: 150px;
  display: grid;
  align-items: end;
  align-content: end;
}
.pageInicial .conteudo .rodape .valor {
  color: white;
  text-align: center;
  font-size: large;
}
.pageInicial .conteudo .rodape .valor span {
  font-size: large;
}
.pageInicial .conteudo .rodape .valor .infoValor {
  font-size: small;
}
.pageInicial .conteudo .rodape .botaoComprar {
  margin-top: 15px;
}

.pageIngresso .conteudo,
.pagePagamento .conteudo {
  height: calc(100vh - 120px);
  color: white;
}
.pageIngresso .conteudo .titulo,
.pagePagamento .conteudo .titulo {
  font-family: "latto-black";
  color: #e1d8d8;
  text-align: center;
  font-size: x-large;
  text-transform: uppercase;
}
.pageIngresso .conteudo .subtitulo,
.pagePagamento .conteudo .subtitulo {
  text-align: center;
  font-size: 11px;
}
.pageIngresso .conteudo .formulario,
.pagePagamento .conteudo .formulario {
  min-width: 320px;
  max-width: 320px;
  width: 100%;
  margin: 0px auto 0px;
}
.pageIngresso .conteudo .formulario .linhaForm,
.pagePagamento .conteudo .formulario .linhaForm {
  margin: 10px 0;
}
.pageIngresso .conteudo .formulario .linhaForm input,
.pageIngresso .conteudo .formulario .linhaForm select,
.pagePagamento .conteudo .formulario .linhaForm input,
.pagePagamento .conteudo .formulario .linhaForm select {
  width: 100%;
  border-radius: 10px;
  padding: 5px 10px;
  border: 1px solid #a7a2a2;
}
.pageIngresso .conteudo .formulario .linhaForm input:focus,
.pageIngresso .conteudo .formulario .linhaForm select:focus,
.pagePagamento .conteudo .formulario .linhaForm input:focus,
.pagePagamento .conteudo .formulario .linhaForm select:focus {
  border: 1px solid #d8054c;
  outline: none;
}
.pageIngresso .conteudo .formulario .linhaForm input::placeholder,
.pageIngresso .conteudo .formulario .linhaForm select::placeholder,
.pagePagamento .conteudo .formulario .linhaForm input::placeholder,
.pagePagamento .conteudo .formulario .linhaForm select::placeholder {
  color: #a7a2a2;
}
.pageIngresso .conteudo .formulario .linhaForm select,
.pagePagamento .conteudo .formulario .linhaForm select {
  padding: 5px 15px;
  appearance: none;
  background: url(../img/arrow_down.png) no-repeat center right 10px #fff;
  background-size: 15px;
  color: grey;
  padding-right: 20px;
}
.pageIngresso .conteudo .formulario .linhaForm select option[value=""][disabled],
.pagePagamento .conteudo .formulario .linhaForm select option[value=""][disabled] {
  display: none;
}
.pageIngresso .conteudo .formulario .linhaFormQtd,
.pagePagamento .conteudo .formulario .linhaFormQtd {
  display: flex;
  align-items: center;
  color: white;
}
.pageIngresso .conteudo .formulario .linhaFormQtd input,
.pagePagamento .conteudo .formulario .linhaFormQtd input {
  width: 100px;
  margin-left: auto;
  text-align: center;
}
.pageIngresso .conteudo .linhaFormFila,
.pagePagamento .conteudo .linhaFormFila {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: grey;
}
.pageIngresso .conteudo .linhaFormFila .divcheckbox,
.pagePagamento .conteudo .linhaFormFila .divcheckbox {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: grey;
}
.pageIngresso .conteudo .linhaFormFila .divcheckbox .divContainer,
.pagePagamento .conteudo .linhaFormFila .divcheckbox .divContainer {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pageIngresso .conteudo .linhaFormFila .divcheckbox .divContainer input,
.pagePagamento .conteudo .linhaFormFila .divcheckbox .divContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.pageIngresso .conteudo .linhaFormFila .divcheckbox .divContainer input:disabled,
.pagePagamento .conteudo .linhaFormFila .divcheckbox .divContainer input:disabled {
  cursor: not-allowed !important;
}
.pageIngresso .conteudo .linhaFormFila .divcheckbox .checkmark,
.pagePagamento .conteudo .linhaFormFila .divcheckbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #eee;
}
.pageIngresso .conteudo .linhaFormFila .divcheckbox div,
.pagePagamento .conteudo .linhaFormFila .divcheckbox div {
  margin-bottom: 2px;
}
.pageIngresso .conteudo .linhaFormFila .divcheckbox .divContainer:hover input ~ .checkmark,
.pagePagamento .conteudo .linhaFormFila .divcheckbox .divContainer:hover input ~ .checkmark {
  background-color: #ccc;
}
.pageIngresso .conteudo .linhaFormFila .divcheckbox .divContainer input:checked ~ .checkmark,
.pagePagamento .conteudo .linhaFormFila .divcheckbox .divContainer input:checked ~ .checkmark {
  background-color: #d8054c;
}
.pageIngresso .conteudo .linhaFormFila .divcheckbox .checkmark:after,
.pagePagamento .conteudo .linhaFormFila .divcheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.pageIngresso .conteudo .linhaFormFila .divcheckbox .divContainer input:checked ~ .checkmark:after,
.pagePagamento .conteudo .linhaFormFila .divcheckbox .divContainer input:checked ~ .checkmark:after {
  display: block;
}
.pageIngresso .conteudo .linhaFormFila .divcheckbox .divContainer .checkmark:after,
.pagePagamento .conteudo .linhaFormFila .divcheckbox .divContainer .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pageIngresso .conteudo .formaPagamento,
.pagePagamento .conteudo .formaPagamento {
  text-align: center;
  font-size: small;
}
.pageIngresso .conteudo .formaPagamento span,
.pagePagamento .conteudo .formaPagamento span {
  font-weight: bold;
}
.pageIngresso .conteudo .botaoComprar,
.pagePagamento .conteudo .botaoComprar {
  margin-top: 5px;
  margin-bottom: 5px;
}
.pageIngresso .valor,
.pagePagamento .valor {
  margin-top: 20px;
  text-align: center;
  font-size: small;
}
.pageIngresso .valor span,
.pagePagamento .valor span {
  font-size: medium;
  font-weight: bold;
}

.pagePagamento {
  color: white;
}
.pagePagamento .conteudo {
  position: relative;
  display: grid;
  align-items: center;
  align-content: center;
}
.pagePagamento .conteudo .titulo {
  margin-top: 30px;
}
.pagePagamento .conteudo .subtitulo {
  text-align: center;
  font-size: 13px;
}
.pagePagamento .conteudo .subtitulo b {
  color: #d8054c;
  font-size: 15px;
}
.pagePagamento .conteudo .conexao {
  width: 100%;
  margin: 50px auto 10px;
  text-align: center;
  font-size: xx-small;
}
.pagePagamento .conteudo .conexao img {
  width: 10px;
  height: 10px;
}
.pagePagamento .validade_data {
  display: flex;
  margin: 0;
}
.pagePagamento .rodape {
  text-align: center;
}
.pagePagamento .rodape img {
  height: 40px;
}
.pagePagamento #pagamentoGlobal {
  margin: 20px;
}
.pagePagamento #pagamentoGlobal .botaoComprar div {
  margin-top: 10px;
  width: 150px;
}
.pagePagamento #pagamentoPix {
  text-align: center;
}
.pagePagamento #pagamentoPix #imgPix {
  width: 150px;
  margin: 0 auto;
}
.pagePagamento #pagamentoPix .conexao {
  width: 100%;
  margin: 50px auto 10px;
  text-align: center;
  font-size: xx-small;
}
.pagePagamento #pagamentoPix .conexao img {
  width: 10px;
  height: 10px;
}
.pagePagamento #valorPix {
  font-weight: bold;
  font-size: large;
}
.pagePagamento .ondaBottom::after {
  content: none;
}

.pagamentoEfetuado,
.pagamentoNegado {
  height: calc(100vh - 180px);
  color: white;
  width: 85%;
  margin: 0 auto;
  display: grid;
  align-items: center;
  justify-content: center;
}
.pagamentoEfetuado .conteudoPagamento,
.pagamentoEfetuado .conteudoLink,
.pagamentoNegado .conteudoPagamento,
.pagamentoNegado .conteudoLink {
  text-align: center;
}
.pagamentoEfetuado .conteudoPagamento .parabens,
.pagamentoEfetuado .conteudoLink .parabens,
.pagamentoNegado .conteudoPagamento .parabens,
.pagamentoNegado .conteudoLink .parabens {
  margin-top: 40px;
  font-size: large;
}
.pagamentoEfetuado .conteudoPagamento #idtransacao,
.pagamentoEfetuado .conteudoLink #idtransacao,
.pagamentoNegado .conteudoPagamento #idtransacao,
.pagamentoNegado .conteudoLink #idtransacao {
  color: #d8054c;
  user-select: auto;
  font-weight: bold;
}
.pagamentoEfetuado .conteudoPagamento img,
.pagamentoEfetuado .conteudoLink img,
.pagamentoNegado .conteudoPagamento img,
.pagamentoNegado .conteudoLink img {
  margin: 0 auto;
}
.pagamentoEfetuado .conteudoPagamento .lembrete,
.pagamentoEfetuado .conteudoLink .lembrete,
.pagamentoNegado .conteudoPagamento .lembrete,
.pagamentoNegado .conteudoLink .lembrete {
  font-size: 9pt;
}
.pagamentoEfetuado .conteudoPagamento .email,
.pagamentoEfetuado .conteudoLink .email,
.pagamentoNegado .conteudoPagamento .email,
.pagamentoNegado .conteudoLink .email {
  font-size: large;
  color: #d8054c;
  font-weight: bold;
}

.faleconosco {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.faleconosco img {
  width: 30px;
  cursor: pointer;
}