.elementor-kit-4{--e-global-color-primary:#FFCC00;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#FFCC00;--e-global-color-42e3acb:#FFFFFF;--e-global-color-26fc602:#02010100;--e-global-color-4f282ef:#C0C0C0;--e-global-color-b62952a:#7A7A7A;--e-global-color-1626926:#242424;--e-global-color-9bf32bc:#24242480;--e-global-color-0853c3f:#FFCC0080;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Kanit";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Kanit";--e-global-typography-accent-font-weight:500;--e-global-typography-f4bd62f-font-family:"Kanit";--e-global-typography-f4bd62f-font-size:18px;--e-global-typography-f4bd62f-font-weight:600;--e-global-typography-f4bd62f-text-transform:uppercase;--e-global-typography-f4bd62f-line-height:1.2em;--e-global-typography-f4bd62f-letter-spacing:0.075em;--e-global-typography-6e1e973-font-family:"Kanit";--e-global-typography-6e1e973-font-size:50px;--e-global-typography-6e1e973-font-weight:600;--e-global-typography-6e1e973-text-transform:uppercase;--e-global-typography-6e1e973-line-height:1em;--e-global-typography-77dc464-font-family:"Kanit";--e-global-typography-77dc464-font-size:18px;--e-global-typography-77dc464-font-weight:600;--e-global-typography-77dc464-line-height:1.2em;--e-global-typography-9d1f4f7-font-family:"Kanit";--e-global-typography-9d1f4f7-font-size:35px;--e-global-typography-9d1f4f7-font-weight:600;--e-global-typography-53a96e2-font-family:"Kanit";--e-global-typography-53a96e2-font-size:28px;--e-global-typography-53a96e2-font-weight:400;--e-global-typography-53a96e2-line-height:1.2em;--e-global-typography-73cfc9d-font-family:"Playfair Display";--e-global-typography-73cfc9d-font-size:clamp(55px, 4.43vw, 85px);--e-global-typography-73cfc9d-font-weight:400;--e-global-typography-73cfc9d-line-height:1.2em;font-size:18px;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-secondary );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-42e3acb );border-radius:30px 30px 30px 30px;padding:15px 30px 15px 30px;}.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{background-color:var( --e-global-color-secondary );color:var( --e-global-color-42e3acb );}.elementor-kit-4 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){margin-block-end:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}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-4{--e-global-typography-73cfc9d-font-size:65px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-6e1e973-font-size:40px;--e-global-typography-53a96e2-font-size:28px;--e-global-typography-73cfc9d-font-size:45px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p:last-child {
    margin-bottom: 0px;
}

.subrayado {
  background: linear-gradient(180deg, transparent 20%, #FFD600 0 100%);
  background-size: 0% 0.45em;        /* Inicialmente invisible */
  background-repeat: no-repeat;
  background-position: 0 80%;
  display: inline;
  line-height: 1;
  padding: 0;
  margin: 0;
  transition: background-size 1s cubic-bezier(.42,0,.58,1);
}

.subrayado.animate {                 /* Agregás esta clase con JS */
  background-size: 100% 0.45em;     /* La barra aparece completa */
}

ul {
    padding-left: 1em;
}

.icon-box-effect .elementor-widget-container {
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: background 0.2s;
}

.icon-box-effect .elementor-widget-container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #FFD600;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(.42,0,.58,1);
  z-index: 0;
  border-radius: inherit;
}

/* Esta línea es la clave para que el contenido quede arriba */
.icon-box-effect .elementor-widget-container > * {
  position: relative;
  z-index: 1;
}

.icon-box-effect .elementor-widget-container:hover::before {
  transform: translateY(0);
}/* End custom CSS */