.elementor-kit-5{--e-global-color-primary:#B08E55;--e-global-color-secondary:#F5F2ED;--e-global-color-text:#4E4E4E;--e-global-color-accent:#FCE8B1;--e-global-color-866b9d6:#1D5D56;--e-global-color-b9387e2:#2CA559;--e-global-color-9e785a4:#B08E55;--e-global-color-970bf3f:#666666;--e-global-color-a77ad56:#D4B26A;--e-global-color-0620f7c:#F9F7F4;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:none;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:none;--e-global-typography-text-font-family:"Playfair Display";--e-global-typography-text-font-size:28px;--e-global-typography-text-font-weight:600;--e-global-typography-text-text-transform:none;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:500;--e-global-typography-8032a23-font-family:"Montserrat";--e-global-typography-8032a23-font-size:40px;--e-global-typography-8032a23-font-weight:600;--e-global-typography-3c0c091-font-family:"Montserrat";--e-global-typography-3c0c091-font-size:18px;--e-global-typography-3c0c091-font-weight:600;--e-global-typography-4ae4292-font-family:"Montserrat";--e-global-typography-4ae4292-font-size:22px;--e-global-typography-4ae4292-font-weight:600;--e-global-typography-4ae4292-text-transform:none;--e-global-typography-a3d46a1-font-family:"Montserrat";--e-global-typography-a3d46a1-font-size:18px;--e-global-typography-a3d46a1-font-weight:400;--e-global-typography-a3d46a1-text-transform:none;--e-global-typography-0f7ada2-font-family:"Montserrat";--e-global-typography-0f7ada2-font-size:16px;--e-global-typography-0f7ada2-font-weight:400;--e-global-typography-c4e9cad-font-family:"Playfair Display";--e-global-typography-c4e9cad-font-size:32px;--e-global-typography-c4e9cad-font-weight:700;--e-global-typography-c4e9cad-text-transform:none;--e-global-typography-0aa6718-font-family:"Playfair Display";--e-global-typography-0aa6718-font-size:26px;--e-global-typography-0aa6718-font-weight:600;--e-global-typography-0aa6718-text-transform:none;--e-global-typography-09b69aa-font-family:"Montserrat";--e-global-typography-09b69aa-font-size:16px;--e-global-typography-09b69aa-font-weight:400;--e-global-typography-09b69aa-text-transform:none;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#A67C52;font-family:var( --e-global-typography-a3d46a1-font-family ), Sans-serif;font-size:var( --e-global-typography-a3d46a1-font-size );font-weight:var( --e-global-typography-a3d46a1-font-weight );text-transform:var( --e-global-typography-a3d46a1-text-transform );color:#FFFFFF;border-radius:4px 4px 4px 4px;padding:15px 30px 15px 30px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h2{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-a3d46a1-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-a3d46a1-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   UTILIDADES GERAIS
========================================================= */

/* Botão voltar ao topo */
.botao-voltar-topo {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}
.botao-voltar-topo.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Tipografia fluida e largura máxima do site (aplicado em todas as resoluções) */
:root{
  --container-max: 1280px;
  --space: clamp(16px, 2vw, 28px);
  --space-lg: clamp(24px, 3vw, 48px);
  --h1: clamp(28px, 4vw, 48px);
  --h2: clamp(22px, 3vw, 36px);
  --body: clamp(14px, 1.4vw, 18px);
}
.elementor-section .elementor-container{ max-width: var(--container-max); }
h1{ font-size: var(--h1); line-height: 1.15; }
h2{ font-size: var(--h2); line-height: 1.2; }
body{ font-size: var(--body); }

/* Cards de serviços (evitar esticar demais em telas muito largas) */
.cards-servicos .elementor-column{ max-width: 420px; }

/* Seções com imagem de fundo */
.section-bg-cover{
  background-size: cover; background-position: center; background-repeat: no-repeat;
  min-height: clamp(300px, 60vh, 720px);
}

/* Faixas decorativas douradas muito altas no desktop grande */
.faixas-decorativas, .faixa-depoimentos{ min-height: 240px; }

/* HERO: aplique a classe .hero-home na seção do banner */
.hero-home .texto p{ max-width: 56ch; } /* linhas confortáveis */
.hero-home .foto img{
  width: 100%; height: 100%; object-fit: cover; border-radius: 24px;
}

/* ===== ULTRA‑WIDE / 2K / 4K ===== */
@media (min-width: 1600px){
  :root{ --container-max: 1380px; }
  .hero-home .elementor-column-wrap{ padding: var(--space-lg) !important; }
}
@media (min-width: 1920px){
  :root{ --container-max: 1480px; }
}
@media (min-width: 2560px){ /* 4K */
  :root{ --container-max: 1600px; }
  .hero-home{ --h1: 56px; --h2: 42px; --body: 20px; }
  .hero-home .elementor-column-wrap{ padding: calc(var(--space-lg)*1.2) !important; }
  .faixas-decorativas, .faixa-depoimentos{ min-height: 260px; }
}

/* ===== ALTURA BAIXA (monitores <1080p, ex. 1366×768) ===== */
@media (max-height: 820px){
  .hero-home{ min-height: 72vh !important; }
  .hero-home .elementor-column-wrap{ padding: 16px !important; }
  .hero-home .elementor-button, .btn, .botao { padding: 10px 18px; font-size: 14px; }
  .espaco-vertical-lg{ margin-block: 24px !important; }
}
@media (max-height: 720px){
  footer .widget-area{ gap: 12px; }
  footer{ padding: 16px 0 !important; }
}

/* =========================================================
   BLOCO MOBILE QUE VOCÊ JÁ TINHA (com correções)
========================================================= */
@media (max-width: 767px) {

  /* Fonte principal e secundária */
  body, p, li, span, a, button, input {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    color: #4E4E4E;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif !important;
    color: #B08E55;
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 20px;
  }

  /* Botão do menu hambúrguer */
  #btn_hamburg {
    font-size: 28px !important;
    padding-right: 15px;
    padding-top: 8px;
    color: #B08E55;
  }

  /* Banner da home */
  #banner_principal img {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: cover;
    object-position: center;
  }

  /* Bloco de destaques */
  #bloco_destaques {
    background: #FAF6F0 !important;
    border-radius: 20px;
    padding: 24px 16px;
    margin: 20px auto;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    text-align: center;
    font-size: 15px;
  }
  #bloco_destaques i {
    font-size: 18px;
    margin-right: 6px;
    color: #D4B26A;
  }

  /* Cartões dos tratamentos */
  .card_tratamento {
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 20px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
    text-align: center;
  }
  .card_tratamento img {
    width: 90px;
    margin: 0 auto 16px;
    border-radius: 50%;
  }

  /* Botões */
  .elementor-button {
    width: 100% !important;
    max-width: 240px;
    margin: 16px auto 0;
    font-size: 15px;
    border-radius: 10px;
    display: block;
    background-color: #B08E55; /* corrigido */
    color: #fff;
    border: none;
  }
  .elementor-button:hover {
    background-color: #D4B26A;
    color: #fff;
  }

  /* Rodapé */
  footer {
    text-align: center;
    font-size: 14px;
    padding: 20px 15px;
    color: #666666;
  }

  /* Botão do WhatsApp */
  a[href*="wa.me"], a[href*="api.whatsapp.com"] {
    background: none;
    color: #B08E55 !important;
    border-radius: 8px;
    padding: 10px 16px;
    display: inline-block;
  }

  /* Abas (Elementor Tabs) empilhadas */
  .elementor-tabs-wrapper { flex-direction: column !important; align-items: stretch !important; }
  .elementor-tab-title { width: 100% !important; margin-bottom: 10px !important; }
}/* End custom CSS */