.elementor-601 .elementor-element.elementor-element-5a611b0c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-601 .elementor-element.elementor-element-5a611b0c:not(.elementor-motion-effects-element-type-background), .elementor-601 .elementor-element.elementor-element-5a611b0c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2d1910;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-601 .elementor-element.elementor-element-b372aae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-601 .elementor-element.elementor-element-98718d6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-7f8df8e3 *//* Zera qualquer espaço do navegador */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}

/* Garante que o container da Hero suba até o limite superior */
.elementor-section-wrap > .elementor-section:first-child,
.header-renaissance + section, 
.header-renaissance + div {
    margin-top: -80px !important; /* Puxa o conteúdo para trás do menu */
    padding-top: 80px !important;  /* Devolve o espaço interno para o texto não sumir */
}

/* Se o branco persistir, adicione um fundo marrom ao topo do body */
body {
    background-color: #1a120b !important; /* A mesma cor escura do seu spa */
}
/* --- CONFIGURAÇÃO BASE (DESKTOP) --- */
.header-renaissance {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 1200px;
    z-index: 9999;
}

.header-container {
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(243, 202, 145, 0.15) !important;
    border-radius: 60px;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.logo-area {
    display: flex;
    align-items: center;
    height: 50px;
}

.header-logo-img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-menu ul li a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-contato-header {
    background: linear-gradient(135deg, #e0b47a 0%, #F3CA91 50%, #e0b47a 100%);
    color: #1a120b !important;
    padding: 10px 25px !important;
    border-radius: 30px;
    font-weight: 700 !important;
}

/* --- AJUSTE EXCLUSIVO PARA TELEMÓVEL (MOBILE) --- */
/* --- AJUSTE EXCLUSIVO PARA TELEMÓVEL (MOBILE GLASS) --- */
@media (max-width: 767px) {
    .header-renaissance {
        top: 0 !important;
        width: 100% !important;
        transform: none !important;
        left: 0 !important;
    }

    .header-container {
        /* O segredo do vidro mobile */
        background: rgba(26, 18, 11, 0.7) !important; /* Marrom translúcido */
        backdrop-filter: blur(15px) !important;
        -webkit-backdrop-filter: blur(15px) !important;
        
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
        border-bottom: 1px solid rgba(243, 202, 145, 0.2) !important; /* Linha dourada fina embaixo */
        
        padding: 12px 15px !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
    }

    .logo-area {
        height: 30px; /* Logo um pouco menor para dar respiro */
    }

    .nav-menu ul {
        gap: 12px;
    }

    .nav-menu ul li a {
        font-size: 0.65rem !important;
        letter-spacing: 1px !important;
        font-weight: 500 !important;
        color: #FFFFFF !important;
    }

    /* Botão Contato no Mobile */
    .btn-contato-header {
        padding: 8px 15px !important;
        font-size: 0.65rem !important;
        border-radius: 20px !important;
        background: linear-gradient(135deg, #bd9354 0%, #f3ca91 50%, #bd9354 100%) !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7533ccbe *//* =========================================
   1. ESTRUTURA E EFEITO 3D GLOBAL DO RODAPÉ
========================================= */
.footer-renaissance-v5 {
    position: relative;
    padding: 100px 20px 40px;
    background: #0a0705; 
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    z-index: 1;
    
    /* PREPARAÇÃO PARA O 3D */
    transform-style: preserve-3d;
    transform: perspective(2000px) rotateX(0deg) translateY(0);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease, border-color 0.6s;
    box-shadow: 0 0 0 rgba(243, 202, 145, 0);
    border-top: 1px solid rgba(243, 202, 145, 0.1);
}

/* O QUE ACONTECE QUANDO O MOUSE ENTRA NO RODAPÉ */
.footer-renaissance-v5:hover {
    /* O rodapé levanta e inclina em 3D para o usuário */
    transform: perspective(2000px) rotateX(1.5deg) translateY(-8px);
    
    /* Aura dourada acende ao redor e por dentro do vidro */
    box-shadow: 0 -30px 80px rgba(243, 202, 145, 0.12), inset 0 20px 40px rgba(243, 202, 145, 0.03);
    border-top: 1px solid rgba(243, 202, 145, 0.6);
}

/* O FEIXE DE LUZ (BRILHO DE VIDRO) QUE VARRE O RODAPÉ */
.footer-renaissance-v5::before {
    content: '';
    position: absolute;
    top: 0; left: -150%;
    width: 60%; height: 100%;
    /* Gradiente simulando o reflexo da luz no vidro */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(243, 202, 145, 0.05) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-30deg);
    z-index: 2;
    pointer-events: none;
}

/* Ação da luz passando rápido quando o mouse entra */
.footer-renaissance-v5:hover::before {
    left: 200%;
    transition: 1.2s ease-in-out;
}

/* =========================================
   2. FUNDO 3D: LUZES E VIDRO CANELADO
========================================= */
.footer-3d-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: -1;
    overflow: hidden;
}

/* Esferas de Luz Animadas */
.gold-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.6;
    animation: floatLight 15s infinite alternate cubic-bezier(0.4, 0, 0.2, 1);
}

.orb-1 {
    width: 600px; height: 600px;
    background: radial-gradient(circle, #bd9354 0%, transparent 70%);
    top: -200px; left: -150px;
}

.orb-2 {
    width: 500px; height: 500px;
    background: radial-gradient(circle, #F3CA91 0%, transparent 70%);
    bottom: -150px; right: -100px;
    animation-delay: -7s;
}

/* Lente de Vidro Pesado (Desfoque da Luz) */
.glass-overlay-3d {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(26, 18, 11, 0.5);
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
}

/* Textura Canelada (Linhas de Luxo) */
.ribbed-glass-texture {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 4px,
        rgba(243, 202, 145, 0.03) 4px,
        rgba(243, 202, 145, 0.03) 5px
    );
    pointer-events: none;
}

/* Animação do Movimento da Luz */
@keyframes floatLight {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(100px, 50px) scale(1.2); }
    100% { transform: translate(-50px, 100px) scale(0.9); }
}

/* =========================================
   3. CONTEÚDO E TIPOGRAFIA
========================================= */
.footer-inner-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 10;
}

.v5-title {
    color: #F3CA91;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 3px;
    margin-bottom: 30px;
    font-weight: 800;
    text-shadow: 0 0 10px rgba(243, 202, 145, 0.2);
}

.logo-3d-hover {
    max-width: 180px;
    margin-bottom: 20px;
    filter: brightness(1.2);
}

.bio-v5, .v5-contact-data p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* =========================================
   4. INTERAÇÕES DE HOVER (LINKS E REDES)
========================================= */
.v5-nav-list { list-style: none; padding: 0; margin: 0; }
.v5-nav-list li { margin-bottom: 12px; }
.v5-nav-list a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    position: relative;
    transition: 0.4s;
    font-size: 0.95rem;
}

