header {
    margin-bottom: 0;
}

header>.content {
    display: none;
}

header .header-top {
    margin-bottom: 0;
    position: fixed;
    top: 0;
    z-index: 100;
}

main {
    background-color: #0B0B0B;

}

#lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#lightbox .fechar {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 10000;
}

#lightbox .box-video {
    width: 90%;
    max-width: 900px;
    aspect-ratio: 16/9;
    position: relative;
}

/* Banner */
#banner {
    border-bottom: 3px solid #FD006B;
    padding-top: 129px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

/* Video Background */
#banner .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

#banner .video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

#banner .video-background .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.67);
    z-index: 2;
}

#banner .header-banner {
    background-color: #121212;
    box-shadow: 0px 4px 10.8px 0px #00000078;
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 100;
}

#banner .header-banner .container {
    width: 1360px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 44px;
    /* justify-content: space-between; */
    padding: 17px 0;
}

#banner .header-banner .container .logo img {
    display: block;
}

#banner .header-banner .container .texto {
    font-weight: 500;
    font-size: 16px;
    line-height: 124%;
    color: white;
    width: 190px;
}

#banner .header-banner .container .texto span {
    color: #FD006B;
}

#banner .header-banner .container .links {
    display: flex;
    align-items: center;
    column-gap: 69px;
    margin-left: 291px;
}

#banner .header-banner .container .links a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    transition: .2s all ease-in-out;
}

#banner .header-banner .container .links a:not(.ingressos):hover {
    color: #FD006B;
}

#banner .header-banner .container .links .ingressos {
    background: linear-gradient(90deg, #DE3632 0%, #CC3367 100%);
    border-radius: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 11px 35.4px;
}

#banner .conteudo-banner {
    position: relative;
    z-index: 10;
}

#banner .conteudo-banner .container .subtitulo {
    font-weight: 400;
    font-size: 28.72px;
    line-height: 100%;
    letter-spacing: 2.8px;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
    margin-top: 114px;
}

#banner .conteudo-banner .container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#banner .conteudo-banner .container .subtitulo span {
    color: #FD006B;
}

#banner .conteudo-banner .container .titulo {
    font-weight: 700;
    font-size: 101.39px;
    line-height: 126%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 1461px;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 61px;

}

#banner .conteudo-banner .container .titulo span {
    font-weight: 700;
    font-size: 50.69px;
    line-height: 87%;
    text-align: center;
    text-transform: uppercase;
}

#banner .conteudo-banner .container a {
    width: 451px;
    max-width: 90%;
    background-color: #FD006B;
    text-align: center;
    border-radius: 73px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    transition: .2s all ease-in-out;
    text-transform: uppercase;
    padding: 18px 10px;
    margin-bottom: 159px;
}

#banner .conteudo-banner .container a:hover {
    color: #FD006B;
    background-color: #fff;
}

/* Construindo */
#construindo {
    position: relative;
}

#construindo::after {
    content: '';
    position: absolute;
    background: url(../../totem-de-pagamento/lp/ingressos/after-banner.webp);
    width: 711px;
    height: 865px;
    right: 0;
    top: -201px;
}

#construindo::before {
    content: '';
    position: absolute;
    background: url(../../totem-de-pagamento/lp/ingressos/before-banner.webp);
    width: 241px;
    height: 669px;
    left: 0;
    top: 443px;
}

#construindo .container {
    width: 1360px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#construindo {
    position: relative;
    padding-top: 49px;
    margin-bottom: 137px;
    background-color: #0B0B0B;
}

#construindo .container>.titulo {
    font-weight: 300;
    font-size: 40px;
    line-height: 59px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 27px;
}

#construindo .container>.titulo b {
    font-weight: 700;
    font-size: 62px;
    line-height: 117%;
    text-align: center;
    color: #FD006B;
    display: block;
}

#construindo .container>.texto {
    width: 830px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 17px;
    line-height: 142%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 82px;
}

