.elementor-kit-4{--e-global-color-primary:#061A33;--e-global-color-secondary:#25A9E8;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFCC05;--e-global-color-9472a3e:#0F5FAF;--e-global-color-600f0ea:#000000;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-600f0ea );font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:500;font-style:normal;text-decoration:none;line-height:26px;}.elementor-kit-4 a{color:var( --e-global-color-secondary );}.elementor-kit-4 a:hover{color:var( --e-global-color-accent );}.elementor-kit-4 h1{color:var( --e-global-color-accent );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-4 h2{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-family:"Oswald", Sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;color:var( --e-global-color-text );background-color:var( --e-global-color-secondary );border-radius:5px 5px 5px 5px;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0vw;--container-default-padding-right:0vw;--container-default-padding-bottom:0vw;--container-default-padding-left:0vw;}.elementor-widget:not(:last-child){--kit-widget-spacing:0vw;}.elementor-element{--widgets-spacing:0vw 0vw;--widgets-spacing-row:0vw;--widgets-spacing-column:0vw;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.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:1366px){.elementor-kit-4 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-4 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:1024px){.elementor-kit-4 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-4 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-4 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* BLOQUEO DEL DESPLAZAMIENTO HORIZONTAL — KWM */

html,
body {
    overflow-x: clip !important;
    max-width: 100% !important;
}


/* =====================================================
   KWM — ACCESO RÁPIDO A MATERIALES
   CSS GLOBAL PARA ELEMENTOR ATOMIC V4
   Funciona mediante clase o ID
   ===================================================== */

/* Resplandor individual según el color de cada botón */
:is(.kwm-material-buttons, #kwm-material-buttons) > :nth-child(1) {
  --kwm-glow: rgba(172, 79, 255, 0.70);
}

:is(.kwm-material-buttons, #kwm-material-buttons) > :nth-child(2) {
  --kwm-glow: rgba(0, 191, 255, 0.70);
}

:is(.kwm-material-buttons, #kwm-material-buttons) > :nth-child(3) {
  --kwm-glow: rgba(255, 70, 43, 0.68);
}

:is(.kwm-material-buttons, #kwm-material-buttons) > :nth-child(4) {
  --kwm-glow: rgba(71, 255, 104, 0.65);
}

:is(.kwm-material-buttons, #kwm-material-buttons) > :nth-child(5) {
  --kwm-glow: rgba(255, 185, 38, 0.72);
}

/* Estado normal */
:is(.kwm-material-buttons, #kwm-material-buttons) a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  border-radius: 14px;
  transform: translateY(0) scale(1);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.42s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.42s ease,
    filter 0.42s ease;
  will-change: transform;
}

:is(.kwm-material-buttons, #kwm-material-buttons) a img {
  display: block;
  width: 100%;
  height: auto;
  transition:
    transform 0.42s cubic-bezier(0.2, 0.75, 0.25, 1),
    filter 0.42s ease;
}

/* Reflejo de cristal */
:is(.kwm-material-buttons, #kwm-material-buttons) a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-150%);
  background: linear-gradient(
    110deg,
    transparent 26%,
    rgba(255, 255, 255, 0.08) 39%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(255, 220, 135, 0.25) 59%,
    transparent 73%
  );
}

/* Hover exclusivo para computadoras con mouse */
@media (hover: hover) and (pointer: fine) {
  :is(.kwm-material-buttons, #kwm-material-buttons) a:hover {
    transform: translateY(-10px) scale(1.04);
    filter: brightness(1.08) saturate(1.1);
    box-shadow:
      0 20px 34px rgba(0, 0, 0, 0.52),
      0 0 16px var(--kwm-glow),
      0 0 36px var(--kwm-glow);
  }

  :is(.kwm-material-buttons, #kwm-material-buttons) a:hover img {
    transform: scale(1.018);
    filter: brightness(1.1) contrast(1.04);
  }

  :is(.kwm-material-buttons, #kwm-material-buttons) a:hover::before {
    animation: kwm-glass-shine 0.82s ease-out forwards;
  }
}

/* Accesibilidad con teclado */
:is(.kwm-material-buttons, #kwm-material-buttons) a:focus-visible {
  outline: 2px solid #f4cc67;
  outline-offset: 5px;
}

/* Destello que cruza la tarjeta una sola vez */
@keyframes kwm-glass-shine {
  0% {
    opacity: 0;
    transform: translateX(-150%);
  }

  18% {
    opacity: 0.85;
  }

  100% {
    opacity: 0;
    transform: translateX(150%);
  }
}

/* Movimiento táctil discreto */
@media (hover: none) {
  :is(.kwm-material-buttons, #kwm-material-buttons) a:active {
    transform: scale(0.97);
    filter: brightness(1.08);
  }
}

/* Respeta usuarios que desactivan animaciones */
@media (prefers-reduced-motion: reduce) {
  :is(.kwm-material-buttons, #kwm-material-buttons) a,
  :is(.kwm-material-buttons, #kwm-material-buttons) a img {
    transition: none;
  }

  :is(.kwm-material-buttons, #kwm-material-buttons) a:hover::before {
    animation: none;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Oswald';
	font-display: auto;
	src: url('https://kwminternacional.org/wp-content/uploads/2026/07/Oswald-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Montserrat';
	font-display: auto;
	src: url('https://kwminternacional.org/wp-content/uploads/2026/07/Montserrat-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */