:root {
  --white: white;
  --black: black;
}

.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;
  }
}

.section {
  height: 100vh;
}

.cta-wrapper-rodape {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  display: flex;
}

.button-whats {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--white);
  border-radius: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.section-2 {
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.imagem-logo {
  width: 100px;
}

.imagem-logo.home {
  width: 100%;
}

.nav {
  z-index: 2;
  background-color: var(--black);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.copyright {
  color: var(--white);
  font-size: 12px;
  line-height: 12px;
}

.logo-nav {
  width: 200px;
}

.text-block-2, .text-block-5 {
  color: #fff;
  font-size: 24px;
}

.container {
  z-index: 2;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 100%;
  max-width: 1720px;
  padding: 4em 3em;
  position: relative;
}

.text-block-3 {
  color: #fff;
  font-size: 22px;
}

.content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content.rodape {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.content.rodape.home {
  flex-flow: row;
}

.icon {
  width: 25px;
  height: 25px;
}

.heading {
  color: #fff;
}

.text-block-6 {
  color: var(--white);
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  .copyright {
    text-align: center;
    font-size: 10px;
    line-height: 12px;
  }

  .heading {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .imagem-logo {
    width: 80px;
  }

  .nav {
    justify-content: center;
  }

  .text-block-2, .text-block-5 {
    font-size: 22px;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .content.rodape.home {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .button-whats {
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .imagem-logo {
    width: 50px;
  }

  .imagem-logo.home {
    width: 250px;
  }

  .nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-nav {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-2, .text-block-5 {
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 15px;
  }

  .icon {
    width: 15px;
    height: 15px;
  }

  .heading {
    font-size: 24px;
    line-height: 26px;
  }

  .text-block-6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-db82bc05-1506-6d38-0441-e95ce7c87ada-9e6e11df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
