﻿@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Roboto");
@font-face {
    font-family: Proxima Nova Soft;
    src: url(../fonts/proxima-soft/ProximaNovaSoft-Regular.eot);
    src: url(../fonts/proxima-soft/ProximaNovaSoft-Regular.woff2) format("woff2"), url(../fonts/proxima-soft/ProximaNovaSoft-Regular.woff) format("woff"), url(../fonts/proxima-soft/ProximaNovaSoft-Regular.ttf) format("truetype"), url(../fonts/proxima-soft/ProximaNovaSoft-Regular.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Proxima Nova Soft;
    src: url(../fonts/proxima-soft/ProximaNovaSoft-Medium.eot);
    src: url(../fonts/proxima-soft/ProximaNovaSoft-Medium.woff2) format("woff2"), url(../fonts/proxima-soft/ProximaNovaSoft-Medium.woff) format("woff"), url(../fonts/proxima-soft/ProximaNovaSoft-Medium.ttf) format("truetype"), url(../fonts/proxima-soft/ProximaNovaSoft-Medium.eot?#iefix) format("embedded-opentype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Proxima Nova Soft;
    src: url(../fonts/proxima-soft/ProximaNovaSoft-Semibold.eot);
    src: url(../fonts/proxima-soft/ProximaNovaSoft-Semibold.woff2) format("woff2"), url(../fonts/proxima-soft/ProximaNovaSoft-Semibold.woff) format("woff"), url(../fonts/proxima-soft/ProximaNovaSoft-Semibold.ttf) format("truetype"), url(../fonts/proxima-soft/ProximaNovaSoft-Semibold.eot?#iefix) format("embedded-opentype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Proxima Nova Soft;
    src: url(../fonts/proxima-soft/ProximaNovaSoft-Bold.eot);
    src: url(../fonts/proxima-soft/ProximaNovaSoft-Bold.woff2) format("woff2"), url(../fonts/proxima-soft/ProximaNovaSoft-Bold.woff) format("woff"), url(../fonts/proxima-soft/ProximaNovaSoft-Bold.ttf) format("truetype"), url(../fonts/proxima-soft/ProximaNovaSoft-Bold.eot?#iefix) format("embedded-opentype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v38/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2")
}

/* AJUSTAR DEPOIS */
.icon-footer { border-radius: 50%; background-color: #FFFFFF; }
.section-box.movies { margin: 20px 0 !important; }
.section-box.reviews { margin-top: 20px !important; }

/* HELPERS */
.display-none { display: none !important; }
.font-white { color: #FFFFFF !important; }

:root {
    /* HELPERS */
    --border: #E7EBED;

    /* BACKGROUND MENU */
    --topheader: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%); /* TOP HEADER */
    --topbar: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%); /* TOP BAR */
    --navbar: linear-gradient(to top, #4481eb 0%, #04befe 100%); /* NAV BAR */

    /* COR DOS CLASSIFICADOS */
    --classificados: #db9514;
    
    /* COR DOS IMÓVEIS */
    --imoveis: #02A676;

    /* COR DAS NOTÍCIAS */
    --noticias: #1dc1dd;

    /* COR DOS PRODUTOS */
    --empresas: #0099FF;

    /* COR DOS EVENTOS */
    --eventos: #a9d21d;
    
    /* COR DOS SORTEIOS */
    --raffle: #7ea108;

    /* COR DOS EMPREGOS */
    --empregos: #e58324;

    /* COR DOS VEÍCULOS */
    --veiculos: #153C8B;

    /* COR DO CINEMA */
    --cinema: #d34c4c;

    /* COR DE PROMOÇÕES */
    --promocoes: #F7070D;

    /* COR DO QUIZ */
    --quiz: #4757ff;
    
    /* COR DOS COLUNISTAS */
    --colunistas: #54057E;
    /* CORES DE TEXTO */
    --dark: #191919;
    --default-info: #919191; /* COR PADRÃO DE ALGUNS p, label, h3 */

    /* BACKGROUNDS */
    --gradient: linear-gradient(rgba(63, 59, 57, .06), rgba(79, 67, 63, .38) 26%, #1f130e); /* Background gradient, caso queira usar, adicione ao lado da classe new-title a classe .gradient nos posts, imóveis, véiculos... Ou vá no css e adicione na classe new-title background: var(--gradient); */
    --light: #F7F7F7; /* Background com leve diferenciação do padrão Branco */

    /* CORES DE DETALHES DE IMÓVEIS, VEÍCULOS, EMPREGOS */
    --detail-title: #919191;
    --detail: #202020;

    /* SOCIAL COLORS */
    --facebook: #3b5998;
    --twitter: #55acee;
    --whatsapp: #29a71a;
    --linkedin: #0077b5;
    --instagram: #6B56C0;
    --rss: #FF6600;

}

.mce-edit-area iframe {
    max-height: 200px;
}

/* FLEX */
.flex2 { width: 48%; }
.flex3 { width: 31%; }
.flex4 { width: 23%; }
@media(max-width: 768px) {
  .flex2 { width: 100%; }
  .flex3 { width: 100%; margin-bottom: 25px !important; }
  .flex4 { width: 49%; margin-bottom: 15px; }
}

/* BOTÕES */
.btn.full { display: block; width: 100% !important; max-width: 100% !important; }

.btn-veiculos { background: var(--veiculos); color: var(--white); border: 2px solid var(--veiculos); font-size: 0.8em; max-width: 290px; margin: 18px auto 0 auto; letter-spacing: .08em; display: block; padding: 12px; }
.btn-veiculos:hover { background-color: var(--white); color: var(--veiculos); }

.btn-imoveis { background: var(--imoveis); color: var(--white); border: 2px solid var(--imoveis); font-size: 0.8em; max-width: 290px; margin: 18px auto 0 auto; letter-spacing: .08em; display: block; padding: 12px; }
.btn-imoveis:hover { background-color: var(--white); color: var(--imoveis); }

.btn-produtos { background: var(--empresas); color: var(--white); border: 2px solid var(--empresas); font-size: 0.8em; max-width: 290px; margin: 18px auto 0 auto; letter-spacing: .08em; display: block; padding: 12px; }
.btn-produtos:hover { background-color: var(--white); color: var(--empresas); }

.btn-empresas { background: var(--empresas); color: var(--white); border: 2px solid var(--empresas); font-size: 0.8em; max-width: 290px; margin: 18px auto 0 auto; letter-spacing: .08em; display: block; padding: 12px; }
.btn-empresas:hover { background-color: var(--white); color: var(--empresas); }

.btn-promocoes { background: var(--cinema); color: var(--white); border: 2px solid var(--cinema); font-size: 0.8em; max-width: 290px; margin: 18px auto 0 auto; letter-spacing: .08em; display: block; padding: 12px; }
.btn-promocoes:hover { background-color: var(--white); color: var(--cinema); border: 2px solid var(--cinema); font-size: 0.8em; max-width: 290px; margin: 18px auto 0 auto; letter-spacing: .08em; display: block; padding: 12px; }

.btn-eventos { background: var(--eventos); color: var(--white); border: 2px solid var(--eventos); font-size: 0.8em; max-width: 290px; margin: 18px auto 0 auto; letter-spacing: .08em; display: block; padding: 12px; }
.btn-eventos:hover { background-color: var(--white); color: var(--eventos); }

.btn-raffle { background: var(--raffle); color: #FFF; border: 2px solid var(--raffle); font-size: 0.8em; margin: 18px auto 0 auto; letter-spacing: .08em; display: block; padding: 12px; }
.btn-raffle:hover { background-color: #3ba30f; color: var(--raffle)!important; }

.btn-classificados { background: var(--classificados); color: var(--white); border: 2px solid var(--classificados); font-size: 0.8em; max-width: 290px; margin: 18px auto 0 auto; letter-spacing: .08em; display: block; padding: 12px; }
.btn-classificados:hover { background-color: var(--white); color: var(--classificados); }

.btn-noticias { background: var(--noticias); color: var(--white); border: 2px solid var(--noticias); font-size: 0.8em; max-width: 290px; margin: 18px auto 0 auto; letter-spacing: .08em; display: block; padding: 12px; }
.btn-noticias:hover { background-color: var(--white); color: var(--noticias); }

.btn-quiz { background: var(--quiz); color: var(--white); border: 2px solid var(--quiz); font-size: 0.8em; max-width: 290px; margin: 18px auto 0 auto; letter-spacing: .08em; display: block; padding: 12px; }
.btn-quiz:hover { background-color: var(--white); color: var(--quiz); }


/* PADRONIZAÇÃO DE ALGUMAS CORES */
.detail-desc { color: var(--detail-title); }
.detail { color: var(--detail); }
.gradient { background: var(--gradient); }
.bg-veiculos { background-color: var(--veiculos); }

/* FLEX */
.flex { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: stretch; }
.align-items-center { align-items: center; align-self: center; }
.justify-content-start { justify-content: flex-start; }
.justify-content-end { justify-content: flex-end; }
.justify-content-around { justify-content: space-around; }
.justify-content-center { justify-content: center; }


/* PAINEL ADMIN IMÓVEIS */
.main-form-diff .label { flex-basis: 20%; }

/* HEADER */
.main-header .main-logo { min-width: 120px; }
.main-header-login-image { font-weight: 500; color: var(--white); text-align: center; }
.main-header-login-image .login-icon { background-position: center; background-size: cover; border: 1px solid var(--white); background-repeat: no-repeat; border-radius: 50%; width: 50px; height: 50px; }
.city .min, .city .max { font-weight: 500; color: var(--white); }
.city .main-tempo-icon { width: 45px; }
@media(max-width: 768px) {
  .header { margin-bottom: 0 !important; }
  .main-bar { display: none; }

  .main-tempo-container { display: flex; justify-content: center; }
}


/* FOOTER */
.main-footer .main-newsletter { margin: 40px auto !important; }

/* PAGE */
.page-content .btn { text-align: center !important; display: block !important; margin: 0 auto !important; }


/* HOME SECTION */
.home-section.veiculos .title { color: var(--veiculos) !important; }
.home-section.imoveis .title { color: var(--imoveis) !important; }
.home-section.promocoes .title { color: var(--cinema) !important; }

/* SECTION HOME POSTAGENS */
.main-bloco-title { width: 100%; margin-bottom: 35px; text-align: center; }
.main-bloco-title .title { color: var(--noticias); font-size: 26px; margin-bottom: 6px; }
.main-bloco-title .tagline { color: var(--default-info); font-size: 16px; font-family: Lato, sans-serif; font-weight: 500; }

.main-home-news { padding-top: 50px; padding-bottom: 50px; }
.main-home-news-content .left { width: 65%; }
.main-home-news-content .right { width: 30%; }
.main-home-news-content .btn { width: 290px; margin: 18px auto; padding: 12px 0; text-align: center; border-radius: 3px; text-transform: uppercase; font-weight: 700;     font-family: Proxima Nova Soft, sans-serif; background-color: var(--noticias); border: 2px solid var(--noticias); color: var(--white); letter-spacing: .08em; }
.main-home-news-content .btn:hover { background-color: var(--white); color: var(--noticias); }

.main-postages-container { margin-top: 30px; }
.main-postages-box { flex-basis: 100%; margin-bottom: 30px; }

.main-postages { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.main-postages:last-of-type { border-bottom: none; padding-bottom: 0; }
.main-postages .link-title { color: var(--dark); }
.main-postages .link-cover { margin-right: 20px; }
.main-postages-title { flex-basis: 100% }
.main-postages-title.off { flex-basis: 100%; }
.main-postages-title .tag { font-weight: bold; font-size: 0.9em; color: var(--noticias); display: block; margin-bottom: 5px; text-transform: uppercase; }
.main-postages-title .link-title { display: block; font-size: 1em; margin-top: 10px; margin-bottom: 13px; }
.main-postages-title .title { font-size: 22px; font-weight: 500; color: var(--dark); }
.main-postages-title .info { color: var(--gray3); font-size: 0.92em; font-weight: 400; width: 100%; }
.main-postages-title .info:before { margin-right: 10px !important; }
.main-postages-title .time { font-weight: 400; }
.main-postages-load { padding: 15px 0; width: 340px; text-align: center; max-width: 100%; font-weight: 700; background-color: var(--aqua); color: var(--white); font-size: 1.1em; display: inline-block; margin: 35px auto 0 auto; }

/* POSTAGE */
.main-single-postage .new-subtitle { display: block; margin-bottom: 5px; width: 100%; text-align: center; text-transform: uppercase; font-weight: bold; font-size: 20px }
.main-single-postage .new-subtitle a { color: #FFFFFF; display: block; padding: 10px 0; }
.main-single-postage .date { margin-bottom: 15px; width: 100%; text-align: center; }
.main-single-postage .views { font-size: 14px; margin-bottom: 30px; }
.main-single-postage .eye { display: inline-block; margin: 0 5px; width: 14px; }

/*ASIDE*/
.main-postages-aside { margin-bottom: 35px; }
.main-postages-aside .main-banner { margin: 0; }
.main-postages-aside-title { margin-bottom: 35px; }
.main-postages-aside-title .title { font-weight: 500; letter-spacing: 1px; font-size: 1.1em; }

.main-postages-list-header { font-size: 26px; font-weight: 700; color: #1dc1dd; display: block; margin-bottom: 30px; }
.main-postages-list .list { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.main-postages-list .list:last-child { border: none; }
.main-postages-list .number { font-weight: 700; font-size: 2.7em; color: var(--noticias); }
.main-postages-list-title { width: calc(100% - 65px); }
.main-postages-list-title .title { font-size: 1em; font-weight: 400; margin: 0; color: var(--dark); }
.main-postages-list-title .link:hover { text-decoration: underline; color: var(--dark); }
@media(max-width: 768px) {
  .main-home-news-content .left { width: 100%; }
  .main-home-news-content .right { width: 100%; }
  .main-postages-box { flex-basis: 100%; }

  .main-postages-title .title { font-size: 18px; }
}


/* HOME PRODUCTS */
.products-color { color: var(--empresas); }

.main-home-section.content { width: 100%; }
.main-home-section .container { max-width: 1210px; margin: 0 auto; padding: 70px 20px; }

.main-home-section-title { flex-basis: 100%; text-align: center; margin-bottom: 40px; }
.main-home-section-title .title { font-size: 28px; display: block; margin-bottom: 6px; }
.main-home-section-title .tagline { font-size: 16px; font-weight: 500; color: var(--dark); }

.main-home-section.light { background-color: #F8FAFA; }

.main-products { transition: 0.4s; background-color: var(--white); border-radius: 5px; position: relative; }
.main-products:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.19); }
.main-products .tag { position: absolute; top: 5px; color: var(--white); right: 5px; text-transform: uppercase; font-size: 12px; padding: 3px 6px; background-color: var(--empresas); }
.main-products .cover { height: 235px; width: 100%; object-fit: cover; }
.main-products-title { padding: 30px 10px 20px 10px; text-align: center; }
.main-products-title .link { display: block; margin-bottom: 18px; }
.main-products-title .title { font-size: 1.1em; color: var(--dark); }
.main-products-title .price { font-weight: 500; font-size: 1.1em; }


/* INSTAGRAM */
.main-instagram-container .button-ohana { margin-top: 25px; }
.main-instagram { list-style: none; padding: 0; position: relative; margin: 0; }
.main-instagram .list { flex-basis: 10%; }
.main-instagram .image { width: 100%; height: 200px; object-fit: cover; }

.main-instagram-title { text-align: center; width: 400px; max-width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: rgba(0, 0, 0, 0.8); padding: 30px 20px; border-radius: 10px; }
.main-instagram-title .title { color: #4757FF;  text-align: center; font-size: 28px; font-weight: bold; margin-bottom: 6px; }
.main-instagram-title .tagline { color: var(--white); font-size: 20px; text-align: center; font-family: Lato, sans-serif; font-weight: 500; }


@media (max-width: 768px) {
    .main-instagram-title { width: 300px; }
    .main-instagram .list { flex-basis: 25%; }
    .main-instagram .image { height: 130px; }
}


/* VIEW - SLIDES */
.main-slide-fade { min-height: 580px; position: relative; background-color: rgba(0, 0, 0, 0.3); }
.main-slide-title { position: absolute; left: 50%; top: 43.5%; transform: translate(-50%, -50%); text-align: center; }
.main-slide-title .title { color: var(--white); font-size: 2.5em; }
.main-slide-title .tagline { color: var(--white); font-size: 1.42em; font-weight: 400; }
.main-slide-title .link { display: inline-block; margin-top: 15px; background-color: var(--blue); color: var(--white); padding: 15px 45px; font-size: 0.85em; font-weight: 500; }
.main-slide-container .swiper-pagination { position: relative; margin-top: -50px; }
.main-slide-container .swiper-pagination-bullet { width: 16px; height: 16px; background-color: transparent; opacity: 1; border: 2px solid var(--white); margin: 0 3px; }
.main-slide-container .swiper-pagination-bullet-active { background-color: var(--white); }
.main-slide-container .swiper-button-next { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIGZpbGw9IndoaXRlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBkPSJNMzYwLjczMSwyMjkuMDc1bC0yMjUuMS0yMjUuMWMtNS4zLTUuMy0xMy44LTUuMy0xOS4xLDBzLTUuMywxMy44LDAsMTkuMWwyMTUuNSwyMTUuNWwtMjE1LjUsMjE1LjUNCgkJYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWMyLjYsMi42LDYuMSw0LDkuNSw0YzMuNCwwLDYuOS0xLjMsOS41LTRsMjI1LjEtMjI1LjFDMzY1LjkzMSwyNDIuODc1LDM2NS45MzEsMjM0LjI3NSwzNjAuNzMxLDIyOS4wNzV6DQoJCSIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=') !important; }
.main-slide-container .swiper-button-prev { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGZpbGw9IndoaXRlIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBkPSJNMTQ1LjE4OCwyMzguNTc1bDIxNS41LTIxNS41YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xcy0xMy44LTUuMy0xOS4xLDBsLTIyNS4xLDIyNS4xYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWwyMjUuMSwyMjUNCgkJYzIuNiwyLjYsNi4xLDQsOS41LDRzNi45LTEuMyw5LjUtNGM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMUwxNDUuMTg4LDIzOC41NzV6Ii8+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==') !important; }

/* TRIGGER QUIZ */

/*
TRIGGER
Personaliza mensagens do sistema
*/
.trigger {
  display: block;
  width: 100%;
  padding: 15px;
  background: #333;
  font-size: 0.9em;
  color: #fff;
  margin-bottom: 20px; 
  margin-left: 10px;        
}

.trigger p {
    margin-top: 8px; }

.trigger_success {
  background-color: #2d9cb4; }

.trigger_info {
  background-color: #0099FF; }

.trigger_alert {
  background-color: #FAAD50; }

.trigger_error {
  background-color: #F45563; }

.trigger_none {
  margin-bottom: 0; }
  
.overlay_trigger {
  position: relative; 
}

.overlay_trigger::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1; 
}

.trigger_modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 460px;
  max-width: 80%;
  padding: 20px 20px 0 0;
  cursor: pointer;
  z-index: 999; 
}

.trigger_modal .trigger {
  padding: 20px;
  margin: auto 30px auto auto; 
}

.trigger_ajax {
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  -webkit-animation: c .7s ease-in-out both;
  animation: c .7s ease-in-out;
  border-color: #eee; 
}

.trigger_ajax:before {
  content: '';
  position: absolute;
  right: 8px;
  left: auto;
  width: 0;
  height: 0;
  top: 100%;
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  border-radius: 0; 
}

.trigger_ajax:after {
  content: '';
  z-index: -1;
  border-radius: 3px;
  box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1), 0 8px 8px -5px rgba(0, 0, 0, 0.25); }
  
@media(max-width: 768px) {
  .main-slide-title { width: 100%; padding: 0 20px; }
}

/* VIEW - IMOVEL */
.main-imobi-header { background-color: var(--light); padding: 15px 10px 0 10px; }
.main-imobi-header .title { display: none; }
.main-imobi-header .list { display: inline-block; margin-right: 20px; }
.main-imobi-header .subtitle { font-size: 1em; font-weight: 400; padding-left: 35px; }
.main-imobi-header .icon-buildarea { background-image: url(../img/icon-buildarea.png); background-size: 20px !important; background-position: left !important; background-repeat: no-repeat !important; }
.main-imobi-header .icon-bedroom { background-image: url(../img/icon-bedroom.png); background-size: 20px !important; background-position: left !important; background-repeat: no-repeat !important; }
.main-imobi-header .icon-bathroom { background-image: url(../img/icon-bathroom.png); background-size: 20px !important; background-position: left !important; background-repeat: no-repeat !important; }

/* HTMLCHARS */
.htmlchars { padding: 20px 40px; position: relative; }

.htmlchars h3 { font-size: var(--title); font-weight: 700; letter-spacing: 1px; display: block; margin-top: 45px; margin-bottom: 20px; }

.htmlchars img { display: block; margin: 10px auto; max-width: 100%; }
.htmlchars iframe, .htmlchars embed { max-width: 100%; }
.htmlchars p { display: block; margin-bottom: 28px; font-size: var(--normal); letter-spacing: 0.3px; line-height: 1.4; }

.htmlchars ul { list-style-type: disc; margin-top: 30px; padding-left: 20px; }
.htmlchars li { margin-bottom: 5px; font-size: var(--slim); letter-spacing: 0.3px; line-height: 1.4; }

/* VIEW - LISTING DEFAULT */
@media(max-width: 768px) {
  .header-details .listing-category,
  .header-details .listing-company,
  .header-details .listing-location { width: 100%; flex-basis: 100% !important; margin-bottom: 5px; border-radius: 0; display: block; }
}

/* VIEW - IMOVEIS */
.main-imobi-featured { list-style: none; padding: 0 20px; }
.main-imobi-featured .title { display: none; }
.main-imobi-featured .transaction { padding: 10px 20px; color: var(--white); border-radius: 5px; font-weight: bold; text-transform: uppercase; font-size: 1.2em; margin-left: 15px; background-color: var(--imoveis); }
.main-imobi-featured .price { padding: 10px 20px; border-radius: 5px; color: var(--white); font-weight: bold; text-transform: uppercase; font-size: 1.2em; margin-left: 15px; background-color: var(--empresas); }

.main-imobi-diff { margin-bottom: 35px; }
.main-imobi-diff:last-of-type { margin-bottom: 0; }
.main-imobi-diff .title { color: var(--black); font-weight: 500; font-size: 1.8em; display: block; margin-bottom: 15px; }
.main-imobi-diff .list { display: inline-block; margin-right: 10px; }
.main-imobi-diff .subtitle { padding: 5px 10px; font-weight: 400; border-radius: 5px; color: var(--white); background-color: var(--imoveis); font-size: 0.9em; }

/* VIEW - VEICULOS */
.main-listing-list { list-style: none; margin-bottom: 35px; padding-right: 40px; }
.main-listing-list .list.check { background-image: url(../img/check.png); background-repeat: no-repeat !important; background-size: 12px !important; background-position: 10px !important; }
.main-listing-list .list.notcheck { background-image: url(../img/close.png); background-repeat: no-repeat !important; background-size: 12px !important; background-position: 10px !important; }
.main-listing-list .list:nth-child(odd) { background-color: var(--light); }
.main-listing-list .title { font-size: 1.5em; font-weight: 500; }
.main-listing-list .subtitle { font-weight: 400; font-size: 0.9em; padding: 10px 30px; margin: 0; }

.main-header-listing { list-style: none; margin-top: 20px; }
.listing-header { margin-bottom: 20px; }
.main-header-listing .title { font-size: 1.5em; font-weight: 500; flex-basis: 100%; width: 100%; }
.main-header-listing .icon { background-position: left top !important; background-size: 28px !important; padding-left: 35px; background-repeat: no-repeat !important; }
.main-header-listing .list { flex-basis: 33.33%; }
.main-header-listing .subtitle { font-size: 1em; font-weight: bold; margin: 0; display: block; text-transform: uppercase; }
.main-header-listing .tagline { font-size: 0.9em; font-weight: 400; display: block; }
.main-header-listing .imoveis { color: var(--imoveis); font-weight: bold; font-size: 1.3em; }
.main-header-listing .veiculos { color: var(--veiculos); font-weight: bold; font-size: 1.3em; }
.main-header-listing .empresas { color: var(--empresas); font-weight: bold; font-size: 1.3em; }
.main-header-listing .empregos { color: var(--empregos); font-weight: bold; font-size: 1.3em; }
.main-listing-desc { background-color: var(--light); margin-top: 25px; }

.main-header-listing .icon-year { background-image: url(../img/ano.png); }
.main-header-listing .icon-km { background-image: url(../img/km.png); }
.main-header-listing .icon-car { background-image: url(../img/car.png); }
.main-header-listing .icon-color { background-image: url(../img/color-picker.png); }
.main-header-listing .icon-fuel { background-image: url(../img/fuel.png); }
.main-header-listing .icon-placa { background-image: url(../img/placa.png); }
.main-header-listing .icon-money { background-image: url(../img/money.png); }
.main-header-listing .icon-brand { background-image: url(../img/brand.png); }
.main-header-listing .icon-placa { background-image: url(../img/placa2.png); }
.main-header-listing .icon-cat { background-image: url(../img/cat2.png); }

.main-header-listing .icon-bedrooms { background-image: url(../img/bedroom.png); }
.main-header-listing .icon-bathrooms { background-image: url(../img/bathroom.png); }
.main-header-listing .icon-area { background-image: url(../img/area.png); }
.main-header-listing .icon-transaction { background-image: url(../img/transaction.png); }
.main-header-listing .icon-garage { background-image: url(../img/garage.png); }

.main-header-listing .icon-list { background-image: url(../img/list.png); }
.main-header-listing .icon-cat { background-image: url(../img/cat.png); }
.main-header-listing .icon-stock { background-image: url(../img/stock.png); }
.main-header-listing .icon-price2 { background-image: url(../img/price2.png); }
.main-header-listing .icon-house { background-image: url(../img/house.png); }

/* HELLOBAR */
.main-hellobar { display: none; z-index: 100; width: 100%; height: 100vh; background-color: rgba(0,0,0,.3); position: fixed; top: 0; left: 0; }
.main-hellobar .hello-image { width: 100%; max-height: 50vh; object-fit: cover; object-position: center; display: block; }
.main-hellobar-content { align-self: flex-end; align-items: flex-end; width: 600px; max-width: 90%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.main-hellobar-title { text-align: center; width: 100%; background-color: var(--white); padding: 20px 35px; }
.main-hellobar-title .title { font-size: 2em !important; font-weight: bold; flex-basis: 100%; display: block; margin-bottom: 15px; color: var(--empresas); }
.main-hellobar-title .tagline { font-size: 1.2em !important; font-family: Lato; font-weight: 400; flex-basis: 100%; }
.main-hellobar-title .link { padding: 10px 0; border-radius: 5px; color: var(--empresas); text-transform: uppercase; font-weight: bold; transition: 0.3s; background-color: var(--white); font-size: 0.9em; display: inline-block; width: 300px; text-align: center; margin: 20px auto 0 auto; border: 2px solid var(--empresas); }
.main-hellobar-title .link:hover { background-color: var(--empresas); color: var(--white); }
.main-hellobar-close { position: absolute; top: 0; right: 0; padding: 10px; background-color: var(--cinema); color: var(--light); cursor: pointer; }
.main-hellobar-close:hover { background-color: var(--light); color: var(--dark);}
@media(max-width: 768px) {
    .main-hellobar-title { padding: 20px; }
    .main-hellobar-title .title { font-size: 20px; }
    .main-hellobar .hello-image { max-height: 40vh !important; }
}

/* PROMOÇÕES */
#offers { background-color: transparent !important; }
.main-open-offer { background-color: var(--white); padding: 0 0 20px 0; }
.main-open-offer p { padding: 0 20px; }
.main-open-offer .code { display: block; max-width: 90%; margin: 65px auto 0 auto; text-align: center; border: 5px dashed #B2B2B2; text-transform: uppercase; font-weight: bold; color: var(--cinema); font-size: 2em; padding: 15px 25px; }
.main-open-offer .tagline { color: var(--gray); font-size: 14px; display: block; margin-top: 5px; margin-bottom: 30px; }
.main-open-offer .site { font-weight: bold; color: var(--cinema); display: block; margin-top: 15px; font-size: 1.1em; }
.main-open-offer .site:hover { text-decoration: underline; }
.main-open-offer-title { text-align: center; padding: 0; }
.main-open-offer-title .title { font-weight: 500; color: #222; text-align: left; }

.main-open-offer .btn { background-color: var(--cinema) !important; border-color: var(--cinema) !important; }
.main-open-offer .btn:hover { background-color: var(--white) !important; color: var(--cinema) !important; }

.main-open-offer-title img { max-height: 400px; width: 100%; object-fit: cover; object-position: center; display: block; margin: 0 auto 25px auto; }
.main-open-offer-title .old { color: var(--gray); font-size: 1.6em; }
.main-open-offer-title .new2 { font-size: 2em; font-weight: 600; color: var(--cinema); border: none !important; border-color: transparent !important; }


.main-featured-offer { margin: 70px 0 35px 0; position: relative; padding-bottom: 35px; border-bottom: 1px solid #B2B2B2; position: relative; }
.main-featured-offer .tag { position: absolute; left: 500px; top: 20px; background-color: var(--cinema); border-radius: 50%; font-weight: bold; color: var(--white); font-size: 20px; width: 50px; height: 50px; text-align: center; line-height: 2.5; }
.main-featured-offer .link-cover { width: 580px; }
.main-featured-offer .cover { width: 100%; max-height: 320px; object-fit: cover; object-position: center; }
.main-featured-offer .offer-icon { height: 16px; margin-right: 6px; }

.main-featured-offer-title { flex-basis: calc(100% - 640px); text-align: center; }
.main-featured-offer-title .featured { background-color: var(--cinema); font-weight: bold; margin-bottom: 8px; color: #FFFFFF; font-size: 18px; padding: 10px 0; width: 100%; display: block; text-align: center; }
.main-featured-offer-title .comp { color: #757575; font-size: 14px; display: block; }
.main-featured-offer-title .comp2 { color: #757575; font-size: 14px; display: block; margin-bottom: 15px; }
.main-featured-offer-title .title { text-align: center; color: var(--cinema); font-weight: bold; font-size: 26px; }
.main-featured-offer-title .tagline { text-align: left; display: block; color: #757575; margin-top: 25px; line-height: 1.3; }

.main-featured-offer-title .title-price { display: block; margin-top: 25px; color: #757575; font-size: 14px; }
.main-featured-offer-title .price { font-weight: bold; color: var(--cinema); font-size: 24px; display: block; margin-bottom: 10px; }
.main-featured-offer-title small { font-weight: bold; }

.main-featured-offer-title .link { display: inline-block; border: 1px solid var(--cinema); padding: 15px 30px; font-weight: bold; color: var(--white); background-color: var(--cinema); text-transform: uppercase; transition: 0.4s; margin-top: 15px; }
.main-featured-offer-title .link:hover { color: var(--cinema); background-color: var(--white); }

@media(max-width: 768px) {
  .main-open-offer .code { font-size: 14px; }

  .main-header-listing { padding-left: 10px; }
  .main-listing-list .title { font-size: 1.1em; }

  .main-listing-list { padding: 0 10px; }
  .main-header-listing .list { flex-basis: 50%; margin-bottom: 15px; }
  .main-header-listing .featured { font-size: 1em; }

  /*HOME*/
  .main-featured-offer .link-cover { width: 100%; }
  .main-featured-offer .tag { left: calc(100% - 60px); }
  .main-featured-offer-title { width: 100%; flex-basis: 100% !important; display: block; text-align: center; margin-top: 25px; }
  .main-featured-offer-title .title { text-align: center; }
  .main-featured-offer-title .tagline { text-align: center; }
}

/* COMPARTILHAMENTO DENTRO DAS VIEWS SINGLE */
.main-share { width: 100%; margin: 25px 0; list-style: none; padding-right: 35px; }
.main-share .list { width: 25%; }
.main-share .icon { color: var(--white); width: 100%; text-align: left !important; display: block; padding: 10px 20px 10px 20px; }

.main-share .facebook .icon { background-image: url(../img/facebook-logo.png); padding: 5px 10px 5px 40px; background-position: 15px !important; background-size: 16px !important; background-repeat: no-repeat !important; }
.main-share .twitter .icon { background-image: url(../img/twitter-logo.png); padding: 5px 10px 5px 40px; background-position: 15px !important; background-size: 16px !important; background-repeat: no-repeat !important; }
.main-share .whatsapp .icon { background-image: url(../img/whatsapp-logo.png); padding: 5px 10px 5px 40px; background-position: 15px !important; background-size: 16px !important; background-repeat: no-repeat !important; }
.main-share .linkedin .icon { background-image: url(../img/linkedin-logo.png); padding: 5px 10px 5px 40px; background-position: 15px !important; background-size: 16px !important; background-repeat: no-repeat !important; }

.main-share .facebook .icon { background-color: var(--facebook); }
.main-share .twitter .icon { background-color: var(--twitter); }
.main-share .whatsapp .icon { background-color: var(--whatsapp); }
.main-share .linkedin .icon { background-color: var(--linkedin); }
@media(max-width: 768px) {
  .main-share .facebook .icon { background-position: center !important; }
  .main-share .twitter .icon { background-position: center !important; }
  .main-share .whatsapp .icon { background-position: center !important; }
  .main-share .linkedin .icon { background-position: center !important; }
}

@media(max-width: 768px) {
  .main-share .icon { font-size: 0 !important; padding: 15px 20px !important; }
}

@media(max-width: 768px) {
  .tabs-content-wrapper .event.small-event { width: 100%; margin-bottom: 25px !important; }
}


/*QUIZ*/
.main-quiz-start { background-color: var(--white); padding: 20px; text-align: center; }
.main-quiz-start .title { margin-top: 20px; }
.icon-links-actions .quiz-action { margin: 0 10px; }


.main-optin { width: 500px; max-width: 100%; padding: 20px; background-color: var(--white); margin: 20px auto; }
.optin-title { font-size: 1.5em; font-weight: bold; margin-top: 25px; text-align: center; margin-bottom: 25px; }
.main-optin input { width: 100%; display: block; padding: 10px 15px; border: 1px solid #B2B2B2; margin-bottom: 5px; }


.main-quiz-result { padding: 20px; background-color: var(--white); width: 100%; }
.main-quiz-result .cover { width: 100%; max-width: 500px; display: block; margin: 0 auto 30px auto; }
.main-quiz-result-title .title { text-align: center; font-size: 1.5em; font-weight: bold; margin: 25px auto; }
.main-quiz-result-list { text-align: center; padding: 0 !important; }
.main-quiz-result-list .list { display: block; margin-bottom: 10px; font-size: 1.3em; font-weight: bold; }
.main-quiz-result-list .featured { color: var(--empresas); font-size: 1.6em; }


.main-quizzes { transition: 0.4s; border: 1px solid #ebebeb }
.main-quizzes:hover { border: 3px solid var(--quiz); }
.more-listings-quiz { font-weight: bold; text-transform: uppercase; margin-top: 5px; display: block; }
.main-quiz { width: 100%; padding: 20px; background-color: var(--white); text-align: center;}
.main-quiz-title { margin-top: 20px; text-align: center; }
.main-quiz-title .title { font-size: 1.5em; font-weight: bold; margin-bottom: 20px; }
.main-quiz .alternative { width: 500px; max-width: 100%; border-radius: 3px; padding: 10px 20px; border: 2px solid var(--quiz); display: block; margin: 0 auto 5px auto; background-color: var(--quiz); color: var(--white); text-transform: uppercase; font-weight: bold; font-size: 1em; }
.main-quiz .alternative:hover { color: var(--quiz); background-color: var(--white); }


.main-cat-quiz .cover { height: 200px; width: 100%; display: block; fit-container: cover; }
.main-cat-quiz-title { text-align: center; }
.main-cat-quiz-title .title { font-weight: bold; line-height: 1.5; font-size: 1em; }
.main-cat-quiz-title .title:hover { color: var(--quiz); }

.main-quizzes .cover {fit-container: cover; width: 100%; display: block; }
.main-quizzes-title { background-color: var(--white); padding: 20px; text-align: center; }
.main-quizzes-title .title { font-weight: bold; font-size: 1.4em; line-height: 1.5; display: block; }
.main-quizzes-title .title:hover { color: var(--quiz); }
@media(max-width: 768px) {
    .main-quiz-start .btn { padding: 12px 0 !important; text-align: center !important; max-width: 48% !important; }
}

/*OFERTAS*/
.offers-section { background-color: var(--white); }
.main-offers { border: 3px solid transparent; background-color: #FFFFFF; position: relative; width: 31%; margin-bottom: 20px; padding-bottom: 20px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08); -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08); }
.main-offers:hover { border-color: var(--cinema); }
.main-offers .tag { position: absolute; right: 10px; top: 10px; width: 50px; text-align: center; line-height: 3.3; height: 50px; border-radius: 50%; background-color: var(--cinema); color: var(--white); font-weight: bold; }
.main-offers .cover { width: 100%; height: 230px; object-fit: cover; }
.main-offers-title { background-color: var(--white); text-align: center; }
.main-offers-title .title { font-family: Proxima Nova Soft, sans-serif !important; font-weight: bold; color: var(--gray); text-align: center !important; font-size: 1.2em; margin-bottom: 10px;}
.main-offers-title .title:hover { color: var(--cinema); }
.main-offers-title .anunciado { font-family: Proxima Nova Soft, sans-serif !important; color: var(--gray); text-align: center !important; font-size: 0.8em; margin-bottom: 5px; margin-top: 10px;}
.main-offers-title .desc { font-family: Proxima Nova Soft, sans-serif !important; color: var(--gray); text-align: center !important; padding: 0 20px;}
.main-offers-title .old { color: var(--gray); text-align: center !important; }
.main-offers-title .price { color: var(--dark); text-align: center !important; }
.main-offers-title .value { font-size: 1.6em; font-weight: bold; color: var(--cinema); display: block; }
.main-offers-title .btn-margin { margin-bottom: 10px; }
.main-offers-title .btn { margin-top: 25px !important; display: inline-block !important; }
.small-events.flex.small-events-single.jns_eventmedium.jns_changecity { margin-bottom: 35px; }

/*SINGLE*/
.offer-single-tag { background-color: var(--cinema) !important }

@media(max-width: 768px) {
    .main-offers { width: 100%; margin-bottom: 45px; }
}

/* BRANDS */
.main-brands-container { border-bottom: 1px solid var(--border); border-top: 1px solid var(--border); padding-bottom: 50px; }
.main-brands-title { flex-basis: 100%; margin-top: 30px; margin-bottom: 20px; }
.main-brands-title .title { font-weight: 500; font-size: 24px; color: var(--aqua); }
.main-brands .list { position: relative; height: 125px; }
.main-brands .image { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

/* FILTER */
.main-filter-price { list-style: none; display: flex; justify-content: flex-start; margin: 0 !important; padding: 0 !important; }
.main-filter-price li { margin-right: 5px; }
.main-filter-price .fas { font-size: 12px; }
.main-filter-price .active { color: #46aef7; }


/***********************************
*********** NEWS - HOME ************
***********************************/
/* NOTICIA OPEN */
.main-news-title-single { text-align: center; width: 100%; font-size: 26px; color: #222; display: block; padding: 15px 0 35px 0; }

.main-news-flex { width: 100%; }
.main-bloco-title { text-align: center; flex-basis: 100%; margin-bottom: 40px; }
.main-bloco-title .title { color: var(--noticias); text-align: center; font-size: 28px; margin-bottom: 6px; }
.main-bloco-title .tagline { color: var(--default-info); font-size: 16px; text-align: center; font-family: Lato, sans-serif; font-weight: 500; }

.main-bloco-title2 { padding: 15px 0; text-align: center; flex-basis: 100%; margin-bottom: 35px; }
.main-bloco-title2 .title { font-weight: 500; font-size: 1.4em; letter-spacing: 0.75px; }

.main-home-news { margin-top: 10px; }
.main-home-news-content { flex-basis: 100%; width: 100%; }
.main-home-news .left-min { flex-basis: 60%; }
.main-home-news .left { flex-basis: 100%; }
.main-home-news .right { flex-basis: 23%; }
.main-home-news .image { width: 100%; }

.main-news-tag { width: 100%; }
.main-news-tag .link { font-weight: 500; color: var(--aqua); text-transform: uppercase; font-weight: bold; margin-right: 7px; font-family: 'Roboto', sans-serif; font-size: 12px; }
.main-news-tag .icon { color: var(--gray2); position: relative; font-size: 14px; }

/* MODELO 1 - APENAS TITULO E DESCRIÃ‡ÃƒO EM DESTAQUE */
.main-news1-title .title-link { margin-top: 15px; display: block; margin-bottom: 20px; }
.main-news1-title .title { font-weight: 400; color: var(--dark); font-size: 3em; }
.main-news1-title .tagline { color: var(--gray); letter-spacing: 0.75px; }

/* MODELO 2 - APENAS TITULO EM DESTAQUE */
.main-news2-container { margin-top: 47px; }
.main-news2-title .title { font-size: 1.1em; font-weight: 400; color: var(--dark); }
.main-news2-title .icon { margin-left: 5px; font-size: 0.8em; color: var(--cinema); }

/* MODELO 3 - COMPLETO COM DESTAQUE */
.main-news3 { margin-top: 53px; width: 100%; }
.main-news3 .link-cover { width: 387px; max-height: 210px; }
.main-news3-cover { width: 100%; height: 210px; background-size: cover; background-position: center; background-repeat: no-repeat; }
.main-news3-title { flex-basis: calc(100% - 422px); }
.main-news3-title .link-title { margin-top: 15px; display: block; margin-bottom: 20px; }
.main-news3-title .title { font-weight: 500; line-height: 1.3; color: var(--dark); }
.main-news3-title .tagline { letter-spacing: 0.35px; }

/* MODELO 4 - ASIDE PADRONIZADO */
.main-news4 .link-cover { display: block; margin-bottom: 30px; }
.main-news4-cover { width: 100%; height: 155px; background-size: cover; }
.main-news4-title { margin-top: 20px; }
.main-news4-title .link-title { display: block; margin-top: 20px; margin-bottom: 13px; }
.main-news4-title .title { font-size: 1.12em; font-weight: 700; color: var(--dark); }
.main-news4-title .tagline { color: var(--gray); font-size: 0.85em; line-height: 1.5; letter-spacing: 0.75px; }

/* MODELO 5 - PRINCIPAL */
.main-news5 .link-cover { display: block; margin-bottom: 30px; }
.main-news5 .image { width: 100%; height: 200px; object-fit: cover; }
.main-news5-cover { width: 100%; height: 200px; background-size: cover; }
.main-news5-title { margin-top: 20px; }
.main-news5-title .link-title { display: block; margin-top: 20px; margin-bottom: 13px; }
.main-news5-title .title { font-size: 1.12em; font-weight: 400; color: var(--dark); }
.main-news5-title .tagline { color: var(--gray); font-size: 0.85em; line-height: 1.5; letter-spacing: 0.75px; }

/* MODELO 6 - HORIZONTAL */
.main-news6 { width: 100%; }
.main-news6-linkcover { height: 125px; flex-basis: 42%; }
.main-news6-cover { height: 125px; background-size: cover; background-position: center; width: 100%; }
.main-news6-title { flex-basis: 50%; }
.main-news6-title .link-title { display: block; margin-top: 10px; margin-bottom: 13px; }
.main-news6-title .title { font-size: 1em; font-weight: 400; color: var(--dark); }
.main-news6-title .tagline { display: none; }
.main-news6-title .main-news6-icon { display: block; flex-basis: 100%; margin-top: 20px; }

/* MODELO 7 - 3 BLOCOS, APENAS TEXTO */
.main-news7 { width: 100%; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #B2B2B2; }
.main-news7:last-of-type { border: none; }
.main-news7-title { flex-basis: 100%; }
.main-news7-title .link-title { display: block; margin-top: 10px; }
.main-news7-title .time { font-size: 12px; font-weight: 500; }
.main-news7-title .title { font-size: 16px; font-weight: 400; color: var(--dark); }
.main-news7-title .tagline { display: none; }
.main-news7-title .main-news7-icon { display: block; flex-basis: 100%; margin-top: 20px; }

.section-box .main-news7-title { margin-top: 20px; border-bottom: 1px solid #B2B2B2 }
.section-box .main-news7-title .title { font-size: 22px; margin-bottom: 0; }
.section-box .main-news7-title .data { display: block; margin-bottom: 20px; font-weight: 400; margin-top: 5px; }
.section-box .main-news7-title:last-of-type { border: none }

/* BLOCO HELPERS */
.bloco { margin-bottom: 60px; }
.bloco .link-title:hover { text-decoration: underline; }
.block-margin-top35 { margin-top: 35px; }
.block-margin-bottom35 { margin-bottom: 40px; }
.block-margin-bottom15 { margin-top: 35px; }

@media(max-width: 768px) {
    .block-margin-bottom35 { margin-bottom: 20px; }
}

/*VIDEO EMPRESA*/
.box-video { position: relative; background-color: #000; }
.box-video .cover { opacity: 0.9; }
.box-video .icon { position: absolute; bottom: 5px; left: 5px; width: 20px; }

span.xuxu{
    text-align: right;
    font-size:0.8em;
    color: #ccc;
    margin-right: 0;
}
.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

/*ALTERAÇÕES ALISSON*/
/*
GENERAL
*/

/*one input*/
.one_input{width: 100%; position: relative;}
.one_input_field{width: 100%; height: 100%; border: 1px solid #d1d1d1; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; padding: 10px 15px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); outline: none;}
.one_input_field:focus{padding: 10px 15px; border: 1px solid #d1d1d1; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 7px rgba(0, 153, 255, 0.5); -moz-box-shadow: 0 0 7px rgba(0, 153, 255, 0.5); -ms-box-shadow: 0 0 7px rgba(0, 153, 255, 0.5); -o-box-shadow: 0 0 7px rgba(0, 153, 255, 0.5); box-shadow: 0 0 7px rgba(0, 153, 255, 0.5);}
.one_input_button{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-justify-content: center;-webkit-box-pack: center;-moz-justify-content: center;-moz-flex-pack: center;-ms-justify-content: center;-ms-flex-pack: center;-o-justify-content: center;justify-content: center;-webkit-align-items: center;-webkit-box-align: center;-moz-align-items: center;-ms-align-items: center;-ms-flex-align: center;-o-align-items: center;align-items: center;height: 100%;padding: 12px 22px;position: absolute;top: 0;right: 0;font-size: 14px;color: #ffffff;background-color: #f90;margin-left: 10px;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;-o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;outline: none; }
.one_input_button:hover{cursor: pointer; background-color: #FFA31A; }

.header .topbar .topbar-content .header-search {
    width: calc(100% - 450px);
}

/*realtime search*/
.realtime_search{display: none; width: 100%; position: absolute; margin-top: 10px; padding: 10px 5px 10px 10px; background-color: #ffffff; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5); -moz-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5); -ms-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5); -o-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5); box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5); z-index: 99999;}
.realtime_search ul{max-height: 300px; padding-left: 0; overflow-y: auto; list-style-type: none;}
.realtime_search ul::-webkit-scrollbar{width: 7px; background-color: #ffffff;}
.realtime_search ul::-webkit-scrollbar-thumb{background-color: transparent; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.realtime_search li.text_type{font-size: 0.7em; color: #777777; font-weight: 800; text-transform: uppercase; text-align: right; letter-spacing: 2px; padding: 10px 15px; background-color: #f9f9f9;}
.realtime_search li a{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: flex-start; text-decoration: none; padding: 10px; -webkit-transition: background-color 0.2s ease-in-out; -moz-transition: background-color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out; -o-transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out;}
.realtime_search li a:hover{background-color: #f6f6f6;}
.realtime_search li a img{width: 50px; margin-right: 20px;}
.realtime_search li a p{font-size: 0.9em; color: #1caffc; font-weight: 600;}
.realtime_search li a p .text_one{display: inline-block; font-size: 0.9em; color: #666666; text-decoration: none; margin-right: 10px;}
.realtime_search li a p .text_two{display: inline-block; font-size: 0.8em; color: #e58324;}


/*
COMPANIES
*/
/*VIDEOS*/
.gallery.videos { width: 100%; display: flex; justify-content: space-between; }
.gallery.videos .section-content { width: 24% }
.gallery.videos .load-more { display: none !important; }

/*
PROPERTY
*/

/*paginator*/
.property .paginator {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-left: 0;
}

.property .paginator li{
    display: inline-block;
}

.property .paginator a,
.property .paginator span {
    display: inline-block;
    font-size: 0.8em;
    color: #1caffc;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 12px;
    margin: 0 5px;
    background-color: transparent;
    border: 1px solid #1caffc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.property .paginator a:hover,
.property .paginator span.active {
    color: #ffffff;
    background-color: #1caffc;
    border-color: #1caffc;
    cursor: pointer;
}

/*property_wrapper*/
.property_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*property_item*/
.property_item {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.property_item:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

/*property_item_image*/
.property_item_image {
    margin-bottom: 10px;
}

/*property_item_desc_title*/
.property_item_desc_title {
    padding: 0 10px;
}

.property_item_desc_title p {
    font-size: 1.4em;
    color: #444444;
    margin-bottom: 0;
}

/*property_item_desc_reviews*/
.property_item_desc_reviews {
    padding: 0 10px;
}

.property_item_desc_reviews ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.property_item_desc_reviews ul li:not(:last-child) {
    margin-right: 5px;
}

.property_item_desc_reviews ul li i {
    font-size: 0.75em;
    color: #0099ff;
}

/*property_item_desc_address*/
.property_item_desc_address {
    padding: 0 10px;
}

.property_item_desc_address p {
    margin-bottom: 0;
}

.property_item_desc_address p a {
    font-size: 0.8125em;
    color: #666666;
    font-weight: 400;
    text-decoration: none;
}

.property_item_desc_address p a i {
    font-size: 1.2em;
    color: #18ba60;
    margin-right: 5px;
}

/*property_item_desc_phone*/
.property_item_desc_phone {
    padding: 0 10px;
    margin-bottom: 10px;
}

.property_item_desc_phone p {
    margin-bottom: 0;
}

.property_item_desc_phone p {

}

/*property_item_desc_footer*/
.property_item_desc_footer {
    padding: 0 15px;
    background-color: #f9f9f9;
}

.property_item_desc_footer ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.property_item_desc_footer ul li {
    font-weight: 600;
}

.property_item_desc_footer_category {
    padding: 5px 10px 5px 0;
}

.property_item_desc_footer_category a {
    font-size: 0.875em;
    color: #555555;
}

.property_item_desc_footer_open {
    font-size: 0.7em;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #2da594;
}

.property_item_desc_footer_closed {
    font-size: 0.7em;
    color: #999999;
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #f1f1f1;
}

/*property_item_image_wishlist*/
.property_item_image_wishlist {
    position: absolute;
    top: 20px;
    left: 155px;
}

@media(max-width: 768px) {
    .property_item_image_wishlist { left: auto; right: 20px; }
}

.property_item_image_wishlist a i {
    font-size: 25px;
    color: #ffffff;
    text-shadow: 0 0 2px #000000;
    cursor: pointer;
}

/*property_map*/
.property_map {
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    border: 10px solid #eeeeee;
    border-right: none;
    z-index: 1 !important;
}

.property_map iframe {
    width: 100%;
    height: 100%;
}

.property_map_toggle {
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -moz-flex-pack: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -o-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 70%;
    left: -50px;
    margin-top: -20px;
    font-size: 1.5625em;
    color: #ffffff;
    background-color: #46aef7;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    -ms-box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    -o-box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    -webkit-border-radius: 50% 0 0 50%;
    -moz-border-radius: 50% 0 0 50%;
    -ms-border-radius: 50% 0 0 50%;
    -o-border-radius: 50% 0 0 50%;
    border-radius: 50% 0 0 50%;
    cursor: pointer;
}

.property_map_toggle i {
    font-size: 0.7em;
}

/*
MEDIA QUERIES
*/

/*500px*/
@media (min-width: 31.25em){
    /*property_item*/
    .property_item {
        flex-basis: 100%;
        display: flex;
        justify-content: space-between;
    }

    /*property_item_image*/
    .property_item_image {
        flex-basis: 180px;
        margin-bottom: 0;
    }

    /*property_item_desc*/
    .property_item_desc {
        flex-basis: calc(100% - 180px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /*property_item_desc_title*/
    .property_item_desc_title {
        padding: 0 10px 0 15px;
    }

    /*property_item_desc_reviews*/
    .property_item_desc_reviews {
        padding: 0 10px 0 15px;
    }

    /*property_item_desc_address*/
    .property_item_desc_address {
        padding: 0 10px 0 15px;
    }

    /*property_item_desc_phone*/
    .property_item_desc_phone {
        padding: 0 10px 0 15px;
        margin-bottom: 0;
    }
}

/*992px*/
@media (min-width: 62em){
    .companies {
        display: flex;
        justify-content: space-between
    }

    .property {
        flex-basis: calc(100% - 250px);
        -webkit-display: -webkit-box;
        -webkit-display: -webkit-flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }

    /*property_listing*/
    .property_listing {
        flex-basis: calc(100% - 170px);
    }

    /*property_map*/
    .property_map {
        flex-basis: 150px;
        height: 600px;
        position: initial;
        border: none;
    }

    .property_map_toggle {
        display: none;
    }
}

/*1199px*/
@media (min-width: 75em){
    /*property_listing*/
    .property_listing {
        flex-basis: calc(100% - 320px);
    }

    /*property_map*/
    .property_map {
        flex-basis: 300px;
    }
}



body,
html {
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 500;
    color: #5e5e5e;
    overflow-X: hidden
}

*,
:active,
:after,
:before,
:focus,
:hover,
:visited {
    outline: none!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: 50%!important
}

::-moz-selection {
    background: var(--empresas);
    color: #fff
}

::selection {
    background: var(--empresas);
    color: #fff
}
.bg-white { background-color: #FFFFFF !important; }
.img-wrap {
    width: 100%;
    margin-bottom: 0;
    /*background-color: #FFFFFF;*/
}
.img-wrap img {
    width: 100%;
    height: auto
}
.img-dropd {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700;
    margin: 0 0 22px
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    transition: .5s
}

.btn,
.btn:active .btn:focus,
.btn:hover {
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .12em;
    padding: 12px 0;
    transition: .5s;
    cursor: pointer;
    text-align: center;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700
}

.btn-yellow,
.btn-yellow:active .btn-yellow:focus,
.btn-yellow:hover {
    background-color: #fc0;
    color: #006bb3;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700
}

.btn-yellow:hover {
    background-color: #ffdb4d
}

.btn-add,
.btn-add:active .btn-add:focus,
.btn-add:hover {
    background-image: url(../img/ncf_plus.svg);
    background-position: center left 32px!important;
    background-size: 16px 16px!important;
    padding-left: 62px;
    padding: 12px 42px 12px 62px
}

.btn-blue,
.btn-blue:active .btn-blue:focus,
.btn-blue:active .btn-green:focus,
.btn-blue:hover,
.btn-green,
.btn-green:active .btn-blue:focus,
.btn-green:active .btn-green:focus,
.btn-green:hover {
    border: 2px solid var(--empresas);
    font-size: .8em;
    display: block;
    padding: 12px
}

.btn-lightorange,
.btn-lightorange:active .btn-lightorange:focus,
.btn-lightorange:active .btn-lightorange:focus,
.btn-lightorange:hover{
    border: 2px solid #f90;
    font-size: .8em;
    display: block;
    padding: 12px
}

.btn-blue:active .btn-blue:focus:not(.business),
.btn-blue:active .btn-green:focus:not(.business),
.btn-blue:hover:not(.business),
.btn-blue:not(.business),
.btn-green:active .btn-green:focus:not(.business),
.btn-green:active .btn-green:focus:not(.business),
.btn-green:hover:not(.business),
.btn-green:not(.business),
.btn-lightorange:active .btn-lightorange:focus:not(.business),
.btn-lightorange:active .btn-lightorange:focus:not(.business),
.btn-lightorange:hover:not(.business),
.btn-lightorange:not(.business){
    width: auto;
/*    max-width: 290px;*/
    margin: 30px auto 15px auto;
    letter-spacing: .08em
}

.btn-blue.business,
.btn-blue:active .btn-blue:focus.business,
.btn-blue:active .btn-green:focus.business,
.btn-blue:hover.business,
.btn-green:active .btn-blue:focus.business,
.btn-green:active .btn-green:focus.business,
.btn-green:hover.business,
.business.btn-green {
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    margin-left: 0;
    font-size: 16px;
    width: 190px;
    padding: 10px
}

.btn-blue:active .btn-blue:focus:not(.fill),
.btn-blue:active .btn-green:focus:not(.fill),
.btn-blue:hover:not(.fill),
.btn-blue:not(.fill),
.btn-green:active .btn-blue:focus:not(.fill),
.btn-green:active .btn-green:focus:not(.fill),
.btn-green:hover:not(.fill),
.btn-green:not(.fill) {
    background-color: #fff;
    color: var(--empresas)
}

.btn-blue.fill,
.btn-blue:active .btn-blue:focus.fill,
.btn-blue:active .btn-green:focus.fill,
.btn-blue:hover.fill,
.btn-blue:hover:not(.fill),
.btn-green:active .btn-blue:focus.fill,
.btn-green:active .btn-green:focus.fill,
.btn-green:hover.fill,
.btn-green:hover:not(.fill),
.fill.btn-green {
    background-color: var(--empresas);
    color: #fff
}

.btn-blue.fill:hover,
.fill.btn-green:hover {
    background-color: #fff;
    color: var(--empresas)
}

.btn-green.fill,
.btn-green:active .btn-green:focus.fill,
.btn-green:hover.fill {
    background-color: var(--eventos);
    border-color: var(--eventos)
}

.btn-green.fill:hover {
    background-color: transparent;
    color: var(--eventos)
}

.btn-red,
.btn-red:active .btn-red:focus,
.btn-red:hover {
    background-color: var(--cinema);
    color: #fff;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700
}

.btn-red:hover {
    background-color: #bd2f2f
}

.btn-orange,
.btn-orange:active .btn-orange:focus,
.btn-orange:hover {
    background-color: #f90;
    color: #fff;
    padding: 12px 22px;
}

.btn-lightorange,
.btn-lightorange:active .btn-lightorange:focus,
.btn-lightorange:hover {
    background-color: #f90;
    color: #fff;
    padding: 12px 22px;
}

.btn-orange:hover {
    background-color: #ffa31a;
}

.btn-lightorange:hover {
    background-color: #fff;
    color: #f90;
}

.btn-red.btn-submit {
    background: var(--cinema) url(../img/ncf_check.svg) 14px 60%/auto no-repeat!important
}

.btn-red.btn-submit:hover {
    background-color: #bd2f2f!important
}

.btn-lightblue,
.btn-lightblue:active .btn-lightblue:focus,
.btn-lightblue:hover {
    background-color: #1aa3ff;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: none;
    margin: 32px auto 0;
    letter-spacing: normal;
    padding: 8px;
    display: block;
    max-width: 260px
}

label {
    font-weight: 400
}

::-webkit-input-placeholder {
    opacity: 1
}

:-ms-input-placeholder,
::-ms-input-placeholder {
    opacity: 1
}

::placeholder {
    opacity: 1
}

input:focus::-webkit-input-placeholder {
    opacity: 0
}

input:focus:-ms-input-placeholder,
input:focus::-ms-input-placeholder {
    opacity: 0
}

input:focus::placeholder {
    opacity: 0
}

textarea {
    resize: none
}

.form-control,
.form-control:active,
.form-control:focus,
input,
input:active,
input:focus,
select,
select:active,
select:focus,
textarea,
textarea:active,
textarea:focus {
    border: 0;
    outline: none!important;
    border-radius: 0;
    box-shadow: none!important;
    padding: 4px 0
}

.form-style {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -6px;
    -ms-flex-align: end;
    align-items: flex-end
}

.form-style>* {
    width: 33.3333%
}

.form-style .form-group {
    padding: 0 6px;
    margin-bottom: 0
}

.form-style .form-group label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: .08em;
    margin-bottom: 4px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: var(--default-info)
}

.form-style .form-group .select,
.form-style .form-group input {
    width: 100%;
    padding: 18px 14px;
    font-family: Proxima Nova Soft, sans-serif;
    font-size: .9em;
    line-height: .9em;
    letter-spacing: .08em;
    text-transform: uppercase;
    border: 1px solid #ededed
}

.form-style .form-group .select .selected-option,
.form-style .form-group .select::-webkit-input-placeholder,
.form-style .form-group input .selected-option,
.form-style .form-group input::-webkit-input-placeholder {
    color: #ababab
}

.form-style .form-group .select .selected-option,
.form-style .form-group .select:-ms-input-placeholder,
.form-style .form-group .select::-ms-input-placeholder,
.form-style .form-group input .selected-option,
.form-style .form-group input:-ms-input-placeholder,
.form-style .form-group input::-ms-input-placeholder {
    color: #ababab
}

.form-style .form-group .select .selected-option,
.form-style .form-group .select::placeholder,
.form-style .form-group input .selected-option,
.form-style .form-group input::placeholder {
    color: #ababab
}

.form-style .form-group .select .select-options,
.form-style .form-group input .select-options {
    left: 0;
    width: 100%
}

.form-style .btn,
.form-style .form-group .select {
    padding: 20px 14px
}

.form-style .btn {
    font-size: .9em;
    line-height: .9em;
    letter-spacing: .08em;
    width: 100%;
    bottom: 0
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]+label {
    width: 100%
}

input[type=checkbox]+label:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: .12em solid #c3c3c3;
    margin: 0 6px 3px 0;
    vertical-align: bottom
}

input[type=checkbox].checked+label:before {
    background-image: url(../img/rdc_check.svg);
    background-size: 10px 10px!important
}

.select {
    font-size: .9em;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    padding: 12px 60px 12px 12px;
    background: #fff url(../img/ncf_expand-more.svg) calc(100% - 5px) 56%/26px no-repeat!important;
    border-radius: 3px;
    visibility: hidden
}

.select select {
    display: none
}

.select .selected-option {
    display: block;
    line-height: 14px;
    border-radius: 3px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: visible;
    text-transform: uppercase
}

.select .selected-option small {
    vertical-align: text-top;
    font-size: 9px;
    padding-left: 2px
}

.select .selected-option:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .2em .5em;
    content: attr(data-content);
    visibility: hidden
}

.select .select-options {
    position: absolute;
    top: calc(100% + 1px);
    display: none;
    list-style-type: none;
    text-align: left;
    background-color: #fff;
    width: calc(100% + 8px);
    box-sizing: border-box
}

.select.active {
    background: #fff;
    border-top: 0;
    border-bottom: 0
}

.select.active .selected-option {
    text-align: left
}

.select.active .selected-option:before {
    visibility: visible
}

.select.active .selected-option:after {
    transform: rotateX(-180deg)
}

.select.active .select-options {
    display: block;
    animation: selectFadeIn .5s;
    background: #fff;
    z-index: 2;
    padding: 6px 0
}

.select.active .select-options .select-option {
    display: list-item;
    font-size: 1.05em;
    line-height: .8em;
    color: #000;
    padding: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select.active .select-options .select-option:hover {
    background-color: #ebedef
}

.select.active .select-options .select-option small {
    font-size: 75%
}

@keyframes a {
    0% {
        opacity: 0;
        transform: translateX(-320px);
        display: none;
        z-index: -1
    }
    99% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        transform: none;
        display: block
    }
}

@keyframes b {
    0% {
        opacity: 0;
        transform: translateX(320px);
        display: none;
        z-index: -1
    }
    99% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        transform: none;
        display: block
    }
}

@keyframes c {
    0% {
        opacity: 1;
        transform: translateX(0);
        display: block
    }
    to {
        opacity: 0;
        transform: translateX(-320px);
        display: none;
        z-index: -1
    }
}

@keyframes d {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(-120px)
    }
}

@keyframes e {
    0% {
        opacity: 0;
        transform: translateX(120px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes f {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(120px)
    }
}

@keyframes g {
    0% {
        transform: translateX(0)
    }
    99% {
        transform: translateX(-264px)
    }
    to {
        transform: translateX(-264px);
        display: none
    }
}

@keyframes h {
    0% {
        display: block;
        transform: translateX(-264px)
    }
    to {
        transform: translateX(0)
    }
}
.center{
    text-align: center
}
.company-reviews {
    text-align: center
}

.company-reviews .star {
    color: var(--empresas);
    width: 21px
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px;
    }
}

.banners-swiper {
    max-width: 1200px;
    margin: auto
}

.banners-swiper .banner-header,
.banners-swiper .swiper-slide .img-wrap {
    width: 100%;
    max-width: 728px;
    margin: auto
}

.banners-swiper .banner-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px
}

.banners-swiper .banner-header span {
    text-transform: uppercase;
    color: var(--default-info);
    letter-spacing: .08em
}

.banners-swiper .banner-header .title {
    font-size: 14px;
    line-height: 12px
}

.banners-swiper .banner-header .close-banner {
    text-shadow: none;
    font-size: 10px;
    line-height: 10px
}

.banners-swiper .banner-header .close-banner,
.banners-swiper .banner-header .close-banner img {
    vertical-align: baseline
}

.banners-swiper .banner-header .close-banner img {
    height: 7px
}

.swiper-button {
    top: calc(50% + 10px)
}

.swiper-button.swiper-button-prev {
    background: url(../img/ncf_angle-left.svg) 50%/auto 100% no-repeat!important
}

.swiper-button.swiper-button-next {
    background: url(../img/ncf_angle-right.svg) 50%/auto 100% no-repeat!important
}

.header {
    /* margin-bottom: 145px */
    background-color: #4ba0dc;
}

.header .header-link {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .header-link.orange-bullet:before {
    margin-right: 4px;
    content: "";
    position: relative;
    display: inline-block;
    background-color: #f90;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    padding-top: 2px
}

.header .mobile-header-link {
    display: none
}

.header .top-wrapper {
    /*background-image: url(../img/ncf_fundo.jpg);*/
    /*background-color: #202020;*/
    background-image: linear-gradient(to right, #434343 0%, black 100%);
    padding: 22px 0 32px;
}

.header .top-wrapper .top-banners {
    max-width: 1200px;
    margin: auto
}

.header .top-wrapper .top-banners .banner-header,
.header .top-wrapper .top-banners .swiper-slide .img-wrap {
    width: 100%;
    max-width: 728px;
    margin: auto
}

.header .top-wrapper .top-banners .banner-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px
}

.header .top-wrapper .top-banners .banner-header span {
    text-transform: uppercase;
    color: var(--default-info);
    letter-spacing: .08em
}

.header .top-wrapper .top-banners .banner-header .title {
    font-size: 14px;
    line-height: 12px
}

.header .top-wrapper .top-banners .banner-header .close-banner {
    text-shadow: none;
    font-size: 10px;
    line-height: 10px;
    cursor: pointer
}

.header .top-wrapper .top-banners .banner-header .close-banner,
.header .top-wrapper .top-banners .banner-header .close-banner img {
    vertical-align: baseline
}

.header .top-wrapper .top-banners .banner-header .close-banner img {
    height: 7px
}

.header .header-top {
    background: var(--topheader);
    color: #fff;
    padding: 6px 0;
    font-weight: 400;
    font-size: .85em
}

.header .header-top .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 20px
}

.header .header-top strong {
    font-weight: 700
}

.header .mobile-bar {
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0099ff+0,00ffff+100 */
    background: rgb(0,153,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,153,255,1) 0%, rgba(0,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,153,255,1) 0%,rgba(0,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,153,255,1) 0%,rgba(0,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#00ffff',GradientType=0 ); /* IE6-9 */
    display: none
}

.header .topbar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0099ff+0,00ffff+100 */
    background: var(--topbar);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#00ffff',GradientType=0 ); /* IE6-9 */
    z-index: 99;
    margin: auto;
    width: 100%;
/*    top: 195px;*/
    font-family: Lato, sans-serif;
    position: absolute
}

.header .topbar.no-banner {
    top: 32px
}

.header .topbar .topbar-content .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 20px 15px;
    
}

.header .topbar .topbar-content .container>* {
    margin-right: 20px
}

.header .topbar .topbar-content .container>:last-child {
    margin-right: 0
}

.header .topbar .topbar-content .logo {
    width: auto;
    background-color: transparent !important;
    text-align: left;
    max-width: 152px;
/*    margin-right: 76px;*/
    width: 100%
}

.header .topbar .topbar-content .header-search {
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 900px;
}

.header .topbar .topbar-content .header-search .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 9px;
    width: 100%;
    max-width: 245px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.main-tempo-container { flex: 0 0 110px !important; }

.header .topbar .topbar-content .header-search .form-group input::-webkit-input-placeholder {
    color: #7f7f7f
}

.header .topbar .topbar-content .header-search .form-group input:-ms-input-placeholder,
.header .topbar .topbar-content .header-search .form-group input::-ms-input-placeholder {
    color: #7f7f7f
}

.header .topbar .topbar-content .header-search .form-group input::placeholder {
    color: #7f7f7f
}

.header .topbar .topbar-content .header-search .form-group input,
.header .topbar .topbar-content .header-search .form-group label {
    height: 100%;
    font-size: 1em;
    padding: 14px 12px;
    line-height: 12px;
    font-family: Proxima Nova Soft, sans-serif
}

.header .topbar .topbar-content .header-search .form-group label[for=tipo] {
    background-color: #fff;
    font-weight: 700;
    width: auto;
    display: inline-block;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-right: 4px;
    margin-bottom: 0
}

.header .topbar .topbar-content .header-search .form-group input {
    width: 100%;
    background-color: #fff;
    padding: 12px;
    padding-left: 0;
    border-radius: 3px
}

.header .topbar .topbar-content .header-search .form-group input#tipo {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.header .topbar .topbar-content .header-search .location-select {
    display: -ms-flexbox;
    display: flex;
    margin-right: 9px;
    height: 100%;
    max-width: 100%;
    width: 190px;
}

.header .topbar .topbar-content .header-search .location-select:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 28px;
    height: 100%;
    -ms-flex-negative: 0;
    background: #fff url(../img/ncf_location.svg) 100%/18px no-repeat!important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    flex-shrink: 0
}

.header .topbar .topbar-content .header-search .location-select .select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header .topbar .topbar-content .header-search .location-select .select .selected-option {
    max-width: 92px;
    text-overflow: ellipsis
}

.header .topbar .topbar-content .header-search .location-select .select .select-options .select-option,
.header .topbar .topbar-content .header-search .location-select .select .selected-option {
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    color: #5e5e5e;
    white-space: nowrap;
    overflow: hidden;
/*    padding-right: 4px*/
}

.header .topbar .topbar-content .header-search .location-select .select .select-options .select-option small,
.header .topbar .topbar-content .header-search .location-select .select .selected-option small {
    vertical-align: baseline
}

.header .topbar .topbar-content .header-search .location-select .select .select-options {
    left: -28px;
    width: calc(100% + 28px);
    z-index: 9999999;
}

.header .topbar .topbar-content .header-search .btn-orange {
    height: auto
}

.header .topbar .topbar-content .weather {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    height: 62px
}

.header .topbar .topbar-content .weather .weather-icon {
    height: 40px;
    width: auto;
    max-width: 60px;
    margin-right: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header .topbar .topbar-content .weather .weather-icon img {
    max-height: 100%;
    max-width: 100%;
    min-width: 38px
}

.header .topbar .topbar-content .weather .weather-content {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    letter-spacing: .06em
}

.header .topbar .topbar-content .weather .weather-content .weather-location {
    font-size: 12px;
    line-height: 9px;
    margin-bottom: 4px;
    width: auto;
    white-space: nowrap
}

.header .topbar .topbar-content .weather .weather-content .min-max {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.header .topbar .topbar-content .weather .weather-content .min-max .weather-max {
    font-size: 20px;
    line-height: 18px;
    margin-right: 6px
}

.header .topbar .topbar-content .weather .weather-content .min-max .weather-min {
    font-size: 14px;
    line-height: 12px
}

.header .topbar .topbar-content .likes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../img/ncf_header-heart.svg) 50%/100% auto no-repeat!important;
    width: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 34px;
    color: #fff;
    font-size: 12px;
    margin-right: 40px
}

.header .topbar .topbar-content .likes span {
    padding-bottom: 6px
}
.header .login-icon { width: 50px; }

.header .topbar .topbar-content .login {
    margin-right: 18px
}

.header .topbar .topbar-content .login a {
    color: #fff;
    font-size: 20px;
    background-image: url(../img/user.svg);
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 600;
    white-space: nowrap
}

.header .topbar.topbar-fixed {
    position: fixed;
    height: auto;
    top: 0;
    box-shadow: 0 6px 40px 0 rgba(0, 0, 0, .6)
}

nav.navbar {
    padding: 0;
    background: var(--navbar);
    font-size: .85em;
    letter-spacing: .08em;
    text-transform: uppercase;
    position: relative;
    height: 46px;
    /*    overflow: hidden;*/
}

nav.navbar .container {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

nav.navbar .container:after {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #fff;
    width: calc(100vw - 1170px);
    left: 1200px;
    border-bottom: 2px solid #99d6ff;
    z-index: 0;
}

nav.navbar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

nav.navbar ul.main-menu {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 46px;
    z-index: 9999;
}

nav.navbar ul.main-menu:after {
    content: "";
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-bottom: 2px solid #99d6ff;
    width: 100%
}

nav.navbar ul.main-menu li {
    display: inline-block;
    border-bottom: 2px solid #fff;
    box-sizing: border-box
}

nav.navbar ul.main-menu li a {
    display: inline-block;
    padding: 12px 18px;
    color: #5e5e5e;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 600
}

nav.navbar ul.main-menu li:hover a,
nav.navbar ul.main-menu li a:hover {
    color: #fff
}

nav.navbar ul.main-menu li:first-of-type a {
    padding: 12px 28px
}

nav.navbar ul.main-menu li.green-bottom {
    border-bottom-color: var(--eventos)
}

nav.navbar ul.main-menu li.green-bottom:hover a {
    background-color: var(--eventos)
}

nav.navbar ul.main-menu li.blue-bottom {
    border-bottom-color: var(--empresas)
}

nav.navbar ul.main-menu li.blue-bottom:hover a {
    background-color: var(--empresas)
}

nav.navbar ul.main-menu li.caramel-bottom {
    border-bottom-color: #cf8331
}

nav.navbar ul.main-menu li.caramel-bottom:hover a {
    background-color: #cf8331
}

nav.navbar ul.main-menu li.red-bottom {
    border-bottom-color: var(--cinema)
}

nav.navbar ul.main-menu li.red-bottom:hover a {
    background-color: var(--cinema)
}

nav.navbar ul.main-menu li.orange-bottom {
    border-bottom-color: #f90
}

nav.navbar ul.main-menu li.orange-bottom:hover a {
    background-color: #f90
}

.browse,
.browse>.label {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.browse>.label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    padding: 13px 20px 13px 28px;
    letter-spacing: .12em;
    color: #fff;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 1em;
}

.browse>.label:after,
.browse>.label:before {
    content: "";
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.browse>.label:before {
    width: 16px;
    height: 9px;
    margin-right: 6px;
    background-image: url(../img/ncf_hamburguer.svg)
}

.browse>.label:after {
    width: 28px;
    height: 10px;
    margin: 0 8px 0 4px;
    transition: transform .2s;
    background-image: url(../img/ncf_expand-more-white.svg)
}

.browse.active .label:after {
    transform: rotate(-180deg);
    transition: transform .2s
}

.browse.active .browse-content {
    display: block
}

.browse .browse-content {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: #007dd1;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .6)
}

.browse .browse-content #go-back {
    display: none;
    color: #fff;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700;
    font-size: 14px;
    background-color: var(--empresas);
    padding: 6px;
    width: auto;
    cursor: pointer;
    opacity: .8;
    margin-top: 12px
}

.browse .browse-content #go-back:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 12px;
    height: 18px;
    background-image: url(../img/ncf_angle-left-white.svg);
    margin-right: 4px;
    vertical-align: text-bottom
}

.browse .browse-content .browse-options {
    max-width: 1170px;
    margin: auto;
    padding: 32px 0;
    height: 450px;
    position: relative
}

.browse .browse-content .browse-options>li {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 3px!important
}

.browse .browse-content .browse-options>li>.item-label {
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--empresas);
    background-color: #b8e2ff;
    padding: 9px 12px;
    width: 200px;
    margin-bottom: 3px;
    transition: .4s;
    line-height: 16px;
    cursor: pointer;
    font-size: 1em;
}

.browse .browse-content .browse-options>li>.item-label:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 14px;
    vertical-align: bottom;
    margin-right: 6px;
    background-size: contain !important;
    background-position: 50%!important
}

.browse .browse-content .browse-options>li>.item-label:hover {
    transition: .4s;
    background-color: #fff;
    color: #5e5e5e;
    width: 210px
}

.browse .browse-content .browse-options>li.last-news>.item-label:before {
    background-image: url(../img/ncf_news.svg)
}

.browse .browse-content .browse-options>li.events>.item-label:before {
    background-image: url(../img/ncf_events.svg)
}

.browse .browse-content .browse-options>li.listings>.item-label:before {
    background-image: url(../img/ncf_listings.svg)
}

.browse .browse-content .browse-options>li.business>.item-label:before {
    background-image: url(../img/ncf_business.svg)
}

.browse .browse-content .browse-options>li.photos>.item-label:before {
    background-image: url(../img/ncf_photos.svg)
}

.browse .browse-content .browse-options>li.movies>.item-label:before {
    background-image: url(../img/ncf_movies.svg)
}

.browse .browse-content .browse-options>li .item-content {
    position: absolute;
    left: 200px;
    top: 32px;
    right: 0;
    text-transform: none;
    padding-left: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: height .4s ease;
    animation: f .2s ease-in
}

.browse .browse-content .browse-options>li .item-content .swiper-parent {
    padding: 0 36px
}

.browse .browse-content .browse-options>li .item-content .swiper-container.main-swiper {
    height: 100%;
    width: calc(100% - 336px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 32px
}

.browse .browse-content .browse-options>li .item-content .swiper-container.banners-swiper {
    width: 100%;
    max-width: 336px;
    margin-top: 0
}

.browse .browse-content .browse-options>li .item-content .swiper-button {
    top: 50%
}

.browse .browse-content .browse-options>li .item-content .swiper-button.swiper-button-prev {
    left: 2px;
    background-image: url(../img/ncf_angle-left-white.svg)!important
}

.browse .browse-content .browse-options>li .item-content .swiper-button.swiper-button-next {
    right: 2px;
    background-image: url(../img/ncf_angle-right-white.svg)!important
}

.browse .browse-content .browse-options>li .item-content .swiper-pagination span {
    width: 16px;
    height: 16px;
    margin: 0 2px;
    background-color: #fff;
    opacity: .6
}

.browse .browse-content .browse-options>li .item-content .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

.browse .browse-content .browse-options>li .item-content.last-news-content .nav-news {
    height: 280px
}

.browse .browse-content .browse-options>li .item-content.last-news-content .nav-news .new {
    position: absolute;
    bottom: 0;
    top: 0;
    background-position: top!important;
    background-size: cover!important
}

.browse .browse-content .browse-options>li .item-content.last-news-content .nav-news .new,
.browse .browse-content .browse-options>li .item-content.last-news-content .nav-news .new:hover {
    border: 0!important
}

.browse .browse-content .browse-options>li .item-content.last-news-content .nav-news .new .new-title h2 {
    font-size: 20px;
    max-width: 308px
}

.browse .browse-content .browse-options>li .item-content.last-news-content .nav-news .new .new-title .date {
    font-family: Lato, sans-serif;
    font-weight: 400;
    letter-spacing: normal
}

.browse .browse-content .browse-options>li .item-content.events-content {
    -ms-flex-align: start;
    align-items: flex-start
}

.browse .browse-content .browse-options>li .item-content.events-content .events-swiper-parent {
    width: calc(100% - 336px);
    position: relative
}

.browse .browse-content .browse-options>li .item-content.events-content .events-swiper-parent .swiper-container {
    width: 100%
}

.browse .browse-content .browse-options>li .item-content.events-content .events-swiper-parent .swiper-container .swiper-slide .event {
    display: block;
    width: 100%
}

.browse .browse-content .browse-options>li .item-content.listings-content {
    margin: 0;
    padding: 0 22px
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings-swiper .swiper-pagination {
    background-color: #fff
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings {
    margin: 0 auto !important;
    width: 33.33333%;
    background-color: var(--white);
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings .listing {
    max-width: 100%;
    margin-bottom: 50px;
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings .listing .img-wrap {
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings .listing .listing-content {
    padding: 6px 9px
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings .listing .listing-content .listing-header {
    height: 46px
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings .listing .listing-content .listing-header h4 {
    margin-bottom: 12px;
    font-size: 14px;
    max-width: 200px;
    letter-spacing: normal;
    margin-bottom: 0
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings .listing .listing-content .listing-header h4 small {
    font-size: 10px
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings .listing .listing-content .listing-body {
    letter-spacing: normal
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings .listing .listing-content .listing-body .price .price-p {
    font-size: 18px
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings .listing .listing-content .listing-body .location p {
    font-size: 11px
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings .listing .listing-content .btn {
    margin: 0 0 8px;
    max-width: 100%
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings .swiper-pagination {
    bottom: 0
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings .swiper-pagination span {
    background-color: #ababab;
    opacity: .4;
    margin: 10px 2px 6px
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings.green-listings .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--imoveis)
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings.blue-listings .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--veiculos)
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings.orange-listings .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--empregos)
}

.browse .browse-content .browse-options>li .item-content.listings-content .listings.orange-listings .listing .listing-content .listing-body {
    margin-bottom: 29px
}

.browse .browse-content .browse-options>li .item-content.business-content {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.browse .browse-content .browse-options>li .item-content.business-content>* {
    width: 100%
}

.browse .browse-content .browse-options>li .item-content.business-content .form-style {
    margin: 0 auto 22px;
    padding: 0 30px
}

.browse .browse-content .browse-options>li .item-content.business-content .form-style .form-group {
    padding: 0 4px
}

.browse .browse-content .browse-options>li .item-content.business-content .form-style .form-group label {
    color: #fff;
    font-size: .7em
}

.browse .browse-content .browse-options>li .item-content.business-content .form-style .form-group input {
    padding: 13px 14px
}

.browse .browse-content .browse-options>li .item-content.business-content .form-style .form-group .select {
    padding: 14px
}

.browse .browse-content .browse-options>li .item-content.business-content .form-style .form-group .select,
.browse .browse-content .browse-options>li .item-content.business-content .form-style .form-group input {
    border-radius: 4px;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700
}

.browse .browse-content .browse-options>li .item-content.business-content .form-style .form-group .btn {
    padding: 17px 14px;
    line-height: .7em
}

.browse .browse-content .browse-options>li .item-content.business-content .business-swiper-parent {
    padding: 0 32px;
    position: relative
}

.browse .browse-content .browse-options>li .item-content.business-content .business-swiper-parent .nav-business-swiper .swiper-slide .business-item {
    display: block;
    background: #fff;
    width: 100%;
    padding: 1px;
    border: 0
}

.browse .browse-content .browse-options>li .item-content.business-content .business-swiper-parent .nav-business-swiper .swiper-slide .business-item .item-top {
    margin: 6px 0
}

.browse .browse-content .browse-options>li .item-content.business-content .business-swiper-parent .nav-business-swiper .swiper-slide .business-item .img-wrap {
    margin-bottom: 0
}

.browse .browse-content .browse-options>li .item-content.business-content .business-swiper-parent .nav-business-swiper .swiper-slide .business-item .item-desc {
    margin: 6px 0
}

.browse .browse-content .browse-options>li .item-content.business-content .business-swiper-parent .nav-business-swiper .swiper-slide .business-item .item-desc,
.browse .browse-content .browse-options>li .item-content.business-content .business-swiper-parent .nav-business-swiper .swiper-slide .business-item .item-desc:hover {
    color: #5e5e5e
}

.browse .browse-content .browse-options>li .item-content.business-content .business-swiper-parent .nav-business-swiper .swiper-slide .business-item .item-desc>* {
    letter-spacing: normal
}

.browse .browse-content .browse-options>li .item-content.business-content .business-swiper-parent .nav-business-swiper .swiper-slide .business-item .item-desc h4 {
    font-size: 12px
}

.browse .browse-content .browse-options>li .item-content.business-content .business-swiper-parent .swiper-button {
    top: calc(50% - 20px)
}

.browse .browse-content .browse-options>li .item-content.business-content .business-swiper-parent .swiper-button.swiper-button-prev {
    left: 0
}

.browse .browse-content .browse-options>li .item-content.business-content .business-swiper-parent .swiper-button.swiper-button-left {
    right: 0
}

.browse .browse-content .browse-options>li .item-content.photos-content {
    -ms-flex-align: start;
    align-items: flex-start
}

.browse .browse-content .browse-options>li .item-content.photos-content .photos-swiper-parent {
    width: calc(100% - 355px);
    height: auto;
    position: relative
}

.browse .browse-content .browse-options>li .item-content.photos-content .photos-swiper-parent .nav-photos-swiper {
    width: 100%;
    overflow: hidden;
    padding: 0
}

.browse .browse-content .browse-options>li .item-content.photos-content .photos-swiper-parent .nav-photos-swiper .swiper-slide .event {
    display: block;
    width: 100%;
    height: auto
}

.browse .browse-content .browse-options>li .item-content.photos-content .photos-swiper-parent .nav-photos-swiper .swiper-slide .event:hover {
    border-color: #cf8331
}

.browse .browse-content .browse-options>li .item-content.photos-content .photos-swiper-parent .nav-photos-swiper .swiper-slide .event .photos-link {
    padding: 2px 32px;
    height: auto;
    background-color: #cf8331;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 600;
    text-transform: lowercase;
    font-size: 16px
}

.browse .browse-content .browse-options>li .item-content.photos-content .photos-swiper-parent .nav-photos-swiper .swiper-slide .event .event-content p {
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: 0;
    color: #5e5e5e
}

.browse .browse-content .browse-options>li .item-content.photos-content .photos-swiper-parent .nav-photos-swiper .swiper-slide .event .event-content h3 {
    color: #cf8331;
    font-size: 20px;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 600;
    margin-bottom: 8px
}

.browse .browse-content .browse-options>li .item-content.movies-content .movies-swiper-parent {
    position: relative;
    width: 100%;
    padding: 0 0 0 42px
}

.browse .browse-content .browse-options>li .item-content.movies-content .movies-swiper-parent .movies-swiper {
    width: calc(100% + 22px)
}

.browse .browse-content .browse-options>li .item-content.movies-content .movies-swiper-parent .movies-swiper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 178px;
    right: 0;
    background: linear-gradient(270deg, #007dd1 26%, hsla(0, 0%, 100%, .4) 74%, transparent);
    z-index: 1
}

.browse .browse-content .browse-options>li .item-content.movies-content .movies-swiper-parent .swiper-button {
    top: 50%
}

.browse .browse-content .browse-options>li .item-content.movies-content .movies-swiper-parent .swiper-button.swiper-button-prev {
    left: 8px
}

.browse .browse-content .browse-options>li .item-content.movies-content .movies-swiper-parent .swiper-button.swiper-button-next {
    right: 8px
}

.browse .browse-content .browse-options>li.active .item-content {
    opacity: 1;
    visibility: visible;
    animation: e .3s ease-out;
    animation-fill-mode: both
}

.browse .browse-content .browse-options>li.active>.item-label {
    transition: .4s;
    background-color: #fff;
    color: #5e5e5e;
    width: 210px;
    font-size: 1em;
}

.swiper-footer{
    width: 99.9% !important;
    background: #fff;
    padding: 5px 0;
    border-top: 1px solid #f5f5f5;
    bottom: 0 !important;
}

.home-section {
    padding: 46px 0
}

.home-section .first-title,
.home-section h2 {
    color: var(--empresas);
    text-align: center;
    font-size: 28px;
    margin-bottom: 6px
}

.home-section .green-title {
    color: var(--eventos)
}

.home-section .orange-title {
    color: var(--empregos)
}

.home-section .greenfort-title {
    color: var(--raffle)
}

.home-section .purple-title {
    color: var(--colunistas)
}

.home-section .red-title {
    color: var(--cinema)
}

.home-section .white-title {
    color: #fff
}

.home-section .tagline {
    color: var(--default-info);
    font-size: 16px;
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: 500
}

.home-section h3 {
    color: var(--default-info);
    font-size: 16px;
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: 500;
}

.category h3{
    color: #F8FAFA;
    margin-bottom: 0px
}

.home-section h2.upper {
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700;
    color: #4c4c4c;
    letter-spacing: .08em
}

.home-section .first-subtitle,
.home-section h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 600
}

.home-section .first-subtitle {
    color: #5e5e5e
}

.spot-section {
    padding: 46px 0
}

.spot-section h2 {
    text-align: left;
    font-size: 20px;
    margin: 15px 5px 20px;
}

.spot-section p {
    margin: 15px 0 0 5px;
}

.categories-section {
    margin-top: 165px;
    padding-bottom: 262px;
    background: #FFF url(../img/ncf_city-bg.svg) bottom/100% auto repeat-X!important
}

.categories-section .first-title {
    margin-bottom: 44px
}

.categories-section .categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -6px
}

.categories-section .categories .category {
    width: calc(16.66667% - 16px);
    border: 1px solid #ededed;
    padding: 18px 14px 12px;
    text-align: center;
    margin: 0 8px 16px;
    background-color: #fff
}

.categories-section .categories .category .img-wrap {
    background-color: transparent;
    margin-bottom: 12px
}

.categories-section .categories .category .img-wrap img {
    height: 72px;
    width: auto
}

.categories-section .categories .category .first-h2 {
    margin-bottom: 0
}

.categories-section .categories .category .first-h2,
.categories-section .categories .category .first-h2:hover {
    color: #5e5e5e
}

.categories-section .categories .category:hover {
    background-color: #ccebff
}

.categories-section .categories .category,
.categories-section .categories .category:hover {
    transition: .4s
}

.business-section .business {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 36px
}

.business-item {
    width: calc(25% - 8px);
    border: 1px solid #ededed;
    padding: 12px 0;
    margin: 0 4px 16px
}

.business-item,
.business-item:hover {
    color: #5e5e5e
}

.business-item .item-top {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 0 8px
}

.business-item .item-top,
.business-item .item-top .company-reviews {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.business-item .item-top .company-reviews {
    height: 15px
}

.business-item .item-top .company-reviews .star {
    font-size: 14px;
    width: 14px
}

.business-item .item-top .status {
    padding: 2px 9px;
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 8px;
    line-height: 8px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    letter-spacing: .06em
}

.business-item .item-top .status.open {
    background-color: #039a03
}

.business-item .item-top .status.closed {
    background-color: #ed0000
}

.business-item .img-wrap {
    margin-bottom: 10px
}

.business-item .item-desc {
    padding: 0 8px
}

.business-item .item-desc h4 {
    margin-bottom: 0;
    text-transform: none;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700
}

.business-item .item-desc p {
    font-style: italic;
    font-size: .85em;
    margin-bottom: 0
}

.filter-section {
    background-color: var(--light);
    padding: 32px 0 42px
}

.filter-section h2 {
    margin-bottom: 16px
}

.banners-section .banners-swiper-parent {
    position: relative;
    margin: auto;
    max-width: 1298px;
    padding: 0 42px
}

.banners-section .banners-swiper-parent .middle-banners {
    max-width: 1020px
}

.banners-section .banners-swiper-parent .middle-banners .banner-header {
    max-width: none;
    padding: 0 8px
}

.banners-section .banners-swiper-parent .middle-banners .banner-header .title {
    color: #ababab
}

.banners-section .banners-swiper-parent .middle-banners .swiper-slide.small-banner .img-wrap {
    width: 320px
}

.banners-section .banners-swiper-parent .middle-banners .swiper-slide.small-banner .swiper-slide-active {
    margin-left: 142px
}

.banners-section .banners-swiper-parent .middle-banners .swiper-slide.small-banner .swiper-slide-next+.swiper-slide {
    margin-right: 142px
}

.banners-section .banners-swiper-parent .swiper-button {
    top: calc(50% + 10px)
}

.banners-section .banners-swiper-parent .swiper-button.swiper-button-prev {
    left: 42px
}

.banners-section .banners-swiper-parent .swiper-button.swiper-button-next {
    right: 42px
}

.big-event,
.new {
    position: relative;
    box-sizing: border-box
}

.big-event .event-content,
.big-event .new-title,
.new .event-content,
.new .new-title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    background: linear-gradient(rgba(63, 59, 57, .06), rgba(79, 67, 63, .38) 26%, #1f130e)
}

.big-event .event-content .event-location,
.big-event .event-content .new-subtitle,
.big-event .new-title .event-location,
.big-event .new-title .new-subtitle,
.new .event-content .event-location,
.new .event-content .new-subtitle,
.new .new-title .event-location,
.new .new-title .new-subtitle {
    display: inline-block;
    font-size: 26px !important;
    line-height: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    margin-left: 5px;
    letter-spacing: .08em;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #fff;
}

.big-event .event-content .event-title,
.big-event .event-content h2,
.big-event .new-title .event-title,
.big-event .new-title h2,
.new .event-content .event-title,
.new .event-content h2,
.new .new-title .event-title,
.new .new-title h2 {
    color: #fff;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700;
    font-size: 36px
}

.medium-new,
.swiper-new {
    width: 100%
}

.medium-new .new-title,
.swiper-new .new-title {
    -ms-flex-align: end;
    align-items: flex-end
}

.medium-new .new-title h2,
.swiper-new .new-title h2 {
    text-align: right;
    font-size: 24px;
    max-width: 330px
}

.new,
.news-banner {
    position: relative;
    border: 4px solid #fff
}

.new:hover,
.news-banner:hover {
    border: 4px solid var(--empresas)!important
}

.new figure,
.news-banner figure {
    margin-bottom: 0
}

.new .new-title .date,
.news-banner .new-title .date {
    margin-bottom: 16px;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400
}

.new .new-title .new-bottom,
.news-banner .new-title .new-bottom {
    background-color: #fff;
    padding: 6px 32px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #5e5e5e;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700
}

.new .new-title .new-bottom img,
.news-banner .new-title .new-bottom img {
    max-height: 18px;
    vertical-align: text-bottom
}

.new .new-title h2,
.news-banner .new-title h2 {
    margin-bottom: 36px
}

.news-section .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-section .container .half {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.news-section .container .half.half-1 {
    width: 49%
}

.news-section .container .half.half-2 {
    width: 51%
}

.news-section .container .half .small-new {
    width: calc(100% - 308px)
}

.news-section .container .half .small-new .new-title {
    -ms-flex-align: start;
    align-items: flex-start
}

.news-section .container .half .small-new .new-title h2 {
    text-align: left;
    font-size: 18px;
    max-width: 220px;
    margin-bottom: 8px
}

.news-section .container .half .news-banner {
    width: 308px
}

.news-section .btn,
.news-section .btn:hover {
    max-width: 300px;
    display: block;
    /* margin: 42px auto */
}

.events-section {
    background-color: var(--light)
}

.events-section h1 {
    color: var(--eventos)
}

.events-section .events .events-row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px
}

.events-section .events .events-row .big-event {
    width: 51%
}

.events-section .events .events-row>.small-event {
    padding: 0 1px
}

.small-events {
    width: 54%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 8px 0
}

.event {
    border: 4px solid transparent
}

.event:hover {
    border: 4px solid var(--eventos)
}

.event .date {
    background-color: var(--eventos);
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700
}

.event.big-event {
    position: relative
}

.event.big-event .event-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(63, 59, 57, .06), rgba(79, 67, 63, .38) 26%, #1f130e);
    text-align: center;
    padding: 0 42px
}

.event.big-event .event-content .event-location {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 22px
}

.event.big-event .event-content .event-location:after {
    content: "";
    position: absolute;
    width: 94px;
    height: 1px;
    background-color: var(--eventos);
    left: calc(50% - 47px);
    top: calc(100% + 4px)
}

.event.big-event .event-content .date {
    font-size: 20px;
    letter-spacing: .12em;
    padding: 0 26px;
    margin-bottom: 0
}

.event.big-event .event-content .event-title {
    margin-bottom: 22px
}

.event.small-event {
    width: 32%;
}

.small-event img { height: 100px !important; object-fit: cover; background-position: center; }
.home-section.block-margin-bottom35.events-section img { height: 200px !important; object-fit: cover; background-position: center; }
.tabs-content-wrapper .events img { height: 200px !important; object-fit: cover; background-position: center; }
.home-section.events-section .small-events img { height: 200px !important; width: 100%; object-fit: cover; background-position: center; }


.event.small-event .img-wrap {
    position: relative
}

.event.small-event .img-wrap figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end
}

.event.small-event .img-wrap figcaption p {
    margin: 0;
    color: #fff;
    padding: 0 6px;
    min-width: 56px;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.event.small-event .img-wrap figcaption .date {
    letter-spacing: .04em;
    font-size: .75em;
    margin: 0 0 10px 10px;
}

.event.small-event .img-wrap figcaption .category {
    background-color: var(--empresas);
    font-weight: 700;
    font-family: Lato, sans-serif;
    font-size: .8em;
    margin: 0 10px 10px 0;
}

.event.small-event .event-content {
    text-align: center;
    background-color: #fff;
    border: 1px solid #dedede;
    border-top: 0;
    padding: 6px;
    min-height: 80px;
}

.event.small-event .event-content .event-location,
.event.small-event .event-content h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.event.small-event .event-content .event-location {
    color: var(--default-info);
    font-size: .75em;
    margin-bottom: 0;
    font-family: Lato, sans-serif;
}
.event.small-event .event-content h3 {
    color: var(--eventos);
    margin-bottom: 6px;
    font-size: 16px;
    width: 100%
}

.event.small-event .event-content h4 {
    color: var(--eventos);
    margin-bottom: 6px;
    font-size: 16px;
    width: 100%
}



.listings-section {
/*    background: var(--light) url(../img/ncf_city-bg.svg) bottom/100% auto repeat-X!important;
    padding-bottom: 190px*/
}

.listings-section .form-style {
    margin-top: 52px
}

.listings-section .form-style .form-group label {
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700;
    font-size: 11px
}

.listings-section .form-style .form-group .select .selected-option {
    color: #5e5e5e
}

.listings-section .form-style .form-group .select .selected-option small {
    vertical-align: unset;
    font-size: 14px
}

.listings-section .form-style .form-group .select,
.listings-section .form-style .form-group input {
    border-radius: 3px;
    border-width: .12em
}

.listings-section .listings-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin: 60px -8px 0
}

.listings {
    margin: 0 8px
}

.listings.purple-listings .category,
.listings.purple-listings .label {
    background-color: var(--colunistas)
}

.listings.green-listings .category,
.listings.green-listings .label {
    background-color: var(--imoveis)
}

.listings.green-listings .listing-desc .desc-title,
.listings.green-listings .more-listings,
.listings.green-listings .price-p {
    color: var(--imoveis)
}

.listings.green-listings .more-listings {
    margin-top: 20px;
}

.listings.green-listings .more-listings:hover {
    border-bottom: 1px solid rgba(128, 153, 72, .4)
}

.listings.green-listings .btn,
.listings.green-listings .btn:active,
.listings.green-listings .btn:focus,
.listings.green-listings .btn:hover {
    border-color: var(--imoveis);
    color: var(--imoveis)
}

.listings.green-listings .btn:hover {
    background-color: var(--imoveis);
    color: #fff
}

.listings.green-listings .swiper-pagination .swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    background-color: var(--imoveis);
}

.listings.green-listings .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
}

.listings.blue-listings .category,
.listings.blue-listings .label {
    background-color: var(--veiculos)
}

.listings.blue-listings .listing-desc .desc-title,
.listings.blue-listings .more-listings,
.listings.blue-listings .price-p {
    color: var(--veiculos)
}

.listings.blue-listings .more-listings {
     margin-top: 20px;
}

.listings.blue-listings .more-listings:hover {
      border-bottom: 1px solid rgba(45, 165, 148, .4);
}

.listings.blue-listings .btn,
.listings.blue-listings .btn:active,
.listings.blue-listings .btn:focus,
.listings.blue-listings .btn:hover {
    border-color: var(--veiculos);
    color: var(--veiculos)
}

.listings.blue-listings .btn:hover {
    background-color: var(--veiculos);
    color: #fff
}

.listings.blue-listings .swiper-pagination .swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    background-color: var(--veiculos);
}

.listings.blue-listings .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
}

.listings.orange-listings .category,
.listings.orange-listings .label {
    background-color: var(--empregos)
}

.listings.orange-listings .listing-desc .desc-title,
.listings.orange-listings .more-listings,
.listings.orange-listings .price-p {
    color: var(--empregos)
}

.listings.orange-listings .more-listings {
    margin-top: 20px;
}

.listings.orange-listings .more-listings:hover {
    border-bottom: 1px solid rgba(229, 131, 36, .4)
}

.listings.orange-listings .btn,
.listings.orange-listings .btn:active,
.listings.orange-listings .btn:focus,
.listings.orange-listings .btn:hover {
    border-color: var(--empregos);
    color: var(--empregos)
}

.listings.orange-listings .btn:hover {
    background-color: var(--empregos);
    color: #fff
}

.listings.orange-listings .swiper-pagination .swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    background-color: var(--empregos);
}

.listings.orange-listings .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
}

.listings.bluelight-listings .category,
.listings.bluelight-listings .label {
    background-color: var(--empresas)
}

.listings.bluelight-listings .listing-desc .desc-title,
.listings.bluelight-listings .more-listings,
.listings.bluelight-listings .price-p {
    color: var(--empresas)
}

.listings.bluelight-listings .more-listings {
     margin-top: 20px;
}

.listings.bluelight-listings .more-listings:hover {
      border-bottom: 1px solid rgba(45, 165, 148, .4);
}

.listings.bluelight-listings .btn,
.listings.bluelight-listings .btn:active,
.listings.bluelight-listings .btn:focus,
.listings.bluelight-listings .btn:hover {
    border-color: var(--empresas);
    color: var(--empresas)
}

.listings.bluelight-listings .btn:hover {
    background-color: var(--empresas);
    color: #fff
}

.listings.bluelight-listings .swiper-pagination .swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    background-color: var(--empresas);
}

.listings.bluelight-listings .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
}

.listings .category {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .14em;
    padding: 5px;
    display: inline-block;
    width: 99.9%;
    text-align: center;
}

.listings .listing {
    margin-bottom: 26px
}

.listings .listing .detail,
.listings .listing .listing-desc .desc-title,
.listings .listing h2,
.listings .listing h4 {
    text-transform: none;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    max-width: 230px;
}

.listings .listing .btn,
.listings .listing .detail-desc,
.listings .listing .listing-header h4 small,
.listings .listing .location p,
.listings .listing .price-desc,
.listings .listing .price-p small {
    font-size: 12px;
    line-height: 13px;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700;
    margin-bottom: 0
}

.listings .listing .listing-content {
    background-color: #fff;
/*    padding: 20px 20px 45px 20px;*/
    position: relative;
}

.listings .listing .listing-content>* {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.listings .listing .listing-content .listing-header {
    -ms-flex-align: start;
    align-items: flex-start;
    height: 56px
}

.listings .listing .listing-content .listing-header h4 {
    margin-bottom: 12px;
    margin-left: 8px;
    margin-top: 5px;
}

.listings .listing .listing-content .listing-header h4 small {
    display: block;
    text-transform: uppercase;
    color: var(--default-info);
    line-height: 20px
}

.listings .listing .listing-content .listing-header .label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    right: 20px;
    top: -40px;
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .7em;
    padding: 4px 12px;
    min-width: 98px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.listings .listing .listing-content .listing-body {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px
}

.listings .listing .listing-content .listing-body .location {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.listings .listing .listing-content .listing-body .location:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 15px;
    height: 22px;
    background: url(../img/ncf_place-gray.svg) 50%/100% auto no-repeat!important;
    margin-right: 6px;
    margin-left: 5px;
}

.listings .listing .listing-content .listing-body .location p {
    color: var(--default-info)
}

.listings .listing .listing-content .listing-body .price .price-desc {
    margin-bottom: 2px
}

.listings .listing .listing-content .listing-body .price .price-p {
    font-size: 24px;
    line-height: 18px;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 5px;
}

.listings .listing .listing-content .listing-body .price .price-p small {
    font-size: 14px;
    vertical-align: top
}

.listings .listing .listing-content .listing-footer {
    border-bottom: 1px solid var(--light);
    padding: 0 34px 26px;
    margin: 0 -16px;
    margin-bottom: 20px
}

.listings .listing .listing-content .listing-footer .listing-detail {
    text-align: left
}

.listings .listing .listing-content .listing-footer .listing-detail .detail-desc {
    text-transform: uppercase;
    color: var(--detail-title)
}

.listings .listing .listing-content .listing-footer .listing-detail .detail {
    margin-bottom: 0
}

.listings .listing .listing-content .listing-footer .listing-detail .detail.uppercase {
    text-transform: uppercase
}

.listings .listing .listing-content .listing-footer .listing-desc {
    margin: -12px -18px
}

.listings .listing .listing-content .listing-footer .listing-desc .desc-title {
    font-size: 16px;
    margin-bottom: 8px
}

.listings .listing .listing-content .listing-footer .listing-desc .desc {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    font-family: Lato, sans-serif;
    color: var(--default-info)
}

.listings .listing .listing-content .btn {
    max-width: 292px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0;
    margin: 0 auto;
    border-width: .1em
}

.listings .more-listings {
    text-transform: uppercase;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 12px;
    position: relative;
    letter-spacing: .06em;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 30px;
    text-decoration: none;
}

.listings .more-listings:before {
    content: "+ "
}

.movies-section {
    background-image: url(../img/ncf_movies-bg.png);
    padding: 46px 0 36px
}

.movies-section h3 {
    margin-bottom: 90px
}

.movies-section .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 18px
}

.movies-section .movie-swiper-parent {
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin: 0 42px
}
.movies-section .movie-swiper-parent .ns__noresult p { padding-bottom: 20px; }

.movies-section .movie-swiper-parent .movie-light {
    position: absolute;
    top: -52px;
    bottom: 52px;
    left: 12px;
    right: 12px;
    background: url(../img/ncf_movie-light-cutted.png) 50%/auto 100% no-repeat!important;
    display: block;
    z-index: 2;
    cursor: pointer
}

.movies-section .movie-swiper-parent:after {
    content: "";
    position: absolute;
    height: 6px;
    width: calc(100% - 24px);
    background-color: var(--cinema);
    left: 12px;
    right: 12px;
    top: calc(100% - 36px);
    z-index: 2
}

.movies-section .movie-swiper-parent .big-movie {
    padding-bottom: 32px
}

.movies-section .movie-swiper-parent .big-movie:after {
    content: "";
    position: absolute;
    height: 8px;
    width: calc(100% + 24px);
    left: -12px;
    right: -12px;
    top: calc(100% - 50px);
    background-color: var(--cinema);
    z-index: 2
}

.movies-section .movie-swiper-parent .big-movie .swiper-slide {
    padding: 0 16px
}

.movies-section .movie-swiper-parent .swiper-button {
    top: 50%;
    width: 16px;
    height: 30px
}

.movies-section .movie-swiper-parent .swiper-button.swiper-button-prev {
    left: -16px;
    background: url(../img/ncf_angle-left-red.svg) 50%/auto 100% no-repeat!important
}

.movies-section .movie-swiper-parent .swiper-button.swiper-button-prev.disabled {
    background: url(../img/ncf_angle-left.svg) 50%/auto 100% no-repeat!important
}

.movies-section .movie-swiper-parent .swiper-button.swiper-button-next {
    right: -16px;
    background: url(../img/ncf_angle-right-red.svg) 50%/auto 100% no-repeat!important
}

.movies-section .movie-swiper-parent .swiper-button.swiper-button-next.disabled {
    background: url(../img/ncf_angle-right.svg) 50%/auto 100% no-repeat!important
}

.movies-section .movie-swiper-parent .swiper-button.disabled {
    opacity: .4
}

.movies-section .movies-wrapper {
    max-width: 550px
}

.movies-section .movies-wrapper h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 700;
    letter-spacing: .12em;
    text-align: left;
    margin-bottom: 0
}

.movies {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -6px
}

.movie {
    width: calc(50% - 20px);
    position: relative;
    border: 4px solid transparent;
    transition: .4s;
    margin: 3px
}

.movie:hover {
    border-color: var(--cinema);
    transition: .4s
}

.movie .movie-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(63, 59, 57, .06), rgba(79, 67, 63, .38) 26%, #1f130e)!important;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    text-align: center;
    padding: 16px 32px
}

.movie .movie-content .date,
.movie .movie-content .movie-subtitle {
    font-size: .7em
}

.movie .movie-content .movie-subtitle {
    text-transform: uppercase;
    position: relative;
    letter-spacing: .12em;
    font-family: Proxima Nova Soft, sans-serif;
    margin-bottom: 5px
}

.movie .movie-content .movie-subtitle:after {
    content: "";
    position: absolute;
    width: 40px;
    height: .12em;
    background-color: var(--cinema);
    top: 100%;
    left: calc(50% - 20px);
    right: calc(50% - 20px)
}

.movie .movie-content h4 {
    text-transform: none;
    font-size: 16px;
    margin-bottom: 12px
}

.movie .movie-content .date {
    font-family: Lato, sans-serif;
    opacity: .6;
    font-weight: 300;
    margin-bottom: 0
}

.instagram-section {
    background-image: url(../img/ncf_insta-bg.png);
    padding: 100px 0 32px
}

.instagram-section h2,
.instagram-section h3 {
    padding: 0 22px
}

.instagram-section h2 {
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 600
}

.instagram-section h2 img {
    vertical-align: bottom
}

.instagram-section h3 {
    color: #fff
}

.footer {
    padding-top: 60px;
    background-color: #676767;
    position: relative
}

.footer:before {
    content: "";
    width: 100%;
    height: 240px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #555 url(../img/ncf_footer-city.svg) 50% calc(100% + 2px)/98% auto no-repeat!important
}

.footer .color-lines {
    position: relative;
    z-index: 3;
    background-color: #9ac9e2
}

.footer .color-lines .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 5px
}

.footer .color-lines span {
    display: block;
    width: 20%;
    height: 100%
}

.footer .color-lines span.darkblue {
    background-color: #007dd1
}

.footer .color-lines span.green {
    background-color: var(--eventos)
}

.footer .color-lines span.blue {
    background-color: var(--empresas)
}

.footer .color-lines span.caramel {
    background-color: #cf8331
}

.footer .color-lines span.red {
    background-color: var(--cinema)
}

.footer .color-lines span.orange {
    background-color: #f90
}

.footer .form {
    max-width: 880px;
    /* margin: 280px auto 60px; */
    position: relative
}

.footer .form h3 {
    color: #fff;
    font-size: .9em;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: .12em;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 500
}

.footer .form .form-style .form-group {
    padding: 0 4px
}

.footer .form .form-style input {
    padding: 12px 14px 9px;
    font-size: .9em;
    border-radius: 4px
}

.footer .form .form-style input::-webkit-input-placeholder {
    color: #666
}

.footer .form .form-style input:-ms-input-placeholder,
.footer .form .form-style input::-ms-input-placeholder {
    color: #666
}

.footer .form .form-style input::placeholder {
    color: #666
}

.footer .form .form-style .btn {
    padding: 13px 14px
}

.footer .social {
    padding: 0;
    margin: 22px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.footer .social li {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 0 14px
}

.footer .social li a {
    display: block
}

.footer .footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 156px 0 0
}

.footer .footer-links:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: -80px;
    background: url(../img/ncf_divisor.png) 50%/auto 100% no-repeat!important;
    height: 30px
}

.footer .footer-links li:after {
    content: "\2022";
    color: hsla(0, 0%, 100%, .6);
    margin: 0 12px
}

.footer .footer-links li:last-child:after {
    content: "";
    margin: 0
}

.footer .footer-links li a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .85em;
    letter-spacing: .04em;
    font-family: Lato, sans-serif;
    font-weight: 900
}

.footer .copyright {
    padding: 18px 22px
}

.footer .copyright p {
    text-align: center;
    margin-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: .9em;
    font-weight: 300;
    color: hsla(0, 0%, 100%, .4);
    margin-bottom: 18px
}

@media screen and (max-width:1200px) {
    .browse .browse-content {
        padding: 0 22px
    }
    .browse .browse-content .browse-options>li .item-content .main-swiper {
        padding: 0 28px
    }
    .browse .browse-content .browse-options>li .item-content .swiper-button {
        width: 18px;
        height: 35px
    }
    .browse .browse-content .browse-options>li .item-content .swiper-button.swiper-button-prev {
        left: 4px
    }
    .browse .browse-content .browse-options>li .item-content .swiper-button.swiper-button-next {
        right: 4px
    }
    .browse .browse-content .browse-options>li .item-content.events-content .events-swiper-parent .event.small-event .event-content h3 {
        font-size: 14px;
        letter-spacing: normal
    }
    .browse .browse-content .browse-options>li .item-content.listings-content .listings .listing {
        margin-bottom: 20px;
    }
    .browse .browse-content .browse-options>li .item-content.listings-content .listings .listing .listing-content .listing-header h4 {
        max-width: 140px
    }
    .browse .browse-content .browse-options>li .item-content.listings-content .listings .listing .listing-content .listing-body {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 70px;
        margin-bottom: 12px!important
    }
    .browse .browse-content .browse-options>li .item-content.listings-content .listings .listing .listing-content .listing-body .location {
        margin-bottom: 12px
    }
    .browse .browse-content .browse-options>li .item-content.photos-content .photos-swiper-parent .nav-photos-swiper .swiper-slide .event .event-content h3,
    .browse .browse-content .browse-options>li .item-content.photos-content .photos-swiper-parent .nav-photos-swiper .swiper-slide .event .img-wrap .photos-link {
        font-size: 14px
    }
    .header {
        margin-bottom: 226px
    }
    .header nav.navbar .container {
        max-width: 100%;
        padding: 0
    }
    .header nav.navbar .container:after {
        content: none
    }
    .header .topbar .topbar-content .container {
        max-width: 100%;
        padding: 28px 16px;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .header .topbar .topbar-content .container>* {
        margin-right: 22px
    }
    .header .topbar .topbar-content .container .header-search .form-group {
        max-width: 200px
    }
    .header .topbar .topbar-content .container .logo {
        position: absolute;
        left: 44px;
        max-width: 120px
    }
    .header .topbar:not(.topbar-fixed) .topbar-content .container {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 90px 16px 22px
    }
    .header .topbar:not(.topbar-fixed) .topbar-content .container>* {
        margin-right: 22px
    }
    .header .topbar:not(.topbar-fixed) .topbar-content .container .logo {
        left: calc(50% - 60px);
        right: calc(50% - 60px);
        top: 22px;
        margin-right: 0
    }
    .categories-section .categories .category {
        width: calc(25% - 16px)
    }
    .banners-section .banners-swiper-parent .swiper-button.swiper-button-prev {
        left: 8px
    }
    .banners-section .banners-swiper-parent .swiper-button.swiper-button-next {
        right: 8px
    }
    .news-section .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
    .news-section .container .half.half-1,
    .news-section .container .half.half-2 {
        width: 100%;
        max-width: 592px
    }
    .news-section .container .half .big-new {
        max-height: 457px;
        overflow: hidden
    }
    .news-section .container .half .small-new {
        overflow: hidden
    }
    .news-section .container .half .small-new .img-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }
    .news-section .container .half .small-new .img-wrap img {
        width: auto;
        height: 100%;
        position: absolute
    }
    .events-section .events .events-row .big-event {
        width: 58%
    }
    .events-section .events .events-row .small-events {
        width: 42%
    }
    .events-section .events .events-row .event.big-event {
        overflow: hidden
    }
    .events-section .events .events-row .event.big-event .img-wrap {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .events-section .events .events-row .event.big-event .img-wrap img {
        width: auto;
        height: 100%;
        position: absolute
    }
    .events-section .events .events-row .event.small-event {
        width: 50%;
        margin-bottom: 5px
    }
    .events-section .events .events-row>.event.small-event {
        width: 16.6666666%
    }
    .listings-section {
        padding-bottom: 90px
    }
    .listings-section .listings-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        margin: 60px -8px 0
    }
    .listings-section .listings-wrapper .listings {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 760px;
        margin: auto;
        margin-bottom: 32px
    }
    .listings-section .listings-wrapper .listings .category {
        width: 100%
    }
    .listings-section .listings-wrapper .listings .listing {
        margin-bottom: 46px;
        width: calc(50% - 12px)
    }
    .listings-section .listings-wrapper .listings .listing h4 {
        max-width: 185px
    }
    .listings-section .listings-wrapper .listings .listing .listing-content .listing-footer .listing-detail .detail.uppercase {
        font-size: 16px
    }
    .movies-section .movie-swiper-parent {
        width: 250px
    }
    .footer .copyright .img-wrap {
        width: 930px;
        left: calc(50% - 465px);
        right: calc(50% - 465px)
    }
    .categories-section .first-title {  
        padding-top: 0!important;
       
    }
    .home-section{
        padding: 0 0!important;
    }
}

@media screen and (max-width:1170px) {
    .browse .browse-content .browse-options>li .item-content.events-content .events-swiper-parent .event.small-event .img-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 130px;
        overflow: hidden
    }
}

@media screen and (max-width:1088px) {
    .banners-section .banners-swiper-parent {
        max-width: 916px;
        padding: 0 22px
    }
    .banners-section .banners-swiper-parent .middle-banners {
        max-width: 680px
    }
    .banners-section .banners-swiper-parent .swiper-button.swiper-button-prev {
        left: 12px
    }
    .banners-section .banners-swiper-parent .swiper-button.swiper-button-next {
        right: 12px
    }
}
@media screen and (max-width:1080px) {
    .categories-section .first-title {
        
        padding-top: 0!important;
    }
    .home-section{
        padding: 0 0!important;
    }
}

@media screen and (max-width:992px) {
    .body-wrapper.menu-active {
        overflow: hidden;
        max-width: 100vw;
        max-height: 100vh
    }
    .topbar-fixed .header {
        margin-bottom: 128px
    }
    .header {
        margin-bottom: 32px
    }
    .header .mobile-bar {
        background-color: var(--empresas);
        padding: 28px 15px;
        position: relative;
        display: block;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 1
    }
    .header .mobile-bar .logo {
        max-width: 120px
    }
    .header .mobile-bar .menu-button {
        border: none;
        padding: 15px;
        width: 46px;
        height: 46px;
        margin-right: 0;
        display: block;
        z-index: 3;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 28px
    }
    .header .mobile-bar .menu-button .icon-bar {
        width: 22px;
        transition: all .2s;
        background: #fff;
        height: 1px;
        display: block
    }
    .header .mobile-bar .menu-button .top-bar {
        transform: rotate(45deg);
        transform-origin: -3%
    }
    .header .mobile-bar .menu-button .middle-bar {
        opacity: 0
    }
    .header .mobile-bar .menu-button .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 80% 700%
    }
    .header .mobile-bar .menu-button.collapsed {
        transition: .5s;
        padding: 15px 12px
    }
    .header .mobile-bar .menu-button.collapsed:hover {
        transition: .5s
    }
    .header .mobile-bar .menu-button.collapsed .icon-bar {
        margin-bottom: 6px
    }
    .header .mobile-bar .menu-button.collapsed .top-bar {
        transform: rotate(0)
    }
    .header .mobile-bar .menu-button.collapsed .middle-bar {
        opacity: 1
    }
    .header .mobile-bar .menu-button.collapsed .bottom-bar {
        transform: rotate(0)
    }
    .header .mobile-bar.topbar-fixed {
        position: fixed;
        width: 100%;
        top: 0;
        padding: 12px;
        max-width: 100vw
    }
    .header .mobile-bar.topbar-fixed .logo {
        max-width: 90px
    }
    .header .mobile-bar.topbar-fixed .menu-button {
        top: calc(50% - 22px)
    }
    .header .topbar-wrapper {
        position: absolute;
        height: 100vh;
        z-index: 30;
        visibility: hidden;
        transition: visibility .4s;
        animation: h .2s ease-out
    }
    .header .topbar-wrapper .topbar {
        box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
        position: absolute;
        height: 100vh!important;
        top: 0;
        opacity: 0;
        animation: c .2s ease-in
    }
    .header .topbar-wrapper .topbar.topbar-fixed ul.main-menu,
    .header .topbar-wrapper .topbar ul.main-menu {
        height: auto
    }
    .header .topbar-wrapper.menu-active {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: -264px;
        background-color: rgba(0, 0, 0, .4);
        z-index: 31;
        visibility: visible;
        transition: visibility .4s
    }
    .header .topbar-wrapper.menu-active .topbar {
        z-index: 2;
        border: 0;
        opacity: 1;
        animation: a .3s ease-out
    }
    .header .top-wrapper .top-banners .banner-header {
        max-width: 100%
    }
    .header .top-wrapper .top-banners .banner-header,
    .header .top-wrapper .top-banners .swiper-slide {
        padding: 0 60px
    }
    .header .top-wrapper .top-banners .swiper-slide .img-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden
    }
    .header .top-wrapper .top-banners .swiper-slide .img-wrap img {
        width: auto;
        height: auto
    }
    .header .top-wrapper .top-banners .swiper-button {
        width: 20px;
        top: calc(50% + 12px);
        height: 38px
    }
    .header .header-top .container {
        height: 32px
    }
    .header .topbar {
        background: var(--empresas);
        width: 264px!important
    }
    .header .topbar .topbar-content .container {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        padding: 22px 9px 12px!important
    }
    .header .topbar .topbar-content .container>* {
        margin-bottom: 18px;
        margin-right: 0!important
    }
    .header .topbar .topbar-content .container .header-search {
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        width: 100%;
        min-width: 100% !important;
    }
    .header .topbar .topbar-content .container .header-search .form-group {
        height: 38px
    }
    .header .topbar .topbar-content .container .header-search .form-group label {
        padding: 12px 4px 12px 12px
    }
    .header .topbar .topbar-content .container .header-search .btn,
    .header .topbar .topbar-content .container .header-search .form-group,
    .header .topbar .topbar-content .container .header-search .location-select {
        width: 100%;
        max-width: none;
        margin-bottom: 6px;
        margin-right: 0
    }
    .header .topbar .topbar-content .container .header-search .location-select .select .select-options .select-option,
    .header .topbar .topbar-content .container .header-search .location-select .select .selected-option {
        font-size: 1em
    }
    .header .topbar .topbar-content .container .header-search .location-select .select {
        margin-right: 0
    }
    .header .topbar .topbar-content .container .logo {
        display: none
    }
    .header .topbar .topbar-content .container .weather {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center
    }
    .header .topbar .topbar-content .container .likes {
        margin-right: 20px!important
    }
    .header .topbar .topbar-content .container .location-select {
        margin-bottom: 6px
    }
    .header .topbar .topbar-content .container .location-select,
    .header .topbar .topbar-content .container .location-select:before {
        height: 38px
    }
    .header .topbar .topbar-content .container .location-select .select .selected-option {
        font-size: .8em;
        line-height: 14px
    }
    .header .topbar .topbar-content .container .location-select .select .select-options .select-option {
        font-size: .7em
    }
    .header .topbar .topbar-content .container .btn-yellow {
        -ms-flex-order: 3;
        order: 3;
        background-position: 12px 8px!important;
        padding: 12px 4px 12px 24px;
        font-size: .7em;
        width: 100%;
        line-height: .7em
    }
    .header .topbar nav.navbar {
        position: static;
        height: auto
    }
    .header .topbar nav.navbar .container {
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
    .header .top-wrapper {
        display: none
    }
    .header .topbar-wrapper.hide {
        animation: g .2s ease-in;
        animation-fill-mode: both
    }
    .browse {
        width: 100%
    }
    .browse .label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer
    }
    .browse .label:after,
    .browse .label:hover:after {
        transform: rotate(-90deg)
    }
    .browse .browse-content,
    .browse:hover .browse-content {
        display: none
    }
    .browse .browse-content {
        left: 100%;
        top: 0;
        margin-top: 0;
        height: 100vh;
        width: 100vw;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 6px
    }
    .browse .browse-content,
    .browse .browse-content:hover {
        display: none
    }
    .browse .browse-content #go-back {
        display: inline-block
    }
    .browse .browse-content .browse-options {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        height: auto
    }
    .browse .browse-content .browse-options>li {
        width: 100%
    }
    .browse .browse-content .browse-options>li>.item-label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        font-size: 0 !important;
        padding: 22px 2px !important;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 1px solid #fff
    }
    .browse .browse-content .browse-options>li>.item-label:before {
        width: 100% !important;
        height: 20px;
        background-position: 15px !important;
    }
    .browse .browse-content .browse-options>li>.item-label>span {
        max-width: 0;
        overflow: hidden;
        white-space: nowrap
    }
    .browse .browse-content .browse-options>li:last-of-type>.item-label {
        border-right: 0
    }
    .browse .browse-content .browse-options>li.active>.item-label span {
        max-width: 320px;
        transition: .5s ease
    }
    .browse .browse-content .browse-options>li.active>.item-label,
    .browse .browse-content .browse-options>li.active>.item-label:hover,
    .browse .browse-content .browse-options>li>.item-label,
    .browse .browse-content .browse-options>li>.item-label:hover {
        width: 100%
    }
    .browse .browse-content .browse-options>li .item-content {
        left: 0;
        right: 0;
        top: 90px;
        padding-left: 0;
        padding-bottom: 22px;
        display: none;
        animation: d .2s ease-in;
        animation-fill-mode: backwards
    }
    .browse .browse-content .browse-options>li .item-content.events-content .events-swiper-parent .swiper-button {
        top: 50%
    }
    .browse .browse-content .browse-options>li .item-content.last-news-content .nav-news {
        height: 320px
    }
    .browse .browse-content .browse-options>li .item-content.last-news-content .nav-news .new .new-title h2 {
        margin-bottom: 12px;
        font-size: 18px
    }
    .browse .browse-content .browse-options>li.active .item-content {
        display: -ms-flexbox;
        display: flex
    }
    .browse.active .browse-content {
        display: block;
        max-width: 100vw;
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto
    }
    .main-menu {
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
    .main-menu li {
        width: 100%
    }
    .main-menu li a {
        width: 100%;
        text-align: center;
        font-size: 1em
    }
    .main-menu:after {
        content: none
    }
    .browse .browse-content .browse-options {
        height: 612px
    }
    .browse .browse-content .browse-options>li .item-content .business-swiper-parent,
    .browse .browse-content .browse-options>li .item-content .photos-swiper-parent {
        max-width: 400px;
        max-height: 320px;
        margin: 0 auto 42px
    }
    .browse .browse-content .browse-options>li .item-content.events-content,
    .browse .browse-content .browse-options>li .item-content.last-news-content,
    .browse .browse-content .browse-options>li .item-content.photos-content {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
    .browse .browse-content .browse-options>li .item-content.events-content .nav-news,
    .browse .browse-content .browse-options>li .item-content.events-content .swiper-parent,
    .browse .browse-content .browse-options>li .item-content.last-news-content .nav-news,
    .browse .browse-content .browse-options>li .item-content.last-news-content .swiper-parent,
    .browse .browse-content .browse-options>li .item-content.photos-content .nav-news,
    .browse .browse-content .browse-options>li .item-content.photos-content .swiper-parent {
        width: 100%;
        margin-bottom: 12px
    }
    .browse .browse-content .browse-options>li .item-content.events-content .business-swiper-parent swiper-parent,
    .browse .browse-content .browse-options>li .item-content.events-content .nav-news,
    .browse .browse-content .browse-options>li .item-content.last-news-content .business-swiper-parent swiper-parent,
    .browse .browse-content .browse-options>li .item-content.last-news-content .nav-news,
    .browse .browse-content .browse-options>li .item-content.photos-content .business-swiper-parent swiper-parent,
    .browse .browse-content .browse-options>li .item-content.photos-content .nav-news {
        height: 240px;
        max-width: 400px
    }
    .browse .browse-content .browse-options>li .item-content.events-content .events-swiper-parent,
    .browse .browse-content .browse-options>li .item-content.last-news-content .events-swiper-parent,
    .browse .browse-content .browse-options>li .item-content.photos-content .events-swiper-parent {
        max-width: 400px;
        max-height: 320px;
        margin: 0 auto 42px
    }
    .browse .browse-content .browse-options>li .item-content.events-content .events-swiper-parent .event.small-event .img-wrap,
    .browse .browse-content .browse-options>li .item-content.last-news-content .events-swiper-parent .event.small-event .img-wrap,
    .browse .browse-content .browse-options>li .item-content.photos-content .events-swiper-parent .event.small-event .img-wrap {
        height: auto;
        display: block
    }
    .browse .browse-content .browse-options>li .item-content.listings-content .listings .listing .listing-content .listing-header {
        height: 64px
    }
    .browse .browse-content .browse-options>li .item-content.listings-content .listings .listing .listing-content .listing-header h4 {
        max-width: none;
        margin-top: 22px
    }
    .browse .browse-content .browse-options>li .item-content.listings-content .listings .listing .listing-content .btn {
        font-size: 10px
    }
    nav.navbar .browse {
        width: 248px
    }
    nav.navbar .browse>.label,
    nav.navbar .main-menu>li>a {
        padding: 9px 22px;
        font-size: .9em
    }
    .form-style {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center
    }
    .form-style>* {
        width: 100%
    }
    .form-style>.half {
        width: 50%
    }
    .form-style .form-group {
        margin-bottom: 22px
    }
    .categories-section {
        background: #fff url(../img/ncf_city-bg.svg) bottom/auto auto repeat-X!important
    }
    .categories-section .categories .category {
        padding: 18px 8px 2px
    }
    .categories-section .categories .category .img-wrap {
        background-color: transparent;
        max-width: 80px;
        margin: auto;
        margin-bottom: 16px
    }
    .categories-section .categories .category .first-subtitle {
        font-size: 14px
    }
    .business-section .business {
        -ms-flex-pack: center;
        justify-content: center
    }
    .business-section .business .business-item {
        width: calc(50% - 16px);
        margin: 0 8px 16px;
        max-width: 100%
    }
    .events-section .events .events-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-bottom: 0
    }
    .events-section .events .events-row .big-event {
        width: 100%;
        height: 420px
    }
    .events-section .events .events-row .small-events {
        width: 100%;
        padding-bottom: 0
    }
    .events-section .events .events-row .event.big-event .event-content h3 {
        font-size: 28px
    }
    .events-section .events .events-row .event.small-event {
        width: 33.333333%;
        margin-bottom: 5px
    }
    .events-section .events .events-row>.event.small-event {
        width: 33.3333%
    }
    .listings-section {
        background: var(--light) url(../img/ncf_city-bg.svg) bottom/auto repeat-X!important
    }
    .listings-section .listings-wrapper .listings .listing h4 {
        max-width: 185px
    }
    .listings-section .listings-wrapper .listings .listing .listing-content .listing-footer .listing-detail .detail.uppercase {
        font-size: 16px
    }
    .movies-section h3 {
        margin-bottom: 42px
    }
    .movies-section .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
    .movies-section .movie-swiper-parent {
        width: 320px;
        margin: 52px auto 0
    }
    .footer:before {
        background-size: auto 100%!important
    }
    .footer #menu-bottom {
        height: 0;
        margin-bottom: 254px;
        overflow: hidden
    }
}

@media screen and (max-width:768px) {
    .listings-section .listings-wrapper .listings {
        width: 100% !important;
        text-align: center
    }
    
    .category h3{
    color: #F8FAFA;
    margin-bottom: 0px
}

    .form-style:not(.nav-form-style) .half {
        width: 100%
    }
    .browse .browse-content .browse-options>li .item-content.listings-content {
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
    .browse .browse-content .browse-options>li .item-content.listings-content .listings {
        width: 100%;
        max-width: 280px;
        margin: auto;
        margin-bottom: 20px !important;
    }
    .categories-section .categories .category {
        width: calc(33.333333% - 16px)
    }
    .banners-section .banners-swiper-parent {
        max-width: 100%;
        padding: 0
    }
    .banners-section .banners-swiper-parent .middle-banners {
        max-width: 100%
    }
    .banners-section .banners-swiper-parent .middle-banners .banner-header {
        max-width: 382px;
        padding: 0 32px
    }
    .banners-section .banners-swiper-parent .middle-banners .swiper-slide.small-banner .img-wrap {
        width: auto;
        max-width: 382px;
        padding: 0 32px
    }
    .banners-section .banners-swiper-parent .swiper-button {
        width: 20px;
        height: 28px;
        top: calc(50% + 19px);
        z-index: 1
    }
    .banners-section .banners-swiper-parent .swiper-button.swiper-button-prev {
        left: calc(50% - 194px)
    }
    .banners-section .banners-swiper-parent .swiper-button.swiper-button-next {
        right: calc(50% - 194px)
    }
    .events-section .events .events-row .event.small-event {
        width: 100%;
        margin-bottom: 40px !important;
    }
    .listings-section .listings-wrapper .listings .listing .listing-content .listing-body,
    .listings-section .listings-wrapper .listings .listing .listing-content .listing-footer,
    .listings-section .listings-wrapper .listings .listing .listing-content .listing-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        height: auto
    }
    .listings-section .listings-wrapper .listings .listing .listing-content .listing-header {
        padding-top: 24px
    }
    .listings-section .listings-wrapper .listings .listing .listing-content .listing-header .label {
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 4px
    }
    .listings-section .listings-wrapper .listings .listing .listing-content .listing-header h4 {
        -ms-flex-order: 2;
        order: 2;
        max-width: 100%
    }
    .listings-section .listings-wrapper .listings .listing .listing-content .listing-body {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .listings-section .listings-wrapper .listings .listing .listing-content .listing-body .location {
        margin-bottom: 12px
    }
    .listings-section .listings-wrapper .listings .listing .listing-content .listing-footer {
        padding: 0;
        padding-bottom: 26px;
        margin: 0
    }
    .listings-section .listings-wrapper .listings .listing .listing-content .listing-footer .listing-detail {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 12px;

    }
    .listings-section .listings-wrapper .listings .listing .listing-content .listing-footer .listing-detail .detail-desc {
        text-align: left;
    }
    .listings-section .listings-wrapper .listings .listing .listing-content .listing-footer .listing-detail .detail {
        text-align: right
    }
    .listings-section .listings-wrapper .listings .listing .listing-content .listing-footer .listing-desc {
        margin: 0
    }
    .footer .form>* {
        margin-bottom: 12px
    }
    .footer .form h3 {
        text-align: center
    }
    .footer .footer-links {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        margin: 120px 0 12px
    }
    .footer .footer-links:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: -60px;
        background: url(../img/ncf_divisor.svg) 50%/auto 100% no-repeat!important;
        height: 30px
    }
    .footer .footer-links li:after {
        content: "";
        margin: 0
    }
    .listings .listing .listing-content .btn {
        margin: 10px auto;
    }
}

@media screen and (max-width:540px) {
    .header .header-link {
        display: none
    }
    .header .mobile-header-link {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 8px!important
    }
    .nav-form-style .half {
        width: 100%
    }
    .nav-form-style .form-group {
        margin-bottom: 12px
    }
    .browse .browse-content .browse-options>li>.item-label {
        padding: 22px 8px
    }
    .browse .browse-content .browse-options>li>.item-label:before {
        margin-right: 0
    }
    .browse .browse-content .browse-options>li>.item-label span {
        margin-top: 6px
    }
    .browse .browse-content .browse-options>li.active>.item-label>span,
    .browse .browse-content .browse-options>li .item-label>span {
        display: none;
        max-width: 0
    }
    .browse .browse-content .browse-options>li .item-content {
        top: 120px
    }
    .browse .browse-content .browse-options>li .item-content.business-content .business-swiper-parent {
        width: 100%;
        max-width: 320px;
        margin: auto
    }
    .browse .browse-content .browse-options>li .item-content.events-content .events-swiper-parent .swiper-container .swiper-slide .event,
    .browse .browse-content .browse-options>li .item-content.photos-content .photos-swiper-parent .swiper-container .swiper-slide .event {
        padding: 0
    }
    .categories-section .categories {
        -ms-flex-pack: center;
        justify-content: center
    }
    .categories-section .categories .category {
        width: calc(50% - 16px);
        max-width: 178px
    }
    .business-section .business .business-item {
        width: 100%
    }
    .banners-section .banners-swiper-parent .swiper-button.swiper-button-prev {
        left: 6px
    }
    .banners-section .banners-swiper-parent .swiper-button.swiper-button-next {
        right: 6px
    }
    .news-section .container .half {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
    .news-section .container .half .new {
        margin-bottom: 12px
    }
    .news-section .container .half .new .new-title {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        background-color: rgba(0, 0, 0, .4)
    }
    .news-section .container .half .new .new-title .new-bottom {
        font-size: .7em
    }
    .news-section .container .half .new .new-title .new-bottom img {
        margin-top: 4px
    }
    .news-section .container .half .big-new {
        height: 380px
    }
    .news-section .container .half .big-new .new-title h2 {
        font-size: 22px;
        margin-bottom: 8px
    }
    .news-section .container .half .medium-new {
        height: 320px;
        overflow: hidden
    }
    .news-section .container .half .medium-new .img-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 100%
    }
    .news-section .container .half .medium-new .img-wrap img {
        width: auto;
        height: 100%
    }
    .news-section .container .half .medium-new .new-title h2 {
        font-size: 18px;
        margin-bottom: 4px
    }
    .news-section .container .half .small-new {
        width: 100%
    }
    .news-section .container .half .small-new .img-wrap {
        -ms-flex-align: start;
        align-items: flex-start;
        height: 240px
    }
    .news-section .container .half .small-new .img-wrap img {
        width: 100%;
        height: auto;
        position: static
    }
    .news-section .container .half .small-new .new-title h2 {
        font-size: 16px;
        margin-bottom: 4px;
        max-width: 320px
    }
    .news-section .container .half .news-banner {
        width: 100%
    }
    .events-section .events .events-row>.event.small-event {
        width: 50%
    }
    .listings-section .listings-wrapper {
        max-width: 100%;
        margin: auto
    }
    .listings-section .listings-wrapper .listings .listing {
        width: 100%;
    }
    .movies-section .movie-swiper-parent {
        max-width: 100%;
        margin: 42px 0 0;
        padding: 0 6px
    }
    .movies-section .movie-swiper-parent:before {
        left: 22px;
        right: 22px
    }
    .movies-section .movie-swiper-parent .swiper-button {
        width: 38px;
        height: 30px
    }
    .movies-section .movie-swiper-parent .swiper-button.swiper-button-prev {
        left: -16px
    }
    .movies-section .movie-swiper-parent .swiper-button.swiper-button-next {
        right: -16px
    }
    .movies-section .movies-wrapper .movies {
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        max-width: 260px;
        margin: auto
    }
    .movies-section .movies-wrapper .movies .movie {
        width: 100%;
        margin: 6px 0
    }
    .movies-section .movies-wrapper .movies .movie .movie-content .date,
    .movies-section .movies-wrapper .movies .movie .movie-content .movie-subtitle {
        font-size: .7em
    }
}

@media screen and (max-width:390px) {
    .events-section .events .events-row .event.small-event,
    .events-section .events .events-row>.event.small-event {
        width: 100%
    }
    .events-section .events .events-row .event.big-event .event-content {
        padding: 0 12px
    }
}

@media screen and (max-width:340px) {
    .btn-red.btn-submit {
        background: var(--cinema) url(../img/ncf_check.svg) 10px 46%/30px no-repeat!important
    }
    .header .top-wrapper .top-banners .banner-header {
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header .top-wrapper .top-banners .banner-header .title {
        margin-bottom: 12px
    }
    .header .top-wrapper .top-banners .swiper-button {
        top: calc(50% + 24px)
    }
}

.fixed-box,
.tabs-content .tabs-content-section.fixed-box {
    padding: 0;
    margin-bottom: 0
}

.fixed-box .section-content,
.tabs-content .tabs-content-section.fixed-box .section-content {
    margin-bottom: 0!important
}

.fixed-box.fixed,
.tabs-content .tabs-content-section.fixed-box.fixed {
    position: fixed;
    top: 120px
}

.fixed-box.bottom,
.tabs-content .tabs-content-section.fixed-box.bottom {
    position: absolute;
    top: auto;
    bottom: 0
}

.load-more {
    background-color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .11em;
    font-size: 16px;
    padding: 18px 16px!important;
    cursor: pointer;
    margin-bottom: 0!important
}

.icon-hover {
    color: hsla(0, 0%, 100%, .8);
    font-family: Proxima Nova Soft, sans-serif;
    font-size: 10px;
    padding: 2px;
    position: relative;
    top: 25px;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    cursor: pointer
}

.icon-hover,
.icon-hover:before {
    background-color: var(--empresas);
    font-weight: 400;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.icon-hover:before {
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    display: -ms-flexbox;
    display: flex;
    content: "check";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    top: -26px;
    left: calc(50% - 11px);
    right: calc(50% - 11px);
    border-radius: 50%;
    padding: 0;
    font-size: 16px;
    visibility: visible
}

.icon-hover:after,
.icon-hover:before {
    direction: ltr;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    position: absolute
}

.icon-hover:after {
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    content: "arrow_drop_up";
    color: var(--empresas);
    top: -13px;
    text-align: center;
    visibility: hidden
}

.icon-hover:hover,
.icon-hover:hover:after {
    visibility: visible
}

.underline {
    color: #b2b2b2;
    font-size: 16px;
    display: inline-block;
    line-height: 14px;
    box-sizing: border-box;
    transition: .2s;
    border-bottom: 1px solid #b2b2b2;
    white-space: nowrap
}

.underline:hover {
    transition: .2s;
    color: #666
}

.business-gallery {
    position: relative;
    padding-top: 42px
}

.business-gallery .swiper-slide {
    cursor: pointer
}

.business-gallery .swiper-slide img {
    max-width: 100%
}

.business-gallery .swiper-button {
    position: absolute;
    top: 30px;
    width: 26px;
    height: 26px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    background: #fff!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.business-gallery .swiper-button i {
    color: #7f7f7f
}

.business-gallery .next {
    right: 0
}

.business-gallery .prev {
    right: 32px;
    left: auto
}

.btn.rate,
.rate {
    background-color: var(--empresas);
    border-color: var(--empresas);
    font-size: 30px;
    padding: 0 24px
}

.btn.rate small,
.rate small {
    font-size: 18px;
    vertical-align: super;
    display: inline-block;
    color: hsla(0, 0%, 100%, .6);
    margin-bottom: 6px;
    opacity: .6
}

.btn.rate.btn,
.rate.btn {
    color: #fff;
    height: 42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400
}

.mobile-indicator {
    display: none
}

@media screen and (max-width:1200px) {
    #md-indicator {
        display: block
    }
}

@media screen and (max-width:992px) {
    #sm-indicator {
        display: block
    }
}

@media screen and (max-width:768px) {
    #xs-indicator {
        display: block
    }
}

.page-header {
    margin: 0 0 146px
}

.topbar-fixed .business-header {
    background-color: #f9f9f9
}

.business-header {
    padding-bottom: 82px;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.business-header,
.business-header .cover {
    height: 400px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.business-header .cover {
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.business-header .cover:before {
    content: "";
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.business-header.topbar-fixed .business-header-content {
    position: fixed;
    top: 0;
    height: 172px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
    z-index: 4;
    background-color: #fff
}

.business-header.topbar-fixed .business-header-content .profile {
    max-width: 80px;
    transition: .4s ease-in-out;
    margin-bottom: 0
}

.business-header.topbar-fixed .business-header-content .profile img {
    border-color: transparent
}

.business-header.topbar-fixed .business-header-content .business-info .title-navigation .title>* {
    transition: .4s ease
}

.business-header.topbar-fixed .business-header-content .business-info .title-navigation .title h1 {
    font-size: 20px
}

.business-header.topbar-fixed .business-header-content .business-info .title-navigation .title .category {
    font-size: 14px
}

.business-header .business-header-content {
    margin-top: -90px;
    z-index: 1;
    border-bottom: .12em solid #f4f4f4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.business-header .business-header-content .container {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.business-header .business-header-content .profile {
    max-width: 160px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: .4s ease-in-out;
    margin-bottom: 12px
}

.business-header .business-header-content .profile img {
    border: 4px solid #fff;
    border-radius: 4px;
    background: #ffffff;
}

.business-header .business-header-content .business-info {
    width: 100%
}

.business-header .business-header-content .business-info .details {
    height: 90px;
    padding: 20px 0 0 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.business-header .business-header-content .business-info .details>*,
.business-header .business-header-content .business-info .details a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.business-header .business-header-content .business-info .details *,
.business-header .business-header-content .business-info .details a {
    color: hsla(0, 0%, 100%, .95);
    font-size: 18px;
    font-weight: 300;
    line-height: 22px
}

.business-header .business-header-content .business-info .details .icon-before:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    margin-right: 8px
}

.business-header .business-header-content .business-info .details .phone {
    margin-right: 36px
}

.business-header .business-header-content .business-info .details .phone .icon-before:before {
    content: "";
    background-position: 50%;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    background-image: url(../img/ncf_phone-talk.svg)
}

.business-header .business-header-content .business-info .details .address {
    max-width: 240px
}

.business-header .business-header-content .business-info .details .address .icon-before:before {
    content: "";
    background-position: 50%;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    background-image: url(../img/ncf_place.svg);
    width: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.business-header .business-header-content .business-info .details .buttons .btn {
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 4px;
    text-transform: none;
    letter-spacing: normal;
    margin-right: 6px;
    vertical-align: middle;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    padding: 0 12px;
    height: 44px
}

.business-header .business-header-content .business-info .details .buttons .btn.click-active,
.business-header .business-header-content .business-info .details .buttons .btn:hover {
    border-color: #fff
}

.business-header .business-header-content .business-info .details .buttons .btn,
.business-header .business-header-content .business-info .details .buttons .btn:hover {
    transition: .2s
}

.business-header .business-header-content .business-info .details .buttons .btn:last-child {
    margin-right: 0
}

.business-header .business-header-content .business-info .details .buttons .btn.rate {
    font-size: 30px;
    padding: 0 24px;
    border-color: var(--empresas)
}

.business-header .business-header-content .business-info .details .buttons .btn.rate small {
    opacity: .6
}

.business-header .business-header-content .business-info .details .buttons .btn.rate-call:before {
    content: "";
    background-position: 50%;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    background-image: url(../img/ncf_rate-baloon.svg)
}

.business-header .business-header-content .business-info .details .buttons .btn.header-favorite {
    width: 136px;
    text-align: left
}

.business-header .business-header-content .business-info .details .buttons .btn.header-favorite:before {
    content: "favorite_border"
}

.business-header .business-header-content .business-info .details .buttons .btn.header-favorite.clicked {
    color: var(--empresas);
    background-color: #fff
}

.business-header .business-header-content .business-info .details .buttons .btn.share:before {
    content: "";
    background-position: 50%;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    background-image: url(../img/ncf_share-icon.svg);
    width: 24px;
    height: 26px
}

.business-header .business-header-content .business-info .details .buttons .share-options {
    position: absolute;
    background-color: #fff;
    border: .12em solid #e5e5e5;
    padding: 0;
    margin: 0;
    color: #4c4c4c;
    list-style: none;
    padding: 12px;
    right: -70px;
    top: 82px;
    visibility: hidden;
    z-index: 3
}

.business-header .business-header-content .business-info .details .buttons .share-options.click-active {
    visibility: visible
}

.business-header .business-header-content .business-info .details .buttons .share-options:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "arrow_drop_up";
    color: #e5e5e5;
    position: absolute;
    top: -16px;
    left: -5px
}

.business-header .business-header-content .business-info .details .buttons .share-options li {
    text-align: left
}

.business-header .business-header-content .business-info .details .buttons .share-options li a {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 4px;
    color: #4c4c4c;
    height: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    min-width: 120px;
    visibility: inherit
}

.business-header .business-header-content .business-info .details .buttons .share-options li a,
.business-header .business-header-content .business-info .details .buttons .share-options li a:hover {
    transition: none
}

.business-header .business-header-content .business-info .details .buttons .share-options li a:before {
    content: "";
    width: 22px;
    height: 22px;
    position: relative;
    display: inline-block;
    background-size: 100% auto!important;
    background-position: 100% 100%;
    margin-right: 8px
}

.business-header .business-header-content .business-info .details .buttons .share-options li a.facebook:before {
    background-image: url(../img/ncf_facebook-share.svg)
}

.business-header .business-header-content .business-info .details .buttons .share-options li a.twitter:before {
    background-image: url(../img/ncf_twitter-share.svg)
}

.business-header .business-header-content .business-info .details .buttons .share-options li a.g-plus:before {
    background-image: url(../img/ncf_gplus-share.svg)
}

.business-header .business-header-content .business-info .details .buttons .share-options li a.whatsapp:before {
    background-image: url(../img/ncf_whatsapp-share.svg)
}

.business-header .business-header-content .business-info .details .buttons .share-options li a.instagram:before {
    background-image: url(../img/instagram.svg)
}

.business-header .business-header-content .business-info .title-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 82px
}

.business-header .business-header-content .business-info .title-navigation .title {
    margin-left: 22px;
    min-width: 200px;
}

.business-header .business-header-content .business-info .title-navigation .title>* {
    transition: .4s ease
}

.business-header .business-header-content .business-info .title-navigation .title h1 {
    font-size: 24px;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.business-header .business-header-content .business-info .title-navigation .title h1 .verified {
    position: relative;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -20px;
}

.business-header .business-header-content .business-info .title-navigation .title h1 .verified .material-icons {
    background-color: var(--empresas);
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 17px;
    margin-left: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.business-header .business-header-content .business-info .title-navigation .title h1 .verified .content {
    display: none;
    position: absolute;
    background-color: var(--empresas);
    color: hsla(0, 0%, 100%, .8);
    z-index: 9;
    font-size: 9px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    white-space: nowrap;
    padding: 2px 4px;
    bottom: -100%;
    left: -21px;
    right: -21px;
    width: 82px
}

.business-header .business-header-content .business-info .title-navigation .title h1 .verified .content:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "arrow_drop_up";
    position: absolute;
    top: -14px;
    left: calc(50% - 14px);
    color: var(--empresas)
}

.business-header .business-header-content .business-info .title-navigation .title h1 .verified:hover .content {
    display: block
}

.business-header .business-header-content .business-info .title-navigation .title .category {
    color: var(--empresas);
    /* font-size: 12px; */
}

.business-header .business-header-content .business-info .title-navigation .tab-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative
}

.business-header .business-header-content .business-info .title-navigation .tab-navigation .tab {
    padding: 2px 16px;
    cursor: pointer;
    border-right: .12em solid #e5e5e5;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #7f7f7f;
    font-weight: 600;
    font-size: 16px
}

.business-header .business-header-content .business-info .title-navigation .tab-navigation .tab:hover {
    color: var(--dark)
}

.business-header .business-header-content .business-info .title-navigation .tab-navigation .tab,
.business-header .business-header-content .business-info .title-navigation .tab-navigation .tab:hover {
    transition: .2s
}

.business-header .business-header-content .business-info .title-navigation .tab-navigation .tab:nth-last-child(2) {
    border-right: 0
}

.business-header .business-header-content .business-info .title-navigation .tab-navigation .tab#reviews span {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    font-family: Lato, sans-serif;
    font-size: .6em;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 8px;
}

.business-header .business-header-content .business-info .title-navigation .tab-navigation .tabs-underline {
    height: 1px;
    background-color: var(--empresas);
    width: 32px;
    position: absolute;
    bottom: -1px;
    transition: .6s ease
}

.tabs-content-wrapper {
    position: relative;
    overflow: hidden
}

.section-box .section-title,
.tabs-content-section .section-title {
    font-size: 16px;
    line-height: 14px;
    font-weight: 600
}

.section-box .section-title:before,
.tabs-content-section .section-title:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "format_align_left";
    color: #b2b2b2;
    line-height: 12px;
    font-size: 24px;
    vertical-align: top;
    margin-right: 8px
}

.section-box .right-link,
.tabs-content-section .right-link {
    position: absolute;
    right: 16px;
    top: 24px;
    line-height: 12px
}

.section-box .right-link,
.section-box .right-link:hover,
.tabs-content-section .right-link,
.tabs-content-section .right-link:hover {
    color: var(--empresas)
}

.section-box .right-link:before,
.tabs-content-section .right-link:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "";
    line-height: 22px;
    font-size: 20px;
    vertical-align: text-bottom;
    margin-right: 4px
}

.section-box.reviews,
.tabs-content-section.reviews {
    padding: 0 16px!important
}

.section-box.reviews .section-content,
.tabs-content-section.reviews .section-content {
    padding: 28px 16px;
    margin: 0 -16px
}

.section-box.reviews .section-title,
.tabs-content-section.reviews .section-title {
    margin-bottom: 60px
}

.section-box.reviews .section-title:before,
.tabs-content-section.reviews .section-title:before {
    content: "mode_comment"
}

.section-box.reviews .right-link:before,
.tabs-content-section.reviews .right-link:before {
    content: "comment"
}

.section-box.reviews .review,
.tabs-content-section.reviews .review {
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 32px;
}

.section-box.reviews .review:last-child,
.tabs-content-section.reviews .review:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.section-box.reviews .review .review-header,
.tabs-content-section.reviews .review .review-header {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-box.reviews .review .review-header .profile,
.tabs-content-section.reviews .review .review-header .profile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.section-box.reviews .review .review-header .profile .img-wrap,
.tabs-content-section.reviews .review .review-header .profile .img-wrap {
    width: 42px;
    height: 42px;
    margin-right: 12px
}

.section-box.reviews .review .review-header .profile .img-wrap img,
.tabs-content-section.reviews .review .review-header .profile .img-wrap img {
    border-radius: 50%
}

.section-box.reviews .review .review-header .profile .profile-details p,
.tabs-content-section.reviews .review .review-header .profile .profile-details p {
    margin-bottom: 0
}

.section-box.reviews .review .review-header .profile .profile-details .name,
.tabs-content-section.reviews .review .review-header .profile .profile-details .name {
    font-weight: 600;
    color: #4c4c4c
}

.section-box.reviews .review .review-header .profile .profile-details .date-time,
.tabs-content-section.reviews .review .review-header .profile .profile-details .date-time {
    font-weight: 400;
    font-size: 14px
}

.section-box.reviews .review .review-header .review-rate,
.tabs-content-section.reviews .review .review-header .review-rate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.section-box.reviews .review .review-header .review-rate .company-reviews,
.tabs-content-section.reviews .review .review-header .review-rate .company-reviews {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 18px
}

.section-box.reviews .review .review-header .review-rate .btn.rate,
.section-box.reviews .review .review-header .review-rate .btn.rate:hover,
.tabs-content-section.reviews .review .review-header .review-rate .btn.rate,
.tabs-content-section.reviews .review .review-header .review-rate .btn.rate:hover {
    height: 32px;
    font-size: 26px;
    padding: 0 22px
}

.section-box.reviews .review .review-header .review-rate .btn.rate small,
.tabs-content-section.reviews .review .review-header .review-rate .btn.rate small {
    font-size: 16px;
    letter-spacing: normal
}

.section-box.reviews .review .review-content,
.tabs-content-section.reviews .review .review-content {
    padding-left: 54px
}

.section-box.reviews .review .review-content p,
.tabs-content-section.reviews .review .review-content p {
    margin-bottom: 10px;
    text-align: justify;
    font-size: .95em
}

.section-box.reviews .review-form-wrapper,
.tabs-content-section.reviews .review-form-wrapper {
    background-color: #f9f9f9
}

.section-box.reviews .review-form-wrapper .section-title,
.tabs-content-section.reviews .review-form-wrapper .section-title {
    margin-bottom: 32px
}

.section-box.reviews .review-form-wrapper .section-title:before,
.tabs-content-section.reviews .review-form-wrapper .section-title:before {
    content: "comment"
}

.section-box.reviews .review-form-wrapper .form-group label,
.tabs-content-section.reviews .review-form-wrapper .form-group label {
    font-weight: 600;
    margin-bottom: 4px
}

.section-box.reviews .review-form-wrapper .form-group label .italic,
.tabs-content-section.reviews .review-form-wrapper .form-group label .italic {
    font-style: italic;
    font-weight: 700
}

.section-box.reviews .review-form-wrapper .form-group textarea,
.tabs-content-section.reviews .review-form-wrapper .form-group textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 12px 18px;
    color: #999;
    line-height: 20px
}

.section-box.reviews .input-group,
.tabs-content-section.reviews .input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.section-box.reviews .input-group .file-label,
.tabs-content-section.reviews .input-group .file-label {
    width: 100%;
    margin-bottom: 6px
}

.section-box.reviews .input-group .file-label .italic,
.tabs-content-section.reviews .input-group .file-label .italic {
    font-style: italic;
    font-weight: 700;
    font-size: 13px
}

.section-box.reviews .input-group input[type=file],
.tabs-content-section.reviews .input-group input[type=file] {
    display: none
}

.section-box.reviews .input-group label[for=fotos],
.tabs-content-section.reviews .input-group label[for=fotos] {
    display: -ms-flexbox;
    display: flex
}

.section-box.reviews .input-group label[for=fotos]:after,
.tabs-content-section.reviews .input-group label[for=fotos]:after {
    content: "";
    display: block;
    cursor: pointer;
    width: 120px;
    height: 90px;
    background: url(../img/ncf_upload.png) 50%/100% auto no-repeat;
    margin-right: 6px
}

.section-box.reviews .input-group .img-miniatures,
.tabs-content-section.reviews .input-group .img-miniatures {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.section-box.reviews .input-group .img-miniatures .file-img,
.tabs-content-section.reviews .input-group .img-miniatures .file-img {
    height: 90px;
    width: auto;
    position: relative;
    margin-right: 6px
}

.section-box.reviews .input-group .img-miniatures .file-img img,
.tabs-content-section.reviews .input-group .img-miniatures .file-img img {
    height: 100%;
    width: auto;
    max-width: none
}

.section-box.reviews .rate-group label,
.tabs-content-section.reviews .rate-group label {
    width: 100%
}

.section-box.reviews .rate-group .stars,
.tabs-content-section.reviews .rate-group .stars {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.section-box.reviews .rate-group .stars .star,
.tabs-content-section.reviews .rate-group .stars .star {
    color: var(--empresas);
    width: 22px;
    cursor: pointer
}

.section-box.reviews .rate-group .stars .caption,
.tabs-content-section.reviews .rate-group .stars .caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: .1em solid var(--empresas);
    color: #33adff;
    padding: 4px 12px;
    line-height: 14px;
    font-size: 14px;
    white-space: nowrap;
    margin-left: 9px
}

.section-box.reviews .rate-group .stars .caption:before,
.tabs-content-section.reviews .rate-group .stars .caption:before {
    direction: ltr;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    content: "arrow_left";
    color: var(--empresas);
    left: -15px
}

.tabs-content {
    background-color: #f9f9f9;
    padding: 42px 0;
    animation-fill-mode: both;
    position: absolute;
    left: 0;
    right: 0
}

.tabs-content.fadeOutLeft,
.tabs-content.fadeOutRight {
    animation: c .2s ease-in;
    animation-fill-mode: both
}

.tabs-content.fadeInRight {
    animation: b .3s ease-out;
    animation-fill-mode: both
}

.tabs-content.fadeInLeft {
    animation: a .3s ease-out;
    animation-fill-mode: both
}

.tabs-content.active {
    animation-delay: .1s
}

.tabs-content .tabs-content-section {
    box-shadow: 0 9px 12px 0 #e5e5e5;
    border-radius: 4px;
    background-color: #fff;
    padding: 28px 16px;
    margin-bottom: 50px;
    position: relative
}

.tabs-content .tabs-content-section p {
    font-family: Proxima Nova Soft, sans-serif;
    color: #b2b2b2;
    line-height: 20px;
    font-size: 16px
}

.tabs-content .about .section-content {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 32px;
    margin-bottom: 32px
}

.tabs-content .about .section-content:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 12px
}

.tabs-content .about .section-content.description .section-title:before {
    content: "notes"
}

.tabs-content .about .section-content.description p:last-of-type {
    margin-bottom: 0
}

.tabs-content .about .section-content.description .description-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tabs-content .about .section-content.description .description-footer .business-rate .rate {
    background-color: transparent;
    font-size: 38px;
    height: 46px
}

.tabs-content .about .section-content.description .description-footer .business-rate .rate small {
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 4px;
    color: #b2b2b2;
    vertical-align: bottom
}

.tabs-content .about .section-content.description .description-footer .btn-external,
.tabs-content .about .section-content.description .description-footer .btn-external:active,
.tabs-content .about .section-content.description .description-footer .btn-external:hover,
.tabs-content .about .section-content.description .description-footer .btn-external:visited {
    border: .12em solid var(--empresas);
    padding: 12px 20px;
    border-radius: 4px;
    text-transform: none;
    font-size: 16px;
    letter-spacing: normal;
    color: var(--empresas);
    font-weight: 600;
    line-height: 10px
}

.tabs-content .about .section-content.description .description-footer .btn-external:active:before,
.tabs-content .about .section-content.description .description-footer .btn-external:before,
.tabs-content .about .section-content.description .description-footer .btn-external:hover:before,
.tabs-content .about .section-content.description .description-footer .btn-external:visited:before {
    color: var(--empresas)
}

.tabs-content .about .section-content.description .description-footer .btn-external:hover {
    background-color: var(--empresas)
}

.tabs-content .about .section-content.description .description-footer .btn-external:hover,
.tabs-content .about .section-content.description .description-footer .btn-external:hover:before {
    color: #fff
}

.tabs-content .about .section-content.description .description-footer .btn-external:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "exit_to_app";
    line-height: 12px;
    font-size: 24px;
    vertical-align: top;
    margin-right: 8px
}

.tabs-content .about .section-content.features {
    padding-bottom: 82px
}

.tabs-content .about .section-content.features .section-title:before {
    content: "list_alt"
}

.tabs-content .about .section-content.features .icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.tabs-content .about .section-content.features .icons .icon-hover {
    width: 80px;
    background-color: transparent;
    margin: 0 -14px;
    top: 40px;
    position: relative;
    white-space: nowrap;
    overflow: visible;
    padding: 0
}

.tabs-content .about .section-content.features .icons .icon-hover:first-child {
    margin-left: -20px
}

.tabs-content .about .section-content.features .icons .icon-hover span {
    background-color: var(--empresas);
    display: inline-block;
    padding: 0 8px
}

.tabs-content .about .section-content.features .icons .icon-hover:before {
    width: 40px;
    height: 40px;
    font-size: 24px;
    top: -44px;
    left: calc(50% - 20px);
    right: calc(50% - 20px);
    background-color: transparent;
    color: #b2b2b2;
    border: .08em solid #b2b2b2
}

.tabs-content .about .section-content.features .icons .icon-hover:before,
.tabs-content .about .section-content.features .icons .icon-hover:before:hover {
    transition: .3s
}

.tabs-content .about .section-content.features .icons .icon-hover:hover:before {
    background-color: var(--empresas);
    color: #fff;
    border-color: var(--empresas)
}

.tabs-content .about .section-content.features .icons .icon-hover.wifi:before {
    content: "wifi"
}

.tabs-content .about .section-content.features .icons .icon-hover.tv:before {
    content: "live_tv"
}

.tabs-content .about .section-content.features .icons .icon-hover.air:before {
    content: "toys"
}

.tabs-content .about .section-content.features .icons .icon-hover.music:before {
    content: "library_music"
}

.tabs-content .about .section-content.social .section-title:before {
    content: "public"
}

.tabs-content .about .section-content.social ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.tabs-content .about .section-content.social ul li {
    display: inline-block;
    margin-right: 4px
}

.tabs-content .about .section-content.social ul li a {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #b2b2b2;
    background-size: auto 22px!important;
    background-position: 50%!important;
    border-radius: 50%
}

.tabs-content .about .section-content.social ul li a:hover {
    background-color: var(--empresas)
}

.tabs-content .about .section-content.social ul li a.facebook {
    background-image: url(../img/ncf_facebook-white.svg)
}

.tabs-content .about .section-content.social ul li a.twitter {
    background-image: url(../img/ncf_twitter-white.svg)
}

.tabs-content .about .section-content.social ul li a.g-plus {
    background-image: url(../img/ncf_gplus-white.svg)
}

.tabs-content .about .section-content.social ul li a.whatsapp {
    background-image: url(../img/ncf_whatsapp-white.svg)
}

.tabs-content .about .section-content.social ul li a.instagram {
    background-image: url(../img/instagram.svg)
}


.tabs-content .map .section-title:before {
    content: "map"
}

.tabs-content .map .right-link:before {
    content: "my_location"
}

.tabs-content .map #business-map {
    height: 320px
}

.tabs-content .timetable .section-title {
    font-weight: 400;
    margin-bottom: 0
}

.tabs-content .timetable .section-title.open {
    color: #64bb9c
}

.tabs-content .timetable .section-title.closed {
    color: var(--cinema)
}

.tabs-content .timetable .section-title:before {
    content: "alarm"
}

.tabs-content .timetable .right-link {
    font-size: 16px;
    top: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.tabs-content .timetable .right-link,
.tabs-content .timetable .right-link:hover {
    color: #4c4c4c
}

.tabs-content .timetable .right-link:after {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "keyboard_arrow_down";
    border: 1px solid #b2b2b2;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: 12px;
    transition: .4s ease-in
}

.tabs-content .timetable .right-link.click-active:after {
    transform: rotate(180deg);
    transition: .6s ease-out
}

.tabs-content .timetable .timetable-content {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s ease-in
}

.tabs-content .timetable .timetable-content li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    font-size: 16px;
    margin-top: 6px;
    border-bottom: 1px solid #ccc
}

.tabs-content .timetable .timetable-content li:first-child {
    padding-top: 24px
}

.tabs-content .timetable.click-active .timetable-content {
    max-height: 1000px;
    transition: max-height 1s ease-out
}

.tabs-content .photo-gallery .section-title {
    margin-bottom: 0
}

.tabs-content .photo-gallery .section-title:before {
    content: "image"
}

.tabs-content .photo-gallery .business-gallery {
    margin-top: -28px
}

.tabs-content .video-gallery .section-title {
    margin-bottom: 0
}

.tabs-content .video-gallery .section-title:before {
    content: "videocam"
}

.tabs-content .video-gallery .business-gallery {
    margin-top: -28px
}

.tabs-content .jobs .section-title:before {
    content: "work_outline"
}

.tabs-content .jobs .jobs-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.tabs-content .jobs .jobs-list li {
    padding: 12px 0;
    border-bottom: 1px solid #b2b2b2
}

.tabs-content .jobs .jobs-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.tabs-content .jobs .jobs-list li .job-details {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 300;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tabs-content .jobs .jobs-list li .job-details a {
    color: #b2b2b2;
    font-size: 16px;
    display: inline-block;
    line-height: 14px;
    box-sizing: border-box;
    transition: .2s;
    border-bottom: 1px solid #b2b2b2
}

.tabs-content .jobs .jobs-list li .job-details a:hover {
    transition: .2s;
    color: #666
}

.tabs-content .blog .section-title:before {
    content: "cast"
}

.tabs-content .blog .blog-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.tabs-content .blog .blog-list li {
    padding: 15px 0 9px;
    border-bottom: 1px solid #b2b2b2
}

.tabs-content .blog .blog-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.tabs-content .blog .blog-list li a {
    color: #4c4c4c;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tabs-content .blog .blog-list li a .post-title {
    line-height: 18px
}

.tabs-content .blog .blog-list li a:hover .post-title {
    text-decoration: underline;
    -webkit-text-decoration-color: #b2b2b2;
    text-decoration-color: #b2b2b2
}

.tabs-content .blog .blog-list li a:hover .post-link {
    color: #666
}

.tabs-content .blog .blog-list li a .post-link {
    white-space: nowrap;
    margin-left: 32px
}

.tabs-content .contact .section-title {
    margin-bottom: 16px
}

.tabs-content .contact .section-title:before {
    content: "contacts"
}

.tabs-content .contact p {
    font-size: 14px;
    font-weight: 400
}

.tabs-content .contact .contact-form input,
.tabs-content .contact .contact-form textarea {
    border: .12em solid #efefef;
    border-radius: 4px;
    padding: 10px 0 4px 36px;
    width: 100%;
    margin-bottom: 8px;
    background-position: left 6px top 8px!important;
    background-size: auto 24px!important
}

.tabs-content .contact .contact-form input::-webkit-input-placeholder,
.tabs-content .contact .contact-form textarea::-webkit-input-placeholder {
    color: #b2b2b2
}

.tabs-content .contact .contact-form input:-ms-input-placeholder,
.tabs-content .contact .contact-form input::-ms-input-placeholder,
.tabs-content .contact .contact-form textarea:-ms-input-placeholder,
.tabs-content .contact .contact-form textarea::-ms-input-placeholder {
    color: #b2b2b2
}

.tabs-content .contact .contact-form input::placeholder,
.tabs-content .contact .contact-form textarea::placeholder {
    color: #b2b2b2
}

.tabs-content .contact .contact-form input#nome,
.tabs-content .contact .contact-form textarea#nome {
    background-image: url(../img/ncf_user.svg)
}

.tabs-content .contact .contact-form input#email,
.tabs-content .contact .contact-form textarea#email {
    background-image: url(../img/ncf_mail.svg)
}

.tabs-content .contact .contact-form input#telefone,
.tabs-content .contact .contact-form textarea#telefone {
    background-image: url(../img/ncf_phone-icon.svg)
}

.tabs-content .contact .contact-form input#mensagem,
.tabs-content .contact .contact-form textarea#mensagem {
    background-image: url(../img/ncf_message.svg)
}

.tabs-content .contact .contact-form textarea {
    height: 120px;
    margin-bottom: 6px
}

.tabs-content .notifications .section-title:before {
    content: "notifications"
}

.tabs-content .notifications .no-notifs {
    text-align: center;
    color: #ccc
}

.tabs-content .notifications .no-notifs .icon {
    font-size: 52px
}

.tabs-content#gallery-content,
.tabs-content#jobs-content,
.tabs-content#reviews-content {
    padding-bottom: 90px
}

.tabs-content#gallery-content .tabs-content-section,
.tabs-content#jobs-content .tabs-content-section,
.tabs-content#reviews-content .tabs-content-section {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0
}

.tabs-content#gallery-content .tabs-content-section .section-content,
.tabs-content#jobs-content .tabs-content-section .section-content,
.tabs-content#reviews-content .tabs-content-section .section-content {
    box-shadow: 0 9px 12px 0 #e5e5e5;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 50px;
    position: relative;
    padding: 20px 16px 40px
}

.tabs-content#gallery-content .container,
.tabs-content#jobs-content .container,
.tabs-content#reviews-content .container {
    position: relative
}

.tabs-content#reviews-content .tabs-content-section .section-content .review {
    margin-bottom: 0
}

.tabs-content#reviews-content .container {
    position: relative
}

.tabs-content#gallery-content {
    padding: 12px 0 90px
}

.tabs-content#gallery-content .gallery {
    width: 100%
}

.tabs-content#gallery-content .gallery .section-content {
    padding: 10px;
    padding-right: 3px;
    border-radius: 6px
}

.tabs-content#gallery-content .gallery .section-content .lightgallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tabs-content#gallery-content .gallery .section-content .lightgallery .img-wrap {
    position: relative;
    cursor: pointer;
    width: calc(16.66667% - 9px);
    margin: 0 9px 12px 0
}

.tabs-content#gallery-content .gallery .section-content .lightgallery .img-wrap:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "zoom_out_map";
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 153, 255, .8);
    opacity: 0;
    transition: .2s
}

.tabs-content#gallery-content .gallery .section-content .lightgallery .img-wrap:hover:before {
    opacity: 1;
    transition: .2s
}

.tabs-content#jobs-content .jobs {
    padding: 0;
    margin-bottom: 0
}

.tabs-content#jobs-content .jobs .job .section-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    display: flex;
    align-items: center;
}

.tabs-content#jobs-content .jobs .job .section-title:before {
    font-size: 32px
}

.tabs-content#jobs-content .jobs .job .right-link {
    top: 25px;
    display: flex;
    align-items: center;
}

.tabs-content#jobs-content .jobs .job .right-link:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "add_circle_outline";
    line-height: 19px
}

.tabs-content#jobs-content .jobs .job .job-subtitle {
    margin: 14px 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tabs-content#jobs-content .jobs .job .job-subtitle .count {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal
}

.tabs-content#jobs-content .jobs .job .job-subtitle .date {
    color: #b2b2b2;
    font-size: 12px
}

.tabs-content#jobs-content .jobs .job .job-description-title {
    margin-bottom: 2px
}

.tabs-content#jobs-content .jobs .job .job-description-title strong {
    color: #7f7f7f
}

.tabs-content#jobs-content .jobs .job .job-description {
    margin-bottom: 38px
}

.tabs-content#jobs-content .jobs .job .job-description p {
    color: #727272;
    font-weight: 400
}

.tabs-content#jobs-content .jobs .job .job-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.tabs-content#jobs-content .jobs .job .job-info>* {
    width: calc(50% - 24px);
    margin-bottom: 38px;
    padding-left: 30px;
    position: relative
}

.tabs-content#jobs-content .jobs .job .job-info>:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #b2b2b2;
    text-align: left;
    width: 24px;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0
}

