.elementor-kit-6{--e-global-color-primary:#003521;--e-global-color-secondary:#00774D;--e-global-color-text:#090909;--e-global-color-accent:#00774D;--e-global-typography-primary-font-family:"Alegreya";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Alegreya";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Alegreya";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Alegreya";--e-global-typography-accent-font-weight:700;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Alegreya", Sans-serif;font-size:50px;font-weight:400;}.elementor-kit-6 h2{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 */.lista-iconos-header ul{
    display: flex;
    flex-direction: row;
    gap: 15px; /* Ajusta el espaciado */
}

.header-transparent {
    position: fixed;
    width: 100%;
    background: transparent;
    transition: background 0.3s ease-in-out;
}

.header-transparent.scrolled {
    background: rgba(255, 255, 255, 0.9); /* Cambia el color según tu diseño */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

h2{
    display: inline-block;
    position: relative;
}

h2::after {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--e-global-color-primary);
  position: absolute;
  bottom: -8px;
  left:0; 
}

.h2SinBorde h2::after {
  content: none;
}

h1 {
  overflow: hidden;
  position: relative;
}
h1::after {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--e-global-color-primary);
  position: absolute;
  top: 55%;
  margin-left: 1rem;
}/* End custom CSS */