/* line 1, ../scss/main.scss */
* {
  outline: none;
  font-family: 'Lato', sans-serif;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* line 9, ../scss/main.scss */
body {
  overflow-x: hidden;
  position: relative;
}
/* line 12, ../scss/main.scss */
body:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/background-home.png);
  background-size: initial;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  height: 47%;
}

/* line 27, ../scss/main.scss */
.resp-menu {
  display: none;
}

/* line 30, ../scss/main.scss */
#msgs_contato {
  height: 20px;
  overflow: hidden;
  display: block;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
}

/* line 38, ../scss/main.scss */
header {
  width: 100vw;
  height: 175px;
}
/* line 41, ../scss/main.scss */
header #header-wrapper {
  max-width: 1545px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 50, ../scss/main.scss */
header #header-wrapper .header-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 54, ../scss/main.scss */
header #header-wrapper .header-logo img {
  width: 310px;
  height: auto;
}
/* line 60, ../scss/main.scss */
header #header-wrapper .header-menu ul {
  width: 615px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}
/* line 66, ../scss/main.scss */
header #header-wrapper .header-menu ul li {
  cursor: pointer;
}
/* line 68, ../scss/main.scss */
header #header-wrapper .header-menu ul li a {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: #49534f;
  transition: all 300ms ease;
}
/* line 74, ../scss/main.scss */
header #header-wrapper .header-menu ul li a:hover {
  color: #9c7710;
}
/* line 77, ../scss/main.scss */
header #header-wrapper .header-menu ul li a:hover > span {
  opacity: 1;
}
/* line 80, ../scss/main.scss */
header #header-wrapper .header-menu ul li a span {
  display: block;
  position: absolute;
  top: 22px;
  left: calc(50% - 3px);
  background: transparent;
  opacity: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #9c7710;
  border-radius: 80%;
  transition: all 300ms ease;
}
/* line 95, ../scss/main.scss */
header #header-wrapper .header-menu ul li:nth-child(4) {
  width: 215px;
  height: 40px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
/* line 102, ../scss/main.scss */
header #header-wrapper .header-menu ul li:nth-child(4) a {
  font-size: 14px;
  color: #0e9048;
}

/* line 115, ../scss/main.scss */
.slick-track {
  padding: 25px 0;
}

/* line 119, ../scss/main.scss */
section {
  margin: 0 auto 120px;
}

/* line 123, ../scss/main.scss */
section#banners .wrapper-banners {
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
/* line 130, ../scss/main.scss */
section#banners .wrapper-banners .banner {
  background-color: #e2e9e6;
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-y: visible;
  margin: 30px 0;
}
/* line 140, ../scss/main.scss */
section#banners .wrapper-banners .banner p {
  font-size: 50px;
  font-weight: 900;
  text-align: left;
  align-items: center;
  color: #242524;
  max-width: 300px;
  width: 100%;
  margin: 215px 0 0 95px;
  z-index: 1;
}
/* line 151, ../scss/main.scss */
section#banners .wrapper-banners .banner .banner-img {
  max-width: 865px;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  margin-top: 0;
}
/* line 160, ../scss/main.scss */
section#banners .wrapper-banners .banner .banner-img .counter {
  position: absolute;
  z-index: 3;
  display: flex;
  right: 40px;
  top: 100px;
}
/* line 166, ../scss/main.scss */
section#banners .wrapper-banners .banner .banner-img .counter p {
  font-size: 42px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  margin: 0;
}
/* line 172, ../scss/main.scss */
section#banners .wrapper-banners .banner .banner-img .counter .atual {
  color: white;
  width: 65px;
}
/* line 176, ../scss/main.scss */
section#banners .wrapper-banners .banner .banner-img .counter .total {
  color: rgba(255, 255, 255, 0.6);
  width: 155px;
}
/* line 182, ../scss/main.scss */
section#banners .wrapper-banners .banner .banner-img .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  z-index: 1;
  top: 25px;
  right: 45px;
}
/* line 201, ../scss/main.scss */
section#banners .wrapper-banners .banner .banner-img:before {
  content: "";
  position: absolute;
  top: -25px;
  bottom: 25px;
  left: 0;
  right: 0;
  background-color: #002f1e;
}

