@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('../generico/fontes/MaterialIcons-Regular.woff2') format('woff2'),
    url('../generico/fontes/MaterialIcons-Regular.woff') format('woff'),
    url('../generico/fontes/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    vertical-align: top;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

body {
    font-family: "Roboto", Arial, Sans-Serif;
    min-height: 100vh;
}

@media (min-width: 576px) {
    body {
        padding-bottom: 8rem;
    }

    body .auto_atendimento {
        padding-bottom: 0;
    }
}

html {
    font-size: 13px;

    transition: font-size 0.3s ease;
}

img {
    vertical-align: top;
}

.hide {
    display: none!important;
}

@media (min-width: 576px) {
    html {
        font-size: 13px;
    }
}


@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {

}

.esconde {
    display: none;
}

.mostra-block {
    display: block !important;
}

form#form-cadastro .esconde {
    display: none !important;
}

.so_app {
    display: none;
}

.tamanho_conteudo {
    margin: 0 auto;
    max-width: 1200px;
    width: 95%;
}

.modal-baixo {
    z-index: 1040;
}

.campo-erro {
    border: 1px solid rgba(148, 22, 17, 0.5);
}

div#tela_aguarde .spinner-border {
    color: #333;
}

div#tela_aguarde p#aguarde_msg {
    font-weight: 500;
    margin-top: 0.3rem;
    text-transform: uppercase;
}

#conteudo_tela {
    padding-top: 1rem;
}

body > header {
    background-color: #5e748b;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(94, 116, 139, 0.35);
    -moz-box-shadow: 0px 0px 14px 0px rgba(94, 116, 139, 0.35);
    box-shadow: 0px 0px 14px 0px rgba(94, 116, 139, 0.35);
    font-size: 1.2em;
    padding: 0.7rem 0 !important;
    position: relative;
    z-index: 2;
}

nav#header-barra-menu {
    position: relative;
    z-index: 1;
}

nav#header-barra-menu div.header-cont_menu button {
    background: none;
    border: none;
    line-height: 1em;
    font-size: 1.5rem;
    padding: 0;
}

nav#header-barra-menu div.header-cont_menu button .material-icons {
    color: #ffffff;
    font-size: 2rem;

    transition: color 0.4s ease;
}

nav#header-barra-menu div.header-cont_menu button.mostra .material-icons {
    color: #cbe3ff;
}

nav#header-barra-menu div.header-cont_menu {
    text-align: right;
    padding: 0 0 0 7px;
}

nav#header-barra-menu div.header-cont_logo {
    padding: 0;
}

nav#header-barra-menu div.header-cont_logo img {
    max-height: 2.2rem !important;
}

div.menu_mobile {
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 20px solid #5e748b;
    color: #fff;
    padding: 0.5rem 5%;
    position: absolute;
    top: -5.9rem;
    text-align: right;
    width: 100%;
    z-index: 1;

    transition: all 0.3s ease-out;
}

div.menu_mobile.mostra {
    border-bottom: 2px solid #5e748b;
    top: 3.6rem;
}

div.menu_mobile div.row {
    text-align: right;

}

div.menu_mobile button {
    background: none;
    border: 1px solid #5e748b;
    color: #5e748b;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
}

div#menu-mobile-localizacao div.row:first-child, div#menu-mobile-busca div.row:first-child {
    margin-bottom: 0.5rem;
}

div.menu_mobile button i.material-icons {
    font-size: 1.65rem;
}

div.menu_mobile select {
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(94, 116, 139, 0.2);
    border: none;
    border-bottom: 1px solid rgba(94, 116, 139, 1);
    border-radius: 0.5rem;
    color: #5F758C;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

header span#nome-boas-vindas {
    text-transform: capitalize;
}

header div.header-cont_busca input {
    background: url(../../img/icon-search-branco.png) no-repeat 3px center rgba(255, 255, 255, 0.1);
    background-size: auto 80%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.5rem;
    color: #fff;
    font-size: 0.95rem;
    padding: 0.2rem 1% 0.2rem 2rem;
    text-transform: uppercase;
    width: 100%;
}

header div.header-cont_busca input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}


div.menu_mobile input[type="text"] {
    background: rgba(94, 116, 139, 0.2);
    border: none;
    border-bottom: 1px solid rgba(94, 116, 139, 1);
    border-radius: 0.5rem;
    color: rgba(94, 116, 139, 1);
    font-size: 1.15rem;
    font-weight: 500;
    padding: 0.2rem 1%;
    text-transform: uppercase;
    width: 100%;
}

header div.header-cont_localidade {
    font-size: 0;
}

header div.header-cont_localidade .chosen-container-single .chosen-single, div#menu-mobile-localizacao .chosen-container-single .chosen-single {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    color: #fff;
}

div#menu-mobile-localizacao .chosen-container-single .chosen-single {
    background: rgba(94, 116, 139, 0.2);
    border-bottom: 1px solid rgba(94, 116, 139, 1);
    border-radius: 0.5rem;
    color: rgba(94, 116, 139, 1);
    height: 2.5rem;
    line-height: 2.2rem;
    font-size: 1.15rem;
    font-family: Roboto;
    font-weight: 500;
    padding: 0.2rem 0;
    text-transform: uppercase;
}

div#menu-mobile-localizacao .chosen-container-single {
    height: 2.5rem;
    padding: 0.2rem 0;
}

header div.header-cont_localidade .active-result, div#menu-mobile-localizacao .active-result {
    transition: background-color 0.2s ease;
}

header div.header-cont_localidade .active-result.highlighted, div#menu-mobile-localizacao .active-result.highlighted {
    background: none;
    background-color: #5e748b !important;
}

header div.header-cont_localidade .chosen-container-single .chosen-single b, div#menu-mobile-localizacao .chosen-container-single .chosen-single b {
    display: none;
}

div#menu-mobile-usuario ul {
    margin: 0 auto;
    padding: 0;
}

div#menu-mobile-usuario ul li {
    display: none;
}

div#menu-mobile-usuario ul li.mostra {
    display: block;
    text-transform: uppercase;
}

div#menu-mobile-usuario ul li a {
    color: #3D6C9F;
}

header div.header-cont_localidade > span {
    color: #fff;
    display: inline-block;
    line-height: 0.6rem;
    font-size: 0.8rem;
}

header div.header-localidade_bomboniere > span {
    color: #fff;
    display: inline-block;
    font-size: 1rem;
}

header div.header-localidade_bomboniere {
    text-align: center;
}

header div.header-cont_login {
    line-height: 2rem;
    text-align: right;
}

header div.header-cont_login a {
    color: #fff;
    text-decoration: none;
}

div#resposta_busca {
    background-color: #3D6C9F;
    left: 0;
    padding: 4.5rem 0 1rem 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

div#resposta_busca p.destaque {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    margin: 0;
    text-transform: uppercase;
}

div#resposta_busca ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#resposta_busca ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.4rem 2%;
}

div#resposta_busca a {
    color: #fff;
    text-decoration: none;
}

div#resposta_busca div.tamanho_conteudo {
    position: relative;
}

div#resposta_busca button.fechar {
    background: none;
    border: none;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 576px) {
    footer {
        color: #fff;
        bottom: 0;
        background-color: #999;
        font-size: 0.7rem;
        margin-top: 3rem;
        text-align: center;
        padding: 0.4rem 0;
        position: fixed;
        width: 100%;
        z-index: 10;
    }

    div.classificacao_indicativa {
        padding-left: 80px
    }
}

@media (max-width: 576px) {
    footer {
        color: #fff;
        background-color: #999;
        font-size: 0.7rem;
        margin-top: 3rem;
        text-align: center;
        padding: 0.4rem 0;
        width: 100%;
        height: 60px;
        z-index: 10;
    }

    section#pagina-conteudo {
        min-height: calc(100vh - 60px);
    }
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

footer img {
    height: 1.3rem;
    width: auto;
}

footer div#radape-dados-cinema {
    font-size: 0.9rem;
    /*margin-bottom: 1rem;*/
}

footer div#radape-dados-cinema span.dado {
    display: inline-block;
    margin: 0 1rem;
}

div#resposta-login, div#resposta-cadastro {
    max-height: 0;
    opacity: 0;

    transition: max-height 500ms ease-in-out, opacity 800ms ease;

}

div#resposta-login.mostra, div#resposta-cadastro.mostra {
    max-height: 200px;
    opacity: 1;
}

div#valor_ingressos h3 {
    color: #3D6C9F;
    margin: 1.3rem 0 0.4rem 0 !important;
    font-size: 1rem !important;
    text-transform: uppercase;
}

div#valor_ingressos h3:first-child {
    margin-top: 0 !important;
}

div#valor_ingressos p {
    margin-bottom: 0.3rem;
    padding: 0 1rem;
}

div#valor_ingressos p.observacao {
    font-size: 0.9rem;
    padding: 0;
}

div#valor_ingressos p.espacamento {
    margin-top: 1rem;
}

div#modal_cadastro div.sem-margin div.form-group {
    margin-bottom: 0;
}

div#modal_cadastro button#btn_submit_alterar, div#modal_cadastro button#btn_dependentes,
div#modal_cadastro span#altera-botao-recaptcha {
    display: none;
}

div#modal_cadastro form.alterar button#btn_submit_alterar, div#modal_cadastro form.alterar button#btn_dependentes,
div#modal_cadastro form.alterar span#altera-botao-recaptcha {
    display: block;
}

div#modal_cadastro form.alterar button#btn_submit_cadastrar,
div#modal_cadastro form.alterar span#cadastra-botao-recaptcha {
    display: none;
}

nav#header-barra-menu div.header-cont_login {
    display: none;
}

div#informacoes_cinema {
    margin: 0.5rem 0 1rem 0;
}

div#informacoes_cinema h1 {
    line-height: 1.6rem;
    font-size: 1.7rem;
    margin: 0;
    padding: 0;
    text-align: center;
}

div#informacoes_cinema h1 span.msg {
    color: rgba(61, 108, 159, 0.5);
    font-size: 1rem;
}

div#informacoes_cinema h1 span.nome {
    color: #3D6C9F;
    text-transform: uppercase;
}