#construindo .container .box-cards {
    display: flex;
    justify-content: space-between;
    column-gap: 64px;
}

#construindo .container .box-cards .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 375px;
    max-width: 100%;
}

#construindo .container .box-cards .card .titulo {
    font-weight: 800;
    font-size: 28px;
    line-height: 124%;
    text-align: center;
    text-transform: uppercase;
    color: #FD006B;
    margin-bottom: 16px;
}

#construindo .container .box-cards .card svg {
    margin-bottom: 33px;
}

#construindo .container .box-cards .card .texto {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    width: 302px;
    max-width: 100%;
}

/* Conecte */
#conecte {
    position: relative;
    margin-bottom: 150px;
}

#conecte .container {
    display: flex;
    justify-content: space-between;
    width: 1360px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    column-gap: 20px;
}

#conecte .container .esq {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 31px;
}

#conecte .container .esq .titulo {
    font-weight: 300;
    font-size: 22px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 19px;
}

#conecte .container .esq .titulo b {
    font-weight: 700;
    font-size: 60px;
    line-height: 75px;
    display: block;
    color: #FD006B;
}

#conecte .container .esq .texto {
    font-weight: 300;
    font-size: 23px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 44px;
}

#conecte .container .esq a {
    width: auto;
    background-color: #FD006B;
    text-align: center;
    border-radius: 73px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    transition: .2s all ease-in-out;
    text-transform: uppercase;
    padding: 18px 60px;
    display: block;
}

#conecte .container .esq a:hover {
    color: #FD006B;
    background-color: #fff;
}

#conecte .container .dir {
    display: flex;
    width: 49.44%;
    height: 521px;
    border: 1px solid #FD006B;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url(../../totem-de-pagamento/lp/ingressos/fundo-video.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#conecte .container .dir .overlay {
    background: #00000096;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;

}

#conecte .container .dir .play {
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

#conecte .container .dir .play svg {
    color: #FD006B;
    transition: .2s all ease-in-out;
    max-width: 100%;
    height: auto;
}

#conecte .container .dir .play:hover svg {
    transform: scale(1.05);
}

/* tabela */

#tabela {
    margin-bottom: 143px;
    position: relative;
}

#tabela::after {
    content: '';
    position: absolute;
    background: url(../../totem-de-pagamento/lp/ingressos/after-tabela.webp);
    width: 471px;
    height: 1160px;
    right: 0;
    top: -311px;
}


#tabela .container {
    width: 1360px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#tabela .container.textos {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
}

#tabela .container.textos .esq {
    width: 557px;
    max-width: 100%;
}

#tabela .container.textos .esq .titulo {
    font-weight: 700;
    font-size: 45px;
    line-height: 64px;
    color: #FD006B;
    margin-bottom: 19px;
}

#tabela .container.textos .esq .texto {
    font-weight: 600;
    font-size: 24px;
    line-height: 131%;
    color: #FFFFFF;
}

#tabela .container.textos .dir {
    width: 450px;
    max-width: 100%;
}

#tabela .container.textos .dir .texto {
    font-weight: 500;
    font-size: 18px;
    line-height: 131%;
    color: #FFFFFF;
}

#tabela .container.textos .dir .temporizador {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #FD006B;
    border-radius: 12px;
    padding: 15px 27px;
}

#tabela .container.textos .dir .temporizador .texto-temporizador {
    font-weight: 500;
    font-size: 18px;
    line-height: 131%;
    color: #FFFFFF;
    margin: 0;
}

#tabela .container.textos .dir .temporizador .bloco-tempo {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 50px;
}

#tabela .container.textos .dir .temporizador .bloco-tempo .numero {
    font-weight: 600;
    font-size: 20px;
    line-height: 131%;
    text-align: center;
    color: #FFFFFF;

}

#tabela .container.textos .dir .temporizador .bloco-tempo .label {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

#tabela .container.tabela-ingressos {
    margin-top: 47px;
}

