.navbar {
  justify-content: center;
  align-items: center;
}

.div-block {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  margin-right: 220px;
}

.image {
  margin-left: 100px;
}

.section-header {
  z-index: 1;
  font-family: Edmundsbury sans v2, sans-serif;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 2px 2px 5px #000;
}

.section-sobre-mim {
  height: auto;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/Design-sem-nome-15.png');
  background-position: 0 0, 0 80%;
  background-size: auto, cover;
  border-bottom-right-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

.section-sobre-mim.mf {
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/Design-sem-nome-15.png');
  background-position: 0 0, 0 80%;
  background-size: auto, cover;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 150px;
}

.section-sobre-mim.nutrologia {
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/Design-sem-nome-15.png');
  background-position: 0 0, 0 80%;
  background-size: auto, cover;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 0;
}

.section-meus-trabalhos {
  height: auto;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/Design-sem-nome-15.png');
  background-position: 0 0, 0 70%;
  background-size: auto, cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
  box-shadow: 2px -2px 5px rgba(0, 0, 0, .5);
}

.section-depoimentos {
  box-shadow: none;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/Design-sem-nome-15.png');
  background-position: 0 0, 0 70%;
  background-size: auto, cover;
  border-radius: 0;
  margin-top: 0;
  padding-bottom: 100px;
}

.section-contato {
  height: 100vh;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/background-verde-roxo-1.png');
  background-position: 0 0, 0 80%;
  background-size: auto, cover;
  border-top-left-radius: 0;
  margin-top: 0;
  display: none;
  box-shadow: 2px -2px 5px rgba(0, 0, 0, .5);
}

.section-footer {
  background-color: #363636;
  padding-bottom: 60px;
}

.nav-link {
  color: #b69f27;
  padding: 5px 20px 5px 5px;
  font-family: Edmundsbury sans v2, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link:hover {
  color: #0b6900;
  text-decoration: underline;
}

.nav-link.w--current {
  color: #b69f27;
}

.nav-link-2 {
  color: #b69f27;
  padding: 5px 20px 5px 5px;
  font-family: Edmundsbury sans v2, sans-serif;
  font-size: 18px;
}

.nav-link-2:hover {
  color: #0b6900;
  text-decoration: none;
}

.nav-link-2.w--current {
  color: #0b6900;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.nav-link-3 {
  color: #b69f27;
  padding: 5px 20px 5px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.nav-link-3:hover {
  color: #0b6900;
  text-decoration: none;
}

.nav-link-3.w--current {
  color: #0b6900;
}

.nav-link-4 {
  color: #b69f27;
  padding: 5px 20px 5px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.nav-link-4:hover {
  color: #0b6900;
  text-decoration: none;
}

.nav-link-4.w--current {
  color: #0b6900;
}

.nav-link-5 {
  color: #b69f27;
  padding: 5px 20px 5px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.nav-link-5:hover {
  color: #0b6900;
  text-decoration: none;
}

.nav-link-5.w--current {
  color: #0b6900;
}

.body {
  background-color: #dae3cb;
}

.heading {
  color: #363636;
  text-align: center;
  text-shadow: none;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.heading.h2 {
  text-shadow: none;
  margin-top: 20px;
  font-size: 42px;
  line-height: 54px;
  display: none;
}

.div-block-2 {
  padding-top: 40px;
}

.div-block-3 {
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.paragraph {
  height: 150px;
  color: #363636;
  text-align: left;
  background-color: rgba(218, 227, 203, .8);
  border-radius: 9px 199px;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Edmundsbury sans v2, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .4);
}

.paragraph.d1 {
  width: auto;
  height: 70px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 119px;
  border-bottom-right-radius: 119px;
  border-bottom-left-radius: 119px;
  flex-wrap: nowrap;
  align-content: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.paragraph.d2 {
  width: auto;
  height: 130px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 9px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.paragraph.d3 {
  width: auto;
  height: 100px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 119px;
  border-bottom-right-radius: 119px;
  border-bottom-left-radius: 119px;
  flex-wrap: wrap;
  align-content: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.paragraph.d4 {
  width: auto;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 119px;
  border-bottom-right-radius: 119px;
  border-bottom-left-radius: 119px;
  flex-wrap: wrap;
  align-content: center;
  padding-left: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.paragraph.my-job {
  width: 100%;
  height: 100px;
  box-shadow: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 199px;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.paragraph.nutrologia {
  height: 110px;
  box-shadow: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 40px;
}

.paragraph.mf {
  height: auto;
  box-shadow: none;
  color: #363636;
  text-align: left;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-flow: row;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.paragraph.about-me {
  height: 650px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: none;
}

.text-field, .text-field-2 {
  height: 50px;
  border-radius: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
}

.form-block {
  width: 50%;
  margin-top: 40px;
}

.div-block-4 {
  text-align: center;
  justify-content: center;
  padding-bottom: 40px;
}

.submit-button {
  width: 45%;
  height: 50px;
  color: #000;
  background-color: #dae3cb;
  border-radius: 99px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: transform .8s;
}

.submit-button:hover {
  color: #dae3cb;
  background-color: #000;
  margin-top: 20px;
  transform: scale(1.1);
}

.image-2 {
  margin-top: 30px;
  margin-left: 40px;
}

.div-block-5 {
  display: flex;
}

.div-block-6 {
  width: 25%;
  flex-direction: column;
  align-items: flex-start;
}

.div-block-7 {
  flex-direction: column;
  display: flex;
}

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

.image-3 {
  margin-left: 0;
  transition: opacity .6s;
}

.image-3:hover {
  transform: scale(1.1);
}

.image-4 {
  margin-top: 20px;
  margin-left: 40px;
}

.div-block-8 {
  flex-direction: column;
  margin-top: 0;
  margin-left: 40px;
  padding-bottom: 10px;
}

.div-block-8._1 {
  padding-bottom: 0;
}

.link {
  color: #fff;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.textarea {
  border-radius: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
}

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

.button {
  width: 45%;
  height: 50px;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Edmundsbury sans v2, sans-serif;
  font-size: 22px;
  display: flex;
}

.link-block-2 {
  width: 35vw;
  height: 55px;
  background-color: #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 9px 15px;
  text-decoration: none;
  transition: transform .8s;
  display: flex;
}

.link-block-2:hover {
  transform: scale(1.1);
}

.text-block {
  color: #fff;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.text-block-2 {
  display: flex;
}

.image-6 {
  display: none;
}

.div-block-10 {
  text-align: center;
  justify-content: space-between;
  margin-top: 0;
  margin-left: 0;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-7, .image-8 {
  border-radius: 19px;
}

.image-9 {
  border-radius: 19px;
  margin-bottom: 20px;
  display: none;
}

.image-10, .image-11, .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22 {
  border-radius: 19px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.div-block-11 {
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.div-block-12 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  border: 2px solid #5c5a5a;
  border-radius: 9px;
  align-items: center;
  padding: 10px;
  transition: transform .6s;
  display: flex;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
}

.div-block-12:hover {
  transform: scale(1.1);
}

.div-block-13 {
  width: 75%;
  justify-content: space-around;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-2.tm {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-2.tm.title, .heading-2.title {
  font-size: 26px;
  font-weight: 600;
}

.text-block-5 {
  color: #fff;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.text-block-5.other {
  font-size: 20px;
}

.div-block-14 {
  padding-top: 40px;
  padding-right: 0;
}

.div-block-15 {
  height: 1px;
  background-color: #b69f27;
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}

.zip-desktop {
  display: block;
}

.tablet-zip, .mobile-h-zip, .mobile-v-zip {
  display: none;
}

.div-block-17 {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 0;
  display: flex;
}

.zip-tablet, .zip-mobile-h, .zip-mobile-v {
  display: none;
}

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

.div-block-19 {
  justify-content: center;
  display: none;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 600;
}

.div-block-23 {
  align-items: flex-start;
  display: flex;
}

.heading-3 {
  color: #363636;
  text-align: left;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 60px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-24 {
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-25 {
  margin-bottom: 0;
}

.text-span, .text-span-2, .text-span-3 {
  font-weight: 600;
}

.div-block-26, .div-block-27, .div-block-28, .div-block-29, .div-block-30 {
  width: 80vw;
  align-items: center;
  display: flex;
}

.div-block-31 {
  padding-bottom: 40px;
}

.paragraph-2 {
  text-align: center;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-span-4 {
  font-weight: 600;
}

.image-23 {
  margin-bottom: 0;
  padding-top: 20px;
}

.div-block-32 {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-33 {
  cursor: pointer;
}

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

.paragraph-3 {
  height: 70px;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.paragraph-4 {
  height: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.div-block-35 {
  flex-flow: column wrap;
  align-content: stretch;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-36 {
  cursor: pointer;
}

.div-block-37 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.paragraph-5 {
  height: 70px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.paragraph-6 {
  height: 130px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.div-block-38 {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.paragraph-7 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.paragraph-8 {
  height: 70px;
  margin-bottom: 0;
}

.div-block-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-42 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.paragraph-9 {
  height: 70px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.paragraph-10 {
  height: 70px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.div-block-43 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.paragraph-11 {
  height: 70px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.paragraph-12 {
  height: 70px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.div-block-44 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.paragraph-13 {
  height: 70px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.paragraph-14 {
  height: 70px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.div-block-45 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.paragraph-15 {
  height: 70px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.paragraph-16 {
  height: 70px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.div-block-46 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.paragraph-17 {
  height: 70px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.paragraph-18 {
  height: 130px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

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

.div-block-48, .div-block-49, .div-block-50, .div-block-51, .div-block-52 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-53, .div-block-54 {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-55 {
  text-align: center;
}

.div-block-56 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 100px;
  display: flex;
}

.div-block-57, .div-block-58, .div-block-59 {
  padding-left: 40px;
}

.div-block-60 {
  padding-left: 100px;
  padding-right: 100px;
}

.image-25 {
  align-self: flex-end;
}

@media screen and (max-width: 991px) {
  .navbar, .div-block {
    height: 100px;
  }

  .nav-menu {
    width: 70%;
    height: 31vh;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-bottom-left-radius: 19px;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    display: block;
    top: 100%;
    bottom: auto;
    left: 30%;
    right: 0%;
  }

  .section-sobre-mim {
    height: auto;
    margin-top: 0;
  }

  .section-sobre-mim.mf {
    margin-top: 100px;
  }

  .section-sobre-mim.nutrologia {
    margin-bottom: 0;
  }

  .section-meus-trabalhos {
    background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/Design-sem-nome-15.png');
    background-position: 0 0, 50% 0;
    padding-bottom: 0;
  }

  .section-depoimentos, .section-footer {
    padding-bottom: 40px;
  }

  .nav-link-2 {
    text-align: center;
    padding: 0;
    font-family: Montserrat, sans-serif;
  }

  .nav-link-3, .nav-link-4, .nav-link-5 {
    text-align: center;
    padding: 0;
    font-size: 18px;
  }

  .nav-link-5.nut, .nav-link-5.contato {
    padding-top: 10px;
  }

  .heading {
    font-size: 32px;
  }

  .heading.h2 {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 0;
    font-size: 26px;
    line-height: 35px;
  }

  .div-block-2 {
    padding-top: 20px;
  }

  .div-block-3 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    height: 250px;
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph.d1 {
    height: 50px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.d2 {
    height: 150px;
    padding-left: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.d3 {
    height: 150px;
    padding-left: 60px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.d4 {
    height: 150px;
    margin-bottom: 0;
    padding-left: 60px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.my-job {
    height: 70px;
    border-top-right-radius: 119px;
    border-bottom-right-radius: 119px;
    border-bottom-left-radius: 119px;
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 40px;
    font-size: 16px;
  }

  .paragraph.nutrologia {
    height: 100px;
    border-top-right-radius: 199px;
    border-bottom-left-radius: 199px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph.mf {
    height: 420px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.about-me {
    height: 450px;
    border-top-right-radius: 59px;
    border-bottom-left-radius: 59px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-field, .text-field-2 {
    height: 40px;
    font-size: 16px;
  }

  .form-block {
    width: 60%;
    margin-top: 20px;
  }

  .div-block-4 {
    display: flex;
  }

  .submit-button {
    height: 50px;
    margin-top: 10px;
    font-size: 16px;
  }

  .image-2 {
    margin-top: 20px;
  }

  .div-block-8 {
    margin-left: 20px;
    padding-bottom: 5px;
  }

  .link {
    font-size: 12px;
  }

  .textarea {
    font-size: 16px;
  }

  .link-block-2 {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .text-block {
    font-size: 16px;
  }

  .div-block-10 {
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .text-block-4 {
    font-size: 12px;
  }

  .heading-2, .heading-2.tm, .heading-2.tm.title {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-2.title {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-5 {
    padding-top: 0;
    font-size: 14px;
    line-height: 15px;
  }

  .text-block-5.other {
    padding-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-14 {
    padding-top: 30px;
    padding-right: 20px;
  }

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

  .menu-button {
    background-color: #fff;
    margin-right: 100px;
  }

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

  .icon {
    color: #000;
  }

  .zip-desktop {
    display: none;
  }

  .tablet-zip {
    display: block;
  }

  .div-block-17 {
    padding-top: 20px;
  }

  .zip-tablet {
    display: block;
  }

  .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
    font-weight: 600;
  }

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

  .div-block-23 {
    align-items: flex-end;
  }

  .heading-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-24 {
    order: 1;
    align-self: auto;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-25 {
    align-self: flex-start;
  }

  .div-block-31 {
    padding-bottom: 0;
  }

  .paragraph-2 {
    padding-top: 20px;
    font-size: 20px;
  }

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

  .paragraph-4 {
    height: 120px;
    font-size: 16px;
  }

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

  .paragraph-6 {
    height: 250px;
    font-size: 16px;
  }

  .paragraph-9, .paragraph-10, .paragraph-13 {
    font-size: 16px;
  }

  .paragraph-14 {
    height: 50px;
    font-size: 16px;
  }

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

  .paragraph-16 {
    height: 100px;
    font-size: 16px;
  }

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

  .paragraph-18 {
    height: 220px;
    font-size: 16px;
  }

  .div-block-61 {
    height: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar, .div-block {
    height: 90px;
  }

  .section-sobre-mim {
    height: auto;
    margin-top: 0;
  }

  .section-sobre-mim.mf {
    margin-top: 90px;
  }

  .section-meus-trabalhos {
    background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/Design-sem-nome-15.png');
    background-position: 0 0, 50% 0;
  }

  .section-contato {
    flex-direction: column;
    justify-content: center;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    font-size: 16px;
  }

  .nav-link-5 {
    padding-top: 0;
    font-size: 16px;
  }

  .nav-link-5.med {
    padding-top: 20px;
  }

  .heading {
    margin-top: 10px;
    font-size: 26px;
    line-height: 35px;
  }

  .heading.h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-2 {
    padding-top: 10px;
  }

  .div-block-3 {
    flex-wrap: wrap;
    padding: 0 10px 0 0;
  }

  .paragraph {
    height: 220px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph.d1 {
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph.d2 {
    height: 220px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph.d3, .paragraph.d4 {
    height: 120px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph.my-job {
    height: 50px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.nutrologia {
    height: 50px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.mf {
    height: 430px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.about-me {
    height: 500px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .text-field, .text-field-2 {
    height: 35px;
    font-size: 14px;
  }

  .form-block {
    width: 75%;
    margin-top: 20px;
  }

  .div-block-4 {
    padding-top: 0;
  }

  .submit-button {
    height: 45px;
    font-size: 14px;
  }

  .div-block-6 {
    width: 30%;
  }

  .link {
    font-size: 12px;
  }

  .textarea {
    font-size: 14px;
  }

  .link-block-2 {
    height: 45px;
  }

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

  .div-block-10 {
    padding-top: 20px;
  }

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

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

  .text-block-4 {
    font-size: 12px;
  }

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

  .div-block-13 {
    width: 70%;
    flex-wrap: wrap;
  }

  .heading-2, .heading-2.tm {
    font-size: 14px;
  }

  .heading-2.tm.title {
    font-size: 16px;
  }

  .heading-2.title {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-5 {
    padding-top: 0;
    font-size: 14px;
  }

  .text-block-5.other {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-14 {
    text-align: center;
    padding-top: 20px;
  }

  .tablet-zip {
    display: none;
  }

  .mobile-h-zip {
    display: block;
  }

  .div-block-17 {
    padding-top: 20px;
  }

  .zip-tablet {
    display: none;
  }

  .zip-mobile-h {
    display: block;
  }

  .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
    font-weight: 600;
  }

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

  .heading-3 {
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .div-block-24 {
    padding-bottom: 0;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .image-23 {
    padding-top: 0;
  }

  .paragraph-3 {
    height: 50px;
    font-size: 14px;
  }

  .paragraph-4 {
    height: 100px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-5 {
    height: 60px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-6 {
    height: 200px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-9 {
    height: 50px;
    font-size: 14px;
  }

  .paragraph-10 {
    height: 60px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-13 {
    height: 50px;
    font-size: 14px;
  }

  .paragraph-14 {
    font-size: 14px;
  }

  .paragraph-15 {
    height: 50px;
    font-size: 14px;
  }

  .paragraph-16 {
    height: 80px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-17 {
    height: 50px;
    font-size: 14px;
  }

  .paragraph-18 {
    height: 180px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-62 {
    height: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    height: auto;
    padding-bottom: 20px;
  }

  .image {
    margin-left: 20px;
  }

  .section-sobre-mim {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/Design-sem-nome-15.png');
    background-position: 0 0, 0 0;
    margin-top: 0;
    padding-bottom: 40px;
  }

  .section-sobre-mim.mf {
    background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/Design-sem-nome-15.png');
    background-position: 0 0, 0 30%;
    background-size: auto, cover;
    margin-top: 80px;
    padding-bottom: 0;
  }

  .section-sobre-mim.nutrologia {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .section-meus-trabalhos {
    background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/Design-sem-nome-15.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    margin-top: 0;
    padding-bottom: 40px;
  }

  .section-depoimentos {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Design-sem-nome-15.png');
    background-position: 0 0, 0 0;
    margin-top: 0;
  }

  .section-contato {
    margin-top: 5px;
  }

  .section-footer {
    padding-bottom: 40px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5 {
    font-size: 14px;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading.h2 {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-2 {
    padding-top: 10px;
  }

  .div-block-3 {
    flex-direction: column;
    padding: 20px 0 0;
    display: flex;
  }

  .paragraph {
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .paragraph.d1 {
    height: auto;
    border-top-right-radius: 59px;
    border-bottom-right-radius: 59px;
    border-bottom-left-radius: 59px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph.d2 {
    height: auto;
    border-top-right-radius: 59px;
    border-bottom-right-radius: 59px;
    border-bottom-left-radius: 59px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 30px;
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph.d3 {
    height: 150px;
    border-top-right-radius: 59px;
    border-bottom-right-radius: 59px;
    border-bottom-left-radius: 59px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph.d4 {
    height: 150px;
    border-top-right-radius: 59px;
    border-bottom-right-radius: 59px;
    border-bottom-left-radius: 59px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph.my-job {
    height: 100px;
    border-radius: 99px;
    margin-left: 15px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph.nutrologia {
    height: 100px;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph.nutrologia._1 {
    height: 60px;
  }

  .paragraph.nutrologia._2 {
    height: 40px;
  }

  .paragraph.mf {
    height: 320px;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph.about-me {
    height: 550px;
    border-top-left-radius: 59px;
    border-bottom-right-radius: 59px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 18px;
  }

  .text-field, .text-field-2 {
    font-size: 12px;
  }

  .form-block {
    width: 85%;
    margin-top: 20px;
  }

  .submit-button {
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 14px;
    display: block;
  }

  .image-2 {
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-5 {
    display: block;
  }

  .div-block-6 {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    margin-left: 0;
  }

  .textarea {
    font-size: 12px;
  }

  .div-block-9 {
    flex-direction: column;
    display: flex;
  }

  .link-block-2 {
    width: 90%;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
  }

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

  .div-block-10 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-4 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 15px;
  }

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

  .div-block-13 {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .heading-2.tm {
    font-size: 12px;
    line-height: 20px;
  }

  .heading-2.tm.title {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-2.title {
    font-size: 14px;
  }

  .text-block-5 {
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
  }

  .text-block-5.other {
    padding-top: 0;
    font-size: 12px;
  }

  .div-block-14 {
    width: 100%;
    padding-top: 0;
    padding-left: 20px;
  }

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

  .menu-button {
    margin-right: 20px;
  }

  .mobile-h-zip {
    display: none;
  }

  .mobile-v-zip {
    display: block;
  }

  .div-block-17 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .zip-mobile-h {
    display: none;
  }

  .zip-mobile-v {
    padding-top: 10px;
    display: block;
  }

  .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
    font-weight: 600;
  }

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

  .div-block-23 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .heading-3 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .paragraph-3 {
    padding-left: 20px;
    padding-right: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-4 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    font-size: 12px;
  }

  .paragraph-4._3 {
    height: 260px;
  }

  .div-block-35 {
    padding-left: 0;
  }

  .paragraph-5 {
    height: 50px;
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-6 {
    height: 250px;
    font-size: 12px;
  }

  .div-block-38 {
    padding-left: 0;
  }

  .paragraph-9 {
    height: 50px;
    padding-right: 0;
    font-size: 12px;
  }

  .paragraph-10 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    font-size: 12px;
  }

  .paragraph-13 {
    height: 50px;
    padding-right: 0;
    font-size: 12px;
  }

  .paragraph-14 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-15 {
    height: 50px;
    padding-top: 10px;
    padding-right: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-16 {
    height: 95px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    font-size: 12px;
  }

  .paragraph-17 {
    height: 50px;
    padding-right: 0;
    font-size: 12px;
  }

  .paragraph-18 {
    height: auto;
    padding-top: 10px;
    padding-right: 30px;
    font-size: 12px;
  }

  .div-block-53 {
    padding-left: 0;
  }

  .div-block-56 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-57, .div-block-58, .div-block-59 {
    padding-left: 0;
  }

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

  .div-block-64 {
    height: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    padding-top: 20px;
    display: flex;
  }

  .div-block-65 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

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

  .paragraph-19 {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-20 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }

  .div-block-67 {
    cursor: pointer;
  }
}


@font-face {
  font-family: 'Edmundsbury sans v2';
  src: url('../fonts/Edmundsbury-Sans-Regular-v2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Niguella';
  src: url('../fonts/Niguella.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}