@import '_content/ThemeComponents/ThemeComponents.i1e515873l.bundle.scp.css';

/* _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 */
/* Scroll suave global */
html[b-mk3t6c3msc] {
    scroll-behavior: smooth;
    scroll-padding-top: 120px; /* Espaço para a navbar fixa */
}

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;
}

.navbar.fixed-top[b-mk3t6c3msc] {
    /*height: 135px;*/
}

@media(max-width: 635px) {
    .navbar.fixed-top[b-mk3t6c3msc] {
        height: 80px;
    }
}

@font-face {
    font-family: 'gotham-light';
    src: url(/fonts/Gotham-Light.otf) format('opentype');
}

.nav-text[b-mk3t6c3msc] {
    color: #B1B1B1 !important;
    line-height: 16px !important;
    letter-spacing: 0.2em !important;
    font-family: 'gotham-light' !important;
}

/* Animação de respiração para a logo */
@keyframes breathe-b-mk3t6c3msc {
    0%, 100% {
        transform: scale(0.96);
        opacity: 0.9;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

.logo-top[b-mk3t6c3msc], .logo-scrolled[b-mk3t6c3msc] {
    animation: breathe-b-mk3t6c3msc 5s ease-in-out infinite;
    transform-origin: center center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

    /* Pausa a animação quando houver hover para não interferir com outras interações */
    .logo-top:hover[b-mk3t6c3msc], .logo-scrolled:hover[b-mk3t6c3msc] {
        animation-play-state: paused;
        transform: scale(1.02);
        opacity: 1;
    }

#mainNavbar[b-mk3t6c3msc] {
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}




    #mainNavbar:not(.navbar-scrolled) .nav-link:hover[b-mk3t6c3msc] {
        color: #e9ecef !important;
    }

#mainNavbarMobile:not(.navbar-scrolled) .navbar-toggler-icon[b-19o9fyd770][b-mk3t6c3msc] {
    filter: none;
}

#mainNavbarMobile.navbar-scrolled .navbar-toggler-icon[b-19o9fyd770][b-mk3t6c3msc] {
    filter: invert(1);
}

#mainNavbarMobile:not(.navbar-scrolled) .btn-close[b-mk3t6c3msc] {
    filter: none;
}

#mainNavbarMobile.navbar-scrolled .btn-close[b-mk3t6c3msc] {
    filter: invert(1) brightness(2); /* Aplica o filtro de inversão após o scroll */
}


/* Mostra o logo de rolagem e esconde o logo do topo */
#mainNavbar.navbar-scrolled .logo-scrolled[b-mk3t6c3msc] {
    display: block !important;
}

#mainNavbar.navbar-scrolled .logo-top[b-mk3t6c3msc] {
    display: none !important;
}

/* Restaura a cor padrão dos links e ícones (Bootstrap vai cuidar disso) */
#mainNavbar.navbar-scrolled .nav-link[b-mk3t6c3msc],
#mainNavbar.navbar-scrolled #themeDropdownButton[b-mk3t6c3msc] {
    color: inherit; /* 'inherit' permite que o tema do Bootstrap (light/dark) defina a cor */
}

/* Restaura a cor padrão do ícone do menu hamburguer */
#mainNavbar.navbar-scrolled .navbar-toggler-icon[b-mk3t6c3msc] {
    filter: none;
}


#mainNavbar:not(.navbar-scrolled) .nav-link.active[b-mk3t6c3msc], #mainNavbar.navbar-scrolled .nav-link.active[b-mk3t6c3msc] {
    font-weight: 900;
}

/*Mobile css*/

#mainNavbarMobile[b-mk3t6c3msc] {
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}

    /* Cor dos links e ícones no estado inicial (transparente) */
    #mainNavbarMobile:not(.navbar-scrolled) .nav-link[b-mk3t6c3msc],
    #mainNavbarMobile:not(.navbar-scrolled) #themeDropdownButton[b-mk3t6c3msc] {
        color: #ffffff !important;
    }

        #mainNavbarMobile:not(.navbar-scrolled) .nav-link:hover[b-mk3t6c3msc] {
            color: #e9ecef;
        }



    /* Estilos quando a classe .navbar-scrolled é adicionada via JS */

    /* Mostra o logo de rolagem e esconde o logo do topo */
    #mainNavbarMobile.navbar-scrolled .logo-scrolled[b-mk3t6c3msc] {
        display: block !important;
    }

    #mainNavbarMobile.navbar-scrolled .logo-top[b-mk3t6c3msc] {
        display: none !important;
    }

    /* Restaura a cor padrão dos links e ícones (Bootstrap vai cuidar disso) */
    #mainNavbarMobile.navbar-scrolled .nav-link[b-mk3t6c3msc],
    #mainNavbarMobile.navbar-scrolled #themeDropdownButton[b-mk3t6c3msc] {
        color: inherit; /* 'inherit' permite que o tema do Bootstrap (light/dark) defina a cor */
    }

    /* Restaura a cor padrão do ícone do menu hamburguer */
    #mainNavbarMobile.navbar-scrolled .navbar-toggler-icon[b-mk3t6c3msc] {
        filter: none;
    }

    #mainNavbarMobile:not(.navbar-scrolled) .nav-link[b-mk3t6c3msc] {
        color: #ffffff !important;
    }

    #mainNavbarMobile.navbar-scrolled .nav-link[b-mk3t6c3msc] {
        color: #000000 !important;
    }

        #mainNavbarMobile:not(.navbar-scrolled) .nav-link.active[b-mk3t6c3msc], #mainNavbarMobile.navbar-scrolled .nav-link.active[b-mk3t6c3msc] {
            font-weight: 900;
        }


/* --- ESTILOS DO DROPDOWN --- */

/* "Ponte" invisível para evitar que o menu pisque no hover */
.navbar .dropdown[b-mk3t6c3msc] {
    padding-bottom: 15px;
    margin-bottom: -15px;
}

/* Habilita dropdown com hover e corrige posição APENAS NO DESKTOP */
@media (min-width: 992px) {

    .dropdown:hover .dropdown-menu[b-mk3t6c3msc] {
        display: block; /* Mostra o menu no hover */
        top: 100%; /* Posiciona abaixo do link */
        margin-top: 0; /* Garante que não haja margem extra */
        opacity: 1;
        visibility: visible;
    }
}


/*Test*/
/* Dropdown abre no hover */
.dropdown:hover .dropdown-menu[b-mk3t6c3msc] {
    display: block;
    animation: fadeIn-b-mk3t6c3msc 0.3s ease-out;
}

/* Animação */
@keyframes fadeIn-b-mk3t6c3msc {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mantém estilo das nav-links */
.nav-text[b-mk3t6c3msc] {
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #3D405B;
    transition: color 0.3s;
}

    .nav-text:hover[b-mk3t6c3msc] {
        color: #3a86ff;
    }

/* Dropdown custom */
.drop-down-text[b-mk3t6c3msc] {
    font-size: 0.9rem;
}

    .drop-down-text small[b-mk3t6c3msc] {
        font-size: 0.75rem;
    }


.navbar-toggler[b-mk3t6c3msc] {
    border: none;
}



/* Base do efeito glass: mantém flex e centralização, aplica padding, blur e borda arredondada */
.glass[b-mk3t6c3msc] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px !important; /* sobrescreve p-0 quando necessário */
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid transparent;
    transition: background-color .3s ease, box-shadow .3s ease, border-color .3s ease;
}

    /* Estado claro (bg-white) com baixa opacidade */
    .glass.bg-white[b-mk3t6c3msc] {
        background: rgba(255, 255, 255, 0.15) !important;
        border-color: rgba(255, 255, 255, 0.35) !important;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    }

    /* Estado escuro (bg-black) com baixa opacidade e sombra mais intensa */
   
        .glass.bg-black[b-mk3t6c3msc] {
            background: rgb(0 0 0 / 65%) !important;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
        }
    

/* Legibilidade no desktop quando o fundo estiver escuro */
#mainNavbar.navbar-scrolled.bg-black .nav-link[b-mk3t6c3msc],
#mainNavbar.navbar-scrolled.bg-black .drop-down-text[b-mk3t6c3msc] {
    color: #ffffff !important;
}

    #mainNavbar.navbar-scrolled.bg-black .nav-link:hover[b-mk3t6c3msc] {
        color: #e9ecef !important;
    }

/* Legibilidade do offcanvas header em fundo escuro */
#offcanvasNavbarheader.bg-black[b-mk3t6c3msc] {
    color: #ffffff;
}

/* Mantém logos pequenas e com proporção correta (sem distorção) */
#mainNavbarMobile .navbar-brand .logo-top[b-mk3t6c3msc],
#mainNavbarMobile .navbar-brand .logo-scrolled[b-mk3t6c3msc] {
    height: 30px;
    width: auto;
}

#offcanvasNavbarheader .navbar-brand .logo-top[b-mk3t6c3msc],
#offcanvasNavbarheader .navbar-brand .logo-scrolled[b-mk3t6c3msc] {
    height: 44px;
    width: auto;
}

#mainNavbar .logo-top[b-mk3t6c3msc],
#mainNavbar .logo-scrolled[b-mk3t6c3msc] {
    height: 64px;
    width: auto;
}

/* Evita interferência de estilos globais (como img-fluid) */
#mainNavbar img.logo-top[b-mk3t6c3msc],
#mainNavbar img.logo-scrolled[b-mk3t6c3msc],
#mainNavbarMobile img.logo-top[b-mk3t6c3msc],
#mainNavbarMobile img.logo-scrolled[b-mk3t6c3msc],
#offcanvasNavbarheader img.logo-top[b-mk3t6c3msc],
#offcanvasNavbarheader img.logo-scrolled[b-mk3t6c3msc] {
    max-width: none;
    display: block;
}

/* Cor do ícone do botão de busca (padrão: preto; após scroll: branco) */
#mainNavbarMobile .search-button i[b-mk3t6c3msc] {
    color: #000 !important; /* padrão preto */
    transition: color .2s ease-in-out;
}

#mainNavbarMobile.navbar-scrolled .search-button i[b-mk3t6c3msc] {
    color: #fff !important; /* após scroll fica branco */
}

/* Evita clipping do conteúdo do offcanvas nas bordas do navbar */
#mainNavbar[b-mk3t6c3msc],
#mainNavbarMobile[b-mk3t6c3msc] {
    overflow: visible;
}

/* Garante pilha correta e aceleração de composição no iOS */
.offcanvas[b-mk3t6c3msc] {
    z-index: 1045; /* acima do navbar (1020) */
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* Suaviza a transição do backdrop do overlay do offcanvas no Safari */
.offcanvas-backdrop.show[b-mk3t6c3msc] {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

/* Mantém o efeito glass, mas com melhor compat no Safari moderno */
.glass[b-mk3t6c3msc] {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

/* Ajuste opcional de safe-area para iPhones com notch */
@supports (padding: max(0px)) {
    #mainNavbarMobile[b-mk3t6c3msc] {
        padding-top: max(20px, env(safe-area-inset-top));
    }
}

/* Troca de logo no header do offcanvas conforme cor de fundo */
#offcanvasNavbarheader.bg-black .logo-scrolled[b-mk3t6c3msc] {
    display: block !important;
}
#offcanvasNavbarheader.bg-black .logo-top[b-mk3t6c3msc] {
    display: none !important;
}

#offcanvasNavbarheader.bg-white .logo-scrolled[b-mk3t6c3msc] {
    display: none !important;
}
#offcanvasNavbarheader.bg-white .logo-top[b-mk3t6c3msc] {
    display: block !important;
}
/* _content/NovaSingular.Cms.Web/Components/Pages/Contact.razor.rz.scp.css */
.banner-title[b-q09bquj0a8] {
    font-size: 48px;
    line-height: 73px;
    letter-spacing: 0.1em;
    font-family: 'gotham-xlight';
}