div#informacoes_cinema div.infs > span {
    color: #3D6C9F;
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

div#informacoes_cinema div.infs > span i.material-icons {
    font-size: 1.3rem;
}

nav#etapas_ingresso {
    margin-bottom: 0;
}

ul#etapas_itens {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#etapas_itens li {
    background-color: #5F758C;
    cursor: default;
    display: none;
    margin-bottom: 1px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    padding: 0.4rem;
    position: relative;
}


ul#etapas_itens li:first-child, ul#etapas_itens li.mostra {
    display: block;
    opacity: 1;
}


ul#etapas_itens li.esconde, ul#etapas_itens li.inativo {
    display: none !important;
}

ul#etapas_itens {
    color: #fff;
}

ul#etapas_itens li a {
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -50rem;
    top: 0;
    width: 100%;
}

ul#etapas_itens li:first-child a, ul#etapas_itens li.mostra a {
    display: block;
}

div#cont_btn_so_bomboniere, div#cont_btn_bomboniere_voltar_filmes, div#cont_btn_bomboniere_voltar_produtos {
    margin: 1rem 0 0 0;
    text-align: center;
}

div#cont_btn_so_bomboniere button, div#cont_btn_bomboniere_voltar_filmes button, div#cont_btn_bomboniere_voltar_produtos button {
    background: none;
    border: 1px solid #3D6C9F;
    border-radius: 0.5rem;
    color: #3D6C9F;
    font-size: 0.9rem;
    text-transform: uppercase;
}

div#tela_aguarde {
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100vh;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 99999;
}

div#tela_aguarde.mostra_tela {
    display: block;
}

div#tela_aguarde.esconde {

}


div#tela_aguarde .cont_anima {
    margin-top: -4em;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
}


.opcao-continua .opcao.botoes {
    margin-top: 1rem;
    text-align: center;
}

.opcao-continua .opcao.botoes button, button.btn_ciente18 {
    background-color: #5F758C;
    border: none;
    border-radius: 0.5rem;
    padding: 0.2rem 0.2rem 0.2rem 0.8rem;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
}

.opcao-continua .opcao.botoes button i.material-icons {
    font-size: 1.4rem;
}

/******************** LISTA DE FILMES ********************/
section#escolhe_filme ul#lista_filmes {
    list-style: none;
    padding: 0;
}

section#escolhe_filme ul#lista_filmes li {
    margin: 1rem 0;
    padding: 0 1%;
    position: relative;
}

section#escolhe_filme ul#lista_filmes li div.cartaz {
    float: left;
    height: 12rem;
    overflow: hidden;
    position: relative;
    width: 33%;
    z-index: 0;
}

section#escolhe_filme ul#lista_filmes li div.cartaz img {
    height: 100%;
    width: auto;
}

section#escolhe_filme ul#lista_filmes li h3 {
    background-color: #A9C0D9;
    color: #253240;
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
    display: block;
    padding: 0.4rem 0 0.4rem 0.7rem;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    z-index: 0;
}

section#escolhe_filme ul#lista_filmes li div.sessoes {
    bottom: 2.7rem;
    padding-top: 1.5rem;
    position: absolute;
    right: 1%;
    width: 64%;
    z-index: 2;
}

section#escolhe_filme ul#lista_filmes li div.tags {
    float: right;
    margin-top: 0.3rem;
    text-align: right;
    width: 66%;
}

section#escolhe_filme ul#lista_filmes li div.sessoes div.proximas p {
    color: #3D6C9F;
    cursor: default;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

section#escolhe_filme ul#lista_filmes li div.sessoes div.proximas a {
    background: none;
    border-radius: 0.7rem;
    border: 1px solid #3D6C9F;
    color: #3D6C9F;
    display: none;
    margin: 0 1%;
    padding: 0.1rem 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 30%;
}

section#escolhe_filme ul#lista_filmes li div.sessoes div.proximas a:nth-child(-n+3) {
    display: inline-block;
    line-height: 1.3rem;
}

section#escolhe_filme ul#lista_filmes li div.sessoes div.proximas a.lotada {
    border-color: #8b1717;
    color: #8b1717;
}

@keyframes pisca-lotada {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

section#escolhe_filme ul#lista_filmes li div.sessoes div.proximas a.lotada::before {
    background-color: #8b1717;
    color: #fff;
    content: 'LOTADA';
    display: inline-block;
    font-size: 0.8rem;
    left: 0;
    position: absolute;
    top: 0.8rem;
    width: 100%;
    animation: pisca-lotada 10s infinite
}

section#escolhe_filme ul#lista_filmes li div.sessoes div.proximas a span {
    text-align: center;
    width: 100%;
}

section#escolhe_filme ul#lista_filmes li div.sessoes div.proximas a span.dia {
    font-size: 0.7rem;
    text-transform: uppercase;
}

section#escolhe_filme ul#lista_filmes li div.sessoes div.proximas a span.hora {
    top: -0.3rem;
}

section#escolhe_filme ul#lista_filmes li a.link {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
    text-indent: -100rem;
    width: 100%;
}

section#escolhe_filme ul#lista_filmes li p.detalhes {
    bottom: 0;
    background-color: #3D6C9F;
    border-radius: 0.7rem;
    color: #fff;
    margin: 0;
    padding: 0.3rem 0;
    right: 2%;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    width: 63%;
}

p.nenhum_filme_encontrado {
    color: #3D6C9F;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 4rem 0;
    text-align: center;
    text-transform: uppercase;
}

/******************** ESCOLHE SESSÃO ********************/
section#escolhe_sessao div.cartaz {
    padding: 0;
    position: relative;
    text-align: center;
}

section#escolhe_sessao div.cartaz div.img {
    position: relative;
}

section#escolhe_sessao div.cartaz div.botoes {
    bottom: 01rem;
    position: absolute;
    text-align: center;
    z-index: 2;
    width: 100%;
}

section#escolhe_sessao div.cartaz div.botoes button {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #3D6C9F;
    border-radius: 0.5rem;
    color: #3D6C9F;
    font-size: 0.9rem;
    padding: 0.1rem 0.6rem;
    text-transform: uppercase;
}

section#escolhe_sessao div.cartaz div.botoes button i.material-icons {
    font-size: 1.4rem;
}

section#escolhe_sessao div h2 {
    color: #3D6C9F;
    font-size: 1.5rem;
    margin-top: 1.4rem;
    text-align: center;
}

section#escolhe_sessao div h2:after {
    background-color: #A9C0D9;
    border-radius: 0.1rem;
    content: '';
    display: block;
    margin: 0.3rem auto 0 auto;
    height: 0.2rem;
    width: 3rem;
}

section#escolhe_sessao div.tags {
    text-align: center;
}

section#escolhe_sessao div.tags i.material-icons {
    font-size: 0.75rem;
}

section#escolhe_sessao .dados {
    padding: 0;
}

section#escolhe_sessao div.sessoes {
    margin: 0;
    padding: 0;
}

section#escolhe_sessao h3 {
    cursor: default;
    margin: 1rem 0 1rem -2.5%;
    font-size: 1.3rem;
    text-transform: uppercase;
}

section#escolhe_sessao h3 span {
    background-color: #3D6C9F;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    color: #fff;
    display: inline-block;
    padding: 0.3rem 1.3rem 0.2rem 3rem;
}

section#escolhe_sessao h3 span i {
    font-size: 1rem;
    font-style: normal;
    line-height: 1.5rem;
    opacity: 0.85;
    text-transform: none;
}

section#escolhe_sessao ul.lista_sessoes {
    list-style: none;
    margin: 0;
    padding: 0 0 0 2%;
}

section#escolhe_sessao ul.lista_sessoes li {
    overflow: hidden;
    padding: 1%;
}

section#escolhe_sessao ul.lista_sessoes li div.container {
    background-color: #ebf0ff;
    border: 2px solid #3D6C9F;
    border-radius: 0.5rem;
    padding: 3% 5%;
    position: relative;
}

section#escolhe_sessao ul.lista_sessoes li div.container div.dados_sessao {
    margin-bottom: 0.5rem;
    position: relative;
    width: 100%;
}

section#escolhe_sessao ul.lista_sessoes li div.container div.dados_sessao span {
    display: block;
    text-align: center;
    width: 100%;
}

section#escolhe_sessao ul.lista_sessoes li div.container div.dados_sessao span.hora {
    color: #3D6C9F;
    line-height: 1.3rem;
    font-size: 2rem;
    font-weight: 500;
}

section#escolhe_sessao ul.lista_sessoes li div.container div.dados_sessao span.infs {
    color: #3D6C9F;
}

section#escolhe_sessao ul.lista_sessoes li div.container a.link_escolhe_sessao {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -10rem;
    top: 0;
    width: 100%;
    z-index: 2;
}

section#escolhe_sessao ul.lista_sessoes li div.container div.cont_link_assentos {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 1rem;
    z-index: 3;
}

section#escolhe_sessao ul.lista_sessoes li div.container div.sessao_azul {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 1rem;
    z-index: 3;
}

section#escolhe_sessao ul.lista_sessoes li div.container div.cont_link_assentos a,
section#escolhe_sessao ul.lista_sessoes li div.container div.sessao_azul a {
    color: #3D6C9F;
    display: inline-block;
    padding: 0.1rem 0.5rem;
    text-transform: uppercase;
}

section#escolhe_sessao ul.lista_sessoes li div.container div.cont_link_assentos a i.material-icons {
    font-size: 1.6rem;
}

section#escolhe_sessao ul.lista_sessoes li div.container div.sessao_azul a img {
    width: 1.6rem;
}

section#escolhe_sessao ul.lista_sessoes li.desabilita .dados_sessao {
    opacity: 0.4;
}

section#escolhe_sessao .sessao-lotada {
    background-color: #900303;
    border-radius: 0.5rem;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 0.1rem 0.5rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

div.botoes_informacoes {
    margin: 1rem 0;
    padding-left: 1rem;
    text-align: center;
}

div.botoes_informacoes button {
    background: none;
    border: 1px solid #3D6C9F;
    border-radius: 0.4rem;
    color: #3D6C9F;
    display: inline-block;
    padding: 0.2rem 1rem 0.2rem 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
}

