* {
  --azul-latam: #1b0088;
  --cinza-latam: #70747f;
  --vermelho-degrade: red;
  --laranja-degrade: orange;
  --font-laranja: #f54917;
}

@font-face {
  font-family: "Highland";
  src: url('../fonts/HighlandGothicFLF.ttf');
  font-weight: 'normal';
}

@font-face {
  font-family: "Highland-Bold";
  src: url('../fonts/HighlandGothicFLF-Bold.ttf');
}

@font-face {
  font-family: "Highland-Light";
  src: url('../fonts/HighlandGothicLightFLF.ttf');
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

/*html,
body {
  height: 100%;
  background: bisque;
  font-size: 14px;
  font-family: "Roboto", "Helvetica", sans-serif;
  background: 
		linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6));
}

body {
  -webkit-font-smoothing: antialiased !important;
}

*:focus {
  outline: 0 !important;
}*/

.box-ingresso-inner {
  margin-bottom: 40px;
  padding: 0px 20px;
}

.MeiaEntrada {
  width: 100%;
}

.box-ingresso-inner img {
  max-width: 100%;
}

.modal-content input,
.ingresse input {
  /* border: 0 !important;
  outline: 0 !important;
  font-size: 9px;
  padding: 20px;
  color: #a5a5a5; */

}

.modal-content label,
.ingresse label {
  text-transform: uppercase;
  color: #ed4533;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin-top: 5px;
}

.modal-content label>span.dica_senha {
  font-size: 9px;
  text-transform: lowercase;
  color: var(--font-laranja);
  font-family: "Highland-Bold", "Roboto", sans-serif;

}

.modal-dialog {
  /* margin: 0px auto; */
}

input {
  transform: translateZ(0);
}

button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-family: Roboto, sans-serif;
  border: 0;
  color: #fff;
  font-size: 16px;
  margin: 10px;
  border-radius: 3px;
  padding: 5px;
  font-weight: normal;
  min-width: 105px;
  z-index: 999;
}

a.button {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Highland-Light", sans-serif;
  border: 0;
  color: #fff;
  font-size: 16px;
  margin: 10px;
  border-radius: 3px;
  padding: 5px;
  font-weight: 100;
  min-width: 105px;
  z-index: 999;
  text-decoration: none !important;
}

a.button.button_outline_orange {
  color: var(--font-laranja);
  position: relative;
  border-top: 2px solid var(--vermelho-degrade);
  border-bottom: 2px solid var(--laranja-degrade);
}

a.button.button_outline_orange:before,
a.button.button_outline_orange:after {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--vermelho-degrade)), to(var(--laranja-degrade)));
  background-image: -webkit-linear-gradient(var(--vermelho-degrade), var(--laranja-degrade));
  background-image: -moz-linear-gradient(var(--vermelho-degrade), var(--laranja-degrade));
  background-image: -o-linear-gradient(var(--vermelho-degrade), var(--laranja-degrade));
  background-image: linear-gradient(var(--vermelho-degrade), var(--laranja-degrade));
  top: -2px;
  bottom: -2px;
  width: 2px;
}

a.button.button_outline_orange:before {
  left: -1px;
}

a.button.button_outline_orange:after {
  right: -1px;
}

.button_steps{
  display: flex;
  justify-content: space-between;
  width: 90%;
  gap: 20px;
  margin: 0 auto;
  z-index: 999;
}

#promoCode {
  display: flex;
  align-items: center;
  margin: 5px 0;
  border: 1px solid#ccc;
  padding: 2px;
}

#promoCode > input {
  margin-left: 10px;
}

#promoCode > button.showTickets {
  margin: 0 !important;
  min-width: unset !important;
  height: 100% !important;
}


.button_steps > button {
  z-index: 999;
  margin: 10px 0; 
}

.button_steps > button:hover{
  cursor: pointer;
}

.modal-content {
  background: transparent;
  border: 0;
  box-shadow: none !important;
}

.modal-body {
  padding: 0;
}

.modal-header {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0;
  position: relative;
}

.modal-content span,
.ingresse span {
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  font-size: 20px;
}

small {
  font-size: 12px;
}

/*
* Botão Otline Laranja
*/
button.button_outline_orange {
  color: var(--font-laranja);
  position: relative;
  border-top: 2px solid var(--vermelho-degrade);
  border-bottom: 2px solid var(--laranja-degrade);
}

button.button_outline_orange:before,
button.button_outline_orange:after {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--vermelho-degrade)), to(var(--laranja-degrade)));
  background-image: -webkit-linear-gradient(var(--vermelho-degrade), var(--laranja-degrade));
  background-image: -moz-linear-gradient(var(--vermelho-degrade), var(--laranja-degrade));
  background-image: -o-linear-gradient(var(--vermelho-degrade), var(--laranja-degrade));
  background-image: linear-gradient(var(--vermelho-degrade), var(--laranja-degrade));
  top: -2px;
  bottom: -2px;
  width: 2px;
}

