@charset "UTF-8";

@font-face {
  font-family: "Arial Rounded MT Std";
  src: url("../fonts/arial-rounded-mt.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial Rounded MT Std";
  src: url("../fonts/arial-rounded-mt-std.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial Rounded MT Std";
  src: url("../fonts/arial-rounded-mt-std-bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial Rounded MT Std";
  src: url("../fonts/arial-rounded-mt-std-extra-bold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "Arial Rounded MT Std", sans-serif;
  font-weight: 500;
}

body {
  font-family: "Arial Rounded MT Std", sans-serif;
  overflow-x: hidden;
}

a {
  cursor: pointer;
  color: #000;
}

a:hover {
  color: #4e982e;
  text-decoration: none;
}

html,
body {
  overflow-x: hidden;
}

body.moving header {
  z-index: 11;
  width: 100%;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.08),
    0px 4px 6px -4px rgba(0, 0, 0, 0.04);
  transition: ease-in-out 0.3s;
  border: none;
}

header {
  background: #fafafa;
}

.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
}

.logo-header {
  width: 10.25rem;
}

.navbar-toggler span {
  display: block;
  width: 35px;
  border-radius: 3px;
  height: 4px;
  background: #000;
  transition: all 0.3s;
  position: relative;
}

.navbar-toggler span + span {
  margin-top: 6px;
}

.navbar-toggler .active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}

.navbar-toggler .not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}

.navbar-toggler .active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

.navbar-toggler .not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}

.navbar-toggler .active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

.navbar-toggler .not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 22px;
    transform: rotate(0);
  }

  100% {
    top: 12px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }

  50% {
    top: 22px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 22px;
    transform: rotate(0);
  }

  100% {
    bottom: 8px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 22px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.nav-link {
  color: #3a7542;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin-right: 45px;
}

.nav-link:hover {
  color: #4e982e;
}

.link-7 {
  padding: 10px;
  background: #f68725;
}

.link-7:hover {
  color: #000;
}

.dropdown-menu {
  background: #222;
  border-color: #ccc;
}

.dropdown-menu a {
  color: #fff;
  text-align: center;
}

.slab {
  font-family: "Arial Rounded MT Std", sans-serif;
}

.carousel-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: #5e5d5d;
  mix-blend-mode: multiply;
  opacity: 0.72;
}

.titulo-principal {
  font-size: 64px;
  text-transform: uppercase;
  line-height: 72px;
  font-weight: 900;
  max-width: 630px;
  margin: 0 auto;
}

.carousel-indicators {
  z-index: 30;
}

.btn-banner {
  color: #fff;
  background: #f68725;
  padding: 15px 20px;
  text-transform: uppercase;
  font-family: "Arial Rounded MT Std", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.btn-banner:hover {
  color: #222;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

.b-mouse {
  position: relative;
  display: block;
  width: 24px;
  height: 36px;
  margin: 10px auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}

.b-mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 60%;
  width: 4px;
  height: 4px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

.mouse {
  position: absolute;
  top: 80%;
  left: 49%;
}

.mouse path {
  fill: #fff;
}

#banner {
  position: relative;
}

#banner .carousel-indicators li {
  border: 0;
  width: 32px;
  height: 4px;
  border-radius: 16px;
  transition: all 0.2s;
  background: #fafafa;
}

.mouse:before {
  content: "";
  width: 1px;
  height: 128px;
  background: #fff;
  position: absolute;
  left: 46%;
  top: -200%;
}

.titulo-numeros {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #4e982e;
  margin-bottom: 0;
}

.titulo-destaque {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #060606;
  margin-bottom: 0;
}

.destaques {
  justify-content: space-between;
}

.titulo-principal-numeros,
.titulo-principal-estrutura {
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #3a7542;
  text-transform: uppercase;
  padding-bottom: 35px;
}

.titulo-carrossel-servicos {
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #fafafa;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.sub-titulo-servicos {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #eef0e4;
  max-width: 930px;
  margin: 0 auto;
}

.carousel-services .titulo-carrossel {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #060606;
  text-transform: uppercase;
  margin-bottom: 0;
}

.carousel-services .sub-titulo-carrossel {
  font-size: 16px;
  color: #060606;
  font-weight: 500;
  line-height: 24px;
  padding: 20px 0;
}

.owl-stage-outer {
  border-radius: 24px;
}

#home #sec-02 {
  background: #3a7542;
  padding: 0 0 70px;
}

.budget {
  background: #eef0e4;
  padding: 30px 0;
}

.description {
  background: #fff;
  text-align: center;
}

.description h1 {
  font-size: 30px;
}

.description p {
  font-size: 15px;
}

.btn-carousel {
  color: #4e982e;
  font-size: 16px;
  border: 1px solid #4e982e;
  font-weight: 700;
  width: 124px;
  height: 36px;
  padding: 8px 24px;
  transition: all 0.2s;
  border-radius: 24px;
}

.btn-carousel:hover {
  background: #214727;
  color: #fff;
  transition: all 0.2s;
  border: 1px solid #214727;
}

#obras #sec-02 {
  background: #f2e6d3;
}

#home #sec-03 {
  background: #fafafa;
  padding: 70px 0;
}

.link {
  color: #f68725;
  text-decoration: underline;
}

.link:hover {
  color: #f68725;
  text-decoration: underline;
}

.line {
  position: relative;
  font-size: 30px;
}

.line:after,
.line:before {
  content: "";
  background: #3a7542;
  width: 27%;
  height: 2px;
  position: absolute;
  top: 50%;
}

.line:after {
  left: 0;
}

.line:before {
  right: 0;
}

.foto-blog {
  width: 240px;
  height: 256px;
  border-radius: 16px;
  object-fit: cover;
}

