* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
    list-style: none;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill::selection {
    caret-color: var(--text-color);
    border: 1px solid var(--primary-color);
    -webkit-text-fill-color: var(--text-color);
    -webkit-text-stroke-color: var(--text-color);
    /* -webkit-box-shadow: 0 0 0px 1000px #000 inset; */
    -webkit-box-shadow: inset 10px 10px 20px #1a1a1a,
        inset -10px -10px 20px #3a3a3a;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    background-color: #2c2c2c !important;
    -webkit-box-shadow: 0 0 0px 1000px #2c2c2c inset;
}

input:-webkit-autofill:focus {
    background-color: #2c2c2c !important;
    -webkit-box-shadow: 0 0 0px 1000px #2c2c2c inset;
}

input:-webkit-autofill:hover {
    background-color: #2c2c2c !important;
    -webkit-box-shadow: 0 0 0px 1000px #2c2c2c inset;
}

.material-symbols-outlined {
    border-radius: 0.5rem !important;
}

/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
* {
    scrollbar-width: thin;
    scrollbar-color: #FF5000 #323232;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 10px;
    width: 7px;
}

*::-webkit-scrollbar-track {
    border-radius: 1px;
    background-color: #323232;
}

*::-webkit-scrollbar-track:hover {
    background-color: #b8c0c2;
}

*::-webkit-scrollbar-track:active {
    background-color: #b8c0c2;
}

*::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #ff5000;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #d64300;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #e04600;
}

:root {
    --background-color: #323232;
    --background-color-light: #414141;
    --primary-color: #ff5000;
    --primary-color-light: #ff5100b8;
    --required-color: #F00;
    --text-color: rgba(255, 255, 255, 1);
    --text-color-light: rgba(255, 255, 255, 0.3);
    --text-color-medium: #495057;
    --border-color-checkbox: #636363;
    --required-color: #F00;
    --divider-color: #3a3a3a;
}

.login-box {
    visibility: hidden;
}

html {
    scroll-behavior: smooth;
    background-color: #2c2c2c !important;
    position: relative;
    overflow-x: hidden;
}

body {
    background-color: #2c2c2c !important;
    overflow-x: hidden;
}

/* headings */

h1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1rem;
}

h3 {
    font-size: 28px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 1rem;
}

h5 {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 1rem;
}

h6 {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 1rem;
}

p {
    font-size: 28px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 1rem;
}

.swal2-container {
    z-index: 99999 !important;
}

.scroll-y {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 2rem 1rem;
}

span {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.custom-height-sm {
    height: unset !important;
}

.valor-total p {
    font-size: 1.2rem;
}

#dadosEvento h1,
#dadosEvento h2,
#dadosEvento h3,
#dadosEvento h4,
#dadosEvento h5,
#dadosEvento h6 {
    margin: unset;
    color: var(--primary-color);
}

#dadosEvento p {
    font-weight: 200;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

#dadosEvento p strong {
    font-size: 0.8rem;
    font-weight: 800;
    color: inherit;
}

#dadosEvento h1 {
    font-size: 2.6rem;
}

#dadosEvento h2 {
    font-size: 2.4rem;
}

#dadosEvento h3 {
    font-size: 1.8rem;
    font-weight: 600;
}

#dadosEvento h3.subtitle {
    font-weight: 100;
    font-size: 1.70rem;
    color: var(--text-color);
}

#dadosEvento h4 {
    font-size: 1.60rem;
}

#dadosEvento h5 {
    font-size: 1.4rem;
    font-weight: 300;
}

#dadosEvento h6 {
    font-size: 1.2rem;
    font-weight: 600;
}

#dadosEvento strong {
    font-size: 1.1rem;
}

#dadosEvento ul strong {
    font-size: 1.1rem;
}

#dadosEventoFooter {
    width: 85%;
    line-height: 1.4rem;
}

#infoIngresso hr {
    width: 100%;
    border-top: 2px solid var(--divider-color);
}

#infoIngresso hr {
    width: 100%;
    border-top: 1px solid var(--divider-color);
}

#dadosEventoFooter .advice {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: rgba(254, 80, 0, 0.03);
    padding: 1rem;
    flex-direction: row;
    gap: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.04);
    margin: 1.1rem 0;
}

#dadosEventoFooter span,
#dadosEventoFooter strong {
    font-size: 1rem;
}

#dadosEventoFooter .advice span {
    font-size: 0.9rem;
}

#dadosEvento .description ul li {
    font-size: 0.8rem;
    color: white;
}

#dadosEvento .description ul li strong {
    font-size: 0.8rem;
    color: var(--primary-color);
    font-weight: 500;
    margin-right: 0.2rem;
}

#dadosEvento .description br {
    content: "";
    margin: 1.2rem;
    display: block;
    font-size: 24%;
}

#infoEvento {
    padding-top: 3rem;
    scroll-margin-top: 3.5rem;
}

#infoEvento .card h4,
#infoEvento .card h6 {
    margin-bottom: 0.5rem;
}

#infoEvento .card {
    padding: 2rem 0rem;
}

#infoIngresso h4 {
    margin-bottom: 0.2rem;
}

#infoEvento .card h6 {
    font-weight: 400;
}


#infoEvento .card h4 .icon,
#infoIngresso h4 .icon {
    color: var(--primary-color);
    vertical-align: middle;
    padding-bottom: 6px;
    margin-right: 3px;
}

