.geral,
body,
html {
    overflow-x: hidden
}

input[type=file],
textarea {
    border: 1px solid #ddd;
    box-sizing: border-box
}

.geral,
hr,
select {
    width: 100%
}

.box_busca input[type=submit],
.d-none,
.geral,
.header .menu ul li:last-child::after,
.header .menu ul li:last-child::before,
.header_mobile,
.novidade_lista li .texto,
.servico_lista li .loja_email,
.servico_lista li .loja_localizacao,
.servico_lista li .loja_site,
.servico_lista li .loja_telefone,
.servico_lista li .loja_texto {
    display: none
}

.alerta,
.badge-icon,
.box_titulo,
.header .bt_menu,
.menu_suspenso li,
.tac {
    text-align: center
}

#shopping p,
h3 {
    letter-spacing: .5px
}

#lojas-home p,
.notification,
.text {
    white-space: nowrap
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

body,
html {
    overflow-y: hidden;
    font-family: 'Futura Bk BT';
    background: #222
}

.geral {
    overflow-y: auto;
    height: 100vh
}

h1 {
    font-size: 100px;
    line-height: 90px;
    font-family: DIN-BoldItalic, sans-serif;
    font-weight: 100
}

h2,
h3 {
    font-family: 'Futura Bk BT';
    font-weight: 100;
    text-transform: uppercase
}

h2 {
    font-size: 44px;
    line-height: 57px;
    letter-spacing: -1px
}

h3 {
    font-size: 28px;
    line-height: 33px
}

.alerta,
h4 {
    font-size: 18px
}

h4,
h6 {
    line-height: 22px;
    font-weight: 600
}

h4 {
    font-family: 'Futura Bk BT', sans-serif
}

h6 {
    font-size: 13px;
    font-family: 'Futura Bk BT';
    letter-spacing: .0015em;
    text-transform: uppercase;
    color: var(--cinza-principal)
}

#imprensa b,
h5 {
    font-weight: 400
}

::placeholder {
    color: var(--cinza-principal);
    opacity: 1
}

:-ms-input-placeholder {
    color: var(--cinza-principal)
}

::-ms-input-placeholder {
    color: var(--cinza-principal)
}

ul {
    list-style: none
}

a {
    transition: .2s;
    text-decoration: none;
    color: #737373
}

h5 {
    font-size: 22px
}

p {
    font-size: 13px;
    color: #767676;
    line-height: 24px;
    letter-spacing: .3px;
    font-family: 'Futura Bk BT', sans-serif
}

.newsletter input[type=number],
input[type=password],
input[type=text],
select,
textarea {
    background-color: transparent;
    font-size: 15px;
    font-family: 'Futura Bk BT', sans-serif;
    line-height: 24px;
    transition: .5s
}

hr {
    height: 1px;
    background-color: #ddd
}

input[type=file] {
    width: 100%;
    padding: 20px 1%;
    display: none
}

textarea {
    padding: 20px 30px;
    color: #757575
}

.newsletter input[type=number],
input[type=password],
input[type=text] {
    box-sizing: border-box;
    padding: 15px 30px;
    border: 1px solid #d6d6d6
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://upload.madnezz.com.br/532411dc2c474217925f31e3f5b9ad3d);
    background-position: calc(100% - 30px);
    background-size: 7px;
    background-repeat: no-repeat;
    padding: 15px 30px;
    border: 1px solid #d6d6d6
}

.newsletter input[type=number]:focus,
.newsletter input[type=number]:hover,
input[type=text]:focus,
input[type=text]:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
    border-color: #daa11b
}

.border,
.separador {
    border-top: 1px solid var(--cinza-claro)
}

button,
input[type=submit] {
    line-height: 24px;
    border: 1px solid #ffbc1c;
    transition: .5s;
    background: 0 0;
    cursor: pointer
}

button:hover,
input[type=submit]:hover {
    border: 1px solid #fff
}

.geral::-webkit-scrollbar {
    width: 8px
}

.geral::-webkit-scrollbar-track {
    background: #ddd
}

.geral::-webkit-scrollbar-thumb {
    background: #257831
}

.geral::-webkit-scrollbar-thumb:hover {
    background: #000
}

.content {
    width: 1500px;
    margin: 0 auto;
    max-width: 90%;
    position: relative
}

.alerta,
.btn-whatsapp {
    position: fixed;
    color: #fff
}

.separador {
    margin: 7vh auto;
    width: 100%
}

.bg-grey {
    background: #f5f5f5;
    padding: 30px 0
}

.alerta {
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #d00404;
    bottom: -100px;
    transition: .5s;
    z-index: 100
}

.alerta.active {
    bottom: 0
}

.alerta i {
    position: absolute;
    right: 20px;
    top: 17px;
    cursor: pointer;
    transition: .2s;
    font-size: 20px
}

.header .menu ul li a,
.menu_suspenso a {
    font-family: DINCond-Bold;
    font-size: 32px
}

.alerta i:hover,
.container_arrow:hover {
    opacity: .7
}

.alerta.success {
    background: #5ab946
}

.alerta.active.pulse {
    -webkit-animation: 5s infinite pulse;
    -moz-animation: 5s infinite pulse;
    -ms-animation: pulse 5s infinite;
    -o-animation: 5s infinite pulse;
    animation: 5s infinite pulse
}

.btn-whatsapp {
    background: #4fce5d;
    bottom: 50%;
    margin-top: -23px;
    font-size: 36px;
    right: 0;
    z-index: 99;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .3)
}

.btn-whatsapp a {
    color: #fff;
    padding: 5px 14px;
    display: block;
    transition: .3s
}

.btn-whatsapp a:hover {
    opacity: 1;
    padding-right: 20px
}

.notification {
    position: absolute;
    top: 100%;
    background: rgba(0, 0, 0, .7);
    font-size: 15px;
    right: 15px;
    margin-top: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    transition: .3s .3s;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right
}

.notification:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .7)
}

.badge-icon {
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    background: red;
    color: #fff;
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    font-weight: 700;
    transition: .2s;
    transform: scale(0)
}

.btn-whatsapp.active .badge-icon,
.container-checkbox input:checked~.checkmark-checkbox:after,
.container-radio input:checked~.checkmark-radio:after,
.trailer_iframe.opening {
    transform: scale(1)
}

.btn-whatsapp.active .notification {
    opacity: 1;
    transform: scaleX(1)
}

#cinema-home .swiper-button-next:hover,
#cinema-home .swiper-button-prev:hover,
.geral.menu-opened,
.trailer_iframe .close:hover {
    transform: scale(.9)
}

