body {
  color: #4c4c4c;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  overflow-y: scroll;
}
#wrap {
  overflow: hidden;
}
header {
  background-color: #fafafa;
  padding: 40px 0 0;
}
@media (min-width: 1024px) {
  header {
    background-image: url(../images/backgrounds/bg-cabecalho.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
  }
}
header.pages {
  padding: 40px 0;
}
header .logo img {
  height: auto;
}
header .header-right {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 28px 0;
}
header .header-right .social-media {
  margin: 0 0 0 30px;
  display: table;
  min-width: 250px;
}
header .header-right .social-media li {
  float: left;
  margin: 0 0 0 10px;
}
header .header-right .social-media li:first-child {
  margin: 0;
}
header .header-right .social-media li a {
  background-image: url(../images/backgrounds/sprite-icones.png);
  background-position: center -166px;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: block;
  height: 54px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  transition: all 0.28s ease-in-out;
  width: 54px;
}
header .header-right .social-media li a.facebook {
  background-position: center -166px;
}
header .header-right .social-media li a.facebook:hover {
  background-position: center -226px;
}
header .header-right .social-media li a.instagram {
  background-position: center -297px;
}
header .header-right .social-media li a.instagram:hover {
  background-position: center -357px;
}
header .header-right .social-media li a.twitter {
  background-position: center -428px;
}
header .header-right .social-media li a.twitter:hover {
  background-position: center -488px;
}
header .header-right .social-media li a.youtube {
  background-position: center -559px;
}
header .header-right .social-media li a.youtube:hover {
  background-position: center -619px;
}
nav .btn-toggle-menu {
  display: none;
}
nav ul {
  border: solid 1px #d9d9d9;
  border-radius: 50px;
  display: table;
  padding: 16px 40px;
}
nav ul li {
  float: left;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  position: relative;
}
nav ul li:before {
  background-color: #d9d9d9;
  content: "";
  height: 12px;
  left: 0;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  width: 1px;
}
nav ul li:first-child {
  margin: 0;
  padding: 0;
}
nav ul li:first-child:before {
  display: none;
}
nav ul li a {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.00em;
  transition: all 0.3s ease;
}
nav ul li a:hover {
  color: #00b84c;
}
nav ul li.active a {
  color: #00b84c;
}
#slide {
  height: 480px;
  margin: 40px 0 0;
  position: relative;
}
#slide .owl-carousel,
#slide .owl-stage-outer,
#slide .owl-stage,
#slide .owl-item,
#slide .item-inner {
  height: 100%;
}
#slide .owl-item .item-inner h2,
#slide .owl-item .item-inner p,
#slide .owl-item .item-inner a {
  opacity: 0;
  transform: translateY(30px);
}
#slide .owl-item.active .item-inner h2,
#slide .owl-item.active .item-inner p,
#slide .owl-item.active .item-inner a {
  opacity: 1;
  transform: translateX(0);
}
#slide .item-inner {
  align-content: center;
  background-position: center 0;
  background-repeat: no-repeat;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  text-align: center;
}
#slide .item-inner:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#slide .item-inner h2,
#slide .item-inner p,
#slide .item-inner a {
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 2;
}
#slide .item-inner h2 {
  font-size: 45px;
  font-weight: 400;
  margin: 0;
  transition-delay: 0.3s;
}
#slide .item-inner p {
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px auto 0;
  max-width: 500px;
  width: 100%;
  transition-delay: 0.4s;
}
#slide .item-inner a {
  background-color: #00b84c;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.00em;
  margin: 20px auto 0;
  padding: 17px 35px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0.5s, background 0.4s ease, color 0.4s ease;
}
#slide .item-inner a:hover {
  background-color: #ffffff;
  color: #00b84c;
}
#slide .owl-nav span {
  background-image: url(../images/backgrounds/sprite-icones.png);
  background-position: center -690px;
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 42px;
  margin: -21px 0 0;
  position: absolute;
  text-align: left;
  text-indent: -9999px;
  top: 50%;
  transition: all 0.28s ease-in-out;
  width: 44px;
  z-index: 1;
}
#slide .owl-nav span.owl-prev {
  background-position: center -690px;
  left: 30px;
}
#slide .owl-nav span.owl-prev:hover {
  background-position: center -740px;
}
#slide .owl-nav span.owl-next {
  background-position: center -800px;
  right: 30px;
}
#slide .owl-nav span.owl-next:hover {
  background-position: center -850px;
}
#contatos {
  position: relative;
}
#contatos .content {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contatos .content .item {
  box-sizing: border-box;
  padding: 30px 35px;
  position: relative;
  width: 33.33%;
}
#contatos .content .item:not(.link) {
  align-items: center;
  background-color: #f2f2f2;
  display: flex;
}
#contatos .content .item:not(.link):before {
  background-color: #d9d9d9;
  content: "";
  height: 90px;
  left: 0;
  margin: -45px 0 0;
  position: absolute;
  top: 50%;
  width: 1px;
}
#contatos .content .item:not(.link):first-child:before {
  display: none;
}
#contatos .content .item:not(.link) .inner {
  padding: 0 0 0 75px;
  position: relative;
}
#contatos .content .item:not(.link) .inner:before {
  background-image: url(../images/backgrounds/sprite-icones.png);
  background-position: center 0;
  background-repeat: no-repeat;
  content: "";
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}
#contatos .content .item:not(.link) .inner h2 {
  color: #00b84c;
  font-size: 15px;
  margin: 0 0 5px;
}
#contatos .content .item:not(.link) .inner p {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.475em;
  margin: 0;
}
#contatos .content .item:not(.link) .inner a {
  display: table;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0 0;
  transition: all 0.3s ease;
}
#contatos .content .item:not(.link) .inner a:hover {
  color: #006c2c;
}
#contatos .content .item.telefones .inner:before {
  background-position: center 0;
}
#contatos .content .item.telefones .inner p {
  font-size: 20px;
  line-height: 1.4em;
}
#contatos .content .item.whatsapp .inner:before {
  background-position: center -1360px;
}
#contatos .content .item.whatsapp .inner p {
  font-size: 20px;
  line-height: 1.4em;
}
#contatos .content .item.endereco .inner:before {
  background-position: center -75px;
}
#contatos .content .item.link {
  background-color: #006c2c;
  text-align: center;
}
#contatos .content .item.link p,
#contatos .content .item.link h1,
#contatos .content .item.link h2,
#contatos .content .item.link h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
#contatos .content .item.link a {
  border: solid 2px #00d257;
  border-radius: 50px;
  color: #00d257;
  display: table;
  font-size: 16px;
  font-weight: 600;
  margin: 20px auto 0;
  padding: 10px 25px;
  transition: all 0.3s ease;
}
#contatos .content .item.link a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #006c2c;
}
#quem-somos {
  margin: 80px 0 0;
}
@media (min-width: 1024px) {
  #quem-somos .image {
    float: right;
  }
  #quem-somos .content {
    float: left;
  }
}
#quem-somos .content > a {
  display: table;
  margin: 30px 0 0;
  color: #00b84c;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}
