@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
    font-family: 'Ubuntu', sans-serif;
}

.card-title {
    font-size: 16px;
}

.card-title-page {
    font-size: 28px;
}

.hover-effect-card {
    transition: transform 0.3s ease;
}

.hover-effect-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.07) !important;
    border-radius: 20px;
}

.icon-date {
    margin-right: 5px;
}

.icon-resume {
    margin-right: 5px;
}

.icon-payment {
    margin-right: 5px;
}

.icon-ticket {
    margin-right: 5px;
}

.icon-timer {
    margin-right: 5px;
}

.icon-clock {
    margin-right: 5px;
    font-size: 14px;
}

.icon-pointer {
    margin-right: 5px;
    margin-left: 1px;
    font-size: 17px;
}

.capa-evento {
    /*margin: -15px auto;*/
    width: 750px;
    height: 500px;
    margin-bottom: -20px;
    /*margin-top: 15px;*/
}

.fundo-capa-backdrop {
    background-color: rgb(0 0 0 / 45%);
    height: 500px;
    margin-top: -500px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.fundo-capa {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: #dee2e6;
    border: 0;
    opacity: 100;
}

.accordion-button:focus {
    box-shadow: none;
}

.btn-light:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.logo {
    margin-right: 1.5rem !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.07) !important;
}

.bg-blue {
    background-color: #2C507D;
}

.bg-gray-light {
    background-color: #F6F6F6;
}

/*Cookies*/
.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    display: flex;
    flex-flow: column wrap;
    height: auto;
    position: fixed;
    padding: 24px 32px;
    box-shadow: rgb(25 31 40 / 20%) 0px 20px 36px 0px;
    border-radius: 8px;
    max-width: 385px;
    background-color: rgb(255, 255, 255);
    z-index: 30;
    margin: 24px;
    inset: auto auto 0px 0px;
}

.box-cookies .btn-cookies {
    background: #28a745;
    cursor: pointer;
    align-self: normal;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 40%;
    padding: 4px;
    font-size: 14px;
}

#menu,
#menu,
#menu,
#menuEntrar {
    margin-top: 36px !important;
}

.linhanome {
    display: none;
}

.link {
    text-decoration: none;
    font-weight: bold;
}

.text-classificacao {
    font-size: 12px;
}

.brnome {
    display: block;
}

.form-floating>label {
    left: auto;
}

.alert-dark {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.cursor-pointer {
    cursor: pointer !important;
}

.m-top-cf {
    top: 230px;
}

.text-success {
    color: #78C350 !important;
}

.bg-success {
    background-color: #78C350 !important;
}

@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
    }
}

/*Cookies*/

/* Telefones em paisagem e abaixo */
@media (max-width: 480px) {
    .timer {
        margin-bottom: 15px !important;
        border-bottom: 1px solid #b1b1b1;
        padding-bottom: 15px;
        font-size: 32px;
    }

    /*.footer-mobile {*/
    /*    text-align: center!important;*/
    /*}*/

    .logo {
        margin-right: 0px !important;
    }

    .capa-evento {
        width: 100%;
        height: auto;
    }

    .header-mobile {
        padding: 15px 0 15px 0 !important;
    }

    .fundo-capa {
        height: 250px;
    }

    .fundo-capa-backdrop {
        height: 250px;
        margin-top: -250px;
    }

    .title-cf {
        font-size: 32px;
    }

    .sub-title-cf {
        font-size: 20px;
    }

    .m-top-cf {
        top: 105px;
    }
}

/* Loading */
#overlay-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    margin: 0 auto;
    background: #36404a7a;

    display: none;
    transition: display 2s;
}

#overlay-spinner {
    position: relative;
    top: 50%;
}

#overlay-loading-ticket {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1049;
    margin: 0 auto;
    background: #7e7e7e;
    top: 0;
    left: 0;
    text-align: center;

    display: none;
    transition: display 2s;
}

#overlay-spinner-ticket {
    position: relative;
    top: 50%;
}

#overlay-spinner {
    position: relative;
    top: 50%;
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    color: #fff;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

/* Botão de copiar texto */
.btn-clipboard {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 10;
    display: block;
    padding: 0.25rem 0.5rem;
    font-size: .65em;
    color: #ffffff;
    background-color: #2C507D;
    border: 1px solid;
    border-radius: 0.25rem;
}

.btn-clipboard:hover,
.btn-clipboard:focus {
    color: #0d6efd;
    background-color: #fff;
}