.clear {
    clear: both
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.taj {
    text-align: justify
}

#busca p,
.cinema_filmes li .right p,
.footer .tal p,
.lazer_lista p,
.servico_lista li .back .desc p,
.ttu {
    text-transform: uppercase
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@font-face {
    font-family: DINCond-Medium;
    src: url('../font/DINCond-Medium.ttf')
}

@font-face {
    font-family: 'Din Light';
    src: url('../font/Din Light.ttf')
}

@font-face {
    font-family: DIN-BoldItalic;
    src: url('../font/DIN-BoldItalic.ttf')
}

@font-face {
    font-family: DINCond-Bold;
    src: url('../font/din-condensed-bold.ttf')
}

@font-face {
    font-family: DINCond-Regular;
    src: url('../font/DINCond-Regular.ttf')
}

@font-face {
    font-family: DINPro-Regular;
    src: url('../font/DINPro-Regular.ttf')
}

@font-face {
    font-family: 'DIN Alternate';
    src: url('../font/DIN Alternate.ttf')
}

@font-face {
    font-family: 'DIN LightAlternate';
    src: url('../font/DIN LightAlternate.ttf')
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('../font/Futura Bk BT Regular.ttf')
}

:root {
    --verde-principal: #337d34;
    --verde-secundario: #719118;
    --azul-principal: #1f435f;
    --cinza-principal: #e7e7e7;
    --vermelho-texto: #b10008;
    --azul: #2855b6;
    --amarelo: #ffb31c;
    --azul-claro: #5798fe;
    --cinza-claro: #dedede;
    --laranja: #e98950;
    --laranja-escuro: #e76100
}

.faixa_endereco {
    background-color: var(--cinza-principal);
    padding: 10px 50px;
    text-align: right;
    color: #767676;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px
}

.geral {
    transition: .5s 0.2s;
    position: relative;
    right: 0;
    background: #fff
}

.geral.menu-opened {
    transition-delay: 0s
}

.menu_suspenso {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    position: fixed;
    top: -100vh;
    right: 0;
    z-index: 999;
    background: #ddd;
    text-align: right;
    transition: .5s
}

#cinema-home,
.banner_secundaria,
.footer {
    background-size: cover
}

#cinema-home,
#localizacao button,
.banner_secundaria,
.box_submit button {
    background-position: center
}

.menu_suspenso.active {
    top: 0;
    transition-delay: 0.2s
}

.menu_suspenso ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh
}

.menu_suspenso li {
    transition: .3s;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
    flex: 1
}

.header .bt_busca,
.menu_suspenso a {
    display: -webkit-flex;
    -webkit-align-items: center
}

.menu_suspenso li:hover {
    background: #f1f1f1
}

.menu_suspenso li:last-child {
    margin-bottom: 0;
    border: none
}

.menu_suspenso a {
    color: #000;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.menu_suspenso .bt_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #257831;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    z-index: 9;
    transition: .2s
}

.menu_suspenso .bt_close:hover {
    background: #20622a
}

.header {
    width: 100%;
    height: calc(16vh + 36px);
    position: relative;
    border-bottom: 1px solid #e5e5e5
}

.header .menu {
    float: right;
    position: relative;
    overflow: hidden
}

.cinema_data li:last-child,
.header .menu ul.active,
.novidade-home ul li:last-child,
.servico_lista li:nth-child(3n),
.vagas li:nth-child(4n) {
    margin-right: 0
}

.header .menu ul {
    display: inline-flex;
    float: right;
    list-style: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header .menu ul li {
    margin: 0 37px 0 0;
    padding: 0 37px 0 0;
    line-height: calc(19.8vh - 38px);
    text-transform: uppercase;
    color: #666;
    font-size: 20px;
    font-family: 'Din Light';
    position: relative
}

.header .menu ul li::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 63px;
    top: 50%;
    margin-top: -32px;
    background-color: var(--cinza-principal)
}

.header .menu ul li::before {
    content: '';
    z-index: 1;
    position: absolute;
    right: -4.5px;
    width: 9px;
    height: 9px;
    top: 50%;
    margin-top: -4.5px;
    background-color: #fff759
}

.header .menu ul li:nth-child(2)::before {
    background-color: #a4db43
}

.header .menu ul li:last-child {
    margin-right: 15px;
    padding-right: 0
}

.header .menu ul li a {
    color: #000
}

.header .hamburger-box {
    width: 62px;
    height: 0
}

.header .hamburger--slider .hamburger-inner {
    top: -7px
}

.header .hamburger--slider .hamburger-inner,
.header .hamburger--slider .hamburger-inner::after,
.header .hamburger--slider .hamburger-inner::before {
    width: 100%;
    height: 5px;
    background-color: #99d645;
    border-radius: 0
}

.header .hamburger--slider .hamburger-inner::before {
    top: -14px;
    background-color: #ffb31c
}

.header .hamburger--slider .hamburger-inner::after {
    top: 14px;
    background-color: #56a044
}

.header .hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 1px, 0) rotate(45deg)
}

.header .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg)
}

.header .bt_menu {
    width: auto;
    float: right;
    background-color: #f8f7f7;
    transition: .2s;
    cursor: pointer;
    position: relative;
    padding: calc(10.6vh - 49px) 1.8vw
}

