﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;600;700;800&display=swap');

:root {
    --first-color: #E3A51A;
    --second-color: #6D6808;
    --button-color: #E3A51A;
    --light-color: #FFFFFF;
    --dark-color: #484648;
    --bg-light: #F5F5F5;
    --text-light: #adadad;
    --bg-cards: #FAFAFA;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    overflow: hidden;
}

main {
    padding-top: 65px;
}

/*@media screen and (max-width: 1000px)
{
	main
	{
		padding-top: 108px;
	}
}*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999999999999999;
    background-image: url("/images/icons/logo.svg");
    animation-name: fadeEffect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    background-size: 250px;
}

@keyframes fadeEffect {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.row {
    display: flex;
    margin: 5px;
}

.titulo-black {
    font-size: 32px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

.titulo-black-bold {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    color: var(--second-color);
    /*text-transform: uppercase;*/
}

.page-interna__chamada {
    max-width: 100%;
    text-align: justify;
    margin: 10px 0 0 0;
    /* text-transform: uppercase; */
    font-style: italic;
}

.date-interna__page {
    color: #7E7E7E;
    font-size: 16px;
    line-height: 24px;
    margin-top: 9px;
}

.titulo-white {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

.titulo-default {
    font-size: 32px;
    font-weight: 300;
    color: var(--second-color);
    margin-bottom: 10px;
    text-align: center;
    line-height: 28px;
}

.titulo-default-black {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    color: var(--first-color);
}

.descricao-default,
.descricao-default p,
.descricao-default span .descricao-default span p .descricao-default h1 {
    font-size: 18px;
    font-weight: 300;
    color: var(--first-color);
    line-height: 26px;
    text-align: center;
}

.descricao-conteudo {
    margin: 10px 0;
    height: 50px;
}

.descricao-interna,
.descricao-interna font,
.descricao-interna p {
    font-size: 14px;
    font-weight: 400;
    color: var(--dark-color);
    line-height: 24px;
}

    .descricao-interna > span {
        font-size: 16px;
        font-weight: 500;
        color: var(--dark-color);
        line-height: 55px;
    }

.descricao-interna-bold {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #707070;
    line-height: 24px;
}

.descricao-cinza {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #707070;
    text-align: center;
}

.descricao-branco {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.center {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}

.show {
    transform: translateX(0) !important;
}

.no-margin {
    margin-right: 0 !important;
}

.breadcrumb-active {
    color: #737373 !important;
}

.w30-flex {
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
}

@media screen and (max-width: 768px) {
    .w30-flex {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 35px !important;
    }
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /*  background-color: rgba(45, 0, 0, 0.6);*/
}

.overlay-filme {
    position: absolute;
    width: 100%;
    height: 89%;
    /*  background-color: rgba(0, 0, 0, 0.2);*/
}

.logo {
    max-width: 205px;
}

.footer_logo_lumine {
    width: 305px;
    height: 131px;
}

@media screen and (max-width: 768px) {
    .footer__group.logo {
        -ms-flex-order: -1;
        order: -1;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .footer__group.rede-social {
        -ms-flex-order: 1;
        order: 1;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }
}

.card {
    border-radius: 5px;
    transition: .5s ease;
    /*  background-color: #fff;*/
    background-color: #F8F8F8;
    height: 100%;
    position: relative;
}

    .card:hover {
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
    }

@media screen and (max-width: 1000px) {
    .card:hover {
        transform: scale(1);
    }
}

.card__wraper {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border-radius: 5px;
    position: relative;
}

@media screen and (max-width: 600px) {
    .card__wraper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.card__imagem {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    border-radius: 5px;
    height: 100%;
    position: relative;
}

@media screen and (max-width: 600px) {
    .card__imagem {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.share__container {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    top: 60px;
    right: 15px;
    border-radius: 5px;
}

.share__btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--first-color);
    cursor: pointer;
    border-radius: 50px;

}

.share__btn--icon {
    color: #FFF;
    font-size: 22px;
}

.share__ul {
    display: none;
    list-style: none;
    background-color: #FFF;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.share__btn.open .share__ul {
    display: flex;
}

.share__ul--item {
    padding: 3px 5px;
    border: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

    .share__ul--item a {
        margin: 0 10px;
        color: var(--first-color);
    }

.card__img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.card__conteudo {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    box-sizing: border-box;
    padding: 15px 20px;
    height: 100%;
    overflow-y: hidden;
    /*  max-height: 315px;*/
    max-height: 347px;
}

    .card__conteudo video {
        display: none;
    }

.card--2__imagem {
    height: 100%;
}

.card--2__img {
    display: block;
}


/*.card__link .card__link{
    display: none !important;
}*/

.card__conteudo.card__link > {
    display: none !important;
}

.card__conteudo p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #161815;
    line-height: 20px;
}

@media screen and (max-width: 600px) {
    .card__conteudo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.card__titulo {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #161815;
    line-height: 28px;
    margin-bottom: 8px;
}

.card__texto {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #707070 !important;
    line-height: 22px;
}

.card__botao {
    display: inline-block;
    text-decoration: none;
    color: #FF1825;
    font-size: 14px;
    font-weight: bold;
    /*  text-transform: uppercase;*/
    margin-top: 15px;
    transition: .3s ease;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    .card__botao:hover {
        transform: scale(1.05);
    }

.card__link {
    text-decoration: none;
    /*display: block;*/
    height: 100%;
    color: #707070 !important;
}

.news_home {
    color: #707070 !important;
}

@media screen and (max-width: 600px) {
    .card__link {
        height: auto;
    }
}

.card--2 {
    border-radius: 5px;
    transition: .5s ease;
    background-color: #F8F8F8;
    /*max-height: 166px;*/
    position: relative;
}

.txtspace {
    line-height: 26px;
}

.card--2:not(:last-child) {
    margin-bottom: 30px;
}

.card--2:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

@media screen and (max-width: 1000px) {
    .card--2:hover {
        transform: scale(1);
    }
}

@media screen and (max-width: 600px) {
    .card--2 {
        max-height: none;
    }
}

.card--2__wraper {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border-radius: 5px;
}

@media screen and (max-width: 600px) {
    .card--2__wraper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.card--2__imagem {
    width: 166px;
    /*min-height: 166px;
  height: 100%;*/
    border-radius: 5px;
}

@media screen and (max-width: 600px) {
    .card--2__imagem {
        width: 100%;
        height: auto;
    }
}

.card--2__img {
    width: 166px;
    height: 166px;
    border-radius: 5px;
}

.card--2__conteudo {
    -ms-flex: 0 0 69%;
    flex: 0 0 69%;
    padding: 5px 20px;
}

    .card--2__conteudo ul,
    .card--2__conteudo strong {
        display: none;
    }

@media screen and (max-width: 600px) {
    .card--2__conteudo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.card--2__titulo {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #313131;
    line-height: 30px;
    /*    margin-bottom: 10px;*/
}

.card--2__texto,
.card--2__conteudo p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #161815;
    line-height: 22px;
}

.card--2__botao {
    display: inline-block;
    text-decoration: none;
    color: #db3239;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    transition: .3s ease;
}

    .card--2__botao:hover {
        transform: scale(1.05);
    }

.card--2__link {
    text-decoration: none;
    /*display: block;*/
    height: 100%;
}

.filme-card {
    transition: .5s ease;
    border-radius: 5px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.filme-card__img {
    border-radius: 8px;
}

.filme-card__conteudo {
    padding: 15px 0 33px;
    text-align: center;
    /*  background-color: #fff;*/
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.filme-card__titulo {
    font-size: 20px;
    font-weight: bold;
    color: var(--second-color);
    line-height: 26px;
    margin-bottom: 16px;
    /* height: 55px;*/
}

.filme-card__titulo-proxima {
    font-size: 14px;
    font-weight: 300;
    color: #9F9F9F;
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: 20px;
    margin: 10px 0px;
}

.filme-card__descricao {
    font-size: 16px;
    font-weight: 400;
    color: #737373;
    /*margin-bottom: 26px;*/
}

.filmes .filme-card__descricao {
    margin-bottom: 0;
}

.filme-card__botao {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #FF1825;
    /*  text-transform: uppercase;*/
    transition: .3s ease;
    outline: 0;
}

    .filme-card__botao:hover {
        transform: scale(1.05);
    }

.filme-card__link {
    text-decoration: none;
    display: block;
    outline: none;
}

    .filme-card__link img {
        width: 280px;
        height: auto;
    }

filme-card__link :focus {
    outline: none !important;
}

.filme-card__seta,
.filme-card__seta-left,
.filme-card__seta-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 74px;
    width: 50px;
    background-color: #fff;
    font-size: 36px;
    cursor: pointer;
    z-index: 100;
    color: #000;
}

@media screen and (max-width: 600px) {
    .filme-card__seta,
    .filme-card__seta-left,
    .filme-card__seta-right {
        height: 50px;
        width: 30px;
        font-size: 26px;
    }
}

.filme-card__seta-left {
    left: -50px;
}

@media screen and (max-width: 1250px) {
    .filme-card__seta-left {
        left: -20px;
    }
}

@media screen and (max-width: 1000px) {
    .filme-card__seta-left {
        left: -5px;
    }
}

.filme-card__seta-right {
    right: -50px;
}

@media screen and (max-width: 1250px) {
    .filme-card__seta-right {
        right: -20px;
    }
}

@media screen and (max-width: 1000px) {
    .filme-card__seta-right {
        right: -5px;
    }
}

.card-servico {
    padding: 35px 25px;
    /*  background-color: #ed5f65;*/
    border-radius: 5px;
    transition: .3s ease;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .card-servico {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    .card-servico {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
    }
}

@media screen and (max-width: 480px) {
    .card-servico {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.card-servico:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

@media screen and (max-width: 1000px) {
    .card-servico:hover {
        transform: scale(1);
    }
}

.card-servico:not(:last-child) {
    margin-right: 5px;
}

@media screen and (max-width: 1000px) {
    .card-servico:not(:last-child) {
        margin-right: 0px;
    }
}

.card-servico__icone {
    text-align: center;
    padding: 40px 40px;
    background-color: #F8F8F8;
}

.card-servico__icone2 {
    text-align: center;
}

    .card-servico__icone img,
    .card-servico__icone2 img {
        width: 82px;
        height: 82px;
    }

.card-servico__titulo {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: var(--second-color);
    text-align: center;
}

.card-servico__link {
    text-decoration: none;
    display: inline-block;
}

.fiquepordentro {
    padding: 0px 0 70px;
    padding-top: 50px;
    background-color: var(--bg-cards);
}

.card-fiquepordentro {
    /*box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);*/
    border-radius: 5px;
    transition: .5s ease;
    margin-bottom: 30px;
    position: relative;
}

.card-fiquepordentro__conteudo div.pre p {
    font-size: 16px;
    font-weight: 300;
    color: #707070 !important;
    text-align: center;
    line-height: 24px;
    height: 50px;
}

.card-fiquepordentro__conteudo div.pre div {
    font-size: 16px;
    font-weight: 300;
    color: #707070 !important;
    text-align: center;
    line-height: 24px;
    height: 50px;
}

.card-fiquepordentro__conteudo table {
    font-size: 16px;
    font-weight: 300;
    color: #707070 !important;
    text-align: center;
    line-height: 24px;
    height: 50px;
}

.card-fiquepordentro:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 900px) {
    .card-fiquepordentro:hover {
        transform: scale(1);
    }
}

.card-fiquepordentro__imagem {
    width: 100%;
}

.card-fiquepordentro__img {
    width: 100%;
    border-radius: 8px;
}

.card-fiquepordentro__conteudo {
    padding: 18px 15px;
    position: relative;
}

    .card-fiquepordentro__conteudo div {
        display: inline-flex;
    }

.card-fiquepordentro__nome {
    font-size: 20px;
    font-weight: bold;
    color: var(--second-color);
    margin-bottom: 10px;
}

.card-fiquepordentro__descricao,
.card-fiquepordentro__conteudo p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    /*text-align: center!important;*/
    line-height: 20px !important;
    margin: 28px 0 9px;
    /*height: 50px;*/
}

.card-fiquepordentro__botao {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #FF1825;
    /*text-transform: uppercase;*/
    transition: .3s ease;
    /*text-align: center;*/
}


/*.card-fiquepordentro__botao:hover {
  transform: scale(1.05);
}*/

.card-fiquepordentro__link {
    text-decoration: none;
    outline: 0;
}

    .card-fiquepordentro__link li {
        display: none;
    }

    .card-fiquepordentro__link strong {
        display: none;
    }

.card-loja__imagem {
    width: 225px;
    height: 180px;
    border-radius: 8px;
    margin: 0 auto;
    background-color: #fff;
}

.card-loja__content {
    margin: 15px 0px;
}

.card-loja__nome {
    font-size: 16px;
    font-weight: bold;
    color: var(--second-color);
    text-align: center;
    margin-bottom: 10px;
}

.card-loja__descricao {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #7E7E7E;
    line-height: 24px;
}

.card-loja__span {
    margin-top: 4px;
    display: block;
}

.contato {
    /*Mensagens de Erro do Formulario Novidades*/
}

.contato__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .contato__row .contato__group {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
    }

@media screen and (max-width: 600px) {
    .contato__row .contato__group {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.contato__group {
    position: relative;
    margin-bottom: 20px;
}

.contato__label {
    margin: 17px 20px;
    position: absolute;
    background: white;
    margin-bottom: 9px;
    color: var(--text-light);
    font-size: 16px;
}

.contato__input,
.contato__select,
.contato__textarea,
.contato__file-label {
    width: 100%;
    padding: 15px 20px;
    background-color: transparent;
    border: 1px solid var(--text-light);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    transition: .3s ease;
    outline: 0;
    margin-top: 25px;
}

    .contato__input:-ms-input-placeholder,
    .contato__select:-ms-input-placeholder,
    .contato__textarea:-ms-input-placeholder,
    .contato__file-label:-ms-input-placeholder {
        font-family: inherit;
        font-size: inherit;
        color: #ddd;
        font-weight: 400;
    }

    .contato__input::placeholder,
    .contato__select::placeholder,
    .contato__textarea::placeholder,
    .contato__file-label::placeholder {
        font-family: inherit;
        font-size: inherit;
        color: #ddd;
        font-weight: 400;
    }

    .contato__input:focus,
    .contato__select:focus,
    .contato__textarea:focus,
    .contato__file-label:focus {
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    }

.contato__input-none {
    display: none;
}

.contato__textarea {
    height: 266px;
    resize: none;
}

.contato__bottom {
    text-align: right;
}

.contato__recaptcha {
    margin-bottom: 24px;
}

.contato__recaptcha-img {
    max-width: 304px;
    width: 100%;
}

.contato__submit {
    background-color: transparent;
    border: 1px solid var(--first-color);
    padding: 12px 2px;
    width: 269px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    text-align: center;
    font-size: 15px;
    color: var(--first-color);
    border-radius: 50px;
    transition: .5s ease;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
}

@media screen and (max-width: 768px) {
    .contato__submit {
        margin-top: 20px;
    }
}

.contato__submit:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

.contato__file-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    padding: 8px 17px;
}

    .contato__file-label span {
        margin-right: 10px;
        font-size: 14px;
    }

@media screen and (max-width: 480px) {
    .contato__file-label span {
        text-align: center;
        display: block;
    }
}

.contato__file-btn {
    background-color: #161815;
    padding: 6px 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    transition: .3s ease;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .contato__file-btn {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}

.contato__file-btn:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

.contato__error-box {
    position: absolute;
    right: 10px;
    bottom: -10px;
    max-width: 240px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 8px;
    background-color: #ed5f65;
    border-radius: 30px;
    opacity: 0;
    pointer-events: none;
    transition: .5s ease;
}

.contato__error-texto {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    margin-right: 5px;
}

.contato__error-icone {
    color: #fff;
    font-size: 14px;
}

.filtro {
    width: 80%;
    margin: 0 auto;
    /*Mensagens de Erro do Formulario Novidades*/
}

@media screen and (max-width: 600px) {
    .filtro {
        width: 100%;
    }
}

.filtro__wraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 600px) {
    .filtro__wraper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.filtro__group {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    position: relative;
}

@media screen and (max-width: 600px) {
    .filtro__group {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

        .filtro__group:not(:last-child) {
            margin-bottom: 30px;
        }
}

.filtro__label {
    position: absolute;
    background: white;
    padding: 0px;
    color: var(--text-light);
    font-size: 16px;
    margin-left: 20px;
    padding: 2px;
}

.filtro__input,
.filtro__select {
    width: 100%;
    padding: 15px 17px;
    padding-right: 35px;
    background-color: transparent;
    border: 1px solid var(--text-light);
    border-radius: 8px;
    color: #7E7E7E;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    transition: .3s ease;
    outline: 0;
    margin-top: 9px;
}

    .filtro__input:-ms-input-placeholder,
    .filtro__select:-ms-input-placeholder {
        font-family: inherit;
        font-size: inherit;
        /*color: rgba(0, 0, 0, 0.3);*/
        font-weight: 400;
    }

    .filtro__input::placeholder,
    .filtro__select::placeholder {
        font-family: inherit;
        font-size: inherit;
        /*color: rgba(0, 0, 0, 0.3);*/
        font-weight: 400;
    }

    .filtro__input:focus,
    .filtro__select:focus {
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    }


/*.filtro__select {
  color: rgba(0, 0, 0, 0.3);
}*/

.filtro__error {
    display: none;
    font-size: 13px;
    font-weight: 400;
    color: #ed5f65;
    margin-top: 5px;
}

.filtro__error-icone {
    display: none;
    position: absolute;
    right: 10px;
    top: 38%;
    color: #db3239;
    transform: translateY(-50%);
    font-size: 22px;
}

.filtro__lista {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 42px 0;
}

@media screen and (max-width: 600px) {
    .filtro__lista {
        display: none;
    }
}

.filtro__link {
    display: block;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 400;
    color: #353839;
    cursor: pointer;
    transition: .3s ease;
}

    .filtro__link:hover {
        transform: scale(1.05);
        font-weight: 700;
    }

.filtro__link2 {
    display: block;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 400;
    color: #a9a9a9;
    transition: .3s ease;
}


/*MENU*/

.nav-topo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 600px) {
    .nav-topo {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.nav-topo__lista {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

@media screen and (max-width: 600px) {
    .nav-topo__lista {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}

.nav-topo__item {
    position: relative;
}

@media screen and (max-width: 600px) {
    .nav-topo__item {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        text-align: center;
    }
}

.nav-topo__item:hover .nav-topo__link {
    transform: scale(1.05);
    font-weight: 700;
}

.nav-topo__item:not(:last-child) {
    margin-right: 47px;
}

@media screen and (max-width: 600px) {
    .nav-topo__item:not(:last-child) {
        margin-right: 0;
    }
}

.nav-topo__item:not(:last-child)::before {
    position: absolute;
    content: '';
    height: 7px;
    width: 1px;
    background-color: #ddd;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
    .nav-topo__item:not(:last-child)::before {
        display: none;
    }
}

.nav-topo__link {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #737373;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s ease;
}

@media screen and (max-width: 480px) {
    .nav-topo__link {
        font-size: 9px;
    }
}

.nav-mobile {
    display: none;
}

@media only screen and (max-width: 1140px) {
    .nav-mobile {
        display: block;
    }
}

.nav-mobile__icone {
    font-size: 28px;
    color: var(--first-color);
}

.nav-menu__lista {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}

@media only screen and (max-width: 1140px) {
    .nav-menu__lista {
        display: block;
        position: absolute;
        width: 100%;
        height: 100vh;
        background-color: var(--bg-light);
        top: 65px;
        left: 0;
        text-align: center;
        transform: translateX(120%);
        transition: .5s all;
        overflow-y: auto;
    }
}

.nav-menu__item:not(:last-child) {
    margin-right: 26px;
}

@media screen and (max-width: 1140px) {
    .nav-menu__item:not(:last-child) {
        margin-right: 28px;
    }
}

@media screen and (max-width: 1140px) {
    .nav-menu__item:not(:last-child) {
        margin-right: 0;
        border-bottom: 1px solid var(--first-color);
    }
}

.nav-menu__item:hover .nav-menu__link {
    /*transform: scale(1.05);*/
    /*font-weight: 700;*/
    color: var(--first-color);
}

@media screen and (max-width: 1140px) {
    .nav-menu__item:hover .nav-menu__link {
        transform: scale(1);
        font-weight: 400;
    }
}

.nav-menu__link {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #6D6808;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s ease;
}

@media screen and (max-width: 1140px) {
    .nav-menu__link {
        padding: 30px 0;
        color: var(--second-color);
    }
}

.nav-menu__item.mobile {
    display: none;
}

@media screen and (max-width: 1140px) {
    .nav-menu__item.mobile {
        display: block;
    }
}

.nav-bottom {
    display: none;
}

@media screen and (max-width: 1140px) {
    .nav-bottom {
        display: block;
    }
}

.nav-bottom__lista {
    list-style: none;
    background-color: #ed5f65;
    padding-bottom: 120px;
}

.nav-bottom__item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.nav-bottom__link {
    display: block;
    text-decoration: none;
    padding: 30px 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    transition: .3s ease;
}

.modal.fancybox-content {
    padding: 30px;
    border-radius: 5px;
}

.modal {
    display: none;
    max-width: 558px;
    width: 100%;
}

    .modal .descricao-default {
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }

        .modal .descricao-default span {
            font-weight: 700;
        }

    .modal .card-servico {
        margin: 0 0px 20px;
        margin-left: auto;
    }

        .modal .card-servico:hover {
            transform: scale(1);
        }

.modal__content {
    margin: 0 5px;
}

.modal__bottom {
    margin-top: 30px;
}

.novidades {
    display: flex;
    align-items: center;
    background-image: url("/images/servicos.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 750px;
}

.card-novidades {
    width: 595px;
    height: 540px;
    background-color: var(--light-color);
    box-shadow: 4px 7px 16px #0000001A;
    border-radius: 8px;
    opacity: 1;
}

.novidades-content {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 420px) {
    .novidades {
        background-image: none;
        height: 100%;
    }

    .card-novidades {
        width: 100%;
    }
}

.formulario-novidades {
    /*Mensagens de Erro do Formulario Novidades*/
}

.formulario-novidades__topo {
    margin-top: 50px;
    margin-bottom: 0px;
    text-align: center;
}

.formulario-novidades__titulo {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    /*  text-transform: uppercase;*/
}

.formulario-novidades__wraper {
    display: flex;
    flex-direction: column;
    padding: 0% 10%;
}

@media screen and (max-width: 768px) {
    .formulario-novidades__wraper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0%;
        padding-right: 0%;
    }
}

.formulario-novidades__box .formulario-novidades__group:not(:last-child) {
    margin-bottom: 9px;
}

.formulario-novidades__group {
    position: relative;
}

@media screen and (max-width: 768px) {
    .formulario-novidades__group {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
}

.formulario-novidades__label {
    margin: 17px 20px;
    position: absolute;
    background: white;
    margin-bottom: 9px;
    color: var(--text-light);
    font-size: 16px;
}

.formulario-novidades__label-genero {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.formulario-novidades__box {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

@media(min-width: 1024px) {
    .formulario-novidades__box {
        padding-top: 28px;
    }
}

.formulario-novidades__input {
    width: 100%;
    padding: 15px 20px;
    background-color: transparent;
    border: 1px solid var(--text-light);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    transition: .3s ease;
    outline: 0;
    margin-top: 25px;
}

    .formulario-novidades__input:-ms-input-placeholder {
        font-family: inherit;
        font-size: inherit;
        color: #7E7E7E;
        font-weight: 400;
    }

    .formulario-novidades__input::placeholder {
        font-family: inherit;
        font-size: inherit;
        color: #7E7E7E;
        font-weight: 400;
    }

    .formulario-novidades__input:focus {
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    }

.formulario-novidades__submit {
    font-family: 'Poppins', sans-serif;
    padding: 12px 0;
    width: 196px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 800;
    color: #000;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
    cursor: pointer;
    outline: 0;
    margin-top: 28px;
}

@media screen and (max-width: 768px) {
    .formulario-novidades__submit {
        margin-top: 20px;
    }
}

.formulario-novidades__submit:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
    background-color: #fff;
}

.formulario-novidades__error-box {
    position: absolute;
    right: 5px;
    bottom: -14px;
    max-width: 240px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 8px;
    background-color: #ed5f65;
    border-radius: 30px;
    opacity: 0;
    pointer-events: none;
    transition: .5s ease;
}

.formulario-novidades__error-texto {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    margin-right: 5px;
}

.formulario-novidades__error-icone {
    color: #fff;
    font-size: 14px;
}

.slick-initialized .slick-slide {
    outline: 0;
}

.slick-slide:focus {
    outline: none;
}


/*Configura├º├úo do Slick Banner*/

.banner__lista ul.slick-dots {
    list-style: none;
    list-style: none;
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translate(-50%);
    display: -ms-flexbox;
    display: flex;
}

    .banner__lista ul.slick-dots li.slick-active button {
        background-color: var(--bg-light);
        color: transparent;
        box-sizing: padding-box;
    }

    .banner__lista ul.slick-dots li:not(:last-child) {
        margin-right: 10px;
    }

    .banner__lista ul.slick-dots li button {
        width: 12px;
        height: 12px;
        color: transparent;
        background-color: var(--first-color);
        border: 1px solid #ddd;
        border-width: 0;
        opacity: 1;
        cursor: pointer;
        outline: 0;
        border-radius: 50%;
        transition: .3s ease;
    }

        .banner__lista ul.slick-dots li button:focus {
            outline: 0;
        }


/*Configura├º├úo do Slick Lojas*/

.lojas ul.slick-dots {
    list-style: none;
    list-style: none;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
    display: -ms-flexbox !important;
    display: flex !important;
}

    .lojas ul.slick-dots li.slick-active button {
        background-color: transparent;
        color: transparent;
        border: 1px solid #db3239;
        box-sizing: padding-box;
    }

    .lojas ul.slick-dots li:not(:last-child) {
        margin-right: 10px;
    }

    .lojas ul.slick-dots li button {
        width: 12px;
        height: 12px;
        color: transparent;
        background-color: #ddd;
        border: 1px solid #ddd;
        border-width: 0;
        opacity: 1;
        cursor: pointer;
        outline: 0;
        border-radius: 50%;
        transition: .3s ease;
    }

        .lojas ul.slick-dots li button:focus {
            outline: 0;
        }

.button {
    font-family: 'Poppins', sans-serif !important;
}

.vagas__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vagas {
    background-color: var(--bg-cards);
    border-radius: 5px;
    padding: 32px 36px;
    margin-bottom: 28px;
    width: 48%;
}

@media screen and (max-width: 480px) {
    .vagas {
        padding: 32px 20px;
    }
}

.vagas__topo {
    margin-bottom: 22px;
}

.vagas__titulo {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.vagas__descricao {
    font-size: 20px;
    font-weight: bold;
    color: var(--first-color);
}

.vagas__cargo
{
    margin-top: 20px;
    font-size: 14px;
}

.vagas__dataFim
{
    font-size: 14px;
    font-weight: bold;
    color: var(--second-color);
    text-transform: uppercase;
    margin-top: 20px;
}

.vagas__subtitulo
{
    font-size: 14px;
    font-weight: normal;
    color: var(--text-light);
    margin-bottom: 14px;
}

.vagas__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 23px;
}

    .vagas__row .vagas__texto {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        margin-bottom: 7px;
    }

@media screen and (max-width: 768px) {
    .vagas__row .vagas__texto {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .vagas__list {
        flex-direction:column;
    }
    .vagas{
        width: 100%;
    }

}

.vagas__texto {
    font-size: 18px;
    font-weight: 300;
    color: #707070;
    line-height: 20px;
    text-align: justify;
}

.vagas__span {
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .vagas__span {
        display: block;
    }
}

.header {
    /*box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);*/
    position: fixed;
    width: 100%;
    z-index: 9999;
    border-bottom: 2px solid var(--first-color);
}

.header__bottom {
    background-color: #fff;
    padding-top: 3px;
    height: 63px;
    display: grid;
}

.header__wraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1140px) {
    .header__wraper {
        justify-content: space-between;
        padding-left: 5%;
        padding-right: 5%;
    }
}

.header__imagem {
    width: 140.84px;
    height: 40.5px;
}

.header-topo {
    padding: 8px 0;
    background-color: #EEEEEE;
}

@media screen and (max-width: 1140px) {
    .header-topo {
        display: none;
    }
}

.page-topo {
    background: url(../images/icons/solzinho.svg) no-repeat;
    background-position-x: 120%;
    background-position-y: -333px;
    height: 160px;
    background-color: var(--first-color);
    display: flex;
    align-items: center;
}

.page-topo__content {
    position: relative;
}

.page-topo__botao {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
    .page-topo__botao {
        position: relative;
    }
}

.page-topo__link {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 0;
    width: 87px;
    border: 1px solid #ed5f65;
    background-color: transparent;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .page-topo__link {
        margin: 35px auto 0;
        display: block;
    }
}

.page-topo__link:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
    background-color: #ed5f65;
}

.breadcrumb {
    margin: 20px 0;
}

.breadcrumb__wraper {
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb__link {
    display: block;
    position: relative;
    margin-right: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #ddd;
}

    .breadcrumb__link:not(:last-child):before {
        position: absolute;
        content: '>';
        width: 15px;
        height: 15px;
        top: 0;
        right: -23px;
    }


/*Footer*/

.footer__division {
    border-color: #ffffff38;
    margin-bottom: 35px;
}

.footer__info_title {
    color: var(--light-color);
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.row__footer__content {
    justify-content: space-between;
}

.footer__info_subcontent {
    color: var(--bg-light);
    font-weight: 200;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

.footer__content p {
    width: 300px;
    font-weight:500;
}
.footer__content strong {
    color: var(--light-color);
}

.footer__btn
{
	text-decoration: none;
	color: var(--bg-light);
	background-color: transparent;
	border: 1px solid var(--bg-light);
	padding: 7px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 50px;
	font-size: 14px;
	cursor: pointer;
}

.footer__ico {
    margin-right: 15px;
}

.footer__info {
    width: 300px;
}

.footer
{
    background: url(../images/icons/solzinho.svg) center no-repeat;
    background-size: 1500px;
    background-position-x: -600px;
    background-color: var(--second-color);
    padding-top: 30px;
    display: flex;
    flex-direction: column;
}

.footer__wraper
{
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 150px;
    padding-right: 150px;
}

.footer__redes {
    color: var(--bg-light);
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

    .footer__redes a {
        color: var(--bg-light);
    }

.footer__logo_Canoas {
    width: 159px;
    height: 149px;
}

.footer__logo_am4 {
    width: 37px;
    height: 26px;
}

.footer__group {
    width: 100%;
}

    .footer__group.logo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    @media only screen and (max-width: 1150px) {
        .row__footer__content {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .footer__group {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
    }
}

@media screen and (max-width: 480px) {
    .footer__group {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }
}

.footer__titulo-3 {
    font-size: 16px;
    font-weight: 400;
    color: #ddd;
    margin-bottom: 22px;
    display: block;
}

.footer__titulo-2 {
    font-size: 16px;
    font-weight: 700;
    color: #161815;
}

.footer__content {
    margin-left: 100px;
}

.footer__texto {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: block;
    line-height: 20px;
}

.footer__link {
    margin-top: 6px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #ed5f65;
    display: inline-block;
    transition: .3s ease;
}

    .footer__link:hover {
        transform: scale(1.05);
        font-weight: 700;
    }

@media only screen and (max-width: 1360px) {
    .footer__content {
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer__wraper {
        flex-direction: column;
    }

    .row__footer__content p {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer__info_title {
        justify-content: center;
        margin-top: 20px;
    }

    .footer__division {
        margin-bottom: 10px;
        width: 280px;
    }

    .footer__group {
        text-align: center;
    }
}

.rede-social__lista {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

@media screen and (max-width: 768px) {
    .rede-social__lista {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.rede-social__item:not(:last-child) {
    margin-right: 28px;
}

.rede-social__item:hover .rede-social__link {
    transform: scale(1.1);
}

.rede-social__link {
    display: block;
    text-decoration: none;
    color: #ed5f65;
    transition: .3s ease;
}

.rede-social__icone {
    font-size: 36px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    width: 100%;
    background-color: white;
    margin-bottom: 0;
    margin-top: auto;
    padding-left: 150px;
    padding-right: 150px;
    color: var(--second-color);
}

.copyright__texto {
    font-size: 14px;
    font-weight: 400;
}

.index {
    margin: 30px 40px;
}

.index__item {
    margin: 15px 0;
}

.index__link {
    text-decoration: none;
}


/*Banner*/

.banner__imagem
{
	width: 100%;
	display: block;
}

@media screen and (max-width: 700px) {
    .banner__imagem {
        display: none !important;
    }
}

.banner__imagem-mobile {
    display: none !important;
    width: 100%;
}

@media screen and (max-width: 700px) {
    .banner__imagem-mobile {
        display: block !important;
    }
}

.banner__descricao {
    font-size: 21px;
    font-weight: 200;
    color: #fff;
    line-height: 26px;
    margin: 17px 0 30px;
}

.banner__content {
    position: absolute;
    top: 50%;
    transform: translate(20%, -60%);
    z-index: 1;
}

.banner__botao {
    display: inline-block;
    text-decoration: none;
    width: 155px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 10px 0;
    transition: .3s ease;
    background-color: var(--first-color);
}

    .banner__botao:hover {
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
    }


@media screen and (max-width: 480px) {
    .banner__content {
        width: 70%;
    }
}

.banner__img {
    margin-bottom: 20px;
}

.banner__texto {
    max-width: 750px;
}

.banner__titulo {
    font-weight: bold;
    font-size: 60px;
    color: var(--bg-light);
    letter-spacing: 4px;
}

@media screen and (max-width: 1000px) {
    .banner__titulo {
        font-size: 30px;
    }

    .banner__content {
        transform: translate(15%, -50%);
    }
}

@media screen and (max-width: 768px) {
    .banner__titulo {
        font-size: 25px;
        word-wrap: break-word;
    }

    .banner__descricao {
        font-size: 15px;
        word-wrap: break-word;
    }

    .banner__texto {
        max-width: 390px;
    }
}

@media screen and (max-width: 600px) {
    .banner__titulo {
        font-size: 20px;
        word-wrap: break-word;
    }

    .banner__descricao {
        margin: 3px 0 3px;
    }

    .banner__botao {
        width: 120px;
        font-size: 16px;
        padding: 3px 0;
    }
}

@media screen and (max-width: 480px) {
    .banner__titulo {
        font-size: 17px;
        word-wrap: break-word;
    }
}

.banner__foto {
    position: absolute;
    top: 40px;
    right: 120px;
}

@media screen and (max-width: 768px) {
    .banner__foto {
        right: 0px;
    }
}

@media screen and (max-width: 600px) {
    .banner__foto {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .banner__descricao {
        display: none;
    }

    .banner__texto {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .banner__botao {
        width: 76px;
        font-size: 15px;
        padding: 3px 0;
        margin-top: 10px;
    }
}

.banner__seta,
.banner__seta-left,
.banner__seta-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 74px;
    width: 50px;
    background-color: #fff;
    font-size: 36px;
    cursor: pointer;
    z-index: 100;
    color: #db3239;
}

@media screen and (max-width: 700px) {
    .banner__seta,
    .banner__seta-left,
    .banner__seta-right {
        height: 50px;
        width: 30px;
        font-size: 26px;
    }
}

.banner__seta-left {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: var(--bg-light);
    color: #161815;
}

.banner__seta-right {
    right: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: var(--bg-light);
    color: #161815;
}


/*Fique por dentro*/

.fiquepordentro__box {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media screen and (max-width: 1000px) {
    .fiquepordentro__box {
        background-attachment: initial;
    }
}

.fiquepordentro__conteudo {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 50px;
}

.tab {
    text-align: center;
}

.tablinks {
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 300;
    color: #707070;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    position: relative;
}

    .tablinks span {
        transition: .3s ease;
        display: inline-block;
    }

    .tablinks:hover span,
    .tablinks.active {
        transform: scale(1.05);
        font-weight: 700;
        color: #db3239;
    }

    .tablinks:not(:last-child):before {
        content: '';
        position: absolute;
        width: 1px;
        height: 18px;
        background-color: #707070;
        top: 0;
        right: -21px;
    }

    .tablinks:not(:last-child) {
        margin-right: 36px;
    }

.tabcontent {
    padding: 80px 0 77px;
    animation: fadeEffect 2s ease;
}

.destaque {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1000px) {
    .destaque {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.destaque__esquerda {
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 1000px) {
    .destaque__esquerda {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 480px) {
    .destaque__esquerda {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 auto 30px;
    }
}

.destaque__direita {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 1000px) {
    .destaque__direita {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .destaque__direita {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.destaque__bottom {
    margin-top: 56px;
    text-align: center;
}

.destaque__button {
    display: inline-block;
    text-decoration: none;
    background-color: #FF1825;
    /* border: 1px solid #fff; */
    border: none;
    padding: 12px 16px;
    width: 236px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 32px;
    transition: .5s ease;
    cursor: pointer;
}

    .destaque__button:hover {
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
        /*  background-color: #fff;*/
        /*  color: #aa2127;*/
    }


/*Lojas*/

.lojas {
    padding: 70px 0 86px;
}

.lojas__conteudo {
    margin: 50px 0;
}

.lojas__item {
    text-align: center;
}

.lojas__imagem {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    margin: 8px auto 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 166px;
    height: 166px;
    border-radius: 50%;
    background-color: #fff;
}

.lojas__box {
    margin-top: 18px;
}

.lojas__nome {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    height: 40px;
}

.lojas__info {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #707070;
}

.lojas__info_Home {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #707070;
}

.lojas__info-span {
    margin-top: 4px;
    display: block;
}

.lojas__bottom {
    text-align: center;
}

.lojas__button {
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #aa2127;
    padding: 12px 2px;
    width: 182px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #aa2127;
    border-radius: 21px;
    transition: .5s ease;
    cursor: pointer;
}

@media screen and (max-width: 1100px) {
    .lojas__button {
        margin-top: 10px;
    }
}

.lojas__button:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
    border: 1px solid #ed5f65;
    background-color: #ed5f65;
    color: #fff;
}


/*Filmes*/

.filmes {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 70px 0;
    background-color: #000;
}

@media screen and (max-width: 1000px) {
    .filmes {
        background-attachment: initial;
    }
}

.filmes__content {
    position: relative;
    z-index: 1;
}

.filmes__wraper {
    margin: 30px 0 50px;
}

.filmes__lista .slick-track {
    padding: 30px 0;
}

.filmes__item {
    margin: 0 8px;
}

    .filmes__item:hover .filme-card {
        /*  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);*/
        transform: scale(1.05);
    }

@media screen and (max-width: 1000px) {
    .filmes__item:hover .filme-card {
        transform: scale(1);
    }
}

.filmes__bottom {
    text-align: center;
}

.filmes__button {
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 12px 2px;
    width: 182px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 21px;
    transition: .5s ease;
    cursor: pointer;
}

    .filmes__button:hover {
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
        border: 1px solid #fff;
        background-color: #fff;
        color: #aa2127;
    }


/*Servi├ºos*/

.servicos {
    background-color: #db3239;
    padding: 53px 0 76px;
}

.servicos__wraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0;
}

@media screen and (max-width: 1000px) {
    .servicos__wraper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.servicos__wraper .card-servico {
    max-width: 166px;
    width: 100%;
    margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
    .servicos__wraper .card-servico {
        max-width: none;
    }
}

.servicos__bottom {
    text-align: center;
}

.servicos__button {
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 12px 2px;
    width: 182px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 21px;
    transition: .5s ease;
    cursor: pointer;
}

    .servicos__button:hover {
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
        border: 1px solid #fff;
        background-color: #fff;
        color: #aa2127;
    }

.cinema {
    margin: 40px 0 80px;
    background: #fff;
}

.cinema__wraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .cinema__wraper .filme-card {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        /*box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);*/
        margin-bottom: 30px;
    }

@media screen and (max-width: 768px) {
    .cinema__wraper .filme-card {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
    }
}

@media screen and (max-width: 600px) {
    .cinema__wraper .filme-card {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
    }
}

@media screen and (max-width: 480px) {
    .cinema__wraper .filme-card {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.page-fiquepordentro__wraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .page-fiquepordentro__wraper .card-fiquepordentro {
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
    }

@media screen and (max-width: 900px) {
    .page-fiquepordentro__wraper .card-fiquepordentro {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
    }
}

@media screen and (max-width: 600px) {
    .page-fiquepordentro__wraper .card-fiquepordentro {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.page-fiquepordentro__wraper .card-fiquepordentro:not(:nth-child(3n)) {
    margin-right: 3%;
}

@media screen and (max-width: 900px) {
    .page-fiquepordentro__wraper .card-fiquepordentro:not(:nth-child(3n)) {
        margin-right: 0;
    }
}

@media screen and (max-width: 900px) {
    .page-fiquepordentro__wraper .card-fiquepordentro:not(:nth-child(2n)) {
        margin-right: 6%;
    }
}

@media screen and (max-width: 600px) {
    .page-fiquepordentro__wraper .card-fiquepordentro:not(:nth-child(2n)) {
        margin-right: 0;
    }
}

.page-fiquepordentro__bottom {
    margin: 50px 0;
    text-align: center;
}

.page-fiquepordentro__button {
    background-color: transparent;
    border: 1px solid var(--text-light);
    padding: 12px 2px;
    width: 269px;
    height: 55px;
    text-align: center;
    font-size: 16px;
    color: var(--text-light);
    border-radius: 25px;
    transition: .5s ease;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
}

    .page-fiquepordentro__button:hover {
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
        /* background-color: #fff;*/
    }

.page-interna {
    padding: 56px 0 80px;
}

.page-interna__bg {
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .page-interna__bg {
        margin-bottom: 30px;
    }
}

.page-interna__row:first-child {
    padding: 0 0 50px;
}

.page-interna__row:not(:first-child) {
    padding: 50px 0;
}

.page-interna__row:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.page-interna__wraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .page-interna__wraper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.page-interna__single {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
}

@media screen and (max-width: 768px) {
    .page-interna__single {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 480px) {
    .page-interna__single {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.page-interna__single-2 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
}

@media screen and (max-width: 768px) {
    .page-interna__single-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 auto 30px;
    }
}

.page-interna__single-2 .titulo-default-black {
    margin-bottom: 24px;
}

.page-interna__single-2 .page-interna__button {
    margin-top: 35px;
}

.page-interna__link {
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #ed5f65;
    text-transform: uppercase;
    transition: .3s ease;
}

    .page-interna__link:hover {
        transform: scale(1.05);
    }

.page-interna__img {
    width: 100%;
    border-radius: 8px;
}

.page-interna__descricao {
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    font-size: 14px;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .page-interna__descricao {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 90%;
        text-align: justify;
        margin-bottom: 60px;
    }
}

.page-interna__subtitulo {
    font-size: 20px;
    font-weight: 300;
    color: #9F9F9F;
    text-transform: uppercase;
    margin-top: 8px;
}

.page-interna__span {
    font-weight: 700;
    position: relative;
}

    .page-interna__span:not(:last-child) {
        margin-right: 22px;
    }

        .page-interna__span:not(:last-child)::before {
            position: absolute;
            content: '';
            width: 1px;
            height: 7px;
            top: 50%;
            right: -10px;
            background-color: #737373;
            transform: translateY(-50%);
        }

.rmvborda:not(:last-child)::before {
    width: 0px !important;
}

.page-interna__info {
    margin: 16px 0 0px;
}

    .page-interna__info ul li {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #707070;
        line-height: 24px;
    }

.botao {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.type-movie {
    background: #8d0011;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    display: block;
    width: 50px;
    color: white;
    padding: 5px 10px;
    margin: 0 5px;
}

.page-interna__info span info {
    font-size: 12pt !important;
}

.page-interna__proxima {
    font-size: 24px;
    font-weight: 700;
    color: #9F9F9F;
    margin-bottom: 22px;
}

.page-interna__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .page-interna__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    .page-interna__group {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}

.page-interna__sala {
    font-size: 16px;
    font-weight: 700;
    color: var(--second-color);
}

    .page-interna__sala span {
        margin: 0 5px;
    }

.page-interna .page-interna__sala span {
    margin: 0;
}

.page-interna__sala .sala__name {
    color: var(--second-color);
    text-decoration: underline;
}

.page-interna__button {
    background-color: #FF1825;
    /*    border: 1px solid #aa2127;*/
    border: none;
    padding: 12px 2px;
    width: 182px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 21px;
    transition: .5s ease;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
}

    .page-interna__button:hover {
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
        /*  background-color: #fff;*/
    }

.page-fiquepordentro {
    background: #fff;
}

.page-lojas {
    margin: 40px 0 80px;
    background: #fff;
}

@media screen and (max-width: 600px) {
    .page-lojas__content {
        margin-top: 40px;
    }
}

.page-lojas__wraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 720px) {
    .page-lojas__wraper {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.page-lojas__wraper .card-loja {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 950px) {
    .page-lojas__wraper .card-loja {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
    }
}

@media screen and (max-width: 720px) {
    .page-lojas__wraper .card-loja {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
    }
}

@media screen and (max-width: 480px) {
    .page-lojas__wraper .card-loja {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.page-lojas__wraper .card-loja:not(:nth-child(4n)) {
    margin-right: 1.3%;
}

@media screen and (max-width: 950px) {
    .page-lojas__wraper .card-loja:not(:nth-child(4n)) {
        margin-right: 0;
    }
}

@media screen and (max-width: 950px) {
    .page-lojas__wraper .card-loja:not(:nth-child(3n)) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 720px) {
    .page-lojas__wraper .card-loja:not(:nth-child(3n)) {
        margin-right: 0;
    }
}

.page {
    margin: 80px 0 100px;
}

.page__topo {
    margin-bottom: 33px;
}

.page__bottom
{
    margin-top: 50px;
    padding: 37px 0;
    text-align: center;
    display: flex;
}

.page__cta
{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 22px;
    text-align: left;
}

.page__button
{
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid var(--first-color);
    padding: 8px 2px;
    width: 300px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: var(--first-color);
    border-radius: 21px;
    transition: .5s ease;
    cursor: pointer;
    max-height: 35px;
}

    .page__button:hover {
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
        background-color: #fff;
    }

.page__row {
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .page__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.page__group {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    text-align: left;
    margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
    .page__group {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 480px) {
    .page__group {
        text-align: center;
    }
}

.page__group-2 {
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
    .page__group-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 480px) {
    .page__group-2 {
        text-align: center;
    }
}

.page__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .page__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .page__box .descricao-interna {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

            .page__box .descricao-interna:not(:last-child) {
                margin-bottom: 10px;
            }
}

.page__titulo-3 {
    font-size: 18px;
    font-weight: 700;
    color: #737373;
    margin-bottom: 10px;
}

.page-servicos {
    margin: 70px 0 100px;
}

.page-servicos__wraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .page-servicos__wraper .card-servico {
        max-width: 210px;
        width: 100%;
        margin-bottom: 30px;
    }

@media screen and (max-width: 1100px) {
    .page-servicos__wraper .card-servico {
        max-width: 220px;
    }
}

.pagination {
    margin: 50px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

    .pagination li {
        font-size: 16px;
        font-weight: 300;
        transition: .3s ease;
    }

        .pagination li:not(last-child) {
            margin-right: 10px;
        }

        .pagination li.active a {
            font-weight: 600;
        }

    .pagination a {
        text-decoration: none;
        color: #707070;
    }

.errorloja {
    font-size: 20px;
    font-weight: 300;
    color: #444;
    text-align: center;
    margin: 20px auto;
}


/*------- ANDROID -------*/

.android {
    display: inline-block;
    border-radius: 7px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #fff;
    font-style: normal;
    text-transform: none;
}

    .android a {
        font-size: 13px;
        font-weight: 500;
        color: #444;
        padding-right: 3px;
    }

.android-svg {
    height: 30px;
    margin: 0 5px 0 0;
    width: auto;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.android-svg-2 {
    height: 14px;
    margin: 0;
    top: -1px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.android-span {
    font-size: 13px;
    font-weight: 500;
    color: #444;
    padding-right: 3px;
}


/*------- MOBILE -------*/

.box-mobile {
    margin: auto;
    margin-bottom: 20px;
}

.box-mb {
    width: 100%;
    text-align: center;
}


/*------- IOS -------*/

.ios {
    display: inline-block;
    border-radius: 7px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #fff;
    font-style: normal;
    text-transform: none;
}

    .ios a {
        font-size: 13px;
        font-weight: 500;
        color: #444;
        padding-right: 3px;
    }

.ios-svg {
    height: 30px;
    margin: 0 5px 0 0;
    width: auto;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.ios-svg-2 {
    height: 14px;
    margin: 0;
    top: -1px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ios-span {
    font-size: 13px;
    font-weight: 500;
    color: #444;
    padding-right: 3px;
}

.mobile__main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: auto;
    width: 400px;
}

.box-space {
    margin-right: 10px;
}

.box-mobile2 {
    margin-bottom: 10px;
}

@media (max-width: 900px) {
    .mobile__main {
        flex-direction: column;
    }

    .box-space {
        margin-right: 0;
    }

    .android-2 {
        width: 183px;
    }

    .ios-2 {
        width: 183px;
    }
}

.card-loja__descri,
.card-loja__text {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #707070;
}

    .card-loja__text a {
        text-decoration: none;
        /*color: #707070;*/
        font-weight: bold;
        text-align: center;
    }

.line-card {
    height: 1px;
    width: 40px;
    background: #707070;
    margin: 5px auto;
    opacity: 0.7;
}


/* New Css */

.dropbtn {
    /*background-color: #4CAF50;*/
    padding: 15px;
    border: none;
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #6D6808;
    text-transform: uppercase;
}

.dropdown {
    position: relative;
    display: inline-block;
    background: #fff !important;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}

    .dropdown-content a {
        color: var(--second-color);
        font-size: 15px;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        background-color: #fff;
    }

        .dropdown-content a:hover {
            background-color: rgb(250, 250, 250);
        }

.dropdown:hover .dropdown-content {
    display: block;
    border-radius: 5px;
}

.content-client {
    border-top: 2px solid var(--first-color);
    /* border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    border-radius: 5px;
}

.content-cliente2 {
    border-radius: 5px;
}

.dropdown:hover .dropbtn {
    background-color: #fff;
    color: var(--first-color);
}

.dropdown-arrow {
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--second-color);
    position: absolute;
    right: 3px;
    top: 20px;
}

.dropdown:hover .dropdown-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #333;
    border-top: 5px solid transparent;
    right: 3px;
    top: 15px;
}

.footer__link-img {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.footer_img-2 {
    margin: 30px 0 0 5px;
    width: 150px;
}

.social-box__footer {
    display: flex;
    align-items: center;
}

    .social-box__footer p {
        font-size: 14px;
        margin-right: 15px;
    }

    .social-box__footer a {
        font-size: 24px;
        color: #000;
    }

        .social-box__footer a:not(:last-child) {
            margin: 0 15px 0 0;
        }


/*  New Header  */

.header-topo__page {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-box__pageHome h1 {
    font-size: 32px;
    color: var(--second-color);
    font-weight: 300;
}

.header-box__page h1 {
    font-size: 32px;
    color: var(--light-color);
    font-weight: 300;
}

    .header-box__page h1 span {
        color: #FF1825;
    }

.header__text {
    color: var(--second-color);
}

.header-box__page p a {
    color: var(--bg-light);
    text-decoration: none;
}

.btn-back__page {
    color: var(--bg-light);
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 20px;
}

    .btn-back__page i {
        margin-right: 5px;
        font-size: 20px;
        font-weight: bold;
    }

.modal__wraper {
    display: flex;
    align-items: center;
}

.descricao-default,
.descricao-default p,
.descricao-default span,
.descricao-default text {
    color: var(--dark-color) !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    line-height: 24px !important;
    background: none !important;
    text-align: justify !important;
    font-weight: 400 !important;
}

.descricao-default2,
.descricao-default2 p,
.descricao-default2 span,
.descricao-default2 text {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'Montserrat', sans-serif !important;
    background: none !important;
}

.titulo-modal__servicos {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
    margin-bottom: 10px;
    margin-right: auto;
}

.descricao-default strong {
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

.page-interna2 {
    background-color: #fff;
}

.page-interna__img-sobre {
    width: 100%;
}

.box-big__horario {
    display: flex;
}

.box-horario:not(:last-child) {
    margin-right: 128px;
}

.horario__titulo {
    font-weight: bold !important;
    margin-bottom: 5px;
}

.no-mt {
    margin-top: 0 !important;
}

.container__carreira {
    background-color: #F8F8F8;
    padding: 120px 0;
}

    .container__carreira .center {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .container__carreira p {
        font-size: 24px;
        font-weight: bold;
        line-height: 28px;
        color: #000;
        margin-bottom: 55px
    }

.btn-main__sobre {
    background-color: transparent;
    border: 1px solid var(--first-color);
    padding: 12px 2px;
    width: 269px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    text-align: center;
    font-size: 15px;
    color: var(--first-color);
    border-radius: 50px;
    transition: .5s ease;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
}

.btn-main__shopping {
    background-color: transparent;
    border: 1px solid var(--first-color);
    padding: 12px 38px;
    min-width: 224px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    text-align: center;
    font-size: 15px;
    color: var(--first-color);
    border-radius: 50px;
    transition: .5s ease;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    margin: 2%;
}

.new-contatobox {
    width: 100%;
    margin-bottom: 20px;
}

.g-recaptcha > div {
    margin-left: auto;
    margin-bottom: 24px;
}

.triplebox__contato {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.big__tripleboxcontato {
    width: 47%;
}

.small__tripleboxcontato {
    width: 20%;
}


/*  Compre nas Lojas  */

.page-compre {
    margin: 0 0 150px;
}

.categoria__compra p {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin: 70px 0 44px;
}

.loja__compra {
    display: flex;
    margin: 25px 0;
    /*    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;*/
}

.drive__compra {
    margin: 10px 10px 10px auto;
    display: flex;
    align-items: center;
}

    .drive__compra img {
        /*height: 109px;
width: 133px;*/
        max-width: 130px;
        max-height: 130px;
    }

        .drive__compra img:not(:last-child) {
            margin-right: 10px;
        }

.logoloja__compre {
    max-width: 160px;
    max-height: 130px;
    margin: auto 0px auto 10px;
}

.descri-loja__compra {
    padding: 10px;
}

    .descri-loja__compra h1 {
        color: #000;
        font-size: 20px;
        font-weight: bold;
        line-height: 26px;
    }

    .descri-loja__compra p {
        color: #7E7E7E;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

.hr__compre {
    border: 1px solid #ddd;
}

.rede-social__navbar a {
    color: var(--second-color);
    font-size: 18px;
}

    .rede-social__navbar a:not(:last-child) {
        margin-right: 10px;
    }

.tit__home {
    text-align: center;
}

.tit_cinemahome h1 {
    color: #fff;
}

.txt_cinemahome {
    color: #fff;
}


/*  Conheça Home  */

.conheca {
    padding: 55px 0 80px;
}

.conheca_bottom {
    display: flex;
    justify-content: center;
}

.container__conhecahome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 42px;
    margin-bottom: 42px;
}

.card__conheca {
    width: 263px;
    height: 416px;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .card__conheca p {
        color: #fff;
        font-weight: 500;
        font-size: 24px;
    }

.wht__line {
    height: 2px;
    width: 52px;
    background: var(--first-color);
    margin-top: 11px;
    border-radius: 4px;
}

.new-tit-filme {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}

.new-sec-filme {
    color: #7E7E7E;
    font-size: 14px;
    line-height: 20px;
}

.new-desc-filme {
    color: #fff;
}

.respon__nav {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .container__conhecahome {
        /*        flex-direction: column;*/
        display: grid;
        grid-template-columns: repeat(2, 48%);
    }

    .card__conheca {
        width: 100%;
        height: 322px;
        background-size: cover;
        /*grid-column-gap: 10px;*/
        margin-bottom: 15px;
    }

    .copyright {
        flex-direction: column;
        text-align: center;
    }

    .footer__link-img {
        align-items: center;
    }

    .container__carreira p {
        text-align: center;
    }

    .triplebox__contato {
        flex-direction: column;
    }

    .big__tripleboxcontato,
    .small__tripleboxcontato {
        width: 100%;
    }

    .loja__compra {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .drive__compra {
        margin: 10px;
    }

    .respon__nav {
        display: block;
    }

    .respon__hid {
        display: none;
    }

    .rede-social__navbar {
        height: 195px;
        padding: 30px;
        color: #fff;
    }

        .rede-social__navbar a {
            font-size: 28px;
            color: #fff;
        }

            .rede-social__navbar a:not(:last-child) {
                margin-right: 20px;
            }

    .card-servico__icone {
        padding: 40px 40px;
    }
}

.container__conhecahome a {
    text-decoration: none;
}


.divposi {
    position: relative;
    max-width: 325px;
    display: flex;
    align-items: center;
}

    .divposi span {
        position: absolute;
        right: 0;
    }

.slick-track {
    transform: translate3d(-400, 0px, 0px) !important;
}

#PopUpCookies1 {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: var(--bg-light);
    color: #000;
    border-radius: 0px;
    font-size: 20px;
    z-index: 100000;
    margin: unset;
    padding: 6px 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 7px -2px rgb(0 0 0 / 15%);
}

#PopUpCookies {
    position: fixed;
    width: 974px;
    bottom: 10px;
    right: calc(50% - 492px);
    background-color: var(--bg-light);
    color: #000;
    font-size: 20px;
    z-index: 100000;
    margin: unset;
    padding: 5px 35px;
    border-radius: 24px;
    display: none;
    align-items: center;
    align-items: center;
    box-shadow: 0px 0px 7px -2px rgb(0 0 0 / 15%);
}

.cookies--title {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    padding: 15px 0 0;
}

.cookies--descricao {
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    color: #000;
    padding: 0 15px;
    margin: 10px 0 10px 0;
    /* float: left; */
    text-align: center;
}

#cookies--saiba {
    background: transparent;
    border: none;
    text-decoration-line: underline;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

.cookies--accepted {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--first-color);
    background-color: transparent;
    cursor: pointer;
    width: 100px;
    width: -moz-fit-content;
    padding: 10px;
    border: 1px solid var(--first-color);
    margin: 5px 5px 10px;
    border-radius: 50px;
}

.cookies--refused {
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background: #D35050;
    width: fit-content;
    width: -moz-fit-content;
    padding: 10px;
    border: none;
    margin: 5px 0 10px;
    display: none;
}

.cookies__container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    display: none;
    z-index: 997;
}

.cookies__container--shadow {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: 998;
    position: relative;
}

.cookies__content {
    position: absolute;
    z-index: 999;
    width: 974px;
    right: calc(50% - 492px);
    top: 40%;
    background-color: #fff;
    padding: 30px 25px 20px 20px;
    border-radius: 4px;
}

    .cookies__content p {
        font-size: 14px;
        line-height: 28px;
        font-weight: 500;
        color: #333;
    }

#cookies__close {
    font-size: 25px;
    font-weight: bold;
    color: red;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.cookie-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /*float: right;*/
}

@media only screen and (max-width: 1024px) {
    #PopUpCookies {
        padding: 5px;
        flex-direction: column;
        width: 350px;
        right: calc(50% - 180px);
    }

    .container-politica {
        flex-direction: column;
    }

    .cookies__content {
        width: 275px;
        right: calc(50% - 160px);
        top: 20%;
    }
}

.cookie-status {
    position: fixed;
    z-index: 104222;
    bottom: 0;
    right: 0px;
    background: #ffffff;
    padding: 10px;
    display: none;
}

    .cookie-status.act {
        display: block !important;
    }

    .cookie-status img {
        width: 24px;
    }

.container-politica {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-politica {
    padding: 0 30px;
    text-align: center;
}

    .item-politica img {
        width: 100px;
        margin-top: 20px;
    }

    .item-politica a {
        color: #c60023;
        text-decoration: none;
    }

/*News Home Grid*/

.home__newsCenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.home__newsImg {
    border-radius: 10px;
}

.home_newsContainer {
    display: flex;
    height: 620px;
}

.home__newsCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    margin: 15px;
    max-width: 384px;
}

.home__bigNews {
    margin: 20px 0px;
}

.home__comomNews {
    width: 174px;
    height: 174px;
}

.google_map {
    width: 100%;
    height: 450px;
    max-width: 706px;
}

.img_lumine_shopping {
    max-width: 336px;
    width: 100%;
}

.card__promocao {
    max-width: 384px;
    width: 100%;
    background-color: var(--bg-light);
    border-radius: 8px;
    margin: 18px;
}

.card__promocao__content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-top: 10px;
    padding: 13px;
}

.card__promocao__title {
    margin: 8px;
    font-weight: bold;
    font-size: 18px;
    color: #484648;
}

.card__promocao__subtitle {
    margin: 8px;
    font-weight: initial;
    font-size: 20px;
    color: var(--second-color);
}

.card__promocao__info {
    margin: 8px;
    font-size: 14px;
}

.btn-main__promocao {
    background-color: transparent;
    border: 1px solid var(--first-color);
    padding: 12px 2px;
    width: 180px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 35px;
    text-align: center;
    font-size: 15px;
    color: var(--first-color);
    border-radius: 50px;
    transition: .5s ease;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    margin: 13px;
}

.container__promocao {
    display: flex;
    margin-top: 96px;
    flex-wrap: wrap;
}

.promocao__img {
    width: 384px;
    height: 384px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card__promocao__tag {
    height: 30px;
    background-color: var(--second-color);
    color: white;
    position: absolute;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    font-weight: 600;
}

@media only screen and (max-width: 1440px) {
    .container__promocao {
        justify-content: center;
    }
}


@media only screen and (max-width: 1240px) {
    .home__newsMob2 {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .home__newsMob1 {
        display: none;
    }
}

.custom_hr {
    margin: 30px 0px;
    height: 1px;
    border-bottom: 1px solid #e4e4e4;
}


@media only screen and (max-width: 420px) {

    .promocao__img {
        width: 290px;
        height: 290px;
    }


    .home__bigNews {
        width: 100%;
    }

    .home__comomNews {
        width: 135px;
        height: 135px;
    }

    .home_newsContainer {
        height: 500px;
    }

    .row {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 375px) {
    .footer__wraper {
        padding-left: 0px;
        padding-right: 0px;
    }
}


.btn-drop-promo {
    color: #fff;
    padding: 3px 10px;
    border: none;
    border-radius: 5px;
    font-size: 22px;
    outline: none;
    cursor: pointer;
    z-index: 0;
    background-color: var(--first-color);
    border-radius: 50% !important;
}

.conteudo-pro {
    padding: 20px !important;
}

.drop-promo {
    list-style: none;
    display: none;
}

    .drop-promo li {
        background: #fff;
        color: var(--first-color);
        padding: 3px 5px;
        border: none;
        font-size: 22px;
        text-align: center;
        border-radius: 15%;
    }

        .drop-promo li a {
            color: var(--first-color);
            text-decoration: none;
            transition: all 0.3s;
        }

            .drop-promo li a:hover {
                transform: scale(1.02);
            }

        .drop-promo li:last-child {
            border-bottom-left-radius: 5px !important;
            border-bottom-right-radius: 5px !important;
        }

.sb {
    position: absolute;
    top: 17px;
    right: 20px;
}

.mask-floater-2022 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    display: flex;
    align-items: center;
    z-index: 555555;
}

    .mask-floater-2022 .wrap {
        position: absolute;
        width: 70%;
        margin-left: auto !important;
        margin-right: auto;
        left: 0;
        right: 0;
        margin-top: 60px !Important;
    }

        .mask-floater-2022 .wrap img {
            max-width: 100%;
        }

    .mask-floater-2022 .close {
        width: 40px;
        height: 30px;
        background: #ffffff;
        color: #3b55a0;
        text-align: center;
        line-height: 28px;
        font-size: 20px;
        cursor: pointer;
        position: absolute;
        right: 0px;
        top: 0;
        font-family: Helvetica, Trebuchet MS, Arial, sans-serif;
    }

.banner__video {
    width: 1905px;
    height: 631px;
    object-fit: cover;
}

@media (max-width: 600px) {
    .mask-floater-2022 .wrap img {
        width: 100%;
        margin: 0 auto;
        height: 85dvh;
    }

    .mask-floater-2022 .wrap {
        margin-left: auto !important;
        margin-right: auto;
        left: 0;
        right: 0;
        margin-top: 10px !Important;
        width: 80%;
    }

    .mask-floater-2022 .close {
        right: 0px;
        top: 0px;
        opacity: 0.7;
    }

    .banner__video {
        width: 375px;
        height: 124.33px;
    }
}

.some {
    display: none;
}

.card__btn {
    background-color: #E3A51A;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

    .card__btn:hover {
        cursor: pointer;
    }

.modal__vitrine {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    max-height: 450px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 60px;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

#CompartilharWhats {
    background: #70be43;
    color: #fff;
    width: 146px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #CompartilharWhats:hover {
        cursor: pointer;
    }

.loja__name {
    display: flex;
    background: #E3A51A;
    position: relative;
    top: 180px;
    width: 100%;
    height: 26px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
}

.itemNaLIsta {
    -webkit-box-shadow: 14px 10px 29px -32px rgba(66, 68, 90, 1);
    -moz-box-shadow: 14px 10px 29px -32px rgba(66, 68, 90, 1);
    box-shadow: 14px 10px 29px -32px rgba(66, 68, 90, 1);
    border-radius: 6px;
    background-color: #f5f5f5;
}

.card-loja__content {
    margin: 30px 0px !important;
}

#titulo {
    margin-bottom: 30px;
}

@@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        height: 95%;
        max-width: none;
        max-height: none;
    }

    .close {
        font-size: 16px;
    }

    .btn-vitrine__pesquisar {
        margin-top: 30px !important;
    }

    .filtro__wraper {
        display: flex;
        justify-content: center;
    }

    .filtro__lojas {
        width: 100%
    }

    .filtro__loja__select {
        width: 100%
    }
}

.filtro__loja__select {
    padding: 15px 17px;
    padding-right: 35px;
    background-color: transparent;
    border: 1px solid var(--text-light);
    border-radius: 8px;
    color: #7E7E7E;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    transition: .3s ease;
    outline: 0;
    margin-top: 9px;
}

.filtro {
    margin-bottom: 50px;
}

.btn-vitrine__pesquisar {
    height: 51px;
    margin-top: 9px;
    border-radius: 8px;
    width: 85px;
    color: #fff;
    background-color: #E3A51A;
    border-color: transparent;
    font-size: 16px;
    font-weight: 400;
    transition: .3s ease;
}

    .btn-vitrine__pesquisar:hover {
        transition: .3s ease;
        background-color: #eec975;
    }