﻿/* 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;
    margin: 0;
    padding: 0;
    }

    .container {
    width: 96%;
    max-width: 1280px;
    }
    
    .clear {
    clear: both;
    }

/* STYLES */

    .minitop {
    padding: 8px 0 8px 0;
    font-weight: 600;
    color: #333;
    font-weight: 700;
    }

    .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-bg {
    background: url("../img/hero.jpg") no-repeat center center;
    background-size: cover !important;
    }

    .top-bg .bg {
    background: rgba(252,100,0,.9);
    }

    .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;
    position: relative;
    z-index: 1051;
    }

    .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;
    }

    .top .logo svg .logo-text {
    fill: #fff;
    }

    .top .logo svg .logo-dot {
    fill: rgba(0,0,0,.75);
    }

    .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: #fff;
    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: 3px;
    background: rgba(0,0,0,.4);
    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;
    }

    .col-top-promova a {
    background: transparent;
    border: 2px solid rgba(0,0,0,.2);
    background: rgba(0,0,0,.75);
    font-weight: 700;
    color: #fff !important;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 20px 10px 20px;
    border-radius: 30px;
    }

    .button button {
    background: transparent;
    border: 2px solid rgba(0,0,0,.2);
    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;
    }

    .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 {
    fill: var(--color-base);
    }

    .rdp .logo svg .logo-dot {
    fill: rgb(162,37,0);
    }

    .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);
    border-top: 1px solid rgba(0,0,0,.15);
    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;
    }

    .hero {
    width: 100%;
    min-height: 300px;
    }

.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;
    }

/* Bottom nav promova sheet */

    .bottom-nav-promova-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 988;
    background: rgba(0,0,0,.35);
    }

    .bottom-nav-promova-overlay.open {
    display: block;
    }

    .bottom-nav-promova-sheet {
    position: fixed;
    bottom: 56px;
    left: 0;
    right: 0;
    z-index: 989;
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0,0,0,.1);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
    }

    .bottom-nav-promova-sheet.open {
    max-height: 320px;
    opacity: 1;
    }

    .bottom-nav-promova-sheet-inner {
    padding: 12px 20px 20px;
    }

    .bottom-nav-promova-handle {
    width: 36px;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    margin: 0 auto 16px;
    }

    .bottom-nav-promova-sheet a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid rgba(0,0,0,.05);
    }

    .bottom-nav-promova-sheet a:last-child {
    border-bottom: 0;
    }

    .bottom-nav-promova-sheet a i {
    font-size: 20px;
    color: var(--color-base);
    width: 24px;
    text-align: center;
    }