.header .bt_busca {
    width: 7vw;
    height: 16vh;
    float: right;
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.header .bt_vaga {
    transition: .1s;
    cursor: pointer;
    float: right;
    padding: 5.6vh 40px 0 0
}

.header .bt_busca:hover,
.header .bt_vaga:hover {
    opacity: .8
}

.header .logo {
    height: 16vh;
    float: left;
    padding-left: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.header .logo a,
.header .logo img {
    height: 100%
}

.footer-sociais i:hover::after,
.header .logo a:hover,
.instagram a:hover,
.instagram li:hover .info {
    opacity: 1
}

.header .logo:hover:after {
    animation: .5s linear brilho
}

@keyframes brilho {
    0% {
        opacity: 0;
        left: -30px
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        left: 100%
    }
}

.menu_suspenso .close_menu {
    background-color: #26467f
}

.menu_suspenso .hamburger-box {
    width: 60px;
    height: auto
}

.menu_suspenso .hamburger {
    transition: .3s;
    width: auto;
    height: 27px;
    padding: 0 4vh
}

.menu_suspenso .hamburger-inner,
.menu_suspenso .hamburger-inner::after,
.menu_suspenso .hamburger-inner::before {
    width: 100%;
    background: #fff;
    height: 3px;
    border-radius: 0
}

.menu_suspenso .hamburger.is-active .hamburger-inner,
.menu_suspenso .hamburger.is-active .hamburger-inner::after,
.menu_suspenso .hamburger.is-active .hamburger-inner::before {
    background: #fff
}

.fundo_busca {
    position: fixed;
    width: 100%;
    height: 0;
    display: block;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
    opacity: 0;
    overflow: hidden
}

.fundo_busca .fechar {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none
}

.fundo_busca form {
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    width: 300px;
    height: 50px;
    margin: 30% auto;
    opacity: 0;
    position: relative;
    z-index: 2
}

.fundo_busca form input[type=text] {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background-image: url(https://upload.madnezz.com.br/87cbbb671621db024215c2ea880bfb8a);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: auto 60%
}

.fundo_busca form input[type=submit] {
    width: 1px;
    height: 1px
}

.vertical-dot-nav {
    z-index: 9999;
    margin-right: -3px !important;
    top: 45% !important
}

#cinema-home ul li img,
#comercial form input[type=text],
#contato form input[type=text],
#oportunidade form input[type=text],
#shopping img,
.banner ul,
.banner ul li img,
.busca_loja input[type=text],
.busca_loja select,
.busca_novidade input[type=text],
.busca_novidade select,
.instagram li img,
.instagram ul,
.lazer_lista,
.loja_lista li>.content>div:first-child img,
.novidade-home ul li img {
    width: 100%
}

.banner .swiper-pagination {
    bottom: 50px !important
}

.banner .swiper-pagination-bullet {
    width: 140px;
    height: 8px;
    opacity: 1;
    background: #fff;
    margin: 0 5px;
    border-radius: 0;
    position: relative
}

.banner .swiper-pagination-bullet p {
    display: none;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 5px;
    font-family: DINCond-Regular;
    font-size: 24px
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #780606
}

.banner .swiper-pagination-bullet-active p,
.container_arrow.active {
    display: block
}

.banner_secundaria {
    position: relative;
    margin-bottom: 7vh
}

.banner_secundaria h1 {
    position: relative;
    z-index: 2;
    color: #99d645;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 2px 2px #000
}

.banner_secundaria .titulo {
    padding: 11vh 0 15vh;
    width: 1600px;
    max-width: 90%;
    margin: 0 auto
}

.banner_secundaria .titulo span {
    position: relative;
    margin-top: 20px;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    display: block;
    letter-spacing: 4px;
    font-family: 'DIN LightAlternate';
    font-style: italic;
    font-size: 14px
}

section {
    padding: 8vh 0
}

.conteudo {
    width: 100%;
    margin: 0 auto
}

.box_submit {
    position: relative
}

.box_submit input[type=text] {
    padding-right: 109px
}

.box_submit button {
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    padding: 15px;
    height: 100%;
    border: 0;
    background-color: transparent;
    background-image: url('https://upload.madnezz.com.br/d85336e2b9075b1f68e81d250508bc35');
    background-repeat: no-repeat
}

.box_img,
.logo_footer img {
    position: relative;
    display: block
}

.footer form input[type=number],
.footer form input[type=text] {
    width: 100%;
    font-size: 10px;
    padding: 4px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: 'Futura Bk BT';
    background-color: #8db226;
    border: none;
    text-transform: uppercase
}

.footer ::placeholder {
    color: #fff;
    opacity: 1
}

.footer :-ms-input-placeholder {
    color: #fff
}

.footer ::-ms-input-placeholder {
    color: #fff
}

.footer table:first-child {
    width: 100%;
    border-spacing: 10px 0;
    border-collapse: separate;
    background-color: var(--verde-secundario);
    height: 80px
}

.footer table td {
    width: 20%
}

.footer table td:nth-child(2),
.footer table td:nth-child(3) {
    width: 30%
}

button,
input[type=submit] {
    border-radius: 10px;
    background-color: #ffbc1c;
    padding: 3px 40px;
    font-family: 'Futura Bk BT';
    font-size: 16px
}

.logo_footer {
    width: 100%;
    padding-top: 20vh
}

.logo_footer img {
    margin: 0 auto 22px;
    width: 128px
}

.box_img {
    margin: 0 auto;
    width: 130px
}

.box_img::after,
.box_img::before {
    background-image: url('https://upload.madnezz.com.br/543a2c01a4df43fdc6c8064713bb1409');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    right: 100%;
    top: 60%;
    width: 1000px;
    height: 10px;
    background-position: right;
    margin-right: 55px
}

.box_img::after {
    transform: rotateY(180deg);
    left: 100%;
    right: initial;
    margin-left: 55px;
    margin-right: unset
}

.footer h3 {
    font-family: 'Futura Bk BT';
    font-size: 24px;
    color: #ffe103
}

.footer .tal h3 {
    color: var(--verde-principal);
    margin: 20px 0 10px
}

.footer .tal p span {
    color: #000
}

.footer .tal h3:nth-child(2) {
    color: var(--verde-secundario)
}

.footer .tal table td {
    width: 50%;
    padding-right: 30px
}

.footer .tar h3 {
    margin-bottom: 20px;
    color: var(--verde-principal)
}

.footer .tar h3:first-child {
    color: #275a1d
}

.border {
    width: 100%;
    margin: 200px auto
}

.footer .map {
    position: relative;
    margin: 10px 0 20px;
    padding: 0;
    width: 100%;
    height: 75px;
    border-radius: 10px;
    overflow: hidden
}

.footer .map iframe {
    height: 100%;
    width: 100%
}

.footer .map:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(113, 145, 24, .1);
    border-radius: 10px;
    pointer-events: none
}

.footer {
    background-image: url('https://upload.madnezz.com.br/d5cac0f08a785b0843450971185276d3');
    padding: 0 0 4vh;
    position: relative
}

.footer .newsletter {
    margin-bottom: 30px
}

.footer-sociais i {
    margin: 0 2px;
    width: 65px;
    position: relative;
    font-size: 35px;
    text-align: center;
    color: #fff;
    line-height: 65px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom right, #daaf20, #2c782d)
}

.footer-sociais i::after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: linear-gradient(to bottom right, #2c782d, #daaf20);
    opacity: 0;
    transition: .3s
}

.footer-sociais i::before {
    position: relative;
    z-index: 2
}

.footer .col {
    width: calc(50% - 120px);
    padding: 0 60px;
    float: left;
    position: relative
}

.madnezz {
    color: #719118;
    margin-top: 26px;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px
}

.madnezz a {
    color: inherit
}

.container_arrow {
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 50px;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    display: none;
    cursor: pointer;
    transition: .2s
}

.chevron,
.chevron:nth-child(3) {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(.5, .5, .5);
    animation: 3s ease-out infinite move
}

.chevron:first-child {
    animation: 3s ease-out 1s infinite move
}

.chevron:nth-child(2) {
    animation: 3s ease-out 2s infinite move
}

.chevron:after,
.chevron:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #958861
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg)
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg)
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 39px;
    height: 42px;
    border-radius: 0;
    background-color: transparent;
    background-size: 100%;
    top: 50%;
    margin-top: -21px;
    z-index: 9;
    position: absolute;
    padding: 0;
    transition: .5s
}

span.alert {
    color: #d32a2a;
    font-weight: 700;
    font-size: 1.1rem
}

#index .subtitulo>h2 {
    font-size: 50px;
    font-family: 'DIN Alternate';
    color: #1f435f;
    letter-spacing: -2px
}

#index .subtitulo>span {
    font-family: 'Futura Bk BT';
    color: #b10008;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 4px;
    margin-top: 10px
}

.banner {
    width: 100%;
    margin: 0 auto 10vh !important;
    position: relative
}

.banner ul li {
    width: 100%;
    background-position: 50% 0
}

.banner .swiper-button-prev {
    left: 40px
}

.banner .swiper-button-next {
    right: 40px
}

.facebook:before,
.instagram:before {
    content: '';
    top: 20px;
    width: 254px;
    height: 254px;
    background-repeat: no-repeat
}

.banner .swiper-button-prev:hover {
    padding: 0 30px 0 15px
}

.banner .swiper-button-next:hover {
    padding: 0 15px 0 30px
}

.loja_home {
    padding: 80px 0 !important
}

.loja_home ul {
    margin-top: 50px
}

.loja_home ul li {
    width: 20%;
    overflow: hidden
}

.loja_home ul li img {
    width: 100%;
    transition: .5s
}

#index button {
    border: 1px solid #d5d5d5;
    color: #1f435f;
    display: block;
    text-transform: uppercase;
    font-family: 'Futura Bk BT';
    position: relative;
    padding: 16px 75px;
    transition: .2s;
    margin: 30px auto 0;
    letter-spacing: 3px
}

#index button:after,
.servico_lista li button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    height: 100%;
    background: #9c0f15;
    transition: .3s;
    z-index: -1
}

#index button:hover,
.cinema_data li.active span,
.servico_lista li button:hover {
    color: #fff
}

#index button:hover:after,
.servico_lista li button:hover:after {
    transform: scaleX(1)
}

#index .flex,
.cinema_filmes li .flex,
.loja_lista li>.content,
.novidade_lista li>.content {
    display: flex;
    flex-wrap: wrap
}

