﻿/* Fonts */ 

    @-webkit-keyframes fontfix {
        from { opacity: 1; }
        to   { opacity: 1; }
    }

    body {
    font-family: "Montserrat";
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-rendering: optimizeLegibility;
    color: #333;
    }

    *,
    *:hover,
    *:active,
    *:focus {
    text-decoration: none !important;
    outline: 0 !important;
    transition: 0.3s;
    }

/* Animation */

    @keyframes scroll-down {
        0% {
            transform:translateY(-60%);
            opacity:1
        }
        to {
            transform:translateY(60%);
            opacity:0
        }
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }

/* Default */

    @media (min-width: 992px) {
        .dropdown:hover .dropdown-menu {
            display: block;
        }
    }

    :root {
        --color-base: #fc6400;
        --color-base-light: color-mix(in srgb, var(--color-base) 85%, white);
        --color-base-dark:  color-mix(in srgb, var(--color-base) 85%, black);

        --bg-1: #fff;
        --bg-2: #f3f3f6;

        --texto-1: #fff;
        --texto-2: #000;
        --texto-3: rgba(0,0,0,.75);

        --transparencia-1-50: rgba(255,255,255,.5);
        --transparencia-2-25: rgba(0,0,0,.25);
        --transparencia-2-80: rgba(0,0,0,.8);

        --background-tint: rgba(255,237,225,1);

        --border-default: 4px;

        --transition-default: 0.3s;

    }
    
    body,
    html {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden !important;
    }

    .container {
    width: 96%;
    max-width: 1280px;
    }
    
    .clear {
    clear: both;
    }

