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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Biennale;
  src: url('../fonts/Biennale-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Biennale;
  src: url('../fonts/Biennale-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Biennale;
  src: url('../fonts/Biennale-black-1.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Biennale;
  src: url('../fonts/Biennale-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-smoke: #f9f9f9;
  --steel-blue: #147aef;
  --silver: #c8c8c8;
  --main-blue: #005536;
  --main-cinza: #f5f7f8;
  --main-dark-blue: #016d45;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

body {
  color: #333;
  background-color: #eee;
  font-family: Productsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.section {
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
  position: relative;
}

.section-2 {
  background-color: var(--white-smoke);
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.logo {
  background-image: url('../images/Meza-Fav-256.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 150px;
}

.itens-wrapper {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.linkk {
  z-index: 10;
  border-radius: 5px;
  height: 300px;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.div-block {
  z-index: 10;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
}

.text-block {
  color: #909090;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}

.header-section-cat {
  height: 350px;
  position: relative;
}

.header-section-cat.entradas, .header-section-cat.bebidas {
  background-image: linear-gradient(360deg, #000000e0, #0000 81%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-2 {
  z-index: 11;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 50px;
  margin-bottom: 10px;
}

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

.tab-link {
  text-align: center;
  background-color: #e2e2e2;
  border-radius: 200px;
  flex: none;
  min-width: 150px;
  min-height: 60px;
  margin-left: 0;
  margin-right: 15px;
  padding: 20px 20px 15px;
  font-size: 16px;
}

.tab-link.w--current {
  color: #fff;
  background-color: #343434;
  font-weight: 500;
}

.tabs-menu {
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  overflow: auto;
}

.tab-pane-tab-1 {
  padding: 40px 50px 20px;
}

.product-wrapper {
  border-bottom: 1px solid #b1b1b182;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
}

.side-a {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  padding-right: 25px;
  display: flex;
}

.side-b {
  width: 20%;
  font-weight: 500;
}

.heading-4 {
  margin-top: 0;
  font-weight: 400;
  line-height: 150%;
}

.text-block-2 {
  color: #00000087;
  font-family: Productsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-2.eng {
  margin-top: 10px;
  font-style: italic;
}

.text-block-3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.button {
  text-align: center;
  background-color: #000000f0;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  position: fixed;
  inset: auto 0% 0%;
}

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

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

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

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

.parent-login {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  flex: none;
  align-self: auto;
  width: 500px;
  padding: 50px;
}

.section-5 {
  background-color: #eaeaea;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-field-3 {
  background-color: #f3f3f3;
  border-radius: 5px;
  max-width: 700px;
  height: 50px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.text-field-3.password {
  margin-bottom: 10px;
}

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

.c-add-content_wrapper {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  width: 50vw;
  margin-bottom: 30px;
  padding: 50px 70px;
}

.c-add-content_wrapper.login {
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.field-label-2 {
  margin-bottom: 9px;
  font-weight: 700;
}

.submit-button {
  text-align: center;
  background-color: #53c77b;
  border-radius: 5px;
  width: 45%;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  display: inline-block;
}

.submit-button:hover {
  background-color: #1da256;
}

.submit-button.entrar {
  background-color: var(--steel-blue);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  display: block;
}

.submit-button.entrar:hover {
  background-color: #53c77b;
  border-style: none;
}

.login-logo-div {
  color: #22398e;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 90px;
  margin: 0 auto 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.main-section {
  background-color: #fff;
  max-width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  position: relative;
}

.top-bar {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-123 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 100%;
}

.navbar-statico {
  z-index: 100;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  max-width: 100%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

._25 {
  color: #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  text-decoration: none;
  display: flex;
}

._25.w--current {
  color: var(--steel-blue);
}

.icons {
  margin-bottom: 2px;
  font-family: Font menu, sans-serif;
  font-size: 23px;
}

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

.kpi-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: flex;
}

.sides {
  flex: none;
  width: 50%;
  padding-left: 15px;
  padding-right: 0;
}

.div-block-73 {
  background-color: var(--steel-blue);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 20vh;
  max-height: 20vh;
  padding: 20px;
  display: flex;
}

.div-block-73._2 {
  background-color: #084285;
}

.text-block-31 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 12px;
}

.numero {
  color: var(--white-smoke);
  font-size: 45px;
  font-weight: 700;
  line-height: 100%;
}

.shadow {
  max-width: 400px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.page_link_text_wrapper {
  flex: 1;
  position: relative;
}

.text-reclamacao {
  height: 20px;
  margin-top: 0;
  margin-bottom: 5px;
  overflow: hidden;
}

.text-reclamacao._8 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.date {
  color: #000;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 700;
  display: inline;
}

.date.dark {
  color: #000000a3;
  font-size: 16px;
  font-weight: 400;
}

.date.dark._30 {
  color: #00000075;
  display: block;
}

.date.dark._30._0 {
  color: #00000075;
  margin-bottom: 5px;
}

.page_link {
  color: #f2f2f2;
  background-color: #242527;
  align-items: center;
  height: 60px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.page_link.minhas_marcacoes {
  border: 1px none var(--silver);
  background-color: #fff;
  border-radius: 8px;
  height: auto;
  padding: 30px;
}

.page_link.minhas_marcacoes:hover {
  border-style: solid;
  border-color: var(--main-blue);
}

.icon_wrapper {
  height: 100%;
  display: inline-block;
}

.icon_wrapper.page_icon {
  flex: none;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.icon_wrapper.page_icon.right_chevron {
  opacity: .3;
  flex: none;
  margin-left: 12px;
  margin-right: 0;
}

.content-wrpas {
  background-color: #fff;
  padding: 10px 20px 100px;
  display: block;
}

.content-wrpas._900 {
  padding-top: 20px;
}

.text-block-32 {
  color: var(--main-blue);
  font-family: Font menu, sans-serif;
  font-size: 24px;
  transform: rotate(-180deg);
}

.paragraph {
  color: #000000a3;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}

.empty_state_wrapper {
  background-color: #0b0b0b12;
  border-radius: 5px;
  padding: 40px;
}

.empty_state_container {
  text-align: center;
  margin-bottom: 15px;
  display: block;
}

.empty_state_img {
  width: 180px;
  height: 120px;
  display: inline-block;
}

.empty_state_text-2 {
  color: #f2f2f2;
  text-align: center;
  font-size: 18px;
}

.empty_state_text-2.minhas_marcacoes {
  color: #919191;
  margin-bottom: 0;
}

.text-block-33 {
  color: #b6b6b6;
  font-family: Font menu, sans-serif;
  font-size: 100px;
  line-height: 120px;
}

._23 {
  margin-right: 10px;
  font-family: Font menu, sans-serif;
}

.artigo-block {
  border: 1px none var(--silver);
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon-pr {
  flex: none;
  width: 7%;
}

.name_etc {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.icon-ir-para {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  margin-top: 0;
  line-height: 30px;
  display: flex;
  position: relative;
}

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

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 40px;
  display: inline-block;
}

.heading-5._9 {
  margin-bottom: 10px;
}

.heading-5._10 {
  margin-bottom: 25px;
}

.dropdown {
  z-index: 10;
  flex: none;
  margin-right: 0;
}

.dropdown-toggle {
  z-index: 12;
  background-color: var(--steel-blue);
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.dropdown-list {
  right: -24.7812px;
}

.dropdown-list.w--open {
  border: 1px solid var(--silver);
  background-color: #fff;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  top: 42px;
  right: .2188px;
}

.duce {
  font-family: Font menu, sans-serif;
  position: relative;
  top: 3px;
}

.text-block-34 {
  color: var(--steel-blue);
  padding-top: 5px;
  font-family: Font menu, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.text-block-34.product {
  color: var(--main-blue);
  padding-top: 3px;
}

.text-block-34.green {
  color: #54cb6e;
}

.text-block-34.red {
  color: #ef9090;
}

.name-of-thing {
  color: #545454;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.name-of-thing.produtoss {
  color: #000;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-32-copy {
  color: #00000024;
  font-family: Font menu, sans-serif;
  font-size: 26px;
  transform: rotate(-180deg);
}

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

.link {
  color: #333;
  margin-top: 5px;
  margin-right: 15px;
  font-family: Font menu, sans-serif;
  font-size: 23px;
  line-height: 30px;
  text-decoration: none;
}

.dropdown-toggle-2 {
  z-index: 1;
  padding: 0;
}

.dropdown-2 {
  z-index: 1;
  text-align: right;
  font-family: Font menu, sans-serif;
  font-size: 23px;
  display: block;
}

.dropdown-list-2 {
  margin-right: -8px;
}

.dropdown-list-2.w--open {
  z-index: 10;
  border: 1px solid var(--silver);
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 10px;
  right: -8.3398px;
}

.dropdown-link {
  z-index: 10;
  font-family: Productsans, sans-serif;
  font-size: 14px;
}

.texto-completo {
  color: #8e8e8e;
  height: auto;
  margin-top: 0;
  margin-bottom: 5px;
  overflow: visible;
}

.paragraph-2 {
  margin-top: 20px;
  line-height: 165%;
}

.text-block-35 {
  z-index: 1;
  position: relative;
}

.form-field-label {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 100%;
}

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

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

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

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

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

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

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

.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.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: #3668fc;
  border-color: #0000;
}

.button-2.submit {
  background-color: var(--steel-blue);
  text-align: center;
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 45px;
  transition: all .1s;
  display: block;
}

.button-2.submit:hover {
  background-color: #1242af;
}

.button-2.blue {
  background-color: #3668fc;
}

.button-2.blue:hover {
  background-color: #1242af;
}

.button-2.blue.float-right {
  float: right;
  background-color: var(--main-blue);
  border-radius: 8px;
  height: 50px;
  margin-top: 3px;
  margin-right: 0;
  padding-top: 14px;
  font-size: 16px;
}

.button-2.blue.float-right:hover {
  background-color: #008353;
}

.button-2.blue.float-right.all {
  text-align: center;
  width: 100%;
}

.button-2.blue.float-right.all.black {
  background-color: #1d1d1d;
}

.button-2.apagar {
  color: red;
  background-color: #3898ec00;
  border: 1px solid red;
  border-radius: 8px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 50px;
}

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

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

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

.photo-upload-icon {
  margin-bottom: 14px;
  font-family: Font menu, sans-serif;
  font-size: 30px;
  line-height: 100%;
}

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

.form-button-icon {
  margin-right: 8px;
  font-family: Font menu, sans-serif;
  position: relative;
  top: 2px;
}

.photo-upload-input-field {
  background-color: var(--main-cinza);
  text-align: center;
  cursor: pointer;
  border: 2px dashed #d0d3dd;
  border-radius: 8px;
  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;
}

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

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

.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-wrapper {
  border-bottom: 1px solid #e0e2e7;
  min-height: 170px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
}

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

.form-select-field {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  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;
  font-size: 16px;
}

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

.div-block-127 {
  height: 25px;
}

._40 {
  margin-bottom: 25px;
}

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

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

.form-text-field-2:focus {
  background-color: #fff;
  border-color: #f76c5e;
}

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

.form-text-field-2.long {
  height: 150px;
  font-size: 16px;
}

.form-text-field-2.long._800 {
  height: 300px;
}

.div-block-128 {
  width: 60%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
}

.button-3 {
  border: 1px solid var(--silver);
  color: #333;
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 50px;
  display: block;
}

.button-3._2 {
  margin-top: 25px;
}

.link-2 {
  color: #e4e4e4;
  text-align: center;
  margin-top: 25px;
  display: block;
}

.link-3 {
  color: #d8d8d8;
  margin-right: 10px;
}

.error {
  background-color: #000000c7;
  padding: 165px 61px 61px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-129 {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
}

.div-block-130 {
  background-image: url('../images/alert_1alert.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
}

.div-block-130._34 {
  background-image: url('../images/check-mark_1check mark.png');
}

.div-block-130._45 {
  background-image: url('../images/Amber-alert_1Amber alert.png');
}

.div-block-130._304 {
  background-image: url('../images/loading.gif');
}

.text-block-36 {
  margin-bottom: 25px;
  font-size: 17px;
}

.button-4 {
  border-radius: 5px;
  padding: 0 40px;
  line-height: 45px;
}

.button-4._30 {
  background-color: #7a7a7a;
  margin-top: 10px;
}

.button-4._100 {
  background-color: var(--steel-blue);
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  font-size: 15px;
}

.button-4._100._500 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.sucesso, .certeza, .loading {
  background-color: #000000c7;
  padding: 165px 61px 61px;
  display: none;
  position: fixed;
  inset: 0%;
}

.img-principal {
  background-image: url('../images/mobile_file_2021-03-04_10-50-37-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.overlay {
  z-index: 10;
  background-image: linear-gradient(#000000a1, #000000a1);
  position: absolute;
  inset: 0%;
}

.img-categoria {
  background-image: url('../images/mobile_file_2021-03-04_10-50-37-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.overlay-2 {
  z-index: 7;
  background-image: linear-gradient(to top, #000000f2, #00000036 59%);
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.overlay-3 {
  z-index: 10;
  background-image: linear-gradient(to top, #000000de, #0000);
  position: absolute;
  inset: 0%;
}

.img-da-categoria {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.section-6 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-131 {
  color: #2c2c2c;
  background-color: #fff;
  border-radius: 8px;
  width: 500px;
  height: auto;
  min-height: 500px;
  max-height: 600px;
  padding: 50px;
}

.div-block-131._3 {
  min-height: auto;
}

.div-block-132 {
  background-image: url('../images/MEZA-logo-inicial.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 60px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-4 {
  background-color: var(--main-cinza);
  color: #2c2c2c;
  border: 1px #000;
  border-radius: 8px;
  height: 50px;
  font-size: 17px;
}

.text-field-4.long {
  height: 150px;
}

.botao-main {
  background-color: var(--main-blue);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  line-height: 50px;
}

.botao-main:hover {
  background-color: var(--main-dark-blue);
}

.botao-main.no-color {
  color: var(--main-blue);
  background-color: #3459cf00;
  border: 1px solid #041f412e;
}

.botao-main.no-color:hover {
  text-decoration: underline;
}

.field-label-3 {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 400;
}

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

.div-block-134 {
  margin-bottom: 15px;
}

.link-4 {
  color: #0a153569;
  margin-bottom: 25px;
  font-size: 15px;
  display: block;
}

.navbar {
  background-color: #fff;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.shadow-1 {
  height: 80px;
}

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

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

.nav-link {
  color: #535353;
  margin-left: 20px;
  padding: 0;
  font-size: 17px;
  line-height: 80px;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--main-blue);
}

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

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  margin-bottom: 0;
}

.div-block-135 {
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 220px;
  padding: 35px;
  display: flex;
}

.text-block-37 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-38 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-136 {
  text-align: right;
  width: 100%;
  margin-top: 15px;
}

.link-5 {
  float: right;
  color: #ffffffe3;
  text-align: center;
  border: 1px solid #f9f9f975;
  border-radius: 20px;
  max-width: 250px;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
}

.text-block-39 {
  color: #0000006b;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 100%;
}

.text-block-40 {
  border: 1px dashed var(--silver);
  background-color: var(--main-cinza);
  text-align: center;
  border-radius: 8px;
  padding: 34px;
}

.avaliacoes-wrapper {
  margin-bottom: 25px;
}

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

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

.link-block-2 {
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  height: 100px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  border: 1px solid var(--main-blue);
}

.text-block-41 {
  margin-right: 15px;
  font-family: Font menu, sans-serif;
  font-size: 31px;
  line-height: 120%;
}

.text-block-42 {
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}

.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 {
  height: 40px;
  font-family: Font menu, sans-serif;
  top: 7px;
}

.filters-flex {
  margin-right: -15px;
  display: flex;
}

.select-field {
  color: #2f2f2f;
  background-color: #fff;
  border: 1px #e5e5e500;
  border-radius: 8px;
  flex: 1;
  height: 50px;
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 16px;
}

.wrapper-1 {
  text-align: center;
  border: 1px #e5e5e5;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  padding: 0;
  display: flex;
  position: static;
}

.div-block-12 {
  flex: 1;
  width: 70%;
  margin-left: 0;
  padding-left: 0;
}

.search-input-3 {
  color: var(--main-blue);
  background-color: #fff;
  border: 1px #e5e5e5;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  font-size: 17px;
}

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

.search-input-3::placeholder {
  color: #b8bac1;
  font-size: 17px;
}

.form-block-3 {
  margin-bottom: 0;
}

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

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

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

.back-now {
  color: #00000069;
  margin-right: 25px;
  font-family: Font menu, sans-serif;
  font-size: 35px;
  line-height: 35px;
  text-decoration: none;
}

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

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

.form-block-4 {
  background-color: #fff;
  border-radius: 8px;
  width: 70%;
  padding: 50px;
}

.div-block-140 {
  max-width: 200px;
}

.categroia-block {
  border: 1px none var(--silver);
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tabx {
  background-color: var(--main-cinza);
  border-radius: 8px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.tabx.w--current {
  background-color: var(--main-blue);
  color: #fff;
}

.tab-p1 {
  padding-top: 25px;
}

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

.div-block-142 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--main-cinza) black black;
  margin-top: 15px;
  padding-top: 15px;
}

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

.link-block-9 {
  background-color: #fff;
  border: 1px #d0d3dd;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 200px;
  padding: 34px;
  text-decoration: none;
  display: flex;
}

.link-block-9:hover {
  border-style: solid;
  border-color: var(--main-blue);
  color: #3668fc;
}

.text-block-166 {
  color: var(--main-blue);
  margin-bottom: 15px;
  font-family: Font menu, sans-serif;
  font-size: 30px;
  line-height: 120%;
}

.text-block-167 {
  color: #171f36;
  font-size: 17px;
  line-height: 120%;
}

.text-block-168 {
  color: #0000005c;
  margin-top: 10px;
  font-size: 16px;
}

.icon-wrapper-2 {
  color: #040f20;
  align-items: center;
  height: 100%;
  padding: 0 1.79em;
  transition: all .2s;
  display: flex;
}

.icon-wrapper-2:hover {
  color: #040f20;
  background-color: #ebecf073;
}

.icon-wrapper-2.w--open {
  color: #040f20;
  background-color: #e3e4e8;
}

.icon-wrapper-2.close-x {
  color: #040f20;
  cursor: pointer;
  justify-content: center;
  width: 100%;
  padding-bottom: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.8em;
}

.icon-wrapper-2.close-x:hover {
  background-color: #0000;
}

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

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

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

.icon._100 {
  width: auto;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  font-family: Font menu, sans-serif;
  font-size: 24px;
}

.back-button {
  z-index: 25;
  background-color: #fff;
  border-radius: 6em;
  width: 3.5em;
  height: 3.5em;
  text-decoration: none;
  position: fixed;
  inset: 1.8em auto auto 3em;
  box-shadow: 0 3px 1em #040f2040;
}

.logo-link-2 {
  flex: none;
  align-items: center;
  width: 150px;
  height: 100%;
  margin-right: 1.79em;
  padding-bottom: 0;
  display: flex;
}

.mother-div-3 {
  display: block;
}

.main-font-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 24px;
  font-family: Font menu, sans-serif;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 2px;
  overflow: hidden;
}

.navigation {
  z-index: 10;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff;
  border-top: 1px solid #e3e4e8;
  border-bottom: 1px solid #e3e4e8;
  justify-content: space-between;
  height: 5em;
  padding-left: 1.79em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation.white {
  z-index: 12;
  background-color: #fff;
  border-top-style: none;
  border-bottom-style: none;
  height: 7em;
  padding-left: 8.4em;
}

.nav-shade {
  z-index: 9;
  background-color: #f0f1f5;
  height: 7em;
  position: fixed;
  inset: 0% 0% auto;
}

.grid-6 {
  grid-column-gap: 1.79em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-2 {
  min-height: 100vh;
  padding-top: 8em;
  padding-bottom: 3em;
}

.content-2.pages {
  min-height: 90vh;
  padding-top: 13em;
  display: block;
}

.content-2.pages._3 {
  padding-top: 10em;
}

.pay-price-text {
  color: var(--main-blue);
  text-align: left;
  width: 6em;
  font-size: 1.7em;
  font-weight: 500;
}

.pay-price-text.price {
  color: #040f20;
  text-align: center;
  width: auto;
  font-size: 3em;
  font-weight: 700;
}

.pages-h1 {
  margin-top: 0;
  margin-bottom: 1.2em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
}

.pages-h1.instrc {
  margin-bottom: .5em;
}

.currency {
  margin-left: .2em;
  font-size: .4em;
  display: inline-block;
  position: relative;
  top: -1em;
}

.currency.lil-bigger {
  margin-left: 0;
  margin-right: .3em;
  font-size: .7em;
  top: -.28em;
}

.container-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}

.container-2.pagamentos {
  grid-column-gap: 6em;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-2.pagamentos._2.mid-gard {
  grid-column-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.pages-headet-wrapper {
  margin-bottom: 55px;
}

.link-block-3 {
  color: #2d7dd2;
  background-color: #fff;
  border: 1px #e3e4e8;
  border-radius: 8px;
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 9em;
  padding-left: 3em;
  padding-right: 3em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-3:hover {
  background-color: #4daa5712;
  border-color: #4daa57;
}

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

.edit-profile-button {
  background-color: var(--main-blue);
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 50px;
  padding-left: 1.79em;
  padding-right: 1.79em;
  font-size: 1.1em;
  display: flex;
}

.pages-h2 {
  max-width: 25.8em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
}

.pacote-button-wrapper {
  display: inline-block;
}

.number-system {
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: 0% auto 0% .5em;
}

.validar-wrap {
  grid-row-gap: 3em;
  background-color: #4daa5712;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3em;
  display: grid;
}

.pagamento-field-lable {
  color: #040f20;
  margin-bottom: .7em;
  font-size: 1.3em;
  font-weight: 400;
}

.instruction {
  max-width: 26em;
  margin-top: 0;
  padding-left: 2em;
  font-size: 1.3em;
  line-height: 1.3;
  position: relative;
}

.instructions-wrapper {
  grid-row-gap: 2em;
  color: #7d7d7f;
  border-left: 2px dashed #4daa57;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: 3em 3em 3em 5em;
  display: grid;
}

.validar-pagamento-wrapper {
  grid-column-gap: 0px;
  border: 2px dashed #4daa57;
  border-radius: .5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  display: grid;
}

.pagamento-referencia-info {
  color: #2e6634;
  margin-top: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1;
}

.submit-button-2 {
  color: #fff;
  text-align: center;
  background-color: #2d7dd2;
  border-radius: .2em;
  width: 100%;
  height: 3.3em;
  margin-top: 2.7em;
  padding: 0;
  font-size: 1.3em;
  line-height: 3.3em;
  display: block;
}

.submit-button-2.validar {
  background-color: var(--main-blue);
  border-radius: 8px;
  margin-top: 1em;
  text-decoration: none;
}

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

.link-block-10 {
  color: #091426;
  background-color: #fff;
  border: 1px solid #c9d7f03d;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 31px;
  text-decoration: none;
  display: flex;
}

.link-block-10:hover {
  border-color: var(--main-blue);
}

.div-block-97 {
  margin-bottom: 15px;
}

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

.heading-6 {
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.text-block-169 {
  color: #09142680;
}

.div-block-144 {
  background-color: #fff;
  border-radius: 8px;
  width: 350px;
  margin-right: 25px;
  padding: 31px;
  text-decoration: none;
}

.div-block-144._9 {
  height: 400px;
}

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

.image-2 {
  margin-bottom: 25px;
}

.text-block-170 {
  color: var(--main-blue);
  text-align: center;
  text-decoration: none;
}

.div-block-146 {
  width: 100px;
  height: 35px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-147 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 150px;
}

.div-block-148 {
  width: 250px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.div-block-149 {
  max-width: 900px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3 {
  font-size: 17px;
  line-height: 170%;
}

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

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

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

.botao-2.gray:hover {
  color: #fff;
  background-color: #3668fc;
  border-color: #0000;
}

.botao-2.submit {
  background-color: var(--steel-blue);
  text-align: center;
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 45px;
  transition: all .1s;
  display: block;
}

.botao-2.submit:hover {
  background-color: #1242af;
}

.botao-2.blue {
  background-color: #3668fc;
}

.botao-2.blue:hover {
  background-color: #1242af;
}

.botao-2.blue.float-right {
  float: right;
  background-color: var(--main-blue);
  border-radius: 8px;
  height: 50px;
  margin-top: 3px;
  margin-right: 0;
  padding-top: 14px;
  font-size: 16px;
}

.botao-2.blue.float-right:hover {
  background-color: #1242af;
}

.botao-2.blue.float-right.all {
  text-align: center;
  width: 100%;
}

.botao-2.blue.float-right.all.black {
  background-color: #000;
}

.botao-2.apagar {
  color: red;
  background-color: #3898ec00;
  border: 1px solid red;
  border-radius: 8px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 50px;
}

.botao-outro {
  color: var(--main-dark-blue);
  border: 1px solid #325dc8;
  border-radius: 8px;
  margin-left: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
}

.primeira-div {
  z-index: 1000;
  background-color: #02071ca3;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 15px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-152 {
  background-color: #fff;
  border-radius: 12px;
  width: 80%;
  padding: 50px;
}

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

.heading-7 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 500;
}

.youtube {
  height: 350px;
}

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

.paragraph-4 {
  color: #333333b8;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 150%;
}

.div-block-153 {
  padding-left: 25px;
}

.div-block-154 {
  background-image: linear-gradient(#015637f0, #015637f0), url('../images/10360.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 25px;
}

.imag-place {
  flex: none;
  width: 7%;
  margin-right: 15px;
}

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

.no-content {
  background-color: #f5f7f8;
  border: 2px dashed #0055367d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 35px;
  display: flex;
}

.div-block-156 {
  background-image: url('../images/product-placeholder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
}

.text-block-172 {
  margin-bottom: 25px;
  font-size: 17px;
}

.link-6 {
  background-color: var(--main-blue);
  color: #fff;
  border-radius: 20px;
  padding: 10px 30px;
  text-decoration: none;
}

.div-block-157 {
  background-color: #fff;
  border-radius: 12px;
  padding: 46px;
  display: flex;
}

.div-block-158 {
  width: 30%;
  height: 270px;
}

.div-block-159 {
  flex: 1;
  padding-top: 25px;
  padding-left: 25px;
}

.div-block-160 {
  padding-bottom: 15px;
}

.div-block-160._55 {
  padding-bottom: 35px;
}

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

.text-block-174 {
  font-size: 23px;
  font-weight: 300;
  line-height: 120%;
}

.paragraph-5 {
  color: #3339;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.div-block-161 {
  padding-bottom: 15px;
}

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

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

.text-block-175 {
  color: #3339;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.link-7 {
  border: 1px solid var(--main-dark-blue);
  color: var(--main-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 45px;
  padding: 8px 15px;
  text-decoration: none;
  display: flex;
}

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

.text-block-176 {
  color: #3339;
  font-size: 23px;
  font-weight: 400;
}

.div-block-162 {
  float: right;
  padding-top: 15px;
}

.div-block-162._8 {
  padding-top: 0;
}

.the-itm-dsc {
  font-size: 16px;
}

.dropdown-toggle-3 {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-list-3 {
  background-color: #e4dbdb;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px -3px #0003;
}

.dr-link {
  font-weight: 400;
}

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

.tabs-2 {
  margin-top: 50px;
}

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

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

.image-7 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.current-plan {
  color: #333;
  background-color: #016d456b;
  border-radius: 20px;
  margin-top: 10px;
  padding: 4px 10px 5px;
  display: inline-block;
}

.div-block-163 {
  border-top: 1px dashed #016d4580;
  border-bottom: 1px dashed #016d4580;
  margin-bottom: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.div-block-163._3 {
  border-bottom-style: none;
  padding-bottom: 0;
}

.text-block-177 {
  margin-bottom: 25px;
  font-size: 17px;
}

.image-6-copy {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

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

.act-1 {
  width: 65%;
  padding-right: 20px;
}

.act-2 {
  width: 35%;
}

.div-block-166 {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 25px;
  padding: 35px;
}

.text-block-178 {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-167 {
  
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
  max-height: 350px;
}

.div-block-168 {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 20px 25px;
}

.act-3 {
  width: 65%;
  padding-left: 20px;
}

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

.section-8 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 35px 89px 89px;
  display: flex;
}

.div-block-170 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  width: 120px;
  height: 120px;
}

.div-block-171 {
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.div-block-172 {
  text-align: center;
  margin-bottom: 35px;
  padding-left: 50px;
  padding-right: 50px;
}

.text-block-179 {
  font-size: 17px;
  line-height: 120%;
}

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

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

.link-8 {
  text-align: center;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 10px 15px;
  display: flex;
}

.link-block-11 {
  color: #202020;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 8px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-180 {
  margin-right: 10px;
  font-family: Font menu, sans-serif;
  font-size: 28px;
}

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

.language-item {
  z-index: 100;
  position: fixed;
  inset: auto 25px 25px auto;
}

.div-block-175 {
  background-color: #0000008a;
  border-radius: 12px;
  padding: 18px;
}

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

.body-fix {
  background-color: #fff;
  font-family: Cal Sans, sans-serif;
}

.checkbox-label {
  margin-bottom: 0;
  margin-right: 10px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 5px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-9 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.prod-image {
  border-radius: 12px;
  width: 120px;
  height: 90px;
  margin-right: 25px;
}

.image-10 {
  object-fit: cover;
  border: 1px solid #00000029;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.back-thing {
  z-index: 100;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: auto auto 3% 3%;
}

.link-block-12 {
  color: #fff;
  background-color: #000000b8;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 8px 30px;
  text-decoration: none;
  display: flex;
}

.text-block-183 {
  margin-top: 3px;
  margin-right: 15px;
  font-family: Font menu, sans-serif;
  font-size: 30px;
}

.text-block-184 {
  font-size: 19px;
}

.language-thing {
  z-index: 100;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 2px 5px 4px #0000002b;
}

.link-9 {
  color: #000;
  margin-bottom: 15px;
  padding: 5px 50px;
}

.text-block-185 {
  border: 1px solid #00000070;
  border-radius: 12px;
  padding: 10px 30px;
  font-family: Productsans, sans-serif;
  font-weight: 400;
}

.text-block-186 {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 120%;
}

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

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

.paragraph-6 {
  color: #333333ed;
  font-family: Productsans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 170%;
}

.lightbox-link {
  width: 100%;
  height: 450px;
  margin-bottom: 25px;
}

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

.text-block-187 {
  margin-bottom: 25px;
  font-size: 18px;
}

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

.div-block-178._5 {
  padding-top: 70px;
}

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

.link-block-13 {
  color: #292929;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 17px 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px 1px #0003;
}

.div-block-179 {
  margin-right: 15px;
}

.image-12 {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.text-block-188 {
  font-family: Productsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

html.w-mod-js [data-ix="open-primeira-div"] {
  display: none;
}

html.w-mod-js [data-ix="lang-appear"] {
  transform: translate(0, 100%);
}

@media screen and (max-width: 991px) {
  .section {
    height: 300px;
  }

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

  .logo {
    width: 200px;
    height: 100px;
  }

  .linkk {
    height: 230px;
  }

  .heading {
    font-size: 20px;
  }

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

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

  .header-section-cat {
    height: 270px;
  }

  .section-3 {
    padding-right: 0;
  }

  .tabs-menu, .tab-pane-tab-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .side-b {
    padding-top: 5px;
  }

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

  .parent-login {
    width: 60%;
  }

  .div-block-128 {
    width: 70%;
  }

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

  .nav-link {
    color: #fff;
    margin-left: 0;
    padding-left: 60px;
  }

  .nav-link.w--current {
    color: var(--white-smoke);
  }

  .menu-button {
    height: 80px;
    padding-top: 27px;
    padding-left: 0;
    padding-right: 0;
    font-size: 31px;
  }

  .nav-menu {
    background-color: var(--main-dark-blue);
    width: 80%;
    height: 100vh;
    padding-top: 55px;
  }

  .wrapper-1 {
    margin-bottom: 35px;
    padding: 0;
  }

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

  .icon-wrapper-2.close-x {
    font-size: 2.1em;
  }

  .icon {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
  }

  .back-button {
    width: 4.5em;
    height: 4.5em;
    top: 1.2em;
    left: 1.5em;
  }

  .navigation.white {
    padding-left: 6.9em;
  }

  .content-2 {
    padding-bottom: 3em;
  }

  .content-2.pages._3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pages-h1 {
    font-size: 1.6em;
  }

  .container-2.pagamentos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 60em;
  }

  .container-2.pagamentos._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .edit-profile-button {
    height: 3.4em;
    font-size: 1.3em;
  }

  .submit-button-2 {
    font-size: 1.4em;
  }

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

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

  .div-block-152 {
    width: 90%;
    padding: 25px;
  }

  .imag-place {
    width: 12%;
  }

  .div-block-157 {
    padding: 35px;
  }

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

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

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

  .text-block-176 {
    font-size: 19px;
  }

  .dropdown-list-3.w--open {
    right: -1.8281px;
  }

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

  .div-block-172 {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

  .side-b {
    padding-top: 7px;
  }

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

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

  .parent-login {
    width: 70%;
  }

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

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

  .icon {
    display: none;
  }

  .back-button {
    width: 3.8em;
    height: 3.8em;
    top: 1.5em;
  }

  .pay-price-text {
    width: 5em;
  }

  .pay-price-text.price {
    font-size: 2.5em;
  }

  .container-2.pagamentos._2 {
    max-width: 50em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .link-block-3 {
    justify-content: space-between;
    height: 8em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .div-block-143 {
    flex: none;
  }

  .edit-profile-button {
    width: 12.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .pages-h2 {
    letter-spacing: -.015em;
    font-size: 1.5em;
  }

  .instructions-wrapper {
    border-top: 2px dashed #4daa57;
    border-left-style: none;
  }

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

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

  .imag-place {
    width: 15%;
  }

  .prod-image {
    margin-right: 15px;
  }

  .language-thing {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 350px;
  }

  .section-2 {
    padding-top: 30px;
  }

  .logo {
    width: 170px;
    height: 90px;
  }

  .itens-wrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .linkk {
    height: 200px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    font-size: 17px;
  }

  .text-block {
    color: #9f9f9f;
  }

  .heading-2 {
    font-size: 23px;
    line-height: 140%;
  }

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

  .div-block-3 {
    width: 100px;
  }

  .section-3 {
    padding-top: 35px;
    padding-bottom: 70px;
    padding-left: 0;
  }

  .tabs-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .product-wrapper {
    padding-bottom: 15px;
  }

  .side-a {
    width: 65%;
    padding-right: 15px;
  }

  .side-b {
    width: 35%;
    padding-top: 2px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 120%;
  }

  .text-block-2 {
    font-size: 13px;
    line-height: 140%;
  }

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

  .button {
    z-index: 2;
    background-color: #000000eb;
    height: 60px;
    font-size: 17px;
    line-height: 50px;
  }

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

  .parent-login {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    flex: none;
    width: 90%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-5 {
    align-items: flex-start;
    padding-top: 20%;
  }

  .field-label-2 {
    margin-bottom: 5px;
  }

  .submit-button.entrar {
    border-radius: 5px;
  }

  .login-logo-div {
    width: 140px;
    height: 50px;
  }

  .main-section, .top-bar, .navbar-statico, .shadow {
    max-width: 100%;
  }

  .date.dark {
    color: #00000082;
  }

  .date.dark._30, .date.dark._30._0 {
    font-size: 15px;
  }

  .page_link.minhas_marcacoes {
    padding: 20px;
  }

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

  .paragraph {
    font-size: 16px;
  }

  ._23 {
    margin-right: 0;
    font-family: Font menu, sans-serif;
    display: inline-block;
    position: relative;
    top: 2px;
    right: 5px;
  }

  .icon-pr {
    width: 12%;
  }

  .name_etc {
    padding-left: 5px;
  }

  .icon-ir-para {
    width: 10%;
  }

  .name-of-thing.produtoss {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 110%;
  }

  .button-2.blue.float-right {
    text-align: center;
    align-items: center;
    min-width: 90px;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 120%;
    display: flex;
  }

  .button-2.blue.float-right.all {
    justify-content: center;
    font-size: 16px;
  }

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

  .link-2 {
    color: #d8d8d8;
    text-align: center;
    margin-top: 25px;
    display: block;
  }

  .error {
    padding-top: 119px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-129 {
    text-align: center;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .button-4._100 {
    margin-bottom: 15px;
  }

  .sucesso, .certeza, .loading {
    padding-top: 119px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-131 {
    width: 90%;
    padding: 35px;
  }

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

  .field-label-3 {
    font-size: 16px;
  }

  .brand {
    width: 100px;
  }

  .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 47px;
    line-height: 100%;
  }

  .section-7 {
    padding-top: 30px;
  }

  .section-7.dash {
    padding-top: 15px;
  }

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

  .div-block-135 {
    justify-content: flex-start;
    height: auto;
    padding: 0;
  }

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

  .text-block-37 {
    color: #fff;
    height: auto;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-38 {
    margin-bottom: 0;
    font-size: 37px;
  }

  .link-5 {
    height: auto;
    font-size: 11px;
    overflow: hidden;
  }

  .text-block-39 {
    font-size: 19px;
  }

  .menu-button {
    padding-top: 26px;
  }

  .nav-menu {
    width: 90%;
  }

  .link-block-2 {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-41 {
    margin-right: 10px;
    font-size: 20px;
  }

  .text-block-42 {
    font-size: 16px;
    line-height: 110%;
  }

  .filters-flex {
    margin-right: -12px;
  }

  .select-field {
    margin-right: 10px;
  }

  .wrapper-1 {
    padding: 0;
  }

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

  .back-now {
    margin-right: 15px;
    font-size: 30px;
  }

  .text-block-44 {
    font-size: 24px;
    line-height: 100%;
  }

  .form-block-4 {
    padding: 35px 25px;
  }

  .tabx {
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .div-block-141 {
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .logo-3 {
    width: 80%;
    height: 50%;
  }

  .icon {
    display: block;
  }

  .back-button {
    left: 1em;
  }

  .logo-link-2 {
    margin-right: 1em;
  }

  .navigation {
    padding-left: 1em;
  }

  .navigation.white {
    padding-left: 6em;
  }

  .grid-6 {
    grid-column-gap: 0em;
  }

  .content-2 {
    padding-top: 7em;
  }

  .content-2.pages {
    min-height: 86vh;
    padding-top: 12em;
    padding-bottom: 5.5em;
  }

  .content-2.pages._3 {
    padding: 9.1em 0 10em;
  }

  .pay-price-text {
    text-align: center;
    font-size: 1.6em;
  }

  .pay-price-text.price {
    font-size: 2.3em;
  }

  .por-x-mes {
    display: none;
  }

  .container-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-2.pagamentos {
    max-width: none;
  }

  .container-2.pagamentos._2 {
    max-width: 35em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .link-block-3 {
    grid-row-gap: 3em;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: auto;
    padding: 3em 1em 1em;
    display: grid;
  }

  .edit-profile-button {
    width: 100%;
  }

  .pages-h2 {
    max-width: none;
    font-size: 18px;
  }

  .pacote-button-wrapper {
    width: 100%;
  }

  .validar-wrap {
    border: 2px dashed #4daa57;
    border-radius: .5em;
    align-content: start;
    align-items: start;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .pagamento-field-lable {
    color: #040f20;
  }

  .instruction {
    font-size: 1.2em;
  }

  .instructions-wrapper {
    color: #040f20;
    border-top-style: none;
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .validar-pagamento-wrapper {
    border-style: none;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pagamento-referencia-info {
    font-size: 1.5em;
  }

  .submit-button-2.validar {
    z-index: 10;
    border-radius: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

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

  .link-block-10 {
    background-color: #fff;
    border-color: #c9d7f03d;
  }

  .div-block-144 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-144._9 {
    height: auto;
    margin-bottom: 25px;
    margin-right: 0;
  }

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

  .text-block-170 {
    border: 1px solid var(--main-dark-blue);
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 20px;
    display: inline-block;
  }

  .div-block-146 {
    width: 75px;
  }

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

  .image-4 {
    width: 80%;
    height: 80%;
  }

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

  .botao-2.blue.float-right {
    text-align: center;
    align-items: center;
    min-width: 90px;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 120%;
    display: flex;
  }

  .botao-2.blue.float-right.all {
    justify-content: center;
    font-size: 16px;
  }

  .botao-outro {
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .primeira-div {
    padding: 5px;
  }

  .div-block-152 {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .youtube {
    height: 200px;
  }

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

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

  .div-block-154 {
    margin-bottom: 16px;
  }

  .imag-place {
    width: 20%;
    height: 60px;
    margin-right: 10px;
  }

  .no-content {
    padding-top: 35px;
    padding-bottom: 50px;
  }

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

  .div-block-157 {
    flex-flow: column;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-158 {
    width: 100%;
    height: 220px;
  }

  .div-block-159 {
    padding-top: 25px;
    padding-left: 0;
  }

  .div-block-160 {
    padding-bottom: 35px;
  }

  .text-block-173 {
    font-size: 19px;
  }

  .div-block-161 {
    padding-bottom: 25px;
  }

  .image-6 {
    border-radius: 15px;
  }

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

  .link-7._5 {
    min-width: 100px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-162 {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
  }

  .dropdown-toggle-3 {
    font-size: 15px;
  }

  .dropdown-list-3.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 5px 1px #0000004d;
  }

  .image-7 {
    width: 15px;
    height: 15px;
  }

  .image-6-copy {
    border-radius: 15px;
  }

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

  .act-1 {
    width: 100%;
    padding-right: 0;
  }

  .act-2 {
    width: 100%;
  }

  .div-block-167 {
    min-height: 160px;
  }

  .act-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .link-block-11 {
    min-height: 55px;
  }

  .text-block-180 {
    font-size: 24px;
  }

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

  .div-block-175 {
    background-color: #000000ab;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .body-fix {
    background-color: #fff;
  }

  .prod-image {
    height: 80px;
    margin-right: 15px;
  }

  .back-thing {
    width: 35%;
    bottom: 3%;
  }

  .text-block-183 {
    margin-right: 7px;
    font-size: 19px;
  }

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

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

  .div-block-176 {
    height: 220px;
  }

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

  .paragraph-6 {
    font-size: 17px;
    line-height: 150%;
  }

  .lightbox-link {
    height: 200px;
    margin-bottom: 15px;
  }

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

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

#w-node-_2c6ec898-cbdb-a42f-8628-f0f37b7ed048-8abc0d10, #w-node-_03ff575e-ce26-5549-504e-28bf48fe4795-8abc0d10, #w-node-be792a6b-0a00-a548-63a0-7246d4933a40-8abc0d10, #w-node-_0d7f0c4f-b2da-78a8-81e7-2925546ad817-8abc0d10, #w-node-_41174c66-9ff9-9d1f-cef6-5cad05a9942e-8abc0d10, #w-node-_3818f831-ac5c-7056-b45f-7dd8fdfc4248-8abc0d10, #w-node-f4376492-900c-e088-2177-47112448fb14-8abc0d22, #w-node-f04c85e5-5058-871f-d2b0-f2274742b73d-8abc0d22, #w-node-f04c85e5-5058-871f-d2b0-f2274742b744-8abc0d22, #w-node-f04c85e5-5058-871f-d2b0-f2274742b75b-8abc0d22, #w-node-f04c85e5-5058-871f-d2b0-f2274742b762-8abc0d22, #w-node-d8c6a1fd-cbfe-9d5b-74ee-3468dcf8b573-8abc0d22, #w-node-_7b87aa3f-cc64-286d-1e9f-7f1b1289ef2b-8abc0d22, #w-node-f5d39767-604a-ae56-38cc-d02921c47656-9e0682d2, #w-node-f5d39767-604a-ae56-38cc-d02921c47662-9e0682d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Font menu';
  src: url('../fonts/font_menu.eot') format('embedded-opentype'), url('../fonts/font_menu.woff') format('woff'), url('../fonts/font_menu.ttf') format('truetype'), url('../fonts/font_menu.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url('../fonts/Biennale-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale Book';
  src: url('../fonts/Biennale-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url('../fonts/Biennale-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url('../fonts/Biennale-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url('../fonts/Biennale-black-1.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url('../fonts/Biennale-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.modals-wrapper {
  z-index: 1000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-delete.error {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left-color: #dd4040;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  transform: translate(0, -120%);
}

.modal-icon {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  background-image: none;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 36px;
  height: 36px;
  padding: 6px 0 0 6px;
  display: block;
  position: absolute;
  inset: 32px auto auto 32px;
}

.icon.rounded {
  margin-top: 0;
  margin-right: 6px;
}

.modal-text-wrapper {
  cursor: default;
  margin-left: 44px;
  margin-right: 44px;
  padding-left: 6px;
  padding-right: 6px;
}

.modal-header {
  margin-top: 3px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
}

.modal-subtext.visible {
  display: block;
}

.modal-cta-wrapper {
  margin-top: 24px;
}

._3-buttons-wrapper {
  justify-content: flex-start;
}

.action-button.modal-button.cancelar-acao {
  padding-top: 10px;
}

.button-text {
  z-index: 0;
  height: 19px;
  padding-right: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.button-text.white {
  color: #fff;
}
.modal-warning.warning {
  border-left-color: #f7b84b;
  display: none;
}

.modal-icon.warning {
  color: #000;
  background-color: #f7b84b;
  background-image: url('../images/question_mark_FILL0_wght400_GRAD0_opsz48_1question_mark_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.action-button.modal-button.sim.error {
    background-color: var(--red);
    color: #fff;
  }
  
.action-button.modal-button.sim {
  background-color: var(--red);
  color: #000;
  border-color: #0000;
  padding-top: 10px;
}

.modal-link.info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left-color: var(--btn);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal-icon.info {
  background-color: var(--btn);
  background-image: url('../images/campaign_FILL0_wght400_GRAD0_opsz48_1campaign_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.modal-success {
  z-index: 1000;
  background-color: #fff;
  border-left: 4px solid #0bb261;
  border-radius: 4px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: none;
  position: relative;
  box-shadow: 0 8px 20px #09142629;
}

.modal-icon.success {
  cursor: default;
  background-color: #0bb261;
  background-image: url('../images/done_FILL0_wght400_GRAD0_opsz48_1done_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

  .loading1 {
  display: flex;
  justify-content: center;
  align-items: center; /* Added for vertical centering */
  height: 100px; /* Adjust as needed */
}

.loading1::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 10px solid #dddddd;
  border-top-color: #344E98;
  border-radius: 50%;
  animation: loading1 1s linear infinite; /* Changed to match keyframes name */
}

@keyframes loading1 {
  to {
    transform: rotate(1turn);
  }
}