#quem-somos .content > a:hover {
  color: #006c2c;
}
#servicos {
  margin: 100px 0 0;
  padding: 50px 0 0;
  position: relative;
}
#servicos:before {
  background-image: linear-gradient(to bottom, #f2f2f2, #ffffff);
  content: "";
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#servicos .section-title {
  margin: 0 0 24px;
}
.listagem-servicos {
  position: relative;
}
.listagem-servicos .list-items {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.listagem-servicos .item {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  margin: 0 0 30px;
  padding: 0 13px;
  position: relative;
  width: 33.33%;
}
.listagem-servicos .item > div {
  background-color: #ffffff;
  display: block;
  margin: 0 auto;
  max-width: 365px;
  position: relative;
  width: 100%;
}
.listagem-servicos .item > div:before {
  content: "";
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}
.listagem-servicos .item > div figure {
  margin: 0;
}
.listagem-servicos .item > div figure a {
  display: block;
  position: relative;
}
.listagem-servicos .item > div figure a:before,
.listagem-servicos .item > div figure a:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
}
.listagem-servicos .item > div figure a:before {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.listagem-servicos .item > div figure a:after {
  background-image: url(../images/backgrounds/sprite-icones.png);
  background-position: center -911px;
  background-repeat: no-repeat;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  top: 50%;
  width: 40px;
  z-index: 1;
}
.listagem-servicos .item > div figure a:hover:after,
.listagem-servicos .item > div figure a:hover:before {
  opacity: 1;
}
.listagem-servicos .item > div > div {
  padding: 30px;
}
.listagem-servicos .item > div > div h3 {
  font-size: 24px;
  margin: 0;
}
.listagem-servicos .item > div > div h3 a {
  color: #4c4c4c;
  display: table;
  transition: all 0.3s ease;
}
.listagem-servicos .item > div > div h3 a:hover {
  color: #00b84c;
}
.listagem-servicos .item > div > div p {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.675em;
  margin: 10px 0 0;
}
.listagem-servicos .item > div > div > a {
  color: #00b84c;
  display: table;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 0;
  transition: all 0.3s ease;
}
.listagem-servicos .item > div > div > a:hover {
  color: #006c2c;
}
#frase {
  background-color: #006c2c;
  margin: 100px 0 0;
  padding: 35px 0;
}
#frase p,
#frase h1,
#frase h2,
#frase h3 {
  color: #ffffff;
  display: block;
  line-height: 1.3em;
  font-size: 22px;
  font-weight: 600;
  margin: 0 auto;
  max-width: 810px;
  text-align: center;
  width: 100%;
}
#frase + footer {
  margin: 0;
}
footer {
  background-color: #ffffff;
  margin: 100px 0 0;
  position: relative;
  padding: 15px 0;
}
footer .left {
  margin: 7px 0;
}
footer .left p {
  color: #999999;
  display: inline-block;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0 20px;
}
footer .left p:first-child {
  margin: 0;
}
footer .left p.webmail a {
  color: #999999;
  display: inline-block;
  padding: 0 0 0 22px;
  position: relative;
}
footer .left p.webmail a:before {
  background-image: url(../images/backgrounds/sprite-icones.png);
  background-position: center -1090px;
  background-repeat: no-repeat;
  content: "";
  height: 13px;
  left: 0;
  margin: -7px 0 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  width: 16px;
}
footer .left p.webmail a:hover {
  color: #00b84c;
}
footer .left p.webmail a:hover:before {
  background-position: center -1112px;
}
footer .back-top {
  position: relative;
}
footer .back-top button {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 3px;
  color: #999999;
  cursor: pointer;
  display: table;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  padding: 7px 15px;
  text-transform: uppercase;
}
footer .back-top button span {
  display: block;
  padding: 0 20px 0 0;
  position: relative;
}
footer .back-top button span:before {
  background-image: url(../images/backgrounds/sprite-icones.png);
  background-position: center -1134px;
  background-repeat: no-repeat;
  content: "";
  height: 14px;
  margin: -7px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.3s ease;
  width: 15px;
}
footer .back-top button:hover {
  background-color: #00b84c;
  border-color: #00b84c;
  color: #ffffff;
}
footer .back-top button:hover span:before {
  background-position: center -1156px;
}
footer .webja {
  position: relative;
}
footer .webja a {
  background-image: url(../images/backgrounds/sprite-icones.png);
  background-position: center -1270px;
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 32px;
  text-align: left;
  text-indent: -9999px;
  transition: all 0.3s ease;
  width: 90px;
}
footer .webja a:hover {
  background-position: center -1310px;
}
.pagina-quem-somos .text figure {
  float: right;
  margin: 0 0 30px 30px;
}
.pagina-servicos-detalhes figure {
  float: left;
  margin: 0 30px 30px 0;
}
.pagina-servicos-detalhes figure + p {
  margin: 0;
}
.pagina-contato .left .item {
  border-top: solid 1px #e6e6e6;
  margin: 30px 0 0;
  padding: 30px 0 0;
}
.pagina-contato .left .item:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.pagina-contato .left .item .inner {
  padding: 0 0 0 50px;
  position: relative;
}
.pagina-contato .left .item .inner:before {
  background-image: url(../images/backgrounds/sprite-icones.png);
  background-position: center -970px;
  background-repeat: no-repeat;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.pagina-contato .left .item .inner h2 {
  color: #00b84c;
  font-size: 16px;
  margin: 0 0 5px;
}
.pagina-contato .left .item .inner h2 + p {
  margin: 0;
}
.pagina-contato .left .item .inner p {
  display: block;
  font-size: 18px;
  line-height: 1.450em;
  margin: 5px 0 0;
}
.pagina-contato .left .item .inner p:first-child {
  margin: 0;
}
.pagina-contato .left .item.telefones .inner:before {
  background-position: center -970px;
}
.pagina-contato .left .item.whatsapp .inner:before {
  background-position: center -1438px;
}
.pagina-contato .left .item.email .inner:before {
  background-position: center -1010px;
  height: 24px;
}
.pagina-contato .left .item.email .inner p {
  font-size: 16px;
}
.pagina-contato .left .item.endereco .inner:before {
  background-position: center -1042px;
  height: 40px;
}
.pagina-contato .left .item.endereco .inner p {
  font-size: 16px;
}
.pagina-contato .left .item.endereco .inner a {
  color: #00b84c;
  display: table;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 0;
  transition: all 0.3s ease;
}
.pagina-contato .left .item.endereco .inner a:hover {
  color: #006c2c;
}
.pagina-contato .form .info {
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 20px;
}
.pagina-contato .form .field {
  margin: 0 0 30px;
  position: relative;
}
.pagina-contato .form .field label:not(.error) {
  color: #4c4c4c;
  display: table;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 5px;
}
.pagina-contato .form .field label:not(.error) span {
  color: #f44336;
  font-weight: 600;
}
.pagina-contato .form .field label.error {
  bottom: -18px;
  color: #f44336;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
  position: absolute;
  right: 15px;
}
.pagina-contato .form .field .inputbox {
  background-color: #f2f2f2;
  border-color: #cccccc;
  border-radius: 5px;
  border-width: 1px;
  color: #4c4c4c;
  font-weight: 600;
  padding: 15px;
}
.pagina-contato .form .field .inputbox:focus {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}
.pagina-contato .form .field .inputbox.error {
  background-color: rgba(244, 67, 54, 0.05);
  border-color: rgba(244, 67, 54, 0.4);
  color: #f44336;
}
.pagina-contato .form .field .inputbox.textarea {
  height: 110px;
}
.pagina-contato .form .buttons {
  margin: 10px 0 0;
  text-align: center;
}
.pagina-contato .form .buttons .button {
  background-color: #00b84c;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 1.00em;
  padding: 16px 35px;
  text-transform: uppercase;
  vertical-align: middle;
}
.pagina-contato .form .buttons .button:hover {
  background-color: #006c2c;
}
