body {
  font-family: Arial, Helvetica, sans-serif;
}

p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  display: block;
  margin: 0 auto;
}

.menu-ativo  ul li a:hover {
  color: #fff;
}

.header-menu ul li a.menu-ativo {
  color: #fff;
}

.btn {
  border: solid 3px #fec63e;
  padding: 10px 30px;
  color: #fec63e;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.btn:hover {
  color: #fff;
  border-color: #fff;
}

.btn.btn-black:hover {
  color: #000;
  border-color: #000;
}

.subtitle {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.subtitle::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #000;
  margin: 8px auto;
}

.subtitulo-interno {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.subtitulo-interno::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #000;
  margin: 8px 0;
}

.header {
  width: 100%;
  background-color: #fec63e;
  padding: 15px 0;
  position: fixed;
  top: 0;
  z-index: 10;
}

.header-menu {
  text-align: right;
}

.products-list li {
  background: #fec63e;
  text-align: center;
}

.qualidade-list li {
  text-align: center;
  padding: 0 40px;
}

.header-menu ul li {
  display: inline-block;
  margin-left: 25px;
  margin-top: 20px;
}

.header-menu ul li a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
}

.footer-rede ul li a {
  border: 3px solid #fec63e;
  display: block;
  padding: 8px;
}

.header-menu ul li a:hover {
  color: #fff;
}

.introdution {
  width: 100%;
  height: 380px;
  background: url("../img/bg.jpg") no-repeat center;
  background-size: cover;
  margin-top: 92px;
  text-align: center;
  padding-top: 90px;
}

.introdution h1 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.quote-externo {
  max-width: 320px;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 40px;
}

.quote-externo p {
  font-style: italic;
}

.quote-externo p::before , .quote-externo p::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #fff;
  margin: 10px auto 10px auto;
}

.quote-externo cite {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.products {
  padding: 60px 0;
}

.products-list li h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 14px;
}

.products-list li h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #000;
  margin: 2px auto;
}

.products-list li p {
  padding: 10px 20px 20px 20px;
}

.products-list-img {
  background: #000;
  padding: 20px;
}

.call-to-action {
  padding-top: 40px;
  text-align: center;
  clear: both;
}

.call-to-action p {
  margin-bottom: 30px;
}

.portifolio {
  width: 100%;
  background: #000;
  padding: 40px 0;
}

.portifolio .subtitle {
  color: #fec63e;
}

.portifolio .subtitle::after {
  background: #fec63e;
}

.footer-rede ul li {
  display: inline-block;
  margin-right: 10px;
}

.portfolio-list li:last-child {
  margin-top: 20px;
}

.portifolio .call-to-action p {
  color: #fff;
}

.qualidade {
  padding: 60px 0;
}

.qualidade-list li h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 25px;
}

.qualidade-list li h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #000;
  margin: 5px auto;
}

.interna {
  width: 100%;
  margin-top: 92px;
  height: 160px;
  text-align: center;
  color: #fff
}

.interna h1 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 35px;
}

.interna h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #fff;
  margin: 5px auto 10px auto;
}

.quebra {
  width: 100%;
  height: 220px;
  background: url("../img/bg-footer.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding-top: 40px;
}

.quebra .quote-externo {
  max-width: 400px;
}

.footer {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 20px 0;
}

.footer h3 {
  font-size: 18px;
  line-height: 25px;
  color: #fec63e;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.footer h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #fec63e;
  margin: 6px 0 12px 0;
}

.footer-historia {
  padding-right: 40px;
}

.footer-contato ul li {
  font-size: 14px;
  line-height: 20px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.footer-rede ul li a:hover {
  border: 3px solid #fff;
}

.copy {
  width: 100%;
  background-color: #fec63e;
  padding: 20px 0;
}

/* javaScript */

.js [data-slide] {
  position: relative;
}
.js [data-slide] > * {
  position: absolute;
  top: 0px;
  opacity: 0;
}
.js [data-slide] > .active {
  position: relative;
  opacity: 1;
  transition: opacity 500ms;
}

.js [data-slide-nav] {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.js [data-slide-nav] button {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 14px;
  border: none;
  padding: 0px;
  border-radius: 6px;
  text-indent: -99px;
  overflow: hidden;
  background: #1d1d1d;
}

.js [data-slide-nav] button.active {
  background: #fec63e
}

.js [data-anime] {
  opacity: 0;
  transform: translate3d(0, -20px, 0)
}

.js .anime {
  opacity: 1;
  transform: none;
  transition: opacity 800ms, transform 800ms; 
}