#infoIngresso h4 .icon {
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

#infoEvento .text-muted,
#infoIngresso .text-muted {
    color: #c6c6c6 !important;
}

#infoIngresso .text-muted {
    font-size: 1rem;
    font-weight: 200;
    margin-bottom: 0;
    margin-left: 1.6rem;
}

#infoEvento .btn-dry-customer {
    width: auto;
    color: white;
    font-weight: 100;
    font-size: 0.7rem;
    box-shadow: unset;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 3px;
    height: unset;
}

#infoEvento .btn-dry-customer:hover {
    background-color: unset;
}

#infoEvento .btn-dry-customer .highlight {
    color: var(--primary-color);
    font-size: 0.7rem;
    margin-left: 0.1rem;
}

#infoEvento .btn-dry-customer .icon {
    font-size: 0.7rem;
    padding-bottom: 4px;
    vertical-align: middle;
}

#infoEvento #navegarDadosCliente {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 1rem 0.5rem;
    height: unset;
}

#infoEvento .price-for-dry .title,
#infoEvento .price-no-dry .title {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.7rem;
}

#infoEvento .price-for-dry .price-container,
#infoEvento .price-no-dry .price-container {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: .4rem;
}

#infoEvento .price-for-dry .price-container .currency,
#infoEvento .price-no-dry .price-container .currency {
    font-size: 0.7rem;
    font-weight: 600;
}

#infoEvento .price-for-dry .price-container .currency .or,
#infoEvento .price-no-dry .price-container .currency .or {
    color: var(--primary-color);
    font-size: 0.6rem;
    font-weight: 600;
}

#infoEvento .price-for-dry .price-container .price,
#infoEvento .price-no-dry .price-container .price {
    font-size: 3rem;
    font-weight: 600;
    line-height: 2.6rem;
}

#infoEvento .price-for-dry .price-container .cents,
#infoEvento .price-no-dry .price-container .cents {
    align-self: end;
}

#infoEvento .price-for-dry .payment-type,
#infoEvento .price-no-dry .payment-type {
    font-size: 0.7rem;
}

#infoEvento .price-no-dry .title,
#infoEvento .price-no-dry .price-container .currency .or,
#infoEvento .price-no-dry .price-container .currency,
#infoEvento .price-no-dry .price-container .price,
#infoEvento .price-no-dry .price-container .cents,
#infoEvento .price-no-dry .payment-type {
    color: var(--text-color-light);
}

#infoEvento .price-no-dry .price-container .price {
    font-size: 2.1rem;
}

a {
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.strong-h3-primario {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.material-symbols-outlined {
    font-size: 1.5rem;
    color: var(--text-color);
}

section {
    padding: 4rem 1rem 1rem 1rem;
}

section#dadosCliente {
    padding: 0;
}

#listaShowsEventos {
    padding: 0 !important;
}

#listaShowsEventos h1 {
    padding: 2rem 2rem 2rem 2rem;
    text-align: center;
}

h3#nomeEvento {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
}

.mySwiper {
    width: 100%;
}

.swiper-center {
    display: flex;
    justify-content: center;
}

.swiper-wrapper {
    width: 95% !important;
}

/* section .hero */

.hero {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    background-image: url(../img/800x1000-[DIG]-07.08.24-DRY-CAMAROTE.TRICOLOR.CHIP-BANNER-03.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}

#hero-img {
    width: 100%;
    object-fit: fill;
    max-height: 80vh;
    height: auto;
}

.hero .contador {
    display: none;
    flex-direction: column;
    gap: 2rem;
}

.contadorNumero {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pixTimer .card {
    padding: 1rem 0;
    margin: 0;
}

.contadorData {
    font-size: 4rem;
    font-weight: 700;
    color: var(--primary-color);
}

.uppercase {
    text-transform: uppercase;
}

/* carrossel */

.carrossel {
    display: flex;
    gap: 4rem;
    align-items: center;
    position: relative;
    width: 100%;
}

.listCarrossel {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    padding-bottom: 10px;
}

.listCarrossel .card {
    width: 24rem;
    max-height: unset;
    padding: 2rem;
    text-align: center;
}

.card-container {
    padding-bottom: 10px !important;
}

.navbar .btn-padrao {
    height: unset;
}

.navbar a {
    margin-bottom: unset;
}

.slider-container-description {
    width: 100%;
}

.ingressosSwiper {
    padding: 0 1rem;
}

.swiper-slide {
    padding: 0 !important;
}

.swiper-slider-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slider-pagination .swiper-pagination-horizontal.swiper-pagination-bullets {
    position: relative;
    left: unset;
    transform: none;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    opacity: 1;
    background: var(--primary-color-light) !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
}

#nomeCardEvento {
    height: 4rem;
}

.buy-now {
    margin: 1.5rem 0;
    margin-top: 0rem;
    padding: 0.3rem 2rem;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 100;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.text-primary {
    color: var(--primary-color) !important;
}

#dadosEvento #beneficiosDry {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Remover o estilo padrão dos bullets */
#infoIngresso ul {
    list-style-type: none;
    padding-left: 0;
}

/* Cada item da lista */
#infoIngresso ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.8rem;
}

/* Estilizar o ícone (bullet) */
#infoIngresso ul li img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    margin-top: 0.2rem;
}

