<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#popover_modal {
    position: fixed;
    z-index: 5000000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .4);
}

#popover_modal #popover_modal_header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    position: relative;
}

#popover_modal #popover_modal_header .fas {
    cursor: pointer;
}

#popover_modal #popover_modal_body {
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    max-height: calc(100% - 200px);
    max-width: 50%;
    min-width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px 30px 30px;
}

#popover_modal h2 {
    font-family: 'FCB-bold';
    font-size: 1.5em;
    margin: 30px auto 30px;
}
#popover_modal_body {
    background: url(https://boscdn.vivaticket.com/fcb/bg-squares.png) repeat-x top left #fff!important;
    background-size: 60px!important;
}
.isolated #popover_modal_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.isolatedSeatsPopover {
    margin-bottom: 30px;
}

.isolatedSeatsPopover .col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.isolatedSeatsPopover .image {
    background: #EFEFEF;
    border-radius: 5px;
    padding: 30px 15px;
}

.isolated button {
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 40px;
    height: 40px;
    transition: .2s all;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    padding: 0px 50px 0px 50px;
    color: #fff !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.isolated button span {
    width: 17px;
    height: 40px;
    background: url(../images/icns/ico-entendido-9263f08c7f6a1022208a8f4732f4fc2e.svg) no-repeat center center;
    background-size: 17px auto;
    margin-right: 7px;
    transition: .2s all;
}

.popover_modal_content {
    max-width: 30%;
}

#popover_modal.webInfo #popover_modal_body {
    min-width: 280px;
    width: 280px;
    text-align: center;
}

#popover_modal.webInfo #popover_modal_body .container {
    line-height: 20px;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 812px)
and (orientation: portrait) {
    #popover_modal #popover_modal_body {
        max-width: calc(100% - 30px);
        text-align: center;
    }
    .isolatedSeatsPopover {
        width: 80%;
    }
    .isolatedSeatsPopover .image {
        margin-bottom: 15px;
    }

    #popover_modal.webInfo #popover_modal_body {
        min-width: 80%;
        width: 80%;
    }
}</pre></body></html>