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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}

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

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

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

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

:root {
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover-foreground: #060606;
  --dark-slate-blue: #303e56;
  --black: black;
  --goldenrod: #df9a22;
  --white-smoke: #fafafa;
  --_apps---colors--primary: var(--goldenrod);
  --_apps---colors--secondary: #ffeac4;
  --_apps---colors--muted-foreground-dark: #8b8b8b;
  --_apps---colors--input: #a3a3a3;
  --_apps---colors--accent-dark: #2d2d2d;
  --_apps---colors--background: #f8f8f8;
  --_apps---colors--accent: #dedede;
  --_apps---colors--muted: #f2f2f2;
  --white: white;
  --_apps---typography--heading-font: Poppins, sans-serif;
  --_apps---typography--body-font: Barlow, sans-serif;
  --_apps---typography--button-font: Poppins, sans-serif;
  --_apps---sizes--radius: 5px;
  --black-blue: #0b121d;
  --_apps---colors--foreground: #333;
  --_apps---colors--card: var(--white);
  --_apps---colors--popover: #ebebeb;
  --_apps---colors--primary-foreground: #120c04;
  --_apps---colors--secondary-foreground: #100d08;
  --_apps---colors--muted-foreground: #777374;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d5455f;
  --_apps---colors--border: #a0a0a0;
  --_apps---colors--ring: #d29f55;
  --_apps---charts--chart-1: #c27f00;
  --_apps---charts--chart-2: #d4a460;
  --_apps---charts--chart-3: #b76d00;
  --_apps---charts--chart-4: #b77e1e;
  --_apps---charts--chart-5: #995f00;
  --_apps---sidebar--sidebar: #f2f2f2;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: var(--goldenrod);
  --_apps---sidebar--sidebar-primary-foreground: #120c04;
  --_apps---sidebar--sidebar-accent: #dedede;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #a0a0a0;
  --_apps---sidebar--sidebar-ring: #d29f55;
  --_apps---colors--background-dark: #050505;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #181818;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #181818;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: var(--goldenrod);
  --_apps---colors--primary-foreground-dark: #120c04;
  --_apps---colors--secondary-dark: #2d1200;
  --_apps---colors--secondary-foreground-dark: #fdf8f1;
  --_apps---colors--muted-dark: #020202;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #dc4c64;
  --_apps---colors--border-dark: #a0a0a01a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #d29f55;
  --_apps---charts--chart-1-dark: var(--goldenrod);
  --_apps---charts--chart-2-dark: #ffd08b;
  --_apps---charts--chart-3-dark: #c37800;
  --_apps---charts--chart-4-dark: #f6be6e;
  --_apps---charts--chart-5-dark: #a96e00;
  --_apps---sidebar--sidebar-dark: #0b0b0b;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: var(--goldenrod);
  --_apps---sidebar--sidebar-primary-foreground-dark: #120c04;
  --_apps---sidebar--sidebar-accent-dark: #2d2d2d;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #d29f55;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
  background-color: #f8f8f8;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 150%;
}

.logo {
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  padding: 0 39px 12px 0;
}

.logo.w--current {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  margin-top: 5px;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

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

.container.flexed {
  flex: 1;
}

.container.page {
  z-index: 5;
  flex: 1;
  padding-left: 50px;
}

.container.hidden {
  display: none;
}

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

.btn-primary {
  color: #f5f5f5;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #df9a22;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.btn-primary:hover {
  background-color: #4e9dd3;
}

.btn-primary._1 {
  position: relative;
}

.btn-primary._2 {
  margin-top: 15px;
  padding-left: 60px;
  padding-right: 60px;
}

.btn-primary._2._1 {
  width: 200px;
}

.btn-primary.ad {
  border-radius: 10px;
}

.cta-button {
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  display: flex;
}

.cta-button.hidden {
  display: none;
}

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

.navbar {
  z-index: 100;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.navlink {
  color: #fff;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navlink:hover, .navlink.w--current {
  color: #df9a22;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding-left: 30px;
  display: flex;
}

.div-block._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: auto;
  margin-top: 40px;
  padding-top: 40px;
}

.div-block-3 {
  z-index: 3;
  width: 70%;
  position: relative;
}

.hero-h1 {
  color: #fff;
  text-align: left;
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 80px;
  position: relative;
}

.text-span {
  color: #f3b852;
  text-shadow: none;
  margin-top: 15px;
  font-family: Productsans, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 120%;
  display: block;
}

.paragraph-2 {
  color: #747474;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-2.white {
  color: #ccc;
}

.paragraph-2._2 {
  margin-bottom: 20px;
}

.paragraph-2.black {
  color: #333;
}

.paragraph-2.bold {
  color: var(--_apps---colors--card-foreground);
  font-weight: 400;
}

.h2 {
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 120%;
}

.h2.white {
  color: #fff;
}

.h2.white.center {
  text-align: center;
}

.h2._1 {
  margin-bottom: 20px;
}

.h2._0 {
  margin-bottom: 0;
  font-size: 25px;
}

.h2.noticia {
  font-size: 25px;
}

.success-message {
  color: #f5f5f5;
  background-color: #4da748;
  border-radius: 5px;
  font-weight: 300;
}

.form-block {
  z-index: 100;
  background-color: #303e56;
  border-top: 5px solid #df9a22;
  border-radius: 0 0 5px 5px;
  margin-top: -110px;
  margin-bottom: 0;
  padding: 70px 15%;
  position: relative;
  overflow: hidden;
}

.form-block._1 {
  border-radius: 20px;
  margin-top: 0;
}

.text-field {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc1f;
  border-radius: 0;
  height: 60px;
  margin-bottom: 25px;
  font-size: 16px;
}

.text-field:active, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: #f3f3f3;
}

.text-field::placeholder {
  color: #bbb;
}

.text-field:lang(en) {
  color: #f3f3f3;
}

.error-message {
  border-radius: 5px;
  font-weight: 300;
}

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

.form-lable {
  color: #fff;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  margin-right: 16%;
  padding-bottom: 0;
  display: flex;
}