.img-organizacao-2 {
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.btn-instagram {
    background-color: #6f42c1;
    border-color: #6f42c1;
    color: #fff;
}

.btn-instagram:hover {
    background-color: #53338f;
    border-color: #53338f;
    color: #fff;
}

.card-organizacao-3 {
    margin-top: 30px;
    padding: 10px;
}

.form-enrol {
    border-right: 1px solid #ddd;
}

@media (max-width: 480px) {
    .form-enrol {
        border-right: 0;
        margin-bottom: 30px;
    }

    .form-enrol-search {
        border-top: 1px solid #ddd;
        padding-top: 30px;
    }
}

/* ---- MAPA DO EVENTO ----------- */
.event-map-mobile {
    display: none;
}

.event-map {
    display: block;
}

@media (max-width: 480px) {
    .event-map-mobile {
        display: block;
    }

    .event-map {
        display: none;
    }
}

/* ---- TAMANHO DO EMOJI ----------- */
.imgJoyEmoji img {
    width: 80px !important;
}

/* CUPOM DE DESCONTO */
.btn-remove-coupom {
    margin-left: 10px !important;
}

.btn-apply-coupom {
    margin-left: 10px !important;
}

@media (max-width: 480px) {
    .btn-apply-coupom {
        width: 100%;
        margin-top: 5px;
        margin-left: 0px !important;
    }
}

.event_description {
    max-height: 200px;
    /* Altura inicial limitada */
    overflow: hidden;
    position: relative;
    /* Necessário para o pseudo-elemento */
    transition: max-height 0.5s ease;
}

.event_description::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.event_description.expanded {
    max-height: 2000px;
    /* Altura máxima do corpo expandido */
}

.event_description.expanded::after {
    /* Remove o degradê quando expandido */
    background: none;
}

#verMaisBtn {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

#verMaisBtn:hover {
    cursor: pointer;
}

/* ZOOM NO MAPA DE SETORES */
.zoom-container {
    overflow: hidden;
}

#zoomableImage {
    width: 100%;
    transition: transform 0.3s ease;
    transform: scale(1);
    cursor: zoom-in;
}

#zoomableImage:hover {
    transform: scale(2);
    cursor: move;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

@media (max-width: 480px) {
    .sticky-col {
        position: static;
    }
}

/* MAPA DE ASSENTOS */

#container {
    overflow: hidden;
    width: 100%;
    /* min-height: 400px; */
    /* Exemplo de altura para a div externa */
    position: relative;
    background: #f8f8f8;
    border-radius: 8px;
    margin: 24px 0 8px 0;
}

.map-container {
    padding: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.1s ease;
    width: 100%;
    height: 100%;
    /* A altura pode ser ajustada conforme necessário */
    position: absolute;
    cursor: grab;
    /* Cursor de arrasto */
}

.item {
    cursor: pointer;
}

/* .item:hover {
    border: 2px solid green;
} */

.sold {
    cursor: cancel;
}

.linha {
    display: flex;
    flex-direction: row;
}

.custom-tooltip {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    white-space: nowrap;
    z-index: 10;
    width: auto;
    transform: translate(-50%, -150%);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    flex-direction: column;
    line-height: 1.6rem;
}

.zoom i {
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    padding: 6px;
    background-color: #aaaaaa;
}

ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

ul li {
    list-style: none;
    display: flex;
    gap: 8px;
    align-items: start;
    justify-content: start;
    justify-items: start;
    text-align: left;
}

.legenda ul li .color {
    border-radius: 50%;
    padding: 4px;
    width: 16px;
    height: 16px;
    display: block;
}

.legenda ul li .square {
    border-radius: 0;
}

.tickets-to-select {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

.tickets-to-select li {
    list-style: none;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: start;
    justify-items: center;
}

.tickets-to-select li.radio-item {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 8px;
    margin: 8px 0;
}

.tickets-to-select li.sm {
    color: #777;
    font-size: 15px;
}

.radio-item {
    cursor: pointer;
}

.signature {
    width: 100%;
    color: #aaaaaa;
    font-size: 14px;
    margin: 0 0 24px 0;
    padding: 0;
}

@media (max-width: 768px) {
    .map-container {
        scale: .30;
        /* top: -350px; */
    }

    #btnSubmit {
        /* position: fixed; */
        width: 100%;
        bottom: 0;
        /* border-radius: 0 !important; */
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        left: 0;
        padding: .85rem 1rem;
    }

    #btnSubmit.disabled,
    #btnSubmit:disabled,
    fieldset:disabled #btnSubmit {
        pointer-events: none;
        opacity: 1;
        background-color: #cccccc;
        border-color: #cccccc;
    }

    .btns-checkout {
        position: fixed;
        width: 100%;
        background: #ffffff;
        bottom: 0;
        padding: 8px 0 8px
    }
}

@media (max-width: 480px) {
    .footer-mobile, .footer-mobile ul li {
        text-align: center !important;
        display: list-item;
    }
}