@media (max-width: 820px){
    .banner-title[b-q09bquj0a8] {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.1em;
        font-family: 'gotham-xlight';
    }
}
.banner-title-bold[b-q09bquj0a8] {
    font-size: 48px;
    line-height: 73px;
    letter-spacing: 0.1em;
    font-family: 'gotham-bold';
}
@media (max-width: 820px) {
    .banner-title-bold[b-q09bquj0a8] {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.1em;
    }
}
.section-spacer-contact[b-q09bquj0a8] {
    padding-top: 15px;
}

.margin-contact[b-q09bquj0a8] {
    margin-top: -370px;
    z-index: 1;
}

@media (max-width: 1024px){
    .margin-contact[b-q09bquj0a8] {
        margin-top: -85px;
        z-index: 1;
    }
}

@media (max-width: 1280px) {
    .margin-contact[b-q09bquj0a8] {
        margin-top: -65px;
        z-index: 1
    }
}

/* Painting reveal animation for banner image - compartilhado (cópia para o componente Contact) */
.image-banner[b-q09bquj0a8] {
    position: relative;
    overflow: hidden;
}

.image-banner img[b-q09bquj0a8] {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

/* Máscara branca que cobre a imagem inicialmente */
.image-banner[b-q09bquj0a8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 2;
    transform: translateX(0%);
    transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
}

/* Quando a animação inicia, a máscara se move para a direita revelando a imagem */
.image-banner.painting-reveal[b-q09bquj0a8]::before {
    transform: translateX(100%);
}

/* Efeito de pincel que simula uma pincelada */
.image-banner[b-q09bquj0a8]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100% );
    z-index: 3;
    transform: translateX(-20%);
    opacity: 0;
    transition: all 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
}

/* Efeito de pincel durante a revelação */
.image-banner.painting-reveal[b-q09bquj0a8]::after {
    transform: translateX(100%);
    opacity: 1;
}

/* Transição suave quando a animação termina */
.image-banner.painting-complete[b-q09bquj0a8]::after {
    opacity: 0;
    transition-duration: 0.5s;
}

