.topo .logo {
  display: none;
}
.topo.fixed2 {
  background-color: white;
  height: 75px;
}
.topo.fixed2 .logo {
  display: block;
  text-align: left;
}
.topo.fixed2 .logo img {
  height: 55px;
  margin-left: 20em;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  .topo.fixed2 .logo img {
    margin-left: 0;
  }
}

#home-section {
  height: 96vh;
}

.novidade-header {
  margin-top: 8.6em !important;
}

@media (min-width: 1400px) {
  #home-section {
    height: 110vh;
  }
}
@media (max-width: 500px) {
  #home-section {
    height: 230px;
  }
}
@media (min-width: 900px) {
  .portfolio-single .text {
    margin-top: 11rem;
  }
}

@media (min-width: 900px) {
  .portfolio-single .text2 {
    margin-top: 4.5rem;
  }
}

.depoimento {
  border: 1px #f1f1f1 solid;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 1.2em;
}

.imagem_topo{ width: 100%; margin-top: 75px; margin-bottom: 10px; }


/*# sourceMappingURL=custom.css.map */