/* Estilizar o título e a informação */
#infoIngresso ul li .content {
    display: block;
}

#infoIngresso ul li .title {
    font-weight: bold;
    font-size: 15px;
}

#infoIngresso ul li .info {
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
}

.custom-class .swal2-timer-progress-bar-container {
    background-color: #FF9666;
}

.custom-class .swal2-timer-progress-bar {
    background-color: #F15A24;
}

.custom-class .swal2-image {
    grid-column: 1;
    grid-row: 1 / 99;
    align-self: center;
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0 .5em 0 0;
}

.custom-class .swal2-title,
.custom-class .swal2-content {
    text-align: left;
}

.swal2-popup {
    display: flex !important;
}

.swal2-popup.custom-class-congrats {
    display: grid !important;
}

.custom-class .swal2-title,
.custom-class .swal2-content {
    text-align: left;
    /* Alinha o texto à esquerda */
    flex: 1;
    /* Garante que o texto ocupe o espaço restante à direita do ícone */
}

.menosIngressos button,
.maisIngressos button {
    background: #2e2e2e;
    box-shadow: 5px 5px 10px #1a1a1a, -1px -2px 10px #3b3b3b;
    font-size: 1rem !important;
    border: 1px solid #4242426e;
}

.qntIngressosBotoes {
    display: flex;
    justify-content: left;
    padding: 0 4rem;
    align-items: center;
}

.qntIngressosBotoes button {
    font-size: 1.2rem;
}

.material-symbols-outlined.neumorphism-flat {
    font-size: 1.5rem;
    color: var(--text-color);
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantidadeIngressos {
    text-align: center;
    margin: 0;
}

.a-alinhado {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    padding: 1rem;
    transition: 0.5s;
}

.a-alinhado:hover {
    color: var(--text-color);
}

.a-alinhado .material-symbols-outlined {
    font-size: 1.5rem;
    color: var(--text-color);
    margin: unset;
}

.input-container-flex {
    display: flex;
    gap: 1rem !important;
    justify-content: space-between;
    align-items: center !important;
    flex-direction: row !important;
}

.remove-input.material-symbols-outlined {
    cursor: pointer;
    color: var(--text-color);
    font-size: 1.5rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--background-color-light);
    transition: 0.5s;
    margin: 0;
}

.remove-input {
    text-align: end;
    padding: 1rem;
}

.modal-ingresso {
    background-image: url(../img/pic03.png);
    background-color: var(--background-color);
    background-size: contain;
    background-position: calc(50% + 6rem) center;
    background-repeat: no-repeat;
}

.modal-ingresso .modal-ingresso-header .back-container,
.modal-ingresso .modal-ingresso-header .step-container {
    display: flex;
    align-items: end;
}

.modal-ingresso .modal-ingresso-header .back-content {
    cursor: pointer;
}

.modal-ingresso .modal-ingresso-header .step-container {
    justify-content: end;
}

.modal-ingresso .modal-ingresso-header .back-content,
.modal-ingresso .modal-ingresso-header .step-content {
    display: flex;
    justify-content: start;
    gap: 0.6rem;
    align-items: center;
}

.modal-ingresso .modal-ingresso-header .step-content {
    justify-content: end;
}

.modal-ingresso .modal-ingresso-header .material-symbols-outlined {
    font-size: 2rem;
}

.modal-ingresso .modal-ingresso-header a {
    margin-bottom: unset;
    font-size: 1.2rem;
    color: var(--text-color);
}

.modal-ingresso .modal-ingresso-header .back-content a,
.modal-ingresso .modal-ingresso-header .back-content a:hover,
.modal-ingresso .modal-ingresso-header .back-content a:active {
    text-decoration: underline;
    color: var(--text-color);
}

.modal-ingresso .modal-ingresso-footer .footer-content {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 3rem;
}

.modal-ingresso .modal-ingresso-content .content-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0rem 0rem 2rem 0rem;
}

.modal-ingresso .modal-ingresso-content .content-header h3,
.modal-ingresso .modal-ingresso-content .content-header a {
    margin-bottom: 0rem !important;
}

.modal-ingresso .modal-ingresso-footer .total-compra {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.2rem;
    font-size: 1.45rem !important;
    font-weight: 500;
}

.modal-ingresso .modal-ingresso-footer .next-step {
    width: auto;
}

.modal-ingresso .modal-ingresso-footer .next-step.thin {
    padding: 0.5rem 2.5rem !important;
}

.form-row-neomorphic label {
    color: var(--text-color);
    font-size: 0.95rem;
}

.form-row-neomorphic label strong {
    font-size: 0.95rem;
}

.form-row-neomorphic label.label-strong {
    font-size: 0.95rem;
    font-weight: 600;
}

.form-row-neomorphic .to-right {
    display: flex;
    justify-content: right;
}

.form-row-neomorphic strong {
    font-weight: 600;
}

.form-row-neomorphic .required {
    color: var(--required-color);
}

.total-compra .total-compra-label {
    color: var(--text-color);
}

.total-compra .total-compra-value {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.6rem;
}

.modal-dados-cliente,
.modal-pagamento-cliente {
    display: none;
    flex-direction: column;
    gap: 2rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-color);
    z-index: 2000;
    justify-content: center;
    align-items: center;
}

.modal-dados-cliente-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-dados-cliente-header span {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    cursor: pointer;
    transition: 0.5s;
}