/* Cabeçalho da tabela */
#tabela .cabecalho-tabela {
    display: flex;
    background: #FD006B;
    border-radius: 10px 10px 0 0;
    padding: 18.5px 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 131%;
    color: #FFFFFF;
}

#tabela .cabecalho-tabela .coluna-lote,
#tabela .cabecalho-tabela .coluna-cliente,
#tabela .cabecalho-tabela .coluna-nao-cliente {
    flex: 1;
    text-align: center;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.5px;

}

#tabela .cabecalho-tabela .coluna-cliente,
#tabela .cabecalho-tabela .coluna-nao-cliente {
    text-align: center;
}

/* Linhas da tabela */
#tabela .linha-tabela {
    display: flex;
    padding: 37px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-align: center;
    color: #FFFFFF;
}

/* Alternância de cores */
#tabela .linha-tabela:nth-child(2) {
    background: #0B0B0B;
}

#tabela .linha-tabela:nth-child(3) {
    background: #121212;
    color: rgba(255, 255, 255, 0.75);
}

#tabela .linha-tabela:nth-child(4) {
    background: #0B0B0B;
    color: rgba(255, 255, 255, 0.75);
}

#tabela .linha-tabela:nth-child(5) {
    background: #121212;
    border-bottom: none;
    border-radius: 0 0 10px 10px;
    color: rgba(255, 255, 255, 0.75);
}

#tabela .linha-tabela:last-of-type {
    border-bottom: none;
}

#tabela .linha-tabela .coluna-lote {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
}

#tabela .linha-tabela .coluna-cliente,
#tabela .linha-tabela .coluna-nao-cliente {
    flex: 1;
    text-align: center;
}

#tabela .linha-tabela .badge-lote {
    background: transparent;
    border: 1px solid #FD006B;
    border-radius: 50px;
    padding: 2px 10.5px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    white-space: nowrap;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

#tabela .linha-tabela .badge-lote::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #FD006B;
    border-radius: 50%;
}


#tabela .linha-tabela .nome-lote {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-align: center;
}

/* Rodapé da tabela */
#tabela .rodape-tabela {
    margin-top: 30px;
    padding: 0 10px 0px 0px;
    border-radius: 0 0 10px 10px;
}

#tabela .rodape-tabela p {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fff;

}

#tabela .rodape-tabela p span {
    color: #FD006B;
    margin-right: 7px;
    margin-left: 7px;
}

#tabela .rodape-tabela p b {
    font-weight: 700;
}

#tabela .rodape-tabela strong {
    font-weight: 700;
    color: #FD006B;
}

/* Local */
#local {
    position: relative;
    margin-bottom: 139px;
}

#local::before {
    content: '';
    position: absolute;
    background: url(../../totem-de-pagamento/lp/ingressos/after-local.webp);
    width: 520px;
    height: 1221px;
    left: 0;
    top: -357px;
    z-index: 2;
}

#local .container {
    display: flex;
    justify-content: space-between;
    width: 1360px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#local .container .esq {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 17px;
}

#local .container .esq .titulo {
    font-weight: 300;
    font-size: 22px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 15px;
}

#local .container .esq .titulo b {
    font-weight: 700;
    font-size: 60px;
    line-height: 71px;
    display: block;
    color: #FD006B;
    margin-bottom: 12px;
}

#local .container .esq .subtitulo {
    width: 530px;
    max-width: 90%;
    font-weight: 500;
    font-size: 22px;
    line-height: 132%;
    color: #fff;
    margin-bottom: 15px;
}

#local .container .esq .texto {
    width: 530px;
    max-width: 90%;
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    color: #fff;
    margin-bottom: 28px;
}

/* Itens com ícones */
#local .container .esq .itens-local {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

#local .container .esq .itens-local .item {
    display: flex;
    align-items: center;
    gap: 15px;
}

#local .container .esq .itens-local .item svg {
    flex-shrink: 0;
    margin-top: 2px;
    width: 36px;
}