.tabs-content#jobs-content .jobs .job .job-info .job-info-title {
    color: rgba(45, 165, 148, .9);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .08em
}

.tabs-content#jobs-content .jobs .job .job-info .job-info-content {
    line-height: 18px
}

.tabs-content#jobs-content .jobs .job .job-info .money:before {
    content: "attach_money"
}

.tabs-content#jobs-content .jobs .job .job-info .contract:before {
    content: "description"
}

.tabs-content#jobs-content .jobs .job .job-info .benefits:before {
    content: "card_giftcard"
}

.tabs-content#jobs-content .jobs .job .job-info .schedule:before {
    content: "alarm_on"
}

.tabs-content#jobs-content .job-form .section-title {
    margin-bottom: 32px
}

.tabs-content#jobs-content .job-form .section-title:before {
    content: "search"
}

.tabs-content#jobs-content .job-form .job-search-form {
    margin-bottom: 32px
}

.tabs-content#jobs-content .job-form .job-search-form .btn {
    width: 100%;
    background: var(--cinema)!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsla(0, 0%, 100%, .9)
}

.tabs-content#jobs-content .job-form .job-search-form .btn:before {
    direction: ltr;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "check";
    opacity: .3;
    display: inline-block;
    margin-right: 12px;
    font-size: 32px;
    line-height: 12px
}