/* STYLES */

    .minitop {
    padding: 8px 0 8px 0;
    font-weight: 600;
    color: #333;
    font-weight: 700;
    background: var(--color-base);
    }

    .minitop .row {
    display: flex;
    align-items: center;
    }

    .minitop .location {
    cursor: pointer;
    }

    .minitop .location i {
    display: inline-block;
    color: #fff;
    transform: translateY(1px);
    }

    .minitop .location span {
    margin: 0 4px 0 6px;
    color: #fff;
    }

    .minimenu {
    margin-right: 15px;
    float: right;
    display: flex;
    }

    .minimenu:first-child {
    margin-right: 0;
    }

    .minimenu a {
    display: flex;
    color: #333;
    }

    .minimenu i {
    display: block;
    margin: 0 5px;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius: 100%;
    border: 1px solid rgba(0,0,0,.2);
    text-align: center;
    font-size: 16px;
    color: #fff;
    }

    .minimenu a:hover i,
    .minimenu i:hover {
    color: var(--color-base);
    background: #fff;
    border-color: #fff;
    }

    .minimenu span {
    margin: 0 5px 0 0;
    line-height: 31px;
    font-weight: 700;
    color: #fff;
    }

    .top .minimenu a {
    display: flex;
    align-items: center;
    }

    .top .minimenu span {
    color: #333;
    }

    .top .minimenu i {
    color: var(--color-base);
    background: #fff;
    border: 1px solid #e8e8e8;
    line-height: 38px;
    height: 42px;
    width: 42px;
    }

    .top .minimenu .lni-chevron-down {
    padding: 0;
    border: 0;
    width: auto;
    height: auto;
    }

    .top .minimenu:hover i {
    background: var(--color-base);
    border-color: var(--color-base);
    color: #fff;
    }

    .top-line .line {
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.15);
    }

    .top {
    padding: 24px 0 20px 0;
    transition: padding 0.2s ease, box-shadow 0.2s ease;
    will-change: transform;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    z-index: 1051;
    }

    .top-bg {
    /* background: url("../img/hero.jpg") center/cover no-repeat; */
    /* background-size: 100% auto !important; */
    }

    .top-bg .bg {
    background: linear-gradient(360deg,rgba(255,237,225,.9) 0%, rgba(255,237,225,.95) 100%);
    background: linear-gradient(360deg,rgba(255,255,255,.95) 0%, rgba(255,255,255,1) 100%);
    background: rgba(255,237,225,.5);
    background: #fff;
    }

    .top .row {
    display: flex;
    align-items: center;
    }

    .col-top {
    padding-left: 15px;
    padding-right: 15px;
    }

    .col-top-logo {
    flex: 0 0 auto;
    }

    .col-top-menu {
    flex: 1 1 auto;
    }

    .col-top-promova {
    flex: 0 0 auto;
    }

    .top .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    }

    .top-sidebar-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 6px 8px;
    margin-right: 6px;
    cursor: pointer;
    color: var(--color-base);
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
    }

    .top-sidebar-toggle:hover {
    color: #fc6400;
    }

    .is-sticky .top-sidebar-toggle {
    display: flex;
    }

    .top .logo img,
    .top .logo svg {
    display: block;
    height: 54px;
    width: auto;
    }

    .menu {
    display: flex;
    justify-content: center;
    width: 100%;
    }

    .navigation {
    padding: 10px 0 8px 0;
    border-top: 1px solid rgba(0,0,0,.15);
    border-bottom: 1px solid #e8e8e8;
    /* box-shadow: 0 10px 10px rgba(0,0,0,.05); */
    }

    .navigation .row {
    display: flex;
    align-items: center;
    }

    .menu .navbar,
    .navbar-collapse.collapse {
    min-height: 0;
    margin: 0;
    padding: 0;
    }

    .menu a,
    .menu span {
    display: block;
    font-weight: 700;
    color: #333;
    font-size: 17px;
    line-height: 16px;
    margin: 0 5px;
    padding: 20px 10px 0 10px !important;
    /* text-transform: uppercase; */
    border-radius: 10px;
    background: transparent !important;
    }

    .menu a i {
    display: inline-block;
    color: rgba(0,0,0,.3);
    transform: translateY(1px);
    font-size: 16px;
    margin-left: 4px;
    }

    .menu li:nth-child(2) a {
    margin-left: 0 !important;
    padding-left: 0 !important;
    }

    .menu .active a::after,
    .menu a::after {
    display: block;
    border-radius: 4px;
    margin: 8px auto;
    content: " ";
    width: 0;
    height: 4px;
    background: var(--color-base);
    transition: 0.3s;
    }

    .menu .active a::after {
    width: 100%;
    }

    .menu a:hover::after {
    width: 100%;
    }

    .menu a.search-bt {
    display: block;
    cursor: pointer;
    font-weight: 700;
    color: var(--color-base) !important;
    font-size: 20px !important;
    line-height: 20px !important;
    margin: 0 0 0 5px;
    padding: 21px 0 0 12px !important;
    border-radius: var(--border-default);
    transform: translateY(0px);
    }

    .menu .dropdown-promova .dropdown-toggle {
    margin: 10px 5px 0 5px !important;
    padding: 0 !important;
    }

    .menu .dropdown-promova .dropdown-toggle::after {
    display: none;
    }

    .menu .dropdown-promova .dropdown-toggle span {
    display: flex;
    gap: 12px;
    margin: 0 !important;
    padding: 15px 20px 13px 20px !important;
    border-radius: 30px !important;
    background: var(--color-base) !important;
    color: #fff;
    }

    .menu .dropdown-promova .dropdown-toggle span i {
    margin: 0;
    color: #fff;
    }

    .search-bt::after,
    .search-bt:hover::after {
    background: transparent !important;
    }

    .dropdown-promova {
    float: right;
    transform: translateY(-1px);
    z-index: 1051;
    }

    .dropdown-promova .dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    background: transparent;
    white-space: nowrap;
}
    .dropdown-menu {
    z-index: 1051 !important;
    }

    .dropdown-promova .holder {
    background: #fff;
    padding: 0 16px;
    margin: 1px 0 0 0;
    border: 0;
    box-shadow: 0 20px 50px rgba(0,0,0,.1);
    border-radius: 16px;
    transition: 0.3s;
    }

    .dropdown-promova .holder a {
    display: block;
    padding: 20px 16px 18px 16px;
    font-weight: 700;
    color: rgba(0,0,0,.6);
    font-size: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .dropdown-promova .holder i {
    margin-right: 8px;
    color: var(--color-base);
    }

    .dropdown-promova .holder a:last-child {
    border-bottom: 0;
    }

    .dropdown-promova > .btn .ph-megaphone {
    display: inline-block;
    transform: scaleX(-1);
    }

    .dropdown-promova > .btn .ph-caret-down {
    display: inline-block;
    transform: translateY(1px);
    }

    .nav li.dropdown .dropdown-menu {
    margin: 0;
    padding: 6px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,.1);
    background: #fff;
    white-space: nowrap;
    transition: 0.3s;
    }

    .nav li.dropdown .dropdown-menu > li > a {
    display: block;
    margin: 0 !important;
    padding: 10px 16px 8px 16px !important;
    font-weight: 700;
    color: #333;
    font-size: 14px;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
    background: transparent !important;
    }

    .nav li.dropdown .dropdown-menu > li > a:hover {
    color: var(--color-base);
    }

    .nav li.dropdown .dropdown-menu > li > a::after {
    display: none;
    }

    .nav li.dropdown .dropdown-menu > li:last-child > a {
    border-bottom: 0;
    }

    .button button {
    background: var(--color-base);
    font-weight: 700;
    color: #fff !important;
    font-size: 16px;
    line-height: 16px;
    padding: 16px 20px 14px 20px;
    border-radius: 30px;
    }

    .button span {
    margin: 0 8px 0 8px;
    }

    .button i {
    font-size: 14px;
    }

    .button .lni-chevron-down {
    transform: translateY(2px);
    font-size: 14px;
    }

    .sticky {
    z-index: 99 !important;
    }



    .is-sticky .top {
    padding: 5px 0 4px 0;
    border-bottom: 0;
    box-shadow: 0 15px 30px rgba(0,0,0,.05);
    background: rgba(255,255,255,.98);
    z-index: 1000 !important;
    }

    .is-sticky .start-bar {
    box-shadow: 0 0 0 transparent;
    border: 0;
    }

    #sticky-wrapper {
    /* min-height: 99px; */
    /* height: auto !important; */
    }

    .subcontainer {
    width: 90%;
    margin: auto;
    }

    .intro {
    float: left;
    margin: 0 auto auto auto;
    width: 100%;
    background: url("../img/hero.jpg") center/cover no-repeat;
    background-size: 100% auto !important;
    background-attachment: fixed !important;
    overflow: hidden;
    }

    .intro .bg {
    padding: 80px 0 72px 0;
    background: rgba(255,255,255,.9);
    background: linear-gradient(360deg,rgba(255,255,255,.9) 0%, rgba(255,255,255,1) 100%);
    background: rgba(0,0,0,.9);
    background: linear-gradient(360deg,rgba(255,255,255,.9) 0%, rgba(252, 100, 0,1) 100%);
    background: rgba(0,0,0,.85);
    }

    .intro .content {
    }

    .intro .content .row {
    display: flex;
    align-items: center;
    }

    .intro strong {
    position: relative;
    font-weight: 700;
    }

    .intro strong::after {
    position: absolute;
    content: '';
    top: 38px;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 6px;
    background: var(--cor-6);
    transition: 0.4s;
    z-index: 0;
    }

    .intro .subtitle {
    display: flex;
    justify-content: center;
    }

    .intro h1 {
    display: block;
    text-align: center;
    margin: auto auto 0 auto;
    padding: 0 0 20px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    color: #fff;
    }

    .intro .title {
    display: flex;
    justify-content: center;
    }

    .intro h2 {
    display: block;
    text-align: center;
    margin: 0;
    padding: 12px 0 12px 0;
    font-size: 38px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    }

    .intro .animate-typing {
    display: inline-block;
    color: var(--color-base);
    }

    .animate-typing[data-animate-index="0"]::after {
    }

    .intro .description {
    display: flex;
    justify-content: center;
    }

    .intro h3 {
    display: block;
    text-align: center;
    margin: 0 0 40px 0;
    padding: 20px 0 0 0;
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
    border-top: 1px solid rgba(255,255,255,.15);
    color: #fff;
    }

    .intro .scrolldown {
    display: flex;
    display: none;
    justify-content: center;
    }

    .intro .scrolldown i {
    color: var(--color-base);
    font-size: 26px;
    animation: scroll-down 3s linear infinite;
    }

    .start-bar-holder {
    margin: auto auto auto auto;
    width: 100%;
    z-index: 3;
    }

    .start-bar-space {
    width: 100%;
    height: 40px;
    }

    .start-bar {
    margin: 10px auto auto auto;
    width: 100%;
    max-width: 1024px;
    background: #fff;
    padding: 14px 20px 10px 20px;
    border-radius: 50px;
    box-shadow: 0 15px 50px rgba(0,0,0,.1);
    border: 1px solid #e8e8e8;
    transition: 0.3s background;
    }

    .start-bar form {
    display: flex;
    }

    .start-bar .field {
    display: flex;
    align-items: center;
    margin-right: 5px;
    }

    .start-bar .field-full {
    width: 100%;
    }

    .start-bar .field-border {
    }

    .start-bar .field-border::after {
    /* content: "  ";
    width: 1px;
    height: 30px;
    background: rgba(0,0,0,.1); */
    }

    .start-bar .form i {
    display: block;
    color: var(--color-base);
    font-size: 22px;
    margin: 0 1px 0 1px;
    opacity: .5;
    }

    .start-bar input {
    display: block;
    width: 100%;
    margin-right: 5px;
    background: transparent;
    border: 0;
    padding: 10px 12px 10px 12px;
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    font-weight: 500;
    }

    .start-bar button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: transparent;
    border: 0;
    /* background: var(--color-base); */
    border-radius: 100%;
    width: 46px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    transition: 0.3s;
    }

    .start-bar .form button i {
    margin: 0;
    color: var(--color-base);
    font-size: 18px;
    opacity: .75;
    transition: 0.1s;
    }

    .start-bar button:hover {
    /* background: rgba(0,0,0,.4); */
    transition: 0.3s;
    }

    .rdp {
    padding: 50px 0 40px 0;
    border-top: 1px solid #e8e8e8;
    }

    .rdp-row {
    display: flex;
    width: 100%;
    }

    .rdp-col {
    margin: 0;
    padding: 0 15px;
    flex: 0;
    width: auto;
    min-width: 260px;
    }

    .rdp-col:first-child {
    margin-right: auto;
    min-width: 360px;
    }

    .rdp-col:last-child {
    padding-right: 0;
    }
    
    .rdp .logo img,
    .rdp .logo svg {
    display: block;
    margin: auto auto 20px 0;
    width: auto;
    height: 60px;
    }

    .rdp .logo svg .logo-text {
    }

    .rdp .logo svg .logo-dot {
    }

    .rdp .slogan {
    display: block;
    /* text-align: center; */
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(0,0,0,.65);
    }

    .rdp-title {

    }

    .rdp-title span {
    display: block;
    margin: 0 0 16px 0;
    padding: 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    white-space: nowrap;
    color: rgba(0,0,0,.75);
    }

    .rdp-menu {
    }

    .rdp-menu a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: rgba(0,0,0,.75);
    margin: 0 0 7px 0;
    padding: 0 0 7px 0;
    white-space: nowrap;
    }

    .rdp-menu a:hover {
    color: var(--color-base)
    }

    .rdp-menu i {
    display: block;
    margin: 0 15px 0 0;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius: 100%;
    border: 1px solid #e8e8e8;
    text-align: center;
    color: var(--color-base);
    font-size: 18px;
    }

    .rdp-menu a:hover i {
    color: #fff;
    border-color: var(--color-base);
    background: var(--color-base);
    }

    .copyright {
    width: 100%;
    background: var(--color-base);
    padding: 22px 0 18px 0;
    }

    .copyright span {
    display: block;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    }

    .copyright span strong {
    color: #fff;
    }

    .copyright a {
    display: block;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 2px solid rgba(0,0,0,.15);
    float: right;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    }

    .copyright a:hover {
    color: #fff;
    text-decoration: underline !important;
    }

    .copyright a:first-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
    }

    .section {
    padding: 60px 0 60px 0;
    }

    .section-title {
    margin: 0 0 22px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e8e8e8;
    }

    .section-title .row {
    display: flex;
    align-items: center;
    }   

    .section-title-text h1,
    .section-title-text h2 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    }

    .section-title-text h1 i {
    color: var(--color-base);
    }

    .section-title-more {
    float: right;
    }

    .section-title-more a {
    display: block;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding: 7px 20px 6px 20px;
    }

    .section-title-more a span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: rgba(0,0,0,.75);
    }

    .section-title-more a i {
    display: inline-block;
    color: var(--color-base);
    margin-left: 2px;
    transform: translateY(2px);
    }

    .section-title-more a:hover {
    background: var(--color-base);
    border-color: var(--color-base);
    }

    .section-title-more a:hover span,
    .section-title-more a:hover i {
    color: #fff;
    }

    .section:nth-child(even) {
    background: rgba(0,0,0,.03);
    }

    .section:nth-child(odd) .card-horizontal {
    }

    .tabs-padrao {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 25px;
    }

    .arrows-padrao {
    white-space: nowrap;
    display: flex;
    gap: 0;
    }

    .arrows-padrao button {
    margin: 0;
    border: 0;
    background: transparent;
    }

    .arrows-padrao button i {
    display: inline-block;
    font-weight: bold;
    border-radius: 100%;
    border: 0;
    /* background: rgba(0,0,0,.05); */
    border: 1px solid #e8e8e8;
    height: 40px;
    min-height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 38px;
    font-size:  16px;
    color: var(--color-base);
    }

    .arrows-padrao button:hover i {
    background: var(--color-base);
    color: #fff;
    }

    .tabs-padrao .nav-tabs {
    display: flex;
    width: 100%;
    margin: 0;
    border: 0;
    }

    .tabs-padrao .nav-tabs a {
    display: block;
    margin: 0 6px;
    padding: 12px 24px 10px 24px;
    border-radius: 30px;
    background: rgba(0,0,0,.05);
    font-weight: 700;
    color: #333;
    border: 0 !important;
    }

    .tabs-padrao .nav-tabs li:first-child a {
    margin-left: 0;
    }

    .tabs-padrao .nav-tabs strong {
    display: block;
    float: left;
    margin: 3px 6px 0 -8px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    animation: blinker 1.5s linear infinite;
    }

    .tabs-padrao .nav-tabs a:hover,
    .tabs-padrao .nav-tabs li.active a {
    background: var(--color-base);
    color: #fff;
    }

    .rolando-section {
    overflow-x: clip;
    }

    .rolando-carousel-inner {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -15px;
    transition: transform 0.4s ease;
    }

    .rolando-card {
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    }

    .rolando-card .card {
    flex: 1;
    display: flex;
    flex-direction: column;
    }

    .rolando-card .card > a {
    display: flex;
    flex-direction: column;
    flex: 1;
    }

    .rolando-card:nth-child(n+5) {
    opacity: 0;
    pointer-events: none;
    }

    .promo-carousel-wrap {
    overflow: hidden;
    }

    .promos-home-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    transition: transform 0.4s ease;
    margin-left: -15px;
    margin-right: -15px;
    }

    .promos-home-row > .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    float: none;
    display: flex;
    flex-direction: column;
    }

    .promos-home-row > .col-md-6 .card-listagem {
    flex: 1;
    }

    .rolando-section .card .info .icon-text {
    text-transform: none;
    }

    .arrows-padrao button:disabled i {
    opacity: 0.5;
    border-color: rgba(0,0,0,.15);
    color: rgba(0,0,0,.3);
    }

    .arrows-padrao button:disabled:hover i {
    opacity: 0.5;
    border-color: rgba(0,0,0,.15);
    color: rgba(0,0,0,.3);
    background: transparent;
    }

    .rolando-indicators {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 20px;
    }

    .promo-indicators {
    margin-top: 8px;
    }

    .rolando-indicators span {
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: rgba(0,0,0,.15);
    cursor: pointer;
    display: inline-block;
    }

    .rolando-indicators span.active {
    background: var(--color-base);
    }

    .card {
    margin: 0 0 30px 0;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 15px 25px rgba(0,0,0,.1); */
    border: 1px solid #e8e8e8;
    background: #fff;
    transition: 0.3s;
    }

    .card .cover {
    }

    .card .date { 
    position: absolute;
    margin: 10px 0 0 10px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    /* box-shadow: 5px 5px 10px rgba(0,0,0,.3); */
    }

    .card .date .day {
    display: block;
    padding: 5px 8px 3px 8px;
    background: #fff;
    color: #333;
    text-align: center;
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;  
    }

    .card .date .month {
    display: block;
    padding: 4px 8px 5px 8px;
    background: var(--color-base);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;  
    }

    .card .cover {
    width: 100%;
    height: 160px;
    }

    .card .cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    }

    .card .info {
    padding: 20px 20px 0 20px;
    }

    .rolando-card .card .info {
    display: flex;
    flex-direction: column;
    flex: 1;
    }

    .rolando-card .card-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 0 20px 20px 20px;
    margin-top: 0;
    }

    .rolando-card .card-interessados {
    margin-left: 0;
    }

    .rolando-card .card-btn {
    padding: 7px 10px 7px 10px;
    }

    .card .card-av {
    width: 30px;
    height: 30px;   
    }

    .rolando-card .card-interessados {
    min-width: unset;
    width: 100%;
    }

    .card-actions-btns {
    display: flex;
    gap: 6px;
    }

    .card-actions-btns .card-btn {
    flex: 1;
    justify-content: center;
    }

    .card .info .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    }

    .card .info .icon-text,
    .card-horizontal .info .icon-text,
    .card-listagem .info .icon-text {
    display: flex;
    align-items: center;
    margin: 0 0 6px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: rgba(0,0,0,.6);
    }

    .card .info .icon-text strong,
    .card-horizontal .info .icon-text strong,
    .card-listagem .info .icon-text strong {
    font-weight: 700;
    color: #333;
    margin-right: 6px;
    }

    .card-listagem .icon-text strong.por {
    display: inline-block;
    margin-left: 6px;
    }

    .card-listagem .icon-text strike {
    display: inline-block;
    margin-left: 6px;
    text-decoration: line-through !important;
    }

    .card .info .icon-text i,
    .card-horizontal .info .icon-text i,
    .card-listagem .info .icon-text i {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    color: var(--color-base);
    /* width: 20px; */
    /* height: 20px; */
    font-size: 18px;
    /* background: var(--color-base); */
    color: var(--color-base);
    border-radius: 100%;
    }

    .card .info .card-badge,
    .card-horizontal .info .card-badge,
    .card-listagem .info .card-badge {
    align-self: flex-start;
    margin: 0 0 10px 0;
    padding: 5px 12px 4px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2px;
    color: var(--color-base);
    background: rgba(252,100,0,.1);
    border-radius: 30px;
    }

    .card .info .more {
    border-top: 1px solid rgba(0,0,0,.15);
    margin: auto 0 0 0;
    padding: 13px 0 0 0;
    }

    .card .info .more span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: rgba(0,0,0,.6);
    }

    .card .info .more span i {
    margin-right: 8px;
    color: var(--color-base);
    }

    .card:hover .more span {
    color: var(--color-base);
    }

    .card:hover .info .title {
    color: var(--color-base);
    }

    .card .info .icon-text:nth-last-child(2),
    .card-horizontal .info .icon-text:nth-last-child(2),
    .card-listagem .info .icon-text:nth-last-child(2) {
    /* padding-bottom: 10px; */
    }

    /* Portal Sidebars */

    .portal-layout {
    display: contents;
    }

    .portal-topbar {
    display: none;
    height: 75px;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,.05);
    align-items: center;
    grid-template-columns: 1fr auto 1fr;
    padding: 0 20px;
    }


    .portal-topbar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }

    .portal-topbar-center {
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .portal-topbar-center svg,
    .portal-topbar-center img {
    height: 38px;
    object-fit: contain;
    }

    .portal-topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    }

    .portal-topbar-menu-toggle {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    border: none;
    cursor: pointer;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    }

    .portal-topbar-menu-toggle i {
    color: var(--color-base);
    font-size: 16px !important;
    line-height: 16px !important;
    margin: 0;
    transform: translateY(0);
    }

    .portal-topbar-user-btn {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    border: none;
    cursor: pointer;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    }

    .portal-topbar-user-btn i {
    color: var(--color-base);
    font-size: 16px !important;
    line-height: 16px !important;
    margin: 0;
    transform: translateY(0);
    }

    .portal-sidebar,
    .portal-user-sidebar {
    position: fixed;
    top: 0;
    height: 100%;
    width: 280px;
    background: #fff;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    transition: transform 0.28s ease;
    overflow-y: auto;
    overscroll-behavior: contain;
    }

    .portal-sidebar {
    left: 0;
    transform: translateX(-280px);
    box-shadow: 5px 0 30px rgba(0,0,0,.15);
    }

    .portal-user-sidebar {
    right: 0;
    transform: translateX(280px);
    box-shadow: -5px 0 30px rgba(0,0,0,.15);
    }

    .portal-layout.sidebar-open .portal-sidebar {
    transform: translateX(0);
    }

    .portal-layout.user-sidebar-open .portal-user-sidebar {
    transform: translateX(0);
    }

    .portal-layout.sidebar-open::before,
    .portal-layout.user-sidebar-open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    z-index: 1049;
    }

    .portal-sidebar-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 60px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    flex-shrink: 0;
    }

    .portal-sidebar-brand-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-base);
    }

    .portal-sidebar-close-btn {
    background: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,.05);
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.3s;
    }

    .portal-sidebar-close-btn i {
    color: var(--color-base);
    font-size: 14px !important;
    margin: 0;
    transform: translateY(0px);
    }

    .portal-sidebar-location {
    padding: 14px 20px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    cursor: pointer;
    }

    .portal-sidebar-location-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #999;
    margin-bottom: 10px;
    }

    .portal-sidebar-location-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,0,0,.03);
    border-radius: 8px;
    padding: 12px 14px 10px 14px;
    transition: background .2s;
    }

    .portal-sidebar-location-box > i:first-child {
    color: #fc6400;
    font-size: 16px;
    }

    .portal-sidebar-location-box span {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    }

    .portal-sidebar-location-box .lni5-chevron-down {
    font-size: 12px;
    color: var(--color-base);
    }

    .portal-sidebar-nav {
    padding: 12px 0;
    flex: 1;
    }

    .portal-sidebar-nav ul {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    }

    .portal-sidebar-nav ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 12px 12px 12px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    color: #333;
    font-size: 14px;
    font-weight: 600;
    }

    .portal-sidebar-nav ul li:last-child a {
    border-bottom: 0;
    }

    .portal-sidebar-nav ul li a:hover {
    color: var(--color-base);
    background: rgba(252,100,0,.05);
    }

    .portal-sidebar-nav ul li a i {
    color: var(--color-base);
    font-size: 16px !important;
    width: 20px;
    margin: 0;
    }

    .portal-sidebar-title {
    display: block;
    padding: 12px 20px 10px 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #aaa;
    letter-spacing: 1px;
    }

    .portal-sidebar-footer {
    padding: 16px 20px;
    border-top: 1px solid rgba(0,0,0,.08);
    flex-shrink: 0;
    }

    .portal-sidebar-footer > span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #aaa;
    letter-spacing: 1px;
    margin-bottom: 10px;
    }

    .portal-sidebar-social {
    display: flex;
    gap: 8px;
    }

    .portal-sidebar-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: rgba(0,0,0,.06);
    color: #333;
    }

    .portal-sidebar-social a:hover {
    background: var(--color-base);
    color: #fff;
    }

    .portal-sidebar-social a i {
    font-size: 15px !important;
    margin: 0;
    }

    .portal-user-sidebar-content {
    padding: 20px;
    }

    .portal-user-sidebar-login {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(0,0,0,.04);
    color: #333;
    }

    .portal-user-sidebar-login:hover {
    background: rgba(0,0,0,.05);
    }

    .portal-user-sidebar-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: var(--color-base);
    flex-shrink: 0;
    }

    .portal-user-sidebar-avatar i {
    color: #fff;
    font-size: 18px !important;
    margin: 0;
    }

    .portal-user-sidebar-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    }

    .portal-user-sidebar-info span {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    }

    .portal-user-sidebar-sub {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #999;
    }

    .portal-user-sidebar-login > .lni-chevron-right {
    color: #aaa;
    font-size: 14px !important;
    margin: 0;
    }

    .portal-search-content {
    padding: 20px;
    }

    .portal-search-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    }

    .portal-search-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    }

    .portal-search-field label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #aaa;
    }

    .portal-search-input {
    display: flex;
    align-items: center;
    gap: 10px;
    /* border: 1px solid rgba(0,0,0,.12); */
    box-shadow: 0 05px 10px rgba(0,0,0,.05);
    border-radius: 8px;
    padding: 14px 14px 12px 14px;
    background: #fff;
    }

    .portal-search-input i {
    color: var(--color-base);
    font-size: 14px !important;
    margin: 0;
    flex-shrink: 0;
    }

    .portal-search-input input {
    border: 0;
    outline: 0;
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: transparent;
    padding: 0;
    font-family: inherit;
    }

    .portal-search-input input::placeholder {
    color: #bbb;
    font-weight: 400;
    }

    .portal-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--color-base);
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 10px 14px 8px 14px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    font-family: inherit;
    margin-top: 4px;
    }

    .portal-search-btn i {
    font-size: 13px !important;
    margin: 0;
    }

    .portal-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -5px 25px rgba(0,0,0,.05);
    z-index: 990;
    align-items: center;
    grid-template-columns: 1fr 1fr auto 1fr 1fr;
    padding: 4px 4px 0 4px;
    }

    .portal-bottom-nav .bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    color: #aaa;
    text-decoration: none;
    flex: 1;
    padding-bottom: 0;
    transition: color 0.2s;
    }

    .portal-bottom-nav .bottom-nav-item i {
    font-size: 18px;
    color: var(--color-base);
    }

    .portal-bottom-nav .bottom-nav-item span {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3px;
    }

    .portal-bottom-nav .bottom-nav-item:hover,
    .portal-bottom-nav .bottom-nav-item.active {
    color: var(--color-base);
    }

    .portal-bottom-nav .bottom-nav-center {
    flex: 1;
    display: flex;
    justify-content: center;
    }

    .portal-bottom-nav .bottom-nav-plus {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--color-base);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0,0,0,.15);
    transform: translateY(-14px);
    transition: box-shadow 0.2s;
    border: 0;
    }

    .portal-bottom-nav .bottom-nav-plus i {
    margin: 0;
    color: #fff;
    font-size: 18px !important;
    line-height: 1;
    }

    .portal-bottom-nav .bottom-nav-plus:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.3);
    }

    .portal-bottom-nav .bottom-nav-plus-photo {
    overflow: hidden;
    padding: 0;
    }

    .portal-bottom-nav .bottom-nav-plus-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }

    .portal-bottom-nav .bottom-nav-plus-admin {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    background: #fc6400;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    border-radius: 3px;
    white-space: nowrap;
    pointer-events: none;
    }

    .portal-bs-user {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 0 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
    }

    .portal-bs-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    }

    .portal-bs-avatar-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--color-base);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    }

    .portal-bs-avatar-icon i {
    font-size: 20px;
    color: #fff;
    }


    .portal-bs-user-name {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    }

    .portal-bs-user-tipo {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,.6);
    margin-top: -4px;
    }

    .portal-bs-section-title {
    display: block;
    padding: 12px 0 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #aaa;
    letter-spacing: 1px;
    }

    .portal-bs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    }

    .portal-bs-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    color: #333;
    font-size: 14px;
    font-weight: 600;
    }

    .portal-bs-nav a:last-child {
    border-bottom: 0;
    }

    .portal-bs-nav a i {
    color: var(--color-base);
    font-size: 16px !important;
    width: 20px;
    margin: 0;
    }

    .portal-bs-nav a:hover {
    color: var(--color-base);
    }

    .login-title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
    text-align: center;
    }

    .login-btn-instagram {
    width: 100%;
    padding: 14px 24px 13px;
    border: 1.5px solid #e0e0e0;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(to bottom, #ffffff, #f4f4f4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 2px 4px rgba(0,0,0,.08);
    color: #333;
    text-decoration: none;
    transition: 0.3s;
    margin-bottom: 16px;
    }

    .login-btn-instagram svg { width: 20px; height: 20px; flex-shrink: 0; }
    .login-btn-instagram:hover { border-color: #C13584; color: #333; text-decoration: none; }

    .login-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #bbb;
    font-size: 12px;
    }

    .login-divider::before,
    .login-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e5e5e5;
    }

    .login-field {
    margin-bottom: 18px;
    }

    .login-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 6px;
    }

    .login-field input {
    width: 100%;
    height: 48px;
    border: 1.5px solid #e0e0e0;
    border-radius: 30px;
    padding: 0 20px;
    font-size: 14px;
    color: #222;
    outline: none;
    transition: border-color .2s;
    box-sizing: border-box;
    }

    .login-field input:focus { border-color: var(--color-base); }

    .login-pass-wrap { position: relative; }
    .login-pass-wrap input { padding-right: 48px; }

    .login-eye {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #aaa;
    padding: 0;
    line-height: 1;
    }

    .login-eye i { font-size: 18px !important; opacity: .4; }
    .login-eye:hover { color: var(--color-base); }

    .login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    }

    .login-options-center { justify-content: center; }

    .login-keep {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    }

    .login-keep input { width: auto; transform: translateY(-2px); accent-color: var(--color-base); }

    .login-btn {
    width: 100%;
    padding: 16px 24px 14px;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fc6400;
    color: #fff;
    transition: filter .2s;
    }

    .login-btn:hover { filter: brightness(1.10); }
    .login-btn i { margin-left: 0; }

    .color3d {
    transition: all 0.3s ease;
    text-shadow: 2px 2px 2px rgba(17,15,15,.1);
    color: #fff;
    background: linear-gradient(to bottom, var(--color-base-light), var(--color-base-dark)) !important;
    }

    .color3d span, .color3d i { text-shadow: 2px 2px 2px rgba(17,15,15,.1); color: #fff !important; }
    .color3d:hover { filter: brightness(1.10); }

    .login-links {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    }

    .login-link-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
    font-weight: 600;
    text-decoration: none;
    padding: 14px 0;
    transition: color .2s;
    }

    .login-link-item i { 
    color: var(--color-base); 
    font-size: 14px; 
    }

    .login-link-item:hover { color: var(--color-base); text-decoration: none; }

    .login-link-divider {
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.15);
    }

    .login-msg {
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 16px;
    text-align: center;
    }

    .login-msg-erro {
    color: rgba(0,0,0,.75);
    border-bottom: 1px solid var(--color-base);
    }

    .login-msg-erro i { margin: 0 5px 0 0; font-size: 11px; color: var(--color-base); }

    .modal-login-dialog {
    max-width: 420px;
    margin: 40px auto auto auto;
    }

    .modal-login-content {
    border-radius: 16px;
    border: none;
    padding: 32px 28px 24px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,.15);
    }

    .modal-login-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    }

    .modal-login-close:hover { color: #333; }

    .modal-usuario-dialog {
    max-width: 420px;
    margin: 40px auto auto auto;
    }

    .modal-usuario-content {
    border-radius: 16px;
    border: none;
    padding: 28px 24px 20px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,.15);
    }
    .top-user-logado,
    .top-user-deslogado {
    display: flex;
    align-items: center;
    }
    .top-user-deslogado .text,
    .top-user-logado .text { 
        display: flex; 
        flex-direction: column; 
        align-items: flex-end; 
    }

    .top .minimenu i,
    .top-user-avatar {
    margin-left: 10px;
    width: 34px;
    height: 34px;
    line-height: 41px;
    font-size: 16px;
    border-radius: 50%;
    object-fit: cover;
    }

    .top-user-logado .icon {
    display: flex;
    }

    .top-user-logado i,
    .top-user-deslogado i {
    margin-right: 0 !important;
    }

    .grecaptcha-badge { visibility: hidden !important; }

    body.modal-open { padding-right: 0 !important; overflow: hidden !important; }

    .modal-backdrop.show {
    opacity: 1;
    background: rgba(0,0,0,.25);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    }

    .modal-cidade-dialog {
    max-width: 420px;
    margin: 40px auto auto auto;
    }

    .modal-cidade-content {
    border-radius: 18px;
    padding: 36px 32px 28px;
    position: relative;
    border: none;
    box-shadow: 0 8px 40px rgba(0,0,0,.18);
    }

    .modal-cidade-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 24px;
    text-align: center;
    }

    .modal-cidade-title i {
    color: #fc6400;
    margin-right: 6px;
    }

    .modal-cidade-fields {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
    }

    .modal-cidade-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    margin-bottom: 6px;
    }

    .modal-cidade-select-wrap {
    position: relative;
    }

    .modal-cidade-select {
    width: 100%;
    height: 48px;
    border: 1.5px solid #e0e0e0;
    border-radius: 30px;
    padding: 1px 40px 0 20px;
    font-size: 14px;
    color: #222;
    background: #fff;
    outline: none;
    transition: border-color .2s;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    }

    .modal-cidade-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #fc6400;
    font-size: 14px;
    pointer-events: none;
    }

    .modal-cidade-select:focus {
    border-color: #fc6400;
    }

    .modal-cidade-select:disabled {
    opacity: .5;
    cursor: not-allowed;
    }

    .modal-cidade-btn {
    width: 100%;
    height: 46px;
    padding-top: 1px;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 14px;
    background: #fc6400;
    color: #fff;
    }
    .modal-cidade-btn i {
    margin-left: 4px;
    transform: translateY(1px);
    }
    .modal-cidade-btn:hover {
    background: #e05700;
    color: #fff;
    }

    .modal-cidade-todo {
    display: block;
    text-align: center;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    }

    .modal-cidade-todo:hover {
    color: #fc6400;
    text-decoration: none;
    }

