.elementor-kit-6{--e-global-color-primary:#2EBCEE;--e-global-color-secondary:#F8D346;--e-global-color-text:#130E34;--e-global-color-accent:#2EBCEE;--e-global-color-ae5a7a0:#FFFFFF;--e-global-color-37fcdba:#8ACC9B;--e-global-color-a183427:#EE6F3A;--e-global-color-f62a52c:#ECECEC;--e-global-color-58d43a2:#999999;--e-global-typography-primary-font-family:"Albert Sans";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Albert Sans";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Albert Sans";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Albert Sans";--e-global-typography-accent-font-weight:300;font-family:"Albert Sans", Sans-serif;font-size:16px;font-weight:300;line-height:1.7em;letter-spacing:0.3px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Albert Sans", Sans-serif;font-weight:300;}.elementor-kit-6 h1{font-family:"Albert Sans", Sans-serif;font-size:48px;letter-spacing:0.3px;}.elementor-kit-6 h2{font-family:"Albert Sans", Sans-serif;font-size:36px;font-weight:300;line-height:1.3em;letter-spacing:0.3px;}.elementor-kit-6 h3{font-family:"Albert Sans", Sans-serif;font-size:28px;font-weight:300;line-height:1.4em;}.elementor-kit-6 h4{font-family:"Albert Sans", Sans-serif;font-size:24px;font-weight:300;line-height:1.4em;letter-spacing:0.3px;}.elementor-kit-6 h5{font-size:20px;font-weight:300;line-height:1.5em;letter-spacing:0.3px;}.elementor-kit-6 h6{font-family:"Albert Sans", Sans-serif;font-size:18px;font-weight:300;line-height:1.6em;letter-spacing:0.3px;}.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-kit-6{font-size:15px;}.elementor-kit-6 h1{font-size:36px;}.elementor-kit-6 h2{font-size:28px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 h4{font-size:20px;}.elementor-kit-6 h5{font-size:18px;}.elementor-kit-6 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:15px;}.elementor-kit-6 h1{font-size:36px;}.elementor-kit-6 h2{font-size:28px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 h4{font-size:20px;}.elementor-kit-6 h5{font-size:18px;}.elementor-kit-6 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- Span tipo botón amarillo --- */
.span-amarillo {
  display: inline-block;
  background-color: #f8d346;
  color: #130e34;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.span-amarillo:hover {
  background-color: #ECECEC;
  border: 1px solid #130e34;
}

/* --- Span tipo botón con borde negro --- */
.span-borde {
  display: inline-block;
  background-color: transparent;
  color: #130e34;
  font-size: 20px;
  text-transform: uppercase;
  border: 1px solid #130e34;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.span-borde:hover {
  background-color: #130e34;
  color: #ECECEC;
}

/* --- Span tipo botón persona --- */
.span-persona {
  display: inline-block;
  background-color: #f8d346;
  color: #130e34;
  font-size: 20px;
  text-transform: none;
  padding: 3px 5px;
  border-radius: 50px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.span-persona:hover {
  background-color: #f8d346;
}


/* --- RESPONSIVE: Tablets --- */
@media (max-width: 1024px) {
  .span-persona {
    font-size: 20px;
    padding: 3px 5px;
  }
  
}

/* --- RESPONSIVE: Móviles --- */
@media (max-width: 768px) {
  .span-persona {
    font-size: 20px;
    padding: 3px 5px;
  }
 
}/* End custom CSS */