iframe {
    zoom: 1.2 !important;
}

.fade {
    transition: opacity .15s linear;
}

.modalbox {
    padding-top: env(safe-area-inset-top);
    overflow: hidden;
}

.modalbox.show .modal-dialog {
    transform: translate(0, 0) !important;
}

.modalbox .modal-dialog {
    transform: translate(0, 100%) !important;
    min-width: 100%;
    margin: 0;
    transition: 0.5s all !important;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: env(safe-area-inset-top);
}

.modalbox .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    margin: auto;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.login-form {
    max-width: 500px;
    margin: auto;
}

.login-form .form-image {
    width: 100%;
    max-width: 200px;
    height: auto
}

.form-button-group {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    background: #FFF;
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: env(safe-area-inset-bottom)
}

.form-links {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px
}

.fit-width {
    width: fit-content !important;
}

/* td {
    border: 0px !important;
} */

.btn-desconto {
    width: 20em;
    background: #0000;
    margin-top: 5px;
    color: #727272 !important;
    border-color: #727272 !important;
}

.content-sidebar-section {
    z-index: 3;
    position: relative;
}

#content-sidebar-pro:after {
    z-index: 0;
}

.movie-details-section p {
    margin: 0px !important;
}

.sb-chat {
    z-index: 500 !important;
}

header#videohead-pro {
    z-index: 499 !important;
}

.cupom-desconto {
    width: 20em !important;
    background: #0000 !important;
    margin-top: 5px !important;
    color: #727272 !important;
    border-color: #727272 !important;
}

.taxaTotal {
    font-size: 11px;
    font-weight: 700;
    margin-top: 5px
}

#finalizar {
    float: right;
    max-height: 100%;
    width: 100%;
    font-weight: 700;
}

@media (max-width: 756px) {
    .r-div-eventos .col-6 {
        padding: 3px;
    }

    .h6,
    h6 {
        font-size: 0.8rem;
    }

    .r-div-eventos .item-listing-container-skrn {
        margin-bottom: 3px;
    }

    .r-div-eventos .item-listing-text-skrn {
        min-height: 124px;
    }
}

@media (max-width: 312px) {
    .r-div-eventos .item-listing-text-skrn {
        min-height: 11em;
    }
}

.slide-top-duo2 {
    z-index: 10;
    top: 3em;
    position: absolute;
    width: 84%;
    left: 8%;
}

@media (max-width: 1300px) {
    .slide-top-duo2 {
        top: 2em;
    }
}

@media (max-width: 1090px) {
    .slide-top-duo2 {
        top: 2em;
    }
}

@media (max-width: 764px) {
    .imagem-blur-evento {
        display: none !important;
    }

    .slide-top-duo2 {
        width: 100%;
    }

    .texto-lote {
        font-size: 9px !important;
    }

    .row-compartilhar {
        text-align: right;
        padding: 0;
    }

    .row-compartilhar #shareButton {
        padding: 10px;
    }

    .margin-top-smart {
        padding-top: 2em !important;
    }

    #content-sidebar-image {
        margin-bottom: 0px !important;
    }
    
    .event-infos-buy {
        padding-left: 1.1em !important;
    }
    
    .row-descri-event { 
        padding-right: 2.2em !important; 
    }
}

@media (min-width: 764px) {
    .row-compartilhar {
        margin-top: 1em;
    }

    .row-compartilhar #shareButton {
        padding: 10px;
    }
}

.inputQtdLote {
    text-align: center;
    width: 2.5em;
    background: #fff !important;
    height: auto;
    border: 0;
}

.td-inputs {
    display: flex;
    float: right;
}

.texto-lote {
    font-size: 12px;
    width: max-content;
    padding: 7px;
    font-weight: 600;
    background: #e5e5e5;
    border-radius: 7px;
    text-transform: uppercase;
}

.texto-lote2 {
    font-size: 10px;
    padding: 7px;
    font-weight: 600;
    background: #e5e5e5;
    border-radius: 7px;
    text-transform: uppercase;
}

.text-label-desconto {
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    font-size: 13px;
}

.grupo-descri {
    padding-top: 0px;
    display: grid;
    width: 100%;
    margin-top: -10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #555;
    margin-bottom: 0.6rem;
}

.div-block-duo {
    height: 150px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.div-block-duo:hover,
.div-block-duo:visited {
    background-color: #f5f5f5;
}

.text-div-block-duo {
    position: absolute;
    bottom: 15px;
    text-align: left;
}

.icon-div-block-duo {
    text-align: left;
    color: var(--orange);
}

.no-scroll {
    overflow: hidden !important;
}

/* //////////////////////////////////////////////////////////// UPDATE 24/1/25  //////////////////////////////////////////////////////////// */

body.modal-open {
    height: 100vh;
    overflow-y: hidden;
}

iframe[title="o desafio reCAPTCHA expira em dois minutos"] {
    margin-left: -2em !important;
}

.btn-desconto:hover {
    color: #fff !important;
    border-color: #fff !important;
}

.xduo-zoom {
    zoom: 1.0;
}

.icons-deep button {
    font-size: 1em !important;
    border: 0;
    border-radius: 40px;
    background: #dfdfdf;
}

.conteudo-scroll-full {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.item-scroll-full {
    display: inline-block;
}

.countdown-container {
    display: flex;
    gap: 20px;
    justify-content: center;

}

.countdown-item {
    text-align: center;
}

.countdown-item span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
}

.smalltext {
    font-size: 0.9rem;
    color: #666;
}

.row-cas {
    text-align: center;
    align-items: center;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.text-count {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.btn-count {
    font-weight: 800;
    color: #fff !important;
    background: #038be5;
    border-color: #038be5
}

.btn-count:hover,
.btn-count:active {
    font-weight: 800;
    color: #fff !important;
    background: #0363e6;
    border-color: #0363e6
}

@media (min-width: 1024px) {
    #contet-menu-left-fixed {
        margin-left: 160px;
    }
    footer {
        margin-left: 160px; 
    }
}

.event-infos-buy {
    padding: 2em;
}

.div-buy-event {
    background: #fafafa;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.btn-green-pro:hover {
    background: #000000;
    border-color: #000000;
}

.row-descri-event{
    padding:3em;
}

footer {
    margin-top: 0px !important;
}
/* //////////////////////////////////////////////////////////// UPDATE 24/1/25  //////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////// UPDATE 08/4/25  //////////////////////////////////////////////////////////// */
.image-container-mapa {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 11em;
    overflow: hidden;
    cursor: pointer;
}

.image-container-mapa::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.zoom-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    pointer-events: none;
}

.zoom-icon i {
    font-size: 3em;
    color: #fff;
}

.zoom-icon p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 10px;
}
.sticky-buy-button2 {
    position: fixed;
    visibility: visible;
    bottom: 0px;
    right: 0;
    left: 0;
    left: auto;
    width: 100%;
    height: 7em;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, 0.81);
    z-index: 1;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
}

.sticky-buy-button2.active {
    transform: translateY(0);
}

.sticky-buy-button2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
}

.sticky-buy-button2 a {
    width: 90%;
}

@media only screen and (min-width: 1024px) {
    .sticky-buy-button2 a {
        width: 50%;
    }
}

.compensate-for-scrollbar {
    margin-right: 0!important;
}

.row-descri-event {
    padding-top: 1.5em;
}

.style-pontos-eventos{
    font-size: 1rem;
}
/* //////////////////////////////////////////////////////////// UPDATE 08/4/25  //////////////////////////////////////////////////////////// */