.datepicker-dropdown {
padding: 14px !important;
border: 0;
box-shadow: 0 10px 20px rgba(0,0,0,.15);
border-radius: 0 30px 30px 30px !important;
}
.datepicker-dropdown::before,
.datepicker-dropdown::after {
display: none !important;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover {
background: var(--color-base) !important;
border-color: var(--color-base) !important;
color: #fff !important;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover {
background: color-mix(in srgb, var(--color-base) 12%, transparent) !important;
border-color: transparent !important;
color: var(--color-base) !important;
font-weight: 700;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover {
background: var(--color-base) !important;
border-color: var(--color-base) !important;
color: #fff !important;
}
.datepicker table tr td:hover,
.datepicker table tr span:hover {
background: color-mix(in srgb, var(--color-base) 8%, transparent) !important;
}
.datepicker table tr td.day.disabled,
.datepicker table tr td.day.disabled:hover {
color: #ccc !important;
cursor: not-allowed !important;
background: none !important;
}


    /* OFERTAS */

    .ofertas-row {
    display: flex;
    flex-wrap: wrap;
    }

    .ofertas-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    }

    .card-horizontal {
    margin: 0 0 20px 0;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0,0,0,.1);
    border: 1px solid #e8e8e8;
    background: #fff;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    flex: 1;
    }

    .card-horizontal:hover {
    box-shadow: 0 15px 25px rgba(0,0,0,.2);
    transition: 0.3s;
    }

    .card-horizontal > a {
    display: flex;
    flex-direction: row;
    flex: 1;
    text-decoration: none;
    }

    .card-horizontal .cover {
    margin: 0;
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 8px;
    }

    .card-horizontal .cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    }

    .card-horizontal .info {
    padding: 0 20px 0 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    }

    .card-horizontal .info .title {
    display: block;
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    }

    .oferta-preco {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
    }

    .oferta-preco-de {
    margin-right: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #bbb;
    text-decoration: line-through !important;
    }

    .oferta-preco-consulta {
    font-size: 13px;
    color: #999;
    font-weight: 600;
    }

    .card-horizontal .info .more {
    border-top: 1px solid rgba(0,0,0,.15);
    margin: auto 0 0 0;
    padding: 11px 0 0 0;
    }

    .card-horizontal .info .more span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: rgba(0,0,0,.6);
    }

    .card-horizontal .info .more span i {
    margin-right: 8px;
    color: var(--color-base);
    }

    .card-horizontal:hover .more span {
    color: var(--color-base);
    }

    .ofertas-row {
    display: flex;
    justify-content: center;
    }

    /* /OFERTAS */

    /* ANUNCIOS */

    .anuncio-widget {
    margin: 30px 0 30px 0;
    padding: 0;
    }

    .anuncio-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 0;
    min-height: 20px;
    }

    .anuncio-widget-label {
    font-size: 10px;
    color: rgba(0,0,0,.3);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    }

    .anuncio-widget-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    }

    .anuncio-widget-anuncie {
    font-size: 10px;
    color: var(--color-base);
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    opacity: .75;
    }

    .anuncio-widget-anuncie:hover {
    text-decoration: underline;
    color: var(--color-base);
    }

    .anuncio-widget-arrows {
    display: flex;
    gap: 4px;
    }

    .anuncio-widget-arrows a {
    width: 20px;
    height: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 11px;
    text-decoration: none;
    background: #fff;
    }

    .anuncio-widget-arrows a:hover {
    border-color: #fc6400;
    color: #fc6400;
    }

    .anuncio-carousel-holder {
    display: block;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 8px;
    background: #fff;
    }

    .anuncio-carousel-box {
    display: block;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    }

    .anuncio-carousel-box img {
    max-width: 100%;
    margin: auto;
    display: block; 
    }

    .anuncio-carousel-codigo {
    padding: 10px;
    }

    .anuncio-widget .carousel-indicators {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    margin: 0;
    bottom: -16px;
    display: flex;
    justify-content: center;
    gap: 4px;
    }

    .anuncio-widget .carousel-indicators li {
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background-color: #ddd;
    border: none;
    margin: 0;
    text-indent: 0;
    }

    .anuncio-widget .carousel-indicators li.active {
    background-color: #fc6400;
    }

    #anuncio-home-destaque {
    margin-bottom: 0;
    }

    .bg-light {
    background: rgba(0,0,0,.05);
    }

    .anuncio-interna-topo .anuncio-widget {
    margin: 10px 0 20px 0;
    }

    .anuncio-interna-lateral .anuncio-widget {
    margin: 12px 0 32px 0;
    }

    .anuncio-interna-rodape .anuncio-widget {
    margin: 0 0 50px 0;
    }
    
    .anuncio-home-destaque .anuncio-widget {
    margin: 20px 0 0 0;
    }

    .anuncio-single-topo .anuncio-widget {
    margin: 20px 0 6px 0;
    }

    .col-np-right {
    padding-right: 0;
    }

    /* /ANUNCIOS */

    /* EVENTOS LISTA */

    .page-inner {

    }

    .page-header-outer {
    }

    .page-header-outer-bg {
    padding: 36px 0 40px 0;
    border-bottom: 1px solid #e8e8e8;
    }

    .page-header-outer-bg-404 {
    border-bottom: 0 !important;
    padding: 100px 0 100px 0;
    }

    .page-icon {
    display: none;
    margin: 0 0 10px 0;
    color: var(--color-base);
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    opacity: .5;
    }

    .page-back {
    display: flex;
    margin: 30px 0 0 0;
    justify-content: center;
    }

    .page-back a {
    border: 1px solid #e8e8e8;
    padding: 12px 30px 10px 30px;
    color: #333;
    font-weight: 700;
    border-radius: 30px;
    }

    .page-back a i {
    display: inline-block;
    transform: translateY(1px);
    color: var(--color-base);
    }

    .page-back a:hover {
    background: var(--color-base);
    border-color: var(--color-base);
    color: #fff;
    }

    .page-back a:hover i {
    color: #fff;
    }

    .page-header-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

    .page-cover {
    display: flex;
    margin: 0 0 16px 0;
    justify-content: center;
    border-radius: 8px;
    cursor: zoom-in;
    }

    .page-cover img {
    display: block;
    border-radius: 8px;
    width: auto;
    height: auto;
    max-height: 320px;
    border: 6px solid #fff;
    border: 1px solid #e8e8e8;
    /* box-shadow: 0 15px 60px rgba(0,0,0,.1); */
    }

    #modal-foto {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    }

    #modal-foto.active {
    display: flex;
    }

    #modal-foto .mf-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.85);
    }

    #modal-foto .mf-box {
    position: relative;
    z-index: 1;
    max-width: 92vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    #modal-foto .mf-box img {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 8px;
    display: block;
    }

    #modal-foto .mf-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    }

    .page-badge {
    display: flex;
    justify-content: center;
    }

    .page-badge h3 {
    display: block;
    margin: 0 0 4px 0;
    padding: 5px 12px 5px 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2px;
    color: var(--color-base);
    background: rgba(252,100,0,.1);
    border-radius: 30px;
    }

    .page-title {
    display: block;
    margin: auto auto 4px auto;
    max-width:  620px;
    padding: 0 10px 0 10px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    color: #333;
    text-align: center;
    /* border-bottom: 4px solid rgba(252,100,0,.2); */
    }

    /* .page-title::after {
    display: block;
    border-radius: 4px;
    margin: 8px auto;
    content: " ";
    width: 100%;
    height: 2px;
    background: #e8e8e8;
    transition: 0.3s;
    } */

    .page-title-evento {
    margin: 3px auto 4px auto;
    }

    .page-title strong {
    font-weight: 800;
    }

    .page-description {
    display: block;
    margin: 2px auto auto auto;
    max-width: 620px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: var(--color-base);
    text-align: center;
    }

    .liner {
    border-bottom: 1px solid #e8e8e8;
    }

    .single-liner {
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    }

    .liner-holder {
    display: flex;
    align-items: center;
    height: 52px;
    }

    .liner .liner-button,
    .liner .liner-path,
    .liner .liner-action {
    height: 100%;
    }

    .liner .liner-button .liner-holder,
    .liner .liner-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    min-width: 50px;
    }

    .liner .liner-button span,
    .liner .liner-button a i {
    display: block;
    padding: 0 16px 0 16px;
    height: 100%;
    line-height: 53px;
    font-size: 18px;
    color: var(--color-base);
    }

    .liner .liner-button a:hover i {
    background: var(--color-base);
    color: #fff;
    }

    .liner .liner-action a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid #e8e8e8;
    padding: 0 16px 0 16px;
    color: rgba(0,0,0,.5);
    }

    .liner-path {
    display: flex;
    flex: 1;
    min-width: 0;
    align-items: center;
    gap: 6px;
    color: rgba(0,0,0,.5);
    padding: 2px 16px 0 16px;
    }

    .liner-path span,
    .liner-path a {
    color: rgba(0,0,0,.7);
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    }

    .liner-path a:hover {
    color: #fc6400;
    }

    .liner-path i {
    color: var(--color-base);
    transform: translateY(1px);
    margin-right: 0;
    font-size: 12px;
    }

    .liner-path .sep {
    color: var(--color-base);
    transform: translateY(1px);
    }

    .liner-filter {
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 0 16px;
    gap: 0;
    }

    .liner-filter-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0,0,0,.5);
    border-right: 1px solid #e8e8e8;
    padding-right: 10px;
    }

    .liner-filter i {
    font-size: 16px;
    color: var(--color-base);
    flex-shrink: 0;
    pointer-events: none;
    }

    .liner-filter i.ph-arrows-down-up {
    transform: translateY(2px);
    }

    .liner-filter-link {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 6px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    }

    .liner-filter-link i {
    font-size: 16px;
    color: var(--color-base);
    }

    .liner-filter-link:hover {
    color: var(--color-base);
    }

    .liner .liner-button .liner-filter-link span {
    display: inline-flex;
    align-items: center;
    height: auto;
    padding: 0;
    line-height: normal;
    font-size: 14px;
    color: inherit;
    }

    .modal-filtros .modal-body {
    padding: 16px;
    max-height: 75vh;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    }

    .modal-filtros .modal-body::-webkit-scrollbar {
    display: none;
    }

    .liner-bold {
    font-weight: 700;
    }

    .liner-text {
    width: 100%;
    padding: 2px 16px 0 16px;
    }

    .listagem-order {
    border: none;
    padding: 10px 4px 8px 0;
    font-size: 14px;
    color: #333;
    background: transparent;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 0;
    width: 128px;
    text-overflow: ellipsis;
    }

    .liner-filter:focus-within {
    /* border-color: var(--color-base); */
    }

    .liner-clear {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    border-left: 1px solid rgba(0,0,0,.15);
    border-right: 1px solid rgba(0,0,0,.15);
    font-size: 13px;
    font-weight: 600;
    color: rgba(0,0,0,.4);
    gap: 6px;
    white-space: nowrap;
    }

    .liner-clear:hover {
    color: var(--color-base);
    text-decoration: none;
    }

    .liner-clear i {
    font-size: 13px;
    }

    .middle {
    padding: 30px 0 30px 0
    }

    .ev-row-main {
    display: flex;
    align-items: stretch;
    }

    .ev-col-main {
    float: none;
    display: flex;
    flex-direction: column;
    }

    .filtros-form {
    margin-bottom: 0;
    }

    .sticky-side {
    transition: top 0s;
    }

    .col-md-8 .filtros-form {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    }

    .filtro-bloco-sobre {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    }

    .filtro-bloco-sobre .filtro-bloco-body {
    flex: 1;
    }

    .filtro-bloco {
    border: 1px solid #e8e8e8;
    /* box-shadow: 0 15px 25px rgba(0,0,0,.1); */
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
    }

    .filtro-bloco:last-child {
    margin-bottom: 0;
    }

    .filtro-bloco-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px 12px 18px;
    cursor: pointer;
    user-select: none;
    }

    .filtro-bloco-header span {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    }

    .filtro-bloco-header i {
    font-size: 16px;
    color: var(--color-base);
    transition: transform 0.2s;
    }

    .filtro-bloco-header.collapsed i {
    transform: rotate(-90deg);
    }

    .filtro-bloco-body {
    padding: 14px 16px 14px 16px;
    border-top: 1px solid #f0f0f0;
    }

    .filtro-field {
    margin-bottom: 10px;
    }

    .filtro-field:last-child {
    margin-bottom: 0;
    }

    .filtro-field label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
    }

    .filtro-field input[type="text"] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    outline: none;
    box-sizing: border-box;
    }

    .filtro-field input[type="text"]:focus {
    border-color: #fc6400;
    }

    .filtro-check {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    cursor: pointer;
    font-size: 14px;
    color: #444;
    margin: 0;
    font-weight: normal;
    }

    .filtro-check input[type="checkbox"] {
    accent-color: #fc6400;
    width: 15px;
    height: 15px;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 2px;
    transform: translateY(-2px);
    }

    .filtro-preco-labels {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #555;
    margin-bottom: 12px;
    margin-top: 6px;
    }

    .filtro-preco-labels i {
    display: inline-block;
    margin-right: 4px;
    transform: translateY(1px);
    }

    .filtro-preco-slider-wrap {
    position: relative;
    height: 20px;
    margin: 0 4px;
    }

    .filtro-preco-slider-wrap input[type="range"] {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    }

    .filtro-preco-slider-wrap input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fc6400;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    pointer-events: all;
    cursor: pointer;
    }

    .filtro-preco-slider-wrap input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fc6400;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    pointer-events: all;
    cursor: pointer;
    }

    .filtro-preco-track {
    position: absolute;
    height: 4px;
    background: #eee;
    border-radius: 4px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    }

    .filtro-preco-fill {
    position: absolute;
    height: 4px;
    background: #fc6400;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    }

    .filtros-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
    }

    .filtros-limpar {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #555;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 30px;
    padding: 11px 20px 9px 20px;
    text-decoration: none;
    transition: background 0.2s;
    }

    .filtros-limpar:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
    }

    .btn-filtrar {
    background: var(--color-base);
    border: 1px solid var(--color-base);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 20px 10px 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
    flex: 1;
    }

    .btn-filtrar:hover {
    filter: brightness(120%);
    }

    .eventos-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    }

    .eventos-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    }

    .eventos-count-badge .num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-base);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    padding: 3px 12px;
    }

    .eventos-count-badge .label {
    font-size: 13px;
    font-weight: 600;
    color: #888;
    }

    .eventos-lista .card-listagem {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 22px 20px;
    margin-bottom: 20px;
    }

    .cover-card-badges {
    display: flex;
    margin: 0 0 -12px 0;
    justify-content: space-between;
    }

    .cover-card-badges .card-badge {
    margin-bottom: 0;
    }

    .card-badge-nota {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #e8e8e8;
    }

    .card-badge-nota i {
    color: var(--color-base);
    }

    .card-listagem .info .icon-text {
    display: flex;
    align-items: flex-start;
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: rgba(0,0,0,.6);
    }

    .card-btn i.ph-arrow-right {
    margin-right: 0;
    margin-left: 3px;
    }

    .eventos-lista .card-listagem .cover {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 8px;
    max-height: 200px;
    overflow: hidden;
    }

    .promocoes-home.card-listagem .cover {
    height: 160px;
    max-height: 160px;
    }

    .estab-cats-tabs.tabs-padrao .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    user-select: none;
    }

    .estab-cats-tabs.tabs-padrao .nav-tabs::-webkit-scrollbar {
    display: none;
    }

    .estab-cats-tabs.tabs-padrao .nav-tabs.is-dragging {
    cursor: grabbing;
    }

    .estab-section .card-listagem .cover,
    .estab-cover-list {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
    overflow: hidden;
    }

    .cover-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    }

    .cover-bg.cover-bg-blur {
    filter: blur(10px);
    }

    .cover-color-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.75;
    }

    .estab-cover-round {
    position: relative;
    z-index: 1;
    }