.data-blog {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #4e982e;
}

.titulo-blog {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #060606;
}

.conteudo-blog {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.ler-mais {
  font-size: 16px;
  color: #4e982e;
  text-decoration: none;
  display: block;
  font-weight: 700;
  width: 70px;
  height: 32px;
  border-bottom: solid 1px #4e982e;
  transition: all 0.2s;
}

.ler-mais:hover {
  color: #3a7542;
  border-bottom: solid 1px #3a7542;
  transition: all 0.2s;
}

.blog {
  padding-top: 70px;
  padding-bottom: 0;
}

.budget {
  position: relative;
}

.caminhao-rodape {
  position: absolute;
  top: -106px;
  left: 390px;
}

.btn-whats {
  font-size: 16px;
  font-weight: 700;
  color: #4e982e;
  padding: 11px;
  width: 192px;
  height: 40px;
  border: 1px solid #4e982e;
  border-radius: 24px;
  transition: all 0.2s;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-whats:hover {
  color: #fff;
  background: #214727;
  border: 1px solid #214727;
  transition: all 0.2s;
}

.btn-whats:focus {
  outline: 0;
}

.titulo-orcamento {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #060606;
  margin-bottom: 0;
  margin-right: 20px;
}

.orcamento {
  display: flex;
  flex-direction: unset;
  float: right;
  height: 42px;
  align-items: center;
}

footer {
  z-index: 8;
  position: relative;
  color: #fafafa;
}

footer .budget h4.slab {
  font-size: 21px;
}

.budget .link-7 {
  display: block;
  text-align: center;
  color: #fff;
}

.footer {
  background: #5e5d5d;
  color: #fff;
}

.footer h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer i {
  color: #3a7542;
}

.footer p {
  font-size: 16px;
  font-weight: 500;
}

.endereco-rodape {
  max-width: 180px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.horario-rodape {
  max-width: 130px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.link-rodape {
  color: #fafafa;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}

.link-rodape:hover {
  color: #fafafa;
  text-decoration: underline;
}

.icones-rodape {
  margin-right: 10px;
}

.lista-telefone {
  margin: 0;
  padding-left: 0;
  display: flex;
  padding-bottom: 20px;
}

.lista-telefone li {
  list-style: none !important;
  margin-left: 10px;
}
.footer .lista-telefone li {
  margin: 0;
}
.footer .lista-telefone li:nth-child(2) {
  margin: 0 5px;
}

.lista-telefone li:first-child {
  margin-left: 0;
}

.sub-titulo-rodape {
  margin: 0;
  padding-bottom: 10px;
}

.news .form-control {
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  border-radius: 0;
  padding: 0;
}

.news .form-control::placeholder {
  color: #fff;
}

.btn-news-footer {
  background: transparent;
  border: solid 1px #f68725;
  padding: 10px 30px;
  color: #f68725;
  font-size: 14px;
  margin-top: 10px;
}

.btn-news-footer:hover {
  background: #f68725;
  color: #000;
}

.copy {
  color: #5e5d5d;
  font-size: 16px;
  background: #fafafa;
}

.copy p {
  font-weight: 700;
  padding: 15px 0;
  margin: 0;
}

.copy a {
  color: #5e5d5d;
}

.copy a:hover {
  text-decoration: underline;
}

.dropdown-toggle::after {
  display: none;
}

/* QUEM SOMOS */
#quem-somos #sec-01 {
  background: #f2e6d3;
}

#quem-somos #sec-02 {
  background: #fff;
}

/* SERVIÇOS */
.btn-duvidas {
  border: none;
  font-size: 16px;
  background: #fafafa;
  text-align: left;
}
.btn-duvidas .arrow {
  width: 16px;
}

.btn-duvidas:focus {
  outline: none;
}

.card-header {
  background: #fafafa;
  padding: 1.5rem;
}

#services #sec-03 {
  padding: 100px 0;
  margin-top: 60px;
}

#services .btn-duvidas[aria-expanded="true"] img,
#contato .btn-duvidas[aria-expanded="true"] img {
  transition: all 0.2s;
  transform: rotate(180deg);
  width: 16px;
}

#services .btn-duvidas[aria-expanded="false"] img,
#contato .btn-duvidas[aria-expanded="false"] img {
  transition: all 0.2s;
  transform: rotate(0deg);
  width: 16px;
}

#services .btn-duvidas img,
#contato .btn-duvidas img {
  width: 16px;
}

.card-body {
  background: #fafafa;
}

.accordion > .card:first-of-type {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.accordion > .card:last-of-type {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

/* LABORATORIO */
#laboratorio thead {
  background: #f2e6d3;
  color: #f68725;
}

/* OBRAS */
.rlt {
  position: relative;
}

.abs {
  position: absolute;
  top: 0;
}

.act-on {
  display: none;
  width: 100%;
  height: 100%;
  background: #f58634d1;
  color: #fff;
}

.act:hover .act-on {
  display: flex;
}

.btn-galery {
  background: #fff;
  color: #f58634;
  padding: 10px 20px;
  margin-top: 10px;
}

.btn-galery:hover {
  color: #000;
}

.testimonial .item {
  background: #fff;
}

.search .form-control:focus {
  background: #eee;
  box-shadow: none;
}

/* BLOG */
.search {
  position: relative;
}

.search button {
  position: absolute;
  top: 20%;
  left: 90%;
  background: transparent;
  border: none;
  color: #4e982e;
}

.search input {
  border: none;
  background: #fafafa;
  color: #5e5d5d;
  border-radius: 16px;
}

#category {
  border: none;
  background: #fafafa;
  color: #5e5d5d;
}

