:root {
  --grey-3: #667680;
  --dark-blue-800: #001f3d;
  --dark-blue-600: #0f2d4b;
  --dark-blue-100: #003870;
  --white: white;
  --grey-4: #8b9ca6;
  --grey-6: #dae1e6;
  --cinza-vip: #e2e9f2;
  --azul: #0d60b8;
  --azul-diamante: #3e6ea4;
  --azul-gold-vip: #001f3d;
  --black: black;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header-nav-box {
  color: var(--grey-3);
  background-color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
}

.nav-menu-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block {
  background-image: linear-gradient(90deg, var(--dark-blue-800), var(--dark-blue-600));
  width: 100%;
  height: 34px;
}

.nav-menu {
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.nav-link:active {
  color: #003870;
  font-weight: 700;
}

.nav-link-2, .nav-link-3 {
  color: var(--grey-3);
}

.hero-section {
  background-color: var(--dark-blue-600);
  height: 502px;
}

.slider {
  height: 100%;
  max-height: 502px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  display: flex;
}

.body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.heading {
  color: #fff;
  text-align: center;
}

.slide {
  background-image: linear-gradient(#18181800, #001f3d7d), url('../images/bg-janela-aviao-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.p-white-centerr {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.right-arrow {
  align-items: center;
  display: none;
}

.div-block-4 {
  background-color: #bac5cc38;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.image {
  width: 26px;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: none;
}

.btn-outline {
  color: #fff;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 100px;
  min-width: 70px;
  min-height: 20px;
  padding: 8px 24px;
  font-size: 14px;
}

.btn-outline.lightbox {
  cursor: pointer;
  width: 70%;
  text-decoration: underline;
}

.btn-outline.lightbox:hover {
  border-color: var(--dark-blue-100);
  background-color: var(--dark-blue-100);
  color: var(--white);
}

.box-btn-center {
  margin: 16px auto;
  padding-top: 0;
}

.flex-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  margin-top: 40px;
}

.col-50 {
  justify-content: flex-end;
  align-items: center;
  width: 53%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.col-50.meridien {
  display: block;
}

.col-50.meridien.indicacao-magica {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  color: var(--grey-4);
  font-size: 14px;
}

.div-block-5 {
  text-align: center;
  border: 1px #000;
  border-top: 1px solid #bac5cc;
  width: 56px;
  max-width: 56px;
}

.h2-small {
  color: var(--grey-4);
  margin-top: 0;
  font-size: 14px;
}

.h3-medium {
  color: var(--grey-3);
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}

.h3-medium.who {
  text-align: center;
}

.h3-medium.center {
  color: var(--dark-blue-100);
  text-align: center;
}

.text-span {
  font-size: 32px;
  font-weight: 700;
}

.text-block-2 {
  color: var(--grey-3);
}

.box-bio {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--grey-6);
  border-radius: 16px;
  align-items: center;
  min-height: 340px;
  margin-left: 0;
  padding: 15px;
  display: flex;
}

.box-bio.hidden {
  display: none;
}

.box-bio.clean {
  border-style: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.col-30 {
  width: 30%;
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 90vw;
}

.container.docs {
  max-width: 960px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph {
  color: var(--grey-3);
}

.col-60 {
  width: 60%;
  min-height: 290px;
  padding-left: 0;
  padding-right: 0;
}

.col-60.video {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.col-40 {
  width: 44%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-7 {
  background-color: var(--dark-blue-100);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -45px;
  display: flex;
}

.image-2 {
  width: 21px;
}

.bold-primary-blue {
  color: var(--dark-blue-100);
}

.bold-primary-blue.link {
  color: var(--dark-blue-100);
  font-size: 18px;
  font-weight: 600;
}

.section {
  background-image: linear-gradient(to bottom, #18181800, var(--dark-blue-800) 57%), url('../images/bg-handshaking-section.jpg');
  color: #fff;
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.4em;
}

.box-brand {
  border: 1px solid #ffffff40;
  border-radius: 15px;
  width: 24%;
  min-height: 320px;
  padding-bottom: 10px;
}

.div-block-8 {
  background-color: #ffffff40;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start space-between;
  align-items: stretch;
  height: 100%;
  min-height: 180px;
  padding: 10px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  font-size: 14px;
}

.flex-block-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 31px;
}

.link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.line-center {
  text-align: center;
  border: 1px #000;
  border-top: 1px solid #bac5cc;
  max-width: 56px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  width: 100%;
  max-width: 95vw;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.box-flex-numeros {
  text-align: left;
  border: 1px solid #ffffff40;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 19%;
  min-height: 152px;
  display: flex;
}

.text-span-2 {
  color: #ffffff80;
  font-size: 20px;
}

.text-span-3 {
  font-size: 40px;
  font-weight: 700;
}

.text-span-copy {
  font-size: 48px;
  font-weight: 700;
}

.brand-hotels-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #6676801c;
  border-radius: 15px;
  width: 48%;
  min-height: 150px;
  padding: 0;
}

.brand-cell {
  background-color: #6676801a;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: center;
  align-items: center;
}

.brand-paragraph {
  color: var(--grey-3);
  font-size: 14px;
  line-height: 1.3em;
}

.brand-description-cell {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  justify-content: center;
  padding: 14px;
  font-size: 14px;
}

.container-95 {
  width: 100%;
  max-width: 95vw;
}

.col-25 {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}

.col-70 {
  width: 69%;
  padding-left: 0;
  padding-right: 0;
}

.flex-block-3 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  align-items: stretch;
}

.section-2 {
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.col-75 {
  width: 68%;
  padding-left: 0;
  padding-right: 0;
}

.form-container {
  background-image: linear-gradient(to bottom, #003870bf, #003870bf), url('../images/plane-vector.svg'), linear-gradient(180deg, var(--dark-blue-800), var(--dark-blue-600));
  text-align: center;
  background-position: 0 0, 130%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 50%, auto;
  border-radius: 40px;
  max-width: 56vw;
  margin-left: auto;
  margin-right: auto;
  padding: 78px 10px;
}

.heading-form {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 12px;
  font-size: 32px;
  line-height: 1.4em;
}

.footer {
  color: var(--grey-3);
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.container-96 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 140px;
  display: flex;
}

.div-block-11 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.section-3 {
  align-items: center;
  min-height: 70vh;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.form.form_89.inline-form {
  width: 100%;
}

.submit {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.1em;
}

.form_element {
  width: 35%;
}

.form-label {
  color: #ffffff80;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.form-input {
  color: #8399a7;
  border-radius: 100px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.form-block {
  width: 90%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.success-message {
  background-color: var(--dark-blue-800);
  color: #fff;
  border-radius: 10px;
}

.form-content {
  grid-column-gap: .75em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.field-wrapper {
  width: 35%;
}

.button-wrapper.full_width {
  width: 40%;
  margin-top: 15px;
}

.select-form {
  color: #8399a7;
  border-radius: 99px;
  margin-bottom: 0;
}

.form-block-2 {
  display: none;
}

.text-block-3 {
  text-align: left;
  flex: 1;
  order: 0;
  align-self: center;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-style: italic;
}

.container-97 {
  max-width: 1230px;
}

.flex-block-4 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 31px;
}

.section-4 {
  background-image: linear-gradient(135deg, var(--white), var(--grey-6));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.video {
  width: 100px;
}

.flex-block-5 {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  height: 300px;
  min-height: 300px;
}

.lightbox-link {
  width: 100%;
  display: block;
  position: relative;
}

.youtube {
  background-image: url('../images/thumb-video-grupo-coobrastur-site-2.jpg');
  border-radius: 15px;
  width: 100%;
  height: 300px;
  display: none;
}

.code-embed {
  display: none;
}

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

.col-40-2 {
  width: 34%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-7-copy {
  background-color: var(--dark-blue-100);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -26px;
  display: flex;
}

.image-3 {
  border-radius: 15px;
  width: 99.9999%;
  position: relative;
}

.div-block-20 {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000008c;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-21 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.section-5 {
  background-image: linear-gradient(238deg, var(--grey-6), white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.dropdown {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 60px;
  display: inline-block;
  overflow: hidden;
}

.dropdown.dropdown-2 {
  z-index: 0;
  border: 1px #eef6fb;
  margin-top: 20px;
  padding-right: 0;
}

.item-de-dropdown-2 {
  z-index: 1;
  background-color: var(--grey-6);
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 94px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  display: flex;
  position: relative;
}

.item-de-dropdown-2:focus {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.text-block-44 {
  color: var(--dark-blue-100);
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.lottie-animation {
  z-index: 2;
  width: 100%;
  max-width: 60px;
  height: 94px;
  display: block;
  position: relative;
  overflow: visible;
}

.dropdown-list-3 {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--grey-6);
  background-color: var(--white);
  border-radius: 0 0 15px 15px;
  width: 100%;
  margin-top: 0;
  padding: 40px 40px 30px;
  display: block;
  position: relative;
}

.paragraph-29 {
  color: #667680;
  font-size: 16px;
  line-height: 22.78px;
}

.icon-dropdown-arrow {
  color: var(--dark-blue-100);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: static;
}

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

.div-block-5-copy {
  text-align: center;
  border: 1px #000;
  border-top: 1px solid #bac5cc;
  width: 56px;
  max-width: 56px;
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  background-image: url('../images/bg-head.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-7.portoplus {
  background-image: url('../images/ICON-Grupo-Coobrastur.svg'), linear-gradient(157deg, var(--cinza-vip), white);
  background-position: -30% -110%, 0 0;
  background-size: 630px, auto;
}

.container-98 {
  width: auto;
  max-width: 1920px;
}

.image-4 {
  max-width: 100%;
  margin-bottom: 58px;
  padding-top: 0;
  padding-left: 0;
  font-size: 10px;
  line-height: 47px;
  display: block;
}

.div-block-22 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 62%;
  height: 100%;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.heading-lp-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mangueira, sans-serif;
  font-size: 3.9em;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

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

.text-span-4 {
  vertical-align: baseline;
  font-size: .6em;
  line-height: 1.2em;
  display: block;
}

.lp-hero-col-50 {
  grid-column-gap: 1.1em;
  grid-row-gap: 1.1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lp-hero-col-50.center {
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
}

.text-span-5 {
  vertical-align: baseline;
  font-size: .9em;
  line-height: 1.2em;
  display: inline;
}

.text-span-5.center {
  text-align: center;
}

.h2-mangueira-blue {
  color: var(--azul);
  text-align: center;
  font-family: Mangueira, sans-serif;
  font-weight: 400;
}

.form-box-center {
  background-color: var(--azul);
  border-radius: 20px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.h2-mangueira-white {
  color: var(--white);
  text-align: center;
  font-family: Mangueira, sans-serif;
  font-weight: 400;
}

.section-8 {
  background-image: linear-gradient(#00387069, #00387069), url('../images/bg-meio.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 90vh;
}

.h1-mangueira-white {
  color: var(--white);
  text-align: center;
  font-family: Mangueira, sans-serif;
  font-size: 3.9em;
  font-weight: 400;
  line-height: 1.1em;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-6 {
  font-size: .7em;
}

.div-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--azul);
  color: var(--white);
  text-align: left;
  border-radius: 27px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin: -110px auto 30px;
  padding: 20px;
  font-family: Mangueira, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  display: flex;
  overflow: visible;
}

.text-span-7 {
  font-size: 2.4em;
  line-height: 1em;
}

.text-block-45 {
  flex: none;
  width: 49%;
  font-size: 26px;
  line-height: 1.7em;
}

.text-block-46 {
  flex: 0 auto;
  width: 49%;
  font-size: .9em;
}

.bold-text-2 {
  font-size: 1.1em;
}

.div-block-25 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.bold-text-3 {
  color: var(--azul);
  font-family: Mangueira, sans-serif;
  font-size: 40px;
}

.div-block-26 {
  align-self: flex-start;
  width: 30%;
  font-size: 19px;
  line-height: 1.4em;
}

.section-9 {
  min-height: 100vh;
  padding-bottom: 80px;
}

.div-block-27 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--azul);
  flex-flow: column;
  width: 99.9996%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.hotel-name-grid-h {
  color: var(--grey-3);
  text-align: center;
  width: 70%;
  font-family: "Source Sans 3", sans-serif;
}

.div-block-28 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 296px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-block-6 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  margin-top: 30px;
}

.div-block-29 {
  width: 99.9996%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-30 {
  grid-column-gap: 3.9em;
  grid-row-gap: 3.9em;
  background-color: var(--azul);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 70px;
  padding-bottom: 30px;
  display: flex;
}

.grid-plans-lp {
  grid-column-gap: 2.7em;
  grid-row-gap: 2.7em;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Mangueira, sans-serif;
  display: flex;
}

.card-plano-lp {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 340px;
  display: flex;
}

.plan-title-block {
  background-color: var(--azul-diamante);
  color: var(--white);
  text-align: center;
  border-radius: 30px 30px 0 0;
  justify-content: center;
  align-items: center;
  width: 75%;
  padding: 15px 8px;
  font-weight: 600;
  line-height: 0;
  display: flex;
}

.plan-title-block.gold {
  background-color: var(--azul-gold-vip);
}

.plan-title-block.vip {
  background-color: var(--cinza-vip);
  color: var(--azul-diamante);
}

.div-block-31 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--white);
  text-align: center;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 260px;
  padding: 20px;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.div-block-31.diamante {
  color: var(--azul-diamante);
}

.div-block-31.gold {
  color: var(--azul-gold-vip);
}

.div-block-31.vip {
  color: var(--azul-diamante);
}

.div-block-32 {
  grid-column-gap: 1.1em;
  grid-row-gap: 1.1em;
  background-color: var(--azul-diamante);
  color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  display: flex;
}

.div-block-32.diamante {
  grid-column-gap: 1.1em;
  grid-row-gap: 1.1em;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-32.gold {
  grid-column-gap: 1.1em;
  grid-row-gap: 1.1em;
  background-color: var(--azul-gold-vip);
  flex-flow: column;
  display: flex;
}

.div-block-32.vip {
  grid-column-gap: 1.1em;
  grid-row-gap: 1.1em;
  background-color: var(--cinza-vip);
  color: var(--azul-diamante);
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block-47 {
  text-align: center;
  align-self: center;
}

.div-block-33 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-block-48 {
  font-size: 4.7em;
  font-weight: 600;
}

.text-span-8 {
  font-size: 24px;
  font-weight: 400;
}

.text-block-49 {
  font-size: 21px;
  line-height: 1.6em;
}

.bold-text-4 {
  font-size: 28px;
  font-weight: 600;
}

.text-block-50 {
  text-align: center;
  line-height: 22px;
}

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

.div-block-35 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.text-span-9 {
  font-size: 20px;
}

.text-topics-lp {
  color: var(--grey-3);
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-36 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.box-btn-full-left {
  width: 100%;
  font-family: "Source Sans 3", sans-serif;
}

.btn-blue-lp {
  background-color: var(--azul);
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  border: 1px #fff;
  border-radius: 100px;
  width: 180px;
  min-width: 70px;
  min-height: 20px;
  padding: 10px 28px;
  font-family: Mangueira, sans-serif;
  font-size: 18px;
  display: block;
}

.btn-blue-lp.lightbox {
  cursor: pointer;
  width: 70%;
  text-decoration: underline;
}

.btn-blue-lp.lightbox:hover {
  border-color: var(--dark-blue-100);
  background-color: var(--dark-blue-100);
  color: var(--white);
}

.btn-blue-lp.full {
  flex: 1;
}

.box-btn-full-center {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  font-family: "Source Sans 3", sans-serif;
  display: flex;
}

.btn-white-lp {
  background-color: var(--white);
  color: var(--azul);
  text-align: center;
  vertical-align: baseline;
  border: 1px #fff;
  border-radius: 100px;
  width: 220px;
  min-width: 70px;
  min-height: 20px;
  padding: 10px 28px;
  font-family: Mangueira, sans-serif;
  font-size: 18px;
  display: block;
}

.btn-white-lp.lightbox {
  cursor: pointer;
  width: 70%;
  text-decoration: underline;
}

.btn-white-lp.lightbox:hover {
  border-color: var(--dark-blue-100);
  background-color: var(--dark-blue-100);
  color: var(--white);
}

.paragraph-30 {
  color: var(--white);
  font-family: Mangueira, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
}

.paragraph-30.center {
  text-align: center;
}

.section-obrigado-parceiros {
  background-image: linear-gradient(#0038708f, #0038708f), url('../images/bg-meio.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.flex-block-7 {
  justify-content: center;
  align-items: center;
}

.text-block-51 {
  color: var(--white);
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.section-10 {
  background-color: var(--azul);
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
}

.plans-lp-slide-item {
  width: 32%;
}

.mask {
  flex: 0 auto;
  align-self: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.slide-nav-2 {
  margin-bottom: -43px;
  display: none;
}

.flex-block-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.icon, .right-arrow-cards-plans, .left-arrow-2 {
  display: none;
}

.hotels-lp-slide-item {
  width: 32%;
}

.slider-hotels-lp {
  grid-column-gap: 2.7em;
  grid-row-gap: 2.7em;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Mangueira, sans-serif;
  display: flex;
}

.slide-nav-blue {
  margin-bottom: -43px;
  display: none;
}

.section-2-copy {
  background-image: linear-gradient(148deg, var(--cinza-vip), white 58%);
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.heading-lp-blue {
  color: var(--dark-blue-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mangueira, sans-serif;
  font-size: 3.7em;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.support-text-hero-1 {
  color: var(--grey-3);
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.flex-block-9 {
  justify-content: space-between;
  align-items: center;
}

.lp-hero-col-40 {
  grid-column-gap: 1.1em;
  grid-row-gap: 1.1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lp-hero-col-40.center {
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
}

.lp-hero-col-40.portoplus {
  justify-content: center;
  align-items: center;
}

.text-span-10 {
  font-size: .8em;
}

.image-5 {
  display: none;
}

.wrapper {
  background-color: #0000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  display: flex;
  position: static;
  inset: 0;
}

.wrapper.queridinhos-do-clube {
  padding-top: 0;
  padding-bottom: 0;
}

.field-label-5 {
  color: #003870;
  margin-top: 20px;
  margin-left: 0;
  font-size: 18px;
}

._2-btn-flex {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.js-clock {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.clock-label {
  color: #667680;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 0;
}

.div-block-141 {
  color: #003870;
  background-color: #0000;
  border-radius: 0 70px 70px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 60%;
  max-width: 437.961px;
  margin-left: 0;
  margin-right: 0;
  padding: 4em 0;
  display: none;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-text-left {
  width: 100%;
}

.hero {
  object-fit: fill;
  background-color: #2a9def;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.hero.hero-vantagens-meridien {
  background-color: #dcefff;
  background-image: linear-gradient(0deg, #fffffff0 9%, #ffffff7d 81%, #003a81b8), url('../images/632217519fac8_programa_de_vantagens.banner.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 70vh;
  display: flex;
  position: relative;
}

.h4-hero-left {
  color: #003870;
  text-align: left;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.logo-arraia {
  width: 70%;
  max-width: 250px;
  margin-left: 0;
  margin-right: 10px;
  display: block;
}

.div-block-208 {
  width: 50%;
  height: auto;
  display: none;
  position: absolute;
  inset: 8% auto auto -12%;
}

.clock-number {
  color: #14376c;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  min-width: 55px;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.container-1-2 {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.hero-flex {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.hero-flex.programa-vantagens {
  flex-flow: column;
  justify-content: center;
  width: 100%;
}

.bloco-fade-baloes {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-container-2 {
  color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  display: block;
  box-shadow: 0 7px 20px -6px #0003;
}

.div-block-164 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.text-field-4 {
  color: #475359;
  border: 1px solid #dae1e6;
  border-radius: 10px;
  width: 270px;
  height: 54px;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 15px;
  font-size: 16px;
}

.btn-bloco-fixo {
  float: right;
  text-align: center;
  text-transform: uppercase;
  background-color: #ff356a;
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.btn-bloco-fixo:hover {
  background-color: #db2467;
}

.btn-bloco-fixo.w--current {
  text-transform: uppercase;
  border-radius: 40px;
  display: flex;
}

.bold-text-9 {
  font-weight: 600;
}

.supoort-text-lef-white {
  color: #fff;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.balao-anima-fixed-2 {
  align-self: auto;
  width: 100px;
}

.bloco-countdown {
  z-index: 9999;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: auto auto 2%;
  box-shadow: 0 0 14px -5px #0003;
}

.image-41 {
  width: 100%;
  position: static;
}

.suport-text-countdown-left {
  color: #14376c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.suport-text-countdown-left.mobile {
  display: none;
}

.bloco-form-laranja {
  background-color: #ff4200;
  border-radius: 20px;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.field-label-4 {
  color: #003870;
  width: 250px;
  margin-top: 20px;
  margin-left: 0;
  font-size: 18px;
}

.field-label-2 {
  color: #003870;
  width: 70px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
}

.countdown-box {
  justify-content: flex-end;
  align-items: center;
  width: 47%;
  display: flex;
}

.countdown-box.queridinhos-clube {
  flex: 1;
}

.balao-anima-fixed {
  width: 110px;
}

.text-field-5 {
  color: #475359;
  border: 1px solid #dae1e6;
  border-radius: 10px;
  width: 270px;
  height: 54px;
  margin-top: 10px;
  margin-left: 0;
  padding-top: 8px;
  padding-left: 15px;
  font-size: 16px;
}

.div-block-282 {
  width: 65%;
}

.supoort-text-left {
  color: #596d79;
  text-align: left;
  white-space: normal;
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 16px;
  line-height: 140%;
}

.supoort-text-left.countdown {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.supoort-text-left.bf {
  margin-top: 0;
}

.div-text-indicacao-hero {
  color: #003870;
  background-color: #0000;
  border: 0 solid #fff;
  border-radius: 0 20px 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 38%;
  max-width: 440px;
  margin-left: 0;
  margin-right: 0;
  padding: 1em 0;
  display: flex;
}

.bloco-fixo-votacao {
  z-index: 102;
  background-color: #fff;
  border-radius: 20px;
  width: 98%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  position: fixed;
  inset: auto 0% 2%;
  box-shadow: 0 0 15px -5px #0003;
}

.div-block-281 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.div-block-281._2-box-flex-destaque {
  align-content: center;
  width: 65%;
}

.div-block-281.bolao {
  width: 60%;
}

.div-block-366 {
  justify-content: space-between;
  align-items: center;
  width: 45%;
  display: flex;
}

.btn-box-only-m {
  display: none;
}

.supoort-text-center {
  color: #596c78;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 0;
  font-size: 16px;
  line-height: 1.4em;
}

.supoort-text-center.only-m {
  display: none;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.btn-rosa-default {
  outline-offset: -2px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ff356a;
  border: 2px solid #ff356a;
  border-radius: 40px;
  outline: 2px #ff356a;
  flex: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 600;
}

.btn-rosa-default:hover {
  color: #fff;
  background-color: #db2667;
  border-style: solid;
  border-color: #db2667;
  outline-color: #db2667;
}

.h1-hero-left-white {
  color: #fff;
  flex: 0 auto;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 140%;
}

.h1-hero-left-white.bigger {
  font-size: 42px;
}

.image-77 {
  width: 40px;
}

.btn-cronometro {
  float: right;
  text-align: center;
  text-transform: uppercase;
  background-color: #ff356a;
  border-radius: 80px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.btn-cronometro:hover {
  background-color: #db2467;
}

.btn-cronometro.w--current {
  text-transform: uppercase;
  border-radius: 40px;
  display: flex;
}

.text-field-3 {
  color: #475359;
  border: 1px solid #dae1e6;
  border-radius: 10px;
  width: 270px;
  height: 54px;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 15px;
  font-size: 16px;
}

.h3-title-blue {
  color: #003870;
  flex: 0 auto;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}

.submit-button {
  border-radius: 10px;
  width: 100%;
  height: 58px;
  margin-top: 30px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 600;
}

.h1-hero-ind-meridien {
  text-align: center;
  font-family: Mangueira, sans-serif;
}

.h1-hero-ind-meridien.white {
  color: #fff;
}

.h1-hero-ind-meridien.indicacao-magica {
  color: var(--white);
  text-align: left;
  font-size: 50px;
  line-height: 1.4em;
}

.section-11 {
  background-image: linear-gradient(#ff5d00, #ff3600 49%, #ff5d00);
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-367 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.text-block-52 {
  color: #ff4200;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  font-family: Mangueira, sans-serif;
  font-weight: 600;
}

.div-block-368 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-369 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.text-block-52-copy {
  color: #fff;
  border-radius: 5px;
  padding: 8px;
  font-family: Mangueira, sans-serif;
  font-weight: 900;
}

.div-block-368-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-370 {
  height: 15px;
}

.flex-block-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
}

.text-block-53 {
  font-family: Mangueira, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.h4-hero-ind-meridien {
  text-align: center;
  font-family: Mangueira, sans-serif;
}

.h4-hero-ind-meridien.white {
  color: #fff;
  font-size: 22px;
}

.h2-hero-ind-meridien {
  text-align: center;
  font-family: Mangueira, sans-serif;
}

.h2-hero-ind-meridien.white {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4em;
}

.h2-hero-ind-meridien.center-laranja {
  color: #ff4200;
  text-align: center;
}

.h2-hero-ind-meridien.left-laranja {
  color: #ff4200;
  text-align: left;
  font-size: 38px;
  line-height: 1.2em;
}

.div-block-371 {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: -30px auto 60px;
  display: flex;
}

.text-block-54 {
  color: #fff;
  text-align: center;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 80px;
  padding-top: 9px;
  padding-bottom: 0;
  font-family: Mangueira, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 0;
  display: flex;
}

.div-block-372 {
  background-color: #0048ff;
  background-image: linear-gradient(299deg, #003a81, #0a6fed);
  border: 2px solid #fff;
  border-radius: 99px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 15px;
  display: flex;
}

.section-12 {
  padding-bottom: 27px;
}

.section-12.indicacao-magica {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  background-image: linear-gradient(187deg, var(--dark-blue-100), #fff0), url('../images/bg-indicacao-mágica-desktop.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 15px;
  padding-bottom: 30px;
  display: flex;
}

.section-12.indicacao-cacelados {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  background-image: linear-gradient(180deg, var(--dark-blue-100), #ffffff96 44%), url('../images/632217519fac8_programa_de_vantagens.banner.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 15px;
  padding-bottom: 30px;
  display: flex;
}

.section-12.indicacao-folia-diarias {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  background-image: linear-gradient(187deg, #00387096, #fff0), url('../images/fOLIA-DE-dIÁRIAS-bg-blue-p-1080.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 15px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-373 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Mangueira, sans-serif;
  font-weight: 600;
  display: flex;
}

.text-block-55 {
  color: #003a81;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Mangueira, sans-serif;
  font-size: 22px;
  font-weight: 900;
  display: flex;
}

.text-block-56 {
  color: #a1a1a1;
  font-weight: 400;
}

.text-block-57 {
  color: #ff4200;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2em;
}

.image-78 {
  width: 66px;
  display: block;
  overflow: visible;
}

.div-block-374 {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.h4-ind-meridien {
  color: #ff4200;
  text-align: left;
  font-family: Mangueira, sans-serif;
}

.h4-ind-meridien.white {
  color: #fff;
  font-size: 22px;
}

.h5-ind-meridien-blue {
  color: #0048ff;
  text-align: left;
  font-family: Mangueira, sans-serif;
  font-weight: 400;
}

.h5-ind-meridien-blue.white {
  color: #fff;
  font-size: 22px;
}

.flex-block-11 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.image-79 {
  width: 40px;
}

.text-block-58 {
  color: #a1a1a1;
  font-family: Mangueira, sans-serif;
  font-size: 16px;
}

.text-block-58.white {
  color: var(--white);
}

.code-embed-2 {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: fill;
  font-family: "Source Sans 3", sans-serif;
  overflow: visible;
}

.div-block-375 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-377 {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.bloco-form-dark-blue {
  background-color: var(--dark-blue-600);
  border-radius: 20px;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.link {
  color: var(--cinza-vip);
  font-weight: 900;
}

.div-block-378 {
  background-color: #ffffff94;
  border-radius: 20px;
  padding: 10px;
}

.form-container-3 {
  color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  display: block;
  box-shadow: 0 7px 20px -6px #0003;
}

.div-block-379 {
  min-height: 900px;
}

.div-block-380 {
  justify-content: center;
  align-items: center;
  padding: 19px;
  display: flex;
}

.section-13 {
  background-image: linear-gradient(#001f3d96, #001f3d96), url('../images/bg-janela-aviao-hero.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 100vh;
}

.flex-block-12 {
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
}

.form-box-white {
  background-color: var(--white);
  border-radius: 20px;
  min-width: 420px;
  max-width: 720px;
  padding: 30px;
}

.h4-text-left-blue {
  color: var(--dark-blue-100);
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.h4-text-left-blue.only-m {
  display: none;
}

.h2-hero-ind {
  text-align: center;
  font-family: Mangueira, sans-serif;
}

.h2-hero-ind.white {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4em;
}

.h2-hero-ind.center-laranja {
  color: #ff4200;
  text-align: center;
}

.h2-hero-ind.left-laranja {
  color: #ff4200;
  text-align: left;
  font-size: 38px;
  line-height: 1.2em;
}

.h2-hero-ind.left-blue {
  color: var(--azul-diamante);
  text-align: left;
  font-size: 38px;
  line-height: 1.2em;
}

@media screen and (max-width: 991px) {
  .box-bio.clean {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .col-30 {
    width: 33%;
  }

  .container {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-40 {
    width: 45%;
  }

  .box-brand {
    width: 49%;
  }

  .flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .box-flex-numeros {
    width: 30%;
  }

  .text-span-3 {
    font-size: 28px;
  }

  .text-span-copy {
    font-size: 36px;
  }

  .brand-hotels-item {
    border-radius: 15px;
  }

  .brand-cell {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

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

  .col-75 {
    width: 65%;
  }

  .form-container {
    border-radius: 20px;
  }

  .footer {
    margin-top: 0;
  }

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

  .flex-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .section-4 {
    min-height: 80vh;
  }

  .col-40-2 {
    width: 42%;
  }

  .div-block-7-copy {
    margin-left: 0;
  }

  .heading-lp-1 {
    color: #fff;
  }

  .grid-plans-lp {
    width: 100%;
  }

  .card-plano-lp {
    width: 98%;
  }

  .btn-blue-lp {
    width: 100%;
  }

  .plans-lp-slide-item {
    width: 48%;
  }

  .icon, .right-arrow-cards-plans, .left-arrow-2 {
    display: none;
  }

  .hotels-lp-slide-item {
    width: 34%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .slider-hotels-lp {
    width: 100%;
  }

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

  .heading-lp-blue {
    color: var(--dark-blue-100);
  }

  .wrapper {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  ._2-btn-flex {
    justify-content: center;
    width: 100%;
  }

  ._2-btn-flex.only-desk {
    justify-content: flex-start;
  }

  .js-clock {
    width: 100%;
  }

  .div-block-141 {
    flex: 0 auto;
    justify-content: flex-end;
    align-self: flex-start;
    width: 75%;
  }

  .hero-text-left {
    align-self: auto;
  }

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

  .hero-flex {
    justify-content: space-between;
  }

  .hero-flex.programa-vantagens {
    grid-column-gap: 30px;
  }

  .div-block-164 {
    align-items: center;
    height: 93%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-field-4 {
    width: 100%;
  }

  .btn-bloco-fixo {
    font-weight: 600;
  }

  .btn-bloco-fixo.w--current {
    flex: 0 auto;
    width: 100%;
    display: flex;
  }

  .bloco-countdown {
    box-shadow: none;
    background-color: #0000;
    width: 98%;
    position: fixed;
    inset: auto 0% 0%;
  }

  .suport-text-countdown-left {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    display: block;
  }

  .suport-text-countdown-left.mobile {
    display: none;
  }

  .bloco-form-laranja {
    width: 50%;
  }

  .countdown-box {
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px 5px;
    box-shadow: 0 0 15px -5px #00000029;
  }

  .countdown-box.queridinhos-clube {
    box-shadow: none;
    background-color: #0000;
  }

  .text-field-5 {
    width: 100%;
  }

  .div-block-282 {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-282.bf {
    display: flex;
  }

  .supoort-text-left.countdown {
    text-align: left;
    display: block;
  }

  .supoort-text-left.bf {
    color: #fff;
  }

  .div-text-indicacao-hero {
    flex: 0 auto;
    justify-content: flex-end;
    align-self: flex-start;
    width: 50%;
  }

  .bloco-fixo-votacao {
    box-shadow: none;
    background-color: #fff;
    width: 98%;
    padding-left: 20px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-281 {
    width: 100%;
    display: none;
  }

  .div-block-281.bolao {
    display: block;
  }

  .div-block-366, .supoort-text-center.only-m {
    display: none;
  }

  .btn-rosa-default {
    border-style: solid;
    outline-width: 0;
    min-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-rosa-default:hover {
    outline-offset: -2px;
    border: 2px solid #db2667;
    outline: 3px #db2667;
  }

  .btn-cronometro {
    font-weight: 600;
  }

  .btn-cronometro.w--current {
    flex: 0 auto;
    width: 100%;
    display: flex;
  }

  .text-field-3 {
    width: 100%;
  }

  .section-12.indicacao-magica, .section-12.indicacao-cacelados, .section-12.indicacao-folia-diarias {
    background-position: 50% 0;
    background-size: cover;
  }

  .code-embed-2 {
    width: 100%;
  }

  .bloco-form-dark-blue {
    width: 50%;
  }

  .flex-block-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }

  .form-box-white {
    min-width: auto;
  }

  .h4-text-left-blue.only-m {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .slide {
    background-image: linear-gradient(#1818184f, #001f3dc7), url('../images/bg-janela-aviao-hero.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .col-50 {
    width: 100%;
  }

  .col-50.meridien.indicacao-magica {
    justify-content: center;
    align-items: center;
  }

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

  .h2-small, .h3-medium, .text-block-2 {
    text-align: center;
  }

  .box-bio {
    flex-direction: column;
    margin-top: 25px;
  }

  .box-bio.clean {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
  }

  .col-30 {
    width: 100%;
  }

  .container {
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph.who {
    text-align: center;
  }

  .col-40 {
    width: 100%;
  }

  .div-block-7 {
    margin-top: -39px;
    margin-left: 0;
  }

  .box-brand {
    width: 80%;
  }

  .div-block-9 {
    align-items: center;
    min-height: 140px;
  }

  .paragraph-2 {
    text-align: center;
  }

  .flex-block-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
  }

  .div-block-10 {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-flex-numeros {
    flex: none;
    width: 30%;
  }

  .text-span-3 {
    font-size: 30px;
  }

  .brand-paragraph {
    text-align: center;
  }

  .container-95 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-95.plans {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-3 {
    width: 100%;
  }

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

  .col-75 {
    width: 100%;
  }

  .form-container {
    border-radius: 20px;
  }

  .footer {
    margin-top: 0;
  }

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

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

  .text-block-3 {
    flex: 0 auto;
    order: 1;
    align-self: auto;
    display: block;
  }

  .flex-block-4 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-4 {
    min-height: 60vh;
  }

  .col-40-2 {
    width: 100%;
  }

  .div-block-7-copy {
    margin-top: -39px;
    margin-left: 0;
  }

  .div-block-5-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .section-7 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bg-head.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .lp-hero-col-50 {
    width: 100%;
  }

  .text-span-5 {
    color: var(--white);
  }

  .h1-mangueira-white {
    font-size: 3em;
  }

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

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

  .text-block-46 {
    font-size: .7em;
    line-height: 1.2em;
  }

  .bold-text-3 {
    font-size: 30px;
    line-height: 1.3em;
  }

  .div-block-26 {
    width: 45%;
  }

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

  .grid-plans-lp {
    width: 100%;
    padding-left: 10px;
  }

  .card-plano-lp {
    width: 95%;
  }

  .div-block-31 {
    min-height: 300px;
    font-size: 16px;
  }

  .div-block-32.diamante, .text-block-47 {
    font-size: 14px;
  }

  .text-block-48 {
    font-size: 2.7em;
  }

  .text-span-8 {
    font-size: 16px;
  }

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

  .bold-text-4 {
    font-size: 16px;
  }

  .div-block-35 {
    font-size: 13px;
  }

  .div-block-36 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
    width: 70%;
  }

  .btn-blue-lp {
    width: 100%;
  }

  .section-obrigado-parceiros {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bg-head.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .plans-lp-slide-item {
    width: 60%;
  }

  .icon, .right-arrow-cards-plans, .left-arrow-2 {
    display: none;
  }

  .hotels-lp-slide-item {
    width: 60%;
  }

  .slider-hotels-lp {
    width: 100%;
    padding-left: 10px;
  }

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

  .flex-block-9 {
    flex-flow: wrap;
  }

  .lp-hero-col-40 {
    width: 100%;
  }

  .image-5 {
    display: block;
  }

  .image-6 {
    display: none;
  }

  .wrapper {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 50vh;
  }

  .wrapper.queridinhos-do-clube {
    min-height: auto;
  }

  ._2-btn-flex {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
  }

  ._2-btn-flex.only-desk {
    display: none;
  }

  .js-clock, .div-block-141 {
    width: 100%;
  }

  .hero-text-left {
    text-align: center;
    align-self: auto;
  }

  .hero.hero-vantagens-meridien {
    background-image: linear-gradient(182deg, #14376cc9, #14376c00), url('../images/bg-indicacao-set.jpg');
    background-position: 0 0, 37% 0;
  }

  .logo-arraia {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-flex {
    flex-wrap: wrap;
  }

  .form-container-2 {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 80px;
    padding: 20px;
  }

  .btn-bloco-fixo {
    width: 100%;
    font-weight: 600;
  }

  .btn-bloco-fixo.w--current {
    display: flex;
  }

  .supoort-text-lef-white {
    text-align: left;
  }

  .bloco-countdown {
    box-shadow: none;
    background-color: #0000;
    width: 100%;
    position: static;
  }

  .suport-text-countdown-left {
    text-align: center;
    width: 100%;
    font-size: 28px;
    line-height: 38px;
    display: block;
  }

  .suport-text-countdown-left.mobile {
    display: none;
  }

  .bloco-form-laranja {
    align-self: center;
    width: 100%;
    display: block;
  }

  .countdown-box {
    background-color: #fff;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
  }

  .countdown-box.queridinhos-clube {
    background-color: #fff;
  }

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

  .supoort-text-left {
    text-align: center;
  }

  .supoort-text-left.countdown {
    text-align: center;
    margin-bottom: 10px;
  }

  .supoort-text-left.bf {
    color: #fff;
  }

  .div-text-indicacao-hero {
    background-color: #0000;
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }

  .bloco-fixo-votacao {
    box-shadow: none;
    background-color: #0000;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
  }

  .div-block-281 {
    width: 100%;
    display: none;
  }

  .div-block-281.bolao {
    margin-bottom: 0;
    padding: 10px;
    display: none;
  }

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

  .btn-box-only-m {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .supoort-text-center.only-m {
    display: block;
  }

  .btn-rosa-default {
    color: #fff;
    background-color: #ff356a;
  }

  .btn-cronometro {
    width: 100%;
    font-weight: 600;
  }

  .btn-cronometro.w--current {
    display: flex;
  }

  .h1-hero-ind-meridien.indicacao-magica {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2em;
  }

  .section-12.indicacao-magica {
    background-image: linear-gradient(180deg, var(--dark-blue-100), #0f2d4b00), url('../images/bg-indicacao-magica-m.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .section-12.indicacao-cacelados {
    background-image: linear-gradient(180deg, var(--dark-blue-100), #0f2d4b00);
  }

  .section-12.indicacao-folia-diarias {
    background-image: linear-gradient(180deg, var(--dark-blue-100), #0f2d4b00), url('../images/fOLIA-DE-dIÁRIAS-bg-blue-p-1080.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .div-block-374 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .text-block-58.white {
    text-align: center;
  }

  .bloco-form-dark-blue {
    align-self: center;
    width: 100%;
    display: block;
  }

  .form-container-3 {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  .flex-block-12 {
    flex-flow: column;
  }

  .h4-text-left-blue.only-m {
    display: block;
  }
}

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

  .heading {
    font-size: 1.8em;
    line-height: 1.1em;
  }

  .slide {
    background-image: linear-gradient(#18181852, #001f3db3), url('../images/bg-janela-aviao-hero.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .right-arrow {
    justify-content: flex-end;
  }

  .div-block-4 {
    width: 30px;
    height: 30px;
  }

  .left-arrow {
    justify-content: flex-start;
  }

  .btn-outline.lightbox {
    width: 93%;
    font-size: 11px;
  }

  .flex-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
    align-content: center;
  }

  .col-50 {
    width: 100%;
  }

  .col-50.meridien.indicacao-magica {
    justify-content: center;
    align-items: center;
  }

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

  .h2-small, .h3-medium {
    text-align: center;
  }

  .box-bio {
    flex-direction: column;
    margin-top: 45px;
  }

  .box-bio.clean {
    justify-content: flex-start;
    align-items: center;
  }

  .col-30 {
    width: 100%;
  }

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

  .container {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph {
    text-align: center;
  }

  .col-40 {
    width: 100%;
  }

  .col-40.hero-center-m {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-7 {
    margin-top: -45px;
    margin-left: 0;
  }

  .section {
    background-color: var(--dark-blue-800);
    background-image: linear-gradient(to bottom, #0f2d4b6b, var(--dark-blue-800) 24%), url('../images/bg-handshaking-section.jpg');
    background-position: 0 0, 40% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .box-brand {
    width: 100%;
    min-height: 250px;
  }

  .paragraph-2 {
    text-align: center;
  }

  .flex-block-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-wrap: wrap;
    place-content: flex-start center;
  }

  .link-block {
    justify-content: center;
    align-items: center;
  }

  .div-block-10 {
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-flex-numeros {
    flex: 1;
    width: 48%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-3 {
    font-size: 26px;
  }

  .text-span-copy {
    font-size: 40px;
  }

  .brand-hotels-item {
    width: 100%;
  }

  .brand-cell {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

  .brand-paragraph {
    text-align: center;
  }

  .brand-description-cell {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0;
  }

  .container-95 {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-95.plans {
    padding-left: 10px;
    padding-right: 0;
  }

  .flex-block-3 {
    width: 100%;
  }

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

  .col-75 {
    width: 100%;
  }

  .form-container {
    background-image: linear-gradient(to bottom, #003870bf, #003870bf), url('../images/plane-vector.svg'), linear-gradient(to bottom, var(--dark-blue-800), var(--dark-blue-600));
    background-position: 0 0, 220%, 0 0;
    background-size: auto, 90%, auto;
    border-radius: 20px;
    width: 100%;
    max-width: 90vw;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .submit {
    flex: 1;
    margin-top: 10px;
  }

  .form_element, .field-wrapper {
    width: 100%;
  }

  .flex-block-4 {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    flex-wrap: wrap;
    place-content: flex-start center;
  }

  .section-4 {
    background-image: linear-gradient(180deg, var(--grey-6), white);
    min-height: 40vh;
  }

  .flex-block-5 {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .youtube {
    height: auto;
    min-height: 180px;
  }

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

  .col-40-2 {
    width: 100%;
  }

  .div-block-7-copy {
    margin-top: -45px;
    margin-left: 0;
  }

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

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

  .item-de-dropdown-2 {
    object-fit: fill;
    flex-wrap: nowrap;
    height: 94px;
    min-height: 94px;
    max-height: 120px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .text-block-44 {
    clear: left;
    color: #14376c;
    white-space: normal;
    flex-flow: column wrap;
    flex: 0 auto;
    order: 1;
    align-content: flex-start;
    width: 80%;
    padding-right: 0;
    font-size: 16px;
    line-height: 140%;
    display: block;
    overflow: visible;
  }

  .dropdown-list-3 {
    background-color: #fafdff;
    border-radius: 15px;
  }

  .paragraph-29 {
    color: #596d79;
  }

  .div-block-5-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .section-7 {
    background-image: linear-gradient(#001f3dad, #001f3dad), url('../images/bg-head.jpg');
    background-position: 0 0, 80% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    min-height: 90vh;
  }

  .section-7.portoplus {
    background-position: 260% -10%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 110%, auto;
  }

  .image-4 {
    margin-bottom: 0;
  }

  .heading-lp-1 {
    text-align: center;
    font-size: 2.2em;
    line-height: 1.2em;
  }

  .text-span-4 {
    font-size: .7em;
    line-height: 1.3em;
  }

  .lp-hero-col-50 {
    grid-column-gap: 1.9em;
    grid-row-gap: 1.9em;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    min-height: 70vh;
  }

  .text-span-5 {
    font-size: .9em;
  }

  .h2-mangueira-blue {
    font-size: 28px;
  }

  .section-8 {
    background-image: linear-gradient(#001f3d87, #001f3d87), url('../images/bg-meio.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .h1-mangueira-white {
    font-size: 2.6em;
    line-height: 1.2em;
  }

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

  .text-span-6 {
    font-size: 1em;
  }

  .div-block-24 {
    flex-flow: column;
    width: 90%;
  }

  .text-span-7 {
    font-size: 1.9em;
  }

  .text-block-45 {
    text-align: center;
    width: 100%;
    font-size: 21px;
  }

  .text-block-46 {
    text-align: center;
    width: 100%;
    font-size: .7em;
    line-height: 1.2em;
  }

  .bold-text-3 {
    font-size: 28px;
  }

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

  .div-block-28 {
    width: 95%;
  }

  .flex-block-6 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-flow: wrap;
  }

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

  .grid-plans-lp {
    grid-column-gap: 2.1em;
    grid-row-gap: 2.1em;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 69px;
  }

  .card-plano-lp {
    width: 97%;
    max-width: none;
  }

  .div-block-33 {
    justify-content: center;
    align-items: flex-end;
    margin-top: 15px;
  }

  .text-block-48 {
    font-size: 4.6em;
  }

  .div-block-35 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .text-topics-lp {
    font-size: 16px;
    line-height: 1.2em;
  }

  .div-block-36 {
    grid-column-gap: 2.3em;
    grid-row-gap: 2.3em;
    flex-flow: wrap;
    justify-content: center;
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-btn-full-left {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn-blue-lp.lightbox, .btn-white-lp.lightbox {
    width: 93%;
    font-size: 11px;
  }

  .section-obrigado-parceiros {
    background-image: linear-gradient(#001f3dad, #001f3dad), url('../images/bg-head.jpg');
    background-position: 0 0, 80% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    min-height: 90vh;
  }

  .text-block-51 {
    text-align: center;
  }

  .plans-lp-slide-item {
    width: 100%;
  }

  .mask {
    overflow: hidden;
  }

  .slide-nav-2 {
    margin-bottom: -42px;
    display: block;
  }

  .icon {
    color: var(--cinza-vip);
    margin-right: 0;
    display: none;
  }

  .right-arrow-cards-plans {
    z-index: -1;
    margin-right: 0;
    display: none;
  }

  .left-arrow-2 {
    z-index: -1;
    display: none;
  }

  .hotels-lp-slide-item {
    width: 100%;
  }

  .slider-hotels-lp {
    grid-column-gap: 2.1em;
    grid-row-gap: 2.1em;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 69px;
    padding-left: 0;
  }

  .slide-nav-blue {
    border: 1px #000;
    margin-bottom: -42px;
    display: block;
  }

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

  .heading-lp-blue {
    color: var(--dark-blue-100);
    text-align: center;
    font-size: 1.9em;
    line-height: 1.2em;
  }

  .support-text-hero-1 {
    text-align: center;
  }

  .flex-block-9 {
    flex-flow: wrap;
    align-items: center;
  }

  .lp-hero-col-40 {
    grid-column-gap: 1.9em;
    grid-row-gap: 1.9em;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .image-5 {
    display: block;
  }

  .image-6 {
    display: none;
  }

  .wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    place-content: flex-start space-between;
    align-items: flex-start;
    min-height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._2-btn-flex {
    grid-column-gap: 8px;
  }

  ._2-btn-flex.only-desk {
    display: none;
  }

  .js-clock {
    flex-wrap: wrap;
    place-content: center space-around;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .clock-label {
    letter-spacing: 0;
    margin-top: 0;
    margin-right: 0;
  }

  .div-block-141 {
    text-align: center;
    background-color: #0000;
    border-radius: 0 50px 50px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 20px;
    padding: 0 1em 0;
    display: none;
  }

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

  .hero-text-left {
    height: auto;
  }

  .hero {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero.hero-vantagens-meridien {
    background-color: #fff;
    background-image: linear-gradient(#14376cd6, #ffffff8a 25%, #fff 102%), url('../images/632217519fac8_programa_de_vantagens.banner.png');
    background-position: 0 0, 58%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 120vh;
    min-height: 70vh;
    padding-top: 0;
  }

  .h4-hero-left {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }

  .logo-arraia {
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 270px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-208 {
    width: 90%;
    top: 14%;
    left: -33%;
  }

  .clock-number {
    justify-content: center;
    min-width: 40px;
    padding: 0 5px;
    font-size: 1.2rem;
    display: flex;
  }

  .container-1-2 {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .hero-flex {
    flex-wrap: wrap;
  }

  .hero-flex.programa-vantagens {
    grid-column-gap: 0px;
  }

  .form-container-2 {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .div-block-164 {
    align-items: center;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-4 {
    width: 100%;
  }

  .btn-bloco-fixo {
    text-align: center;
    background-color: #ff356a;
    border-radius: 20px;
    flex: 1;
    order: 0;
    align-self: center;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    display: block;
  }

  .btn-bloco-fixo.w--current {
    display: block;
  }

  .bold-text-9 {
    font-weight: 600;
    line-height: 24px;
  }

  .supoort-text-lef-white {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 16px;
  }

  .bloco-countdown {
    display: none;
  }

  .suport-text-countdown-left {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .suport-text-countdown-left.mobile {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    display: none;
  }

  .bloco-form-laranja {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .field-label-4, .field-label-2 {
    width: auto;
  }

  .countdown-box {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    margin-top: 0;
    padding: 15px 10px;
    box-shadow: 1px 1px 15px -5px #0000000d;
  }

  .countdown-box.queridinhos-clube {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .text-field-5 {
    width: 100%;
  }

  .div-block-282 {
    justify-content: flex-start;
  }

  .div-block-282.queridinhos-do-clube {
    justify-content: center;
  }

  .supoort-text-left {
    color: #596d79;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 140%;
  }

  .supoort-text-left.countdown {
    margin-top: 0;
  }

  .div-text-indicacao-hero {
    text-align: center;
    background-color: #0000;
    border-radius: 20px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 40vh;
    margin-top: 50px;
    margin-bottom: 0;
    padding: 1em 0;
    display: block;
  }

  .bloco-fixo-votacao {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-281 {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    display: none;
  }

  .div-block-281.bolao {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .div-block-366 {
    width: 100%;
    display: none;
  }

  .btn-box-only-m {
    width: auto;
    display: block;
  }

  .supoort-text-center {
    color: #596d79;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 0;
    font-size: 16px;
    line-height: 140%;
  }

  .supoort-text-center.only-m {
    text-align: center;
    display: block;
  }

  .box {
    min-width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .btn-rosa-default {
    outline-offset: -2px;
    color: #fff;
    text-align: center;
    background-color: #ff356a;
    border-style: solid;
    border-width: 2px;
    border-radius: 40px;
    outline: 1px solid #ff356a;
    flex: 0 auto;
    align-self: center;
    min-width: 140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
  }

  .btn-rosa-default:hover {
    border-style: solid;
  }

  .btn-rosa-default.w--current {
    color: #fff;
    background-color: #ff356a;
    flex: 0 auto;
  }

  .h1-hero-left-white {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 22px;
  }

  .h1-hero-left-white.bigger {
    font-size: 32px;
  }

  .image-77 {
    width: 30px;
  }

  .btn-cronometro {
    text-align: center;
    background-color: #ff356a;
    border-radius: 20px;
    flex: 1;
    order: 0;
    align-self: center;
    width: 100%;
    margin: 20px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    display: block;
  }

  .btn-cronometro.w--current {
    display: block;
  }

  .text-field-3 {
    width: 100%;
  }

  .h3-title-blue {
    text-align: center;
    font-size: 22px;
  }

  .h1-hero-ind-meridien.indicacao-magica {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2em;
  }

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

  .text-block-52 {
    justify-content: center;
    align-items: center;
    min-height: 44px;
    font-size: 12px;
    line-height: 1.1em;
    display: flex;
  }

  .div-block-368-copy {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .flex-block-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-hero-ind-meridien.center-laranja, .h2-hero-ind-meridien.left-laranja {
    font-size: 30px;
    line-height: 1.2em;
  }

  .div-block-371 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .section-12.indicacao-magica {
    background-image: linear-gradient(180deg, var(--dark-blue-100), #fff0), url('../images/bg-indicacao-magica-m.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .section-12.indicacao-cacelados {
    background-image: linear-gradient(#003870e3 8%, #0038704f 78%), url('../images/632217519fac8_programa_de_vantagens.banner.png');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .section-12.indicacao-folia-diarias {
    background-image: linear-gradient(#00387080, #fff0), url('../images/fOLIA-DE-dIÁRIAS-bg-blue-p-1080.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

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

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

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

  .text-block-58.white {
    text-align: center;
  }

  .code-embed-2 {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
  }

  .bloco-form-dark-blue {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .div-block-378 {
    background-color: #ffffff75;
    border-radius: 10px;
  }

  .form-container-3 {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .section-13 {
    background-image: linear-gradient(#001f3d99, #001f3d99), url('../images/bg-janela-aviao-hero.jpg');
    background-position: 0 0, 40%;
    background-repeat: repeat, no-repeat;
  }

  .flex-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-box-white {
    min-width: auto;
  }

  .h4-text-left-blue {
    color: var(--dark-blue-600);
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 0;
    font-size: 16px;
    line-height: 1.2em;
  }

  .h4-text-left-blue.only-m {
    text-align: center;
    display: block;
  }

  .h2-hero-ind.center-laranja, .h2-hero-ind.left-laranja, .h2-hero-ind.left-blue {
    font-size: 30px;
    line-height: 1.2em;
  }
}

#w-node-bfb582dc-0143-7408-58c0-bd357661431d-65c407a0, #w-node-_3d3746ab-44c7-3860-ceee-8a644acd38b9-65c407a0, #w-node-_87d19ba3-7b3e-ca7e-da52-1d47429b94f0-65c407a0, #w-node-_69ef04e1-2445-a02d-9560-1b8cbc3b64dd-65c407a0 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-b508014a-fb23-d33c-b2c8-c82a5772fd69-dda717c8, #w-node-b508014a-fb23-d33c-b2c8-c82a5772fd69-35c86380, #w-node-b508014a-fb23-d33c-b2c8-c82a5772fd69-301ff801, #w-node-b508014a-fb23-d33c-b2c8-c82a5772fd69-2d5440ae, #w-node-b508014a-fb23-d33c-b2c8-c82a5772fd69-dbada50c, #w-node-d0ae01cb-3831-c46f-c8ea-d0542fdab717-2f0c52bf, #w-node-ebf8c75d-be1e-41a7-2796-d002325d9ad6-b7490f0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-bfb582dc-0143-7408-58c0-bd357661431d-65c407a0, #w-node-_3d3746ab-44c7-3860-ceee-8a644acd38b9-65c407a0, #w-node-_87d19ba3-7b3e-ca7e-da52-1d47429b94f0-65c407a0, #w-node-_69ef04e1-2445-a02d-9560-1b8cbc3b64dd-65c407a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bfb582dc-0143-7408-58c0-bd357661431d-65c407a0 {
    grid-template-rows: 1fr;
    grid-template-columns: 5.25fr;
  }

  #w-node-_3d3746ab-44c7-3860-ceee-8a644acd38b9-65c407a0 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_87d19ba3-7b3e-ca7e-da52-1d47429b94f0-65c407a0 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_69ef04e1-2445-a02d-9560-1b8cbc3b64dd-65c407a0 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }
}


@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangueira';
  src: url('../fonts/Mangueira-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangueira';
  src: url('../fonts/Mangueira-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangueira';
  src: url('../fonts/Mangueira-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangueira';
  src: url('../fonts/Mangueira-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangueira';
  src: url('../fonts/Mangueira-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}