* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topo {
  width: 100%;
  background: url("./images/bg_slide.jpg") no-repeat top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 100px;
}

.topo .animais {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.topo .animais img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}

.topo .logo {
  margin-top: 25px;
}

.topo .chamada {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 139px;
}

@media (max-width: 1024px) {
  .topo .chamada {
    margin-top: 50px;
  }
}

.topo .chamada .tit1 {
  font-family: "gilroy-lightuploaded_file";
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 7px;
  text-align: center;
  color: #4c4c4c;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .topo .chamada .tit1 {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

.topo .chamada h1 {
  font-family: "gilroy-bolduploaded_file";
  font-size: 35px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 7px;
  text-align: center;
  color: #4c4c4c;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .topo .chamada h1 {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

.topo .chamada .tit2 {
  font-family: "gilroy-bolduploaded_file";
  font-size: 77.5px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 15.5px;
  text-align: left;
  color: #5fa79f;
}

@media (max-width: 1024px) {
  .topo .chamada .tit2 {
    font-size: 50px;
    letter-spacing: 5px;
  }
}

.topo .chamada .tit3 {
  font-family: "gilroy-bolduploaded_file";
  font-size: 35px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 7px;
  text-align: left;
  text-transform: uppercase;
  color: #4c4c4c;
}

@media (max-width: 1024px) {
  .topo .chamada .tit3 {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

.topo p {
  font-family: "gilroy-lightuploaded_file";
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-top: 56px;
}

.topo .title-servicos {
  font-family: "gilroy-lightuploaded_file";
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.9px;
  text-align: center;
  color: #5fa79f;
  margin-top: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .topo .title-servicos {
    margin-top: 80px;
  }
}

.topo .title-servicos img {
  margin-top: 10px;
}

.servicos {
  width: 100%;
  background: #5fa79f;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  position: relative;
}

.servicos:before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 85px;
  background: url("./images/div.png") no-repeat;
}

@media (max-width: 1024px) {
  .servicos:before {
    display: none;
  }
}

.servicos .fundo_servicos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.servicos .fundo_servicos .item {
  margin: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "gilroy-bolduploaded_file";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.servicos .fundo_servicos .item img {
  margin-bottom: 10px;
}

.servicos .contato {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 120px;
}

.servicos .contato .title {
  font-family: "gilroy-bolduploaded_file";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.2px;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.servicos .contato .title2 {
  font-family: "gilroy-bolduploaded_file";
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.2px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-bottom: 5px;
}

.servicos .contato .redes {
  margin-bottom: 30px;
}

.servicos .contato .redes a {
  margin: 0 10px;
}

.servicos .contato .horarios, .servicos .contato .horarios a {
  text-decoration: none;
  font-family: "gilroy-lightuploaded_file";
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.servicos .macaw {
  margin-top: 50px;
}
/*# sourceMappingURL=style.css.map */