.elementor-51 .elementor-element.elementor-element-1d0b9947{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-around;--align-items:center;--flex-wrap:nowrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51 .elementor-element.elementor-element-7ff153a9{--display:flex;--padding-top:160px;--padding-bottom:160px;--padding-left:160px;--padding-right:160px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-51 .elementor-element.elementor-element-7ed6830a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:start;}.elementor-51 .elementor-element.elementor-element-7ed6830a.elementor-element{--align-self:flex-start;}.elementor-51 .elementor-element.elementor-element-7ed6830a .elementor-heading-title{font-family:"BreulgroteskA", Sans-serif;font-size:72px;font-weight:300;letter-spacing:2px;color:#404040;}.elementor-51 .elementor-element.elementor-element-7c50c53d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 160px 0px 0px;text-align:start;}.elementor-51 .elementor-element.elementor-element-7c50c53d.elementor-element{--align-self:center;}.elementor-51 .elementor-element.elementor-element-7c50c53d .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:25px;font-weight:400;line-height:50px;letter-spacing:2px;color:#404040;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-51 .elementor-element.elementor-element-1d0b9947{--content-width:100%;}}/* Start custom CSS for heading, class: .elementor-element-7ed6830a *//* --- Estilo base del subrayado --- */
.subrayado {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  opacity: 1;
  text-decoration: none !important; /* elimina subrayado azul */
  border-bottom: none !important;   /* elimina subrayado azul */
}

/* --- Línea de subrayado personalizada --- */
.subrayado::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #B5DFD6 !important; /* tu color verde */
}

/* --- Si el heading entero es un enlace, elimina el subrayado azul --- */
.elementor-widget-heading a {
  text-decoration: none !important;
  border-bottom: none !important;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-7c50c53d */.subrayado {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  opacity: 0;
  animation: fadeIn 0.6s forwards;
}

.subrayado::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #00AEEF;
  animation: underline 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes underline {
  from { width: 0%; }
  to { width: 100%; }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'BreulgroteskA';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://econw.publi-media.es/wp-content/uploads/2026/01/BreulGroteskA-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'BreulgroteskA';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://econw.publi-media.es/wp-content/uploads/2026/01/BreulGroteskA-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'BreulgroteskA';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://econw.publi-media.es/wp-content/uploads/2026/01/BreulGroteskA-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'BreulgroteskA';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://econw.publi-media.es/wp-content/uploads/2026/01/BreulGroteskA-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'BreulgroteskA';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://econw.publi-media.es/wp-content/uploads/2026/01/BreulGroteskA-Thin.ttf') format('truetype');
}
/* End Custom Fonts CSS */