div.botoes_informacoes button i.material-icons {
    font-size: 1.3rem;
}

div#modal_trailer_filme .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

div#modal_trailer_filme .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#escolhe_sessao div#assentos_disponiveis .modal-content {
    min-height: 500px;
    overflow: auto;
}


section#escolhe_sessao div#assentos_disponiveis iframe {
    border: none;
    min-height: 500px;
    width: 100%;
}

/******************** TIPO DE INGRESSO ********************/
div.simula_ingresso {
    background-color: #fff6d5;
    max-width: 400px;
    padding-top: 0.5rem;
}

div.simula_ingresso h2 {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
}

div.simula_ingresso h3 {
    margin-bottom: 0rem;
    font-size: 1.3rem;
    text-align: center;
}

div.simula_ingresso p.infs {
    text-align: center;
}

p.aviso_data {
    text-align: center;
    color: red;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 1rem;
}

div.simula_ingresso div.usuario {
    border-top: 2px dashed #d5ccb3;
    padding: 0;
}

div.simula_ingresso ul.tipos_ingresso {
    list-style: none;
    padding: 0;
}

div.simula_ingresso ul.tipos_ingresso li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
}

div.simula_ingresso ul.tipos_ingresso li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

div.simula_ingresso ul.tipos_ingresso p.nome {
    font-size: 1.1rem;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
}

div.simula_ingresso ul.tipos_ingresso .valores {
    padding-left: 1rem;
}

div.simula_ingresso ul.tipos_ingresso .valor_ingresso_total {
    color: #555;
}

div.simula_ingresso ul.tipos_ingresso .valor_detalhado, .obs_curta {
    font-size: 0.7rem;
    padding-bottom: 5px;
}

.valor_detalhado {
    color: #828282;
}

div.simula_ingresso ul.tipos_ingresso .valor_detalhado#mensagem_voucher_erro,
div.row span#mensagem_erro_voucher
{
    color: red;
}

div.simula_ingresso ul.tipos_ingresso .valor_detalhado#mensagem_voucher_sucesso,
div.row span#mensagem_sucesso_voucher {
    color: green;
}

div.simula_ingresso ul.tipos_ingresso button.btn_calc {
    background: rgba(0, 0, 0, 0.07);
    border: none;
    margin: 0;
    padding: 0;
    width: 30%;
}

div.simula_ingresso ul.tipos_ingresso button.btn_troca_kit {
    background: rgba(0, 0, 0, 0.07);
    border: none;
    margin: 0;
    padding: 0;
}

div.simula_ingresso ul.tipos_ingresso .tipo_ingresso {
    background: none;
    border: none;
    text-align: center;
    width: 30%;
}

section#escolhe_ingressos div.opcao-continua {
    margin: 0 auto;
    max-width: 650px;
}

section#escolhe_ingressos div.opcao-continua div.login {
    margin: 1rem auto 0 auto;
    text-align: center;
    width: 90%;
}

section#escolhe_ingressos div.opcao-continua div.login a,
#bomboniere_login > a {
    background-color: rgba(61, 108, 159, 0.8);
    border-radius: 0.5rem;
    color: #fff;
    display: inline-block;
    padding: 0 1rem;
}

section#escolhe_ingressos div#valor_total_ingressos {
    font-size: 1.5rem;
    padding: 1rem 0;
    text-align: center;
}

section#escolhe_ingressos div#cont_sobre_meia_entrada {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    text-align: center;
}

section#escolhe_ingressos div#cont_sobre_meia_entrada a {
    color: #333;
}

.input-group-text .material-icons {
    font-size: 1.3rem;
}

section#escolhe_ingressos div.opcao-continua div.botoes_aa {
    margin-top: 1rem;
    text-align: center;
}

section#escolhe_ingressos div.opcao-continua div.botoes_aa button,
#modal_retorno_consulta_cpf_fidelidade > div > div > div.modal-body > div.opcao.botoes button {
    background-color: rgb(61, 108, 159);
    border: none;
    color: #fff;
}

/******************** ESCOLHA ASSENTOS ********************/
section#escolhe_assentos {
    padding-top: 0.3rem;
    position: relative;
}

section#escolhe_assentos iframe {
    background-color: #fff;
    border: none;
    width: 100%;
}

section#escolhe_assentos h2 {
    color: #3D6C9F;
    margin-top: 1rem;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
}

section#escolhe_assentos h2:after {
    background-color: #A9C0D9;
    border-radius: 0.1rem;
    content: '';
    display: block;
    margin: 0.3rem auto 0 auto;
    height: 0.2rem;
    width: 3rem;
}

section#escolhe_assentos div#msg_rotacao_celular {
    color: rgb(120, 120, 120);

    margin-bottom: 2rem;
    text-align: center;
}

section#escolhe_assentos div#msg_rotacao_celular i.material-icons {
    font-size: 1.7rem;
}

section#escolhe_assentos div#msg_rotacao_celular span {
    font-size: 1rem;
}

section#escolhe_assentos div#cont_btn_zoom {
    margin: 0.3rem 0;
    text-align: center;
}

section#escolhe_assentos div#cont_btn_zoom button#zoom-menos {
    opacity: 0.7;
}

section#escolhe_assentos div#cont_btn_zoom button#zoom-menos, section#escolhe_assentos div#cont_btn_zoom button#zoom-mais {
    line-height: 70%;
    transition: all 0.5s ease;
}

section#escolhe_assentos div#cont_btn_zoom button#zoom-menos i.material-icons, section#escolhe_assentos div#cont_btn_zoom button#zoom-mais i.material-icons {
    font-size: 0.9rem;
}

section#escolhe_assentos div#cont_iframe_lugares {
    overflow: hidden;
}

section#escolhe_assentos div#cont_iframe_lugares.scroll {
    overflow: scroll;
}

section#escolhe_assentos iframe#frame_lugar_marcado {
    background-color: transparent;
    overflow: visible;
    transition: all 0.2s ease-in;

    transform-origin: 0 0;
}

section#escolhe_assentos ul#legenda_assentos {
    font-size: 0.9rem;
    line-height: 1rem;
    list-style: none;
    margin: 1rem 0 0.5rem 0;
    text-align: center;
    padding-top: 5px;
}

section#escolhe_assentos ul#legenda_assentos li {
    display: inline-block;
    margin: 0 0 0.2rem 0.5rem;
}

section#escolhe_assentos ul#legenda_assentos li span {
    display: inline-block;
    vertical-align: top;
}

section#escolhe_assentos ul#legenda_assentos li span.cor {
    background-color: #3D6C9F;
    border-radius: 50%;
    height: 0.8rem;
    margin-right: 0.2rem;
    width: 0.8rem;
}

section#escolhe_assentos ul#legenda_assentos li span.cor.leg_disponivel {
    background-color: #3dbf35;
}

section#escolhe_assentos ul#legenda_assentos li span.cor.leg_ocupado {
    background-color: #DCDCDC;
}

section#escolhe_assentos ul#legenda_assentos li span.cor.leg_selecionado {
    background-color: #007eff;
}

section#escolhe_assentos ul#legenda_assentos li span.cor.leg_especial {
    background-color: #FFD700;
}

section#escolhe_assentos ul#legenda_assentos li span.cor.leg_cadeirante {
    background-color: transparent;
    color: #3087ac;
    font-size: 14px;
    font-weight: bold;
    margin-right: 7px;
}

section#escolhe_assentos ul#legenda_assentos li span.cor.leg_namoradeira {
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    margin-right: 7px;
}

section#escolhe_assentos ul#legenda_assentos li span.cor.leg_chaise_longue {
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    margin-right: 7px;
}

section#escolhe_assentos ul#legenda_assentos li span.cor.leg_mobilidade_reduzida {
    background-color: transparent;
    font-weight: bolder;
    width: 1.2rem;
    margin-right: 7px;
}

section#escolhe_assentos ul#legenda_assentos li span.cor.leg_acompanhante {
    background-color: transparent;
    font-weight: bolder;
    width: 1.2rem;
    margin-right: 5px;
}


/******************** RESUMO/PAGAMENTO ********************/
section#resumo_pagamento div.cartaz {
    text-align: center;
}

section#resumo_pagamento div h2 {
    color: #3D6C9F;
    font-size: 1.5rem;
    margin-top: 1.4rem;
    text-align: center;
}

section#resumo_pagamento div h2:after {
    background-color: #A9C0D9;
    border-radius: 0.1rem;
    content: '';
    display: block;
    margin: 0.3rem auto 0 auto;
    height: 0.2rem;
    width: 3rem;
}

section#resumo_pagamento div h3 {
    color: #3D6C9F;
    font-size: 1.2rem;
    text-transform: uppercase;
}

section#resumo_pagamento div h3:after {
    background-color: #A9C0D9;
    border-radius: 0.1rem;
    content: '';
    display: block;
    margin: 0.3rem 0 0.5rem 0;
    height: 0.2rem;
    width: 3rem;
}

section#resumo_pagamento div.tags {
    text-align: center;
}

section#resumo_pagamento div.tags i.material-icons {
    font-size: 0.75rem;
}

section#resumo_pagamento div.compra {
    margin: 1rem 0 0 0;
}

section#resumo_pagamento div.compra p.infs_sessao {
    font-size: 1.1rem;
    margin: 0 0 1rem 0;
    text-align: center;
}

section#resumo_pagamento div.compra p.infs_sessao strong {
    font-size: 1.15rem;
}

section#resumo_pagamento div.compra p.infs_lugares {
    margin: 0;
    text-align: center;
}

section#resumo_pagamento div#cont_detalhes_compra {
    margin: 1.5rem 0 1rem 0;
}

section#resumo_pagamento div#cont_detalhes_compra > div {
    padding: 0 10px 0 0;
}

section#resumo_pagamento div#cont_detalhes_compra table#tbl_detalhes_compra, section#confirmacao-compra table#tbl_detalhes_compra {
    width: 100%;
}

section#resumo_pagamento div#cont_detalhes_compra table#tbl_detalhes_compra td.alinhaD, section#confirmacao-compra table#tbl_detalhes_compra td.alinhaD {
    text-align: right;
}