.modal-dados-cliente-header span:hover {
    color: var(--primary-color);
}

.modal-dados-cliente-body,
.modal-pagamento-cliente-body {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    align-items: center;
    margin-bottom: 4.5rem;
}

.reservation-canceled h2 {
    font-size: 1.6rem;
    font-weight: 100;
}

.reservation-canceled .back-to-home {
    margin: 1.5rem 0 !important;
}

.reservation-canceled p {
    font-size: 0.9rem;
    margin-bottom: unset;
}

.reservation-canceled a,
.reservation-canceled a:hover {
    color: #FFF;
    text-decoration: underline;
}

.reservation-canceled h2 strong {
    font-size: 1.6rem;
    font-weight: 700;
}

#formularioCartao,
#formularioPix {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.terms {
    display: flex !important;
    justify-content: start;
    align-items: center;
    flex-direction: row !important;
    column-gap: 1rem !important;
    color: var(--primary-color) !important;
}

.terms a {
    text-decoration: underline;
}

.terms a:hover {
    color: var(--text-color-light);
}

/* .navbar {
  background-color: #111 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
} */

main {
    padding-bottom: 4em;
    margin-top: 60px;
}

/* nav li {
  transition: 0.5s;
}

nav li:not(.disabled):hover {
  cursor: pointer;

  a {
    color: var(--text-color);
  }
}

nav a {
  color: var(--text-color);
}

nav a,
nav p {
  margin: 0;
  color: var(--primary-color);
}

.navbar-nav {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
} */

.disabled {
    cursor: not-allowed !important;
    opacity: 0.5;

    a {
        color: #495057 !important;
    }
}

/* Footer */
.footer-pagamento-seguro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 4rem;
}

.footer-pagamento-seguro-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-pagamento-seguro-box>img {
    height: 2rem;
    margin-left: auto;
}

.footer-pagamento-seguro-box>h2 {
    font-size: 1rem;
    margin-bottom: 0;
}

.footer-pagamento-seguro-meios {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 85%;
    border-radius: 1rem;
    padding: 1rem 0;
    margin: 1rem 10% 1rem 10%;
}

.footer-pagamento-seguro-meios>img {
    height: 100%;
    width: 95%;
}

.input-info {
    margin-left: 5px;
    font-size: 0.8rem;
    margin-top: 0.6rem;
    margin-bottom: 0.2rem;
    z-index: 100;
}

.input-info.info-error {
    color: #de0c0c;
}

.input-error-telefone-invalido {
    color: #fe5000;
    font-size: 14px;
    font-weight: bold;
}

.input-info.info-success {
    color: #33de0c;
}

.ingresso-container,
.ingresso-pagamento {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.ingresso-pagamento {
    flex-direction: row;
    justify-content: space-around;
}

.ingresso-valor {
    margin-top: 1.2rem;
}

.ingresso-header {
    margin-bottom: 2rem;
}

.valor-total {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.seja-dry {
    text-decoration: underline;
    cursor: pointer;
}

#swal2-title {
    color: #fff;
    font-size: 1.3rem;
}

#swal2-html-container p {
    font-size: 1.1rem;
}

/* Form */
.box-button {
    gap: 1rem;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    box-shadow: 10px 10px 20px #1a1a1a, -10px -10px 20px #3a3a3a;
    border: none;
    height: 14vh;
    width: 100%;
    display: flex;
    background: #323232;
    align-items: center;
    padding: 1rem;
    border-radius: 1rem 1rem 0 0;
}

.__jivoMobileButton {
    top: 150px !important;
}

.menosIngressos,
.maisIngressos {
    width: 3.5rem;
    height: 3.5rem;
}

.material-symbols-outlined.neumorphism-flat {
    width: 3rem;
    height: 3rem;
    padding: 0;
}

/* responsivo tablet */

.listCarrossel>.card>img {
    width: 75%;
    /* min-width: 60% !important; */
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: var(--primary-color);
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox .checkmark {
    width: 16px;
    height: 16px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
    margin-right: 15px;
    padding: 3px;
}

.custom-checkbox input[type="checkbox"]:checked+.checkmark {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s;
}

.custom-checkbox a {
    text-decoration: underline;
    margin-bottom: 0 !important;
}

.custom-checkbox input[type="checkbox"]:checked+.checkmark:after {
    opacity: 1;
}

.custom-checkbox label {
    font-size: 16px;
    color: var(--primary-color);
    cursor: pointer;
}

/* ============================ */
/* ======= INICIO MODAL ======= */
/* ============================ */

.modalCamarote {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.5s;
}

.modalCamarote .center-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.modalCamarote-body {
    margin: 2rem 0;
    text-align: center;
}

.modalCamarote-content {
    position: relative;
    margin: 10% auto;
    padding: 20px;
    background-color: var(--background-color);
    border-radius: 10px;
    animation: slideIn 0.5s;
}

.modalCamarote-content h3 {
    text-align: center;
}

.modalCamarote-content p {
    font-size: 0.9rem;
}

.modalCamarote-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/* Botões */
.modalCamarote button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    height: unset !important;
}

.modalCamarote #confirmBtn {
    background-color: #4CAF50;
    color: white;
}

.modalCamarote #cancelLink {
    color: rgb(232, 33, 33);
    text-decoration: none;
    margin-right: 1.5rem;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
}

.ingresso-valor span {
    font-size: 28px;
}

