@import '_content/ThemeComponents/ThemeComponents.jhoj2j2h2q.bundle.scp.css';

/* _content/NovaSingular.Cms.Web/Components/Layout/FooterDefault.razor.rz.scp.css */
/* Animação da logo ao carregar */
.logo-footer-animation[b-q4orncear7] {
    animation: fadeInUp-b-q4orncear7 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes fadeInUp-b-q4orncear7 {
    from {
        opacity: 0;
     transform: translateY(20px);
    }

    to {
        opacity: 1;
  transform: translateY(0);
    }
}

/* Estilos dos títulos das seções */
.footer-section-title[b-q4orncear7] {
    position: relative;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Links com animação underline - similar ao NavMenu */
.footer-link[b-q4orncear7] {
    position: relative;
    transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.footer-link[b-q4orncear7]::after {
    content: '';
    position: absolute;
 bottom: -4px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(-50%);
}

.footer-link:hover[b-q4orncear7] {
    color: var(--primary-color) !important;
}

.footer-link:hover[b-q4orncear7]::after {
    width: 100%;
}

/* Links de contato com animação underline */
.footer-contact-link[b-q4orncear7] {
    position: relative;
    transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.footer-contact-link[b-q4orncear7]::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(-50%);
}

.footer-contact-link:hover[b-q4orncear7] {
    color: var(--primary-color) !important;
}

.footer-contact-link:hover[b-q4orncear7]::after {
    width: 100%;
}

/* Container das redes sociais com animação suave */
.social-links-container[b-q4orncear7] {
    animation: fadeInUp-b-q4orncear7 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s backwards;
}

/* Hover effects para links do footer */
.footer-social-link[b-q4orncear7] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    border-radius: 6px;
    padding: 6px;
}

.footer-social-link:hover[b-q4orncear7] {
    transform: scale(1.15) translateY(-3px);
    filter: brightness(1.25);
}

.footer-social-link:hover img[b-q4orncear7] {
    filter: drop-shadow(0 0 8px rgba(13, 110, 253, 0.6));
}

/* Ícones de contato */
.contact-icon[b-q4orncear7] {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.footer-contact-link:hover ~ .contact-icon[b-q4orncear7],
.footer-contact-link:hover + .contact-icon[b-q4orncear7] {
    filter: brightness(1.4) drop-shadow(0 0 5px rgba(13, 110, 253, 0.4));
    transform: scale(1.1);
}

/* Melhoria no copyright links */
.footer-copyright-link[b-q4orncear7] {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
 position: relative;
    border-bottom: 1px solid transparent;
}

.footer-copyright-link[b-q4orncear7]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.footer-copyright-link:hover[b-q4orncear7] {
    color: var(--primary-color) !important;
}

.footer-copyright-link:hover[b-q4orncear7]::after {
    width: 100%;
}

/* Animação suave ao carregar as seções */
.col-md-6[b-q4orncear7],
.col-xl-3[b-q4orncear7] {
    animation: fadeInUp-b-q4orncear7 0.6s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}

.col-md-6:nth-child(1)[b-q4orncear7] {
    animation-delay: 0s;
}

.col-md-6:nth-child(2)[b-q4orncear7],
.col-xl-3:nth-child(2)[b-q4orncear7] {
    animation-delay: 0.1s;
}

.col-md-6:nth-child(3)[b-q4orncear7],
.col-xl-3:nth-child(3)[b-q4orncear7] {
    animation-delay: 0.2s;
}

.col-md-6:nth-child(4)[b-q4orncear7],
.col-xl-3:nth-child(4)[b-q4orncear7] {
    animation-delay: 0.3s;
}

/* Efeito de suavidade nas transições dos ícones */
@media (hover: hover) {
    .footer-link[b-q4orncear7],
    .footer-contact-link[b-q4orncear7],
  .footer-copyright-link[b-q4orncear7],
    .footer-social-link[b-q4orncear7] {
        cursor: pointer;
    }
}

/* Melhorias para acessibilidade e mobile */
@media (max-width: 768px) {
    .footer-link[b-q4orncear7]::after,
    .footer-contact-link[b-q4orncear7]::after,
    .footer-copyright-link[b-q4orncear7]::after {
  bottom: -3px;
 }

    .footer-social-link[b-q4orncear7] {
        padding: 8px;
    }
}
/* _content/NovaSingular.Cms.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fc8qddayja] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fc8qddayja] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/NovaSingular.Cms.Web/Components/Layout/NavMenu.razor.rz.scp.css */
body[data-bs-theme-disabled='true'] #menu-divider[b-mk3t6c3msc],
body[data-bs-theme-disabled='true'] #menu-theme-toggle[b-mk3t6c3msc] {
display: none;
}

.search-button[b-mk3t6c3msc] {
    display: none;
}

#height-offset[b-mk3t6c3msc] {
    height: 90px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#height-offset.shrunk[b-mk3t6c3msc] {
    height: 75px;
}

[b-mk3t6c3msc] .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show[b-mk3t6c3msc] {
    font-weight:600;
    color: var(--primary-color) !important;
}

/* Links com animação underline */
[b-mk3t6c3msc] .nav-link {
    position: relative;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

[b-mk3t6c3msc] .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: width 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), left 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(-50%);
}

[b-mk3t6c3msc] .nav-link:hover::after,
[b-mk3t6c3msc] .nav-link.active::after {
    width: 80%;
}

