/*
Theme Name: BuyEventos
Theme URI: 
Author: Anônimo
Author URI: 
Description: Theme wordpress Eventos
Version: 1.0.1
Text Domain: buyevent
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
@import "unknown_file.css";1,200..800&display=swap');
html, body{
margin:0 !important;
padding:0 !important;
font-family: "Plus Jakarta Sans", serif;
width: 100%;
max-width: 100%;
height: 100%;
min-height: 100vh;
background:#fff;
color:rgb(60, 60, 60);
}
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:999;
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;
}
body.home{
background:#000;
}
header{
background:#000;
position:sticky;
width:100%;
z-index:99;
top:0;
left:0;
}
.content-header{
padding:13px 0;
}
.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%;
}
#datas{
background:#000;
}
#datas .eventos{
margin:0 -10px;
padding:0 0 90px;
}
.evento .content-evento{
background: rgba(0, 53, 47, 0.4);
border-radius: 18px;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.3);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding:8px;
display:flex;
align-items:center;
position:relative;
transition:all 0.3s linear;
}
.evento .content-evento a{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:2;
}
.evento .content-evento:hover{
transform:scale(1.03);
box-shadow:0 0 20px rgb(255,255,255,.5);
}
.evento .content-evento .box-dia{
background:#00352F;
border-radius:15px;
padding:0px 3px 3px;
border:1px solid rgba(255, 255, 255, 0.3);
margin-right:15px;
width:90px;
height:90px;
display:flex;
align-items:center;
justify-content: center;
}
.evento .content-evento .box-dia h2{
font-size:26px;
line-height:1.4;
margin:0;
text-align:center;
font-weight:800;
color:#fff;
}
.evento{
width:50%;
padding:10px;
}
.evento .content-evento .box-dia h4{
font-size:15px;
color:#fff;
font-weight:700;
margin:0;
line-height:1.4;
text-align:center;
}
.evento .content-evento .box-dia span{
display:block;
text-align:center;
color:#fff;
font-weight:400;
font-size:14px;
}
.evento .content-evento .local-show{
width:calc(100% - 105px);
position:relative;
padding-right:50px;
}
.evento .content-evento .local-show h3{
color:#fff;
font-size:20px;
font-weight:700;
margin:0 0 5px;
}
.evento .content-evento .local-show p{
color:#fff;
font-size:14px;
margin:0 0;
line-height:1.4;
}
.evento .content-evento .local-show span.ver{
position:absolute;
top:50%;
transform:translatey(-50%);
right:10px;
width:30px;
height:30px;
border-radius:7px;
background:#00352F;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:18px;
border:1px solid rgba(255, 255, 255, 0.3);
}
footer{
background:#000;
}
.content-footer{
padding:20px 0;
}
.content-footer .seguro span{
color:#fff;
font-size:13px;
}

#topo-single .container{
position:relative;
z-index:5;
}
#topo-single{
padding:80px 0;
background-size:cover !important;
background-position:center !important;
position:relative;
}
#topo-single:before{
content:"";
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
background-color: rgba(0, 0, 0, 0.1);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}
#topo-single .image-evento{
max-width: 420px;
margin: 0 auto 20px;
}
#topo-single h2{
text-align: center;
font-weight: 700;
color: #fff;
margin: 0 auto 15px;
font-size: 28px;
}
.local-data span i{
font-size: 16px;
color: #fff;
margin-right: 10px;
}
.local-data span{
font-size: 15px;
color: #fff;
}
section#ingressos{
padding:35px 0 50px;
}
.table-ingressos .ingressos-list{
width:55%;
}
.table-ingressos .ingressos-list .box-ingressos{
border:2px solid #ccc;
border-radius:15px;
padding:10px 25px;
}
.table-ingressos .ingressos-list .box-ingressos .btn-comprar{
background:rgb(88, 76, 244);
border-radius:10px;
height:52px;
width:100%;
color:#fff;
font-size:16px;
font-weight:700;
text-transform:uppercase;
margin:15px 0 10px;
}
.table-ingressos .ingressos-list .box-ingressos .btn-comprar:hover{
opacity:0.8;
}
.table-ingressos .ingressos-list .box-ingressos .btn-comprar strong{
font-weight:800;
margin-left:10px;
font-size:18px;
}
.table-ingressos .ingressos-list .box-ingressos .btn-comprar .textBtn{
color:#fff;
font-weight:700;
text-transform:uppercase;
font-size:16px;
}
.table-ingressos .ingressos-list .setores .setor{
border-bottom:1px solid #ccc;
}
.table-ingressos .ingressos-list .setores .setor{
position:relative;
padding:12px 0 5px;
}
.table-ingressos .ingressos-list .setores .setor{
cursor:pointer;
}
.table-ingressos .ingressos-list .setores .setor i.fa-caret-down{
position: absolute;
right: 0;
top: 15px;
font-size: 20px;
transition: all 0.3s linear;
color:rgb(88, 76, 244);
}
.table-ingressos .ingressos-list .setores .setor .show + i.fa-caret-down{
transform:rotate(180deg);
}
.table-ingressos .ingressos-list .setores .setor h2{
font-weight:700;
font-size:18px;
}
.table-ingressos .ingressos-list .setores .setor h2 span{
display:block;
font-weight:400;
color:#555;
font-size:14px;
line-height:26px;
}
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;
}
.valores-ingresso .ingresso:not(:last-child){
border-bottom:1px solid #ccc;
margin:0 0 10px;
padding:0 0 10px;
}
.valores-ingresso .ingresso:last-child{
margin-bottom:10px;
}
.valores-ingresso .ingresso .name-ingresso h3{
font-weight:700;
font-size:16px;
margin:0;
}
.valores-ingresso .ingresso .name-ingresso span{
display:block;
font-weight:700;
font-size:15px;
color:rgb(0, 91, 142);
}
.valores-ingresso .ingresso .quantity{
display:flex;
align-items:center;
justify-content:flex-end;
}
.valores-ingresso .ingresso .quantity input{
font-size:15px;
font-weight:700;
color:#000;
text-align:center;
width:40px;
height:30px;
}
.valores-ingresso .ingresso .quantity button{
width:26px;
height:26px;
border:1px solid rgb(0, 91, 142);
background:transparent;
border-radius:50%;
font-size:14px;
color:rgb(0, 91, 142);
display:flex;
align-items:center;
justify-content:center;
padding:0 1px 1px 0;
transition:all 0.3s linear;
}
.valores-ingresso .ingresso .quantity button:hover{
background:rgb(0, 91, 142);
color:#fff;
}
.carrinho.active{
margin:15px 0;
}
.carrinho .item-cart{
padding:7px 0;
}
.carrinho .item-cart .content-item{
background-color: rgb(255, 255, 255);
box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 25px 1px;
border-radius: 12px;
padding: 10px 10px;
display:flex;
align-items:center;
}
.carrinho .item-cart .content-item .icone{
background-color: rgba(88, 76, 244, 0.15);
display:flex;
align-items:center;
justify-content:center;
width:54px;
height:54px;
border-radius:12px;
margin-right:12px;
}
.carrinho .item-cart .content-item .icone svg{
max-width:32px
}
.carrinho .item-cart .content-item .icone svg path{
fill:rgb(88, 76, 244);
}
.carrinho .item-cart .content-item .item-dados{
width:calc(100% - 66px);
}
.carrinho .item-cart .content-item .item-dados h3{
font-size: 15px;
font-weight: 600;
color: rgb(60, 60, 60);
line-height: 1.3;
margin:0 0 3px;
}
.carrinho .item-cart .content-item .item-dados h4{
font-size:18px;
font-weight:800;
display:flex;
align-items:flex-end;
line-height:1;
margin:0;
}
.carrinho .item-cart .content-item .item-dados h4 small{
font-size:13px;
margin-left:5px;
font-weight:500;
}
.carrinho .item-cart .content-item .item-dados h4 span{
font-size:14px;
margin-right:2px;
}

.table-ingressos .mapa-evento{
width:43%;
}
.table-ingressos .mapa-evento h3, .table-ingressos .ingressos-list h3{
font-size: 24px;
font-weight: 700;
color: rgb(60, 60, 60);
line-height: 1.3;
margin:0 0 10px;
}
.table-ingressos .mapa-evento .mapa{
border:2px solid #ccc;
border-radius:15px;
padding:10px;
}
.table-ingressos .mapa-evento .mapa img{
border-radius:15px
}
.box-detalhes{
margin:30px auto 20px;
border:2px solid #ccc;
border-radius:15px;
position:relative;
}
.box-detalhes .title{
display:flex;
align-items:center;
position:relative;
padding:10px;
}
.box-detalhes .title .icone{
background-color: rgba(88, 76, 244, 0.05);
min-width: 40px;
max-width: 40px;
width: 40px;
height: 40px;
margin: 0px;
border-style: solid;
border-width: 2px;
border-color: rgba(88, 76, 244, 0.15);
border-radius: 10px;
display:flex;
align-items:center;
justify-content:center;
color:rgb(88, 76, 244);
margin-right:10px;
}
.box-detalhes .title{
font-size: 18px;
font-weight: 700;
color: rgb(60, 60, 60);
line-height: 1.3;
}
.box-detalhes .title i{
position:absolute;
right:20px;
top:50%;
transition:all 0.3s linear;
transform:translatey(-50%) rotate(0);
color:rgb(88, 76, 244);
font-size:20px;
}
.box-detalhes .content-detalhes{
padding:5px 15px 10px;
}
.box-detalhes .content-detalhes{
font-size:15px;
color:rgb(60,60,60);
line-height:20px;
}
.box-detalhes .content-detalhes a{
color:rgb(88, 76, 244);
}
.box-detalhes .content-detalhes strong{
font-size:14px;
text-transform:uppercase;
}

section#comprar, section#carrinho{
position:relative;
background:#e8ecf2;
padding:35px 0 50px;
min-height:calc(100vh - 168px);
}
section#comprar h2.title-section{
font-size: 24px;
font-weight: 700;
color: rgb(60, 60, 60);
line-height: 1.3;
margin:0 0 15px;
}
section#comprar .local-e-data{
background:#f6f9fd;
padding:15px 14px;
}
section#comprar .local-e-data strong{
color:#1773df;
display:block;
font-size: 15px;
font-weight: 600;
line-height:1.4;
margin:0 0 5px;
}
section#comprar .local-e-data span{
display:block;
line-height:1.4;
font-size:14px;
color:#1456a1;
}
section#comprar .local-e-data span.extra strong{
display:inline;
}
section#comprar .local-e-data span.extra{
margin:5px 0 0;
}
section#comprar .mapa-evento{
background:#f6f9fd;
padding:0 10px 10px;
}
section#comprar .mapa-evento .description{
padding:15px 0 20px;
}
section#comprar .mapa-evento .description p{
font-size:14px;
line-height:22px;
}
section#comprar .mapa-evento .description p strong{
font-size:13px;
}
section#comprar .mapa-evento .description a{
color:#1456a1;
}
section#comprar .lista-ingressos{
background:#f6f9fd;
}
section#comprar .lista-ingressos .box-ingressos .tipo .top-tipo{
position:relative;
padding:15px 15px 12px;
}
section#comprar .lista-ingressos .box-ingressos .tipo .top-tipo span.color{
display:block;
width: 30px;
height: 30px;
margin-right:15px;
margin-top:-3px;
}
section#comprar .lista-ingressos .box-ingressos .tipo .top-tipo .name-tipo{
width:calc(100% - 45px);
}
section#comprar .lista-ingressos .box-ingressos .tipo .top-tipo .name-tipo h2{
font-size:16px;
font-weight:700;
color:rgb(60,60,60);
}
section#comprar .lista-ingressos .box-ingressos .tipo .top-tipo .name-tipo h2 span{
display:block;
font-size:13px;
color:#555;
font-weight:400;
margin:3px 0 0;
}
section#comprar .lista-ingressos .box-ingressos .tipo .ingressos-view{
padding:20px 15px 10px;
background:#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;
}
section#comprar .lista-ingressos .box-ingressos .tipo .ingressos-view .ingresso:not(:last-child){
border-bottom:1px solid #ccc;
margin:0 0 15px;
padding:0 0 15px;
}
section#comprar .lista-ingressos .box-ingressos .tipo .ingressos-view:last-child{
padding-bottom:20px;
}
section#comprar .lista-ingressos .box-ingressos .tipo .ingressos-view .name-ingresso h3{
font-weight:700;
font-size:15px;
margin:0 0 2px;
color:rgb(60,60,60);
}
section#comprar .lista-ingressos .box-ingressos .tipo .ingressos-view .name-ingresso span{
display:block;
font-weight:700;
font-size:14px;
color:rgb(0, 91, 142);
}
section#comprar .lista-ingressos .box-ingressos .tipo .ingressos-view .quantity{
display:flex;
align-items:center;
justify-content:flex-end;
}
section#comprar .lista-ingressos .box-ingressos .tipo .ingressos-view .quantity input{
font-size:15px;
font-weight:700;
color:rgb(60,60,60);
text-align:center;
width:40px;
height:30px;
}
section#comprar .lista-ingressos .box-ingressos .tipo .ingressos-view .quantity button{
width:26px;
height:26px;
border:1px solid #1773df;
background:transparent;
font-size:13px;
color:#1773df;
display:flex;
align-items:center;
justify-content:center;
padding:0;
transition:all 0.3s linear;
}
section#comprar .lista-ingressos .box-ingressos .tipo .ingressos-view .quantity button:hover{
background:#1773df;
color:#fff;
}
.cart{
background:#f6f9fd;;
margin-bottom:20px;
}
.cart .title-cart{
padding:15px 15px;
}
.cart .title-cart h3{
margin:0;
font-size:18px;
font-weight:600;
line-height:1;
}
.cart .items-cart{
padding:15px;
background:#fff;
background:#fff;
}
.cart .items-cart .item{
margin:0 0 10px;
padding:0 0 10px;
border-bottom:1px dashed #555;
}
.cart .items-cart .item span{
display:block;
font-size:14px;
font-weight:400;
}
.cart .items-cart .item span:nth-child(2){
font-size:13px;
}
.cart .items-cart .item span strong{
font-weight:700;
}
.cart .items-cart .total-cart span{
display:flex;
align-items:center;
font-size:15px;
color:rgb(60,60,60);
}
.cart .items-cart .total-cart span strong{
display:flex;
align-items:center;
justify-content:center;
font-size:15px;
color:rgb(60,60,60);
background:rgb(23, 115, 223,.1);
border-radius:5px;
padding:5px 10px;
line-height:1;
margin-right:10px;
}
.cart .items-cart .total-cart span + strong{
font-size:15px;
color:rgb(60,60,60);
}
.cart .items-cart .total-cart{
padding:10px 0 5px;
}
.cart .bottom-cart{
padding:10px 15px;
}
.cart .bottom-cart button, button#btn-checkout{
width:100%;
height:46px;
background:#1773df;
color:#fff;
font-weight:600;
font-size:15px;
cursor:pointer;
}
.cart span.empty{
display:block;
font-size:14px;
margin-bottom:15px;
}
.cart .bottom-cart button:disabled{
opacity:0.6;
}
.cart .bottom-cart button:hover, button#btn-checkout:hover{
background:#0e5ebb;
}

section#carrinho h2{
font-size: 20px;
font-weight: 500;
line-height: 1.4;
margin: 0 0 20px;
}
.seguros .seguro{
background: #f6f9fd;
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:#1773df;
}
.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:#1773df;
}
.seguros .seguro input:checked + .content-seguro span.check{
background:#1773df;
border-color:#1773df;
}
.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;
}

.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:800;
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:#1773df;
border-color:#1773df;
}
.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;
}
button.btn-checkout{
width: 100%;
height: 50px;
background: #1773df;
color: #fff;
font-weight: 600;
font-size: 15px;
cursor: pointer;
}
button.btn-checkout:hover{
background:#0e5ebb;
}
#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;
}
.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:calc(100% - 15px);
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:#1773df;
color:#fff;
}
.options li:first-child{
display:none;
}
#form-pay .select.prench select{
color:rgb(60,60,60,1);
}
#form-pay button{
margin-top:20px;
}
.formulario-pagar{
background: #fff;
padding:15px 20px
}
section#carrinho .area-pix{
background: #fff;
padding: 10px 30px 30px;
}
section#carrinho .area-pix h2{
background: #f6f9fd;
text-align: center;
padding: 10px 15px;
font-weight: 700;
}
section#carrinho .area-pix h3{
text-align: center;
font-size: 20px;
font-weight: 500;
margin: 0 auto 20px;
}
.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.pix{
max-width: 70px;
margin: 5px 0 10px;
}
.area-pix .qr-code .copiar span{
font-size: 15px;
color: #1773df;
font-weight: 600;
display: block;
cursor: pointer;
}
.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);
}
.msg-success .icone{
text-align: center;
margin: 0 auto 20px;
}
.msg-success .icone svg{
width: 90px;
height: 90px;
}
.msg-success p{
text-align: center;
max-width: 700px;
margin: 0 auto 20px;
}

@media(max-width:992px){
#topo .logo-evento{
width:100%;
top:108px;
display:flex;
align-items:center;
justify-content:center;
}
#topo .logo-evento img{
width:80%;
}
.evento {
width: 100%;
padding: 10px;
}	
.evento .content-evento .box-dia h2 {
font-size: 22px;
}	
.evento .content-evento .box-dia h4 {
font-size: 14px;
}	
.evento .content-evento .box-dia span{
font-size:13px;
}	
.evento .content-evento .box-dia {
margin-right: 10px;
width: 82px;
height: 82px;
}	
.evento .content-evento .local-show {
width: calc(100% - 92px);
position: relative;
padding-right: 30px;
}	
.evento .content-evento .local-show h3{
font-size:16px;
}	
.evento .content-evento .local-show p {
font-size: 12px;
max-width: 220px;
}	
.evento .content-evento .local-show span.ver{
right:0;
}	
footer .logos img:first-child{
width:40px !important;
}	
footer .logos img:last-child{
width:110px !important;
}		
.content-footer .seguro span{
font-size:11px;
}	
.content-footer .seguro img{
width:80px;
}	
.content-header .logo{
max-width:128px;
}
#comprar .col-md-7{
order:3;
margin-top:20px
}	
section#comprar h2.title-section {
font-size: 20px;
}	
section#comprar .lista-ingressos .box-ingressos .tipo .ingressos-view .name-ingresso h3{
font-size:14px;
}	
section#comprar .lista-ingressos .box-ingressos .tipo .top-tipo .name-tipo h2{
font-size:15px;
}	
section#comprar .lista-ingressos .box-ingressos .tipo .top-tipo span.color{
margin-right:10px;
width:26px;
height:26px;
}	
section#comprar .lista-ingressos .box-ingressos .tipo .top-tipo .name-tipo {
width: calc(100% - 36px);
}	
section#carrinho h2 {
font-size: 18px;
}	
.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;
}
.formulario-pagar {
padding: 15px 10px;
}	
.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;
}	
section#carrinho .area-pix h3{
font-size:15px;
}
msg-success .icone svg {
width: 80px;
height: 80px;
}
.msg-success p{
font-size:14px;
padding:0 30px;
}
section#carrinho .area-pix {
padding: 10px 15px 30px;
}
section#comprar, section#carrinho {
min-height: calc(100vh - 150px);
}	
.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;
}	
	
}