/* Botão fechar (X) */
.modalCamarote .close {
    position: absolute;
    top: 18px;
    right: 25px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
}

.reservation-container {
    display: flex !important;
    justify-content: center;
    align-items: end;
}

.reservation-container .progress-container {
    width: 100%;
    border-radius: 5px;
    height: 7px;
    padding: unset !important;
}

.reservation-container .progress-bar {
    height: 100%;
    background-image: linear-gradient(90deg, var(--primary-color), #ff8c6f, var(--primary-color), #ff8c6f, var(--primary-color));
    width: 100%;
    /* Inicialmente cheia */
    border-radius: 5px;
    background-size: 200% 100%;
    /* Aumenta o fundo para duas vezes a largura da barra */
    animation: moveBackground 2s linear infinite;
    /* Animação contínua e suave */
    transition: width 1s linear;
    /* Transição suave da largura da barra */
}

/* Animação horizontal contínua */
@keyframes moveBackground {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
        /* Move o fundo suavemente para a direita */
    }
}

.reservation-content {
    background-color: rgba(113, 113, 113, 0.4);
    text-align: center;
    padding: 0.2rem 0.1rem !important;
    text-align: left;
}

.reservation-content span {
    font-size: 1.1rem !important;
}

.reservation-time {
    font-size: 1rem !important;
}

.dots {
    width: 120px;
    /* Largura ajustada para acomodar 5 bolinhas */
    height: 12px;
    background: radial-gradient(circle closest-side, #ff5000 90%, #0000) 0% 50%,
        radial-gradient(circle closest-side, #ff5000 90%, #0000) 25% 50%,
        radial-gradient(circle closest-side, #ff5000 90%, #0000) 50% 50%,
        radial-gradient(circle closest-side, #ff5000 90%, #0000) 75% 50%,
        radial-gradient(circle closest-side, #ff5000 90%, #0000) 100% 50%;
    background-size: calc(100%/5) 100%;
    background-repeat: no-repeat;
    animation: dots-zcf63l 0.8s infinite linear;
}

@keyframes dots-zcf63l {
    20% {
        background-size: calc(100%/5) 0%, calc(100%/5) 100%, calc(100%/5) 100%, calc(100%/5) 100%, calc(100%/5) 100%;
    }

    40% {
        background-size: calc(100%/5) 100%, calc(100%/5) 0%, calc(100%/5) 100%, calc(100%/5) 100%, calc(100%/5) 100%;
    }

    60% {
        background-size: calc(100%/5) 100%, calc(100%/5) 100%, calc(100%/5) 0%, calc(100%/5) 100%, calc(100%/5) 100%;
    }

    80% {
        background-size: calc(100%/5) 100%, calc(100%/5) 100%, calc(100%/5) 100%, calc(100%/5) 0%, calc(100%/5) 100%;
    }

    100% {
        background-size: calc(100%/5) 100%, calc(100%/5) 100%, calc(100%/5) 100%, calc(100%/5) 100%, calc(100%/5) 0%;
    }
}

/* Animações */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes slideOut {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50px);
    }
}

/* ============================ */
/* ========= FIM MODAL ======== */
/* ============================ */

/* ============================ */
/* ==== ON/OF CHECKBOX (1) ==== */
/* ============================ */

.checkbox-wrapper-9 .tgl {
    display: none;
}

.checkbox-wrapper-9 .tgl,
.checkbox-wrapper-9 .tgl:after,
.checkbox-wrapper-9 .tgl:before,
.checkbox-wrapper-9 .tgl *,
.checkbox-wrapper-9 .tgl *:after,
.checkbox-wrapper-9 .tgl *:before,
.checkbox-wrapper-9 .tgl+.tgl-btn {
    box-sizing: border-box;
}

.checkbox-wrapper-9 .tgl::-moz-selection,
.checkbox-wrapper-9 .tgl:after::-moz-selection,
.checkbox-wrapper-9 .tgl:before::-moz-selection,
.checkbox-wrapper-9 .tgl *::-moz-selection,
.checkbox-wrapper-9 .tgl *:after::-moz-selection,
.checkbox-wrapper-9 .tgl *:before::-moz-selection,
.checkbox-wrapper-9 .tgl+.tgl-btn::-moz-selection,
.checkbox-wrapper-9 .tgl::selection,
.checkbox-wrapper-9 .tgl:after::selection,
.checkbox-wrapper-9 .tgl:before::selection,
.checkbox-wrapper-9 .tgl *::selection,
.checkbox-wrapper-9 .tgl *:after::selection,
.checkbox-wrapper-9 .tgl *:before::selection,
.checkbox-wrapper-9 .tgl+.tgl-btn::selection {
    background: none;
}

.checkbox-wrapper-9 .tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: 2.5em;
    height: 1.5em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-wrapper-9 .tgl+.tgl-btn:after,
.checkbox-wrapper-9 .tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.checkbox-wrapper-9 .tgl+.tgl-btn:after {
    left: 0;
}

.checkbox-wrapper-9 .tgl+.tgl-btn:before {
    display: none;
}

.checkbox-wrapper-9 .tgl:checked+.tgl-btn:after {
    left: 50%;
}

.checkbox-wrapper-9 .tgl-flat+.tgl-btn {
    padding: 2px;
    transition: all 0.2s ease;
    background: var(--background-color);
    border: 3px solid var(--border-color-checkbox);
    border-radius: 2em;
}

.checkbox-wrapper-9 .tgl-flat+.tgl-btn:after {
    transition: all 0.2s ease;
    background: var(--border-color-checkbox);
    content: "";
    border-radius: 1em;
}

.checkbox-wrapper-9 .tgl-flat:checked+.tgl-btn {
    border: 3px solid var(--primary-color);
}

.checkbox-wrapper-9 .tgl-flat:checked+.tgl-btn:after {
    left: 50%;
    background: var(--primary-color);
}

div.checkbox-wrapper-9,
div.checkbox-wrapper-13 {
    width: unset;
}

/* ============================ */
/* == FIM ON/OF CHECKBOX (1) == */
/* ============================ */

/* ============================ */
/* ==== ON/OF CHECKBOX (2) ==== */
/* ============================ */

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-13 input[type=checkbox] {
        --active: var(--primary-color);
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: var(--border-color-checkbox);
        --border-hover: var(--primary-color);
        --background: var(--background-color-light);
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border-color-checkbox));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

    .checkbox-wrapper-13 input[type=checkbox]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

    .checkbox-wrapper-13 input[type=checkbox]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

    .checkbox-wrapper-13 input[type=checkbox]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

    .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    .checkbox-wrapper-13 input[type=checkbox]:disabled+label {
        cursor: not-allowed;
    }

    .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    .checkbox-wrapper-13 input[type=checkbox]:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
        width: 21px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
        opacity: var(--o, 0);
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
        --o: 1;
    }

    .checkbox-wrapper-13 input[type=checkbox]+label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 4px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
}