#local .container .esq .itens-local .item span {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;

}

#local .container .dir {
    display: flex;
    width: 47.77%;
    height: 587px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url(../../totem-de-pagamento/lp/ingressos/fundo-local.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Formulario */
#formulario {
    position: relative;
    margin-bottom: 107px;
    scroll-margin-top: 150px;
}

#formulario .container {
    width: 1360px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 80px;
    position: relative;
    z-index: 2;
    background-image: url(../../totem-de-pagamento/lp/ingressos/fundo-form.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    border: 1px solid #FD006B;
    padding: 48px 70px;
}

/* Lado Esquerdo */
#formulario .esq {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 492px;
}

#formulario .esq>img {
    width: 301px;
    max-width: 100%;
    margin-bottom: 16px;
}

#formulario .esq .item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

#formulario .esq .item svg {
    flex-shrink: 0;
    margin-top: 5px;
}

#formulario .esq .item .texto {
    font-weight: 400;
    font-size: 18px;
    line-height: 119%;
    letter-spacing: 0.2px;
    color: #FFFFFF;

}

#formulario .esq .item .texto span {
    font-weight: 600;
}

/* Lado Direito - Formulário */
#formulario .dir {
    width: 564px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 18px;
}

#formulario .dir .titulo {
    font-weight: 700;
    font-size: 38px;
    line-height: 127%;
    letter-spacing: 0.4px;
    text-align: center;
    color: #FD006B;
    margin-bottom: 29px;
}

#formulario .dir .subtexto {
    font-weight: 325;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 22px;
}

#formulario .form-padrao {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#formulario .form-group {
    position: relative;
}

#formulario .form-group label {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    pointer-events: none;
    transition: all 0.3s ease;
    background: transparent;
    padding: 0 5px;
    z-index: 1;
}

#formulario .form-group label.subir,
#formulario .form-group input:focus~label,
#formulario .form-group input:not(:placeholder-shown)~label,
#formulario .form-group textarea:focus~label,
#formulario .form-group select:focus~label,
#formulario .form-group select:not([value=""])~label {
    top: -2px;
    left: 23px;
    font-size: 14px;
    color: #fff;
    background: rgba(11, 11, 11, 0.95);
}

#formulario .form-group input,
#formulario .form-group textarea,
#formulario .form-group select {
    width: 100%;
    padding: 12px 20px;
    background: transparent;
    border: 1px solid #FD006B;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    transition: all 0.3s ease;
}

#formulario .form-group input:focus,
#formulario .form-group textarea:focus,
#formulario .form-group select:focus {
    border-color: #FD006B;
    box-shadow: 0 0 0 1px #FD006B;
}

.form-padrao input.error,
.form-padrao textarea.error,
.form-padrao select.error {
    border-color: #dc3545 !important;
    background-color: #fff5f5;
}

#formulario .form-group input::placeholder,
#formulario .form-group textarea::placeholder {
    color: #ff0000;
    opacity: 1;
}

#formulario .form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 22px center;
    cursor: pointer;
}

#formulario .form-group select option {
    background: #0B0B0B;
    color: #FFFFFF;
}

#formulario .info-clientes {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.1px;
    text-align: center;
    color: #FFFFFF;
    width: 437px;
    max-width: 90%;
    margin: 0 auto;

}

#formulario .checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin: 0 auto;
}

#formulario .checkbox-group input[type="checkbox"] {
    width: 13px;
    height: 13px;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 3px;
    position: relative;
    padding: 0;
}

#formulario .checkbox-group input[type="checkbox"]:checked {
    background-color: #000;
}

#formulario .checkbox-group input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FD006B;
    border-radius: 2px;
}

#formulario .checkbox-group label {
    position: static !important;
    transform: none !important;
    color: #FFFFFF !important;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    pointer-events: all;
    background: transparent !important;
    line-height: 1.4;
}