#category:focus {
  box-shadow: 0 0 0 0.2rem #3a7542;
}

#blog .follow h5 {
  font-size: 16px;
  color: #3a7542;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 15px;
}

.icone-redes {
  margin-bottom: 10px;
}

/* CONTATO */
.form-contato input,
.form-contato textarea,
.form-contato select,
.form-orcamento input,
.form-orcamento select,
.form-orcamento textarea {
  background: #fafafa;
  border: none;
  border-radius: 8px;
  color: #5e5d5d;
}

.form-contato input.btn-form {
  border-radius: 24px;
}
.form-contato input.btn-form:hover {
  background-color: #3a7542;
  color: white;
}
.form-contato input.btn-form:focus {
  background-color: #3a7542;
  color: white;
  border: none;
}

.form-contato input:focus,
.form-contato select:focus,
.form-contato textarea:focus,
.form-orcamento input:focus,
.form-orcamento select:focus,
.form-orcamento textarea:focus {
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #3a7542;
}

.btn-form {
  background: #fff;
  border: solid 1px #f68725;
  color: #f68725;
  padding: 5px 30px;
  transition: all 0.2s;
}

.btn-form:hover {
  background: #f68725;
  color: #fff;
  transition: all 0.2s;
}

/* CONTATO */
#contato #sec-01 h4,
#contato #sec-01 p {
  color: #666666;
  font-size: 15px;
}

#contato #sec-01 i {
  color: #3a7542;
  font-size: 22px;
}

#contato #sec-01 p {
  line-height: 1.8;
}

#contato #sec-03 {
  padding: 100px 0;
  margin-top: 60px;
}

.icon-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #cdcdcd;
  background: white;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  transition: width 0.2s ease-in-out;
}

.add-btn::before,
.add-btn::after {
  transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  content: "";
  position: absolute;
  height: 4px;
  width: 10px;
  top: calc(50% - 2px);
  background: #f68725;
}

.add-btn::after {
  right: 14px;
  overflow: hidden;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.add-btn::before {
  left: 14px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.add-icon::after,
.add-icon::before {
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  top: calc(50% - 10px);
  background: #f68725;
  overflow: hidden;
}

.add-icon::before {
  left: 22px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.add-icon::after {
  right: 22px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

#contato .btn-duvidas[aria-expanded="true"] .add-icon:after,
#contato .btn-duvidas[aria-expanded="true"] .add-icon:before {
  transition: all 0.2s;
  height: 0;
}

#services .btn-duvidas[aria-expanded="true"] .add-icon:after,
#services .btn-duvidas[aria-expanded="true"] .add-icon:before {
  transition: all 0.2s;
  height: 0;
}

#contato .btn-duvidas[aria-expanded="true"],
#services .btn-duvidas[aria-expanded="true"] {
  color: #3a7542;
}

#contato .btn-duvidas {
  width: 100%;
}

/* ORÇAMENTO */
#orcamento #sec-01 {
  background: url(../img/bg-orcamento.jpg);
  position: relative;
  z-index: 1;
}

#orcamento .budget {
  display: none;
}

#orcamento #sec-01 .nav-item a {
  background: #fff;
  color: #9f9f9f;
  border: solid 1px #9f9f9f;
  border-radius: 0;
}

#orcamento #sec-01 .nav-item a.active {
  border-color: #f68725;
  color: #f68725;
}

.btn-end {
  background: #f68725;
  color: #fff;
}

.truck2 {
  position: absolute;
  left: 15%;
  bottom: -12%;
  z-index: 5;
}

/* CAROUSEL */
.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) and (max-width: 991px) {
  .owl-nav {
    width: 750px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .owl-nav {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .owl-nav {
    width: 1225px;
  }
}

.carousel-services .owl-nav .owl-prev,
.carousel-services .owl-nav .owl-next {
  width: 40px;
  height: 100px;
  transition: background 0.2s ease-in-out;
}

.carousel-testimonial .owl-nav .owl-prev,
.carousel-testimonial .owl-nav .owl-next {
  transition: background 0.2s ease-in-out;
}

.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
}

.owl-nav .owl-prev:before {
  transform: rotate(-45deg);
  margin-right: -7px;
  margin-top: 9px;
  position: relative;
  left: 0;
}

.owl-nav .owl-next:before {
  transform: rotate(135deg);
  margin-left: -7px;
  margin-top: 9px;
  position: relative;
  left: 0;
}

.owl-nav .owl-next {
  float: right;
}

.owl-nav button span {
  display: none;
}

.owl-carousel button.owl-dot {
  background: transparent;
  color: inherit;
  border: solid 1px #eef0e4;
  border-radius: 50%;
  padding: 4px !important;
  font: inherit;
  margin: 0 5px;
}

.owl-carousel button.owl-dot.active {
  background-color: #eef0e4;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.carousel-services .owl-nav .owl-prev,
.carousel-services .owl-nav .owl-next {
  background: #8eb864 !important;
  border-radius: 24px;
  width: 30px;
  height: 72px;
}

.carousel-services .owl-nav .owl-prev:before,
.carousel-services .owl-nav .owl-next:before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.carousel-testimonial .item {
  background: #fff;
}

.bar {
  width: 48px;
  height: 4px;
  background: #4e982e;
  margin-right: 10px;
  border-radius: 16px;
}

.carousel-testimonial .owl-nav .owl-prev:before,
.carousel-testimonial .owl-nav .owl-next:before {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.owl-nav button:focus {
  outline: none;
}

.carousel-testimonial .owl-nav .owl-prev:before,
.carousel-testimonial .owl-nav .owl-next:before {
  width: 14px;
  height: 14px;
}

.carousel-logos .owl-item img {
  margin: auto;
}

.carrossel-parceiros-single .carousel-logos .owl-item img {
  object-fit: contain;
  max-width: 250px;
  margin: auto;
}

.carrossel-parceiros-single .carousel-logos .owl-item .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.carrossel-parceiros-single .carousel-logos .owl-dots {
  position: absolute;
  bottom: -50px;
  width: 100%;
}

#sec-04 .carousel-logos .owl-dots {
  top: 115px;
  width: 100%;
  position: absolute;
}

.carousel-logos .owl-dots .owl-dot {
  background: #d4d4d4;
  border: 0;
  width: 16px;
  height: 4px;
  border-radius: 16px;
  padding: 0 !important;
  transition: all 0.2s;
}

.carousel-logos .owl-dots button.active {
  background: #b8b8b8;
  width: 32px;
  transition: all 0.2s;
}

.carousel-logos .owl-dots.disabled {
  display: block;
}

#sec-05 {
  padding: 100px 0;
}

.titulo-ultimas-blog {
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #3a7542;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#sec-05 .box-blog {
  padding: 10px;
  background-color: transparent;
  transition: 0.2s ease-in-out;
  max-width: 48%;
  margin: 0 auto;
}

#sec-05 .box-blog:hover {
  background-color: #fafafa;
  border-radius: 16px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.08),
    0px 4px 6px -4px rgba(0, 0, 0, 0.04);
}