.tabs-content#products-content .container,
.tabs-content#vehicles-content .container,
.tabs-content#imobi-content .container{
    padding-bottom: 72px
}

.tabs-content#products-content .load-more,
.tabs-content#products-content .products .product,
.tabs-content#vehicles-content .load-more,
.tabs-content#vehicles-content .vehicles .vehicle,
.tabs-content#imobi-content .load-more,
.tabs-content#imobi-content .imobis .imobi{
    box-shadow: 0 4px 14px #e5e5e5
}

.tabs-content#products-content .products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 36px
}

.tabs-content#products-content .products .product {
    width: calc(33.333% - 10px);
    background-color: #fff;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 4px 14px #e5e5e5;
    margin-bottom: 48px
}

.tabs-content#vehicles-content .vehicles .vehicle,
.tabs-content#imobi-content .imobis .imobi{
    box-shadow: 0 4px 14px #e5e5e5;
    margin-bottom: 48px !important
}

.tabs-content#products-content .products .product .product-content {
    padding: 15px 12px
}

.tabs-content#products-content .products .product .product-content,
.tabs-content#products-content .products .product .product-content * {
    font-size: 22px
}

.tabs-content#products-content .products .product .product-content .title {
    color: #666;
    margin-bottom: 18px;
    line-height: 30px
}

