@media (max-width: 992px) {
  .numero {
    left: 20px;
    top: 110px;
    font-size: 18px;
  }
  .endereco {
    right: 20px;
    top: 50px;
    font-size: 14px;
  }
}

.logo {
  width: 250px;
}

.numero {
  a {
    color: #f5874e !important;
  }
  position: absolute;
  left: 50px;
}

.endereco {
  position: absolute;
  right: 50px;
}

.espacamento {
  margin-top: 150px;
}

.col-3 img {
  max-width: 200px;
  height: auto;
  margin: 50px;
}

#produtos .col-md-6 img {
  max-height: 400px;
  width: auto;
  margin-right: 10px;
  object-fit: cover;
}

.carousel-item {
  max-height: 600px;
  width: auto;
}

h1 {
  color: #f5874e !important;
  font-size: 70px !important;
  font-family: "Stack Sans Headline", sans-serif;
}

h2 {
  color: #fcc32c !important;
  font-family: "Stack Sans Headline", sans-serif;
}

p {
  font-size: 18px !important;
}

body,
h1,
h2,
p {
  text-align: center;
}

.container span {
  color: #f5874e;
  font-style: italic;
  margin-left: 20px;
  margin-top: 10px;
  font-weight: bold;
}

#sobre span {
  font-size: 30px;
  font-weight: bold;
  color: #fc562c;
  padding-left: 100px;
}

#sobre img {
  max-height: 1000px;
  width: auto;
  margin-right: 10px;
  object-fit: cover;
}

hr {
  border: none;
  height: 2px;
  background: #ffffff;
  margin: 40px 0;
}

ul.nav {
  background-color: black;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
}

#produtos .itens {
  padding-left: 100px;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

a.nav-link {
  color: white;
}

.btn {
  background-color: #ff8a2a !important;
  border-radius: 50px !important;
  border-color: #ff8a2a !important;
}

#produtos {
  background-color: black !important;
}

footer {
  background-color: black;
  color: white;
  text-align: center;
  font-style: italic;
}

.escuro {
  background-color: #212529;
  color: white;
}

.escuro .logo {
  content: url("img/maxcomp-black.png");
}

.escuro header,
.escuro body,
.escuro span {
  background-color: #212529 !important;
  color: white;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
