body {
  font-family: "Oswald", sans-serif !important;
}
.back-grey {
  background-color: #f5f5f5 !important;
}
.btn-primary:hover {
  background-color: #1d232c;
  border-color: #1d232c;
}
.navbar {
  /* background-color: transparent !important; */
  background-color: #1d232c !important;
  transition: all 0.5s;
}
.navbar.with-back {
  background-color: #1d232c !important;
}
.navbar .logo {
  height: 40px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #88be55 !important;
}
.navbar li {
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 13px;
}
.navbar ul li a {
  position: relative;
}
.navbar ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #88be55;
  height: 2px;
}
.navbar ul li a:hover:after {
  width: 100%;
}
.navbar ul li a,
.navbar ul li a:after,
.navbar ul li a:before {
  transition: all 0.5s;
}

.header-container {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 80px;
}
.header-container .row {
  height: calc(100vh - 166px);
}
.header-container h4,
.header-container h3,
.header-container h2 {
  text-transform: uppercase;
}
.header-container h4,
.header-container h3 {
  letter-spacing: 5px;
  font-weight: 200;
  color: #ffffff;
  max-width: 700px;
  line-height: 30px;
}
.header-container h4 {
  font-size: 15px;
}
.header-container h3 {
  font-size: 17px;
}
.header-container h2 {
  line-height: 90px;
  letter-spacing: 16px;
  font-weight: 300;
  font-size: 60px;
  width: 700px;
  color: #88be55;
}
.header-container hr {
  background-color: #ffffff;
  width: 60px;
  height: 1px;
  float: left;
}
.header-container .btn-primary {
  background-color: #88be55;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 300;
  font-size: 15px;
  padding: 21px 58px;
  border: 0;
  border-radius: 0;
}

.about-us {
  padding-top: 70px;
  padding-bottom: 100px;
}
.about-us h2 {
  letter-spacing: 11px;
  text-transform: uppercase;
  line-height: 48px;
  font-size: 42px;
  font-weight: 400;
  padding: 10px 0 0;
  color: #1d232c;
}
.about-us .hr-1 {
  background-color: #88be55;
  width: 60px;
  height: 2px;
  float: left;
  margin-bottom: 50px;
}
.about-us h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 23px;
  color: #1d232c;
}
.about-us p {
  font-size: 15px;
  line-height: 26px;
  color: #1d232c;
  margin: 0 0 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
.about-us h3 {
  color: #88be55;
  font-weight: 300;
  margin: 24px 0 24px;
  font-size: 60px;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 42px;
  padding: 17px 0 0;
}

.separator {
  background-color: #1d232c;
  padding-top: 50px;
  padding-bottom: 50px;
}
.separator h3,
.separator h4 {
  letter-spacing: 7px;
  padding: 0;
  text-transform: uppercase;
  line-height: 36px;
  font-size: 24px;
  font-weight: 400;
}
.separator h3 {
  color: #ffffff;
}
.separator h4 {
  color: #88be55;
}
.separator .btn {
  color: #fff;
  border-color: #88be55;
  background: 0 0;
  border-width: 2px;
  border-radius: 0;
  padding: 15px 24px 15px 44px;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 22px;
}
.separator .btn i {
  color: #88be55;
  margin-left: 10px;
}

.services {
  background-color: #f5f5f5 !important;
  padding-top: 70px;
  padding-bottom: 100px;
}
.services h2 {
  text-align: center;
  letter-spacing: 11px;
  text-transform: uppercase;
  line-height: 48px;
  font-size: 42px;
  font-weight: 400;
}
.services hr {
  background-color: #88be55;
  width: 60px;
  height: 2px;
  margin-bottom: 60px;
}
.services .media {
  background-color: #ffffff;
  padding: 40px;
}
.services i {
  font-size: 34px;
  color: #88be55;
  margin-right: 20px;
}
.services h5 {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 26px;
}
.services p {
  font-size: 14px;
  line-height: 18px;
  color: #777;
  margin-bottom: 17px;
  font-weight: 300;
}
.services a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  color: #1d232c;
  letter-spacing: 1px;
}
.services a:hover {
  text-decoration: none;
  color: #88be55;
}
.services a i {
  font-size: 14px;
}