#blog-home .blog-cards {
  /* padding: 10px; */
  background-color: transparent;
  transition: 0.2s ease-in-out;
}

@media (max-width: 992px) {
  #blog-home .blog-cards {
    max-width: 340px;
  }

  #blog-home .blog-cards img {
    width: 100% !important;
  }
}

#blog-home .blog-cards:hover {
  background-color: #fafafa;
  border-radius: 16px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.08),
    0px 4px 6px -4px rgba(0, 0, 0, 0.04);
}

#sec-03 .owl-stage-outer {
  border-radius: 0;
}

#sec-03 .item {
  border-radius: 24px;
  background: #fafafa;
  font-size: 16px;
  padding: 16px 32px !important;
}

#sec-03 .conteudo-depoimentos {
  font-size: 16px;
  color: #060606;
  line-height: 24px;
  padding-bottom: 25px;
}

#sec-03 .nome-depoimentos {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0;
}

#sec-03 .titulo-depoimentos {
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #3a7542;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 40px;
}

#sec-03 .carousel-testimonial .owl-nav .owl-prev,
#sec-03 .carousel-testimonial .owl-nav .owl-next {
  background: #8eb864;
  border-radius: 24px;
  width: 30px;
  height: 72px;
}

#sec-03 .carousel-testimonial .owl-nav .owl-prev:before,
#sec-03 .carousel-testimonial .owl-nav .owl-next:before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.ver-mais {
  font-size: 16px;
  color: #4e982e;
  text-decoration: none;
  display: block;
  font-weight: 700;
  width: 75px;
  height: 32px;
  margin: 0 auto;
  border-bottom: solid 1px #4e982e;
  transition: all 0.2s;
}

.ver-mais:hover {
  color: #3a7542;
  border-bottom: solid 1px #3a7542;
  transition: all 0.2s;
}

.icone-numeros {
  margin-right: 1.5rem;
  scale: 1.5;
}

.titulo-single {
  font-weight: 800;
  font-size: 64px;
  line-height: 72px;
  text-transform: uppercase;
}

.selos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

.selos img {
  margin-left: 10px;
}

.main-estrutura {
  background-color: #eef0e4 !important;
  padding: 70px 0;
}

.main-estrutura .titulo-principal-numeros,
.main-estrutura .titulo-principal-estrutura {
  text-align: center;
}

.main-estrutura .sub-titulo-estrutura {
  font-size: 24px;
  text-transform: uppercase;
  color: #060606;
  font-weight: 700;
  padding-top: 60px;
  padding-bottom: 20px;
}

.main-estrutura .espaco-estrutura {
  padding-bottom: 50px;
}

.main-carrossel-estrutura {
  padding-top: 35px;
}

.main-carrossel-estrutura img {
  border-radius: 24px;
  width: 352px;
  height: 352px;
  object-fit: cover;
}

#who {
  padding-top: 30px;
}

.sub-titulo-single {
  font-size: 16px;
  font-weight: 500;
  max-width: 550px;
  line-height: 24px;
  margin: 0 auto;
  padding-top: 40px;
}

.head-single {
  /* bottom: 22% !important; */
}

/* .carousel-caption {
  align-content: center;
  text-align: center;
  right: unset;
  left: unset;
  bottom: unset;
}

@media (max-width: 768px) {
  .carousel-caption {
    top: 25%;
  }
} */

.contratar-servicos {
  text-align: center;
}

.contratar-servicos .titulo-contratar {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #3a7542;
  text-transform: uppercase;
}

.contratar-servicos .conteudo-contratar {
  font-size: 24px;
  color: #060606;
  line-height: 32px;
  font-weight: 500;
  padding: 30px 0;
  margin-bottom: 30px;
}

.content-contratar-servicos {
  text-align: center;
}

.content-contratar-servicos .titulo-contratar-content {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #3a7542;
  padding: 20px 0;
  margin-bottom: 0;
}

.content-contratar-servicos .titulo-contratar-content sup {
  font-size: 16px;
  top: -1em;
}

.content-contratar-servicos .sub-titulo-contratar {
  font-size: 16px;
  color: #060606;
  line-height: 22px;
}

.content-contratar-servicos .img-contratar {
  border-radius: 24px;
  width: 160px;
  height: 160px;
}

.entre-contato {
  padding: 50px 0;
  text-align: center;
}

