@import "./tipografia.css";
@import "./header.css";
@import "./footer.css";

@import "./main.css";
@import "./conheca.css";
@import "./break.css";
@import "./dropdown.css";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #ebebeb;
}
body ,html{
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
.botao{
    background-color: #525A42;
    color: #EBEBEB;
    padding: 10px 20px;
    border-radius: 4px;
}
.divisao{
    content: "";
    width: 85%;
    height: 3px;
    justify-self: center;
    background-color: #C5CFC6;
}
.displayNone{
    display: none;
}

.js .js-scroll {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  transition: .3s;
}

.js .js-scroll.ativo {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* .js .especific {
  transition: .6s;
}

.js .especific.ativo {
  opacity: 1;
} */

.header h2 a{
  color: #111;
}