.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c9af174:#7BB331;--e-global-color-46034c8:#FFFFFF;--e-global-color-337788a:#315500;--e-global-color-f686cbe:#ECF0A7;--e-global-color-2094f9c:#F2FAE6;--e-global-color-cee94e3:#FAFAFA;--e-global-color-4755502:#000000;--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-9 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{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 */.elementor-post__read-more{
    background: linear-gradient(135deg, #7bb331, #315500); 
    border: none; 
    color: #ffffff !important; 
    transition: 0.3s; 
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 40px;
    text-transform: lowercase 
    !important;
}

.elementor-post__read-more:hover{
    background: linear-gradient(135deg, #ecf0a7, #ecf0a7);
    color: #000000 !important;
    transition: .3s;
}



.elementor-post__read-more::first-letter {
    text-transform: uppercase !important;
}

.elementor-post__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.linea-verde {
  display: inline-block;
  position: relative;
  padding-bottom: 6px; /* separación texto → línea */
}

.linea-verde::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #7bb331;
}

html, body {
    overflow-x: hidden;
}

body,
.elementor-page,
.site-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.separador-oscuro .elementor-divider-separator {
    border: 3px solid #315500 !important;
}/* End custom CSS */