/* /Bottom nav promova sheet */


    .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);
    }

    .hero {
    width: 100%;
    height: 300px;
    }



    /* Landing Page - Estabelecimento */

    * {
    font-family: "Montserrat", sans-serif !important;
    }

    /* Mini Top */

    .minitop {
    position: absolute;
    width: 100%;
    z-index: 1101;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.15);
    font-weight: 700;
    top: 0;
    }

    #lpHeader-sticky-wrapper {
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: 1000 !important;
    }

    .minitop .row { display: flex; align-items: center; }

    .minitop-back {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #333 !important;
    }

    .minitop-back i {
    color: var(--color-base);
    display: inline-block;
    transform: translateY(1px);
    }

    .minitop-back:hover { color: var(--color-base) !important; }

    .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: var(--color-base);
    }

    .minimenu a:hover i { color: #fff; background: var(--color-base); border-color: var(--color-base); }

    .minimenu span { margin: 0 5px 0 0; line-height: 31px; font-weight: 700; color: #333; }

    .lp-header {
    position: relative;
    z-index: 1100;
    padding: 30px 0 30px 0;
    background: transparent;
    box-shadow: none;
    transition: background 0.3s, box-shadow 0.3s, padding 0.3s;
    }

    .lp-header .container {
    }

    .lp-header.scrolled {
    background: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
    padding: 10px 0 8px 0;
    }

    .lp-header-row { 
        display: flex; 
        align-items: center; 
        margin: 0;
        padding: 0;
    }

    .lp-header-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    }

    .lp-header-logo svg { 
        height: 52px; 
        width: auto; 
        display: block; 
    }
    .lp-header-logo svg .logo-text { fill: var(--color-base); }
    .lp-header-logo svg .logo-dot { fill: rgb(162,37,0); }

    .lp-header.scrolled .lp-header-logo svg .logo-text { fill: var(--color-base); }
    .lp-header.scrolled .lp-header-logo svg .logo-dot { fill: #333; }

    .lp-header-nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    gap: 2px;
    }

    .lp-header-nav a {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    padding: 13px 13px 7px 13px;
    display: inline-block;
    }

    .lp-header-nav a::after {
    display: block;
    border-radius: 4px;
    margin: 4px auto 0 auto;
    content: ' ';
    width: 0;
    height: 3px;
    background: var(--color-base);
    transition: 0.3s;
    border-radius: 6px;
    }

    .lp-header-nav a:hover::after,
    .lp-header-nav a.active::after { width: 100%; }

    .lp-header-nav a:hover {
    color: rgba(0,0,0,.85);
    background: none;
    }

    .lp-header-cta { flex: 0 0 auto; }

    .lp-btn-cta {
    background: var(--color-base);
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px 10px 24px;
    border-radius: 30px;
    display: inline-block;
    }

    .lp-btn-cta i {
    display: inline-block;
    transform: translateY(2px);
    margin-left: 4px;
    }

    .lp-btn-cta:hover { background: #e05500; color: #fff !important; }

    .lp-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #333;
    font-size: 26px;
    padding: 4px 8px;
    margin-left: 8px;
    cursor: pointer;
    line-height: 1;
    }

    .lp-mobile-nav {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease;
    }

    .lp-mobile-nav.open { max-height: 500px; opacity: 1; padding: 12px 0; }

    .lp-mobile-nav a {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 12px 24px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    }

    .lp-mobile-nav a:last-child { border-bottom: 0; }

    .lp-btn-cta-mobile {
    background: var(--color-base);
    color: #fff !important;
    margin: 8px 24px 0 24px;
    border-radius: 30px;
    text-align: center;
    padding: 12px 24px !important;
    border-bottom: 0 !important;
    }

    /* Hero */

    .lp-hero {
    margin-top: -20px;
    position: relative;
    padding: 210px 0 90px 0;
    overflow: hidden;
    background: url("../img/hero.jpg") no-repeat center center;
    background-size: cover !important;
    }

    .lp-hero-bg {
    position: absolute;
    inset: 0;
    background: url("../img/hero.jpg") no-repeat center center;
    background-size: cover !important;
    background-attachment: fixed !important;
    z-index: 0;
    }

    .lp-hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,239,229,.9);
    }

    .lp-hero .container { position: relative; z-index: 1; }

    .lp-hero .row { display: flex; align-items: center; }

    .lp-hero-content { padding-right: 30px; }

    .lp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-base);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    }

    .lp-hero-title {
    font-size: 38px;
    line-height: 38px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    }

    .lp-hero-desc {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(0,0,0,.6);
    margin: 0 0 26px 0;
    max-width: 500px;
    }

    .lp-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

    .lp-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--color-base);
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 26px 12px 26px;
    border-radius: 30px;
    /* box-shadow: 0 8px 30px rgba(252,100,0,.3); */
    }

    .lp-btn-primary i {
    transform: translateY(1px);
    }

    .lp-btn-primary:hover {
    filter: brightness(110%);
    }

    .lp-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1.5px solid rgba(0,0,0,.15);
    color: #333;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 22px 10px 22px;
    border-radius: 30px;
    }

    .lp-btn-ghost:hover { 
    border-color: var(--color-base); 
    background: var(--color-base); 
    color: #fff;
    }

    .lp-btn-ghost:hover i {
    color: #fff;
    }

    /* Hero Visual */

    .lp-hero-visual { 
        position: relative; padding: 20px 0 20px 20px; 
        margin-right: 25px;
    }

    .lp-hero-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
    }

    .lp-hc-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    }

    .lp-hc-avatar {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--color-base), #e05500);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .lp-hc-avatar i { color: #fff; font-size: 20px; }

    .lp-hc-name { font-size: 13px; font-weight: 600; color: #333; margin-bottom: 5px; }

    .lp-hc-line { height: 9px; border-radius: 5px; background: #e8e8e8; margin-bottom: 6px; }
    .lp-hc-title { width: 65%; background: #ccc; }
    .lp-hc-sub { width: 40%; margin-bottom: 0; }

    .lp-hc-cover {
    height: 100px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f8f0eb, #fde0cc);
    margin-bottom: 12px;
    }

    .lp-hc-tags { display: flex; gap: 6px; margin-bottom: 16px; }

    .lp-hc-tags span {
    height: 22px;
    width: 54px;
    background: rgba(252,100,0,.12);
    border-radius: 20px;
    display: block;
    }

    .lp-hc-stats {
    display: flex;
    gap: 0;
    border-top: 1px solid #f0f0f0;
    padding-top: 14px;
    }

    .lp-hc-stat {
    flex: 1;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    padding: 0 8px;
    }

    .lp-hc-stat:last-child { border-right: 0; }

    .lp-hc-stat strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: var(--color-base);
    }

    .lp-hc-stat span {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-top: 2px;
    }

    .lp-hero-card-sm {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 14px;
    min-width: 160px;
    top: -10px;
    right: -20px;
    }

    .lp-hero-card-sm2 { bottom: 10px; right: -20px; top: auto; }

    .lp-hcs-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(252,100,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--color-base);
    flex-shrink: 0;
    }

    .lp-hcs-icon2 { background: rgba(252,100,0,.1); color: var(--color-base); }

    .lp-hcs-val { font-size: 16px; font-weight: 900; color: #222; line-height: 1; }
    .lp-hcs-label { font-size: 11px; font-weight: 600; color: #aaa; margin-top: 3px; }

    /* Stats Strip */

    #vantagens {
    padding-top: 70px;
    }

    .lp-bg-white {
    background: rgba(0,0,0,.05);
    }

    .lp-stats-strip {
    background: rgba(0,0,0,.03);
    padding: 60px 0 74px 0;
    }

    .lp-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    }

    .lp-stat-item {
    background: #fff;
    padding: 28px 20px;
    text-align: center;
    }

    .lp-stat-icon {
    font-size: 32px;
    color: var(--color-base);
    margin-bottom: 10px;
    display: block;
    }

    .lp-stat-num {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 6px;
    }

    .lp-stat-label {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0,0,0,.45);
    }

    /* Sections */

    .lp-section { 
    padding: 60px 0 74px 0; 
    }
    .lp-bg-white { background: #fff; }
    .lp-bg-gray { background: #f6f6f9; }
    .lp-bg-dark { background: #fef3eb; }

    .lp-section-header { text-align: center; margin-bottom: 56px; }

    .lp-tag {
    display: inline-block;
    color: var(--color-base);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    }

    .lp-tag-light { background: rgba(252,100,0,.12); color: var(--color-base); }

    .lp-h2 {
    margin: 0 0 16px 0;
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    color: #1a1a1a;
    }

    .lp-h2-white { color: #1a1a1a; }

    .lp-body { 
    font-size: 18px; 
    line-height: 22px;
    color: rgba(0,0,0,.5);
    margin: 0; 
    }
    .lp-body-muted { color: rgba(0,0,0,.5); }
    .lp-body-center { text-align: center; max-width: 520px; margin: 0 auto; }

    /* Split */

    .lp-split { display: flex; align-items: center; }
    .lp-split-text { padding-right: 50px; }
    .lp-split-text .lp-body { margin: 14px 0 22px 0; }

    .lp-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    }

    .lp-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    }

    .lp-checklist i { color: var(--color-base); font-size: 18px; flex-shrink: 0; }

    .lp-btn-orange {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--color-base);
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 13px 24px 11px 24px;
    border-radius: 30px;
    }

    .lp-btn-orange:hover {
    filter: brightness(110%);
    }

    .lp-mt { margin-top: 28px; }

    /* Features Grid */

    .lp-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    }

    .lp-fcard {
    background: #fff;
    border: 1px solid #f0f0f4;
    border-radius: 14px;
    padding: 22px 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,.04);
    }

    .lp-fcard:hover {
    border-color: rgba(252,100,0,.2);
    }

    .lp-fcard-icon {
    width: 42px;
    height: 42px;
    background: rgba(252,100,0,.1);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--color-base);
    margin-bottom: 12px;
    }

    .lp-fcard h4 { 
    font-size: 16px; 
    line-height: 18px;
    font-weight: 800; 
    color: #1a1a1a; 
    margin: 0 0 6px 0; 
    }
    .lp-fcard p { 
    font-size: 14px; 
    line-height: 18px;
    color: rgba(0,0,0,.5); 
    margin: 0; 
    }

    /* Steps */

    .lp-steps-wrap { display: flex; flex-direction: column; }

    .lp-steps { 
    display: flex; 
    justify-content: space-between;
    gap: 16px; 
    flex-wrap: wrap;
    }

    .lp-step {
    width: calc(33% - 16px);
    background: #fff;
    border: 1px solid #f0f0f4;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 10px 20px rgba(0,0,0,.04);
    }

    .lp-step:hover {
    border-color: rgba(252,100,0,.2);
    }

    .lp-step-icon {
    width: 42px;
    height: 42px;
    background: rgba(252,100,0,.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-base);
    font-size: 20px;
    margin-bottom: 12px;
    }

    .lp-step-num {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-base);
    display: block;
    margin-bottom: 6px;
    }

    .lp-step-connector { display: none; }

    .lp-steps-bridge { height: 16px; }

    .lp-step h4 { font-size: 16px; line-height: 16px; font-weight: 800; color: #1a1a1a; margin: 0 0 6px 0; }
    .lp-step p { font-size: 15px; line-height: 18px; color: rgba(0,0,0,.5); margin: 0; }

    /* Comparison */

    .lp-compare {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 50px rgba(0,0,0,.08);
    }

    .lp-compare-col { flex: 1; }

    .lp-compare-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 18px 28px;
    font-size: 15px;
    font-weight: 800;
    }

    .lp-compare-no .lp-compare-header {
    background: #f6f6f9;
    color: #999;
    border-bottom: 1px solid #eee;
    }

    .lp-compare-no .lp-compare-header i { color: #ccc; font-size: 18px; }

    .lp-compare-yes .lp-compare-header {
    background: var(--color-base);
    color: #fff;
    }

    .lp-compare-yes .lp-compare-header i { font-size: 18px; }

    .lp-compare-no ul,
    .lp-compare-yes ul { list-style: none; margin: 0; padding: 0; }

    .lp-compare-no ul { background: #fafafa; }
    .lp-compare-yes ul { background: #fff; }

    .lp-compare-no ul li,
    .lp-compare-yes ul li {
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,.05);
    }

    .lp-compare-no ul li { color: rgba(0,0,0,.4); text-decoration: line-through; }
    .lp-compare-yes ul li { color: #333; }

    .lp-compare-no ul li:last-child,
    .lp-compare-yes ul li:last-child { border-bottom: 0; }

    /* Resources */

    .lp-resources-row { margin-top: 0; }

    .lp-ritem {
    background: #fff;
    border: 1.5px solid #f0f0f4;
    border-radius: 14px;
    padding: 26px 22px;
    margin-bottom: 20px;
    }

    .lp-ritem:hover {
    border-color: rgba(252,100,0,.2);
    box-shadow: 0 6px 24px rgba(252,100,0,.07);
    transform: translateY(-2px);
    }

    .lp-ritem > i { font-size: 28px; color: var(--color-base); display: block; margin-bottom: 12px; }
    .lp-ritem h4 { font-size: 15px; font-weight: 800; color: #1a1a1a; margin: 0 0 7px 0; }
    .lp-ritem p { font-size: 13px; color: rgba(0,0,0,.5); line-height: 1.55; margin: 0; }

    /* Plans */

    .lp-plans-row { display: flex; align-items: stretch; margin-top: 20px; }
    .lp-plans-row > [class*="col-"] { display: flex; flex-direction: column; }

    .lp-plan {
    background: #fff;
    border: 2px solid #f0f0f4;
    border-radius: 20px;
    padding: 36px 30px;
    position: relative;
    flex: 1;
    box-shadow: 0 15px 30px rgba(0,0,0,.05);
    display: flex;
    flex-direction: column;
    }

    .lp-plan:hover { border-color: rgba(252,100,0,.25); }

    .lp-plan-highlight {
    border-color: var(--color-base);
    }

    .lp-plan-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-base);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .5px;
    }

    .lp-plan-name {
    font-size: 13px;
    font-weight: 700;
    color: rgba(0,0,0,.4);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    }

    .lp-plan-price {
    font-size: 42px;
    line-height: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
    }

    .lp-plan-price span { font-size: 16px; font-weight: 500; color: rgba(0,0,0,.35); }

    .lp-plan-desc { font-size: 16px; line-height: 20px; color: rgba(0,0,0,.5); margin-bottom: 24px;; }

    .lp-plan-list {
    list-style: none;
    margin: 0 0 28px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    }

    .lp-plan-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }


    .lp-attr-tip { position: relative; display: inline-flex; align-items: center; cursor: help; border-bottom: 1px dashed #bbb; }
    .lp-attr-tip-box { display: none; position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); background: #fff; color: rgba(0,0,0,.75); font-size: 13px; font-weight: 400; line-height: 1.4; padding: 10px; border-radius: 8px; white-space: normal; width: 80vw; max-width: 300px; z-index: 100; pointer-events: none; border: 1px solid #e0e0e0; box-shadow: 0 10px 20px rgba(0,0,0,.15); }
    .lp-attr-tip:hover .lp-attr-tip-box { display: block; }

    .lp-attr-badge { font-size: 10px; font-weight: 700; background: var(--color-base); color: #fff; padding: 3px 6px 2px 6px; border-radius: 4px; margin-left: auto; text-align: center; }
    .lp-plan-list li.yes { color: #333; }
    .lp-plan-list li.no { color: rgba(0,0,0,.3); }
    .lp-plan-list li.yes i { color: var(--color-base); font-size: 16px; }
    .lp-plan-list li.no i { color: #ccc; font-size: 16px; }

    .lp-plan-btn {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 20px 11px 20px;
    border-radius: 30px;
    margin-top: auto;
    }

    .lp-plan-outline { border: 2px solid rgba(0,0,0,.12); color: #333 !important; }
    .lp-plan-outline:hover { 
        border-color: var(--color-base); 
        background: var(--color-base);
        color: #fff !important; 
    }

    .lp-plan-solid {
    background: var(--color-base);
    color: #fff !important;
    border: 2px solid var(--color-base);
    }

    .lp-plan-solid:hover {
    background: #e05500;
    }

    /* CTA Final */

    .lp-cta-wrap { position: relative; padding: 70px 0; background: url('../img/hero.jpg') center center / cover no-repeat; }

    .lp-cta-bg { position: absolute; inset: 0; background: rgba(251,99,0,.9); }

    .lp-cta-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    }

    .lp-cta-sub {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(255,255,255,.9);
    margin: 0 0 32px 0;
    }

    .lp-cta-wrap .lp-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--color-base);
    background: transparent;
    border: 2px solid rgba(255,255,255,.5);
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 32px 12px 32px;
    border-radius: 30px;
    /* box-shadow: 0 8px 30px rgba(252,100,0,.3); */
    }

    .lp-cta-wrap .lp-btn-primary i {
    transform: translateY(1px);
    }

    .lp-cta-wrap .lp-btn-primary:hover {
    background: #fff;
    color: var(--color-base) !important;
    }

    .lp-btn-lg { font-size: 17px; padding: 16px 34px 14px 34px; }

/* Calculator */

    .calc-inputs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    }

    .calc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    padding: 20px 20px 18px 20px;
    border: 1px solid #f0f0f4;
    min-height: 80px;
    box-shadow: 0 10px 20px rgba(0,0,0,.04);
    background: #fff;
    }

    .calc-item-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    }

    .calc-item-label i {
    font-size: 20px;
    color: var(--color-base);
    }

    .calc-item-qty {
    display: flex;
    align-items: center;
    gap: 14px;
    }

    .calc-qty-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid var(--color-base);
    background: transparent;
    color: var(--color-base);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    }

    .calc-qty-btn:hover {
    background: var(--color-base);
    color: #fff;
    }

    .calc-qty-val {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    min-width: 28px;
    text-align: center;
    }

    .calc-outputs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    justify-content: center;
    }

    .calc-result {
    min-height: 80px;
    padding: 20px 20px 18px 20px;
    border: 1px solid #f0f0f4;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }

    .calc-result-total {
    background: var(--color-base);
    border-color: var(--color-base);
    }

    .calc-result-total .calc-result-label,
    .calc-result-total .calc-result-value {
    color: #fff;
    }

    .calc-result-label {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    }

    .calc-result-label i {
    font-size: 18px;
    color: var(--color-base);
    }

    .calc-result-total .calc-result-label i {
    color: #fff;
    }

    .calc-result-label em {
    font-style: normal;
    font-size: 11px;
    opacity: .6;
    }

    .calc-result-value {
    font-size: 22px;
    font-weight: 800;
    color: #333;
    }

/* /Calculator */

/* Posições carousel */

    .pos-carousel-wrap {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,.07);
    }

    .pos-carousel-track {
    position: relative;
    width: 100%;
    overflow: hidden;
    }

    .pos-slide {
    display: none;
    width: 100%;
    position: relative;
    }

    .pos-slide.active {
    display: block;
    }

    .pos-slide img {
    width: 100%;
    height: auto;
    display: block;
    }

    .pos-slide-placeholder {
    width: 100%;
    height: 320px;
    background: var(--bg-2);
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .pos-slide-placeholder i {
    font-size: 48px;
    color: #ccc;
    }

    .pos-slide-zoom {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    cursor: zoom-in;
    }

    .pos-img-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.88);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    }

    .pos-img-modal.open {
    display: flex;
    }

    .pos-img-modal img {
    max-width: 92vw;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 8px 48px rgba(0,0,0,.6);
    }

    .pos-img-modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
    }

    .pos-carousel-info {
    padding: 20px 24px 24px;
    }

    .pos-info {
    display: none;
    }

    .pos-info.active {
    display: block;
    }

    .pos-info-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    }

    .pos-info-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
    }

    .pos-info-tipo {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 4px 12px 3px 12px;
    border-radius: 20px;
    }

    .pos-info-tipo.exclusivo {
    background: rgba(252,100,0,.12);
    color: var(--color-base);
    }

    .pos-info-tipo.compartilhado {
    background: rgba(252,100,0,.12);
    color: var(--color-base);
    }

    .pos-info-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    }

    .pos-sidebar {
    display: flex;
    flex-direction: column;
    gap: 6px;
    }

    .pos-sidebar-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s, color 0.2s;
    }

    .pos-sidebar-item i {
    font-size: 16px;
    color: #ccc;
    transition: color 0.2s;
    }

    .pos-sidebar-item:hover,
    .pos-sidebar-item.active {
    border-color: var(--color-base);
    color: var(--color-base);
    }

    .pos-sidebar-item.active i,
    .pos-sidebar-item:hover i {
    color: var(--color-base);
    }

