/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Tipografía base del sitio */
body {
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
}



.text-gradient {
  background: linear-gradient(90deg, #0051BA, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  font-family: Source Sans Pro,sans-serif!important;
}

.to-break-word *{
  overflow-wrap: break-word!important;
  hyphens: auto!important;
}

.ifmd_h2 *{
  font-size:2.5rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  line-height:1;
  margin:0;
}
.ifmd_h3 *{
  font-size:1.9rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  line-height:.9;
  margin:0;
}

p, li, lu {
  font-family:'Inter;
}

@media only screen and (max-width: 1023px) {
  /* Paragraphs */
  p, .grve-body-text {
    font-size:;
  }

  /* Headings */
  h1{
    font-size:;
  }

  .ifmd_h2 *{
    font-size:2.2rem;
  }

  .ifmd_h3 *{
    font-size:2rem;
  }

  h4 {
    font-size:;
  }

  h5 {
    font-size:;
  }

  h6 {
    font-size:;
  }
}