/* Linha de Neon nos Links */
.v5-nav-list a::after {
    content: '';
    position: absolute;
    bottom: -5px; left: 0;
    width: 0; height: 1px;
    background: #F3CA91;
    box-shadow: 0 0 8px #F3CA91;
    transition: 0.4s;
}

.v5-nav-list a:hover { color: #fff; }
.v5-nav-list a:hover::after { width: 100%; }

/* Botões Sociais */
.social-glow-group { display: flex; gap: 15px; margin-top: 20px; }
.social-item {
    width: 40px; height: 40px;
    border: 1px solid rgba(243, 202, 145, 0.3);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #F3CA91; text-decoration: none;
    font-size: 0.75rem; font-weight: 800;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-item:hover {
    background: #F3CA91;
    color: #0a0705;
    box-shadow: 0 0 20px rgba(243, 202, 145, 0.6);
    transform: scale(1.15) translateY(-3px);
}

/* =========================================
   5. A MOLDURA 3D DA LÉIA (EFEITO MASTER)
========================================= */
.photo-col-v5 { display: flex; justify-content: flex-end; }

.leia-aura-frame {
    position: relative;
    width: 220px; height: 220px;
    perspective: 1000px;
    cursor: pointer;
}

.leia-photo-v5 {
    width: 100%; height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(243, 202, 145, 0.3);
    filter: saturate(0.9) contrast(1.1);
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.05); /* Fundo caso a foto seja PNG transparente */
}

/* Reflexo de Vidro que passa no Hover */
.frame-glare {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, transparent 60%);
    pointer-events: none;
    opacity: 0;
    transition: 0.8s;
}

/* A Mágica do Movimento 3D */
.leia-aura-frame:hover .leia-photo-v5 {
    transform: rotateY(-20deg) rotateX(15deg) scale(1.05);
    border-color: #F3CA91;
    box-shadow: -15px 15px 30px rgba(0,0,0,0.6), 0 0 40px rgba(243, 202, 145, 0.4);
}

.leia-aura-frame:hover .frame-glare {
    opacity: 1;
    transform: translateX(30px) translateY(10px);
}

/* =========================================
   6. COPYRIGHT FINAL
========================================= */
.footer-v5-bottom {
    max-width: 1200px;
    margin: 60px auto 0;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 10;
}

.footer-v5-bottom strong { color: rgba(0, 255, 50, 0.9); }

/* =========================================
   7. RESPONSIVIDADE (MOBILE E TABLET)
========================================= */
@media (max-width: 991px) {
    .footer-inner-wrapper { grid-template-columns: 1fr 1fr; gap: 50px; }
    .photo-col-v5 { justify-content: flex-start; }
}

@media (max-width: 767px) {
    .footer-inner-wrapper { grid-template-columns: 1fr; text-align: center; }
    .photo-col-v5 { justify-content: center; margin-top: 20px; }
    .leia-aura-frame { width: 180px; height: 180px; }
    .social-glow-group { justify-content: center; }
    .logo-3d-hover { margin: 0 auto 20px; }
}/* End custom CSS */