/* $primary: #FF3131; */
body {
  font: 16px Poppins, "Open Sans";
  color: #222;
}

a {
  text-decoration: none;
}

.header {
  border-bottom: 1px solid #f1f1f1;
}
.header .header-top {
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 0 10px 0;
}
.header .header-top a {
  color: #222;
}

.btn {
  border-radius: 0;
}
.btn-warning {
  color: #FFF !important;
  background: #000 !important;
}

.navbar .nav-link, .navbar .dropdown-item, .navbar .btn-warning {
  font: 18px "League Spartan", Poppins, "Open Sans" !important;
}

.footer .footer-top {
  padding: 20px 0;
  background: #f9f9f9;
}
.footer .footer-bottom {
  padding: 20px 0;
  text-transform: uppercase;
  font: 16px "League Spartan";
  background: #DDD;
}
.footer .footer-bottom a {
  margin-left: 10px;
}
.footer .footer-bottom .media {
  text-align: right;
}
.footer a {
  text-decoration: none;
  color: #333;
}

.banner-sobre {
  background: url("../images/sobre.jpg") no-repeat center top fixed;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding-top: 20%;
  box-sizing: border-box;
  color: #FFF;
  margin-bottom: 40px;
}

.banner-central {
  background: url("../images/central.jpg") no-repeat center top fixed;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding-top: 20%;
  box-sizing: border-box;
  color: #FFF;
  margin-bottom: 40px;
}

.banner-contato {
  background: url("../images/contato.jpg") no-repeat center top fixed;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding-top: 20%;
  box-sizing: border-box;
  color: #FFF;
  margin-bottom: 40px;
}

.card {
  border: 0;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 20px #f1f1f1;
  margin-bottom: 20px;
}
.card a {
  color: #333;
}

.bottom {
  margin-bottom: 30px;
}

.banner {
  background: url(../images/1.jpg) no-repeat top;
  background-size: cover;
  width: 100%;
  height: 600px;
}
.banner .banner-text {
  width: 50%;
  padding: 15% 30px;
  color: #FFF;
}

.tarja {
  width: 100%;
  background: #D55914;
  color: #FFF;
  padding: 20px 10px;
  z-index: 9;
  margin-top: -30px;
  margin-bottom: 30px;
}

.box {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}

.btn-primary {
  background: #333 !important;
  border: 0;
}

.btn {
  border: 0 !important;
}

#privacidade {
  width: 500px;
  border: 1px solid #666;
  border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
  padding: 10px;
  position: fixed;
  left: 10px;
  bottom: 10px;
  background: #FFF;
  color: #222;
}
#privacidade a {
  text-decoration: none;
}

#whats {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
}
#whats img {
  width: 100%;
}

.letras {
  display: none;
}

.essencia {
  background: #BDBBBB;
}

.card-essencia {
  background: #BDBBBB;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.card-form {
  position: relative;
  margin-top: -600px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #CCC;
  padding: 20px;
  box-sizing: border-box;
  width: 300px;
  right: 100px;
  background: #FFF;
  float: right;
}

@media (max-width: 480px) {
  .menu .btn {
    width: 100%;
    margin-bottom: 5px;
  }

  .caracteristicas img {
    margin-bottom: 20px;
  }

  .carousel {
    margin-bottom: 30px;
  }

  #privacidade {
    width: 90% !important;
  }

  .card-form {
    margin-top: -50px;
    right: 10px;
    margin-bottom: 30px;
    width: 95%;
  }

  .banner {
    background: url(../images/1.jpg) no-repeat top;
    background-size: cover;
    width: 100%;
    height: 600px;
    margin-bottom: 30px;
  }
  .banner .banner-text {
    width: 90%;
    padding: 30% 30px;
    color: #FFF;
    box-sizing: border-box;
  }

  .tarja .col-12 {
    margin: 15px 0;
  }

  .footer img {
    width: 200px !important;
  }
  .footer .col-12 {
    text-align: center;
    margin-bottom: 20px;
  }

  .banner-sobre, .banner-central, .banner-contato {
    padding-top: 35%;
  }

  .navbar .navbar-brand img {
    width: 200px;
  }
}

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