section#resumo_pagamento div#cont_detalhes_compra table#tbl_detalhes_compra td.alinhaE, section#confirmacao-compra table#tbl_detalhes_compra td.alinhaE {
    text-align: left;
}

section#resumo_pagamento div#cont_detalhes_compra table#tbl_detalhes_compra thead, section#confirmacao-compra table#tbl_detalhes_compra thead {
    color: #444;
    font-size: 0.8rem;
}

section#resumo_pagamento div#cont_detalhes_compra table#tbl_detalhes_compra tbody tr td, section#confirmacao-compra table#tbl_detalhes_compra tbody tr td {
    border-top: 1px solid #eee;
    padding: 0.5rem 0;
}

section#resumo_pagamento div#cont_detalhes_compra table#tbl_detalhes_compra tbody tr:first-child td, section#confirmacao-compra table#tbl_detalhes_compra tbody tr:first-child td {
    border-top: none;
}

section#resumo_pagamento div#cont_detalhes_compra table#tbl_detalhes_compra tbody tr:last-child td, section#confirmacao-compra table#tbl_detalhes_compra tbody tr:last-child td {
    border-top: 1px solid #ccc;
}

section#resumo_pagamento div#cont_detalhes_compra table#tbl_detalhes_compra tbody tr.totalizador, section#confirmacao-compra table#tbl_detalhes_compra tbody tr.totalizador {
    font-weight: bold;
}

section#resumo_pagamento div#forma-pagamento-escolha ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

section#resumo_pagamento .dados-forma-pagamento ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

button.btn-padrao {
    background-color: #3D6C9F;
    border-radius: 0.4rem;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 0.3rem 1rem;
}

section#resumo_pagamento div#forma-pagamento-escolha ul li {
    max-width: 15rem;
    margin: 0.6rem 0;
}

section#resumo_pagamento .dados-forma-pagamento ul li {
    max-width: 15rem;
    margin: 0.6rem 0;
}


section#resumo_pagamento div#cont_form_pagamento button {
    background-color: #3D6C9F;
    border: none;
    border-radius: 0.4rem;
    color: #fff;
    display: inline-block;
    padding: 0.5rem;
    text-transform: uppercase;
    width: 100%;
}

section#resumo_pagamento div#pix-qr-code {
    margin-top: 3rem;
    text-align: center;
}

section#resumo_pagamento div#forma-pagamento-pix .botoes {
    text-align: center;
}

section#resumo_pagamento div#forma-pagamento-pix .botoes button {
    margin-bottom: 0.8rem;
    max-width: 300px;
    width: 100%;
}

section#resumo_pagamento div#forma-pagamento-pix .botoes button#paguei-pix {
    background-color: #0AAF8D;
}

section#resumo_pagamento div#status-verificando {
    margin: 0 auto;
    min-width: 300px;
    width: 50%;
}

section#resumo_pagamento div#status-verificando p.espera {
    background-color: #03861c;
    border-radius: 0.4rem;
    color: #fff;
    padding: 0.6rem;
}

section#resumo_pagamento div#status-verificando p.erro {
    background-color: #970404;
    border-radius: 0.4rem;
    color: #fff;
    display: none;
    padding: 0.6rem;
}

section#resumo_pagamento div#status-verificando p.espera #countdown {
    font-size: 1.1rem;
    font-weight: bold;
}

section#resumo_pagamento div#status-verificando p.espera i {
    animation: gira 3s infinite;
}

section#resumo_pagamento ul#dicas-pagamento-pix {
    margin: 0 auto;
    min-width: 300px;
    width: 50%;
}

section#resumo_pagamento ul#dicas-pagamento-pix li {
    max-width: 100%;
    margin: 0;
    list-style: circle;
}


@keyframes gira {
    0% {
        scale: 1;
        rotate: 0;
    }

    50% {
        scale: 1.2;
    }

    100% {
        scale: 1;
        rotate: 360deg;
    }
}

/******************** CONFIRMAÇÃO DA COMPRA ******************/
section#confirmacao-compra h2 {
    color: #3D6C9F;
    margin: 2rem 0 0 0;
    font-size: 1.5rem;
    text-align: center;
}

section#confirmacao-compra h3 {
    color: #3D6C9F;
    margin-top: 1rem;
    font-size: 1.15rem;
    text-transform: uppercase;
}

section#confirmacao-compra h3:after {
    background-color: #A9C0D9;
    border-radius: 0.1rem;
    content: '';
    display: block;
    margin: 0.3rem 0 0.5rem 0;
    height: 0.2rem;
    width: 3rem;
}

section#confirmacao-compra p.infs_sessao {
    color: #444;
    margin-bottom: 3rem;
    text-align: center;
}

section#confirmacao-compra ul#dicas_retirada {
    padding: 0;
}

section#confirmacao-compra ul#dicas_retirada li {
    list-style-position: inside;
    line-height: 1.4rem;
    margin-bottom: 0.2rem;
}

section#confirmacao-compra div#cont_btn_imprimir_ingresso {
    margin-bottom: 2rem;
}

section#confirmacao-compra div#cont_btn_imprimir_ingresso a {
    background-color: #3D6C9F;
    border-radius: 0.6rem;
    color: #fff;
    display: inline-block;
    opacity: 1;
    padding: 0.5rem 2rem;
    text-decoration: none;
    text-transform: uppercase;

    transition: opacity 300ms ease-in-out;
}

section#confirmacao-compra div#cont_btn_imprimir_ingresso a:hover {
    opacity: 0.9;
}


section#confirmacao-compra div#cont_btn_imprimir_ingresso a i.material-icons {
    font-size: 1.4rem;
}

section#confirmacao-compra p.infs_lugares {
    margin-top: 1rem;
}

section#confirmacao-compra table#tbl_detalhes_compra {
    max-width: 600px;
}

section#confirmacao-compra div#qr-code-confirmacao {
    text-align: center;
}

/******************* HISTÓRICO ********************/
section#historico_compras {
    padding-top: 2rem;
}

section#historico_compras .cont_btn_voltar {
    margin-bottom: 1rem;
}

section#historico_compras .cont_btn_voltar button {
    border: none;
    text-transform: uppercase;
}

section#historico_compras .cont_btn_voltar button i.material-icons {
    font-size: 1.4rem;
}

section#historico_compras h2 {
    color: #3D6C9F;
    font-size: 1.1rem;
    text-transform: uppercase;
}

section#historico_compras h2:after {
    background-color: #A9C0D9;
    border-radius: 0.1rem;
    content: '';
    display: block;
    margin: 0.3rem 0 1.5rem 0;
    height: 0.2rem;
    width: 5rem;
}

section#historico_compras ul#itens-historico {
    list-style: none;
    margin: 0;
    padding: 0;
}

section#historico_compras ul#itens-historico li {
    margin-bottom: 1rem;
    position: relative;
}

section#historico_compras ul#itens-historico > li > div.row {
    border-bottom: 1px solid #85c1ff;
    padding-bottom: 1rem;
    position: relative;
}

section#historico_compras ul#itens-historico li h3 {
    color: #3D6C9F;
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
}

section#historico_compras ul#itens-historico li > div {
    margin: 0;
}

section#historico_compras ul#itens-historico li > div p {
    margin: 0;
    padding: 0;
}

section#historico_compras ul#itens-historico p.localizacao {
    color: #555;
    font-size: 0.9rem;
}

section#historico_compras ul#itens-historico p.localizacao i.material-icons {
    font-size: 1.4rem;
}

section#historico_compras ul#itens-historico div.infs {
    position: relative;
}

section#historico_compras ul#itens-historico p.data {
    margin: 0.5rem 0;
}

section#historico_compras ul#itens-historico p.data strong {
    font-size: 1rem;
}

section#historico_compras ul#itens-historico p.data i.material-icons {
    font-size: 1rem;
}

section#historico_compras ul#itens-historico p.detalhes button {
    background: none;
    border: 1px solid #3D6C9F;
    border-radius: 0.4rem;
    color: #3D6C9F;
    margin: 0;
    padding: 0.1rem 0.4rem 0.1rem 0.1rem;
}

section#historico_compras ul#itens-historico p.detalhes button i.material-icons {
    font-size: 1.5rem;
}

section#historico_compras div.modal-detalhes-compra p.identificador {
    background-color: #3D6C9F;
    border-radius: 0.7rem;
    color: #fff;
    line-height: 1.4rem;
    padding: 0.3rem 0 !important;
    text-align: center;
}

section#historico_compras div.modal-detalhes-compra p.identificador span.txt {
    opacity: 0.8;
}

section#historico_compras div.modal-detalhes-compra p.identificador span.codigo {
    font-size: 1.5rem;
    font-weight: bold;
}

section#historico_compras div.modal-detalhes-compra div.qrcode {
    margin: 2rem 0;
    text-align: center;
}

section#historico_compras div.modal-detalhes-compra p.data_destaque {
    font-size: 1.1rem;
    margin: 0 0 1rem 0;
    text-align: center;
    padding: 0;
}

section#historico_compras div.modal-detalhes-compra h3 {
    text-align: center;
}

section#historico_compras div.modal-detalhes-compra ul.lista_ingressos {
    list-style: none;
    margin: 0;
    padding: 0;
}

section#historico_compras div.modal-detalhes-compra ul.lista_ingressos li {
    border: 1px solid #555;
    padding: 1rem;
}

section#historico_compras div.modal-detalhes-compra ul.lista_ingressos li div.codigo_barras {
    margin: 0.5rem auto 0 auto !important;
}

section#historico_compras div.modal-detalhes-compra p.data_destaque strong {
    font-size: 1.2rem !important;
}

section#historico_compras div.modal-detalhes-compra div#cont_bomboniere ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section#historico_compras div.modal-detalhes-compra div#cont_bomboniere ul li {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0.5rem 1rem;
}

section#historico_compras div.modal-detalhes-compra div#cont_bomboniere ul li:last-child {
    border: none;
}

