@font-face {
  font-family: Areas font;
  src: url('../fonts/areas_font.eot') format("embedded-opentype"), url('../fonts/areas_font.woff') format("woff"), url('../fonts/areas_font.ttf') format("truetype"), url('../fonts/areas_font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Setas e social;
  src: url('../fonts/setas-e-social.eot') format("embedded-opentype"), url('../fonts/setas-e-social.woff') format("woff"), url('../fonts/setas-e-social.ttf') format("truetype"), url('../fonts/setas-e-social.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Missao visao;
  src: url('../fonts/missao-visao.eot') format("embedded-opentype"), url('../fonts/missao-visao.woff') format("woff"), url('../fonts/missao-visao.ttf') format("truetype"), url('../fonts/missao-visao.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Socials;
  src: url('../fonts/socials.eot') format("embedded-opentype"), url('../fonts/socials.woff') format("woff"), url('../fonts/socials.ttf') format("truetype"), url('../fonts/socials.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Phone  email;
  src: url('../images/') format("embedded-opentype"), url('../images/') format("woff"), url('../images/') format("truetype"), url('../images/') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tel;
  src: url('../fonts/tel.eot') format("embedded-opentype"), url('../fonts/tel.woff') format("woff"), url('../fonts/tel.ttf') format("truetype"), url('../fonts/tel.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nmodules main;
  src: url('../fonts/nmodules-main.eot') format("embedded-opentype"), url('../fonts/nmodules-main.woff') format("woff"), url('../fonts/nmodules-main.ttf') format("truetype"), url('../fonts/nmodules-main.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: More nmod;
  src: url('../fonts/more_nmod.eot') format("embedded-opentype"), url('../fonts/more_nmod.woff') format("woff"), url('../fonts/more_nmod.ttf') format("truetype"), url('../fonts/more_nmod.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --lime-green: #78c267;
  --white-smoke: #f0f0f0;
}

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

body {
  color: #333;
  font-family: Lexend Deca, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

p {
  color: #838383;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.section {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 280px;
  display: flex;
}

.div-block {
  flex-direction: column;
  align-items: center;
  padding: 26px;
  display: flex;
}

.div-block-2 {
  background-image: url('../images/WhatsApp-Image-2023-02-16-at-15.57.50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 80px;
  margin-bottom: 25px;
}

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

.body {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-3 {
  width: 900px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  margin-bottom: 0;
  font-weight: 300;
}

.section-2 {
  height: 100vh;
}

.contain {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.navbar {
  background-color: #0000;
  height: 120px;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar._2 {
  background-color: #fff;
  height: 120px;
  padding-left: 50px;
  position: fixed;
  box-shadow: 0 2px 5px #00000014;
}

.brand {
  background-image: url('../images/nmodules_logo_white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 110px;
  margin-top: 5px;
  margin-right: 3%;
}

.brand._2 {
  background-image: url('../images/nmodules_original.png');
  height: 110px;
  margin-top: 5px;
}

.nav-menu {
  float: left;
}

.button {
  float: right;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 200px;
  margin-top: 35px;
  margin-bottom: 40px;
  padding: 15px 20px;
  font-weight: 600;
}

.button:hover {
  color: #000;
  background-color: #fff;
  font-weight: 600;
}

.button._500 {
  margin-top: 0;
  margin-bottom: 0;
}

.button.glow {
  background-color: var(--lime-green);
  margin-top: 35px;
  margin-bottom: 0;
}

.button.glow:hover {
  color: #fff;
  background-color: #000;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-weight: 600;
  line-height: 120px;
}

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

.nav-link._5 {
  display: none;
}

.nav-link.black {
  color: #1f1f1f;
  line-height: 120px;
}

.dropdown-list {
  width: 200px;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: #202020e3;
  width: auto;
  min-width: 250px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.dropdown-link {
  color: #fff;
  padding: 15px 20px 15px 30px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--lime-green);
}

.slider {
  height: 100vh;
}

.div-block-4 {
  color: #000;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-right: 50px;
}

.slide {
  background-image: url('../images/casadoserralheiro-blog-seis-motivos-para-investir-em-cozinha-inox.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._2 {
  background-image: url('../images/20230208_092924-scaled.jpeg');
}

.master-overlay {
  background-image: linear-gradient(#000000ad, #000000ad);
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 72px;
  line-height: 120%;
}

.paragraph-2 {
  text-align: left;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.botao {
  text-align: center;
  text-transform: uppercase;
  background-color: #7dc357;
  border-radius: 200px;
  padding: 15px 51px;
  font-weight: 600;
}

.section-3 {
  background-color: var(--white-smoke);
  padding: 120px 50px 20px;
}

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

.text-block-2 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}

.text-block-2._700 {
  margin-bottom: 25px;
}

.heading-2 {
  margin-top: 0;
}

.heading-2._0 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.heading-2._909 {
  margin-bottom: 25px;
  font-size: 34px;
  font-weight: 600;
}

.div-block-5 {
  margin-bottom: 80px;
}

.grid-with-icons {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

.div-block-6 {
  border-right: 1px solid #d5d5d58a;
  padding-top: 50px;
  padding-bottom: 25px;
  padding-right: 50px;
}

.div-block-6.end {
  border-right-style: none;
  padding-right: 0;
}

.text-block-3 {
  text-decoration: underline;
}

.heading-3 {
  margin-bottom: 25px;
}

.heading-3._1 {
  margin-bottom: 10px;
}

.heading-3._3 {
  margin-top: 0;
  font-weight: 500;
}

.heading-3._200 {
  margin-bottom: 15px;
}

.text-block-4 {
  color: var(--lime-green);
  font-family: More nmod, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.servicos {
  background-color: var(--white-smoke);
  padding: 100px 50px;
}

.div-block-7 {
  text-align: center;
  margin-bottom: 50px;
}

.div-block-7.o {
  color: #fff;
}

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

.link-block {
  margin-right: 25px;
  text-decoration: none;
  display: block;
}

.div-block-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 300px;
}

.div-block-9 {
  color: #292929;
  text-align: center;
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 230px;
  padding: 40px 45px 65px;
}

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

.section-4 {
  padding: 100px 50px;
}

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

.div-block-11 {
  border-radius: 8px;
  height: 550px;
}

.div-block-11.certy {
  background-image: url('../images/smc.jpg');
}

.div-block-12 {
  padding-top: 50px;
}

.div-block-13 {
  margin-bottom: 25px;
  padding-top: 25px;
}

.section-5 {
  background-color: var(--lime-green);
  padding: 100px 50px;
}

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

.section-6 {
  background-color: var(--white-smoke);
  padding: 100px 50px;
}

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

.grid-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-bottom: 25px;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #000000b3;
  height: 50px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 20px;
}

.section-7 {
  background-color: #1d1d1d;
  padding: 100px 50px;
}

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

.paragraph-3 {
  color: #fff;
  width: 80%;
  font-size: 14px;
}

.div-block-15 {
  padding-top: 20px;
  display: flex;
}

.heading-4 {
  color: #002b6c;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4.trust {
  color: #fff;
}

.div-block-16 {
  background-image: url('../images/nmodules_logo_white.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 200px;
  margin-bottom: 15px;
}

.div-block-16._2 {
  height: 120px;
}

.contain-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

._2 {
  padding-left: 25px;
}

.link-4 {
  border: 1px solid var(--lime-green);
  width: 50px;
  height: 50px;
  color: var(--lime-green);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-family: Setas e social, sans-serif;
  font-size: 21px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.section-8 {
  background-color: #272727;
  padding: 100px 50px;
}

.link-3 {
  color: #ffffffbf;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

.link-3:hover {
  text-decoration: underline;
}

.text-block-5 {
  color: #ffffffc2;
  margin-top: 25px;
  font-size: 12px;
}

.div-block-17 {
  padding-right: 25px;
}

.section-9 {
  padding-top: 120px;
}

.section-10 {
  background-color: #f0f0f08f;
  padding: 100px 50px;
}

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

.div-block-18 {
  padding-top: 50px;
  padding-left: 25px;
}

.div-block-18._300 {
  padding-left: 0;
}

.div-block-19 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 550px;
}

.div-block-19.tecnologia {
  background-image: url('../images/foto-para-tecnologia.jpg');
  height: 400px;
}

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

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

.div-block-22 {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 60px;
}

.text-block-4-copy {
  color: var(--lime-green);
  font-family: Missao visao, sans-serif;
  font-size: 59px;
  line-height: 100%;
}

.section-11 {
  padding: 100px 50px;
}

.section-12 {
  padding: 50px 50px 100px;
}

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

.grid-11 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.div-block-23 {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 45px;
  display: flex;
}

.div-block-24 {
  width: 150px;
  height: 150px;
}

.div-block-24._2 {
  background-image: url('../images/download.jpeg');
  background-size: cover;
}

.div-block-25 {
  flex: 1;
  padding-top: 0;
}

.link-block-2 {
  color: var(--lime-green);
  display: block;
}

.div-block-26 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

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

.link-block-3 {
  margin-bottom: 35px;
  margin-right: 25px;
  text-decoration: none;
  display: block;
}

.img-artigo {
  border-radius: 8px;
  height: 300px;
  display: block;
}

.div-block-27 {
  color: #333;
  height: 200px;
  padding-top: 25px;
  overflow: hidden;
}

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

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

.noticias-main {
  background-color: #ffffff8f;
  padding: 100px 50px;
}

.noticia-div {
  text-align: center;
  width: 80%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-29 {
  border-radius: 8px;
  height: 600px;
  margin-top: 50px;
}

.div-block-30 {
  padding-top: 50px;
}

.rich-text-block {
  text-align: left;
}

.not-main {
  background-color: #ffffff8f;
  padding: 100px 50px;
}

.text-block-7 {
  color: #afafaf;
  font-size: 21px;
  font-weight: 300;
}

.div-block-31 {
  padding-top: 100px;
}

.div-block-32 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.div-block-33 {
  height: auto;
  margin-top: 50px;
}

.link-5 {
  color: var(--lime-green);
  font-size: 17px;
  font-weight: 600;
}

.section-14 {
  margin-top: 100px;
}

.section-300 {
  background-color: #ffffff8f;
  padding: 100px 50px;
}

.lightbox-link {
  color: #fff;
  text-decoration: none;
}

.grid-13 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.link-block-4 {
  border-radius: 12px;
  height: 350px;
  margin-bottom: 25px;
  margin-right: 25px;
  display: block;
  position: relative;
}

.over-over {
  color: #fff;
  background-image: linear-gradient(360deg, #1b2e16, #0000);
  border-radius: 12px;
  padding: 25px;
  position: absolute;
  inset: 0%;
}

.div-block-34 {
  position: absolute;
  inset: auto 50px 40px 40px;
}

.tab-link-tab-3 {
  font-size: 18px;
}

.tab-link {
  color: #656565;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}

.tab-link.w--current {
  background-color: var(--lime-green);
  color: #fff;
}

.tab-link._5 {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.tab-link._6 {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.tabs-menu {
  z-index: 100;
  justify-content: center;
  display: flex;
  position: sticky;
  top: 130px;
}

.tab-pane {
  padding-top: 50px;
}

.div-block-35 {
  border: 1px dashed #fcb3b3;
  border-radius: 8px;
  width: 500px;
  margin-top: 25px;
  padding: 30px;
  display: flex;
}

.div-block-36 {
  background-image: url('../images/PDF_file_icon.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 90px;
}

.div-block-37 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 25px;
  display: flex;
}

.link-6 {
  color: #000;
  text-align: left;
  font-weight: 500;
}

.text-block-8 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.lightbox-link-2 {
  background-image: url('../images/casadoserralheiro-blog-seis-motivos-para-investir-em-cozinha-inox.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  height: 400px;
}

.grid-14 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-top: 100px;
}

.section-301 {
  background-color: var(--white-smoke);
  padding: 100px 50px 0;
}

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

.div-block-38 {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
}

.lig {
  color: var(--lime-green);
  font-family: Tel, sans-serif;
  font-size: 59px;
  line-height: 100%;
}

.div-block-39 {
  margin-top: 80px;
}

.map {
  border-radius: 8px;
  height: 600px;
}

.section-302 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/casadoserralheiro-blog-seis-motivos-para-investir-em-cozinha-inox.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 159px 50px 137px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-302._4 {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-block-2 {
  background-color: #fff;
  border-radius: 20px;
  min-width: 500px;
  margin-bottom: 25px;
  padding: 45px 55px 62px;
}

.div-block-284 {
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.fiinika-ana {
  background-image: url('../images/Nmodules_Logo_horizontal_ORIGINAL.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 70px;
}

.form-fiield {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 25px;
  font-size: 17px;
  transition: all .1s;
}

.form-fiield:hover {
  background-color: #fff;
}

.form-fiield:focus {
  background-color: #fff;
  border-color: #1675bd;
}

.form-fiield::placeholder {
  color: #9c9c9c;
}

.button-3 {
  background-color: var(--lime-green);
  text-align: center;
  text-transform: uppercase;
  border-radius: 200px;
  padding: .8rem 1.3rem;
  font-size: 15px;
  line-height: 120%;
  display: block;
}

.button-3:hover {
  background-color: #000;
}

.button-3._852 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.link-7 {
  color: #000;
  text-align: center;
  margin-top: 25px;
  font-weight: 600;
  display: block;
}

.navbar-2 {
  background-color: #fff;
  height: 100px;
}

.contain-3 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.brand-2 {
  background-image: url('../images/Nmodules_Logo_horizontal_ORIGINAL.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 100px;
}

.nav-menu-2 {
  display: flex;
}

.link-block-5 {
  color: #000;
  height: 100px;
  margin-left: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100px;
  text-decoration: none;
  display: flex;
}

.text-block-172 {
  margin-right: 5px;
  font-family: Nmodules main, sans-serif;
}

.section-303 {
  background-color: var(--white-smoke);
  min-height: 800px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 50px;
}

.grid-16 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.div-block-285 {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  display: flex;
}

.div-block-286 {
  background-image: url('../images/no-image.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 80px;
}

.div-block-286.pdf {
  background-image: url('../images/PDF_file_icon.svg.png');
  background-position: 50% 0;
}

.div-block-287 {
  flex: 1;
  padding-top: 10px;
  padding-left: 15px;
}

.text-block-174 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

.paragraph-4 {
  margin-bottom: 20px;
  font-size: 16px;
}

.div-block-288 {
  justify-content: space-between;
  margin-bottom: 25px;
  display: flex;
}

.div-block-288._2 {
  justify-content: flex-start;
  margin-bottom: 35px;
  padding-left: 0;
}

.div-block-289 {
  color: #11284c;
  margin-left: 0;
  margin-right: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  text-decoration: none;
}

.material-icons {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.material-icons._2 {
  padding-top: 0;
  padding-left: 0;
  font-family: Nmodules main, sans-serif;
  line-height: 1.2;
}

.section-header {
  margin-bottom: 7px;
  font-size: 40px;
}

.section-header.small {
  margin-top: -6px;
  margin-bottom: 0;
  font-size: 25px;
}

.section-header.no-padding {
  margin-bottom: 0;
}

.section-header.no-padding.profile-name {
  margin-bottom: 10px;
  font-size: 33px;
  line-height: 1.1;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrapper.profile-thumbnail {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-right: 4vw;
}

.user-info {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.user-info.t1 {
  margin-top: 10px;
}

.text-block-184 {
  color: #a3a3a3;
  font-size: 15px;
  font-weight: 600;
}

.profile-content-wrapper-2 {
  background-color: #fff;
  border: 1px #d9d9d9;
  border-radius: 24px;
  align-items: flex-start;
  padding: 32px 32px 32px 4vw;
  display: flex;
}

.profile-content-wrapper-2._456 {
  padding: 81px;
}

.profile-info-wrapper._4 {
  flex: 1;
  padding-top: 0;
}

.grid-17 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.link-8 {
  color: #04a777;
  text-align: center;
  background-color: #04a77712;
  border: 1px dashed #04a777;
  border-radius: 8px;
  padding: 15px;
  display: block;
}

.text-block-185 {
  border: 1px dashed var(--lime-green);
  text-align: center;
  background-color: #78c26726;
  border-radius: 8px;
  padding: 50px;
  font-size: 17px;
}

.form-block-3 {
  flex: 1;
}

.grid-18 {
  margin-bottom: 25px;
}

.div-block-290 {
  background-color: #fff;
  border-radius: 12px;
  padding: 50px;
}

.div-block-291 {
  background-image: url('../images/OLD_CONJ_45.159.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.paragraph-5.ty {
  margin-bottom: 25px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.collection-list {
  margin-right: -25px;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.collection-list-2, .collection-list-3, .collection-list-4 {
  margin-right: -25px;
}

.link-block-6 {
  background-image: url('../images/casadoserralheiro-blog-seis-motivos-para-investir-em-cozinha-inox.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  height: 350px;
  display: block;
  position: relative;
}

.div-block-292 {
  position: absolute;
  inset: auto 50px 40px 40px;
}

.heading-6 {
  margin-bottom: 25px;
}

.heading-6._200 {
  margin-bottom: 15px;
}

.section-304 {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div-block-293 {
  color: #fff;
  height: 380px;
}

.youtube-2 {
  border-radius: 5px;
  margin-bottom: 20px;
}

.text-block-187 {
  font-size: 19px;
  font-weight: 500;
  line-height: 120%;
}

.link-block-7 {
  color: #373737;
  text-decoration: none;
}

.grid-20 {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  margin-top: 50px;
}

.video {
  height: 300px;
  margin-bottom: 15px;
}

.section-305 {
  height: 850px;
  padding: 207px 50px 94px;
}

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

.div-block-294 {
  padding-top: 58px;
}

.div-block-295 {
  height: 500px;
  box-shadow: none;
  background-image: url('../images/png_20230602_131839_0000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #e5e5e5;
  border-radius: 5px;
}

.on-mobile {
  display: none;
}

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

.div-block-296 {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 25px;
}

.div-block-297 {
  background-image: url('../images/Screen-Shot-2023-05-09-at-6.20.40-PM.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #dedede;
  height: 300px;
}

.div-block-297._2 {
  background-image: url('../images/Screen-Shot-2023-05-09-at-6.21.02-PM.png');
}

.div-block-297._3 {
  background-image: url('../images/Screen-Shot-2023-05-09-at-6.21.41-PM.png');
}

.div-block-297._4 {
  background-image: url('../images/Screen-Shot-2023-05-09-at-6.21.21-PM.png');
}

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

.go-to-pri {
  border: 1px dashed var(--lime-green);
  color: var(--lime-green);
  text-align: center;
  border-radius: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none;
  display: block;
}

.text-block-189 {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.div-block-299 {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-bottom: 50px;
  margin-right: 50px;
  padding: 30px;
}

.collection-list-5 {
  margin-right: -50px;
}

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

.text-block-190 {
  background-color: var(--lime-green);
  color: #fff;
  border-radius: 8px;
  padding: 3px 7px;
  font-weight: 600;
  display: inline-block;
}

.text-block-191 {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.div-block-301 {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.div-block-302 {
  padding-top: 25px;
}

.text-block-192 {
  margin-bottom: 5px;
  font-size: 23px;
  line-height: 100%;
}

.text-block-193 {
  font-size: 20px;
  line-height: 120%;
}

.text-block-194 {
  text-align: center;
  background-color: #e7e7e7;
  border: 1px dashed #b7b7b7;
  border-radius: 8px;
  padding: 57px;
  font-size: 17px;
}

.success-message {
  background-color: #78c2673d;
  font-size: 16px;
}

.div-block-303 {
  padding-top: 9px;
}

.ty {
  flex: none;
}

.tyt {
  display: flex;
}

.text-block-195 {
  color: var(--lime-green);
  margin-left: 0;
  margin-right: 15px;
  padding-top: 3px;
  font-family: Tel, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

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

.link-block-8 {
  color: #2b2b2b;
  background-color: #fff;
  padding: 25px;
  text-decoration: none;
}

.div-block-304 {
  background-image: url('../images/portugal.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #eaeaea;
  height: 170px;
  margin-bottom: 15px;
}

.div-block-304.espa {
  background-image: url('../images/Espanha.webp');
}

.div-block-304.ingl {
  background-image: url('../images/england.svg');
}

.div-block-304.fran {
  background-image: url('../images/franca.png');
}

.collection-list-6 {
  margin-right: -25px;
}

.html-embed {
  min-height: 100px;
}

.slider-2 {
  background-color: #0000;
  height: 500px;
}

.slide-nav {
  display: none;
}

.slide-2 {
  background-image: url('../images/png_20230602_131839_0000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._2 {
  background-image: url('../images/2.jpg');
}

.slide-2.div-block-13 {
  background-image: url('../images/3.jpg');
}

.slide-2._4 {
  background-image: url('../images/4.jpg');
}

.slide-2._5 {
  background-image: url('../images/5.jpg');
}

.pri {
  float: right;
}

.div-block-305 {
  width: 100px;
  height: 100px;
  margin-top: 20px;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-306 {
  z-index: 1;
  padding-top: 20px;
  position: absolute;
  inset: auto 0% 3%;
}

.div-block-307 {
  float: right;
  background-color: #fff;
  background-image: url('../images/FEITO-EM-ANGOLA-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  width: 120px;
  height: 120px;
  margin-bottom: 50px;
  box-shadow: 0 2px 5px #00000017;
}

.div-block-307-copy {
  float: right;
  background-color: #fff;
  background-image: url('../images/logo_curvas_smc9001-2015-CINZA---CURVAS-e-SNAS-002.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 50px;
  margin-right: 10px;
  display: flex;
  box-shadow: 0 2px 5px #00000017;
}

.div-block-308 {
  position: fixed;
  inset: auto 7% 0% auto;
}

.grid-24 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-25, .grid-26 {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-27 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 18px;
  }

  .div-block-3 {
    width: 90%;
  }

  .contain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar._2 {
    height: 90px;
    padding-left: 0;
  }

  .brand {
    width: 250px;
    height: 80px;
  }

  .brand._2 {
    width: 150px;
    height: 80px;
  }

  .nav-menu {
    background-color: var(--lime-green);
    width: 70%;
    height: 100vh;
    padding-top: 50px;
  }

  .button {
    display: none;
  }

  .button._500 {
    display: block;
  }

  .nav-link {
    padding-left: 50px;
    line-height: 90px;
  }

  .nav-link._5 {
    display: block;
  }

  .nav-link.black {
    color: #fff;
    line-height: 90px;
  }

  .dropdown-list.w--open {
    background-color: #6cb25c;
    position: static;
  }

  .dropdown-link {
    padding-left: 50px;
  }

  .dropdown-link:hover {
    color: #fff;
  }

  .div-block-4 {
    width: 100%;
  }

  .heading {
    margin-top: 0;
    font-size: 46px;
  }

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

  .botao {
    font-size: 13px;
  }

  .section-3 {
    padding: 100px 0 80px;
  }

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

  .heading-2 {
    margin-bottom: 0;
    font-size: 39px;
  }

  .heading-2._0 {
    font-size: 25px;
  }

  .grid-with-icons {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-6 {
    border-right-style: none;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
  }

  .servicos {
    padding: 80px 0;
  }

  .div-block-7 {
    margin-bottom: 25px;
  }

  .div-block-7._2 {
    margin-bottom: 50px;
  }

  .link-block {
    margin-right: 0;
  }

  .div-block-8 {
    height: 200px;
  }

  .div-block-9 {
    padding: 45px 18px 18px;
  }

  .section-4 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-11 {
    height: 330px;
  }

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

  .section-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    padding: 80px 0;
  }

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

  .text-field {
    font-size: 18px;
  }

  .paragraph-3 {
    width: 90%;
  }

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

  .heading-4 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .div-block-16 {
    height: 80px;
  }

  .contain-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2 {
    padding-left: 0;
  }

  .link-4 {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .section-8 {
    padding: 70px 0;
  }

  .menu-button {
    color: #fff;
    height: 80px;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
  }

  .menu-button._2 {
    color: #333;
    height: 90px;
  }

  .dropdown, .dropdown-2 {
    display: block;
  }

  .div-block-17 {
    padding-right: 0;
  }

  .section-9 {
    padding-top: 90px;
  }

  .section-10 {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .div-block-19 {
    height: 450px;
  }

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

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

  .div-block-22 {
    padding: 55px;
  }

  .text-block-4-copy {
    margin-bottom: 25px;
  }

  .section-11 {
    padding: 80px 0;
  }

  .section-12 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-23 {
    flex-direction: column;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .div-block-24 {
    width: 200px;
    height: 200px;
    margin-bottom: 25px;
  }

  .div-block-25 {
    text-align: center;
    padding-left: 0;
  }

  .noticias-main {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .noticia-div {
    width: 100%;
  }

  .div-block-29 {
    height: 450px;
    margin-top: 35px;
  }

  .section-300 {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-4 {
    height: 300px;
    margin-right: 0;
  }

  .tab-link {
    text-align: center;
  }

  .lightbox-link-2 {
    height: 300px;
  }

  .section-301 {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .map {
    height: 450px;
  }

  .contain-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu-2 {
    background-color: var(--lime-green);
    width: 70%;
    height: 100vh;
    padding-top: 54px;
  }

  .link-block-5 {
    color: #fff;
    height: 100px;
    margin-left: 0;
    padding-left: 40px;
    line-height: 100px;
  }

  .text-block-172 {
    margin-right: 15px;
    font-size: 26px;
  }

  .menu-button-2 {
    height: 100px;
    padding: 30px 0 0;
    font-size: 38px;
  }

  .section-header {
    font-size: 34px;
  }

  .section-header.no-padding.profile-name {
    margin-top: 0;
  }

  .image-wrapper.profile-thumbnail {
    width: 200px;
    height: 200px;
  }

  .paragraph-5, .paragraph-6 {
    font-size: 18px;
  }

  .collection-list-2 {
    margin-right: -15px;
  }

  .paragraph-7 {
    margin-bottom: 25px;
  }

  .collection-list-3 {
    margin-right: -15px;
  }

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

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

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

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

  .section-305 {
    height: 100vh;
    padding-top: 112px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-295 {
    background-size: cover;
    height: 450px;
  }

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

  .div-block-296 {
    margin-right: 0;
  }

  .div-block-297 {
    border-style: none;
    height: 450px;
  }

  .div-block-299 {
    margin-bottom: 25px;
    margin-right: 25px;
    padding: 19px;
  }

  .collection-list-5 {
    margin-right: -25px;
  }

  .text-block-190 {
    font-size: 13px;
  }

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

  .slider-2 {
    height: 450px;
  }

  .div-block-308 {
    right: 3%;
  }

  .grid-24, .grid-25, .grid-26 {
    grid-template-columns: 1fr 1fr;
  }

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

@media screen and (max-width: 767px) {
  .heading {
    font-size: 33px;
  }

  .paragraph-2 {
    width: 100%;
  }

  .heading-2 {
    margin-bottom: 25px;
    font-size: 30px;
  }

  .div-block-6 {
    padding-top: 25px;
  }

  .text-block-4 {
    margin-bottom: 15px;
    font-size: 48px;
  }

  .link-block {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .div-block-9 {
    height: auto;
    padding-bottom: 45px;
  }

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

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

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

  .section-5 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-block-14 {
    flex-direction: column;
  }

  .text-field {
    margin-bottom: 0;
  }

  .text-field._5 {
    margin-bottom: 24px;
  }

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

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

  .div-block-23 {
    height: auto;
    padding-bottom: 45px;
  }

  .link-block-3 {
    margin-right: 0;
  }

  .div-block-29 {
    height: 350px;
  }

  .tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-211 {
    width: 100%;
  }

  .form-block-2 {
    min-width: 100%;
  }

  .material-icons {
    padding-top: 11px;
  }

  .section-header {
    align-items: center;
    height: 100%;
    font-size: 28px;
    display: flex;
  }

  .section-header.no-padding.profile-name {
    height: auto;
    margin-bottom: 10px;
    font-size: 23px;
  }

  .image-wrapper.profile-thumbnail {
    width: 160px;
    height: 160px;
  }

  .user-info {
    font-size: 18px;
  }

  .collection-list {
    margin-right: 0;
  }

  .collection-list-2 {
    margin-right: -15px;
  }

  .collection-list-3 {
    margin-right: 0;
  }

  .div-block-295, .div-block-297, .slider-2 {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 19px;
    font-weight: 600;
  }

  .div-block-2 {
    width: 250px;
  }

  .paragraph {
    font-size: 19px;
  }

  .brand {
    width: 150px;
  }

  .nav-menu {
    width: 80%;
  }

  .nav-link {
    line-height: 80px;
  }

  .dropdown-link {
    font-size: 12px;
  }

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

  .heading {
    font-size: 35px;
    overflow: hidden;
  }

  .paragraph-2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
  }

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

  .heading-2 {
    font-size: 28px;
  }

  .heading-2._0 {
    margin-bottom: 15px;
    font-size: 21px;
  }

  .heading-2._909 {
    text-align: center;
    font-size: 23px;
  }

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

  .div-block-6 {
    padding-right: 0;
  }

  .heading-3 {
    font-size: 18px;
  }

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

  .servicos {
    padding-top: 70px;
  }

  .div-block-8 {
    height: 250px;
  }

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

  .div-block-11 {
    height: 250px;
  }

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

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

  .text-field._5 {
    margin-bottom: 50px;
  }

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

  .paragraph-3 {
    width: 100%;
  }

  .section-10 {
    padding-top: 50px;
  }

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

  .div-block-19, .div-block-19.tecnologia {
    height: 250px;
  }

  .div-block-22 {
    padding: 50px 30px;
  }

  .youtube {
    height: 350px;
  }

  .div-block-23, .link-block-3 {
    margin-right: 0;
  }

  .img-artigo {
    height: 250px;
  }

  .div-block-27 {
    height: auto;
  }

  .noticias-main {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .div-block-29 {
    height: 250px;
  }

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

  .div-block-31 {
    padding-top: 50px;
  }

  .link-5 {
    text-align: right;
    margin-top: -27px;
    font-size: 13px;
  }

  .section-300 {
    padding-top: 50px;
  }

  .link-block-4 {
    height: 250px;
    margin-right: 0;
  }

  .div-block-34 {
    bottom: 25px;
    left: 25px;
  }

  .tab-link {
    padding: 15px 10px;
    font-size: 11px;
    line-height: 100%;
  }

  .tabs-menu {
    top: 100px;
  }

  .div-block-35 {
    width: auto;
  }

  .section-301 {
    padding-top: 50px;
  }

  .map {
    height: 350px;
  }

  .section-302 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-block-2 {
    padding: 50px 35px;
  }

  .button-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .navbar-2 {
    height: 90px;
  }

  .contain-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-2 {
    width: 170px;
    height: 90px;
  }

  .nav-menu-2 {
    width: 80%;
  }

  .menu-button-2 {
    height: 90px;
    padding-top: 30px;
    font-size: 35px;
  }

  .div-block-289 {
    margin-right: 10px;
  }

  .section-header {
    text-align: center;
    justify-content: center;
    font-size: 23px;
  }

  .section-header.small {
    text-align: left;
    justify-content: flex-start;
    font-size: 22px;
    font-weight: 600;
  }

  .section-header.no-padding.profile-name {
    font-size: 26px;
    display: block;
  }

  .image-wrapper.profile-thumbnail {
    width: 200px;
    height: 200px;
    margin: 8px auto 40px;
  }

  .profile-content-wrapper-2 {
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    padding: 0 0;
  }

  .profile-info-wrapper {
    text-align: center;
    align-self: center;
  }

  .paragraph-5.ty {
    margin-bottom: 10px;
  }

  .collection-list-2, .collection-list-3, .collection-list-4 {
    margin-right: 0;
  }

  .text-block-186 {
    font-size: 15px;
  }

  .section-304 {
    padding-top: 80px;
  }

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

  .div-block-293 {
    height: auto;
  }

  .text-block-187 {
    font-weight: 400;
  }

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

  .video {
    height: auto;
  }

  .section-305 {
    height: auto;
    padding-bottom: 60px;
  }

  .div-block-295 {
    background-size: contain;
    height: 300px;
  }

  .on-desktop {
    display: none;
  }

  .on-mobile {
    margin-top: 0;
    display: block;
  }

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

  .div-block-296 {
    padding: 25px 20px;
  }

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

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

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

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

  .div-block-304 {
    height: 150px;
  }

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

  .div-block-306 {
    width: 50%;
    inset: auto 0% 10% auto;
  }

  .div-block-307 {
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }

  .div-block-307-copy {
    width: 90px;
    height: 90px;
    margin-right: 0;
  }

  .div-block-308 {
    display: flex;
    position: fixed;
    inset: auto 3% 0% auto;
  }

  .grid-24, .grid-25, .grid-26, .grid-27, .grid-29 {
    grid-template-columns: 1fr;
  }
}

#w-node-bed9631a-30ff-286f-8cb0-854294bb87dd-fbf61021, #w-node-_357b8fb3-6601-5c20-cccb-2dd708e6e95d-fbf61021, #w-node-_9cdf1083-9eca-5098-1444-65d5988c5fae-fbf61021, #w-node-_84fe310e-9bd4-2b86-8b13-f1627e4366ae-fbf61021, #w-node-e711e798-c10f-59db-c6bb-ef629f4a7d8a-fbf61021, #w-node-_75314082-a0c2-4894-f876-f2529c6522c0-fbf61021, #w-node-_0fa882e1-ee6c-956b-8a7e-82ef5f40bc0c-fbf61021, #w-node-ed04ab66-59a7-d73a-1b66-97ad79ad9dc8-fbf61021, #w-node-ec6158f9-5478-0f37-1758-cf1c57c75b52-fbf61021, #w-node-fbd150b5-1dda-a696-6975-cad9fef03e38-fbf61021, #w-node-_73a4c1bf-b14a-9570-99dd-b8bb2edf0189-fbf61021, #w-node-_6fd8d2a3-4499-8fb4-3a21-6e6c5d58d233-fbf61021, #w-node-_48c422da-9067-af77-2290-ed1545e6dfc1-45e6dfbe, #w-node-_48c422da-9067-af77-2290-ed1545e6dfce-45e6dfbe, #w-node-_48c422da-9067-af77-2290-ed1545e6dfd9-45e6dfbe, #w-node-_3008ee08-be84-30eb-9ddb-6b921a958c4f-1a958c4c, #w-node-_3008ee08-be84-30eb-9ddb-6b921a958c57-1a958c4c, #Motivo.w-node-_3008ee08-be84-30eb-9ddb-6b921a958c5f-1a958c4c, #w-node-_07b7539c-a212-8f8d-988d-50e29ee0e2ca-fbf61024, #w-node-fd265610-0de3-b120-3e49-c870707a65f7-fbf61024, #w-node-_7e5c6185-37dd-520c-001a-63ca02e47372-fbf61024, #w-node-_43f99696-f099-f4ec-2898-00c78b338a2b-fbf61024, #w-node-_021c6c04-58e9-4a4b-413e-6dc21e43b46f-fbf61024, #w-node-_021c6c04-58e9-4a4b-413e-6dc21e43b474-fbf61024, #w-node-fe87f762-9938-72a8-4444-fb03b7a40266-fbf61029, #w-node-fe87f762-9938-72a8-4444-fb03b7a4025b-fbf61029, #w-node-f6877697-05eb-1956-f65f-4cc2efad6c21-fbf6102d, #w-node-_2603ea59-adb2-8ae5-3399-a8dd586e82a8-fbf6102d, #w-node-_4546f46a-8eb6-4b1f-b492-a24341eaebec-fbf6102d, #w-node-_9cdb69c1-c302-623e-2ca8-2b85a4965951-fbf61035, #w-node-f97808dd-a4fb-9ab8-61b3-f1565db6ec14-fbf61035, #w-node-_66e139ec-e43d-1950-cc07-13a90a5fbe13-fbf61035, #w-node-a495d5c6-1f48-76c2-eeb6-f3a3d91acaec-fbf61035, #w-node-_4990d2f3-e168-6db8-151e-214032b7f211-fbf61035, #w-node-_5fb320a9-8626-d932-d22a-ac053819ce17-fbf61035, #w-node-b6e93240-39ba-32b4-2b15-87dd8394296a-fbf61035, #w-node-_85b217d6-ac6d-198c-5ee3-c7556858f20d-fbf61035, #w-node-_98fc28ea-bf00-812f-5069-8cac5d59eacd-fbf61035, #w-node-_135f5949-0b25-a823-ac18-a870e1ad6f46-fbf61036, #w-node-fb1c43b0-12ad-4c72-1b99-4ecd303d5aa3-fbf61036, #w-node-db522cb2-82a8-ef98-6ff2-aed43edcc9dc-fbf61036, #w-node-_2e9aecb1-451f-918d-f330-f06397395aa2-fbf61036 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Areas font';
  src: url('../fonts/areas_font.eot') format('embedded-opentype'), url('../fonts/areas_font.woff') format('woff'), url('../fonts/areas_font.ttf') format('truetype'), url('../fonts/areas_font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Setas e social';
  src: url('../fonts/setas-e-social.eot') format('embedded-opentype'), url('../fonts/setas-e-social.woff') format('woff'), url('../fonts/setas-e-social.ttf') format('truetype'), url('../fonts/setas-e-social.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Missao visao';
  src: url('../fonts/missao-visao.eot') format('embedded-opentype'), url('../fonts/missao-visao.woff') format('woff'), url('../fonts/missao-visao.ttf') format('truetype'), url('../fonts/missao-visao.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Socials';
  src: url('../fonts/socials.eot') format('embedded-opentype'), url('../fonts/socials.woff') format('woff'), url('../fonts/socials.ttf') format('truetype'), url('../fonts/socials.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Phone  email';
  src: url('../images/') format('embedded-opentype'), url('../images/') format('woff'), url('../images/') format('truetype'), url('../images/') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tel';
  src: url('../fonts/tel.eot') format('embedded-opentype'), url('../fonts/tel.woff') format('woff'), url('../fonts/tel.ttf') format('truetype'), url('../fonts/tel.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nmodules main';
  src: url('../fonts/nmodules-main.eot') format('embedded-opentype'), url('../fonts/nmodules-main.woff') format('woff'), url('../fonts/nmodules-main.ttf') format('truetype'), url('../fonts/nmodules-main.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'More nmod';
  src: url('../fonts/more_nmod.eot') format('embedded-opentype'), url('../fonts/more_nmod.woff') format('woff'), url('../fonts/more_nmod.ttf') format('truetype'), url('../fonts/more_nmod.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}