/* line 213, ../scss/main.scss */
section#pares {
  max-width: 100vw;
  width: 95%;
}
/* line 217, ../scss/main.scss */
section#pares .par-wrapper:nth-child(even) .par {
  flex-direction: row-reverse;
}
/* line 219, ../scss/main.scss */
section#pares .par-wrapper:nth-child(even) .par .par-desc {
  margin-left: 0px;
  margin-right: 10px;
}
/* line 225, ../scss/main.scss */
section#pares .par-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 160px;
}
/* line 229, ../scss/main.scss */
section#pares .par-wrapper .par {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
/* line 233, ../scss/main.scss */
section#pares .par-wrapper .par .par-img {
  max-width: 500px;
  width: 100%;
  max-height: 600px;
  position: relative;
  display: flex;
  justify-content: center;
}
/* line 240, ../scss/main.scss */
section#pares .par-wrapper .par .par-img:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 20px;
  bottom: -20px;
  right: -20px;
  border: 2px solid #d2d7d7;
}
/* line 250, ../scss/main.scss */
section#pares .par-wrapper .par .par-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 256, ../scss/main.scss */
section#pares .par-wrapper .par .par-desc {
  max-width: 400px;
  width: 100%;
  margin-left: 30px;
}
/* line 260, ../scss/main.scss */
section#pares .par-wrapper .par .par-desc h2 {
  font-size: 35px;
  color: #9c7710;
  font-weight: 900;
  margin-bottom: 100px;
  position: relative;
}
/* line 266, ../scss/main.scss */
section#pares .par-wrapper .par .par-desc h2 img {
  position: absolute;
  top: 45px;
  left: 130px;
}
/* line 272, ../scss/main.scss */
section#pares .par-wrapper .par .par-desc p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 35px;
  color: #63716c;
  line-height: 30.5px;
}

/* line 283, ../scss/main.scss */
section#bem_vindo {
  text-align: center;
  max-width: 100%;
  width: 95%;
}
/* line 287, ../scss/main.scss */
section#bem_vindo h1.welcome {
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 60px;
  color: #333434;
  position: relative;
}
/* line 293, ../scss/main.scss */
section#bem_vindo h1.welcome img {
  position: absolute;
  top: 62px;
  transform: translateX(-290px);
}
/* line 299, ../scss/main.scss */
section#bem_vindo p.welcome {
  font-size: 18px;
  line-height: 30.5px;
  color: #333b38;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