.promocoes-home.card-listagem .card-interessados {
    margin: -12px 0 3px 0;
    }

    .promocoes-home.card-listagem .card-av {
    width: 30px;
    height: 30px;
    }

    .eventos-lista .card-listagem .cover img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    }

    .eventos-lista .card-listagem .info {
    display: flex;
    flex-direction: column;
    padding: 0;
    }

    .eventos-lista .card-listagem .info .title {
    display: block;
    margin: 13px 0 12px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    }

    .eventos-lista .card-listagem .info .title a {
    color: #333;
    text-decoration: none;
    }

    .eventos-lista .card-listagem .info .title a:hover {
    color: var(--color-base);
    }

    .card-actions {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    }

    .ofertas-section .card-listagem .card-actions,
    .estab-section .card-listagem .card-actions,
    .promocoes-home.card-listagem .card-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    }

    .card-interessados {
    display: flex;
    min-width: 38%;
    padding-right: 20px;
    align-items: center;
    gap: 8px;
    flex: 1;
    }

    .card-interessados span {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: rgba(0,0,0,.5);
    white-space: nowrap;
    }

    .card-interessados span strong {
    font-weight: 700;
    color: var(--color-base);
    }

    .card-av {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    flex-shrink: 0;
    }

    .card-avatar-icon {
    background: var(--color-base);
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .card-avatar-icon i {
    color: #fff;
    font-size: 15px;
    }

    .card-primeiro-arrow {
    color: var(--color-base);
    margin-left: 2px;
    display: inline-block;
    transform: translateY(2px);
    }

    .card-avatars {
    display: flex;
    }

    .card-avatars img {
    object-fit: cover;
    margin-left: -10px;
    }

    .card-avatars img:first-child {
    margin-left: 0;
    }

    .card-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 14px 8px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #e8e8e8;
    color: #666;
    }

    .card-listagem .card-btn {
    padding-top: 9px;
    }

    .card-btn i {
    margin-right: 2px;
    font-size: 16px;
    color: var(--color-base);
    }

    .card-btn span {
    transition: 0;
    color: #666;
    }

    .card-btn:hover {
    background: #fc6400;
    border-color: #fc6400;
    color: #fff;
    transition: 0.3s;
    }

    .card-btn:hover i,
    .card-btn:hover span {
    color: #fff;
    }

    .listagem-vazia {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #e8e8e8;
    gap: 12px;
    border-radius: 8px;
    }

    .listagem-vazia i {
    display: inline-flex;
    transform: translateY(1px);
    color: var(--color-base);
    }

    .listagem-vazia i.ph-warning {
    font-size: 40px;
    color: var(--color-base);
    opacity: .4;
    display: none;
    }

    .listagem-vazia span {
    display: block;
    max-width: 500px;
    font-size: 20px;
    line-height: 22px;
    color: rgba(0,0,0,.4);
    }

    .btn-limpar-filtros {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-base);
    border: 1px solid var(--color-base);
    padding: 10px 16px 8px 16px;
    border-radius: 8px;
    transition: 0.2s;
    }

    .btn-limpar-filtros:hover {
    background: var(--color-base);
    color: #fff;
    }

    .btn-limpar-filtros:hover i {
    color: #fff;
    }

    .paginacao {
    margin-top: 30px;
    }

    .paginacao .pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    }

    .paginacao .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 10px;
    border-radius: 100%;
    border: 1px solid rgba(0,0,0,.15);
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
    }

    .paginacao .page-item .page-link:hover {
    background: var(--color-base);
    border-color: var(--color-base);
    color: #fff;
    }

    .paginacao .page-item.active .page-link {
    background: var(--color-base);
    border-color: var(--color-base);
    color: #fff;
    }

    .paginacao .page-item.pagination-back .page-link,
    .paginacao .page-item.pagination-next .page-link {
    color: #aaa;
    border-color: #ddd;
    }

    .paginacao .page-item.pagination-back .page-link:hover,
    .paginacao .page-item.pagination-next .page-link:hover {
    background: var(--color-base);
    border-color: var(--color-base);
    color: #fff;
    }

    /* /EVENTOS LISTA */


    /* SEARCH POPUP */

    .search-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1100;
    align-items: flex-start;
    justify-content: center;
    padding-top: 120px;
    }

    .search-popup.active {
    display: flex;
    }

    .search-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.5);
    }

    .search-popup-box {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 42px;
    width: 100%;
    max-width: 560px;
    box-shadow: 0 30px 80px rgba(0,0,0,.2);
    z-index: 1;
    }

    .search-popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: rgba(0,0,0,.3);
    padding: 4px;
    line-height: 1;
    }

    .search-popup-close:hover {
    color: var(--color-base);
    }

    .search-popup-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
    }

    .search-popup-input-wrap {
    display: flex;
    align-items: center;
    height: 48px;
    border: 1.5px solid #e0e0e0;
    border-radius: 30px;
    padding: 2px 20px 0 20px;
    gap: 10px;
    transition: border-color .2s;
    }

    .search-popup-input-wrap:focus-within {
    border-color: var(--color-base);
    }

    .search-popup-input-wrap > i {
    font-size: 16px;
    color: var(--color-base);
    flex-shrink: 0;
    }

    .search-popup-input-wrap input,
    .search-popup-input-wrap .search-popup-select {
    border: none;
    outline: none;
    font-size: 14px;
    color: #222;
    height: 100%;
    width: 100%;
    background: transparent;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    }

    .search-popup-caret {
    font-size: 14px;
    color: #aaa;
    flex-shrink: 0;
    pointer-events: none;
    }

    .search-popup-submit {
    background: var(--color-base);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding-top: 2px;
    height: 48px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
    }

    .search-popup-submit:hover {
    background: var(--color-base-dark);
    }

    .search-popup-dates {
    display: flex;
    gap: 12px;
    }

    .search-popup-dates .search-popup-input-wrap {
    flex: 1;
    }

    /* /SEARCH POPUP */

    /* SHARE MODAL */

    .modal-compartilhar-dialog {
    max-width: 420px;
    margin: 40px auto auto auto;
    }

    .modal-compartilhar-content {
    border-radius: 12px;
    padding: 28px 24px 24px 24px;
    border: none;
    box-shadow: 0 8px 32px rgba(0,0,0,.15);
    position: relative;
    }

    .modal-compartilhar-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 22px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    }

    .modal-compartilhar-title i {
    font-size: 20px;
    color: var(--color-base);
    }

    .compartilhar-opcoes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    }

    .compartilhar-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e8e9e9;
    transition: background .2s, border-color .2s, color .2s;
    outline: none;
    }

    .compartilhar-btn:hover,
    .compartilhar-btn:focus,
    .compartilhar-btn:active {
    background: var(--color-base);
    border-color: var(--color-base);
    color: #fff;
    text-decoration: none;
    outline: none;
    }

    .compartilhar-btn i {
    font-size: 20px;
    color: var(--color-base);
    transition: color .2s;
    }

    .compartilhar-btn:hover i,
    .compartilhar-btn:focus i,
    .compartilhar-btn:active i {
    color: #fff;
    }

    /* /SHARE MODAL */


    /* ESTAB SECTION */

    .estab-card .card .cover {
    position: relative;
    overflow: hidden;
    background: #e8e8e8;
    /* border-bottom: 1px solid #e8e8e8; */
    opacity: 1;
    }

    .estab-card .card .cover .bg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(180deg,rgba(0,0,0,.25) 0%, rgba(0,0,0,.5) 100%) !important;
    background: linear-gradient(180deg,rgba(255,255,255,.2) -100%, rgba(255,255,255,1) 100%) !important;
    }

    .estab-card .card .cover > img {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
    opacity: .2;
    }

    .estab-card .card .cover > img.blurred {
    filter: blur(15px);
    transform: translate3d(0,0,0) !important;
    }

    .estab-card .details {
    display: flex;
    align-items: center;
    }

    .estab-card .contents {
    display: flex;
    justify-content: space-between;
    }

    .estab-card .contents .card-badge {
    margin-bottom: 0;
    }

    .estab-nota {
    margin: 0;
    background: #fff;
    border-radius: 30px;
    padding: 2px 12px 1px 12px;
    font-size: 12px;
    letter-spacing: .2;
    height: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #e8e8e8;
    }

    .estab-nota i {
    color: #fc6400;
    font-size: 13px;
    }

    .estab-nota span {
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    color: #333;
    }

    .stars-rating {
    display: flex;
    gap: 6px;
    justify-content: center;
    }

    .stars-rating i {
    font-size: 30px;
    color: #fc6400;
    cursor: pointer;
    transition: 0.15s;
    }

    .modal-avaliar-content {
    border-radius: 14px;
    overflow: hidden;
    border: none;
    }

    .modal-avaliar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    }

    .modal-avaliar-titulo {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    }

    .modal-avaliar-header .close {
    margin: 0;
    opacity: .5;
    font-size: 20px;
    line-height: 1;
    }

    .modal-avaliar-usuario {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(0,0,0,.03);
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 14px;
    }

    .modal-avaliar-avatar {
    width: 42px !important;
    height: 42px !important;
    overflow: hidden;
    }

    .modal-avaliar-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    }

    .modal-avaliar-bloco {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 14px;
    background: #fff;
    }

    .modal-avaliar-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .4px;
    }

    .modal-avaliar-opcional {
    font-weight: 400;
    color: #aaa;
    text-transform: none;
    letter-spacing: 0;
    }

    #modalAvaliarComentario {
    width: 100%;
    border: none;
    padding: 0;
    font-family: inherit;
    font-size: 13px;
    resize: none;
    height: 80px;
    display: block;
    color: #333;
    outline: none;
    background: transparent;
    }

    .modal-avaliar-footer {
    padding: 0 20px 20px 20px;
    }

    .btn-avaliar-enviar {
    display: block;
    width: 100%;
    background: #fc6400;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 13px 20px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
    }

    .btn-avaliar-enviar:hover {
    background: #e05800;
    }

    .estab-card .card .info {
    display: block;
    }

    .estab-card .card .info .title {
    margin-top: 10px;
    }

    .estabelecimentos-home .col-md-2 {
    padding-right: 0;
    }

    .estab-cover-round {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
    margin: auto;
    position: relative;
    z-index: 3;
    overflow: hidden;
    background: #f0f0f0;
    flex-shrink: 0;
    }

    .estab-cover-round img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }

    .estab-cover-round-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #bbb;
    }

    .estab-cover-round-icon i {
    font-size: 26px;
    }

    /* /ESTAB SECTION */

    /* EVENTO INTERN */

    .ev-intern .page-header-outer-bg {
    position: relative;
    overflow: hidden;
    background: #333;
    padding: 0;
    border-bottom: none;
    }

    .ev-intern-bg {
    position: absolute;
    inset: -20px;
    background-size: cover;
    background-position: center;
    filter: blur(20px);
    }

    .bg-intern {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,.5);
    padding: 36px 0 32px 0;
    }

    .ev-intern-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    }

    .ev-intern-cover {
    border-radius: 12px;
    overflow: hidden;
    }

    .ev-intern-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    }

    .ev-intern-info {
    padding-left: 24px;
    }

    .ev-intern-info .page-title {
    text-align: left;
    margin: 8px 0 6px 0;
    }

    .liner-ev-intern {
    padding: 0;
    }

    .liner-ev-stats {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    padding-left: 16px;
    height: 100%;
    }

    .ev-views-count {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,.5);
    white-space: nowrap;
    }

    .ev-views-count i {
    font-size: 16px;
    color: var(--color-base);
    }

    .ev-views-count strong {
    color: #333;
    font-weight: 700;
    }

    .liner-ev-vou {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    }

    .ev-content-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 20px;
    overflow: hidden;
    }

    .the-content {
    word-break: break-word;
    overflow-wrap: break-word;
    font-weight: 500;
    }

    .the-content p {
    margin: 0;
    padding: 0;
    }

    .ev-conta-info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    text-decoration: none;
    color: inherit;
    }

    .ev-conta-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    }

    .ev-conta-avatar-icon {
    background: var(--color-base);
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .ev-conta-avatar-icon i {
    color: #fff;
    font-size: 20px;
    }

    .ev-conta-avatar-logo {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    }

    .ev-conta-avatar-logo .logo-svg {
    width: 100%;
    height: 100%;
    }

    .ev-conta-texts {
    display: flex;
    flex-direction: column;
    gap: 0;
    }

    .ev-conta-nome {
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    color: #333;
    }

    .ev-conta-tipo {
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,.45);
    }

    .ev-preco-linha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid #f5f5f5;
    }

    .ev-preco-linha:first-child {
    padding-top: 0;
    }

    .ev-preco-linha:nth-last-child(2) {
    border-bottom: 0;
    padding-bottom: 0;
    }

    .ev-preco-linha:last-of-type {
    border-bottom: none;
    }

    .ev-preco-label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0,0,0,.65);
    }

    .ev-preco-valor {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-base);
    }

    .ev-preco-gratuito {
    color: var(--color-base);
    }

    .ev-preco-icon {
    display: inline-block;
    color: var(--color-base);
    margin-right: 6px;
    transform: translateY(1px);
    }

    .evento-intern-data,
    .evento-intern-local {
    display: block;
    text-align: left;
    color: #333;
    font-size: 14px;
    margin-top: 6px;
    }

    .evento-intern-data i,
    .evento-intern-local i {
    margin-right: 4px;
    color: var(--color-base);
    }

    .interna-acao-btn {
    margin-top: 14px;
    }

    .btn-acao-interna {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 16px 12px 16px;
    background: var(--color-base);
    color: #fff !important;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    text-align: center;
    }

    .btn-acao-interna:hover {
    background: var(--color-base-dark);
    color: #fff !important;
    }

    .btn-acao-interna i {
    font-size: 16px;
    color: #fff;
    }

    .evento-intern-tabs .tab-content {
    padding: 24px 0 0 0;
    }

    .the-content {
    font-size: 14px;
    line-height: 18px;
    color: rgba(0,0,0,.75);
    }

    .sem-descricao {
    color: #aaa;
    font-style: italic;
    }

    .bg-intern {
    background: linear-gradient(190deg,rgba(255,255,255,.6) 0, rgba(255,255,255,1) 80%);
    }

    .eventos-lista .card-single {
    margin: 20px 0 0 0;
    }

    .card-single-title {
    display: flex;
    margin: 0 0 20px 0;
    flex-direction: column;
    }

    .card-single-title .badge {
    display: block;
    margin: auto auto 10px 0;
    padding: 5px 12px 4px 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2px;
    color: var(--color-base);
    background: rgba(252,100,0,.1);
    border-radius: 30px;
    }

    .eventos-lista .card-single .info .title {
    display: block;
    margin: 13px 0 12px 0;
    font-size: 26px;
    line-height: 28px;
    font-weight: 800;
    color: #333;
    }

    .card-single .cover {
    display: flex;
    margin: 0;
    padding: 0 20px 0 0;
    justify-content: flex-end;
    }

    .card-single .cover img {
    border-radius: 8px;
    display: block;
    width: auto;
    height: auto;
    max-width: 300px;
    }

    .icon-boxer {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    }

    .icon-boxes {
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
    align-items: stretch;
    }

    .icon-box {
    display: flex;
    width: 32.3%;
    align-items: center;
    margin: 0;
    align-self: stretch;
    }

    .icon-box .icon {
    display: flex;
    align-items: center;
    align-self: stretch;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    }

    .icon-box .icon i {
    display: block;
    border-radius: 0;
    padding: 20px 20px 18px 20px;
    font-size: 28px;
    color: var(--color-base);
    }

    .icon-box .text {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 17px 20px 16px 20px;
    flex-direction: column;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: rgba(0,0,0,.6);
    }

    .icon-box:last-child .text {
    border-right: 1px solid #e8e8e8;
    }

    .icon-box strong {
    font-weight: 800;
    color: #333;
    margin-right: 6px;
    }

    .icon-box strong.por {
    margin-left: 6px;
    }

    .icon-box strike {
    text-decoration: line-through !important;
    }

    .icon-box i {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-base);
    /* width: 20px; */
    /* height: 20px; */
    font-size: 18px;
    /* background: var(--color-base); */
    color: var(--color-base);
    border-radius: 100%;
    }

    .card-single .card-badge {
    align-self: flex-start;
    margin: 0 0 10px 0;
    padding: 5px 12px 4px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2px;
    color: var(--color-base);
    background: rgba(252,100,0,.1);
    border-radius: 30px;
    }

    .ev-intern-attr-row {
    display: block;
    margin-bottom: 20px;
    }

    .ev-intern-attr-label {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    }

    .ev-intern-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    }

    .ev-intern-badge {
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(0,0,0,.65);
    background: rgba(0,0,0,.05);
    border-radius: 30px;
    }

    .ev-intern-sobre {
    border-top: 1px solid #f0f0f0;
    margin: 14px 0;
    }

    .ev-map-wrap {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    }

    .ev-map-embed {
    width: 100%;
    height: 245px;
    background: rgba(0,0,0,.05);
    display: block;
    }

    .ev-local-addr {
    display: flex;
    margin: 0;
    align-items: flex-start;
    gap: 6px;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    line-height: 18px;
    text-decoration: none;
    }

    .ev-local-addr i {
    transform: translateY(2px);
    color: var(--color-base);
    font-size: 15px;
    margin-top: 1px;
    flex-shrink: 0;
    }

    .leaflet-container .leaflet-control-attribution {
    filter: grayscale(100%);
    }

    .ev-vou-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
    border-radius: 40px;
    padding: 5px 5px 5px 10px;
    }

    .ev-vou-avatars {
    display: flex;
    }

    .ev-vou-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,.6);
    margin-left: -8px;
    }

    .ev-vou-avatars .ev-vou-avatar:first-child {
    margin-left: 0;
    }

    .ev-vou-avatar-icon {
    background: var(--color-base);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    }

    .ev-vou-avatar-icon i {
    color: #fff;
    font-size: 15px;
    }

    .ev-vou-count {
    margin: 0 6px 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(0,0,0,.5);
    white-space: nowrap;
    }

    .ev-vou-count strong {
    font-weight: 700;
    color: var(--color-base);
    }

    .ev-vou-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1px solid rgba(0,0,0,.15);
    color: #333 !important;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    width: auto !important;
    }

    .ev-vou-btn:hover {
    background: var(--color-base);
    color: #fff !important;
    }

    .ev-vou-btn i {
    font-size: 15px;
    transform: translateY(1px);
    }

    .page-badge-encerrado h3 {
    color: #999;
    background: rgba(0,0,0,.08);
    }

    .ev-intern.disabled .ev-intern-bg {
    filter: grayscale(1);
    opacity: .5;
    }

    .ev-intern.disabled .bg-intern {
    background: rgba(0,0,0,.55);
    }

    .ev-encerrado-voltar {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    }

    .ev-encerrado-voltar .card-btn-ver {
    padding: 10px 20px;
    font-size: 13px;
    gap: 6px;
    width: auto;
    }

    /* /EVENTO INTERN */

    .others {
    margin-top: 20px;
    }

    .others-cards {
    display: flex;
    gap: 20px;
    padding: 0 0 10px 0;
    }

    .others-cards .rolando-card {
    flex: 1;
    min-width: 0;
    padding: 0;
    }

    .ev-reportar-link {
    display: block;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 12px 20px 10px 20px;
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    color: rgba(0,0,0,.35);
    font-weight: 500;
    }

    .ev-reportar-link:hover {
    color: var(--color-base);
    }

    .ev-reportar-link i {
    display: inline-block;
    margin: 0 2px 0 0;
    transform: translateY(1px);
    color: var(--color-base);
    }

    .single-disabled {
    filter: grayscale(100%);
    }

    .single-disabled .bg-intern {
    background: linear-gradient(190deg,rgba(255,255,255,.6) -500%, rgba(255,255,255,1) 100%);
    }

    .row-por {
    display: flex;
    align-items: center;
    }

    .row-por .interna-acao-btn {
    margin-top: 0;
    }