#formulario .btn-submit {
    width: 373px;
    max-width: 100%;
    margin: 90%;
    margin: 0 auto;
    background-color: #FD006B;
    text-align: center;
    border-radius: 73px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    transition: .2s all ease-in-out;
    text-transform: uppercase;
    padding: 8.5px 58px;
    display: block;
    cursor: pointer;
}

#formulario .btn-submit:hover {
    color: #FD006B;
    background-color: #fff;
}

.error {
    color: #dc3545 !important;
}

/* Area Swiper */
#area-swiper {
    width: 100%;
    height: auto;
    padding-bottom: 146px;
    padding-top: 30px;
    position: relative;
}

#area-swiper::after {
    content: '';
    position: absolute;
    background: url(../../totem-de-pagamento/lp/ingressos/after-swiper.webp);
    width: 367px;
    height: 856px;
    right: 0px;
    top: -229px;
    z-index: 0;
}

#area-swiper .container {
    padding-bottom: 30px;
}

#area-swiper .container .texto {
    font-size: 40px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    padding: 0 5%;
}

#area-swiper .container .titulo {
    text-align: center;
    font-weight: 700;
    font-size: 64px;
    line-height: 76px;
    color: #FD006B;
    margin-bottom: 20px;
    padding: 0 5%;
}

#area-swiper .container .subtitulo {
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    text-align: center;
    color: #FFFFFF;
    padding: 0 5%;
}

#area-swiper .container .subtitulo span {
    font-weight: 600;
}

#area-swiper .container-swiper {

    margin-top: 20px;
}

#area-swiper .swiper {
    width: 100%;
    height: 100%;

}

#area-swiper .box-botoes-swiper {
    display: flex;
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    justify-content: flex-start;
    position: relative;
    right: 0;
    bottom: 0;
    align-items: center;
    column-gap: 12px;
    flex-direction: row-reverse;
    margin-top: 15px;
}

#area-swiper .box-botoes-swiper>div {
    position: unset;
    margin: unset;
    width: unset;
    height: unset;
}

#area-swiper .box-botoes-swiper>div.botao-anterior-depoimentos::after {
    content: '';
    background-image: url(../../totem-de-pagamento/home/seta-swiper.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

#area-swiper .box-botoes-swiper>div.botao-proximo-depoimentos::after {
    content: '';
    background-image: url(../../totem-de-pagamento/home/seta-swiper.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    filter: grayscale(1);
}


#area-swiper .swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    filter: blur(5px);
}

#area-swiper .swiper-slide {
    user-select: none;
    height: 542px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 20px;
}

#area-swiper .swiper-slide .overlay {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 15px;
    background: linear-gradient(179.95deg, rgba(23, 23, 255, 0) 60%, #000000 100%);
}

#area-swiper .swiper-slide .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 35px;
    z-index: 2;
}

#area-swiper .swiper-slide .info .play {
    width: 83px;
    height: 83px;
    border-radius: 100px;
    border: 1px solid #FD006B;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease all;
    cursor: pointer;
}

#area-swiper .swiper-slide .info .play:hover {
    border-color: #fff;
}

#area-swiper .swiper-slide .info .play svg {
    width: 55px;
    height: 55px;
    color: #FD006B;
    padding-left: 10px;
    cursor: pointer;
    transition: .2s ease all;
}

#area-swiper .swiper-slide .info .play:hover svg {
    color: #fff;
}

#area-swiper .swiper-slide .info .nome {
    margin-top: 20px;
    font-size: 24px;
    line-height: 39px;
    vertical-align: middle;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

#area-swiper .swiper-slide .info .nome-duplo {
    font-size: 21px;
    line-height: 22px;
}

#area-swiper .swiper-slide .info .funcao {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
}

#area-swiper .swiper-slide .info .funcao-dupla {
    font-size: 20px;
    line-height: 21px;
}

