.elementor .e-17ae5d7-8117bb7{margin:12px;}.elementor .e-63e10d8{flex-direction:column;}.elementor .e-2cbef31{flex-direction:column;}.elementor .e-9fe0ec0-63eed31{flex-direction:column;}.elementor .e-e17ee9b{flex-direction:column;}.elementor .e-45a9f01{flex-direction:column;}.elementor .e-3f4188c{flex-direction:column;}.elementor .e-d08d37b-556e2aa{align-self:center;selector {
  text-align: center;
  overflow: visible;
}

selector .elementor-icon-box-title,
selector .elementor-icon-box-title a {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 1.5px;
  text-transform: uppercase;

  display: inline-block;
  position: relative;

  /* DEGRADADO AZUL AGUA */
  background: linear-gradient(
      90deg,
      #05689f,
      #15b7dc,
      #63e1f2,
      #15b7dc,
      #05689f
  );

  background-size: 250% 100%;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* SOMBRA SUAVE */
  filter: drop-shadow(
      0 4px 7px rgba(0, 120, 170, 0.25)
  );

  padding: 10px 20px 22px;

  animation: brilloHistoria 5s linear infinite;

  transition:
      transform 0.35s ease,
      filter 0.35s ease;
}


/* LÍNEA DE AGUA DEBAJO */
selector .elementor-icon-box-title::after {
  content: "";

  position: absolute;

  left: 50%;
  bottom: 4px;

  width: 62%;
  height: 6px;

  transform: translateX(-50%);

  border-radius: 50%;

  background: linear-gradient(
      90deg,
      transparent,
      #21bade,
      #83e8f5,
      #21bade,
      transparent
  );

  box-shadow:
      0 2px 8px rgba(33, 186, 222, 0.35),
      0 0 15px rgba(100, 225, 245, 0.25);

  animation: olaHistoria 3s ease-in-out infinite;
}


/* BURBUJA */
selector .elementor-icon-box-title::before {
  content: "";

  position: absolute;

  width: 11px;
  height: 11px;

  right: 3px;
  top: 0;

  border-radius: 50%;

  background: radial-gradient(
      circle at 30% 25%,
      #ffffff 0 15%,
      rgba(255,255,255,0.5) 16%,
      rgba(80,205,235,0.55) 60%,
      rgba(0,130,190,0.7) 100%
  );

  box-shadow:
      18px 18px 0 -4px rgba(95,215,240,0.65);

  animation: burbujaHistoria 3s ease-in-out infinite;
}


/* HOVER */
selector:hover .elementor-icon-box-title,
selector:hover .elementor-icon-box-title a {
  transform: translateY(-3px) scale(1.03);

  filter:
      drop-shadow(0 0 8px rgba(70,210,240,0.4))
      drop-shadow(0 5px 10px rgba(0,120,170,0.25));
}


/* MOVIMIENTO DEL COLOR */
@keyframes brilloHistoria {
  0% {
      background-position: 0% 50%;
  }

  100% {
      background-position: 250% 50%;
  }
}


/* MOVIMIENTO DE LA LÍNEA */
@keyframes olaHistoria {
  0%,
  100% {
      width: 55%;
      opacity: 0.65;
  }

  50% {
      width: 78%;
      opacity: 1;
  }
}


/* MOVIMIENTO BURBUJA */
@keyframes burbujaHistoria {
  0%,
  100% {
      transform: translateY(0);
  }

  50% {
      transform: translateY(-7px);
  }
}


/* CELULAR */
@media (max-width: 767px) {

  selector .elementor-icon-box-title,
  selector .elementor-icon-box-title a {
      font-size: 30px;
      letter-spacing: 0.5px;
      padding: 8px 10px 18px;
  }
}
selector {
  text-align: center;
  overflow: visible;
}

selector .elementor-icon-box-title,
selector .elementor-icon-box-title a {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 1.5px;
  text-transform: uppercase;

  display: inline-block;
  position: relative;

  /* DEGRADADO AZUL AGUA */
  background: linear-gradient(
      90deg,
      #05689f,
      #15b7dc,
      #63e1f2,
      #15b7dc,
      #05689f
  );

  background-size: 250% 100%;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* SOMBRA SUAVE */
  filter: drop-shadow(
      0 4px 7px rgba(0, 120, 170, 0.25)
  );

  padding: 10px 20px 22px;

  animation: brilloHistoria 5s linear infinite;

  transition:
      transform 0.35s ease,
      filter 0.35s ease;
}


/* LÍNEA DE AGUA DEBAJO */
selector .elementor-icon-box-title::after {
  content: "";

  position: absolute;

  left: 50%;
  bottom: 4px;

  width: 62%;
  height: 6px;

  transform: translateX(-50%);

  border-radius: 50%;

  background: linear-gradient(
      90deg,
      transparent,
      #21bade,
      #83e8f5,
      #21bade,
      transparent
  );

  box-shadow:
      0 2px 8px rgba(33, 186, 222, 0.35),
      0 0 15px rgba(100, 225, 245, 0.25);

  animation: olaHistoria 3s ease-in-out infinite;
}


/* BURBUJA */
selector .elementor-icon-box-title::before {
  content: "";

  position: absolute;

  width: 11px;
  height: 11px;

  right: 3px;
  top: 0;

  border-radius: 50%;

  background: radial-gradient(
      circle at 30% 25%,
      #ffffff 0 15%,
      rgba(255,255,255,0.5) 16%,
      rgba(80,205,235,0.55) 60%,
      rgba(0,130,190,0.7) 100%
  );

  box-shadow:
      18px 18px 0 -4px rgba(95,215,240,0.65);

  animation: burbujaHistoria 3s ease-in-out infinite;
}


/* HOVER */
selector:hover .elementor-icon-box-title,
selector:hover .elementor-icon-box-title a {
  transform: translateY(-3px) scale(1.03);

  filter:
      drop-shadow(0 0 8px rgba(70,210,240,0.4))
      drop-shadow(0 5px 10px rgba(0,120,170,0.25));
}


/* MOVIMIENTO DEL COLOR */
@keyframes brilloHistoria {
  0% {
      background-position: 0% 50%;
  }

  100% {
      background-position: 250% 50%;
  }
}


/* MOVIMIENTO DE LA LÍNEA */
@keyframes olaHistoria {
  0%,
  100% {
      width: 55%;
      opacity: 0.65;
  }

  50% {
      width: 78%;
      opacity: 1;
  }
}


/* MOVIMIENTO BURBUJA */
@keyframes burbujaHistoria {
  0%,
  100% {
      transform: translateY(0);
  }

  50% {
      transform: translateY(-7px);
  }
}


/* CELULAR */
@media (max-width: 767px) {

  selector .elementor-icon-box-title,
  selector .elementor-icon-box-title a {
      font-size: 30px;
      letter-spacing: 0.5px;
      padding: 8px 10px 18px;
  }
}\n}.elementor .e-8928ac8-970175c{align-self:center;order:-99999;}.elementor .e-52321d4-0352199{flex-direction:column;}.elementor .e-5ed23e4{flex-direction:column;}