.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-color-e2ea76b:#E0A040;--e-global-color-f4f65d5:#C37A10;--e-global-color-e4a17b5:#174C60;--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;background-color:#FAF7F2;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-e2ea76b );}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-f4f65d5 );}.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.page-title{display:var(--page-title-display);}@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 *//* Fondo base de la página */
html, body, .site, .elementor, .elementor-kit-XX {
  background-color: #FAF7F2 !important; /* Beige claro tipo harina */
}

/* === Importación de Google Fonts === */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap');

/* Texto base */
body, p, li {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

/* Encabezados */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.6em;
}

/* H1 (titulares principales) */
h1 {
  font-size: 48px;
  font-weight: 700;
}

/* H2 */
h2 {
  font-size: 32px;
  font-weight: 700;
}

/* H3, H4 (subtítulos/secciones) */
h3 {
  font-size: 24px;
  font-weight: 600;
}
h4 {
  font-size: 20px;
  font-weight: 600;
}

/* Botones y CTA */
button,
input[type="submit"],
.elementor-button {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Elimina hueco cuando se oculta el título */
.page .page-title {
  margin: 0 !important;
  padding: 0 !important;
}

/* Asegura que la primera sección arranca justo debajo del header */
.page .elementor-section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Ícono (flecha) */
.wpr-stt-icon svg {
  fill: #E0A040 !important;   /* color de la flecha */
  stroke: #E0A040 !important;
}

/* Contenedor del botón (círculo) */
.wpr-stt-btn {
  border: 2px solid #E0A040 !important;  /* borde dorado */
  background: #ffffff !important;        /* fondo blanco */
}

/* Hover */
.wpr-stt-btn:hover {
  background: #E0A040 !important;   /* fondo dorado al pasar ratón */
  border-color: #E0A040 !important;
}

.wpr-stt-btn:hover .wpr-stt-icon svg {
  fill: #ffffff !important;   /* flecha blanca al pasar ratón */
  stroke: #ffffff !important;
}/* End custom CSS */