@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');
}

:root{
    --corPadrao: #4169E1;
}

.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;
    padding-bottom: 8rem;
    background-color: #373737;
}

html{
    font-size: 13px;

    transition: font-size 0.3s ease;
}

img{
    vertical-align: top;
}

@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%;
}

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

div#tela_aguarde .spinner-border{
    color: var(--corPadrao);
}

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

body>header{
    background-color: #33312f;
    -webkit-box-shadow: 0px 0px 14px 0px #f0a700;
    -moz-box-shadow: 0px 0px 14px 0px #f0a700;
    box-shadow: 0px 0px 14px 0px #f0a700;
    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.5rem!important;
}

div.menu_mobile{
    background-color: rgba(255,255, 255, 0.9);
    border-bottom: 20px solid var(--corPadrao);
    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 var(--corPadrao);
    top: 3.6rem;
}

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

}

div.menu_mobile button{
    background: none;
    border: 1px solid  var(--corPadrao);
    color:  var(--corPadrao);;
    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);

    color: var(--corPadrao);
    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;

    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);

    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);

    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: var(--corPadrao)!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: var(--corPadrao);
}

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

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: var(--corPadrao);
    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{
    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;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

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;
}

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:  var(--corPadrao);
    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{
    display: none;
}

div#modal_cadastro form.alterar button#btn_submit_alterar{
    display: block;
}

div#modal_cadastro form.alterar button#btn_submit_cadastrar{
    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: #fff;
    font-size: 1rem;
}

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


div#informacoes_cinema div.infs>span{
    color:  var(--corPadrao);
    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: 1rem;
}

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

ul#etapas_itens li{
    background-color: var(--corPadrao);
    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#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{
    background-color: var(--corPadrao);
    border: none;

    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: #fff;
    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%;
    color: #ff6600;
}

section#escolhe_filme ul#lista_filmes li div.sessoes  div.proximas p{
    color:  var(--corPadrao);
    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: 1px solid var(--corPadrao);
    color:  #fff;
    display: none;
    margin: 0 1%;
    padding: 0.1rem 0;
    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 span{
    text-align: center;
    width: 100%;
}

section#escolhe_filme ul#lista_filmes li div.sessoes  div.proximas a span.dia{
    font-size: 0.8rem;
    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: var(--corPadrao);
    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:  var(--corPadrao);
    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  var(--corPadrao);

    color:  var(--corPadrao);
    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:  #d2ddfd;
    font-size: 1.5rem;
    margin-top: 1.4rem;
    text-align: center;
}

section#escolhe_sessao div h2:after{
    background-color: #A9C0D9;

    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:  var(--corPadrao);
    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{
    border: 2px solid  var(--corPadrao);
    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:  white;
    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:  white;
}

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.cont_link_assentos a{
    color: white;
    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.desabilita .dados_sessao{
    opacity: 0.4;
}

section#escolhe_sessao .sessao-lotada{
    background-color: #900303;

    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 var(--corPadrao);

    color: white;
    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;
}

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: 0;
}

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

div.simula_ingresso ul.tipos_ingresso .valor_detalhado{
    font-size: 0.7rem;
}

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 .tipo_ingresso{
    background: none ;
    border: none;
    text-align: center;
    width: 30%;
}

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

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

section#escolhe_ingressos div.opcao-continua div.login a{
    color: var(--corPadrao);
}

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;
}

.form-group{
    color: #33312f;
}

.text-muted{
    color: #ced1d2!important;
}
.input-group-text .material-icons{
    font-size: 1.3rem;
}
.input-group-text{
    color: #fff;
    background-color: var(--corPadrao);
    border: 1px solid var(--corPadrao);
}

.close{
    color: #000;
}

.close:hover{
    color: #fff;
}

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

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

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

section#escolhe_assentos h2:after{
    background-color: #A9C0D9;

    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{
    overflow: visible;
    transition: all 0.2s ease-in;
    background-color: transparent;
    transform-origin: 0 0;
}

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

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: #3f973d;
}

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: #3087ac;
}

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;
}

section#escolhe_assentos ul#legenda_assentos li span.cor.leg_cadeirante{
    background: url(/media/img/compra_online/icone_cadeirante2.gif) #fff no-repeat center;
    background-size: 100%;
}

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

section#resumo_pagamento div h2{
    color: var(--corPadrao);
    font-size: 1.5rem;
    margin-top: 1.4rem;
    text-align: center;
}

section#resumo_pagamento div h2:after{
    background-color: #A9C0D9;

    content: '';
    display: block;
    margin: 0.3rem auto 0 auto;
    height: 0.2rem;
    width: 3rem;
}

section#resumo_pagamento div h3{
    color: var(--corPadrao);
    font-size: 1.2rem;
    text-transform: uppercase;
}

section#resumo_pagamento div h3:after{
    background-color: #A9C0D9;

    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;
    color: #fff;
}

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;
    color: var(--corPadrao);
}

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

section#resumo_pagamento div#cont_detalhes_compra>div{
    padding: 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: var(--corPadrao);
    font-size: 0.8rem;
    font-weight: 600;
}

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;
    color: var(--corPadrao);
}


section#resumo_pagamento div#cont_form_pagamento button{
    background-color: var(--corPadrao);
    border: none;

    color: #fff;
    display: inline-block;
    padding: 0.5rem;
    text-transform: uppercase;
    width: 100%;
}

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

section#confirmacao-compra h3{
    color: var(--corPadrao);
    margin-top: 1rem;
    font-size: 1.15rem;
    text-transform: uppercase;
}