.entre-contato .titulo-solicite {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #3a7542;
  padding-bottom: 20px;
}

.entre-contato .btn-whats-servicos {
  margin: 0 auto;
}

.classificacao-residuos {
  padding: 70px 0;
}

.classificacao-residuos .titulo-principal-residuos {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #060606;
  text-transform: uppercase;
  padding-bottom: 50px;
}

.classificacao-residuos .residuos .img-residuos {
  width: 256px;
  height: 160px;
  border-radius: 24px;
}

.classificacao-residuos .residuos .titulo-residuos {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #3a7542;
  margin-bottom: 0;
  padding: 20px 0;
}

.classificacao-residuos .residuos .sub-titulo-residuos {
  font-size: 16px;
  line-height: 22px;
  color: #060606;
}

.carregamento-cacambas {
  padding: 50px 0;
}

.carregamento-cacambas .content-carregamento .titulo-carregamento {
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #3a7542;
  text-transform: uppercase;
  text-align: center;
}

.carregamento-cacambas .content-carregamento .sub-titulo-carregamento {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #060606;
  text-align: center;
  padding: 30px 0;
}

.carregamento-cacambas .content-carregamento .conteudo-carregamento {
  font-size: 16px;
  color: #060606;
  line-height: 22px;
  max-width: 920px;
  margin: 0 auto;
}

.paginacao {
  justify-content: center;
  display: flex;
  margin-top: 50px;
}

.page-link {
  color: #060606;
  font-size: 14px;
  background: transparent;
  border: 0;
}

.page-link:hover {
  color: #3a7542;
}

#sec-03 {
  background: #fafafa;
}

#sec-03 .titulo-faq {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #3a7542;
  margin-bottom: 40px;
}

#main-equipamentos {
  padding-top: 50px;
  padding-bottom: 200px;
}

#main-equipamentos .box-equipamentos {
  background-color: #fafafa;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.08),
    0px 4px 6px -4px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

#main-equipamentos .conteudo-equipamentos {
  padding: 20px 15px;
}

#main-equipamentos .conteudo-equipamentos ul {
  padding: 0;
  margin-bottom: 0;
}

#main-equipamentos .conteudo-equipamentos ul li {
  list-style: none;
  font-size: 14px;
}

#main-equipamentos .conteudo-equipamentos .titulo-equipamentos {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #3a7542;
  padding-bottom: 5px;
}

#main-equipamentos .conteudo-equipamentos .sub-titulo-equipamentos {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #060606;
}

#main-equipamentos .conteudo-equipamentos .titulo-dados-equipamentos {
  font-size: 14px;
  font-weight: 700;
  color: #060606;
  text-transform: uppercase;
}

#blog-home .blog-cards {
  margin-bottom: 50px;
}

#blog-home .paginacao {
  margin-top: 0;
  padding-bottom: 150px;
}

#main-single-blog {
  padding-top: 70px;
  padding-bottom: 0;
}

#main-single-blog .content-blog-single .titulo-single-blog {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #060606;
  padding-bottom: 20px;
}

#main-single-blog .content-blog-single .sub-titulo-single-blog {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #060606;
  padding-bottom: 20px;
}

#main-single-blog .content-blog-single .conteudo-single-blog {
  font-size: 16px;
  color: #060606;
  padding-bottom: 30px;
}

.main-ultimas-blog {
  padding-bottom: 200px !important;
}

.titulo-blog-single {
  font-weight: 800;
  font-size: 64px;
  line-height: 72px;
  text-transform: uppercase;
}

.parceiros {
  padding: 60px 0;
}

.parceiros .content-parceiros .texto-parceiros {
  font-size: 16px;
  line-height: 24px;
  color: #060606;
}

.carrossel-parceiros-single {
  padding: 60px 0;
}

.carrossel-parceiros-single .carousel-logos .owl-dots.disabled {
  display: none;
}

#content-lgpd {
  padding-top: 200px;
  padding-bottom: 150px;
}

#content-lgpd .texto-lgpd .titulo-lgpd {
  font-weight: 800;
  font-size: 64px;
  line-height: 72px;
  color: #060606;
  text-transform: uppercase;
  text-align: center;
}

#content-lgpd .texto-lgpd .conteudo-single-lgpd {
  font-size: 16px;
  line-height: 24px;
  color: #060606;
  padding-top: 50px;
}

#erro-404 {
  padding-top: 150px;
  padding-bottom: 110px;
  background: #ebebeb;
}

#erro-404 .main-404 {
  display: flex;
  justify-content: center;
  text-align: center;
}

#erro-404 .main-404 .titulo-404 {
  font-size: 310px;
  font-weight: 800;
  color: #4e982e;
  padding: 0;
  margin: 0;
}

#erro-404 .main-404 .sub-titulo-404 {
  font-size: 48px;
  color: #060606;
  font-weight: 800;
  text-transform: uppercase;
}

#erro-404 .main-404 .conteudo-404 {
  font-size: 16px;
  color: #060606;
}

#nova-busca .content-nova-busca {
  padding-top: 100px;
  padding-bottom: 200px;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

#nova-busca .content-nova-busca .titulo-nova-busca {
  font-size: 24px;
  color: #060606;
  font-weight: 700;
  padding-bottom: 30px;
}

#nova-busca .content-nova-busca .btn-nova-busca {
  margin: 0 auto;
  margin-top: 30px;
}

.titulo-contato {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 24px;
  color: #3a7542 !important;
  padding-bottom: 20px;
}

.conteudo-contato {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  max-width: 190px;
}

#sec-01 .atendimento .conteudo-contato,
#sec-01 .atendimento .conteudo-contato > * {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  max-width: 190px;
}

