/* ============================================
   RESET - TruScale Conheça TruScale
   ============================================ */

html,
body {
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  body {
    zoom: 0.9;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  margin: 0;
}

img {
  max-width: 100%;
}

section {
  scroll-behavior: smooth;
}

#truscale-lp a {
  text-decoration: none !important;
  transition-duration: var(--transition-default);
}

#truscale-lp a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition-duration: var(--transition-default);
}

b {
  font-family: var(--font-gotham-bold);
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clearfix {
  overflow: auto;
  display: contents;
}

.clearfix::after {
  content: '';
  clear: both;
  display: table;
}

