 @font-face {
     font-family: "Averta";
     src: url("fonts/Averta-Light.woff2") format("woff2");
     font-weight: 300;
}
 @font-face {
     font-family: "Averta";
     src: url("fonts/Averta-Regular.woff2") format("woff2");
     font-weight: 400;
}
 @font-face {
     font-family: "Averta";
     src: url("fonts/Averta-Semibold.woff2") format("woff2");
     font-weight: 600;
}
 @font-face {
     font-family: "Averta";
     src: url("fonts/Averta-Bold.woff2") format("woff2");
     font-weight: 700;
}
 @font-face {
     font-family: "Averta";
     src: url("fonts/Averta-Black.woff2") format("woff2");
     font-weight: 900;
}
 @font-face {
     font-family: "Averta";
     src: url("fonts/Averta-RegularItalic.woff2") format("woff2");
     font-style: italic;
}
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
html, body{
margin:0 !important;
padding:0 !important;
font-family: Averta, "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
width: 100%;
max-width: 100%;
height: 100%;
min-height: 100vh;
background:#fff;
color:#555;
letter-spacing: 0.3px;
}
a{
text-decoration: none !important;
transition:all 0.2s linear;
}
ul{
margin:0 !important;
padding:0 !important;
}
ul li{
padding:0;
margin:0;
list-style: none;
}
img{
max-width: 100%;
height:auto;
border:0;
outline: 0;
}
button, input, a, select, textarea{
outline: 0 !important;
border:0;
text-decoration: none;
transition:all 0.2s linear;
}
.container{
max-width:1200px !important;
width:100% !important;
position:relative;
z-index:3;
}
.loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
visibility: hidden;
opacity: 0;
transition: all 0.3s linear;
background: #000;
}
.loading.active{
opacity: 1;
visibility: visible;
transition: all 0.3s linear;
}
.loading .logo-loading {
animation: pulse 0.7s infinite;
margin: 0 auto;
animation-direction: alternate;
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -webkit-filter: brightness(100%);
  }
  100% {
    -webkit-transform: scale(1.1);
    -webkit-filter: brightness(200%);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    filter: brightness(100%);
  }
  100% {
    transform: scale(1.1);
    filter: brightness(110%);
  }
}
#loading-form{
position:fixed;
width:100%;
height:100vh;
display:none;
align-items:center;
justify-content:center;
z-index: 9999;
background: rgba(0, 0, 0, 0.5);
top:0;
left:0;
}
#loading-form img{
animation: pulse 0.7s infinite;
margin: 0 auto;
animation-direction: alternate;
-webkit-animation-name: pulse;
animation-name: pulse;
}
header{
background:#024ddf;
position:sticky;
width:100%;
z-index:99;
top:0;
left:0;
}
.content-header{
padding: 16px 0 20px;
}
.content-header ul li{
position:relative;
}
.content-header ul li:not(:last-child){
padding-right:15px;
margin-right:15px;
}
.content-header ul li:not(:last-child):after{
content:"";
width:1px;
height:14px;
background:#fff;
position:absolute;
right:0;
top:50%;
transform:translatey(-50%)
}
.content-header ul li a{
color:#fff;
font-size:15px;
transition:all 0.3s linear;
}
.content-header ul li a:hover{
opacity:0.7;
}
#topo{
width:100%;
position:relative;
}
#topo .banner-evento, #topo .banner-evento img{
width:100%;
}
#topo .logo-evento{
width:100%;
top:480px;
display:flex;
align-items:center;
justify-content:center;
}
#topo .logo-evento img{
width:50%;
}
footer{
background:#1f262d;
}
.content-footer{
padding:30px 0 55px;
}
.container-fluid{
padding: 0 45px;
}
.content-footer .logo-rodape .sociais ul li a{
color:#fff;
font-size:20px;
display:flex;
align-items:center;
justify-content:center;
}
.content-footer .logo-rodape .sociais ul li:nth-child(2) a, .content-footer .logo-rodape .sociais ul li:nth-child(4) a{
font-size:18px;
}
.content-footer .logo-rodape a.img-logo{
display:flex;
margin:0 0 25px
}
.content-footer .text-rodape small{
display:block;
color:#fff;
font-size:11px;
text-align:right;
}
.content-footer .text-rodape span{
display:block;
color:#fff;
font-size:12px;
text-align:right
}
.content-footer .text-rodape span:nth-child(2){
margin-bottom:6px;
}
.menu-rodape{
padding-top:30px;
}
.menu-rodape h2{
color: #fff;
font-size: 13px;
font-weight: 700;
}
.menu-rodape ul li a{
color: #fff;
font-size: 12px;
line-height: 22px;
font-weight: 400;
transition: all .3s linear;
}
.menu-rodape ul li a:hover{
color:#fff;
text-decoration: underline !important;
}
#description .content-description{
padding:20px 0 80px;
max-width: 840px;
margin:0 auto;
}
#description .content-description h2{
font-size: 14px;
font-weight: 700;
margin: 30px 0 15px;
color: #222;
}
#description .content-description p{
font-size: 14px;
font-weight: 400;
margin: 0 0 10px;
color: #555;
}
#description .content-description p a{
color:#0046cb;
font-weight: 400;
}
#description .content-description p strong a{
font-weight: 700;
}
hr.line{
margin-bottom: 25px;
}
section#button{
background: #fff;
box-shadow: 0px 11px 8px -9px #00000014;
position: sticky;
z-index: 99;
padding: 10px;
top: 60px;
}
section#button a.btn-ingressos{
background-color: #0046cb;
color: #fff;
font-size: 15px;
line-height: 1;
padding-bottom: 3px;
height: 48px;
border-radius: 3px;
transition: all .2s linear;
}
section#button a.btn-ingressos:hover{
background-color: #0244bd;
}
#header-single{
background:#0046cb;
padding:12px 0;
}
#header-single .dados-show .capa-evento{
width: 42px;
height: 42px;
border-radius: 3px;
margin-right: 15px;
overflow: hidden;
}
#header-single .dados-show .dados-evento h3{
font-size:14px;
color:#fff;
margin:0;
font-weight:400;
line-height:1.4;
margin-top:-2px;
}
section#body-ingressos{
min-height: calc(100vh - 60px);
position: relative;
background-color: #e8ecf2;
}
.checkout-process {
width: 96%;
max-width: 1200px;
margin: 0px auto;
display: flex;
justify-content: space-between;
padding: 50px 0;
}
.checkout-process .checkout-actions {
width: -webkit-fill-available;
min-width: 65%;
}
.checkout-process .checkout-resume {
min-width: 35%;
padding: 52px 0 0 40px;
}
.title-rates {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.checkout-process h1 {
text-align: left;
color: #000;
font-size: 20px;
margin:0;
text-transform: none;
font-weight: 500;
}
.shows .show{
background: #fff;
border-radius: 2px;
margin-bottom: 8px;
font-size: 14px;
}
.title-show h2{
padding: 20px;
margin: 0;
font-size: 17px;
font-weight: 700;
cursor: pointer;
color: #000;
}
.title-show h2 span{
font-weight: normal;
font-size: 15px;
opacity: 0.6;
margin-left: 10px;
}
.title-show h2 i{
float: right;
opacity: 0.3;
font-size: 15px;
transition:all .3s linear;
}
.content-show h3{
font-size: 1em;
padding: 20px;
margin: 0;
color: #024ddf;
background: #f6f9fd;
}
.content-show #additional_list {
margin: 0;
padding: 0 20px;
font-size: 14px;
}
.content-show #additional_list .additional-item {
background: none;
padding: 11px 0;
border-radius: 0;
margin-bottom: 1px;
display: flex;
align-items: center;
}
.additional-item .additional-name {
flex-basis: 50%;
padding: 0 20px 0 0;
display: inline-flex;
align-items: center;
}
.additional_list .additional-item .additional-name {
display: flex;
gap: 5px;
color:#000;
}
.additional-item .additional-name strong {
display: block;
font-weight: 700;
}
.additional-item .additional-price {
white-space: nowrap;
font-size: 0.9em;
display: block;
font-weight: bolder;
color: #000;
flex-basis: 25%;
line-height: 50px;
text-align: center;
}
.additional-qty {
min-width: 120px;
flex-basis: 25%;
}
.additional-item .quantity{
display:flex;
align-items:center;
justify-content:flex-end;
background:#e8ecf166;
height:50px;
width:100%;
border-radius: 3px;
overflow: hidden;
user-select: none;
}
.additional-item .quantity input{
font-size:15px;
font-weight:400;
color:#000;
text-align:center;
width:calc(100% - 110px);
height:30px;
background:#e8ecf166;
height:100%;
}
.additional-item .quantity button{
width:55px;
height:100%;
border:0;
background:#e8ecf166;
font-size:16px;
color:#024DDF;
display:flex;
align-items:center;
justify-content:center;
padding:0 1px 1px 0;
transition:all 0.3s linear;
}
.additional-item .quantity button:hover{
background:#024DDF;
color:#fff;
}
input[type="number"] {
-moz-appearance: textfield; 
appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
a.more_info {
margin-left: 5px;
fill: #024ddf;
opacity: 0.5;
display: flex;
align-items: flex-start;
cursor: pointer;
width: 15px;
transition: all .2s linear;
}
a.more_info:hover{
opacity: 1;
}
.buy-resume {
background: #fafbfc;
border-radius: 3px;
position: sticky;
font-size: 14px;
top: 80px;
}
.buy-resume .resume-header {
padding: 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.buy-resume .resume-header h2 {
margin: 0;
font-size: 1em;
font-weight: 600;
text-align: left;
color: #000;
text-transform: none;
}
.buy-resume .resume-header a.cancel-buy {
font-size: 0.8em;
padding: 2px 0 0 0;
color: #024ddf;
text-align: right;
text-decoration: underline !important;
cursor: pointer;
}
.buy-resume .resume-header i {
color: #024ddf;
position: absolute;
top: 23px;
right: 20px;
opacity: 0;
}
.buy-resume .resume-body {
padding: 5px 20px;
background: #fff;
}
.buy-resume .resume-item {
padding: 5px 0;
font-size: 0.9em;
border-bottom: solid 1px #fafbfc;
color:#000;
}
.buy-resume .resume-item h4 {
font-size: 1em;
font-weight: bold;
margin-bottom: 5px;
margin-top: 10px;
color: #024ddf;
}
.buy-resume .resume-item .resume-item-detail {
opacity: 1;
display: flex;
justify-content: space-between;
align-items: flex-start;
line-height: 1.2em;
padding: 5px 0;
}
.buy-resume .resume-item .resume-item-detail div {
flex-basis: 65%;
}
.buy-resume .resume-item .resume-item-detail .price {
flex-basis: 30%;
text-align: right;
line-height: 1.2em;
}
.buy-resume .resume-item .resume-item-detail .item-qty {
font-weight: 700;
}
.buy-resume .resume-footer .resume-total {
padding: 20px;
display: flex;
justify-content: space-between;
position: relative;
font-weight: bold;
background: #fff;
border-top: solid 1px #fafbfc;
font-size: 1.1em;
color:#000;
}
.buy-resume .resume-footer .resume-total #tickets_qty {
color: #024ddf;
background: #f4f4f4;
padding: 4px 8px;
border-radius: 3px;
margin: 0 5px 0 0;
white-space: nowrap;
}
.buy-resume .resume-footer .resume-total small {
font-size: 0.9em;
}
.buy-resume .resume-footer .resume-total i {
color: #024ddf;
position: absolute;
top: 23px;
right: 20px;
opacity: 0;
}
.title-show[aria-expanded="true"] h2 i{
color:#024DDF;
opacity: 1;
transform: rotate(180deg);
}
.checkout-process .options-cart {
border-top: solid 1px #e8ecf2;
padding: 0;
margin-bottom: 40px;
}
a.btn-continuar{
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background-color: #024ddf;
height: 52px;
font-size: 15px;
padding: 0 0 3px;
border-radius: 3px;
transition: all .2s linear;
}
a.btn-continuar:hover{
background-color: #0348d3;
}
a.btn-continuar.vazado{
display: flex;
align-items: center;
justify-content: center;
color: #024ddf;
background-color: #fff;
height: 52px;
font-size: 15px;
padding: 0 0 3px;
border-radius: 3px;
transition: all .2s linear;
}
a.btn-continuar.vazado:hover{
background-color: #f9f9f9;
}
.causes-list .cause-item {
background: #fff;
border-radius: 2px;
margin-bottom: 10px;
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-direction: row;
font-size: 14px;
}
.causes-list .cause-item .picture {
width: 20%;
display: block;
position: relative;
float: left;
}
.causes-list .cause-item .picture img {
width: 100%;
padding: 20px;
}
.causes-list .cause-item .info {
padding: 20px;
width: 100%;
}
.causes-list .cause-item .info h1 {
margin: 0 0 10px 0;
font-size: 1.4em;
font-weight: 500;
text-align: left;
color: #000;
text-transform: none;
}
.causes-list .cause-item .info p {
font-size: 13.7px;
color: #777;
margin: 0 0 10px;
}
.causes-list .cause-item .info a {
font-size: 0.9em;
font-weight: 700;
text-decoration: underline !important;
color:#024DDF;
}
.causes-list .cause-item .amount {
display: flex;
flex-flow: wrap;
flex-direction: row;
gap: 10px;
padding: 20px 0 0 0;
}
.causes-list .cause-item .amount button {
height: 40px;
background: #fff;
border: solid 1px rgba(0,0,0,0.12);
border-radius: 3px;
padding: 0 10px;
font-size: 0.9em;
font-weight: 500;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
width:auto;
}
.causes-list .cause-item .amount .value-selected {
background-color: #024DDF;
border: solid 1px #024DDF;
color: #fff;
}
.seguros .seguro{
background: #ffffffbd;
margin-bottom: 20px;
}
.seguros .seguro .detalhes{
padding:0;
margin:0;
border-top:1px solid rgb(60,60,60,.1);
max-height:0;
overflow:hidden;
opacity:0;
visibility:hidden;
transition:all .1s linear;
}
.seguros .seguro input:checked + .content-seguro .detalhes{
padding:25px 0 0;
margin:25px 0 0;
opacity:1;
visibility:visible;
max-height:2000px;
}
.seguros .seguro .detalhes p{
color:rgb(60,60,60);
font-size:13px;
font-weight:400;
margin:0 0 10px;
}
.seguros .seguro .detalhes p span.separador{
display:block;
height:7px;
}
.seguros .seguro .detalhes p:not(:last-child){
margin-bottom:30px;
}
.seguros .seguro .detalhes p strong{
display:block;
text-decoration:underline;
margin:0 0 5px;
}
.seguros .seguro .content-seguro{
padding:30px 20px;
}
.seguros .seguro .detalhes p a{
color:#024ddf;
}
.seguros .seguro span.check{
width: 24px;
height: 24px;
background: #fff;
border: solid 1px #c0cedf;
border-radius: 100%;
display:flex;
transition:all 0.3s linear;
background:#fff;
margin-right:16px;
align-items:center;
justify-content:center;
color:#fff;
margin-top:2px;
}
.seguros .seguro:hover span.check{
border-color:#024ddf;
}
.seguros .seguro input:checked + .content-seguro span.check{
background:#024ddf;
border-color:#024ddf;
}
.seguros .seguro .text{
width:calc(100% - 180px);
}
.seguros .seguro .text strong{
font-size:15px;
color:rgb(60, 60, 60);
display:block;
}
.seguros .seguro .text span{
font-size:14px;
color:rgb(60, 60, 60);
display:block;
}
.seguros .seguro .preco{
width:140px;
display:flex;
justify-content:flex-end;
color:#555;
opacity:0.6;
font-size:15px;
font-weight:500
}
.seguros .seguro .preco.price-color{
color:#4caf50;
opacity:1;
}
.seguros .seguro .content-seguro{
cursor:pointer;
}
.seguros .seguro .detalhes table{
width: 100%;
border: 1px solid #000;
margin-bottom: 25px;
}
.seguros .seguro .detalhes table tbody tr td:not(:last-child){
border-right:1px solid #000;
}
.seguros .seguro .detalhes table tbody tr:not(:last-child) td{
border-bottom:1px solid #000;
}
.seguros .seguro .detalhes table tbody tr td{
padding:10px;
font-size: 13px;
color:#000;
line-height: 16px;
}
.terms {
padding: 30px;
background: #f8f8f8;
max-height: 40vh;
overflow: scroll;
overflow-x: hidden;
border: solid 1px #f1f1f1;
}
.terms {
border-radius: 3px;
margin-bottom: 40px;
box-shadow: 0px 1px 2px 0px #00000026;
font-size: 14px;
}
.box-pagar .total-order{
background:#f6f9fd;
padding:12px 15px;
margin-bottom:15px;
}
.box-pagar .total-order span{
font-size:15px;
font-weight:400;
color:rgb(60,60,60);
}
.box-pagar .total-order strong{
font-size:15px;
font-weight:700;
color:rgb(60,60,60);
}
.box-pagar h4, .formulario-pagar h3{
font-size:18px;
font-weight:500;
color:rgb(60,60,60);
line-height:1.4;
margin:0 0 15px;
}
.box-pagar .metodo-pay{
background:#f6f9fd;
padding:12px 15px;
margin:0 0 15px;
}
.box-pagar .metodo-pay span.check{
width: 24px;
height: 24px;
background: #fff;
border: solid 1px #c0cedf;
border-radius: 100%;
display:flex;
transition:all 0.3s linear;
background:#fff;
margin-right:15px;
align-items:center;
justify-content:center;
color:#fff;
margin-top:2px;
}
.box-pagar .metodo-pay span.check.active{
background:#024ddf;
border-color:#024ddf;
}
.box-pagar .metodo-pay h3{
color:rgb(60,60,60);
font-size:16px;
margin:0;
line-height:1.4;
color:rgb(238, 58, 58,.6);
}
.box-pagar .metodo-pay.active h3{
color:rgb(60,60,60);
}
.box-pagar .metodo-pay.active .icon{
max-width:70px;
}
.box-pagar .metodo-pay.active{
border:1px solid rgb(23, 115, 223,.3);
}
.alerta-metodo{
background-color: rgba(232, 54, 54, 0.1);
color:rgb(225, 52, 52);
font-size:15px;
padding:8px 15px 9px;
border:1px solid rgb(225, 52, 50,.2);
margin:0 0 15px;
}
#form-pay input{
width:100%;
height:48px;
background:transparent;
font-size:15px;
color:rgb(60,60,60);
border-bottom:2px solid rgb(23, 115, 223,.4);
margin-bottom:15px;
padding:5px;
}
#form-pay select{
width:100%;
height:48px;
background-color:transparent;
font-size:15px;
color:rgb(60,60,60,.6);
border-bottom:2px solid rgb(23, 115, 223,.4);
margin-bottom:15px;
appearance:none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(102,102,102,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
background-size:20px;
background-repeat:no-repeat;
background-position:center right 5px;
padding:5px;
}
button.btn-submit{
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background-color: #024ddf;
height: 52px;
font-size: 15px;
padding: 0 0 3px;
border-radius: 3px;
transition: all .2s linear;
width:100%;
margin-top:20px;
}
button.btn-submit:hover{
background-color: #0348d3;
}
.inputForm{
position: relative;
width: 100%;
margin:0 0 15px;
}
.inputForm label{
display: block;
color:#000;
font-weight: 600;
font-size: 14px;
margin:0;
padding:3px;
}
.inputForm input, .inputForm select{
width:100%;
height: 42px;
border-radius: 3px;
background: #fff;
border: solid 1px rgba(0,0,0,0.12);
border-color: #d7d7d7;
box-shadow: none !important;
color: #222;
font-size: 14px;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
font-weight: normal;
padding: 6px 12px;
}
.inputForm select{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(34,34,34,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
background-size: 15px;
background-repeat: no-repeat;
background-position: center right 10px;
}
.s-hidden {
visibility:hidden;
padding-right:10px;
}
.select {
cursor: pointer;
display: inline-block;
position: relative;
appearance: none;
width: 100%;
padding: 0;
margin-bottom: 0px;
border: 0;
transition: box-shadow 150ms ease 0s, border-color 150ms ease 0s, padding 150ms ease 0s !important;
background-color: transparent !important;
}
.styledSelect {
position: absolute;
top: 50%;
right: 0;
bottom: 0;
left: 0;
background-color: transparent;
padding: 0;
transform: translateY(-50%);
height: 100%;
opacity: 0;
color:#555;
z-index: 5;
}
.styledSelect:active, .styledSelect.active {
background-color:transparent;
}
.options {
display:none;
position:absolute;
top:100%;
width: 100%;
left: 0;
z-index:999;
padding:0 0;
list-style:none;
border:1px solid #B7B7B7D6;
background-color: #f9f9f9;
border-radius:0;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
max-height: 220px;
overflow-y: auto;
color:#555;
font-size:15px;
margin: 0 !important;
}
.options li {
padding:0 6px;
margin:0 0;
padding:0 10px;
height:38px;
font-size:14px;
display:flex;
align-items:center;
color:rgb(60,60,60);
}
.options li:hover{
background:#024ddf;
color:#fff;
}
.dadosPessoais{
margin-top:-17px;
}
.checkout {
width: 96%;
max-width: 1200px;
margin: 0px auto;
padding: 50px 0;
}
.area-pix{
background: #fff;
padding: 10px 30px 30px;
}
.area-pix h2{
background: #f6f9fd;
text-align: center;
padding: 10px 15px 15px;
font-weight: 700;
font-size: 24px;
color: #000;
}
.area-pix h3{
text-align: center;
font-size: 18px;
font-weight: 500;
margin: 20px auto 15px;
}
.area-pix .prazo-pix{
margin-bottom: 15px;
}
.area-pix .prazo-pix strong{
display: block;
text-align: center;
font-size: 15px;
font-weight: 700;
}
.area-pix .prazo-pix span{
display: block;
text-align: center;
font-size: 16px;
font-weight: 800;
color: #20a525;
}
.area-pix .qr-code{
width: 240px;
border: 1px solid #ccc;
padding: 0 0 20px;
margin: 0 auto 20px;
text-align:center;
}
.area-pix .qr-code img#image-qr{
background-color: #fff;
padding: 12px;
}
.area-pix .qr-code img.pix{
max-width: 70px;
margin: 5px 0 10px;
}
.area-pix .qr-code .copiar span{
font-size: 15px;
color: #fff;
font-weight: 600;
display: block;
cursor: pointer;
background-color: #024ddf;
padding: 10px 10px 10px;
border-radius: 5px;
max-width: 90%;
margin: 0 auto;
}
.area-pix .instrucoes span{
display: block;
text-align: center;
font-size: 15px;
line-height: 1.8;
}
.area-pix .instrucoes h4{
font-size: 16px;
text-align: center;
font-weight: 600;
margin: 10px 0 5px;
}
.msg-pix{
background: #f6f9fd;
padding: 30px 20px;
text-align: center;
font-size: 15px;
border-top: 1px solid rgba(60, 60, 60, 0.1);
color:#000;
}
h1.title-pedidos{
font-size: 22px;
font-weight: 600;
color: #000;
margin: 0 0 5px;
line-height: 1.2;
}
h1.title-pedidos + p{
font-size: 15px;
color:#000;
line-height: 18px;
}
.ingressos{
display: flex;
align-items: center;
gap: 15px;
margin: 0 0 15px;
flex-wrap:wrap;
}
.ingressos .ticket{
width:calc(33.3333% - 10px);
}
.ingressos .ticket .image-evento{
overflow: hidden;
border-radius: 10px 10px 0 0;
height: 240px;
}
.ingressos .ticket .image-evento img{
width:100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.ingressos .ticket .areaQr{
background-color: #fff;
border-radius: 0 0 6px 6px;
padding: 15px 20px;
display: flex;
justify-content: space-between;
}
.ingressos .ticket .areaQr .qrcode{
width: 125px;
}
.ingressos .ticket .areaQr .infos{
width:calc(100% - 150px);
}
.ingressos .ticket .areaQr .infos .info{
margin-bottom: 8px;
}
.info strong{
text-transform: uppercase;
color: #777;
font-weight: 700;
font-size: 12px;
line-height: 1.4;
display: block;
}
.info span{
color: #000;
font-size: 15px;
line-height: 1.4;
display: block;
font-weight: 700;
}
.ingressos .ticket .areaQr .infos a{
display: flex;
align-items: center;
justify-content: center;
background-color: #d0ebf1;
color: #0491b1;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
height: 36px;
border-radius: 5px;
transition: all .2s linear;
}
.ingressos .ticket .areaQr .infos a:hover{
background-color: #bcd7dd;
}
.ingressos .ticket .bottom-ticket{
background-color: #fff;
border-radius: 6px 6px 0 0;
margin-bottom: 3px;
padding: 15px 20px;
border-top: 1px dashed #e1e1e1;
}
.ingressos .ticket .bottom-ticket .line-one .info{
margin-bottom: 10px;
}
.acoesTicket{
background-color: #2b383a;
display: flex;
align-items: center;
overflow: hidden;
border-radius: 0 0 6px 6px;
}
.acoesTicket a{
width:100%;
height:50px;
color:#fff;
font-size:15px;
transition: all .2s linear;
}
.acoesTicket a:hover{
background-color: rgb(0,0,0,.2);
}
.acoesTicket a i{
font-size: 16px;
color: #d0ebf1;
margin-right: 5px;
}
.lineGradient{
height: 5px;
background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}

@media(max-width:992px){
.container-fluid{
padding:0 15px;
}
.content-header .btn-menu{
width: 26px;
height: 15px;
margin-bottom:-6px;
}
.content-header .btn-menu span{
display:block;
height:1px;
background:#fff;
margin-bottom:6px;
}
.navegacao{
position:fixed;
background:#f4f4f4;
width:100%;
height:auto;
left:0;
top:60px;
transform:translatey(-100%);
transition:all 0.3s linear;
color:rgb(60,60,60);
z-index:98;
opacity:0;
visibility:hidden;
}
.navegacao.active{
opacity:1;
visibility:visible;
transform:translatey(0);
}
.navegacao li a{
border-bottom:1px solid rgb(60,60,60,.2);
display:flex;
font-size:15px;
color:rgb(60,60,60);
padding:10px 20px;
}
.overlay-mobile{
display:block;
position:fixed;
z-index:96;
top:0;
left:0;
width:100%;
height:100%;
background:rgb(0,0,0,.5);
opacity:0;
visibility:hidden;
transition:all .3s linear;
}
.overlay-mobile.active{
opacity:1;
visibility:visible;
}	
.content-footer{
flex-wrap:wrap;
}
.content-footer .logo-rodape{
width:100%;
margin-bottom:20px;
}
.content-footer .text-rodape{
width:100%;
}	
.content-footer .text-rodape span, .content-footer .text-rodape small{
text-align:left;
}
.menu-rodape .col-md-4:not(:last-child){
margin-bottom: 20px;
}
section#button{
padding:10px 0;
}
#description .content-description {
padding: 0 0 40px;
}
#description .content-description p {
font-size: 13px;
}
#description .content-description h2 {
font-size: 13px;
}
.checkout-process {
width: 100%;
padding: 30px 10px 5px;
display: block;
}
.title-show h2 {
font-size:15px;
}
.title-show h2 span{
font-size:14px;
}
.content-show h3 {
font-size: 14px;
padding: 15px 20px;
}
.additional-item .quantity button{
width:34px;
font-size: 15px;
}
.additional-item .quantity input{
width: calc(100% - 68px);
}
.additional-item .additional-price{
font-size: 13px;
}
.additional-item .additional-name strong{
font-size: 13px;
line-height: 16px;
}
.additional-item .additional-name {
width: 40%;
flex-basis: 40%;
text-align: left;
padding: 0;
}
.additional-item .additional-price, .additional-item .additional-qty {
width: 30%;
flex-basis: 30%;
padding: 0;
}
.checkout-process .checkout-resume {
width: 100%;
margin: 0;
position: fixed;
bottom: 0;
z-index: 100;
margin: 0 0 0 -10px;
padding: 10px;
}
.checkout-process .checkout-resume .buy-resume {
border-radius: 9px;
overflow: hidden;
box-shadow: 0px 14px 60px -16px #1f252ed6;
}
.checkout-resume .buy-resume .resume-total {
cursor: pointer;
padding: 20px 50px 20px 20px !important;
}
.checkout-resume .buy-resume .resume-header {
display: none;
}
.checkout-resume .buy-resume .resume-total i {
opacity: 1 !important;
}
.checkout-resume .buy-resume .resume-body {
display: none;
}
.checkout-resume .resume-open .resume-header {
cursor: pointer;
display: block;
}
.checkout-resume .resume-open .resume-body {
display: block;
max-height: 50vh;
overflow-y: scroll;
}
#body-ingressos{
overflow: hidden;
}
.checkout-resume .resume-open .resume-header i {
opacity: 1;
}
.checkout-resume .resume-open .resume-total {
cursor: pointer;
padding: 20px !important;
}
.checkout-resume .resume-open .resume-total i {
opacity: 0 !important;
}
.checkout-process h1{
font-size:18px;
}
.causes-list .cause-item {
max-height: unset !important;
flex-direction: column;
}
.causes-list .cause-item .picture {
width: 100%;
}
.causes-list .cause-item .picture img {
padding: 0;
}
.seguros .seguro .content-seguro {
padding: 20px 14px;
}	
.seguros .seguro .preco {
width: 80px;
}
.seguros .seguro span.check{
margin-right:10px;
}
.seguros .seguro .text {
width: calc(100% - 114px);
}
.seguros .seguro .text strong {
font-size: 14px;
}
.seguros .seguro .text span {
font-size: 13px;
}
.alerta-metodo {
font-size: 13px;
line-height: 1.4;
}
.box-pagar .metodo-pay {
padding: 12px 10px;
}
.box-pagar .metodo-pay span.check{
margin-right:10px;
}
.box-pagar .metodo-pay h3{
font-size:15px;
}
.box-pagar .metodo-pay .icon img{
width: auto;
height: 20px;
}	
.area-pix {
padding: 10px 15px 30px;
}
.msg-pix{
font-size:13px;
}
.area-pix .instrucoes h4 {
font-size: 14px;
margin: 15px 0 5px;
}
.area-pix .instrucoes span {
font-size: 14px;
line-height: 1.4;
margin: 0 0 12px;
}
.area-pix .qr-code {
width: 200px;
}
.area-pix h2{
font-size: 18px;
}
.area-pix h3{
font-size: 16px;
}
.ingressos .ticket {
width: 50%;
}
h1.title-pedidos {
font-size: 18px;
}
h1.title-pedidos + p {
font-size: 15px;
color: #000;
line-height: 20px;
}
.checkout{
padding:30px 0;
}


}

@media(max-width:772px){
.ingressos .ticket {
width: 100%;
}

}