footer {
  background-color: #1d232c;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer img {
  width: 150px;
  margin-bottom: 50px;
}
footer p {
  color: #80939d !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}
footer h5 {
  color: #80939d !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 36px;
}
footer a {
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
}
footer a:hover {
  text-decoration: none;
  color: #88be55;
}
footer .col-2 i {
  font-size: 20px;
}
footer .social a {
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
}
footer .h5-news {
  margin-top: 25px;
}
footer input {
  background: #2d4059 !important;
  padding: 10px 57px 10px 17px !important;
  min-height: 32px !important;
  border-radius: 0 !important;
  border: 0 !important;
  color: #ffffff !important;
}
footer button {
  background-color: #88be55 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
}

.copy {
  padding-top: 25px;
  padding-bottom: 10px;
}
.copy p {
  font-size: 14px;
  line-height: 18px;
  color: #777;
  font-weight: 400;
  letter-spacing: 1px;
}

.about-1 {
  padding-top: 130px;
  padding-bottom: 80px;
}
.about-1 h2 {
  letter-spacing: 11px;
  text-transform: uppercase;
  line-height: 48px;
  font-size: 42px;
  font-weight: 400;
  padding: 10px 0 0;
  color: #1d232c;
}
.about-1 hr {
  background-color: #88be55;
  width: 60px;
  height: 2px;
  float: left;
  margin-bottom: 50px;
}
.about-1 p {
  font-size: 15px;
  line-height: 26px;
  color: #1d232c;
  margin: 0 0 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
.about-1 blockquote {
  padding: 18px 30px 18px;
  border-left: 5px solid #88be55;
  background: #f2f2f2;
  font-size: 16px;
  line-height: 26px;
  color: #1d232c;
  font-style: italic;
  margin-top: 30px;
}

.about-2 {
  padding-top: 60px;
  padding-bottom: 30px;
}
.about-2 h2 {
  letter-spacing: 11px;
  text-transform: uppercase;
  line-height: 48px;
  font-size: 42px;
  font-weight: 400;
  padding: 10px 0 0;
  color: #1d232c;
}
.about-2 .hr-1 {
  background-color: #88be55;
  width: 60px;
  height: 2px;
  float: left;
  margin-bottom: 50px;
}
.about-2 .row-1 {
  padding-bottom: 50px;
}
.about-2 .col-sm-3 {
  text-align: center;
  height: 150px;
  padding: 50px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.17);
}
.about-2 img {
  max-height: 50px;
}
.about-2 .col-sm-9 {
  padding-left: 30px;
}
.about-2 h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  color: #1d232c;
}
.about-2 p {
  font-size: 15px;
  line-height: 26px;
  color: #1d232c;
  margin: 0 0 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

.services-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.first-container {
  padding-top: 130px;
}
.services-1 h2 {
  letter-spacing: 11px;
  text-transform: uppercase;
  line-height: 48px;
  font-size: 42px;
  font-weight: 400;
  padding: 10px 0 0;
  color: #1d232c;
}
.services-1 .hr-1 {
  background-color: #88be55;
  width: 60px;
  height: 2px;
  float: left;
  margin-bottom: 50px;
}
.services-1 p {
  font-size: 15px;
  line-height: 26px;
  color: #1d232c;
  margin: 0 0 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
.services-1 .hr-2 {
  margin-top: 30px;
}
.services-1 .row-1 {
  padding-top: 30px;
}
.services-1 h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  color: #1d232c;
}
.services-1 .accordion {
  margin-top: 30px;
  margin-bottom: 20px;
}
.services-1 .accordion .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  margin-bottom: 15px;
}
.services-1 .accordion .card:focus-within {
  border: 1px solid #1d232c;
  border-radius: 0;
  margin-bottom: 15px;
}
.services-1 .accordion .btn-link {
  text-align: left;
  padding: 0;
  text-decoration: none;
}
.services-1 .accordion .btn-link:hover {
  text-decoration: none;
}
.services-1 .accordion .card-header {
  background-color: #fff;
  border-bottom: 0;
}
.services-1 .accordion .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
.services-1 h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  color: #1d232c;
  text-decoration: none;
}
.services-1 .accordion h4:after {
  content: "-";
  float: right;
  color: #88be55;
  font-size: 28px;
}
.services-1 .accordion .collapsed h4:after {
  content: "+";
}
.services-1 .accordion .link h4:after {
  content: "+";
  color: white;
}
.services-1 .accordion .collapsed-off h4:after {
  content: "";
}
.services-1 .accordion .collapsed-off h4:after {
  content: "";
}

