:root {
  --3: #f5811c;
  --4: #f8a032;
  --2: #000;
  --1: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #f1f1f1;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.menu {
  z-index: 10;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 90%;
  height: 74px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
}

.container-regular {
  width: 1200px;
  max-width: 90%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  background-color: var(--3);
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  background-image: url('../images/whatsapp-2.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 200px;
  padding: 17px 20px 17px 45px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: all .8s;
}

.button-primary:hover {
  background-color: var(--4);
  color: #fff;
  transform: scale(1.05);
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 180px;
}

._1-hero {
  background-color: #000;
  background-image: linear-gradient(#fffc, #fffc), url('../images/3415.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  margin-top: -74px;
  padding: 180px 30px 100px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.hero-split {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 1.5em;
  line-height: 1.4em;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

._2-quem-somos {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

._3-servicos {
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-heading {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-size: 3em;
  line-height: 1.2em;
}

.pricing-description {
  text-align: left;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.4em;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 95%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  border: 2px solid #f5811c24;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 20px;
  transition: all .8s;
  display: flex;
}

.pricing-card-three:hover {
  background-color: #f5811c0d;
  transform: translate(-2px, -2px);
}

.pricing-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.pricing-card-text {
  max-width: 90%;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

._4-por-que {
  background-color: #d86a0b;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  color: #fff;
  margin-bottom: 24px;
  font-size: 1.3em;
  line-height: 1.4em;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.features-image {
  object-fit: cover;
  border-radius: 20px;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

._5-projetos {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 0 100px 60px;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.3em;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 100px;
}

.team-slide-wrapper {
  width: 30%;
  height: 100%;
  margin-right: 3%;
}

.team-block {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding-bottom: 15px;
  overflow: hidden;
}

.team-member-image-two {
  width: 100%;
  margin-bottom: 0;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 24px 10px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

._6-depoimentos {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

._6-depoimentos.off {
  display: none;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

._7-cta {
  background-color: #f5f7fa;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/3415.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -5px;
  padding: 100px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rodape {
  background-color: var(--4);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  cursor: pointer;
  background-image: url('../images/home.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-left: 0;
  margin-right: 12px;
  padding-top: 1px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #000;
  font-size: 12px;
  font-weight: 600;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #000;
  cursor: pointer;
  margin-left: 24px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 150px;
}

.container-2 {
  width: 1200px;
  max-width: 90%;
}

.section-2 {
  background-color: #f8a03212;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--2);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-3 {
  width: 1200px;
  max-width: 90%;
}

.div-block-3 {
  margin-bottom: 40px;
}

.heading-2 {
  color: var(--3);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.list {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-span {
  color: var(--3);
  font-weight: 700;
}

.whatsapp-btn {
  z-index: 2000;
  color: #16b831;
  background-color: #2e9c2e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .8s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
}

.image-38 {
  width: 20px;
}

.link {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.image-39 {
  width: 130px;
}

.heading-3 {
  color: var(--1);
  font-size: 3.8em;
  line-height: 1.1em;
}

.text-span-2 {
  color: var(--4);
}

.image-40 {
  width: 80px;
  height: 80px;
}

.margin-bottom-24px-copy {
  color: #000;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 1.5em;
  line-height: 1.4em;
}

.margin-bottom-24px-copyxg {
  color: #000;
  text-align: center;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 1.5em;
  line-height: 1.4em;
}

.image-41 {
  width: 150px;
  margin-bottom: 10px;
}

.heading-4 {
  color: #000;
  text-align: center;
  font-size: 4em;
  line-height: 1.1em;
}

.text-span-3 {
  color: #f5811c;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4em;
  line-height: 1.1em;
}

.text-span-4 {
  color: var(--3);
}

.heading-6 {
  color: #fff;
  font-size: 1.4em;
}

.paragraph-2 {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4em;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: var(--3);
}

.heading-7 {
  color: #000;
}

.text-span-8, .text-span-9 {
  color: var(--3);
}

.heading-8 {
  color: #000;
}

.text-span-10 {
  background-color: var(--4);
  padding-left: 10px;
  padding-right: 10px;
}

.container-copyjc {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.italic-text {
  font-size: 20px;
  line-height: 30px;
}

.heading-9 {
  max-width: 90%;
  margin-bottom: 20px;
  font-size: 1.7em;
  line-height: 1.2em;
}

.text-span-11, .text-span-12 {
  color: var(--3);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.hero-split-copydc {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.margin-bottom-24px-copy-co {
  color: #fff;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.heading-10 {
  color: #fff;
  font-size: 2.9em;
  line-height: 1.3em;
}

.margin-bottom-24p {
  color: #fff;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

.div-block-4 {
  background-color: #0000;
  background-image: linear-gradient(#00000042, #00000042), url('../images/solar-heater-green-energy-contemporary-hot-water-panels-house-1.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-13 {
  color: var(--1);
  font-weight: 700;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block {
  border: 1px solid var(--3);
  color: #aa4f00;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #f5811c30;
  border-radius: 10px;
  padding: 6px 10px 5px;
  font-size: 10px;
  font-weight: 700;
}

.text-span-14 {
  color: var(--3);
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.text-span-15 {
  color: var(--3);
  font-weight: 700;
}

.bold-text {
  background-color: var(--4);
  color: var(--2);
  padding-left: 10px;
  padding-right: 10px;
}

.image-42 {
  border-radius: 500px;
  width: 25px;
  height: 25px;
  box-shadow: 0 2px 5px #0003;
}

.lightbox-link {
  background-color: var(--3);
  color: #fff;
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.lightbox-link:hover {
  transform: scale(1.05);
}

.text-block-2 {
  color: #000;
  text-align: center;
  background-image: url('../images/play-button.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 15px;
  text-decoration: none;
}

.text-span-16 {
  color: var(--3);
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-7 {
  background-color: #d86a0b;
}

.text-span-16-copy {
  color: var(--1);
}

.text-span-17 {
  background-color: var(--4);
}

.text-block-copy {
  border: 1px solid var(--4);
  color: var(--1);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #f8a0324a;
  border-radius: 10px;
  padding: 6px 10px 5px;
  font-size: 10px;
  font-weight: 700;
}

.container-4 {
  width: 1200px;
  max-width: 90%;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.image-43 {
  width: 150px;
}

.container-5 {
  width: 1200px;
  max-width: 90%;
}

.div-block-9 {
  background-color: #ffe6c7;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-bottom: 10px;
  display: flex;
}

.image-44 {
  width: 30px;
}

.text-span-18 {
  color: var(--3);
  font-weight: 700;
}

.italic-text-copy {
  color: var(--3);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-19, .text-span-20, .text-span-21 {
  color: var(--3);
  font-weight: 700;
}

.text-span-22 {
  color: #f5811c;
  font-weight: 700;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29 {
  color: var(--3);
  font-weight: 700;
}

.section-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-11 {
  color: #fff;
  text-align: left;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: var(--3);
  }

  .nav-menu {
    background-color: #fff7ed;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .menu-button {
    background-color: var(--3);
    border-radius: 10px;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon {
    color: #fff;
  }

  .list-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .centered-heading {
    font-size: 2.7em;
  }

  .pricing-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .features-right {
    max-width: 100%;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-right: 0;
  }

  .footer-social-block-three {
    margin-top: 40px;
    margin-left: 0;
  }

  .image-39 {
    margin-bottom: 20px;
  }

  .heading-3 {
    font-size: 3.6em;
  }

  .heading-6 {
    font-size: 1.5em;
  }

  .paragraph-2 {
    font-size: 1.1em;
  }

  .container-copyjc {
    max-width: 728px;
  }

  .hero-split-copydc {
    max-width: 85%;
    margin-bottom: 40px;
  }

  .container-5 {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  ._1-hero {
    padding: 100px 15px 60px;
  }

  ._2-quem-somos {
    padding: 0 0 40px;
  }

  ._3-servicos {
    padding: 60px 15px;
  }

  ._4-por-que {
    padding: 100px 15px;
  }

  ._5-projetos, ._6-depoimentos {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  ._7-cta {
    padding: 100px 15px;
  }

  .rodape {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-3 {
    font-size: 2.7em;
  }

  .heading-4 {
    font-size: 3em;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .hero-split-copydc {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-4 {
    height: 300px;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .75fr 1.25fr;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
    padding-bottom: 0;
  }

  .button-primary {
    padding-left: 45px;
    padding-right: 20px;
  }

  .list-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  ._1-hero {
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .container {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 1.2em;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
    line-height: 50px;
  }

  .pricing-description {
    font-size: 1.1em;
  }

  .pricing-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    border-radius: 10px;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .centered-subheading {
    font-size: 1.3em;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-text {
    text-align: center;
  }

  .team-slider-nav {
    margin-left: auto;
    font-size: 6px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-wrapper-three {
    text-align: center;
  }

  .footer-block-three {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-block-three.w--current {
    padding-bottom: 20px;
  }

  .footer-link-three {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-social-block-three {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 10px;
  }

  .footer-legal-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-legal-link {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .heading-3 {
    font-size: 2.6em;
  }

  .margin-bottom-24px-copy {
    font-size: 1.2em;
  }

  .margin-bottom-24px-copyxg {
    font-size: 1em;
  }

  .heading-4 {
    font-size: 2.4em;
  }

  .heading-5 {
    font-size: 3em;
    line-height: 1.1em;
  }

  .container-copyjc {
    max-width: none;
  }

  .italic-text {
    text-align: center;
  }

  .margin-bottom-24px-copy-co {
    font-size: 1.2em;
  }

  .heading-10 {
    font-size: 35px;
    line-height: 45px;
  }

  .margin-bottom-24p {
    font-size: 1.2em;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-43 {
    width: 130px;
  }

  .div-block-8 {
    display: none;
  }

  .italic-text-copy {
    text-align: center;
  }
}

#w-node-b41abaed-76f6-b41f-5def-7e84a96fe29c-61a80cab, #w-node-b41abaed-76f6-b41f-5def-7e84a96fe2a6-61a80cab, #w-node-b41abaed-76f6-b41f-5def-7e84a96fe2b0-61a80cab, #w-node-a3200511-8552-0f42-400e-28dcc7e14b6d-61a80cab, #w-node-_6f3b639a-2019-b77e-9957-4d273535e7dc-61a80cab, #w-node-_26f6b048-9893-0bde-4663-a91a92a0cd21-61a80cab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03c47a30-3719-63f7-26c7-4ed75672e145-5672e142 {
  align-self: center;
}

#w-node-_03c47a30-3719-63f7-26c7-4ed75672e147-5672e142 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-c6beb024-df6c-0028-b9f5-da341e3d9706-61a80cab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