#servico .fundo,
.instagram li .info {
    display: -webkit-flex;
    pointer-events: none;
    opacity: 0
}

#index .flex img {
    width: 71%
}

#index .flex .flex1,
.novidade_lista li .left {
    flex: 1;
    position: relative
}

#index .flex .flex1:first-child .box-titulo {
    position: absolute;
    left: 57%
}

#index .flex .flex1:nth-child(2) .box-titulo {
    position: absolute;
    right: 56%;
    bottom: 90px
}

#index .flex .flex1:nth-child(2) img {
    width: 90%
}

#lojas-home h2 {
    font-size: 75px;
    color: #4a6f00
}

#lojas-home p {
    font-size: 13px;
    color: #283c00;
    padding: 10px 0 0 7px;
    text-transform: uppercase;
    letter-spacing: 1px
}

#cinema-home {
    width: 100%;
    height: 20vh;
    margin: 10vh 0 24vh;
    background-image: url(https://upload.madnezz.com.br/a23d1dd00b5306b1a1286c541759e9b0);
    padding-top: 20vh
}

#cinema-home .content {
    width: 1000px
}

#cinema-home .swiper-button-next,
#cinema-home .swiper-button-prev {
    width: 56px;
    height: 96px;
    border-radius: 0;
    background-size: contain;
    top: 50%;
    margin-top: -47px;
    transition: .2s;
    background-color: transparent
}

#cinema-home .swiper-button-next {
    left: 100%;
    right: initial;
    background-image: url(https://upload.madnezz.com.br/1747ec9f5365e819fa4b04e37230cab1);
    transform-origin: left
}

#cinema-home .swiper-button-prev {
    right: 100%;
    left: initial;
    background-image: url(https://upload.madnezz.com.br/a50263245845a881416c50a4f376dd3f);
    transform-origin: right
}

#cinema-home .swiper-button-next:active,
#cinema-home .swiper-button-prev:active,
.trailer_iframe .close:active {
    transform: scale(.8)
}

.novidade-home ul {
    display: inline-flex;
    margin-top: 65px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.novidade-home ul li {
    width: calc(33.33% - 19px);
    text-transform: uppercase
}

.novidade-home ul li .data {
    font-size: 11px;
    color: #c8c8c8;
    text-align: right;
    margin: 5px 0 15px
}

.novidade-home ul li h3 {
    font-size: 28px;
    color: #1e4219;
    margin-bottom: 30px
}

.novidade-home ul li span {
    font-size: 13px;
    display: block;
    color: #337d34;
    font-weight: 700
}

.novidade-home ul li .share {
    margin-top: 30px;
    display: block
}

.novidade-home ul li .share li {
    width: auto;
    margin-right: 7px
}

.novidade-home ul li .share span {
    color: #daa11b;
    font-weight: 100;
    display: block;
    margin-bottom: 15px
}

.novidade-home ul li .share i {
    font-size: 30px;
    background: #337d34;
    color: #fff;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center
}

.novidade-home .content>h3 {
    font-size: 51px;
    line-height: 60px;
    color: #719118
}

.novidade-home .content>h4 {
    font-family: 'DIN Alternate';
    text-transform: uppercase;
    font-size: 33px;
    color: #1e4219;
    letter-spacing: -1px
}

.novidade-home .content>h4 span {
    color: #337d34
}

.facebook {
    float: left;
    width: 42.5%;
    position: relative
}

.facebook h2,
.facebook span {
    color: #1f435f !important
}

.facebook .subtitulo,
.instagram .subtitulo {
    margin-bottom: 55px
}

.instagram {
    float: left;
    width: 57.5%;
    position: relative
}

.instagram h2,
.instagram span {
    color: #b10008 !important
}

.facebook span,
.instagram span {
    letter-spacng: 2px !important
}

.facebook:before {
    position: absolute;
    left: -200px;
    background-image: url(https://upload.madnezz.com.br/8b93033dde8dc8533102740e3e49eb9f);
    z-index: -1
}

.instagram:before {
    position: absolute;
    right: -200px;
    background-image: url(https://upload.madnezz.com.br/7b689812749edb1488ba4e2e2248c11d);
    z-index: -1
}

.instagram li {
    position: relative;
    width: calc(25% - 4px);
    overflow: hidden;
    margin-right: 4px
}

.instagram li .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: .3s;
    font-family: 'DIN Alternate';
    background: rgba(177, 0, 8, .8);
    padding: 0 20px;
    word-break: break-all;
    text-align: center;
    box-sizing: border-box
}

#contato h1,
#oportunidade h1 {
    color: #65ab46
}

#contato h2 {
    color: #ffb31c;
    margin-bottom: 10px
}

#comercial ul.contatos li:nth-child(2) h3,
#contato h3,
.loja_qtd span,
.novidade_qtd span,
.vagas li span {
    color: #257831
}

#contato label {
    font-size: 20px;
    color: #1e4219;
    text-transform: uppercase;
    margin-bottom: 17px;
    display: block
}

#comercial form,
#contato form,
#oportunidade form {
    margin: 0 auto;
    width: 100%
}

#comercial form input[type=submit],
#contato form input[type=submit] {
    float: right;
    padding: 0;
    background: 0 0;
    border-color: transparent;
    color: #ffb31c;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Futura Bk BT';
    position: relative;
    transition: .2s
}

#comercial form input[type=submit]:hover,
#contato form input[type=submit]:hover,
#oportunidade form input[type=submit]:hover {
    background: 0 0;
    color: #257831
}

#comercial form select,
#contato form select,
#oportunidade form select {
    width: 100%;
    background-position: calc(100% - 32px);
    background-repeat: no-repeat
}

#comercial form textarea,
#contato form textarea,
#oportunidade form textarea {
    width: 100%;
    height: 150px
}

#comercial form table,
#contato form table,
#oportunidade form table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 30px
}

#comercial form table td,
#contato form table td,
#oportunidade form table td {
    width: 33.33%;
    vertical-align: baseline
}

#imgCaptcha {
    float: right;
    margin-right: 20px
}

#comercial .box_submit,
#contato .box_submit {
    width: 50%;
    float: right;
    margin-top: 0
}

#comercial h2 {
    color: #ffb31c;
    margin-bottom: 40px
}

#comercial .buttons,
#lojista .buttons {
    width: 100%;
    height: 19vh;
    line-height: 19vh;
    position: relative
}

#comercial .buttons>a>div {
    position: absolute;
    top: 0;
    width: calc(50% - 20px);
    font-family: 'Futura Bk BT';
    font-size: 28px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 3vw;
    transition: .2s
}

#comercial .buttons .comercial {
    left: 0;
    background: #ffb31c;
    color: #fff;
    text-align: right
}

#comercial .buttons .comercial img,
#comercial .buttons .midia img {
    vertical-align: middle;
    margin-right: 40px
}

#comercial .buttons .midia {
    right: 0;
    background: #257831;
    color: #fff;
    text-align: left
}

#comercial .buttons .comercial:hover,
#lojista .buttons .sal:hover {
    background: #f2a919
}

#comercial .buttons .midia:hover,
#lojista .buttons .sasc:hover {
    background: #1c6527
}

#comercial ul.contatos {
    width: 100%;
    display: block;
    margin-top: 60px
}

#comercial ul.contatos li {
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #f5f5f5;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s
}