#sec-01 .atendimento .conteudo-contato a:hover {
  color: #4e982e;
}
.sub-titulo-contato {
  font-size: 16px;
  color: #060606;
}

.sub-titulo-contato img {
  margin-right: 5px;
}

.telefones-contato {
  font-size: 16px !important;
  color: #060606 !important;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.telefones-contato span {
  display: block;
}

.mapa-contato {
  padding-top: 80px;
  padding-bottom: 100px;
}

.mapa-contato iframe {
  border-radius: 24px;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    outline: 0;
  }

  .nav-link {
    margin-right: 0;
  }

  #sec-03 .titulo-faq {
    font-size: 24px;
  }

  #sec-03 .line:after {
    width: 10%;
  }

  #sec-03 .line:before {
    width: 10%;
  }

  .conteudo-contato {
    max-width: 100%;
  }

  .titulo-contato {
    padding-top: 30px;
  }

  .mapa-contato {
    padding-top: 35px;
  }

  #contato .titulo-faq {
    font-size: 24px;
  }

  #contato .line:after {
    width: 10%;
  }

  #contato .line:before {
    width: 10%;
  }

  #erro-404 {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  #erro-404 .main-404 .titulo-404 {
    font-size: 190px;
  }

  #erro-404 .main-404 .sub-titulo-404 {
    font-size: 32px;
    text-transform: none;
  }

  #nova-busca .content-nova-busca {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  #content-lgpd {
    padding-top: 150px;
    padding-bottom: 70px;
  }

  #content-lgpd .texto-lgpd .titulo-lgpd {
    font-size: 32px;
    line-height: 40px;
  }

  #content-lgpd .texto-lgpd .conteudo-single-lgpd {
    padding-top: 40px;
  }

  .carrossel-parceiros-single {
    padding-top: 10px;
    padding-bottom: 70px;
  }

  .content-blog-single {
    padding-bottom: 65px;
  }

  .main-ultimas-blog {
    padding-bottom: 90px !important;
  }

  .header-blog {
    width: 100%;
    left: 0;
    bottom: 20px !important;
  }

  .titulo-blog-single {
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
  }

  .icones-redes-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
  }

  #category {
    margin-top: 30px;
  }

  #blog-home .blog-cards {
    margin-bottom: 30px;
    border-radius: 16px;
    border: solid 1px #ebebeb;
    width: 352px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  #blog-home .blog-cards img {
    width: 320px;
    height: 256px;
    margin: 0 auto;
    object-fit: cover;
    margin-top: 16px;
    margin-bottom: 25px;
  }

  #blog-home .blog-cards-mobile {
    padding-left: 0 !important;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  #blog-home .paginacao {
    padding-bottom: 80px;
  }

  #main-equipamentos {
    padding-bottom: 70px;
  }

  #main-equipamentos .box-equipamentos {
    flex-direction: column;
  }

  #main-equipamentos .conteudo-equipamentos .titulo-equipamentos {
    text-align: center;
  }

  #services #sec-03,
  #contato #sec-03 {
    margin-top: 30px;
    padding: 65px 0;
  }

  #services #sec-03 .accordion,
  #contato #sec-03 .accordion {
    width: 352px !important;
    margin: 0 auto;
    padding-top: 15px !important;
  }

  .carregamento-cacambas .content-carregamento .titulo-carregamento {
    font-size: 24px;
    line-height: 32px;
  }

  .carregamento-cacambas .content-carregamento .titulo-carregamento:before {
    width: 15%;
  }

  .carregamento-cacambas .content-carregamento .titulo-carregamento:after {
    width: 15%;
  }

  .sub-titulo-single {
    display: none;
  }

  .titulo-single {
    margin-bottom: 0;
  }

  #main-contratar-servicos .titulo-contratar {
    font-size: 24px;
    line-height: 32px;
  }

  #main-contratar-servicos .content-contratar-servicos {
    display: flex;
    flex-direction: initial;
    align-items: center;
    text-align: left;
    padding-bottom: 30px;
  }

  #main-contratar-servicos .titulo-contratar-content {
    font-size: 32px;
    padding-top: 0;
    line-height: 32px;
    padding-bottom: 20px;
  }

  #main-contratar-servicos .texto-contratar {
    padding-left: 20px;
  }

  .titulo-single {
    font-size: 32px;
    line-height: 72px;
  }

  .img-single {
    height: 160px;
    object-fit: cover;
  }

  .entre-contato .titulo-solicite {
    font-size: 24px;
    line-height: 32px;
  }

  .classificacao-residuos {
    padding: 40px 0;
  }

  .classificacao-residuos .titulo-principal-residuos {
    font-size: 24px;
    line-height: 32px;
  }

  /* .main-carrossel-residuos .residuos {
    max-width: 250px;
  } */

  #who {
    padding-top: 0;
  }

  #who img {
    margin: 20px 50px;
  }

  .selos {
    flex-direction: column;
    padding-top: 40px;
    align-items: center;
  }

  .selos img {
    width: 96px;
    height: 96px;
    margin-top: 15px;
  }

  .main-estrutura {
    padding: 60px 0;
  }

  .main-estrutura .titulo-estrutura-mobile {
    padding-bottom: 20px;
    padding-top: 0;
  }

  .main-estrutura .sub-titulo-estrutura {
    font-size: 16px;
    padding-top: 35px;
    padding-bottom: 15px;
  }

  .main-estrutura .espaco-estrutura {
    padding-bottom: 30px;
  }

  .main-carrossel-estrutura {
    padding-top: 10px;
  }

  .main-carrossel-estrutura img {
    margin: 0 auto;
  }

  .main-carrossel-estrutura .slick-dots li button:before {
    font-size: 30px;
  }

  .main-carrossel-estrutura .slick-dots li.slick-active button:before {
    /* color: #3a7542; */
    background: #3a7542;
    opacity: 100;
  }

  .main-carrossel-estrutura .slick-dots li button:before {
    opacity: 100;
    color: transparent;
    border: solid 1px #3a7542;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    line-height: 11px;
    font-size: 10px;
  }

  .budget {
    padding: 65px 0;
  }

  .orcamento-mobile {
    justify-content: center;
    display: flex;
  }

  .orcamento {
    display: block;
    height: 100%;
    float: none;
  }

  .caminhao-rodape {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
    display: block;
  }

  .titulo-orcamento {
    padding: 20px 0;
  }

  .footer h5 {
    text-align: center;
    margin-top: 30px;
  }

  .footer p {
    text-align: center;
  }

  .endereco-rodape {
    max-width: 270px;
    margin: 0 auto;
  }

  .lista-telefone {
    justify-content: center;
  }

  .horario-rodape {
    margin: 0 auto;
  }

  .link-rodape {
    display: block;
    text-align: center;
  }

  .icones-mobile {
    text-align: center;
  }

  .icones-rodape {
    margin-right: 0;
    margin-left: 10px;
  }

  .espaco-mobile {
    padding-left: 15px !important;
  }

  .footer iframe {
    margin: 0 auto;
    display: block;
    width: 350px;
  }

  .mouse {
    display: none;
  }

  header {
    background: #fafafa;
  }

  #banner {
    padding-top: 65px;
  }

  #banner .carousel-indicators {
    top: 85%;
  }

  .titulo-principal {
    font-size: 32px;
    line-height: 40px;
    max-width: 350px;
    margin-bottom: 0 !important;
  }

  .titulo-principal-numeros,
  .titulo-principal-estrutura {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    padding-top: 15px;
    padding-bottom: 0;
    text-transform: none;
  }

  .titulo-numeros {
    font-size: 24px;
    text-align: center;
    padding-top: 10px;
  }

  .titulo-destaque {
    font-size: 24px;
    text-align: center;
  }

  .icone-numeros {
    margin-right: 0;
    margin-top: 30px;
  }

  .titulo-carrossel-servicos {
    font-size: 24px;
    text-align: center;
    line-height: 32px;
    text-transform: none;
  }

  #home #sec-02 {
    padding: 60px 0;
  }

  #home #sec-02 .owl-carousel {
    width: 352px;
    margin: 0 auto;
  }

  #sec-03 {
    padding: 60px 0;
  }

  #sec-03 .titulo-depoimentos {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-transform: none;
  }

  #sec-03 .owl-carousel {
    width: 352px;
    margin: 0 auto;
  }

  #sec-03 .owl-dots {
    margin-top: 48px;
  }

  #sec-03 .owl-dot {
    border: solid 1px #3a7542;
  }

  #sec-03 .owl-dot.active {
    background: #3a7542;
  }

  #sec-04 {
    padding: 40px 0;
  }

  #sec-04 .carousel-logos .owl-dots.disabled {
    display: none;
  }

  #sec-05 {
    padding: 0;
  }

  #sec-05 .titulo-ultimas-blog {
    font-size: 24px;
    line-height: 32px;
    text-transform: none;
  }

  #sec-05 .line:after,
  #sec-05 .line:before {
    width: 16%;
    top: 50%;
  }

  #sec-05 .blog {
    padding-top: 0;
    margin-top: 0 !important;
  }

  #sec-05 .blog-mobile {
    padding-top: 50px;
  }

  #sec-05 .foto-blog,
  #blog-home .blog-cards .foto-blog {
    display: block;
    margin: 0 auto;
    width: 320px;
    height: 256px;
    object-fit: cover;
    margin-top: 16px;
  }

  #sec-05 .data-blog {
    padding-top: 18px;
  }

  #sec-05 .box-blog {
    border: solid 1px #ebebeb;
    border-radius: 24px;
    margin: 0 32px;
    margin-bottom: 30px;
    max-width: none;
  }

  #sec-05 .ler-mais {
    margin-bottom: 16px;
  }

  .btn-banner {
    font-size: 10px;
    padding: 10px 15px;
  }

  #home .carousel-caption {
    bottom: 50px;
    left: 0;
    width: 100%;
    align-content: center;
    text-align: center;
  }

  #home .carousel .carousel-item img {
    width: 100%;
    object-fit: cover;
  }

  @media (max-width: 768px) {
    #home .carousel .carousel-item img {
      width: 100%;
      height: 33vh;
    }
    .carousel-400px .carousel-item {
      height: 33vh !important;
      max-height: 33vh !important;
    }
  }

  .text {
    text-align: center;
  }

  .carousel-services .owl-nav {
    top: 30%;
  }

  .carousel-testimonial .owl-nav {
    top: 123%;
  }

  .carousel-logos .owl-nav {
    top: 100%;
  }

  footer .budget h4.slab {
    text-align: center;
    margin: 20px 0;
  }

  .carousel-caption p {
    display: none;
  }

  #contato .btn-duvidas {
    font-size: 16px;
    text-align: left;
    width: 80%;
  }

  .icon-btn {
    position: absolute;
    right: 20px;
  }

  .truck2 {
    display: none;
  }

  .form-orcamento input,
  .form-orcamento select,
  .form-orcamento textarea {
    background: #fff;
  }
}