/* Contato */

    .contato-form-wrap {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    }

    .contato-field {
    margin-bottom: 18px;
    }

    .contato-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
    }

    .contato-field input,
    .contato-field select,
    .contato-field textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #fafafa;
    outline: none;
    transition: border .2s;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    }

    .contato-field input:focus,
    .contato-field select:focus,
    .contato-field textarea:focus {
    border-color: #fc6400;
    background: #fff;
    }

    .contato-field input[disabled],
    .contato-field select[disabled],
    .contato-field textarea[disabled] {
    background: #f0f0f0;
    color: #888;
    cursor: not-allowed;
    }

    .contato-field textarea {
    resize: vertical;
    min-height: 110px;
    }

    .contato-field .select-wrap {
    position: relative;
    }

    .contato-field .select-wrap i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #888;
    font-size: 14px;
    }

    .contato-submit-wrap {
    display: flex;
    justify-content: flex-end;
    }

    .contato-submit {
    background: #fc6400;
    color: #fff;
    border: none;
    padding: 12px 32px 11px 32px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s;
    }

    .contato-submit i {
    display: inline-flex;
    margin-left: 4px;
    transform: translateY(2px);
    }

    .contato-submit:hover {
    background: #e05900;
    }

    .contato-success {
    background: var(--background-tint);
    color: #333;
    border-radius: 8px;
    padding: 16px 20px;
    font-weight: 600;
    text-align: center;
    }

    .contato-success i {
    color: var(--color-base);
    display: inline-block;
    transform: translateY(1px);
    margin-right: 4px;
    }

    .contato-error-list {
    background: #fdecea;
    color: #c0392b;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 20px;
    font-size: 13px;
    }

    .contato-error-list li {
    margin-bottom: 4px;
    }

    .contato-sidebar-box {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    }

    .contato-sidebar-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: .5px;
    }

    .contato-social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    }

    .contato-social-list li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8e8e8;
    }

    .contato-social-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    }

    .contato-social-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    text-decoration: none;
    transition: color .2s;
    }

    .contato-social-list a:hover {
    color: #fc6400;
    }

    .contato-social-list i {
    font-size: 36px;
    color: #fc6400;
    flex-shrink: 0;
    }

    .contato-social-info {
    display: flex;
    flex-direction: column;
    }

    .contato-social-title {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
    }

    .contato-social-desc {
    font-size: 14px;
    line-height: 14px;
    color: #888;
    }