.checkbox-wrapper-13 * {
    box-sizing: inherit;
}

.checkbox-wrapper-13 *:before,
.checkbox-wrapper-13 *:after {
    box-sizing: inherit;
}

/* ============================ */
/* == FIM ON/OF CHECKBOX (2) == */
/* ============================ */

/* Estilos adicionais para dispositivos móveis */
@media (hover: none) and (pointer: coarse) {
    .custom-checkbox .checkmark {
        width: 16px;
        height: 16px;
    }

    .custom-checkbox label {
        font-size: 18px;
    }
}

/* @media (min-width: 1350px) {
    .listCarrossel {
        display: flex !important;
        justify-content: center !important;
        padding-bottom: 10px;
    }
} */

@media screen and (min-width: 770px) {
    .card {
        padding: 2rem 0rem;
    }

    .precoCliente {
        padding: 0;
    }

    #queroSerClienteFinalizacao {
        margin: 2rem 0 0 0;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .modal-ingresso-footer .next-step {
        width: 100% !important;
    }

    .buy-ticket-container {
        padding-top: 0.1rem;
    }

    .box-qntIngressosBotoes .buy-ticket {
        font-size: 0.9rem !important;
        padding: 1rem 0.5rem !important;
    }

    .material-symbols-outlined.neumorphism-flat {
        width: 3.5rem;
        height: 3.5rem;
    }

    .custom-height-sm {
        height: 50% !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .modal-ingresso-footer .next-step {
        width: auto !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .modal-ingresso-footer .next-step {
        width: auto !important;
    }
}

@media screen and (max-width: 768px) {

    input,
    textarea,
    select {
        font-size: 16px;
    }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .modal-ingresso-footer .next-step {
        width: auto !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .modal-ingresso-footer .next-step {
        width: auto !important;
    }
}

@media (max-width: 768px) {
    * {
        font-size: 14px;
    }

    #dadosEventoFooter {
        width: 100%;
    }

    .modalCamarote-content {
        width: 80%;
    }

    .buy-now {
        margin: 1.5rem 0;
    }

    #nomeCardEvento {
        height: unset;
        margin-bottom: unset;
    }

    main {
        padding-bottom: 1em;
    }

    #listaShowsEventos {
        align-items: center;
        padding-bottom: 1rem;
        gap: 1rem;
    }

    .ingressosSwiper {
        width: 100%;
    }

    .hero {
        position: relative;
        min-height: 20vh;
        height: auto;
    }

    #hero-img {
        width: 100%;
        object-fit: contain;
    }

    .carrossel {
        gap: 2rem;
    }

    #dadosEvento #beneficiosDry {
        gap: 1rem;
    }

    .quantidadeIngressos {
        font-size: 1rem;
    }

    .a-alinhado {
        padding: 0.5rem;
    }

    .a-alinhado .material-symbols-outlined {
        font-size: 1.25rem;
    }

    .modal-dados-cliente-body,
    .modal-pagamento-cliente-body {
        width: 100%;
    }

    .modal-dados-cliente-body {
        padding-bottom: 5rem;
        padding-bottom: 10rem;
    }

    .footer-pagamento-seguro {
        align-items: center;
    }

    .box-button {
        justify-content: space-between;
    }

    .pagamento-cliente {
        padding-bottom: 10rem;
    }

    .slider-container-description {
        width: 100%;
    }

    .modal-ingresso {
        background-image: none;
        padding: 0.5rem 1.5rem 1.5rem 1.5rem !important;
    }
}

#qrCodeContainer {
    display: flex;
    align-items: center;
}

@media (min-width: 900px) {
    .listCarrossel .card {
        margin: 0rem 2rem;
    }
}

@media (min-width: 1050px) {
    .footer-pagamento-seguro-meios {
        width: 70%;
    }
}