@media (max-width: 992px) {
  #blog-home .blog-cards-mobile {
    padding-left: 0 !important;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  #sec-01 .wpcf7 .btn-form {
    width: 160px;
  }
}

@media (min-width: 992px) {
  .carousel-indicators {
    bottom: 45%;
  }

  #home .carousel-caption {
    bottom: 42%;
  }

  .truck {
    position: absolute;
    bottom: 10px;
  }

  .col-lg-extra-1 {
    max-width: 23%;
  }

  .col-lg-extra-2 {
    max-width: 18%;
  }

  .carousel-caption {
    /* bottom: 30%; */
  }

  #quem-somos #sec-02,
  #laboratorio #sec-02,
  #obras #sec-03,
  #single #sec-02 {
    padding-bottom: 70px;
  }

  .neto {
    margin-bottom: 500px;
  }

  #orcamento #sec-01 p {
    padding-right: 12.5rem;
  }

  .nav-item {
    position: relative;
  }

  .nav-item:before {
    content: "";
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 5%;
  }

  #quem-somos .nav-item:nth-child(1):before,
  #services .nav-item:nth-child(2):before,
  #equipamentos .nav-item:nth-child(3):before,
  #parceiros .nav-item:nth-child(4):before,
  #blog .nav-item:nth-child(5):before,
  #contato .nav-item:nth-child(6):before {
    background: #4e982e;
  }
}

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

