.elementor-kit-5{--e-global-color-primary:#B7A9DF;--e-global-color-secondary:#B7A9DF;--e-global-color-text:#F9F9F9;--e-global-color-accent:#D4AF37;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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 *//* Mejor lectura general */
.elementor-widget-text-editor p {
  line-height: 1.6;
}

/* Limitar ancho solo en desktop */
@media (min-width: 1025px) {
  .elementor-widget-text-editor {
    max-width: 600px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {

  .elementor-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  h1 {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }

  h2 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  .elementor-widget-text-editor p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .elementor-button {
    padding: 12px 26px !important;
    font-size: 15px !important;
  }
}

/* ===== TABLET ===== */
@media (min-width: 768px) and (max-width: 1024px) {

  h1 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  h2 {
    font-size: 22px !important;
  }

  .elementor-widget-text-editor p {
    font-size: 16px !important;
  }
}/* End custom CSS */