@media (min-width: 1350px) {
    .footer-pagamento-seguro-meios {
        width: 50%;
    }
}

/* responsivo mobile */

@media (max-width: 540px) {
    * {
        font-size: 14px;
    }

    .modalCamarote-content {
        width: 90%;
    }

    .buy-now {
        margin: 1.5rem 0;
    }

    #nomeCardEvento {
        height: unset;
        margin-bottom: unset;
    }

    main {
        padding-bottom: 1em;
    }

    h3#nomeEvento {
        margin: 3.2rem 0;
    }

    .modal-ingresso h3 {
        font-size: 25px;
    }

    .listCarrossel>.card>img {
        width: 65%;
        height: 60%;
    }

    .ingresso-container {
        width: 90%;
    }

    .hero {
        height: 560px;
        padding: 0;
        min-height: 20vh;
        height: auto;
    }

    .carrossel {
        gap: 1rem;
    }

    hr {
        margin-bottom: 1rem;
    }

    #dadosEvento #beneficiosDry {
        gap: 0.5rem;
    }

    .material-symbols-outlined.neumorphism-flat {
        border-radius: 0.5rem;
    }

    .quantidadeIngressos {
        font-size: 0.875rem;
    }

    .a-alinhado {
        padding: 0.25rem;
    }

    .a-alinhado .material-symbols-outlined {
        font-size: 1rem;
    }

    .modal-dados-cliente-body,
    .modal-pagamento-cliente-body {
        width: 100%;
        padding: 1rem 0rem 10rem 0rem;
    }

    .modal-pagamento-cliente-body div:nth-child(2) {
        display: flex;
        gap: 2rem;
    }

    .neumorphism-flat {
        border-radius: 0.1rem;
    }

    .valor-total {
        justify-content: center;
    }

    .input-info {
        margin-bottom: 0.1rem;
    }

    .slider-container-description {
        width: 100%;
    }
}

/* Estilos da div pai para isolar o switch */
/* Estilos da div pai para isolar o switch */
.switch-wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Estilos da estrutura do switch */
.switch-container {
    position: relative;
    width: 220px;
    height: 60px;
    /* Aumentado para acomodar o texto */
    background-color: #2c2c2c;
    /* Fundo escuro */
    border-radius: 10px;
    box-shadow: inset 5px 5px 15px #1a1a1a, inset -5px -5px 15px #3a3a3a;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Esconder o input original */
.switch-input {
    display: none;
}

#documento-card {
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: none;
    color: white;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#documento-card-body {
    padding: 2.5rem;
}

#documento-titulo {
    color: white;
    font-weight: 700;
    margin-bottom: 1.0rem;
    font-size: 1.3rem;
    letter-spacing: -0.5px;
    text-align: center;
}

#documento-icone {
    color: var(--primary-color);
    font-size: 2.5rem;
    display: block;
    margin: 0 auto 1.2rem auto;
    text-align: center;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

#documento-botao {
    background: linear-gradient(135deg, rgb(254, 80, 0) 0%, rgb(255, 105, 40) 100%);
    border: none;
    font-weight: 600;
    padding: 14px;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(254, 80, 0, 0.25);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.7rem;
    color: white;
}

#documento-aberto-botao {
    background: linear-gradient(135deg, rgb(254, 80, 0) 0%, rgb(255, 105, 40) 100%);
    border: none;
    font-weight: 600;
    padding: 14px;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(254, 80, 0, 0.25);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.7rem;
    color: white;
}

#documento-lista {
    margin-bottom: 2rem;
    text-align: left;
}

#documento-lista .list-group-item {
    border: none;
    padding: 0.7rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: white;
    font-weight: 400;
    font-size: 13px;
}

#documento-lista .bullet-icon {
    color: rgb(254, 80, 0);
    filter: drop-shadow(0 1px 2px rgba(254, 80, 0, 0.2));
}

#documento-botao i {
    color: rgb(254, 80, 0);
}

#documento-aberto-botao i {
    color: rgb(254, 80, 0);
}