/* line 308, ../scss/main.scss */
section#contato {
  max-width: 100%;
  width: 95%;
}
/* line 311, ../scss/main.scss */
section#contato h4 {
  font-size: 35px;
  font-weight: 900;
  color: #a28020;
  text-align: center;
  margin: 0 auto 120px;
  max-width: 300px;
  position: relative;
}
/* line 319, ../scss/main.scss */
section#contato h4 img {
  position: absolute;
  top: 55px;
  right: -42px;
}
/* line 325, ../scss/main.scss */
section#contato .form-wrapper {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
/* line 331, ../scss/main.scss */
section#contato .form-wrapper .endereco {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* line 335, ../scss/main.scss */
section#contato .form-wrapper .endereco a {
  text-decoration: none;
  padding: 5px 0;
}
/* line 338, ../scss/main.scss */
section#contato .form-wrapper .endereco a.email {
  padding: 14px 0;
}
/* line 342, ../scss/main.scss */
section#contato .form-wrapper .endereco p, section#contato .form-wrapper .endereco a {
  margin-bottom: 25px;
  font-size: 18px;
  color: #63716c;
  display: flex;
  align-items: flex-start;
}
/* line 348, ../scss/main.scss */
section#contato .form-wrapper .endereco p img, section#contato .form-wrapper .endereco a img {
  margin-right: 10px;
  margin-top: 5px;
}
/* line 353, ../scss/main.scss */
section#contato .form-wrapper .endereco a.fone {
  color: #288463;
  cursor: pointer;
  padding: 14px 0;
}
/* line 359, ../scss/main.scss */
section#contato .form-wrapper .contato-form {
  max-width: 480px;
  width: 100%;
}
/* line 362, ../scss/main.scss */
section#contato .form-wrapper .contato-form #form-contato {
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* line 366, ../scss/main.scss */
section#contato .form-wrapper .contato-form #form-contato input[type="text"], section#contato .form-wrapper .contato-form #form-contato input[type="email"] {
  width: 100%;
  border: 1px solid #e2e9e6;
  padding: 13.5px 10px;
  margin-bottom: 10px;
  font-size: 16.5px;
  color: #a1aca8;
}
/* line 373, ../scss/main.scss */
section#contato .form-wrapper .contato-form #form-contato input[type="text"]::placeholder, section#contato .form-wrapper .contato-form #form-contato input[type="email"]::placeholder {
  color: #a1aca8;
  font-size: 16.5px;
}
/* line 378, ../scss/main.scss */
section#contato .form-wrapper .contato-form #form-contato textarea {
  max-width: 480px;
  width: 100%;
  border: 1px solid #e2e9e6;
  padding: 10px;
  height: 170px;
  margin-bottom: 10px;
  color: #a1aca8;
  resize: none;
  font-size: 16.5px;
}
/* line 388, ../scss/main.scss */
section#contato .form-wrapper .contato-form #form-contato textarea::placeholder {
  color: #a1aca8;
  font-size: 16.5px;
}
/* line 393, ../scss/main.scss */
section#contato .form-wrapper .contato-form #form-contato button[type="submit"] {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #002f1e;
  color: #002f1e;
  background-color: white;
  height: 60px;
  cursor: pointer;
}
/* line 402, ../scss/main.scss */
section#contato .form-wrapper .contato-form #form-contato button[type="submit"]:active {
  color: white;
  background-color: #002f1e;
  border-color: white;
}

/* line 412, ../scss/main.scss */
section#area_de_atuacao {
  width: 100vw;
  background-color: #e2e9e6;
}
/* line 415, ../scss/main.scss */
section#area_de_atuacao .area-wrapper {
  max-width: 1145px;
  width: 95%;
  margin: 0 auto;
  padding: 105px 0 135px;
}
/* line 420, ../scss/main.scss */
section#area_de_atuacao .area-wrapper .area_titulo_desc {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 425, ../scss/main.scss */
section#area_de_atuacao .area-wrapper .area_titulo_desc h3 {
  color: #323333;
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 90px;
  position: relative;
}
/* line 431, ../scss/main.scss */
section#area_de_atuacao .area-wrapper .area_titulo_desc h3 img {
  position: absolute;
  top: 62px;
  left: -50px;
}
/* line 437, ../scss/main.scss */
section#area_de_atuacao .area-wrapper .area_titulo_desc p {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 85px;
  color: #002f1e;
}
/* line 444, ../scss/main.scss */
section#area_de_atuacao .area-wrapper .areas {
  display: flex;
  flex-wrap: wrap;
}
/* line 447, ../scss/main.scss */
section#area_de_atuacao .area-wrapper .areas .area {
  width: calc(25% - 68px);
  margin-right: 68px;
  margin-bottom: 120px;
  position: relative;
}
/* line 452, ../scss/main.scss */
section#area_de_atuacao .area-wrapper .areas .area .area-title {
  font-weight: 900;
  color: #323333;
  font-size: 25px;
  margin-bottom: 30px;
  hyphens: auto;
}
/* line 459, ../scss/main.scss */
section#area_de_atuacao .area-wrapper .areas .area .area-desc {
  font-weight: 400;
  font-size: 18px;
  color: #424947;
}
/* line 464, ../scss/main.scss */
section#area_de_atuacao .area-wrapper .areas .area .area-number {
  font-size: 97.3px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #002f1e;
  position: absolute;
  top: -69px;
  left: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

