/** Screen */
/** Caminhos */
/** Colors */
/** Nav */
/** Buttons */
/** CTAs */
/** Fonts */
/** Others */
/*FUNCTION*/
body {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 2em;
  font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
  background: #FFF;
}
img {
  max-width: 100%;
}
a {
  color: #00F;
  text-decoration: none;
}
a:hover {
  color: #FFF;
}
a img {
  border: 0;
}
p {
  margin: 0;
  padding: 0 0 1em;
  text-align: justify;
  font-size: 1em;
  line-height: 1.4em;
}
address {
  font-style: normal;
}
a[href="javascript:;"] {
  cursor: default;
}
*::selection {
  background: #000;
  color: #FFF;
}
*::-moz-selection {
  background: #000;
  color: #FFF;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