#comercial ul.contatos li:hover {
    background: #e0e0e0 !important
}

#comercial ul.contatos li:nth-child(2) {
    background: #ebebeb
}

#comercial ul.contatos li h3 {
    font-size: 28px;
    color: #ffb31c
}

#comercial ul.contatos li img {
    vertical-align: middle;
    margin-right: 30px
}

#comercial .bg-grey,
#comercial ul.perguntas {
    margin-top: 60px
}

#comercial ul.perguntas li {
    border-top: 1px solid #eee;
    padding: 35px;
    box-sizing: border-box
}

#comercial ul.perguntas li:last-child {
    border-bottom: 1px solid #eee
}

#comercial ul.perguntas li .pergunta {
    font-size: 22px;
    color: #037500;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}

#comercial ul.perguntas li .resposta {
    display: none;
    padding-top: 30px;
    text-transform: uppercase
}

#comercial ul.perguntas li .resposta .ancoras {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center
}

#comercial ul.perguntas li .resposta .ancoras img {
    max-width: 200px;
    max-height: 80px;
    margin: 0 10px
}

#comercial label,
#oportunidade label {
    font-size: 20px;
    color: #1e4219;
    text-transform: uppercase;
    margin-bottom: 17px;
    display: inline-block
}

#comercial #formulario {
    margin-top: 80px
}

#comercial iframe {
    width: 1000px;
    max-width: 100%;
    height: 500px;
    display: block;
    margin: 0 auto 50px
}

#shopping h3,
.cinema_filmes .filme_horarios {
    margin-top: 40px
}

.g-recaptcha {
    float: right
}

.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.novidade_lista,
.vagas {
    display: flex;
    flex-wrap: wrap
}

.container-checkbox input,
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    border: 2px solid #958861;
    border-radius: 50%
}

.container-checkbox:hover input~.checkmark-checkbox:after,
.container-radio:hover input~.checkmark-radio:after {
    transform: scale(.4)
}

.checkmark-radio:after {
    content: "";
    position: absolute;
    transform: scale(0);
    top: 4px;
    left: 4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #958861
}

.container-checkbox .checkmark-checkbox:after,
.container-radio .checkmark-radio:after {
    transition: .2s
}

.busca_loja,
.busca_novidade {
    width: calc(100% + 80px);
    margin: 20px auto 0 -40px;
    border-collapse: separate;
    border-spacing: 40px 0
}

.busca_loja td,
.busca_novidade td {
    width: 33.33%
}

.busca_loja label,
.busca_novidade label {
    font-size: 28px;
    text-transform: uppercase;
    color: #1e4219;
    text-align: center;
    display: block;
    margin-bottom: 20px
}

.loja_qtd,
.novidade_qtd {
    color: #daa11b;
    font-size: 28px
}

.novidade_lista {
    margin-top: 6vh
}

.novidade_lista li {
    padding: 30px 0;
    transition: .5s;
    background: #fff;
    width: 100%
}

.loja_lista li:nth-child(odd),
.novidade_lista li:nth-child(odd) {
    background: #f5f5f5
}

.loja_lista li>.content>div:first-child,
.novidade_lista li>.content>div:first-child {
    flex: 1;
    background-size: cover
}

.loja_lista li>.content>div:nth-child(2),
.novidade_lista li>.content>div:nth-child(2) {
    flex: 3.8;
    margin-left: 40px;
    padding: 20px 0
}

.loja_lista li h2,
.novidade_lista li h2 {
    font-size: 51px;
    color: #257831;
    margin-bottom: 10px
}

.novidade_lista li h3 {
    font-size: 22px;
    padding-left: 3px;
    line-height: 29px;
    cursor: pointer;
    transition: .2s
}

.novidade_lista img:hover,
.novidade_lista li h3:hover,
label.anexo:hover:after {
    filter: brightness(.9)
}

.novidade_lista li p {
    text-transform: uppercase;
    padding-left: 3px;
    margin-top: 15px
}

.loja_lista li.active,
.novidade_lista li.active {
    transform: scale(1.05);
    box-shadow: 0 0 20px -10px #000
}

.novidade_lista li .left img {
    width: 100%;
    transition: .2s;
    cursor: pointer
}

.novidade_lista li .right {
    flex: 4
}

.novidade_lista li .right h3 {
    font-size: 30px;
    line-height: 32px;
    color: #719118
}

#lojista .buttons>a>div {
    position: absolute;
    top: 0;
    width: calc(50% - 20px);
    font-family: 'Futura Bk BT';
    font-size: 44px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 5vw;
    transition: .2s
}

#lojista .buttons .sal {
    left: 0;
    background: #ffb31c;
    color: #257831;
    text-align: right
}

#lojista .buttons .sasc {
    right: 0;
    background: #257831;
    color: #ffb31c;
    text-align: left
}

#loja h1 {
    color: #409041
}

.loja_lista {
    margin-top: 6vh
}

.loja_lista li {
    padding: 30px 0;
    transition: .5s;
    background: #fff
}

.loja_lista li h3 {
    font-size: 22px;
    padding-left: 3px;
    line-height: 29px
}

.loja_lista li h3.loja_tel {
    color: #daa11b
}

.loja_lista li h3.loja_luc {
    color: #ebc720
}

.loja_lista li p {
    text-transform: uppercase;
    padding-left: 3px;
    margin-top: 20px
}

#alimentacao h1 {
    color: #ffb31c
}

#imprensa h3 {
    color: var(--azul-principal);
    text-align: center;
    font-size: 44px
}

#imprensa b,
#imprensa p {
    font-size: 24px;
    text-align: center
}

#imprensa p {
    padding: 15px 0 10px
}

#imprensa b {
    line-height: 28px;
    display: block;
    letter-spacing: 1.2px;
    font-family: 'Futura Bk BT', sans-serif;
    color: var(--vermelho-principal)
}

#oportunidade .bg-grey {
    margin-bottom: 5vh
}

#oportunidade .content>h3 {
    font-size: 44px;
    color: #ffb31c
}

#shopping h2:last-child,
#shopping h3 {
    color: var(--verde-principal)
}

.oportunidade_qtd {
    font-size: 28px;
    color: #257831;
    text-transform: uppercase;
    margin-top: 10px
}

#oportunidade form input[type=submit] {
    float: right;
    margin: -20px 26px 0 0;
    padding: 0;
    background: 0 0;
    border-color: transparent;
    color: #ffb31c;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Futura Bk BT';
    position: relative;
    transition: .2s
}

label.anexo {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #ffb31c;
    padding: 0 40px;
    font-size: 16px !important;
    text-transform: none !important;
    letter-spacing: 2px
}

#cinema .more_info,
#shopping p,
.cinema_data li,
.cinema_filmes li .sala,
.cinema_filmes li h2,
.fhorario_btn a span:first-child,
.servico_lista li button,
.vagas li,
label.anexo:after {
    text-transform: uppercase
}

label.yellow {
    color: #ffb31c !important
}

label.anexo:after {
    content: 'Procurar';
    cursor: pointer;
    color: #ffb31c;
    font-size: 20px;
    position: absolute;
    top: 9px;
    right: 9px;
    transition: .2s;
    background: #fff;
    height: calc(100% - 18px);
    line-height: 38px;
    letter-spacing: 0;
    padding: 0 50px
}

.vagas {
    align-items: center;
    justify-content: center
}

