/*
 * General
 *
 */


/* @media only screen and (min-width: 1140px)
@media only screen and (min-width: 768px) and (max-width: 989px)
@media only screen and (min-width: 480px) and (max-width: 767px)
@media only screen and (max-width: 479px) */


* {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;

  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  text-rendering: optimizeLegibility;

  -webkit-font-kerning: normal;
  -moz-font-kerning: normal;
  font-kerning: normal;

  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}


/* permitir sticky */

#top {
  overflow: visible;
}


/* strong */

#top strong,
#top b {
  font-weight: 800;
  color: var(--enfold-main-color-color);
}


/* scroll top link */

#scroll-top-link {
  display: none;
}


/* image overlay */

#top .image-overlay {
  display: none !important;
}


/* heading */

#top h1,
#top h2,
#top h3,
#top h4,
#top h5 {
  letter-spacing: -0.025em;
  line-height: 1.1em;
}


/* tablas */

#top th {
  letter-spacing: 0;
}
