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

.container {
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container.no-padding {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.containet-section01 {
  max-width: 1280px;
  padding-left: 30px;
}

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

.image {
  width: 200px;
}

.section {
  padding-top: 0;
}

.div-block {
  padding-top: 82px;
  padding-bottom: 30px;
}

.heading {
  color: #8f684d;
  margin-bottom: 20px;
  font-family: Optinovaaugustea, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.form {
  color: #8f684d;
  border: 1px solid #8f684d;
  border-radius: 2px;
}

.form:hover, .form:active, .form:focus {
  border-color: #8f684d;
}

.form:focus-visible {
  background-color: rgba(143, 104, 77, 0);
  border-color: #8f684d;
}

.form[data-wf-focus-visible] {
  background-color: rgba(143, 104, 77, 0);
  border-color: #8f684d;
}

.form::-ms-input-placeholder {
  color: #8f684d;
}

.form::placeholder {
  color: #8f684d;
}

.text-field {
  color: #8f684d;
  border: 1px solid #8f684d;
}

.text-field:hover {
  background-color: #fff;
  border: 1px solid #8f684d;
}

.text-field:active {
  background-color: #fff;
  border-color: #8f684d;
}

.text-field:focus {
  border-color: #8f684d;
}

.text-field:focus-visible {
  border-color: #8f684d;
}

.text-field[data-wf-focus-visible] {
  border-color: #8f684d;
}

.text-field::-ms-input-placeholder {
  color: #8f684d;
}

.text-field::placeholder {
  color: #8f684d;
}

.btn-form {
  width: 100%;
  text-transform: uppercase;
  background-color: #8f684d;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.body {
  font-family: Montserrat, sans-serif;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-2 {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-3 {
  z-index: 1000;
  width: 400px;
  position: relative;
}

.section-2 {
  background-color: #8f684d;
  padding-top: 61px;
  padding-bottom: 60px;
}

.heading-2 {
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 28px;
  font-family: Optinovaaugustea, sans-serif;
  font-size: 22px;
}

.heading-2._2 {
  color: #8f684d;
}

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

.div-block-3 {
  width: 300px;
  height: auto;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, .64);
}

.image-4 {
  width: 90px;
  padding-right: 15px;
}

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

.grid-4 {
  grid-template-rows: auto;
  padding-top: 23px;
}

.text-block-2 {
  color: #8f684d;
  font-size: 22px;
  font-weight: 900;
}

.paragraph-3 {
  color: #8f684d;
  padding-top: 23px;
}

.button {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #8f684d;
  margin-top: 11px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-4 {
  padding-top: 37px;
}

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

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

.image-5 {
  position: absolute;
}

.image-6 {
  z-index: 200;
  width: auto;
  position: relative;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 118px;
  padding-bottom: 20px;
  padding-right: 30px;
  display: flex;
}

.image-7 {
  width: 200px;
}

.heading-3 {
  color: #8f684d;
  margin-bottom: 28px;
  font-family: Optinovaaugustea, sans-serif;
}

.button-2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #8f684d;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-span {
  color: #e16362;
}

.image-8 {
  z-index: 5000;
  width: 100px;
  margin-top: -119px;
  display: none;
  position: relative;
}

.text-block-3, .text-block-4 {
  font-size: 24px;
  font-weight: 700;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.section-01 {
  padding-top: 27px;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 92px;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
}

.text-span-2 {
  color: #b3181b;
}

.paragraph-4 {
  color: #000;
  margin-bottom: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.paragraph-4._2 {
  color: #000;
}

.text-span-3 {
  color: #e16362;
}

.link-block {
  width: 500px;
  text-transform: none;
  cursor: pointer;
  background-image: url('../images/Rectangle-1_1.webp');
  background-position: 50%;
  background-size: auto;
  border-radius: 100px;
  padding: 25px 10px;
  text-decoration: none;
  position: relative;
}

.link-block._2 {
  z-index: 30;
  width: 400px;
  z-index: 30;
  width: 400px;
  margin-top: -81px;
}

.link-block.novo {
  margin-top: 30px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-9 {
  padding-bottom: 15px;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 19px;
  display: flex;
}

.div-block-9 {
  padding-top: 80px;
}

.section-02 {
  z-index: 20;
  background-color: #8f684d;
  border-radius: 15px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

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

.heading-6 {
  z-index: 100;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 22px;
  position: relative;
}

.text-span-4 {
  color: #fcf2b1;
}

.paragraph-5 {
  z-index: 100;
  color: #fff;
  font-family: Optinovaaugustea, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: #fcf2b1;
}

.div-block-10 {
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 20px;
  position: relative;
}

.image-12 {
  max-width: 100%;
  padding-top: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-11 {
  object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.image-13 {
  border-top-right-radius: 15px;
}

.image-14 {
  border-bottom-left-radius: 15px;
}

.div-block-12 {
  padding-top: 32px;
  padding-left: 18px;
  position: relative;
}

.image-15 {
  position: absolute;
}

.heading-7 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.text-span-8, .text-span-9 {
  color: #fcf2b1;
}

.paragraph-6 {
  color: #fff;
  font-family: Optinovaaugustea, sans-serif;
  font-size: 18px;
  position: relative;
}

.section-03 {
  z-index: 10;
  background-image: url('../images/ERICK_74-1-1.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: -21px;
  padding-bottom: 74px;
  position: relative;
}

.div-block-13 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.heading-8 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
}

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

.div-block-15 {
  width: 80%;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 23px;
  margin-bottom: 37px;
  padding: 37px 30px;
}

.grid-8 {
  grid-template-rows: auto;
  position: relative;
}

.image-16 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

.heading-9 {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
}

.section-04 {
  z-index: 50;
  background-color: #8f684d;
  border-radius: 15px;
  margin-top: -11px;
  position: relative;
}

.div-block-18 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 41px;
  display: flex;
  position: relative;
}

.div-block-18.d {
  padding-top: 55px;
  padding-bottom: 55px;
}

.subtitulo {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2;
}

.image-17 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.section-05 {
  background-image: url('../images/ERICK_68-1.webp');
  background-position: 50%;
  background-size: auto;
  margin-top: -16px;
  padding-bottom: 56px;
  position: relative;
}

.div-block-19 {
  padding-top: 85px;
}

.text-block-6 {
  color: #fff;
  font-size: 22px;
}

.text-block-7 {
  color: #fff;
  line-height: 1.2;
}

.section-06 {
  z-index: 50;
  background-color: #8f684d;
  border-radius: 15px;
  margin-top: -11px;
  position: relative;
}

.section-07 {
  z-index: 40;
  background-image: url('../images/Group-51-1.webp');
  background-position: 50%;
  background-size: auto;
  margin-top: -13px;
  padding-bottom: 35px;
  position: relative;
}

.div-block-20 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 163px;
  display: flex;
}

.image-18 {
  margin-bottom: 54px;
}

.image-19 {
  z-index: 10;
  position: relative;
}

.image-20 {
  padding-top: 28px;
}

.section-06-copy, .section-08 {
  z-index: 50;
  background-color: #8f684d;
  border-radius: 15px;
  margin-top: -11px;
  position: relative;
}

.section-08.white {
  background-color: #fff;
  margin-top: 0;
}

.section-08.white.bg {
  background-image: url('../images/Frame-10.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  padding-right: 0;
}

.grid-9.varios {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-21 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
}

.accordion-wrapper {
  color: #fff;
  margin-top: 20px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

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

.content-wrapper {
  max-width: 1140px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: none;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  color: #fff;
  background-color: #8f684d;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon.accordion-icon {
  color: #fff;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.section-10 {
  z-index: 50;
  background-color: #8f684d;
  border-radius: 15px;
  margin-top: -11px;
  position: relative;
}

.heading-10 {
  color: #fcf2b1;
  margin-bottom: 26px;
  font-size: 30px;
}

.paragraph-8 {
  color: #fff;
}

.div-block-23 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.image-22 {
  padding-bottom: 32px;
}

.image-23 {
  padding-bottom: 30px;
}

.image-24 {
  padding-bottom: 53px;
}

.image-25 {
  padding-right: 10px;
}

._1112 {
  border-bottom-left-radius: 15px;
  display: none;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.gallery18_lightbox-link {
  width: 100%;
}

.gallery18_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery18_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  position: relative;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.gallery18_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery18_mask {
  width: 33.33%;
  overflow: visible;
}

.gallery18_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.section_gallery18 {
  overflow: hidden;
}

.text-size-medium {
  font-size: 1.125rem;
}

.gallery18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

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

.gallery18_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery18_arrow.hide-mobile-landscape {
  bottom: 4rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.gallery18_image-wrapper, .gallery16_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery16_image-wrapper:focus {
  opacity: .5;
}

.gallery16_mask {
  width: 50%;
  overflow: visible;
}

.gallery16_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery16_slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  overflow: hidden;
}

.gallery16_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 4rem;
}

.gallery16_arrow.hide-mobile-landscape {
  background-color: #fff;
}

.gallery16_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: stretch;
}

.gallery16_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery16_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.gallery16_lightbox-link {
  width: 100%;
}

.image-26 {
  color: #fff;
}

.grid-10 {
  width: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 37px;
}

.img-fundo {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.img-mobile._2 {
  display: none;
}

.heading-11 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.div-block-25 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 79px;
  padding-bottom: 80px;
  display: flex;
}

.image-27 {
  width: 200px;
}

.heading-12 {
  text-align: center;
}

.text-span-10 {
  font-size: 22px;
}

.text-span-11 {
  color: #8f684d;
  font-size: 16px;
  line-height: 1;
}

.text-span-12 {
  color: #8f684d;
}

.heading-13 {
  color: #fff;
}

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

.paragraph-10 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
}

.upssel-h1 {
  color: #8f684d;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
}

.upssell-h2 {
  color: #000;
  margin-bottom: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.upssell-h2._2 {
  color: #000;
}

.div-block-26 {
  width: 60%;
  background-color: #d31b2b;
  border-radius: 20px;
  padding: 15px;
}

.heading-14 {
  width: 400px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
}

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

.text-block-9 {
  color: #fff;
  text-align: center;
  font-size: 22px;
}

.upssel-div {
  padding-top: 20px;
}

.grid-upssel {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-02-upssel {
  background-image: linear-gradient(#c2906d, #c2906d);
  border-radius: 20px;
}

.align-text {
  text-align: center;
  padding-top: 43px;
  padding-bottom: 43px;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
}

.paragraph-11.black {
  color: #000;
}

.image-28 {
  width: 60%;
  margin-bottom: -97px;
  padding-top: 26px;
}

.upssel-btn {
  width: 500px;
  text-transform: none;
  cursor: pointer;
  background-image: url('../images/Rectangle-1_1.webp');
  background-position: 50%;
  background-size: auto;
  border-radius: 100px;
  padding: 25px 10px;
  text-decoration: none;
  position: relative;
}

.upssel-btn._2 {
  z-index: 30;
  width: 400px;
  z-index: 30;
  width: 400px;
  margin-top: -81px;
}

.upssel-btn.novo {
  margin-top: 30px;
}

.upssel-btn._22222 {
  z-index: 2147483647;
  margin-top: 0;
}

.text-span-13 {
  color: #c2906d;
}

.text-span-14 {
  color: #ff2b00;
}

.bold-text-3 {
  color: #c2906d;
}

.text-span-15 {
  color: #147b11;
}

.divvvv {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.divvvv.d {
  padding-top: 55px;
  padding-bottom: 55px;
}

.divvvv._22 {
  padding-top: 43px;
}

.image-30 {
  padding-top: 48px;
  padding-bottom: 35px;
}

.image-31 {
  margin-bottom: 54px;
}

.desk-imggg {
  padding-top: 55px;
}

.image-33 {
  padding-top: 20px;
  padding-bottom: 21px;
}

.mobile-imgggg {
  display: none;
}

@media screen and (min-width: 1280px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .container.no-padding {
    padding-bottom: 0;
  }

  .containet-section01 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-6 {
    padding-top: 0;
  }

  .link-block {
    background-image: url('../images/Rectangle-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 35px 20px;
    display: flex;
  }

  .heading-5 {
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    position: static;
  }

  .image-9 {
    width: 80%;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    display: flex;
  }

  .image-10 {
    margin-top: 21px;
  }

  .div-img {
    position: relative;
  }

  .image-11 {
    z-index: 100;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-9 {
    padding-top: 120px;
  }

  .grid-7 {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    margin-right: -79px;
    padding-right: 0;
  }

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

  .image-14 {
    margin-left: -82px;
  }

  .subtitulo.marrom {
    color: #8f684d;
  }

  .section-07 {
    background-image: url('../images/Group-57.webp');
    background-position: 50%;
    background-size: cover;
  }

  .grid-9 {
    width: 100%;
    grid-template-rows: auto;
    padding-top: 0;
  }

  .image-21 {
    margin-top: 0;
  }

  .section-09 {
    padding-top: 14px;
    padding-bottom: 57px;
  }

  .div-block-21 {
    padding-top: 54px;
    padding-right: 0;
  }

  .accordion-wrapper {
    width: 100%;
  }

  .accordion-heading {
    text-transform: uppercase;
  }

  .content-wrapper.slim {
    max-width: none;
  }

  .accordion-item {
    color: #8f684d;
    background-color: #8f684d;
  }

  .accordion-item-content {
    width: 100%;
    padding-left: 10px;
  }

  .accordion-item-trigger {
    background-color: #8f684d;
    padding: 17px 10px;
  }

  .icon.accordion-icon {
    color: #fff;
  }

  .bold-text {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-7 {
    color: #fff;
  }

  .heading-10 {
    color: #fcf2b1;
    font-size: 30px;
  }

  .paragraph-8 {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
  }

  .div-block-22 {
    padding-top: 61px;
  }

  .div-block-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 44px;
    display: flex;
  }

  .image-22 {
    padding-bottom: 35px;
  }

  .image-23 {
    padding-bottom: 34px;
  }

  ._1112 {
    display: none;
  }

  .div-block-24 {
    padding-right: 68px;
  }

  .section_gallery16 {
    padding-left: 51px;
  }

  .img-mobile {
    position: relative;
  }

  .upssel-div {
    padding-top: 120px;
  }

  .grid-upssel {
    padding-top: 0;
  }

  .upssel-btn {
    background-image: url('../images/Rectangle-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 35px 20px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .container.no-padding {
    max-width: none;
  }

  .containet-section01 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-7 {
    width: 100%;
  }

  .div-block-11 {
    margin-right: -21px;
  }

  .image-14 {
    margin-left: -40px;
  }
}

@media screen and (min-width: 1920px) {
  .container, .containet-section01 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-14 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container.no-padding {
    border-bottom-right-radius: 15px;
    padding-bottom: 0;
  }

  .containet-section01 {
    padding-right: 30px;
  }

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

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

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

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

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

  .image-5 {
    width: 500px;
  }

  .image-6 {
    width: 50%;
  }

  .div-block-6 {
    padding-top: 20px;
    padding-left: 30px;
  }

  .heading-3 {
    text-align: center;
  }

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

  .heading-4, .paragraph-4 {
    text-align: center;
  }

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

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

  .div-block-10 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-12 {
    display: none;
  }

  .div-block-11 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
  }

  .image-13 {
    border-top-right-radius: 0;
    display: block;
  }

  .image-14 {
    display: none;
  }

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

  .image-15 {
    display: none;
  }

  .heading-7 {
    font-size: 22px;
  }

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

  .image-16 {
    display: none;
  }

  ._1112 {
    border-bottom-right-radius: 15px;
    display: block;
  }

  .div-block-24 {
    padding-top: 33px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .gallery18_arrow.hide-mobile-landscape, .gallery16_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

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

  .upssel-h1, .upssell-h2 {
    text-align: center;
  }

  .upssel-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .image-5 {
    width: 400px;
  }

  .div-img {
    display: none;
  }

  .div-block-9 {
    padding-top: 5px;
  }

  .image-17 {
    width: 100%;
  }

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

  .accordion-item-content {
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery18_slider {
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery18_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery18_mask {
    width: 50%;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .gallery16_mask {
    width: 100%;
  }

  .gallery16_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery16_slider {
    padding-bottom: 3rem;
  }

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

  .img-mobile {
    display: block;
  }

  .img-mobile._2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .imagem-mobile {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .upssel-div {
    padding-top: 5px;
  }
}

@media screen and (max-width: 479px) {
  .container, .containet-section01 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    flex-direction: column;
    padding-top: 20px;
    display: flex;
  }

  .heading, .paragraph {
    text-align: left;
  }

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

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

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

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

  .grid-5 {
    grid-row-gap: 0px;
  }

  .image-5, .image-6 {
    width: 60%;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 1.4;
  }

  .image-8 {
    margin-top: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .text-block-3, .text-block-4 {
    font-size: 22px;
  }

  .grid-6 {
    padding-bottom: 0;
  }

  .heading-4 {
    max-width: 90%;
    font-size: 22px;
    line-height: 1.2;
  }

  .paragraph-4 {
    max-width: 90%;
    font-size: 18px;
  }

  .link-block {
    width: 100%;
    padding: 20px 4px;
  }

  .link-block._2 {
    margin-top: -58px;
  }

  .link-block._2.w--current {
    margin-top: 20px;
  }

  .link-block._2 {
    margin-top: -58px;
  }

  .link-block._2.w--current {
    margin-top: 20px;
  }

  .heading-5 {
    font-size: 14px;
  }

  .image-9 {
    padding-bottom: 30px;
  }

  .image-10 {
    width: 70%;
  }

  .div-block-9 {
    padding-top: 40px;
  }

  .heading-8 {
    font-size: 22px;
  }

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

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

  .image-16 {
    display: none;
  }

  .heading-9 {
    font-size: 18px;
    line-height: 1.2;
  }

  .subtitulo {
    font-size: 22px;
  }

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

  .image-17 {
    width: 100%;
  }

  .section-07 {
    background-position: 50%;
    background-size: cover;
  }

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

  .image-21 {
    display: none;
  }

  .div-block-21 {
    max-width: 98%;
  }

  .accordion-heading {
    color: #fff;
    padding-right: 20px;
    font-size: 16px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-item {
    text-decoration: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .img-fundo, .imagem-mobile {
    width: 100%;
  }

  .heading-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .upssel-h1 {
    max-width: 90%;
    font-size: 22px;
    line-height: 1.2;
  }

  .upssell-h2 {
    max-width: 90%;
    font-size: 18px;
  }

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

  .heading-14 {
    width: auto;
    font-size: 22px;
    line-height: 1.2;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .upssel-div {
    padding-top: 20px;
  }

  .grid-upssel {
    padding-bottom: 0;
  }

  .paragraph-11 {
    font-size: 22px;
  }

  .image-28 {
    width: 100%;
    margin-bottom: -27px;
  }

  .upssel-btn {
    width: 100%;
    padding: 20px 4px;
  }

  .upssel-btn._2 {
    margin-top: -58px;
  }

  .upssel-btn._2.w--current {
    margin-top: 20px;
  }

  .upssel-btn._2 {
    margin-top: -58px;
  }

  .upssel-btn._2.w--current {
    margin-top: 20px;
  }

  .bold-text-2 {
    font-size: 22px;
  }

  .image-29 {
    padding-bottom: 48px;
  }

  .image-31 {
    margin-bottom: 10px;
  }

  .desk-imggg {
    display: none;
  }

  .image-34 {
    padding-bottom: 15px;
  }

  .image-35 {
    padding-top: 33px;
  }

  .mobile-imgggg {
    display: block;
  }

  .image-36 {
    padding-top: 31px;
    padding-bottom: 22px;
  }
}

#w-node-_3125c74f-9f3a-fafc-91aa-82dfa17ab42d-8bcd9261, #w-node-de52a767-0d6d-a5a4-6d9a-f3ad2718d0ef-8bcd9261, #w-node-d7c2255b-0d28-60d4-102e-fc7011f0caa5-8bcd9261, #w-node-ea5b183b-17e5-1244-4ae4-d86e344d1dc4-8bcd9261, #w-node-_98d71caa-648d-6710-c8b6-00e0fa86864a-18e09a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec000b57-cf34-5eed-d2b4-44d8c7a649d7-18e09a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_281f466b-ce4f-f093-9e07-2cecc1856fab-12e89e22, #w-node-_353d9b6d-bf55-6efd-eab4-50829a1e5afe-12e89e22, #w-node-_774ae2b2-b7d8-607a-d8f2-252fac7443d5-12e89e22, #w-node-a831cd49-fd1c-0b86-5c3f-ff098f401d92-12e89e22, #w-node-_757d455a-7813-a3be-b137-f1a0e95676ef-12e89e22, #w-node-_65903c9f-3e43-4950-59dc-7e5be63d608f-12e89e22, #w-node-d7cc202f-05d7-c7e5-cfe4-97e71dbc744c-12e89e22, #w-node-ca5b0079-466f-7ff9-1fa2-980dafc65c08-12e89e22, #w-node-_130898e3-9fae-a7f9-7f1c-c17657435d6c-12e89e22, #w-node-_02f18d70-58e4-244e-6b2b-47a7a97a5540-12e89e22, #w-node-_0fb38d9c-d88e-df22-e9ac-ca7672807e09-12e89e22, #w-node-fc08f26d-9e0e-b1b0-dd5d-e945844f3680-12e89e22, #w-node-_644429b7-c51c-687b-ef32-c3b3a07ef286-12e89e22, #w-node-_8626bf1d-00d7-3e81-d955-959618d36032-12e89e22, #w-node-e61d5120-9f59-d884-1e3f-6cb3da9e3713-12e89e22, #w-node-_2def96cf-a3b4-49c5-1ac4-3f6c3b086fcf-12e89e22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fcaf0b5-d3fc-d779-7142-a37a4b494413-12e89e22 {
  align-self: center;
  justify-self: center;
}

#w-node-_98d71caa-648d-6710-c8b6-00e0fa86864a-8240779f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec000b57-cf34-5eed-d2b4-44d8c7a649d7-8240779f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_281f466b-ce4f-f093-9e07-2cecc1856fab-b9b7e45c, #w-node-_353d9b6d-bf55-6efd-eab4-50829a1e5afe-b9b7e45c, #w-node-_774ae2b2-b7d8-607a-d8f2-252fac7443d5-b9b7e45c, #w-node-a831cd49-fd1c-0b86-5c3f-ff098f401d92-b9b7e45c, #w-node-_757d455a-7813-a3be-b137-f1a0e95676ef-b9b7e45c, #w-node-_65903c9f-3e43-4950-59dc-7e5be63d608f-b9b7e45c, #w-node-d7cc202f-05d7-c7e5-cfe4-97e71dbc744c-b9b7e45c, #w-node-ca5b0079-466f-7ff9-1fa2-980dafc65c08-b9b7e45c, #w-node-_130898e3-9fae-a7f9-7f1c-c17657435d6c-b9b7e45c, #w-node-_02f18d70-58e4-244e-6b2b-47a7a97a5540-b9b7e45c, #w-node-_0fb38d9c-d88e-df22-e9ac-ca7672807e09-b9b7e45c, #w-node-fc08f26d-9e0e-b1b0-dd5d-e945844f3680-b9b7e45c, #w-node-_644429b7-c51c-687b-ef32-c3b3a07ef286-b9b7e45c, #w-node-_8626bf1d-00d7-3e81-d955-959618d36032-b9b7e45c, #w-node-e61d5120-9f59-d884-1e3f-6cb3da9e3713-b9b7e45c, #w-node-_2def96cf-a3b4-49c5-1ac4-3f6c3b086fcf-b9b7e45c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fcaf0b5-d3fc-d779-7142-a37a4b494413-b9b7e45c {
  align-self: center;
  justify-self: center;
}

#w-node-_281f466b-ce4f-f093-9e07-2cecc1856fab-29209b98, #w-node-_353d9b6d-bf55-6efd-eab4-50829a1e5afe-29209b98, #w-node-_774ae2b2-b7d8-607a-d8f2-252fac7443d5-29209b98, #w-node-a831cd49-fd1c-0b86-5c3f-ff098f401d92-29209b98, #w-node-_757d455a-7813-a3be-b137-f1a0e95676ef-29209b98, #w-node-_65903c9f-3e43-4950-59dc-7e5be63d608f-29209b98, #w-node-d7cc202f-05d7-c7e5-cfe4-97e71dbc744c-29209b98, #w-node-ca5b0079-466f-7ff9-1fa2-980dafc65c08-29209b98, #w-node-_130898e3-9fae-a7f9-7f1c-c17657435d6c-29209b98, #w-node-_02f18d70-58e4-244e-6b2b-47a7a97a5540-29209b98, #w-node-_0fb38d9c-d88e-df22-e9ac-ca7672807e09-29209b98, #w-node-fc08f26d-9e0e-b1b0-dd5d-e945844f3680-29209b98, #w-node-_644429b7-c51c-687b-ef32-c3b3a07ef286-29209b98, #w-node-_8626bf1d-00d7-3e81-d955-959618d36032-29209b98, #w-node-e61d5120-9f59-d884-1e3f-6cb3da9e3713-29209b98, #w-node-_2def96cf-a3b4-49c5-1ac4-3f6c3b086fcf-29209b98, #w-node-_281f466b-ce4f-f093-9e07-2cecc1856fab-27a08ede, #w-node-_281f466b-ce4f-f093-9e07-2cecc1856fab-7eb326cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d103ffe-4fde-e5d9-5d44-d36d3a9d746e-7eb326cc {
  align-self: center;
}

#w-node-_9d103ffe-4fde-e5d9-5d44-d36d3a9d746f-7eb326cc, #w-node-b72c6490-2f8c-5a37-8f90-85ea9e3b47be-7eb326cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b72c6490-2f8c-5a37-8f90-85ea9e3b47bf-7eb326cc {
  align-self: center;
}

#w-node-b72c6490-2f8c-5a37-8f90-85ea9e3b47c3-7eb326cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc98476d-dd8f-0235-618c-1fc4289a5cd1-7eb326cc {
  align-self: center;
  justify-self: center;
}

#w-node-_9cbfd0e8-9083-b4c2-523c-afeabe91d457-7eb326cc, #w-node-_3a7f6046-fd89-de9d-8be7-3c77f0adbcd7-7eb326cc, #w-node-_76769f43-6b48-d859-3cc3-a55a8eddb7b7-7eb326cc, #w-node-_43a68e98-adb0-e630-2e1d-6e846ea12a16-7eb326cc, #w-node-_2c03293d-1d75-ee49-af0e-a812bab2d20c-7eb326cc, #w-node-_8de12dfd-bb58-057d-615d-aebea4cc232b-7eb326cc, #w-node-_1265a598-c6b6-776c-8bd6-217684b3309b-7eb326cc, #w-node-_79570037-d813-6e85-3296-c60f20d4286c-7eb326cc, #w-node-a43b5c50-c620-4335-d95b-975c7b0e77e4-7eb326cc, #w-node-a9853ffd-bbeb-a88c-5f12-07289cf09736-7eb326cc, #w-node-_8537c41b-7b6d-8bdc-eec4-39df91d29a80-7eb326cc, #w-node-ca86b4e2-a875-d3fa-f389-916f3a26716d-7eb326cc, #w-node-_98f4466c-fa02-5b55-cb9c-39eaa2246b96-7eb326cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_757d455a-7813-a3be-b137-f1a0e95676ef-12e89e22, #w-node-_757d455a-7813-a3be-b137-f1a0e95676ef-b9b7e45c, #w-node-_757d455a-7813-a3be-b137-f1a0e95676ef-29209b98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_89190fb1-6426-5fee-f43f-b373acd92dd7-12e89e22, #w-node-_83da833e-e1d8-25b2-4798-d5316c47d1f6-12e89e22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a831cd49-fd1c-0b86-5c3f-ff098f401d92-12e89e22 {
    justify-self: end;
  }

  #w-node-_757d455a-7813-a3be-b137-f1a0e95676ef-12e89e22, #w-node-_4fcaf0b5-d3fc-d779-7142-a37a4b494413-12e89e22, #w-node-fc98476d-dd8f-0235-618c-1fc4289a5cd1-12e89e22, #w-node-cf198a55-9592-dfcf-c60a-4bb6b2280ac2-12e89e22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5bec3500-b461-cbcd-99c4-c588ec511ebb-12e89e22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_89190fb1-6426-5fee-f43f-b373acd92dd7-b9b7e45c, #w-node-_83da833e-e1d8-25b2-4798-d5316c47d1f6-b9b7e45c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a831cd49-fd1c-0b86-5c3f-ff098f401d92-b9b7e45c {
    justify-self: end;
  }

  #w-node-_757d455a-7813-a3be-b137-f1a0e95676ef-b9b7e45c, #w-node-_4fcaf0b5-d3fc-d779-7142-a37a4b494413-b9b7e45c, #w-node-fc98476d-dd8f-0235-618c-1fc4289a5cd1-b9b7e45c, #w-node-cf198a55-9592-dfcf-c60a-4bb6b2280ac2-b9b7e45c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5bec3500-b461-cbcd-99c4-c588ec511ebb-b9b7e45c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_89190fb1-6426-5fee-f43f-b373acd92dd7-29209b98, #w-node-_83da833e-e1d8-25b2-4798-d5316c47d1f6-29209b98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a831cd49-fd1c-0b86-5c3f-ff098f401d92-29209b98 {
    justify-self: end;
  }

  #w-node-_757d455a-7813-a3be-b137-f1a0e95676ef-29209b98, #w-node-cf198a55-9592-dfcf-c60a-4bb6b2280ac2-29209b98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5bec3500-b461-cbcd-99c4-c588ec511ebb-29209b98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_89190fb1-6426-5fee-f43f-b373acd92dd7-27a08ede, #w-node-_83da833e-e1d8-25b2-4798-d5316c47d1f6-27a08ede, #w-node-_89190fb1-6426-5fee-f43f-b373acd92dd7-7eb326cc, #w-node-_83da833e-e1d8-25b2-4798-d5316c47d1f6-7eb326cc, #w-node-_9d103ffe-4fde-e5d9-5d44-d36d3a9d746e-7eb326cc, #w-node-b72c6490-2f8c-5a37-8f90-85ea9e3b47bf-7eb326cc, #w-node-fc98476d-dd8f-0235-618c-1fc4289a5cd1-7eb326cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_98d71caa-648d-6710-c8b6-00e0fa86864a-18e09a04, #w-node-_98d71caa-648d-6710-c8b6-00e0fa86864a-8240779f {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_89190fb1-6426-5fee-f43f-b373acd92dd7-12e89e22, #w-node-_89190fb1-6426-5fee-f43f-b373acd92dd7-b9b7e45c, #w-node-_89190fb1-6426-5fee-f43f-b373acd92dd7-29209b98, #w-node-_89190fb1-6426-5fee-f43f-b373acd92dd7-27a08ede, #w-node-_89190fb1-6426-5fee-f43f-b373acd92dd7-7eb326cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}


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