.vagas li {
    padding: 30px;
    transition: .5s;
    width: calc(25% - 30px);
    margin: 0 40px 40px 0;
    float: left;
    border: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center
}

.vagas li img {
    max-width: 70%
}

#localizacao .busca_rota {
    position: relative;
    width: 500px;
    max-width: 100%;
    margin: 0 auto
}

#localizacao button {
    width: 50px;
    height: 100%;
    background-image: url(https://upload.madnezz.com.br/d85336e2b9075b1f68e81d250508bc35);
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 14px
}

.map {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 70px;
    padding-top: 70px
}

.map:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    height: 1px;
    background: var(--cinza-claro)
}

.img_esquerda,
.lazer_lista .box-img {
    background-size: cover;
    background-position: center
}

#mapa {
    width: 100%;
    height: 67vh
}

#rota {
    width: 600px;
    margin: 0 auto 70px;
    max-width: 100%;
    height: 60vh;
    overflow: auto;
    display: none
}

#shopping h2 {
    color: var(--amarelo)
}

#shopping .esquerda {
    padding-right: 40px
}

#shopping .content .content {
    max-width: 80%
}

.ficha_tecnica b {
    color: #037500;
    font-weight: 100
}

.ficha_tecnica {
    padding-top: 50px
}

.img_esquerda {
    background-image: url(https://upload.madnezz.com.br/14318d6d69a6e334bfb701012bdbb498);
    width: 50%
}

.galeria_shopping {
    margin: 6vh 0
}

.galeria_shopping li {
    width: 16.6%;
    height: 25vh;
    transition: .2s
}

.galeria_shopping li a {
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.lazer_lista li {
    margin-bottom: 6vh
}

.lazer_lista .box-img {
    margin-bottom: 4vh
}

.lazer_lista .titulo {
    padding: 23vh 50px 7vh;
    box-sizing: border-box;
    text-align: center
}

.lazer_lista h3 {
    font-size: 32px;
    line-height: 32px;
    color: #fff
}

.lazer_lista h2 {
    font-size: 80px;
    line-height: 80px;
    color: #ffb31c
}

.servico_lista {
    display: flex !important;
    width: 100%;
    margin-top: 80px;
    flex-wrap: wrap
}

.servico_lista li {
    width: calc(33.33% - 28px);
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    margin-right: 42px;
    margin-bottom: 40px;
    float: left;
    position: relative;
    overflow: hidden
}

.servico_lista li .front {
    padding: 60px 20px;
    transition: .5s
}

.servico_lista li .back {
    background: #ededed;
    padding: 25px 40px;
    transition: .5s;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: auto
}

.servico_lista li:hover .back {
    top: 0
}

.servico_lista li .back::-webkit-scrollbar {
    width: 8px
}

.servico_lista li .back::-webkit-scrollbar-track {
    background: #ddd
}

.servico_lista li .back::-webkit-scrollbar-thumb {
    background: #aaa
}

.servico_lista li .back::-webkit-scrollbar-thumb:hover {
    background: #000
}

.servico_lista li img {
    max-height: 120px;
    display: block;
    margin: 0 auto
}

.servico_lista li h3 {
    color: #257831;
    font-weight: 100;
    margin-top: 20px;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 36px
}

.servico_lista li button {
    border: 1px solid #d5d5d5;
    color: #787878;
    display: block;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Futura Bk BT';
    position: absolute;
    bottom: 20px;
    width: 66%;
    left: 17%;
    line-height: initial;
    padding: 9px 0;
    transition: .2s
}

#servico .fundo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 999;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: .3s
}

#servico .close {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#servico .fundo.active {
    opacity: 1;
    pointer-events: all
}

.servico_lista .servico_img {
    background-position: center;
    width: 100%;
    height: 70px;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.logo_cineflix {
    display: block;
    margin: 2% auto -2%;
    max-width: 130px
}

#cinema .separador {
    margin: 4vh 0
}

#cinema .back_frame {
    width: 900px;
    margin: 0 auto
}

#cinema .back_frame iframe {
    width: 100%;
    height: 470px
}

.cinema_data {
    display: flex;
    text-align: center;
    width: 100%;
    margin: 0 0 25px;
    align-items: center;
    justify-content: center
}

.cinema_data li {
    font-size: 32px;
    transition: .1s;
    cursor: pointer;
    padding: 18px 0;
    color: #ffb31c;
    border: 1px solid #ddd;
    margin-right: 25px;
    flex: 1;
    max-width: 200px
}

.bg-loading:after,
.cinema_data li:hover {
    background: #eee
}

.cinema_data li.active {
    background: #ffb31c;
    color: #fff
}

.cinema_data li span {
    font-size: 16px;
    color: #000;
    display: block
}

#cinema .more_info {
    width: 450px;
    max-width: 100%;
    margin: 0 auto 60px;
    display: block;
    font-size: 20px;
    border: 1px solid #bbb;
    color: #bbb;
    padding: 9px;
    background: #fff
}

.cinema_filmes li {
    padding: 40px 0
}

.cinema_filmes li .content {
    width: 1200px;
    max-width: 100%
}

.cinema_filmes li:nth-child(odd) {
    background: #f4f4f4
}

.cinema_filmes li h2 {
    font-size: 51px;
    margin-bottom: 26px;
    line-height: 60px;
    color: #257831;
    letter-spacing: 0
}

.cinema_filmes li .left {
    width: 20%;
    margin-right: 40px;
    float: left
}

.cinema_filmes li .left img {
    width: 100%;
    display: block
}

.cinema_filmes li .right {
    width: calc(80% - 40px);
    float: left
}

.cinema_filmes li .right p span {
    font-size: 14px;
    color: #257831
}

.cinema_filmes li .right .header {
    margin: 0 0 25px;
    border: none;
    background: 0 0;
    height: auto
}

.cinema_filmes li .right .header h3 {
    font-size: 36px;
    color: #958861;
    display: initial;
    float: left;
    letter-spacing: -1px;
    position: relative;
    top: 5px
}

.cinema_filmes li .right .header span {
    font-size: 22px;
    color: #daa11b;
    text-transform: uppercase
}

.cinema_filmes li .right .header span.genero {
    margin-left: 0
}

.cinema_filmes li .sala {
    float: left;
    position: relative;
    top: 20px;
    margin-right: 20px;
    font-weight: 100
}

.cinema_filmes>h3 {
    color: #bbb
}

h3.selecao {
    color: #257831;
    margin-bottom: 45px
}

.fhorario_btn {
    margin-left: 10px;
    float: left
}

.fhorario_btn a {
    float: left;
    font-size: 20px;
    text-align: center;
    padding: 0;
    width: 120px;
    height: 65px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 32px 15px 0;
    border: 1px solid #dcdcdc
}

.trailer_container,
.trailer_iframe iframe {
    width: 100%;
    height: 100%
}

.fhorario_btn a span {
    padding: 0;
    font-size: 22px;
    display: block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.fhorario_btn a span:first-child {
    margin-top: -93px;
    margin-bottom: 87px;
    font-size: 16px
}

.fhorario_btn a:hover span:first-child {
    margin-top: 20px;
    font-size: 18px !important;
    letter-spacing: -1px;
    font-weight: 100;
    color: #fff !important
}

.fhorario_btn a:hover {
    background: #007300
}

.fhorario_btn span {
    font-size: 30px !important;
    color: #000 !important
}

.audio,
.bg-loading span,
.text,
.video {
    color: #fff;
    text-transform: uppercase
}

.trailer_container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 9999;
    text-align: center
}