.tabs-content#products-content .products .product .product-content .price {
    font-weight: 700;
    margin-bottom: 0
}

.tabs-content#products-content .products .product .product-content .price,
.tabs-content#products-content .products .product .product-content .price:hover {
    color: var(--empresas)
}

.job-search-form .form-group,
.select-style {
    position: relative
}

.job-search-form .form-group label,
.select-style label {
    color: rgba(45, 165, 148, .9);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: .08em;
    background-color: #fff;
    margin-left: 6px;
    padding: 0 4px;
    position: absolute;
    top: -6px;
    z-index: 2
}

.job-search-form .form-group input,
.job-search-form .form-group select,
.select-style input,
.select-style select {
    width: 100%;
    border: .12em solid #efefef;
    border-radius: 4px;
    padding: 8px;
    color: #727272;
    font-size: 16px
}

.job-search-form .form-group select,
.select-style select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/ncf_expand-more.svg) right top 62%/auto no-repeat!important
}

@media screen and (max-width:1380px) {
    .business-header .business-header-content .business-info .details .buttons {
        position: relative
    }
    .business-header .business-header-content .business-info .details .buttons .share-options {
        right: 0;
        top: 50px
    }
    .business-header .business-header-content .business-info .details .buttons .share-options:before {
        left: auto;
        right: 0
    }
}