/* Sidebar nav list */

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

    .sidebar-nav-list li {
    border-bottom: 1px solid #f0f0f0;
    }

    .sidebar-nav-list li:first-child a {
    padding-top: 0;
    }

    .sidebar-nav-list li:last-child {
    border-bottom: none;
    }

    .sidebar-nav-list li:last-child a {
    padding-bottom: 0;
    }

    .sidebar-nav-list a {
    display: block;
    padding: 10px 4px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: color .15s;
    }

    .sidebar-nav-list a:hover {
    color: var(--color-base);
    }

/* /Sidebar nav list */

/* /Contato */

/* /STYLES */

/* ALL MOBILE */

    @media (max-width: 991px) {

        .portal-topbar {
        display: grid;
        }

        .top,
        .navigation {
        display: none !important;
        }

        .portal-layout {
        display: block;
        }

        .portal-bottom-nav {
        display: grid;
        }

        body {
        padding-bottom: 50px;
        }

        .portal-topbar {
        height: auto;
        padding: 4px 14px 4px 14px;
        box-shadow: 0 5px 25px rgba(0,0,0,.1);
        will-change: transform;
        }

        .portal-topbar-center svg, .portal-topbar-center img {
        height: 44px;
        margin-top: 6px;
        }

        .minitop {
        padding: 8px 0 8px 0;
        }

        .minitop .row {
        display: block;
        }

        .minimenu:last-child {
        margin-right: 0;
        }

        .minimenu i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-right: 1px;
        }

        .minimenu a:last-child i {
        margin-right: 0;
        }

        .minitop .location {
        margin-top: 5px;
        }

        .minitop .location span {
        font-size: 14px;
        margin: 0 5px 0 4px;
        }

        .minitop .location i {
        font-size: 13px;
        transform: translateY(1px);
        }

        .minitop .location .lni-chevron-down {
        transform: translateY(0);
        font-size: 12px;
        font-weight: bold;
        }

        .portal-sidebar-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        }

        .portal-sidebar-social {
        justify-content: center;
        }

        .portal-sidebar-social a i {
        color: var(--color-base);
        }

        .portal-sidebar-social a {
        background: #fff;
        border: 1px solid #e8e8e8
        }

        .portal-sidebar-social a:hover,
        .portal-sidebar-social a:hover i {
        background: var(--color-base);
        border-color: var(--color-base);
        color: #fff;
        }

        .copyright span {
        display: none;
        margin-bottom: 6px;
        text-align: center;
        width: 100%;
        }

        .copyright-menu {
        margin: 0 0 10px 0;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 8px;
        }

        .copyright a,
        .copyright a:first-child {
        border-right: 2px solid rgba(0,0,0,.15) !important;
        padding: 0 10px 0 0;
        }

        .copyright a:last-child {
        border-right: 0 !important;
        padding-right: 0;
        margin-right: 0;
        }

        .rdp-row {
        display: block;
        }

        .rdp {
        padding: 30px 0 30px 0;
        }

        .rdp-menu {
        display: flex;
        justify-content: center;
        gap: 10px;
        }

        .rdp-menu a span {
        display: none;
        }

        .rdp .logo img, .rdp .logo svg {
        margin: auto;
        height: 50px;
        }

        .rdp .slogan {
        text-align: center;
        margin: 16px 0 18px 0;
        font-size: 15px;
        line-height: 18px;
        }

        .rdp-menu a,
        .rdp-menu i {
        margin: 0;
        padding: 0;
        }

        .rdp-menu i {
        line-height: 38px;
        width: 40px;
        height: 40px;
        }

        .modal-dialog {
        max-width: 92%;
        }

        .modal-content {
        padding: 25px 25px 25px 25px;
        }

        .rdp-col:first-child {
        min-width: 100%;
        }

        .tabs-padrao .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        touch-action: pan-x;
        padding-bottom: 1px;
        }

        .tabs-padrao .nav-tabs::-webkit-scrollbar {
        display: none;
        }

        .tabs-padrao li:last-child a {
        margin-right: 0;
        }

        .rolando-section {
        overflow-x: visible;
        }

        .rolando-carousel-outer {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        }

        .rolando-carousel-outer::-webkit-scrollbar {
        display: none;
        }

        .rolando-carousel-inner {
        margin: 0;
        transform: none !important;
        }

        .rolando-carousel-inner::after {
        content: '';
        flex: 0 0 20px;
        min-width: 20px;
        display: block;
        }

        .rolando-card {
        flex: 0 0 90%;
        max-width: 90%;
        scroll-snap-align: start;
        opacity: 1 !important;
        pointer-events: auto !important;
        }

        .rolando-section .arrows-padrao {
        display: none;
        }

        .rolando-indicators {
        display: none;
        }

        .tabs-padrao .nav-tabs {
        border-radius: 30px;
        }

        .rolando-carousel-outer {
        transform: translateX(-23px);
        width: calc(100% + 46px);
        scroll-snap-type: inherit;
        }

        .promo-carousel-wrap {
        width: calc(100% + 46px);
        transform: translateX(-23px);
        padding: 0 23px;
        margin-right: 23px;
        }

        .promo-last {
        width: 5px !important;
        max-width: 5px !important;
        min-width: 5px !important;
        }

        .others {
        margin-bottom: -26px;
        }

        .rolando-card {
        flex: inherit;
        margin: 0;
        min-width: 280px;
        max-width: 280px;
        padding: 0 7px;
        }

        .rolando-card .card {
        margin: 0 0 40px 0;
        }

        .rolando-card:first-child {
        margin-left: 15px;
        }

        .others-cards .rolando-card:first-child {
        margin-left: 0;
        }

        .rolando-card:last-child {
        padding-right: 3px;
        }

        .others-cards .rolando-card .card {
        margin-bottom: 0;
        }

        .section-title {
        
        }

        .section-title .col-md-8 {
        width: 100%;
        }

        .section-title-text h1,
        .section-title-text h2 {
        font-size: 22px;
        line-height: 24px;
        transform: translateY(1px);
        }

        .section-title-more a {
        transform: translateY(3px);
        white-space: nowrap;
        padding: 4px 16px 4px 16px;
        }

        .section-title-more a span {
        font-size: 13px;
        line-height: 13px;
        }

        .section-title {
        padding: 0 0 18px 0;
        margin: 0 0 16px 0;
        }

        .tabs-padrao .nav-tabs a {
        padding: 8px 20px 7px 20px;
        white-space: nowrap;
        }

        .tabs-padrao {
        margin-bottom: 15px;
        }

        .card .cover {
        height: 130px;
        }

        .card .info .title {
        font-size: 16px;
        line-height: 18px;              
        }

        .card .info .more span,
        .card .info .icon-text {
        font-size: 14px;
        line-height: 18px;
        }

        .card .info {
        padding: 14px 18px;
        }

        .section {
        padding: 40px 0 40px 0;
        }

        .rolando-section {
        padding-bottom: 16px;
        }

        .ofertas-row {
        display: block;
        }

        .card-horizontal .cover {
        width: 100px;
        height: 100px;
        }

        .card-horizontal .info .title {
        font-size: 16px;
        line-height: 18px;
        }

        .card-horizontal {
        padding: 14px;
        }

        .card-horizontal .info {
        padding: 0 14px 0 14px;
        }

        .anuncio-widget {
        margin: 20px 0 20px 0;
        }

        .anuncio-widget .carousel-indicators li {
        width: 20px;
        }

        .page-inner {
        padding: 0;
        }

        .evento-list-date {
        min-width: 54px;
        padding: 16px 10px;
        }

        .evento-list-date .day {
        font-size: 24px;
        }

        .evento-list-date .month {
        font-size: 11px;
        }

        .evento-list-item .info {
        padding: 12px 14px;
        }

        .evento-list-cover {
        width: 90px;
        }

        .evento-list-info {
        padding: 12px 14px;
        }

        .evento-list-info .title {
        font-size: 15px;
        }

        .liner .container {
        padding: 0;
        margin: 0;
        width: 100%;
        min-width: 100%;
        }

        .liner-path {
        overflow: hidden;
        justify-content: center;
        }

        .liner-path span,
        .liner-path a {
        white-space: nowrap;
        }

        .liner-path a:nth-child(1) {
        display: none;
        }

        .liner-path i:nth-child(2) {
        display: none;
        }

        .liner-path a:nth-child(7) {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 0;
        flex-shrink: 1;
        }

        .liner-path :nth-child(n+8) {
        display: none;
        }

        .eventos-lista .card-listagem .cover {
        margin-bottom: 16px;
        height: 120px;
        padding-top: 0;
        }

        .middle {
        padding: 30px 0 30px 0;
        }

        .card-actions {
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        }

        .eventos-lista .card-listagem .info .title {
        margin: 10px 0 8px 0;
        font-size: 18px;
        line-height: 22px;
        }

        .card-listagem .info .icon-text {
        margin-bottom: 8px;
        }

        .card-interessados {
        margin: 3px 0 4px 0;
        padding: 0;
        min-width: 100%;
        }

        .card-btn {
        width: 48.5%;
        min-width: 48.5%;
        padding: 9px 10px 7px 10px;
        }

        .card-av {
        width: 34px;
        height: 34px;
        }

        .rolando-card .card-interessados {
        margin: 1px 0 3px 0 !important;
        }

        .rolando-card .card-av {
        width: 30px;
        height: 30px;
        }

        .card-primeiro-arrow {
        display: none;
        }

        .listagem-order {
        padding-top: 9px;
        width: 71px;
        }

        .liner-filter {
        padding: 0 12px;
        }

        .liner-text {
        padding-top: 1px;
        }

        .liner .liner-button a:hover i {
        }

        #btnFiltrarMobile {
        padding-top: 3px;
        }

        #btnFiltrarMobile a {
        border-left: 0;
        }

        #btnFiltrarMobile a:hover {
        color: #333;
        }
        
        #btnFiltrarMobile a:hover i {
        background: transparent;
        color: var(--color-base);
        }

        .liner .liner-button a i.ph-sliders-horizontal {
        padding-left: 5px;
        transform: translateY(-2px);
        font-size: 16px;
        padding-right: 0;
        }

        .modal-dialog {
        max-width: 100%;
        padding: 10px;
        }

        #modalFiltros .modal-content {
        padding: 10px;
        }

        #modalFiltros .modal-header {
        padding: 4px 10px 10px 10px;
        }

        #modalFiltros .modal-header h4 {
        font-weight: 700;
        }

        #modalFiltros .modal-header .close {
        margin-top: 2px;
        }

        #modalFiltros .modal-body {
        padding: 10px 0;
        }

        #modalFiltros .filtros-form {
        margin-bottom: 0;
        }

        .page-header-outer-bg {
        padding: 16px 0 20px 0;
        }

        .page-title {
        font-size: 22px;
        line-height: 24px;
        padding: 0 0 4px 0;
        }

        .page-title strong {
        display: block;
        }

        .page-description {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 4px;
        }

        .rolando-card .card .info {
        padding: 14px 18px 0 18px;
        }

        .rolando-card .card-interessados {
        margin-top: 1px;
        }

        .anuncio-interna-topo .anuncio-widget {
        margin: 10px 0 12px 0;
        }

        .anuncio-interna-rodape .anuncio-widget {
        margin: 0 0 40px 0;
        }

        .card-listagem .card-btn {
        padding-top: 8px;
        }

        .rolando-card .card-btn {
        padding-top: 8px;
        }

        .promocoes-home.card-listagem .card-interessados {
        margin: 0 0 2px 0;
        }

        .promocoes-home.card-listagem .card-btn {
        padding: 0;
        }

        .estab-card .card .info {
        padding-top: 0;
        }

        .ev-intern .page-header-outer-bg {
        background: #333;
        }

        .bg-intern {
        padding: 24px 0 20px 0;
        }

        .ev-intern-card-box {
        display: none;
        }

        .liner-ev-stats {
        gap: 10px;
        padding-left: 10px;
        }

        .ev-intern-attr-row {
        flex-direction: column;
        gap: 6px;
        }

        .ev-intern-attr-label {
        min-width: unset;
        }

        .page-cover img {
        max-width: 90%;
        }

        .page-title-evento {
        text-transform: none;
        margin: 6px 0 4px 0;
        font-size: 22px;
        line-height: 24px;
        }

        .page-description-evento {
        display: block;
        }

        .ev-vou-btn {
        min-width: 106px;
        padding: 8px 10px 7px 10px;
        }

        .icon-boxes {
        display: block;
        }

        .icon-box {
        border-bottom: 1px solid #e8e8e8;
        }

        .icon-box:last-child {
        border-bottom: 0;
        }

        .icon-box {
        width: 100%;
        }

        .container-full-mobile {
        width: 100%;
        }

        .col-np-right,
        .col-np-right {
        width: 100%;
        padding: 0;
        margin: 0;
        }

        .icon-box .icon i {
        font-size: 24px;
        }

        .icon-box .text {
        padding: 14px 20px 13px 20px;
        font-size: 15px;
        line-height: 16px;
        }

        #sticky-wrapper .filtros-form {
        }

        #sticky-wrapper .filtros-form {
        margin-bottom: 0;
        }

        .others-cards {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 16px;
        scrollbar-width: none;
        }

        .others-cards::-webkit-scrollbar {
        display: none;
        }

        .others-cards .rolando-card {
        flex: 0 0 280px;
        }

        .ev-row-main {
        flex-direction: column;
        }

        .promo-carousel-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        }

        .promo-carousel-wrap::-webkit-scrollbar {
        display: none;
        }

        .promos-home-row {
        transform: none !important;
        margin-left: 0;
        margin-right: 0;
        gap: 16px;
        }

        .promos-home-row::before {
        display: none;
        }

        .promos-home-row > .col-md-6 {
        flex: 0 0 80vw;
        max-width: 80vw;
        margin: 0;
        padding: 0;
        min-width: 280px;
        max-width: 280px;
        }

        .promo-carousel-arrows {
        display: none;
        }

        .card-listagem .info .icon-text {
        display: block;
        }

        .card-listagem .info .icon-text i {
        margin-right: 4px;
        }

        .sticky-side {
        position: static !important;
        top: auto !important;
        margin-top: 12px;
        }

        .ev-vou-box {
        gap: 2px;
        margin-top: 0;
        padding: 5px 0 5px 0;
        }

        .ev-vou-btn {
        }

        .ev-vou-avatar:nth-child(4) {
        display: none;
        }

        .row-por {
        display: block;
        }

        .ev-local-addr {
        margin-bottom: 10px;
        }

        .ev-map-embed { 
        height: 160px;
        }

        .page-header-outer-bg-404 {
        padding: 40px 0 40px 0;
        }

    }

/* /ALL MOBILE */