.trailer_iframe {
    width: 800px;
    margin: 0 auto;
    max-width: 90%;
    height: 40vh;
    position: relative;
    top: 25vh;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition: .3s;
    transform: scale(0)
}

.trailer_iframe .close {
    position: absolute;
    top: -30px;
    font-size: 30px;
    right: -25px;
    cursor: pointer;
    transition: .2s
}

.btn-trailer {
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    transition: .3s
}

.btn-trailer i {
    font-size: 30px;
    vertical-align: sub;
    margin-right: 5px;
    transition: .3s
}

.btn-trailer:hover i {
    transform: rotate(360deg)
}

.audio,
.video {
    float: left;
    position: relative;
    top: 19px;
    margin-right: 10px;
    font-size: 16px;
    background: #ffb31c;
    padding: 0 10px;
    line-height: 26px
}

.video {
    background: #ff7e03
}

.filtros {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-left: 70px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkmark-checkbox {
    position: absolute;
    top: 10px;
    left: 0;
    height: 12px;
    width: 12px;
    border: 1px solid #000
}

.checkmark-checkbox:after {
    content: "";
    position: absolute;
    transform: scale(0);
    top: 1px;
    left: 1px;
    width: 10px;
    height: 10px;
    background: #257831
}

@media only screen and (max-width:1400px) {
    .header .menu ul li {
        margin-right: 50px
    }
}

@media only screen and (max-width:1300px) {
    .header .menu ul li {
        margin-right: 47px
    }
}

@media only screen and (max-width:1270px) {
    .header .menu ul li {
        margin-right: 43px
    }
}

@media only screen and (max-width:1230px) {
    .header .menu ul li {
        margin-right: 38px
    }
}

@media only screen and (max-width:1180px) {
    .header .menu ul li {
        margin-right: 35px
    }
}

@media only screen and (max-width:1120px) {

    #imgCaptcha,
    .cinema_data li:nth-child(2n),
    .header .menu ul li,
    .servico_lista li:nth-child(2n),
    .servico_lista li:nth-child(5n) {
        margin-right: 0
    }

    .servico_lista li h3,
    ul.loja_lista p {
        word-break: break-word
    }

    #comercial h1,
    h3 {
        line-height: 30px
    }

    #rota,
    .cinema_filmes li .content {
        max-width: 80%
    }

    .col_left,
    .filtros li,
    .footer h3,
    .footer table td,
    .tags h3,
    .tags ul li {
        text-align: center
    }

    .header {
        height: 13.6vh
    }

    .footer .col.tal:after,
    .header .faixa_endereco,
    .header .menu ul li a:after {
        display: none
    }

    .header .menu {
        position: fixed;
        height: 100vh;
        left: 0;
        top: 0;
        z-index: 99;
        display: none
    }

    .header .menu ul {
        display: block;
        height: 100%;
        overflow: auto
    }

    .header .menu ul li a {
        padding: 25px 0
    }

    .header .logo {
        padding-left: 20px;
        height: 13.6vh
    }

    .header .logo img {
        height: 90%;
        margin-top: 5%
    }

    .header .bt_busca {
        width: 20vw;
        margin-right: 5px;
        height: calc(18.3vh - 30px)
    }

    .header .bt_busca img {
        width: 30px
    }

    .header .hamburger-box {
        width: 45px
    }

    .header .hamburger--slider .hamburger-inner::before {
        top: -10px
    }

    .header .hamburger--slider .hamburger-inner::after {
        top: 10px
    }

    .menu_suspenso a,
    .novidade-home .content>h4 {
        font-size: 24px
    }

    .banner_secundaria .titulo {
        padding: 5vh 2vw 7vh
    }

    h1 {
        font-size: 50px;
        line-height: 54px
    }

    #novidade.blog .novidade_lista>li h3,
    h2 {
        font-size: 24px;
        line-height: 30px
    }

    h3 {
        font-size: 18px
    }

    .separador {
        margin: 5vh 0
    }

    .footer {
        padding: 50px 6% 2vh;
        width: 88%
    }

    .footer .col {
        width: 100%;
        margin: 0 0 40px;
        padding: 0;
        box-sizing: border-box;
        text-align: center !important
    }

    #index .flex,
    .footer .sociais {
        display: block
    }

    .logo_footer img {
        width: 100px
    }

    #contato .box_submit,
    .cinema_filmes li .right,
    .col_right,
    .footer .tal table td,
    .footer table,
    .footer table td:nth-child(2),
    .footer table td:nth-child(3),
    .novidade_recentes li,
    .vagas li .right {
        width: 100%
    }

    .footer table td {
        width: 100%;
        display: block;
        margin-bottom: 10px
    }

    .footer h3 {
        font-size: 20px
    }

    .footer table:first-child {
        height: auto;
        padding: 15px 10px
    }

    .footer-sociais i {
        width: 45px;
        font-size: 24px;
        line-height: 45px
    }

    #comercial form table,
    #contato form table,
    #oportunidade form table {
        display: block;
        border-spacing: 0;
        margin: 30px 0
    }

    #contato form table td {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        float: left
    }

    .box_submit input[type=text],
    .newsletter input[type=number] {
        padding-right: 30px
    }

    .vagas li .left,
    ul.loja_lista {
        padding-right: 0
    }

    #imgCaptcha {
        margin-top: 20px;
        width: 60%
    }

    .busca_loja,
    .busca_novidade {
        width: 80%;
        margin: 20px auto 0;
        border-spacing: 0
    }

    .busca_loja label,
    .busca_novidade label {
        font-size: 18px;
        margin-bottom: 10px
    }

    #alimentacao td,
    #loja td,
    #novidade table td,
    #servico td {
        width: auto;
        display: block;
        margin-bottom: 20px
    }

    ul.loja_lista {
        width: 100%;
        margin: 40px auto 0
    }

    ul.loja_lista .box_img {
        height: 140px
    }

    ul.loja_lista h2 {
        font-size: 24px;
        line-height: 24px !important
    }

    .info-lojas {
        padding: 5px 15px 0
    }

    .loja_lista li:hover .desc,
    .novidade_lista li:hover .desc {
        opacity: 0
    }

    .loja_lista li>.content,
    .novidade_lista li>.content {
        display: block;
        max-width: 80%
    }

    .loja_lista li>.content>div:first-child {
        flex: none;
        height: auto
    }

    .loja_lista li>.content>div:nth-child(2),
    .novidade_lista li>.content>div:nth-child(2) {
        flex: none;
        margin-left: 0
    }

    .loja_lista li h3,
    .novidade_lista li h3 {
        font-size: 18px
    }

    .loja_qtd,
    .novidade_qtd {
        font-size: 20px;
        line-height: 24px
    }

    .servico_lista {
        display: flex !important;
        margin-top: 40px;
        flex-wrap: wrap
    }

    .servico_lista li {
        width: 100%;
        margin-right: 0
    }

    .servico_lista li h3 {
        font-size: 18px;
        line-height: 24px
    }

    .lazer_lista .titulo {
        padding: 14vh 50px 7vh
    }

    .lazer_lista h2 {
        font-size: 40px;
        line-height: 40px
    }

    #rota {
        height: auto
    }

    #comercial .buttons,
    #lojista .buttons {
        height: auto;
        line-height: 14vh
    }

    #comercial .buttons>a>div,
    #lojista .buttons>a>div {
        width: 100%;
        font-size: 20px;
        position: relative;
        text-align: center !important
    }

    #comercial h1 {
        font-size: 30px
    }

    #comercial .buttons .comercial img,
    #comercial .buttons .midia img {
        max-width: 40px;
        max-height: 40px;
        margin-right: 20px
    }

    #novidade.blog .novidade_lista>li,
    .vagas li .left {
        margin: 0 0 50px;
        width: 100%
    }

    #comercial ul.contatos li h3 {
        font-size: 20px;
        line-height: 20px
    }

    #comercial ul.contatos li img {
        display: block;
        margin: 0 auto 20px;
        max-width: 50px;
        max-height: 50px
    }

    #comercial ul.perguntas li {
        padding: 20px 15px
    }

    #comercial ul.perguntas li .pergunta {
        font-size: 16px
    }

    #comercial form table td,
    #oportunidade form table td {
        width: 100%;
        display: block;
        margin-bottom: 20px
    }

    .g-recaptcha {
        margin-bottom: 30px
    }

    #oportunidade input[type=file] {
        padding: 15px 1%
    }

    #oportunidade .content>h3 {
        font-size: 28px
    }

    .oportunidade_qtd {
        font-size: 16px;
        font-weight: 100
    }

    .vagas li {
        display: block;
        flex-wrap: initial;
        width: 100%;
        margin-right: 0;
        margin-bottom: 110px
    }

    .vagas li .left img {
        width: 50%;
        max-height: 300px
    }

    .popup-oportunidade {
        overflow: auto
    }

    .popup-oportunidade h2 {
        font-size: 26px;
        line-height: 32px
    }

    #oportunidade input[type=text] {
        padding: 15px 30px
    }

    label.anexo {
        padding: 0 20px
    }

    label.anexo:after {
        top: 5px;
        right: 5px;
        padding: 0 20px;
        line-height: 46px;
        height: calc(100% - 10px)
    }

    #index .flex>div,
    .novidade_lista li>.content>div:first-child {
        flex: none
    }

    .busca_novidade table {
        display: block;
        width: 100%;
        margin: 30px auto 0
    }

    .busca_novidade table td {
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 20px
    }

    .col_left {
        width: 100%;
        margin: 50px auto
    }

    .novidade_recentes {
        border: none;
        margin-top: 0
    }

    .tags h3 {
        display: block
    }

    .tags ul {
        width: 100%;
        display: block
    }

    .tags ul li {
        width: 100%;
        float: left;
        margin: 0
    }

    .cinema_data {
        display: inline-block;
        margin-bottom: 0
    }

    .cinema_data li {
        flex: none;
        max-width: none;
        width: calc(50% - 8px);
        margin-bottom: 15px;
        float: left;
        box-sizing: border-box;
        margin-right: 15px;
        font-size: 24px
    }

    .filtros {
        padding-top: 0;
        display: block
    }

    .filtros li {
        margin-bottom: 10px
    }

    .container-checkbox {
        display: initial;
        margin-left: 0;
        font-size: 18px
    }

    .checkmark-checkbox {
        top: 5px
    }

    .header_mobile {
        display: block;
        width: 60%;
        margin-left: 5%
    }

    .cinema_filmes li .left,
    .novidade-home ul li {
        width: 100%;
        margin: 0 0 30px
    }

    .cinema_filmes li .left img {
        width: 50%;
        margin: 0 auto
    }

    .cinema_filmes li h1 {
        font-size: 30px;
        line-height: 36px;
        text-align: center
    }

    .cinema_filmes li h2 {
        font-size: 34px;
        line-height: 38px
    }

    .cinema_filmes li .right .header h3 {
        font-size: 30px;
        top: initial;
        display: block;
        margin-bottom: 20px;
        width: 100%
    }

    .cinema_filmes li .right .header span {
        margin-left: 0;
        margin-right: 20px;
        font-size: 24px;
        float: left
    }

    .cinema_filmes .fhorario_btn a {
        width: calc(33.33% - 17px)
    }

    .fhorario_btn {
        margin-left: 0;
        margin-top: 40px;
        width: 100%
    }

    .fhorario_btn a {
        margin: 0 10px 15px 0
    }

    .fhorario_btn a span {
        font-size: 20px !important
    }

    .banner {
        margin-bottom: 5vh !important
    }

    .banner .swiper-button-next {
        width: 20px;
        right: 10px
    }

    .banner .swiper-button-prev {
        width: 20px;
        left: 10px
    }

    #lojas-home h2 {
        font-size: 40px
    }

    #lojas-home p {
        white-space: initial
    }

    #index .flex img {
        width: 90%
    }

    #index .flex .flex1:first-child .box-titulo {
        margin-bottom: 20px;
        position: relative;
        left: 0
    }

    #index .flex .flex1:nth-child(2) img {
        float: right
    }

    #index .flex .flex1:nth-child(2) .box-titulo {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 30px
    }

    #cinema-home {
        height: 30vh;
        margin: 10vh 0 34vh;
        padding-top: 10vh
    }

    #cinema-home .content {
        width: 60%
    }

    .novidade-home .content>h3 {
        font-size: 30px;
        line-height: 60px
    }

    .novidade-home ul {
        display: block;
        margin-top: 30px
    }
}

