@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  text-decoration: none;
}

.titulo, .subtitulo {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

.botao {
  cursor: pointer;
  margin: 0 auto;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  color: #fff;
  background: green;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (min-width: 600px) {
  .botao {
    padding: 15px 55px 15px 55px;
    font-size: 38px;
  }
}
@media only screen and (max-width: 600px) {
  .botao {
    padding: 15px;
    font-size: 30px;
  }
}
.botao:hover, .botao:focus {
  color: #fff;
  background: orange;
}

@media only screen and (min-width: 600px) {
  .borda {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .borda {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
}

body {
  background: #f6f6f6;
}

address {
  font-style: normal;
}

p, address, a {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}

.botao_whatsapp {
  width: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: none;
  cursor: pointer;
}
.botao_whatsapp img {
  width: 100%;
  display: block;
}

.central {
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .central {
    width: 1000px;
  }
}
@media only screen and (max-width: 600px) {
  .central {
    width: 95%;
  }
}
.central:after {
  content: " ";
  clear: both;
  display: block;
}

.sessao {
  width: 100%;
  float: left;
}

.destaque {
  background: #07532b;
  padding-top: 50px;
  padding-bottom: 50px;
}
.destaque .bloco {
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .destaque .bloco {
    width: 50%;
  }
}
.destaque .bloco .logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .destaque .bloco .logo {
    height: 60px;
  }
}
.destaque .bloco .titulo {
  font-size: 38px;
  color: #67ee9a;
  text-align: center;
  margin-bottom: 20px;
}
.destaque .bloco .video {
  width: 100%;
  margin-bottom: 20px;
}
.destaque .bloco .video img {
  width: 100%;
  display: block;
  cursor: pointer;
}
.destaque .bloco p {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.servicos {
  background: #b1d6c2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.servicos .item {
  float: left;
}
@media only screen and (min-width: 600px) {
  .servicos .item {
    width: 33.33%;
  }
}
.servicos .item .espacamento {
  background: #b1d6c2;
  margin: 10px;
  padding: 25px;
}
.servicos .item .espacamento img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.servicos .item .espacamento .titulo {
  color: #009439;
  text-align: center;
  margin-bottom: 5px;
}
.servicos .item .espacamento p {
  font-size: 20px;
  text-align: center;
  color: #25342c;
}

.sobre {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sobre .conteudo {
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .sobre .conteudo {
    width: 80%;
  }
}
.sobre .conteudo:after {
  content: " ";
  clear: both;
  display: block;
}
@media only screen and (min-width: 600px) {
  .sobre .conteudo .img {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 600px) {
  .sobre .conteudo .img {
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
  }
}
@media only screen and (max-width: 380px) {
  .sobre .conteudo .img {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
  }
}
.sobre .conteudo .bloco {
  float: left;
}
@media only screen and (min-width: 600px) {
  .sobre .conteudo .bloco {
    width: 45%;
    margin-left: 30px;
  }
}
.sobre .conteudo .bloco .titulo {
  font-size: 30px;
  color: #0b9349;
  margin-bottom: 10px;
}
.sobre .conteudo .bloco p {
  font-size: 22px;
  color: #25342c;
}

.depoimentos {
  background: #07532c;
  padding-top: 50px;
  padding-bottom: 50px;
}
.depoimentos .titulo_depoimento {
  margin: 0 auto;
  font-size: 40px;
  color: #67ee9a;
  text-align: center;
  margin-bottom: 12px;
}
@media only screen and (min-width: 600px) {
  .depoimentos .titulo_depoimento {
    width: 75%;
  }
}
@media only screen and (min-width: 600px) {
  .depoimentos .desc_depoimento {
    width: 90%;
    margin: 0 auto;
  }
}
.depoimentos .desc_depoimento p {
  font-size: 22px;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .depoimentos .desc_depoimento p {
    width: 70%;
    margin: 0 auto;
  }
}
.depoimentos .grid_depoimentos {
  margin-top: 20px;
  margin-bottom: 20px;
}
.depoimentos .grid_depoimentos:after {
  content: " ";
  clear: both;
  display: block;
}
.depoimentos .grid_depoimentos .depoimento {
  float: left;
}
@media only screen and (min-width: 600px) {
  .depoimentos .grid_depoimentos .depoimento {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .depoimentos .grid_depoimentos .depoimento {
    width: 100%;
  }
}
.depoimentos .grid_depoimentos .depoimento .espacamento {
  margin: 15px;
}
.depoimentos .grid_depoimentos .depoimento .espacamento img {
  width: 100%;
  display: block;
}

.todos_servicos {
  margin-bottom: 20px;
}
.todos_servicos:after {
  content: " ";
  clear: both;
  display: block;
}
.todos_servicos .titulo_servico {
  text-align: center;
  font-size: 40px;
  color: #67ee9a;
  margin-bottom: 20px;
}
.todos_servicos .espacamento {
  padding: 20px;
  border: 4px solid #38955b;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.todos_servicos .espacamento:after {
  content: " ";
  clear: both;
  display: block;
}
.todos_servicos .lista .titulo {
  float: left;
  color: #fff;
  margin-bottom: 8px;
}
@media only screen and (min-width: 600px) {
  .todos_servicos .lista .titulo {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .todos_servicos .lista .titulo {
    width: 100%;
  }
}
.todos_servicos .lista .titulo:before {
  content: "> ";
  color: #67ee9a;
}

.rodape {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .rodape {
    padding-bottom: 70px;
  }
}
.rodape .rodape_info {
  margin-bottom: 20px;
}
.rodape .rodape_info:after {
  content: " ";
  clear: both;
  display: block;
}
.rodape .rodape_info .item {
  float: left;
}
@media only screen and (min-width: 600px) {
  .rodape .rodape_info .item {
    width: 25%;
  }
}
@media only screen and (max-width: 600px) {
  .rodape .rodape_info .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .rodape .rodape_info .item:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 600px) {
  .rodape .rodape_info .item .espacamento {
    margin-right: 40px;
  }
}
.rodape .rodape_info .item .espacamento .img_rodape {
  margin-top: 20px;
  display: block;
}
@media only screen and (min-width: 600px) {
  .rodape .rodape_info .item .espacamento .img_rodape {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .rodape .rodape_info .item .espacamento .img_rodape {
    height: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.rodape .rodape_info .item .espacamento .txt {
  color: #000;
  font-size: 20px;
}
.rodape .rodape_info .item .espacamento .txt strong {
  color: #07532b;
  display: block;
  margin-bottom: 10px;
}
.rodape .rodape_creditos {
  border-top: 2px dotted #019748;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rodape .rodape_creditos li {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
}
.rodape .rodape_creditos li a {
  font-size: 15px;
  color: #07532b;
}
.rodape .rodape_creditos li a:hover, .rodape .rodape_creditos li a:focus {
  color: #019748;
}
.rodape .rodape_creditos .creditos {
  float: right;
}
@media only screen and (max-width: 600px) {
  .rodape .rodape_creditos .creditos {
    width: 200px;
    margin-top: 20px;
    float: left;
  }
  .rodape .rodape_creditos .creditos img {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .rodape .rodape_creditos .creditos {
    width: 200px;
  }
  .rodape .rodape_creditos .creditos img {
    width: 100%;
    display: block;
  }
}

/**TERMOS**/
.termos_header {
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #07532c;
}
@media only screen and (max-width: 600px) {
  .termos_header img {
    width: 200px;
    display: block;
  }
}
.termos_header:after {
  content: " ";
  clear: both;
  display: block;
}
.termos_header img {
  display: block;
  margin: 0 auto;
}

.termos_uso {
  padding-top: 50px;
  padding-bottom: 50px;
}
.termos_uso .titulo {
  color: #07532c;
}
.termos_uso .subtitulo {
  margin-top: 10px;
  margin-bottom: 10px;
}

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