/* Estilo geral do label */
.switch-label {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


/* Texto PIX e CARTÃO */
.switch-text {
    font-size: 16px;
    color: #d3d3d3;
    /* Cinza claro desabilitado */
    transition: color 0.3s ease;
    width: 100%;
    text-align: center;
}

/* PIX à esquerda */
.switch-text.pix {
    left: 20px;
}

/* CARTÃO à direita */
.switch-text.cartao {
    right: 20px;
}

/* Botão deslizante (handle) */
.switch-handle {
    position: absolute;
    bottom: 4px;
    width: 105px;
    height: 54px;
    background-color: #ff5000;
    border-radius: 8px;
    transition: transform 0.3s ease;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transform: translateX(1px);
    left: 2px;
    z-index: 99;
}

/* Quando o input estiver checado (CARTÃO selecionado), mover o botão */
.switch-input:checked+.switch-label .switch-handle {
    transform: translateX(110px);
    /* Movendo o handle para a direita */
}

/* Texto PIX desativado quando o input estiver checado */
.switch-input:checked+.switch-label .switch-text.pix {
    color: #989898;
    /* PIX desabilitado */
}

/* Texto CARTÃO ativado */
.switch-input:checked+.switch-label .switch-text.cartao {
    color: white;
    /* CARTÃO ativado */
}

/* Texto PIX ativado (quando o input não estiver checado) */
.switch-input:not(:checked)+.switch-label .switch-text.pix {
    color: white;
}

/* Texto CARTÃO desativado */
.switch-input:not(:checked)+.switch-label .switch-text.cartao {
    color: #989898;
}

/* Hide the default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none;
    color: white;
}

.container-checkbox {
    --size: 2rem;
    width: var(--size);
    display: block;
    height: var(--size);
    background-color: var(--background-color);
    border-radius: 100%;
    cursor: pointer;
    padding: 5px;
    color: white;
    box-shadow: 1.5px 1.5px 3px #0e0e0e, -1.5px -1.5px 3px rgb(95 94 94 / 25%),
        inset 0px 0px 0px #0e0e0e, inset 0px -0px 0px #5f5e5e;
}

.container-checkbox .checkmark {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 1.5px 1.5px 3px #0e0e0e, -1.5px -1.5px 3px rgb(95 94 94 / 25%),
        inset 0px 0px 0px #0e0e0e, inset 0px -0px 0px #5f5e5e;
    transition: all ease 0.3s;
    padding: 8px;
}

.container-checkbox .checkmark svg {
    opacity: 0;
    transition: all ease 0.3s;
}

.container-checkbox input:checked+.checkmark {
    box-shadow: 0px 0px 0px #0e0e0e, 0px 0px 0px rgb(95 94 94 / 25%),
        inset 1.5px 1.5px 3px #0e0e0e, inset -1.5px -1.5px 3px #5f5e5e;
    background-color: var(--primary-color);
}

.container-checkbox input:checked+.checkmark svg {
    opacity: 1;
}

.imgEsgotado {
    opacity: 30%;
    filter: grayscale(100%);
}

/* FAIXA INFORMATIVA MOSTRANDO ESGOTADO */
.lock {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    background-color: transparent;
    box-shadow: 8px 8px 0px 0px var(--cl-azul);
    border-radius: 20px;
    position: absolute;
    z-index: 100;
}

.fita__cadeado {
    background-color: #f15a24 !important;
    color: white !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 150%;
    left: -25%;
    overflow: hidden;
    top: 35%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    z-index: 100;
    font-size: 40px;
}

#localCardEvento {
    margin-top: 1rem;
}

.fita__cadeado__embreve {
    background-color: #ffffff !important;
    color: #f12424 !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 150%;
    left: -25%;
    overflow: hidden;
    top: 35%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    z-index: 100;
    font-size: 40px;
}

.fita__cadeado--baixo {
    transform: rotate(30deg);
}

.fita__cadeado--cima {
    transform: rotate(-30deg);
}

@keyframes scroll {
    0% {
        transform: translateX(calc(-250px * 7));
    }

    100% {
        transform: translateX(0);
    }
}

.lock .slider {
    background: #f15a24;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 960px;
}

.lock .slider_embreve {
    background: #ffffff;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 960px;
}

.lock .slide-track {
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.lock .fita {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    font-size: 2rem;
}

.lock .fita_embreve {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #f12424;
    font-size: 2rem;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    z-index: 9999;
}

/* Expande no hover (somente em desktop) */
.grecaptcha-badge:hover {
    width: 256px !important;
}

/* Esconde completamente em telas menores que 768px */
@media (max-width: 767px) {
    .grecaptcha-badge {
        display: none !important;
    }
}

.comp-title-clientes-dry {
    color: rgb(232, 33, 33)
}

.whatsapp-btn-camarote {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 41px;
    cursor: pointer;
}

.whatsapp-btn-camarote:hover {
    /* background-color: #20b355; Cor mais escura ao passar o mouse */
}


/* transfer */

#container-transfer {

    margin-top: 5%;
}

#title-transfer {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: normal;
}

#options-transfer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#option-transfer-1,
#option-transfer-2 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1;
    min-width: 300px;
    background-color: #2a2a2a;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    position: relative;
    border: 1px solid #3a3a3a;
    transition: all 0.2s ease;
}

#option-transfer-1:hover,
#option-transfer-2:hover {
    background-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#option-transfer-1[data-selected="true"],
#option-transfer-2[data-selected="true"] {
    border-color: #ff5722;
    background-color: #2d2520;
}

#radio-transfer-1,
#radio-transfer-2 {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#radio-custom-transfer-1,
#radio-custom-transfer-2 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #555;
    margin-top: 4px;
    position: relative;
    flex-shrink: 0;
    transition: border-color 0.2s ease;
}

#radio-transfer-1:checked+#radio-custom-transfer-1,
#radio-transfer-2:checked+#radio-custom-transfer-2 {
    border-color: #ff5722;
}

#radio-transfer-1:checked+#radio-custom-transfer-1::after,
#radio-transfer-2:checked+#radio-custom-transfer-2::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff5722;
}

#content-transfer-1,
#content-transfer-2 {
    flex: 1;
}

#heading-transfer-1,
#heading-transfer-2 {
    font-size: 16px;
    margin-bottom: 10px;
}

#description-transfer-1,
#description-transfer-2 {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 15px;
    line-height: 1.4;
}

#price-transfer-1,
#price-transfer-2 {
    color: #ff5722;
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 768px) {
    #options-transfer {
        flex-direction: column;
    }

    #option-transfer-1,
    #option-transfer-2 {
        width: 100%;
    }
}