button.button_outline_orange:before {
  left: -1px;
}

button.button_outline_orange:after {
  right: -1px;
}

/*
* Botão Otline Azul
*/
button.button_outline_blue {
  color: var(--azul-latam);
  position: relative;
  border-top: 2px solid var(--azul-latam);
  border-bottom: 2px solid var(--cinza-latam);
}

button.button_outline_blue:before,
button.button_outline_blue:after {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--azul-latam)), to(var(--cinza-latam)));
  background-image: -webkit-linear-gradient(var(--azul-latam), var(--cinza-latam));
  background-image: -moz-linear-gradient(var(--azul-latam), var(--cinza-latam));
  background-image: -o-linear-gradient(var(--azul-latam), var(--cinza-latam));
  background-image: linear-gradient(var(--azul-latam), var(--cinza-latam));
  top: -2px;
  bottom: -2px;
  width: 2px;
}

button.button_outline_blue:before {
  left: -1px;
}

button.button_outline_blue:after {
  right: -1px;
}

button.orange {
  background-color: #ed4533;
  border-radius: 0 15px 0 0;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: 100;
}

.modal-container {
  width: 90%;
  margin: 0 auto;
}

#logo_login {
  height: 30px;
  width: auto;
  margin: 20px auto 0;
}

.modal-content .titulo,
.ingresse .titulo {
  font-family: gobold_boldregular, "Roboto", sans-serif;
  font-size: 16px;
  margin: 20px auto 20px;
  color: #b7b7b7;
  width: 70%;
  text-align: center;

}

div.titulo_caravana {
  display: flex;
  flex-direction: column;
  
} 

.modal-header .close {
  margin-top: 0;
  /* margin-right: 10px !important; */
  /* padding: 0 !important; */
  min-width: unset;
  /* align-self: end; */
  position: absolute;
  right: 10;
}

.modal-header .close>span {
  font-size: 25px;
  padding: 0;
}

.modal-footer {
  border: 0;
  display: flex;
  padding: 0;
  flex-direction: column;
  margin-bottom: 30px;
  align-items: center;
}

.modal-footer div.login-footer div {
  align-self: center;
}

.login-footer button {
  margin: 15px 10px;
}

.right-footer button {
  margin: 15px 0;
  align-self: flex-end;
}

.modal-footer a {
  text-decoration: underline;
  font-weight: bold;
  align-self: center;
}

.ticketList{
  background: white;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ed4533;
  margin: 3px 0;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  padding-left: 10px;
}

.tag-produto {
  font-size: 12px !important;
  padding: 2px 6px !important;
  text-transform: uppercase;
  border-radius: 18px;
  display: inline-block;
  vertical-align: middle;
  color: white !important;
  background-color: rgba(0, 91, 158);
}

.tag-esgotado {
  background-color: rgba(220, 53, 69) !important;
}