#area-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/*Participante*/
#palestrante {
    width: 100%;
    height: auto;
    padding-bottom: 119px;
    position: relative;
    margin-top: -55px;
    display: flex;
    flex-direction: column;
    row-gap: 100px;
}

#palestrante::after {
    content: '';
    position: absolute;
    background: url(../../totem-de-pagamento/lp/ingressos/after-palestrantes.webp);
    width: 523px;
    height: 1221px;
    left: 0px;
    top: -410px;
    z-index: 0;
}

#palestrante::before {
    content: '';
    position: absolute;
    background: url(../../totem-de-pagamento/lp/ingressos/after-swiper.webp);
    width: 370px;
    height: 1053px;
    right: 0px;
    bottom: -266px;
    z-index: 0;
    background-repeat: no-repeat;
}

#palestrante .container {
    display: flex;
    column-gap: 45px;
    width: 1360px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#palestrante .container .img-palestrante {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#palestrante .container .img-palestrante img {
    height: 100%;
    object-fit: cover;
}

#palestrante .container .img-lazaro::after {
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border: 1px solid #FD006B;
    position: absolute;
    z-index: -1;
    right: -3px;
    bottom: -10px;
}

#palestrante .container .img-lucas::after {
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border: 1px solid #FD006B;
    position: absolute;
    z-index: -1;
    left: -7px;
    bottom: -3px;
}

#palestrante .container .img-palestrante .texto {
    position: absolute;
    bottom: 20px;
    color: #fff;
    border: 1px solid #FD006B;
    padding: 0px 30px;
    border-radius: 18px;
    max-width: 90%;
    text-align: center;
}

#palestrante .container .img-palestrante .texto p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

#palestrante .container .texto-palestrante {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#palestrante .container .texto-palestrante svg {
    width: 520px;
    max-width: 100%;
    height: auto;
}

#palestrante .container .texto-palestrante .info {
    width: 516px;
    padding: 19px 20px 19px 20px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #605CB3;
    background: linear-gradient(90deg, rgba(96, 92, 179, 1) 0%, rgba(253, 0, 107, 1) 100%);
    border-radius: 15px;
    color: #fff;
    margin-top: 15px;
}


#palestrante .container .texto-palestrante .info .funcao {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

#palestrante .container .texto-palestrante .info .center {
    text-align: center;
}

#palestrante .container .texto-palestrante .info .nome {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}

#palestrante .container .texto-palestrante .info-extra {
    width: 516px;
    max-width: 100%;
    padding: 25px 20px;
    border: 1px solid #FD006B;
    margin-top: 45px;
    border-radius: 15px;
}

#palestrante .container .texto-palestrante .info-extra p {
    font-size: 20px;
    color: #fff;
    line-height: 29px;
    font-weight: 300;
}


/* FAQ */

#faq {
    position: relative;
    padding-bottom: 120px;
    scroll-margin-top: 150px;
}

#faq::after {
    content: '';
    position: absolute;
    background: url(../../totem-de-pagamento/lp/ingressos/after-faq.webp);
    width: 332px;
    height: 1053px;
    left: 0px;
    top: 353px;
    z-index: 0;
}

#faq .container {
    width: 1400px;
    margin: 0 auto;
    max-width: 90%;
    z-index: 2;
    position: relative;
}

#faq .container>.titulo {
    font-weight: 700;
    font-size: 70px;
    line-height: 76px;
    text-align: center;
    color: #FD006B;
    margin-bottom: 44px;
}

#faq .container>.sub {
    font-size: 18px;
    color: #ed394b;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}

#faq .container .card {
    border: 2px solid #FD006B;
    padding: 22px 30px;
    cursor: pointer;
    border-radius: 30px;
    margin-bottom: 30px;
}

#faq .container .card:last-child {
    margin-bottom: 0;
}

#faq .container .card .topo {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    column-gap: 30px;
    flex-direction: row;
}

#faq .container .card .topo .sinal {
    background-image: url(../../totem-de-pagamento/lp/summit_2025/ico-faq-seta.svg);
    background-repeat: no-repeat;
    min-width: 21px;
    height: 21px;
    transition: .4s all ease-in-out;
}