section#historico_compras div.modal-detalhes-compra div#cont_total {
    background-color: #eee;
    border-radius: 1rem;
    line-height: 1.2rem;
    margin: 1.5rem 0 0 0;
    padding: 1rem 0;
    text-align: center;
}

section#historico_compras div.modal-detalhes-compra div#cont_total strong {
    font-size: 1.2rem;
}

section#historico_compras div.modal-detalhes-compra div#cont_btn_imprimir_ingresso {
    margin: 1rem 0;
    text-align: center;
}

section#historico_compras div.modal-detalhes-compra div#cont_btn_imprimir_ingresso a {
    background-color: #3D6C9F;
    border-radius: 0.6rem;
    color: #fff;
    display: inline-block;
    opacity: 1;
    padding: 0.5rem 2rem;
    text-decoration: none;
    text-transform: uppercase;

    transition: opacity 300ms ease-in-out;
}

section#historico_compras div.modal-detalhes-compra div#cont_btn_imprimir_ingresso a:hover {
    opacity: 0.9;
}

section#historico_compras div.modal-detalhes-compra div#cont_btn_imprimir_ingresso a i.material-icons {
    font-size: 1.4rem;
}

section#historico_compras div.nao_logado {
    text-align: center;
}

section#historico_compras div.nao_logado h2:after {
    margin-left: auto;
    margin-right: auto;
}

section#historico_compras div.nao_logado button {
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    text-transform: uppercase;
}

section#historico_compras div.nao_logado button i.material-icons {
    font-size: 1.5rem;
}

/******************** ALTERAR SENHA ********************/
div#modal_alterar_senha button#btn_desconectar_dispositivos {
    font-size: 0.9rem;
    text-transform: uppercase;
}

div#modal_alterar_senha button#btn_desconectar_dispositivos i.material-icons {
    font-size: 1.4rem;
}

/******************** BOMBONIERE ********************/
section#pagina_bomboniere h2, div#produtos_upgrade h2 {
    color: #3D6C9F;
    font-size: 1.1rem;
    margin-top: 1rem;
    text-transform: uppercase;
}

section#pagina_bomboniere h2:after {
    background-color: #A9C0D9;
    border-radius: 0.1rem;
    content: '';
    display: block;
    margin: 0.3rem 0 1.5rem 0;
    height: 0.2rem;
    width: 5rem;
}

section#pagina_bomboniere h3 {
    color: #3D6C9F;
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}

section#pagina_bomboniere ul li h3 span.valor {
    background-color: #85c1ff;
    border-radius: 0.4rem;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 0 1rem;
}

section#pagina_bomboniere ul li h3 span.valor-original {
    background-color: #797777;
    font-size: 12px;
    text-decoration: line-through;
    border-radius: 0.4rem;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 0 1rem;
}

section#pagina_bomboniere ul li h3 span.valor-expandido {
    color: #747474;
    font-size: 0.8rem;
    white-space: nowrap;
}

/*@media (min-width: 1000px) {*/
/*    section#pagina_bomboniere ul li h3 br.nova-linha-valor-expandido {*/
/*        display: none;*/
/*    }*/
/*}*/

section#pagina_bomboniere ul.lista-produtos-aba {
    margin: 0;
    padding: 0;
}

section#pagina_bomboniere ul li {
    /*border-left: 1px solid #3D6C9F;*/
    list-style: none;
    margin: 0.5rem 0;
    position: relative;
}

section#pagina_bomboniere ul li::after {
    background-color: #3D6C9F;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 7%;
    position: absolute;
    width: 86%;
}

section#pagina_bomboniere ul li::before {
    background-color: #3D6C9F;
    left: 0;
    content: "";
    display: block;
    height: calc(90% - 1rem);
    top: 5%;
    position: absolute;
    width: 1px;
}

section#pagina_bomboniere ul li>div.row{
    padding: 0.3rem 0.3rem 3rem 0.3rem;
}

section#pagina_bomboniere ul li div.texto {
    margin-bottom: 0.5rem;
    padding: 0;
}

@media (max-width: 380px) {
    section#pagina_bomboniere ul li div.texto {
        min-height: 44px;
    }
}

section#pagina_bomboniere ul li div.imagem {
    padding: 0;
}

@media (min-width: 576px) {
    section#pagina_bomboniere ul li div.imagem {
        min-height: 85px;
    }
}

@media (max-width: 576px) {
    section#pagina_bomboniere ul li div.valores {
        padding: 0;
    }
}


section#pagina_bomboniere ul li div.texto p.obs {
    color: #444;
    font-size: 0.9rem;
}

section#pagina_bomboniere ul li p {
    margin: 0;
}

section#pagina_bomboniere ul li div.itens {
    font-size: 0.85rem;
    line-height: 1rem;
}

section#pagina_bomboniere ul li div.qtd {
    left: 0;
    text-align: center;
    /*bottom: 0.5rem;*/
    width: 100%;
}

@media (min-width: 576px) {
    section#pagina_bomboniere ul li div.qtd {
        position: absolute;
    }

    section#pagina_bomboniere ul.lista-produtos-aba div.row {
        margin: 0;
    }
}

section#pagina_bomboniere ul li div.qtd button {
    background-color: #3D6C9F;
    border: none;
    border-radius: 0.5rem;
    color: #fff;
    width: 2.5rem;
}

section#pagina_bomboniere ul li div.qtd button.btn_troca_kit {
    border: none;
    border-radius: 0.5rem;
    color: #fff;
    width: 6rem;
}

section#pagina_bomboniere ul li div.qtd input {
    border: none;
    color: #3D6C9F;
    text-align: center;
    width: 4rem;
}

 html.auto_atendimento section#pagina_bomboniere ul li div.qtd button, html.auto_atendimento section#pagina_bomboniere ul li div.qtd input {
     font-size: 1.25rem;
 }

section#pagina_bomboniere div.btn_continuar, section.botoes_continua {
    background-color: rgba(255, 255, 255, 0.7);
    border-top: 2px solid #3D6C9F;
    left: 0;
    padding: 0 0 1rem 0;
    text-align: center;
    z-index: 5;
    width: 100%;
    height: 70px;
}

section#pagina_bomboniere div.btn_continuar {
    padding: 1rem 0;
}

@media (min-width: 576px) {
    section#pagina_bomboniere div.btn_continuar, section.botoes_continua {
        position: fixed;
        bottom: 7%;
    }
}

@media (max-width: 576px) {
    section#pagina_bomboniere div.btn_continuar, section.botoes_continua {
        position: sticky;
        bottom: 0;
    }

    .nome_filme {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


section#pagina_bomboniere div.btn_continuar button, section.botoes_continua button {
    background-color: #3D6C9F;
    border: none;
    border-radius: 0.4rem;
    color: #fff;
    display: inline-block;
    max-width: 20rem;
    padding: 0.5rem;
    text-transform: uppercase;
    width: 100%;
}

section#pagina_bomboniere #detalhe-compra {
    display: none;
}

@media (min-width: 576px) {
    body {
        font-size: 13px;
    }

    div#informacoes_cinema div.infs > span {
        margin-bottom: 1rem;
    }

    ul#etapas_itens {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    ul#etapas_itens li {
        border-radius: 0.8rem;
        display: inline-block;
        opacity: 0.6;
        padding: 0.3rem 1.5%;

        transition: opacity 0.5s ease-in-out;
    }

    ul#etapas_itens li:first-child, ul#etapas_itens li.mostra {
        display: inline-block;
        opacity: 1;
    }

    section#escolhe_sessao .dados {
        border-left: 2px solid #3D6C9F;
    }

    section#escolhe_sessao h3 {
        margin-left: 0;
    }

    section#pagina_bomboniere ul li div.qtd {
        text-align: left;
    }

    .logo_fidelidade {
       width: 159px;
    }

    .nome_filme {
        white-space: normal;
    }

    /*section#pagina_bomboniere h3 {*/
    /*    white-space: nowrap;*/
    /*}*/
}

@media (min-width: 768px) {
    body {
        font-size: 14px;
    }

    nav#header-barra-menu div.header-cont_menu {
        display: none;
    }

    nav#header-barra-menu div.header-cont_localidade {
        display: block;
    }

    nav#header-barra-menu div.header-localidade_bomboniere {
        display: block;
    }

    nav#header-barra-menu div.header-cont_busca {
        display: block;
    }

    nav#header-barra-menu div.header-cont_login {
        display: block;
    }

    nav#header-barra-menu div.header-cont_login i.material-icons {
        font-size: 1.9rem;
    }

    div#menu-mobile-localizacao, div#menu-mobile-busca {
        top: -3.7rem;
    }

    div#menu-mobile-usuario ul {
        margin: 0 auto;
        padding: 0 1rem 0 0;
    }

    section#pagina_bomboniere ul li div.qtd {
        text-align: center;
        /*padding-top: 2.3rem;*/
    }

    .logo_fidelidade {
       width: 160px;
       margin-top: 70px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 15px;
    }
    .img_nivel_anterior{
        text-align: left;
        float: left;
    }
    .img_nivel_atual{
        text-align: center;
        float: left;
    }
    .img_nivel_posterior{
        text-align: right;
        float: right
    }

    .nivel_atual_img,.nivel_anterior_img {
        width: 50px;
    }

    .nivel_posterior_img{
        width: 50px;
        text-align: right;
    }

    .img_atual{
        text-align: left;
        float: left;
        margin-bottom: 5px;
    }
}

@media (min-width: 1200px) {

}

/******************** DEFINIÇÕES APP ********************/
body.app header, body.app footer, body.app #menu-mobile-usuario, body.app #menu-mobile-localizacao, body.app #menu-mobile-busca {
    display: none;
}

body.app section#historico_compras div.cont_btn_voltar, body.app div#informacoes_cinema h1, body.app section#confirmacao-compra div#cont_btn_imprimir_ingresso, body.app section#historico_compras div.modal-detalhes-compra div#cont_btn_imprimir_ingresso, body.app div#cont_btn_desconectar_dispositivos {
    display: none;
}

section#historico_compras div.menu_app button {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin: 4px;
}

body.app div.menu_app {
    display: block;
    margin: 10px 0 1.8rem 0;
    text-align: center;
}

section#historico_compras div.menu_app button i.material-icons {
    font-size: 1.3rem;
}


