@charset "utf-8";

/* ========================================
   RESET.CSS - Reset CSS Puro
   Apenas remove estilos padrão dos navegadores
   ======================================== */

/* Reset Universal */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

/* Reset HTML5 */
html, body, div, main, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  font: inherit;
}

/* Remove estilo de listas */
ol, ul {
  list-style: none;
}

/* Remove margens de elementos incorporados */
embed, object, iframe {
  margin: 0;
  padding: 0;
}

/* Reset de tabelas */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Reset de formulários */
button, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
}

/* Não remova ênfases semânticas das tipos de fonte */
b, strong { font-weight: bolder; }
em, i { font-style: italic; }