.customers-1 h2 {
  letter-spacing: 11px;
  text-transform: uppercase;
  line-height: 48px;
  font-size: 42px;
  font-weight: 400;
  padding: 10px 0 0;
  color: #1d232c;
}
.customers-1 .hr-1 {
  background-color: #88be55;
  width: 60px;
  height: 2px;
  float: left;
  margin-bottom: 50px;
}
.customers-2 {
  padding-bottom: 80px;
}
.customers-2 .col-md-12 {
  text-align: center;
  height: 150px;
  padding: 50px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.17);
  margin: 10px;
}
.customers-2 img {
  height: 50px;
}

.contacts-1 h2 {
  letter-spacing: 11px;
  text-transform: uppercase;
  line-height: 48px;
  font-size: 42px;
  font-weight: 400;
  padding: 10px 0 0;
  color: #1d232c;
}
.contacts-1 .hr-1 {
  background-color: #88be55;
  width: 60px;
  height: 2px;
  float: left;
  margin-bottom: 50px;
}
.contacts-2 {
  padding-bottom: 80px;
}
.contacts-2 p {
  font-size: 15px;
  line-height: 26px;
  color: #1d232c;
  margin: 0 0 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
.contacts-2 h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  color: #1d232c;
}
.contacts-2 .hr-2 {
  background-color: #1d232c;
  width: 100%;
  height: 2px;
  margin-bottom: 30px;
}
.contacts-2 .col-2 i {
  font-size: 20px;
}
.contacts-2 a {
  color: #1d232c;
}
.contacts-2 .form-control {
  font-size: 14px;
  line-height: 18px;
  color: #1d232c;
  background: #cacaca;
  border: none;
  box-shadow: none;
  outline: 0;
  padding: 16px 30px 15px;
  border-radius: 0;
  transition: all 0.3s ease;
  box-sizing: border-box !important;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.contacts-2 input {
  height: 49px;
}
.contacts-2 .btn {
  padding: 10px 42px;
  line-height: 23px;
  outline: 0 !important;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  background: #88be55;
  border: 3px solid #88be55;
  letter-spacing: 4px;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 0;
}
.row-1 .btn {
  padding: 10px 42px;
  line-height: 23px;
  outline: 0 !important;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  background: #88be55;
  border: 3px solid #88be55;
  letter-spacing: 4px;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 0;
}

/* MOBILE */
.navbar-dark .navbar-toggler {
  border: 0;
}
@media screen and (max-width: 1199px) {
  .separator h3,
  .separator h4 {
    letter-spacing: 6px;
    line-height: 32px;
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .nav-social {
    display: none;
  }
  .navbar-collapse .navbar-nav {
    margin: 0 !important;
  }
  .header-container h2 {
    width: 600px;
    font-size: 47px;
  }
  .header-container h4 {
    max-width: 600px;
    font-size: 11px;
  }
  .services .media {
    padding: 22px;
  }
  .services i {
    font-size: 24px;
    margin-right: 15px;
    margin-top: 6px;
  }
  .services h5 {
    font-size: 13px;
  }
  .services p {
    font-size: 12px;
  }
  .separator .btn {
    font-size: 12px;
  }
  .separator h3,
  .separator h4 {
    letter-spacing: 4px;
    line-height: 22px;
    font-size: 13px;
  }
  footer a {
    font-size: 12px;
  }
  footer p {
    font-size: 12px;
  }
  .servicos h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-container {
    padding-left: 20px;
  }
  .header-container h2 {
    width: 486px;
    font-size: 33px;
  }
  .header-container h4 {
    max-width: 486px;
    font-size: 10px;
  }
  .about-us img {
    display: none;
  }
  .servicos img {
    display: none;
  }
  .servicos h2 {
    font-size: 30px;
  }
  #direita {
    font-size: 30px;
  }
  .servicos2 img {
    display: none;
  }
  .separator h3,
  .separator h4 {
    text-align: center;
  }
  .separator .align-self-center {
    text-align: center;
  }
  .separator .btn {
    margin-top: 30px;
  }
  .services h2 {
    font-size: 36px;
  }
  .services .media {
    margin-bottom: 20px;
  }
  footer .col-md-3 {
    margin-bottom: 40px;
  }
  .about-1 img {
    margin-bottom: 20px;
  }
  .about-2 .col-sm-3 {
    padding: 20px;
    height: auto;
  }
  .services-1 h2 {
    font-size: 38px;
  }
  .services-1 img {
    margin-bottom: 20px;
  }
  .services-1 h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .header-container {
    padding-left: 0;
  }
  .header-container h2 {
    width: 290px;
    font-size: 19px;
    line-height: 40px;
    letter-spacing: 10px;
  }
  .about-us h3 {
    text-align: center;
  }
  .about-us h4 {
    text-align: center;
  }
  .about-us p {
    text-align: center;
  }
  .servicos h3 {
    text-align: center;
  }
  .servicos h4 {
    text-align: center;
  }
  .servicos p {
    text-align: center;
  }
  .servicos2 h3 {
    text-align: center;
  }
  .servicos2 h4 {
    text-align: center;
  }
  .servicos2 p {
    text-align: center;
  }
  .servicos h2 {
    font-size: 20px;
  }
  #direita {
    font-size: 20px;
  }
  .about-1 h2 {
    font-size: 35px;
  }
  .about-2 .col-sm-3 {
    padding: 30px;
    margin: 20px;
  }
  .contacts-1 h2 {
    font-size: 34px;
    letter-spacing: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .servicos h2 {
    font-size: 42px;
  }
  #direita h2 {
    font-size: 42px;
  }
}
.servicos {
  padding-top: 70px;
  padding-bottom: 100px;
}
.servicos2 {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #1d232c;
}
.servicos h2 {
  letter-spacing: 11px;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: 400;
  padding: 10px 0 0;
  color: #1d232c;
}
#direita {
  letter-spacing: 11px;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: 400;
  padding: 10px 0 0;
  color: white;
  text-align: right;
}
.servicos .hr-1 {
  background-color: #88be55;
  width: 60px;
  height: 2px;
  float: left;
  margin-bottom: 50px;
}
.servicos .hr-2 {
  background-color: #88be55;
  width: 60px;
  height: 2px;
  float: right;
  margin-bottom: 50px;
}
.servicos h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 23px;
  color: #1d232c;
}
.servicos p {
  font-size: 15px;
  line-height: 26px;
  color: #1d232c;
  margin: 0 0 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
.servicos2 p {
  font-size: 15px;
  line-height: 26px;
  color: white;
  margin: 0 0 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
.servicos2 li {
  color: white;
}
.servicos2 .hr-2 {
  background-color: #88be55;
  width: 60px;
  height: 2px;
  float: right;
  margin-bottom: 50px;
}
.link h4 {
  color: white;
}
