.elementor-kit-7{--e-global-color-primary:#2D5A27;--e-global-color-secondary:#D4A017;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--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 *//* TNA - Grid de imágenes */
.tna-grid {
  flex-wrap: wrap !important;
  gap: 4px !important;
  align-content: start !important;
}
.tna-grid .elementor-widget-image {
  flex: 0 0 calc(50% - 2px) !important;
  width: calc(50% - 2px) !important;
}
.tna-grid .elementor-widget-image img {
  width: 100% !important;
  height: 260px !important;
  object-fit: cover !important;
  display: block !important;
}

/* TNA - Quitar márgenes internos */
.tna-text-col,
.tna-grid {
  --content-width: 100% !important;
}
.tna-row > .e-con-boxed > .e-con-inner {
  max-width: 100% !important;
  padding: 0 !important;
}

/* TNA - Stats en fila */
.tna-stat-item {
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  flex: 0 0 calc(25% - 16px) !important;
  width: calc(25% - 16px) !important;
  min-width: 0 !important;
}@media (max-width: 1024px) {
  /* TNA columnas apilan */
  .tna-row {
    flex-direction: column !important;
  }
  .tna-row > .e-con {
    width: 100% !important;
    --width: 100% !important;
  }
  /* Stats más pequeños en tablet */
  .tna-stats {
    align-items: center !important;
    text-align: center !important;
  }
  .tna-stat-num {
    font-size: 36px !important;
  }
  .tna-stat-desc {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .tna-stat-num {
    font-size: 28px !important;
  }
  .tna-stat-desc {
    font-size: 13px !important;
  }
}.site-info, .footer-copyright, .copyright, .copyright-text {
    display: none !important;
}/* End custom CSS */