div#aviso_navegador {
    background-color: #fff;
    height: 100%;
    padding: 5% 0;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}

div#aviso_navegador p {
    line-height: 170%;
    margin: 0 auto;
    text-align: center;
    width: 700px;
}

div#aviso_navegador p.destaque {
    font-size: 2rem;
    margin-bottom: 2rem;
    width: 100%;
}

div#aviso_navegador div.logo {
    margin-bottom: 1rem;
    text-align: center;
}


/* ATIVAÇÃO DE CADASTRO */
body.ativacao div#informacoes_cinema {
    margin-top: 2rem;
}

body.ativacao p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 1rem auto;
    max-width: 500px;
    padding: 0 2rem;
    text-align: center;
}

body.ativacao p.mensagem-destaque {
    font-weight: 500;
}

/* LISTA DE FILIAIS */
section#lista_filiais {
    text-align: center;
}

section#lista_filiais {
    max-width: 1000px;
}

section#lista_filiais input#txt-cinema-busca-lista {
    border-radius: 0.5rem;
    max-width: 400px;
    min-width: 200px;
    padding: 0.3rem 1rem;
    width: 50%;
}

section#lista_filiais input#txt-cinema-busca-lista:focus {
    outline: none;
}

section#lista_filiais ul#lista-cinemas {
    padding-top: 1rem;
    padding-left: 0;
}

section#lista_filiais ul#lista-cinemas li {
    background-color: #3D6C9F;
    border-radius: 0.7rem;
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin: 0.5rem 0.5rem;
    overflow: hidden;

    transition: background-color ease 0.5s;
}

section#lista_filiais ul#lista-cinemas li a {
    color: #fff;
    display: inline-block;
    padding: 0.3rem 1.2rem 0.2rem 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
}

section#lista_filiais ul#lista-cinemas li a .cidade {
    font-size: 0.8rem;
}

section#lista_filiais ul#lista-cinemas li a > img {
    display: inline-block;
    height: 3rem;
    margin-bottom: 0.5rem;
    width: auto;
}

section#lista_filiais h2 {
    color: #3D6C9F;
    font-size: 1.5rem;
    margin: 1.4rem 0;
    text-align: center;
}

section#lista_filiais h2:after {
    background-color: #A9C0D9;
    border-radius: 0.1rem;
    content: '';
    display: block;
    margin: 0.3rem auto 0 auto;
    height: 0.2rem;
    width: 3rem;
}

.olho_senha {
    position: absolute;
    top: 6px;
    font-size: 20px;
    cursor: pointer;
    color: #6c757d;
    z-index: 20;
}


#forca_senha {
    display: none;
    padding: 0.2rem 1rem;
}

#forca_senha .help {
    font-size: 0.8rem;
}

#forca_senha.fraca {
    display: block;
    background-color: rgba(255, 0, 0, 0.2);
}

#forca_senha.media {
    display: block;
    background-color: rgba(2, 173, 147, 0.2);
}

#forca_senha.forte {
    display: block;
    background-color: rgba(45, 173, 2, 0.2);
}

.alturaCompras {
    height: 11rem;
}

.alinhaDados {
    position: absolute;
    bottom: 0;
}

.hidden {
    display: none !important;
}

.cancelado {
    color: #ff2c2c;
}

.botaoCancelarCompra {
    margin-left: 0.4rem;
}

/******************** AUTO ATENDIMENTO ********************/
@media (min-width: 576px) {
    body.auto_atendimento html, body.auto_atendimento {
        font-size: 14px !important;;
    }
}

@media (min-width: 768px) {
    body.auto_atendimento html, body.auto_atendimento {
        font-size: 15px !important;;
    }
}

@media (min-width: 992px) {
    body.auto_atendimento html, body.auto_atendimento {
        font-size: 15px !important;
    }

    .tipos_beneficios {
      margin-top: 15px;
      margin-left: 89px;
    }
}

body.auto_atendimento footer {
    display: none;
}

div#telas_tef {
    position: relative;
    z-index: 1;
}

div#btn_cancelar {
    position: relative;
    z-index: 2;
}

div#navegacao_aa {
    right: 1vw;
    margin-top: -5vw;
    position: fixed;
    top: 50%;
    z-index: 9999;
}
.bomboniere_continua{
    font-weight: bold;
}
div#navegacao_aa > button {
    background-color: #900;
    border: none;
    color: #fff;
    height: 6vw;
    margin: 1rem 0;
    display: block;
    width: 6vw;
}

div#navegacao_aa > button > .material-icons {
    font-size: 3.5rem;
}

body.auto_atendimento .tamanho_conteudo {
    margin: 0 auto;
    max-width: none;
}

body.auto_atendimento #conteudo_tela {
    width: 89vw;
}

body.auto_atendimento ul#etapas_itens {
    display: none;
}

html.auto_atendimento section#escolhe_ingressos div#cont_sobre_meia_entrada a {
    font-size: 1rem;
    font-weight: bold;
}

html.auto_atendimento section#escolhe_assentos h2 {
    margin-top: 0;
}

html.auto_atendimento button#bomboniere_continua {
    font-weight: bold;
    max-width: none !important;
    padding: 0.5rem 1.2rem !important;;
    width: auto !important;;
}

html.auto_atendimento button#bomboniere_continua span#detalhe-compra {
    font-weight: normal;
}

html.auto_atendimento section#escolhe_assentos div#cont_btn_zoom {
    display: none;
}

html.auto_atendimento .opcao-continua .opcao.botoes button, html.auto_atendimento button.btn_ciente18 {
    font-size: 1.5rem;
}

html.auto_atendimento .opcao-continua .opcao.botoes button i.material-icons {
    font-size: 2.2rem;
}

html.auto_atendimento section#pagina_bomboniere div.btn_continuar, html.auto_atendimento section.botoes_continua {
    position: sticky;
    bottom: 0;
    width: 89vw;
    margin-left: 15px;
}

#sticky-assentos section.botoes_continua {
    margin-left: 0;
}

div#botoes_aa {
    background-color: rgb(235, 237, 237);
    text-align: center;
    margin: 2rem 0 1rem;
    position: sticky;
    top: 0;
    z-index: 3;
}

div#botoes_aa button {
    transition: all ease 0.5s;
}

div#botoes_aa.ajusta-botoes-aa button {
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    padding: .5rem .5rem;
}

div#botoes_aa button {
    display: inline-block;
    font-size: 1.1rem;
    margin: 0 0.5%;
    text-transform: uppercase;
    padding: 1.3rem 1.5rem;
    width: 23.5%;
}

@media (min-width: 768px) {
    div#botoes_aa button {
        font-size: 1rem;
    }
}

div#overlay_terminal_bloqueado {
    background-color: #3D6C9F;
    color: #fff;
    height: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 101;
}

div#overlay_terminal_bloqueado div.logo {
    margin-top: 10vh;
}

div#overlay_terminal_bloqueado p.icone {
    margin-top: 5vh;
    text-align: center;
}

div#overlay_terminal_bloqueado p.icone i.material-icons {
    font-size: 10vh;
}

div#overlay_terminal_bloqueado p.titulo {
    font-size: 5vh;
    margin-top: 2vh;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

div#overlay_terminal_bloqueado p#msg_terminal_bloqueado {
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 4vh;
    padding: 1vh 2vw;
    margin-top: 5vh;
}

div#overlay_terminal_bloqueado div#cont_form_usuario_adm {
    margin: 5vh auto;
    max-width: 300px;
    width: 50%;
}

div#overlay_terminal_bloqueado div#cont_form_usuario_adm div.campo {
    margin-bottom: 1vh;
}

div#overlay_terminal_bloqueado div#cont_form_usuario_adm div.botoes {
    margin-bottom: 1vh;
}

div#overlay_terminal_bloqueado div#cont_form_usuario_adm div#retorno_form_terminal_bloqueado {
    font-size: 2vh;
    text-transform: uppercase;
}

div#overlay_terminal_bloqueado div#cont_form_usuario_adm input[type=text],
div#overlay_terminal_bloqueado div#cont_form_usuario_adm input[type=password] {
    width: 100%;
}

div#overlay-aa div.logo img {
    height: 10vh;
    width: auto;
}

div#overlay-aa {
    background-color: #3D6C9F;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

div#overlay-aa div.logo {
    margin-top: 5vh;
    text-align: center;
}

div#overlay-aa div.logo img {
    height: 15vh;
    width: auto;
}

div#overlay-aa p.titulo {
    font-size: 4rem;
    margin-top: 2vh;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

div#overlay-aa p.descricao {
    font-size: 2rem;
    margin: 2vh auto 0 auto;
    text-align: center;
    width: 70%;
}

div#overlay-aa p.icone {
    margin-top: 15vh;
    text-align: center;
}

div#overlay-aa div.botoes {
    margin-top: 2rem;
    text-align: center;
}

div#overlay-aa div.botoes > button {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    height: 46vh;
    margin: 0 1rem;
    padding: 1rem;
    text-transform: uppercase;
    width: 25vw;
}

div#overlay-aa div.botoes > button i.material-icons {
    font-size: 5rem;
}

div#overlay-aa div.botoes > button.botao1 {
    animation: anima-botao1 30s infinite
}

@keyframes anima-botao1 {
    0% {
        transform: scale(1)
    }
    4% {
        transform: scale(1.1)
    }
    8% {
        transform: scale(1)
    }
}

div#overlay-aa div.botoes > button.botao2 {
    animation: anima-botao2 30s infinite
}

@keyframes anima-botao2 {
    5% {
        transform: scale(1)
    }
    9% {
        transform: scale(1.1)
    }
    13% {
        transform: scale(1)
    }
}

div#overlay-aa div.botoes > button.botao3 {
    animation: anima-botao3 30s infinite
}

@keyframes anima-botao3 {
    10% {
        transform: scale(1)
    }
    14% {
        transform: scale(1.1)
    }
    18% {
        transform: scale(1)
    }
}

div#overlay-aa p.icone i.material-icons {
    font-size: 10rem;
}

body.auto_atendimento section#resumo_pagamento div h2 {
    color: #000;
}