/* Sutil efeito de escala para dar mais vida à animação */
.image-banner img[b-q09bquj0a8] {
    transform: scale(1.01);
    transition: transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.image-banner.painting-reveal img[b-q09bquj0a8] {
    transform: scale(1);
}

/* Mobile optimization */
@media (max-width: 768px) {
    .image-banner[b-q09bquj0a8]::before {
        transition-duration: 1.5s;
    }

    .image-banner[b-q09bquj0a8]::after {
        transition-duration: 1.8s;
    }

    .image-banner img[b-q09bquj0a8] {
        transition-duration: 2s;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .image-banner[b-q09bquj0a8]::before,
    .image-banner[b-q09bquj0a8]::after {
        transition: none;
        transform: translateX(100%);
        opacity: 0;
    }

    .image-banner img[b-q09bquj0a8] {
        transform: scale(1);
        transition: none;
    }

    .image-banner.painting-reveal[b-q09bquj0a8]::before {
        transform: translateX(100%);
    }

    .image-banner.painting-reveal[b-q09bquj0a8]::after {
        opacity: 0;
    }
}



.image-banner.paint-no-anim[b-q09bquj0a8]::before,
.image-banner.paint-no-anim[b-q09bquj0a8]::after {
    transform: translateX(100%) !important;
    opacity: 0 !important;
    transition: none !important;
}
/* _content/NovaSingular.Cms.Web/Components/Pages/Drthiago.razor.rz.scp.css */
/* Painting reveal animation for banner image - compartilhado */
.image-banner[b-602wq84v4g] {
    position: relative;
    overflow: hidden;
}

    .image-banner img[b-602wq84v4g] {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
    }

    /* Máscara branca que cobre a imagem inicialmente */
    .image-banner[b-602wq84v4g]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        z-index: 2;
        transform: translateX(0%);
        transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        pointer-events: none;
    }

    /* Quando a animação inicia, a máscara se move para a direita revelando a imagem */
    .image-banner.painting-reveal[b-602wq84v4g]::before {
        transform: translateX(100%);
    }

    /* Efeito de pincel que simula uma pincelada */
    .image-banner[b-602wq84v4g]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100% );
        z-index: 3;
        transform: translateX(-20%);
        opacity: 0;
        transition: all 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        pointer-events: none;
    }

    /* Efeito de pincel durante a revelação */
    .image-banner.painting-reveal[b-602wq84v4g]::after {
        transform: translateX(100%);
        opacity: 1;
    }

    /* Transição suave quando a animação termina */
    .image-banner.painting-complete[b-602wq84v4g]::after {
        opacity: 0;
        transition-duration: 0.5s;
    }

    /* Sutil efeito de escala para dar mais vida à animação */
    .image-banner img[b-602wq84v4g] {
        transform: scale(1.01);
        transition: transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .image-banner.painting-reveal img[b-602wq84v4g] {
        transform: scale(1);
    }

/* Mobile optimization */
@media (max-width: 768px) {
    .image-banner[b-602wq84v4g]::before {
        transition-duration: 1.5s;
    }

    .image-banner[b-602wq84v4g]::after {
        transition-duration: 1.8s;
    }

    .image-banner img[b-602wq84v4g] {
        transition-duration: 2s;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .image-banner[b-602wq84v4g]::before,
    .image-banner[b-602wq84v4g]::after {
        transition: none;
        transform: translateX(100%);
        opacity: 0;
    }

    .image-banner img[b-602wq84v4g] {
        transform: scale(1);
        transition: none;
    }

    .image-banner.painting-reveal[b-602wq84v4g]::before {
        transform: translateX(100%);
    }

    .image-banner.painting-reveal[b-602wq84v4g]::after {
        opacity: 0;
    }
}



.image-banner.paint-no-anim[b-602wq84v4g]::before,
.image-banner.paint-no-anim[b-602wq84v4g]::after {
    transform: translateX(100%) !important;
    opacity: 0 !important;
    transition: none !important;
}
/* _content/NovaSingular.Cms.Web/Components/Pages/Error.razor.rz.scp.css */


.error-container[b-9j02r1h97x] {
    text-align: center;
    font-size: 106px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 800;
    margin: 70px 15px;
}

    .error-container > span[b-9j02r1h97x] {
        display: inline-block;
        position: relative;
    }

        .error-container > span.four[b-9j02r1h97x] {
            width: 136px;
            height: 43px;
            border-radius: 999px;
            background: linear-gradient(140deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 43%, transparent 44%, transparent 100%), linear-gradient(105deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.06) 41%, rgba(0, 0, 0, 0.07) 76%, transparent 77%, transparent 100%), linear-gradient(to right, #B2DADF, #C6D3C8);
        }

            .error-container > span.four[b-9j02r1h97x]:before,
            .error-container > span.four[b-9j02r1h97x]:after {
                content: '';
                display: block;
                position: absolute;
                border-radius: 999px;
            }

            .error-container > span.four[b-9j02r1h97x]:before {
                width: 43px;
                height: 156px;
                left: 60px;
                bottom: -43px;
                background: linear-gradient(128deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 40%, transparent 41%, transparent 100%), linear-gradient(116deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 50%, transparent 51%, transparent 100%), linear-gradient(to top, #8AACB1, #B2DADF, #C6D3C8, #B1B1B1, #8AACB1);
            }

            .error-container > span.four[b-9j02r1h97x]:after {
                width: 137px;
                height: 43px;
                transform: rotate(-49.5deg);
                left: -18px;
                bottom: 36px;
                background: linear-gradient(to right, #8AACB1, #B2DADF, #C6D3C8, #B1B1B1);
            }


        .error-container > span.zero[b-9j02r1h97x] {
            vertical-align: text-top;
            width: 156px;
            height: 156px;
            border-radius: 999px;
            background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.06) 50%, transparent 51%, transparent 100%), linear-gradient(to top right, #B2DADF, #C6D3C8, #8AACB1, #B1B1B1);
            overflow: hidden;
            animation: bgshadow-b-9j02r1h97x 5s infinite;
        }

            .error-container > span.zero[b-9j02r1h97x]:before {
                content: '';
                display: block;
                position: absolute;
                transform: rotate(45deg);
                width: 90px;
                height: 90px;
                background-color: transparent;
                left: 0px;
                bottom: 0px;
                background: linear-gradient(95deg, transparent 0%, transparent 8%, rgba(0, 0, 0, 0.07) 9%, transparent 50%, transparent 100%), linear-gradient(85deg, transparent 0%, transparent 19%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.07) 91%, transparent 92%, transparent 100%);
            }

            .error-container > span.zero[b-9j02r1h97x]:after {
                content: '';
                display: block;
                position: absolute;
                border-radius: 999px;
                width: 70px;
                height: 70px;
                left: 43px;
                bottom: 43px;
                background: #B2DADF; /* cor principal do centro */
                box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
            }


.screen-reader-text[b-9j02r1h97x] {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

@keyframes bgshadow-b-9j02r1h97x {
    0% {
        box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
    }

    45% {
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    }

    55% {
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    }

    100% {
        box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
    }
}

/* demo stuff */
*[b-9j02r1h97x] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body[b-9j02r1h97x] {
    background-color: #FDFAF5;
    margin-bottom: 50px;
}

html[b-9j02r1h97x], button[b-9j02r1h97x], input[b-9j02r1h97x], select[b-9j02r1h97x], textarea[b-9j02r1h97x] {
    font-family: 'Montserrat', Helvetica, sans-serif;
    color: #bbb;
}

h1[b-9j02r1h97x] {
    text-align: center;
    margin: 30px 15px;
}

.zoom-area[b-9j02r1h97x] {
    max-width: 490px;
    margin: 30px auto 30px;
    font-size: 19px;
    text-align: center;
}

.link-container[b-9j02r1h97x] {
    text-align: center;
}

a.more-link[b-9j02r1h97x] {
    text-transform: uppercase;
    font-size: 13px;
    background-color: #de7e85;
    padding: 10px 15px;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
    text-decoration: none;
    margin-top: 50px;
    letter-spacing: 1px;
}
/* _content/NovaSingular.Cms.Web/Components/Pages/Especialidades.razor.rz.scp.css */
.accordion-button[b-0exhxgj8gi]::after {
    background-image: url('/images/icons/abrir.svg');
}

.accordion-button:not(.collapsed)[b-0exhxgj8gi]::after {
    background-image: url('/images/icons/fechar.svg');
}

.accordion-margin[b-0exhxgj8gi]{
    margin-bottom: 40px;
}
.accordion-button[b-0exhxgj8gi] {
    border-radius: 20px !important;
    padding: 30px 30px !important;
}

/* Estado fechado */
.accordion-color1[b-0exhxgj8gi] {
    background-color: #B2DADF; /* cor quando fechado */
    color: #000; /* cor do texto */
}

    /* Estado aberto */
    .accordion-color1:not(.collapsed)[b-0exhxgj8gi] {
        background-color: #B2DADF; /* cor quando aberto */
        color: #000; /* cor do texto quando aberto */
    }

/* Estado fechado */
.accordion-color2[b-0exhxgj8gi] {
    background-color: #8AACB1; /* cor quando fechado */
    color: #000; /* cor do texto */
}

    /* Estado aberto */
    .accordion-color2:not(.collapsed)[b-0exhxgj8gi] {
        background-color: #8AACB1; /* cor quando aberto */
        color: #000; /* cor do texto quando aberto */
    }

/* Estado fechado */
.accordion-color3[b-0exhxgj8gi] {
    background-color: #C6D3C8; /* cor quando fechado */
    color: #000; /* cor do texto */
}

    /* Estado aberto */
    .accordion-color3:not(.collapsed)[b-0exhxgj8gi] {
        background-color: #C6D3C8; /* cor quando aberto */
        color: #000; /* cor do texto quando aberto */
    }

/* Estado fechado */
.accordion-color4[b-0exhxgj8gi] {
    background-color: #B1B1B1; /* cor quando fechado */
    color: #000; /* cor do texto */
}

    /* Estado aberto */
    .accordion-color4:not(.collapsed)[b-0exhxgj8gi] {
        background-color: #B1B1B1; /* cor quando aberto */
        color: #000; /* cor do texto quando aberto */
    }

.heading-accordion[b-0exhxgj8gi] {
    font-size: 16px;
    line-height: 30px;
    color: #000; /* cor do texto do cabeçalho */
    font-family: 'gotham-bold';
    letter-spacing: 0.2em;
    margin-left: 30px;
}
@media (max-width: 768px) {
    .heading-accordion[b-0exhxgj8gi] {
        font-size: 12px;
        line-height: 21px;
        margin-left: 30px;
    }
}
.desc-accordion[b-0exhxgj8gi] {
    font-size: 16px;
    line-height: 150%;
    color: #000; /* cor do texto do cabeçalho */
    font-family: 'gotham-book';
}
@media (max-width: 450px) {
    .desc-accordion[b-0exhxgj8gi] {
        font-size: 14px;
        line-height: 21px;
    }
}

.accordion-item + .accordion-item[b-0exhxgj8gi] {
    margin-top: 40px; /* espaço entre itens */
   
}
.accordion-item[b-0exhxgj8gi]{ 
    border: none !important;

}


/* Painting reveal animation for banner image - compartilhado */
.image-banner[b-0exhxgj8gi] {
    position: relative;
    overflow: hidden;
}

    .image-banner img[b-0exhxgj8gi] {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
    }

    /* Máscara branca que cobre a imagem inicialmente */
    .image-banner[b-0exhxgj8gi]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        z-index: 2;
        transform: translateX(0%);
        transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        pointer-events: none;
    }

    /* Quando a animação inicia, a máscara se moves para a direita revelando a imagem */
    .image-banner.painting-reveal[b-0exhxgj8gi]::before {
        transform: translateX(100%);
    }

    /* Efeito de pincel que simula uma pincelada */
    .image-banner[b-0exhxgj8gi]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100% );
        z-index: 3;
        transform: translateX(-20%);
        opacity: 0;
        transition: all 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        pointer-events: none;
    }

    /* Efeito de pincel durante a revelação */
    .image-banner.painting-reveal[b-0exhxgj8gi]::after {
        transform: translateX(100%);
        opacity: 1;
    }

    /* Transição suave quando a animação termina */
    .image-banner.painting-complete[b-0exhxgj8gi]::after {
        opacity: 0;
        transition-duration: 0.5s;
    }

    /* Sutil efeito de escala para dar mais vida à animação */
    .image-banner img[b-0exhxgj8gi] {
        transform: scale(1.01);
        transition: transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .image-banner.painting-reveal img[b-0exhxgj8gi] {
        transform: scale(1);
    }

/* Mobile optimization */
@media (max-width: 768px) {
    .image-banner[b-0exhxgj8gi]::before {
        transition-duration: 1.5s;
    }

    .image-banner[b-0exhxgj8gi]::after {
        transition-duration: 1.8s;
    }

    .image-banner img[b-0exhxgj8gi] {
        transition-duration: 2s;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .image-banner[b-0exhxgj8gi]::before,
    .image-banner[b-0exhxgj8gi]::after {
        transition: none;
        transform: translateX(100%);
        opacity: 0;
    }

    .image-banner img[b-0exhxgj8gi] {
        transform: scale(1);
        transition: none;
    }

    .image-banner.painting-reveal[b-0exhxgj8gi]::before {
        transform: translateX(100%);
    }

    .image-banner.painting-reveal[b-0exhxgj8gi]::after {
        opacity: 0;
    }
}

/* --- FIX: hairline após os accordions (820/1024) --- */
/* Estende o container branco e puxa a próxima seção para eliminar o gap */
.container.mt-section[b-0exhxgj8gi] {
    margin-bottom: -2px;   /* sobrepõe a seção seguinte */
    padding-bottom: 2px;   /* preserva o espaçamento visual */
}
.sobreposition-section[b-0exhxgj8gi] {
    margin-top: -2px !important; /* garante a sobreposição mesmo com estilos globais */
}

/* Ajuste fino para faixas que apresentam o artefato */
@media (min-width: 800px) and (max-width: 840px),
       (min-width: 1008px) and (max-width: 1040px) {
    .container.mt-section[b-0exhxgj8gi] {
        margin-bottom: -3px;
        padding-bottom: 3px;
    }
    .sobreposition-section[b-0exhxgj8gi] {
        margin-top: -3px !important;
    }
    /* Compensa subpixel do background nessas larguras */
    .bg-especialidades[b-0exhxgj8gi] {
        background-position-y: -1px;
    }
}

.spacing-especealidades[b-0exhxgj8gi]{
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .spacing-especealidades[b-0exhxgj8gi]{
        margin-bottom: 40px;
    }
}

/* ====================================
   ARROW ICON ANIMATION (replicado da Home)
   ==================================== */

/* Animação básica do SVG dentro de botões */
.btn svg[b-0exhxgj8gi] {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(0px);
}

.btn:hover svg[b-0exhxgj8gi] {
    transform: translateX(5px);
}

/* Leve escala no path do SVG */
.btn svg path[b-0exhxgj8gi] {
    transition: all 0.2s ease-out;
}

.btn:hover svg path[b-0exhxgj8gi] {
    transform: scale(1.05);
    transform-origin: center;
}

/* Suavidade e acessibilidade */
.btn .arrow-icon[b-0exhxgj8gi] {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Estados de foco e ativo */
.btn:focus .arrow-icon[b-0exhxgj8gi] {
    transform: translateX(5px);
    outline: none;
}

.btn:focus-visible[b-0exhxgj8gi] {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.btn:active .arrow-icon[b-0exhxgj8gi] {
    transform: translateX(3px) scale(0.95);
    transition-duration: 0.1s;
}

/* Mobile: animações mais sutis */
@media (max-width: 768px) {
    .btn:hover .arrow-icon[b-0exhxgj8gi] {
        transform: translateX(3px);
        animation: none;
    }
}

/* Respeita preferências de movimento reduzido */
@media (prefers-reduced-motion: reduce) {
    .btn .arrow-icon[b-0exhxgj8gi],
    .btn svg[b-0exhxgj8gi] {
        transition: none;
        transform: none;
        animation: none;
    }

    .btn:hover .arrow-icon[b-0exhxgj8gi],
    .btn:hover svg[b-0exhxgj8gi] {
        transform: none;
        animation: none;
    }
}

/* Quando AOS estiver desabilitado (mobile/fallback), todo elemento deve ficar visível */
body.aos-disabled [data-aos][b-0exhxgj8gi],
html.aos-fallback [data-aos][b-0exhxgj8gi] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* Opcional: em telas pequenas, elimine qualquer "flicker" antes do JS rodar */
@media (max-width: 820px) {
    [data-aos][b-0exhxgj8gi] {
        will-change: auto;
    }
}

/* Fallback: se, por qualquer motivo, a animação não iniciar, revela o banner sem animar */
.image-banner.paint-no-anim[b-0exhxgj8gi]::before,
.image-banner.paint-no-anim[b-0exhxgj8gi]::after {
    transform: translateX(100%) !important;
    opacity: 0 !important;
    transition: none !important;
}

/* Seam killer: cobre a emenda em todas as larguras */
.sobreposition-section[b-0exhxgj8gi] {
    position: relative;
    z-index: 3; /* acima do container anterior (que tem z-index:1) */
}

/* faixa de 3–4px na cor do fundo da seção preta */
.sobreposition-section[b-0exhxgj8gi]::before {
    content: "";
    position: absolute;
    top: -3px;     /* sobe sobre a borda superior */
    left: 0;
    right: 0;
    height: 4px;   /* cobre o hairline inclusive em DPR alto */
    background: #ffffff; /* mesma cor da seção seguinte */
    z-index: 4;    /* garante sobreposição */
    pointer-events: none;
}

/* Reforço para faixas problemáticas */
@media (max-width: 430px),
       (width: 768px),
       (width: 1024px) {
    .sobreposition-section[b-0exhxgj8gi]::before {
        top: -4px;
        height: 6px;
    }
}

/* Mantém a sobreposição por margem (já aplicado) */
.container.mt-section[b-0exhxgj8gi] {
    margin-bottom: -2px;
    padding-bottom: 2px;
}
@media (max-width: 430px),
       (width: 768px),
       (width: 1024px) {
    .container.mt-section[b-0exhxgj8gi] {
        margin-bottom: -3px;
        padding-bottom: 3px;
    }
}
/* _content/NovaSingular.Cms.Web/Components/Pages/Home.razor.rz.scp.css */
/* Loading Screen */
.loading-screen[b-h2h01a38u1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
}

/* Quando as cortinas estão fechadas, o fundo fica preto */
.loading-screen:not(.curtain-open)[b-h2h01a38u1] {
    background-color: #000000;
}

.loading-content[b-h2h01a38u1] {
    position: relative;
    z-index: 10002;
    transition: opacity 0.5s ease-out;
}

.loading-logo[b-h2h01a38u1] {
    width: 120px;
    height: auto;
    animation: breathe-loading-b-h2h01a38u1 3s ease-in-out infinite;
}

/* Animação de respiração para o loading */
@keyframes breathe-loading-b-h2h01a38u1 {
    0%, 100% {
        transform: scale(0.95);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

/* Cortinas do loading */
.loading-curtain[b-h2h01a38u1] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50vh;
    background-color: #000000;
    z-index: 10001;
    transition: transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
    will-change: transform;
}

.loading-curtain-top[b-h2h01a38u1] {
    top: 0;
    transform: translateY(0%);
}

.loading-curtain-bottom[b-h2h01a38u1] {
    bottom: 0;
    transform: translateY(0%);
}

/* Estado de abertura das cortinas - do centro para as extremidades */
.loading-screen.curtain-open .loading-curtain-top[b-h2h01a38u1] {
    transform: translateY(-100%) !important;
}

.loading-screen.curtain-open .loading-curtain-bottom[b-h2h01a38u1] {
    transform: translateY(100%) !important;
}

/* Quando as cortinas estão abertas, a logo desaparece */
.loading-screen.curtain-open .loading-content[b-h2h01a38u1] {
    opacity: 0 !important;
}

/* Responsivo para mobile */
@media (max-width: 768px) {
    .loading-logo[b-h2h01a38u1] {
        width: 80px;
    }
}

/* Text Animation Styles */
.typing-text[b-h2h01a38u1] {
    display: inline;
    border-right: 3px solid transparent;
    animation: blink-caret-b-h2h01a38u1 1.2s infinite;
    font-weight: inherit;
}

.typing-text[data-disable-typing="true"][b-h2h01a38u1],
.typing-text[data-disable-typing="true"].typing-complete[b-h2h01a38u1] {
    animation: none;
    border-right: none;
}

.typing-text.typing-complete[b-h2h01a38u1] {
    border-right: 3px solid currentColor;
    animation: blink-caret-b-h2h01a38u1 1.2s infinite;
}

@keyframes blink-caret-b-h2h01a38u1 {
    0%, 50% {
        border-color: currentColor;
    }
    51%, 100% {
        border-color: transparent;
    }
}

.rotating-word[b-h2h01a38u1] {
    display: inline;
    font-weight: inherit;
    position: relative;
    line-height: 1;
}

/* Cursor para palavra rotacionando */
.rotating-word.typing-active[b-h2h01a38u1] {
    border-right: 3px solid currentColor;
    animation: blink-caret-b-h2h01a38u1 1.2s infinite;
}

/* Efeito sutil de destaque na palavra rotacionando */
.rotating-word[b-h2h01a38u1]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, currentColor, transparent);
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.rotating-word:empty[b-h2h01a38u1]::after {
    opacity: 0;
}

/* Smooth animations for better performance */
.typing-text[b-h2h01a38u1],
.rotating-word[b-h2h01a38u1] {
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.typing-text[b-h2h01a38u1] {
    will-change: contents;
}

.rotating-word.typing-active[b-h2h01a38u1] {
    will-change: contents;
}

/* Ensure consistent line height and prevent layout shift */
.heading-banner[b-h2h01a38u1] {
    line-height: 1;
    overflow: hidden; /* Previne saltos de layout */
    min-height: 2em; /* Reserva espaço para 2 linhas desde o início */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Divs para cada linha com espaçamento mínimo */
.heading-banner > div[b-h2h01a38u1] {
    line-height: 1;
    margin: 0;
    padding: 0;
    min-height: 1em; /* Garante altura mínima para cada linha */
}

/* Garante que cada span tenha altura consistente sem espaçamento extra */
.heading-banner span[b-h2h01a38u1] {
    display: inline;
    line-height: 1;
}

/* Preload animation state */
.rotating-word[b-h2h01a38u1] {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Enhanced mobile responsiveness */
@media (max-width: 768px) {
    .typing-text[b-h2h01a38u1] {
        animation-duration: 1s;
        border-right-width: 2px;
    }
    
    .rotating-word[b-h2h01a38u1] {
        transition-duration: 0.5s;
    }
    
    .heading-banner[b-h2h01a38u1] {
        line-height: 1;
        min-height: 2em; /* Também reserva espaço no mobile */
    }
    
    .heading-banner > div[b-h2h01a38u1] {
        line-height: 1;
        min-height: 1em;
    }
    
    .heading-banner span[b-h2h01a38u1] {
        line-height: 1;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .typing-text[b-h2h01a38u1] {
        animation: none;
        border-right: none;
    }
    
    .rotating-word[b-h2h01a38u1] {
        transition: none;
    }
}

/* Painting reveal animation for banner image */
.image-banner[b-h2h01a38u1] {
    position: relative;
    overflow: hidden;
    aspect-ratio: auto;
}

.image-banner[b-h2h01a38u1]  .banner-slider-root,
.image-banner[b-h2h01a38u1]  .banner-slider-root .swiper-wrapper,
.image-banner[b-h2h01a38u1]  .banner-slider-root .swiper-slide {
    height: auto;
    min-height: unset;
}

.image-banner[b-h2h01a38u1]  .banner-slider-slide {
    align-items: stretch;
}

.image-banner[b-h2h01a38u1]  .banner-slider-picture,
.image-banner[b-h2h01a38u1]  .banner-slider-image {
    width: 100%;
    height: auto;
    min-height: unset;
}

.image-banner[b-h2h01a38u1]  .banner-slider-image {
    object-fit: cover;
}

.image-banner[b-h2h01a38u1]  img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

/* Máscara branca que cobre a imagem inicialmente - substituída por clip-path no img */
.image-banner[b-h2h01a38u1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent !important; /* evita "corte" no título */
    z-index: 2;
    transform: translateX(0%);
    transition: transform 2.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
}

/* Quando a animação inicia, a máscara se move para a direita revelando a imagem (mantido p/ compatibilidade) */
.image-banner.painting-reveal[b-h2h01a38u1]::before {
    transform: translateX(100%);
}

/* Efeito de pincel que simula uma pincelada */
.image-banner[b-h2h01a38u1]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.8) 20%, 
        rgba(255, 255, 255, 0.9) 40%, 
        rgba(255, 255, 255, 1) 60%, 
        rgba(255, 255, 255, 1) 80%, 
        rgba(255, 255, 255, 1) 100%
    );
    z-index: 3;
    transform: translateX(-20%);
    opacity: 0;
    transition: all 2.9s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
}

/* Efeito de pincel durante a revelação */
.image-banner.painting-reveal[b-h2h01a38u1]::after {
    transform: translateX(100%);
    opacity: 0.35; /* reduz intensidade para ficar mais transparente */
}

/* Transição suave quando a animação termina */
.image-banner.painting-complete[b-h2h01a38u1]::after {
    opacity: 0;
    transition-duration: 0.5s;
}

/* Sutil efeito de escala para dar mais vida à animação + revelação por clip-path no img */
.image-banner[b-h2h01a38u1]  img {
    transform: scale(1.01);
    transition: transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                clip-path 2.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    clip-path: inset(0 100% 0 0); /* inicia oculto, revelando da esquerda p/ direita */
}

.image-banner.painting-reveal[b-h2h01a38u1]  img {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
}

/* Mobile optimization */
@media (max-width: 768px) {
    .image-banner[b-h2h01a38u1]::before {
        transition-duration: 2.0s;
    }
    
    .image-banner[b-h2h01a38u1]::after {
        transition-duration: 2.3s;
    }
    
    .image-banner[b-h2h01a38u1]  img {
        transition-duration: 2s, 2.0s; /* transform, clip-path */
    }
}

/* Reduced motion preference for painting effect */
@media (prefers-reduced-motion: reduce) {
    .image-banner[b-h2h01a38u1]::before,
    .image-banner[b-h2h01a38u1]::after {
        transition: none;
        transform: translateX(100%);
        opacity: 0;
    }
    
    .image-banner[b-h2h01a38u1]  img {
        transform: scale(1);
        transition: none;
        clip-path: inset(0 0 0 0);
    }
    
    .image-banner.painting-reveal[b-h2h01a38u1]::before {
        transform: translateX(100%);
    }
    
    .image-banner.painting-reveal[b-h2h01a38u1]::after {
        opacity: 0;
    }
}

/* Floating animation for background elements */
@keyframes floatingSoft-b-h2h01a38u1 {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes floatingSoftReverse-b-h2h01a38u1 {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(15px);
    }
}

/* Apply floating animation to revive section background elements */
.bg-revive.floating-active[b-h2h01a38u1] {
    position: relative;
    animation: floatingSoft-b-h2h01a38u1 5s ease-in-out infinite;
    animation-delay: 0s;
}

/* Float effect for images within the revive section */
.bg-revive.floating-active img:not(.mobile-only)[b-h2h01a38u1] {
    animation: floatingSoftReverse-b-h2h01a38u1 6s ease-in-out infinite;
    animation-delay: 1s;
    transform-origin: center center;
}

/* Ensure mobile images also float but with different timing */
.bg-revive.floating-active img[src*="mobile"][b-h2h01a38u1] {
    animation: floatingSoft-b-h2h01a38u1 5.5s ease-in-out infinite;
    animation-delay: 0.5s;
}

/* Subtle floating for other background elements if they exist */
.floating-element.floating-active[b-h2h01a38u1] {
    animation: floatingSoft-b-h2h01a38u1 5s ease-in-out infinite;
}

.floating-element-reverse.floating-active[b-h2h01a38u1] {
    animation: floatingSoftReverse-b-h2h01a38u1 6s ease-in-out infinite;
}

/* Different timing for visual variety */
.floating-element:nth-child(even)[b-h2h01a38u1] {
    animation-delay: 2s;
}

.floating-element:nth-child(odd)[b-h2h01a38u1] {
    animation-delay: 4s;
}

/* Mobile optimization - reduce movement for better performance */
@media (max-width: 768px) {
    @keyframes floatingSoft-b-h2h01a38u1 {
        0%, 100% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-10px);
        }
    }
    
    @keyframes floatingSoftReverse-b-h2h01a38u1 {
        0%, 100% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(10px);
        }
    }
    
    .bg-revive.floating-active[b-h2h01a38u1] {
        animation-duration: 6s;
    }
    
    .bg-revive.floating-active img[b-h2h01a38u1] {
        animation-duration: 7s;
    }
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    .bg-revive.floating-active[b-h2h01a38u1],
    .bg-revive.floating-active img[b-h2h01a38u1],
    .floating-element.floating-active[b-h2h01a38u1],
    .floating-element-reverse.floating-active[b-h2h01a38u1] {
        animation: none;
        transform: none;
    }
}

/* Button arrow animation on hover */
.btn svg[b-h2h01a38u1] {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(0px);
}

.btn:hover svg[b-h2h01a38u1] {
    transform: translateX(5px);
}

/* Enhanced arrow animation with slight scale */
.btn svg path[b-h2h01a38u1] {
    transition: all 0.2s ease-out;
}

.btn:hover svg path[b-h2h01a38u1] {
    transform: scale(1.05);
    transform-origin: center;
}

/* Specific button animations */
.btn-revive .arrow-icon[b-h2h01a38u1] {
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-revive:hover .arrow-icon[b-h2h01a38u1] {
    transform: translateX(6px) rotate(2deg);
}

.btn-doutor .arrow-icon[b-h2h01a38u1] {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-doutor:hover .arrow-icon[b-h2h01a38u1] {
    transform: translateX(5px);
}

/* WhatsApp button specific animation */
.btn-agendamento .whatsapp-icon[b-h2h01a38u1] {
    transition: all 0.3s ease-out;
}

.btn-agendamento:hover .whatsapp-icon[b-h2h01a38u1] {
    transform: translateX(4px) scale(1.15) rotate(5deg);
}

/* Pulse effect for WhatsApp icon */
@keyframes whatsappPulse-b-h2h01a38u1 {
    0%, 100% {
        transform: translateX(4px) scale(1.15) rotate(5deg);
    }
    50% {
        transform: translateX(4px) scale(1.25) rotate(5deg);
    }
}

.btn-agendamento:hover .whatsapp-icon[b-h2h01a38u1] {
    animation: whatsappPulse-b-h2h01a38u1 1.5s ease-in-out infinite;
}

/* Arrow bounce effect for more interactivity */
@keyframes arrowSlide-b-h2h01a38u1 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(8px);
    }
    100% {
        transform: translateX(5px);
    }
}

.btn-revive:hover .arrow-icon[b-h2h01a38u1],
.btn-doutor:hover .arrow-icon[b-h2h01a38u1] {
    animation: arrowSlide-b-h2h01a38u1 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Smooth transition back when hover ends */
.btn .arrow-icon[b-h2h01a38u1] {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .btn:hover .arrow-icon[b-h2h01a38u1],
    .btn-revive:hover .arrow-icon[b-h2h01a38u1],
    .btn-doutor:hover .arrow-icon[b-h2h01a38u1] {
        transform: translateX(3px);
        animation: none;
    }
    
    .btn-agendamento:hover .whatsapp-icon[b-h2h01a38u1] {
        transform: translateX(3px) scale(1.1);
        animation: none;
    }
}

/* Focus states for accessibility */
.btn:focus .arrow-icon[b-h2h01a38u1] {
    transform: translateX(5px);
    outline: none;
}

.btn:focus-visible[b-h2h01a38u1] {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/* Active state for touch devices */
.btn:active .arrow-icon[b-h2h01a38u1] {
    transform: translateX(3px) scale(0.95);
    transition-duration: 0.1s;
}

/* Reduced motion for arrow animations */
@media (prefers-reduced-motion: reduce) {
    .btn .arrow-icon[b-h2h01a38u1],
    .btn .whatsapp-icon[b-h2h01a38u1],
    .btn-revive .arrow-icon[b-h2h01a38u1],
    .btn-doutor .arrow-icon[b-h2h01a38u1],
    .btn-agendamento .whatsapp-icon[b-h2h01a38u1] {
        transition: none;
        transform: none;
        animation: none;
    }
    
    .btn:hover .arrow-icon[b-h2h01a38u1],
    .btn-revive:hover .arrow-icon[b-h2h01a38u1],
    .btn-doutor:hover .arrow-icon[b-h2h01a38u1],
    .btn-agendamento:hover .whatsapp-icon[b-h2h01a38u1] {
        transform: none;
        animation: none;
    }
}

@media (max-width: 820px) {
    btn-agendamento[b-h2h01a38u1] {
       width: 305px;
       height: 45px;
    }
}

/* ====================================
   ESPECIALIDADES ICONS HOVER ANIMATIONS
   ==================================== */

/* Container das especialidades */
.col-md-4.col-6[b-h2h01a38u1] {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

/* SVG icons das especialidades */
.col-md-4.col-6 svg[b-h2h01a38u1] {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

/* Hover effects para cada especialidade */
.col-md-4.col-6:hover[b-h2h01a38u1] {
    transform: translateY(-8px);
}

.col-md-4.col-6:hover svg[b-h2h01a38u1] {
    transform: scale(1.1) rotate(3deg);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
}

/* Efeitos específicos por cor de ícone */

/* Estilo de Vida - Azul claro */
.col-md-4.col-6:nth-child(1):hover svg path[b-h2h01a38u1] {
    fill: #A5D6DB;
    transition: fill 0.3s ease;
}

/* Gastroenterologia - Azul médio */
.col-md-4.col-6:nth-child(2):hover svg path[b-h2h01a38u1] {
    fill: #7CA3A8;
    transition: fill 0.3s ease;
}

/* Ortopedia - Verde claro */
.col-md-4.col-6:nth-child(3):hover svg path[b-h2h01a38u1] {
    fill: #B8C5BA;
    transition: fill 0.3s ease;
}

/* Ginecologia - Verde médio */
.col-md-4.col-6:nth-child(4):hover svg path[b-h2h01a38u1] {
    fill: #B8C5BA;
    transition: fill 0.3s ease;
}

/* Estética - Verde mais escuro */
.col-md-4.col-6:nth-child(5):hover svg path[b-h2h01a38u1] {
    fill: #B0BFB2;
    transition: fill 0.3s ease;
}

/* Cardiologia - Cinza */
.col-md-4.col-6:nth-child(6):hover svg path[b-h2h01a38u1] {
    fill: #A0A0A0;
    transition: fill 0.3s ease;
}

/* Nutrição - Cinza médio */
.col-md-4.col-6:nth-child(7):hover svg path[b-h2h01a38u1] {
    fill: #A0A0A0;
    transition: fill 0.3s ease;
}

/* Enfermagem - Azul médio */
.col-md-4.col-6:nth-child(8):hover svg path[b-h2h01a38u1] {
    fill: #7CA3A8;
    transition: fill 0.3s ease;
}

/* Animação sutil de "respiração" para os ícones */
@keyframes icon-breathe-b-h2h01a38u1 {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.02) rotate(1deg); }
}

.col-md-4.col-6:hover svg[b-h2h01a38u1] {
    animation: icon-breathe-b-h2h01a38u1 2s ease-in-out infinite;
}

/* Efeito para o texto da especialidade */
.col-md-4.col-6:hover .font-especialidades[b-h2h01a38u1] {
    color: #5A9EA4;
    transition: color 0.3s ease;
}

/* Efeito para a descrição */
.col-md-4.col-6:hover .font-desc-esp[b-h2h01a38u1] {
    color: #666;
    transition: color 0.3s ease;
}

/* Mobile - reduzir efeitos */
@media (max-width: 768px) {
    .col-md-4.col-6:hover[b-h2h01a38u1] {
        transform: translateY(-4px);
    }
    
    .col-md-4.col-6:hover svg[b-h2h01a38u1] {
        transform: scale(1.05) rotate(1deg);
    }
}

/* Reduced motion para especialidades */
@media (prefers-reduced-motion: reduce) {
    .col-md-4.col-6[b-h2h01a38u1],
    .col-md-4.col-6 svg[b-h2h01a38u1],
    .col-md-4.col-6 .font-especialidades[b-h2h01a38u1],
    .col-md-4.col-6 .font-desc-esp[b-h2h01a38u1] {
        transition: none;
        transform: none;
        animation: none;
    }
    
    .col-md-4.col-6:hover[b-h2h01a38u1],
    .col-md-4.col-6:hover svg[b-h2h01a38u1] {
        transform: none;
        animation: none;
    }
}

/* ====================================
   DR. THIAGO SECTION FLOATING ANIMATION
   ==================================== */

/* Container da seção Dr. Thiago */
.dr-thiago-section[b-h2h01a38u1] {
    position: relative;
    overflow: visible;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Apply floating animation to Dr. Thiago section when active */
.dr-thiago-section.floating-active .doctor-image-container[b-h2h01a38u1] {
    animation: floatingSoft-b-h2h01a38u1 6s ease-in-out infinite;
    animation-delay: 0s;
}

.dr-thiago-section.floating-active .doctor-content-container[b-h2h01a38u1] {
    animation: floatingSoft-b-h2h01a38u1 6s ease-in-out infinite;
    animation-delay: 0.2s;
}

/* Animação flutuante para a imagem do doutor - fallback */
.doctor-image-container[b-h2h01a38u1] {
    transform-origin: center;
}

/* Animação flutuante para o conteúdo (texto e botão) - fallback */
.doctor-content-container[b-h2h01a38u1] {
    transform-origin: center;
}

/* Efeito sutil de destaque no hover da seção */
.dr-thiago-section:hover .doctor-image-container[b-h2h01a38u1] {
    filter: brightness(1.05);
    transition: filter 0.3s ease;
}

/* Mobile - animações mais sutis */
@media (max-width: 768px) {
    .dr-thiago-section[b-h2h01a38u1] {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .dr-thiago-section.floating-active .doctor-image-container[b-h2h01a38u1] {
        animation: floatingSoft-b-h2h01a38u1 7s ease-in-out infinite;
        animation-delay: 0s;
    }
    
    .dr-thiago-section.floating-active .doctor-content-container[b-h2h01a38u1] {
        animation: floatingSoft-b-h2h01a38u1 7s ease-in-out infinite;
        animation-delay: 0.3s;
    }
    
    .agendamento-section.floating-active .agende-consulta-text[b-h2h01a38u1] {
        animation: text-glow-b-h2h01a38u1 4s ease-in-out infinite;
    }
    
    .agendamento-section.floating-active .agendamento-image[b-h2h01a38u1] {
        animation: floatingSoft-b-h2h01a38u1 5s ease-in-out infinite;
        animation-delay: 0.5s;
    }
}

/* Reduced motion para Dr. Thiago section */
@media (prefers-reduced-motion: reduce) {
    .doctor-image-container[b-h2h01a38u1],
    .doctor-content-container[b-h2h01a38u1] {
        animation: none;
        transform: none;
        transition: none;
    }
    
    .dr-thiago-section:hover .doctor-image-container[b-h2h01a38u1],
    .dr-thiago-section:hover .doctor-content-container[b-h2h01a38u1] {
        animation: none;
        filter: none;
    }
}

/* ====================================
   AGENDAMENTO SECTION SUBTLE ANIMATIONS
   ==================================== */

/* Container da seção de agendamento */
.agendamento-section[b-h2h01a38u1] {
    position: relative;
}

/* Apply floating animation to agendamento section when active */
.agendamento-section.floating-active .agende-consulta-text[b-h2h01a38u1] {
    animation: text-glow-b-h2h01a38u1 3s ease-in-out infinite;
}

.agendamento-section.floating-active .agendamento-image[b-h2h01a38u1] {
    animation: floatingSoft-b-h2h01a38u1 4s ease-in-out infinite;
    animation-delay: 0.5s;
}

/* Animação sutil para o texto "AGENDE SUA CONSULTA" - fallback */
.agende-consulta-text[b-h2h01a38u1] {
    position: relative;
}

/* Animação sutil para a imagem - fallback */
.agendamento-image-container[b-h2h01a38u1] {
    position: relative;
}

.agendamento-image[b-h2h01a38u1] {
    transition: all 0.3s ease;
}

/* Keyframes para efeito de brilho sutil no texto */
@keyframes text-glow-b-h2h01a38u1 {
    0%, 100% {
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
        opacity: 1;
    }
    50% {
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
        opacity: 0.95;
    }
}

/* Hover effects sutis */
.agendamento-section:hover .agende-consulta-text[b-h2h01a38u1] {
    animation-duration: 2s;
}

.agendamento-section:hover .agendamento-image[b-h2h01a38u1] {
    filter: brightness(1.05);
    transition: filter 0.3s ease;
}

/* Mobile - efeitos ainda mais sutis */
@media (max-width: 768px) {
    .agende-consulta-text[b-h2h01a38u1] {
        animation-duration: 4s;
    }
    
    .agendamento-image[b-h2h01a38u1] {
        animation-duration: 5s;
    }
    
    @keyframes text-glow-b-h2h01a38u1 {
        0%, 100% {
            text-shadow: 0 0 3px rgba(255, 255, 255, 0.2);
            opacity: 1;
        }
        50% {
            text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
            opacity: 0.98;
        }
    }
    
    @keyframes image-breathe-b-h2h01a38u1 {
        0%, 100% {
            transform: scale(1) translateY(0px);
            filter: brightness(1);
        }
        50% {
            transform: scale(1.005) translateY(-1px);
            filter: brightness(1.01);
        }
    }
}

/* Reduced motion para seção de agendamento */
@media (prefers-reduced-motion: reduce) {
    .agende-consulta-text[b-h2h01a38u1],
    .agendamento-image[b-h2h01a38u1] {
        animation: none;
        transform: none;
        transition: none;
        filter: none;
        text-shadow: none;
        opacity: 1;
    }
    
    .agendamento-section:hover .agende-consulta-text[b-h2h01a38u1],
    .agendamento-section:hover .agendamento-image[b-h2h01a38u1] {
        animation: none;
        transform: none;
        filter: none;
    }
}
.word-transforma[b-h2h01a38u1] {
    display: inline-block;
    font-size: 60px;
    letter-spacing: 6px;
    text-align: right;
    font-family: Gotham;
}

    .word-transforma span[b-h2h01a38u1] {
        display: inline-block;
    }

        .word-transforma span:nth-child(1)[b-h2h01a38u1] {
            font-weight: 300;
        }

        .word-transforma span:nth-child(2)[b-h2h01a38u1] {
            font-weight: 300;
        }

        .word-transforma span:nth-child(3)[b-h2h01a38u1] {
            font-weight: 325;
        }

        .word-transforma span:nth-child(4)[b-h2h01a38u1] {
            font-weight: 325;
        }

        .word-transforma span:nth-child(5)[b-h2h01a38u1] {
            font-weight: 350;
        }

        .word-transforma span:nth-child(6)[b-h2h01a38u1] {
            font-weight: 350;
        }

        .word-transforma span:nth-child(7)[b-h2h01a38u1] {
            font-weight: 350;
        }

        .word-transforma span:nth-child(8)[b-h2h01a38u1] {
            font-weight: 350;
        }

        .word-transforma span:nth-child(9)[b-h2h01a38u1] {
            font-weight: 400;
        }

        .word-transforma span:nth-child(10)[b-h2h01a38u1] {
            font-weight: 400;
        }


.spacing-especialidades[b-h2h01a38u1]{
    margin-top: 200px;
}

@media (max-width: 820px) {
    .spacing-especialidades[b-h2h01a38u1] {
        margin-top: 81px;
    }
}

/* Força cores escuras apenas na Home para os elementos do blog exibidos aqui. */
/* ::deep permite estilizar conteúdos de componentes filhos dentro da Home. */

#blog-content[b-h2h01a38u1]  .card-blog-title {
  color: #000 !important;
}

#blog-content[b-h2h01a38u1]  .blog-date {
  color: #000 !important;
  opacity: .8; /* opcional */
}

#blog-content[b-h2h01a38u1]  .card-desc {
  color: #000 !important;
}

/* Fallback: se a animação do banner não iniciar, revela sem animar */
.image-banner.paint-no-anim[b-h2h01a38u1]::before,
.image-banner.paint-no-anim[b-h2h01a38u1]::after {
    transform: translateX(100%) !important; 
    opacity: 0 !important;
    transition: none !important;
}

.image-banner.paint-no-anim[b-h2h01a38u1]  img {
    clip-path: inset(0 0 0 0) !important;
}

.img-selector[b-h2h01a38u1] {
    width: 600px;
    height: auto;
}

.superpositionRevive.superpositionRevive--dynamic[b-h2h01a38u1] {
    padding-top: 78px;
}
/* _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;
    }
}

/* Para dispositivos m�veis, for�a cores escuras para cards renderizados nesta p�gina de detalhes */
@media(max-width: 767px) {
    [b-421oo2d475] .card-blog .card-blog-title,
    [b-421oo2d475] .card-blog .card-blog-title a {
        color: #000 !important;
    }

    [b-421oo2d475] .card-blog .blog-date {
        color: #000 !important;
        opacity: .8; /* opcional */
    }

    [b-421oo2d475] .card-blog .card-desc,
    [b-421oo2d475] .card-blog .card-desc a {
        color: #000 !important;
    }
}

/* For�a cores escuras para cards renderizados nesta p�gina de detalhes */
[b-421oo2d475] .card-blog-title {
    color: #000 !important;
}

[b-421oo2d475] .blog-date {
    color: #000 !important;
    opacity: .8; /* opcional */
}

/* Overrides mais espec�ficos para ganhar do PostCard.razor.css */
[b-421oo2d475] .card-blog .card-blog-title,
[b-421oo2d475] .card-blog .card-blog-title a {
    color: #000 !important;
}

[b-421oo2d475] .card-blog .blog-date {
    color: #000 !important;
    opacity: .8; /* opcional */
}

[b-421oo2d475] .card-blog .card-desc,
[b-421oo2d475] .card-blog .card-desc a {
    color: #000 !important;
}


.detail-title[b-421oo2d475] {
    font-size: 61px;
    line-height: 73px;
    font-family: 'gotham-bold';
    color: #000000;
}
@media (max-width: 1024px) {
    .detail-title[b-421oo2d475] {
        font-size: 24px;
        line-height: 30px;
    }
}

.detail-autor[b-421oo2d475] {
    font-family: Gotham;
    font-size: 12px;
    line-height: 48px;
    color: #000000;
}

.blog-date[b-421oo2d475] {
    font-size: 12px !important;
    color: #000000 !important;
    line-height: 16px !important;
    letter-spacing: 0.2em !important;
    font-family: 'gotham-book' !important;
}

/* Breadcrumb escuro apenas nesta p�gina */
.breadcrumb-dark[b-421oo2d475] {
    /* cor do link do breadcrumb (usada por .breadcrumb-revive) */
    --breadcrumb-color: #000000;

    /* garante que o separador (>) tamb�m fique vis�vel em fundo claro */
    --bs-breadcrumb-divider-color: #000000;
}
/* _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);
}

.limited-content[b-3ceqtesu71] {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.post-category[b-3ceqtesu71] {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 625;
    font-size: .65rem;
    letter-spacing: .5px;
    color: #000000;
    box-shadow: var(--bs-box-shadow);
    border-radius: var(--bs-border-radius-sm);
    padding: .125rem .25rem;
    margin: .5rem;
    text-transform: uppercase;
    background-color: #B2DADF;
    border-radius: var(--bs-border-radius) !important;
    font-family: 'gotham-book';
}

.card-blog-title[b-3ceqtesu71] {
    font-size: 20px !important;
    color: #ffffff !important;
    line-height: 30px !important;
    font-family: 'gotham-bold' !important;
}
.card-blog-title-emphasis[b-3ceqtesu71] {
    font-size: 61px !important;
    color: #000000 !important;
    line-height: 73px !important;
    font-family: 'gotham-bold' !important;
}
@media (max-width: 1024px){
    .card-blog-title-emphasis[b-3ceqtesu71]{
        font-size: 24px !important;
        line-height: 30px !important;
    }
}
.card-desc[b-3ceqtesu71] {
    font-size: 16px !important;
    color: #000000 !important;
    line-height: 24px !important;
    font-family: 'gotham-book' !important;
}

.blog-date[b-3ceqtesu71] {
    font-size: 12px !important;
    color: #000000 !important;
    line-height: 16px !important;
    letter-spacing: 0.2em !important;
    font-family: 'gotham-book' !important;
}


.button-text[b-3ceqtesu71] {
    font-size: 12px !important;
    line-height: 16px !important;
    font-family: 'gotham-book' !important;
    text-transform: uppercase;
    letter-spacing: 0.2em !important;
    line-height: 16px !important;
}


.btn-blog[b-3ceqtesu71] {
    width: 182px;
    height: 52px;
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #B2DADF !important;
}
    .btn-blog:hover[b-3ceqtesu71] {
        background-color: #B1B1B1 !important; /* tom um pouco mais escuro */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* sombra sutil */
    }


.btn-font-blog[b-3ceqtesu71] {
    font-size: 12px !important;
    line-height: 16px !important;
    font-family: 'gotham-book' !important;
    text-transform: uppercase;
    letter-spacing: 0.2em !important;
    line-height: 16px !important;
}

.bg-blog[b-3ceqtesu71] {
    background-image: url('/images/samples/bg-revive-blog.png');
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: 100% 790px;
}

@media (min-width: 375px) {
    .bg-blog[b-3ceqtesu71] {
        background-image: url('/images/samples/bg-blog-mobile.png');
        background-size: 100% 675px;
    }
}
@media (min-width: 376px) {
    .bg-blog[b-3ceqtesu71] {
        background-image: url('/images/samples/bg-blog-mobile.png');
        background-size: 100% 770px;
    }
}

@media (min-width: 390px) {
    .bg-blog[b-3ceqtesu71] {
        background-image: url('/images/samples/bg-blog-mobile.png');
        background-size: 100% 685px;
    }
}

@media (min-width: 391px) {
    .bg-blog[b-3ceqtesu71] {
        background-image: url('/images/samples/bg-blog-mobile.png');
        background-size: 100% 685px;
    }
}
@media (min-width: 412px) {
    .bg-blog[b-3ceqtesu71] {
        background-image: url('/images/samples/bg-blog-mobile.png');
        background-size: 100% 700px;
        margin-top: -35px;
    }
}

@media (min-width: 430px) {
    .bg-blog[b-3ceqtesu71] {
        background-image: url('/images/samples/bg-blog-mobile.png');
        background-size: 100% 680px;
    }
}

@media (min-width: 451px) {
    .bg-blog[b-3ceqtesu71] {
        background-image: url('/images/samples/bg-blog-mobile.png');
        background-size: 100% 790px;
    }
}
@media (min-width: 768px) {
    .bg-blog[b-3ceqtesu71] {
        background-size: 100% 500px;
        background-image: url('/images/samples/bg-revive-blog.png');
        margin-top: -8px;
    }
}
@media (min-width: 820px) {
    .bg-blog[b-3ceqtesu71] {
        background-size: 100% 500px;
        background-image: url('/images/samples/bg-revive-blog.png');
        margin-top: -10px;
    }
}

@media (min-width: 912px) {
    .bg-blog[b-3ceqtesu71] {
        background-size: 100% 500px;
        background-image: url('/images/samples/bg-revive-blog.png');
    }
}

@media (min-width: 1024px) {
    .bg-blog[b-3ceqtesu71] {
        background-size: 100% 470px;
        background-image: url('/images/samples/bg-revive-blog.png');
    }
}
@media (min-width: 1200px) {
    .bg-blog[b-3ceqtesu71] {
        background-image: url('/images/samples/bg-revive-blog.png');
        background-size: 100% 790px;
    }
}


.title-section[b-3ceqtesu71] {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.2em;
    color: #ffffff;
    margin-bottom: 50px;
}

@media (max-width: 1024px){
    .title-section[b-3ceqtesu71] {
        margin-bottom: 40px;
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    /* Remove gutter vertical do Bootstrap e usa gap controlado */
    [b-3ceqtesu71] .posts-grid {
        --bs-gutter-y: 0 !important;
        row-gap: 30px; /* espa�amento padr�o entre as linhas (exceto a primeira) */
    }

    /* Aumenta o espa�o abaixo dos 4 primeiros cards para totalizar ~80px entre a 1� e 2� fileiras */
    [b-3ceqtesu71] .posts-grid > .col:nth-child(-n+4) {
        margin-bottom: 50px; /* 30 (row-gap) + 50 (margem extra) = 80px */
    }
}

.bg-black[b-3ceqtesu71] {
    background-color: #000000;
}

.btn .arrow-icon[b-3ceqtesu71]{
    will-change: transform;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Button arrow animation on hover */
.btn svg[b-3ceqtesu71] {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(0px);
}

.btn:hover svg[b-3ceqtesu71] {
    transform: translateX(5px);
}

/* Enhanced arrow animation with slight scale */
.btn svg path[b-3ceqtesu71] {
    transition: all 0.2s ease-out;
}

.btn:hover svg path[b-3ceqtesu71] {
    transform: scale(1.05);
    transform-origin: center;
}

/* Specific button animations */
.btn-revive .arrow-icon[b-3ceqtesu71] {
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-revive:hover .arrow-icon[b-3ceqtesu71] {
    transform: translateX(6px) rotate(2deg);
}

.btn-doutor .arrow-icon[b-3ceqtesu71] {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-doutor:hover .arrow-icon[b-3ceqtesu71] {
    transform: translateX(5px);
}

/* WhatsApp button specific animation */
.btn-agendamento .whatsapp-icon[b-3ceqtesu71] {
    transition: all 0.3s ease-out;
}

.btn-agendamento:hover .whatsapp-icon[b-3ceqtesu71] {
    transform: translateX(4px) scale(1.15) rotate(5deg);
}

/* Pulse effect for WhatsApp icon */
@keyframes whatsappPulse-b-3ceqtesu71 {
    0%, 100% {
        transform: translateX(4px) scale(1.15) rotate(5deg);
    }

    50% {
        transform: translateX(4px) scale(1.25) rotate(5deg);
    }
}

.btn-agendamento:hover .whatsapp-icon[b-3ceqtesu71] {
    animation: whatsappPulse-b-3ceqtesu71 1.5s ease-in-out infinite;
}

/* Arrow bounce effect for more interactivity */
@keyframes arrowSlide-b-3ceqtesu71 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(8px);
    }

    100% {
        transform: translateX(5px);
    }
}

.btn-revive:hover .arrow-icon[b-3ceqtesu71],
.btn-doutor:hover .arrow-icon[b-3ceqtesu71] {
    animation: arrowSlide-b-3ceqtesu71 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Smooth transition back when hover ends */
.btn .arrow-icon[b-3ceqtesu71] {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .btn:hover .arrow-icon[b-3ceqtesu71],
    .btn-revive:hover .arrow-icon[b-3ceqtesu71],
    .btn-doutor:hover .arrow-icon[b-3ceqtesu71] {
        transform: translateX(3px);
        animation: none;
    }

    .btn-agendamento:hover .whatsapp-icon[b-3ceqtesu71] {
        transform: translateX(3px) scale(1.1);
        animation: none;
    }
}

/* Focus states for accessibility */
.btn:focus .arrow-icon[b-3ceqtesu71] {
    transform: translateX(5px);
    outline: none;
}

.btn:focus-visible[b-3ceqtesu71] {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/* Active state for touch devices */
.btn:active .arrow-icon[b-3ceqtesu71] {
    transform: translateX(3px) scale(0.95);
    transition-duration: 0.1s;
}

/* Reduced motion for arrow animations */
@media (prefers-reduced-motion: reduce) {
    .btn .arrow-icon[b-3ceqtesu71],
    .btn .whatsapp-icon[b-3ceqtesu71],
    .btn-revive .arrow-icon[b-3ceqtesu71],
    .btn-doutor .arrow-icon[b-3ceqtesu71],
    .btn-agendamento .whatsapp-icon[b-3ceqtesu71] {
        transition: none;
        transform: none;
        animation: none;
    }

    .btn:hover .arrow-icon[b-3ceqtesu71],
    .btn-revive:hover .arrow-icon[b-3ceqtesu71],
    .btn-doutor:hover .arrow-icon[b-3ceqtesu71],
    .btn-agendamento:hover .whatsapp-icon[b-3ceqtesu71] {
        transform: none;
        animation: none;
    }
}

.negative-padding[b-3ceqtesu71] {
    margin-top: -1px;
}
@media (min-width: 360px) {
    .negative-padding[b-3ceqtesu71] {
        margin-top: 0px;
    }
}
@media (min-width: 412px) {
    .negative-padding[b-3ceqtesu71] {
        margin-top: 0px;
    }
}
@media (min-width: 414px) {
    .negative-padding[b-3ceqtesu71] {
        margin-top: -5px;
    }
}
@media (min-width: 430px) {
    .negative-padding[b-3ceqtesu71] {
        margin-top: -5px;
    }
}
@media (min-width: 768px) {
    .negative-padding[b-3ceqtesu71] {
        margin-top: -12px;
    }
}
@media (min-width: 820px) {
    .negative-padding[b-3ceqtesu71] {
        margin-top: -12px;
    }
}

/* _content/NovaSingular.Cms.Web/Components/Pages/Sobre.razor.rz.scp.css */
/* Painting reveal animation for banner image - compartilhado */
.image-banner[b-85pb4gusli] {
 position: relative;
 overflow: hidden;
}

 .image-banner img[b-85pb4gusli] {
 position: relative;
 display: block;
 width:100%;
 height: auto;
 }

 /* Máscara branca que cobre a imagem inicialmente */
 .image-banner[b-85pb4gusli]::before {
 content: '';
 position: absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 background-color: #ffffff;
 z-index:2;
 transform: translateX(0%);
 transition: transform 2s cubic-bezier(0.25,0.46,0.45,0.94);
 pointer-events: none;
 }

 /* Quando a animação inicia, a máscara se move para a direita revelando a imagem */
 .image-banner.painting-reveal[b-85pb4gusli]::before {
 transform: translateX(100%);
 }

 /* Efeito de pincel que simula uma pincelada */
 .image-banner[b-85pb4gusli]::after {
 content: '';
 position: absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100% );
 z-index:3;
 transform: translateX(-20%);
 opacity:0;
 transition: all 2.2s cubic-bezier(0.165,0.84,0.44,1);
 pointer-events: none;
 }

 /* Efeito de pincel durante a revelação */
 .image-banner.painting-reveal[b-85pb4gusli]::after {
 transform: translateX(100%);
 opacity:1;
 }

 /* Transição suave quando a animação termina */
 .image-banner.painting-complete[b-85pb4gusli]::after {
 opacity:0;
 transition-duration:0.5s;
 }

 /* Sutil efeito de escala para dar mais vida à animação */
 .image-banner img[b-85pb4gusli] {
 transform: scale(1.01);
 transition: transform 2.5s cubic-bezier(0.25,0.46,0.45,0.94);
 }

 .image-banner.painting-reveal img[b-85pb4gusli] {
 transform: scale(1);
 }

/* Mobile optimization */
@media (max-width:768px) {
 .image-banner[b-85pb4gusli]::before {
 transition-duration:1.5s;
 }

 .image-banner[b-85pb4gusli]::after {
 transition-duration:1.8s;
 }

 .image-banner img[b-85pb4gusli] {
 transition-duration:2s;
 }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
 .image-banner[b-85pb4gusli]::before,
 .image-banner[b-85pb4gusli]::after {
 transition: none;
 transform: translateX(100%);
 opacity:0;
 }

 .image-banner img[b-85pb4gusli] {
 transform: scale(1);
 transition: none;
 }

 .image-banner.painting-reveal[b-85pb4gusli]::before {
 transform: translateX(100%);
 }

 .image-banner.painting-reveal[b-85pb4gusli]::after {
 opacity:0;
 }
}

.heading-section-about[b-85pb4gusli] {
 font-size:20px;
 line-height:48px;
 letter-spacing:0.2em;
 font-family: 'gotham-bold';
}
@media (max-width:820px) {
 .heading-section-about[b-85pb4gusli]{
 font-size:16px;
 line-height:48px;
 letter-spacing:0.2em;
 }
}

.heading-about[b-85pb4gusli] {
 font-size:48px;
 line-height:120%;
 letter-spacing:0.1em;
 font-family: 'gotham-xlight';
}

@media (max-width:820px) {
 .heading-about[b-85pb4gusli] {
 font-size:24px;
 line-height:30px;
 letter-spacing:0.1em;
 }
}


.image-banner.paint-no-anim[b-85pb4gusli]::before,
.image-banner.paint-no-anim[b-85pb4gusli]::after {
 transform: translateX(100%) !important;
 opacity:0 !important;
 transition: none !important;
}

/* =====================================
 Arrow animation (Home parity) - fix override
 ===================================== */
/* Button arrow animation on hover */
.btn svg[b-85pb4gusli] {
 transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
 transform: translateX(0px);
}

.btn:hover svg[b-85pb4gusli] {
 transform: translateX(5px);
}

/* Enhanced arrow animation with slight scale */
.btn svg path[b-85pb4gusli] {
 transition: all 0.2s ease-out;
}

.btn:hover svg path[b-85pb4gusli] {
 transform: scale(1.05);
 transform-origin: center;
}

/* Specific button animations */
.btn-revive .arrow-icon[b-85pb4gusli] {
 transition: all 0.35s cubic-bezier(0.165,0.84,0.44,1);
}

.btn-revive:hover .arrow-icon[b-85pb4gusli] {
 transform: translateX(6px) rotate(2deg);
}

/* Arrow bounce effect for more interactivity */
@keyframes arrowSlide-b-85pb4gusli {
0% { transform: translateX(0px); }
50% { transform: translateX(8px); }
100% { transform: translateX(5px); }
}

.btn-revive:hover .arrow-icon[b-85pb4gusli] {
 animation: arrowSlide-b-85pb4gusli 0.6s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}

/* Smooth transition back when hover ends */
.btn .arrow-icon[b-85pb4gusli] {
 will-change: transform;
 backface-visibility: hidden;
 -webkit-font-smoothing: antialiased;
}

/* Mobile optimization */
@media (max-width:768px) {
 .btn:hover .arrow-icon[b-85pb4gusli],
 .btn-revive:hover .arrow-icon[b-85pb4gusli] {
 transform: translateX(3px);
 animation: none;
 }
}

/* Focus states for accessibility */
.btn:focus .arrow-icon[b-85pb4gusli] {
 transform: translateX(5px);
 outline: none;
}

.btn:focus-visible[b-85pb4gusli] {
 outline:2px solid currentColor;
 outline-offset:2px;
}

/* Active state for touch devices */
.btn:active .arrow-icon[b-85pb4gusli] {
 transform: translateX(3px) scale(0.95);
 transition-duration:0.1s;
}

/* Reduced motion for arrow animations */
@media (prefers-reduced-motion: reduce) {
 .btn .arrow-icon[b-85pb4gusli] {
 transition: none;
 transform: none;
 animation: none;
 }

 .btn:hover .arrow-icon[b-85pb4gusli] {
 transform: none;
 animation: none;
 }
}
/* _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);
}

.breadcrumb-revive[b-cv16wv81rt] {
    color: var(--breadcrumb-color, #ffffff) !important;
    font-family: 'gotham-bold';
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 0.2em !important;
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Buttons/ButtonDefault.razor.rz.scp.css */
.btn_primary[b-ncrqrt9ws7] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
    padding-top: .7rem;
    padding-bottom: .7rem;
    transition: all .3s ease;
}
    .btn_primary .icon[b-ncrqrt9ws7] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary:hover .icon[b-ncrqrt9ws7] {
        right: 25px;
    }

    .btn_primary .btn_text[b-ncrqrt9ws7] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
        text-transform: uppercase;
    }

    .btn_primary:hover .btn_text[b-ncrqrt9ws7] {
        margin-right: 45px;
    }
/* _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/Cards/PostCard.razor.rz.scp.css */
.limited-content[b-ma5x480ljf] {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

/* Container do card */
.card-blog[b-ma5x480ljf] {
    position: relative;
    display: flex;
    flex-direction: column; /* Garante empilhamento vertical (imagem, textos, bot�o) */
    min-width: 0;
    background: transparent;
    border: none;
    border-radius: 10px;
    gap: 30px;
}

    /* Imagem do card: tamanho fixo e crop adequado */
    .card-blog .card-img-top[b-ma5x480ljf] {
        width: 315px;
        height: 200px;
        display: block;
        object-fit: cover;
        border-radius: 10px;
    }

/* Tipografia/cores (com vari�veis para permitir override por p�gina) */
.card-blog-title[b-ma5x480ljf] {
    font-size: 20px !important;
    color: var(--postcard-title-color, #ffffff) !important;
    line-height: 30px !important;
    font-family: 'gotham-bold' !important;
}

.card-desc[b-ma5x480ljf] {
    font-size: 16px !important;
    color: var(--postcard-desc-color, #ffffff) !important;
    line-height: 24px !important;
    font-family: 'gotham-book' !important;
}

.blog-date[b-ma5x480ljf] {
    font-size: 12px !important;
    color: var(--postcard-date-color, #ffffff) !important;
    line-height: 16px !important;
    letter-spacing: 0.2em !important;
    font-family: 'gotham-book' !important;
}

/* Bot�o do card */
.btn-blog[b-ma5x480ljf] {
    width: 182px;
    height: 52px;
    padding: 0 20px !important; /* evita inflar altura */
    border-radius: 10px;
    background-color: #B2DADF !important;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

    .btn-blog:hover[b-ma5x480ljf] {
        background-color: #B1B1B1 !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        color: #ffffff;
    }

.btn-font-blog[b-ma5x480ljf] {
    font-size: 12px !important;
    line-height: 16px !important;
    font-family: 'gotham-book' !important;
    text-transform: uppercase;
    letter-spacing: 0.2em !important;
}

/* Escopa anima��es apenas aos bot�es dentro do card */
.card-blog .btn svg[b-ma5x480ljf] {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(0px);
}

.card-blog .btn:hover svg[b-ma5x480ljf] {
    transform: translateX(5px);
}

.card-blog .btn svg path[b-ma5x480ljf] {
    transition: all 0.2s ease-out;
}

.card-blog .btn:hover svg path[b-ma5x480ljf] {
    transform: scale(1.05);
    transform-origin: center;
}

/* Anima��o dedicada do �cone de seta do bot�o */
.card-blog .btn-blog .arrow-icon[b-ma5x480ljf] {
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-blog .btn-blog:hover .arrow-icon[b-ma5x480ljf] {
    transform: translateX(6px) rotate(2deg);
}

/* Mobile optimization */
@media (max-width: 768px) {
    .card-blog .btn:hover .arrow-icon[b-ma5x480ljf] {
        transform: translateX(3px);
    }
}

/* Focus/Active/Reduced motion (escopado ao card) */
.card-blog .btn:focus .arrow-icon[b-ma5x480ljf] {
    transform: translateX(5px);
    outline: none;
}

.card-blog .btn:focus-visible[b-ma5x480ljf] {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.card-blog .btn:active .arrow-icon[b-ma5x480ljf] {
    transform: translateX(3px) scale(0.95);
    transition-duration: 0.1s;
}

@media (prefers-reduced-motion: reduce) {
    .card-blog .btn .arrow-icon[b-ma5x480ljf] {
        transition: none;
        transform: none;
    }

    .card-blog .btn:hover .arrow-icon[b-ma5x480ljf] {
        transform: none;
    }
}

/* Garanta que o card n�o corte nada fora da imagem */
.card-blog.overflow-hidden[b-ma5x480ljf] { 
    overflow: visible;
}

/* Moldura da imagem: responsiva, com recorte nos cantos */
.card-blog .image-wrapper[b-ma5x480ljf] {
    position: relative;
    width: 100%;
    max-width: 315px;              /* mant�m o limite no desktop */
    aspect-ratio: 315 / 200;       /* preserva propor��o sem height fixa */
    border-radius: 10px;
    overflow: hidden;              /* recorta o selo e a imagem */
}

/* A imagem preenche a moldura sem impor raio pr�prio */
.card-blog .image-wrapper > img.card-img-top[b-ma5x480ljf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;              /* o raio fica no wrapper */
}

/* Selo ancorado dentro da moldura */
.post-category[b-ma5x480ljf] {
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 1;
    margin: 0;
    font-weight: 625;
    font-size: .65rem;
    letter-spacing: .5px;
    color: #000000;
    box-shadow: var(--bs-box-shadow);
    padding: .125rem .5rem;
    text-transform: uppercase;
    background-color: #B2DADF;
    border-radius: var(--bs-border-radius) !important;
    font-family: 'gotham-book';
}
/* _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/Cards/RelationedPosts.razor.rz.scp.css */
.relationed-title[b-ytjbpyge0y] {
    font-size: 32px !important;
    color: #000000 !important;
    line-height: 16px !important;
    letter-spacing: 0.2em !important;
    font-family: 'gotham-bold';
} 
@media (max-width: 1024px) {
    .relationed-title[b-ytjbpyge0y] {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}
/* _content/NovaSingular.Cms.Web/Components/SharedComponents/Depoimentos.razor.rz.scp.css */
.accordion-portfolio-area[b-sov3slhmnj],
{
    height: 100%;
    min-height: 600px;
}

.accordion-portfolio-area[b-sov3slhmnj] {
    display: inline-block;
    height: auto;
    min-height: auto;
    /*padding: 30px;*/
    border-radius: 20px;
    position: relative;
    z-index: 99;
}

.heightCases[b-sov3slhmnj] {
    height: 600px !important;
}

@media (max-width: 991px) {
    .img-logo-card_h[b-sov3slhmnj] {
        width: 90px;
        height: 100%;
    }

    .heightCases[b-sov3slhmnj] {
        height: 100% !important;
    }

    .accordion-portfolio-lists[b-sov3slhmnj] {
        padding: 30px 15px;
        display: block;
        height: auto;
        width: 100%;
    }
}

.container-depoimentos[b-sov3slhmnj] {
    display: flex;
    gap: 20px;
    width: 100%;
    overflow: hidden;
}

.card_content[b-sov3slhmnj] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.item[b-sov3slhmnj] {
    display: flex;
    align-items: end;
    overflow: hidden;
    cursor: pointer;
    background-color: #ddd;
    border-radius: 48px;
    /*padding: 20px;*/
    transition: width 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    width: 325px; /* Largura inicial */
    height: 500px; /* Altura fixa desktop conforme layout original */
}

.item .content_title[b-sov3slhmnj] {
    display: none;
    padding: 10px;
}

.item .content[b-sov3slhmnj] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: white;
}

.item .btn_depoimentos[b-sov3slhmnj] {
    display: none !important;
}

.item h3[b-sov3slhmnj] {
    margin: 0;
    font-size: 1.3rem;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    rotate: 180deg;
    font-family: 'gotham-bold';
    letter-spacing: 4px;
    text-align: center;
}

.item .description[b-sov3slhmnj] {
    margin-top: 10px;
    display: none;
    max-width: 95%;
    font-size: 1.2rem !important;
    font-family: 'gotham-book';
    line-height: 24px;
}

@media (min-width: 768px ){
    .item .description[b-sov3slhmnj] {
        font-size: 15px !important;
    }
}

.item.open .card_content[b-sov3slhmnj] {
    padding: 25px;
}

.item.open[b-sov3slhmnj] {
    display: flex;
    width: 100%; /* Expande para a largura máxima */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    align-items: center;
}

.item.open .content_title[b-sov3slhmnj] {
    display: block;
}

.item.open .description[b-sov3slhmnj] {
    display: block;
    font-family: 'gotham-book';
    line-height: 24px;
}

.item.open h3[b-sov3slhmnj] {
    rotate: 0deg;
    writing-mode: initial;
    font-size: 1.3rem;
    font-family: 'gotham-bold';
    line-height: 24px;
    text-align: left;
}

.item.open .btn_depoimentos[b-sov3slhmnj] {
    display: flex !important;
}

/* Responsivo para telas menores (MOBILE) */
@media (max-width: 663px) {
    .container-depoimentos[b-sov3slhmnj] {
        display: block;
        gap: 10px;
        width: 100%;
        overflow: hidden;
    }

    .item img[b-sov3slhmnj] {
        object-fit: cover !important;
        height: 125px;
        width: 30rem;
        object-position: top;
    }

    .item[b-sov3slhmnj] {
        display: flex;
        align-items: end;
        overflow: hidden;
        cursor: pointer;
        /*background-color: #ddd;*/ /* Cor padrão */
        border-radius: 40px;
        /*padding: 20px;*/
        transition: 0.3s ease-in-out;
        width: 100%; /* Largura total */
        height: 125px;
        margin-bottom: 1rem;
    }

    .item h3[b-sov3slhmnj] {
        margin: 0;
        font-size: 1.05rem !important;
        text-orientation: mixed;
        writing-mode: horizontal-tb;
        rotate: 0deg;
    }

    .item .description[b-sov3slhmnj] {
        margin-top: 10px;
        display: none;
        max-width: 100%;
    }

    .item.open[b-sov3slhmnj] {
        display: flex;
        width: 100%;
        height: 100%;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        transition: 0.3s ease-in-out;
        align-items: center;
        /*background-color: black !important;*/
    }

    .item.open .description[b-sov3slhmnj] {
        font-size: 1rem !important;
    }

    .item.open img[b-sov3slhmnj] {
        /*  visibility: hidden;*/
        min-height: 450px;
    }
}

.bg-dimensions[b-sov3slhmnj]{ 
    height: 500px;
    width: auto; 
}

@media (max-width: 1024px) {
    .bg-dimensions[b-sov3slhmnj]{ 
        height: auto;
        width: 330px;
    }
}
/* _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/SearchFilters/NsPaginator.razor.rz.scp.css */
/* Garante que os botões prev/next tenham exatamente as dimensões pedidas

   mesmo com as regras do Bootstrap (.page-link) */

.pagination .page-item > .page-link.paginator-nav[b-8f3jf5fpk9] {
    width: 96px;
    height: 52px;
    padding: 30px 20px; /* conforme solicitado */

    box-sizing: border-box;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    line-height: 1;
    flex: 0 0 96px; /* evita encolher no flex */
    
}



.paginator-nav svg[b-8f3jf5fpk9] {
    width: 36px;
    height: 12px;
}



/* Cores bases e hovers (um vira a cor do outro) */

.paginator-nav-prev[b-8f3jf5fpk9] {
    background-color: #B1B1B1;
}

    .paginator-nav-prev:hover[b-8f3jf5fpk9],
    .paginator-nav-prev:focus[b-8f3jf5fpk9] {
        background-color: #B2DADF;
    }



.paginator-nav-next[b-8f3jf5fpk9] {
    background-color: #B2DADF;
}

    .paginator-nav-next:hover[b-8f3jf5fpk9],
    .paginator-nav-next:focus[b-8f3jf5fpk9] {
        background-color: #B1B1B1;
    }



/* Estado desabilitado visível (mantém a cor base) */

.paginator-nav:disabled[b-8f3jf5fpk9] {
    opacity: 0.7;
    cursor: not-allowed;
}



/* Espaçamento entre itens */

.pagination[b-8f3jf5fpk9] {
    gap: 10px;
}



/* Neutraliza padding padrão do Bootstrap para todos os links da paginação;

   números e nav recebem padding próprio abaixo */

.page-link[b-8f3jf5fpk9] {
    border: none;
    box-shadow: none;
    padding: 0;
    font-family: 'gotham-xlight';
}



/* Números com tamanho consistente e sem encolher */

.page-number-link[b-8f3jf5fpk9] {
    min-width: 40px;
    height:60px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    line-height: 1;
    flex: 0 0 auto; /* evita encolher no flex */
}


.paginator-nav-margin[b-8f3jf5fpk9] {
    margin-top: 50px !important;
    margin-bottom: 180px !important;
    height: auto !important; /* permite que o padding defina a altura */
}

/* Ativo */

.page-item.active .page-number-link[b-8f3jf5fpk9] {
    background-color: #B2DADF;
    height: 60px;
    color: #fff;
}



/* Hover/focus dos números */

.page-number-link:hover[b-8f3jf5fpk9],
.page-number-link:focus[b-8f3jf5fpk9] {
    background-color: #f2f2f2;
    color: #000;
}



/* Removido layout em grid anterior para manter todos os itens juntos:

   .paginator-grid, .paginator-prev, .paginator-next, .paginator-pages */


/* ====================================
   Animações do SVG (mesmo padrão da Home)
   ==================================== */

/* Transições básicas */
.paginator-nav .arrow-icon[b-8f3jf5fpk9] {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(0px);
    will-change: transform;
}

.paginator-nav:hover .arrow-icon[b-8f3jf5fpk9],
.paginator-nav:focus .arrow-icon[b-8f3jf5fpk9] {
    transform: translateX(5px);
}

/* Transição do path (efeito sutil de scale) */
.paginator-nav .arrow-icon path[b-8f3jf5fpk9] {
    transition: all 0.2s ease-out;
    transform-origin: center;
}

.paginator-nav:hover .arrow-icon path[b-8f3jf5fpk9],
.paginator-nav:focus .arrow-icon path[b-8f3jf5fpk9] {
    transform: scale(1.05);
}

/* Animação extra (mesmo keyframe usado na Home) */
@keyframes arrowSlide-b-8f3jf5fpk9 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(8px);
    }

    100% {
        transform: translateX(5px);
    }
}

.paginator-nav:hover .arrow-icon[b-8f3jf5fpk9] {
    animation: arrowSlide-b-8f3jf5fpk9 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Não anima ícone quando desabilitado */
.paginator-nav:disabled .arrow-icon[b-8f3jf5fpk9],
.paginator-nav:disabled .arrow-icon path[b-8f3jf5fpk9] {
    transition: none;
    transform: none;
    animation: none;
}

/* Mobile: animação mais sutil, sem keyframe */
@media (max-width: 768px) {
    .paginator-nav:hover .arrow-icon[b-8f3jf5fpk9],
    .paginator-nav:focus .arrow-icon[b-8f3jf5fpk9] {
        transform: translateX(3px);
        animation: none;
    }
}

/* Reduced motion: remove transições e animações */
@media (prefers-reduced-motion: reduce) {
    .paginator-nav .arrow-icon[b-8f3jf5fpk9],
    .paginator-nav .arrow-icon path[b-8f3jf5fpk9] {
        transition: none;
        transform: none;
        animation: none;
    }
}
/* _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/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/Sliders/ReviveGallery.razor.rz.scp.css */
.img_gallery[b-2qahuskwy2] {
    width: 100%;
    object-fit: cover;
}

.thumb_gallery[b-2qahuskwy2] {
    object-fit: cover;
    cursor: pointer
}


@media(max-width: 993px) {
    .img_gallery[b-2qahuskwy2] {
        width: 100%;
        object-fit: cover;
    }

    .thumb_gallery[b-2qahuskwy2] {
        object-fit: cover;
        cursor: pointer
    }
}
