.cta-fixo {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 1.5%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 12px 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.38);
  background-color: #32332a;
  -webkit-transition: all 480ms cubic-bezier(.785, .135, .15, .86);
  transition: all 480ms cubic-bezier(.785, .135, .15, .86);
  font-family: 'Gotham book', sans-serif;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta_heading {
  margin-right: 12px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cta__btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 96.5%, 0.16);
  -webkit-transition: all 480ms ease-in-out;
  transition: all 480ms ease-in-out;
}

.cta-btn:hover {
  border-color: #f6f6f6;
  background-color: hsla(0, 0%, 96.5%, 0.11);
}

.icon-footer {
  width: 20px;
  height: 18px;
  margin-right: 8px;
}

.btn-flex__text-link {
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.modal-whatsapp {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3000;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__whatsapp {
  position: relative;
  z-index: 99;
  width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding: 56px;
  background-color: #fff;
  box-shadow: 14px 14px 80px 20px rgba(31, 32, 32, 0.85);
  font-family: 'Gotham book', sans-serif;
}

.modal__heading {
  padding-right: 24px;
  font-family: 'Gotham book', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.modal__form {
  padding-top: 32px;
}

.modal__close-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: rgba(66, 68, 57, 0.72);
  -webkit-transition: background-color 320ms ease-in-out;
  transition: background-color 320ms ease-in-out;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.modal__close-btn:hover {
  background-color: #424439;
  color: #fff;
}

.svg-icon {
  width: 24px;
  height: 24px;
  margin: 18px;
}

.modal-whtsapp__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.8);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.modal-email {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3000;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-email__wrapper {
  position: relative;
  z-index: 99;
  width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding: 56px;
  background-color: #fff;
  box-shadow: 14px 14px 80px 20px rgba(31, 32, 32, 0.85);
}

.modal-email__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 98;
  background-color: rgba(31, 32, 32, 0.85);
  cursor: pointer;
}

.body {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.cta-02 {
  position: fixed;
  left: 32px;
  top: auto;
  right: auto;
  bottom: 32px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  padding: 32px;
  background-color: #fff;
  box-shadow: 0 6px 23px 0 rgba(20, 20, 43, 0.08);
  color: #373435;
}

.cta-p {
  margin-bottom: 16px;
}

.cta-02__pol-link {
  color: #373435;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.button-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80px;
  background-color: #4a3aff;
  box-shadow: 0 3px 12px 0 rgba(74, 58, 255, 0.12);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button-primary:hover {
  background-color: #3527d8;
  box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button-primary.cookie-banner-button---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 160px;
  padding: 12px 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 0px;
  background-color: #373435;
  font-size: 12px;
  line-height: 15px;
}

.close-message---brix {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #170f49;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.close-message---brix:hover {
  -webkit-transform: scale3d(0.9, 0.9, 0.01);
  transform: scale3d(0.9, 0.9, 0.01);
  color: #4a3aff;
}

.plt-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #32332a;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.plt-container {
  width: 100%;
  max-width: 1216px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.plt-container._1216px {
  max-width: 1216px;
}

.plt__hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plt__brand {
  width: 320px;
  height: 100px;
}

.plt__btn {
  display: inline-block;
  padding: 20px 40px;
  border-radius: 4px;
  background-color: #5b5c55;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: hsla(15, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.25px;
  text-decoration: none;
}

.plt__btn:hover {
  background-color: #7f8173;
  color: #fff;
}

.plt-section {
  padding: 100px 64px;
}

.plt-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
}

.plt-block {
  width: 640px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: justify;
}

.paragraph {
  margin-bottom: 0px;
  color: #686664;
}

.plt-heading-24px {
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .modal-whatsapp {
    display: none;
  }

  .modal__whatsapp {
    width: 90%;
  }

  .modal-email {
    display: none;
  }

  .modal-email__wrapper {
    width: 90%;
  }

  .cta-02 {
    left: 24px;
    bottom: 110px;
  }

  .plt-hero {
    height: 280px;
  }

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

  .plt__brand {
    width: 240px;
  }

  .plt-section {
    padding: 80px 56px;
  }

  .plt-block {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .paragraph {
    font-size: 16px;
  }

  .plt-heading-24px {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .modal__whatsapp {
    padding: 32px;
  }

  .modal__heading {
    font-size: 24px;
  }

  .modal-email__wrapper {
    padding: 32px;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .plt-hero {
    padding-right: 32px;
    padding-left: 32px;
  }

  .plt-container {
    width: 100%;
    max-width: none;
  }

  .plt__hero-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .plt__brand {
    width: 160px;
  }

  .plt-section {
    padding: 80px 32px;
  }

  .paragraph {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .cta-fixo {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 3000;
    width: 100%;
  }

  .cta-wrapper {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cta_heading {
    margin-right: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10px;
    letter-spacing: 0px;
  }

  .cta__btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-btn {
    margin-right: 12px;
    margin-left: 0px;
  }

  .cta-btn.last {
    margin-right: 0px;
  }

  .icon-footer {
    width: 16px;
    height: 16px;
  }

  .btn-flex__text-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 11px;
    letter-spacing: 0px;
  }

  .modal-whatsapp {
    display: none;
    padding-right: 17px;
    padding-left: 17px;
  }

  .modal__whatsapp {
    overflow: auto;
    padding: 16px;
  }

  .modal__close-btn {
    width: 32px;
    height: 32px;
    padding: 9px;
  }

  .modal-email {
    display: none;
    padding-right: 17px;
    padding-left: 17px;
  }

  .modal-email__wrapper {
    overflow: auto;
    padding: 16px;
  }

  .cta-02 {
    left: 16px;
    right: 16px;
    bottom: 100px;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .plt-hero {
    position: relative;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .plt__hero-block {
    margin-bottom: -22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plt__brand {
    width: 80%;
    margin-bottom: 72px;
  }

  .plt__btn {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .plt-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .plt-block {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: left;
  }

  .plt-heading-24px {
    margin-top: 32px;
  }
}

.grid-diferenciais {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dif-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #646363;
  font-size: 16px;
}

.deco-line {
  width: 32px;
  height: 2px;
  margin-right: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(50, 51, 42, 0.32);
}

.ficha-heading {
  display: block;
  margin-bottom: 10px;
  color: #373435;
  font-size: 21px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.ficha-heading.is--title {
  padding-left: 40px;
  font-weight: 700;
}

.ficha-descritivo {
  margin-bottom: 0px;
  color: #6b6b6b;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}

.diferenciais {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.dif-paragraph {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.7;
}

.ignorar-css-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .grid-diferenciais {
    grid-column-gap: 64px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .ficha-heading {
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .grid-diferenciais {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content19-items-wrap {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 479px) {
  .grid-diferenciais {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content19-items-wrap {
    margin-bottom: 24px;
  }

  .deco-line {
    margin-right: 24px;
  }

  .ficha-heading {
    font-size: 18px;
  }

  .ficha-descritivo {
    font-size: 14px;
  }

  .dif-paragraph {
    font-size: 14px;
    line-height: 1.6;
  }
}