body.auto_atendimento section#resumo_pagamento div h2:after {
    background-color: rgba(0, 0, 0, 0.2);
}


div#cont_tef {
    background-color: rgba(243, 243, 243, 0.8);
    margin: 0 0 1vh 1%;
    padding: 2.4vh 0;
    min-height: 25vh;
    transition: background-color 1s ease-in-out;
    bottom: 1vh;
    z-index: 99;
    width: 89vw;
}

div#cont_tef.erro {
    background-color: rgba(40, 0, 0, 0.34);
}

div#cont_tef div#tela_botoes p.destaque {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

div#cont_tef div#tela_botoes div.botoes {
    text-align: center;
}

div#cont_tef div#tela_botoes div.botoes button {
    display: inline-block;
    font-size: 2rem;
    margin: 0 1%;
    padding: 0.7rem 0;
    text-transform: uppercase;
    width: 30%;
}

@media (max-width: 1200px) {
    div#cont_tef div#tela_botoes p.destaque {
        font-size: 1.7rem;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }
}

div#cont_tef div#tela_msg {
    height: calc(100% - 5rem);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

div#cont_tef div#qr-code {
    position: relative;
    text-align: center;
}

div#cont_tef div#qr-code canvas {
    background: white;
    padding: 10px;
}

div#cont_tef div#tela_msg {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

div#cont_tef div#tela_msg p#msg_tef {
    display: block !important;
}

div#cont_tef div#tela_msg p#icone_tef {
    margin-bottom: 0.1rem;
    text-align: center;
}

div#cont_tef div#tela_msg p#icone_tef i.material-icons {
    font-size: 4rem;
}

div#cont_tef div#tela_msg p#icone_tef i.cartao {
    animation-duration: 3s;
}

.borda_animada {
    border-radius: 1rem;

    animation: anima-borda linear 1s infinite;
}

.borda_animada.erro {
    border-radius: 1rem;
    animation: anima-borda-erro linear 1s infinite;
}

@keyframes anima-borda {
    0% {
        border: 3px solid rgba(0, 0, 0, 0.4);
    }
    50% {
        border: 3px solid rgba(0, 0, 0, 0.9);
    }
    100% {
        border: 3px solid rgba(0, 0, 0, 0.4);
    }
}

@keyframes anima-borda-erro {
    0% {
        border: 3px solid rgba(157, 9, 0, 0.4);
    }
    50% {
        border: 3px solid rgba(157, 9, 0, 0.9);
    }
    100% {
        border: 3px solid rgba(157, 9, 0, 0.4);
    }
}

div#cont_tef div#btn_cancelar {
    margin-top: 2rem;
    text-align: center;
    z-index: 2;
}

div#cont_tef div#btn_cancelar button {
    text-transform: uppercase;
}

div#cont_tef div#btn_cancelar i.material-icons {
    font-size: 1.5rem;
}

div#cont_tef ul#opcoes_escolha_tef {
    list-style: none;
    text-align: center;
}

div#cont_tef ul#opcoes_escolha_tef li {
    background-color: #3D6C9F;
    border-radius: 0.3rem;
    color: #fff;
    display: inline-block;
    padding: 0.2rem 1rem;
    margin: 0 0.3rem;
}

html.auto_atendimento body.auto_atendimento section#resumo_pagamento div h2 {
    margin-top: 0;
    text-align: left;
}

html.auto_atendimento section#resumo_pagamento div.tags {
    text-align: left;
}

html.auto_atendimento section#resumo_pagamento div.compra {
    margin-top: 0.2rem;
}

html.auto_atendimento section#resumo_pagamento div.compra p.infs_sessao {
    margin-bottom: 0.5rem;
    text-align: left;
}

html.auto_atendimento section#resumo_pagamento div.compra p.infs_lugares {
    text-align: left;
}

body.auto_atendimento section#resumo_pagamento div h2:after {
    display: none;
}

section#resumo_pagamento div#cont_detalhes_compra {
    margin: 0.5rem 0;
}

html.auto_atendimento section#resumo_pagamento div#cont_detalhes_compra table#tbl_detalhes_compra tbody tr td,
html.auto_atendimento section#confirmacao-compra table#tbl_detalhes_compra tbody tr td {
    padding: 0.2rem 0;
}

html.auto_atendimento section#resumo_pagamento div h3 {
    margin-top: 0.7rem;
}

html.auto_atendimento .posicao-icon-sac {
    display: none;
}

html.auto_atendimento div#sticky-assentos {
    background-color: rgba(235, 237, 237, 0.85);
    padding-bottom: 1rem;
    position: sticky;
    bottom: 0;
}

html.auto_atendimento section#escolhe_ingressos div.simula_ingresso {
    max-width: none;
    margin-left: 15px;
}

html.auto_atendimento section#escolhe_ingressos div.simula_ingresso li {
    border-right: 2px solid #666;
    float: left;
    width: 50%;
}

html.auto_atendimento section#escolhe_ingressos div.simula_ingresso li .row {
    padding: 0 1rem;
}

html.auto_atendimento section#escolhe_ingressos div.simula_ingresso li:nth-child(even) {
    border-right: none;
}

html.auto_atendimento div.simula_ingresso ul.tipos_ingresso button.btn_calc, html.auto_atendimento div.simula_ingresso ul.tipos_ingresso button.btn_troca_kit, html.auto_atendimento div.simula_ingresso ul.tipos_ingresso .tipo_ingresso {
    font-size: 1.5rem;
}

html.auto_atendimento div.simula_ingresso ul.tipos_ingresso .campos {
    padding-right: 0;
}

html.auto_atendimento div.simula_ingresso ul.tipos_ingresso .valor_ingresso_total {
    font-weight: bold;
}

html.auto_atendimento section#escolhe_ingressos div.opcao-continua div.botoes_aa button {
    max-width: 10rem;
    font-weight: bolder;
    padding: 0;
    height: 2.5rem;
}

html.auto_atendimento section#escolhe_ingressos div#valor_total_ingressos {
    font-size: 1.7rem;
    font-weight: bold;
}

html.auto_atendimento .botao-voltar-atm, html.auto_atendimento .btn_continuar{
    min-width: 12rem;
    height: 2.5rem;
}

/******************** RETIRADA DE INGERSSOS ******************/
section#section_retirada {
    margin: 0 auto;
    max-width: 700px;
    width: 90%;
}

section#section_retirada h2 {
    color: #3D6C9F;
    font-size: 1.5rem;
    margin-top: 1.4rem;
    text-align: center;
    text-transform: uppercase;
}

section#section_retirada h2:after {
    background-color: #A9C0D9;
    border-radius: 0.1rem;
    content: '';
    display: block;
    margin: 0.3rem auto 0 auto;
    height: 0.2rem;
    width: 3rem;
}

section#section_retirada p.destaque {
    line-height: 110%;
    text-align: center;
}

section#section_retirada div#cont_campo {
    margin-bottom: 2rem;
    text-align: center;
}

section#section_retirada div#cont_campo input#codigo_identificador,
section#pagina-conteudo div#cont_campo input#id_input_cpf_fidelidade {
    letter-spacing: 0.3rem;
    text-align: center;
    font-size: 2.5rem;
    text-transform: uppercase;
    width: 450px;
}

section#section_retirada div#cont_teclado,
section#pagina-conteudo div#cont_teclado {
    text-align: center;
    margin: 10px 0px 10px 0px;
}

section#section_retirada div#cont_teclado button,
section#pagina-conteudo div#cont_teclado button {
    display: inline-block;
    font-size: 1.5rem;
    margin: 0.3rem 0.2rem;
}

section#section_retirada div#cont_teclado button.tecla,
section#pagina-conteudo div#cont_teclado button.tecla {
    max-width: 3rem;
    width: 7%;
}

section#section_retirada div#cont_teclado button.tecla.dobro,
section#pagina-conteudo div#cont_teclado button.tecla.dobro {
    max-width: 6rem;
    padding: .375rem 0.2rem;
    width: 14%;
}

section#section_retirada div#cont_teclado button i.material-icons,
section#pagina-conteudo div#cont_teclado button i.material-icons {
    font-size: 2.1rem;
}

section#section_retirada div#cont_botoes {
    margin-top: 2rem;
    text-align: center;
}

section#section_retirada div#cont_botoes button {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 1rem;
    text-transform: uppercase;
}

section#section_retirada div#cont_botoes button i.material-icons {
    font-size: 1.9rem;
}


/* width */
html.auto_atendimento ::-webkit-scrollbar {
    width: 13px;
}

/* Track */
html.auto_atendimento ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}
.botao-voltar-atm{
    font-weight: bold;
}
/* Handle */
html.auto_atendimento ::-webkit-scrollbar-thumb {
    background: #3D6C9F;;
}

/* Handle on hover */
html.auto_atendimento ::-webkit-scrollbar-thumb:hover {
    background: #345782;;
}

.formata_botao_msg_ingresso {
    text-align: center;
    display: block;
}

.div-filmes-pais {
    position: relative;
    width: 240px;
    height: auto;
}

body.auto_atendimento .div-filmes-pais .poster-filmes {
    width: 100%;
    /*height: auto;*/
    height: 360px;
}

.div-filmes-pais .poster-filmes {
    width: 100%;
    height: 340px;
}

ul#lista_filmes.lista-pais li{
    transform: scale(1);

    transition: all ease 0.3s;
}

ul#lista_filmes.lista-pais li:hover{
    transform: scale(1.1);
}

a.nav-item.nav-link.alinhaC {
    text-align: center;
}

a.nav-item.nav-link.alinhaC strong {
    font-size: 1rem;
}

a.nav-item.nav-link.alinhaC strong span.dia-semana {
    font-size: 1rem;
    white-space: nowrap;
}

.nav-tabs .nav-link {
    border-radius: .25rem;
}

.nav-tabs {
    border: none;
}

.filme-pai img {
    border-radius: .25rem;
}

.sessao_azul {
    height: auto;
    width: 1rem;
}

div#btn_fidelidade,div#btn_fidelidade_voltar_filmes{
    margin: 1rem 0 0 0;
    text-align: center;
}

