.elementor-kit-6{--e-global-color-primary:#000B27D6;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F6E073;--e-global-color-5314987:#006464;--e-global-color-e06fca7:#363119;--e-global-color-58bb25d:#F4FDFD;--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;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#F1CF24;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{color:var( --e-global-color-primary );box-shadow:3px 4px 8px -4px rgba(0,0,0,0.5);border-style:none;border-radius:9px 9px 9px 9px;}.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 *//* =========================
   WAC - Botones
========================= */

.wac-brutal-btn .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 14px 32px;
  border: 1.5px solid #000;
  border-radius: 4px;

  background: #fff;
  color: #000;

  font-weight: 700;
  font-size: 16px;
  line-height: 1;

  box-shadow: 5px 5px 0 0 #000;
  transform: translate(0, 0);

  transition: transform 0.12s ease, box-shadow 0.12s ease;
  text-decoration: none;
}

.wac-brutal-btn .elementor-button:hover {
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 0 #000;
}

.wac-brutal-btn .elementor-button:active {
  transform: translate(5px, 5px);
  box-shadow: 0 0 0 0 #000;
}

.wac-brutal-btn .elementor-button-icon,
.wac-brutal-btn .elementor-button svg,
.wac-brutal-btn .elementor-button i {
  transition: transform 0.2s ease;
}

.wac-brutal-btn .elementor-button:hover .elementor-button-icon,
.wac-brutal-btn .elementor-button:hover svg,
.wac-brutal-btn .elementor-button:hover i {
  transform: translateX(4px);
}


/* =========================
   WAC - Franja azul en texto
========================= */

.elementor-heading-title .swipe {
  position: relative;
  display: inline-block;
  z-index: 1;
  isolation: isolate;
}

.elementor-heading-title .swipe::before {
  content: "";
  position: absolute;
  left: -0.04em;
  right: -0.04em;
  height: 0.35em;
  bottom: 0.05em;
  background: #00FFFF;
  z-index: -1;
}/* End custom CSS */