body {
  color: #231f20;
  font-family: 'Montserrat';
  font-size: 18px;
}

img {
  max-width: 100%;
  border: 0;
}

.color-feature {
  color: #e81c24;
}

.color-sec {
  color: #e7b52f;
}

.bg-feature {
  background-color: #e81c24;
}

.bg-sec {
  background-color: #e7b52f;
}

.font-weight-semi {
  font-weight: 600;
}

header,
footer {
  background: transparent url(img/topo.png) no-repeat left center;
  background-size: cover;
}

footer {
  background: transparent url(img/rodape.png) no-repeat left center;
}

.ml-- {
  margin-left: -20px;
}

@media (min-width: 992px) {
  header {
    background-position: bottom center;
  }
  footer {
    background-position: right center;
  }
  header .row {
    height: 80vh;
  }
  .logo-f {
    bottom: -82px;
    left: 48%;
    transition: all .2s ease;
  }
  .logo-f:hover {
    bottom: 0;
  }
  .img-- {
    top: 45%;
  }
}