.submit-button {
  color: #f5f5f5;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #df9a22;
  border-radius: 200px;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 48px;
  margin-top: 35px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.submit-button:hover {
  background-color: #4e9dd3;
}

.titulo-vantagem {
  color: #f5f5f5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
  font-size: 46px;
  font-weight: 500;
  line-height: 120%;
}

.text-block {
  color: #df9a22;
  font-family: Vantagens, sans-serif;
  font-size: 84px;
  line-height: 100%;
}

.text-block._2 {
  font-family: Miss, sans-serif;
}

.row {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.vantagem-content-wrapper {
  opacity: 1;
  text-align: left;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 40px;
}

.vantagem-content-wrapper.orange {
  background-color: #df9a229c;
}

.vantagem-content-wrapper.dark {
  background-color: #303e56cf;
}

.paragraph {
  color: #ffffffc2;
  text-align: left;
  font-size: 18px;
  line-height: 160%;
}

.paragraph.white {
  color: #ffffffd4;
  line-height: 30px;
}

.paragraph.dark {
  color: #131519;
  line-height: 30px;
}

.heading {
  color: #f5f5f5;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 28px;
  font-weight: 400;
}

.vantagem-section {
  background-color: #303e56;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.map {
  height: 600px;
}

.section-copy {
  background-color: #fff;
  padding-bottom: 100px;
  display: block;
}

.section-copy._1 {
  padding-bottom: 70px;
}

.div-block-4-copy {
  margin-right: 16%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.text-block-2 {
  color: #333;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.text-block-2.phone {
  color: #df9a22;
  letter-spacing: 2px;
  margin-bottom: 12.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.heading-2 {
  color: #303e56;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 500;
}

.link-block-2 {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px 10px;
  text-decoration: none;
  transition: all .37s;
  display: flex;
}

.link-block-2:hover {
  border: 1px solid #df9a22;
}

.link-block-2._3 {
  padding-left: 30px;
  padding-right: 30px;
}

.link-block-2._2 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-7 {
  z-index: 1000000;
  color: #fff;
  background-color: #303e56;
  display: none;
  position: fixed;
  inset: 0;
}

.image {
  object-fit: scale-down;
  height: 80px;
  display: block;
}

.hero-section {
  height: 800px;
  position: relative;
}

.row-2 {
  display: block;
  position: relative;
}

.slide {
  background-image: linear-gradient(0deg, #000, #0000 72%), url('../images/GLAM-X-9.jpg');
  background-position: 0 0, 50% 19%;
  background-size: auto, cover;
  padding-top: 120px;
}

.slider-2 {
  height: 100vh;
  top: 0;
}

.slide-2 {
  background-image: linear-gradient(to top, #000, #0000 86%), url('../images/IMG_9159.jpg');
  background-position: 0 0, 50% 22%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
}

.slide-2.recepao {
  background-image: linear-gradient(to top, #000, #0000 84%), url('../images/colaboradores-10.jpg');
  padding-top: 125px;
}

.slide-nav {
  font-size: 6px;
}

.foooter-div {
  display: flex;
}

.link {
  position: absolute;
  inset: 0;
}

.social-link-block {
  color: gray;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  height: 60px;
  margin-left: 20px;
  font-size: 16px;
  display: flex;
}

.social-link-block.j {
  color: #df9a22;
  height: auto;
  margin-left: auto;
  font-family: Dash icons, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.line {
  color: #ffffff21;
  background-color: #a0a0a07d;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.social-div {
  color: #df9a22;
  justify-content: flex-start;
  height: 60px;
  display: flex;
}

.container-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.contact-us {
  color: #fff;
  background-color: #303e56;
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-inside-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-right: 10px;
  display: flex;
}

.block {
  flex: 0 auto;
}

.block.b {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.block.b.y {
  font-size: 15px;
}

.block.a {
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.block.a.h {
  color: #df9a22;
  font-family: Dash icons, sans-serif;
  font-size: 24px;
}

.block.a.h._1 {
  height: auto;
}

.blok {
  flex: 1;
  align-items: center;
  height: 30px;
  display: flex;
}

.blok.f {
  background-image: url('../images/logo_select_white.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.text-block-5 {
  color: #fff;
  font-size: 14px;
}

.text-block-6 {
  color: #fff;
}

.c-interior {
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.c-interior.sobre {
  background-image: linear-gradient(#303e56d6, #303e56d6);
  height: 300px;
  position: relative;
}

.c-interior.servicos {
  background-image: linear-gradient(#00000069, #00000069), url('../images/servicos.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.c-interior.galeria {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Amazing-Photography-Techniques-To-Level-Up-Your-Skills-800x445.jpeg');
  background-position: 0 0, 50% 23%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.c-interior.fale {
  background-image: linear-gradient(#0006, #0006), url('../images/IMG_9382---Cópia.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-interior.estafetas {
  background-image: linear-gradient(#0006, #0006), url('../images/Document-Delivery-51018-848x450.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-interior.recruta {
  background-image: linear-gradient(#00000054, #00000054), url('../images/shutterstock_748719859_1.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50% 43%, 50%;
  background-size: auto, cover, cover;
}

.c-interior.acolhimento {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/shutterstock_31393375_2.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
}

.c-interior.q9 {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/Captura-de-ecrã-2019-07-08-às-23.30.22.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.c-interior.blog {
  background-image: linear-gradient(#00000036, #00000036), url('../images/servicos.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100px;
}

.c-interior.page {
  height: 100px;
}

.c-interior.noticiahero {
  height: 350px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 110%;
}

.about-div-flexed {
  display: flex;
}

.about-wrapper {
  background-color: #f8f8f8;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-wrapper.hidden {
  display: none;
}

.header-1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 65px;
  font-weight: 700;
  line-height: 110%;
  display: block;
}

.header-1.yy {
  font-size: 50px;
  line-height: 120%;
}

.header-1.yy.r {
  max-width: 400px;
}

.header-1.yy.r.black {
  color: #232627;
  text-transform: none;
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
}

.header-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 100;
  line-height: 130%;
}

.header-2.black {
  color: #232627;
  font-size: 18px;
  font-weight: 300;
}

.li {
  text-align: right;
}

.li.h {
  text-align: left;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 150%;
}

.li.go {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.bloc-1 {
  width: 350px;
  padding-right: 50px;
}

.bloc-2 {
  border-left: 1px solid #a0a0a0;
  flex: 1;
  padding-top: 20px;
  padding-left: 50px;
}

.div-in-div {
  max-width: 450px;
  position: static;
  bottom: 100px;
  left: 50px;
  right: 50px;
}

.div-in-div.black {
  color: #232627;
}

.servico-glamx {
  box-shadow: none;
  border: 1px #d8d8d81f;
  border-radius: 0;
  flex-direction: column;
  transition: opacity .35s;
  display: flex;
  position: relative;
}

.servico-glamx._2 {
  min-width: 50vh;
}

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

.sobre-nos-section.secss {
  background-color: #f1f1f1;
  padding: 70px 0;
}

.course-image {
  background-image: url('../images/colaboradores-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 250px;
  margin-bottom: 40px;
  margin-left: -40px;
  margin-right: -40px;
  position: relative;
}

.course-image.recepcao {
  background-image: url('../images/shutterstock_361843727_1.png');
}

.course-image.estafetas {
  background-image: url('../images/Captura-de-ecrã-2019-07-08-às-23.30.22.png');
}

.course-image.q1 {
  background-image: url('../images/GLAM-X-9.jpg');
  background-position: 100%;
}

.course-image.q3 {
  background-image: url('../images/shutterstock_361843727_1.png');
}

.course-image.q4 {
  background-image: url('../images/IMG_9130.jpg');
}

.course-image.q5 {
  background-image: url('../images/Captura-de-ecrã-2019-07-08-às-23.30.22.png');
}

.para {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.heading-1 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.row-3 {
  margin-right: -25px;
}

.galeria-section {
  background-color: #fafafa;
  padding-top: 10px;
  padding-bottom: 60px;
}

.div-block-10 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 18px;
  display: block;
}

.paragraph-3 {
  font-size: 22px;
  line-height: 150%;
}

.lightbox-link {
  background-image: url('../images/WhatsApp-Image-2018-07-05-at-22.03.46-1.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.image-2 {
  width: 1px;
}

.div-block-11 {
  margin-bottom: 50px;
  margin-right: 25px;
}

.row-5 {
  margin-right: -25px;
}

.heading-4 {
  margin-top: 15px;
  font-size: 21px;
  font-weight: 400;
  line-height: 130%;
}

.btn-secondary {
  text-transform: uppercase;
  background-color: #303e56;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin-top: 20px;
  font-size: 13px;
  display: flex;
}

.btn-secondary:hover {
  background-color: #df9a22;
}

.btn3 {
  text-align: center;
  text-transform: uppercase;
  background-color: #303e56;
  border: 1px solid #ffffff3b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  display: flex;
}

.btn3:hover {
  background-color: #df9a22;
}

.col {
  padding-top: 173px;
}

.te {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-7 {
  font-size: 11px;
}

.bold-text {
  font-weight: 400;
}

.nossos-servios-section {
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 40px;
}

.nossos-servios-section._2 {
  background-color: var(--_apps---colors--popover-foreground);
  padding-top: 100px;
  padding-bottom: 100px;
}

.slide-4 {
  background-image: linear-gradient(to top, #000, #0000 87%), url('../images/Captura-de-ecrã-2019-07-08-às-23.30.22.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
}

.posicionamento-no-mercado {
  text-align: center;
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.p4 {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 150%;
}

.columns {
  width: 50%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-12 {
  background-image: url('../images/CAE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  margin-right: 0;
}

.div-block-12-copy {
  background-image: url('../images/MINP.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  margin-right: 0;
}

.mobile-nav {
  background-color: #303e56;
  display: none;
}

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

.brand-logo {
  background-color: #fff;
  background-image: url('../images/Logo_GlamX.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand-logo.w--current {
  background-image: none;
  padding: 20px;
  position: fixed;
}

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

.logo-cliente._2 {
  height: 180px;
}

.iuiu-form {
  z-index: 100;
  background-color: #303e56;
  border-top: 5px solid #df9a22;
  border-radius: 0 0 5px 5px;
  margin-top: -110px;
  margin-bottom: 0;
  padding: 70px 15%;
  display: block;
  position: relative;
  overflow: hidden;
}

.contavtos-mobile {
  display: none;
}

.galeria-section-copy {
  background-color: #efefef;
  padding-top: 60px;
  padding-bottom: 60px;
}

.input.hide {
  display: none;
}

.link-block-3 {
  height: 400px;
  color: var(--dark-slate-blue);
  margin-bottom: 25px;
  margin-right: 25px;
  text-decoration: none;
  display: block;
}

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

.div-block-13 {
  background-image: url('../images/IMG_2717.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 300px;
}

.heading-5 {
  color: var(--black);
  font-size: 22px;
  line-height: 150%;
}

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

.img_blog {
  background-image: url('../images/77187337_103562231101136_8417831143545180551_n1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 17px;
  height: 250px;
  margin-bottom: 15px;
}

.text-block-10 {
  color: #a2a2a2;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.heading-6 {
  color: var(--black);
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-11 {
  color: var(--goldenrod);
  font-size: 15px;
  line-height: 150%;
}

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

.cinza {
  background-color: var(--white-smoke);
}

.blog-content {
  padding-top: 120px;
  padding-bottom: 100px;
}

.div-block-14 {
  margin-left: auto;
  margin-right: 25px;
}

.heading-7 {
  margin-top: 0;
  line-height: 150%;
}

.text-block-12 {
  color: #949494;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 18px;
}

.text-block-13 {
  color: var(--goldenrod);
  margin-bottom: 10px;
  font-size: 28px;
}

.div-block-15 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  height: 450px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.other-articles {
  border-left: 2px solid #ababab69;
  padding-left: 25px;
}

.columns-2 {
  margin-left: 0;
  margin-right: 0;
}

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

.heading-8 {
  color: #8b8b8ba3;
  margin-top: 0;
  margin-bottom: 25px;
}

.link-block-6 {
  margin-bottom: 20px;
  display: block;
}

.picture-mais-blog {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 30%;
  height: 90px;
}

.div-block-16 {
  float: left;
  width: 70%;
  height: 90px;
  padding-left: 15px;
}

.heading-9 {
  color: #3b3b3b;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
}

.text-block-14 {
  color: #b3b3b3;
}

.div-block-17 {
  width: 70%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-18 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.heading-10 {
  margin-bottom: 25px;
  line-height: 150%;
}

.lightbox-link-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
  margin-bottom: 25px;
  margin-right: 25px;
  display: block;
}

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

.texblock-1000 {
  font-size: 26px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-19 {
  background-color: var(--goldenrod);
  height: 100px;
}

.contacts-field {
  background-color: var(--goldenrod);
  height: 500px;
}

.contacts {
  background-color: #efefef;
  padding-bottom: 50px;
}

.overlay {
  z-index: 2;
  background-color: #303e56cf;
  position: absolute;
  inset: 0%;
}

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

.div-block-22 {
  justify-content: space-between;
  width: 85%;
  padding-top: 10px;
  display: flex;
}

.div-block-22._1 {
  margin-top: 0;
}

.banner-main {
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
  position: relative;
}

.text-block-15 {
  color: #e4e4e4;
  letter-spacing: 1px;
  margin-top: 15px;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
}

.text-block-15._2 {
  color: #df9a22;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}

.div-block-24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 440px;
  margin-top: 40px;
  display: grid;
}

.div-block-25 {
  align-items: center;
  height: 80px;
  padding-top: 10px;
  display: flex;
}

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

.btn-3 {
  background-color: #303e56;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-block-16 {
  color: #df9a22;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.text-block-16.bold {
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block-16.dark {
  color: #303e56;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.text-block-16._600 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-28 {
  width: 220px;
  margin-top: 40px;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-30 {
  position: relative;
}

.image-4 {
  object-fit: cover;
  border-top-left-radius: 100px;
  height: 100%;
  margin-top: 60px;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
}

.div-block-31._1 {
  margin-top: 60px;
}

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

.h3 {
  color: #fff;
  text-transform: capitalize;
  fill: #fff;
  margin-top: 0;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
}

.h3._2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.h3.orange {
  color: #df9a22;
}

.h3.black {
  color: #000;
}

.h3.bold {
  font-weight: 500;
}

.div-block-33 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  fill: #283752;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-33._2 {
  background-color: #28375200;
}

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

.div-block-36 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.div-block-37 {
  align-items: flex-end;
  height: 400px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-5 {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 0;
  width: 100%;
  height: 500px;
}

.image-5._2 {
  border-radius: 0;
}

.div-block-38 {
  position: static;
}

.div-block-39 {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-40 {
  margin-top: 25px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.swiiper {
  position: absolute;
  inset: 0%;
}

.image-6 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.list-banner {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}

.item {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-41 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.div-block-42 {
  background-color: #df9a2294;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  margin-bottom: -24px;
  margin-right: -29px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.linknav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.linknav:hover {
  color: #dd9b24;
}

.linknav.w--current {
  color: #dd9b24;
  font-weight: 600;
}

.linknav.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
}

.linknav._2 {
  color: #d3d3d3;
  text-transform: capitalize;
  border-bottom: 1px #eeeeee29;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}

.linknav._2:hover {
  color: #dd9b24;
}

.linknav._2._4 {
  color: #948f8f;
  padding-top: 0;
}

.linknav._1 {
  padding-bottom: 0;
}

.linknav._1:hover {
  color: #dd9b24;
}

.linknav._3 {
  padding-top: 0;
}

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

.dropdown-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #dd9b24;
}

.dropdown-list {
  background-color: #303e56;
}

.dropdown-list.w--open {
  background-color: #182741;
}

.youtube {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.youtube-2 {
  border-radius: 6px;
  display: none;
}

.div-block-43 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-45, .div-block-46 {
  color: #df9a22;
  border: 2px solid #df9a22;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.text-block-17 {
  color: #e2dede;
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-17._2 {
  color: var(--_apps---colors--primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-47 {
  background-color: #df9a2245;
  border-radius: 50px;
  width: 300px;
  height: 580px;
  margin-top: -66px;
  margin-right: -14px;
  display: none;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0%;
}

.image-7 {
  z-index: 1;
  border-radius: 0;
  transition: all .35s;
  position: relative;
}

.image-7:hover {
  transform: translate(2px, 2px);
}

.div-block-48 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-48._2 {
  padding-left: 100px;
}

.div-block-48._3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.clientes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.div-block-51 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-52 {
  background-image: url('../images/glmax33r.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.menu-plus {
  align-items: center;
  height: 80px;
  margin-top: 2px;
  padding-top: 8px;
  display: flex;
}

.div-block-54 {
  color: #dd9b24;
  text-decoration: none;
  transition: all .37s;
}

.div-block-54:hover {
  color: #fff;
}

.div-block-55 {
  background-color: #0000;
}

.menu-bg {
  z-index: 1010;
  background-color: #303e56;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.lin {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.line-lis {
  flex-flow: column;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.line-lis._2 {
  height: auto;
}

.line-lis._1 {
  height: 10vh;
}

.div-block-56 {
  padding-left: 10px;
}

.overlay-servico {
  cursor: pointer;
  background-image: linear-gradient(#303e5603, #303e563b 45%, #303e56c9 64%, #303e56);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay-servico._1 {
  border-radius: 0;
  display: none;
}

.overlay-servico._2 {
  background-image: linear-gradient(#303e5603, #1414140f 45%, #131414a1 64%, #000);
  border-radius: 0;
  text-decoration: none;
}

.overlay-servico._2:hover {
  background-image: linear-gradient(#303e5603, #303e5621 45%, #303e56a1 64%, #191e25);
}

.overlay-servico._50 {
  z-index: 2;
  background-image: linear-gradient(#2b2b2c03, #171718cc 45%, #1a1a1ad9 64%, #0e0e0e);
  height: 40%;
  inset: auto 0% 0%;
}

.overlay-servico.galeria {
  background-image: linear-gradient(#303e5600, #45464700 45%, #1c1d1f54 64%, #222427);
}

.info-servico {
  opacity: .98;
  display: none;
}

.text-block-18 {
  color: #fff;
  background-color: #df9a22;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-top: 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-toggle {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 25px 20px;
  display: flex;
}

.dropdown-toggle._2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.dropdown-list-2 {
  background-color: #0000;
  position: relative;
  inset: auto 0% 0%;
}

.dropdown-list-2.w--open {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-list-2.hidden {
  display: none;
}

.section-4 {
  background-color: #303e56;
  background-image: linear-gradient(256deg, #181d25a1, #303e56f0 51%, #303e56), url('../images/23498.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-57 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-58 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

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

.div-block-60 {
  width: 250px;
  margin-top: 100px;
}

.div-block-62 {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 670px;
  display: flex;
}

.div-block-63 {
  margin-top: 20px;
  box-shadow: 0 -14px 13px #00000014;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-8.s {
  object-position: 50% 100%;
}

.image-8.none {
  display: none;
}

.image-8._1, .image-8.car {
  object-position: 50% 50%;
}

.overlay-page {
  z-index: 2;
  background-color: #303e56ba;
  position: absolute;
  inset: 0%;
}

.overlay-page.blog {
  background-color: #303e56;
  height: 100px;
}

.overlay-page._1 {
  background-color: #303e56;
}

.div-block-64 {
  justify-content: flex-start;
  width: 70%;
  display: flex;
}

.youtube-3 {
  margin-top: 60px;
  display: none;
}

.div-block-65 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.esrtutura, .section-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div-block-67 {
  border: 1px dashed #df9a22;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.div-block-67._1 {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-67._1.sn {
  height: 70px;
}

.div-block-68 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-69 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list {
  padding-left: 15px;
}

.paragraph-4 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-70 {
  border-top: 1px dashed #ccc;
  width: 989px;
  height: 1px;
}

.div-block-71 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-72 {
  border-left: 1px dashed #ccc;
  height: 35px;
}

.div-block-73, .div-block-74 {
  justify-content: center;
  display: flex;
}

.div-block-75 {
  margin-top: 40px;
  display: none;
}

.tab-link-tab-1 {
  height: 150px;
}

.tab-link-tab-2 {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 180px;
  padding: 25px 40px;
  display: flex;
}

.tab-link-tab-2:hover {
  border-top: 1px solid #df9a22;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
  border: 1px solid #df9a22;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-block-19 {
  color: #df9a22;
  font-size: 18px;
  font-weight: 400;
}

.text-block-20 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.div-block-76 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-77 {
  background-color: #303e56;
  border-radius: 15px;
  height: 500px;
  padding: 40px;
}

.tab-pane-tab-1 {
  box-shadow: 0 2px 5px #0003;
}

.div-block-78 {
  background-image: url('../images/GLAM-X-9.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 600px;
}

.div-block-79 {
  flex-flow: column;
  justify-content: center;
  padding-right: 40px;
  display: flex;
}

.div-block-80 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 40px;
  display: grid;
}

.image-9 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 500px;
}

.section-6 {
  padding-top: 40px;
}

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

.destaque.page {
  margin-top: 20px;
}

.item-noticia {
  border-radius: 0;
  height: 400px;
  transition: all .35s;
  position: relative;
}

.item-noticia:hover {
  transform: translate(-2px, 2px);
  box-shadow: 0 2px 5px #0003;
}

.imagem-noticia {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.div-block-83 {
  position: relative;
}

.div-block-84 {
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-84._1 {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-85 {
  margin-top: 60px;
}

.linknav-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 20px;
  padding: 20px 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.linknav-copy:hover {
  color: #dd9b24;
}

.linknav-copy.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
}

.linknav-copy._2 {
  color: #d3d3d3;
  text-transform: capitalize;
  border-bottom: 1px #eeeeee29;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
}

.linknav-copy._2:hover {
  color: #dd9b24;
}

.linknav-copy._2._4 {
  color: #948f8f;
  padding-top: 0;
}

.linknav-copy._1 {
  padding-bottom: 0;
}

.linknav-copy._1:hover {
  color: #dd9b24;
}

.linknav-copy._3 {
  padding-top: 0;
}

.linknav-copy.drop {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  margin-left: 10px;
  margin-right: 15px;
  padding-right: 0;
}

.icon-2 {
  margin-right: 0;
}

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

.div-block-86._1 {
  width: 80%;
  padding-right: 0;
}

.div-block-87 {
  padding-right: 50px;
}

.div-block-87._1 {
  padding-right: 0;
}

.div-block-88 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-block-22, .text-block-23 {
  font-size: 20px;
}

.div-block-89 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  display: flex;
}

.div-block-90 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-90.mobile {
  display: none;
}

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

.div-block-92 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-3 {
  margin-right: 0;
  position: relative;
}

.div-block-93 {
  margin-top: 70px;
  position: relative;
}

.code-embed {
  border-radius: 0;
}

.div-block-94 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-95 {
  margin-top: 100px;
}

.todas-noticias {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.titulo-noticia {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.titulo-noticia.black {
  color: #333;
}

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

.section-8.hidden {
  display: none;
}

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

.section-9.dark {
  background-color: #303e56;
}

.section-9.orange {
  background-color: #df9a22;
}

.section-9.over {
  background-image: linear-gradient(#df9a22e0, #df9a22e0), url('../images/trabalhador-e-plataforma-de-petroleo-no-por-sol-criado-com-tecnologia-generative-ai.png');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.section-9._1 {
  background-color: #fff;
}

.div-block-97 {
  flex-flow: column;
  display: flex;
}

.image-11 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 400px;
}

.div-block-98 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.div-block-99 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-3 {
  border-radius: 0;
  height: 500px;
}

.slide-5, .mask {
  border-radius: 0;
}

.div-block-100 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

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

.div-block-502 {
  flex: 1;
}

.photo-upload-input-wrapper {
  border-bottom: 1px #e0e2e7;
  min-height: 170px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 24px;
}

.action-button {
  color: #667999;
  letter-spacing: -.3px;
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  flex: none;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .1s, color .1s, border-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.action-button:hover {
  color: #fff;
  background-color: #1b4d91;
  border-color: #1b4d91;
}

.icon-4 {
  cursor: pointer;
  width: 43px;
  height: 43px;
  padding-top: 15px;
  padding-left: 10px;
  transition: background-color .2s;
  overflow: hidden;
}

.icon-4:hover {
  background-color: #0000;
}

.icon-4.quick-action {
  align-items: center;
  width: auto;
  min-width: 44px;
  height: 50px;
  padding-bottom: 5px;
  padding-right: 14px;
  display: flex;
}

.icon-4.upload-icon {
  color: var(--_apps---colors--secondary);
  margin-top: -7px;
  margin-bottom: 11px;
  padding-left: 0;
  transform: scale(1.5);
}

.uploaded-image-name {
  height: 16px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 100%;
  overflow: hidden;
}

._3-buttons-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.uploaded-photo-content {
  background-color: #f8f8f8;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

.uploaded-photo-div {
  border-right: 1px solid #c9d7f0;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 15px;
  display: flex;
}

.photo-contain {
  max-width: 90px;
}

.photo-contain.pdf {
  max-width: 70px;
}

.button-text-5 {
  z-index: 0;
  height: 19px;
  padding-right: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-text-5.quick-action-text {
  margin-left: 6px;
  top: -1px;
}

.uploaded-image-resolution {
  color: #667999;
  font-size: 14px;
}

.main-font-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 24px;
  font-size: 24px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.uploaded-photo-wrapper {
  display: none;
  overflow: hidden;
}

.uploaded-photo-info {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.photo-upload-input-field-2 {
  text-align: center;
  cursor: pointer;
  background-color: #fff0;
  border: 1px dashed #cccccc36;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field-2:hover {
  background-color: #94949417;
}

.photo-upload-input-field-2:focus {
  background-color: #94949417;
  border-color: #ff5c4b47;
}

.photo-upload-input-field-2::placeholder {
  color: #9c9c9c;
}

.photo-upload-text {
  color: var(--_apps---colors--secondary);
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 100%;
}

.photo-upload-text.small-gray {
  color: var(--_apps---colors--muted-foreground-dark);
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 15px;
}

.div-block-503 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-12 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.div-block-504 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block-2 {
  font-size: 2px;
}

.div-block-505 {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  height: 80px;
  margin-bottom: 10px;
  padding: 40px 40px 20px;
  display: flex;
}

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

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

.section-10.hidden {
  display: none;
}

.div-block-507 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-508 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-509 {
  flex-flow: column;
  display: flex;
}

.div-block-509._1 {
  justify-content: center;
  padding-right: 60px;
}

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

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

.image-13 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.div-block-510 {
  height: 500px;
}

.div-block-511 {
  height: 600px;
}

.div-block-512 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-galeria2-wrapper {
  border-radius: 10px;
  width: 100%;
  height: 22rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.item-galeria2-wrapper:hover {
  transform: translate(0, 4px);
}

.item-galeria2-wrapper._2 {
  height: 15rem;
}

.item-galeria2 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.galeria-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  transition: all .4s;
  display: grid;
}

.div-block-514 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.text-block-24 {
  color: #6b6868;
  margin-bottom: 8px;
}

.div-block-515 {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.hora {
  margin-left: 20px;
}

.div-block-516 {
  width: 70%;
  padding-right: 40px;
}

.div-block-517 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.div-block-518 {
  height: 500px;
}

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

.tabs {
  display: none;
}

.left-arrow {
  height: 20px;
  margin-top: 10px;
  margin-right: 20px;
  inset: 0% 0% auto auto;
}

.right-arrow {
  height: 20px;
  margin-top: 10px;
  inset: 0% 0% auto auto;
}

.div-block-521 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-522 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.image-14 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 200px;
}

.text-block-25 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.div-block-523 {
  padding-bottom: 10px;
  padding-right: 20px;
}

.div-block-523._2 {
  background-color: #fff;
  border-radius: 0;
  padding-top: 20px;
  padding-left: 20px;
}

.image-15 {
  width: 100%;
  margin-top: 10px;
}

.image-15.raidu {
  border-radius: 12px;
}

.image-15._1 {
  width: 80%;
}

.div-block-524 {
  border-radius: 20px;
  height: 300px;
  margin-top: 40px;
  margin-bottom: 70px;
}

.div-block-525 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-526 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.div-block-527 {
  height: 70px;
}

.image-16 {
  object-fit: cover;
}

.div-block-529 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-530 {
  justify-content: center;
  height: 80px;
  display: flex;
  position: relative;
}

.div-block-531 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
}

.image-17 {
  height: 120px;
}

.image-17._3 {
  height: 100px;
}

.div-block-532 {
  margin-top: 60px;
}

.div-block-533 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-534 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-03-02-at-14.57.23.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-140 {
  background-image: linear-gradient(#0006, #0006), url('../images/19507-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  width: 100%;
  padding-left: 70px;
  display: flex;
}

.div-block-141 {
  background-color: #fff;
  border-radius: 8px;
  width: 40%;
  padding: 70px;
  font-family: Open Sans, sans-serif;
  overflow: auto;
}

.div-block-142 {
  background-image: url('../images/logo-original-4.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 80px;
  margin-bottom: 50px;
}

.text-field-2 {
  border-radius: 10px;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 24px;
  font-size: 17px;
}

.text-field-2._3 {
  margin-bottom: 40px;
}

.button {
  text-align: center;
  background-color: #22398e;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.button._100 {
  text-transform: uppercase;
  background-color: #2a48db;
  background-image: none;
  width: 100%;
  font-weight: 700;
  position: static;
}

.section-12 {
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-535 {
  background-image: linear-gradient(#0006, #0006), url('../images/GLAM-X-9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  width: 100%;
  padding-left: 70px;
  display: flex;
}

.div-block-536 {
  background-color: #fff;
  border-radius: 8px;
  width: 500px;
  padding: 70px;
  font-family: Open Sans, sans-serif;
  overflow: auto;
}

.div-block-537 {
  background-image: url('../images/Novo_logo_glam_x---original.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 80px;
  margin-bottom: 50px;
}

.text-block-26 {
  font-size: 17px;
  line-height: 1.2;
}

.nav-lin {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  fill: #fff;
  border-bottom: 1px solid #eeeeee0d;
  align-items: center;
  min-height: 60px;
  padding: 10px 35px 10px 45px;
  text-decoration: none;
  display: flex;
}

.nav-lin:hover {
  background-color: #ffffff0d;
  border-left: 4px #e8a036;
}

.nav-lin.w--current {
  color: #fff;
  background-color: #ffffff0f;
  border-left: 2px solid #dd9b24;
}

.nav-lin.logout {
  fill: #fff;
}

.nav-lin.logout:hover {
  color: #ec969a;
}

.links-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main {
  width: 100%;
  display: flex;
}

.brand-2 {
  background-image: url('../images/logotipo_logotipo---original-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 120px;
  height: 70px;
  display: block;
}

.brand-2.w--current {
  background-image: url('../images/logo-original-4.png');
  width: 120px;
  margin-top: 10px;
}

.navigation {
  z-index: 1000;
  background-color: #21364b;
  border-right: 1px solid #a0aec052;
  width: 25%;
  height: 100vh;
  position: fixed;
  inset: 0% auto 0% 0%;
  box-shadow: 0 2px 5px #0000001f;
}

.brand-wrapper {
  height: 150px;
  padding: 45px;
}

.div-block-147 {
  padding-bottom: 25px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-27 {
  margin-top: 2px;
  margin-right: 20px;
  font-size: 1.3rem;
  line-height: 1;
}

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

.text-block-169 {
  color: #222233b8;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-152 {
  color: #39393966;
}

.txt {
  color: #072e3c40;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.card-wrapper-2 {
  background-color: #fff;
  border-radius: 5px;
  height: 80px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #344e9814;
}

.card-wrapper-2:hover {
  border: 1px solid #072e3c3d;
}

.header-back-wrapper.buttonx {
  justify-content: flex-start;
  display: flex;
}

.text-block-168 {
  color: #00000087;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.card-item-2 {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.card-item-2.icon {
  color: #d13232;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-size: 1.5rem;
  display: flex;
}

.card-item-2.data-1 {
  width: 25%;
  padding-right: 1rem;
  display: flex;
}

.card-item-2.data-1.x {
  width: 15%;
}

.card-item-2.data-1.x._10 {
  width: 20%;
}

.card-item-2.name {
  color: #223;
  flex: 0 auto;
  align-items: center;
  width: 80%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-item-2.img {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.card-item-2.img._900 {
  width: 20%;
}

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

.heading-17.box {
  width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  overflow: hidden;
}

.side-a {
  width: 90%;
  display: flex;
}

.div-block-281 {
  flex: 1;
  width: 60%;
  display: flex;
}

.container-3 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-164 {
  color: #294dd3;
  margin-top: 3px;
  line-height: 1;
}

.content-wrapper {
  width: 75%;
  height: 100vh;
  padding-bottom: 50px;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.div-block-164 {
  text-align: center;
  min-width: 170px;
  max-width: 200px;
  margin-bottom: 0;
}

.button-3 {
  text-align: center;
  text-transform: uppercase;
  background-color: #344e98;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 96%;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

.button-3:hover {
  background-color: #5878d2;
  font-weight: 700;
}

.button-3.bx {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 9px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  transition: all .35s;
}

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

.button-3.mais {
  border: 1px solid var(--_apps---colors--input);
  color: #333;
  background-color: #0000;
}

.div-block-260-copy {
  padding-top: 0;
}

.text-block-167 {
  color: #fff;
  text-align: center;
  background-color: #a8a8a88f;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-weight: 700;
}

.text-block-167:hover {
  background-color: #01141b;
}

.text-block-170 {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
}

.side-a-1 {
  width: 50%;
  display: flex;
}

.hold-the-header {
  margin-top: 50px;
  margin-bottom: 50px;
}

.legenda-wrapper {
  border-top: 1px solid #344e981f;
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.side-b {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
  position: relative;
}

.side-b._123 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-150 {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.text-block-151 {
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
}

.div-block-170 {
  background-color: #fff;
  border: 1px #e2e2e2;
  border-radius: 8px;
  height: 220px;
  padding: 50px 35px 35px;
  position: relative;
  box-shadow: 1px 1px 3px #157a9f0a;
}

.icon-painel {
  display: flex;
}

.icon-painel._2 {
  color: #21364b;
}

.search-no-filtro-2 {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.div-block-263 {
  text-align: center;
  background-color: #fff;
  border: 1px #e0e2e7;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
  position: static;
  box-shadow: 1px 1px 3px #344e980f;
}

.search-input-2 {
  color: #171f36;
  background-color: #0000;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  font-size: 14px;
}

.search-input-2:focus {
  color: #171f36;
  background-color: #fff;
  border-color: #f76c5e;
}

.search-input-2::placeholder {
  color: var(--_apps---colors--accent-dark);
  font-size: 14px;
}

.text-block-171 {
  color: #222233b8;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-172 {
  color: #00000087;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.select-field-2 {
  color: #2d2d2d;
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  height: 40px;
  margin-bottom: 0;
  margin-right: 15px;
}

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

.heading-18.box {
  width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  overflow: hidden;
}

.div-block-538 {
  flex: 1;
  width: 60%;
  display: flex;
}

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

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

.container-4 {
  max-width: 1200px;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 0;
}

.form-3 {
  width: 100%;
  display: block;
}

.text-block-173 {
  color: #294dd3;
  margin-top: 3px;
  line-height: 1;
}

.div-block-539 {
  text-align: center;
  min-width: 170px;
  max-width: 200px;
  margin-bottom: 0;
}

.link-3 {
  float: left;
  color: #2222337d;
  padding-top: 2px;
  padding-right: 1.5rem;
  font-size: 34px;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.form-block-4 {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.search-button-3 {
  color: #b8bac1;
  background-color: #0000;
  width: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  inset: 0 0 0 10px;
}

.search-button-3._89 {
  background-image: url('../images/Search-Icon-gray.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  margin-top: 3px;
  top: 2px;
}

.text-block-174 {
  color: #fff;
  text-align: center;
  background-color: #21364b85;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
}

.text-block-174:hover {
  background-color: #01141b;
}

.div-block-540 {
  flex-flow: column;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.text-span-2 {
  color: var(--_apps---colors--background);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
}

.cliente {
  width: 24%;
}

.image-18 {
  border-radius: 0;
}

.success-message-2 {
  color: #171f36;
  font-size: 16px;
  line-height: 24px;
}

.form-success {
  z-index: 1000;
  background-color: #f0f0f0bf;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: fixed;
  inset: 0%;
}

.uploaded-photo-div-2 {
  border-right: 1px solid #d0d3dd;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-field-label-description {
  color: #9c9c9c;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 120%;
}

.uploaded-photo-wrapper-2 {
  display: none;
}

.form-text-field-3 {
  background-color: #fff;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 25px;
  font-size: 17px;
  transition: all .1s;
}

.form-text-field-3:hover {
  background-color: #fff;
}

.form-text-field-3:focus {
  background-color: #fff;
  border-color: #5968a3;
}

.form-text-field-3::placeholder {
  color: #9c9c9c;
}

.form-text-field-3._1 {
  margin-top: 10px;
}

.uploaded-photo-content-2 {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-282 {
  flex: 1;
}

.photo-upload-input-field {
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 2px dashed #d0d3dd;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field:hover {
  background-color: #fff;
}

.photo-upload-input-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.photo-upload-input-field::placeholder {
  color: #9c9c9c;
}

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

.heading-19.box {
  width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 40px;
  overflow: hidden;
}

.form-left-side-2 {
  background-color: #fff;
  border-left: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

.button-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.button-2.success-continue {
  background-color: #05b32e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.button-2.success-continue:hover {
  background-color: #058317;
}

.button-2.mensagem {
  text-align: center;
  text-transform: uppercase;
  background-color: #3158b1;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  display: block;
}

.button-2.mensagem:hover {
  background-color: #157a9f;
}

.button-2.success-continue-copy {
  background-color: #0000002e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.button-2.success-continue-copy:hover {
  background-color: #00000052;
}

.button-2.success-continue-copy.ok {
  color: #05b32e;
  background-color: #0000;
  border: 1px solid #05b32e;
  right: 177px;
}

.button-2.success-continue-copy.ok:hover {
  color: #fff;
  background-color: #05b32e;
}

.button-2.gray {
  color: #9c9c9c;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-2.gray:hover {
  color: #fff;
  background-color: #449e47;
  border-color: #0000;
}

.button-2.gray.apagar:hover {
  background-color: #fc3636;
}

.div-block-541 {
  flex: 1;
  width: 60%;
  display: flex;
}

.photo-upload-icon {
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

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

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

.form-success-content {
  background-color: #fff;
  border-radius: 4px;
  min-width: 200px;
  max-width: 1000px;
  height: 80px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 185px 27px 108px;
  position: relative;
  box-shadow: 0 2px 50px #00000042;
}

.form-success-content.with-2-buttons {
  background-color: #fff;
  padding-right: 303px;
  box-shadow: 0 2px 50px #00000042;
}

.container-5 {
  max-width: 1200px;
  margin-left: 60px;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 0;
}

.container-5._2 {
  max-width: none;
  margin-right: 20px;
  padding-right: 40px;
}

.success-flex {
  display: flex;
}

.uploaded-image-resolution-2 {
  color: #9c9c9c;
}

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

.form-field-label {
  color: #222233db;
  margin-bottom: 6px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.1;
}

.div-block-542 {
  text-align: center;
  min-width: 170px;
  max-width: 200px;
  margin-bottom: 0;
}

.uploaded-image-name-2 {
  height: 16px;
  line-height: 100%;
  overflow: hidden;
}

.form-button-icon {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.link-4 {
  color: red;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  top: 1px;
}

.fomr-alt-text {
  flex: 1;
  width: 80%;
  font-size: .8rem;
  line-height: 1;
}

.uploaded-photo-info-2 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.texto {
  border-radius: 8px;
  padding-bottom: 259px;
}

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

.div-1.eie {
  margin-top: 0;
  margin-bottom: 25px;
  overflow: hidden;
}

.test-form-block {
  background-color: #fff;
  border-radius: 4px;
  height: 947px;
  margin-bottom: 0;
  padding: 50px;
}

.test-form-block.zero-padding-all {
  background-color: #0000;
  height: auto;
  padding: 0;
}

.test-form-block.zero-padding-all._4000 {
  width: 800px;
}

.test-form-block.zero-padding-all._290 {
  width: 600px;
}

.confirmation-check-icon {
  color: #05b32e;
  text-align: center;
  background-color: #0000;
  border: 3px solid #05b32e;
  border-radius: 13px;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 32px;
  line-height: 50px;
  overflow: hidden;
}

.confirmation-check-icon.absolute-right {
  position: absolute;
  inset: 15px auto auto 20px;
}

.error-message-2 {
  color: #e6253f;
  text-align: center;
  background-color: #fce1e6;
  border: 1px solid #e6253f;
  border-radius: 4px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-size: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.image-19 {
  object-fit: contain;
  max-height: 80%;
}

.form-select-field {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 25px;
  transition: all .1s;
}

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

.form-select-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.form-select-field.last-item {
  border-radius: 4px;
  margin-bottom: 0;
}

.form-select-field.last-item:focus {
  border-color: #1675bd;
}

.form-2 {
  display: flex;
}

.form-2.round-corners {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-left: 16px;
  overflow: hidden;
}

.form-2.round-corners._10 {
  border-style: none;
  border-radius: 8px;
  margin-left: 0;
  box-shadow: 1px 1px 3px #344e9829;
}

.photo-upload-text-2 {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 100%;
}

.photo-upload-input-wrapper-2 {
  border-bottom: 1px solid #e0e2e7;
  min-height: 170px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
  overflow: hidden;
}

.div-block-146 {
  background-color: #e4e4e4eb;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

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

.button-4 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.button-4.mensagem-copy {
  color: #0b051f;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0b051f;
  border-radius: 9px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
  transition: none;
  display: block;
}

.button-4.mensagem-copy:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
}

.texto-2 {
  color: #33333382;
  margin-bottom: 10px;
  font-size: 17px;
}

.div-block-274 {
  flex: 1;
  padding-left: 50px;
}

.div-block-274._2 {
  padding-left: 0;
}

.div-block-272 {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
  display: flex;
  box-shadow: 1px 1px 3px #344e9826;
}

.titulo {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

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

.div-block-307 {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  padding: 100px;
  box-shadow: 1px 1px 3px #344e9826;
}

.div-block-544 {
  background-image: url('../images/finanças-para-autônomos.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  margin-bottom: 25px;
}

.heading-20 {
  margin-top: 0;
  font-weight: 600;
}

.text-block-175 {
  color: #727272;
  margin-bottom: 50px;
  font-size: 16px;
}

.text-block-176 {
  color: #fff;
  background-color: #3cb33c;
  border-radius: 5px;
  padding: 5px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.div-block-545 {
  flex: 1;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.section-artg {
  margin-bottom: 12px;
  padding-top: 25px;
  font-family: Lato, sans-serif;
}

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

.heading-21 {
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-287 {
  border: 1px dashed #cacaca;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px;
}

.uploaded-photo-wrapper-3 {
  display: none;
}

.div-block-546 {
  flex: 1;
}

.button-5 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.button-5.success-continue {
  background-color: #05b32e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.button-5.success-continue:hover {
  background-color: #058317;
}

.button-5.mensagem {
  text-align: center;
  text-transform: uppercase;
  background-color: #3158b1;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  display: block;
}

.button-5.mensagem:hover {
  background-color: #157a9f;
}

.button-5.success-continue-copy {
  background-color: #0000002e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.button-5.success-continue-copy:hover {
  background-color: #00000052;
}

.button-5.success-continue-copy.ok {
  color: #05b32e;
  background-color: #0000;
  border: 1px solid #05b32e;
  right: 177px;
}

.button-5.success-continue-copy.ok:hover {
  color: #fff;
  background-color: #05b32e;
}

.button-5.gray {
  color: #9c9c9c;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-5.gray:hover {
  color: #fff;
  background-color: #449e47;
  border-color: #0000;
}

.button-5.gray.apagar:hover {
  background-color: #fc3636;
}

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

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

.uploaded-image-resolution-3 {
  color: #9c9c9c;
}

.grid-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 5px;
}

.uploaded-photo-info-3 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.texto-3 {
  border-radius: 8px;
  padding-bottom: 259px;
}

.image-20 {
  object-fit: contain;
  max-height: 80%;
}

.link-6 {
  color: #ba2121;
  border: 1px solid #ba2121;
  border-radius: 5px;
  margin-right: 15px;
  padding: 15px;
  text-decoration: none;
}

.photo-upload-text-3 {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 100%;
}

.photo-upload-input-wrapper-3 {
  border-bottom: 1px solid #e0e2e7;
  min-height: 170px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
  overflow: hidden;
}

.link-5 {
  color: #157a9f;
  border: 1px solid #157a9f;
  border-radius: 5px;
  margin-right: 15px;
  padding: 15px;
  text-decoration: none;
}

.div-block-548 {
  background-color: #e4e4e4eb;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

.div-block-549 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.uploaded-photo-wrapper-4 {
  display: none;
}

.div-block-550 {
  flex: 1;
}

.button-6 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.button-6.success-continue {
  background-color: #05b32e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.button-6.success-continue:hover {
  background-color: #058317;
}

.button-6.mensagem {
  text-align: center;
  text-transform: uppercase;
  background-color: #3158b1;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  display: block;
}

.button-6.mensagem:hover {
  background-color: #157a9f;
}

.button-6.success-continue-copy {
  background-color: #0000002e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.button-6.success-continue-copy:hover {
  background-color: #00000052;
}

.button-6.success-continue-copy.ok {
  color: #05b32e;
  background-color: #0000;
  border: 1px solid #05b32e;
  right: 177px;
}

.button-6.success-continue-copy.ok:hover {
  color: #fff;
  background-color: #05b32e;
}

.button-6.gray {
  color: #9c9c9c;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-6.gray:hover {
  color: #fff;
  background-color: #449e47;
  border-color: #0000;
}

.button-6.gray.apagar:hover {
  background-color: #fc3636;
}

.button-6.red-lines {
  color: red;
  background-color: #0000;
  border: 1px solid red;
  font-size: 17px;
}

.button-6.red-lines:hover {
  color: #fff;
  background-color: red;
}

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

.uploaded-image-resolution-4 {
  color: #9c9c9c;
}

.uploaded-photo-info-4 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.image-21 {
  object-fit: contain;
  max-height: 80%;
}

.image-22 {
  object-fit: cover;
  border-radius: 9px;
  width: 100%;
  height: 100%;
}

.div-block-552 {
  fill: #fff;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 40px;
  padding: 20px;
}

.adicionar-foto {
  justify-content: flex-end;
  padding-bottom: 60px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.upload-area {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #dd9b24;
  fill: #dd9b24;
  background-color: #21364b;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 6px 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 5px #00000080;
}

.upload-area:hover {
  background-color: #000;
}

.modal-add-imagem {
  z-index: 1000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.form-block-5 {
  min-width: 600px;
}

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

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

.texto-4 {
  border-radius: 8px;
  padding-bottom: 20px;
}

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

.div-block-148 {
  color: #646464;
  fill: #646464;
  background-color: #fff;
  border-radius: 5px;
  height: 150px;
  padding: 50px 25px 25px;
  text-decoration: none;
  box-shadow: 1px 1px 3px #344e980f;
}

.div-block-148:hover {
  border: 1px solid #072e3c3d;
}

.icon-conf {
  color: #21364b;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 100%;
}

.text-block-178 {
  font-size: 20px;
  font-weight: 400;
}

.div-block-554 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

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

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

.link-block-15 {
  color: #01141b;
  text-align: center;
  background-color: #fff;
  border: 1px #e5e5e5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 270px;
  padding: 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #072e3c1a;
}

.link-block-15:hover {
  border-style: solid;
  border-color: #157a9f30;
}

.div-block-235 {
  background-image: url('../images/2539.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  flex: none;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.div-block-235._2 {
  background-image: url('../images/blank-profile-picture.jpeg');
}

.name-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.uploaded-photo-wrapper-5 {
  display: none;
}

.div-block-556 {
  flex: 1;
}

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

.uploaded-image-resolution-5 {
  color: #9c9c9c;
}

.image-23 {
  object-fit: contain;
  max-height: 80%;
}

.servico {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.setion2 {
  justify-content: center;
}

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

.arrow {
  color: #ddd;
  border: 1px solid #545454;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.arrow:hover {
  color: #9c9c9c;
  border-color: #9c9c9c;
}

.div-block-559 {
  justify-content: flex-end;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-560 {
  border: 1px dashed var(--_apps---colors--accent);
  background-color: var(--_apps---colors--muted);
  border-radius: 17px;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.sem-conteudo {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sem-conteudo.hidden {
  display: none;
}

.heading-22 {
  font-weight: 300;
}

.data-noticia {
  color: #df9a22;
}

.detalhe-titulo {
  text-transform: capitalize;
}

.detalhe-imagem {
  object-fit: cover;
  object-position: 50% 15%;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.detalhe-data {
  color: #838080;
  margin-bottom: 20px;
}

.detalhe-conteudo {
  color: #4c4a4a;
  font-size: 17px;
  line-height: 25px;
}

.relacionados {
  background-color: #eee;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  flex-flow: column;
  width: 30%;
  padding: 10px;
  display: flex;
}

.item-relacionado {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #dadada;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 6px;
  transition: all .4s;
  display: flex;
}

.item-relacionado:hover {
  color: var(--dark-slate-blue);
}

.titulo-relacionado {
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.imagem-relacionado {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.div-block-561 {
  width: 40%;
  height: 100px;
}

.div-block-562 {
  width: 60%;
}

.div-block-563 {
  width: 70%;
  padding-right: 40px;
}

.heading-23 {
  font-size: 18px;
  font-weight: 600;
}

.div-block-564 {
  align-items: flex-end;
  width: 30%;
  padding-bottom: 20px;
  display: flex;
}

.data-evento {
  color: var(--_apps---colors--primary);
  font-size: 15px;
}

.titulo-album {
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.img-capa {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.card-album {
  height: 500px;
  position: relative;
}

.lista-galeria-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-album {
  background-image: linear-gradient(#00000012, #0000 55%, #00000029 68%, #000);
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.titulo-detalhe {
  font-family: Poppins, sans-serif;
}

.foto-item {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 250px;
}

.img-detalhe {
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 250px;
}

.section-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.div-block-565 {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-24 {
  object-fit: cover;
  width: 60%;
  height: 700px;
}

.div-block-566 {
  padding-top: 40px;
  position: absolute;
}

.div-block-567 {
  background-image: url('../images/IMAGEM-CAPA.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

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

@media screen and (min-width: 1280px) {
  .div-block-22 {
    width: 90%;
  }

  .menu-plus {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section, .banner-main, .list-banner {
    height: 950px;
  }
}

@media screen and (max-width: 991px) {
  .logo.w--current {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 80px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.hero {
    max-width: 1300px;
  }

  .container.flexed {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.page {
    min-width: 768px;
    padding-left: 40px;
  }

  .btn-primary {
    height: 50px;
  }

  .cta-button {
    height: 70px;
  }

  .navbar {
    background-color: #0000;
    height: 70px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .navlink {
    display: none;
  }

  .div-block {
    height: 70px;
  }

  .div-block-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .hero-h1 {
    font-size: 68px;
    line-height: 76px;
  }

  .text-span {
    margin-bottom: 30px;
    font-size: 24px;
  }

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

  .h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .form-block {
    margin-top: 0;
  }

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

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

  .form-lable {
    font-size: 16px;
  }

  .div-block-4 {
    margin-bottom: 65px;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .titulo-vantagem {
    font-size: 30px;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .vantagem-content-wrapper {
    max-width: 450px;
    margin-bottom: 100px;
  }

  .vantagem-content-wrapper.bottom {
    margin-bottom: 0;
  }

  .vantagem-content-wrapper.orange, .vantagem-content-wrapper.dark {
    max-width: none;
    margin-bottom: 0;
  }

  .heading {
    font-size: 22px;
  }

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

  .map {
    height: 400px;
  }

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

  .div-block-4-copy {
    margin-top: 50px;
    margin-bottom: 0;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-2 {
    font-size: 24px;
  }

  .text-block-2.phone {
    font-size: 28px;
  }

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

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

  .link-block-2 {
    height: 200px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-section {
    height: 650px;
  }

  .slide {
    padding-top: 170px;
  }

  .slider-2 {
    height: 500px;
  }

  .slide-2, .slide-2.recepao {
    padding-top: 170px;
  }

  .foooter-div {
    flex-direction: column;
  }

  .link {
    height: 30px;
  }

  .social-link-block.j {
    justify-content: center;
    width: 60px;
    margin-left: 0;
  }

  .line {
    width: 320px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-div {
    justify-content: center;
    margin-top: 20px;
  }

  .social-div._1 {
    margin-top: -15px;
  }

  .container-2, .container-2.er {
    padding-left: 0;
    padding-right: 0;
  }

  .div-inside-column {
    text-align: center;
    justify-content: center;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .block.b.y {
    flex: 0 auto;
    margin-bottom: 2px;
  }

  .block.a.h {
    width: 40px;
  }

  .blok {
    justify-content: center;
    min-height: 30px;
  }

  .blok.f {
    background-position: 50%;
  }

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

  .text-block-6 {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .c-interior {
    height: 200px;
    padding-top: 20px;
  }

  .c-interior.sobre {
    height: 250px;
  }

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

  .heading-3._1 {
    margin-top: -30px;
  }

  .heading-3._6 {
    margin-top: -20px;
  }

  .about-div-flexed {
    flex-direction: column;
  }

  .about-wrapper {
    padding: 30px;
  }

  .header-1.yy {
    font-size: 35px;
    font-weight: 500;
  }

  .header-1.yy.r {
    max-width: 350px;
  }

  .header-1.yy.r.black {
    margin-top: 0;
    font-size: 26px;
  }

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

  .header-2.black {
    font-size: 17px;
  }

  .li {
    text-align: right;
  }

  .li.h, .li.go {
    font-size: 17px;
  }

  .bloc-1 {
    width: auto;
  }

  .bloc-2 {
    border-top: 1px solid #a0a0a0;
    border-left-style: none;
    border-left-width: 0;
    padding-top: 20px;
    padding-left: 0;
    font-size: 13px;
  }

  .div-in-div {
    max-width: 350px;
    bottom: 50px;
  }

  .div-in-div.black {
    max-width: 100%;
  }

  .servico-glamx {
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sobre-nos-section.secss {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .course-image {
    height: 200px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .para {
    font-size: 14px;
  }

  .heading-1 {
    font-size: 17px;
    line-height: 130%;
  }

  .row-3 {
    margin-right: -20px;
  }

  .paragraph-3 {
    margin-bottom: 40px;
  }

  .nossos-servios-section {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .slide-4 {
    padding-top: 170px;
  }

  .posicionamento-no-mercado {
    padding-top: 65px;
    padding-bottom: 80px;
  }

  .p4 {
    font-size: 17px;
  }

  .columns {
    margin-top: 50px;
  }

  .div-block-12, .div-block-12-copy {
    margin-right: 25px;
  }

  .mobile-nav {
    display: block;
  }

  .navbar-2 {
    background-color: #303e56;
  }

  .brand-logo {
    background-color: #0000;
    background-image: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    justify-content: center;
    align-items: center;
    padding: 4px 15px 0 0;
    display: flex;
    position: absolute;
  }

  .brand-logo.w--current {
    background-color: #0000;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px 0 0;
    display: flex;
    position: absolute;
  }

  .icon {
    color: #df9a22;
    font-size: 32px;
  }

  .text-block-8 {
    font-size: 17px;
  }

  .text-block-9 {
    text-align: left;
    font-size: 18px;
  }

  .menu-button {
    padding-right: 18px;
  }

  .iuiu-form {
    margin-top: 0;
    display: block;
  }

  .contavtos-mobile {
    padding-bottom: 50px;
    display: block;
  }

  .galeria-section-copy {
    padding-bottom: 70px;
    display: none;
  }

  .link-block-4, .collection-list-wrapper {
    margin-right: 0;
  }

  .blog-content {
    padding-top: 40px;
  }

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

  .heading-7 {
    font-size: 35px;
  }

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

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

  .div-block-15 {
    height: 400px;
  }

  .other-articles {
    border-left-style: none;
    margin-top: 50px;
    padding-left: 0;
  }

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

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

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

  .banner-main {
    height: 650px;
  }

  .div-block-27 {
    grid-template-columns: 1fr;
  }

  .div-block-32 {
    grid-template-columns: 1fr 1fr;
  }

  .list-banner {
    height: auto;
  }

  .item {
    align-items: center;
  }

  .image-7._2 {
    margin-top: 20px;
  }

  .div-block-48 {
    grid-template-columns: 1fr;
  }

  .div-block-48._3 {
    align-items: flex-start;
  }

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

  .div-block-50 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-51 {
    flex-flow: column;
    grid-template-columns: .75fr;
    display: flex;
  }

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

  .overlay-servico._50 {
    z-index: 5;
    height: 65%;
  }

  .div-block-63 {
    margin-top: 0;
  }

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

  .destaque {
    grid-template-columns: .75fr .5fr;
  }

  .item-noticia {
    height: 350px;
  }

  .div-block-89 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

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

  .div-block-90.desktop {
    display: none;
  }

  .div-block-90.mobile {
    display: flex;
  }

  .div-block-94 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

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

  .div-block-99 {
    grid-template-columns: 1fr;
  }

  .icon-4 {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
  }

  .icon-4.quick-action {
    min-width: 50px;
    height: 50px;
    padding-top: 10px;
    padding-left: 13px;
    padding-right: 17px;
  }

  .div-block-504 {
    grid-template-columns: 1fr;
  }

  .div-block-507 {
    grid-template-columns: 1.25fr;
  }

  .div-block-508 {
    grid-template-columns: 1fr;
  }

  .div-block-508._2 {
    flex-flow: wrap-reverse;
    width: 100%;
    display: flex;
  }

  .div-block-509._1 {
    padding-right: 20px;
  }

  .div-block-509._2 {
    padding-top: 20px;
    padding-left: 0;
  }

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

  .div-block-512 {
    grid-template-columns: 1fr 1fr;
  }

  .item-galeria2-wrapper {
    height: 14rem;
  }

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

  .left-arrow, .right-arrow {
    z-index: 10;
  }

  .div-block-522 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-140 {
    width: 50%;
  }

  .div-block-141 {
    width: 50%;
    padding-left: 35px;
    padding-right: 35px;
  }

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

  .button {
    font-size: 15px;
  }

  .div-block-535 {
    width: 50%;
  }

  .div-block-536 {
    width: 50%;
    padding-left: 35px;
    padding-right: 35px;
  }

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

  .navigation {
    display: none;
  }

  .card-item-2.img {
    flex: none;
  }

  .heading-17 {
    font-size: 2rem;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper {
    margin-left: 0;
  }

  .legenda-wrapper {
    display: none;
  }

  .text-block-150 {
    height: 40px;
    font-size: 13px;
    overflow: hidden;
  }

  .text-block-151 {
    font-size: 35px;
  }

  .div-block-170 {
    height: auto;
    padding: 25px;
  }

  .heading-18 {
    font-size: 2rem;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-3 {
    line-height: 1.2;
  }

  .heading-19 {
    font-size: 2rem;
  }

  .form-left-side-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .heading-21 {
    font-size: 32px;
  }

  .lista-galeria-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .logo.w--current {
    min-width: 100px;
    height: 70px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.page {
    min-width: 568px;
  }

  .container.galeria {
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-primary {
    min-width: 140px;
    height: 48px;
    font-size: 13px;
    font-weight: 400;
  }

  .div-block-3 {
    max-width: 100%;
    margin-top: 70px;
    padding-bottom: 60px;
  }

  .hero-h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .text-span {
    font-size: 19px;
  }

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

  .h2 {
    font-size: 28px;
  }

  .text-field {
    height: 50px;
    font-size: 14px;
  }

  .section {
    margin-top: -29px;
  }

  .form-lable {
    font-size: 15px;
  }

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

  .submit-button {
    height: 50px;
  }

  .titulo-vantagem {
    margin-bottom: 50px;
    font-size: 28px;
  }

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

  .vantagem-content-wrapper {
    max-width: 350px;
    margin-bottom: 70px;
  }

  .heading {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
  }

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

  .text-block-2, .text-block-2.phone {
    font-size: 15px;
  }

  .clientes-section {
    padding-bottom: 50px;
  }

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

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

  .hero-section {
    height: auto;
  }

  .slide {
    padding-top: 90px;
  }

  .slider-2 {
    height: 400px;
  }

  .slide-2, .slide-2.recepao {
    padding-top: 90px;
  }

  .foooter-div {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .line {
    width: 95%;
  }

  .social-div {
    margin-top: 0;
  }

  .contact-us {
    padding-top: 50px;
  }

  .div-inside-column, .blok {
    justify-content: flex-start;
  }

  .blok.f {
    justify-content: flex-end;
    width: 100%;
  }

  .heading-3._6 {
    margin-top: -20px;
  }

  .about-wrapper {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-1.yy {
    font-size: 26px;
  }

  .header-1.yy.r.black {
    font-size: 25px;
  }

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

  .li {
    text-align: center;
    align-self: flex-start;
  }

  .bloc-2 {
    padding-left: 0;
  }

  .sobre-nos-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }

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

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

  .btn-secondary {
    width: 140px;
    height: 40px;
    font-size: 11px;
  }

  .btn3 {
    height: 48px;
    padding-top: 10px;
  }

  .nossos-servios-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slide-4 {
    padding-top: 90px;
  }

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

  .div-block-12-copy {
    margin-right: 0;
  }

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

  .nav-menu {
    background-color: #303e56;
    border-left: 1px solid #273347;
    padding-top: 30px;
  }

  .inbound-nav {
    color: #fff;
    cursor: pointer;
    background-color: #0000;
    padding-left: 35px;
    display: block;
  }

  .inbound-nav.w--current {
    color: #df9a22;
  }

  .logo-cliente {
    width: 100%;
  }

  .logo-cliente._2 {
    width: 64%;
  }

  .galeria-section-copy {
    padding-top: 40px;
  }

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

  .banner-main {
    height: auto;
  }

  .text-block-15 {
    font-size: 19px;
    line-height: 25px;
  }

  .text-block-15._2 {
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-24 {
    grid-template-columns: 1fr;
    width: 330px;
  }

  .div-block-32 {
    grid-template-columns: 1fr;
  }

  .image-5 {
    height: 400px;
  }

  .list-banner {
    height: auto;
  }

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

  .line-lis {
    padding-left: 0;
  }

  .overlay-servico._50 {
    z-index: 5;
    background-image: linear-gradient(#303e5600, #303e56d4 30%, #303e56c7 45%, #303e56f5 64%, #303e56);
    height: 66%;
  }

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

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

  .item-noticia {
    height: 300px;
  }

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

  .div-block-88 {
    grid-template-columns: .75fr;
  }

  .div-block-89 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
  }

  .div-block-90.mobile {
    align-items: flex-start;
  }

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

  .div-block-92 {
    grid-template-columns: 1fr;
  }

  .section-9.dark, .section-9.orange, .section-9.cinza {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .image-11 {
    height: 300px;
  }

  .div-block-98 {
    grid-template-columns: 1fr;
  }

  .slider-3 {
    height: 400px;
  }

  .div-block-100 {
    grid-template-columns: 1fr;
  }

  .icon-4 {
    display: none;
  }

  .icon-4.quick-action {
    height: 48px;
    display: block;
  }

  .div-block-509._2 {
    padding-top: 0;
  }

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

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

  .left-arrow, .right-arrow {
    z-index: 10;
  }

  .div-block-521 {
    flex-flow: column;
    grid-template-columns: .5fr;
    align-items: flex-start;
    display: flex;
  }

  .image-15._1 {
    width: 60%;
  }

  .div-block-525 {
    grid-template-columns: 1fr;
  }

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

  .div-block-140 {
    width: 100%;
    height: 400px;
  }

  .div-block-141 {
    width: 100%;
    padding-top: 50px;
  }

  .div-block-142 {
    width: 150px;
  }

  .section-12 {
    flex-direction: column;
  }

  .div-block-535 {
    width: 100%;
    height: 400px;
  }

  .div-block-536 {
    width: 100%;
    padding-top: 50px;
  }

  .div-block-537 {
    width: 150px;
  }

  .heading-17, .heading-18 {
    font-size: 1.5rem;
  }

  .link-3 {
    padding-right: 1rem;
    line-height: 1;
  }

  .heading-19 {
    font-size: 1.5rem;
  }

  .form-2.round-corners._10 {
    flex-direction: column;
  }

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

  .text-block-175 {
    margin-bottom: 30px;
    font-size: 14px;
  }

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

  .heading-21 {
    font-size: 33px;
  }

  .card-album {
    height: 350px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
    line-height: 130%;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.page {
    min-width: 320px;
    padding-left: 20px;
  }

  .btn-primary {
    text-align: center;
    background-color: #002a3e;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
  }

  .cta-button.bottom {
    justify-content: center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 0;
    display: none;
  }

  .div-block-3 {
    max-width: 90%;
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .hero-h1 {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 38px;
    line-height: 45px;
  }

  .text-span {
    font-size: 15px;
    line-height: 140%;
  }

  .section-2 {
    z-index: 200;
    margin-top: -35px;
    position: relative;
  }

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

  .h2 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .form-block {
    padding: 25px 25px 35px;
  }

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

  .section {
    padding-bottom: 50px;
  }

  .form-lable {
    font-size: 15px;
  }

  .submit-button {
    height: 50px;
    margin-top: 15px;
    font-size: 11px;
  }

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

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .vantagem-content-wrapper.orange, .vantagem-content-wrapper.dark {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-copy {
    padding-bottom: 70px;
  }

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

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

  .link-block-2 {
    height: 150px;
    margin-bottom: 0;
    padding: 0;
  }

  .hero-section {
    height: auto;
  }

  .slide {
    background-position: 0 0, 50%;
    padding-top: 160px;
  }

  .slider-2 {
    height: 450px;
  }

  .slide-2 {
    background-image: linear-gradient(to top, #000, #0000), url('../images/shutterstock_361843727_1.png');
    background-position: 0 0, 50% 22%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 160px;
  }

  .slide-2.recepao {
    background-position: 0 0, 50%;
    padding-top: 135px;
  }

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

  .c-interior {
    height: 170px;
    padding-top: 20px;
  }

  .c-interior.q9 {
    padding-top: 70px;
  }

  .c-interior.noticiahero {
    height: 200px;
  }

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

  .heading-3._6 {
    margin-top: 0;
    font-size: 23px;
  }

  .heading-3._8 {
    margin-top: 12px;
    font-size: 26px;
  }

  .about-wrapper {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-1.yy.r.black {
    font-size: 20px;
  }

  .li {
    text-align: left;
  }

  .li.h, .li.go {
    text-align: left;
    font-size: 16px;
  }

  .servico-glamx {
    margin-right: 0;
  }

  .sobre-nos-section.secss {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .course-image {
    height: 200px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .course-image.recepcao {
    margin-bottom: 30px;
  }

  .para {
    font-size: 14px;
  }

  .row-3 {
    margin-right: 0;
  }

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

  .btn-secondary {
    margin-top: 0;
  }

  .slide-4 {
    background-image: linear-gradient(to top, #000, #0000), url('../images/Captura-de-ecrã-2019-07-08-às-23.30.22.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 160px;
  }

  .p4 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-12 {
    margin-bottom: 40px;
  }

  .brand-logo.w--current {
    width: 90px;
  }

  .text-block-8, .text-block-9 {
    font-size: 15px;
  }

  .menu-button {
    padding-right: 0;
  }

  .logo-cliente {
    max-width: 70%;
  }

  .iuiu-form {
    padding: 25px 25px 35px;
  }

  .link-block-3 {
    height: 300px;
  }

  .div-block-13, .img_blog {
    height: 200px;
  }

  .heading-6 {
    font-size: 19px;
  }

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

  .heading-7 {
    font-size: 28px;
    line-height: 130%;
  }

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

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

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

  .other-articles {
    border-left-style: none;
    margin-top: 70px;
    padding-left: 0;
  }

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

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

  .heading-10 {
    font-size: 25px;
  }

  .lightbox-link-2, .collection-list-wrapper-2 {
    margin-right: 0;
  }

  .contacts {
    padding-bottom: 50px;
  }

  .banner-main {
    height: auto;
  }

  .div-block-24 {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .overlay-servico._50 {
    height: 80%;
  }

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

  .section-5 {
    padding-top: 40px;
  }

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

  .div-block-86._1 {
    width: 100%;
  }

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

  .div-block-95 {
    margin-top: 60px;
  }

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

  .photo-upload-input-wrapper {
    overflow: hidden;
  }

  .action-button {
    margin-bottom: 10px;
  }

  .icon-4 {
    display: block;
  }

  .icon-4.quick-action {
    text-align: center;
    width: 100%;
    min-width: auto;
    height: auto;
    padding: 10px 7px 5px;
    display: flex;
  }

  ._3-buttons-wrapper {
    justify-content: flex-start;
  }

  .uploaded-photo-div {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }

  .uploaded-photo-wrapper {
    display: none;
  }

  .uploaded-photo-info {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .div-block-512 {
    grid-template-columns: 1fr;
  }

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

  .div-block-141 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .div-block-142 {
    width: 130px;
    margin-bottom: 35px;
  }

  .div-block-536 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .div-block-537 {
    width: 130px;
    margin-bottom: 35px;
  }

  .text-block-169 {
    margin-bottom: .3rem;
  }

  .card-wrapper-2 {
    height: auto;
    padding: 15px;
  }

  .header-back-wrapper.buttonx {
    align-items: center;
  }

  .card-item-2.data-1 {
    width: 100%;
  }

  .card-item-2.img {
    padding-left: 0;
  }

  .heading-17.box {
    margin-bottom: 0;
  }

  .side-a {
    flex-direction: column;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-164 {
    min-width: 150px;
    max-width: 160px;
  }

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

  .button-3.bx {
    margin-top: 12px;
  }

  .side-a-1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .text-block-150 {
    height: auto;
  }

  .text-block-171 {
    margin-bottom: .3rem;
  }

  .heading-18.box {
    margin-bottom: 0;
  }

  .container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-539 {
    min-width: 150px;
    max-width: 160px;
  }

  .link-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-19.box {
    margin-bottom: 0;
  }

  .form-left-side-2 {
    padding: 35px 25px;
  }

  .button-2.mensagem {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-542 {
    min-width: 150px;
    max-width: 160px;
  }

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

  .button-4.mensagem-copy {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

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

  .div-block-272 {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .heading-20 {
    font-size: 19px;
    font-weight: 700;
  }

  .text-block-175 {
    font-size: 12px;
    line-height: 130%;
  }

  .text-block-176 {
    font-size: 10px;
  }

  .div-block-545 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .button-5.mensagem, .button-6.mensagem {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .lista-galeria-container {
    grid-template-columns: 1fr;
  }
}

#w-node-_015b5582-29b6-bda8-64cb-bbc563e907f7-ae80dbc4, #w-node-f7d5b49c-7f0b-b615-123b-14efeca28607-6b5d536a, #w-node-f7d5b49c-7f0b-b615-123b-14efeca2860e-6b5d536a, #w-node-f7d5b49c-7f0b-b615-123b-14efeca28615-6b5d536a, #w-node-_736070c0-ab45-690a-4919-f451ffbce7f0-19e53b7c, #w-node-_736070c0-ab45-690a-4919-f451ffbce7f5-19e53b7c, #w-node-_736070c0-ab45-690a-4919-f451ffbce7fa-19e53b7c, #w-node-_736070c0-ab45-690a-4919-f451ffbce7ff-19e53b7c, #w-node-_736070c0-ab45-690a-4919-f451ffbce804-19e53b7c, #w-node-_736070c0-ab45-690a-4919-f451ffbce809-19e53b7c, #w-node-f2de06cc-bc57-5ed2-d787-cde68abb3fa5-c868a762, #w-node-f2de06cc-bc57-5ed2-d787-cde68abb3fb5-c868a762, #w-node-a90040e3-2e0c-8f1c-a575-ca819ebe34fe-286a2811, #w-node-_9522e3ef-367c-22fc-4d50-bbad93db959d-286a2811, #w-node-_869eacb4-9817-e5a5-a07d-472f716560d0-286a2811, #w-node-_65580478-2b03-35ad-034d-362719da90bf-286a2811, #w-node-_13c5ef1b-e411-f310-8fee-add3d0424a9a-286a2811, #w-node-_2692e02f-e5b1-e863-e681-8afeade98e4a-286a2811, #w-node-_00e2141e-2229-233d-1b42-bfb6d60be2c6-a59bb343, #w-node-_00e2141e-2229-233d-1b42-bfb6d60be2c9-a59bb343, #w-node-_00e2141e-2229-233d-1b42-bfb6d60be2cc-a59bb343, #w-node-_00e2141e-2229-233d-1b42-bfb6d60be2cf-a59bb343, #w-node-_00e2141e-2229-233d-1b42-bfb6d60be2d2-a59bb343, #w-node-_00e2141e-2229-233d-1b42-bfb6d60be2d5-a59bb343, #previewImage.w-node-_7fa4ca8d-c07b-4aec-b091-e7c6058bea55-a59bb343, #w-node-f42ddbe3-9687-62b0-0d65-96fd67410d81-5a504d7b, #w-node-fce19c75-5a9c-1235-4a4f-f4cef6f63dae-5a504d7b, #w-node-b74f35ab-2754-a1ad-36e9-04f3e5037935-5a504d7b, #w-node-_8f724ff7-c9c9-8d9c-ae17-6128ea2050c7-5a504d7b, #w-node-_485d026f-7418-9af4-f0c4-0df29bcc77c6-5a504d7b, #w-node-_34af74e9-4c7d-8b9d-e17a-b63b3717f02a-5a504d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Vantagens';
  src: url('../fonts/vantagens.eot') format('embedded-opentype'), url('../fonts/vantagens.woff') format('woff'), url('../fonts/vantagens.ttf') format('truetype'), url('../fonts/vantagens.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dash icons';
  src: url('../fonts/dash_icons.eot') format('embedded-opentype'), url('../fonts/dash_icons.woff') format('woff'), url('../fonts/dash_icons.ttf') format('truetype'), url('../fonts/dash_icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Miss';
  src: url('../fonts/miss.eot') format('embedded-opentype'), url('../fonts/miss.woff') format('woff'), url('../fonts/miss.ttf') format('truetype'), url('../fonts/miss.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}