div#btn_fidelidade button,div#btn_fidelidade_voltar_filmes button{
    background: none;
    border: 1px solid ;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
}

h2#nome_fidelidade{
    text-transform: uppercase;
}

.imagem{
    float:left;
}

section#conteudo_tela div.col-sm-12.col-md-12.col-lg-12 div.col-sm-10.col-md-10.col-lg-10 ul.nav.nav-pills.nav-stacked.abas li a:hover {
    text-decoration: none;
}

.abas li a{
    color: black;
    margin-right: 13px;
}

.abas li a.active{
    border-bottom: 2px solid rgb(29,81,121);
}

div#beneficios.container-fluid.tab-pane.fade.in.conteudo-aba.active.show{
    margin-top: 5px;
}

.regulamento {
    display:none;
}

.regulamento.active.show{
    display:block;
}

.abas_geral{
    float: left;
}

.nav-tabs{
    flex-wrap: inherit;
    overflow: scroll;
    scrollbar-width: none;
}

.img_fidelidade{
   float:left;
    text-align: center;
}

.aba_beneficios{
   margin-right: 1rem;
}

.tipos_beneficios{
   margin-top: 15px;
}

.niveis{
   min-width: 150px;
}

.descricao_nivel{
   position: absolute;
   margin-top: 1rem;
}

.regulamento{
   position: absolute;
   top: 2.8rem;
   margin-top: 1rem;
    height: 500px;
    overflow: auto;
}

.img_nivel_fidelidade{
    max-width: 30px;
}

.row.tipos_beneficios {
  flex-wrap: unset;
}

.nome_fidelidade,.identificador {
    margin-left: 30px;
}

.nome_fidelidade {
    font-size: 18pt;
}

.pontos_fidelidade {
    font-size: 18pt;
}

.texto_fidelidade_obs {
    font-size: 9pt;
    color: grey;
}

div.pontos_ganhos{
    color: green;
    text-align: right
}

div.pontos_promocao{
    color: grey;
    text-align: right
}

div.pontos_perdidos{
    color: red;
    text-align: right
}

.btn-voucher {
    height: 100%;
    max-height: 30px;
    border-radius: 10px;
    font-size: 0.8rem;
    margin: 3px;
}

.cpf_error{
    border-color: red;
    color: red;
}

div.modal-body div.retorno_consulta_cpf_fidelidade{
    font-size: 20px;
}

#modal_retorno_consulta_cpf_fidelidade > div > div > div.modal-body > div.opcao.botoes {
        text-align: center;
}

#modal_retorno_consulta_cpf_fidelidade > div > div > div.modal-body > div.opcao.botoes button {
    margin-top: 30px;
    font-size: 1.5rem;
    text-transform: uppercase;
    border-radius: 0.5rem;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
}

#id_div_identificador_cliente_fidelidade{
    text-align: right;
    font-size: 0.9rem;
}

span.nav_nivel_fidelidade{
    margin-right: 5px;
}

html body section#pagina-conteudo.tamanho_conteudo section#conteudo_tela div.col-sm-12.col-md-12.col-lg-12 div.col-2 img{
    width: 24px;
}

.nivel_atual_img,.nivel_anterior_img {
    width: 50px;
}

.nivel_posterior_img{
    width: 50px;
    text-align: right;
}

.nivel_atual{
    text-align: center;
}

.nivel_atual img{
    width: 50px;
}

.pontos_a_expirar{
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.historico_compra{
    margin-bottom: 14px;
}

.imagem_compra{
    float: left;
    width: 24px;
}

.tipo_compra{
    float: left;
}

.data_filme{
   float: left;
}

.valor_compra{
    text-align: right
}

div#pontos_a_expirar.modal.fade.show div.modal-dialog.modal-dialog-top.modal-lg{
    width: 496px;
}

div#pontos_a_expirar.modal.fade.show div.modal-dialog.modal-dialog-top.modal-lg div.modal-content div.modal-body{
    height: 500px;
    overflow-y: auto;
}
div#pontos_a_expirar.modal.fade.show div.modal-dialog.modal-dialog-top.modal-lg div.col-9.col-lg-12.modal-content{
    margin-top: 5rem;
}

.aviso_pontos{
    color:red;
}

#regulamento{
    overflow-y: auto;
    height: 450px;
}

section#pagina_bomboniere form#frm_salva_bomboniere div.botoes-bomboniere,
div.botoes-bomboniere,
.botoes-bomboniere nav div#nav-tab {
    justify-content: center;
    margin: 10px;
}

section#pagina_bomboniere div#modal_poltrona div.div-botoes-poltronas-usuario {
    display: inline-block;
    text-align: center;
    padding: 15px 15px 0 15px;
}

section#pagina_bomboniere div#modal_poltrona div.div-botoes-poltronas-usuario button.botao-poltrona {
    padding: 5px;
    margin: 5px;
}

.botao-finaliza-venda {
    text-align: center;
    margin-top: 5%;
    display: none;
}

.botao-finaliza-venda button {
    width: 80%;
    min-height: 100px;
    border-color: black;
    font-size: 25px;
}

button.btn-usa-fidelidade {
    background-color: rgba(236, 0,140, 1);
    border: rgba(236, 0,140, 1);
}

button.btn-usa-fidelidade:hover{
    background-color: rgb(191, 1, 114);
}

li span.ingresso-combo {
    font-size: 11px;
    font-style: italic;
    text-transform: uppercase;
    color: grey
}

section#pagina_bomboniere form#frm_salva_bomboniere div.row.botoes-bomboniere nav div#nav-tab.nav.nav-tabs {
    flex-wrap: wrap;
}

div.div-convenio, div.div-condicoes {
    padding: 5px;
}

div.div-convenio button.convenio, div.div-condicoes button.convenio, button#selecionar_outro_convenio {
    width: 100%;
}

div.div-condicoes button.convenio {
    height: 50px;
}

.nav.nav-tabs.nav-niveis {
    overflow: hidden;
}

@media (max-width: 576px) {
    #beneficios div.container-fluid, .abas_geral {
        padding-left: 0;
    }
    nav div#nav-tab a {
        padding: 2px;
    }
    .imagem{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    section#pagina_bomboniere ul li p, section#pagina_bomboniere ul li div.texto p.obs {
        font-size: 8px;
    }
}

.valor-botao-bomboniere {
    min-width:30%;
}

div#modal_cadastro form.alterar button#btn_dependentes {
    background-color: rebeccapurple;
}

div#modal_cadastro form.alterar button#btn_dependentes:hover,
div#modal_cadastro form.alterar button#btn_dependentes:active {
    background-color: purple;
}

.tabela-dependentes {
    padding: 0 25px 25px 25px;
    text-align: -moz-center;
}

.tabela-dependentes table.tabela {
    width: 100%;
}

.tabela-dependentes table.tabela thead {
    background-color: grey;
    color: white;
    font-weight: 500;
}

.tabela-dependentes table.tabela tbody tr:nth-of-type(even) {
    background-color: #dbd7d7;
}

.tabela-dependentes table.tabela tbody tr td i.material-icons {
    cursor: pointer;
}


.horario-inicio{
    color:black;
    position: absolute;
    top: 3px;
    z-index: 97;
    padding: 3px 8px;
    border: 1px solid black;
    border-radius: 8px;
    font-size: 10px;
}

.mais_sessoes{
    color: black;
    position: absolute;
    top: 6px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    font-size: 10px;
    border: 1px solid black;
    margin-left: 206px;
}

.tag_horario_filme {
    background-color: rgb(29,81,121);
    color: #fff;
}

.horarios_filme_inicial {
    border-color: #fff;
}

section#resumo_pagamento div#forma-pagamento-escolha ul li button {
    opacity: 1;
    transition: all ease 0.4s;
}

section#resumo_pagamento div#forma-pagamento-escolha ul li button:disabled{
    background-color: #ccc!important;
    color: #555!important;
    opacity: 0;
}


div#informacoes_cinema h1 .link_email {
    color:black;
}
@media (min-width: 1080px) {
    section.botoes_continua .btn_continuar {
        height: 2.5rem;
    }

    section#resumo_pagamento div#cont_detalhes_compra {
        max-height: 35vh;
        overflow-y: scroll;
    }
}

@media (max-width: 1080px){
    section.botoes_continua .btn_continuar {
        height: 2rem;
    }

    section#resumo_pagamento div#cont_detalhes_compra {
        max-height: 35vh;
        overflow: scroll;
    }

    html.auto_atendimento .botao-voltar-atm, html.auto_atendimento .btn_continuar {
        min-width: 12rem;
        height: 2.5rem;
    }
}


.alinhaC {
    text-align: center!important;
}

.alinhaD {
    text-align: right!important;
}

.alinhaE {
    text-align: left!important;
}

.unclickable-button {
    z-index: -1;
}

section#pagina_bomboniere form#frm_salva_bomboniere img {
    max-height: 95px;
}

#imagem_cliente_pesquisa{
    float: none;!important;
}


div#form.container{
    color:black;
}

.caixa_texto{
    background-color: #eeebeb;
    color: black;
    border-radius: 1rem;
    border-color:#5e748b ;
    padding: 1rem;
}

.botoes_pesquisa{
    accent-color: #5e748b;
}


#imagem_cliente_pesquisa{
    background-color: #5e748b;
    border-bottom: black;
    border-bottom: solid;
}

.separa_area{
    border-bottom: #5e748b; border-bottom: solid; color:#5e748b;
}

.separa_pergs{
    border-bottom: solid;
}

.separa_pergs{
    border-bottom: #5e748b; border-bottom: solid; color: #5e748b;
}
.corpo_erro{
    color: black;
}

.pos_pesquisa{
    color: black;
}

.div_imagem_pesquisa{
    background-color: #5e748b;
    border-top: none   ;
    border-bottom: none; !important;
}

.separacao_flutuante {
    border-color: #5e748b;
    border-radius: 2rem;
    border-style: solid;
}
.corpo_perg{
  background:  whitesmoke;
  color: black;
  padding: 2rem;
    border-radius: 2rem;
}

/*.btn_continuar{*/
/*    font-weight: bold;*/
/*}*/
