.q2c-modal{position:fixed;top:0;left:0;bottom:0;right:0;width:auto;height:auto;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:3;opacity:0;pointer-events:none}.q2c-modal.is-active{opacity:1;pointer-events:all;transition:.5s}.q2c-modal .q2c-modal__overlay{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100vh;background-color:#00000080}.q2c-modal .q2c-modal__content{position:relative;width:auto;background:var(--white);border-radius:.8rem;padding:20px;max-height:calc(100vh - 40px);max-width:calc(100vw - 40px);overflow:auto;z-index:1}.q2c-modal .q2c-modal__close-content{position:absolute;top:1.5rem;right:1.5rem;color:#adadad;font-weight:100}.q2c-account{display:flex;align-items:center}.q2c-account__user-img{margin-right:.8rem;width:25%;height:25%}@media(max-width:768px){.q2c-account__user-img{width:auto;height:auto}}.q2c-account__user-button{color:var(--gray50);font-size:1.4rem;font-weight:600;transition:color .3s}.q2c-account__user-button:hover{color:var(--white)}.q2c-account__user-link{color:var(--white);white-space:nowrap}.q2c-account__user-icon{margin-right:.8rem}.q2c-account__text{font-size:1.4rem;line-height:120%;color:var(--white);white-space:nowrap}.q2c-account__link{color:var(--gray50);font-weight:600;transition:color .3s}.q2c-account__link:hover{color:var(--white)}.q2c-menu-mobile{position:fixed;top:0;left:105%;width:100%;height:100%;padding:2rem 0;background:var(--blue);transition:all .5s;z-index:3;display:none}@media(max-width:769px){.q2c-menu-mobile{padding:1.2rem 10.2rem;display:initial}}@media(max-width:576px){.q2c-menu-mobile{padding:1.8rem 2.4rem;display:initial}}.q2c-menu-mobile .q2c-account{display:flex}.q2c-menu-mobile .q2c-account__user-button{font-size:1.6rem;color:var(--white)}.q2c-menu-mobile .q2c-account__content{display:flex}.q2c-menu-mobile .q2c-account__content>.q2c-account__text{margin-right:.6rem}.q2c-menu-mobile .q2c-account__text{font-size:1.6rem}.q2c-menu-mobile__aside{position:relative;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}.q2c-menu-mobile__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4.8rem}@media(max-width:768px){.q2c-menu-mobile__header .q2c-menu-mobile__logo{width:7.1rem}}@media(max-width:475px){.q2c-menu-mobile__header .q2c-menu-mobile__logo{width:6.2rem}}.q2c-menu-mobile__user{margin-bottom:5.6rem}@media(max-width:375px){.q2c-menu-mobile__user{margin-bottom:3.6rem}}.q2c-menu-mobile__aside::-webkit-scrollbar{display:none}.q2c-menu-mobile__item{border-bottom:.5px solid #fff3;margin-bottom:1.6rem}.q2c-menu-mobile__item.has-margin-button{margin-bottom:12rem}@media(max-width:768px){.q2c-menu-mobile__item.has-margin-button{margin-bottom:8rem}}@media(max-width:576px){.q2c-menu-mobile__item.has-margin-button{margin-bottom:8.8rem}}.q2c-menu-mobile__item .q2c-menu-mobile__item-wrapper{display:flex;align-items:center;width:21rem;margin-right:auto;margin-bottom:1.6rem}.q2c-menu-mobile__item .q2c-menu-mobile__icon{margin-right:.8rem}.q2c-menu-mobile__item .q2c-menu-mobile__link{display:flex;align-items:center;font-size:1.6rem;color:var(--white)}.q2c-menu-mobile__item .q2c-menu-mobile__arrow-icon{margin-bottom:1.6rem}.q2c-menu-mobile__logout{display:flex;align-items:center;margin-bottom:5.2rem}@media(max-width:375px){.q2c-menu-mobile__logout{margin-bottom:4.2rem}}.q2c-menu-mobile__logout .q2c-menu-mobile__logout-img{margin-right:.8rem}.q2c-menu-mobile__logout .q2c-menu-mobile__logout-text{font-size:1.6rem;color:var(--gray50)}.q2c-menu-mobile__footer-copy{width:55rem;color:var(--gray50);font-size:1.2rem;text-align:center;margin:0 auto 3rem}@media(max-width:475px){.q2c-menu-mobile__footer-copy{width:31rem}}.q2c-text-field,.q2c-text-field-container{position:relative}.q2c-text-field{border:2px solid var(--gray200);border-radius:.8rem;height:4.8rem;width:100%;padding:0 2.4rem;display:flex;align-items:center;transition:all .3s ease-in-out}.q2c-text-field:hover{border-color:var(--gray300)}.q2c-text-field.is-disable{background-color:#dbdbdb}.q2c-text-field.is-error{border:2px solid #ff6961}.q2c-text-field.is-error:focus-within{border-color:#ff6961}.q2c-text-field.is-error:hover{border-color:#ff696180}.q2c-text-field:focus-within{border-color:var(--gray700)}.q2c-select-field__icons,.q2c-text-field__icons{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%}.q2c-select-field__icons{z-index:2}.q2c-text-field__input{position:absolute;left:5.7rem;width:calc(100% - 5.7rem);font-size:1.6rem;line-height:1.7rem;color:var(--gray500);background:#0000;-moz-appearance:textfield}@media(max-width:475px){.q2c-text-field__input{font-size:1.4rem}}.q2c-text-field__input.is-error{color:#ff6961;animation:shake .3s}.q2c-text-field__input.is-error::placeholder{color:#ff6961}.q2c-text-field__input::placeholder{color:var(--gray300);font-weight:400}.q2c-text-field__input::-webkit-inner-spin-button,.q2c-text-field__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.q2c-text-field-helper{display:flex;align-items:center;margin-top:.8rem}.q2c-text-field__options{position:absolute;z-index:3;opacity:0;pointer-events:none;width:100%;max-height:15rem;overflow-y:auto;background:var(--white);border-radius:0 0 .8rem .8rem;box-shadow:0 2.8px 2.2px rgba(0,0,0,.011),0 6.7px 5.3px rgba(0,0,0,.016),0 12.5px 10px #00000005,0 22.3px 17.9px rgba(0,0,0,.024),0 41.8px 33.4px rgba(0,0,0,.029),0 100px 80px #0000000a;transition:opacity .3s}.q2c-text-field__options.is-active{opacity:1;pointer-events:auto}.q2c-text-field__options::-webkit-scrollbar{width:.8rem;height:12px}.q2c-text-field__options::-webkit-scrollbar-track{background:var(--gray100);border-radius:2.4rem}.q2c-text-field__options::-webkit-scrollbar-thumb{background:var(--gray300);border-radius:2.4rem}.q2c-text-field__options .q2c-text-field__option-text{font-size:1.6rem;color:var(--gray600);padding:1.6rem 3.2rem;cursor:pointer;transition:background .3s}.q2c-text-field__options .q2c-text-field__option-text:hover{background:hsla(0,0%,93%,.506)}.q2c-text-field-helper__icon{margin-right:.8rem}.q2c-text-field-helper__message{font-size:1.4rem;color:#ff6961}.q2c-text-field__trailing{z-index:2}.q2c-text-field__trailing:hover{cursor:pointer}.q2c-text-field__trailing .__react_component_tooltip{width:30rem}@keyframes shake{20%{transform:translateX(4px)}50%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.q2c-card{height:100%;overflow:hidden;border-radius:.8rem;transition:all .3s ease;box-shadow:0 .8px 2.2px rgba(0,0,0,.006),0 1.9px 5.3px rgba(0,0,0,.008),0 3.6px 10px #00000003,0 6.5px 17.9px rgba(0,0,0,.012),0 12.1px 33.4px rgba(0,0,0,.014),0 29px 80px #00000005}.q2c-card:hover{transform:scale(1.05);background-color:var(--white);box-shadow:0 .8px 2.2px rgba(0,0,0,.011),0 1.9px 5.3px rgba(0,0,0,.016),0 3.6px 10px #00000005,0 6.5px 17.9px rgba(0,0,0,.024),0 12.1px 33.4px rgba(0,0,0,.029),0 29px 80px #0000000a}@media(max-width:768px){.q2c-card:hover{transform:none;background-color:none;box-shadow:none}}.q2c-card .q2c-card__banner{width:100%;height:inherit;max-height:25.5rem;min-height:25.5rem;object-fit:cover}@media(max-width:1440px){.q2c-card .q2c-card__banner{height:inherit;max-height:22.1rem;min-height:22.1rem}}@media(max-width:1366px){.q2c-card .q2c-card__banner{height:inherit;max-height:21.3rem;min-height:21.3rem}}@media(max-width:1280px){.q2c-card .q2c-card__banner{height:inherit;max-height:18.9rem;min-height:18.9rem}}@media(max-width:1200px){.q2c-card .q2c-card__banner{height:inherit;max-height:23.1rem;min-height:23.1rem}}@media(max-width:1024px){.q2c-card .q2c-card__banner{height:inherit;max-height:19.1rem;min-height:19.1rem}}@media(max-width:800px){.q2c-card .q2c-card__banner{height:inherit;max-height:27.8rem;min-height:27.8rem}}@media(max-width:576px){.q2c-card .q2c-card__banner{height:inherit;max-height:25.8rem;min-height:25.8rem}}@media(max-width:475px){.q2c-card .q2c-card__banner{height:inherit;max-height:auto;min-height:auto;aspect-ratio:1}}.q2c-card__content,.q2c-card__link{height:100%;display:flex;flex-direction:column}.q2c-card__content{padding:2.4rem;justify-content:space-between}@media(max-width:1024px){.q2c-card__content{padding:2rem}}@media(max-width:475px){.q2c-card__content{padding:1rem}}.q2c-card__content .q2c-card__title{font-weight:500;font-size:1.8rem;color:#000;margin-bottom:1.2rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:1440px){.q2c-card__content .q2c-card__title{font-size:1.6rem}}@media(max-width:475px){.q2c-card__content .q2c-card__title{font-size:1.2rem}}.q2c-card__info{display:flex;flex-direction:column}.q2c-card__date,.q2c-card__place{display:flex;font-size:1.4rem}.q2c-card__date .q2c-card__text,.q2c-card__place .q2c-card__text{margin-left:.4rem}.q2c-card__date{align-items:center;margin-bottom:.4rem}.q2c-card__date .q2c-card__text{color:var(--orange);margin-top:2px}@media(max-width:475px){.q2c-card__date .q2c-card__text{font-size:1.2rem;color:var(--gray500)}}.q2c-card__place{align-items:flex-start}.q2c-card__place .q2c-card__text{font-size:1.2rem;line-height:140%;color:var(--gray600);margin-top:.3rem}@media(max-width:1200px){.q2c-card__place .q2c-card__text{font-size:1.2rem}}.q2c-card__icon{width:2rem}.q2c-last-purchases__card{display:flex;align-items:center;height:100%;position:relative;padding:2rem;background:var(--white);border-radius:.8rem;box-shadow:0 0 2.2px rgba(0,0,0,.008),0 0 5.3px rgba(0,0,0,.012),0 0 10px rgba(0,0,0,.015),0 0 17.9px rgba(0,0,0,.018),0 0 33.4px rgba(0,0,0,.022),0 0 80px #00000008;transition:transform .3s}.q2c-last-purchases__card:hover{transform:scale(1.02)}@media(max-width:1366px){.q2c-last-purchases__card{padding:1.4rem}}@media(max-width:1280px){.q2c-last-purchases__card{padding:2.4rem}}@media(max-width:1150px){.q2c-last-purchases__card{padding:1.4rem}}.q2c-last-purchases__card .q2c-last-purchases__img{width:15rem;margin-right:2.7rem;border-radius:.8rem}@media(max-width:1440px){.q2c-last-purchases__card .q2c-last-purchases__img{margin-right:1.4rem}}@media(max-width:1280px){.q2c-last-purchases__card .q2c-last-purchases__img{width:12rem;margin-right:2.7rem}}@media(max-width:1024px){.q2c-last-purchases__card .q2c-last-purchases__img{width:15rem}}@media(max-width:768px){.q2c-last-purchases__card .q2c-last-purchases__img{width:13rem}}@media(max-width:475px){.q2c-last-purchases__card .q2c-last-purchases__img{width:14rem;margin-right:1.5rem}}.fixed-bottom{display:flex;justify-content:center;align-items:center;position:absolute;bottom:0;left:0;background-color:#666666b3;border-radius:0 0 8px 8px;width:100%;height:40px}.text-alert{font-family:Work Sans;color:#fff;font-size:14px;font-weight:400;line-height:30px}.img-info{margin-left:4px}.q2c-last-purchases__half-opacity{opacity:.5}.q2c-last-purchases__content{width:100%;display:flex;flex-direction:column}.q2c-last-purchases__content .q2c-last-purchases__ticketTitle{font-weight:400;font-size:14px;line-height:140%;color:var(--blue);margin-bottom:2rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:4.3rem}@media(max-width:475px){.q2c-last-purchases__content .q2c-last-purchases__ticketTitle{font-size:1.4rem}}.q2c-last-purchases__content .q2c-last-purchases__eventTitle{font-weight:400;font-size:14px;color:#666;margin-bottom:16px}@media(max-width:1366px){.q2c-last-purchases__content .q2c-last-purchases__eventTitle{font-size:14px}}.q2c-last-purchases__info{display:flex;flex-direction:column;justify-content:flex-end;height:100%}.q2c-last-purchases__date,.q2c-last-purchases__place{display:flex;align-items:center}.q2c-last-purchases__date .q2c-last-purchases__icon,.q2c-last-purchases__place .q2c-last-purchases__icon{margin-right:.8rem}@media(max-width:475px){.q2c-last-purchases__date .q2c-last-purchases__icon,.q2c-last-purchases__place .q2c-last-purchases__icon{width:2rem;margin-right:.4rem}}.q2c-last-purchases__date .q2c-last-purchases__text,.q2c-last-purchases__place .q2c-last-purchases__text{font-size:1.2rem;color:#666;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}@media(max-width:1200px){.q2c-last-purchases__date .q2c-last-purchases__text,.q2c-last-purchases__place .q2c-last-purchases__text{font-size:1rem}}.q2c-last-purchases__date{margin-bottom:.4rem;align-items:center}.q2c-last-purchases__status{position:absolute;z-index:2;bottom:0;left:0;right:0;height:4rem;text-align:center;font-size:14px;line-height:200%;font-weight:400;background-color:#666666b3;color:#fff;border-radius:0 0 .8rem .8rem}.__react_component_tooltip{font-size:1.6rem;border-radius:.8rem;box-shadow:.3px .6px 2.2px rgba(0,0,0,.006),.7px 1.3px 5.3px rgba(0,0,0,.008),1.3px 2.5px 10px #00000003,2.2px 4.5px 17.9px rgba(0,0,0,.012),4.2px 8.4px 33.4px rgba(0,0,0,.014),10px 20px 80px #00000005}.__react_component_tooltip.show{opacity:1!important}.q2c-search{width:100%;background:var(--white);border-radius:50rem;display:flex;align-items:center;border:1px solid #e1e1e1}.q2c-search .q2c-search-input{font-size:1.4rem;color:var(--gray600);background:#0000;height:3.8rem;width:100%;padding:0 2.4rem}.q2c-search .q2c-search-icon{width:2.5rem}.q2c-search .q2c-search-button{display:flex;width:4.8rem;height:3.8rem;align-content:center;justify-content:center;flex-direction:row;align-items:center}@media(max-width:475px){.q2c-search{border-radius:.8rem}}.q2l-header{position:fixed;top:0;z-index:3;height:7.2rem;width:100%;background-color:var(--blue);display:flex;align-items:center}.q2l-header.is-active-shadow{box-shadow:.8px 3.9px 2.2px rgba(0,0,0,.011),2px 9.3px 5.3px rgba(0,0,0,.016),3.8px 17.5px 10px #00000005,6.7px 31.3px 17.9px rgba(0,0,0,.024),12.5px 58.5px 33.4px rgba(0,0,0,.029),30px 140px 80px #0000000a}.q2l-header .container{display:flex;align-items:center;justify-content:space-between}@media(max-width:576px){.q2l-header .container{padding:0 2rem}}.q2l-header .q2c-modal-sair{position:absolute;top:4rem;visibility:hidden;transform:translateY(2rem)}.q2l-header .q2c-modal-sair.is-active{transform:translateY(0);transition-duration:.5s;visibility:visible}.q2l-header .q2c-modal-sair .q2c-modal__overlay{background-color:#0000}.q2l-header .q2c-modal-sair .q2c-modal__content{width:17.6rem;height:4.5rem;display:flex;padding:0;background:var(--white);border-radius:.8rem;box-shadow:.5px 2.7px 18.9px #00000005,1.3px 6.3px 30.2px rgba(0,0,0,.028),2.4px 11.8px 39.3px rgba(0,0,0,.035),4.3px 21.7px 48.8px rgba(0,0,0,.042),8.6px 43.2px 61.5px #0000000d,20px 100px 84px #00000012}.q2l-header .q2c-modal__button{width:100%;overflow:hidden;display:flex;align-items:center;transition:filter .3s ease}.q2l-header .q2c-modal__button .q2c-modal__icon{margin-left:3.2rem;margin-right:2.4rem}@media(max-width:1024px){.q2l-header .q2c-modal__button .q2c-modal__icon{margin-left:2rem}}.q2l-header .q2c-modal__button .q2c-modal__text{display:inline-block;color:var(--gray600);font-size:1.6rem;font-weight:600}.q2l-header .q2c-modal__button:hover{filter:brightness(.97)}.q2l-header__section{width:100%;display:flex;align-items:center;flex:1 1}.q2l-header__section.has-align-end{-webkit-justify-content:flex-end;align-items:flex-end;-webkit-align-items:center;justify-content:end;gap:2rem;flex:1 1}@media(max-width:768px){.q2l-header__section.has-align-end{flex:2 1}}.q2l-header__old-ios-fix{width:100%;display:none}@media(max-width:475px){.q2l-header__old-ios-fix{display:block}}.q2l-header__toggle-menu-icon{width:3rem;max-width:-moz-fit-content;max-width:fit-content}@media(max-width:800px){.q2l-header__nav{display:none}}.q2l-header__nav .q2l-header__list{display:flex}.q2l-header__item{font-weight:600;font-size:1.6rem;margin:auto}.q2l-header__item:not(:first-child){margin-left:3.2rem}@media(max-width:1024px){.q2l-header__item:not(:first-child){margin-left:2.4rem}}.q2l-header__item .q2l-header__link{color:var(--gray50);transition:color .3s}.q2l-header__item .q2l-header__link.is-active,.q2l-header__item .q2l-header__link:hover{color:var(--white)}.q2l-header__search{width:100%;max-width:35rem;margin-right:6rem;background:var(--white);border-radius:50rem;display:flex;align-items:center;border:1px solid #e1e1e1}.q2l-header__search .q2l-header__search-input{font-size:1.4rem;color:var(--gray600);background:#0000;height:4rem;width:100%;max-width:35rem;padding:0 2.4rem}.q2l-header__search .q2l-header__search-icon{width:2.5rem;margin-right:2.4rem}@media(max-width:1366px){.q2l-header__search{width:auto;margin-left:3rem;margin-right:0}}@media(max-width:1024px){.q2l-header__search{max-width:25rem;margin-left:3rem}}@media(max-width:768px){.q2l-header__search{max-width:35rem}}@media(max-width:576px){.q2l-header__search{margin-right:2rem;max-width:26rem}}@media(max-width:475px){.q2l-header__search{display:none}}.q2l-header__signIn-button{position:relative}@media(max-width:1200px){.q2l-header__signIn-button{width:100%;max-width:13rem}}@media(max-width:768px){.q2c-account,.q2l-header__signIn-button{display:none}}.q2l-header__notification-skeleton{width:3.2rem;height:3.2rem;border-radius:50%;border-radius:.6rem;background-image:linear-gradient(-90deg,rgba(231,237,241,.027),hsla(0,0%,97%,.153) 50%,rgba(231,237,241,.027));background-size:400% 400%;animation:shimmer 1.2s ease-in-out infinite}.q2l-header__notification{position:relative;display:none}.q2l-header__notification .q2l-header__notification-badge{position:absolute;right:.2rem;font-size:1rem;color:var(--white);background:var(--orange);width:1.5rem;height:1.5rem;line-height:1.4rem;border-radius:50%;border:1px solid var(--white);text-align:center}.q2l-header__cart-icon{width:3rem;max-width:-moz-fit-content;max-width:fit-content}.q2l-header__cart-link{position:relative}.q2l-header__cart-badge{position:absolute;right:-.2rem;font-size:1rem;line-height:1.4rem;color:var(--white);text-align:center;background:var(--orange);border-radius:50%;border:1px solid var(--white);width:1.5rem;height:1.5rem}.q2l-header__toggle-menu{width:100%;max-width:3.6rem;display:none}@media(max-width:768px){.q2l-header__toggle-menu{display:block}}.is-menu-opened .q2c-menu-mobile{transform:translateX(-105%)}.q2l-footer{background-color:var(--blue);padding:5rem 0}@media(max-width:576px){.q2l-footer{padding:2.4rem 0}}.q2l-footer__subtitle{display:block;font-weight:600;font-size:1.6rem;color:var(--white);margin-bottom:1.4rem}.q2l-footer__app-img{width:14rem}.q2l-footer__main{display:flex;justify-content:space-between;height:100%}@media(max-width:1024px){.q2l-footer__main{flex-direction:column}}.q2l-footer__left{width:100%;max-width:30rem}@media(max-width:1024px){.q2l-footer__left{margin-bottom:4.5rem}}.q2l-footer__left-wrapper{height:13rem;margin-bottom:10rem}@media(max-width:1024px){.q2l-footer__left-wrapper{margin-bottom:4.5rem;height:auto}}.q2l-footer__brands{display:flex;align-items:flex-end;justify-content:space-between}.q2l-footer__q2ingressos{width:8rem}.q2l-footer__line{border-left:1px solid var(--white);height:6rem}.q2l-footer__q2bank{display:grid;place-items:center}.q2l-footer__q2bank-text{font-weight:600;font-size:1.2rem;text-align:center;color:var(--white);margin-bottom:1.4rem}.q2l-footer__q2bank-logo{width:10rem}.q2l-footer__redes{margin-top:2.8rem}@media(max-width:991px){.q2l-footer__redes{margin-top:1.2rem}}.q2l-footer__redes-list{display:flex;align-items:center}.q2l-footer__redes-item:not(:first-child){margin-left:2.4rem}.q2l-footer__app-buttons{display:flex}.q2l-footer__app-link{display:block}.q2l-footer__app-link:not(:first-child){margin-left:1rem}.q2l-footer__right-wrapper{display:flex;justify-content:flex-end;height:13rem;margin-bottom:10rem}@media(max-width:1024px){.q2l-footer__right-wrapper{justify-content:space-between;margin-bottom:4rem}}@media(max-width:576px){.q2l-footer__right-wrapper{height:auto;flex-direction:column}}.q2l-footer__info{width:100%;max-width:32.1rem;margin-right:6.4rem}@media(max-width:1280px){.q2l-footer__info{margin-right:0}}@media(max-width:576px){.q2l-footer__info{margin-bottom:2.4rem}}.q2l-footer__info-text,.q2l-footer__link{font-size:1.4rem;color:#b4d5f4;line-height:150%;transition:color .3s}@media(max-width:576px){.q2l-footer__info-text,.q2l-footer__link{line-height:200%;margin-bottom:8px}}.q2l-footer__link:hover{color:var(--white)}@media(max-width:576px){.q2l-footer__item{margin-bottom:8px}.q2l-footer__item:last-child{margin-bottom:0}}.q2l-footer__stamps{display:grid;grid-template-columns:repeat(6,auto);grid-gap:6.2rem;gap:6.2rem;align-items:center;justify-items:center}@media(max-width:1440px){.q2l-footer__stamps{gap:4.2rem}}@media(max-width:1350px){.q2l-footer__stamps{grid-template-columns:repeat(3,auto);justify-content:space-between;gap:2rem}}@media(max-width:800px){.q2l-footer__stamps{grid-template-columns:repeat(2,auto)}}.q2l-footer__stamps-item{display:flex;justify-content:center}.q2l-footer__stamps-wrapper{display:grid;place-items:center}.q2l-footer__stamps-title{display:block;font-weight:600;font-size:1.6rem;text-align:center;color:var(--white);margin-bottom:.4rem}@media(max-width:576px){.q2l-footer__stamps-title{font-size:1.2rem}}.q2l-footer__stamps-link{display:flex;justify-content:center}@media(max-width:576px){.q2l-footer__stamps-img{height:inherit}}.q2l-footer__copy{color:var(--white);text-align:center;line-height:150%;font-size:1.2rem;margin-top:6.4rem}.q2l-footer .q2l-footer__info-text{padding-right:20px}.q2c-shimmer-cards__list{width:100%;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:3.2rem;gap:3.2rem}@media(max-width:1366px){.q2c-shimmer-cards__list{gap:2.4rem}}@media(max-width:1200px){.q2c-shimmer-cards__list{grid-template-columns:repeat(4,1fr)}}@media(max-width:800px){.q2c-shimmer-cards__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.q2c-shimmer-cards__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:475px){.q2c-shimmer-cards__list{display:block}}.q2c-shimmer-cards__list .swiper{padding:0 2rem}.q2c-shimmer-cards__item{overflow:hidden;border-radius:.8rem;background-color:#f8f8f8}.q2c-shimmer-cards__item .q2c-shimmer-cards__banner{height:25rem;width:100%;background-image:linear-gradient(-90deg,#e7edf1,#f8f8f8 50%,#e7edf1);background-size:400% 400%;animation:shimmer 1.2s ease-in-out infinite}@media(max-width:1440px){.q2c-shimmer-cards__item .q2c-shimmer-cards__banner{height:22.1rem}}@media(max-width:1280px){.q2c-shimmer-cards__item .q2c-shimmer-cards__banner{height:18.9rem}}@media(max-width:1200px){.q2c-shimmer-cards__item .q2c-shimmer-cards__banner{height:23.1rem}}@media(max-width:1024px){.q2c-shimmer-cards__item .q2c-shimmer-cards__banner{height:19.1rem}}@media(max-width:800px){.q2c-shimmer-cards__item .q2c-shimmer-cards__banner{height:27.8rem}}@media(max-width:475px){.q2c-shimmer-cards__item .q2c-shimmer-cards__banner{height:15rem}}.q2c-shimmer-cards__content{padding:2.4rem;height:15rem;display:flex;flex-direction:column;justify-content:space-between}@media(max-width:475px){.q2c-shimmer-cards__content{padding:1.4rem;height:12rem}}.q2c-shimmer-cards__content .q2c-shimmer-cards__name-event{width:100%;height:2rem;background-image:linear-gradient(-90deg,#e7edf1,#f8f8f8 50%,#e7edf1);background-size:400% 400%;animation:shimmer 1.2s ease-in-out infinite}.q2c-shimmer-cards__info{display:flex;flex-direction:column;align-items:flex-start}.q2c-shimmer-cards__info .q2c-shimmer-cards__text-info{width:100%;display:flex;align-items:center}.q2c-shimmer-cards__info .q2c-shimmer-cards__text-info:not(:last-child){margin-bottom:1.2rem}.q2c-shimmer-cards__icon{width:2rem;height:2rem;border-radius:50%;margin-right:.8rem}.q2c-shimmer-cards__icon,.q2c-shimmer-cards__text{background-image:linear-gradient(-90deg,#e7edf1,#f8f8f8 50%,#e7edf1);background-size:400% 400%;animation:shimmer 1.2s ease-in-out infinite}.q2c-shimmer-cards__text{width:70%;height:1rem}.q2l-events-cards__list{width:100%;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:3.2rem;gap:3.2rem}@media(max-width:1366px){.q2l-events-cards__list{gap:2.4rem;grid-template-columns:repeat(4,1fr)}}@media(max-width:1200px){.q2l-events-cards__list{grid-template-columns:repeat(4,1fr)}}@media(max-width:800px){.q2l-events-cards__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.q2l-events-cards__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:475px){.q2l-events-cards__list{padding:0 2rem;margin:auto;grid-template-columns:repeat(2,1fr)}}.q2l-events-cards__list .swiper{padding:0 2rem!important;overflow:inherit}.q2l-events-cards__list .swiper-slide{height:auto}.q2c-skeleton-user-name{display:flex;align-items:center}.q2c-skeleton-user-name .q2c-skeleton-user-name__img{width:4.8rem;height:4.8rem;margin-right:.8rem;border-radius:50%}.q2c-skeleton-user-name .q2c-skeleton-user-name__img,.q2c-skeleton-user-name .q2c-skeleton-user-name__name{background-image:linear-gradient(-90deg,rgba(231,237,241,.027),hsla(0,0%,97%,.153) 50%,rgba(231,237,241,.027));background-size:400% 400%;animation:shimmer 1.2s ease-in-out infinite}.q2c-skeleton-user-name .q2c-skeleton-user-name__name{font-size:1.4rem;font-weight:600;color:#0000;border-radius:.6rem}.q2l-signIn__form{margin-bottom:4rem}.q2l-signIn-form__password{position:relative;margin-top:1.6rem;margin-bottom:5.4rem}.q2l-signIn-form__password .q2c-text-field-helper{position:absolute}.q2l-signIn-form__password .q2l-signIn-form__link{position:absolute;right:0;top:5.7rem;font-size:1.4rem;color:var(--orange)}.q2l-signIn-form__password .q2l-signIn-form__link:hover{filter:brightness(.9)}.q2l-signIn-form__button_loading{margin-right:5px}.q2l-signIn-form__button{display:block;width:100%;height:4.8rem;background:var(--gray200);border-radius:.8rem;font-weight:600;font-size:1.6rem;color:var(--white);transition:all .3s;cursor:not-allowed}.q2l-signIn-form__button.is-active{background:var(--orange);cursor:pointer}.q2l-signIn-form__button.is-active:hover{filter:brightness(.9)}.q2l-register-form .q2c-text-field-container:not(:first-child){margin-top:1.6rem}.q2l-register-form .select{margin-top:1.6rem;width:100%}.q2l-register-form .select .select__content{display:none;border-radius:.8rem;background:var(--white);box-shadow:0 0 2.2px rgba(0,0,0,.006),0 0 5.3px rgba(0,0,0,.008),0 0 10px #00000003,0 0 17.9px rgba(0,0,0,.012),0 0 33.4px rgba(0,0,0,.014),0 0 80px #00000005}.q2l-register-form .select .select__content .select__options{max-height:17rem;overflow:auto}.q2l-register-form .select .select__content .select__options::-webkit-scrollbar{width:.8rem;height:12px}.q2l-register-form .select .select__content .select__options::-webkit-scrollbar-track{background:var(--gray100);border-radius:2.4rem}.q2l-register-form .select .select__content .select__options::-webkit-scrollbar-thumb{background:var(--gray300);border-radius:2.4rem}.q2l-register-form .select .select__content .select__options li{font-size:1.6rem;color:var(--gray500);padding:1.2rem 5.6rem;transition:background-color .3s}.q2l-register-form .select .select__content .select__options li:hover{background-color:hsla(0,0%,93%,.506)}.q2l-register-form .select.active .select__content{display:block}.q2l-register-form .select .input__trailingIcon{transition:transform .3s linear}.q2l-register-form .select.active .input__trailingIcon{transform:rotate(-180deg)}.q2l-register-form .q2l-register-form__button{display:block;width:100%;height:4.8rem;background:var(--gray200);border-radius:.8rem;font-weight:600;font-size:1.6rem;color:var(--white);margin-top:4rem;margin-bottom:8rem;transition:filter .3s;cursor:not-allowed}.q2l-register-form .q2l-register-form__button.is-active{background:var(--orange);cursor:pointer}.q2l-register-form .q2l-register-form__button.is-active:hover{filter:brightness(.9)}.q2l-skeleton-qrcode{width:100%;max-width:18rem;height:18rem;background-image:linear-gradient(-90deg,#e7edf1,#f8f8f8 50%,#e7edf1);background-size:400% 400%;animation:shimmer 1.2s ease-in-out infinite}@media(max-width:1440px){.q2l-skeleton-qrcode{height:15rem}}@media(max-width:1366px){.q2l-skeleton-qrcode{height:13rem}}@media(max-width:1280px){.q2l-skeleton-qrcode{height:9rem}}.q2l-skeleton-pix-code{width:100%;max-width:30rem;height:.8rem;margin-bottom:1.6rem;background-image:linear-gradient(-90deg,#e7edf1,#f8f8f8 50%,#e7edf1);background-size:400% 400%;animation:shimmer 1.2s ease-in-out infinite}.q2l-hero{margin-top:7.2rem;margin-bottom:10rem}@media(max-width:1600px){.q2l-hero{margin-bottom:7rem}}@media(max-width:475px){.q2l-hero{margin-bottom:0}}.q2l-hero__link{display:block}.q2l-hero__banner{width:100%;height:auto}@media(max-width:768px){.q2l-hero__banner{object-fit:cover}}.q2l-hero__content:hover{cursor:pointer}.q2l-mobile__searchBar{padding:1.8rem 0;display:none}@media(max-width:475px){.q2l-mobile__searchBar{display:block}}.q2l-hero__banner-skeleton{width:100%;height:47.5rem;background-image:linear-gradient(-90deg,#e7edf1,#f8f8f8 50%,#e7edf1);background-size:400% 400%;animation:shimmer 1.2s ease-in-out infinite}@media(max-width:1600px){.q2l-hero__banner-skeleton{height:40rem}}@media(max-width:1200px){.q2l-hero__banner-skeleton{height:30rem}}@media(max-width:1024px){.q2l-hero__banner-skeleton{height:25.6rem}}@media(max-width:768px){.q2l-hero__banner-skeleton{height:44.4rem}}@media(max-width:576px){.q2l-hero__banner-skeleton{height:33.3rem}}@media(max-width:475px){.q2l-hero__banner-skeleton{height:23.9rem}}.q2l-events{margin-bottom:12rem}@media(max-width:475px){.q2l-events{margin-bottom:5.6rem}}.q2l-events__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem}@media(max-width:475px){.q2l-events__header{padding:0 2rem;margin-bottom:2.4rem}}.q2l-events__header .q2l-events__title{font-weight:600;font-size:3.2rem;color:var(--blue)}@media(max-width:475px){.q2l-events__header .q2l-events__title{font-size:2rem;color:var(--gray700)}}.q2l-events__header .q2l-events__link{font-weight:600;font-size:1.6rem;color:var(--blue);transition:color .3s}.q2l-events__header .q2l-events__link:hover{color:var(--orange)}@media(max-width:475px){.q2l-events__header .q2l-events__link{font-size:1.4rem}.q2l-events .container{padding:0}}@keyframes shimmer{0%{background-position:0 0}to{background-position:-135% 0}}.q2l-all-events{margin-top:17.1rem}@media(max-width:1366px){.q2l-all-events{margin-top:12.8rem}}@media(max-width:475px){.q2l-all-events{margin-top:6.8rem}.q2l-all-events .container{padding-top:16.4rem}.q2l-all-events .q2c-card__banner{height:inherit;max-height:17.7rem;min-height:17.7rem}}@media(max-width:375px){.q2l-all-events .q2c-card__banner{height:inherit;max-height:15.7rem;min-height:15.7rem}}.q2l-all-events__headerMobile{position:fixed;display:none;width:100%;padding:2rem;background:var(--white);box-shadow:0 .8px 2.2px rgba(0,0,0,.006),0 1.9px 5.3px rgba(0,0,0,.008),0 3.6px 10px #00000003,0 6.5px 17.9px rgba(0,0,0,.012),0 12.1px 33.4px rgba(0,0,0,.014),0 29px 80px #00000005}@media(max-width:475px){.q2l-all-events__headerMobile{display:block}}.q2l-all-events__headerMobile .q2l-all-events__headerWrapper{margin-bottom:1.6rem;display:flex}.q2l-all-events__headerMobile .q2l-all-events__headerWrapper .q2l-all-events__link{display:flex;align-items:center}.q2l-all-events__headerMobile .q2l-all-events__headerWrapper .q2l-all-events__title{font-weight:600;font-size:3.2rem;line-height:3.2rem;color:var(--blue);margin-left:7.2rem}@media(max-width:475px){.q2l-all-events__headerMobile .q2l-all-events__headerWrapper .q2l-all-events__title{font-size:2rem;margin-left:1.4rem;color:var(--gray700)}}.q2l-all-events__header{display:flex;padding-bottom:2.4rem;margin-bottom:5.6rem;border-bottom:1px solid var(--gray200)}@media(max-width:475px){.q2l-all-events__header{display:none}}.q2l-all-events__header .q2l-all-events__link{display:flex;align-items:center}.q2l-all-events__header .q2l-all-events__title{font-weight:600;font-size:3.2rem;line-height:3.2rem;color:var(--blue);margin-left:7.2rem}@media(max-width:475px){.q2l-all-events__header .q2l-all-events__title{font-size:2.4rem;margin-left:3.2rem}}.q2l-all-events__content{margin-bottom:12rem}.q2l-all-events__list{width:100%;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:3.2rem;gap:3.2rem}@media(max-width:1366px){.q2l-all-events__list{gap:2.4rem}}@media(max-width:1200px){.q2l-all-events__list{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.q2l-all-events__list{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.q2l-all-events__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:320px){.q2l-all-events__list{grid-template-columns:repeat(1,1fr)}}.q2l-user-tickets{margin-top:17.1rem}@media(max-width:1366px){.q2l-user-tickets{margin-top:12.8rem}}@media(max-width:475px){.q2l-user-tickets{margin-top:7.2rem}}.q2l-user-tickets__headerMobile{display:none;margin-bottom:3.4rem;width:100%;padding:2rem;background:var(--white);box-shadow:0 .8px 2.2px rgba(0,0,0,.006),0 1.9px 5.3px rgba(0,0,0,.008),0 3.6px 10px #00000003,0 6.5px 17.9px rgba(0,0,0,.012),0 12.1px 33.4px rgba(0,0,0,.014),0 29px 80px #00000005}@media(max-width:475px){.q2l-user-tickets__headerMobile{display:block}}.q2l-user-tickets__headerMobile .q2l-user-tickets__headerWrapper{display:flex}.q2l-user-tickets__headerMobile .q2l-user-tickets__headerWrapper .q2l-user-tickets__link{display:flex;align-items:center}.q2l-user-tickets__headerMobile .q2l-user-tickets__headerWrapper .q2l-user-tickets__title{font-weight:600;font-size:2rem;line-height:3.2rem;color:var(--gray700)}.q2l-user-tickets__header{border-bottom:1px solid var(--gray200);margin-bottom:4.6rem}@media(max-width:475px){.q2l-user-tickets__header{border:none;margin-bottom:0}}.q2l-user-tickets__header .q2l-user-tickets__title{color:var(--blue);font-weight:600;font-size:3.2rem;margin-bottom:3.2rem}@media(max-width:475px){.q2l-user-tickets__header .q2l-user-tickets__title{display:none}}.q2l-user-tickets__cards{margin-bottom:12rem;margin-top:4.6rem}.q2l-last-purchases__list{width:100%;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(3,1fr);grid-gap:3.2rem;gap:3.2rem}@media(max-width:1440px){.q2l-last-purchases__list{gap:2.4rem}}@media(max-width:1280px){.q2l-last-purchases__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.q2l-last-purchases__list{grid-template-columns:repeat(1,1fr);justify-content:center}}.q2l-signIn-register-desktop{margin-top:17.1rem;padding-bottom:6rem}@media(max-width:1366px){.q2l-signIn-register-desktop{margin-top:12.8rem}}.q2l-signIn-register-desktop__content{display:flex;justify-content:space-between;padding:0 4rem}.q2l-signIn-register-desktop__content .q2l-signIn-register-desktop__signIn{width:100%;max-width:60rem;margin-right:28.8rem}@media(max-width:1200px){.q2l-signIn-register-desktop__content .q2l-signIn-register-desktop__signIn{margin-right:20.8rem}}.q2l-signIn-register-desktop__content .signInRegisterDesktop__register{width:100%;max-width:60rem}.q2l-signIn-register-desktop__title{font-size:2.4rem;color:var(--blue);margin-bottom:5.6rem}.q2l-signIn-register-desktop__text{text-align:center;font-size:1.6rem;font-weight:600;color:var(--gray700);margin-bottom:1.6rem}.q2l-signIn-register-mobile{position:fixed;top:0;width:100%;height:100%;background:var(--blue);z-index:2}.q2l-signIn-register-mobile .q2l-signIn{margin-bottom:2rem}.q2l-signIn-register-mobile .q2c-text-field{background:var(--white)}.q2l-signIn-register-mobile .q2l-signIn-form__link{color:var(--white);font-size:1.2rem}.q2l-signIn-register-mobile__header{height:7.2rem;padding:1.2rem 0;margin-bottom:7.3rem}.q2l-signIn-register-mobile__header .q2l-signIn-register-mobile__img{width:7.1rem}@media(max-width:475px){.q2l-signIn-register-mobile__header .q2l-signIn-register-mobile__img{width:6.2rem}}.q2l-signIn-register-mobile__content{width:100%;max-width:50rem;margin:0 auto}.q2l-signIn-register-mobile__signIn{border-bottom:1px solid #ffffff4d;margin-bottom:3.2rem}.q2l-signIn-register-mobile__text{color:var(--white);text-align:center;font-size:1.2rem;margin-bottom:6.4rem}.q2l-signIn-register-mobile__text .q2l-signIn-register-mobile__link{color:var(--orange)}.q2l-signIn-register-mobile__footer .q2c-signIn-redes__link{box-shadow:none}.q2l-signIn-register-mobile__footer .q2c-signIn-redes__link:hover{transform:none}.q2l-signIn-register-mobile__footer-text{font-size:1.6rem;text-align:center;color:var(--white);margin-bottom:1.6rem}.q2l-step-form{position:fixed;top:0;width:100%;height:100vh;overflow-y:auto;background:var(--blue);z-index:2}.q2l-step-form__header{display:flex;align-items:center;justify-content:space-between;height:7.2rem;margin-bottom:3.2rem}.q2l-step-form__header .q2l-step-form__img{width:7.1rem}@media(max-width:475px){.q2l-step-form__header .q2l-step-form__img{width:6.2rem}}.q2l-step-form__progress-bar{position:relative;margin-bottom:3.4rem}.q2l-step-form__progress-bar .q2l-step-form__line{width:100%;height:4px;background:var(--white)}.q2l-step-form__progress{position:absolute;top:0;width:0;height:4px;background:var(--orange);transition:.6s}.q2l-step-form__progress.q2l-step-form__step2{width:50%}.q2l-step-form__progress.q2l-step-form__step2.q2l-step-form__step3{width:100%}.q2l-step-form__circle{position:absolute;top:-8px;width:2rem;height:2rem;border-radius:50%;background:var(--white)}.q2l-step-form__circle.q2l-step-form__c1{left:-2px}.q2l-step-form__circle.q2l-step-form__c2{transition:.6s ease-in-out;left:50%;margin-left:-10px}.q2l-step-form__circle.q2l-step-form__c3{transition:.6s ease-in-out;right:-2px}.q2l-step-form__circle.is-active{background:var(--orange)}.q2l-step-form__info .q2l-step-form__title{font-size:2rem;color:var(--white);margin-bottom:1.6rem}.q2l-step-form__info .q2l-step-form__text{font-size:1.4rem;color:var(--white);margin-bottom:2.6rem}.q2l-step-form__form .q2c-text-field-container:not(:last-child){margin-bottom:1.6rem}.q2l-step-form__form .q2c-text-field{background:var(--white)}.q2l-step-form__form .q2c-primary-button{margin-top:3.2rem;margin-bottom:1.6rem}.q2l-step-form__register-link{border-bottom:1px solid #ffffff4d;margin-bottom:3.2rem}.q2l-step-form__register-link .q2l-step-form__text{text-align:center;font-size:1.2rem;color:var(--white);margin-bottom:3.2rem}.q2l-step-form__register-link .q2l-step-form__link{color:var(--orange)}.q2l-step-form__footer .q2l-step-form__text{text-align:center;font-size:1.6rem;color:var(--white);margin-bottom:2.4rem}.q2l-step-form__footer .q2c-signIn-redes__link{box-shadow:none}.q2l-step-form__footer .q2c-signIn-redes__link:hover{transform:none}.q2l-event-info{margin-top:17.1rem}@media(max-width:1366px){.q2l-event-info{margin-top:12.8rem}}@media(max-width:768px){.q2l-event-info{margin-top:7.2rem}}.q2l-event-info .q2l-event-info__subtitle{font-size:2rem;color:var(--gray700);margin-bottom:3.2rem}.circle-filled{background-color:var(--blue);width:38px;height:38px;border-radius:100%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s;font-size:15px}.circle-available{background-color:#30bf6c}.circle-available:hover{cursor:pointer}.circle-remnent{background-color:#ffb401}.circle-remnent:hover{cursor:pointer}.circle-occupied{background-color:#c4c4c4}.circle-occupied:hover{cursor:not-allowed}.circle-selected{background-color:#005b8e}.circle-selected:hover{cursor:pointer}.circle-empty{background-color:var(--blue);width:50px;height:50px;border-radius:100%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s;visibility:hidden}.q2l-event-info__section{margin-bottom:5rem}@media(max-width:576px){.q2l-event-info__section{margin-bottom:8rem}}.has-videos .container{padding-right:0;padding-left:0;max-width:100%}.has-videos .q2l-event-info__subtitle{padding-left:22.2rem}@media(max-width:1600px){.has-videos .q2l-event-info__subtitle{padding-left:10.2rem}}@media(max-width:576px){.has-videos .q2l-event-info__subtitle{text-align:left;padding-left:2rem}}.has-matriz{font-size:2rem;color:var(--orange)}.q2l-event-info__img-mobile{display:none}@media(max-width:768px){.q2l-event-info__img-mobile{display:block;width:100%;height:auto;margin-bottom:4rem}}.q2l-event-info__img-desktop{border-radius:1.2rem;margin-bottom:4.8rem;width:74rem}@media(max-width:1440px){.q2l-event-info__img-desktop{width:80%}}@media(max-width:768px){.q2l-event-info__img-desktop{display:none}}.q2l-event-info__top{display:flex;justify-content:space-between}@media(max-width:768px){.q2l-event-info__top{flex-direction:column}.q2l-event-info__top-left{justify-content:center;margin-bottom:5.6rem}}.q2l-event-info__top-info{max-width:76rem}@media(max-width:1024px){.q2l-event-info__top-info{max-width:48rem}}@media(max-width:768px){.q2l-event-info__top-info{max-width:100%}}.q2l-event-info__top-info .q2l-event-info__title{font-size:3rem;color:var(--gray700);margin-bottom:2.7rem}.q2l-event-info__date,.q2l-event-info__place{display:flex;align-items:center}.q2l-event-info__date .q2l-event-info__icon,.q2l-event-info__place .q2l-event-info__icon{margin-right:.8rem}.q2l-event-info__date .q2l-event-info__text,.q2l-event-info__place .q2l-event-info__text{font-size:1.6rem;color:var(--gray600)}@media(max-width:768px){.q2l-event-info__date .q2l-event-info__text,.q2l-event-info__place .q2l-event-info__text{font-size:1.4rem}}.q2l-event-info__place{align-items:flex-start;margin-bottom:.5rem}.q2l-event__table-body{display:grid;grid-template-columns:repeat(7,1fr)}.q2l-event-info__top-right{max-width:45rem}@media(max-width:768px){.q2l-event-info__top-right{margin:0 auto}}.q2l-event-info__top-right .q2l-event-info__tickets{border:1px solid var(--gray100);border-radius:1.6rem;width:35rem;padding:4.4rem 3rem}@media(max-width:371px){.q2l-event-info__top-right .q2l-event-info__tickets{width:100%}}@media(max-width:475px){.q2l-event-info__top-right .q2l-event-info__tickets{padding:4rem 2.4rem}}.q2l-event-info__top-right .q2c-primary-button{background:var(--gray200);display:flex;align-items:center;justify-content:center}.q2l-event-info__top-right .q2c-primary-button .is-active{background:var(--orange);color:#fff;cursor:pointer}.q2l-event-info__top-right .q2c-primary-button:hover{filter:brightness(.9)}.q2l-event-info__top-right .q2c-primary-button .q2c-primary-button__img{margin-right:1.2rem}.q2l-event-info__top-right .q2c-primary-button .q2c-primary-button__text{font-size:1.6rem;font-weight:600;white-space:nowrap;color:var(--white)}.q2l-event-info__tickets-title{font-size:2rem;white-space:nowrap;color:var(--blue);margin-bottom:2rem}@media(max-width:475px){.q2l-event-info__tickets-title{font-size:2.8rem}}.q2l-event-info__tickets-list{margin:0 auto}.q2l-event-info__tickets-list .q2l-event-info__ticket-item{margin-bottom:2.4rem}.q2l-event-info__tickets-list .q2l-event-info__ticket-item:last-child{margin-bottom:4.8rem}.q2l-event-info__tickets-list .q2l-event-info__ticket-item:not(:last-child){border-bottom:1px solid var(--gray100)}.q2l-event-info__tickets-list .q2l-event-info__ticket-item.has-lounges-or-table{display:flex;justify-content:space-between;align-items:center}.q2l-event-info__tickets-list .q2l-event-info__controlled-ticket-item{padding-top:2rem}.q2l-event-info__tickets-list .q2l-event-info__controlled-ticket-item:not(:last-child){border-bottom:1px solid var(--gray100)}.q2l-event-info__tickets-list .q2l-event-info__controlled-ticket-item.has-lounges-or-table{display:flex;justify-content:space-between;align-items:center}.q2l-event-info__ticket-min-qtd-place{padding-bottom:.4rem}.q2l-event-info__ticket-max-qtd-place{padding-bottom:.8rem}.q2l-event-info__ticket-name .q2l-event-info__ticket-text{font-size:1.6rem;font-weight:600;margin-bottom:.8rem;color:var(--gray700)}@media(max-width:475px){.q2l-event-info__ticket-name .q2l-event-info__ticket-text{font-size:1.6rem}}.q2l-event-info__ticket-ammount{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.6rem}.q2l-event-info__ticket-button{background:var(--blue);color:var(--white);border-radius:.4rem;font-size:1.2rem;font-weight:600;height:2.4rem;padding:0 1.2rem}.q2l-event-info__ticket-value .q2l-event-info__ticket-text{display:block;margin-bottom:.4rem;font-size:1.4rem;color:var(--gray600)}.q2l-event-info__ticket-value .q2l-event-info__ticket-text:not(:last-child){color:var(--orange);font-weight:600}.q2l-event-info__ticket-counter{display:flex;align-items:center}.q2l-event-info__ticket-counter .q2l-event-info__icon{width:1.9rem;cursor:pointer}.q2l-event-info__ticket-counter .q2l-event-info__text{font-size:1.6rem;font-weight:600;color:var(--gray700);margin:0 .8rem}.q2l-event-info__description{width:100%}.q2l-event-info__description .q2l-event-info__text{font-size:1.4rem;color:var(--gray400)}@media(max-width:768px){.q2l-event-info__description .q2l-event-info__text{text-align:center}}.q2l-event-info__description-content ul{margin-bottom:2.4rem}.q2l-event-info__description-content ul li{font-size:1.4rem;color:var(--gray600)}.q2l-event-info__description-content ul li:not(:first-child){margin-top:1.6rem}@media(max-width:768px){.q2l-event-info__description-content ul li{text-align:left!important}}.q2l-event-info__description-content ul li strong{font-weight:400}.q2l-event-info__description-content ._63ew,.q2l-event-info__description-content p{font-size:1.4rem;line-height:150%;text-align:left!important;color:var(--gray600);margin-bottom:1.6rem}@media(max-width:768px){.q2l-event-info__description-content ._63ew,.q2l-event-info__description-content p{text-align:left!important}}.q2l-event-info__description-content ._63ew strong a,.q2l-event-info__description-content p strong a{color:var(--blue);transition:filter .3s}.q2l-event-info__description-content ._63ew strong a:hover,.q2l-event-info__description-content p strong a:hover{filter:brightness(1.3)}.q2l-event-info__more-about-event .q2l-event-info__text{font-size:1.4rem;color:var(--gray400)}@media(max-width:768px){.q2l-event-info__more-about-event .q2l-event-info__text{text-align:center}}.q2l-event-info__more-about-event .q2c-modal{z-index:3}.q2l-event-info__more-about-event .q2c-modal .q2c-modal__overlay{background-color:#000c}.q2l-event-info__more-about-event .q2c-modal .q2l-event-info__more-about-event-img{cursor:zoom-out;z-index:1;width:auto;height:98vh}@media(max-width:576px){.q2l-event-info__more-about-event .q2c-modal .q2l-event-info__more-about-event-img{height:auto}.q2l-event-info__more-about-event-list{display:flex;justify-content:space-between;align-items:center}}.q2l-event-info__more-about-event-img{width:20%;border-radius:1.2rem;cursor:zoom-in;z-index:1}.q2l-event-info__more-about-event-img:not(:first-child){margin-left:3.2rem}@media(max-width:768px){.q2l-event-info__more-about-event-img{width:30%}}@media(max-width:576px){.q2l-event-info__more-about-event-img{width:50%}.q2l-event-info__more-about-event-img:not(:first-child){margin-left:0;margin-top:3.2rem}}.q2l-event-info__videos .swiper{padding-right:10.2rem;padding-left:22.2rem}@media(max-width:1600px){.q2l-event-info__videos .swiper{padding-left:10.2rem}}@media(max-width:576px){.q2l-event-info__videos .swiper{width:100%;padding-left:2rem;padding-right:2rem}}.q2l-event-info__videos .q2l-event-info__text{font-size:1.4rem;color:var(--gray400)}@media(max-width:768px){.q2l-event-info__videos .q2l-event-info__text{text-align:center}}.slides_wrapper{width:240px;margin-right:3.2rem}.swiper-slide.q2l-event-info__slides_wrapper{width:540px;margin-right:3.2rem}@media(max-width:576px){.swiper-slide.q2l-event-info__slides_wrapper{width:100%}}.q2l-event-info__selling-points{margin-bottom:16rem}@media(max-width:768px){.q2l-event-info__selling-points .q2l-event-info__subtitle{padding-left:2rem;text-align:left}.q2l-event-info__selling-points{margin-bottom:8rem}.q2l-event-info__selling-points .container{padding:0}}.q2l-event-info__selling-points-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3.2rem;gap:3.2rem}@media(max-width:1440px){.q2l-event-info__selling-points-container{gap:2.4rem}}@media(max-width:768px){.q2l-event-info__selling-points-container{display:block}}.q2l-event-info__selling-points-container .swiper{padding:0 2rem}.q2l-event-info__selling-points-cards{border:1px solid var(--gray100);border-radius:.8rem;padding:2.4rem}@media(max-width:375px){.q2l-event-info__selling-points-cards{padding:2rem}}.q2l-event-info__selling-points-cards .q2l-event-info__selling-points-city{font-size:1.6rem;font-weight:600;color:var(--gray700);margin-bottom:1.6rem}@media(max-width:375px){.q2l-event-info__selling-points-cards .q2l-event-info__selling-points-city{margin-bottom:2rem}}.q2l-event-info__selling-points-name,.q2l-event-info__selling-points-phone-number,.q2l-event-info__selling-points-place{display:flex;align-items:flex-start;margin-bottom:1.2rem}.q2l-event-info__selling-points-name .q2l-event-info__selling-points-text,.q2l-event-info__selling-points-phone-number .q2l-event-info__selling-points-text,.q2l-event-info__selling-points-place .q2l-event-info__selling-points-text{font-size:1.4rem;line-height:140%;color:var(--gray700)}@media(max-width:1600px){.q2l-event-info__selling-points-name .q2l-event-info__selling-points-text,.q2l-event-info__selling-points-phone-number .q2l-event-info__selling-points-text,.q2l-event-info__selling-points-place .q2l-event-info__selling-points-text{font-size:1.2rem}}.q2l-event-info__selling-points-name .q2l-event-info__selling-points-img,.q2l-event-info__selling-points-phone-number .q2l-event-info__selling-points-img,.q2l-event-info__selling-points-place .q2l-event-info__selling-points-img{margin-right:.8rem}.q2l-event-info__selling-points-name{height:4.5rem;align-items:center}@media(max-width:1280px){.q2l-event-info__selling-points-name{height:3.5rem;align-items:flex-start}}.q2l-event-info__selling-points-name .q2l-event-info__selling-points-subtitle{font-size:1.4rem;color:var(--orange)}@media(max-width:1280px){.q2l-event-info__selling-points-name .q2l-event-info__selling-points-subtitle{margin-top:.4rem}}.q2l-event-info__selling-points-place{height:3.5rem}@media(max-width:1366px){.q2l-event-info__selling-points-place{height:2.5rem}}@media(max-width:1024px){.q2l-event-info__selling-points-place{height:3.5rem}}.q2l-event-info__selling-points-phone-number{margin-bottom:0;align-items:center}.q2c-SimpleModalMap__title{font-size:20px;text-align:center;width:100%;padding-bottom:10px}.q2l-event-info__controlled-legend{padding-bottom:.5rem;color:#666;size:1.2rem}.q2l-event-info__controlled-legend-last{padding-bottom:3.5rem}.q2l-event-info__controlled-indisponivel-icon{background-color:#c4c4c4}.q2l-event-info__controlled-parcial-icon{background-color:#ffb401}.q2l-event-info__controlled-disponivel-icon{background-color:#30bf6c}.q2l-event-info__controlled-disponivel-icon,.q2l-event-info__controlled-indisponivel-icon,.q2l-event-info__controlled-parcial-icon{height:1rem;width:1rem;display:inline-block;border-radius:1rem}.q2l-user-account__header{margin-top:17.1rem}@media(max-width:1366px){.q2l-user-account__header{margin-top:12.8rem}}@media(max-width:475px){.q2l-user-account__header{margin-top:10.8rem}}.q2l-user-account__header{border-bottom:1px solid var(--gray200);margin-bottom:5.6rem}@media(max-width:475px){.q2l-user-account__header{border:none;margin-bottom:1.6rem}}.q2l-user-account__header .q2l-user-account__title{color:var(--blue);font-weight:600;font-size:3.2rem;margin-bottom:3.2rem}@media(max-width:475px){.q2l-user-account__header .q2l-user-account__title{font-size:2rem;color:var(--gray700)}}.q2l-user-account__profile{margin-bottom:7.8rem}@media(max-width:475px){.q2l-user-account__profile{margin-bottom:4rem}}.q2l-user-account__profile .q2l-user-account__subtitle{font-size:2.4rem;color:var(--gray700);margin-bottom:4rem}@media(max-width:475px){.q2l-user-account__profile .q2l-user-account__subtitle{display:none}}.q2l-user-account__profile-data{display:flex;align-items:center;width:100%;max-width:97.8rem;padding:4rem 5rem;background:var(--white);border-radius:1.6rem;box-shadow:0 0 2.2px rgba(0,0,0,.008),0 0 5.3px rgba(0,0,0,.012),0 0 10px rgba(0,0,0,.015),0 0 17.9px rgba(0,0,0,.018),0 0 33.4px rgba(0,0,0,.022),0 0 80px #00000008}@media(max-width:475px){.q2l-user-account__profile-data{padding:2rem;align-items:flex-start}}.q2l-user-account__profile-data>.q2l-user-account__img{margin-right:3.2rem;width:12rem;height:12rem}@media(max-width:475px){.q2l-user-account__profile-data>.q2l-user-account__img{margin-right:1.2rem;width:5.5rem;height:5.5rem}}.q2l-user-account__info{width:100%;max-width:86.3rem}.q2l-user-account__info .q2l-user-account__email{margin-bottom:1.4rem}@media(max-width:475px){.q2l-user-account__info .q2l-user-account__email{margin-bottom:.4rem}}.q2l-user-account__name{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.6rem}@media(max-width:475px){.q2l-user-account__name{align-items:flex-start;margin-bottom:.8rem}}.q2l-user-account__name .__react_component_tooltip{background:#50505080}.q2l-user-account__name .__react_component_tooltip:after{display:none}.q2l-user-account__name .__react_component_tooltip span{color:var(--white)}.q2l-user-account__name .q2l-user-account__title{font-size:2.4rem;color:var(--orange)}@media(max-width:475px){.q2l-user-account__name .q2l-user-account__title{font-size:1.4rem}.q2l-user-account__name .q2c-tooltip__icon{width:2rem}}.q2l-user-account__email,.q2l-user-account__phone{display:flex;align-items:center}.q2l-user-account__email .q2l-user-account__img,.q2l-user-account__phone .q2l-user-account__img{margin-right:.8rem}@media(max-width:475px){.q2l-user-account__email .q2l-user-account__img,.q2l-user-account__phone .q2l-user-account__img{width:2rem;margin-right:.4rem}}.q2l-user-account__email .q2l-user-account__text,.q2l-user-account__phone .q2l-user-account__text{font-size:1.8rem;font-weight:500;color:var(--gray600)}@media(max-width:475px){.q2l-user-account__email .q2l-user-account__text,.q2l-user-account__phone .q2l-user-account__text{font-size:1.2rem}}.q2l-user-account__last-purchases{margin-bottom:12rem}.q2l-user-account__last-purchases .q2l-user-account__title{font-size:2.4rem;color:var(--gray700);margin-bottom:4rem}@media(max-width:475px){.q2l-user-account__last-purchases .q2l-user-account__title{font-size:2rem}}.q2l-privacy-policies{margin-top:17.1rem}@media(max-width:1366px){.q2l-privacy-policies{margin-top:12.8rem}}.q2l-privacy-policies .container{width:100%;max-width:100rem}.q2l-privacy-policies__title{color:var(--blue);font-weight:600;font-size:2.4rem;text-align:center;margin-bottom:8rem}.q2l-privacy-policies__section{margin-bottom:9.6rem}.q2l-privacy-policies__section p,.q2l-privacy-policies__section ul{font-size:1.6rem;line-height:140%;text-align:justify;color:var(--gray600);margin-bottom:1.8rem}.q2l-privacy-policies__section ul{padding:0 0 0 20px}.q2l-privacy-policies__section ul li.bullet{list-style-type:disc}.q2l-privacy-policies__section ol{padding:0 0 0 20px;font-size:1.6rem;line-height:140%;text-align:justify;color:var(--gray600);margin-bottom:1.8rem}.q2l-privacy-policies__section ol li.letter{list-style-type:lower-alpha}.q2l-privacy-policies__subtitle{color:var(--blue);font-size:1.8rem;font-weight:600;margin-bottom:4.8rem}.q2l-cart{margin-top:17.1rem}@media(max-width:1366px){.q2l-cart{margin-top:12.8rem}}@media(max-width:475px){.q2l-cart{margin-top:10.8rem}}.Toastify__toast-container--top-right{top:73px}.q2l-cart__header{border-bottom:1px solid var(--gray200);margin-bottom:3.6rem}@media(max-width:576px){.q2l-cart__header{border-bottom:none;margin-bottom:2.4rem}}.q2l-cart__header .q2l-cart__title{color:var(--blue);font-weight:600;font-size:3.2rem;margin-bottom:2.4rem}@media(max-width:475px){.q2l-cart__header .q2l-cart__title{color:var(--gray700);font-size:2rem;margin-bottom:2.4rem}}.q2l-cart__section{width:100%;margin-bottom:12rem;display:flex;justify-content:space-between}@media(max-width:1024px){.q2l-cart__section{flex-direction:column}}.q2l-cart__table{width:100%;max-width:99.1rem}@media(max-width:1600px){.q2l-cart__table{max-width:92rem}}@media(max-width:1440px){.q2l-cart__table{max-width:86rem}}@media(max-width:1366px){.q2l-cart__table{max-width:78rem}}@media(max-width:1280px){.q2l-cart__table{max-width:70rem}}@media(max-width:1024px){.q2l-cart__table{max-width:100%;margin-bottom:4rem}}@media(max-width:475px){.q2l-cart__table{margin-bottom:2rem}}.q2l-cart__table-header{background:#fafafa;border-radius:.8rem;margin-bottom:2.4rem;padding-left:2.4rem;height:3.2rem;display:flex;justify-content:space-between}@media(max-width:576px){.q2l-cart__table-header{display:none}}.q2l-cart__table-header .q2l-cart__table-title{line-height:3.2rem;font-size:1.6rem;text-align:left;font-weight:600;color:var(--gray500)}.q2l-cart__card-wrapper{display:flex;align-items:center;justify-content:space-between}.q2l-cart__card-wrapper:not(:last-child){margin-bottom:4rem}@media(max-width:1366px){.q2l-cart__card-wrapper{border-bottom:1px solid var(--gray100);margin-left:2.4rem}}@media(max-width:576px){.q2l-cart__card-wrapper{margin-left:0;flex-direction:column}}.q2l-cart__card-ticket{width:100%;padding-bottom:2rem;margin-right:3.2rem}@media(max-width:576px){.q2l-cart__card-ticket{margin-right:0}}.q2l-cart__card-item{display:flex;max-width:70rem}@media(max-width:1200px){.q2l-cart__card-item{max-width:30rem}}@media(max-width:576px){.q2l-cart__card-item{max-width:100%;display:block}}.q2l-cart__card-item .q2l-cart__card-img{max-width:15rem;height:inherit;min-height:15rem;max-height:15rem;margin-right:2.4rem;border-radius:.8rem}@media(max-width:1366px){.q2l-cart__card-item .q2l-cart__card-img{display:none}}.q2l-cart__card-title{font-weight:600;font-size:1.6rem;color:var(--blue);margin-bottom:3.2rem}@media(max-width:1024px){.q2l-cart__card-title{font-size:1.4rem}}@media(max-width:475px){.q2l-cart__card-title{margin-bottom:.8rem}}.q2l-cart__card-subtitle{font-size:1.6rem;font-weight:600;color:var(--gray600);margin-bottom:.8rem}@media(max-width:1024px){.q2l-cart__card-subtitle{display:none}}.q2l-cart__card-date,.q2l-cart__card-place{display:flex;align-items:center}.q2l-cart__card-date .q2l-cart__card-icon,.q2l-cart__card-place .q2l-cart__card-icon{margin-right:.8rem;width:2rem}.q2l-cart__card-date .q2l-cart__card-text,.q2l-cart__card-place .q2l-cart__card-text{font-size:1.4rem;line-height:140%;color:var(--gray500)}@media(max-width:475px){.q2l-cart__card-date .q2l-cart__card-text,.q2l-cart__card-place .q2l-cart__card-text{font-size:1.2rem}}.q2l-cart__card-date{margin-bottom:1.2rem}@media(max-width:1200px){.q2l-cart__card-date{align-items:flex-start}}@media(max-width:576px){.q2l-cart__card-date{align-items:center;margin-bottom:.8rem}}.q2l-cart__card-place{align-items:flex-start}.q2l-cart__table-body-right,.q2l-cart__table-right{display:grid;align-items:center;grid-template-columns:12rem 26rem}@media(max-width:1600px){.q2l-cart__table-body-right,.q2l-cart__table-right{grid-template-columns:12rem 22rem}}@media(max-width:1440px){.q2l-cart__table-body-right,.q2l-cart__table-right{grid-template-columns:10rem 18rem}}@media(max-width:1366px){.q2l-cart__table-body-right,.q2l-cart__table-right{grid-template-columns:14rem 18rem}}@media(max-width:1200px){.q2l-cart__table-body-right,.q2l-cart__table-right{grid-template-columns:12rem 18rem}}@media(max-width:1024px){.q2l-cart__table-body-right,.q2l-cart__table-right{grid-template-columns:12rem 14rem}}@media(max-width:576px){.q2l-cart__table-body-right,.q2l-cart__table-right{width:100%;margin-bottom:1.2rem;display:flex;justify-content:space-between;flex-direction:row-reverse}}.q2l-cart__table-counter{display:flex;align-items:center}.q2l-cart__table-counter .q2l-cart__table-icon{width:2.4rem}@media(max-width:576px){.q2l-cart__table-counter .q2l-cart__table-icon{width:2.4rem}}.q2l-cart__table-counter .q2l-cart__table-icon:hover{cursor:pointer}.q2l-cart__table-counter .q2l-cart__table-amount{margin:0 .8rem;font-size:1.6rem;font-weight:600;color:var(--gray700)}.q2l-cart__total-value{font-size:1.8rem;color:var(--orange);margin-bottom:.8rem}@media(max-width:576px){.q2l-cart__total-value{color:var(--gray500);font-size:1.6rem;margin-bottom:.4rem}}.q2l-cart__tax{font-size:1.4rem;color:var(--gray700)}.q2l-cart__table-empty{font-size:3.2rem;font-weight:600;color:#e1e1e199;text-align:center;margin-top:16rem}@media(max-width:768px){.q2l-cart__table-empty{margin-top:4rem;margin-bottom:8rem}}@media(max-width:475px){.q2l-cart__table-empty{margin-bottom:4rem}}.q2l-cart__purchase-summary{width:100%;max-width:40rem;height:-moz-fit-content;height:fit-content;padding:3.2rem 2rem;background:var(--white);border-radius:.8rem;box-shadow:0 2px 5.3px rgba(0,0,0,.016),0 6.7px 17.9px rgba(0,0,0,.024),0 30px 80px #0000000a}@media(max-width:1440px){.q2l-cart__purchase-summary{max-width:35rem}}@media(max-width:1024px){.q2l-cart__purchase-summary{box-shadow:none;max-width:100%;padding:0 2.4rem;height:auto}}@media(max-width:576px){.q2l-cart__purchase-summary{padding:0}}.q2l-cart__purchase-summary-box-title{display:flex;align-items:center;justify-content:center}@media(max-width:768px){.q2l-cart__purchase-summary-box-title{display:none}}.q2l-cart__purchase-summary-icon{margin-right:.8rem}.q2l-cart__purchase-summary-title{font-weight:500;font-size:2rem;display:flex;align-items:center;color:var(--blue)}.q2l-cart__purchase-summary-content{justify-content:flex-start;align-items:flex-start}.q2l-cart__purchase-summary-coupon{display:none;align-items:center;justify-content:center;width:12.7rem;height:2.4rem;border:1px solid var(--gray500);border-radius:.4rem;margin-bottom:2.4rem}.q2l-cart__purchase-summary-coupon .q2l-cart__purchase-summary-text{font-weight:500;font-size:1.2rem;color:var(--gray500)}.q2l-cart__purchase-summary-values{border-bottom:1px solid #6663;margin-bottom:1.4rem}.q2l-cart__purchase-summary-value{display:flex;justify-content:space-between;margin-bottom:2.4rem}@media(max-width:475px){.q2l-cart__purchase-summary-value{margin-bottom:1.5rem}}.q2l-cart__purchase-summary-value .q2l-cart__purchase-summary-text{font-size:1.6rem;color:var(--gray500)}.q2l-cart__purchase-summary-total{display:flex;justify-content:space-between}.q2l-cart__purchase-summary-total .q2l-cart__purchase-summary-text{font-weight:500;font-size:2rem;color:#000}.q2l-cart__purchase-summary-checkbox{margin-top:3.2rem;display:flex;align-items:flex-start;margin-bottom:3.2rem}@media(max-width:1024px){.q2l-cart__purchase-summary-checkbox{align-items:center}}@media(max-width:768px){.q2l-cart__purchase-summary-checkbox{align-items:flex-start}}.q2l-cart__purchase-summary-label{font-size:1.8rem;color:var(--gray500)}@media(max-width:1440px){.q2l-cart__purchase-summary-label{font-size:1.4rem}}.q2l-cart__purchase-summary-link{color:var(--gray400);text-decoration:underline;transition:filter .3s}.q2l-cart__purchase-summary-link:hover{filter:brightness(.7)}.q2l-cart__purchase-summary-input-checkbox{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-appearance:none;appearance:none;border:2px solid var(--gray400);border-radius:.4rem;outline:none;width:100%;max-width:2rem;height:2rem;margin-right:1.2rem}.q2l-cart__purchase-summary-input-checkbox:before{content:"";position:absolute;top:1px;left:5px;width:5px;height:9px;border-radius:0;background:none;border-right:2px solid var(--gray500);border-bottom:2px solid var(--gray500);transform:rotate(45deg);opacity:0;transition:all .3s}@media(max-width:1024px){.q2l-cart__purchase-summary-input-checkbox:before{top:0;left:5.3px}}@media(max-width:576px){.q2l-cart__purchase-summary-input-checkbox:before{top:1px;width:4px;height:8px}}.q2l-cart__purchase-summary-input-checkbox:checked{border:2px solid var(--gray500)}.q2l-cart__purchase-summary-input-checkbox:checked:before{opacity:1}.q2l-cart__purchase-summary-input-checkbox:focus{border:2px solid var(--gray700)}.q2l-user-data{margin-top:17.1rem}@media(max-width:1366px){.q2l-user-data{margin-top:12.8rem}}@media(max-width:475px){.q2l-user-data{margin-top:10.8rem}}.q2l-user-data__header{border-bottom:1px solid var(--gray200);margin-bottom:5.6rem;display:flex}@media(max-width:475px){.q2l-user-data__header{border:none;margin-bottom:3.4rem}}.q2l-user-data__header .q2l-user-data__img{margin-top:1.2rem}@media(max-width:475px){.q2l-user-data__header .q2l-user-data__img{margin-top:.5rem}}.q2l-user-data__header .q2l-user-data__title{font-weight:600;font-size:3.2rem;color:var(--blue);margin-bottom:2.4rem;margin-left:7.2rem}@media(max-width:475px){.q2l-user-data__header .q2l-user-data__title{font-size:2rem;margin-left:1.4rem;margin-bottom:0;color:var(--gray700)}}.q2l-user-data__form{display:flex;margin-bottom:12rem}@media(max-width:576px){.q2l-user-data__form{flex-direction:column}}.q2l-user-data__form .q2l-user-data__section{width:100%;max-width:78.4rem;margin-right:3.2rem}@media(max-width:576px){.q2l-user-data__form .q2l-user-data__section{margin-bottom:1.6rem}}.q2l-user-data__form .q2l-user-data__section .q2c-text-field-container:not(:first-child){margin-top:1.6rem}.has-align-end .q2c-primary-button{margin-top:4rem}.q2l-payments{margin-top:17.1rem}@media(max-width:1366px){.q2l-payments{margin-top:12.8rem}}@media(max-width:475px){.q2l-payments{margin-top:10.8rem}}.q2l-payments__header-title-wrapper{display:flex;align-items:center;border-bottom:1px solid var(--gray200);margin-bottom:7.2rem}@media(max-width:576px){.q2l-payments__header-title-wrapper{margin-bottom:4rem}}@media(max-width:475px){.q2l-payments__header-title-wrapper{display:none}}.q2l-payments__header-title-wrapper .q2l-payments__img{width:2rem;margin-bottom:2.4rem;margin-left:3.3rem}.q2l-payments__header-title-wrapper .q2l-payments__title{font-weight:600;font-size:3.2rem;color:var(--blue);margin-left:6.2rem;margin-bottom:2.4rem}@media(max-width:475px){.q2l-payments__header-title-wrapper .q2l-payments__title{font-size:2rem;margin-left:3.2rem}}.q2l-payments__sections-wrapper{display:flex}@media(max-width:1200px){.q2l-payments__sections-wrapper{flex-direction:column}}@media(max-width:768px){.q2l-payments__sections-wrapper{align-items:center}}@media(max-width:475px){.q2l-payments__sections-wrapper{align-items:flex-start}}.q2l-payments__forms-payments{width:100%;margin-right:4rem;max-width:24rem}@media(max-width:1600px){.q2l-payments__forms-payments{margin-right:3.2rem}}@media(max-width:1200px){.q2l-payments__forms-payments{margin-bottom:4rem;max-width:100%}}@media(max-width:768px){.q2l-payments__forms-payments{margin-right:0}}.q2l-payments__subtitle-wrapper{display:flex;align-items:center}@media(max-width:475px){.q2l-payments__subtitle-wrapper{margin-bottom:2.8rem}}.q2l-payments__subtitle-wrapper .q2l-payments__subtitle-icon{display:none}@media(max-width:475px){.q2l-payments__subtitle-wrapper .q2l-payments__subtitle-icon{display:block;margin-right:1.2rem}}.q2l-payments__subtitle-wrapper .q2l-payments__subtitle{margin-bottom:6.4rem;font-weight:600;font-size:2.4rem;color:var(--gray700)}@media(max-width:768px){.q2l-payments__subtitle-wrapper .q2l-payments__subtitle{margin-bottom:3.2rem}}@media(max-width:475px){.q2l-payments__subtitle-wrapper .q2l-payments__subtitle{margin-bottom:0;font-size:2rem}}.q2l-payments__sections-right{width:100%;display:flex}@media(max-width:768px){.q2l-payments__sections-right{flex-direction:column;align-items:center}}.q2l-payments__options{display:flex}@media(max-width:768px){.q2l-payments__options{justify-content:center}}@media(max-width:475px){.q2l-payments__options{justify-content:flex-start}}.q2l-payments__credit,.q2l-payments__pix{background:var(--white);border:.5px solid #e5e5e5;border-radius:.8rem;width:9.5rem;height:9.5rem;padding:2rem 0 .8rem 1rem;cursor:pointer;transition:box-shadow .3s}.q2l-payments__credit:hover,.q2l-payments__pix:hover{box-shadow:0 1.7px 3.6px rgba(0,0,0,.007),0 4.6px 10px #00000003,0 11.2px 24.1px rgba(0,0,0,.013),0 37px 80px #00000005}.q2l-payments__credit .q2l-payments__text,.q2l-payments__pix .q2l-payments__text{font-weight:500;font-size:1.2rem;color:#a5a5a5;transition:color .3s}.q2l-payments__credit.is-active,.q2l-payments__pix.is-active{border:none;box-shadow:0 1.1px 2.2px rgba(0,0,0,.011),0 2.5px 5.3px rgba(0,0,0,.016),0 4.8px 10px #00000005,0 8.5px 17.9px rgba(0,0,0,.024),0 15.9px 33.4px rgba(0,0,0,.029),0 38px 80px #0000000a}.q2l-payments__credit.is-active .q2l-payments__text,.q2l-payments__pix.is-active .q2l-payments__text{color:var(--blue)}.q2l-payments__credit{margin-right:2.4rem}.q2l-payments__icon-wrapper{display:flex;height:2.9rem;align-items:center;margin-bottom:2.4rem}.q2l-payments__pix-content{display:flex;justify-content:center;width:100%;margin-bottom:2rem}@media(max-width:768px){.q2l-payments__pix-content{display:block}}.q2l-payments__card-data,.q2l-payments__pix-data{width:100%;background:var(--white);border-radius:.8rem;box-shadow:0 1.1px 2.2px rgba(0,0,0,.006),0 2.7px 5.3px rgba(0,0,0,.008),0 5px 10px #00000003,0 8.9px 17.9px rgba(0,0,0,.012),0 16.7px 33.4px rgba(0,0,0,.014),0 40px 80px #00000005;margin-bottom:12rem;padding:2rem}@media(max-width:768px){.q2l-payments__card-data,.q2l-payments__pix-data{margin-right:0;margin-bottom:4rem;height:auto}}@media(max-width:576px){.q2l-payments__card-data,.q2l-payments__pix-data{margin-right:0;padding:4rem}}@media(max-width:475px){.q2l-payments__card-data,.q2l-payments__pix-data{background:#0000;box-shadow:none;padding:0;height:auto;margin-bottom:12rem}}.q2l-payments__card-data.is-hidden,.q2l-payments__pix-data-wrapper,.q2l-payments__pix-data.is-hidden{display:none}.q2l-payments__pix-data-wrapper.is-active{display:block}.q2l-payments__pix-data-wrapper .q2l-payments__subtitle{margin-bottom:.8rem}.q2l-payments__pix-data-wrapper .q2l-payments__text{font-weight:500;font-size:1.6rem;letter-spacing:.15px;color:var(--gray500);margin-bottom:2.8rem}.q2l-payments__qrcode{display:grid;place-items:center;flex:1 1;border:1px solid #e1e1e1;border-radius:.8rem 0 0 .8rem;padding:3.2rem 5.4rem}@media(max-width:1280px){.q2l-payments__qrcode{padding:2.2rem}}@media(max-width:768px){.q2l-payments__qrcode{border-radius:.8rem .8rem 0 0;display:flex;align-items:center;justify-content:center}}.q2l-payments__qrcode-wrapper{border:3px solid var(--blue);border-radius:.8rem;padding:1.2rem;width:-moz-fit-content;width:fit-content}.q2l-payments__key-pix{border:1px solid #e1e1e1;border-radius:0 .8rem .8rem 0;padding:1.6rem;display:flex;flex:1 1;flex-direction:column;align-items:center;justify-content:center}@media(max-width:768px){.q2l-payments__key-pix{border-radius:0 0 .8rem .8rem;padding:2rem;max-width:100%}}.q2l-payments__key-pix-image:hover{cursor:pointer}.q2l-payments__key-pix-wrapper{width:100%;margin-bottom:1.2rem;display:flex;justify-content:space-between;align-items:center}.q2l-payments__key-pix-wrapper .q2l-payments__key-text{font-weight:600;font-size:1.6rem;letter-spacing:.15px;color:var(--gray500)}.q2l-payments__key{font-size:1.4rem;color:var(--gray500);text-align:center;word-wrap:break-word;max-width:27rem}@media(max-width:1440px){.q2l-payments__key{max-width:20rem}}@media(max-width:1366px){.q2l-payments__key{max-width:17rem}}@media(max-width:1200px){.q2l-payments__key{max-width:27rem}}@media(max-width:1024px){.q2l-payments__key{max-width:21rem}}.q2l-payments__buttons-wrapper{display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.q2l-payments__buttons-wrapper{display:block}}.q2l-payments__buttons-wrapper .q2c-primary-button{width:18.6rem;margin-right:3.2rem;display:flex;align-items:center;justify-content:center;background:var(--orange);cursor:pointer}@media(max-width:768px){.q2l-payments__buttons-wrapper .q2c-primary-button{width:100%}}.q2l-payments__buttons-wrapper .q2c-primary-button .q2c-primary-button-icon{margin-right:.8rem}.q2l-payments__buttons-wrapper .q2c-primary-button.is-blue{background:var(--blue)}@media(max-width:768px){.q2l-payments__buttons-wrapper .q2c-primary-button.is-blue{margin-bottom:1.6rem}}.q2l-payments__buttons-wrapper .q2l-payments__counter{font-weight:500;font-size:1.6rem;line-height:140%;letter-spacing:.15px;color:var(--gray500)}@media(max-width:1440px){.q2l-payments__buttons-wrapper .q2l-payments__counter{font-size:1.4rem;text-align:center}}.q2l-payments__form{display:flex;flex-direction:column;gap:2rem;margin-bottom:5.6rem}@media(max-width:475px){.q2l-payments__form{margin-bottom:2.4rem}}.q2l-payments__form .q2c-primary-button-component.is-active{background:var(--blue)}.q2l-payments__input-wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.q2l-payments__input-wrapper:last-child{grid-template-columns:repeat(1,1fr)}.q2l-payments__card-name .q2c-text-field__input,.q2l-payments__input-wrapper .q2c-text-field__input{left:0;padding:0 2.4rem}.q2l-payments__button-wrapper{display:flex;justify-content:flex-end}.q2l-payments__button-wrapper button{max-width:15.6rem}@media(max-width:475px){.q2l-payments__button-wrapper button{max-width:100%}}.q2l-payments__pix-forms{display:none}.q2l-payments__pix-forms.is-active{display:block}.q2l-payments__pix-forms .q2c-text-field__input{left:0;padding:0 2.4rem}.q2l-cart__payments-summary-value{display:flex;justify-content:space-between;margin-bottom:2.4rem}.q2l-cart__payments-summary-value .q2l-cart__payments-summary-text{font-size:1.6rem;color:var(--gray500)}.q2l-cart__payments-summary-total{display:flex;justify-content:space-between;margin-bottom:3.2rem}.q2l-cart__payments-summary-total .q2l-cart__payments-summary-text{font-weight:500;font-size:2rem;color:#000}@keyframes fadeIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.is-section{margin-bottom:5.7rem}@media(max-width:800px){.is-section{margin-bottom:4rem}}.q2l-ticket-details{margin-top:17.1rem}@media(max-width:1366px){.q2l-ticket-details{margin-top:12.8rem}}@media(max-width:475px){.q2l-ticket-details{margin-top:10.8rem}}.q2l-ticket-details__container{width:100%;max-width:166.4rem;padding:0 10.2rem;margin:0 auto}@media(max-width:576px){.q2l-ticket-details__container{padding:0 2rem}}.q2l-ticket-details__header-title-wrapper{display:flex;align-items:center;border-bottom:1px solid var(--gray200);margin-bottom:7.2rem}@media(max-width:576px){.q2l-ticket-details__header-title-wrapper{margin-bottom:4rem}}@media(max-width:475px){.q2l-ticket-details__header-title-wrapper{display:none}}.q2l-ticket-details__header-title-wrapper .q2l-ticket-details__icon-arrow{width:2rem;margin-bottom:2.4rem}.q2l-ticket-details__header-title-wrapper .q2l-ticket-details__title{font-weight:600;font-size:3.2rem;color:var(--blue);margin-left:6.2rem;margin-bottom:2.4rem}@media(max-width:475px){.q2l-ticket-details__header-title-wrapper .q2l-ticket-details__title{font-size:2.4rem;margin-left:3.2rem}}.hideTicket{display:none}.q2l-ticket-details__content{display:flex;justify-content:space-between;padding:4rem;background:var(--white);border-radius:.8rem;box-shadow:0 0 2.2px rgba(0,0,0,.008),0 0 5.3px rgba(0,0,0,.012),0 0 10px rgba(0,0,0,.015),0 0 17.9px rgba(0,0,0,.018),0 0 33.4px rgba(0,0,0,.022),0 0 80px #00000008}@media(max-width:1366px){.q2l-ticket-details__content{padding:3.2rem}}@media(max-width:1200px){.q2l-ticket-details__content{padding:4rem}}@media(max-width:800px){.q2l-ticket-details__content{flex-direction:column;align-items:center;margin-bottom:4rem}}@media(max-width:475px){.q2l-ticket-details__content{padding:2rem}}.q2l-ticket-details__section-left{display:flex;align-items:center}@media(max-width:800px){.q2l-ticket-details__section-left{flex-direction:column}}.q2l-ticket-details__section-left .q2l-ticket-details__card-img{border-radius:.8rem;margin-right:7.2rem;width:32rem}@media(max-width:1366px){.q2l-ticket-details__section-left .q2l-ticket-details__card-img{margin-right:4rem}}@media(max-width:1280px){.q2l-ticket-details__section-left .q2l-ticket-details__card-img{display:none}}@media(max-width:800px){.q2l-ticket-details__section-left .q2l-ticket-details__card-img{display:flex;width:48rem;margin-right:0;margin-bottom:1.6rem}}@media(max-width:475px){.q2l-ticket-details__section-left .q2l-ticket-details__card-img{margin-bottom:2.4rem}}.q2l-ticket-details__wrapper{width:77rem;margin-right:10rem}@media(max-width:1440px){.q2l-ticket-details__wrapper{margin-right:0}}@media(max-width:1200px){.q2l-ticket-details__wrapper{width:100%}}.q2l-ticket-details__card{display:flex;align-items:flex-start;justify-content:space-between}.q2l-ticket-details__card-info{width:100%}@media(max-width:1024px){.q2l-ticket-details__card-info{margin-right:5.6rem}}@media(max-width:800px){.q2l-ticket-details__card-info{margin-right:0}}.q2l-ticket-details__card-info .q2l-ticket-details__event-name{font-weight:600;font-size:1.6rem;color:var(--gray500);margin-bottom:1.2rem}@media(max-width:475px){.q2l-ticket-details__card-info .q2l-ticket-details__event-name{font-size:1.2rem}}.q2l-ticket-details__subtitle-wrapper{border-bottom:1px solid hsla(0,0%,68%,.555);width:100%;max-width:48rem;margin-bottom:2rem}.q2l-ticket-details__subtitle-wrapper .q2l-ticket-details__subtitle{margin-bottom:.8rem;font-weight:600;font-size:2rem;color:#005b8e}@media(max-width:475px){.q2l-ticket-details__subtitle-wrapper .q2l-ticket-details__subtitle{font-size:1.4rem}}.q2l-ticket-details__date,.q2l-ticket-details__place{display:flex;align-items:center}.q2l-ticket-details__date .q2l-ticket-details__icon,.q2l-ticket-details__place .q2l-ticket-details__icon{margin-right:.8rem}.q2l-ticket-details__date .q2l-ticket-details__text,.q2l-ticket-details__place .q2l-ticket-details__text{font-weight:400;font-size:1.4rem;color:var(--gray500)}@media(max-width:475px){.q2l-ticket-details__date .q2l-ticket-details__text,.q2l-ticket-details__place .q2l-ticket-details__text{font-size:1.2rem}}.q2l-ticket-details__date{margin-bottom:2.4rem}.q2l-ticket-details__buttons{display:none;width:100%}@media(max-width:800px){.q2l-ticket-details__buttons{display:flex;align-items:center;justify-content:space-around;margin-bottom:3.2rem}}@media(max-width:475px){.q2l-ticket-details__buttons{display:flex;align-items:center}}@media(max-width:320px){.q2l-ticket-details__buttons{flex-direction:column}}.q2l-ticket-details__google-maps{background:var(--white);border-radius:.8rem;box-shadow:0 .9px 2.2px #00000005,0 2.1px 5.3px rgba(0,0,0,.028),0 3.9px 10px rgba(0,0,0,.035),0 6.9px 17.9px rgba(0,0,0,.042),0 13px 33.4px #0000000d,0 31px 80px #00000012;padding:1.4rem 2.4rem}@media(max-width:576px){.q2l-ticket-details__google-maps{padding:.7rem 1.8rem}}@media(max-width:320px){.q2l-ticket-details__google-maps{padding:.7rem 2.3rem;margin-bottom:1.2rem}}.q2l-ticket-details__google-maps:hover{cursor:pointer}.q2l-ticket-details__uberButton{display:flex;align-items:center;background:#000;border-radius:.8rem;padding:1.7rem 2.4rem;box-shadow:0 .9px 2.2px #00000005,0 2.1px 5.3px rgba(0,0,0,.028),0 3.9px 10px rgba(0,0,0,.035),0 6.9px 17.9px rgba(0,0,0,.042),0 13px 33.4px #0000000d,0 31px 80px #00000012}@media(max-width:576px){.q2l-ticket-details__uberButton{padding:.8rem 1.8rem}}.q2l-ticket-details__uberButton:hover{cursor:pointer}.q2l-ticket-details__uberButton .q2l-ticket-details__uber-text{color:var(--white);font-size:1.4rem;margin-right:.8rem}@media(max-width:475px){.q2l-ticket-details__uberButton .q2l-ticket-details__uber-text{font-size:1.2rem}}.q2l-ticket-details__place{margin-bottom:.8rem}.q2l-ticket-details__ticket-data{width:100%}.q2l-ticket-details__ticket-data .q2l-ticket-details__subtitle{font-weight:600;font-size:1.8rem;color:var(--blue);margin-bottom:1.9rem}@media(max-width:475px){.q2l-ticket-details__ticket-data .q2l-ticket-details__subtitle{font-size:1.6rem}}.q2l-ticket-details__data-wrapper{display:flex}@media(max-width:800px){.q2l-ticket-details__data-wrapper{flex-direction:column;margin-bottom:2.4rem}}.q2l-ticket-details__data-left{display:flex}@media(max-width:800px){.q2l-ticket-details__data-left{width:100%;justify-content:space-between}}.q2l-ticket-details__data:not(:last-child){margin-right:11rem}@media(max-width:1440px){.q2l-ticket-details__data:not(:last-child){margin-right:6rem}}@media(max-width:1200px){.q2l-ticket-details__data:not(:last-child){margin-right:10rem}}@media(max-width:1024px){.q2l-ticket-details__data:not(:last-child){margin-right:6rem}}@media(max-width:800px){.q2l-ticket-details__data:not(:last-child){margin-right:2rem}}.q2l-ticket-details__data .q2l-ticket-details__item{font-weight:500;font-size:1.2rem;color:var(--gray600);margin-bottom:.8rem}.q2l-ticket-details__data .q2l-ticket-details__text{font-weight:600;font-size:1.6rem;color:var(--gray500);margin-bottom:1.6rem;word-break:break-all;width:100%}@media(max-width:475px){.q2l-ticket-details__data .q2l-ticket-details__text{font-size:1.4rem}}.q2l-ticket-details__data .has-UID{width:100%;max-width:20rem}@media(max-width:1280px){.q2l-ticket-details__data .has-UID{max-width:100%}}@media(max-width:1200px){.q2l-ticket-details__data .has-UID{max-width:20rem}}.q2l-ticket-details__section-right{display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media(max-width:800px){.q2l-ticket-details__section-right{margin-top:2rem;justify-content:center}}.q2l-ticket-details__section-right .q2c-secondary-button{display:flex;align-items:center;justify-content:center;background:var(--blue);cursor:pointer}@media(max-width:800px){.q2l-ticket-details__section-right .q2c-secondary-button{display:none}}.q2l-ticket-details__section-right .q2c-secondary-button-icon{margin-right:.8rem}.q2l-ticket-details__section-right .is-buttonPayment{width:20rem}.q2l-ticket-details__qrcode-wrapper{width:-moz-fit-content;width:fit-content;border:3px solid var(--blue);border-radius:.8rem;padding:.8rem 1rem}@media(max-width:800px){.q2l-ticket-details__qrcode-wrapper{margin-bottom:2.4rem}}.q2l-ticket-details__ticketNumber{font-weight:500;font-size:1.4rem;text-align:right;color:#505050;margin-top:2rem}@media(max-width:800px){.q2l-ticket-details__ticketNumber{text-align:center;margin-bottom:2rem}}.q2l-uber{position:relative;height:62.4rem;padding-top:12rem}@media(max-width:800px){.q2l-uber{padding-top:4rem;height:auto;padding-bottom:12rem}}@media(max-width:475px){.q2l-uber{padding-top:6.5rem}}.q2l-uber__left{width:100%;max-width:82.5rem}@media(max-width:1280px){.q2l-uber__left{max-width:60rem}}.q2l-uber__right{position:absolute;right:0;top:0}@media(max-width:1440px){.q2l-uber__right{right:-150px}}@media(max-width:800px){.q2l-uber__right{display:none}}.q2l-uber__subtitle{font-weight:600;font-size:2rem;color:var(--blue);margin-bottom:3.2rem}@media(max-width:475px){.q2l-uber__subtitle{font-size:2rem}}.q2l-uber__wrapperText{margin-bottom:4.4rem}.q2l-uber__text{font-size:1.8rem;line-height:120%;text-align:justify;color:var(--gray400)}.q2l-uber__text:not(:last-child){margin-bottom:2rem}@media(max-width:800px){.q2l-uber__text{text-align:left;font-size:1.6rem}}.q2l-uber__wrapperButtons{display:flex}@media(max-width:475px){.q2l-uber__wrapperButtons{justify-content:center}}.q2l-app{margin-right:4.8rem}.q2l-app__text{font-size:1.4rem;color:var(--gray500);margin-bottom:1.2rem}.q2l-app__appStore{margin-right:1.4rem}@media(max-width:475px){.q2l-app{display:none}}.q2l-partner{display:flex;flex-direction:column;align-items:center}.q2l-partner__text{font-size:1.4rem;color:var(--gray500);margin-bottom:1.2rem}.q2l-partner__img{width:9.2rem}.seachEvents{margin-top:17.1rem}@media(max-width:1366px){.seachEvents{margin-top:12.8rem}}@media(max-width:475px){.seachEvents{margin-top:7.2rem}.seachEvents .container{padding-top:16.4rem}}.q2l-seachEvents__headerMobile{position:fixed;display:none;width:100%;padding:2rem;background:var(--white);box-shadow:0 .8px 2.2px rgba(0,0,0,.006),0 1.9px 5.3px rgba(0,0,0,.008),0 3.6px 10px #00000003,0 6.5px 17.9px rgba(0,0,0,.012),0 12.1px 33.4px rgba(0,0,0,.014),0 29px 80px #00000005}@media(max-width:475px){.q2l-seachEvents__headerMobile{display:block}}.q2l-seachEvents__headerMobile .q2l-seachEvents__headerWrapper{margin-bottom:1.6rem;display:flex}.q2l-seachEvents__headerMobile .q2l-seachEvents__headerWrapper .q2l-seachEvents__link{display:flex;align-items:center}.q2l-seachEvents__headerMobile .q2l-seachEvents__headerWrapper .q2l-seachEvents__title{font-weight:600;font-size:3.2rem;line-height:3.2rem;color:var(--blue);margin-left:7.2rem}@media(max-width:475px){.q2l-seachEvents__headerMobile .q2l-seachEvents__headerWrapper .q2l-seachEvents__title{font-size:2rem;margin-left:1.4rem;color:var(--gray700)}}.q2l-seachEvents__header-title-wrapper{display:flex;align-items:center;border-bottom:1px solid var(--gray200);margin-bottom:7.2rem}@media(max-width:576px){.q2l-seachEvents__header-title-wrapper{margin-bottom:4rem}}@media(max-width:475px){.q2l-seachEvents__header-title-wrapper{display:none}}.q2l-seachEvents__header-title-wrapper .q2l-seachEvents__img{width:2rem;margin-bottom:2.4rem;margin-left:4rem}.q2l-seachEvents__header-title-wrapper .q2l-seachEvents__title{font-weight:600;font-size:3.2rem;color:var(--blue);margin-left:6.2rem;margin-bottom:2.4rem}@media(max-width:475px){.q2l-seachEvents__header-title-wrapper .q2l-seachEvents__title{font-size:2.4rem;margin-left:3.2rem}}.q2l-seachEvents__not-found-text{font-size:2.8rem;font-weight:600;color:var(--gray200);text-align:center;margin-bottom:24rem}@media(max-width:576px){.q2l-seachEvents__not-found-text{font-size:2.4rem}}.q2l-seachEvents__list{width:100%;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:3.2rem;gap:3.2rem;margin-bottom:12rem}@media(max-width:1366px){.q2l-seachEvents__list{gap:2.4rem}}@media(max-width:1200px){.q2l-seachEvents__list{grid-template-columns:repeat(4,1fr)}}@media(max-width:800px){.q2l-seachEvents__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.q2l-seachEvents__list{grid-template-columns:repeat(2,1fr)}}.q2l-seachEvents__errorDetail{font-size:2rem;margin-top:4rem;margin-bottom:2.4rem;text-align:left;font-weight:400}.q2l-seachEvents__errorListUl{font-weight:400;font-size:2rem;text-align:left;padding-left:20px}.q2l-seachEvents__errorListUl li{padding-left:2rem;padding-top:1.6rem;list-style-type:disc}.q2l-identification{margin-top:17.1rem}@media(max-width:1366px){.q2l-identification{margin-top:12.8rem}}@media(max-width:475px){.q2l-identification{margin-top:10.8rem}}.q2l-identification__header-title-wrapper{display:flex;align-items:center;border-bottom:1px solid var(--gray200);margin-bottom:7.2rem}@media(max-width:576px){.q2l-identification__header-title-wrapper{margin-bottom:4rem;display:none}}.q2l-identification__header-title-wrapper .q2l-identification__img{width:2rem;margin-bottom:2.4rem}.q2l-identification__header-title-wrapper .q2l-identification__title{font-weight:600;font-size:3.2rem;color:var(--blue);margin-left:6.2rem;margin-bottom:2.4rem}@media(max-width:475px){.q2l-identification__header-title-wrapper .q2l-identification__title{font-size:2rem;margin-left:1.4rem}}.q2l-identification__table{display:flex;flex-direction:column;align-items:flex-end}@media(max-width:576px){.q2l-identification__table{align-items:flex-start}}.q2l-identification__table .q2c-primary-button-component{width:19.2rem;margin-bottom:12rem;margin-left:auto}@media(max-width:576px){.q2l-identification__table .q2c-primary-button-component{width:100%}}.q2l-identification__table-header{background:#fafafa;border-radius:.8rem;margin-bottom:3.2rem;height:3.2rem;width:100%;display:grid;grid-template-columns:auto 10rem 20rem 35rem}@media(max-width:1024px){.q2l-identification__table-header{grid-template-columns:auto 10rem 20rem 32rem}}@media(max-width:768px){.q2l-identification__table-header{display:none}}.q2l-identification__table-header .q2l-identification__table-title{line-height:3.2rem;font-size:1.6rem;text-align:left;font-weight:600;color:var(--gray500)}.q2l-identification__table-header .q2l-identification__table-title:first-child{margin-left:2.4rem}.q2l-identification__table-header .q2l-identification__table-title:nth-child(2){text-align:center}.q2l-identification__subtitle-mobile{display:none;align-items:center;margin-bottom:2.8rem}@media(max-width:576px){.q2l-identification__subtitle-mobile{display:flex}}.q2l-identification__subtitle-mobile .q2l-identification__subtitle-icon{margin-right:1rem;margin-top:.5rem}.q2l-identification__subtitle-mobile .q2l-identification__subtitle{font-weight:600;font-size:2.4rem;color:var(--gray700)}@media(max-width:475px){.q2l-identification__subtitle-mobile .q2l-identification__subtitle{font-size:2rem}}.q2l-identification__table-content{width:100%}@media(max-width:768px){.q2l-identification__table-content{display:flex;flex-direction:column;align-items:center}}.q2l-identification__forms{width:100%}.q2l-identification__table-item{display:grid;grid-template-columns:auto 10rem 20rem 35rem;padding-bottom:4rem;margin-bottom:4rem}.q2l-identification__table-item:not(:last-child){border-bottom:1px solid #cecece}@media(max-width:768px){.q2l-identification__table-item{padding-bottom:1.6rem;margin-bottom:1.6rem}}@media(max-width:576px){.q2l-identification__table-item{width:100%}}@media(max-width:1024px){.q2l-identification__table-item{grid-template-columns:auto 10rem 20rem 32rem}}@media(max-width:768px){.q2l-identification__table-item{display:block}}.q2l-identification__ticket-wrapper{display:flex;align-items:flex-start;margin-bottom:.8rem}@media(max-width:475px){.q2l-identification__ticket-wrapper{align-items:center}}.q2l-identification__ticket-wrapper .q2l-identification__quantity-mobile{margin-right:.4rem;font-size:1.6rem;color:#000;display:none}@media(max-width:768px){.q2l-identification__ticket-wrapper .q2l-identification__quantity-mobile{display:block}}@media(max-width:475px){.q2l-identification__ticket-wrapper .q2l-identification__quantity-mobile{font-size:1.4rem;font-weight:600}}.q2l-identification__ticket-wrapper .q2l-identification__ticket-name{font-weight:600;font-size:1.8rem;color:var(--blue)}@media(max-width:475px){.q2l-identification__ticket-wrapper .q2l-identification__ticket-name{font-size:1.4rem}}.q2l-identification__event-name{font-weight:600;font-size:1.6rem;color:var(--gray500)}@media(max-width:768px){.q2l-identification__event-name{display:none}}.q2l-identification__quantity{font-size:1.6rem;text-align:center;color:var(--gray700)}@media(max-width:768px){.q2l-identification__quantity{display:none}.q2l-identification__ticket-value{display:flex;align-items:center;margin-bottom:1.8rem}}.q2l-identification__ticket-value .q2l-identification__value{font-weight:600;font-size:1.8rem;color:var(--orange);margin-bottom:.5rem}@media(max-width:768px){.q2l-identification__ticket-value .q2l-identification__value{margin-bottom:0;margin-right:.8rem;font-size:1.4rem;font-weight:400;color:var(--gray700)}}@media(max-width:475px){.q2l-identification__ticket-value .q2l-identification__value{font-size:1.2rem;font-weight:600}}.q2l-identification__ticket-value .q2l-identification__tax{font-size:1.4rem;color:var(--gray500)}@media(max-width:475px){.q2l-identification__ticket-value .q2l-identification__tax{color:var(--gray700);font-size:1.2rem;font-weight:600}}.q2l-identification__cpf{font-family:Work Sans,sans-serif;font-style:normal;font-weight:600;font-size:1.4rem;line-height:150%;color:var(--gray700);margin-bottom:1rem;display:none}@media(max-width:768px){.q2l-identification__cpf{display:block}}.q2l-identification__input{display:flex}.q2l-identification__input:not(:last-child){margin-bottom:1.6rem}.q2l-identification__input .q2c-text-field-container{width:31.7rem;margin-right:.8rem}@media(max-width:768px){.q2l-identification__input .q2c-text-field-container{margin-right:0;width:100%}}.q2l-identification__input .q2c-text-field__input{left:0;padding:0 2.4rem}.q2l-identification__input .q2l-identification__notification-icon{padding-top:10.75px}@media(max-width:768px){.q2l-identification__input .q2l-identification__notification-icon{display:none}}.q2l-identification__input .__react_component_tooltip{width:30rem;padding:2rem}.q2l-recoveryPassword{margin:17.1rem auto 12rem;width:100%;max-width:60rem}@media(max-width:1366px){.q2l-recoveryPassword{margin-top:12.8rem}}.q2l-recoveryPassword__header{margin-bottom:10rem}.q2l-recoveryPassword__title{font-weight:600;font-size:4rem;color:var(--blue);text-align:center}.q2l-recoveryPassword__subtitle{margin-bottom:4.8rem;font-weight:600;font-size:3.2rem;color:var(--gray700);text-align:center}.q2c-recoveryForm__inputs{margin-bottom:3.2rem}.q2c-recoveryForm .q2c-text-field-container:not(:first-child){margin-top:1.6rem}.q2l-termsOfUse{margin-top:17.1rem}@media(max-width:1366px){.q2l-termsOfUse{margin-top:12.8rem}}.q2l-termsOfUse .container{width:100%;max-width:100rem}.q2l-termsOfUse__title{color:var(--blue);font-weight:600;font-size:2.4rem;text-align:center;margin-bottom:8rem}.q2l-termsOfUse__section{margin-bottom:9.6rem}.q2l-termsOfUse__section p{font-size:1.6rem;line-height:140%;text-align:justify;color:var(--gray600);margin-bottom:1.8rem}.q2l-termsOfUse__subtitle{color:var(--blue);font-size:1.8rem;font-weight:600;margin-bottom:4.8rem}.q2l-contactWhatsapp{margin:17.1rem auto 12rem}@media(max-width:1366px){.q2l-contactWhatsapp{margin-top:12.8rem}}.q2l-contactWhatsapp .container{width:100%;max-width:115rem}.q2l-contactWhatsapp__header{margin-bottom:5.6rem}.q2l-contactWhatsapp__title{font-weight:600;font-size:2.4rem;color:var(--blue);text-align:center}.q2l-contactWhatsapp__text{width:100%;max-width:61.2rem;margin:0 auto 4rem;font-size:2rem;text-align:center;color:#505050}@media(max-width:576px){.q2l-contactWhatsapp__text{font-size:1.8rem}}.q2l-contactWhatsapp__link{text-decoration:underline;color:#005b8e}.q2c-contactWhatsappForms__button{width:100%;display:grid;place-items:center}.q2c-contactWhatsappForms__button .q2c-primary-button-component{max-width:43.2rem}.q2c-contactWhatsappForms__inputs{display:flex;flex-direction:column;gap:1.6rem;margin-bottom:4rem}.q2c-contactWhatsappForms__inputs .q2c-text-field__input{left:0;padding-left:2.4rem}.q2c-contactWhatsappForms__checkbox{display:flex;align-items:flex-start;margin-bottom:3.2rem}@media(max-width:768px){.q2c-contactWhatsappForms__checkbox{align-items:flex-start}}@media(max-width:475px){.q2c-contactWhatsappForms__checkbox{align-items:flex-start}}.q2c-contactWhatsappForms__label{font-size:1.6rem;color:var(--gray500)}@media(max-width:1440px){.q2c-contactWhatsappForms__label{font-size:1.4rem}}.q2c-contactWhatsappForms__input-checkbox{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-appearance:none;appearance:none;border:2px solid var(--gray400);border-radius:.4rem;outline:none;width:100%;max-width:2rem;height:2rem;margin-right:1.2rem}.q2c-contactWhatsappForms__input-checkbox:before{content:"";position:absolute;top:1px;left:5px;width:5px;height:9px;border-radius:0;background:none;border-right:2px solid var(--gray500);border-bottom:2px solid var(--gray500);transform:rotate(45deg);opacity:0;transition:all .3s}@media(max-width:1024px){.q2c-contactWhatsappForms__input-checkbox:before{top:0;left:4px}}@media(max-width:576px){.q2c-contactWhatsappForms__input-checkbox:before{top:1px;width:4px;height:8px}}.q2c-contactWhatsappForms__input-checkbox:checked{border:2px solid var(--gray500)}.q2c-contactWhatsappForms__input-checkbox:checked:before{opacity:1}.q2c-contactWhatsappForms__input-checkbox:focus{border:2px solid var(--gray700)}.q2l-termsOfConsent{margin-top:17.1rem}@media(max-width:1366px){.q2l-termsOfConsent{margin-top:12.8rem}}.q2l-termsOfConsent .container{width:100%;max-width:100rem}.q2l-termsOfConsent__title{color:var(--blue);font-weight:600;font-size:2.4rem;text-align:center;margin-bottom:8rem}.q2l-termsOfConsent__section{margin-bottom:9.6rem}.q2l-termsOfConsent__section p{font-size:1.6rem;line-height:140%;text-align:justify;color:var(--gray600);margin-bottom:1.8rem}.q2l-termsOfConsent__section ul:not(:last-child){margin-bottom:2.4rem}.q2l-termsOfConsent__section li{list-style:circle;line-height:140%;text-align:justify;list-style-type:disc;margin-left:3.2rem;color:var(--gray600);font-size:1.4rem}.q2l-termsOfConsent__section ol:not(:last-child){margin-bottom:2.4rem}.q2l-termsOfConsent__section ol li{list-style:decimal}.q2l-termsOfConsent__section .q2l-termsOfConsent__underline{text-decoration:underline}.q2l-termsOfConsent__subtitle{color:var(--blue);font-size:1.8rem;font-weight:600;margin-bottom:4.8rem}.q2l-termsOfConsent__subtitle--footer{color:var(--blue);font-size:1.8rem;font-weight:600;margin-bottom:1.8rem}.q2l-termsOfConsent__link{font-size:14px}.q2c-primary-button{display:block;width:100%;height:4.8rem;background:var(--gray200);border-radius:.8rem;font-weight:600;font-size:1.6rem;color:var(--white);transition:all .3s;cursor:not-allowed}.q2c-primary-button.is-active{background:var(--orange);cursor:pointer}.q2c-primary-button.is-active:hover{filter:brightness(.9)}.q2c-secondary-button{display:block;width:100%;height:4.8rem;background:var(--gray200);border-radius:.8rem;font-weight:600;font-size:1.6rem;color:var(--white);transition:all .3s;cursor:not-allowed}.q2c-secondary-button.is-active{background:var(--blue);cursor:pointer}.q2c-secondary-button.is-active:hover{filter:brightness(.9)}