@media (min-width: 769px) {
  main {
    /* padding-top: 104px; */
    padding-top: 90px;
  }
  .carousel .carousel-inner .carousel-item img {
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
    object-position: center;
  }
  .carousel .carousel-inner .carousel-item {
    max-height: 80vh;
    /* display: flex; */
    align-items: center;
    justify-content: center;
  }
}

.card .card-header button .arrow {
  width: 16px;
}

.opacity {
  display: none;
  height: 999vh;
  width: 100vw;
  background-color: #000;
  opacity: 0.48;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

@media (max-width: 1199px) {
  /* header.opacity */
  main:has(.header):has(.navbar-menu):has(.container):has(#NavBarSite.show)
    .opacity {
    display: block;
  }
  header {
    z-index: 1050 !important;
  }

  html:has(body):has(main):has(.header):has(.navbar-menu):has(.container):has(
      #NavBarSite.show
    ) {
    overflow-y: hidden !important;
  }
}

footer .whatsapp-btn {
  position: relative;
  /* bottom: 180px;
  right: 2vw; */
  z-index: 99;
}
footer .btn-flutuantes {
  position: fixed;
  bottom: 2vh;
  right: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

footer .btn-flutuantes .btn-fechar-reviews {
  position: absolute;
  bottom: 140px;
  right: 13px;
  z-index: 999;
  cursor: pointer;
}

footer .btn-flutuantes .wpac {
  /* position: fixed !important;
  bottom: 10px !important;
  right: 15px !important; */
  width: 250px !important;
  height: 170px !important;
  background-color: #fff !important;
  border-radius: 24px !important;
  z-index: 98;
  /* COLOCAR BORDER?????? */
  border: 1px solid #8eb864 !important;
}

@media (max-width: 992px) {
  /* footer .whatsapp-btn {
    bottom: 2vh;
    right: 2vw;
  } */

  /* footer .wpac {
    display: none !important;
  } */
}

#home #sec-05 .container-2-card,
#sec-05 .container-2-card,
#blog-home .container-2-card {
  max-width: 310px;
}

#home #sec-05 .container-2-card h3,
#sec-05 .container-2-card h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#blog-home .blog .container-2-card h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.carousel-400px .carousel-item {
  max-height: 80vh !important;
}

#sec-01 .wpcf7 .btn-form {
  border: 1px solid #4e982e;
  color: #4e982e;
  background: none;
}
#sec-01 .wpcf7 .btn-form:hover {
  border: 1px solid #214727;
  color: #fff;
  background: #214727;
}

.carousel-services .owl-nav .owl-prev:hover,
.carousel-services .owl-nav .owl-next:hover,
#sec-02 .owl-nav button:hover,
#sec-03 .owl-nav button:hover {
  background: #214727 !important;
}

#lgpd {
  margin: 64px auto 146px;
}

#lgpd .title {
  text-align: center;
  font-size: 64px;
  line-height: 72px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 40px auto;
}

#lgpd .content {
  margin: 20px auto;
}

@media (max-width: 992px) {
  #lgpd .title {
    margin: 100px auto 40px;
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  #lgpd .title {
    margin: 148px auto 40px;
    font-size: 32px;
    line-height: 40px;
  }
}

/* @media (min-width: 993px) {
	.footer .links-uteis {
		margin-top: 2rem !important;
	}
} */

.wp_pagination {
  margin: 0 auto 64px;
}

.wp_pagination a {
  color: #060606;
}

#main-equipamentos .paginacao ul {
  list-style: none;
  display: flex;
  padding: 0;
}
#main-equipamentos .paginacao ul li {
  margin: 24px 8px 64px;
}
#main-equipamentos .paginacao ul li a {
  color: black;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

span.wpcf7-list-item {
  position: relative;
  margin: 10px 20px 10px 0;
}

/* .form-contato input[type="radio"] {
	position: absolute;
	left: -17px;
	top: 5px;
} */

.form-contato .title-form {
  margin-left: 4px;
  margin-bottom: 0;
}

.form-group {
  color: #5e5d5d;
}

.wpcf7-textarea {
  height: 96px !important;
}

.form-group .bairro span {
  width: 49%;
}

.form-contato input[type="radio"] {
  box-shadow: none;
  accent-color: #5e5d5d;
}
.form-contato input[type="radio"]:focus {
  box-shadow: none;
  accent-color: #5e5d5d;
}

#banner-desktop {
  @media (max-width: 768px) {
    display: none !important;
  }
}

#banner-mobile {
  @media (min-width: 769px) {
    display: none !important;
  }
}