@keyframes move {
    25% {
        opacity: 1
    }

    33% {
        opacity: 1;
        transform: translateY(30px)
    }

    67% {
        opacity: 1;
        transform: translateY(40px)
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(.5, .5, .5)
    }
}

.text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    opacity: .25;
    animation: 2s linear infinite alternate pulse
}

@keyframes pulse {
    to {
        opacity: 1
    }
}

.bg-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999
}

.bg-loading>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.bg-loading img,
.bg-loading span {
    position: fixed;
    transition: .8s 0.3s;
    left: 50%;
    z-index: 1
}

.bg-loading:after,
.bg-loading:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    transition: 1s 0.9s
}

.bg-loading:before {
    background: #ebc720;
    transition-delay: 1.2s
}

.bg-loading.loaded {
    pointer-events: none
}

.bg-loading.loaded:after,
.bg-loading.loaded:before {
    left: -100%
}

.bg-loading span {
    top: 50%;
    font-family: DINCond-Medium;
    font-size: 20px;
    margin-top: -50px;
    letter-spacing: 10px;
    margin-left: -94px
}

.bg-loading.loaded .loader,
.bg-loading.loaded img,
.bg-loading.loaded span {
    opacity: 0
}

.bg-loading img {
    bottom: calc(50% + 165px);
    margin-bottom: -135px;
    margin-left: -60px;
    width: 120px
}

.loader {
    font-size: 20px;
    position: relative;
    z-index: 1;
    width: 4em;
    height: 1em;
    margin: 30px auto;
    transition: .3s .3s
}

.dot {
    width: 1em;
    height: 1em;
    border-radius: .5em;
    position: absolute;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite
}

.dot1 {
    left: 0;
    background: #39863e;
    animation-name: reveal
}

.dot2 {
    left: 0;
    background: #faa61a
}

.dot3,
.dot4 {
    background: #ffed00
}

.dot3 {
    left: 1.5em
}

@keyframes reveal {
    from {
        transform: scale(.001)
    }

    to {
        transform: scale(1)
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.dot2,
.dot3 {
    animation-name: slide
}

.dot4 {
    left: 3em;
    animation-name: reveal;
    animation-direction: reverse
}