body {
  font-family: 'Open Sans', sans-serif;
}
header {
  padding-top: 50px;
  height: 730px;
  background: url("../img/banner2.jpg") center center;
  background-size: cover;
}
header .maxWidth {
  background: rgba(255, 255, 255, 0.73);
  padding: 20px 50px;
}
@media only screen and (max-width: 480px) {
  header {
    height: 430px;
    background-position-y: unset;
  }
  header .logo {
    text-align: center;
  }
}
header img {
  width: 300px;
}
@media only screen and (max-width: 480px) {
  header img {
    width: 240px;
  }
}
header > div {
  margin: 0 auto;
  padding: 80px 0;
}
@media only screen and (max-width: 480px) {
  header > div {
    padding: 43px 0;
  }
}
@media only screen and (max-width: 480px) {
  header .menu {
    display: none;
  }
}
header .menu a {
  text-decoration: none;
  color: #2b2b2b;
  font-weight: 700;
  font-size: 1.2em;
  margin-left: 40px;
  padding: 2px 12px;
  transition: border 0.2s ease;
  border-bottom: 3px solid transparent;
}
header .menu a:hover {
  border-bottom: 3px solid #009e4d;
}
.empresa {
  position: relative;
}
.empresa .bg {
  background: url("../img/empresa.png") no-repeat;
  background-size: contain;
  background-position-y: -120px;
}
@media only screen and (max-width: 480px) {
  .empresa .bg {
    background-position-y: unset;
  }
}
.empresa .content {
  margin: 0 auto;
  padding: 120px 0;
  z-index: 50;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .empresa .content {
    padding: 50px 20px;
  }
}
.titulo h5 {
  color: #00883c;
  font-size: 2em;
  margin: 4px 0;
  font-weight: 600;
}
.titulo span {
  font-style: italic;
  color: #2b2b2b;
}
.titulo p {
  margin: 30px 0;
  max-width: 826px;
  line-height: 28px;
  font-size: 1.1em;
}
@supports (-ms-ime-align: auto) {
  .solucoes {
    padding: 0 0 0 !important;
  }
  .clipPathContato {
    display: none;
  }
  .contato {
    margin: 100px auto 100px !important;
  }
}
.solucoes {
  background-color: #f2f2f2;
  height: 800px;
  -webkit-clip-path: polygon(0 35%, 100% 0, 100% 100%, 0 67%);
  clip-path: polygon(0 35%, 100% 0, 100% 100%, 0 67%);
  padding: 240px 0 190px;
  min-height: 1100px;
  margin-top: -80px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .solucoes {
    -webkit-clip-path: none;
    clip-path: none;
    padding: unset;
    min-height: unset;
    height: auto;
    margin-top: 0;
  }
}
.solucoes .imagem {
  width: 530px;
  height: 81%;
  background-position-x: center;
  background-image: url("../img/banner.jpg");
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .solucoes .imagem {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
}
.solucoes .solucoesContent {
  margin-left: 100px;
}
@media only screen and (max-width: 480px) {
  .solucoes .solucoesContent {
    margin-left: 0;
    padding: 35px 20px;
    z-index: 50;
  }
}
.solucoes .solucoesContent ul {
  margin-top: 50px;
  padding: 0;
}
.solucoes .solucoesContent ul li {
  list-style: none;
  margin-bottom: 30px;
}
.solucoes .solucoesContent ul li i {
  margin-top: 3px;
  color: #00883c;
  margin-right: 15px;
  font-size: 1.1em;
}
.solucoes .solucoesContent ul li span {
  font-weight: 600;
  color: #2b2b2b;
  display: block;
  max-width: 520px;
}
.contato {
  margin: -200px auto 0;
}
@media only screen and (max-width: 480px) {
  .contato {
    margin: 50px 0;
    padding: 0 20px;
  }
}
.contato form {
  width: 55%;
  margin-top: 50px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .contato form {
    width: auto;
  }
}
.contato form #sendingEmail {
  font-family: 'Catamaran', sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #1b253dcf cf;
  margin-bottom: 38px;
}
.contato form #sendingEmail h6 {
  font-size: 1.2em;
  color: #6d5757;
  margin: 10px;
}
.contato form #sendingEmail .cancelarInsc {
  background: #65caa9;
  color: #786262;
  width: 35%;
  padding: 5px 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 0.9em;
  font-weight: 700;
  border-radius: 3px;
  cursor: pointer;
}
.contato form input,
.contato form textarea,
.contato form button {
  background: #fafafa;
  border: none;
  padding: 20px 18px;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  resize: none;
  outline: none;
  font-size: 1em;
}
.contato form button {
  font-size: 1em;
  padding: 15px;
}
.contato form #successMsg {
  padding: 50px;
  background: #7fffd4;
  border-radius: 10px;
}
.contato .contatoInfo {
  margin-top: 23px;
}
.contato .contatoInfo a {
  text-decoration: none;
  color: unset;
  margin-left: 20px;
}
.contato .contatoInfo i {
  color: #00883c;
  font-size: 1.4em;
}
@media only screen and (min-width: 992px) {
  .contato .contatoInfo i {
    width: 30px;
  }
}
.contato .contatoInfo > div {
  margin-bottom: 40px;
}
::placeholder {
  font-style: italic;
  color: #2b2b2b;
}
.clipPathContato {
  height: 450px;
  margin-top: -250px;
  background: #f2f2f2;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media only screen and (max-width: 480px) {
  .clipPathContato {
    height: 150px;
    margin-top: -60px;
  }
}
#map {
  height: 400px;
}
@media only screen and (max-width: 480px) {
  #map {
    height: 300px;
  }
}
footer {
  background: #2b2b2b;
  padding: 30px;
}
@media only screen and (max-width: 480px) {
  footer {
    padding: 25px;
  }
}
footer img {
  width: 100px;
}
@media only screen and (max-width: 480px) {
  footer img {
    width: 80px;
  }
}
footer > div {
  margin: 0 auto;
}
footer span {
  margin-left: 50px;
  color: #f2f2f2;
  line-height: 30px;
}
@media only screen and (max-width: 480px) {
  footer span {
    margin-left: 30px;
    font-size: 0.9em;
  }
}
.footerTextMobile {
  margin-left: 0;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #636363;
}
/*# sourceMappingURL=home.css.map */