<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* NAVBAR */

.navbar-vertical.navbar-expand-md.fixed-left {
    transition: all linear .2s;
    z-index: 1000;
}

.navbar-vertical .navbar-nav .nav-link.active {
    color: #fff !important;
    font-weight: bold;
    background: rgba(255, 255, 255, .1);
}

.navbar-brand-img {
    min-height: 45px;
}

.navbar-vertical .navbar-nav .nav-link:hover {
    background: rgba(255, 255, 255, .1);
}

.navbar-vertical .navbar-nav .nav-link.active:before {
    border-left: 4px solid #fff !important;
    border-top-right-radius: 1em !important;
    border-bottom-right-radius: 1em !important;
    box-shadow: 0 0 8px rgba(255, 255, 255, .5) !important;
}

.navbar-vertical .navbar-nav .nav-link i {
    font-size: 1rem;
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    color: #fff !important;
    background-color: #212529;
}

.dropdown-item.active i,
.dropdown-item:active i {
    text-decoration: none;
    color: #fff !important;
}

/* RÃ“TULOS */

/* Componentes nativos */
.z-100 {
    z-index: 100;
}

.vh-100 {
    height: 100vh;
}

.vw-100 {
    width: 100vw;
}

/* -&gt; ClassificaÃ§Ã£o Indicativa */
[class ^= 'classificacao-indicativa-'] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: white;
    font-weight: bold;
    border-radius: 6px;
}

.classificacao-indicativa-L {
    background-color: #0c9447;
}

.classificacao-indicativa-10 {
    background-color: #0f7dc2;
}

.classificacao-indicativa-12 {
    background-color: #f8c411
}

.classificacao-indicativa-14 {
    background-color: #e67824;
}

.classificacao-indicativa-16 {
    background-color: #db2827;
}

.classificacao-indicativa-18 {
    background-color: #1d1815;
}

.classificacao-indicativa-sm {
    font-size: .825rem;
    width: 25px;
    height: 25px;
    border-radius: 3px;
}

.classificacao-indicativa-mono {
    background-color: #181818;
}

/* FORM CONTROLS */
.has-success:after, .has-danger:after {
    display: none;
}

.form-control,
.input-group-prepend &gt; .input-group-text {
    border-width: 2px;
}

.custom-control-label::before {
    border-width: 2px;
}

.input-group-prepend &gt; .input-group-text {
    border-right: none;
}

.input-group-prepend &gt; .input-group-text.is-invalid {
    border-color: #fb6340 !important;
}

textarea {
    resize: none;
}

.custom-file-label::after {
    content: 'Procurar...';
}

input[type='file'] {
    cursor: pointer;
}

input[type='file']::-webkit-file-upload-button {
    appearance: none;
    border: none;
    background: transparent;
    border-right: 1px solid #ddd;
    padding-right: .5rem;
}

input.datepicker:read-only {
    background: transparent;
}

.nav-pills .nav-link.active {
    background: var(--primary) !important;
    color: #fff !important;
}

.carousel-caption {
    left: 12%;
    right: 12%;
}

.bd-dark-blur .carousel-item::after,
.bd-dark-blur .item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-height: 700px;
    content: '';
    background-color: rgba(0, 0, 0, .7);
}

img.capa-filme {
    max-height: 70vh;
    box-shadow: 0 0 6px rgba(255, 255, 255, .2);
}

.carousel-caption {
    bottom: auto;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 20px;
    transition: all ease-in-out .2s;
}

.carousel-indicators li.active {
    width: 36px;
}

/* Modal */
.modal.fullscreen {
    background: rgba(0, 0, 0, .7);
}

.modal.fullscreen .modal-dialog {
    max-width: 100vw;
    padding: 0 5rem;
}

.modal.fullscreen .modal-dialog .modal-content {
    width: 100%;
    max-height: 100vh;
}

.modal.fullscreen .close span {
    font-size: 2.75rem;
    font-weight: bold;
}

/* PaginaÃ§Ã£o */
.page-item .page-link,
.page-item span {
    background: none;
    border: none;
}

.page-item.active .page-link {
    background: #212529;
    color: #ffffff;
    border: none;
}

.col-horario-filme-programacao {
    height: 250px;
}

.col-legenda-filme-programacao {
    position: absolute;
    bottom: 0;
}

section.agenda .data-especial {
    border: 5px solid #f5365c;
    position: relative;
    margin-bottom: 3rem !important;
}

section.agenda .data-especial .badge-data-especial {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    transform: translateY(51%);
}

main {
    min-height: calc(100vh - 200px);
}

/* FOOTER */
footer {
    background-color: #18191e;
    min-width: 100%;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    .navbar-brand-img {
        min-height: 35px;
    }

    .carousel-inner .capa-filme {
        max-height: 50vh;
    }

    .button-trailer.detalhes-filme [class ^= 'display-'] {
        font-size: 1.2rem !important;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
    .display-1 {
        font-size: 2rem;
    }

    .display-3 {
        font-size: 1.3rem;
    }

    .navbar-nav .nav-link {
        color: #fff !important;
    }

    #navbar-default {
        background-color: #212529 !important;
    }

    .carousel-control-prev, .carousel-control-next {
        width: 10%;
    }

    section.agenda .agenda-item .info &gt; div [class ^= 'col-'] {
        border: none !important;
    }

    .col-horario-filme-programacao {
        height: fit-content;
    }

    .col-legenda-filme-programacao {
        position: relative;
        bottom: auto;
    }

    .col-legenda-filme-programacao .align-items-center {
        justify-content: center;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {

}
</pre></body></html>