.elementor-kit-6{--e-global-color-primary:#B8996B;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#5A5A5A;--e-global-color-accent:#BC6C25;--e-global-color-30273c6:#FAFAFA;--e-global-color-0468ce1:#F5F3EE;--e-global-color-97e9fee:#F5EDD8;--e-global-color-64c5f4c:#EAE7E0;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:38px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:21px;--e-global-typography-accent-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ════════════════════════════════════════
   CALM ONCOLOGY — CSS VARIABLES GLOBAIS
   ════════════════════════════════════════ */

:root {

  /* ── CORES ── */
  --co-white:        #FFFFFF;
  --co-off-white:    #FAFAF8;
  --co-marble:       #F5F3EE;
  --co-gold:         #C4A86A;
  --co-gold-dark:    #8B6914;
  --co-gold-light:   #E8D9B8;
  --co-gold-pale:    #F5EDD8;
  --co-charcoal:     #1A1A1A;
  --co-gray-800:     #2D2D2D;
  --co-gray-600:     #5A5A5A;
  --co-gray-400:     #888888;
  --co-gray-200:     #D4D0C8;
  --co-gray-100:     #EAE7E0;
  --co-success:      #4A7C59;
  --co-error:        #C0392B;

  /* ── TIPOGRAFIA ── */
  --font-primary: 'Century Gothic', 'CenturyGothic',
                   'AppleGothic', Futura,
                   'Trebuchet MS', sans-serif;

  /* ── ESCALA TIPOGRÁFICA ── */
  --text-xs:     13px;
  --text-sm:     15px;
  --text-base:   16px;
  --text-md:     17px;
  --text-lg:     19px;
  --text-xl:     21px;
  --text-2xl:    24px;
  --text-3xl:    30px;
  --text-4xl:    38px;
  --text-5xl:    48px;
  --text-6xl:    60px;

  /* ── ESPAÇAMENTO ── */
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-8:  32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;

  /* ── BORDER RADIUS ── */
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   12px;
  --radius-xl:   20px;
  --radius-pill: 999px;

  /* ── SOMBRAS ── */
  --shadow-card:  0 2px 16px rgba(0,0,0,0.06);
  --shadow-hover: 0 8px 32px rgba(196,168,106,0.18);
  --shadow-border: rgba(0,0,0,0.05);

  /* ── TRANSIÇÕES ── */
  --ease:     cubic-bezier(0.4, 0, 0.2, 1);
  --duration: 200ms;
}/* End custom CSS */