#faq .container .card.aberto .topo .sinal {
    transform: rotate(-180deg);
}

#faq .container .card .titulo {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
}

#faq .container .card .bottom p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 16px;
    padding-left: 45px;

}

#faq .container .card .bottom p a {
    color: #fff;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
}

#faq .container .card .bottom p .mail {
    text-decoration: underline;
}

#faq .container .card .bottom {
    display: none;
}

#faq .container .card .bottom ul {
    margin-top: 12px;
    padding-left: 65px;
    list-style: disc;
}

#faq .container .card .bottom ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px;
}

#faq .container .card .bottom ul li strong {
    font-weight: 700;
}


@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {
    #banner .conteudo-banner .container .titulo {
        font-size: 66.39px;
    }

    #banner .header-banner .container .links {
        margin-left: auto;
    }

    #banner .conteudo-banner .container .titulo span {
        font-size: 33.69px;
    }

    #construindo .container .box-cards {
        column-gap: 2%;
    }

    #construindo .container .box-cards .card {
        width: 24%;
    }

    #conecte .container .esq .titulo b {
        font-size: 46px;
        line-height: 56px;
    }

    #conecte .container .esq .texto {
        font-size: 18px;
        line-height: 28px;
    }

    #area-swiper .swiper-slide .info .nome,
    #area-swiper .swiper-slide .info .nome-duplo {
        font-size: 21px;
        line-height: 22px;
    }

    #area-swiper .swiper-slide .info .funcao {
        font-size: 17px;
    }

    #faq .container>.titulo {
    font-size: 46px;
    line-height: normal;
    }
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {
    #construindo .container .box-cards .card .titulo {
        font-size: 20px;
    }

    #construindo .container .box-cards .card .texto {
        font-size: 14px;
    }

    #construindo .container>.titulo b {
        font-size: 46px;
    }

    #construindo .container>.texto {
        font-size: 14px;
    }

    #local .container .esq .titulo b {
        font-size: 45px;
        line-height: 55px;
    }
}

@media screen and (max-width: 1280px) {
    #banner .conteudo-banner .container .titulo {
        font-size: 47.39px;
    }

    #banner .header-banner .container .links {
        column-gap: 21px;
    }

    #banner .header-banner .container {
        gap: 20px;
    }

    #banner .conteudo-banner .container .titulo span {
        font-size: 23.69px;
    }

    #conecte .container .dir {
        height: 421px;
    }

    #conecte .container .dir .play {
        width: 24%;
        height: auto;
        min-width: 100px;
    }
}

@media screen and (max-width: 1200px) {
    #tabela .linha-tabela .badge-lote {
        font-size: 11px;
    }
}

@media screen and (max-width: 1080px) {
    #tabela .container.textos .esq .titulo {
        font-size: 34px;
        line-height: 49px;
    }
}