/* line 479, ../scss/main.scss */
footer {
  width: 100vw;
}
/* line 481, ../scss/main.scss */
footer .footer-wrapper {
  max-width: 1640px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  background-color: #002f1e;
}
/* line 489, ../scss/main.scss */
footer .footer-wrapper .wrappity {
  max-width: 365px;
}
/* line 491, ../scss/main.scss */
footer .footer-wrapper .wrappity .sobr-at-cont {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 35px;
}
/* line 496, ../scss/main.scss */
footer .footer-wrapper .wrappity .sobr-at-cont a {
  font-weight: 700;
  font-size: 16px;
  color: #ebebeb;
  text-decoration: none;
  padding: 16px 5px;
}
/* line 504, ../scss/main.scss */
footer .footer-wrapper .wrappity .soc-media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
/* line 510, ../scss/main.scss */
footer .footer-wrapper .wrappity .soc-media a:nth-child(1) {
  border: 2px solid #03794e;
  width: 215px;
  height: 40px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-decoration: none;
  transition: all 300ms ease;
  position: relative;
}
/* line 520, ../scss/main.scss */
footer .footer-wrapper .wrappity .soc-media a:nth-child(1) img {
  width: 25px;
}
/* line 523, ../scss/main.scss */
footer .footer-wrapper .wrappity .soc-media a:nth-child(1) img:nth-child(1) {
  transition: all 300ms ease;
}
/* line 526, ../scss/main.scss */
footer .footer-wrapper .wrappity .soc-media a:nth-child(1) img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 6px;
  left: 16.5px;
  transition: all 300ms ease;
}
/* line 533, ../scss/main.scss */
footer .footer-wrapper .wrappity .soc-media a:nth-child(1):hover {
  border-color: #29d166;
}
/* line 536, ../scss/main.scss */
footer .footer-wrapper .wrappity .soc-media a:nth-child(1):hover > p {
  color: #29d166;
}
/* line 539, ../scss/main.scss */
footer .footer-wrapper .wrappity .soc-media a:nth-child(1):hover > img:nth-child(2) {
  opacity: 1;
}
/* line 545, ../scss/main.scss */
footer .footer-wrapper .wrappity .soc-media a:nth-child(1) p {
  transition: all 300ms ease;
  font-size: 14px;
  color: #03794e;
}
/* line 551, ../scss/main.scss */
footer .footer-wrapper .wrappity .soc-media a:nth-child(2) {
  border: 1px solid transparent;
  border-radius: 80%;
  padding: 8px 14px;
  transition: all 300ms ease;
}
/* line 556, ../scss/main.scss */
footer .footer-wrapper .wrappity .soc-media a:nth-child(2):hover {
  border-color: #b18106;
}
/* line 560, ../scss/main.scss */
footer .footer-wrapper .wrappity .soc-media a:nth-child(3) {
  border: 1px solid transparent;
  border-radius: 80%;
  padding: 9px 10px 7px;
  transition: all 300ms ease;
}
/* line 565, ../scss/main.scss */
footer .footer-wrapper .wrappity .soc-media a:nth-child(3):hover {
  border-color: #b18106;
}
/* line 570, ../scss/main.scss */
footer .footer-wrapper .wrappity .logo {
  display: flex;
  justify-content: center;
  margin: 60px auto 50px;
}
/* line 575, ../scss/main.scss */
footer .footer-wrapper .wrappity .copyright {
  font-size: 12px;
  color: #747d7a;
  margin-bottom: 30px;
}
/* line 580, ../scss/main.scss */
footer .footer-wrapper .wrappity .astrus {
  display: flex;
  justify-content: center;
}
/* line 583, ../scss/main.scss */
footer .footer-wrapper .wrappity .astrus a {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
}