@media screen and (max-width:1200px) {
    .business-header .business-header-content .business-info .title-navigation .title {
        margin-left: 18px
    }
    .business-header .business-header-content .business-info .title-navigation .title h1 {
        font-size: 22px
    }
    .business-header .business-header-content .business-info .title-navigation .tab-navigation .tab {
        padding: 2px 8px;
        font-size: 14px
    }
    .business-header .business-header-content .business-info .details {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 6px 0 6px 18px
    }
    .business-header .business-header-content .business-info .details>* {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }
    .business-header .business-header-content .business-info .details .buttons,
    .business-header .business-header-content .business-info .details .info {
        width: auto
    }
    .business-header .business-header-content .business-info .details .info .address {
        max-width: none
    }
    .business-header .business-header-content .business-info .details .buttons .share-options {
        right: -90px
    }
    .business-header .business-header-content .business-info .details .buttons .share-options:before {
        left: -5px;
        right: auto
    }
    .tabs-content .timetable .right-link {
        font-size: 14px
    }
    .tabs-content .timetable .right-link:after {
        margin-left: 4px
    }
}

@media screen and (max-width:992px) {
    .fixed-box:not(.filters),
    .fixed-box:not(.filters).bottom,
    .fixed-box:not(.filters).fixed,
    .tabs-content .tabs-content-section.fixed-box,
    .tabs-content .tabs-content-section.fixed-box.bottom,
    .tabs-content .tabs-content-section.fixed-box.fixed {
        position: static;
        width: 100%!important
    }
    .page-header {
        margin-bottom: 0
    }
    .business-header {
        padding-bottom: 136px;
        background-color: #f9f9f9
    }
    .business-header.topbar-fixed .business-header-content {
        max-height: 92px;
        transition: max-height .4s ease
    }
    .business-header.topbar-fixed .business-header-content .profile {
        height: auto;
        -ms-flex-align: center;
        align-items: center
    }
    .business-header.topbar-fixed .business-header-content .business-info .title-navigation {
        height: auto
    }
    .business-header.topbar-fixed .business-header-content .business-info .title-navigation .title .category {
        display: none
    }
    .business-header .business-header-content {
        background-color: #fff;
        margin-top: 0;
        max-height: 136px;
        bottom: auto;
        top: calc(100% - 136px)
    }
    .business-header .business-header-content .profile {
        height: 136px;
        max-width: 120px;
        margin-bottom: 0;
        -ms-flex-align: center;
        align-items: center
    }
    .business-header .business-header-content .business-info .details {
        margin-top: -90px;
        height: 90px;
        width: calc(100% + 120px);
        margin-left: -120px;
        padding: 0 0 12px;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .business-header .business-header-content .business-info .details .buttons,
    .business-header .business-header-content .business-info .details .info {
        -ms-flex-align: end;
        align-items: flex-end
    }
    .business-header .business-header-content .business-info .details .info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .business-header .business-header-content .business-info .details .info .phone {
        margin-bottom: 4px
    }
    .business-header .business-header-content .business-info .details .info .details .address:before {
        width: 18px
    }
    .business-header .business-header-content .business-info .details .info .icon-before {
        font-size: 16px
    }
    .business-header .business-header-content .business-info .details .info .icon-before:before {
        font-size: 22px
    }
    .business-header .business-header-content .business-info .details .buttons .btn {
        height: 32px;
        font-size: 16px
    }
    .business-header .business-header-content .business-info .details .buttons .btn.icon-before:before {
        font-size: 22px;
        margin-right: 4px
    }
    .business-header .business-header-content .business-info .details .buttons .btn.rate {
        font-size: 22px
    }
    .business-header .business-header-content .business-info .details .buttons .btn.rate small {
        font-size: 14px
    }
    .business-header .business-header-content .business-info .details .buttons .btn.share {
        margin-right: 0
    }
    .business-header .business-header-content .business-info .details .buttons .share-options {
        top: 38px
    }
    .business-header .business-header-content .business-info .title-navigation {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 136px
    }
    .business-header .business-header-content .business-info .title-navigation .title {
        margin: 12px 0 12px 22px
    }
    .business-header .business-header-content .business-info .title-navigation .tab-navigation {
        margin-left: 22px;
        height: 42px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .business-header .business-header-content .business-info .title-navigation .tab-navigation .tab#reviews span {
        height: 32px;
        padding: 8px 6px;
        display: inline
    }
    .tabs-content#gallery-content .gallery .section-content .lightgallery .img-wrap {
        width: calc(25% - 9px)
    }
    .tabs-content#products-content .products .product,
    .tabs-content#vehicles-content .vehicles .vehicle,
    .tabs-content#imobi-content .imobis .imobi{
        width: calc(50% - 10px)
    }
    .tabs-content#products-content .products .product .product-content,
    .tabs-content#products-content .products .product .product-content * {
        font-size: 20px
    }
}

@media screen and (max-width:870px) {
    .page-header {
        margin-bottom: 0
    }
}

