@font-face {
  font-family: Metrisch;
  src: url('../fonts/Metrisch-ExtraBold.ttf') format("truetype"), url('../fonts/Metrisch-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metrisch;
  src: url('../fonts/Metrisch-BoldItalic.ttf') format("truetype"), url('../fonts/Metrisch-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Metrisch book;
  src: url('../fonts/Metrisch-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metrisch;
  src: url('../fonts/Metrisch-BookItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Metrisch;
  src: url('../fonts/Metrisch-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Metrisch;
  src: url('../fonts/Metrisch-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metrisch;
  src: url('../fonts/Metrisch-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metrisch;
  src: url('../fonts/Metrisch-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Metrisch;
  src: url('../fonts/Metrisch-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metrisch;
  src: url('../fonts/Metrisch-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --dark-slate-grey: #003a40;
  --wheat: #ddd0b4;
  --olive: #89764e;
}

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

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

@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: #fff;
  font-family: Metrisch, sans-serif;
}

.section {
  border-bottom: 0px solid var(--dark-slate-grey);
  background-image: url('../images/img-ead-p-800.png');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 30vh;
}

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

.bloco-image {
  background-color: #155979;
  border: 5px solid #0000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.section-3 {
  border-bottom: 5px solid var(--dark-slate-grey);
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.button {
  border: 1px solid var(--wheat);
  background-color: var(--wheat);
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button:hover {
  background-color: #0000;
  border-color: #cebb95;
}

.link-block {
  background-color: #15597900;
  border: 1px solid #96c2cc;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 5px;
  transition: all .8s;
  display: flex;
}

.link-block:hover {
  background-color: #0000;
  border-color: #155979;
}

.image {
  width: 16px;
  height: 16px;
}

.text-span {
  font-size: 14px;
  font-weight: 300;
}

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

.text-block {
  color: var(--dark-slate-grey);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-4 {
  border: 1px solid var(--olive);
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-161-copy {
  background-color: #8fc9b833;
  border: 0 solid #0000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  display: flex;
}

.icone-copy {
  width: 18px;
}

.text-block-2 {
  color: #fff;
  font-family: Metrisch, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.icone-copy-2, .icone-copy-3, .icone-copy-4 {
  width: 20px;
}

.button2 {
  border: 1px solid var(--wheat);
  background-color: var(--wheat);
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  transition: all .8s;
  display: block;
}

.button2:hover {
  background-color: #0000;
  border-color: #cebb95;
}

.button-email {
  color: #003a40;
  text-align: center;
  background-color: #8fc9b8;
  background-image: url('../images/email.svg');
  background-position: 155px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button-email:hover {
  background-color: #89764e;
}

.text-block-4 {
  text-align: center;
  margin-top: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-instagram {
  color: #003a40;
  text-align: center;
  background-color: #8fc9b8;
  background-image: url('../images/instagram.svg');
  background-position: 140px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button-instagram:hover {
  background-color: #89764e;
}

.div-block-10 {
  margin-top: 10px;
}

.div-block-11 {
  margin-top: -75px;
}

.text-block-3 {
  color: #003a40;
  text-align: center;
  font-family: Metrisch, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-5 {
  background-color: #8fc9b8;
  border-radius: 18px;
  padding: 5px 40px 40px;
}

.container-2 {
  max-width: 400px;
}

.button-telefone {
  color: #003a40;
  text-align: center;
  background-color: #8fc9b8;
  background-image: url('../images/fone.svg');
  background-position: 145px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button-telefone:hover {
  background-color: #89764e;
}

.button-site {
  color: #003a40;
  text-align: center;
  background-color: #8fc9b8;
  background-image: url('../images/web.svg');
  background-position: 105px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button-site:hover {
  background-color: #89764e;
}

.section-4 {
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 100px;
}

.button-cadastro {
  color: #003a40;
  text-align: center;
  background-color: #8fc9b8;
  background-image: url('../images/web.svg');
  background-position: 120px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button-cadastro:hover {
  background-color: #89764e;
}

.div-block-7 {
  margin-top: 20px;
}

.button-whatsapp {
  color: #003a40;
  text-align: center;
  background-color: #8fc9b8;
  background-image: url('../images/whatsapp.svg');
  background-position: 140px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button-whatsapp:hover {
  background-color: #89764e;
}

.div-block-6 {
  background-image: url('../images/Foto_1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #89764e;
  border-radius: 200px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-2 {
  width: 150px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-linkedin {
  color: #003a40;
  text-align: center;
  background-color: #8fc9b8;
  background-image: url('../images/in.svg');
  background-position: 145px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button-linkedin:hover {
  background-color: #89764e;
}

.body2 {
  background-color: var(--dark-slate-grey);
}

.text-block-5 {
  text-align: center;
  margin-top: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-12 {
  margin-top: 10px;
}

.div-block-13 {
  margin-top: -75px;
}

.text-block-6 {
  color: #003a40;
  text-align: center;
  font-family: Metrisch, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-14 {
  background-color: #8fc9b8;
  border-radius: 18px;
  padding: 5px 40px 40px;
}

.section-5 {
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 100px;
}

.div-block-15 {
  margin-top: 20px;
}

.div-block-16 {
  background-image: url('../images/foto.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #89764e;
  border-radius: 200px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-3 {
  width: 150px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-7 {
  text-align: center;
  margin-top: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-17 {
  margin-top: 10px;
}

.div-block-18 {
  margin-top: -75px;
}

.text-block-8 {
  color: #003a40;
  text-align: center;
  font-family: Metrisch, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-19 {
  background-color: #8fc9b8;
  border-radius: 18px;
  padding: 5px 40px 40px;
}

.section-6 {
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 100px;
}

.div-block-20 {
  margin-top: 20px;
}

.div-block-21 {
  background-image: url('../images/foto.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #89764e;
  border-radius: 200px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-4 {
  width: 150px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-56 {
  width: auto;
  max-width: 80%;
}

.s-interna {
  min-height: 100vh;
  padding-bottom: 60px;
}

.heading {
  color: #fff;
  font-family: Metrisch, sans-serif;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 40px;
  font-family: Metrisch book, sans-serif;
}

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

.div-block-149 {
  background-color: #96c2cc;
  width: 30px;
  height: 4px;
}

.div-block-150 {
  background-color: #96c2cc;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-151 {
  margin-top: 40px;
}

.div-block-152 {
  background-color: #083c55;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 60px 0;
}

.text-block-3b-copy {
  color: #89d645;
  max-width: 90%;
  margin: 10px auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
}

.left-arrow {
  width: 35px;
}

.text-span-12 {
  color: #fffaff;
}

.icon-4 {
  font-size: 18px;
}

.paragraph-10 {
  color: #afafaf;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
}

.image-13 {
  width: 25px;
}

.right-arrow {
  width: 35px;
}

.div-block-153 {
  text-align: center;
  background-color: #15243a;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.div-block-47 {
  background-color: #fffaff00;
  width: 100%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.slider-2 {
  background-color: #ddd0;
  height: auto;
}

.slide-nav-2 {
  display: none;
}

.bloco-icone-1 {
  background-color: #89d645;
  border: 0 solid #89d645;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.imagem-app {
  width: 100%;
  max-width: 80%;
}

.slide {
  width: 350px;
  height: 100%;
  margin-right: 20px;
}

.slide-2 {
  width: 400px;
  margin-right: 20px;
}

.slide-3 {
  width: 400px;
  height: 100%;
  margin-right: 20px;
}

.mask {
  padding-left: 40px;
}

.bloco-categorias {
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 10px;
  height: 100%;
  padding: 40px 20px;
  font-family: Metrisch book, sans-serif;
  transition: all 1.2s;
  box-shadow: 0 0 40px -10px #0000001a;
}

.bloco-categorias:hover {
  transform: translate(0, -5px);
}

.div-block-163 {
  text-align: left;
}

.div-block-161 {
  background-color: #96c2cc3d;
  border: 0 solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
}

.icone {
  width: auto;
  height: 25px;
}

.text-block-35 {
  color: #082330;
  text-align: left;
  border: 1px solid #fff;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-24 {
  text-align: left;
  margin-top: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-159 {
  color: #000;
  background-color: #0000;
  border: 1px solid #155979;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 300;
  transition: all 1.2s;
  display: inline-block;
}

.div-block-159:hover {
  color: #fff;
  background-color: #155979;
}

.div-block-159.b {
  color: #fff;
  background-color: #155979;
  border-color: #155979;
  font-size: 12px;
}

.div-block-159.b:hover {
  color: #000;
  background-color: #0000;
}

.div-block-164 {
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 10px;
  padding: 40px 20px;
  transition: all 1.2s;
  box-shadow: 0 0 40px -10px #0000001a;
}

.div-block-164:hover {
  transform: translate(0, -5px);
}

.div-block-165 {
  text-align: left;
}

.div-block-166 {
  background-color: #96c2cc3d;
  border: 0 solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-36 {
  color: #082330;
  text-align: left;
  border: 1px solid #fff;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-25 {
  text-align: left;
  margin-top: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-167 {
  color: #000;
  background-color: #0000;
  border: 1px solid #155979;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 300;
  transition: all 1.2s;
  display: inline-block;
}

.div-block-167:hover {
  color: #fff;
  background-color: #155979;
}

.div-block-167.b {
  color: #fff;
  background-color: #155979;
  border-color: #155979;
  font-size: 12px;
}

.div-block-167.b:hover {
  color: #000;
  background-color: #0000;
}

.div-block-168 {
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 10px;
  height: 100%;
  padding: 40px 20px;
  transition: all 1.2s;
  box-shadow: 0 0 40px -10px #0000001a;
}

.div-block-168:hover {
  transform: translate(0, -5px);
}

.div-block-169 {
  text-align: left;
}

.div-block-170 {
  background-color: #96c2cc3d;
  border: 0 solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-37 {
  color: #082330;
  text-align: left;
  border: 1px solid #fff;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-26 {
  text-align: left;
  margin-top: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-171 {
  color: #000;
  background-color: #0000;
  border: 1px solid #155979;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 300;
  transition: all 1.2s;
  display: inline-block;
}

.div-block-171:hover {
  color: #fff;
  background-color: #155979;
}

.div-block-171.b {
  color: #fff;
  background-color: #155979;
  border-color: #155979;
  font-size: 12px;
}

.div-block-171.b:hover {
  color: #000;
  background-color: #0000;
}

.div-block-164-copy {
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 10px;
  padding: 40px 20px;
  transition: all 1.2s;
  box-shadow: 0 0 40px -10px #0000001a;
}

.div-block-164-copy:hover {
  transform: translate(0, -5px);
}

.s-inicio {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/img-ead-p-800.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metrisch, sans-serif;
  font-weight: 400;
}

.s-info {
  background-color: #fff0;
  padding-top: 10px;
  padding-bottom: 40px;
}

.div-block-172 {
  background-color: #f1f5ee;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 60px 40px;
}

.heading-4 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Metrisch, sans-serif;
  font-weight: 400;
}

.paragraph-27 {
  color: #000;
  margin-bottom: 0;
  font-family: Metrisch, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.list-item {
  margin-bottom: 20px;
}

.text-block-38 {
  color: #000;
  font-family: Metrisch, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.list {
  margin-top: 20px;
}

.link, .link-2, .link-3 {
  color: #000;
}

.image-24 {
  width: 180px;
}

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #f1f5ee;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 15px 0;
}

.link-block-5 {
  border-radius: 10px;
  align-items: center;
  margin-right: 10px;
  display: flex;
  overflow: hidden;
}

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

.list-item-5 {
  display: flex;
}

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

.image-23 {
  width: 30px;
}

.text-block-14 {
  color: #fff;
  margin-left: 5px;
  font-size: 12px;
  text-decoration: none;
}

.header {
  z-index: 1000;
  color: #fff;
  background-color: #003a40;
  height: 54.9375px;
  font-weight: 500;
  position: fixed;
  inset: 0% 0% auto;
}

.link-block-4 {
  border-radius: 10px;
  align-items: center;
  margin-right: 10px;
  display: flex;
  overflow: hidden;
}

.btn-escuro-copy {
  color: #002b30;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bea46d;
  border: 1px solid #bea46d;
  border-radius: 50px;
  padding: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .8s;
}

.btn-escuro-copy:hover {
  color: #fff;
  background-color: #89764e;
  border-color: #89764e;
}

.btn-escuro-copy:active {
  background-color: #43464d;
}

.link-4 {
  color: #000;
}

.s-footer-2 {
  margin-bottom: 0;
}

.embed-mobile {
  display: none;
}

.s-btn-whatsapp {
  z-index: 999;
  background-color: #39a30f;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .8s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

.image-53 {
  width: 20px;
}

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

.s-rodape {
  background-color: #f1f5ee;
  height: 115px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-58 {
  width: 180px;
}

.grid-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.link-5 {
  color: #a5a5a5;
  text-decoration: none;
}

.footer-copyright {
  color: #a5a5a5;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.div-block-70 {
  display: inline-flex;
}

.image-16 {
  width: 15px;
}

.footer-social-link-three {
  background-color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 15px;
  transition: all .8s;
  display: flex;
}

.footer-social-link-three:hover {
  background-color: #ffffff1a;
}

.footer-social-link-three.off {
  display: flex;
}

.header-lp {
  z-index: 1000;
  color: #fff0;
  background-color: #f1f5ee;
  font-weight: 500;
  position: relative;
  inset: 0% 0% auto;
}

.list-item-6 {
  display: flex;
}

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

.container-24 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.link-block-7 {
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  margin-right: 10px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.link-block-7:hover {
  transform: translate(-1px, -1px);
}

.image-59 {
  width: 30px;
}

.image-6 {
  width: 20px;
}

.btn-whatsapp {
  z-index: 1000;
  background-color: #39a30f;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .8s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

.mobile-margin-top-12 {
  padding-left: 20px;
}

.btn-02-2 {
  color: #fff;
  background-color: #89764e;
  border: 2px solid #89764e;
  border-radius: 20px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 700;
  transition: all .6s;
}

.btn-02-2:hover {
  color: #fff;
  background-color: #0000;
  border: 2px solid #89764e;
}

.btn-02-2.w--current {
  background-color: #003a40;
  border-color: #003a40;
  border-radius: 20px;
}

.btn-02-2.w--current:hover {
  color: #fff;
}

.image-57 {
  width: 160px;
}

.image-60 {
  width: 150px;
}

.section-7 {
  background-image: linear-gradient(#f1f5ee 51%, #fff0);
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .section {
    background-attachment: scroll;
  }

  .container {
    max-width: 90%;
  }

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 0 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .image-58 {
    width: 170px;
  }

  .footer-copyright {
    text-align: center;
    font-size: 14px;
  }

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

  .nav-menu-two-2 {
    background-color: #fff0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 0 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

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

@media screen and (max-width: 767px) {
  .container {
    max-width: 90%;
  }

  .text-span, .button2 {
    font-size: 13px;
  }

  .text-block-3b-copy {
    line-height: 23px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .navbar-wrapper-2 {
    display: flex;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-wrapper-2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .btn-escuro-copy {
    text-align: center;
    display: none;
  }

  .embed-desktop-e-tablet {
    display: none;
  }

  .embed-mobile {
    display: block;
  }

  .s-rodape {
    height: 200px;
  }

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

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

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-wrapper-3 {
    display: flex;
  }

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

  .navbar-wrapper-3 {
    width: 100%;
    display: flex;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-size: cover;
    background-attachment: scroll;
    height: 25vh;
  }

  .bloco-image {
    background-size: 120px;
    width: 150px;
    height: 150px;
  }

  .container {
    width: 100%;
    max-width: 90%;
    padding-left: 0;
  }

  .button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .div-block-4 {
    padding: 15px 10px;
  }

  .div-block-161-copy {
    width: 35px;
    height: 35px;
  }

  .icone-copy {
    width: 16px;
  }

  .text-block-2 {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
  }

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

  .icone-copy-2, .icone-copy-3, .icone-copy-4 {
    width: 20px;
  }

  .button2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
  }

  .button-email, .button-instagram {
    background-position: 90px;
  }

  .container-2 {
    max-width: 300px;
  }

  .button-telefone {
    background-position: 90px;
  }

  .button-site {
    background-position: 55px;
  }

  .button-cadastro {
    background-position: 75px;
    padding-left: 15px;
  }

  .button-whatsapp, .button-linkedin {
    background-position: 90px;
  }

  .image-56 {
    width: 150px;
    margin-right: 0;
  }

  .div-block-152 {
    border-radius: 10px 0 0 10px;
  }

  .left-arrow {
    background-color: #1e8c03;
    border-radius: 200px;
    width: 45px;
    height: 45px;
    display: block;
    inset: auto 50px 0% 0%;
  }

  .icon-4 {
    font-size: 15px;
  }

  .div-block-73 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-10 {
    min-height: auto;
  }

  .right-arrow {
    background-color: #1e8c03;
    border-radius: 200px;
    width: 45px;
    height: 45px;
    display: block;
    inset: auto 0% 0% 50px;
  }

  .div-block-153 {
    min-height: 100%;
  }

  .slider-2 {
    background-color: #ddd0;
    height: auto;
    padding-bottom: 60px;
  }

  .slide-nav-2 {
    height: 35px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
    display: none;
  }

  .bloco-categorias {
    padding: 30px 15px;
  }

  .div-block-161 {
    width: 45px;
    height: 45px;
  }

  .icone {
    width: 20px;
  }

  .text-block-35 {
    font-size: 14px;
    line-height: 15px;
  }

  .paragraph-24 {
    color: #666;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
  }

  .div-block-164 {
    padding: 30px 15px;
  }

  .div-block-166 {
    width: 45px;
    height: 45px;
  }

  .text-block-36 {
    font-size: 14px;
    line-height: 15px;
  }

  .paragraph-25 {
    color: #666;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
  }

  .div-block-168 {
    padding: 30px 15px;
  }

  .div-block-170 {
    width: 45px;
    height: 45px;
  }

  .text-block-37 {
    font-size: 14px;
    line-height: 15px;
  }

  .paragraph-26 {
    color: #666;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
  }

  .div-block-164-copy {
    padding: 30px 15px;
  }

  .s-inicio {
    padding-top: 140px;
  }

  .div-block-172 {
    margin-bottom: 20px;
    padding: 60px 20px;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-27 {
    font-size: 16px;
  }

  .list {
    padding-left: 20px;
  }

  .image-24 {
    width: 150px;
    margin-right: 0;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 15px 0;
  }

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

  .list-item-5 {
    margin-left: 20px;
  }

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

  .image-23 {
    margin-left: 0;
  }

  .btn-escuro-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 18px;
    display: none;
  }

  .s-rodape {
    height: 200px;
  }

  .image-58 {
    width: 180px;
    margin-right: 0;
  }

  .grid-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .link-5 {
    text-align: left;
  }

  .div-block-70 {
    margin-left: 10px;
    margin-right: auto;
  }

  .list-item-6 {
    justify-content: flex-end;
    align-items: center;
    margin-left: 20px;
  }

  .nav-menu-two-2 {
    flex-direction: column;
    margin-top: 0;
  }

  .container-24 {
    max-width: 100%;
  }

  .navbar-wrapper-3 {
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-59 {
    margin-left: 0;
  }

  .mobile-margin-top-12 {
    display: none;
  }

  .btn-02-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-57 {
    width: 130px;
    margin-right: 0;
  }
}

#w-node-_0ceda74f-d17e-6263-1450-61d89ca2f862-9ca2f85f {
  place-self: center start;
}

#w-node-_0ceda74f-d17e-6263-1450-61d89ca2f869-9ca2f85f {
  place-self: center end;
}

@media screen and (max-width: 767px) {
  #w-node-_0ceda74f-d17e-6263-1450-61d89ca2f862-9ca2f85f, #w-node-_0ceda74f-d17e-6263-1450-61d89ca2f869-9ca2f85f {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-ExtraBold.ttf') format('truetype'), url('../fonts/Metrisch-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-BoldItalic.ttf') format('truetype'), url('../fonts/Metrisch-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch book';
  src: url('../fonts/Metrisch-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-BookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}