/* /Posições carousel */

/* /STYLES */

/* ALL MOBILE */

    @media (max-width: 991px) {

        .lp-header-nav,
        .lp-header-cta { display: none; }

        .lp-hero-content .lp-hero-visual { display: block; margin: 20px 0; min-height: 280px; }

        .lp-menu-toggle { display: block; color: #fff; }
        .lp-header.scrolled .lp-menu-toggle { color: #333; }

        .lp-hero { padding: 110px 0 60px 0; }
        .lp-hero-title { font-size: 34px; letter-spacing: -.5px; }
        .lp-hero-desc { font-size: 16px; }
        .lp-hero-actions { flex-direction: column; align-items: flex-start; }
        .lp-hero-content { padding-right: 0; }

        .lp-stats-grid {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            gap: 10px;
            background: transparent;
            border: none;
            border-radius: 0;
            padding-bottom: 4px;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        .lp-stats-grid::-webkit-scrollbar { display: none; }
        .lp-stat-item {
            flex-shrink: 0;
            width: 44vw;
            scroll-snap-align: start;
            border-radius: 12px;
            border: 1px solid #f0f0f0;
            padding: 20px 16px;
        }

        .lp-section { padding: 60px 0; }
        .lp-h2 { font-size: 28px; }
        .lp-split { flex-direction: column; }
        .lp-split-text { padding-right: 0; margin-bottom: 40px; }
        .lp-features-grid { grid-template-columns: 1fr; }

        .lp-steps-bridge { display: none; }
        .lp-step-connector { display: none; }
        .lp-steps-wrap { overflow: hidden; }
        .lp-steps {
            flex-wrap: nowrap;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            gap: 12px;
            padding-bottom: 4px;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        .lp-steps::-webkit-scrollbar { display: none; }
        .lp-step {
            flex-shrink: 0;
            width: 78vw;
            scroll-snap-align: start;
        }

        .lp-compare { flex-direction: column; }

        .lp-plan-highlight { transform: scale(1); }

        .lp-cta-box { padding: 36px 24px; margin-top: 0; border-radius: 16px; }
        .lp-cta-box h2 { font-size: 26px; }
        .lp-cta-box p { font-size: 15px; }

        .lp-section-header { margin-bottom: 36px; }

        .lp-header-logo {
        margin: 0 auto 0 0;
        }

        .lp-header-logo svg {
        height: 44px;
        }

        .lp-menu-toggle {
        margin: 0 0 0 auto;
        color: var(--color-base);
        padding: 0;
        }

        .lp-menu-toggle i {
        font-size: 32px;
        }

        .lp-header-row {
        justify-content: space-between;
        }

        #lpHeader-sticky-wrapper {
        top: 40px;
        }

        .lp-hero {
        position: relative;
        padding: 140px 0 50px 0;
        overflow: hidden;
        background: url("../img/hero.jpg") no-repeat center center;
        background-size: cover !important;
        text-align: center;
        }

        .lp-hero-badge {
        margin-bottom: 12px;
        }

        .minimenu a:last-child {
        margin-right: -4px;
        }

        .lp-hero-content .lp-hero-visual {
        margin: 16px 0 66px 0;
        transform: scale(1) translateX(-10px);
        }

        .lp-hero-card-sm {
        margin-top: -20px;
        }

        .lp-hero-card-sm2 {
        bottom: -35px;
        }

        .lp-hero-title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px;
        }

        .lp-hero-title br {
        display: none;
        }

        .lp-hero-desc {
        margin-bottom: 16px;
        }

        .lp-btn-primary,
        .lp-btn-ghost {
        width: 100%;
        text-align: center;
        justify-content: center;
        }

        .lp-header.scrolled .lp-menu-toggle {
        color: var(--color-base);
        }

        .lp-header.scrolled {
        
        }

        .lp-mobile-nav {
        width: 95%;
        margin: 0 auto auto auto;
        box-shadow: 0 0 0 transparent;
        }

        .lp-section {
        padding: 30px 0 30px 0;
        }

        .lp-h2 {
        margin: 0 0 10px 0;
        }

        .lp-step {
        box-shadow: inherit;
        }

        .lp-h2 {
        font-size: 26px;
        line-height: 28px;
        }

        .lp-stats-strip {
        padding: 30px 0 30px 0;
        }

        .lp-stat-label {
        font-size: 16px;
        line-height: 16px;
        }

        #vantagens {
        padding-top: 30px;
        padding-bottom: 40px;
        text-align: center;
        }

        .lp-checklist li {
        justify-content: center;
        }

        .lp-section-header {
        margin-bottom: 18px;
        }

        .lp-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        }

        .lp-fcard-icon {
        margin: auto auto 12px auto;
        }

        .rdp { padding: 30px 0 30px 0; }
        .rdp-row { display: block; }
        .rdp-col:first-child { min-width: 100%; }
        .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 { display: flex; justify-content: center; gap: 10px; }
        .rdp-menu a span { display: none; }
        .rdp-menu a, .rdp-menu i { margin: 0; padding: 0; }
        .rdp-menu i { line-height: 38px; width: 40px; height: 40px; }
        .copyright span { display: none; }
        .copyright-menu { margin: 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; float: none; }
        .copyright a:last-child { border-right: 0 !important; padding-right: 0; margin-right: 0; }

        .lp-plans-row { flex-wrap: wrap; }
        .lp-plans-row > [class*="col-"] { width: 100%; }

        .lp-plan {
        margin-bottom: 30px;
        }

        .lp-cta-wrap {
        padding: 30px 0 30px 0;
        }

        .lp-cta-title {
        font-size: 26px;
        line-height: 28px;
        }

        .lp-cta-sub {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
        }

        .calc-inputs { margin-bottom: 16px; }

        .calc-result-value { font-size: 18px; }

        .calc-item {
        flex-direction: column;
        }

        .calc-item-label {
        margin-bottom: 10px;
        }

        .calc-result {
        flex-direction: column;
        }

        .calc-result-label {
        margin-bottom: 10px;
        }

        .pos-sidebar {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        gap: 8px;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        }

        .pos-sidebar::-webkit-scrollbar {
        display: none;
        }

        .pos-sidebar-item {
        flex: 0 0 auto;
        width: auto;
        white-space: nowrap;
        }

        .pos-sidebar-item i {
        display: none;
        }

        .pos-sidebar {
        margin-bottom: 12px;
        }

    }

/* /ALL MOBILE */