@media screen and (max-width:768px) {
    .business-header {
        padding-bottom: 247px;
        height: 500px
    }
    .business-header.topbar-fixed {
        height: 380px;
        padding-bottom: 115px
    }
    .business-header.topbar-fixed .business-header-content {
        max-height: 520px;
        height: auto;
        top: -120px;
        transition: max-height top .2s ease
    }
    .business-header.topbar-fixed .business-header-content .profile {
        max-width: 120px
    }
    .business-header .business-header-content {
        margin-top: 0;
        max-height: 247px;
        top: calc(100% - 247px)
    }
    .business-header .business-header-content .container {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-align: center;
        align-items: center
    }
    .business-header .business-header-content .profile {
        max-width: 120px
    }
    .business-header .business-header-content .business-info {
        width: 100%
    }
    .business-header .business-header-content .business-info .details {
        height: 110px;
        margin-top: -240px;
        margin-left: 0;
        width: 100%;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .business-header .business-header-content .business-info .details .info {
        -ms-flex-align: center;
        align-items: center
    }
    .business-header .business-header-content .business-info .details .info .phone {
        margin: 0 auto 4px
    }
    .business-header .business-header-content .business-info .details .buttons .btn {
        height: 32px;
        font-size: 16px
    }
    .business-header .business-header-content .business-info .details .buttons .btn.icon-before:before {
        font-size: 22px;
        margin-right: 4px
    }
    .business-header .business-header-content .business-info .details .buttons .btn.rate {
        font-size: 22px
    }
    .business-header .business-header-content .business-info .details .buttons .btn.rate small {
        font-size: 14px
    }
    .business-header .business-header-content .business-info .details .buttons .btn.share {
        margin-right: 0
    }
    .business-header .business-header-content .business-info .details .buttons .share-options {
        top: 38px
    }
    .business-header .business-header-content .business-info .title-navigation {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 120px;
        margin-top: 120px
    }
    .business-header .business-header-content .business-info .title-navigation .title {
        margin: 12px auto;
        text-align: center
    }
    .business-header .business-header-content .business-info .title-navigation .title h1 {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-left: 30px;
    }
    .business-header .business-header-content .business-info .title-navigation .tab-navigation {
        margin-left: 0;
        height: 42px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .tabs-content#gallery-content .gallery .section-content .lightgallery .img-wrap {
        width: calc(33.33333% - 9px)
    }
    .tabs-content#jobs-content .jobs {
        padding: 0
    }
    .tabs-content#jobs-content .jobs .job .job-subtitle {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .tabs-content#jobs-content .jobs .job .job-info>* {
        width: 100%
    }
    .tabs-content#products-content .load-more,
    .tabs-content#products-content .products .product {
        width: 100%;
        max-width: 420px;
        margin: 0 auto 48px
    }

    .tabs-content#vehicles-content .load-more,
    .tabs-content#vehicles-content .vehicles .vehicle,
    .tabs-content#imobi-content .load-more,
    .tabs-content#imobi-content .imobis .imobi{
        width: 100%;
        max-width: 420px;
    }
}

@media screen and (max-width:610px) {
    .business-header .cover img {
        height: 100%;
        width: auto
    }
}