.tag-esgotando {
  background: linear-gradient(45deg, #ff4444, #ff6666);
  color: white;
}

.ticketTitle{
  display: flex;
  flex-wrap: wrap;
  padding-left: 5px;
}

.ticketListHeader {
  display: flex;
  align-items: center;
}

@media (max-width: 515px) {
  .tag-produto {
    margin-left: 0px;
  }
}

.ticketNumber{
  min-width: 30px;
  min-height: 30px;
  background-color: #ed4533;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.icon{
  color: linear-gradient(to bottom, orange, red);
  margin-right: 10px;
}
.session{
  display: flex;
  justify-content: space-between;
  background: #898989;
  color: white;
  align-items: center;
  font-family: Roboto, sans-serif;
  cursor: pointer;
  height: 32px;
  margin-bottom: 2px;
  font-size: 12px;
}

.number{
  font-size: 14px;
  margin-left: 15px;
  color: transparent;
}
.ticketDetailTitle{
  padding: 10px;
  display: flex;
  flex-direction: column;
  color: #70747f;
  font-weight: bold;
  font-size: 14px;
}
.ticketDetail{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 10px 10px 0;
}

.ticketDetail > span.description{
  font-size: 10px;
  color: #70747f;
  font-family: "Roboto", "Helvetica", sans-serif;
}

.ticketDetail > span.description > p{
  margin: 0;
}

.ticketInputGroup {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.ticketInputGroup > i{
  color: #f54917;
  cursor: pointer;
}
.ticketContainer{
  padding: 10px;
  background: #eee;
}

.ticket{
  display: flex;
  flex-direction: column;
}

.ticket:not(:first-child) {
  border-top: 1px solid #898989;
}

.amount{
  height: auto;
  width: 50px;
  background: #eee;
  font-size: 20px !important;
  padding: 11px !important;
  text-align: center;
  border: 0;
}
.ticketNumber[text='']{
  background: transparent;
}
.linha label{
  display: block;
}

.linha input{
  width: 100%;
  font-size: 12px;
  height: 40px;
  border: 0;
}
.formContainer{
  padding: 15px;
  background: #e0e0e0;
}
.creditExpDateCod {
  display: flex;
  justify-content: space-between;
}
.creditExpDateCod > div > div {
  display: flex;
  justify-content: center;
}
.creditExpDateCod > div > div > div > input {
  width: 50px !important;
  font-size: 12px;
  padding: 10px !important;
  text-align: center;
}
.creditExpDateCod > div > div > div  {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.creditExpDateCod > div > label {
  display: block;
}
.creditExpDateCod > div > input {
  width: 60px !important;
  font-size: 12px;
  padding: 10px !important;
  text-align: center;
}
.paymentButton{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

select#parcelas {
  font-size: 12px;
  padding: 10px !important;
  border: 0;
  color: #a5a5a5;
}

.linha {
	display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.centralizado {
	align-items: center;
}

small.info{
  font-size: 10px;
  color: #6e6e6e;
  font-weight: bold;
}

small.info-caravana{
  font-size: 12px;
  color: var(--font-laranja);
  font-family: "Roboto", sans-serif;
}

.card-flags {
  text-align: end;
}

.alert {
  width: 90%;
  margin: 0 auto 5px;
  font-size: 12px;
}

.alert > i {
  margin-right: 10px;
}

.soldout {
  color:red;
  text-decoration: line-through;
}


@media only screen and (max-width: 768px) {
  .modal-dialog {
    max-width: 95% !important;
  }
  
  body {
    font-size: 18px;
  }

  .modal-content input,
  .ingresse input{
    font-size: 13px;
  }

  .modal-content label,
  .ingresse label {
    font-size: 16px;  
  }

  .modal-content label>span.dica_senha {
    font-size: 16px; 
  }

  button {
    font-size: 20px; 
  }
  
  .modal-content span,
  .ingresse span {
    font-size: 24px; 
  }
  
  .modal-content .titulo,
  .ingresse .titulo {
    font-size: 20px;     
  }

  .modal-header .close>span {
    font-size: 29px;   
  }

  .number{
    font-size: 18px;
  }
  
  .ticketDetail > span.description{
    font-size: 14px;    
  }
  
  .amount{
    font-size: 24px !important;   
  } 
  
  .linha input{
    font-size: 16px;
  }

  .creditExpDateCod > div > div > div > input {
    font-size: 16px;
  }

  .creditExpDateCod > div > input {
    font-size: 16px;
  }

  select#parcelas {
    font-size: 16px;
  }

  small.info{
    font-size: 14px;
  }
}

.modalAceite{
  background: #fff !important;
  position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	margin: 0 auto;

}

.termo{
  padding: 10px;
  text-align: justify;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  overflow: auto;
  max-height: 200px;
  margin: auto;
}

input#confirmTerm{
  padding: 8px;
}

.term-title{
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  font-size: 20px;
}

ol.term-ol {
  margin-bottom: 10px;
}

div.check_term {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
}

div.check_term > label {
  margin-left: 5px;
}

.list-group-item {
  border: 0 !important;
}

ol.sub > li {
  padding-left: 25px;
}

ol.sub2 > li{
  padding-left: 50px;
}

.findByCep {
  display: flex;
  justify-content: center;
  align-items: center;
}

.findByCep > button {
  margin: 0;
  min-width: 35px;
  height: 40px;
  padding: 0;
}

.dupla {
  flex-direction: row;
  justify-content: space-between;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.promotional-code-container {
  flex-direction: row;
  margin: 10px 0;
  border-radius: 0 15px 0 0;
}

.promotional-code-container input::placeholder {
  color: #70747f;
  font-size: 12px;
  opacity: .7;
}

.promotional-code-container input {
  border: 1px solid rgba(0,0,0,0.2) !important;
  padding-left: 10px;
}

.promotional-code-container > button {
  margin: 0;
  width: fit-content;
  min-width: unset;
  background: #ed4533;
  border-radius: 0 15px 0 0;
  cursor: pointer;
}
.discount-container {
  display: flex;
  align-items: center;
}
.discount-container >.discount-info {
  background: #ed4533;
  color: white;
  padding: 3px;
  font-size: 10px;
}

.discount-container > .discount-price {
  color: #ed4533;
  font-weight: bold;
  font-size: 14px;
}

.discount-old-price {
  text-decoration: line-through;
}
