.background-planos-producao {
  background: rgb(0, 134, 101);
  background: linear-gradient(
    45deg,
    rgba(0, 134, 101, 1) 20%,
    rgba(27, 167, 133, 1) 75%,
    rgba(217, 244, 215, 1) 100%
  );
  text-align: right;
}
.background-planos-producao nav .navbar-nav #products-menu li:hover {
  font-weight: 600;
}
.background-planos-producao nav .navbar-nav #products-menu li > a {
  font-weight: 600;
}
.background-planos-producao nav .navbar-nav #products-menu li > a:hover {
  background-color: #e6e6e6;
  color: #00ac82;
}
.background-planos-producao nav.navbar.bootsnav ul.nav > li > a:hover {
  color: #00ac82;
}
.background-planos-producao nav.navbar ul.nav li.active > a {
  color: #00ac82;
}
.img-banner-producao {
  width: 500px;
}
#home-planos-producao {
  position: relative;
  padding: 100px 0px 0px 0px;
  background-position: center;
  background-repeat: no-repeat;
}

#home-planos-producao p {
  margin-top: 50px;
  margin-bottom: 30px;
}

#plan-free {
  background: rgb(41, 41, 41);
  background: linear-gradient(
    180deg,
    rgba(41, 41, 41, 0.08727240896358546) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
#plan-free img {
  width: 450px;
  margin-top: 50px;
}
#modulos-adicionais .single-price-plan {
  width: 100%;
}
#modulos-adicionais img {
  width: 400px;
}
#modulos-adicionais {
  background: rgb(41, 41, 41);
  background: linear-gradient(
    0deg,
    rgba(41, 41, 41, 0.08727240896358546) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.plan-wrap {
  justify-content: center;
}
@media (max-width: 1023px) {
  .background-planos-producao nav.navbar.bootsnav {
    background: #10ac85;
  }
  .img-banner-producao {
    width: 300px;
  }
}
@media (max-width: 767px) {
}

/*========================================
           Produção
========================================*/
#producao {
  text-align: center;
  background: rgb(41, 41, 41);
  background: linear-gradient(
    180deg,
    rgba(41, 41, 41, 0.08727240896358546) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
#producao img {
  width: 350px;
  margin-top: 10px;
}
#producao .info-producao img {
  width: 200px;
  margin-left: 15px;
  margin-bottom: -45px;
}
#producao .info-producao h5 {
  margin-left: 15px;
}
#producao .info-producao p {
  margin-top: 0;
  margin-left: 15px;
  font-size: 15px;
}
#producao .info-producao p a {
  font-weight: 600;
  color: #00ac82;
}

#producao .contact-info {
  position: relative;
  top: -100px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.4) !important;
  padding: 30px;
  color: #535353;
}
#producao .contact-info i {
  font-size: 46px;
}
#producao #map {
  width: 100%;
  height: 500px;
}
#producao .contact-forms {
  padding: 80px 0;
}
#producao .contact-forms h2 {
  margin-bottom: 40px;
}
#producao .contact-forms input:focus {
  border-color: #44c5ee;
}
#producao .contact-forms .form-control {
  font-size: 16px;
  padding: 20px 15px;
  color: #555;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #999;
  height: 38px;
  box-shadow: none !important;
  margin: 30px 0;
}
#producao .contact-forms textarea {
  height: 118px !important;
  resize: none;
  margin: 0;
}
#producao .icons-example img {
  width: 35px;
  align-items: row;
}
#producao .icons-example .row {
  margin-top: 10px;
  justify-content: space-around;
  display: flex;
  flex-direction: row;
}
#producao figcaption {
  font-weight: 600;
  text-align: center;
}
