*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #fff7df;
    color: #001d4a;
    font-family: Arial, Helvetica, sans-serif;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #ffd32a #001d4a;
}

html::-webkit-scrollbar {
    width: 12px;
}

html::-webkit-scrollbar-track {
    background: #001d4a;
}

html::-webkit-scrollbar-thumb {
    background: #ffd32a;
    border: 3px solid #001d4a;
    border-radius: 999px;
}

html::-webkit-scrollbar-thumb:hover {
    background: #fff7df;
}

html::-webkit-scrollbar-button {
    background: #001d4a;
    color: #ffd32a;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cinema-artwork {
    position: relative;
    width: 100%;
}

.cinema-artwork-image {
    display: block;
    width: 100%;
    height: auto;
}

.cinema-artwork-link {
    position: absolute;
    z-index: 1;
    display: block;
    border: 3px solid transparent;
}

.cinema-artwork-link:focus-visible {
    border-color: #ffd32a;
    outline: 3px solid #001d4a;
    outline-offset: 2px;
    background: rgba(255, 211, 42, .22);
}

.cinema-artwork-link--inicio {
    top: 0;
    left: 0;
    width: 9.5%;
    height: 17%;
    border-radius: 0 0 2rem 0;
}

.cinema-artwork-link--sobre {
    top: 0;
    left: 9.5%;
    width: 12.5%;
    height: 17%;
    border-radius: 0 0 2rem 0;
}

.cinema-artwork-link--ingressos {
    top: 0;
    left: 22%;
    width: 10.5%;
    height: 17%;
    border-radius: 0 0 2rem 0;
}

.cinema-artwork-link--alugue {
    top: 0;
    left: 32.5%;
    width: 10.5%;
    height: 17%;
    border-radius: 0 0 2rem 0;
}

.cinema-artwork-link--programacao {
    top: 72%;
    left: 3%;
    width: 23%;
    height: 8%;
    min-height: 1.5rem;
}

@media (min-width: 464px) {
    .cinema-artwork-link--inicio,
    .cinema-artwork-link--sobre,
    .cinema-artwork-link--ingressos,
    .cinema-artwork-link--alugue {
        min-width: 2.75rem;
        min-height: 2.75rem;
    }
}

@media (min-width: 978px) {
    .cinema-artwork-link--programacao {
        min-width: 2.75rem;
        min-height: 2.75rem;
    }
}

@media (max-width: 767px) {
    .cinema-artwork-link--inicio {
        top: 0;
        left: 0;
        width: 20%;
        height: 11%;
    }

    .cinema-artwork-link--sobre {
        top: 0;
        left: 20%;
        width: 28%;
        height: 11%;
    }

    .cinema-artwork-link--ingressos {
        top: 0;
        left: 48%;
        width: 24%;
        height: 11%;
    }

    .cinema-artwork-link--alugue {
        top: 0;
        left: 72%;
        width: 28%;
        height: 11%;
    }

    .cinema-page--inicio .cinema-artwork-link--programacao {
        top: 42%;
        left: 7%;
        width: 43%;
        height: 5%;
    }

    .cinema-page--ingressos .cinema-artwork-link--programacao {
        top: 48%;
        left: 25%;
        width: 50%;
        height: 5%;
    }

    .cinema-page--alugue .cinema-artwork-link--programacao {
        top: 52%;
        left: 29%;
        width: 42%;
        height: 5%;
    }

    .cinema-page--sobre .cinema-artwork-link--programacao {
        top: 52%;
        left: 6%;
        width: 45%;
        height: 5%;
    }
}
