* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%; /* Reset para REMS -> 62.5% = 10px de 16px , 1rem = 10px */
  scroll-behavior: smooth;
  line-height: 1.15;
}

body,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}

body,
input,
button,
select,
textarea {
  font-size: 1.6rem;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
