.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7c715b0:#5F6B47;--e-global-color-1326ade:#000000;--e-global-color-d44587e:#FFFFFF;--e-global-color-ecba5c5:#F6F6F6;--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;--e-global-typography-1d465d2-font-family:"Poppins";--e-global-typography-1d465d2-font-size:32px;--e-global-typography-1d465d2-font-weight:500;--e-global-typography-f719115-font-family:"Poppins";--e-global-typography-f719115-font-size:24px;--e-global-typography-f719115-font-weight:300;--e-global-typography-3cbf0ff-font-family:"Poppins";--e-global-typography-3cbf0ff-font-size:20px;--e-global-typography-3cbf0ff-font-weight:300;--e-global-typography-a398b6e-font-family:"Poppins";--e-global-typography-a398b6e-font-size:16px;--e-global-typography-a398b6e-font-weight:300;color:#FFFFFF;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:300;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;}.elementor-kit-6 h1{color:#FFFFFF;font-family:"Poppins", Sans-serif;font-size:32px;font-weight:400;}.elementor-kit-6 h2{color:#FFFFFF;font-family:"Poppins", Sans-serif;font-size:28px;font-weight:300;}.elementor-kit-6 h3{color:#FFFFFF;font-family:"Poppins", Sans-serif;font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.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 *//* ESTILO NOMBRES DESTACADOS MAIN */

.nombre-destacado {
  color: #5f6b47;
  font-weight: bold;
}


/* ESTILO NOMBRE SOBREMI */
.nombre-destacado {
  color: #5f6b47;
  font-weight: bold;
}

.sigla {
  text-transform: uppercase;
}



/* ESTILO BOTONES FOOTER */

.email-button .elementor-button {
  display: flex;
  align-items: center;
  background-color: #111; /* fondo oscuro */
  border: 1px solid rgba(255, 255, 255, 0.2); /* borde fino */
  padding: 20px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  max-width: fit-content;
}

.email-button .elementor-button-icon {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
}

.email-button .elementor-button-icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.email-button .elementor-button-text {
  font-size: 16px;
  display: flex;
  align-items: center;
}

/* ESTILOS BREADCRUMBS */
.breadcrumb {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #000000;
  margin: 0;
  padding: 10px 0;
}

.breadcrumb-link {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-link:hover {
  color: #5f6b47;
  text-decoration: underline;
}

.separator {
  margin: 0 8px;
  color: #aaa;
}

.last {
  font-weight: bold;
  color: #5f6b4799; /* Verde translúcido */
}/* End custom CSS */