@media screen and (max-width: 1024px) {

    header .menu-hamburger,
    header .logo-mobile {
        display: none;
    }

    header {
        padding-top: 40px;
    }

    #banner .header-banner .container {
        flex-direction: column;
    }

    #banner .header-banner .container .links {
        margin-left: unset;
    }

    #banner .header-banner {
        position: absolute;
        top: 0px;
    }

    #banner {
        padding-top: 212px;
    }

    #banner .header-banner .container .texto {
        text-align: center;
    }

    #construindo .container .box-cards {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    #construindo .container .box-cards .card {
        width: 47%;
    }

    #conecte .container {
        flex-direction: column;
        row-gap: 50px;
    }

    #conecte .container .esq {
        width: 100%;
    }

    #conecte .container .dir {
        height: 421px;
        width: 100%;
    }

    #construindo {
        margin-bottom: 65px;
    }

    #tabela .local-tabela {
        overflow: auto;
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
    }

    #tabela .container.tabela-ingressos {
        max-width: unset;
    }

    #tabela .container.textos {
        flex-direction: column;
        align-items: center;
    }

    #tabela .container.textos .esq {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    #tabela .container.textos .esq .titulo,
    #tabela .container.textos .esq .texto,
    #tabela .container.textos .dir .texto {
        text-align: center;
    }

    #local .container {
        flex-direction: column;
        row-gap: 60px;
    }

    #local .container .esq {
        display: flex;
        width: 100%;
    }

    #local .container .esq .subtitulo,
    #local .container .esq .texto {
        width: 100%;
        max-width: 100%;
    }

    #local .container .dir {
        width: auto;
    }

    #local::before {
        max-width: 50%;
        background-position: right;
    }

    #tabela {
        margin-bottom: 90px;
    }

    #formulario .container {
        flex-direction: column;
        row-gap: 40px;
        padding: 30px;
    }

    #formulario .esq {
        width: 100%;
    }

    #formulario .dir {
        width: 100%;
    }

    #formulario .esq>img {
        margin: 0 auto 16px;
    }

    #area-swiper .container .texto {
        font-size: 31px;
        margin-bottom: 10px;
    }

    #area-swiper .container .titulo {
        font-size: 38px;
        line-height: 39px;
    }

    #formulario {
        margin-bottom: 58px;
    }

    #palestrante .container {
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 60px;
    }

    #palestrante .container .texto-palestrante {
        width: 100%;
    }

    #palestrante .container .texto-palestrante .info {
        width: auto;
    }

    #palestrante .container .texto-palestrante .info-extra {
        width: 100%;
    }

    #palestrante .container:nth-child(2) {
        flex-direction: column;
    }

    #palestrante .container .img-palestrante {
        width: auto;
    }

    #palestrante::after {
        max-width: 50%;
        background-position: right;
    }
}

@media screen and (max-width: 996px) {}

@media screen and (max-width: 768px) {
    #banner .conteudo-banner .container .titulo {
        font-size: 30.39px;
    }

    #faq .container>.titulo {
        font-size: 34px;
    }
}

@media screen and (max-width: 600px) {
    #banner .header-banner .container .links {
        flex-direction: column;
        row-gap: 10px;
    }

    #banner .header-banner .container .texto {
        text-align: center;
    }

    #banner .conteudo-banner .container .titulo span {
        font-size: 23.69px;
        line-height: 37px;
        display: block;
        margin-bottom: -31px;
    }

    #construindo .container>.titulo {
        font-size: 28px;
    }

    #construindo .container>.titulo b {
        font-size: 34px;
    }

    #conecte .container .dir {
        height: 62vw;
    }

    #conecte .container .esq .titulo b {
        font-size: 35px;
        line-height: 47px;
    }

    #conecte .container .esq a {
        font-size: 14px;
    }

    #formulario .dir .titulo {
        font-size: 26px;

    }

    #formulario .esq .item .texto {
        font-size: 14px;
    }
}

@media screen and (max-width: 490px) {
    #construindo .container .box-cards {
        flex-direction: column;
        row-gap: 59px;
    }

    #construindo .container .box-cards .card svg {
        width: 90px;
        height: auto;
    }

    #construindo .container .box-cards .card {
        width: 100%;
    }

    #construindo::before {
        width: 150px;
        height: 400px;
        left: 0;
        background-position: right;
        top: 72%;
    }

    #tabela .container.textos .dir .temporizador .texto-temporizador {
        font-size: 14px;
    }

    #tabela .container.textos .dir .temporizador {
        align-items: center;
        gap: 5px;
    }
}

@media screen and (max-width: 460px) {}

@media screen and (max-width: 430px) {}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 360px) {
    #banner .conteudo-banner .container .titulo {
        font-size: 26.39px;
    }

    #construindo .container>.titulo b {
        font-size: 28px;
    }
}

@media screen and (max-width: 330px) {}

@media screen and (max-width: 280px) {}