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

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

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

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

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

@font-face {
  font-family: "Icons Social Media 7";
  src: url('../fonts/Icons-Social-Media-7.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Social Icons Pro Set 1 Rounded";
  src: url('../fonts/Social-Icons-Pro-Set-1---Rounded.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/PPTelegraf-UltraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/PPTelegraf-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/PPTelegraf-UltraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --layout: #000f1a;
  --main: #ff6217;
  --confirm: #4dcd5d;
}

.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: Productsans, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.button {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
}

.button._1 {
  color: #000;
  background-color: #3898ec00;
  border: .2em solid #0a8ed5;
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.mother {
  background-color: #0000;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  margin-bottom: 80px;
}

.logo_link {
  height: auto;
}

.image {
  width: 60%;
}

.button_talk {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.seccao_inicio {
  background-color: var(--layout);
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
}

.div-block-3._1 {
  padding-top: 80px;
}

.texto_h1 {
  color: #fffffff2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 64px;
  line-height: 120%;
}

.texto_h1._1 {
  color: var(--layout);
}

.div-block-4 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  color: #ffffffbf;
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 170%;
}

.paragraph._1 {
  color: var(--layout);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.paragraph._2 {
  color: #343434;
}

.grid-3 {
  grid-template-rows: auto;
}

.button-2 {
  border: 2px solid var(--main);
  color: #ffffffbf;
  text-align: center;
  background-color: #3898ec00;
  border-radius: 100px;
  padding: 0 40px;
  font-size: 17px;
  font-weight: 500;
  line-height: 50px;
}

.button-2:hover {
  background-color: var(--main);
}

.button-2._1 {
  color: #ffffffe6;
  background-color: #d97b08;
  border-style: none;
  width: 100%;
}

.button-2._1:hover {
  background-color: #9c5b0b;
}

.button-2._2 {
  color: var(--layout);
}

.button-2._2:hover {
  color: #ffffffe6;
}

.div-block-5 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  border: 2px solid var(--main);
  color: #f5f5f5;
  border-radius: 100px;
  min-width: 155px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-7 {
  margin-left: 8px;
  margin-right: -2px;
}

.icon {
  color: var(--main);
  font-family: Heydings Icons, Arial, sans-serif;
}

.icon._1 {
  color: #ffffff8f;
  font-family: Type Icons, Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.icon._1._2 {
  font-size: 20px;
}

.icon.whatsapp {
  color: #fff;
  font-family: Type Icons, Arial, sans-serif;
  font-size: 38px;
  line-height: 1;
}

.text-block {
  color: var(--main);
  font-weight: 500;
}

.seccao_image {
  position: relative;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 1000px;
}

.div-block-8 {
  background-image: linear-gradient(#0c06001a, #0c06001a);
  position: absolute;
  inset: 0%;
}

.seccao_servico {
  z-index: 100;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-2, .bold-text-3 {
  color: var(--main);
}

.seccao_como_funciona {
  background-color: var(--layout);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div-block-12 {
  background-color: #f5f5f5;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
}

.div-block-13 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: var(--layout);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.image-6 {
  width: 200px;
}

.heading-3 {
  color: #f5f5f5;
  margin-bottom: 20px;
}

.link {
  color: #ffffff8f;
  font-size: 18px;
  text-decoration: none;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-14._1 {
  flex-flow: row;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.link-block-2._1 {
  border: 2px solid #ffffff8f;
  border-radius: 5px;
}

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

.div-block-15 {
  justify-content: center;
  align-items: center;
  min-height: 150px;
  padding: 25px;
  display: flex;
}

.text-block-2 {
  font-size: 21px;
  font-weight: 500;
}

.div-block-16 {
  border: 1px solid #0003;
  border-radius: 12px;
}

.div-block-17 {
  background-image: url('../images/cometa-motoboy-2.png');
  background-position: 50% 27%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 300px;
}

.div-block-17._1 {
  background-image: url('../images/cometa-motoboy-3.png');
}

.div-block-17._1._0 {
  background-image: url('../images/cometa-motoboy-4.png');
  background-position: 50% 70%;
  border-radius: 12px;
}

.div-block-17._2 {
  background-image: url('../images/22783.jpg');
}

.div-block-17._2._5 {
  background-image: url('../images/cometa-motoboy-1.png');
  background-position: 50%;
  border-radius: 12px;
}

.div-block-17._6 {
  background-image: url('../images/Apresentação-Cometa.png');
  border-radius: 12px;
}

.seccao_image1 {
  background-image: linear-gradient(#0003, #0003), url('../images/2149229243.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 1000px;
}

.navbar-mobile, .div-block-21, .link-block-3 {
  display: none;
}

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

.navbar-menu {
  z-index: 10000;
  background-color: var(--layout);
  height: 120px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-22 {
  justify-content: center;
  align-items: flex-end;
  height: 100px;
  padding-top: 20px;
}

.seccao_navbar, .shadown {
  height: 120px;
}

.link-block-4 {
  color: #ffffffe3;
  margin-left: 25px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-23 {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-24 {
  background-color: var(--confirm);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 50px 50px auto;
}

.bold-text-4 {
  color: var(--main);
}

.link-block-5 {
  text-decoration: none;
}

.div-block-25 {
  background-image: url('../images/mockup-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
}

.master-hero {
  padding-top: 20px;
}

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

.brand {
  background-image: url('../images/cometa_express_logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 80px;
}

.navlink-j {
  border: 1px none var(--main);
  color: #fff;
  background-color: #ff6217;
  background-image: linear-gradient(80deg, #fb5622, #fca617);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-left: 15px;
  display: none;
}

.navlink-j._2 {
  color: var(--main);
  background-color: #fff;
  background-image: none;
  border-style: solid;
  border-width: 2px;
  font-weight: 700;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  display: flex;
}

.body {
  font-family: Pptelegraf, Arial, sans-serif;
}

.div-block-26 {
  padding-top: 80px;
  padding-bottom: 100px;
}

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

._60 {
  width: 50%;
  padding-top: 35px;
  padding-right: 0;
}

._60._1 {
  padding-top: 117px;
  padding-left: 0;
  padding-right: 55px;
}

.div-block-28 {
  width: 50%;
  padding-left: 50px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 81px;
  line-height: 100%;
}

.heading-4._200 {
  font-size: 68px;
}

.div-block-29 {
  border: 4px none var(--main);
  background-image: url('../images/cometa-motoboy-2.png');
  background-position: 50% 0;
  background-size: auto;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  height: 550px;
}

.paragraph-2 {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 150%;
}

.div-block-30 {
  margin-top: 35px;
  margin-bottom: 50px;
}

.button-3 {
  text-align: center;
  background-image: linear-gradient(92deg, #fc5a22, #fca218);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 55px;
  font-weight: 700;
  display: flex;
}

.button-3._2 {
  background-color: var(--layout);
  color: #fff;
  background-image: linear-gradient(92deg, #fc5a22, #fca218);
  height: 70px;
}

.section {
  background-image: url('../images/mockup-cometa.png');
  background-position: 50%;
  background-size: cover;
  height: 700px;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-31 {
  background-image: url('../images/COMETA-EXPRESS-APRESENTAÇÃO.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
}

.div-block-28-copy {
  width: 50%;
  padding-left: 0;
}

.heading-4-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 74px;
  line-height: 100%;
}

.section-3 {
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.div-block-33 {
  background-image: url('../images/cometa-motoboy-1.png');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  height: 300px;
}

.div-block-33._2 {
  background-image: url('../images/Apresentação-Cometa.png');
}

.div-block-33._4 {
  background-image: url('../images/mockup-1.png');
}

.div-block-34 {
  padding-top: 35px;
}

.text-block-3 {
  font-size: 21px;
  font-weight: 700;
}

.section-4 {
  background-color: var(--layout);
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div-block-35._4 {
  color: #fff;
}

.link-3 {
  color: var(--main);
}

.service-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img.is-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.icon-wrap {
  background-color: #ebeced;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: static;
  inset: 0% auto auto 0%;
}

.icon-wrap.emoji {
  background-color: #0000;
  border-radius: 0%;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
}

.container-2 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.grid-content {
  position: relative;
}

.grid-content._40-padding {
  padding: 44px;
}

.grid-content._40-padding.grey-bg {
  box-shadow: none;
  cursor: default;
  background-color: #fff;
  border: 1px solid #d7d8d9;
  border-radius: 4px;
}

.section-5 {
  background-color: #fff;
  padding: 75px;
}

.section-5.top-big-padding {
  padding-top: 180px;
  padding-bottom: 0;
}

.section-5.top-big-padding.overflow {
  padding: 0 0 111px;
}

.h2-header-grid {
  grid-column-gap: 105px;
  grid-row-gap: 105px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 52px;
  display: grid;
}

.header.extra-large {
  color: #ff621736;
  letter-spacing: -20px;
  height: 400px;
  margin-top: 196px;
  font-size: 500px;
  font-weight: 700;
}

.h2-heading-wrap {
  z-index: 1;
  margin-bottom: 52px;
  position: relative;
}

.h2-heading-wrap._0-margin {
  margin-bottom: 0;
}

.h3-heading {
  font-size: 26px;
}

.h3-heading-wrap {
  margin-bottom: 16px;
}

.body-2 {
  letter-spacing: .1px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 150%;
}

.body-2.thicker {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.extra-large-text-wrapper {
  cursor: default;
  mix-blend-mode: multiply;
  margin: -199px -100px -217px;
  padding-bottom: 43px;
  position: relative;
  overflow: hidden;
}

.div-block-36 {
  margin-top: 50px;
}

.link-block-6 {
  padding: 10px;
}

.button-3-copy {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(92deg, #fc5a22, #fca218);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 55px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-3-copy._2 {
  background-color: var(--layout);
  color: #fff;
  background-image: linear-gradient(92deg, #fc5a22, #fca218);
  height: 70px;
}

.div-block-37 {
  background-image: url('../images/whatsapp-branco.png');
  background-position: 50%;
  background-size: contain;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mother {
    position: relative;
  }

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

  .button_talk._1 {
    padding-top: 40px;
  }

  .texto_h1 {
    font-size: 48px;
  }

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

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

  .link-block {
    display: none;
  }

  .link-block._1 {
    display: block;
  }

  .icon.close {
    color: #ffffff8f;
    font-family: Byom, Arial, sans-serif;
    font-size: 30px;
    line-height: 100%;
  }

  .icon.menu {
    color: #ffffffc7;
    font-family: Byom, Arial, sans-serif;
    font-size: 30px;
    line-height: 100%;
  }

  .icon.login {
    font-size: 22px;
    line-height: 100%;
  }

  .image-3 {
    height: 500px;
  }

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

  .seccao_image1 {
    height: 600px;
  }

  .navbar-mobile {
    z-index: 99999;
    background-color: var(--layout);
    flex-flow: column;
    display: none;
    position: fixed;
    inset: 0;
  }

  .div-block-18 {
    text-align: center;
    cursor: pointer;
    width: 60px;
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 25px;
    right: 25px;
  }

  .div-block-19 {
    position: absolute;
    inset: 0;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 50px;
    display: flex;
    position: absolute;
    bottom: 140px;
    left: 50px;
  }

  .link-2 {
    color: #ffffff8c;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
    line-height: 70px;
    text-decoration: none;
  }

  .link-2:hover {
    color: var(--main);
  }

  .div-block-21 {
    color: #ffffffb3;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: 40px;
    text-decoration: none;
    display: flex;
  }

  .link-block-3 {
    border: 2px solid var(--main);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 5px;
    text-decoration: none;
    display: flex;
  }

  .navbar {
    display: none;
  }

  .navbar-menu, .seccao_navbar, .shadown {
    height: 100px;
  }

  .master-hero {
    padding-top: 0;
  }

  .brand {
    width: 160px;
    height: 70px;
  }

  .navlink-j {
    margin-bottom: 25px;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .navlink-j._2 {
    border-style: none;
  }

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

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

  .div-block-27 {
    flex-flow: column;
  }

  ._60 {
    width: 100%;
  }

  ._60._1 {
    padding-left: 0;
  }

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

  .heading-4 {
    font-size: 64px;
  }

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

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

  .section {
    height: 400px;
  }

  .div-block-31 {
    background-position: 50%;
    height: 400px;
  }

  .div-block-28-copy {
    width: 100%;
  }

  .heading-4-copy {
    font-size: 64px;
  }

  .heading-4-copy._9 {
    text-align: center;
    margin-bottom: 35px;
  }

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

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

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

  .div-block-34 {
    margin-bottom: 35px;
  }

  .div-block-35._4 {
    flex-flow: column;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 15px 0 0;
    font-size: 31px;
  }

  .h2-heading {
    font-size: 40px;
  }

  .service-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-5.top-big-padding {
    padding-top: 120px;
  }

  .section-5.top-big-padding.overflow {
    padding-bottom: 79px;
  }

  .h2-header-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1.25fr;
  }

  .header.extra-large {
    letter-spacing: -7px;
    height: auto;
    margin-top: 198px;
    padding-bottom: 57px;
    font-size: 310px;
  }

  .h3-heading {
    font-size: 24px;
  }

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

  .body-2.thicker {
    font-size: 18px;
    font-weight: 400;
  }

  .extra-large-text-wrapper {
    margin-top: -132px;
    margin-bottom: -64px;
    display: none;
  }
}

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

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

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

  .heading-4-copy {
    font-size: 60px;
  }

  .h2-heading {
    font-size: 34px;
  }

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

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

  .grid-content._40-padding.grey-bg {
    padding: 40px;
  }

  .h2-header-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 34px;
  }

  .header.extra-large {
    font-size: 260px;
  }

  .extra-large-text-wrapper {
    margin-bottom: -37px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .button_talk {
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
  }

  .seccao_inicio {
    padding-top: 40px;
  }

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

  .texto_h1 {
    font-size: 36px;
  }

  .texto_h1._1 {
    font-size: 35px;
  }

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

  .paragraph {
    font-size: 17px;
  }

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

  .button-2._1 {
    margin-bottom: 10px;
  }

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

  .icon.whatsapp {
    font-size: 34px;
  }

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

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

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

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

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

  .div-block-20 {
    margin-left: 0;
    bottom: 160px;
  }

  .link-2 {
    font-size: 25px;
  }

  .div-block-21 {
    margin-left: 20px;
  }

  .link-block-3 {
    width: 36px;
    height: 36px;
    display: none;
  }

  .div-block-24 {
    width: 50px;
    height: 50px;
    right: 20px;
  }

  .navlink-j {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-menu {
    width: 90%;
  }

  .div-block-26 {
    padding-bottom: 60px;
  }

  ._60 {
    padding-top: 25px;
  }

  ._60._1 {
    padding-top: 0;
  }

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

  .heading-4, .heading-4._200 {
    font-size: 35px;
  }

  .div-block-29 {
    background-position: 50% 0;
    background-size: cover;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 350px;
  }

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

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

  .button-3 {
    height: 50px;
    font-size: 13px;
  }

  .button-3._2 {
    height: 50px;
  }

  .section {
    display: none;
  }

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

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

  .heading-4-copy {
    font-size: 34px;
  }

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

  .div-block-32 {
    margin-bottom: 35px;
  }

  .div-block-33 {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 200px;
  }

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

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

  .h2-heading {
    font-size: 40px;
  }

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

  .grid-content._40-padding.grey-bg {
    padding: 10%;
  }

  .section-5 {
    padding: 28px 7vw;
  }

  .section-5.top-big-padding {
    padding-top: 80px;
  }

  .header.extra-large {
    margin-top: 56px;
    margin-left: -20px;
    font-size: 190px;
  }

  .h2-heading-wrap {
    text-align: left;
  }

  .h3-heading {
    font-size: 20px;
  }

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

  .body-2.thicker {
    font-size: 15px;
    font-weight: 500;
  }

  .extra-large-text-wrapper {
    margin-top: -80px;
    margin-bottom: -40px;
  }

  .button-3-copy {
    width: 100%;
    height: 50px;
    font-size: 13px;
  }

  .button-3-copy._2 {
    height: 50px;
  }

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

#w-node-e52f38d2-b24c-6cc3-dc3d-ee22291bbacb-9405cf58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6288679-b0e2-ac5a-8bf6-4d548f434126-92ab3bb9 {
  align-self: end;
}

#w-node-e6288679-b0e2-ac5a-8bf6-4d548f434129-92ab3bb9, #w-node-e6288679-b0e2-ac5a-8bf6-4d548f434131-92ab3bb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heydings Icons';
  src: url('../fonts/heydings_icons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Type Icons';
  src: url('../fonts/Type-Icons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icons Social Media 7';
  src: url('../fonts/Icons-Social-Media-7.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icons Pro Set 1 Rounded';
  src: url('../fonts/Social-Icons-Pro-Set-1---Rounded.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Byom';
  src: url('../fonts/byom.icons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-UltraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}