section#confirmacao-compra h3:after{
    background-color: #A9C0D9;

    content: '';
    display: block;
    margin: 0.3rem 0 0.5rem 0;
    height: 0.2rem;
    width: 3rem;
}

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

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

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: var(--corPadrao);

    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;
    color: #fff;
}

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: var(--corPadrao);
    font-size: 1.1rem;
    text-transform: uppercase;
}

section#historico_compras h2:after{
    background-color: #A9C0D9;

    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;
}

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:  var(--corPadrao);
    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: #9b9b9b;
    font-size: 0.9rem;
}

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

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

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

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

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

section#historico_compras ul#itens-historico p.detalhes button{
    background: none;
    border: 1px solid var(--corPadrao);

    color: var(--corPadrao);
    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: var(--corPadrao);

    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_btn_imprimir_ingresso{
    margin: 1rem 0;
    text-align: center;
}

section#historico_compras div.modal-detalhes-compra div#cont_btn_imprimir_ingresso a{
    background-color: var(--corPadrao);

    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;
}

@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{

        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 var(--corPadrao);
    }

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

@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-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;
    }
}

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

@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;
    color: white;
}

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{

    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;
}

section#lista_filiais ul#lista-cinemas li{
    background-color: var(--corPadrao);

    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: var(--corPadrao);
    font-size: 1.5rem;
    margin: 1.4rem 0;
    text-align: center;
}

section#lista_filiais  h2:after{
    background-color: #A9C0D9;

    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: var(--corPadrao);
    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;
    }
}

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%;
}

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 {
    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 {
    position: sticky;
    bottom: 0;
}

div#botoes_aa {
    background-color: rgb(235, 237, 237);
    text-align: center;
    margin: 2rem 0;
    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: 100;
}

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: 3vh 0;
    position: sticky;
    min-height: 25vh;
    transition: background-color 1s ease-in-out;
    bottom: 1vh;
    z-index: 99;
}

div#cont_tef.erro {
    background-color: rgba(157, 9, 0, 0.05);
}

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: 3rem;
    margin: 0 1%;
    padding: 1rem 0;
    text-transform: uppercase;
    width: 30%;
}

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#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 {
    padding-bottom: 1rem;
}

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);
    position: sticky;
    bottom: 0;
}

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

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

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 .tipo_ingresso, 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.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 {
    font-size: 1.5rem;
    text-transform: uppercase;
    border-radius: 0.5rem;
    padding: 0.2rem 0.2rem 0.2rem 0.8rem;
}

html.auto_atendimento section#escolhe_ingressos div.opcao-continua div.botoes_aa button i.material-icons {
    font-size: 2.2rem;
}

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

html.auto_atendimento .botao-voltar-atm{
    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 {
    letter-spacing: 0.3rem;
    text-align: center;
    font-size: 2.5rem;
    text-transform: uppercase;
    width: 450px;
}

section#section_retirada div#cont_teclado {
    text-align: center;
}

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

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

section#section_retirada 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 {
    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;
}

/* 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;
}

.badge-dark{
    background-color: var(--corPadrao);
}

.mudaCorLabelTikt{
    color: #fff;
}
#p_validade_invalida, #p_cpf_invalido, .cpf_error, .validade_error{
    color: #ff3e3e!important;
    border-color: #ff3e3e!important;
}
legend, p.mensagem-destaque,.legend {
    color: white!important;
}
.subtitulo-email {
    color: var(--corPadrao);
}

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

div#cont_btn_so_bomboniere button, div#cont_btn_bomboniere_voltar_filmes button {
    border: 1px solid #4169e1;
    color: white;
    font-size: 0.9rem;
    background: transparent;
    text-transform: uppercase;
}

.botao-voltar {
    background-color: #4069e0;
    border-color: #4069e0;
    border: none;
    width: 6.2rem;
    color: white;
}

.setas {
    color: white;
}

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;
}

/******************** BOMBONIERE ********************/
section#pagina_bomboniere 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: #ffffff;
    font-size: 1.1rem;
    line-height: 150%;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}

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

section#pagina_bomboniere ul li {
    border-bottom: 1px solid #3D6C9F;
    padding: 1rem 0;
}

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

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.qtd {
    text-align: center;
}

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

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

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

section#pagina_bomboniere div.btn_continuar button {
    background-color: #426ae0;
    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;
}

section#pagina_bomboniere form#frm_salva_bomboniere div.row.botoes-bomboniere {
    justify-content: center;
    margin: 15px;
}

section#pagina_bomboniere form#frm_salva_bomboniere div#nav-tabContent ul.row.lista-produtos-aba li div.texto p {
    color: #fff;
}

section#pagina_bomboniere form#frm_salva_bomboniere div.row.botoes-bomboniere div.nav.nav-tabs {
    scrollbar-width: none;
}

.hide {
    display: none
}

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

section#resumo_pagamento div#forma-pagamento-pix {
    color: white;
}

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 .dados-forma-pagamento ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

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

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

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

section#resumo_pagamento .dados-forma-pagamento  ul li button{
    background-color: var(--corPadrao) !important;
    border-radius: 0.4rem;
    border: none;
    color: #ffffff;
    display: inline-block;
    padding: 0.3rem 1rem;
    text-align: left;
    text-transform: uppercase;
    width: 117%;
}

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

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 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;
}

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.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 div#pix-qr-code {
    margin-top: 3rem;
    text-align: center;
}

div#pix-qr-code canvas {
    padding: 10px 10px 10px 10px;
    background: #fff;
}