/* Transição dos logos - OTIMIZADO para evitar pisca */
.navbar-brand[b-mk3t6c3msc] {
    position: relative;
    min-width: 135px;
    height: 40px;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-brand.shrunk[b-mk3t6c3msc] {
    min-width: 105px;
    height: 30px;
}

.logo-site[b-mk3t6c3msc],
.logo-rolagem[b-mk3t6c3msc] {
    /* Usar will-change para otimização GPU */
    will-change: opacity;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateZ(0);
    /* Force GPU acceleration */
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.navbar-brand img[b-mk3t6c3msc] {
    width: 135px;
    height: auto;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* Evitar anti-aliasing durante transição */
    image-rendering: -webkit-optimize-contrast;
}

.navbar-brand.shrunk img[b-mk3t6c3msc] {
    width: 105px;
}

@media (min-width: 992px) {
    /* ========== MODO TRANSPARENTE (com banner) ========== */
    /* Estado inicial COM EFEITO GLASS */
    .navbar-transparent-mode[b-mk3t6c3msc] {
        background-color: rgba(40, 39, 40, 0.65); /* Dark background semi-transparente */
        backdrop-filter: blur(12px) saturate(180%);
        -webkit-backdrop-filter: blur(12px) saturate(180%);
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2),
                    inset 0 1px 0 rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                    box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                    backdrop-filter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .navbar-transparent-mode[b-mk3t6c3msc]  .nav-link {
        color: white !important;
        transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .navbar-transparent-mode .btn_primary[b-mk3t6c3msc] {
        color: white !important;
        transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .navbar-transparent-mode .navbar-toggler-icon[b-mk3t6c3msc] {
        filter: brightness(0) invert(1);
    }

    .navbar-transparent-mode .logo-site[b-mk3t6c3msc] {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .navbar-transparent-mode .logo-rolagem[b-mk3t6c3msc] {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    /* Estado scrolled - FUNDO SÓLIDO ESCURO (sem glass) */
    .navbar-transparent-mode.scrolled[b-mk3t6c3msc] {
        background-color: #282728; /* Dark background sólido */
        backdrop-filter: none; /* Remove blur */
        -webkit-backdrop-filter: none;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        border-bottom: none;
    }

    .navbar-transparent-mode.scrolled[b-mk3t6c3msc]  .nav-link {
        color: white !important;
    }

    .navbar-transparent-mode.scrolled[b-mk3t6c3msc]  .navbar-nav .nav-link.active,
    .navbar-transparent-mode.scrolled .navbar-nav .nav-link.show[b-mk3t6c3msc] {
        color: var(--primary-color) !important;
    }

    .navbar-transparent-mode.scrolled .btn_primary[b-mk3t6c3msc] {
        color: white !important;
        border-color: white;
    }

    .navbar-transparent-mode.scrolled .navbar-toggler-icon[b-mk3t6c3msc] {
        filter: brightness(0) invert(1);
    }

    .navbar-transparent-mode.scrolled .logo-site[b-mk3t6c3msc] {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .navbar-transparent-mode.scrolled .logo-rolagem[b-mk3t6c3msc] {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    /* ========== MODO SÓLIDO (sem banner) - COM EFEITO GLASS ========== */
    .navbar-solid-mode[b-mk3t6c3msc] {
        background-color: rgba(255, 255, 255, 0.85); /* Branco com transparência */
        backdrop-filter: blur(12px) saturate(180%);
        -webkit-backdrop-filter: blur(12px) saturate(180%);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08),
                    inset 0 1px 0 rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                    backdrop-filter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .navbar-solid-mode[b-mk3t6c3msc]  .nav-link {
        color: var(--dark-color) !important;
        transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .navbar-solid-mode .btn_primary[b-mk3t6c3msc] {
        color: var(--dark-color) !important;
    }

    .navbar-solid-mode[b-mk3t6c3msc]  .navbar-nav .nav-link.active,
    .navbar-solid-mode .navbar-nav .nav-link.show[b-mk3t6c3msc] {
        color: var(--primary-color) !important;
    }

    .navbar-solid-mode .logo-site[b-mk3t6c3msc] {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .navbar-solid-mode .logo-rolagem[b-mk3t6c3msc] {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    /* Estado scrolled do modo sólido (aumenta blur e sombra) */
    .navbar-solid-mode.scrolled[b-mk3t6c3msc] {
        background-color: rgba(255, 255, 255, 0.9); /* Aumenta opacidade ao scrollar */
        backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12),
                    inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }
}

@media (max-width: 991px) {
    /* Mobile: sempre sólido independente do modo */
    #height-offset[b-mk3t6c3msc] {
        background-color: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    #height-offset.scrolled[b-mk3t6c3msc] {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    }

    /* Sempre mostrar logo escuro em mobile */
    .logo-site[b-mk3t6c3msc] {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .logo-rolagem[b-mk3t6c3msc] {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    /* Offcanvas melhorado */
    .offcanvas[b-mk3t6c3msc] {
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* Reduzir espaçamento entre links no mobile */
    [b-mk3t6c3msc] .nav-item {
        margin-bottom: 0;
    }

    [b-mk3t6c3msc] .nav-link {
        padding: 0.75rem 1.5rem;
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
    }

    [b-mk3t6c3msc] .nav-link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 4px;
        width: 0;
        background-color: var(--primary-color);
        transform: translateY(-50%);
        transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 0 2px 2px 0;
    }

    [b-mk3t6c3msc] .nav-link:hover,
    [b-mk3t6c3msc] .nav-link:active {
        background-color: rgba(128, 233, 61, 0.05);
        padding-left: 2rem;
        font-weight: bold !important;
    }

    [b-mk3t6c3msc] .nav-link:hover::before,
    [b-mk3t6c3msc] .nav-link:active::before {
        width: 4px;
    }

    [b-mk3t6c3msc] .nav-link::after {
        display: none;
    }
}

/* ========== ESTILO DO BOTÃO ========== */
.btn_primary[b-mk3t6c3msc] {
    position: relative;
    transition: all .3s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    padding-top: .7rem;
    padding-bottom: .7rem;
    color: var(--dark-color);
    background-color: transparent;
    border: 2px solid #80E93D;
    z-index: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.btn_primary:hover[b-mk3t6c3msc] {
    color: #282728;
    border: 2px solid #80E93D;
    background-color: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(128, 233, 61, 0.3);
}
/* _content/NovaSingular.Cms.Web/Components/Pages/Empreendimentos/Details.razor.rz.scp.css */
body[b-e0yst0gs8q] {
}
/* _content/NovaSingular.Cms.Web/Components/Pages/Empreendimentos/Index.razor.rz.scp.css */
.productsFilter[b-ddl4ryl0o1] {
    background: linear-gradient(135deg, var(--dark-color) 0%, #1a1a1a 100%);
    border-radius: 8px;
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(128, 233, 61, 0.1);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.6s ease-out;
}

/* Container de transição suave */
.filter-transition-container[b-ddl4ryl0o1] {
    position: relative;
}

/* Colunas com transição */
.search-col[b-ddl4ryl0o1],
.btn-search-col[b-ddl4ryl0o1],
.btn-clear-col[b-ddl4ryl0o1] {
    transition: all 0.3s ease-in-out;
}

/* Ajuste responsivo para mobile */
@media (max-width: 991.98px) {
    /* Sem filtros aplicados - busca ocupa toda largura, botão pesquisar também */
    .filter-transition-container:not(.has-filters) .search-col[b-ddl4ryl0o1] {
        flex: 0 0 auto;
        width: 100%;
    }
    
    .filter-transition-container:not(.has-filters) .btn-search-col[b-ddl4ryl0o1] {
        flex: 0 0 auto;
        width: 100%;
    }
    
    .filter-transition-container:not(.has-filters) .btn-clear-col[b-ddl4ryl0o1] {
        display: none;
    }
    
    /* Com filtros aplicados - busca ocupa toda largura, botões dividem espaço */
    .filter-transition-container.has-filters .search-col[b-ddl4ryl0o1] {
        flex: 0 0 auto;
        width: 100%;
    }
    
    .filter-transition-container.has-filters .btn-search-col[b-ddl4ryl0o1] {
        flex: 0 0 auto;
        width: 50%;
    }
    
    .filter-transition-container.has-filters .btn-clear-col[b-ddl4ryl0o1] {
        flex: 0 0 auto;
        width: 50%;
    }
}

/* Ajuste para desktop */
@media (min-width: 992px) {
    /* Sem filtros aplicados - botão pesquisar ocupa col-lg-4 */
    .filter-transition-container:not(.has-filters) .search-col[b-ddl4ryl0o1] {
        flex: 0 0 auto;
        width: 66.666667%; /* col-lg-8 */
    }
    
    .filter-transition-container:not(.has-filters) .btn-search-col[b-ddl4ryl0o1] {
        flex: 0 0 auto;
        width: 33.333333%; /* col-lg-4 */
    }
    
    .filter-transition-container:not(.has-filters) .btn-clear-col[b-ddl4ryl0o1] {
        opacity: 0;
        visibility: hidden;
        width: 0;
        overflow: hidden;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
    }
    
    /* Com filtros aplicados - ambos botões ocupam col-lg-2 */
    .filter-transition-container.has-filters .search-col[b-ddl4ryl0o1] {
        flex: 0 0 auto;
        width: 66.666667%; /* col-lg-8 */
    }
    
    .filter-transition-container.has-filters .btn-search-col[b-ddl4ryl0o1] {
        flex: 0 0 auto;
        width: 16.666667%; /* col-lg-2 */
    }
    
    .filter-transition-container.has-filters .btn-clear-col[b-ddl4ryl0o1] {
        opacity: 1;
        visibility: visible;
        flex: 0 0 auto;
        width: 16.666667%; /* col-lg-2 */
    }
}
/* _content/NovaSingular.Cms.Web/Components/Pages/Home.razor.rz.scp.css */
.testimonials-card[b-h2h01a38u1] {
  background-color: #f8f8f8;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius: 12px;
  border: 1px solid rgba(128, 233, 61, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonials-card:hover[b-h2h01a38u1] {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  border-color: rgba(128, 233, 61, 0.2);
}

/*BUTTON CTA*/
.btn-cta-home[b-h2h01a38u1],
.btn-home[b-h2h01a38u1] {
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  text-align: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  color: var(--dark-color);
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  z-index: 1;
}

.btn-home[b-h2h01a38u1] {
  color: #0b3e3e;
  background-color: white;
  border: 2px solid var(--primary-color);
}

.btn-home[b-h2h01a38u1]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--primary-color);
  z-index: -1;
}

.btn-cta-home[b-h2h01a38u1]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--dark-color);
  z-index: -1;
}

.btn-home:hover[b-h2h01a38u1] {
  color: #0b3e3e;
  border: 2px solid var(--primary-color);
  background-color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(128, 233, 61, 0.25);
}

.btn-cta-home:hover[b-h2h01a38u1] {
  color: white;
  border: 2px solid var(--dark-color);
  background-color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(40, 40, 40, 0.25);
}

.btn-home:hover[b-h2h01a38u1]::before {
  width: 100%;
}

.btn-cta-home:hover[b-h2h01a38u1]::before {
  width: 100%;
}

.btn-cta-home .icon[b-h2h01a38u1],
.btn-home .icon[b-h2h01a38u1] {
  position: absolute;
  right: -60px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-cta-home:hover .icon[b-h2h01a38u1],
.btn-home:hover .icon[b-h2h01a38u1] {
  right: 25px;
}

.btn-cta-home .btn_text[b-h2h01a38u1],
.btn-home .btn_text[b-h2h01a38u1] {
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
}

.btn-cta-home:hover .btn_text[b-h2h01a38u1],
.btn-home:hover .btn_text[b-h2h01a38u1] {
  margin-right: 45px;
}

/* Anima��es suaves de entrada */
@keyframes fadeInUp-b-h2h01a38u1 {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

[data-aos="fade-up"][b-h2h01a38u1] {
  animation: fadeInUp-b-h2h01a38u1 0.8s ease-out forwards;
}

/* Responsividade aprimorada */
@media (max-width: 991px) {
  .btn-cta-home[b-h2h01a38u1],
  .btn-home[b-h2h01a38u1] {
    padding: 0.65rem 1.25rem;
  }

  .swiper-button-Enterprise-prev[b-h2h01a38u1],
  .swiper-button-Enterprise-next[b-h2h01a38u1] {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .display-5[b-h2h01a38u1] {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .display-6[b-h2h01a38u1] {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .fs-6[b-h2h01a38u1] {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  /* Touch targets otimizados */
  .btn-cta-home[b-h2h01a38u1],
  .btn-home[b-h2h01a38u1] {
    min-height: 48px;
    padding: 0.75rem 1.5rem;
  }

  .testimonials-card[b-h2h01a38u1] {
    margin-bottom: 1rem;
  }

  /* Melhorar imagens em mobile */
  .col-10.col-md-5 img[b-h2h01a38u1] {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 575px) {
  .display-5[b-h2h01a38u1] {
    font-size: 1.5rem;
  }

  .display-6[b-h2h01a38u1] {
    font-size: 1.25rem;
  }

  section[b-h2h01a38u1] {
    padding: 0 15px;
  }
}

/* Loading states melhorados */
.placeholder[b-h2h01a38u1] {
  background: linear-gradient(
    90deg,
    rgba(128, 233, 61, 0.1) 0%,
    rgba(128, 233, 61, 0.2) 50%,
    rgba(128, 233, 61, 0.1) 100%
  );
  background-size: 200% 100%;
  animation: loading-b-h2h01a38u1 1.5s ease-in-out infinite;
  border-radius: 8px;
}

@keyframes loading-b-h2h01a38u1 {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* Hierarquia visual */
.bree-serif-regular[b-h2h01a38u1] {
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.fs-6[b-h2h01a38u1] {
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.8);
}

/* Se��o CTA com gradient sutil */
.container-fluid[style*="background-color:#F1F1F1"][b-h2h01a38u1] {
  background: linear-gradient(135deg, #f1f1f1 0%, #fafafa 100%) !important;
  position: relative;
}

.container-fluid[style*="background-color:#F1F1F1"][b-h2h01a38u1]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(128, 233, 61, 0.3) 50%,
    transparent 100%
  );
}

/* Melhorar SVG icons */
svg path[fill="#80E93D"][b-h2h01a38u1] {
  transition: fill 0.3s ease;
}

.d-flex:hover svg path[fill="#80E93D"][b-h2h01a38u1] {
  fill: #6dd122;
}

/* Smooth scroll behavior */
html[b-h2h01a38u1] {
  scroll-behavior: smooth;
}

/* Melhoria na acessibilidade */
.btn-cta-home:focus[b-h2h01a38u1],
.btn-home:focus[b-h2h01a38u1] {
  outline: 3px solid rgba(128, 233, 61, 0.5);
  outline-offset: 2px;
}

/* Anima��o para imagens */
img[b-h2h01a38u1] {
  transition: transform 0.3s ease;
}

.col-md-6 img:hover[b-h2h01a38u1],
.col-md-5 img:hover[b-h2h01a38u1] {
  transform: scale(1.02);
}
/* _content/NovaSingular.Cms.Web/Components/Pages/Posts/Details.razor.rz.scp.css */
@media(max-width: 767px) {
    .search-bar:has(:focus)[b-421oo2d475] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1030;
        width: 100%;
        height: var(--navbar-height);
        align-items: center;
        display: flex;
        padding: 0 2rem;
        background-color: rgba(var(--bs-tertiary-bg-rgb), 1) !important;
    }

    .divider[b-421oo2d475] {
        display: none;
    }

    .cta-search:has(:focus)>.divider[b-421oo2d475] {
        display: block !important;
    }

    .cta-search:has(:focus)[b-421oo2d475] {
        padding: 0 !important;
    }

    .cta-search:has(:focus)>h3[b-421oo2d475] {
        display: none;
    }

}
/* _content/NovaSingular.Cms.Web/Components/Pages/Posts/Index.razor.rz.scp.css */
[b-3ceqtesu71] .nav-categories>.nav-link {
    color: var(--bs-dark) !important;
}

[b-3ceqtesu71] .nav-categories>.nav-link:not(:last-child) {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[b-3ceqtesu71] .nav-categories>.nav-link.active,
.nav-categories>.nav-link:hover[b-3ceqtesu71] {
    color: var(--bs-primary) !important;
}

[b-3ceqtesu71] .banner-bg {
    background-color: rgba(var(--bs-primary-rgb), .75);
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/BannerHomeComponent/Banner.razor.rz.scp.css */
/*------------------- Component Style --------------------*/
.banner-container[b-6fmne94agi] {
    height: 65vh;
}

.header-title[b-6fmne94agi] {
    font-family: "Bree Serif", serif;
    font-size: clamp(2.525rem, 5vw, 4.725rem) !important;
    color: var(--primary-color);
    text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
    line-height: 4rem;
    font-weight: 500;
    margin-bottom: 3rem;
    outline: none;
}

    .header-title:focus-visible[b-6fmne94agi] {
        outline: none;
        box-shadow: none;
    }

.subtitle[b-6fmne94agi] {
    font-size: clamp(1.125rem, 2vw, 1.525rem);
    color: #dfdfdf;
    line-height: 2.525rem;
    font-weight: 400;
}

.hero-banner .swiper[b-6fmne94agi] {
    width: 100%;
    height: 100%;
}

.hero-banner .swiper-slide[b-6fmne94agi] {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .hero-banner .swiper-slide .banner-image[b-6fmne94agi] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Configura��o da pagina��o espec�fica do Banner */
.swiper-pagination-banner[b-6fmne94agi] {
    bottom: 10% !important;
}

/* Estilo dos bullets do Banner */
    [b-6fmne94agi] .swiper-pagination-banner .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        background: rgba(255, 255, 255, 0.5) !important;
        opacity: 1 !important;
        transition: all 0.3s ease !important;
        margin: 0 6px !important;
    }

[b-6fmne94agi] .swiper-pagination-banner .swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
}

[b-6fmne94agi] .swiper-pagination-banner .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 0.8) !important;
}


/* Bot�es de navega��o do Banner */
.swiper-button-banner-prev[b-6fmne94agi],
.swiper-button-banner-next[b-6fmne94agi] {
    background-color: transparent;
    color: var(--primary-color);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    z-index: 10;
}

    .swiper-button-banner-prev:hover[b-6fmne94agi],
    .swiper-button-banner-next:hover[b-6fmne94agi] {
        font-weight: 900;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .swiper-button-banner-prev[b-6fmne94agi]::after,
    .swiper-button-banner-next[b-6fmne94agi]::after {
        font-size: 28px;
        font-weight: 700;
    }

    .swiper-button-banner-prev.swiper-button-disabled[b-6fmne94agi],
    .swiper-button-banner-next.swiper-button-disabled[b-6fmne94agi] {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-banner-prev:focus-visible[b-6fmne94agi],
.swiper-button-banner-next:focus-visible[b-6fmne94agi] {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
    outline: none;
}

@media(min-width: 992px) {
    .banner-container[b-6fmne94agi] {
        height: 800px;
    }
}

/* Responsivo para mobile */
@media (max-width: 991px) {
    /* Adicionar margem superior para compensar o header fixo */
    .banner-container[b-6fmne94agi] {
        margin-top: 90px;
    }

    .header-title[b-6fmne94agi] {
        font-size: 3rem !important;
        line-height: 2.5rem;
        margin-bottom: 2rem;
    }

    .subtitle[b-6fmne94agi] {
        font-size: 1rem;
        line-height: 1.825rem;
    }

    [b-6fmne94agi] .swiper-pagination-banner .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        margin: 0 4px !important;
    }

    [b-6fmne94agi] .swiper-pagination-banner .swiper-pagination-bullet-active {
        width: 8px !important;
        height: 8px !important;
    }
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/BannerHomeComponent/NewBanner.razor.rz.scp.css */
.banner-home-container[b-6ypc57ta27] {
    width: 100%;
    position: relative;
    background-color: #f5f5f5;
    overflow: hidden;
}

.swiper-banner-home[b-6ypc57ta27] {
    width: 100%;
    height: 100%;
}

    .swiper-banner-home .swiper-slide[b-6ypc57ta27] {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        background-color: #e0e0e0;
    }

.banner-link[b-6ypc57ta27] {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.banner-picture[b-6ypc57ta27] {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-image[b-6ypc57ta27] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.banner-link:hover .banner-image[b-6ypc57ta27] {
    transform: scale(1.02);
}

.banner-overlay[b-6ypc57ta27] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 1;
}

.banner-content[b-6ypc57ta27] {
    max-width: 992px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-title[b-6ypc57ta27] {
    color: var(--primary-color);
    font-size: clamp(1.5rem, 4vw, 3rem);
    font-family: "Bree Serif", serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.5rem 0;
    padding: 0;
    animation: fadeInUp-b-6ypc57ta27 0.6s ease-out;
}

.banner-description[b-6ypc57ta27] {
    font-size: clamp(0.875rem, 2vw, 1.25rem);
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    animation: fadeInUp-b-6ypc57ta27 0.6s ease-out 0.2s backwards;
}

/* Paginação customizada */
[b-6ypc57ta27] .swiper-pagination-banner-home {
    bottom: 70px !important;
    z-index: 10;
}

    [b-6ypc57ta27] .swiper-pagination-banner-home .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 0.5);
        opacity: 1;
        transition: all 0.3s ease;
        margin: 0 6px !important;
    }

    [b-6ypc57ta27] .swiper-pagination-banner-home .swiper-pagination-bullet-active {
        background: #80E93D;
        width: 30px;
        border-radius: 6px;
    }

/* Botões de navegação customizados */
[b-6ypc57ta27] .swiper-button-banner-home-prev,
[b-6ypc57ta27] .swiper-button-banner-home-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    color: #333;
    transition: all 0.3s ease;
    display: none;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
}

    [b-6ypc57ta27] .swiper-button-banner-home-prev svg,
    [b-6ypc57ta27] .swiper-button-banner-home-next svg {
        width: 24px;
        height: 24px;
        transition: transform 0.3s ease;
    }

    [b-6ypc57ta27] .swiper-button-banner-home-prev::after,
    [b-6ypc57ta27] .swiper-button-banner-home-next::after {
        content: none;
    }

    [b-6ypc57ta27] .swiper-button-banner-home-prev:hover,
    [b-6ypc57ta27] .swiper-button-banner-home-next:hover {
        background: #80E93D;
        color: #fff;
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(128, 233, 61, 0.4);
    }

        [b-6ypc57ta27] .swiper-button-banner-home-prev:hover svg,
        [b-6ypc57ta27] .swiper-button-banner-home-next:hover svg {
            transform: translateX(-2px);
        }

        [b-6ypc57ta27] .swiper-button-banner-home-next:hover svg {
            transform: translateX(2px);
        }

    [b-6ypc57ta27] .swiper-button-banner-home-prev:active,
    [b-6ypc57ta27] .swiper-button-banner-home-next:active {
        transform: scale(1.05);
    }

[b-6ypc57ta27] .swiper-button-banner-home-prev {
    left: 20px;
}

[b-6ypc57ta27] .swiper-button-banner-home-next {
    right: 20px;
}

/* Animações */
@keyframes fadeInUp-b-6ypc57ta27 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsividade */
@media (max-width: 991px) {
    .banner-home-container[b-6ypc57ta27] {
        margin-top: 90px;
    }

    .swiper-banner-home .swiper-slide[b-6ypc57ta27] {
        aspect-ratio: 9 / 16;
    }

    .banner-overlay[b-6ypc57ta27] {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    }

    .banner-content[b-6ypc57ta27] {
        padding: 1rem;
    }

    .swiper-pagination-banner-home[b-6ypc57ta27] {
        bottom: 70px !important;
    }

        .swiper-pagination-banner-home .swiper-pagination-bullet[b-6ypc57ta27] {
            width: 8px;
            height: 8px;
            margin: 0 4px !important;
        }

        .swiper-pagination-banner-home .swiper-pagination-bullet-active[b-6ypc57ta27] {
            width: 20px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .swiper-banner-home .swiper-slide[b-6ypc57ta27] {
        aspect-ratio: 9 / 4;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .swiper-banner-home .swiper-slide[b-6ypc57ta27] {
        aspect-ratio: 16 / 9;
    }
}

@media (min-width: 1025px) {
    .swiper-button-banner-home-prev[b-6ypc57ta27],
    .swiper-button-banner-home-next[b-6ypc57ta27] {
        display: flex;
    }

    .swiper-banner-home .swiper-slide[b-6ypc57ta27] {
        aspect-ratio: 16 / 7;
    }
}

@media (min-width: 1400px) {
    .swiper-banner-home .swiper-slide[b-6ypc57ta27] {
        aspect-ratio: 21 / 8;
    }
}

@media (min-width: 1920px) {
    .swiper-banner-home .swiper-slide[b-6ypc57ta27] {
        aspect-ratio: 24 / 9;
    }
}

/* Melhoria de acessibilidade */
.banner-link:focus-visible[b-6ypc57ta27] {
    outline: 3px solid #80E93D;
    outline-offset: 2px;
}

.swiper-button-banner-home-prev:focus-visible[b-6ypc57ta27],
.swiper-button-banner-home-next:focus-visible[b-6ypc57ta27] {
    outline: 3px solid #80E93D;
    outline-offset: 2px;
}

/* Otimização de performance */
.banner-image[loading="lazy"][b-6ypc57ta27] {
    content-visibility: auto;
}

@media (prefers-reduced-motion: reduce) {
    .banner-image[b-6ypc57ta27],
    .banner-title[b-6ypc57ta27],
    .banner-description[b-6ypc57ta27],
    .swiper-button-banner-home-prev[b-6ypc57ta27],
    .swiper-button-banner-home-next[b-6ypc57ta27] {
        animation: none !important;
        transition: none !important;
    }
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Banners/BannerDefault.razor.rz.scp.css */

img[b-vowzmagc91] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Banners/BannerSlider.razor.rz.scp.css */
.swiper[b-9xadv6p4cq] {
    width: 100%;
    height: 100%;
}

.swiper-slide[b-9xadv6p4cq] {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img[b-9xadv6p4cq] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Banners/BannerSliderTwo.razor.rz.scp.css */
/*------------------- Component Style --------------------*/

.box-content[b-rqxum6jq45] {
    height: auto;
    min-height: 280px;
}

/*------------------- Swiper Style --------------------*/
.swiper[b-rqxum6jq45] {
    width: 100%;
    height: 100%;
}
.swiper-slide[b-rqxum6jq45] {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img[b-rqxum6jq45] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.swiper-horizontal > .swiper-pagination-bullets[b-rqxum6jq45], .swiper-pagination-bullets.swiper-pagination-horizontal[b-rqxum6jq45], .swiper-pagination-custom[b-rqxum6jq45], .swiper-pagination-fraction[b-rqxum6jq45] {
    bottom: 10%;
}
.banner-slider-two-prev[b-rqxum6jq45], .banner-slider-two-next[b-rqxum6jq45] {
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.banner-slider-two-prev i[b-rqxum6jq45], .banner-slider-two-next i[b-rqxum6jq45] {
    font-size: calc(var(--swiper-navigation-size) / 30 * 30);
}

/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Buttons/Breadcrumb.razor.rz.scp.css */
ol.breadcrumb[b-cv16wv81rt] {
    --bs-breadcrumb-divider: '>';
}

.breadcrumb-item+.breadcrumb-item[b-cv16wv81rt] {
    padding-left: calc(var(--bs-breadcrumb-item-padding-x) / 2);
}

.breadcrumb-item+.breadcrumb-item[b-cv16wv81rt]::before {
    padding-right: calc(var(--bs-breadcrumb-item-padding-x) / 2);
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Buttons/ButtonDefault.razor.rz.scp.css */
.btn-default[b-ncrqrt9ws7] {
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    padding: 0.7rem 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 400px;
}

    .btn-default:hover[b-ncrqrt9ws7] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .btn-default:active[b-ncrqrt9ws7] {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    }

    .btn-default:focus[b-ncrqrt9ws7] {
        outline: none;
    }

    .btn-default.disabled[b-ncrqrt9ws7] {
        opacity: 0.6;
        cursor: not-allowed;
        pointer-events: none;
        transform: none;
        filter: grayscale(1);
    }

    .btn-default .icon[b-ncrqrt9ws7] {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        transform: translateX(-10px);
        margin-left: -0.5rem;
        display: inline-flex;
        align-items: center;
        font-size: 1.1rem;
        position: relative;
        z-index: 2;
    }

    .btn-default:hover .icon[b-ncrqrt9ws7] {
        opacity: 1;
        transform: translateX(0);
        margin-left: 0;
    }

    .btn-default .btn_text[b-ncrqrt9ws7] {
        display: inline-block;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        font-weight: 500;
        letter-spacing: 0.3px;
        white-space: nowrap;
        position: relative;
        z-index: 2;
    }

    .btn-default:hover .btn_text[b-ncrqrt9ws7] {
        letter-spacing: 0.5px;
    }

    /* Efeito de brilho ao passar o mouse (shine effect) */
    .btn-default[b-ncrqrt9ws7]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s;
        pointer-events: none;
        z-index: 1;
    }

    .btn-default:hover[b-ncrqrt9ws7]::before {
        left: 100%;
    }

    /* Size variations */
    .btn-default.btn-sm[b-ncrqrt9ws7] {
        padding: 0.5rem 1.25rem;
        font-size: 0.875rem;
        gap: 0.4rem;
    }

        .btn-default.btn-sm .icon[b-ncrqrt9ws7] {
            font-size: 1rem;
        }

    .btn-default.btn-lg[b-ncrqrt9ws7] {
        padding: 1rem 1.75rem;
        font-size: 1.125rem;
        gap: 0.6rem;
    }

        .btn-default.btn-lg .icon[b-ncrqrt9ws7] {
            font-size: 1.25rem;
        }

    /* Responsividade */
    @media (max-width: 768px) {
        .btn-default[b-ncrqrt9ws7] {
            max-width: 100%;
            padding: 0.7rem 1.25rem;
        }

        .btn-default.btn-sm[b-ncrqrt9ws7] {
            padding: 0.5rem 1rem;
        }

        .btn-default.btn-lg[b-ncrqrt9ws7] {
            padding: 1rem 1.5rem;
        }
    }
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Buttons/ShareButton.razor.rz.scp.css */
.btn-share[b-u54vudsdjp] {
    --share-btn-color: #6c757d;
    --share-btn-rgb: 108, 117, 125;
    
    color: #fff;
    border-color: var(--share-btn-color);
    background-color: var(--share-btn-color);
    transition: all 0.2s ease;
}

.btn-share:hover[b-u54vudsdjp],
.btn-share:focus[b-u54vudsdjp] {
    color: #fff;
    background-color: var(--share-btn-color);
    border-color: var(--share-btn-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    filter: brightness(1.1);
}

.btn-share:focus[b-u54vudsdjp] {
    box-shadow: 0 0 0 0.2rem rgba(var(--share-btn-rgb), 0.25);
}

.btn-share:hover i[b-u54vudsdjp] {
    transform: scale(1.1);
}

/* Cores por tipo */
.facebook[b-u54vudsdjp] { --share-btn-color: #1877f2; --share-btn-rgb: 24, 119, 242; }
.linkedin[b-u54vudsdjp] { --share-btn-color: #0a66c2; --share-btn-rgb: 10, 102, 194; }
.x[b-u54vudsdjp] { --share-btn-color: #000; --share-btn-rgb: 0, 0, 0; }
.reddit[b-u54vudsdjp] { --share-btn-color: #ff4500; --share-btn-rgb: 255, 69, 0; }
.pinterest[b-u54vudsdjp] { --share-btn-color: #e60023; --share-btn-rgb: 230, 0, 35; }

/* Label responsivo */
.share-label[b-u54vudsdjp] {
    transition: all 0.3s ease;
    margin-left: .5rem;
}

@media (min-width: 768px) {
    .share-label[b-u54vudsdjp] {
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        white-space: nowrap;
        margin-left: 0 !important;
    }
    
    .btn-share:hover .share-label[b-u54vudsdjp] {
        max-width: 80px;
        opacity: 1;
        margin-left: .5rem !important;
    }
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/CardEnterprises/CardEnterprises.razor.rz.scp.css */
.card.overflow-hidden .card-img-top[b-4955yti1rw] {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card.overflow-hidden:hover .card-img-top[b-4955yti1rw] {
  transform: scale(1.15);
}

.card.overflow-hidden[b-4955yti1rw] {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.card.overflow-hidden:hover[b-4955yti1rw] {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.card.overflow-hidden .position-relative > .position-absolute.top-0[style*="background-color"][b-4955yti1rw] {
  transition: background-color 0.3s ease;
}

.card.overflow-hidden:hover .position-relative > .position-absolute.top-0[style*="background-color"][b-4955yti1rw] {
  background-color: rgba(0, 0, 0, 0.55) !important;
}

.card.overflow-hidden .position-absolute.top-0.p-3 .bg-white[b-4955yti1rw] {
  transition: all 0.3s ease;
}

.card.overflow-hidden:hover .position-absolute.top-0.p-3 .bg-white[b-4955yti1rw] {
  background-color: var(--primary-color) !important;
  color: var(--dark-color) !important;
  font-weight: 600;
}

.btn_primary[b-4955yti1rw] {
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  text-align: center;
  padding: 0.7rem 1.5rem;
  color: var(--dark-color);
  background-color: white;
  border: 2px solid var(--dark-color);
  z-index: 1;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

  .btn_primary[b-4955yti1rw]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: var(--dark-color);
    z-index: -1;
  }
  
  .btn_primary:hover[b-4955yti1rw] {
    color: white;
    border: 2px solid var(--dark-color);
    background-color: white!important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 40, 40, 0.25);
  }
  
  .btn_primary:hover[b-4955yti1rw]::before {
    width: 100%;
  }

  .btn_primary .icon[b-4955yti1rw] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateX(-10px);
    margin-left: -0.5rem;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 2;
  }

  .btn_primary:hover .icon[b-4955yti1rw] {
    opacity: 1;
    transform: translateX(0);
    margin-left: 0;
  }

  .btn_primary .btn_text[b-4955yti1rw] {
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    z-index: 2;
  }

.card-body svg path[fill="#80E93D"][b-4955yti1rw] {
  transition: fill 0.3s ease;
}

.card.overflow-hidden:hover .card-body svg path[fill="#80E93D"][b-4955yti1rw] {
  fill: #6DD122;
}

.card.overflow-hidden .card-body .card-title.text-center[b-4955yti1rw] {
  transition: color 0.3s ease;
}

.card.overflow-hidden:hover .position-absolute h2.card-title[b-4955yti1rw] {
  color: var(--primary-color) !important;
}

.card-img-placeholder[b-4955yti1rw] {
  animation: pulse-b-4955yti1rw 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-b-4955yti1rw {
  0%, 100% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
}

@media (max-width: 991px) {
  .card.overflow-hidden:hover[b-4955yti1rw] {
    transform: translateY(-4px);
  }
}

@media (max-width: 767px) {
  .card.overflow-hidden[b-4955yti1rw] {
    margin-bottom: 1.5rem;
  }

  .btn_primary[b-4955yti1rw] {
    padding: 0.65rem 1.25rem;
    min-height: 48px;
  }

  .card-body[b-4955yti1rw] {
    padding: 1rem;
  }
}

@media (max-width: 575px) {
  .card.overflow-hidden .card-img-top[b-4955yti1rw] {
    height: 12rem !important;
  }

  .btn_primary[b-4955yti1rw] {
    font-size: 0.9rem;
  }
}

.btn_primary:focus[b-4955yti1rw] {
  outline: 3px solid rgba(40, 40, 40, 0.3);
  outline-offset: 2px;
}

.card.overflow-hidden:focus-within[b-4955yti1rw] {
  box-shadow: 0 0 0 4px rgba(128, 233, 61, 0.15);
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/CardEnterprises/CardEnterprisesSimple.razor.rz.scp.css */
/* === CARD ELEGANT === */
.card-product[b-hcqwy3ud3m] {
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
    cursor: pointer;
    height: 600px;
    max-height: 600px; /* ✅ Altura máxima do card */
    display: flex;
    flex-direction: column;
}

.card-product:hover[b-hcqwy3ud3m] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12) !important;
}

/* === HEADER ELEGANT === */
.card-header-product[b-hcqwy3ud3m] {
    padding: 1.5rem;
    background: linear-gradient(to bottom, #fafafa, #ffffff);
    border-bottom: none;
    position: relative; /* Adicionado para garantir layout correto */
    flex-grow: 1; /* ✅ Permite que o conteúdo ocupe espaço disponível */
    display: flex;
    flex-direction: column;
    overflow: hidden; /* ✅ Garante que conteúdo não ultrapasse limites */
}

/* Status Badge */
.status-badge[b-hcqwy3ud3m] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.875rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #666;
    transition: all 0.3s ease;
}

.status-dot[b-hcqwy3ud3m] {
    width: 6px;
    height: 6px;
    background: #80E93D;
    border-radius: 50%;
    animation: pulse-dot-b-hcqwy3ud3m 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-dot-b-hcqwy3ud3m {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

/* Location Info */
.location-info[b-hcqwy3ud3m] {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 5px 10px;
    border-radius: 50px;
    background-color: white;
    color: black;
    font-size: 0.875rem;
}

.location-info svg[b-hcqwy3ud3m] {
    flex-shrink: 0;
}
.location-info span[b-hcqwy3ud3m] {
    font-size: 0.625rem;
}
/* Enterprise Title */
.enterprise-title[b-hcqwy3ud3m] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #282828;
    line-height: 1.3;
    margin-bottom: 1rem;
    /* ✅ Limitar título a 2 linhas */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.3em * 2); /* 2 linhas * line-height */
}

/* Type Info */
.type-info[b-hcqwy3ud3m] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--dark-color);
    font-size: 0.875rem;
    font-weight: 500;
}

.type-info svg[b-hcqwy3ud3m] {
    flex-shrink: 0;
}

/* Metragem Compact */
.metragem-info-compact[b-hcqwy3ud3m] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.metragem-compact-value[b-hcqwy3ud3m] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
    padding: 0.25rem 0.75rem;
    background: #f5f5f5;
    border-radius: 12px;
}

/* === IMAGE CONTAINER === */
.image-container[b-hcqwy3ud3m] {
    height: 240px;
    overflow: hidden;
    min-height:240px;
}

.image-container .card-img[b-hcqwy3ud3m] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-product:hover .image-container .card-img[b-hcqwy3ud3m] {
    transform: scale(1.08);
}

.image-overlay[b-hcqwy3ud3m] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.card-elegant:hover .image-overlay[b-hcqwy3ud3m] {
    opacity: 1;
}

/* === FOOTER ELEGANT === */
.card-footer-product[b-hcqwy3ud3m] {
    padding: 1.25rem;
    background: #fff;
}

/* Botão CTA do Card - Baseado no ButtonDefault com efeitos avançados */
.btn-card-cta[b-hcqwy3ud3m] {
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    padding: 0.7rem 1.5rem;
    background-color: white !important;
    border: 2px solid black !important;
    color: black !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 400px;
    font-weight: 500;
}

.btn-card-cta .icon[b-hcqwy3ud3m] {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateX(-10px);
    margin-left: -0.5rem;
    display: inline-flex;
    align-items: center;
    color: black;
    font-size: 1.1rem;
    position: relative;
    z-index: 2;
}

.btn-card-cta .btn_text[b-hcqwy3ud3m] {
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    letter-spacing: 0.3px;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

/* Efeito de brilho ao passar o mouse no botão */
.btn-card-cta[b-hcqwy3ud3m]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.8s;
    pointer-events: none;
    z-index: 1;
}

/* Hover ativado quando passa mouse no card */
.card-product:hover .btn-card-cta[b-hcqwy3ud3m] {
    background-color: black !important;
    border-color: black !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
}

.card-product:hover .btn-card-cta[b-hcqwy3ud3m]::before {
    left: 100%;
}

.card-product:hover .btn-card-cta .icon[b-hcqwy3ud3m] {
    color: white !important;
    opacity: 1;
    transform: translateX(0);
    margin-left: 0;
}

.card-product:hover .btn-card-cta .btn_text[b-hcqwy3ud3m] {
    color: white !important;
    letter-spacing: 0.5px;
}

/* Active state para feedback tátil */
.card-product:active .btn-card-cta[b-hcqwy3ud3m] {
    transform: translateY(0) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

/* Focus state para acessibilidade */
.btn-card-cta:focus[b-hcqwy3ud3m] {
    outline: 2px solid #80E93D;
    outline-offset: 2px;
}

.btn-card-cta:focus:not(:focus-visible)[b-hcqwy3ud3m] {
    outline: none;
}

/* Estado desabilitado */
.btn-card-cta:disabled[b-hcqwy3ud3m],
.btn-card-cta.disabled[b-hcqwy3ud3m] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    transform: none;
    filter: grayscale(1);
}

/* === LOADING STATE === */
.card-img-placeholder[b-hcqwy3ud3m] {
    animation: pulse-b-hcqwy3ud3m 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-b-hcqwy3ud3m {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.placeholder[b-hcqwy3ud3m] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-hcqwy3ud3m 2s infinite;
    color: transparent !important;
    user-select: none;
}

@keyframes shimmer-b-hcqwy3ud3m {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* === RESPONSIVE === */
@media (max-width: 767px) {
    .card-header-elegant[b-hcqwy3ud3m] {
        padding: 1.25rem;
    }
    
    .enterprise-title[b-hcqwy3ud3m] {
        font-size: 1.125rem;
    }
    
    .image-container[b-hcqwy3ud3m] {
        height: 200px;
    }
    
    .card-footer-elegant[b-hcqwy3ud3m] {
        padding: 1rem;
    }
    
    .btn-elegant[b-hcqwy3ud3m] {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }
}

@media (max-width: 575px) {
    .card-header-elegant[b-hcqwy3ud3m] {
        padding: 1rem;
    }
    
    .enterprise-title[b-hcqwy3ud3m] {
        font-size: 1rem;
    }
    
    .location-info[b-hcqwy3ud3m],
    .type-info[b-hcqwy3ud3m] {
        font-size: 0.8125rem;
    }
    
    .metragem-compact-value[b-hcqwy3ud3m] {
        font-size: 0.8125rem;
    }
    
    .image-container[b-hcqwy3ud3m] {
        height: 180px;
    }
}

/* === ACCESSIBILITY === */
.btn-elegant:focus[b-hcqwy3ud3m] {
    outline: 2px solid #80E93D;
    outline-offset: 2px;
}

.btn-elegant:focus:not(:focus-visible)[b-hcqwy3ud3m] {
    outline: none;
}

/* === TEXT TRUNCATION === */
.enterprise-description[b-hcqwy3ud3m] {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.5em;
  margin-bottom: 1rem;
}

/* Truncamento em 4 linhas com ellipsis */
.text-truncate-multiline[b-hcqwy3ud3m] {
    display: -webkit-box;
 -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: calc(1.5em * 4); /* 4 linhas * line-height */
    word-wrap: break-word;
}

/* Fallback para navegadores antigos */
@supports not (-webkit-line-clamp: 4) {
    .text-truncate-multiline[b-hcqwy3ud3m] {
    max-height: calc(1.5em * 4);
    overflow: hidden;
        position: relative;
    }
    
    .text-truncate-multiline[b-hcqwy3ud3m]::after {
        content: '...';
        position: absolute;
   bottom: 0;
        right: 0;
  padding-left: 10px;
    background: linear-gradient(to right, transparent, white 50%);
    }
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Cards/ProductCard.razor.rz.scp.css */
.card-body[b-hl9rbu9g34] {
    overflow: hidden; /* Hides the overflowed content */
    text-overflow: ellipsis; /* Displays an ellipsis (...) for overflowed text */
}

.card-title[b-hl9rbu9g34] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-text[b-hl9rbu9g34] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-footer[b-hl9rbu9g34] {
    background-color: white;
    border-top: none;
    padding: 1.25rem;
}

[data-bs-theme="dark"] .card-footer[b-hl9rbu9g34] {
    background-color: #212529;
    border-top: none;
    padding: 1.25rem;
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/CompanyResearcher/CompanyResearcher.razor.rz.scp.css */
.btn-researcher[b-rmwlbjiia4] {
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    padding: 0.7rem 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 400px;
}

    .btn-researcher:hover[b-rmwlbjiia4] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .btn-researcher:active[b-rmwlbjiia4] {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    }

    .btn-researcher:focus[b-rmwlbjiia4] {
        outline: none;
    }

    .btn-researcher.disabled[b-rmwlbjiia4] {
        opacity: 0.6;
        cursor: not-allowed;
        pointer-events: none;
        transform: none;
        filter: grayscale(1);
    }

    .btn-researcher .icon[b-rmwlbjiia4] {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        transform: translateX(-10px);
        margin-left: -0.5rem;
        display: inline-flex;
        align-items: center;
        font-size: 1.1rem;
        position: relative;
        z-index: 2;
    }

    .btn-researcher:hover .icon[b-rmwlbjiia4] {
        opacity: 1;
        transform: translateX(0);
        margin-left: 0;
    }

    .btn-researcher .btn_text[b-rmwlbjiia4] {
        display: inline-block;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        font-weight: 500;
        letter-spacing: 0.3px;
        white-space: nowrap;
        position: relative;
        z-index: 2;
    }

    .btn-researcher:hover .btn_text[b-rmwlbjiia4] {
        letter-spacing: 0.5px;
    }

    .btn-researcher[b-rmwlbjiia4]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s;
        pointer-events: none;
        z-index: 1;
    }

    .btn-researcher:hover[b-rmwlbjiia4]::before {
        left: 100%;
    }

.researcherContainer[b-rmwlbjiia4] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 248, 248, 0.98) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(128, 233, 61, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Melhorar selects */
.form-select[b-rmwlbjiia4] {
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 0.65rem 1rem;
    transition: all 0.3s ease;
    background-color: white;
}

.form-select:hover[b-rmwlbjiia4] {
    border-color: rgba(128, 233, 61, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.form-select:focus[b-rmwlbjiia4] {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(128, 233, 61, 0.15);
    outline: none;
}

/* Responsividade */
@media (max-width: 767px) {
    .researcherContainer[b-rmwlbjiia4] {
        padding: 1.5rem !important;
    }

    .btn-researcher[b-rmwlbjiia4] {
        min-height: 48px;
    }

    .form-select[b-rmwlbjiia4] {
        min-height: 48px;
    }
}

@media (max-width: 575px) {
    .researcherContainer[b-rmwlbjiia4] {
        padding: 1.25rem !important;
        border-radius: 12px !important;
    }
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/CompanyResearcher/CompanyResearcherSSR.razor.rz.scp.css */
@media(max-width: 767px) {
    [b-laon11t5qn] .search-bar:has(:focus) {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1030;
        width: 100%;
        height: var(--navbar-height);
        align-items: center;
        display: flex;
        padding: 0 2rem;
        background-color: rgba(var(--bs-tertiary-bg-rgb), 1) !important;
    }
}

.btn-researcher[b-laon11t5qn] {
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    padding: 0.7rem 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 400px;
    height:100%;
}

    .btn-researcher:hover[b-laon11t5qn] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .btn-researcher:active[b-laon11t5qn] {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    }

    .btn-researcher:focus[b-laon11t5qn] {
        outline: none;
    }

    .btn-researcher.disabled[b-laon11t5qn] {
        opacity: 0.6;
        cursor: not-allowed;
        pointer-events: none;
        transform: none;
        filter: grayscale(1);
    }

    .btn-researcher .icon[b-laon11t5qn] {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        transform: translateX(-10px);
        margin-left: -0.5rem;
        display: inline-flex;
        align-items: center;
        font-size: 1.1rem;
        position: relative;
        z-index: 2;
    }

    .btn-researcher:hover .icon[b-laon11t5qn] {
        opacity: 1;
        transform: translateX(5px);
        margin-left: 0;
    }

    .btn-researcher .btn_text[b-laon11t5qn] {
        display: inline-block;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        font-weight: 500;
        letter-spacing: 0.3px;
        white-space: nowrap;
        position: relative;
        z-index: 2;
    }

    .btn-researcher:hover .btn_text[b-laon11t5qn] {
        letter-spacing: 0.5px;
    }

    .btn-researcher[b-laon11t5qn]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s;
        pointer-events: none;
        z-index: 1;
    }

    .btn-researcher:hover[b-laon11t5qn]::before {
        left: 100%;
    }

.researcherContainer[b-laon11t5qn] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 248, 248, 0.98) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(128, 233, 61, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Melhorar selects */
.form-select[b-laon11t5qn] {
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 0.65rem 1rem;
    transition: all 0.3s ease;
    background-color: white;
    cursor:pointer;
}

    .form-select:hover[b-laon11t5qn] {
        border-color: rgba(128, 233, 61, 0.3);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .form-select:focus[b-laon11t5qn] {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 4px rgba(128, 233, 61, 0.15);
        outline: none;
    }

/* Responsividade */
@media (max-width: 767px) {
    .researcherContainer[b-laon11t5qn] {
        padding: 1.5rem !important;
    }

    .btn-researcher[b-laon11t5qn] {
        min-height: 48px;
    }

    .form-select[b-laon11t5qn] {
        min-height: 48px;
    }
}

@media (max-width: 575px) {
    .researcherContainer[b-laon11t5qn] {
        padding: 1.25rem !important;
        border-radius: 12px !important;
    }
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/DetailsProductComponents/GaleryProduct.razor.rz.scp.css */

/* Galeria Swiper Styles */
#gallery-slider .swiper-carousel[b-72l5ni5ovk] {
    width: 100%;
}

#gallery-slider .thumb_gallery[b-72l5ni5ovk] {
    cursor: pointer;
    object-fit: cover;
}

#gallery-slider .swiper-slide[b-72l5ni5ovk] {
    display: flex;
    align-items: center;
    justify-content: center;
}

    #gallery-slider .swiper-slide img[b-72l5ni5ovk] {
        display: block;
    }

#gallery-slider .swiper-button-next[b-72l5ni5ovk],
#gallery-slider .swiper-button-prev[b-72l5ni5ovk] {
    color: white;
}

[b-72l5ni5ovk] #gallery-slider .swiper-pagination-bullet {
    background: White !important;
}

.thumbGaleriaSwiper .swiper-slide[b-72l5ni5ovk] {
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

#gallery-slider .thumbGaleriaSwiper .swiper-slide-thumb-active[b-72l5ni5ovk] {
    opacity: 1;
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/DetailsProductComponents/PlantsProduct.razor.rz.scp.css */
.nav-link[b-5fa8ok4ic4] {
    display: block;
    font-weight: 400 !important;
    color: var(--colorEmpreendimentoPrimary) !important;
    text-decoration: none;
    background: white !important;
    border: 2px solid white !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    border-radius: 0px !important;
}

    .nav-link span[b-5fa8ok4ic4] {
        color: var(--colorEmpreendimentoPrimary) !important;
    }

    .nav-link:hover[b-5fa8ok4ic4] {
        color: white !important;
        text-decoration: none;
        background: var(--colorEmpreendimentoPrimary) !important;
        border: 2px solid var(--colorEmpreendimentoPrimary) !important;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }

        .nav-link:hover span[b-5fa8ok4ic4] {
            color: white !important;
        }

.nav-pills .nav-link.active[b-5fa8ok4ic4], .nav-pills .show > .nav-link[b-5fa8ok4ic4] {
    color: white !important;
    background-color: var(--colorEmpreendimentoPrimary) !important;
    border: 2px solid var(--colorEmpreendimentoPrimary) !important;
}

    .nav-pills .nav-link.active span[b-5fa8ok4ic4], .nav-pills .show > .nav-link[b-5fa8ok4ic4] {
        color: white !important;
    }


    @media(max-width:663px) {
        .nav-link[b-5fa8ok4ic4] {
        width: 100%;
    }
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Forms/ContactFormAttachment.razor.rz.scp.css */
.drag-over[b-cifdsvq34l] {
    border-color: inherit !important;
    opacity: .5;
}

.label-container[b-cifdsvq34l] {
    position: relative;
    z-index: -1;
    border-style: dashed !important;
    border-width: 2px !important;
    border-radius: 0.25rem !important;
    border-color: transparent;
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Post/PostCard.razor.rz.scp.css */
/* CARD */
/* Hover do card */
.card.post-card[b-zzsbldzqkh] {
    border-radius: 0px;
    border: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

    /* Zoom da imagem contido dentro do container */
    .card.post-card .image-content[b-zzsbldzqkh] {
        overflow: hidden;
    }

    .card.post-card img.card-img-top[b-zzsbldzqkh] {
        height: 325px;
        object-fit: cover;
        border-radius: 0px;
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .post-card:hover img.card-img-top[b-zzsbldzqkh] {
        transform: scale(1.08);
    }
/* DATE */
.date[b-zzsbldzqkh] {
    margin: 20px 0px;
}

    .date span[b-zzsbldzqkh] {
        font-size: 0.925rem;
    }
.post-card-title[b-zzsbldzqkh] {
    font-family: Poppins;
    font-size: 1.525rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 19.5px */
    letter-spacing: -0.143px;
}


.limited-content[b-zzsbldzqkh] {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

/* style card category */
.post-category[b-zzsbldzqkh] {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 0.375rem 0.875rem;
    background: rgba(0, 0, 0, .25);
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    color: white;
    transition: all 0.3s ease;
    letter-spacing:1.5px;
    z-index: 1;
}

/* Card clic�vel */
.post-card[b-zzsbldzqkh] {
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Estilo do bot�o baseado no ButtonDefault */
.btn-default-style[b-zzsbldzqkh] {
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    padding: 0.7rem 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: auto;
    max-width: 400px;
}

    .btn-default-style .icon[b-zzsbldzqkh] {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        transform: translateX(-10px);
        margin-left: -0.5rem;
        display: inline-flex;
        align-items: center;
        font-size: 1.1rem;
        position: relative;
        z-index: 2;
    }

    .btn-default-style .btn_text[b-zzsbldzqkh] {
        display: inline-block;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        font-weight: 500;
        letter-spacing: 0.3px;
        white-space: nowrap;
        position: relative;
        z-index: 2;
    }

    /* Efeito de brilho ao passar o mouse (shine effect) */
    .btn-default-style[b-zzsbldzqkh]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s;
        pointer-events: none;
        z-index: 1;
    }

/* Customiza��o espec�fica do post-card */
.btn-home-post[b-zzsbldzqkh] {
    background-color: white !important;
    border: 2px solid var(--primary-color) !important;
    pointer-events: none;
}

/* Hover do card ativa as mudan�as no bot�o */
.post-card:hover .btn-default-style[b-zzsbldzqkh] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

    .post-card:hover .btn-default-style[b-zzsbldzqkh]::before {
        left: 100%;
    }

    .post-card:hover .btn-default-style .icon[b-zzsbldzqkh] {
        opacity: 1;
        transform: translateX(0);
        margin-left: 0;
    }

    .post-card:hover .btn-default-style .btn_text[b-zzsbldzqkh] {
        letter-spacing: 0.5px;
    }

.post-card:hover .btn-home-post[b-zzsbldzqkh] {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    box-shadow: 0 6px 20px rgba(128, 233, 61, 0.4) !important;
}

    .post-card:hover .btn-home-post .btn_text[b-zzsbldzqkh] {
        color: var(--dark-color) !important;
    }

    .post-card:hover .btn-home-post .icon[b-zzsbldzqkh] {
        color: var(--dark-color) !important;
    }

/* Responsividade */
@@media (max-width: 768px) {
    .btn-default-style[b-zzsbldzqkh] {
        max-width: 100%;
        padding: 0.7rem 1.25rem;
    }
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/ProductsComponents/ResearcherComponent.razor.rz.scp.css */
.productsFilter[b-ljiu20gqit] {
    background-color: var(--dark-color);
}

.form-select[b-ljiu20gqit] {
    background-size: 22px 22px;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23282828' viewBox='0 0 16 16'%3e%3cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e");
}

    .form-select:focus[b-ljiu20gqit] {
        border-color: white;
        outline: 0;
        box-shadow: none;
    }



/* Slider */
[b-ljiu20gqit] .noUi-origin {
    position: relative;
}

[b-ljiu20gqit] .noUi-target {
    background: #000; /* preto */
    border-radius: 4px;
    border: none;
    height: 6px; /* barra mais fina */
}

[b-ljiu20gqit] .noUi-handle {
    right: -10px !important;
    top: -13px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background: #fff; /* branco */
    border: 2px solid #000; /* borda preta */
    cursor: grab;
    box-shadow: none;
    transition: transform 0.2s;
}

    [b-ljiu20gqit] .noUi-handle::before,
    [b-ljiu20gqit] .noUi-handle::after {
        display: none !important;
        content: none !important;
    }

    [b-ljiu20gqit] .noUi-handle:hover {
        transform: scale(1.1);
    }

/* Tooltip */
[b-ljiu20gqit] .noUi-tooltip {
    background: var(--primary-color); /* verde */
    color: #000; /* texto preto */
    font-size: 11px; /* menor */
    padding: 2px 6px;
    border-radius: 4px;
    border: none;
}

[b-ljiu20gqit] .noUi-connect {
    background: var(--primary-color); /* também preta */
}

.productsFilter[b-ljiu20gqit] {
    background-color: var(--dark-color);
}

.form-select[b-ljiu20gqit] {
    background-size: 22px 22px;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23282828' viewBox='0 0 16 16'%3e%3cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e");
}

    .form-select:focus[b-ljiu20gqit] {
        border-color: white;
        outline: 0;
        box-shadow: none;
    }

/* Slider */
[b-ljiu20gqit] .noUi-origin {
    position: relative;
}

[b-ljiu20gqit] .noUi-target {
    background: #000;
    border-radius: 4px;
    border: none;
    height: 6px;
}

[b-ljiu20gqit] .noUi-handle {
    right: -10px !important;
    top: -13px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #000;
    cursor: grab;
    box-shadow: none;
    transition: transform 0.2s;
}

    [b-ljiu20gqit] .noUi-handle::before,
    [b-ljiu20gqit] .noUi-handle::after {
        display: none !important;
        content: none !important;
    }

    [b-ljiu20gqit] .noUi-handle:hover {
        transform: scale(1.1);
    }

[b-ljiu20gqit] .noUi-tooltip {
    background: var(--primary-color);
    color: #000;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
    border: none;
}

[b-ljiu20gqit] .noUi-connect {
    background: var(--primary-color);
}

.productsFilter[b-ljiu20gqit] {
    background-color: var(--dark-color);
}

.form-select[b-ljiu20gqit] {
    background-size: 22px 22px;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23282828' viewBox='0 0 16 16'%3e%3cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e");
}

    .form-select:focus[b-ljiu20gqit] {
        border-color: white;
        outline: 0;
        box-shadow: none;
    }

/* Slider */
[b-ljiu20gqit] .noUi-origin {
    position: relative;
}

[b-ljiu20gqit] .noUi-target {
    background: #000;
    border-radius: 4px;
    border: none;
    height: 6px;
}

[b-ljiu20gqit] .noUi-handle {
    right: -10px !important;
    top: -13px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #000;
    cursor: grab;
    box-shadow: none;
    transition: transform 0.2s;
}

    [b-ljiu20gqit] .noUi-handle::before,
    [b-ljiu20gqit] .noUi-handle::after {
        display: none !important;
        content: none !important;
    }

    [b-ljiu20gqit] .noUi-handle:hover {
        transform: scale(1.1);
    }

[b-ljiu20gqit] .noUi-tooltip {
    background: var(--primary-color);
    color: #000;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
    border: none;
}

[b-ljiu20gqit] .noUi-connect {
    background: var(--primary-color);
}

.advanced-filters[b-ljiu20gqit] {
    display: none;
}

.advanced-filters.show[b-ljiu20gqit] {
    display: block;
}

@media (min-width: 992px) {
    .advanced-filters[b-ljiu20gqit] {
        display: block;
    }
}

/* Responsividade dos Filtros Avançados */

/* Desktop: Filtros sempre visíveis */
/*@media (min-width: 992px) {
    .advanced-filters {
        display: block !important;
    }
}*/

/* Mobile: Filtros ocultos por padrão */
/*@media (max-width: 991.98px) {
    .advanced-filters {
        display: none;
    }

        .advanced-filters.show {
            display: block !important;
            animation: slideDown 0.3s ease-out;
        }
}*/

/* Animação suave para mobile */
@keyframes slideDown-b-ljiu20gqit {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Estilo do botão de filtros avançados */
#toggleFilters[b-ljiu20gqit] {
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
    transition: all 0.3s ease;
}

    #toggleFilters:hover[b-ljiu20gqit] {
        border-color: white;
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

    #toggleFilters:focus[b-ljiu20gqit] {
        border-color: white;
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
        color: white;
    }

/* Ajustes para telas muito pequenas */
@media (max-width: 576px) {
    .btn-researcher[b-ljiu20gqit],
    #toggleFilters[b-ljiu20gqit] {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem !important;
    }
}}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/ProductSearch/ProductSearch.razor.rz.scp.css */
/* Container Principal */
.product-search-section[b-598agpzhbn] {
    z-index: 10;
}

.productsFilter[b-598agpzhbn] {
    background: linear-gradient(135deg, var(--dark-color) 0%, #1a1a1a 100%);
    border-radius: 8px;
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(128, 233, 61, 0.1);
    position: relative;
    overflow: hidden;
    animation: fadeInUp-b-598agpzhbn 0.6s ease-out;
}

/* Barra de Pesquisa Principal */
.search-input-wrapper[b-598agpzhbn] {
    position: relative;
}

/* Transição suave para mudanças de layout */
.row > [class*="col-"][b-598agpzhbn] {
    transition: all 0.3s ease;
}

.search-icon[b-598agpzhbn] {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.25rem;
    z-index: 1;
}

.search-input[b-598agpzhbn] {
    height: 60px;
    padding-left: 3.5rem;
    padding-right: 1.5rem;
    background-color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #1a1a1a;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .search-input[b-598agpzhbn]::placeholder {
        color: rgba(0, 0, 0, 0.5);
    }

    .search-input:focus[b-598agpzhbn] {
        background-color: #ffffff;
        border-color: var(--primary-color);
        box-shadow: 0 0 0 4px rgba(128, 233, 61, 0.15);
        outline: none;
        color: #1a1a1a;
    }

    .search-input:focus ~ .search-icon[b-598agpzhbn] {
        color: var(--primary-color);
    }

/* Botão de Pesquisa */
.btn-search[b-598agpzhbn] {
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
    display: inline-block;
    width: 100%;
    background-color: var(--primary-color);
    height:100%;
}

    .btn-search:hover[b-598agpzhbn] {
        background-color: var(--primary-color);
        filter:brightness(1.2);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }
    .btn-search:focus[b-598agpzhbn] {
       outline:none!important;
    }
    .btn-search:focus[b-598agpzhbn] {
        outline: 2px solid #007bff;
        outline-offset: 2px;
    }

    .btn-search.disabled[b-598agpzhbn] {
        opacity: 0.6;
        cursor: not-allowed;
        pointer-events: none;
    }

    .btn-search .icon[b-598agpzhbn] {
        position: absolute;
        right: -60px;
        transition: all 0.3s ease;
        top: 50%;
        transform: translateY(-50%);
    }

    .btn-search:hover .icon[b-598agpzhbn] {
        right: 25px;
    }

    .btn-search .btn_text[b-598agpzhbn] {
        display: inline-block;
        transition: all 0.3s ease;
        font-weight: 400;
    }

    .btn-search:hover .btn_text[b-598agpzhbn] {
        margin-right: 45px;
    }

/* Botão de Limpar Filtros */
.btn-clear[b-598agpzhbn] {
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.15);
    display: inline-block;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    color: rgba(255, 255, 255, 0.9);
    height: 100%;
    backdrop-filter: blur(10px);
    font-weight: 400;
}

    .btn-clear:hover[b-598agpzhbn] {
        background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(220, 38, 38, 0.1) 100%);
        border-color: rgba(239, 68, 68, 0.5);
        box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2), 0 0 0 1px rgba(239, 68, 68, 0.1);
        color: #fecaca;
        transform: translateY(-1px);
    }

    .btn-clear:active[b-598agpzhbn] {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(239, 68, 68, 0.15);
    }

    .btn-clear:focus[b-598agpzhbn] {
        outline: none !important;
        box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
    }

    .btn-clear.disabled[b-598agpzhbn],
    .btn-clear:disabled[b-598agpzhbn] {
        opacity: 0.4;
        cursor: not-allowed;
        pointer-events: none;
        transform: none;
        filter: grayscale(1);
    }

    .btn-clear .icon[b-598agpzhbn] {
        position: absolute;
        right: -60px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.1rem;
    }

    .btn-clear:hover .icon[b-598agpzhbn] {
        right: 20px;
        transform: translateY(-50%) rotate(90deg);
    }

    .btn-clear .btn_text[b-598agpzhbn] {
        display: inline-block;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        font-weight: 500;
        letter-spacing: 0.3px;
    }

    .btn-clear:hover .btn_text[b-598agpzhbn] {
        margin-right: 45px;
        letter-spacing: 0.5px;
    }

    /* Efeito de brilho ao passar o mouse */
    .btn-clear[b-598agpzhbn]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        transition: left 0.5s;
    }

    .btn-clear:hover[b-598agpzhbn]::before {
        left: 100%;
    }

/* Selects Customizados */
.select-wrapper[b-598agpzhbn] {
    position: relative;
}

.custom-select[b-598agpzhbn] {
    height: 54px;
    background-color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px;
    color: #1a1a1a !important;
    padding-left: 1.25rem;
    padding-right: 3rem;
    font-size: 0.95rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background-image: none !important;
}

    .custom-select[b-598agpzhbn]::-ms-expand {
        display: none;
    }

    .custom-select:focus[b-598agpzhbn] {
        background-color: #ffffff !important;
        border-color: var(--primary-color) !important;
        box-shadow: 0 0 0 4px rgba(128, 233, 61, 0.15);
        outline: none;
        color: #1a1a1a !important;
    }

    .custom-select option[b-598agpzhbn] {
        background-color: #ffffff;
        color: #1a1a1a;
        padding: 0.75rem;
    }

        .custom-select option:disabled[b-598agpzhbn] {
            color: rgba(0, 0, 0, 0.5);
        }

    .custom-select option:first-child[b-598agpzhbn] {
        color: rgba(0, 0, 0, 0.6);
    }

.select-arrow[b-598agpzhbn] {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--dark-color);
    pointer-events: none;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.select-wrapper:hover .select-arrow[b-598agpzhbn] {
    transform: translateY(-50%) scale(1.1);
}

.select-wrapper:has(.custom-select:focus) .select-arrow[b-598agpzhbn] {
    color: var(--primary-color);
}

/* Slider de Metragem */
.slider-wrapper[b-598agpzhbn] {
    background-color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 1rem 1.25rem;
    height: 54px;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

    .slider-wrapper:hover[b-598agpzhbn] {
        background-color: #ffffff;
        border-color: var(--primary-color);
        box-shadow: 0 0 0 4px rgba(128, 233, 61, 0.1);
    }

.slider-label[b-598agpzhbn] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.9rem;
    white-space: nowrap;
    margin: 0;
    display: flex;
    align-items: center;
}

    .slider-label i[b-598agpzhbn] {
        color: var(--primary-color);
    }

.slider-container[b-598agpzhbn] {
    flex: 1;
    min-width: 0;
}

/* Estilização do noUiSlider */
[b-598agpzhbn] .noUi-origin {
    position: relative;
}


[b-598agpzhbn] .noUi-target {
    background: rgba(0, 0, 0, 0.1);
    border: none;
    box-shadow: none;
    border-radius: 4px;
    height: 6px;
}

[b-598agpzhbn] .noUi-base {
    height: 6px;
}

[b-598agpzhbn] .noUi-handle {
    background: var(--primary-color);
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    width: 20px !important;
    height: 20px !important;
    right: -10px;
    top: -13px !important;
    transition: transform 0.2s;
}

    [b-598agpzhbn] .noUi-handle:before,
    [b-598agpzhbn] .noUi-handle:after {
        display: none;
    }

    [b-598agpzhbn] .noUi-handle:hover {
        transform: scale(1.2);
    }

    [b-598agpzhbn] .noUi-handle:active {
        transform: scale(1.1);
    }

[b-598agpzhbn] .noUi-tooltip {
    background: var(--primary-color);
    color: #000;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
    border: none;
}

[b-598agpzhbn] .noUi-connect {
    background: var(--primary-color);
}

/* Responsividade */
@media (max-width: 991px) {
    .productsFilter[b-598agpzhbn] {
        padding: 2rem 1.5rem;
        border-radius: 8px;
    }

    .search-input[b-598agpzhbn],
    .btn-search[b-598agpzhbn],
    .custom-select[b-598agpzhbn],
    .slider-wrapper[b-598agpzhbn] {
        height: 52px;
    }

        .btn-search .btn_text[b-598agpzhbn] {
            font-size: 0.95rem;
        }
}

@media (max-width: 767px) {
    .productsFilter[b-598agpzhbn] {
        padding: 1.5rem 1rem;
        border-radius: 6px;
    }

    .search-input[b-598agpzhbn] {
        height: 50px;
        font-size: 0.9rem;
        padding-left: 3rem;
    }

    .search-icon[b-598agpzhbn] {
        font-size: 1.1rem;
        left: 1rem;
    }

    .btn-search[b-598agpzhbn] {
        height: 50px;
    }

        .btn-search:hover .icon[b-598agpzhbn] {
            right: 1rem;
        }

    .custom-select[b-598agpzhbn] {
        height: 50px;
        font-size: 0.9rem;
    }

    .slider-wrapper[b-598agpzhbn] {
        height: auto;
        min-height: 50px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 0.875rem 1rem;
    }

    .slider-label[b-598agpzhbn] {
        font-size: 0.85rem;
    }

    .slider-container[b-598agpzhbn] {
        width: 100%;
    }
}

/* Animações */
@keyframes fadeInUp-b-598agpzhbn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/ProductSearch/ProductSearchSSR.razor.rz.scp.css */
.productsFilter[b-914pwu46ua] {
    background: linear-gradient(135deg, var(--dark-color) 0%, #1a1a1a 100%);
    border-radius: 8px;
    padding: 2.3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(128, 233, 61, 0.1);
    position: relative;
    overflow: hidden;
    animation: fadeInUp-b-914pwu46ua 0.6s ease-out;
    margin-top: -4.5rem!important;
}

[b-914pwu46ua] .search-input-wrapper {
    position: relative;
}

/* Transi��o suave para mudan�as de layout */
[b-914pwu46ua] .row > [class*="col-"] {
    transition: all 0.3s ease;
}

[b-914pwu46ua] .search-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.25rem;
    z-index: 1;
}

[b-914pwu46ua] .search-input {
    height: 60px;
    padding-left: 3.5rem;
    padding-right: 1.5rem;
    background-color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #1a1a1a;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    [b-914pwu46ua] .search-input::placeholder {
        color: rgba(0, 0, 0, 0.5);
    }

    [b-914pwu46ua] .search-input:focus {
        background-color: #ffffff;
        border: solid 3px var(--primary-color);
        box-shadow: none;
        outline: none;
        color: #1a1a1a;
    }

        [b-914pwu46ua] .search-input:focus ~ .search-icon {
            color: var(--primary-color);
        }

[b-914pwu46ua] .btn-search {
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    padding: 0.7rem 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    background-color: var(--primary-color);
    height: 100%;
}

    [b-914pwu46ua] .btn-search:hover {
        background-color: var(--primary-color);
        filter: brightness(1.2);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    [b-914pwu46ua] .btn-search:focus {
        outline: none;
    }

    [b-914pwu46ua] .btn-search.disabled {
        opacity: 0.6;
        cursor: not-allowed;
        pointer-events: none;
    }

    [b-914pwu46ua] .btn-search .icon {
        transition: all 0.3s ease;
        opacity: 0;
        transform: translateX(-10px);
        margin-left: -0.5rem;
        display: inline-flex;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    [b-914pwu46ua] .btn-search:hover .icon {
        opacity: 1;
        transform: translateX(5px);
        margin-left: 0;
    }

    [b-914pwu46ua] .btn-search .btn_text {
        display: inline-block;
        transition: all 0.3s ease;
        font-weight: 400;
        white-space: nowrap;
        position: relative;
        z-index: 2;
    }

[b-914pwu46ua] .btn-clear {
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    padding: 0.7rem 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    color: rgba(255, 255, 255, 0.9);
    height: 100%;
    backdrop-filter: blur(10px);
    font-weight: 400;
}

    [b-914pwu46ua] .btn-clear:hover {
        background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(220, 38, 38, 0.1) 100%);
        border-color: rgba(239, 68, 68, 0.5);
        box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2), 0 0 0 1px rgba(239, 68, 68, 0.1);
        color: #fecaca;
        transform: translateY(-1px);
    }

    [b-914pwu46ua] .btn-clear:active {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(239, 68, 68, 0.15);
    }

    [b-914pwu46ua] .btn-clear:focus {
        outline: none !important;
        box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
    }

    [b-914pwu46ua] .btn-clear.disabled,
    [b-914pwu46ua] .btn-clear:disabled {
        opacity: 0.4;
        cursor: not-allowed;
        pointer-events: none;
        transform: none;
        filter: grayscale(1);
    }

    [b-914pwu46ua] .btn-clear .icon {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        transform: translateX(-10px) rotate(0deg);
        margin-left: -0.5rem;
        display: inline-flex;
        align-items: center;
        font-size: 1.1rem;
        position: relative;
        z-index: 2;
    }

    [b-914pwu46ua] .btn-clear:hover .icon {
        opacity: 1;
        transform: translateX(5px) rotate(90deg);
        margin-left: 0;
    }

    [b-914pwu46ua] .btn-clear .btn_text {
        display: inline-block;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        font-weight: 500;
        letter-spacing: 0.3px;
        white-space: nowrap;
        position: relative;
        z-index: 2;
    }

    [b-914pwu46ua] .btn-clear:hover .btn_text {
        letter-spacing: 0.5px;
    }

[b-914pwu46ua] .select-wrapper {
    position: relative;
}

[b-914pwu46ua] .custom-select {
    height: 54px;
    background-color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px;
    color: #1a1a1a !important;
    padding-left: 1.25rem;
    padding-right: 3rem;
    font-size: 0.95rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background-image: none !important;
}

    [b-914pwu46ua] .custom-select::-ms-expand {
        display: none;
    }

    [b-914pwu46ua] .custom-select:focus {
        background-color: #ffffff !important;
        border-color: var(--primary-color) !important;
        box-shadow: 0 0 0 4px rgba(128, 233, 61, 0.15);
        outline: none;
        color: #1a1a1a !important;
    }

    [b-914pwu46ua] .custom-select option {
        background-color: #ffffff;
        color: #1a1a1a;
        padding: 0.75rem;
    }

        [b-914pwu46ua] .custom-select option:disabled {
            color: rgba(0, 0, 0, 0.5);
        }

        [b-914pwu46ua] .custom-select option:first-child {
            color: rgba(0, 0, 0, 0.6);
        }

[b-914pwu46ua] .select-arrow {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--dark-color);
    pointer-events: none;
    font-size: 1rem;
    transition: all 0.3s ease;
}

[b-914pwu46ua] .select-wrapper:hover .select-arrow {
    transform: translateY(-50%) scale(1.1);
}

[b-914pwu46ua] .select-wrapper:has(.custom-select:focus) .select-arrow {
    color: var(--primary-color);
}

[b-914pwu46ua] .slider-wrapper {
    background-color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 1rem 1.25rem;
    height: 54px;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

[b-914pwu46ua] .slider-wrapper:hover {
    background-color: #ffffff;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(128, 233, 61, 0.1);
}

[b-914pwu46ua] .slider-label {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.9rem;
    white-space: nowrap;
    margin: 0;
    display: flex;
    align-items: center;
}

[b-914pwu46ua] .slider-label i {
    color: var(--primary-color);
}

[b-914pwu46ua] .slider-container {
    flex: 1;
    min-width: 0;
}

[b-914pwu46ua] .noUi-origin {
    position: relative;
}

[b-914pwu46ua] .noUi-target {
    background: rgba(0, 0, 0, 0.1);
    border: none;
    box-shadow: none;
    border-radius: 4px;
    height: 6px;
}

[b-914pwu46ua] .noUi-base {
    height: 6px;
}

[b-914pwu46ua] .noUi-handle {
    background: var(--primary-color);
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    width: 20px !important;
    height: 20px !important;
    right: -10px;
    top: -13px !important;
    transition: transform 0.2s;
}

    [b-914pwu46ua] .noUi-handle:before,
    [b-914pwu46ua] .noUi-handle:after {
        display: none;
    }

    [b-914pwu46ua] .noUi-handle:hover {
        transform: scale(1.2);
    }

    [b-914pwu46ua] .noUi-handle:active {
        transform: scale(1.1);
    }

[b-914pwu46ua] .noUi-tooltip {
    background: var(--primary-color);
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    border: none;
    bottom: 100%;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

    [b-914pwu46ua] .noUi-tooltip::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: var(--primary-color) transparent transparent transparent;
    }

[b-914pwu46ua] .noUi-connect {
    background: var(--primary-color);
}

/* Responsividade */
@media (max-width: 1024px) {
        [b-914pwu46ua] .btn-search:hover .icon {
            right: 12%;
        }
}

/* Responsividade */
@media (max-width: 992px) {
    [b-914pwu46ua] .productsFilter {
        padding: 1rem 1rem;
        border-radius: 8px;
    }

    [b-914pwu46ua] .search-input,
    [b-914pwu46ua] .btn-search,
    [b-914pwu46ua] .btn-clear,
    [b-914pwu46ua] .custom-select,
    [b-914pwu46ua] .slider-wrapper {
        height: 52px;
    }

    [b-914pwu46ua] .btn-search .btn_text,
    [b-914pwu46ua] .btn-clear .btn_text {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
   [b-914pwu46ua] .productsFilter {
        padding: 1.5rem 1rem;
        border-radius: 6px;
    }

    [b-914pwu46ua] .search-input {
        height: 50px;
        font-size: 0.9rem;
        padding-left: 3rem;
    }

    [b-914pwu46ua] .search-icon {
        font-size: 1.1rem;
        left: 1rem;
    }

    [b-914pwu46ua] .btn-search,
    [b-914pwu46ua] .btn-clear {
        height: 50px;
    }

    [b-914pwu46ua] .custom-select {
        height: 50px;
        font-size: 0.9rem;
    }

    [b-914pwu46ua] .slider-wrapper {
        height: auto;
        min-height: 50px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 0.875rem 1rem;
    }

    [b-914pwu46ua] .slider-label {
        font-size: 0.85rem;
    }

    [b-914pwu46ua] .slider-container {
        width: 100%;
    }
    
    [b-914pwu46ua] .noUi-tooltip {
        font-size: 11px;
        padding: 3px 8px;
    }
}
@media (max-width: 420px) {
    [b-914pwu46ua] .btn-search:hover .icon {
        right: 25%;
    }
}
    /* Anima��es */
    @keyframes fadeInUp-b-914pwu46ua {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /*
@media(max-width: 767px) {
    ::deep .search-bar:has(:focus) {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1030;
        width: 100%;
        height: var(--navbar-height);
        align-items: center;
        display: flex;
        padding: 0 2rem;
        background-color: rgba(var(--bs-tertiary-bg-rgb), 1) !important;
    }
}*/
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/SearchFilters/NsSearchFilterBase.razor.rz.scp.css */
@media(max-width: 767px) {
    [b-kv8og7ucwq] .search-bar:has(:focus) {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1030;
        width: 100%;
        height: var(--navbar-height);
        align-items: center;
        display: flex;
        padding: 0 2rem;
        background-color: rgba(var(--bs-tertiary-bg-rgb), 1) !important;
    }
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Sections/About/BigNumbers.razor.rz.scp.css */
.big-number-card[b-caql7v137v] {
    width: 100%;
    max-width: 200px;
    aspect-ratio: 0.72;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

    .big-number-card:hover[b-caql7v137v] {
        transform: translateY(-8px);
    }

.big-number-bg[b-caql7v137v] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

    .big-number-bg img[b-caql7v137v] {
        object-fit: contain;
        object-position: center;
        filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
    }

.big-number-content[b-caql7v137v] {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.big-number-value[b-caql7v137v] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.big-number-description[b-caql7v137v] {
    font-size: clamp(0.85rem, 1.5vw, 1.20rem);
    font-weight: 500;
    color: #2c3e50;
    margin: 0 auto;
}

/* Responsividade aprimorada */
@@media (max-width: 991.98px) {
    .big-number-card[b-caql7v137v] {
        max-width: 180px;
        padding: 1.25rem 0.875rem;
    }

    .big-number-value[b-caql7v137v] {
        font-size: clamp(2rem, 6vw, 3rem);
    }

    .big-number-description[b-caql7v137v] {
        font-size: clamp(0.75rem, 2vw, 0.95rem);
        max-width: 120px;
    }
}

@@media (max-width: 575.98px) {
    .big-number-card[b-caql7v137v] {
        max-width: 160px;
        padding: 1rem 0.75rem;
    }

        .big-number-card:hover[b-caql7v137v] {
            transform: translateY(-4px);
        }

    .big-number-value[b-caql7v137v] {
        font-size: clamp(1.75rem, 7vw, 2.5rem);
        margin-bottom: 0.5rem;
    }

    .big-number-description[b-caql7v137v] {
        font-size: clamp(0.7rem, 2.5vw, 0.875rem);
        max-width: 110px;
    }
}

/* Animação suave ao carregar */
@@keyframes fadeInScale {
    from[b-caql7v137v] {
        opacity: 0;
        transform: scale(0.9);
    }

    to[b-caql7v137v] {
        opacity: 1;
        transform: scale(1);
    }
}

.big-number-card[b-caql7v137v] {
    animation: fadeInScale 0.5s ease-out backwards;
}

    /* Acessibilidade - Foco visível */
    .big-number-card:focus-visible[b-caql7v137v] {
        outline: 2px solid var(--bs-primary);
        outline-offset: 4px;
        border-radius: 8px;
    }
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Sections/Home/EnterprisesSlider.razor.rz.scp.css */
.btn-enterprise[b-beg07anv75] {
    font-size: 1.225rem;
    color: var(--dark-color) !important;
}

    .btn-enterprise:hover[b-beg07anv75] {
        font-weight: 600;
        color: var(--primary-color) !important;
    }

.swiper-button-Enterprise-prev[b-beg07anv75],
.swiper-button-Enterprise-next[b-beg07anv75] {
    color: var(--black-color);
    top: 55%;
}

.swiper-button-Enterprise-prev[b-beg07anv75] {
    left: -3rem;
}

.swiper-button-Enterprise-next[b-beg07anv75] {
    right: -3rem;
}

.swiper-carousel[b-beg07anv75] {
    padding: 1rem 0;
}

.swiper-button-Enterprise-prev[b-beg07anv75],
.swiper-button-Enterprise-next[b-beg07anv75] {
    transition: all 0.3s ease;
}

    .swiper-button-Enterprise-prev:hover[b-beg07anv75],
    .swiper-button-Enterprise-next:hover[b-beg07anv75] {
        transform: scale(1.1);
        opacity: 0.9;
    }

.swiper-pagination-bullet-active[b-beg07anv75] {
    background-color: #80e93d !important;
    transform: scale(1.2);
    transition: all 0.3s ease;
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Selects/NsMultiselect.razor.rz.scp.css */
.ns-multiselect > .dropdown-menu > li[b-uystqvnoow] {
    padding: 0 0 0 .5rem;
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Sliders/Partners.razor.rz.scp.css */
[b-1768g4mh19] .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-1768g4mh19] .swiper-slide > img {
    max-height: 150px;
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Timeline/Timeline.razor.rz.scp.css */
/* Contêiner principal */
.slider-container[b-eohtekdlkq] {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Slider */
.slider[b-eohtekdlkq] {
    display: flex;
    transition: transform 0.5s ease;
}

.slide[b-eohtekdlkq] {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

/* Botões de navegação */
.nav-btn[b-eohtekdlkq] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    background: transparent;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
}

    .nav-btn:hover[b-eohtekdlkq] {
        background: transparent;
    }

    .nav-btn.prev[b-eohtekdlkq] {
        left: 10px;
    }

    .nav-btn.next[b-eohtekdlkq] {
        right: 10px;
    }

/* Barra de Progresso */
.progress-bar[b-eohtekdlkq] {
    position: relative;
    width: 100%;
    height: 8px;
    background-color: #ddd;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.progress[b-eohtekdlkq] {
    height: 100%;
    background-color: #80E93D;
    display: flex;
    align-items: center;
    border-radius: 5px;
    transition: width 0.3s ease-in-out;
}

/* Indicador de progresso (Logo flutuante) */
#div_progress_logo[b-eohtekdlkq] {
    position: absolute;
    top: 1.2rem; /* Posiciona acima da barra */
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: left 0.3s ease-in-out;
    z-index: 2; /* Garante que fique acima da barra */
}

/* Animação de pulsação */
@keyframes pulse-b-eohtekdlkq {
    0% {
        transform: scale(1);
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
    }

    50% {
        transform: scale(1.15);
        /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);*/
    }

    100% {
        transform: scale(1);
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
    }
}

/* Logo com efeito de pulsação */
.logo[b-eohtekdlkq] {
    width: 35px;
    height: 35px;
    background-size: cover;
    background-position: center;
    background-image: url('/images/sobre/icone-mitt.png');
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
    animation: pulse-b-eohtekdlkq 1.5s infinite;
    cursor: grab;
}

/* Ajuste fino para a logo no desktop */
@media (min-width: 992px) {
    #div_progress_logo[b-eohtekdlkq] {
        transform: translateX(5px); /* Remove o excesso de 5px */
    }
}

/* Ano atual */
#currentYear[b-eohtekdlkq] {
    position: absolute;
    top: 30px; /* Ajusta para ficar logo abaixo da logo */
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
    font-weight: 300;
}

/* Imagem do timeline */
.img_timeline[b-eohtekdlkq] {
    background-size: cover;
    height: 325px;
    width: 100%;
    border-radius: 28px;
}

/* Texto e conteúdo */
.content span[b-eohtekdlkq] {
    width: max-content;
    border-bottom: 2px solid #80E93D;
}

.content p[b-eohtekdlkq] {
    font-size: 1.1rem;
    margin: 0;
}

p[b-eohtekdlkq] {
    margin: 0;
}

/* Ajustes para telas menores */
@media (max-width: 993px) {
    .img_timeline[b-eohtekdlkq] {
        height: 250px;
    }

    p[b-eohtekdlkq] {
        font-size: 0.85rem !important;
    }
}

/* Ajuste específico para mobile no final da barra */
@media (max-width: 576px) {
    .nav-btn[b-eohtekdlkq] {
        padding: 8px;
        font-size: 0.8rem;
    }

    .logo[b-eohtekdlkq] {
        width: 30px;
        height: 30px;
    }

    #div_progress_logo[b-eohtekdlkq] {
        transform: translateX(15px); /* Remove qualquer desalinhamento no mobile */
    }

    #currentYear[b-eohtekdlkq] {
        font-size: 0.8rem;
        top: 25px; /* Ajusta para telas menores */
    }

    #div_progress_logo[b-eohtekdlkq] {
        position: absolute;
        top: -1rem; /* Posiciona acima da barra */
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: left 0.3s ease-in-out;
        z-index: 2; /* Garante que fique acima da barra */
    }
}

/* ===== TÍTULO (ANO) - ESTILO SIMPLES ===== */
.timeline-title[b-eohtekdlkq] {
    font-size: 4rem;
    font-weight: bold;
    color: #80E93D;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    display: inline-block;
}
