.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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-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 *//* ============================================================
   NATURBATÁN — Sistema de marca (base global del sitio)
   Tipografía: Fraunces (titulares) + Inter (texto)
   Paleta: crema/hueso + maderas + océano atlántico
   ============================================================ */
:root{
  --nb-atlantico:#2F4F59;       /* acento principal / CTA */
  --nb-atlantico-claro:#46646E; /* hover / detalles */
  --nb-madera:#A87B53;          /* acento cálido secundario */
  --nb-espresso:#2C2620;        /* texto principal */
  --nb-texto-suave:#6E665C;     /* texto secundario */
  --nb-lino:#F3EEE4;            /* fondo crema */
  --nb-blanco-roto:#FBF8F2;     /* fondo claro */
  --nb-niebla:#C9BFB0;          /* bordes / líneas suaves */
}

/* Base del documento */
body{
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--nb-espresso);
  background-color:var(--nb-blanco-roto);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* Titulares — Fraunces */
h1,h2,h3,h4,h5,h6,
.elementor-heading-title{
  font-family:"Fraunces",Georgia,"Times New Roman",serif;
  color:var(--nb-espresso);
  font-weight:600;
  line-height:1.12;
  letter-spacing:-0.01em;
}
h3,h4,h5,h6{font-weight:500;letter-spacing:-0.005em;}

/* Párrafos / cuerpo */
p,li,.elementor-widget-text-editor{
  font-family:"Inter",sans-serif;
  line-height:1.7;
  color:var(--nb-espresso);
}

/* Enlaces */
a{color:var(--nb-atlantico);text-decoration:none;transition:color .25s ease;}
a:hover,a:focus{color:var(--nb-madera);}

/* Selección de texto */
::selection{background:var(--nb-atlantico);color:var(--nb-blanco-roto);}

/* Etiqueta tipo "eyebrow" (texto pequeño sobre titulares) */
.nb-eyebrow{
  font-family:"Inter",sans-serif;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:600;
  font-size:.78rem;
  color:var(--nb-madera);
}

/* Botón por defecto Elementor — CTA Atlántico */
.elementor-button,
.elementor-button.elementor-size-sm,
.elementor-button.elementor-size-md{
  font-family:"Inter",sans-serif;
  font-weight:600;
  letter-spacing:.03em;
  background-color:var(--nb-atlantico);
  color:var(--nb-blanco-roto);
  border-radius:3px;
  transition:background-color .25s ease,transform .25s ease;
}
.elementor-button:hover,
.elementor-button:focus{
  background-color:var(--nb-atlantico-claro);
  color:var(--nb-blanco-roto);
  transform:translateY(-1px);
}/* End custom CSS */