.elementor-kit-8{--e-global-color-primary:#1F1F1F;--e-global-color-secondary:#1F1F1F;--e-global-color-text:#1F1F1F;--e-global-color-accent:#1F1F1F;--e-global-color-177ad74:#FFFFFF;--e-global-color-63891f7:#DECCA5;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;}.elementor-kit-8 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 */.textos_black a {
  position: relative;
  display: inline-block;
  color: #1F1F1Fff !important;           
  background:  #fff !important; 
  padding: 2px 4px;           
  border-radius: 1px;         
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
  transition: background 0.2s ease, color 0.2s ease;
  text-decoration: none;      /* quitamos el subrayado normal */
}

/* Subrayado simulado */
.textos_black a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; /* grosor del subrayado */
  background: currentColor;   /* usa el mismo color del texto */
  transition: width 1.3s ease;
}

.textos_black a:hover {
  background: #1F1F1F;          
  color: #fff;               
}

.textos a {
  position: relative;
  display: inline-block;
  color: white;               
  background:  #1F1F1F;         
  padding: 2px 4px;           
  border-radius: 1px;         
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
  transition: background 0.2s ease, color 0.2s ease;
  text-decoration: none;      /* quitamos el subrayado normal */
}

/* Subrayado simulado */
.textos a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; /* grosor del subrayado */
  background: currentColor;   /* usa el mismo color del texto */
  transition: width 1.3s ease;
}

.textos a:hover {
  background: white;          
  color: #1F1F1F;               
}

.textos a:hover::after {
  width: 0; /* se contrae → desaparece progresivamente */
}

.textos_black a:hover::after {
  width: 0; /* se contrae → desaparece progresivamente */
}/* End custom CSS */