:root {
  --dark: #2f2f2f;
  --light-grey: #f3f3f3;
  --white: white;
  --grad1: #f63218;
  --grad2: #f8712c;
  --black: black;
  --orange: #ff590f;
  --white-2: white;
  --black-2: black;
}

.body {
  color: var(--dark);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.section-grey {
  background-color: var(--light-grey);
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-920 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.white-box {
  background-color: var(--white);
  border-radius: 15px;
  padding: 45px;
}

.white-box.top-margin-100 {
  margin-top: 100px;
}

.column {
  flex-direction: column;
  display: flex;
}

.column.left {
  align-items: flex-start;
}

.column.left.max-width {
  max-width: 600px;
}

.column.center {
  align-items: center;
}

.column.center.bot-marign-50 {
  margin-bottom: 50px;
}

.paragraph {
  margin-bottom: 20px;
}

.paragraph.white {
  color: var(--white);
}

.paragraph.white.no-margins {
  margin-bottom: 0;
}

.paragraph.white.no-margins.bold {
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.bold-gradient {
  background-image: linear-gradient(139deg, var(--grad1), var(--grad2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
}

.bold-gradient._64px {
  font-size: 64px;
}

.bold-gradient._64px.cap {
  text-transform: uppercase;
}

.bold-gradient._45px {
  font-size: 55px;
}

.bold-gradient._45px.cap {
  text-transform: uppercase;
}

.row {
  align-items: center;
  display: flex;
}

.row.bot-margin-8 {
  margin-bottom: 8px;
}

.row.bot-margin-20 {
  margin-bottom: 20px;
}

.bullet-paragraph {
  margin-bottom: 0;
}

.arrow {
  margin-right: 5px;
}

.logo {
  max-width: 418px;
}

.logo.bot-margin-20 {
  max-width: 586px;
  margin-bottom: 20px;
}

._40px-montserrat {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: 41px;
  font-weight: 700;
  line-height: 140%;
}

.container-1100 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-1100.top-margin-100 {
  margin-top: 100px;
}

.heading {
  color: var(--black);
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  line-height: 150%;
}

.heading.bold {
  font-weight: 600;
}

.heading.bold.white {
  color: var(--white);
}

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

.card-dark {
  background-color: var(--dark);
  border-radius: 20px;
  padding: 55px;
}

.card-dark.padding-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.card-dark.padding-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.card-dark.padding-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.box-paragraph {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
}

.box-paragraph.max-width-260 {
  max-width: 260px;
}

.box-paragraph.max-width-250 {
  max-width: 250px;
}

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

.number {
  background-image: linear-gradient(132deg, var(--grad1), var(--grad2));
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 75px;
  font-weight: 800;
  line-height: 110%;
}

.button {
  background-image: linear-gradient(135deg, var(--grad1), var(--grad2));
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 45px;
  font-size: 25px;
  font-weight: 600;
}

.button.top-margin-20 {
  margin-top: 20px;
  font-weight: 600;
}

.button.white {
  color: var(--black);
  background-color: #fff;
  background-image: none;
  font-weight: 700;
}

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

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

.grid-3x1._60gap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.icon-image {
  margin-bottom: 15px;
}

.heading-white {
  color: var(--white);
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  line-height: 150%;
}

.heading-white.bold {
  font-weight: 600;
}

.heading-white.left {
  text-align: left;
}

.heading-white.left.bot-margin-40 {
  margin-bottom: 40px;
}

.heading-white._45px {
  font-size: 45px;
  line-height: 130%;
}

.heading-white._45px.bot-margin-20 {
  margin-bottom: 20px;
}

.section-jorge {
  background-image: url('../images/fundo-jorge-coutinho.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-orange {
  background-image: linear-gradient(157deg, var(--grad1), var(--grad2));
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-copy {
  color: var(--black);
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  line-height: 150%;
}

.heading-copy.bold {
  font-weight: 600;
}

.heading-copy.bold.white {
  color: var(--white);
}

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

.container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footer {
  background-color: #111;
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-2.center {
  align-items: center;
}

.column-2.right {
  align-items: flex-end;
}

.footer-text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
}

.footer-text-2 {
  font-size: 15px;
  font-weight: 300;
  line-height: 140%;
  transition: all .2s;
}

.footer-text-2.white {
  color: var(--white);
}

.footer-link {
  color: #fff;
  margin-right: -5px;
  padding: 2px 5px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--grad2);
}

.column-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-3.right {
  align-items: flex-end;
}

.column-3.center {
  align-items: center;
}

.container-2 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.hero-section {
  height: 100vh;
  background-image: url('../images/jorgecoutinho-background.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.container-hero {
  height: 100%;
  max-width: 1020px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 47px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.logo-hero {
  max-width: 622px;
  margin-bottom: 20px;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.5px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .8);
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 800;
}

.non-italic {
  font-style: normal;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  letter-spacing: -2px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ff4800, #ff0100);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.heading-3.max-width {
  max-width: 673px;
}

.hero-paragraph {
  color: var(--white);
  text-align: center;
  letter-spacing: -.5px;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 130%;
}

.hero-paragraph.max-width {
  max-width: 739px;
}

.column-hero-flex {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-hero-flex.left {
  align-items: flex-start;
}

.column-hero-flex.left.max-width {
  max-width: 600px;
}

.column-hero-flex.center {
  align-items: center;
}

.column-hero-flex.center.bot-marign-50 {
  margin-bottom: 50px;
}

.form-block {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.form {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  display: none;
}

.text-field {
  border-radius: 3px;
  margin-bottom: 0;
  padding: 17px 10px;
}

.orange-button {
  height: 100%;
  background-image: linear-gradient(to bottom, var(--grad2), var(--grad1));
  border-radius: 3px;
  padding: 0 34px;
  font-size: 18px;
  font-weight: 600;
}

.box-paragraph-icons {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
}

.box-paragraph-icons.max-width-260 {
  max-width: 260px;
}

.box-paragraph-icons.max-width-250 {
  max-width: 250px;
}

.box-paragraph-icons.max-width-300 {
  max-width: 300px;
}

.whatsapp-component {
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.orange-button-1 {
  height: 100%;
  background-image: linear-gradient(to bottom, var(--grad2), var(--grad1));
  border-radius: 3px;
  padding: 12px 59px;
  font-size: 18px;
  font-weight: 600;
}

.preco {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 800;
  line-height: 100%;
}

.preco.bold {
  font-weight: 600;
}

.preco.left {
  text-align: left;
}

.preco.left.bot-margin-40 {
  margin-bottom: 40px;
}

.preco._45px {
  font-size: 45px;
  line-height: 130%;
}

.preco._45px.bot-margin-30 {
  margin-bottom: 30px;
}

.preco-antes {
  color: #111;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.preco-antes.white {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}

.riscar {
  text-decoration: line-through;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .card-dark {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .card-dark.padding-30, .card-dark.padding-55, .card-dark.padding-70 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3x1._60gap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .heading-white._45px.bot-margin-20 {
    font-size: 30px;
  }

  .section-jorge {
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/fundo-jorge-coutinho.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .orange-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 600;
  }

  .box-paragraph-icons {
    line-height: 120%;
  }

  .orange-button-1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 600;
  }

  .preco._45px.bot-margin-30 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .white-box {
    padding: 10px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 130%;
  }

  .paragraph.white.no-margins.bold {
    text-align: center;
  }

  .bold-gradient._64px.cap {
    font-size: 35px;
  }

  .bold-gradient._45px.cap {
    font-size: 40px;
  }

  .bullet-paragraph {
    font-size: 16px;
    line-height: 120%;
  }

  .logo.bot-margin-20 {
    max-width: 76vw;
  }

  ._40px-montserrat {
    font-size: 25px;
  }

  .container-1100.top-margin-100 {
    margin-top: 50px;
  }

  .heading.bold {
    font-size: 25px;
  }

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

  .card-dark {
    padding: 20px 10px;
  }

  .box-paragraph {
    font-size: 16px;
    line-height: 110%;
  }

  .number {
    font-size: 50px;
  }

  .grid-3x1._60gap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-white {
    font-size: 30px;
  }

  .heading-white.left.bot-margin-40 {
    font-size: 20px;
  }

  .section-jorge {
    background-position: 100%;
  }

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

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

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

  .column-2.center-mobile {
    justify-content: center;
    align-items: center;
  }

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

  .column-3.center-mobile {
    align-items: center;
  }

  .logo-hero {
    max-width: 90vw;
  }

  .heading-2 {
    font-size: 4vw;
  }

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

  .heading-3.max-width {
    font-size: 3.9vw;
  }

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

  .orange-button {
    font-size: 13px;
  }

  .box-paragraph-icons {
    font-size: 16px;
  }

  .orange-button-1 {
    font-size: 13px;
  }

  .preco {
    font-size: 60px;
  }

  .preco.left.bot-margin-40 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .white-box {
    padding: 10px;
  }

  .white-box.top-margin-100 {
    margin-top: 50px;
    padding-bottom: 30px;
  }

  .column.center.bot-marign-50 {
    margin-bottom: 25px;
  }

  .paragraph.white.no-margins.bold {
    text-align: center;
    font-size: 22px;
  }

  .bold-gradient._64px.cap {
    font-size: 22px;
  }

  .bold-gradient._45px.cap {
    font-size: 35px;
    line-height: 120%;
  }

  .logo.bot-margin-20 {
    max-width: 80vw;
  }

  .container-1100.top-margin-100 {
    margin-top: 30px;
  }

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

  .grid {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .button.top-margin-20 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    font-size: 6.2vw;
    line-height: 120%;
  }

  .button.white {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    font-size: 6.7vw;
    line-height: 120%;
  }

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

  .heading-white {
    font-size: 25px;
    line-height: 110%;
  }

  .heading-white.left.bot-margin-40, .heading-white._45px.bot-margin-20 {
    font-size: 20px;
  }

  .section-jorge {
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/fundo-jorge-coutinho.jpg');
    background-position: 0 0, 85%;
  }

  .section-orange {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 4.2vw;
  }

  .heading-3.max-width {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 5.9vw;
  }

  .hero-paragraph {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .hero-paragraph.max-width {
    margin-bottom: 10px;
  }

  .form {
    flex-direction: column;
  }

  .orange-button {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .box-paragraph-icons.max-width-250 {
    max-width: 217px;
  }

  .box-paragraph-icons.max-width-300 {
    max-width: 236px;
  }

  .orange-button-1 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .preco {
    font-size: 50px;
    line-height: 110%;
  }

  .preco.left.bot-margin-40, .preco._45px.bot-margin-30 {
    font-size: 20px;
  }
}

#w-node-_367ba51d-c360-cd6c-e001-5d15427c18e7-4e172637, #w-node-_90490385-a20f-5976-6e1c-a3f0dbafb09d-4e172637, #w-node-_6e132d59-2f2b-6ca5-22fb-d7438976465c-4e172637, #w-node-_190370c6-a40c-073f-ff8a-0c0c3d812669-4e172637, #w-node-_4c4e5384-c10c-0391-a9d0-3e8ee0ca3464-4e172637, #w-node-_355347ff-6611-41b5-0c09-39e878368676-4e172637, #w-node-_424a4978-51c2-8bf2-abb9-62ba5daacfb1-4e172637, #w-node-e10d1c6d-5400-ea64-084b-4487c9ecff72-4e172637, #w-node-_1b0fa12a-1652-f6cf-a9db-31541ecf85ed-4e172637, #w-node-c32a84d1-3052-bdf9-035a-30a964e843e5-4e172637, #w-node-a5d01d5d-6f7c-c7ac-7567-144842539a10-4e172637, #w-node-_98b2195d-f3cd-a67c-3781-2f0d820fbfc0-4e172637, #w-node-_9d24453a-c4a5-b0b7-6f14-02e500879b9c-4e172637 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