/* line 593, ../scss/main.scss */
.whatsapp-container {
  width: 235px;
  margin: auto;
}
/* line 596, ../scss/main.scss */
.whatsapp-container .whatsapp-button {
  text-decoration: none;
  background-color: #009F16;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  padding: 8px;
  display: flex;
  justify-content: center;
}
/* line 604, ../scss/main.scss */
.whatsapp-container .whatsapp-button img {
  width: 20px;
  height: auto;
}
/* line 608, ../scss/main.scss */
.whatsapp-container .whatsapp-button .content {
  padding-left: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 616, ../scss/main.scss */
.whatsapp-container .whatsapp-button:hover {
  animation: bump 1.3s ease-in-out infinite;
}

@keyframes bump {
  0%, 100% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 979px) {
  /* line 2, ../scss/_max-979.scss */
  .resp-menu {
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e2e9e6;
    z-index: 1;
    transition: 300ms all ease;
    display: flex;
    opacity: 0;
    pointer-events: none;
  }
  /* line 13, ../scss/_max-979.scss */
  .resp-menu .resp-menu-wrapper {
    width: 100%;
    margin: auto;
  }
  /* line 16, ../scss/_max-979.scss */
  .resp-menu .resp-menu-wrapper ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    flex-direction: column;
    padding: 0;
  }
  /* line 24, ../scss/_max-979.scss */
  .resp-menu .resp-menu-wrapper ul li {
    cursor: pointer;
    padding: 15px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/_max-979.scss */
  .resp-menu .resp-menu-wrapper ul li a {
    text-decoration: none;
    position: relative;
    font-weight: 700;
    color: #49534f;
    transition: all 300ms ease;
    padding: 15px;
  }
  /* line 35, ../scss/_max-979.scss */
  .resp-menu .resp-menu-wrapper ul li a:hover {
    color: #9c7710;
  }
  /* line 38, ../scss/_max-979.scss */
  .resp-menu .resp-menu-wrapper ul li a:hover > span {
    opacity: 1;
  }
  /* line 41, ../scss/_max-979.scss */
  .resp-menu .resp-menu-wrapper ul li a span {
    display: block;
    position: absolute;
    top: 22px;
    left: calc(50% - 3px);
    background: transparent;
    opacity: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #9c7710;
    border-radius: 80%;
    transition: all 300ms ease;
  }
  /* line 56, ../scss/_max-979.scss */
  .resp-menu .resp-menu-wrapper ul li:nth-child(4) {
    border: 2px solid #0e9048;
    width: 240px;
    height: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0;
  }
  /* line 64, ../scss/_max-979.scss */
  .resp-menu .resp-menu-wrapper ul li:nth-child(4) a {
    font-size: 14px;
    color: #0e9048;
    order: 1;
  }
  /* line 69, ../scss/_max-979.scss */
  .resp-menu .resp-menu-wrapper ul li:nth-child(4) img {
    order: 2;
    width: 25px;
  }

  /* line 77, ../scss/_max-979.scss */
  .resp-menu.open {
    opacity: 1;
    pointer-events: initial;
  }

  /* line 81, ../scss/_max-979.scss */
  body.menu-open {
    overflow-y: hidden;
  }

  /* line 93, ../scss/_max-979.scss */
  .resp-button .bt-menu {
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    transition: 0.2s;
    position: absolute;
    top: 15px;
    right: 12px;
    z-index: 3;
  }
  /* line 106, ../scss/_max-979.scss */
  .resp-button .bt-menu:active {
    transform: scale(0.9);
  }
  /* line 109, ../scss/_max-979.scss */
  .resp-button .bt-menu:active, .resp-button .bt-menu:focus {
    outline: none;
  }
  /* line 112, ../scss/_max-979.scss */
  .resp-button .bt-menu .hamburguer {
    width: 32px;
    height: 25px;
    transition: 0.4s;
  }
  /* line 116, ../scss/_max-979.scss */
  .resp-button .bt-menu .hamburguer, .resp-button .bt-menu .hamburguer .bar {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  /* line 125, ../scss/_max-979.scss */
  .resp-button .bt-menu .hamburguer .bar {
    width: 32px;
    height: 5px;
    background: #002f1e;
    transition: 0.2s;
    outline: 1px solid transparent;
  }
  /* line 132, ../scss/_max-979.scss */
  .resp-button .bt-menu .hamburguer .bar-1 {
    transform: rotate(0) translate3d(0, -10px, 0);
  }
  /* line 135, ../scss/_max-979.scss */
  .resp-button .bt-menu .hamburguer .bar-3 {
    transform: rotate(0) translate3d(0, 10px, 0);
  }
  /* line 138, ../scss/_max-979.scss */
  .menu-open .resp-button .bt-menu .hamburguer {
    transform: rotate(180deg);
  }
  /* line 140, ../scss/_max-979.scss */
  .menu-open .resp-button .bt-menu .hamburguer .bar-1 {
    transform: rotate(45deg) translate3d(0, 0, 0);
  }
  /* line 141, ../scss/_max-979.scss */
  .menu-open .resp-button .bt-menu .hamburguer .bar-2 {
    opacity: 0;
  }
  /* line 142, ../scss/_max-979.scss */
  .menu-open .resp-button .bt-menu .hamburguer .bar-3 {
    transform: rotate(-45deg) translate3d(0, 0, 0);
  }

  /* line 147, ../scss/_max-979.scss */
  header {
    height: 80px;
  }
  /* line 151, ../scss/_max-979.scss */
  header #header-wrapper .header-logo img {
    width: 200px;
  }
  /* line 155, ../scss/_max-979.scss */
  header #header-wrapper .header-menu {
    display: none;
  }

  /* line 161, ../scss/_max-979.scss */
  section#banners .wrapper-banners .slick-track {
    padding: 0px;
  }
  /* line 164, ../scss/_max-979.scss */
  section#banners .wrapper-banners .banner {
    position: relative;
    margin: 0px;
    height: calc(100vh - 80px);
  }
  /* line 168, ../scss/_max-979.scss */
  section#banners .wrapper-banners .banner > p {
    max-width: 30%;
    width: 100%;
    margin: auto 0px;
    font-size: 32px;
    text-align: center;
  }
  /* line 175, ../scss/_max-979.scss */
  section#banners .wrapper-banners .banner .banner-img {
    max-width: 70%;
    width: 100%;
  }
  /* line 178, ../scss/_max-979.scss */
  section#banners .wrapper-banners .banner .banner-img:before {
    content: none;
  }
  /* line 181, ../scss/_max-979.scss */
  section#banners .wrapper-banners .banner .banner-img .img {
    top: initial;
    right: initial;
  }
  /* line 185, ../scss/_max-979.scss */
  section#banners .wrapper-banners .banner .banner-img .counter {
    top: 10px;
    right: 10px;
  }
  /* line 188, ../scss/_max-979.scss */
  section#banners .wrapper-banners .banner .banner-img .counter .total {
    width: fit-content;
  }

  /* line 196, ../scss/_max-979.scss */
  section#bem_vindo h1.welcome {
    font-size: 32px;
  }
  /* line 199, ../scss/_max-979.scss */
  section#bem_vindo p.welcome {
    font-size: 16px;
  }

  /* line 207, ../scss/_max-979.scss */
  section#pares .par-wrapper .par .par-desc h2 {
    font-size: 32px;
    text-align: center;
  }
  /* line 211, ../scss/_max-979.scss */
  section#pares .par-wrapper .par .par-desc p {
    font-size: 16px;
    text-align: center;
  }

  /* line 222, ../scss/_max-979.scss */
  section#area_de_atuacao .area-wrapper .area_titulo_desc h3 {
    font-size: 32px;
  }
  /* line 228, ../scss/_max-979.scss */
  section#area_de_atuacao .area-wrapper .areas .area .area-title {
    font-size: 21px;
  }
  /* line 231, ../scss/_max-979.scss */
  section#area_de_atuacao .area-wrapper .areas .area .area-desc {
    font-size: 16px;
  }

  /* line 239, ../scss/_max-979.scss */
  section#contato h4 {
    font-size: 32px;
  }
  /* line 245, ../scss/_max-979.scss */
  section#contato .form-wrapper .contato-form #form-contato button[type="submit"] {
    font-size: 22px;
    height: 45px;
  }

  /* line 257, ../scss/_max-979.scss */
  footer#footer .footer-wrapper .wrappity .logo img {
    width: 180px;
  }
  /* line 261, ../scss/_max-979.scss */
  footer#footer .footer-wrapper .wrappity .soc-media {
    flex-direction: column;
  }
  /* line 263, ../scss/_max-979.scss */
  footer#footer .footer-wrapper .wrappity .soc-media a {
    margin-bottom: 15px;
  }
  /* line 266, ../scss/_max-979.scss */
  footer#footer .footer-wrapper .wrappity .soc-media a:nth-child(1) {
    height: 48px;
    border-color: #29d166;
  }
  /* line 269, ../scss/_max-979.scss */
  footer#footer .footer-wrapper .wrappity .soc-media a:nth-child(1) > img:nth-child(2) {
    opacity: 1;
    margin: 4px 0;
  }
  /* line 273, ../scss/_max-979.scss */
  footer#footer .footer-wrapper .wrappity .soc-media a:nth-child(1) > img:nth-child(1) {
    opacity: 0;
  }
  /* line 276, ../scss/_max-979.scss */
  footer#footer .footer-wrapper .wrappity .soc-media a:nth-child(1) > p {
    color: #29d166;
  }
  /* line 280, ../scss/_max-979.scss */
  footer#footer .footer-wrapper .wrappity .soc-media a:nth-child(2) {
    padding: 11px 18px;
  }
  /* line 283, ../scss/_max-979.scss */
  footer#footer .footer-wrapper .wrappity .soc-media a:nth-child(3) {
    padding: 12px 13px 10px;
  }
  /* line 289, ../scss/_max-979.scss */
  footer#footer .footer-wrapper .wrappity .astrus a {
    padding: 15px;
  }

  /* line 297, ../scss/_max-979.scss */
  body:after {
    height: 32%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 8, ../scss/_max-767.scss */
  section#banners .wrapper-banners .slick-list {
    width: 100%;
  }

  /* line 13, ../scss/_max-767.scss */
  section#banners .wrapper-banners .banner {
    display: block;
    height: 500px;
  }
  /* line 16, ../scss/_max-767.scss */
  section#banners .wrapper-banners .banner > p {
    position: absolute;
    background-color: rgba(226, 233, 230, 0.3);
    max-width: initial;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 22px;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  /* line 31, ../scss/_max-767.scss */
  section#banners .wrapper-banners .banner .banner-img {
    max-width: 100%;
  }
  /* line 33, ../scss/_max-767.scss */
  section#banners .wrapper-banners .banner .banner-img .img {
    background-position: center center;
  }

  /* line 39, ../scss/_max-767.scss */
  section {
    margin: 0 auto 30px;
  }

  /* line 44, ../scss/_max-767.scss */
  section#bem_vindo h1.welcome {
    font-size: 26px;
    margin-bottom: 30px;
    max-width: 205px;
    width: 100%;
    margin: 0 auto 35px;
  }
  /* line 50, ../scss/_max-767.scss */
  section#bem_vindo h1.welcome img {
    top: 30px;
    transform: none;
    left: 0;
  }
  /* line 56, ../scss/_max-767.scss */
  section#bem_vindo p.welcome {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 59, ../scss/_max-767.scss */
  section#bem_vindo p.welcome img {
    top: 35px;
  }

  /* line 64, ../scss/_max-767.scss */
  section#pares {
    overflow-x: hidden;
  }
  /* line 66, ../scss/_max-767.scss */
  section#pares .par-wrapper {
    margin: 0 auto 30px;
  }
  /* line 69, ../scss/_max-767.scss */
  section#pares .par-wrapper:nth-child(even) .par {
    flex-direction: column;
  }
  /* line 73, ../scss/_max-767.scss */
  section#pares .par-wrapper .par {
    flex-direction: column;
    align-items: center;
  }
  /* line 77, ../scss/_max-767.scss */
  section#pares .par-wrapper .par .par-img:after {
    top: 15px;
    bottom: -15px;
    left: 15px;
    right: -15px;
  }
  /* line 81, ../scss/_max-767.scss */
  section#pares .par-wrapper .par .par-desc {
    margin-left: 0;
  }
  /* line 83, ../scss/_max-767.scss */
  section#pares .par-wrapper .par .par-desc h2 {
    margin: 50px auto;
    font-size: 26px;
  }
  /* line 87, ../scss/_max-767.scss */
  section#pares .par-wrapper .par .par-desc p {
    text-align: left;
    margin-bottom: 15px;
  }

  /* line 96, ../scss/_max-767.scss */
  section#area_de_atuacao .area-wrapper {
    padding: 55px 0 0;
  }
  /* line 99, ../scss/_max-767.scss */
  section#area_de_atuacao .area-wrapper .area_titulo_desc h3 {
    font-size: 26px;
  }
  /* line 103, ../scss/_max-767.scss */
  section#area_de_atuacao .area-wrapper .areas {
    align-items: flex-start;
    justify-content: flex-start;
  }
  /* line 106, ../scss/_max-767.scss */
  section#area_de_atuacao .area-wrapper .areas .area {
    width: calc(50% - 30px);
    margin: 0 20px 72px 10px;
  }
  /* line 109, ../scss/_max-767.scss */
  section#area_de_atuacao .area-wrapper .areas .area .area-number {
    font-size: 87.3px;
  }
  /* line 112, ../scss/_max-767.scss */
  section#area_de_atuacao .area-wrapper .areas .area .area-title {
    font-size: 18px;
  }
  /* line 115, ../scss/_max-767.scss */
  section#area_de_atuacao .area-wrapper .areas .area .area-desc {
    font-size: 15px;
  }

  /* line 123, ../scss/_max-767.scss */
  section#contato h4 {
    font-size: 26px;
    margin: 0 auto 75px;
  }
  /* line 127, ../scss/_max-767.scss */
  section#contato .form-wrapper {
    flex-direction: column;
  }
  /* line 129, ../scss/_max-767.scss */
  section#contato .form-wrapper .contato-form {
    margin: 0 auto;
  }
  /* line 132, ../scss/_max-767.scss */
  section#contato .form-wrapper .contato-form #form-contato button[type="submit"] {
    font-size: 20px;
    height: 35px;
  }
  /* line 138, ../scss/_max-767.scss */
  section#contato .form-wrapper .endereco {
    order: 2;
    align-items: center;
  }

  /* line 148, ../scss/_max-767.scss */
  footer#footer .footer-wrapper .wrappity .logo img {
    width: 150px;
  }

  /* line 156, ../scss/_max-767.scss */
  body:after {
    height: 30%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 15, ../scss/_max-479.scss */
  section#pares .par-wrapper .par .par-img {
    height: 390px;
  }
  /* line 17, ../scss/_max-479.scss */
  section#pares .par-wrapper .par .par-img img {
    object-position: left;
  }
  /* line 22, ../scss/_max-479.scss */
  section#pares .par-wrapper .par .par-desc p {
    width: 90%;
    text-align: center;
    margin: 0 auto 15px;
  }
  /* line 29, ../scss/_max-479.scss */
  section#pares .par-wrapper:last-child {
    margin: 0 auto;
  }

  /* line 37, ../scss/_max-479.scss */
  section#area_de_atuacao .area-wrapper .area_titulo_desc h3 {
    margin-bottom: 45px;
  }
  /* line 39, ../scss/_max-479.scss */
  section#area_de_atuacao .area-wrapper .area_titulo_desc h3 img {
    top: 30px;
  }

  /* line 47, ../scss/_max-479.scss */
  section#contato h4 {
    margin: 0 auto 45px;
  }
  /* line 49, ../scss/_max-479.scss */
  section#contato h4 img {
    top: 40px;
    right: 10px;
  }
  /* line 57, ../scss/_max-479.scss */
  section#contato .form-wrapper .contato-form #form-contato button[type="submit"] {
    font-size: 18px;
    height: 32px;
  }

  /* line 69, ../scss/_max-479.scss */
  footer#footer .footer-wrapper .wrappity .astrus a {
    margin-bottom: 35px;
  }
  /* line 73, ../scss/_max-479.scss */
  footer#footer .footer-wrapper .wrappity .logo {
    margin: 45px auto;
  }
  /* line 75, ../scss/_max-479.scss */
  footer#footer .footer-wrapper .wrappity .logo img {
    width: 135px;
  }

  /* line 82, ../scss/_max-479.scss */
  body:after {
    height: 26%;
  }
}