@media screen and (max-width:520px) {
    .section-box .right-link:not(#timetable-right-link),
    .tabs-content-section .right-link:not(#timetable-right-link) {
        position: static;
        margin-bottom: 22px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 14px
    }
    .section-box .right-link:not(#timetable-right-link):before,
    .tabs-content-section .right-link:not(#timetable-right-link):before {
        font-size: 18px
    }
    .section-box.reviews .review .review-header,
    .tabs-content-section.reviews .review .review-header {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .section-box.reviews .review .review-header .post-link,
    .section-box.reviews .review .review-header>.underline,
    .tabs-content-section.reviews .review .review-header .post-link,
    .tabs-content-section.reviews .review .review-header>.underline {
        margin: 6px 0 0
    }
    .section-box.reviews .review .review-header .profile,
    .tabs-content-section.reviews .review .review-header .profile {
        margin-bottom: 12px
    }
    .section-box.reviews .review .review-header .review-rate,
    .tabs-content-section.reviews .review .review-header .review-rate {
        padding-left: 54px;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
    .section-box.reviews .review .review-header .review-rate .btn.rate,
    .tabs-content-section.reviews .review .review-header .review-rate .btn.rate {
        padding: 0 12px
    }
    .business-header.topbar-fixed .business-header-content .business-info .title-navigation {
        height: 100px;
        padding-top: 10px;
    }
    .business-header .business-header-content .business-info .details {
        margin-top: -260px;
        height: 123px
    }
    .business-header .business-header-content .business-info .details .info {
        margin-bottom: 4px
    }
    .business-header .business-header-content .business-info .details .info .address a {
        text-align: center;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .business-header .business-header-content .business-info .details .buttons .btn.header-favorite,
    .business-header .business-header-content .business-info .details .buttons .btn.rate-call {
        max-width: 48px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow: hidden
    }
    .business-header .business-header-content .business-info .details .buttons .btn.header-favorite:before,
    .business-header .business-header-content .business-info .details .buttons .btn.rate-call:before {
        margin-right: 32px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .business-header-content .business-info .title-navigation{
        margin-top:130px;
        height:132px;
        position:relative
    }
    .business-header .business-header-content .business-info .title-navigation .tab-navigation {
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 0 50px;
        height: auto;
        padding-bottom: 12px;
        max-width: 100%;
    }
    .business-header .business-header-content .business-info .title-navigation .tab-navigation::-webkit-scrollbar{-webkit-appearance:none}
    .business-header .business-header-content .business-info .title-navigation .tab-navigation::-webkit-scrollbar:vertical{width:2px}
    .business-header .business-header-content .business-info .title-navigation .tab-navigation::-webkit-scrollbar:horizontal{height:2px}
    .business-header .business-header-content .business-info .title-navigation .tab-navigation::-webkit-scrollbar-thumb{background-color:#c1c1c1}
    .business-header .business-header-content .business-info .title-navigation .tab-navigation::-webkit-scrollbar-track{background-color:#fff;border-top:12px solid #fff}
    .business-header .business-header-content .business-info .title-navigation .tab-navigation .tab{font-size:16px;padding:2px 10px}
    .business-header .business-header-content .business-info .title-navigation .tab-navigation .tab#reviews span {
        font-size: .5em;
        height: auto;
        padding: 5px 8px
    }
    .business-header .business-header-content .business-info .title-navigation .tab-navigation .tabs-underline {
        top: -52px
    }
    .tabs-content .tabs-content-section .section-title {
        margin-bottom: 12px
    }
    .tabs-content .about .section-content.description .description-footer {
        -ms-flex-flow: column-reverse nowrap;
        flex-flow: column-reverse nowrap
    }
    .tabs-content .timetable .right-link {
        width: 32px;
        white-space: nowrap;
        overflow: hidden;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .tabs-content .timetable .right-link:after {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .tabs-content .blog .blog-list li a,
    .tabs-content .jobs .jobs-list li .job-details,
    .tabs-content .reviews .review .review-header {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .tabs-content .blog .blog-list li a .post-link,
    .tabs-content .blog .blog-list li a>.underline,
    .tabs-content .jobs .jobs-list li .job-details .post-link,
    .tabs-content .jobs .jobs-list li .job-details>.underline,
    .tabs-content .reviews .review .review-header .post-link,
    .tabs-content .reviews .review .review-header>.underline {
        margin: 6px 0 0
    }
    .tabs-content .photo-gallery .business-gallery {
        margin-top: -40px
    }
    .tabs-content .video-gallery .business-gallery {
        margin-top: -40px
    }
    .tabs-content#gallery-content .gallery .section-content .lightgallery .img-wrap {
        width: calc(50% - 9px)
    }
}

.page-content {
    background-color: var(--light);
    padding: 24px 0
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 0 6px;
    background-color: transparent
}

.breadcrumb li:after {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "keyboard_arrow_right";
    ine-height: 14px;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    margin: 0 4px
}

.breadcrumb li:last-child:after {
    content: ""
}

.breadcrumb li *,
.breadcrumb li a {
    font-family: Lato, sans-serif;
    font-size: .85em;
    color: #7f7f7f
}
.breadcrumb li span { font-size: 1em !important; }
.breadcrumb li strong {
    font-weight: 600
}

.price-filter {
    width: 52px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    height: 23px
}

.price-filter .money {
    font-size: 12px
}

.price-filter .money.gray {
    color: #e5e5e5
}

.price-filter .money.green {
    color: var(--eventos)
}

.business-list h1.section-title {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 40px
}

.business-list .section-content {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.business-list .filters-wrapper {
    width: calc(23% - 20px);
    margin-right: 20px;
    position: relative
}

.business-list .filters-wrapper .filters {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, .1)
}

.business-list .filters-wrapper .filters .filter {
    padding: 0 10px
}

.business-list .filters-wrapper .filters .filter.hidden {
    display: none
}

.business-list .filters-wrapper .filters .filter:first-child .filter-title {
    border-top: 0
}

.business-list .filters-wrapper .filters .filter .filter-title {
    cursor: pointer;
    margin: 0 -8px;
    padding: 8px 4px 8px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eaeaea;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 18px
}

.business-list .filters-wrapper .filters .filter .filter-title:after {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "add";
    font-size: 26px
}

.business-list .filters-wrapper .filters .filter .filter-title.open:after {
    content: "remove"
}

.business-list .filters-wrapper .filters .filter .filter-title.open+.filter-content {
    max-height: 1000px;
    transition: max-height .25s ease-in-out;
    padding: 0 0 10px
}

.business-list .filters-wrapper .filters .filter .filter-title.filters-active.open {
    cursor: default
}

.business-list .filters-wrapper .filters .filter .filter-title.filters-active.open:after {
    content: none
}

.business-list .filters-wrapper .filters .filter .filter-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .05s ease-in-out
}

.business-list .filters-wrapper .filters .filter .filter-content.filters-active-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.business-list .filters-wrapper .filters .filter .filter-content .filter-active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    background-color: #e4f9f8;
    padding: 8px 6px;
    border-radius: 6px;
    line-height: 15px;
    font-size: .9em;
    margin: 0 4px 6px 0
}

.business-list .filters-wrapper .filters .filter .filter-content .filter-active .close {
    text-align: center;
    color: var(--empresas);
    font-size: 16px;
    margin-left: 4px;
    vertical-align: middle;
    opacity: 1
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group {
    margin-bottom: 0
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group.search-group {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group .checkbox-label {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    font-family: Lato, sans-serif;
    line-height: 14px;
    margin-bottom: 12px;
    font-size: .9em
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group .checkbox-label:after {
    content: "";
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    bottom: calc(50% - 5px);
    vertical-align: bottom;
    display: inline-block;
    border-radius: 50%;
    border: .12em solid #fff;
    box-shadow: 0 0 0 .12em #c3c3c3;
    margin: 0 6px 3px 0
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group .checkbox-label.checked:after {
    background-color: var(--empresas)
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group .checkbox-label .results-count {
    color: #ccc;
    font-size: 1em;
    padding-left: 4px
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group.price-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group.price-group label {
    margin-bottom: 0
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group input[type=checkbox] {
    display: none
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group input[type=checkbox].checked+label:before {
    background-image: url(../img/rdc_check.svg);
    background-size: 10px 10px!important
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group input:not([type=checkbox]) {
    font-size: 12px;
    width: 100%;
    height: 24px
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group input:not([type=checkbox])::-webkit-input-placeholder {
    color: #ccc
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group input:not([type=checkbox]):-ms-input-placeholder,
.business-list .filters-wrapper .filters .filter .filter-content .form-group input:not([type=checkbox])::-ms-input-placeholder {
    color: #ccc
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group input:not([type=checkbox])::placeholder {
    color: #ccc
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group .btn-search {
    color: #ccc;
    width: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 24px
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group .btn-search i {
    font-size: 16px
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group .option {
    display: block;
    font-family: Lato, sans-serif;
    font-size: .88em;
    font-weight: 500;
    color: var(--empresas);
    cursor: pointer
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group .option:hover {
    color: #0081d6
}

.business-list .filters-wrapper .filters .filter .filter-content .form-group .option .count {
    color: #ccc;
    font-weight: 400
}

.business-list .business-wrapper {
    width: calc(54% - 22px);
    margin-right: 22px;
    margin-bottom: 60px
}

.business-list .business-wrapper .business {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #fff;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 32px;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, .1)
}

.business-list .business-wrapper .business.active {
    background-color: #e4f9f8
}

.business-list .business-wrapper .business .img-wrap {
    width: calc(30% - 12px);
    margin-right: 12px
}

.business-list .business-wrapper .business .business-content {
    width: 70%;
    font-family: Lato, sans-serif
}

.business-list .business-wrapper .business .business-content h2 {
    font-size: 24px;
    margin-bottom: 4px
}

.business-list .business-wrapper .business .business-content h2 a {
    color: #4c4c4c
}

.business-list .business-wrapper .business .business-content .reviews {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px
}

.business-list .business-wrapper .business .business-content .reviews .company-reviews {
    height: 24px;
    margin-right: 12px
}

.business-list .business-wrapper .business .business-content .reviews .reviews-count {
    color: #999;
    font-family: Lato, sans-serif;
    font-size: .95em
}

.business-list .business-wrapper .business .business-content p {
    margin-bottom: 10px
}

.business-list .business-wrapper .business .business-content p a {
    color: #a8a8a8
}

.business-list .business-wrapper .business .business-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 16px;
    font-family: Lato, sans-serif
}

.business-list .business-wrapper .business .business-footer>* {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
    height: 24px;
    font-size: 14px;
    line-height: 14px
}

.business-list .business-wrapper .business .business-footer>:before {
    color: #999;
    margin-right: 8px
}

.business-list .business-wrapper .business .business-footer>:after {
    content: "\2022";
    color: #999;
    margin: 0 10px
}

.business-list .business-wrapper .business .business-footer>:last-child:after {
    content: none
}

.business-list .business-wrapper .business .business-footer .status:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "alarm";
    margin-right: 4px;
    font-size: 18px;
    line-height: 18px
}

.business-list .business-wrapper .business .business-footer .status.open {
    color: var(--veiculos)
}

.business-list .business-wrapper .business .business-footer .status.closed {
    color: #ed0000
}

.business-list .business-wrapper .business .business-footer .business-favorite {
    cursor: pointer;
    color: #b2b2b2
}

.business-list .business-wrapper .business .business-footer .business-favorite:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "favorite_border";
    font-size: 18px
}

.business-list .business-wrapper .business .business-footer .business-favorite.favorited,
.business-list .business-wrapper .business .business-footer .business-favorite.favorited:before {
    color: #eb77ac
}

.business-list .business-wrapper .business .business-footer .price-filter {
    width: auto
}

.business-list .business-wrapper .business .business-footer .price-filter i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.business-list .business-wrapper .load-more {
    text-align: center;
    font-weight: 900;
    font-family: Lato, sans-serif
}

.business-list .map-wrapper {
    width: 26%;
    position: relative
}

.business-list .map-wrapper .map {
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, .1);
    height: 380px
}

.business-list .map-wrapper .map>* {
    height: 100%;
    width: 100%
}

.place-popup {
    max-width: 160px;
    max-height: 90px;
    overflow: hidden;
    font-family: Lato, sans-serif;
    font-weight: 400
}

.place-popup h1 {
    font-size: 14px;
    margin-bottom: 4px
}

.place-popup .reviews {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 4px
}

.place-popup .reviews .company-reviews {
    height: 16px;
    white-space: nowrap;
    margin-bottom: 4px
}

.place-popup .reviews .company-reviews i {
    font-size: 18px;
    width: 16px
}

.place-popup .reviews .reviews-cont {
    font-size: .85em
}

.place-popup.business-page {
    max-width: 160px;
    max-height: 120px
}

.place-popup.business-page .reviews {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 6px
}

.place-popup.business-page .reviews .company-reviews {
    margin-right: 6px;
    margin-bottom: 0
}

.place-popup.business-page p.address {
    font-size: 13px;
    margin-bottom: 2px;
    line-height: 15px
}

@media screen and (max-width:1200px) {
    .page-header {
        margin: 0 0 220px
    }
    .business-list .filters-wrapper {
        width: calc(28% - 20px)
    }
    .business-list .business-wrapper {
        width: calc(48% - 20px)
    }
    .business-list .business-wrapper .business .img-wrap {
        width: calc(40% - 12px);
        margin-bottom: 22px
    }
    .business-list .business-wrapper .business .business-content {
        width: 50%
    }
    .business-list .business-wrapper .business .business-content h2 {
        font-size: 22px
    }
    .business-list .business-wrapper .business .business-content .reviews .company-reviews {
        height: 16px
    }
    .business-list .business-wrapper .business .business-content .reviews .company-reviews i {
        font-size: 18px;
        width: 18px
    }
    .business-list .business-wrapper .business .business-content .reviews .reviews-cont {
        font-size: .9em
    }
    .business-list .business-wrapper .business .business-content p {
        font-size: 14px
    }
    .business-list .business-wrapper .business .business-footer {
        margin-top: 0;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .business-list .business-wrapper .business .business-footer>* {
        font-size: 16px
    }
    .business-list .business-wrapper .business .business-footer>:after {
        margin: 0 5px;
        line-height: 10px;
        padding-bottom: 3px
    }
    .business-list .business-wrapper .business .business-footer .status:before {
        font-size: 18px
    }
    .business-list .business-wrapper .business .business-footer .category:after {
        content: none
    }
    .business-list .business-wrapper .business .business-footer .business-favorite {
        width: 100%;
        margin-top: 8px
    }
    .business-list .business-wrapper .business .business-footer .business-favorite:after {
        content: none
    }
    .business-list .map-wrapper {
        width: 26%
    }
}

@media screen and (max-width:992px) {
    .page-header {
        margin-bottom: 0
    }
    .business-list .section-content {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .business-list .section-content .filters-wrapper {
        width: calc(36% - 20px);
        margin-bottom: 60px
    }
    .business-list .section-content .business-wrapper {
        width: 64%;
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .filters.bottom,
    .filters.fixed {
        position: static;
        width: 100%!important
    }
    .page-header {
        margin-bottom: 0
    }
    .business-list .section-content {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .business-list .section-content .business-wrapper,
    .business-list .section-content .filters-wrapper,
    .business-list .section-content .map-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 22px
    }
}

@media screen and (max-width:500px) {
    .business-list .business-wrapper .business {
        margin: 0 auto 32px
    }
    .business-list .business-wrapper .business .business-content,
    .business-list .business-wrapper .business .img-wrap {
        width: 100%;
        margin-right: 0
    }
    .business-list .business-wrapper .business .business-content {
        margin-bottom: 18px
    }
}

.new-section .container {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px
}

.new-section .container .breadcrumb {
    width: 100%
}

.new-section .container .section-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 9px 12px 0 #e5e5e5;
    margin-bottom: 25px;
}

.new-section .container .section-box .section-title {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    margin-top: 12px
}

.new-section .container .section-box .section-title:before {
    font-size: 32px
}

.new-section .container .event-section-content,
.new-section .container .new-section-content,
.new-section .container .news-section-content {
    width: calc(70% - 20px)
}

.new-section .container .event-section-content .big-new,
.new-section .container .new-section-content .big-new,
.new-section .container .news-section-content .big-new {
    max-height: 460px;
    overflow: hidden
}

.new-section .container .event-section-content .big-new,
.new-section .container .event-section-content .big-new:hover,
.new-section .container .new-section-content .big-new,
.new-section .container .new-section-content .big-new:hover,
.new-section .container .news-section-content .big-new,
.new-section .container .news-section-content .big-new:hover {
    border: 0!important
}

.new-section .container .event-section-content .big-new .new-title,
.new-section .container .new-section-content .big-new .new-title,
.new-section .container .news-section-content .big-new .new-title {
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    padding: 0 32px
}

.new-section .container .event-section-content .big-new .new-title .new-subtitle,
.new-section .container .new-section-content .big-new .new-title .new-subtitle,
.new-section .container .news-section-content .big-new .new-title .new-subtitle {
    font-size: 14px
}

.new-section .container .event-section-content .big-new .new-title h1,
.new-section .container .new-section-content .big-new .new-title h1,
.new-section .container .news-section-content .big-new .new-title h1 {
    font-weight: 600;
    font-size: 2.35rem
}

.new-section .container .event-section-content .big-new .new-title .date,
.new-section .container .new-section-content .big-new .new-title .date,
.new-section .container .news-section-content .big-new .new-title .date {
    font-size: 14px;
    color: #ccc
}

.new-section .container .event-section-content .new-content,
.new-section .container .new-section-content .new-content,
.new-section .container .news-section-content .new-content {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 32px
}

.new-section .container .event-section-content .new-content .social,
.new-section .container .new-section-content .new-content .social,
.new-section .container .news-section-content .new-content .social {
    width: 64px;
    position: relative;
    padding: 0 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.new-section .container .event-section-content .new-content .social ul,
.new-section .container .new-section-content .new-content .social ul,
.new-section .container .news-section-content .new-content .social ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.new-section .container .event-section-content .new-content .social ul li:last-child a,
.new-section .container .new-section-content .new-content .social ul li:last-child a,
.new-section .container .news-section-content .new-content .social ul li:last-child a {
    margin-bottom: 0
}

.new-section .container .event-section-content .new-content .social ul a,
.new-section .container .new-section-content .new-content .social ul a,
.new-section .container .news-section-content .new-content .social ul a {
    margin-bottom: 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.new-section .container .event-section-content .new-content .social ul a img,
.new-section .container .new-section-content .new-content .social ul a img,
.new-section .container .news-section-content .new-content .social ul a img {
    height: 18px;
    width: auto
}

.new-section .container .event-section-content .new-content .social ul a.facebook,
.new-section .container .new-section-content .new-content .social ul a.facebook,
.new-section .container .news-section-content .new-content .social ul a.facebook {
    background-color: #40609b
}

.new-section .container .event-section-content .new-content .social ul a.twitter,
.new-section .container .new-section-content .new-content .social ul a.twitter,
.new-section .container .news-section-content .new-content .social ul a.twitter {
    background-color: #00a9e1
}

.new-section .container .event-section-content .new-content .social ul a.g-plus,
.new-section .container .new-section-content .new-content .social ul a.g-plus,
.new-section .container .news-section-content .new-content .social ul a.g-plus {
    background-color: #e24f16
}

.new-section .container .event-section-content .new-content .social ul a.whatsapp,
.new-section .container .new-section-content .new-content .social ul a.whatsapp,
.new-section .container .news-section-content .new-content .social ul a.whatsapp {
    background-color: #00d06c;
}

.new-section .container .event-section-content .new-content .content,
.new-section .container .new-section-content .new-content .content,
.new-section .container .news-section-content .new-content .content {
    padding-right: 32px;
}

.new-section .container .event-section-content .new-content .content,
.new-section .container .event-section-content .new-content .content *,
.new-section .container .new-section-content .new-content .content,
.new-section .container .new-section-content .new-content .content *,
.new-section .container .news-section-content .new-content .content,
.new-section .container .news-section-content .new-content .content * {
    font-family: Lato, sans-serif
}

.new-section .container .event-section-content .new-content .content h2,
.new-section .container .event-section-content .new-content .content h3,
.new-section .container .event-section-content .new-content .content h4,
.new-section .container .event-section-content .new-content .content h5,
.new-section .container .new-section-content .new-content .content h2,
.new-section .container .new-section-content .new-content .content h3,
.new-section .container .new-section-content .new-content .content h4,
.new-section .container .new-section-content .new-content .content h5,
.new-section .container .news-section-content .new-content .content h2,
.new-section .container .news-section-content .new-content .content h3,
.new-section .container .news-section-content .new-content .content h4,
.new-section .container .news-section-content .new-content .content h5 {
    margin-bottom: 0;
    font-weight: 800
}

.new-section .container .event-section-content .new-content .content h2,
.new-section .container .new-section-content .new-content .content h2,
.new-section .container .news-section-content .new-content .content h2 {
    font-size: 1.65em
}

.new-section .container .event-section-content .new-content .content h3,
.new-section .container .new-section-content .new-content .content h3,
.new-section .container .news-section-content .new-content .content h3 {
    font-size: 1.45em
}

.new-section .container .event-section-content .new-content .content h4,
.new-section .container .new-section-content .new-content .content h4,
.new-section .container .news-section-content .new-content .content h4 {
    font-size: 1.25em
}

.new-section .container .event-section-content .new-content .content h5,
.new-section .container .new-section-content .new-content .content h5,
.new-section .container .news-section-content .new-content .content h5 {
    font-size: 1.05em
}

.new-section .container .event-section-content .new-content .content p,
.new-section .container .new-section-content .new-content .content p,
.new-section .container .news-section-content .new-content .content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 32px;
    color: #4c4c4c
}

.new-section .container .event-section-content .new-content .content p.intro,
.new-section .container .new-section-content .new-content .content p.intro,
.new-section .container .news-section-content .new-content .content p.intro {
    font-size: 18px;
    line-height: 22px
}

.new-section .container .event-section-content .new-content .content p:last-of-type,
.new-section .container .new-section-content .new-content .content p:last-of-type,
.new-section .container .news-section-content .new-content .content p:last-of-type {
    margin-bottom: 0
}

.new-section .container .event-section-content .new-content .content p a,
.new-section .container .new-section-content .new-content .content p a,
.new-section .container .news-section-content .new-content .content p a {
    border-bottom: 1px solid var(--empresas)
}

.new-section .container .event-section-content .movies,
.new-section .container .new-section-content .movies,
.new-section .container .news-section-content .movies {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.new-section .container .event-section-content .movies .section-title,
.new-section .container .new-section-content .movies .section-title,
.new-section .container .news-section-content .movies .section-title {
    margin-bottom: 12px
}

.new-section .container .event-section-content .movies .section-title:before,
.new-section .container .new-section-content .movies .section-title:before,
.new-section .container .news-section-content .movies .section-title:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "rss_feed"
}

.new-section .container .event-section-content .movies .movie,
.new-section .container .new-section-content .movies .movie,
.new-section .container .news-section-content .movies .movie {
    width: calc(33.3333% - 6px)
}

.new-section .container .event-section-content .movies .movie,
.new-section .container .event-section-content .movies .movie:hover,
.new-section .container .new-section-content .movies .movie,
.new-section .container .new-section-content .movies .movie:hover,
.new-section .container .news-section-content .movies .movie,
.new-section .container .news-section-content .movies .movie:hover {
    border: 0;
    margin: 0
}

.new-section .container .event-section-content .movies .movie .movie-content,
.new-section .container .new-section-content .movies .movie .movie-content,
.new-section .container .news-section-content .movies .movie .movie-content {
    padding: 16px
}

.new-section .container .event-section-content .movies .movie .movie-content h4,
.new-section .container .new-section-content .movies .movie .movie-content h4,
.new-section .container .news-section-content .movies .movie .movie-content h4 {
    font-weight: 600
}

.new-section .container .event-section-content .movies .movie .movie-content .date,
.new-section .container .new-section-content .movies .movie .movie-content .date,
.new-section .container .news-section-content .movies .movie .movie-content .date {
    font-size: 12px
}

.new-section .container .event-section-content .reviews,
.new-section .container .new-section-content .reviews,
.new-section .container .news-section-content .reviews {
    margin-bottom: 0;
    padding: 0 !important;
}

.new-section .container .event-section-content .reviews .section-content,
.new-section .container .new-section-content .reviews .section-content,
.new-section .container .news-section-content .reviews .section-content {
    padding: 35px
}

.new-section .container .event-section-content .reviews .section-title,
.new-section .container .new-section-content .reviews .section-title,
.new-section .container .news-section-content .reviews .section-title {
    font-size: 18px
}

.new-section .container .event-section-content .reviews .section-title:before,
.new-section .container .new-section-content .reviews .section-title:before,
.new-section .container .news-section-content .reviews .section-title:before {
    font-size: 24px;
    line-height: 28px
}

.new-section .container .event-section-content .reviews .right-link,
.new-section .container .new-section-content .reviews .right-link,
.new-section .container .news-section-content .reviews .right-link {
    top: 34px;
    font-size: 18px
}

.new-section .container .event-section-content .reviews .right-link:before,
.new-section .container .new-section-content .reviews .right-link:before,
.new-section .container .news-section-content .reviews .right-link:before {
    content: "";
    background-position: 50%;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    background-image: url(../img/ncf_rate-baloon-blue.svg)
}

.new-section .container .event-section-content .reviews .review,
.new-section .container .new-section-content .reviews .review,
.new-section .container .news-section-content .reviews .review {
    padding-bottom: 32px
}

.new-section .container .event-section-content .reviews .review:last-child,
.new-section .container .new-section-content .reviews .review:last-child,
.new-section .container .news-section-content .reviews .review:last-child {
    margin-bottom: 0
}

.new-section .container .event-section-content .reviews .review .review-header,
.new-section .container .new-section-content .reviews .review .review-header,
.new-section .container .news-section-content .reviews .review .review-header {
    height: 42px
}

.new-section .container .event-section-content .reviews .review .review-header .profile .profile-details .name,
.new-section .container .new-section-content .reviews .review .review-header .profile .profile-details .name,
.new-section .container .news-section-content .reviews .review .review-header .profile .profile-details .name {
    font-size: 18px;
    line-height: 20px
}

.new-section .container .event-section-content .reviews .review .review-header .profile .profile-details .date-time,
.new-section .container .new-section-content .reviews .review .review-header .profile .profile-details .date-time,
.new-section .container .news-section-content .reviews .review .review-header .profile .profile-details .date-time {
    color: #b2b2b2
}

.new-section .container .event-section-content .reviews .review .review-header .review-rate .company-reviews,
.new-section .container .new-section-content .reviews .review .review-header .review-rate .company-reviews,
.new-section .container .news-section-content .reviews .review .review-header .review-rate .company-reviews {
    margin-right: 10px;
}

.new-section .container .event-section-content .reviews .review .review-header .review-rate .company-reviews i,
.new-section .container .new-section-content .reviews .review .review-header .review-rate .company-reviews i,
.new-section .container .news-section-content .reviews .review .review-header .review-rate .company-reviews i {
    font-size: 20px;
    width: 18px
}

.new-section .container .event-section-content .reviews .review .review-content p,
.new-section .container .new-section-content .reviews .review .review-content p,
.new-section .container .news-section-content .reviews .review .review-content p {
    color: #a8a8a8;
    font-size: 16px;
    line-height: 20px
}

.new-section .container .event-section-content .reviews .review-form-wrapper,
.new-section .container .new-section-content .reviews .review-form-wrapper,
.new-section .container .news-section-content .reviews .review-form-wrapper {
    padding: 12px 16px
}

.new-section .container .event-section-content .reviews .review-form-wrapper .form-group #review,
.new-section .container .new-section-content .reviews .review-form-wrapper .form-group #review,
.new-section .container .news-section-content .reviews .review-form-wrapper .form-group #review {
    height: 180px
}

.new-section .container .event-section-content .reviews .review-form-wrapper .form-group .stars i .caption,
.new-section .container .new-section-content .reviews .review-form-wrapper .form-group .stars i .caption,
.new-section .container .news-section-content .reviews .review-form-wrapper .form-group .stars i .caption {
    padding: 6px 20px;
    border-width: .08em
}

.new-section .container .event-section-content .reviews .review-form-wrapper .btn-blue,
.new-section .container .event-section-content .reviews .review-form-wrapper .btn-blue:hover,
.new-section .container .event-section-content .reviews .review-form-wrapper .btn-green,
.new-section .container .event-section-content .reviews .review-form-wrapper .btn-green:hover,
.new-section .container .new-section-content .reviews .review-form-wrapper .btn-blue,
.new-section .container .new-section-content .reviews .review-form-wrapper .btn-blue:hover,
.new-section .container .new-section-content .reviews .review-form-wrapper .btn-green,
.new-section .container .new-section-content .reviews .review-form-wrapper .btn-green:hover,
.new-section .container .news-section-content .reviews .review-form-wrapper .btn-blue,
.new-section .container .news-section-content .reviews .review-form-wrapper .btn-blue:hover,
.new-section .container .news-section-content .reviews .review-form-wrapper .btn-green,
.new-section .container .news-section-content .reviews .review-form-wrapper .btn-green:hover {
    margin-left: 0;
    width: 220px;
    padding: 14px
}

.new-section .container .new-sidebar-wrapper {
    position: relative;
    width: calc(30% - 20px);
    margin-left: 15px;
}

.new-section .container .new-sidebar-wrapper .new-sidebar section {
    margin-bottom: 32px
}

.new-section .container .new-sidebar-wrapper .new-sidebar section:last-child {
    margin-bottom: 0;
    padding-bottom: 15px !important;
}

.new-section .container .new-sidebar-wrapper .new-sidebar .search-form {
    padding: 0
}

.new-section .container .new-sidebar-wrapper .new-sidebar .search-form form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 52px;
    border-radius: 5px;
    overflow: hidden
}

.new-section .container .new-sidebar-wrapper .new-sidebar .search-form form #search {
    height: 100%;
    width: calc(100% - 46px);
    padding: 4px 16px;
    font-size: 13px
}

.new-section .container .new-sidebar-wrapper .new-sidebar .search-form form #search::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #b2b2b2
}

.new-section .container .new-sidebar-wrapper .new-sidebar .search-form form #search:-ms-input-placeholder,
.new-section .container .new-sidebar-wrapper .new-sidebar .search-form form #search::-ms-input-placeholder {
    text-transform: uppercase;
    color: #b2b2b2
}

.new-section .container .new-sidebar-wrapper .new-sidebar .search-form form #search::placeholder {
    text-transform: uppercase;
    color: #b2b2b2
}

.new-section .container .new-sidebar-wrapper .new-sidebar .search-form form button {
    height: 100%;
    width: 46px;
    border: 0;
    background-color: #fff;
    cursor: pointer
}

.new-section .container .new-sidebar-wrapper .new-sidebar .search-form form button i {
    color: #b2b2b2;
    line-height: 42px;
    font-size: 36px
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories,
.new-section .container .new-sidebar-wrapper .new-sidebar .news-list {
    padding: 0;
    padding-bottom: 18px
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories .section-title,
.new-section .container .new-sidebar-wrapper .new-sidebar .news-list .section-title {
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 14px;
    margin: 0 0 18px;
    padding: 18px 12px 12px
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories .section-title:before,
.new-section .container .new-sidebar-wrapper .new-sidebar .news-list .section-title:before {
    font-size: 24px;
    content: "offline_bolt";
    color: #f90
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories .new,
.new-section .container .new-sidebar-wrapper .new-sidebar .news-list .new {
    padding: 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 18px
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories .new,
.new-section .container .new-sidebar-wrapper .new-sidebar .categories .new:hover,
.new-section .container .new-sidebar-wrapper .new-sidebar .news-list .new,
.new-section .container .new-sidebar-wrapper .new-sidebar .news-list .new:hover {
    border: 0!important
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories .new .img-wrap,
.new-section .container .new-sidebar-wrapper .new-sidebar .news-list .new .img-wrap {
    padding-right: 8px;
    width: 82px
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories .new .new-content,
.new-section .container .new-sidebar-wrapper .new-sidebar .news-list .new .new-content {
    width: calc(100% - 82px)
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories .new .new-content h4,
.new-section .container .new-sidebar-wrapper .new-sidebar .news-list .new .new-content h4 {
    font-size: 14px;
    margin-bottom: 6px;
    color: #0bb8ff;
    font-weight: 600
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories .new .new-content .date,
.new-section .container .new-sidebar-wrapper .new-sidebar .news-list .new .new-content .date {
    font-family: Lato, sans-serif;
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 0
}

.new-section .container .new-sidebar-wrapper .new-sidebar .banner>* {
    display: block;
    max-width: 300px;
    margin: 0 auto
}

.new-section .container .new-sidebar-wrapper .new-sidebar .banner .section-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #ccc;
    margin-bottom: 4px;
    margin-top: 0
}

.new-section .container .new-sidebar-wrapper .new-sidebar .banner .section-title:before {
    content: "";
    display: none
}

@media screen and (max-width:1200px) {
    .new-section .container {
        -ms-flex-align: unset;
        align-items: unset
    }
    .new-section .container .new-section-content .movies .movie .movie-content {
        padding: 16px 12px
    }
    .new-section .container .new-section-content .movies .movie .movie-content h4 {
        font-size: 14px
    }
}

@media screen and (max-width:992px) {
    .new-section .container {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
    .new-section .container .new-section-content,
    .new-section .container .new-sidebar-wrapper,
    .new-section .container .news-section-content {
        width: 100%
    }
    .new-section .container .new-section-content .reviews {
        margin-bottom: 32px
    }
    .new-section .container .new-sidebar-wrapper .new-sidebar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .new-section .container .new-sidebar-wrapper .new-sidebar .news-list,
    .new-section .container .new-sidebar-wrapper .new-sidebar .search-form {
        width: 100%
    }
    .new-section .container .new-sidebar-wrapper .new-sidebar .news-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .new-section .container .new-sidebar-wrapper .new-sidebar .banner,
    .new-section .container .new-sidebar-wrapper .new-sidebar .app,
    .new-section .container .new-sidebar-wrapper .new-sidebar .news-list .new {
        width: calc(50% - 12px)
    }
    .new-section .container .new-sidebar-wrapper .new-sidebar .app .img-wrap {
        margin: 0 auto;
        max-width: 300px
    }
}

@media screen and (max-width:768px) {
    .new-section .container .event-section-content .new-content .content,
    .new-section .container .new-section-content .new-content .content,
    .new-section .container .news-section-content .new-content .content {
        padding-right: 32px;
        margin-left: 20px;
    }
    .new-section .container .new-section-content .big-new .new-title h1 {
        font-size: 28px
    }
    .new-section .container .new-section-content .new-content {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .new-section .container .new-section-content .new-content .social {
        width: 100%;
        padding: 0;
        margin-bottom: 18px
    }
    .new-section .container .new-section-content .new-content .social ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        margin-left: 20px;
    }
    .new-section .container .new-section-content .new-content .social ul li {
        margin-right: 8px
    }
    .new-section .container .new-section-content .movies .movie,
    .new-section .container .new-section-content .movies .movie:hover {
        width: 100%;
        height: 220px;
        overflow: hidden;
        margin-bottom: 12px
    }
    .new-section .container .new-sidebar-wrapper .new-sidebar>* {
        width: 100%!important
    }
    .new-section .container .new-sidebar-wrapper .new-sidebar .banner {
        margin: 0 auto 32px
    }
    .new-section .container .new-sidebar-wrapper .new-sidebar .app {
        -ms-flex-order: 4;
        order: 4
    }
    .new-section .container .new-sidebar-wrapper .new-sidebar .app .img-wrap {
        margin: 0 auto;
        max-width: none
    }
    .new-section .container .new-sidebar-wrapper .new-sidebar .banner {
        -ms-flex-order: 3;
        order: 3;
        text-align: left
    }
    .new-section .container .new-sidebar-wrapper .new-sidebar .banner a,
    .new-section .container .new-sidebar-wrapper .new-sidebar .banner h2 {
        margin-left: 0;
        text-align: left
    }
    .new-section .container .new-sidebar-wrapper .new-sidebar .news-list .new {
        width: 100%
    }
}

@media screen and (max-width:520px) {
    .section-box.reviews .section-title {
        margin-bottom: 12px
    }
    .new-section .container .breadcrumb {
        margin: 0 0 20px
    }
    .new-section .container .new-section-content .big-new .new-title h1 {
        font-size: 22px
    }
    .new-section .container .new-section-content .reviews .review .review-header {
        height: auto;
        margin-bottom: 4px
    }
    .new-section .container .new-section-content .reviews .review .review-header .profile {
        margin-bottom: 4px
    }
    .new-section .container .new-section-content .reviews .review-form-wrapper .btn-blue,
    .new-section .container .new-section-content .reviews .review-form-wrapper .btn-green {
        width: 100%
    }

    .new-section .container .new-sidebar-wrapper {
        margin-left: 0;
        margin-top: 20px;
    }
}

.news-section .container .breadcrumb {
    margin-bottom: 22px
}

.news-section .container .news-section-content .new {
    background-color: #fff;
    margin-bottom: 56px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0
}

.news-section .container .news-section-content .new,
.news-section .container .news-section-content .new:hover {
    border: 0!important
}

.news-section .container .news-section-content .new>a .img-wrap {
    max-height: 340px;
    overflow: hidden
}

.news-section .container .news-section-content .new .new-content,
.news-section .container .news-section-content .new .new-footer {
    padding: 0 24px
}

.news-section .container .news-section-content .new .new-content {
    display: block
}

.news-section .container .news-section-content .new .new-content .category {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .08em;
    font-size: 14px;
    margin: 18px 0 24px;
    border-bottom: 1px solid var(--cinema)
}

.news-section .container .news-section-content .new .new-content .category a {
    color: #999
}

.news-section .container .news-section-content .new .new-content h2 {
    font-size: 24px
}

.news-section .container .news-section-content .new .new-content h2 a {
    color: #4c4c4c
}

.news-section .container .news-section-content .new .new-content p {
    margin-bottom: 32px;
    line-height: 20px;
    font-family: Lato, sans-serif
}

.news-section .container .news-section-content .new .new-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: Lato, sans-serif;
    padding-bottom: 22px
}

.news-section .container .news-section-content .new .new-footer .date {
    color: #b2b2b2;
    font-size: 14px
}

.news-section .container .news-section-content .new .new-footer .permalink {
    font-size: 18px;
    line-height: 20px;
    border-bottom: 2px solid transparent;
}

.news-section .container .news-section-content .new .new-footer .permalink:hover {
    border-color: var(--empresas)
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories {
    padding-bottom: 0
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories .section-title {
    margin-bottom: 0
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories .section-title:before {
    content: "list_alt";
    color: #b2b2b2;
    line-height: 14px;
    margin-right: 0
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories .categories-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories .categories-list li a {
    display: block;
    padding: 10px 40px;
    font-size: 1.1em;
    color: #7f7f7f;
    border-bottom: 1px solid #efefef
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories .categories-list li a:hover {
    background-color: #f9f9f9
}

.new-section .container .new-sidebar-wrapper .new-sidebar .categories .categories-list li:last-child a {
    border-bottom: 0
}

@media screen and (max-width:1200px) {
    .news-section .container .breadcrumb {
        margin-bottom: 24px
    }
    .news-section .container .news-section-content .new>a .img-wrap {
        max-height: 240px
    }
}

@media screen and (max-width:992px) {
    .news-section .container .news-section-content {
        /* margin-bottom: 32px */
    }
    .new-section .container .new-sidebar-wrapper .new-sidebar .categories {
        width: 50%
    }
}

@media screen and (max-width:490px) {
    .news-section .container .news-section-content .new .new-content h2 {
        font-size: 22px
    }
    .news-section .container .news-section-content .new .new-footer {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .news-section .container .news-section-content .new .new-footer .date {
        margin-bottom: 6px
    }

    .event-header h1 {
        color: var(--dark);
        margin-bottom: 4px;
        font-size: 36px;
    }
}

.event-header .location {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
    border-bottom: 1px solid var(--eventos);
    line-height: 12px;
    font-size: 12px;
    letter-spacing: .08em;
    margin-bottom: 18px;
    display: inline-block;
    padding-bottom: 2px
}
.event-header > h1 { margin-bottom: 0px; }

.event-map {
    height: 210px
}

.event-map .buttons-wrapper {
    margin-right: 10px;
    margin-bottom: 12px
}

.event-map .btn-map {
    background-color: #fff;
    margin: 0 0 6px;
    padding: 10px 18px;
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: normal;
    box-shadow: 0 0 2px 2px #dbdbdb;
    color: #4c4c4c
}

.event-map .btn-map:last-child {
    margin-bottom: 0
}

.event-map .btn-map:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 4px
}

.event-map .btn-map.routes:before {
    content: "near_me";
    color: var(--empresas)
}

.event-section-content .event-content {
    height: auto;
}

.event-section-content .event-content .event-details {
    padding: 22px
}

.event-section-content .event-content .event-details>* {
    margin-left: 28px
}

.event-section-content .event-content .event-details p {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--dark)
}

.event-section-content .event-content .event-details p,
.event-section-content .event-content .event-details p a {
    font-family: Lato, sans-serif
}

.event-section-content .event-content .event-details p .time-remain {
    color: var(--empresas);
    font-style: italic
}

.event-section-content .event-content .event-details p:last-of-type {
    margin-bottom: 22px
}

.event-section-content .event-content .event-details p a {
    color: #4c4c4c
}

.event-section-content .event-content .event-details p strong {
    font-weight: 800
}

.event-section-content .event-content .event-details .date:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "event";
    color: var(--eventos);
    vertical-align: text-bottom;
    font-size: 20px;
    margin: 0 8px 0 -28px
}

.event-section-content .event-content .event-details .local:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "place";
    color: var(--eventos);
    vertical-align: text-bottom;
    font-size: 20px;
    margin: 0 8px 0 -28px
}

.event-section-content .event-content .event-details .address:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "map";
    color: var(--eventos);
    vertical-align: text-bottom;
    font-size: 20px;
    margin: 0 8px 0 -28px
}

.event-section-content .event-content .event-details .video:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "videocam";
    color: var(--eventos);
    vertical-align: text-bottom;
    font-size: 20px;
    margin: 0 8px 0 -28px
}

.event-section-content .event-content .event-details .facebook:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "share";
    color: var(--eventos);
    vertical-align: text-bottom;
    font-size: 20px;
    margin: 0 8px 0 -28px
}

.event-section-content .event-content .event-details .btn-buy {
    background-color: #04d604;
    border-bottom: .14em solid #03ae03;
    color: #fff;
    font-weight: 400;
    letter-spacing: normal;
    padding: 10px 32px;
    display: inline-block;
    margin: 0 0 0 28px;
    font-size: 16px
}

.event-section-content .event-content .event-details .btn-buy:before {
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "open_in_new";
    vertical-align: text-bottom;
    margin-right: 12px;
    line-height: 18px;
    font-size: 20px
}

.event-section-content .event-content .event-gallery h2.section-title,
.event-section-content .event-content .event-info h2.section-title {
    padding: 0 22px;
    color: var(--dark);
    font-size: 16px;
    font-family: Lato, sans-serif;
    margin-bottom: 10px
}

.event-section-content .event-content .event-gallery h2.section-title:before,
.event-section-content .event-content .event-info h2.section-title:before {
    font-size: 24px;
    vertical-align: middle;
    line-height: 20px
}

.event-section-content .event-content .event-gallery h2.section-title:before {
    content: "collections";
    color: #cf8331
}

.event-section-content .event-content .event-gallery .swiper-parent {
    background-color: #f9f9f9;
    position: relative;
    margin: 0 -8px;
    padding: 26px 0
}

.event-section-content .event-content .event-gallery .swiper-parent .swiper-container {
    margin: 0 36px
}

.event-section-content .event-content .event-gallery .swiper-parent .swiper-button-next,
.event-section-content .event-content .event-gallery .swiper-parent .swiper-button-prev {
    background: none!important;
    width: 22px;
    height: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.event-section-content .event-content .event-gallery .swiper-parent .swiper-button-next i,
.event-section-content .event-content .event-gallery .swiper-parent .swiper-button-prev i {
    font-size: 36px;
    font-weight: 300;
    color: #666
}

.event-section-content .event-content .event-info {
    padding-top: 32px
}

.event-section-content .event-content .event-info h2.section-title:before {
    content: "notes"
}

.event-section-content .event-content .event-info p {
    font-family: Lato, sans-serif;
    font-style: italic;
    margin: 0 16px 16px 56px;
    line-height: 22px;
    font-size: 15px
}

@media screen and (max-width:992px) {
    .new-section .container .event-section-content {
        width: 100%
    }
    .new-section .container .new-sidebar-wrapper .event-sidebar .banner,
    .new-section .container .new-sidebar-wrapper .event-sidebar .news-list {
        width: calc(50% - 12px)
    }
    .new-section .container .new-sidebar-wrapper .event-sidebar .news-list {
        margin-bottom: 0;
        display: block
    }
    .new-section .container .new-sidebar-wrapper .event-sidebar .news-list .new {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .event-section-content .event-content .event-details {
        padding: 22px 12px
    }
    .event-section-content .event-content .event-details .btn-buy {
        padding: 10px 12px;
        font-size: 14px
    }
    .event-section-content .event-content .event-gallery h2.section-title,
    .event-section-content .event-content .event-info h2.section-title {
        padding: 0 12px
    }
    .event-section-content .event-content .event-info p {
        margin: 0 16px 16px 46px
    }
    .new-section .container .new-sidebar-wrapper .event-sidebar .news-list {
        margin-bottom: 32px
    }
}

.events-page-section {
    background-color: var(--light)
}

.events-page-section .breadcrumb {
    margin: 0 2px
}

.events-page-section.events-section {
    padding-top: 0
}

.events-page-section.events-section .btn {
    margin-top: 32px
}

.events-page-section.banners-section {
    padding-bottom: 110px
}

.events-page-section.filter-section {
    background-color: #f8f8f8
}

.movie-section {
    background-image: url(../img/ncf_movie-bg.png)
}

.movie-section .container>* {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.movie-section .share-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.movie-section .share-buttons p {
    text-transform: uppercase;
    color: #7f7f7f;
    margin-right: 8px;
    font-weight: 400;
    margin-bottom: 0
}

.movie-section .share-buttons a {
    width: 28px;
    margin-right: 12px
}

.movie-section .share-buttons a:last-child {
    margin-right: 0
}

.movie-section .movie-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 12px auto 18px
}

.movie-section .movie-header h1 {
    color: var(--cinema);
    font-size: 36px;
    margin-bottom: 0
}

.movie-section .movie-section-content {
    background-color: #fff;
    margin-bottom: 120px;
    border-radius: 4px;
    padding: 42px
}

.movie-section .movie-section-content .section-box {
    box-shadow: none
}

.movie-section .movie-section-content .section-box .movie-map {
    height: 260px;
    margin-bottom: 32px
}

.movie-section .movie-section-content .section-box h2 {
    font-family: Lato, sans-serif;
    border-bottom: 1px solid var(--cinema);
    color: #474747;
    display: inline-block;
    font-size: 22px;
    padding-bottom: 6px
}

.movie-timetable {
    margin-bottom: 24px
}

.movie-timetable .now-movies {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.movie-timetable .now-movies .table {
    width: calc(50% - 8px)
}

.movie-timetable .table-title,
.movie-timetable ul li {
    padding: 6px 18px;
    display: -ms-flexbox;
    display: flex
}

.movie-timetable .table-title span,
.movie-timetable ul li span {
    width: 33.33333%
}

.movie-timetable .table-title {
    background-color: #303030;
    color: #fff;
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 600;
    font-size: 18px
}

.movie-timetable ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.movie-timetable ul li:first-child {
    padding-top: 10px
}

.movie-timetable ul li:nth-child(2n) {
    background-color: #f9f9f9
}

.movie-timetable ul li:nth-child(odd) {
    background-color: #ebebeb
}

.movie-timetable ul li span {
    width: 33.33333%;
    font-family: Lato, sans-serif
}

.movie-timetable ul li span,
.movie-timetable ul li span a {
    color: #000
}

.movie-timetable ul li span a {
    text-transform: uppercase;
    border-bottom: 1px solid #666;
    font-size: 14px;
    font-weight: 500
}

.movie-timetable ul li span .blue-link {
    color: var(--empresas);
    border-bottom: 0
}

.movie-timetable.next-movies .table-title {
    text-transform: uppercase;
    padding: 2px 18px;
    font-size: 13px;
    letter-spacing: .08em
}

.movie-timetable.next-movies ul li {
    padding: 12px 18px
}

.movie-timetable.next-movies .table-title span:nth-child(2),
.movie-timetable.next-movies ul li span:nth-child(2) {
    text-align: center
}

.movie-timetable.next-movies .table-title span:nth-child(3),
.movie-timetable.next-movies ul li span:nth-child(3) {
    text-align: right
}

@media screen and (max-width:992px) {
    .movie-timetable .now-movies {
        display: block
    }
    .movie-timetable .now-movies .table {
        width: 100%;
        margin-bottom: 24px
    }
    .movie-timetable .now-movies .table:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:768px) {
    .movie-section .movie-header {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
    .movie-section .movie-header h1 {
        margin-bottom: 12px
    }
    .movie-section .movie-section-content {
        padding: 12px
    }
    .movie-timetable.next-movies .table-title,
    .movie-timetable.next-movies ul li {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .movie-timetable.next-movies .table-title span,
    .movie-timetable.next-movies ul li span {
        width: 50%
    }
    .movie-timetable.next-movies ul li span:nth-child(3) {
        margin-top: 12px;
        width: 100%;
        text-align: left
    }
}

@media screen and (max-width:500px) {
    .movie-timetable .now-movies ul li span {
        width: calc(50% - 35px)
    }
    .movie-timetable .now-movies ul li span:first-child {
        max-width: 70px
    }
    .movie-timetable.next-movies ul li span a {
        font-size: 12px
    }
}

@media screen and (max-width:420px) {
    .movie-timetable .now-movies ul li {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .movie-timetable .now-movies ul li span {
        width: 100%
    }
}

.movies-page-section .movie-header {
    display: block;
    text-align: center;
    margin: 40px auto
}

.movies-page-section .movie-header h1 {
    font-size: 28px
}

.movies-page-section .movie-section-content {
    margin-bottom: 42px
}

.movies-page-section .movie-section-content:last-child {
    margin-bottom: 120px
}

.movies-page-section .movie-section-content .movie-timetable .movies-filter {
    float: right
}

.movies-page-section .movie-section-content .movie-timetable .movies-filter label {
    font-family: Lato, sans-serif;
    color: #000;
    margin-right: 6px;
    font-size: 13px
}

.movies-page-section .movie-section-content .movie-timetable .movies-filter .select {
    border: 1px solid #efefef;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-family: Lato, sans-serif;
    color: #565656
}

.movies-page-section .movie-section-content .movie-timetable .movies-filter .select,
.movies-page-section .movie-section-content .movie-timetable .movies-filter .select:active,
.movies-page-section .movie-section-content .movie-timetable .movies-filter .select:hover {
    width: 154px;
    padding: 6px 36px 6px 12px
}

.movies-page-section .movie-section-content .movie-timetable .table {
    margin-top: 8px
}

.movies-page-section .movie-section-content .movie-timetable .table .table-title span:nth-child(3) {
    width: 32%
}

.movies-page-section .movie-section-content .movie-timetable .table .table-title span,
.movies-page-section .movie-section-content .movie-timetable .table ul li span {
    width: 16%;
    text-align: left!important
}

.movies-page-section .movie-section-content .movie-timetable .table .table-title span:first-child,
.movies-page-section .movie-section-content .movie-timetable .table ul li span:first-child {
    width: 48%
}

.movies-page-section .movie-section-content .movie-timetable .table .table-title span:nth-child(2),
.movies-page-section .movie-section-content .movie-timetable .table ul li span:nth-child(2) {
    width: 22%
}

.movies-page-section .movie-section-content .movie-timetable .table ul li span:last-child {
    text-align: right!important
}

@media screen and (max-width:1200px) {
    .movies-page-section .movie-section-content .movie-timetable .table .table-title span,
    .movies-page-section .movie-section-content .movie-timetable .table ul li span {
        width: 20%!important
    }
    .movies-page-section .movie-section-content .movie-timetable .table .table-title span:first-child,
    .movies-page-section .movie-section-content .movie-timetable .table ul li span:first-child {
        width: 40%!important
    }
}

@media screen and (max-width:992px) {
    .movies-page-section .movie-section-content .movie-timetable .table .table-title span,
    .movies-page-section .movie-section-content .movie-timetable .table ul li span {
        width: 25%!important
    }
    .movies-page-section .movie-section-content .movie-timetable .table .table-title span:first-child,
    .movies-page-section .movie-section-content .movie-timetable .table ul li span:first-child {
        width: 50%!important
    }
    .movies-page-section .movie-section-content .movie-timetable .table ul li {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .movies-page-section .movie-section-content .movie-timetable .table ul li span:last-child {
        width: 100%!important;
        text-align: left!important;
        margin: 8px 0 2px
    }
}

@media screen and (max-width:768px) {
    .movies-page-section .movie-section-content .movie-timetable .movies-filter {
        float: none;
        margin-bottom: 12px
    }
    .movies-page-section .movie-section-content .movie-timetable .table .table-title span {
        font-size: 13px
    }
    .movies-page-section .movie-section-content .movie-timetable .table .table-title span:nth-child(3) {
        display: none
    }
    .movies-page-section .movie-section-content .movie-timetable .table .table-title,
    .movies-page-section .movie-section-content .movie-timetable .table ul li {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .movies-page-section .movie-section-content .movie-timetable .table .table-title span a,
    .movies-page-section .movie-section-content .movie-timetable .table ul li span a {
        font-size: 13px!important
    }
    .movies-page-section .movie-section-content .movie-timetable .table .table-title span:first-child,
    .movies-page-section .movie-section-content .movie-timetable .table ul li span:first-child {
        width: calc(64% - 12px)!important
    }
    .movies-page-section .movie-section-content .movie-timetable .table .table-title span:nth-child(2),
    .movies-page-section .movie-section-content .movie-timetable .table ul li span:nth-child(2) {
        width: 36%!important
    }
    .movies-page-section .movie-section-content .movie-timetable .table .table-title span:nth-child(3),
    .movies-page-section .movie-section-content .movie-timetable .table ul li span:nth-child(3) {
        width: 100%!important
    }
    .movies-page-section .movie-section-content .movie-timetable .table ul li span:nth-child(3),
    .movies-page-section .movie-section-content .movie-timetable .table ul li span:nth-child(4) {
        width: 100%!important;
        line-height: 14px
    }
    .movies-page-section .movie-section-content .movie-timetable .table ul li span:nth-child(3) {
        margin-top: 8px
    }
    .movies-page-section .movie-section-content .movie-timetable .table ul li span:nth-child(4) {
        margin: 4px 0 0
    }
}

@media screen and (max-width:380px) {
    .movies-page-section .movie-section-content .movie-timetable .table .table-title span:first-child,
    .movies-page-section .movie-section-content .movie-timetable .table ul li span:first-child {
        width: calc(54% - 12px)!important
    }
    .movies-page-section .movie-section-content .movie-timetable .table .table-title span:nth-child(2),
    .movies-page-section .movie-section-content .movie-timetable .table ul li span:nth-child(2) {
        width: 46%!important
    }
}

.movie-page-section {
    padding-top: 60px
}

.movie-page-section .movie-section-content {
    padding: 20px 20px 42px;
    margin-bottom: 90px
}

.movie-page-section .movie-content.section-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.movie-page-section .movie-content.section-box .movie-sidebar {
    width: calc(27% - 12px)
}

.movie-page-section .movie-content.section-box .movie-sidebar .share-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f9f9f9;
    padding: 9px;
    margin-bottom: 32px
}

.movie-page-section .movie-content.section-box .movie-sidebar .share-buttons a {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.movie-page-section .movie-content.section-box .movie-sidebar .table .table-title.table-title,
.movie-page-section .movie-content.section-box .movie-sidebar .table .table-title span,
.movie-page-section .movie-content.section-box .movie-sidebar .table ul li.table-title,
.movie-page-section .movie-content.section-box .movie-sidebar .table ul li span {
    font-family: Lato, sans-serif
}

.movie-page-section .movie-content.section-box .movie-sidebar .table .table-title {
    padding: 6px 12px;
    background-color: var(--cinema);
    text-transform: none;
    font-size: 15px
}

.movie-page-section .movie-content.section-box .movie-sidebar .table ul li {
    padding: 4px 12px
}

.movie-page-section .movie-content.section-box .movie-sidebar .table ul li span {
    width: 50%!important
}

.movie-page-section .movie-content.section-box .movie-sidebar .table ul li span:last-child {
    text-align: right
}

.movie-page-section .movie-content.section-box .movie-sidebar .table ul li span:last-child a {
    text-transform: lowercase;
    color: #666
}

.movie-page-section .movie-content.section-box .movie-content {
    width: calc(73% - 12px)
}

.movie-page-section .movie-content.section-box .movie-content h1 {
    color: var(--cinema);
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 8px
}

.movie-page-section .movie-content.section-box .movie-content p {
    font-family: Lato, sans-serif;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 20px
}

.movie-page-section .movie-content.section-box .movie-content p .green {
    color: #039a03
}

.movie-page-section .movie-content.section-box .movie-content p .yellow {
    color: #fc0
}

.movie-page-section .movie-content.section-box .movie-content p .blue {
    color: var(--empresas)
}

.movie-page-section .movie-content.section-box .movie-content p .red {
    color: var(--cinema)
}

.movie-page-section .movie-content.section-box .movie-content p .black {
    color: #000
}

.movie-page-section .movie-content.section-box .movie-content .video-tag {
    height: 300px;
    width: 535px
}

@media screen and (max-width:1200px) {
    .movie-page-section .movie-content.section-box .movie-sidebar {
        width: calc(32% - 12px)
    }
    .movie-page-section .movie-content.section-box .movie-content {
        width: calc(68% - 12px)
    }
}

@media screen and (max-width:992px) {
    .movie-page-section .movie-content.section-box .movie-sidebar .share-buttons p {
        font-size: 12px
    }
    .movie-page-section .movie-content.section-box .movie-sidebar .share-buttons a {
        width: 22px;
        margin-right: 4px
    }
    .movie-page-section .movie-content.section-box .movie-sidebar .movie-timetable .table ul li {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .movie-page-section .movie-content.section-box .movie-sidebar .movie-timetable .table ul li span {
        width: 100%!important;
        text-align: left!important
    }
    .movie-page-section .movie-content.section-box .movie-content .video-tag {
        height: 242px;
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .movie-page-section .movie-content.section-box {
        display: block
    }
    .movie-page-section .movie-content.section-box .movie-content,
    .movie-page-section .movie-content.section-box .movie-sidebar {
        width: 100%
    }
}

@media screen and (max-width:490px) {
    .movie-page-section .movie-content.section-box .movie-content .video-tag {
        height: 190px
    }

    .big-event .event-content .event-location,
    .big-event .event-content .new-subtitle,
    .big-event .new-title .event-location,
    .big-event .new-title .new-subtitle,
    .new .event-content .event-location,
    .new .event-content .new-subtitle,
    .new .new-title .event-location,
    .new .new-title .new-subtitle {
        font-size: 16px !important;
        margin-bottom: 20px;
        margin-left: -5px;
        padding-bottom: 6px;
        border-bottom: 1px solid #fff;
    }
}

.vehicles-list .section-content .filters-wrapper {
    width: calc(28% - 16px);
    margin-right: 16px
}

.vehicles-list .section-content .filters-wrapper .filters {
    border-radius: 8px;
    margin-right: 0
}

.vehicles-list .section-content .filters-wrapper .filters .filter-form .filter {
    padding: 0 12px
}

.vehicles-list .section-content .filters-wrapper .filters .filter-form .filter .filter-title:after {
    content: none
}

.vehicles-list .section-content .filters-wrapper .filters .filter-form .filter .filter-content {
    padding: 12px 0 0;
    overflow: visible
}

.vehicles-list .section-content .filters-wrapper .filters .filter-form .filter .filter-content .form-group {
    margin-bottom: 18px
}

.vehicles-list .section-content .filters-wrapper .filters .filter-form .filter .filter-content .form-group label {
    color: #738c9a
}

.vehicles-list .section-content .filters-wrapper .filters .filter-form .filter .filter-content .form-group .select {
    background: #fff url(../img/ncf_expand-more.svg) right 6px top 50%/auto no-repeat!important;
    padding: 6px 8px
}

.vehicles-list .section-content .filters-wrapper .filters .filter-form .filter .filter-content .form-group .select,
.vehicles-list .section-content .filters-wrapper .filters .filter-form .filter .filter-content .form-group .select .active {
    border: .12em solid #efefef;
    font-family: Lato, sans-serif
}

.vehicles-list .section-content .filters-wrapper .filters .filter-form .filter .filter-content .btn {
    display: flex !important;
    align-items: center;
    background: var(--cinema)!important;
    width: calc(100% + 24px); 
    margin-left: -12px !important;
    position: relative;
    border-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: .85em;
    padding: 9px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vehicles-list .section-content .filters-wrapper .filters .filter-form .filter .filter-content .btn:before {
    content: "";
    width: 28px;
    height: 22px;
    display: inline-block;
    position: relative;
    left: -14px;
    background: url(../img/ncf_check.svg) 50%/100% auto no-repeat!important
}

.vehicles-list .section-content .business-wrapper {
    width: calc(53% - 14px);
    margin-right: 14px;
    margin-left: 0
}

.vehicles-list .section-content .business-wrapper.listings .listing {
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: relative
}

.vehicles-list .section-content .business-wrapper.listings .listing .img-wrap {
    width: 195px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.vehicles-list .section-content .business-wrapper.listings .listing .img-wrap img {
    width: 100%;
    height: auto
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content {
    position: static;
    width: 100%;
    padding: 0;
    background-color: transparent
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-header {
    margin-bottom: 8px;
    height: auto
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-header .label {
    position: absolute;
    top: 15px;
    right: auto;
    left: 112px;
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-header .label.aquablue {
    background-color: var(--veiculos);
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-header .label.green {
    background-color: var(--imoveis)
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-header .label.aquabluelight {
    background-color: var(--empresas)
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-header h2 {
    margin-bottom: 0
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-header h2 a {
    display: block;
    color: #4c4c4c
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-header h2 small {
    text-transform: uppercase;
    font-weight: 700;
    color: #999
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-body {
    margin-bottom: 24px
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-body .price .price-p.aquablue {
    color: var(--veiculos)
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-body .price .price-p.green {
    color: var(--imoveis)
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-body .price .price-p.aquabluelight {
    color: var(--empresas)
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-footer {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-footer .listing-detail {
    margin-right: 4px
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-footer .listing-detail:last-child {
    margin-right: 0
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-footer .listing-detail .detail-desc {
    line-height: 22px
}

.vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-footer .listing-detail .detail {
    line-height: 18px
}

.vehicles-list .section-content .map-wrapper {
    width: 21%
}

.vehicles-list .section-content .map-wrapper .map {
    height: 320px
}

@media screen and (max-width:1200px) {
    .vehicles-list .section-content .filters-wrapper .filters .filter-form .filter .filter-content .form-group .select {
        background: #fff url(../img/ncf_expand-more.svg) right 6px top 50%/auto no-repeat!important;
        padding: 6px 8px
    }
    .vehicles-list .section-content .filters-wrapper .filters .filter-form .filter .filter-content .form-group .select,
    .vehicles-list .section-content .filters-wrapper .filters .filter-form .filter .filter-content .form-group .select .active {
        border: .12em solid #efefef;
        font-family: Lato, sans-serif
    }
    .vehicles-list .section-content .filters-wrapper .filters .filter-form .filter .filter-content .form-group .select .active .selected-option,
    .vehicles-list .section-content .filters-wrapper .filters .filter-form .filter .filter-content .form-group .select .selected-option {
        max-width: calc(100% - 24px);
        overflow: hidden;
        text-overflow: ellipsis
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .img-wrap {
        width: 172px
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-header {
        margin-bottom: 14px
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-body {
        margin-bottom: 14px;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-body .location {
        margin-bottom: 14px
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-body .price {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-body .price .price-desc {
        margin-right: 8px
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-footer {
        padding: 0 10px
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-footer .listing-detail .detail {
        font-size: .95em
    }
}

@media screen and (max-width:992px) {
    .vehicles-list .section-content .filters-wrapper {
        width: calc(35% - 16px)
    }
    .vehicles-list .section-content .business-wrapper {
        width: 65%;
        margin-right: 0
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-footer .listing-detail .detail-desc {
        font-size: .7em
    }
}

@media screen and (max-width:768px) {
    .vehicles-list .section-content {
        display: block
    }
    .vehicles-list .section-content .business-wrapper,
    .vehicles-list .section-content .filters-wrapper {
        width: 100%;
        margin: 0
    }
    .vehicles-list .section-content .filters-wrapper {
        margin-bottom: 32px
    }
}

@media screen and (max-width:540px) {
    .vehicles-list .section-content .business-wrapper.listings .listing {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 0 0 15px
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .img-wrap {
        width: 100%
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content {
        padding: 0 15px
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-header {
        margin-bottom: 8px;
        height: auto
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-header .label {
        background-color: var(--veiculos);
        position: absolute;
        top: 0;
        right: 0
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-header h2 {
        margin-bottom: 0
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-header h2 a {
        display: block;
        color: #4c4c4c
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-header h2 small {
        text-transform: uppercase;
        font-weight: 700;
        color: #999
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-body .location,
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-body .price {
        margin-bottom: 14px
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-body .price {
        display: block
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-body .price .price-p {
        color: var(--veiculos)
    }
    .vehicles-list .section-content .business-wrapper.listings .listing .listing-content .listing-footer {
        padding: 0 20px
    }
}

.listings-section {
    background: var(--light)
}

.listings-section .listing-header {
    width: 100%
}

.listings-section .listing-header h1 {
    margin-bottom: 0;
    line-height: 50px
}

.listings-section .listing-header .header-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.listings-section .listing-header .header-details .listing-category {
    margin-right: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 20px;
    letter-spacing: .14em;
    font-size: .8em
}

.listings-section .listing-header .header-details .listing-category.aquablue {
    background-color: var(--veiculos)
}

.listings-section .listing-header .header-details .listing-category.green {
    background-color: var(--imoveis)
}

.listings-section .listing-header .header-details .listing-category.aquabluelight {
    background-color: var(--empresas)
}

.listings-section .listing-header .header-details .listing-location {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #7f7f7f;
    font-weight: 700;
    font-size: .85em
}

.listings-section .listing-header .header-details .listing-location:before {
    content: "";
    width: 14px;
    height: 22px;
    display: inline-block;
    background: url(../img/ncf_place-gray.svg) 50%/100% auto no-repeat!important;
    margin-right: 4px
}

.listing-location2:before {
    content: "";
    width: 14px;
    height: 22px;
    display: inline-block;
    background: url(../img/ncf_place-gray.svg) 50%/100% auto no-repeat!important;
    margin-right: 4px
}

.listings-section .listing-header .header-details .listing-company {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #7f7f7f;
    font-weight: 700;
    font-size: 1em;
}

.listings-section .listing-header .header-details .listing-company:before {
    content: "";
    width: 20px;
    height: 28px;
    display: inline-block;
    background: url(../img/ncf_company-gray.svg) 50%/100% auto no-repeat!important;
    margin-right: 4px
}

.listing-company2:before {
    content: "";
    width: 20px;
    height: 28px;
    display: inline-block;
    background: url(../img/ncf_company-gray.svg) 50%/100% auto no-repeat!important;
    margin-right: 4px
}

.listings-section .listing-header .header-details .listing-company a{
    color: #7f7f7f;
    padding-right: 15px;
}


.listings-section .listing-section-content .listing-content {
    padding: 0;
    overflow: hidden
}

.listings-section .listing-section-content .listing-content .img-wrap {
    transition: max-height .4s ease-in-out;
    overflow: hidden
}

.listings-section .listing-section-content .listing-content .swiper-parent {
    padding: 24px 38px;
    position: relative;
    background-color: #f9f9f9
}

.listings-section .listing-section-content .listing-content .swiper-parent .swiper-container .swiper-slide {
    height: 150px
}

.listings-section .listing-section-content .listing-content .swiper-parent .swiper-container .swiper-slide .img-wrap {
    height: 100%;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.listings-section .listing-section-content .listing-content .swiper-parent .swiper-container .swiper-slide .img-wrap img {
    height: 100%;
    width: auto
}

.listings-section .listing-section-content .listing-content .swiper-parent .swiper-container .swiper-slide.swiper-slide-active .img-wrap,
.listings-section .listing-section-content .listing-content .swiper-parent .swiper-container .swiper-slide:hover .img-wrap {
    border: 2px solid var(--empresas);
    transition: .03s
}

.listings-section .listing-section-content .listing-content .swiper-parent .swiper-button {
    background: none!important;
    top: 50%
}

.listings-section .listing-section-content .listing-content .swiper-parent .swiper-button i {
    font-size: 42px
}

.listings-section .listing-section-content .listing-content .swiper-parent .swiper-button.swiper-button-prev {
    left: 0;
    width: auto;
    text-align: left
}

.listings-section .listing-section-content .listing-content .swiper-parent .swiper-button.swiper-button-next {
    right: 0;
    width: auto;
    text-align: left
}

.listings-section .listing-section-content .listing-content .listing-details {
    margin-top: 28px
}

.listings-section .listing-section-content .listing-content .listing-details .listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px;
    margin-bottom: 0
}

.listings-section .listing-section-content .listing-content .listing-details .listing-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 320px
}

.listings-section .listing-section-content .listing-content .listing-details .listing-footer .listing-detail {
    text-align: center
}

.listings-section .listing-section-content .listing-content .listing-details .listing-footer .listing-detail .detail-desc {
    color: #999;
    font-size: 14px
}

.listings-section .listing-section-content .listing-content .listing-details .listing-footer .listing-detail .uppercase {
    text-transform: uppercase
}

.listings-section .listing-section-content .listing-content .listing-details .listing-body {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 32px
}

.listings-section .listing-section-content .listing-content .listing-details .listing-body .price .price-desc {
    color: #999;
    text-transform: uppercase;
    font-size: 14px
}

.listings-section .listing-section-content .listing-content .listing-details .listing-body .price .price-p {
    font-size: 26px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 700
}

.listings-section .listing-section-content .listing-content .listing-details .listing-body .price .price-p.aquablue {
    color: var(--veiculos)
}

.listings-section .listing-section-content .listing-content .listing-details .listing-body .price .price-p.green {
    color: var(--imoveis)
}

.listings-section .listing-section-content .listing-content .listing-details .listing-body .price .price-p.aquabluelight {
    color: var(--empresas)
}

.listings-section .listing-section-content .listing-content .listing-details .listing-body .price .price-p small {
    vertical-align: super;
    margin-right: 4px
}

.listings-section .listing-section-content .listing-content .event-info {
    padding-top: 12px
}

.listings-section .listing-section-content .listing-content .listing-map {
    padding-top: 4px
}

.listings-section .listing-section-content .listing-content .listing-map .section-title:before {
    content: "place";
    margin: 0 5px
}

.listings-section .listing-section-content .listing-content .listing-map p {
    font-style: normal;
    margin-bottom: 8px
}

.listings-section .listing-section-content .listing-content .listing-map p,
.listings-section .listing-section-content .listing-content .listing-map p a {
    color: var(--dark)
}

.listings-section .listing-section-content .listing-content .listing-map p strong {
    font-weight: 900
}

.listings-section .listing-section-content .listing-content .listing-map #listing-map {
    height: 220px;
    margin: 0 12px 12px
}

.listings-section .listing-sidebar-wrapper .section-box {
    padding: 8px 15px 15px 15px;
    border-radius: 6px
}

.listings-section .listing-sidebar-wrapper .section-box .section-title {
    margin-bottom: 5px;
    letter-spacing: normal
}

.listings-section .listing-sidebar-wrapper .section-box .section-title:before {
    font-size: 24px;
    content: "contacts";
    vertical-align: middle
}

.listings-section .listing-sidebar-wrapper .section-box p {
    color: #b7b7b7;
    font-size: 14px;
    margin-bottom: 14px
}

.listings-section .listing-sidebar-wrapper .section-box .btn-wrapper {
    position: relative;
    height: 52px
}

.listings-section .listing-sidebar-wrapper .section-box .btn-whatsapp {
    margin: 0 auto;
    color: #fff;
    background-color: #04e004;
    box-shadow: 0 3px 0 #03ae03;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: normal;
    padding: 12px;
    max-width: none;
    width: 100%;
    line-height: 14px;
    transition: .3s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.listings-section .listing-sidebar-wrapper .section-box .btn-whatsapp:before {
    content: "";
    background-image: url(../img/ncf_whatsapp-white.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 14px
}

.listings-section .listing-sidebar-wrapper .section-box .btn-whatsapp:active {
    box-shadow: 0 1px 0 #03ae03;
    top: 3px;
    transition: .3s ease
}

.listings-section .listing-sidebar-wrapper .section-box .or {
    background-color: #fff;
    margin: 22px auto 12px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    color: #4c4c4c;
    font-family: Lato, sans-serif;
    font-size: 13px
}

.listings-section .listing-sidebar-wrapper .section-box .or:after,
.listings-section .listing-sidebar-wrapper .section-box .or:before {
    content: "";
    width: calc(50% - 100px);
    height: 1px;
    background-color: #d1d1d1;
    display: block;
    position: absolute;
    top: calc(50% - .5px)
}

.listings-section .listing-sidebar-wrapper .section-box .or:before {
    left: 0
}

.listings-section .listing-sidebar-wrapper .section-box .or:after {
    right: 0
}

.listings-section .listing-sidebar-wrapper .section-box .contact-form input,
.listings-section .listing-sidebar-wrapper .section-box .contact-form textarea {
    border: .12em solid #efefef;
    border-radius: 4px;
    padding: 8px 16px;
    width: 100%;
    margin-bottom: 8px;
    color: #6b6b6b;
    padding-left: 36px;
    background-position: left 6px center!important;
    background-size: 22px auto!important;
    background-repeat: no-repeat!important
}

.listings-section .listing-sidebar-wrapper .section-box .contact-form input::-webkit-input-placeholder,
.listings-section .listing-sidebar-wrapper .section-box .contact-form textarea::-webkit-input-placeholder {
    color: #b7b7b7
}

.listings-section .listing-sidebar-wrapper .section-box .contact-form input:-ms-input-placeholder,
.listings-section .listing-sidebar-wrapper .section-box .contact-form input::-ms-input-placeholder,
.listings-section .listing-sidebar-wrapper .section-box .contact-form textarea:-ms-input-placeholder,
.listings-section .listing-sidebar-wrapper .section-box .contact-form textarea::-ms-input-placeholder {
    color: #b7b7b7
}

.listings-section .listing-sidebar-wrapper .section-box .contact-form input::placeholder,
.listings-section .listing-sidebar-wrapper .section-box .contact-form textarea::placeholder {
    color: #b7b7b7
}

.listings-section .listing-sidebar-wrapper .section-box .contact-form input#nome,
.listings-section .listing-sidebar-wrapper .section-box .contact-form textarea#nome {
    background-image: url(../img/ncf_user.svg)!important
}

.listings-section .listing-sidebar-wrapper .section-box .contact-form input#email,
.listings-section .listing-sidebar-wrapper .section-box .contact-form textarea#email {
    background-image: url(../img/ncf_email.svg)!important
}

.listings-section .listing-sidebar-wrapper .section-box .contact-form input#telefone,
.listings-section .listing-sidebar-wrapper .section-box .contact-form textarea#telefone {
    background-image: url(../img/ncf_phone-icon.svg)!important
}

.listings-section .listing-sidebar-wrapper .section-box .contact-form input#mensagem,
.listings-section .listing-sidebar-wrapper .section-box .contact-form textarea#mensagem {
    background-image: url(../img/ncf_message.svg)!important
}

.listings-section .listing-sidebar-wrapper .section-box .contact-form textarea {
    line-height: 18px;
    padding-bottom: 22px;
    background-position: 6px 6px!important
}

.listings-section .listing-sidebar-wrapper .section-box .contact-form .btn-blue,
.listings-section .listing-sidebar-wrapper .section-box .contact-form .btn-green {
    margin: 12px -12px 0;
    width: calc(100% + 24px);
    max-width: none;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal
}

.listings-section .listing-sidebar-wrapper .section-box .contact-form .btn-blue,
.listings-section .listing-sidebar-wrapper .section-box .contact-form .btn-blue:hover,
.listings-section .listing-sidebar-wrapper .section-box .contact-form .btn-green,
.listings-section .listing-sidebar-wrapper .section-box .contact-form .btn-green:hover {
    background-color: var(--empresas);
    border: none;
    color: #fff
}

@media screen and (max-width:1200px) {
    .listings-section .container .listing-section-content {
        width: calc(65% - 20px)
    }
    .listings-section .container .listing-sidebar-wrapper {
        width: calc(35% - 20px)
    }
}

@media screen and (max-width:992px) {
    .listings-section .container .listing-section-content,
    .listings-section .container .listing-sidebar-wrapper {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .listings-section .listing-section-content .listing-content .swiper-parent .swiper-container .swiper-slide {
        height: 90px
    }
    .listings-section .listing-section-content .listing-content .listing-details .listing {
        display: block
    }
    .listings-section .listing-section-content .listing-content .listing-details .listing-footer {
        max-width: none
    }
}

@media screen and (max-width:480px) {
    .listings-section .listing-section-content .listing-content .swiper-parent {
        padding: 24px
    }
    .listings-section .listing-section-content .listing-content .swiper-parent .swiper-container .swiper-slide {
        height: 90px
    }
    .listings-section .listing-section-content .listing-content .swiper-parent .swiper-button {
        width: 22px;
        height: 34px;
        top: calc(50% + 6px)
    }
    .listings-section .listing-section-content .listing-content .swiper-parent .swiper-button i {
        font-size: 32px
    }
    .listings-section .listing-section-content .listing-content .swiper-parent .swiper-button.swiper-button-prev {
        left: -2px
    }
    .listings-section .listing-section-content .listing-content .swiper-parent .swiper-button.swiper-button-next {
        right: -2px
    }
    .listings-section .listing-section-content .listing-content .listing-details .listing {
        display: block;
        padding: 20px 38px
    }
    .listings-section .listing-section-content .listing-content .listing-details .listing-footer {
        display: block
    }
    .listings-section .listing-section-content .listing-content .listing-details .listing-footer .listing-detail {
        margin-bottom: 18px
    }
    .listings-section .listing-section-content .listing-content .listing-details .listing-footer .listing-detail p {
        text-align: left
    }
}

@media screen and (max-width:420px) {
    .listings-section .listing-section-content .listing-content .event-info .section-title {
        font-size: 15px
    }
    .listings-section .listing-sidebar-wrapper .section-box .btn-whatsapp {
        font-size: 16px
    }
    .listings-section .listing-sidebar-wrapper .section-box .btn-whatsapp:before {
        margin-right: 8px;
        width: 18px;
        height: 18px
    }

    .listings-section .listing-header h1 { text-align: center; font-size: 1.1em; margin-bottom: 20px; line-height: 1.2; }
    .listings-section .listing-header .header-details { max-width: 100%; display: block; text-align: center; display: flex; flex-direction: column; flex-flow: row wrap; justify-content: center; align-items: stretch; }
    .listings-section .listing-header .header-details .listing-category { display: block; margin-top: 15px; margin-right: 0; order: 3; width: 100%; }
    .listings-section .listing-header .header-details .listing-company { flex-basis: 45%; order: 2; }
    .listings-section .listing-header .header-details .listing-location { flex-basis: 45%; order: 1; }
}

.listings-page-section {
    background: #fff url(../img/ncf_city-bg.svg) bottom/auto repeat-X!important
}

.listings-page-section .orange-title {
    margin: 8px auto 6px
}

.listings-page-section h3 {
    margin-bottom: 42px
}

.listings-page-section .listings-categories,
.listings-page-section form {
    max-width: 820px;
    margin: 0 auto 52px
}

.listings-page-section form {
    margin: 0 auto 52px
}

.listings-page-section form .form-group {
    width: 46%
}

.listings-page-section form .form-group.half {
    width: 54%
}

.listings-page-section form .form-group:first-child {
    padding-left: 0
}

.listings-page-section form .form-group:last-child {
    padding-right: 0
}

.listings-page-section form .form-group input {
    border-radius: 4px
}

.listings-page-section form .form-group input::-webkit-input-placeholder {
    color: #999
}

.listings-page-section form .form-group input:-ms-input-placeholder,
.listings-page-section form .form-group input::-ms-input-placeholder {
    color: #999
}

.listings-page-section form .form-group input::placeholder {
    color: #999
}

.listings-page-section .listings-categories h2 {
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    color: #848484;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 900
}

.listings-page-section .listings-categories .categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.listings-page-section .listings-categories .categories .category {
    width: calc(26% - 18px);
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 32px 12px 12px;
}

.listings-page-section .listings-categories .categories .category:hover {
    background-color: #e4f9f8
}

.listings-page-section .listings-categories .categories .category .img-wrap {
    height: 100px;
    margin: 0 auto 24px;
    text-align: center;
    background: transparent !important;
}

.listings-page-section .listings-categories .categories .category .img-wrap img {
    height: 100%;
    width: auto
}

.listings-page-section .listings-categories .categories .category p {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #4c4c4c;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: .06em
}

@media screen and (max-width:992px) {
    .listings-page-section form .form-group .btn {
        margin-top: 13px
    }
}

@media screen and (max-width:768px) {
    .listings-page-section form {
        display: block
    }
    .listings-page-section form .form-group {
        padding: 0 6px!important;
        margin-bottom: 12px
    }
    .listings-page-section form .form-group,
    .listings-page-section form .form-group.half {
        width: 100%
    }
    .listings-page-section .listings-categories .categories .category {
        width: calc(26% - 12px)
    }
    .listings-page-section .listings-categories .categories .category .img-wrap {
        height: 60px
    }
    .listings-page-section .listings-categories .categories .category p {
        font-size: 16px
    }
}

@media screen and (max-width:560px) {
    .listings-page-section form {
        display: block
    }
    .listings-page-section form .form-group {
        padding: 0 6px!important;
        margin-bottom: 12px
    }
    .listings-page-section form .form-group,
    .listings-page-section form .form-group.half {
        width: 100%
    }
    .listings-page-section .listings-categories .categories {
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
    .listings-page-section .listings-categories .categories .category {
        width: 100%;
        margin-bottom: 12px
    }
    .listings-page-section .listings-categories .categories .category .img-wrap {
        height: 90px
    }
    .listings-page-section .listings-categories .categories .category p {
        font-size: 18px
    }
}

.jobs-list .section-content .filters-wrapper {
    width: calc(23% - 16px);
    margin-right: 16px
}

.jobs-list .section-content .filters-wrapper .filters .filter-form .filter {
    padding: 0 6px
}

.jobs-list .section-content .filters-wrapper .filters .filter-form .filter .filter-content .form-group input {
    height: auto
}

.jobs-list .section-content .filters-wrapper .filters .filter-form .filter .filter-content .btn {
    width: calc(100% + 12px);
    margin: 0 -6px !important;
}

.jobs-list .section-content .jobs-wrapper#jobs-content {
    position: static;
    padding-top: 0;
    width: calc(51% - 16px);
    margin-right: 16px;
    background-color: transparent
}

.jobs-list .section-content .jobs-wrapper#jobs-content .jobs .job {
    display: block
}

.jobs-list .section-content .jobs-wrapper#jobs-content .jobs .job .job-subtitle .date {
    font-size: 14px
}

.jobs-list .section-content .jobs-wrapper#jobs-content .jobs .job .job-description,
.jobs-list .section-content .jobs-wrapper#jobs-content .jobs .job .job-info>* {
    margin-bottom: 26px
}

.jobs-list .section-content .jobs-wrapper#jobs-content .jobs .job .job-info>:nth-child(odd) {
    width: 57%
}

.jobs-list .section-content .jobs-wrapper#jobs-content .jobs .job .job-info>:nth-child(2n) {
    width: 43%
}

.jobs-list .section-content .jobs-wrapper#jobs-content .jobs .job .job-footer p {
    margin-bottom: 0;
    color: #666
}

.jobs-list .section-content .jobs-wrapper#jobs-content .jobs .load-more {
    -ms-flex-pack: center;
    justify-content: center
}

.jobs-list .section-content .banner-wrapper {
    width: 26%
}

.jobs-list .section-content .banner-wrapper .banner {
    text-transform: uppercase
}

.jobs-list .section-content .banner-wrapper .banner h2 {
    font-size: 14px;
    line-height: 12px;
    color: #b2b2b2;
    margin-bottom: 4px;
    margin-top: 0;
    font-weight: 500
}

@media screen and (max-width:1200px) {
    .jobs-list .section-content .filters-wrapper {
        width: calc(28% - 16px)
    }
    .jobs-list .section-content .jobs-wrapper#jobs-content {
        width: calc(46% - 16px)
    }
    .jobs-list .section-content .jobs-wrapper#jobs-content .jobs .job .job-info>:nth-child(2n),
    .jobs-list .section-content .jobs-wrapper#jobs-content .jobs .job .job-info>:nth-child(odd) {
        width: 100%
    }
}

@media screen and (max-width:992px) {
    .jobs-list .section-content {
        display: block
    }
    .jobs-list .section-content .banner-wrapper,
    .jobs-list .section-content .filters-wrapper,
    .jobs-list .section-content .jobs-wrapper#jobs-content {
        width: 100%
    }
    .jobs-list .section-content .jobs-wrapper#jobs-content {
        padding-bottom: 60px
    }
    .jobs-list .section-content .banner-wrapper .banner {
        max-width: 320px
    }
}

.not-found {
    padding-top: 110px;
    background-color: #f9f9f9
}

.not-found h1 {
    text-align: center;
    opacity: .8;
    font-size: 36px;
    margin-bottom: 42px
}

.not-found .img-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:1200px) {
    .not-found .img-wrap {
        height: 390px
    }
    .not-found .img-wrap img {
        width: auto;
        height: 100%
    }
}

@media screen and (max-width:580px) {
    .not-found {
        padding-top: 90px
    }
    .not-found h1 {
        font-size: 32px;
        margin-bottom: 32px
    }
    .not-found .img-wrap {
        height: 280px
    }
}

/*  V8 DESIGN ALTERAÇÕES */
.header .topbar.topbar-fixed .topbar-content .container {
    padding: 9px 15px
}

.header .topbar.topbar-fixed .topbar-content .container .logo {
    max-width: 90px
}

.header .topbar.topbar-fixed nav.navbar {
    height: 38px
}

.header .topbar.topbar-fixed nav.navbar .browse {
    width: 248px
}

.header .topbar.topbar-fixed nav.navbar .browse>.label {
    padding: 9px 22px;
    font-size: .9em
}

.header .topbar.topbar-fixed nav.navbar .main-menu {
    height: 38px
}

.header .topbar.topbar-fixed nav.navbar .main-menu>li>a {
    padding: 9px 22px;
    font-size: .9em
}


.browse .browse-content .browse-options>li .item-content.movies-content .small-movies-swiper {
    width: 100%;
    max-width: 336px
}

.browse .browse-content .browse-options>li .item-content.movies-content .small-movies-swiper .movie {
    width: 100%;
    position: absolute;
    height: 100%;
    margin: 0;
    background-size: cover!important;
    background-position: top!important
}

.browse .browse-content .browse-options>li .item-content.movies-content .small-movies-swiper .movie,
.browse .browse-content .browse-options>li .item-content.movies-content .small-movies-swiper .movie:hover {
    border: 0
}

.browse .browse-content .browse-options>li .item-content.movies-content .small-movies-swiper .movie .img-wrap,
.browse .browse-content .browse-options>li .item-content.movies-content .small-movies-swiper .movie .img-wrap img {
    height: 100%;
    width: auto
}

.browse .browse-content .browse-options>li .item-content.movies-content .small-movies-swiper .movie .movie-content {
    padding: 16px 52px 42px
}

.browse .browse-content .browse-options>li .item-content.movies-content .small-movies-swiper .movie .movie-content h4 {
    font-family: Proxima Nova Soft, sans-serif;
    font-weight: 600
}

.browse .browse-content .browse-options>li .item-content.movies-content .small-movies-swiper .movie .movie-content .date {
    letter-spacing: normal
}

.browse .browse-content .browse-options>li .item-content.movies-content .small-movies-swiper .swiper-pagination span {
    width: 14px;
    height: 14px;
    background-color: #c4c4c4
}

.browse .browse-content .browse-options>li .item-content.movies-content .small-movies-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--cinema)
}


.small-events-single {
    width: 100%;
}
.small-events-single-block{
    width: 19%;
}


.listings-wrapper{
    display: block !important;
}

.listing-list{
    width: 32.33%;
    display: inline-block !important;
    margin: 15px 5px 26px 0 !important;
    background-color: #FFF;
    position: relative;
}
.listing-list div{
    /*padding-top: 2px;*/
    background-color: #E7EC09;
    text-align: center;
    color: green;
}
.listing-list div h4{
    margin: 0;
}

.listing-list .label{
    position: absolute;
    width: 10px;
}
.raffle_logo{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
}
img.logo_raffle{
    transform: translateX(-80%);
}
.jns-display-listings{
    display: inline;
}


.movies-section h3 {
    margin-bottom: 90px;
}


.movies-section .movies-wrapper {
    max-width: none
}
.movies-section .movies-wrapper .movies .movie .movie-content {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 12px;
    background-color: rgba(0, 0, 0, .4)
}
.movies-section .movies-wrapper .movies .movie .movie-content .date,
.movies-section .movies-wrapper .movies .movie .movie-content .movie-subtitle {
    font-size: .7em
}
.movies-section .movies-wrapper .movies .movie .movie-content h4 {
    font-size: 14px
}


.movies-section .movies-wrapper .movies .movie .movie-content .date,
.movies-section .movies-wrapper .movies .movie .movie-content .movie-subtitle {
    font-size: .5em
}
.movies-section .movies-wrapper .movies .movie .movie-content h4 {
    font-size: 16px
}


.section-title.seo{margin: 0 0 22px; display: block;}


.tabs-content#jobs-content .job-form .job-search-form .form-group {
    position: relative
}

.tabs-content#jobs-content .job-form .job-search-form .form-group label {
    color: rgba(45, 165, 148, .9);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: .08em;
    background-color: #fff;
    margin-left: 6px;
    padding: 0 4px;
    position: absolute;
    top: -6px;
    z-index: 2
}

.tabs-content#jobs-content .job-form .job-search-form .form-group input,
.tabs-content#jobs-content .job-form .job-search-form .form-group select {
    width: 100%;
    border: .12em solid #efefef;
    border-radius: 4px;
    padding: 8px;
    color: #727272;
    font-size: 16px
}

.tabs-content#jobs-content .job-form .job-search-form .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/ncf_expand-more.svg) right top 62%/auto no-repeat!important
}


.tabs-content .jobs .jobs-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.tabs-content .jobs .jobs-list li {
    padding: 12px 0;
    border-bottom: 1px solid #b2b2b2
}

.tabs-content .jobs .jobs-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.tabs-content .jobs .jobs-list li .job-details {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 300;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tabs-content .jobs .jobs-list li .job-details a {
    color: #b2b2b2;
    font-size: 16px;
    display: inline-block;
    line-height: 14px;
    box-sizing: border-box;
    transition: .2s;
    border-bottom: 1px solid #b2b2b2
}

.tabs-content .jobs .jobs-list li .job-details a:hover {
    transition: .2s;
    color: #666
}

.listings {
    margin: 0 !important;
}
.listings .classfield{
    width: 32.33%; 
    display: inline-block;
}

.tabs-content.active{position: relative !important;}

@media screen and (max-width: 520px){
    .tabs-content-section,
    .section-box {
        .right-link:not(#timetable-right-link) {
            position: static;
            margin-bottom: 22px;
            @include flex-align-center;
            justify-content: flex-start;
            font-size: 14px;

            &:before {
                font-size: 18px;
            }
        }

        &.reviews .review .review-header {
            flex-flow: column nowrap;
            justify-content: flex-start;
            align-items: flex-start;

            .post-link,
            > .underline {
                margin: 6px 0 0 0;
            }

            .profile {
                margin-bottom: 12px;
            }

            .review-rate {
                padding-left: 54px;
                justify-content: space-between;
                width: 100%;

                .btn.rate {
                    padding: 0 12px;
                }
            }
        }
    }

    .business-header {


        &.topbar-fixed {
            .business-header-content {
                .business-info {
                    .title-navigation {
                        height: 90px;
                    }
                }
            }
        }

        .business-header-content {
            .business-info {
                .details {
                    margin-top: -260px;
                    height: 123px;

                    .info {
                        margin-bottom: 4px;

                        .address a {
                            text-align: center;
                            align-items: flex-start;
                        }
                    }

                    .buttons .btn {
                        &.rate-call,
                        &.header-favorite {
                            max-width: 48px;
                            justify-content: flex-start;
                            overflow: hidden;

                            &:before {
                                margin-right: 32px;
                                flex-shrink: 0;
                            }
                        }
                    }
                }

                .title-navigation {
                    margin-top: 130px;
                    height: 132px;
                    padding-bottom: 32px;
                    position: relative;

                    .tab-navigation {
                        -webkit-overflow-scrolling: touch;
                        overflow-x: scroll;
                        overflow-y: hidden;
                        margin: 0 50px;
                        height: auto;
                        padding-bottom: 12px;
                        max-width: 100%;

                        &::-webkit-scrollbar {
                            -webkit-appearance: none;
                        }

                        &::-webkit-scrollbar:vertical {
                            width: 2px;
                        }

                        &::-webkit-scrollbar:horizontal {
                            height: 2px;
                        }

                        &::-webkit-scrollbar-thumb {
                            background-color: lighten($gray, 46);
                        }

                        &::-webkit-scrollbar-track {
                            background-color: #fff;
                            border-top: 12px solid #fff;
                        }

                        .tab {
                            font-size: 16px;
                            padding: 2px 10px;

                            &#reviews span {
                                font-size: .5em;
                                height: auto;
                                padding: 5px 3px;
                            }
                        }

                        .tabs-underline {
                            top: -52px;
                        }
                    }
                }
            }
        }
    }

    .tabs-content {
        .tabs-content-section {
            .section-title {
                margin-bottom: 12px;
            }
        }

        .about .section-content.description .description-footer {
            flex-flow: column-reverse nowrap;
        }

        .timetable {
            .right-link {
                width: 32px;
                white-space: nowrap;
                overflow: hidden;
                justify-content: flex-end;

                &:after {
                    flex-shrink: 0;
                }
            }
        }

        .reviews .review .review-header,
        .jobs .jobs-list li .job-details,
        .blog .blog-list li a {
            flex-flow: column nowrap;
            justify-content: flex-start;
            align-items: flex-start;

            .post-link,
            > .underline {
                margin: 6px 0 0 0;
            }
        }

        .photo-gallery .business-gallery {
            margin-top: -40px;
        }
        
        .video-gallery .business-gallery {
            margin-top: -40px;
        }

        &#gallery-content {
            .gallery {
                .section-content {
                    .lightgallery {
                        .img-wrap {
                            width: calc((100% / 2) -9px);
                        }
                    }
                }
            }
        }
    }
}

.movie-timetable .now-movies{
    flex-direction: column;
}

.movie-timetable .now-movies .table{
    width: 100%;
}

.right-link{
    cursor: pointer;
    color: var(--empresas);
}

.menu_header_h1{
    font-size: .85rem !important;
    display: inline !important;
    margin: 0 !important;
    font-weight: 700 !important;
}

.main-cupons { position: fixed; right: 20px; bottom: 90px; z-index: 100; }
.main-cupons-icon { transition: 0.4s; cursor: pointer; background-image: url(../img/discount.svg); background-color: var(--cinema); border-radius: 50%; height: 60px; width: 60px; background-size: 35px !important; background-position: center; }
.main-cupons-icon:hover { transform: scale(1.1); }

.main-cupons-open { display: none; overflow-y: auto; list-style: none; position: absolute; width: 290px; height: 400px; padding: 25px 10px; top: -400px; left: -290px; background-color: var(--white); box-shadow: 0px 0px 8px rgba(0,0,0,0.15); border-radius: 4px; }
.main-cupons-open .list { margin-bottom: 20px; border-bottom: 1px solid #B2B2B2; position: relative; padding-bottom: 20px; }
.main-cupons-open .list:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.main-cupons-open .tag { position: absolute; right: 20px; top: 105px; background-color: var(--cinema); border-radius: 50%; font-weight: bold; color: var(--white); font-size: 16px; width: 40px; height: 40px; text-align: center; line-height: 2.5; }
.main-cupons-open .title { background-color: #2F4A75; width: 85%; display: block; margin: 0 auto 5px auto; color: var(--white); border-radius: 5px; font-size: 1em; text-align: center; padding: 6px; text-transform: uppercase; }
.main-cupons-open .link { padding: 15px; display: block; background-color: var(--light); border-radius: 5px; }
.main-cupons-open .image { display: block; width: 100%; }
@media screen and (max-width:540px) {
    .main-cupons { right: 30px; }
/*    .main-cupons-icon { height: 45px; width: 45px; background-size: 30px !important; }
    .main-cupons-open { height: calc(100vh - 100px); top: calc(-100vh + 100px); }*/
}

/*
GENERAL
*/

/*one input*/
.one_input{width: 100%; position: relative;}
.one_input_field{width: 100%; height: 100%; border: 1px solid #d1d1d1; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; padding: 10px 15px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); outline: none;}
.one_input_field:focus{padding: 10px 15px; border: 1px solid #d1d1d1; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 7px rgba(0, 153, 255, 0.5); -moz-box-shadow: 0 0 7px rgba(0, 153, 255, 0.5); -ms-box-shadow: 0 0 7px rgba(0, 153, 255, 0.5); -o-box-shadow: 0 0 7px rgba(0, 153, 255, 0.5); box-shadow: 0 0 7px rgba(0, 153, 255, 0.5);}
.one_input_button{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -webkit-box-pack: center; -moz-justify-content: center; -moz-flex-pack: center; -ms-justify-content: center; -ms-flex-pack: center; -o-justify-content: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; height: 100%; padding: 0 20px; position: absolute; top: 0; right: 0; font-size: 1.125em; color: #ffffff; background-color: var(--orange); border: 3px solid var(--orange); -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; -ms-border-radius: 0 5px 5px 0; -o-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; outline: none;}
.one_input_button:hover{cursor: pointer; background-color: var(--yellow); border-color: var(--yellow);}

.header .topbar .topbar-content .header-search {
    width: calc(100% - 470px);
}


/*realtime search*/
.realtime_search{display: none; width: 100%; position: absolute; margin-top: 10px; padding: 10px 5px 10px 10px; background-color: #ffffff; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5); -moz-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5); -ms-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5); -o-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5); box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5); z-index: 99999;}
.realtime_search ul{max-height: 300px; padding-left: 0; overflow-y: auto; list-style-type: none;}
.realtime_search ul::-webkit-scrollbar{width: 7px; background-color: #ffffff;}
.realtime_search ul::-webkit-scrollbar-thumb{background-color: transparent; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.realtime_search li.text_type{font-size: 0.7em; color: #777777;font-family: Proxima Nova Soft, sans-serif;  font-weight: 700; text-transform: uppercase; text-align: right; letter-spacing: 2px; padding: 10px 15px; background-color: #f9f9f9;}
.realtime_search li a{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: flex-start; text-decoration: none; padding: 10px; -webkit-transition: background-color 0.2s ease-in-out; -moz-transition: background-color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out; -o-transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out;}
.realtime_search li a:hover{background-color: #f6f6f6;}
.realtime_search li a img{width: 50px; margin-right: 20px;}
.realtime_search li a p{font-size: 0.9em; color: #1caffc; font-weight: 600;}
.realtime_search li a p .text_one{display: inline-block; font-size: 0.9em; color: #666666; text-decoration: none; margin-right: 10px;}
.realtime_search li a p .text_two{display: inline-block; font-size: 0.8em; color: #e58324;}


/*
COMPANIES
*/

/*
PROPERTY
*/

/*paginator*/
.property .paginator {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-left: 0;
}

.property .paginator li{
    display: inline-block;
}

.property .paginator a,
.property .paginator span {
    display: inline-block;
    font-size: 0.8em;
    color: #1caffc;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 12px;
    margin: 0 5px;
    background-color: transparent;
    border: 1px solid #1caffc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.property .paginator a:hover,
.property .paginator span.active {
    color: #ffffff;
    background-color: #1caffc;
    border-color: #1caffc;
    cursor: pointer;
}

/*property_wrapper*/
.property_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*property_item*/
.property_item {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.property_item:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

/*property_item_image*/
.property_item_image {
    margin-bottom: 10px;
}

/*property_item_desc_title*/
.property_item_desc_title {
    padding: 0 10px;
}

.property_item_desc_title p {
    font-size: 1.4em;
    color: #444444;
    margin-bottom: 0;
}

/*property_item_desc_reviews*/
.property_item_desc_reviews {
    padding: 0 10px;
}

.property_item_desc_reviews ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.property_item_desc_reviews ul li:not(:last-child) {
    margin-right: 5px;
}

.property_item_desc_reviews ul li i {
    font-size: 0.75em;
    color: #0099ff;
}

/*property_item_desc_address*/
.property_item_desc_address {
    padding: 0 10px;
}

.property_item_desc_address p {
    margin-bottom: 0;
}

.property_item_desc_address p a {
    font-size: 0.8125em;
    color: #666666;
    font-weight: 400;
    text-decoration: none;
}

.property_item_desc_address p a i {
    font-size: 1.2em;
    color: #18ba60;
    margin-right: 5px;
}

/*property_item_desc_phone*/
.property_item_desc_phone {
    padding: 0 10px;
    margin-bottom: 10px;
}

.property_item_desc_phone p {
    margin-bottom: 0;
}

.property_item_desc_phone p {

}

/*property_item_desc_footer*/
.property_item_desc_footer {
    padding: 0 15px;
    background-color: #f9f9f9;
}

.property_item_desc_footer ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.property_item_desc_footer ul li {
    font-weight: 600;
}

.property_item_desc_footer_category {
    padding: 5px 10px 5px 0;
}

.property_item_desc_footer_category a {
    font-size: 0.875em;
    color: #555555;
}

.property_item_desc_footer_open {
    font-size: 0.7em;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #2da594;
}

.property_item_desc_footer_closed {
    font-size: 0.7em;
    color: #999999;
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #f1f1f1;
}

/*property_map*/
.property_map {
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    border: 10px solid #eeeeee;
    border-right: none;
    z-index: 99;
}

.property_map iframe {
    width: 100%;
    height: 100%;
}

.property_map_toggle {
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -moz-flex-pack: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -o-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 70%;
    left: -50px;
    margin-top: -20px;
    font-size: 1.5625em;
    color: #ffffff;
    background-color: #46aef7;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    -ms-box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    -o-box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    -webkit-border-radius: 50% 0 0 50%;
    -moz-border-radius: 50% 0 0 50%;
    -ms-border-radius: 50% 0 0 50%;
    -o-border-radius: 50% 0 0 50%;
    border-radius: 50% 0 0 50%;
    cursor: pointer;
}

.property_map_toggle i {
    font-size: 0.7em;
}

/*
MEDIA QUERIES
*/

/*500px*/
@media (min-width: 31.25em){
    /*property_item*/
    .property_item {
        flex-basis: 100%;
        display: flex;
        justify-content: space-between;
    }

    /*property_item_image*/
    .property_item_image {
        flex-basis: 180px;
        margin-bottom: 0;
    }

    /*property_item_desc*/
    .property_item_desc {
        flex-basis: calc(100% - 180px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /*property_item_desc_title*/
    .property_item_desc_title {
        padding: 0 10px 0 15px;
    }

    /*property_item_desc_reviews*/
    .property_item_desc_reviews {
        padding: 0 10px 0 15px;
    }

    /*property_item_desc_address*/
    .property_item_desc_address {
        padding: 0 10px 0 15px;
    }

    /*property_item_desc_phone*/
    .property_item_desc_phone {
        padding: 0 10px 0 15px;
        margin-bottom: 0;
    }
}

/*992px*/
@media (min-width: 62em){
    .companies {
        display: flex;
        justify-content: space-between
    }

    .property {
        flex-basis: calc(100% - 250px);
        -webkit-display: -webkit-box;
        -webkit-display: -webkit-flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }

    /*property_listing*/
    .property_listing {
        flex-basis: calc(100% - 170px);
    }

    /*property_map*/
    .property_map {
        flex-basis: 150px;
        height: 600px;
        position: initial;
        border: none;
    }

    .property_map_toggle {
        display: none;
    }
}

/*1199px*/
@media (min-width: 75em){
    /*property_listing*/
    .property_listing {
        flex-basis: calc(100% - 320px);
    }

    /*property_map*/
    .property_map {
        flex-basis: 300px;
    }
}

/*countdown*/
.countdown{position: relative; padding-bottom: 30px;}
.countdown_wrapper{display: flex; justify-content: space-around; align-items: center; width: 80%; position: absolute; left: 10%; top: -35px; padding: 7px; background-color: var(--cinema); border-radius: 3px; color: #FFF;}
.countdown_wrapper div{display: flex;}
.countdown_wrapper div > span{font-size: 1em; color: #eeeeee; font-weight: 600; text-align: left; line-height: 15px;}
.countdown_wrapper div > span .countdown_legend{font-size: 0.65em; text-transform: uppercase;}

/*events*/
.filter_event {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 720px;
    margin: 50px auto 10px auto;
}

.filter_event div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.filter_event div,
.filter_event button {
    flex-basis: calc(50% - 10px);
}

.filter_event div:nth-child(1) {
    margin-bottom: 10px;
    border-left: 5px solid var(--eventos);
}

.filter_event div:nth-child(2) {
    margin-bottom: 10px;
    border-left: 5px solid var(--cinema);
}

.filter_event div:nth-child(3) {
    border-left: 5px solid var(--empresas);
}

.filter_event div i {
    flex-basis: 30px;
    margin-right: 10px;
}

.filter_event div:nth-child(1) i {
    color: var(--eventos);
}

.filter_event div:nth-child(2) i {
    color: var(--cinema);
}

.filter_event div input,
.filter_event div select {
    flex-basis: calc(100% - 40px);
    font-size: 0.875em;
    font-weight: 600;
    color: #666666;
}

.filter_event button {
    width: 100%;
    font-size: 0.875em;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 20px;
    background-color: var(--eventos);
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
}

.filter_event button:hover {
    opacity: 0.8;
}

/*992px*/
@media (min-width: 62em) {
    .filter_event {
        flex-wrap: nowrap;
    }

    .filter_event div {
        margin-right: 10px;
    }

    .filter_event div:nth-child(1) {
        margin-bottom: 0;
    }

    .filter_event div:nth-child(2) {
        margin-bottom: 0;
    }
}

@media(max-width: 768px) {
    .filter_event div {
        margin-right: 10px;
        min-width: 100% !important;
        margin-bottom: 10px !important;
    }

    .filter_event button {
        margin: 15px auto !important;
    }
}