/* Estilos gerais */

:root {
  --goldly: #fec63e;
}

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;
  max-width: 100%;
}

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

.btn:hover {
  color: white;
  border-color: white;
}

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

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

.subtitulo::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: black;
  margin: 8px auto;
}

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

.subtitulo-interno::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: black;
  margin: 8px 0;
}
/* Header */

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--goldly); /* gold */
  padding: 15px 0;
  z-index: 10;
}

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

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

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

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

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

/* Introdução */

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

.introducao h1 {
  font-size: 48px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.quote-externo {
  max-width: 320px;
  margin: 0 auto;
  color: white;
  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: white;
  margin: 14px auto 10px auto;
}

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

/* introdução interna */

.introducao-interna {
  width: 100%;
  margin-top: 92px;
  height: 160px;
  text-align: center;
  color: white;
  padding-top: 30px;
}

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

.introducao-interna h1::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: white;
  margin: 6px auto 10px auto;
}

/* Produtos */
.produtos {
  padding: 60px 0;
}

.produtos-lista li {
  background: var(--goldly);
  text-align: center;
}

.produtos-lista li img {
  margin: 0 auto;
}

.produtos-lista li h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

.produtos-lista li h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: black;
  margin: 2px auto;
}

.produtos-lista li p {
  padding: 10px 20px 20px 20px;
}

.produtos-icone {
  background: black;
  padding: 20px;
}

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

.call p {
  margin-bottom: 20px;
}

/* portifolio */

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

.portifolio .subtitulo {
  color: var(--goldly);
}

.portifolio .subtitulo::after {
  background: var(--goldly);
}

.portifolio-lista li:last-child {
  margin-top: 20px;
}

.portifolio .call p {
  color: white;
}

/* qualidade */

.qualidade {
  padding: 60px 0px;
}

.qualidade:after {
  content: '';
  width: 634px;
  height: 83px;
  display: block;
  background: url('../img/linhas.svg') no-repeat center;
  position: absolute;
  top: 209px;
  right: 162px;
  z-index: -1;
}

.qualidade img {
  margin: 0 auto;
}

.qualidade-lista {
  padding-top: 20px;
  overflow: auto;
}

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

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

.qualidade-lista li h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: black;
  margin: 6px auto;
}

/* quebra */

.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 */

.footer {
  width: 100%;
  background: black;
  color: white;
  padding: 20px 0;
}

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

.footer h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--goldly);
  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-redes ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-redes ul li a {
  border: 3px solid var(--goldly);
  display: block;
  padding: 10px;
}

.footer-redes ul li a:hover {
  border-color: white;
}

.copy {
  width: 100%;
  background: var(--goldly);
  padding: 20px 0;
}
