@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
body.no-scroll {
  overflow-y: hidden;
}

p {
  line-height: 27px !important;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
}

#root {
  overflow-x: hidden;
  width: 100%;
  display: block;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: rgba(64, 64, 64, 0.5);
}

body::-webkit-scrollbar-thumb {
  background: rgba(64, 64, 64, 0.8);
}

body::-webkit-scrollbar-thumb:hover {
  background: #404040;
}

a {
  text-decoration: none;
}

.content {
  position: relative;
}

.link-full {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  top: 0;
  left: 0;
}

.text-primary {
  color: #404040 !important;
}

.text-secondary {
  color: #7C7C7C !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-28 {
  font-size: 28px !important;
}

.fw-medium {
  font-weight: 600;
}

.fw-semibold {
  font-weight: 900;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1249.98px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 90% !important;
    padding: 0 !important;
  }
}
@media (min-width: 1250px) and (max-width: 1399.98px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1112px !important;
  }
}
.btn-icon {
  transform: scale(1);
  transition: ease all 0.4s;
}
.btn-icon:hover {
  transform: scale(1.15);
  transition: ease all 0.4s;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-fit-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(64, 64, 64, 0.5);
}

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled:active,
.btn-primary:disabled.active,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active {
  color: #fff;
  background-color: rgba(64, 64, 64, 0.9);
  border-color: rgba(64, 64, 64, 0.9);
}
.btn-primary:focus,
.btn-primary:disabled:focus,
.btn-primary.disabled:focus {
  box-shadow: 0 0 0 0.25rem rgba(64, 64, 64, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(64, 64, 64, 0.9);
  border-color: rgba(64, 64, 64, 0.9);
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(64, 64, 64, 0.5);
}

.form-control {
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .form101 .container .form101__content__title {
    margin-left: 9px;
    width: 512px;
  }
}
@media (max-width: 575.98px) {
  .form101 .container .form101__content__title {
    font-size: 2.9rem !important;
    width: 450px;
  }
}
@media (max-width: 449.98px) {
  .form101 .container .form101__content__title {
    width: 326px;
    margin-left: inherit;
  }
}

@media (max-width: 991.98px) {
  .form101 .container .text-center {
    margin-left: 15px;
  }
}
@media (max-width: 449.98px) {
  .form101 .container .text-center {
    width: 295px !important;
    margin-left: inherit;
  }
}

@media (max-width: 991.98px) {
  .form101__content {
    margin-top: 88px;
  }
}

.form-control:focus {
  color: #212529;
  background-color: initial;
  border-color: initial;
  outline: 0;
  box-shadow: none;
}

.body-section {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}

.parsley-error {
  border-color: #c90000;
}

.parsley-errors-list {
  padding-left: 0;
  font-size: 13px;
  color: #c90000;
}
.parsley-errors-list li {
  list-style: none;
}

.transition {
  transition: ease all 0.2s;
  -webkit-transition: ease all 0.2s;
}

.dropdown-menu {
  padding: 0.3rem;
  animation-name: DropDownSlide;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  top: 100%;
}
.dropdown-menu.show {
  top: 100% !important;
}
.dropdown-menu i {
  display: inline-block;
}

.dropdown-menu-end {
  right: 0 !important;
  left: auto !important;
}

.dropdown-menu[data-popper-placement^=right],
.dropdown-menu[data-popper-placement^=top],
.dropdown-menu[data-popper-placement^=left] {
  top: auto !important;
  animation: none !important;
}

@keyframes DropDownSlide {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(15px);
  }
}
body .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .owl-nav button.owl-next,
body .owl-nav button.owl-prev {
  background-color: #404040 !important;
  color: #fff !important;
  border-radius: 100%;
  display: flex;
  width: 30px;
  height: 30px;
  font-size: 34px !important;
  justify-content: center;
  line-height: 22px !important;
  margin: 0 3px;
}
body .owl-nav button.owl-next:hover,
body .owl-nav button.owl-prev:hover {
  background-color: #7C7C7C;
  color: #000;
}
body .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .owl-dots .owl-dot {
  background-color: #404040;
  color: #fff;
  border-radius: 100%;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
body .owl-dots .owl-dot:hover {
  background-color: #7C7C7C;
}
body .owl-dots .owl-dot.active {
  background-color: #B3B3B3;
}

.fixed-floating {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
}
.fixed-floating.top {
  top: 0;
}

.menu-arrow {
  display: inline-table;
  vertical-align: middle;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.form101 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form101 .container--pd {
  padding: 91px 0 45px 0 !important;
}
@media (max-width: 767.98px) {
  .form101 .container--pd {
    padding: 73px 0 45px 0 !important;
    max-width: 83% !important;
  }
}
.form101__boxLeft__subtitle {
  max-width: 367px;
  background-color: #B3B3B3;
  color: #7C7C7C;
  min-height: 40px;
  padding: 8px;
  font-size: 1.25rem;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__subtitle {
    font-size: 1.125rem;
    max-width: 229px;
  }
}
.form101__boxLeft__title {
  font-size: 2.5rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__title {
    font-size: 1.875rem;
    margin-bottom: 17px;
  }
}
.form101__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph {
    width: 100%;
  }
}
.form101__boxLeft__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #7C7C7C;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form101__boxRight {
  margin-top: 67px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight {
    margin-top: 50px;
  }
}
.form101__boxRight__form {
  display: flex;
}
.form101__boxRight__form div {
  padding: 0;
}
.form101__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form101__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form101__boxRight input::placeholder {
  background-color: #fff !important;
}
.form101__boxRight__cta {
  background-color: #fff;
  color: #404040;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form101__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form101__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form101__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form102 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form102 .container--pd {
  padding: 58px 0 58px 0 !important;
}
@media (max-width: 991.98px) {
  .form102 .container--pd {
    width: 71% !important;
  }
}
@media (max-width: 991.98px) {
  .form102__boxLeft {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
  }
}
.form102__boxLeft__subtitle {
  color: #404040;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 328px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__boxLeft__subtitle {
    font-size: 1.563rem;
  }
}
@media (max-width: 991.98px) {
  .form102__boxLeft__subtitle {
    max-width: inherit;
  }
}
.form102__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__boxLeft__paragraph {
    width: 100%;
  }
}
.form102__boxLeft__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #7C7C7C;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__boxLeft__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
@media (max-width: 991.98px) {
  .form102__boxRight {
    width: 100%;
    max-width: 100%;
  }
}
.form102__boxRight__inputs {
  flex-wrap: wrap;
}
.form102__boxRight .input__item {
  width: 48%;
}
@media (max-width: 991.98px) {
  .form102__boxRight .input__item {
    width: 100%;
    max-width: 100%;
  }
}
.form102__boxRight__form {
  display: flex;
}
@media (max-width: 991.98px) {
  .form102__boxRight__form {
    flex-wrap: wrap;
  }
}
.form102__boxRight__form div {
  padding: 0;
}
.form102__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form102__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form102__boxRight input::placeholder {
  background-color: #fff !important;
}
.form102__boxRight__cta {
  margin-left: 109px;
  margin-top: -21px;
  background-color: #fff;
  color: #404040;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
}
@media (max-width: 991.98px) {
  .form102__boxRight__cta {
    margin: 0 auto;
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
  }
}
.form102__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form102__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form102__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form03 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #efefef;
}
.form03 .container--pd {
  padding: 58px 0 58px 0 !important;
}
@media (max-width: 991.98px) {
  .form03 .container--pd {
    width: 71% !important;
  }
}
.form03__boxLeft {
  width: 100%;
  max-width: 583px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft {
    margin-bottom: 52px;
  }
}
.form03__boxLeft__title {
  font-size: 2.5rem;
  color: #404040;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__title {
    font-size: 1.875rem;
  }
}
.form03__boxLeft__subtitle {
  color: #B3B3B3;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form03__boxLeft__subtitle {
    font-size: 1.125rem;
  }
}
.form03__boxLeft__paragraph {
  margin-top: 18px;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  letter-spacing: 0.2px;
}
.form03__boxLeft__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form03__boxLeft__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 66%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta {
  display: flex;
  color: #000;
  font-weight: 700;
  font-size: 1.125rem;
  align-items: center;
  gap: 0 13.45px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons__cta {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta img {
  width: 25.13px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.form03__boxRight {
  flex-direction: column;
  align-items: flex-start !important;
  text-align: left;
  max-width: 443px;
  width: 100%;
  padding: 0;
}
.form03__boxRight__title {
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 15px;
  line-height: 46px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .form03__boxRight__title {
    font-size: 1.875rem;
  }
}
.form03__boxRight__paragraph {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #404040;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .form03__boxRight__paragraph {
    font-size: 0.938rem;
  }
}
.form03__boxRight__paragraph p {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #404040;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxRight__paragraph p {
    font-size: 0.938rem;
  }
}
.form03__boxRight__inputs {
  flex-wrap: wrap;
}
.form03__boxRight .input__item {
  width: 100%;
}
.form03__boxRight__form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.form03__boxRight__form div {
  padding: 0;
}
.form03__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form03__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form03__boxRight input::placeholder {
  background-color: #fff !important;
}
.form03__boxRight__cta {
  margin-left: 109px;
  margin-top: -21px;
  background-color: #fff;
  color: #404040;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
  margin-left: auto;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .form03__boxRight__cta {
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form03__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form03__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form03__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form03__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form__file input {
  display: none;
}

.jq-toast-wrap {
  width: 330px;
}

.jq-toast-single {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.jq-toast-single h2 {
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.close-jq-toast-single {
  top: 7px;
  right: 7px;
  font-size: 29px;
}

.form101 .container .text-center {
  justify-content: center;
  background-color: #f8b859;
  width: 393px;
  height: 41px;
  color: #5c4936;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.form101 .container .form101__content__title {
  font-size: 3.813rem;
  color: #5c4936;
  font-family: "Montserrat", sans-serif, arial;
  line-height: 66px;
  font-weight: 800;
  line-height: 66px;
  margin-top: 1rem;
}

.placeholder--custom {
  border: 1px solid #5c4936;
  background: transparent;
}

.form101__content__cta {
  width: 161px;
  height: 41px;
  background: #5c4936;
  color: #ffffff;
  font-family: "Montserrat", sans-serif, arial;
  margin-left: 13px;
  border: inherit;
}

.form101__content__cta img {
  display: none;
}

.form101__content .d-flex {
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .form101__content__cta {
    margin-right: 12px;
  }
}

.side02 {
  background-color: #f6f3f0 !important;
}

.side02__header__languages__item {
  color: #b38e6a !important;
}

.side02__header__button-close__icon path {
  fill: #f8b859 !important;
}

.side02__navigation__item__link {
  background-color: transparent !important;
  color: #ffffff !important;
  font-family: "Montsserat", sans-serif, arial !important;
  text-align: center !important;
}

.side02__navigation__item__link img {
  display: none !important;
}

.confirmation__header {
  background-color: #E3DCD3;
}

.confirmation__header .container {
  height: 368px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirmation__header .container h3 {
  font-family: "Montserrat", sans-serif, arial;
  color: #5C4936;
  font-weight: 700;
  margin-top: 25px;
}

.input__item.input__item--text {
  width: 100%;
}

.input__item.input__item--email {
  width: 100%;
}

/* BEGIN STYLE */
#HEAD02 {
  position: absolute;
  top: 0;
  z-index: 2;
}
#HEAD02 .container-header {
  min-height: 100px;
  position: relative;
  justify-content: flex-end !important;
}
@media (max-width: 767.98px) {
  #HEAD02 .container-header {
    min-height: 85px;
  }
}
#HEAD02 .container-header #logoHeader img {
  width: 11rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-header #logoHeader img {
    width: 9rem;
  }
}
@media (max-width: 575.98px) {
  #HEAD02 .container-header #logoHeader {
    top: 0;
    width: 250px;
  }
}
#HEAD02 .container-navigation .menu-list {
  margin-right: 35px;
  padding-right: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#HEAD02 .container-navigation .menu-list .menu-item {
  margin-right: 44px;
  position: relative;
}
#HEAD02 .container-navigation .menu-list .menu-item:after {
  content: "";
  width: 100%;
  height: 9px;
  display: block;
  background-color: transparent;
  position: absolute;
  bottom: -42px;
  left: 0;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item:hover:after {
  background-color: #5C4936;
  transition: ease-out 1s;
  -webkit-transition: ease-out 1s;
  -moz-transition: ease-out 1s;
  -ms-transition: ease-out 1s;
  -o-transition: ease-out 1s;
}
#HEAD02 .container-navigation .menu-list .menu-item .link {
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #ffffff;
}
#HEAD02 .container-navigation .menu-list .menu-item .link:hover {
  color: #812915;
  transition: ease-out 1s;
  -webkit-transition: ease-out 1s;
  -moz-transition: ease-out 1s;
  -ms-transition: ease-out 1s;
  -o-transition: ease-out 1s;
}
#HEAD02 .container-navigation .menu-list .menu-item:last-child {
  margin-right: 0;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu {
  background-color: #812915;
  border-radius: 0;
  min-width: 165px;
  padding: 10px;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #fff;
  margin-bottom: 11px;
  display: table;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:nth-of-type(2n + 0), #HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: 2px;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:hover {
  color: #e7d1ac;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:hover:after {
  width: 90%;
}
@media (max-width: 1399.98px) {
  #HEAD02 .container-navigation .menu-list {
    display: none;
  }
}
#HEAD02 .container-navigation .container-cta {
  margin-right: 35px;
  padding-right: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#HEAD02 .container-navigation .container-cta .btn-cta {
  background-color: #000;
  border-radius: 50px;
  min-width: 125px;
  display: table;
  text-align: center;
  color: #fff;
  padding: 1px 15px;
}
#HEAD02 .container-navigation .container-cta .btn-cta.show {
  border-radius: 17px 17px 0 0;
  background-color: #7C7C7C;
}
#HEAD02 .container-navigation .container-cta .btn-cta:hover {
  background-color: #7C7C7C;
}
#HEAD02 .container-navigation .container-cta .btn-cta .menu-arrow {
  border-top-color: #fff;
  margin-left: 10px;
  margin-right: -25px;
  margin-bottom: 3px;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right {
  background-color: #404040;
  border-radius: 0 10px 10px;
  min-width: 260px;
  flex-wrap: wrap;
  padding: 10px;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right.show {
  display: flex;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right:after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 11px;
  margin-right: 11px;
  display: table;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:nth-of-type(2n + 0), #HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:hover {
  color: #7C7C7C;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #HEAD02 .container-navigation .container-cta {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1249.98px) {
  #HEAD02 .container-navigation .container-cta {
    display: none;
  }
}
#HEAD02 .container-navigation .link-translate .btn-translate {
  font-size: 0.9375rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 600;
  color: #f8b859;
  border-right: 1px solid rgba(64, 64, 64, 0.3);
  line-height: 15px;
}
#HEAD02 .container-navigation .social-network {
  margin-right: 20px;
}
#HEAD02 .container-navigation .social-network .social-link {
  background-color: #812915;
  font-size: 22px;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#HEAD02 .container-navigation .social-network .social-link:hover {
  color: #7c7c7c;
}
#HEAD02 .container-navigation .social-network .social-link img {
  width: 18px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575.98px) {
  #HEAD02 .container-navigation .social-network {
    display: none !important;
  }
}
#HEAD02 .container-navigation .menu-sidebar-header {
  display: none;
  margin-left: 35px;
}
#HEAD02 .container-navigation .menu-sidebar-header .lines {
  width: 38px;
}
#HEAD02 .container-navigation .menu-sidebar-header .lines > i {
  height: 2px;
  display: block;
  background-color: #e3dcd3;
}
#HEAD02 .container-navigation .menu-sidebar-header:active .lines > i {
  background-color: rgb(138, 138, 138);
}
@media (max-width: 1399.98px) {
  #HEAD02 .container-navigation .menu-sidebar-header {
    display: block;
  }
}

#logoHeader {
  position: absolute;
  left: 0;
}

/* BEGIN STYLE */
.side02 {
  position: fixed;
  left: -100%;
  top: 2.5%;
  display: block;
  width: 95%;
  height: 95%;
  background-color: #812915 !important;
  z-index: 1000;
  border-bottom: 9px solid #f8b859;
  transition-duration: 0.6s;
}
.side02--show {
  left: 2.5%;
  transition-duration: 0.6s;
}
.side02__scroll {
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0;
}
.side02__scroll::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background: rgba(64, 64, 64, 0.5);
}
.side02__scroll::-webkit-scrollbar-thumb {
  background: rgba(64, 64, 64, 0.8);
}
.side02__scroll::-webkit-scrollbar-thumb:hover {
  background: #404040;
}
.side02__header {
  padding: 10px 20px;
  margin-bottom: 0;
}
.side02__header__button-close__icon path {
  fill: #7C7C7C;
}
.side02__header__button-close__icon:hover path {
  fill: #404040;
}
.side02__header__languages__item {
  font-size: 1.125rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 400;
  color: #000;
  border-right: 1px solid #404040;
  line-height: 15px;
  padding-right: 10px;
  margin-right: 10px;
}
.side02__header__languages__item:last-of-type {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.side02__header__languages__item:hover {
  color: #CACACA;
}
.side02__logo {
  width: 202px;
  display: table;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 40px;
}
.side02__navigation {
  padding: 0 30px;
  margin-bottom: 30px;
}
.side02__navigation__wrapper {
  display: table;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  max-width: 412px;
  padding: 0;
}
.side02__navigation__item__link {
  font-size: 1.125rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 900;
  color: #000;
  background-color: #EFEFEF;
  width: 100%;
  display: table;
  padding: 15px 21px;
  margin-bottom: 7px;
}
.side02__navigation__item__link:active, .side02__navigation__item__link:hover, .side02__navigation__item__link:focus {
  background-color: #CACACA;
  color: #f8b859 !important;
}
.side02__navigation__dropdown {
  width: 100%;
  border-radius: 0;
  background-color: #f8b859;
  padding: 0 20px;
}
.side02__navigation__sublink {
  font-size: 1.125rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  color: #812915;
  display: block;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #dee2e6;
}
.side02__navigation__sublink:last-of-type {
  border: none;
}
.side02__container-cta {
  padding: 0 60px;
  margin-bottom: 130px;
}
.side02__container-cta__dropdown {
  display: table;
  margin: 0 auto;
}
.side02__container-cta__btn-cta {
  background-color: #000;
  border-radius: 50px;
  min-width: 175px;
  text-align: center;
  color: #fff;
  padding: 1px 15px;
  display: table;
}
.side02__container-cta__btn-cta:hover {
  color: #B3B3B3;
}
.side02__container-cta__btn-cta .menu-arrow {
  border-top-color: #fff;
  margin-left: 10px;
  margin-right: -25px;
  margin-bottom: 3px;
}
.side02__container-cta__sublink {
  background-color: #404040;
  border-radius: 0;
  width: 200px;
  padding: 10px;
  left: 50% !important;
  transform: translate(-50%) !important;
  text-align: center;
}
.side02__container-cta__sublink__item {
  color: #fff;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #ced4da;
}
.side02__container-cta__sublink__item:last-of-type {
  border: none;
}
.side02__container-cta__sublink__item:hover {
  color: #B3B3B3;
}
.side02__social {
  margin-bottom: 0;
  gap: 1rem;
}
.side02__social__item {
  color: #404040;
  font-size: 25px;
  margin: 0 5px;
}
.side02__social img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.side02__footer {
  margin-bottom: 30px;
}
.side02__footer__item {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  border-right: 2px solid #404040;
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
}
.side02__footer__item:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}
.side02__override {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.41);
  z-index: 900;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.8s;
}
.side02__override--show {
  transition-duration: 0.8s;
  visibility: visible;
  opacity: 1;
}

/* BEGIN STYLE */
.foot03 {
  background: #000;
}
.foot03 .container--pd {
  padding: 2.5rem 5vw;
}
@media (max-width: 991.98px) {
  .foot03 .container--pd {
    padding-bottom: 7rem;
  }
}
.foot03 .btn-comeBack {
  position: absolute;
  right: 13px;
  bottom: 106px;
  height: 100px;
  width: 58px;
  background: #f8b859;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 35px 35px 0px 0px;
}
@media (max-width: 767.98px) {
  .foot03 .btn-comeBack {
    width: 50px;
    height: 87px;
    bottom: 119px;
    right: 40px;
  }
}
@media (max-width: 767.98px) {
  .foot03 .btn-comeBack {
    bottom: 165px;
    right: 43%;
  }
}
.foot03 .btn-comeBack img {
  width: 23px;
  height: 29px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .foot03 .btn-comeBack img {
    width: 19px;
    height: 20px;
  }
}
.foot03__top {
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .foot03__top {
    margin-top: inherit;
    margin-bottom: inherit;
  }
}
@media (max-width: 767.98px) {
  .foot03__top > div {
    flex-direction: column;
    gap: 1rem;
  }
}
.foot03__top__telefone a {
  display: flex;
  align-items: center;
  color: #e3dcd3 !important;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Monstserrat", sans-serif, arial;
}
@media (max-width: 767.98px) {
  .foot03__top__telefone a {
    font-size: 1.125rem;
  }
}
.foot03__top__telefone a img {
  width: 43px;
  margin-right: 9px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .foot03__top__telefone a img {
    width: 37px;
    height: 37px;
  }
}
.foot03__top__logo img {
  width: 400px !important;
}
@media (max-width: 991.98px) {
  .foot03__top__logo img {
    width: 250px !important;
  }
}
.foot03__top__redeSocial {
  gap: 0 17.5px;
}
.foot03__top__redeSocial a img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .foot03__bottom {
    margin-top: inherit;
  }
}
@media (max-width: 767.98px) {
  .foot03__bottom .justify-content-between {
    margin-top: inherit;
    justify-content: center !important;
    gap: 20px 0;
    flex-direction: column;
  }
}
.foot03__bottom__boxLeft {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 100%;
}
@media (max-width: 767.98px) {
  .foot03__bottom__boxLeft {
    flex-direction: column;
    align-items: center;
    gap: 15px 0 !important;
    width: 100%;
  }
}
.foot03__bottom__boxLeft__nav {
  width: 50%;
}
@media (max-width: 767.98px) {
  .foot03__bottom__boxLeft__nav {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
}
.foot03__bottom__boxLeft__nav__title {
  color: #e3dcd3;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Monstserrat", sans-serif, arial;
  margin-bottom: 21px;
}
@media (max-width: 767.98px) {
  .foot03__bottom__boxLeft__nav__title {
    font-size: 1.125rem;
  }
}
.foot03__bottom__boxLeft__nav ul {
  gap: 8px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .foot03__bottom__boxLeft__nav ul {
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
}
.foot03__bottom__boxLeft__nav ul li {
  padding-bottom: 8px;
  border-bottom: 1px solid 1px solid #5c4936;
}
.foot03__bottom__boxLeft__nav ul li a {
  color: #5c4936;
  font-weight: 700 !important;
  font: 1rem "Montserrat", sans-serif, arial;
  max-width: 163px;
  display: block;
}
@media (max-width: 767.98px) {
  .foot03__bottom__boxLeft__nav ul li a {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.foot03__bottom__boxRight {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  width: 40%;
}
@media (max-width: 991.98px) {
  .foot03__bottom__boxRight {
    width: 100%;
    flex-direction: column;
  }
}
.foot03__bottom__boxRight__nav__title {
  color: #e3dcd3;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Monstserrat", sans-serif, arial;
  margin-bottom: 21px;
}
@media (max-width: 767.98px) {
  .foot03__bottom__boxRight__nav__title {
    font-size: 1.125rem;
  }
}
.foot03__bottom__boxRight__nav ul li a .icone {
  width: 43px;
  height: 43px;
}
@media (max-width: 767.98px) {
  .foot03__bottom__boxRight__nav ul li a .icone {
    width: 37px;
    height: 37px;
  }
}
.foot03__bottom__boxRight__nav ul li a .icone img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.foot03__bottom__boxRight__nav ul li a .description {
  margin-left: 0;
}
.foot03__bottom__boxRight__nav ul li a .description .title {
  color: #5c4936;
  font-weight: 700 !important;
  font: 1rem "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .foot03__bottom__boxRight__nav ul li a .description .title {
    font-size: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.foot03__bottom__boxRight__nav ul li a .description span {
  color: #5c4936;
  font-weight: 400;
  font: 0.875rem "Montserrat", sans-serif, arial;
}
@media (max-width: 767.98px) {
  .foot03__bottom__boxRight__nav ul li a .description span {
    text-align: center;
  }
}
.foot03__credits {
  background: #5c4936;
  height: 106px;
}
@media (max-width: 767.98px) {
  .foot03__credits {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .foot03__credits .row--mobile {
    padding: 13px 53px;
  }
}
@media (max-width: 767.98px) {
  .foot03__credits__content {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 1rem;
    padding: 2rem 0px;
  }
}
@media (max-width: 767.98px) {
  .foot03__credits__nav {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.foot03__credits__nav ul {
  gap: 0 32px;
}
@media (max-width: 767.98px) {
  .foot03__credits__nav ul {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 17px 15px;
  }
}
.foot03__credits__nav ul li {
  display: flex;
}
.foot03__credits__nav ul li a {
  color: #E3DCD3;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .foot03__credits__nav ul li a {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.foot03__credits__nav ul li a:after {
  content: "";
  width: 3px;
  height: 24px;
  background: #404040;
  background: #404040;
  margin-left: 29px;
}
@media (max-width: 767.98px) {
  .foot03__credits__nav ul li a:after {
    margin-left: 15px;
  }
}
.foot03__credits__nav ul li:last-of-type a:after {
  display: none;
}
.foot03__credits__logo {
  width: 230px;
  height: 40px;
}
@media (max-width: 767.98px) {
  .foot03__credits__logo {
    width: 127px;
    height: 40px;
  }
}
.foot03 ul {
  padding: 0;
}
.foot03 a {
  color: inherit;
  text-decoration: none;
}
.foot03 li {
  list-style: none;
}

.foot03 li {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}

@media (max-width: 767.98px) {
  .foot03__bottom__boxRight__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .foot03 li {
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .foot03__bottom__boxRight__nav ul li a .description {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

/* BEGIN STYLE */
#SLID01 {
  position: relative;
}
#SLID01 .img-background-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#SLID01 .content-slide {
  height: 100%;
  position: relative;
}
#SLID01 .content-slide .img-floating-png {
  z-index: 10;
  position: absolute;
  top: 0;
  height: 100%;
}
#SLID01 .content-slide .img-floating-png img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #SLID01 .content-slide .img-floating-png {
    position: relative;
    height: 300px;
    max-width: 476px;
    margin-top: 30px;
  }
}
#SLID01 .content-slide.start {
  flex-direction: row;
  text-align: left;
}
#SLID01 .content-slide.start .img-floating-png {
  right: 0;
}
#SLID01 .content-slide.center {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#SLID01 .content-slide.center .img-floating-png {
  display: none;
}
#SLID01 .content-slide.end {
  flex-direction: row-reverse;
  text-align: right;
}
#SLID01 .content-slide.end .img-floating-png {
  left: 0;
}
#SLID01 .content-slide .content-description {
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 449.98px) {
  #SLID01 .content-slide .content-description {
    align-items: flex-start;
  }
}
@media (max-width: 449.98px) {
  #SLID01 .content-slide .content-description h2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
#SLID01 .content-slide .content-description .title {
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  color: #ffffff;
  display: block;
  background-color: #812915;
  padding: 10px 28px 10px 28px;
  text-transform: uppercase;
}
@media (max-width: 449.98px) {
  #SLID01 .content-slide .content-description .title {
    width: 293px;
    font-size: 1.1rem;
  }
}
#SLID01 .content-slide .content-description .subtitle {
  font-size: 3.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #f6f3f0;
  line-height: 83.9px;
}
@media (max-width: 449.98px) {
  #SLID01 .content-slide .content-description .subtitle {
    font-size: 2.75rem;
  }
}
#SLID01 .content-slide .content-description .description {
  font: 1.25rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #f6f3f0;
  margin: 0 0 51px 0;
  width: 70%;
}
@media (max-width: 449.98px) {
  #SLID01 .content-slide .content-description .description {
    width: 100%;
    text-align: left;
  }
}
#SLID01 .content-slide .content-description .btn-cta-slide {
  font: 1rem "Montserrat", sans-serif, arial;
  color: #f6f3f0;
  font-weight: 700;
  border-radius: 0;
  background-color: #812915;
  min-width: 140px;
  display: table;
  padding: 1.5rem !important;
}
#SLID01 .content-slide .content-description .btn-cta-slide img {
  width: 25px;
  margin-right: 16px;
  display: none;
}
#SLID01 .content-slide .content-description .btn-cta-slide:hover {
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -ms-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  background-color: #fff;
  color: #812915;
}
#SLID01 .content-slide .content-description .btn-cta-slide:hover img {
  filter: grayscale(1) invert(1);
}
@media (max-width: 449.98px) {
  #SLID01 .content-slide .content-description .btn-cta-slide {
    padding: 19px 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #SLID01 .content-slide {
    justify-content: center;
    align-items: end !important;
  }
}
#SLID01 #dotsSlideCustom {
  position: absolute;
  top: 50%;
  right: 3%;
  z-index: 100;
  transform: translate(0, -50%);
}
#SLID01 #dotsSlideCustom .owl-dot {
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
}
#SLID01 #dotsSlideCustom .owl-dot:hover, #SLID01 #dotsSlideCustom .owl-dot.active {
  background-color: #7C7C7C;
}

/* BEGIN STYLE */
.abou02 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.abou02 .firula-top {
  width: 287px;
  height: 266px;
  position: absolute;
  top: -185px;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform 0.08s linear;
}
.abou02 .firula-bottom {
  width: 287px;
  height: 266px;
  position: absolute;
  bottom: -59px;
  right: -52px;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
}
.abou02__container {
  padding: 99px 0 40px 0 !important;
}
.abou02__boxLeft__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.abou02__boxLeft {
  padding: 0 68px;
  min-height: 447px;
}
.abou02__boxLeft__subtitle {
  padding: 6px 15px;
  width: 259px;
  background-color: #812915;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 22.03px;
}
.abou02__boxLeft__title {
  font-size: 3.75rem;
  color: #5c4936;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
.abou02__boxLeft__line {
  margin: 27px 0 39px 0;
}
.abou02__boxLeft__paragraph {
  color: #404040;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 600;
}
.abou02__boxLeft__paragraph p {
  color: #5c4936;
  font: 1.25rem "Montserrat", sans-serif, arial;
  font-weight: 600;
  margin-bottom: 0;
}
.abou02__boxLeft__cta {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #5c4936;
  display: flex;
  margin-top: 37px;
  max-width: 177px;
  background-color: transparent;
}
.abou02__boxLeft__cta:hover {
  color: #5c4936;
}
@media (max-width: 767.98px) {
  .abou02__boxLeft {
    padding: 0 45px;
    min-height: auto;
  }
  .abou02__boxLeft__subtitle {
    font-size: 1.125rem;
    margin-bottom: 18px;
    max-width: 174px;
  }
  .abou02__boxLeft__title {
    font-size: 1.875rem;
  }
  .abou02__boxLeft__line {
    margin-top: 27px;
    margin-bottom: 49px;
  }
  .abou02__boxLeft__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
  .abou02__boxLeft__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.abou02__boxRight__item {
  position: relative;
  min-height: 447px;
  height: 447px;
  border: 12px solid #ffffff;
}
@media (max-width: 1249.98px) {
  .abou02__boxRight__item {
    width: 500px !important;
  }
}
.abou02__boxRight__description {
  position: absolute;
  top: 0;
  left: 0;
  padding: 48.66px 53px;
  color: #ffffff;
}
.abou02__boxRight__title {
  font-size: 1.125rem;
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  display: flex;
}
.abou02__boxRight__paragraph {
  color: #7C7C7C;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  position: absolute;
  left: 39px;
  bottom: 5px;
}
.abou02__boxRight__paragraph p {
  color: #7C7C7C;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 0;
}
.abou02__boxRight__item a {
  color: #000;
}
.abou02__boxRight .carousel_abou02 .owl-dots {
  display: none !important;
}
.abou02__boxRight .carousel_abou02 .owl-nav {
  display: flex;
  margin-top: 30px;
  gap: 0 18px;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .abou02__boxRight .carousel_abou02 .owl-nav {
    width: 61%;
    justify-content: flex-start;
  }
}
.abou02__boxRight .carousel_abou02 .owl-nav .owl-prev,
.abou02__boxRight .carousel_abou02 .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #812915 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abou02__boxRight .carousel_abou02 .owl-nav .owl-prev:hover,
.abou02__boxRight .carousel_abou02 .owl-nav .owl-next:hover {
  background-color: #5c4936 !important;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.abou02__boxRight .carousel_abou02 .owl-nav .owl-prev span,
.abou02__boxRight .carousel_abou02 .owl-nav .owl-next span {
  color: #fff;
  font-size: 32px;
  height: 30px;
}
@media (max-width: 767.98px) {
  .abou02__boxRight {
    padding: 0 44px !important;
    margin-top: 43px;
  }
  .abou02__boxRight__item {
    min-height: 414px;
    height: 414px;
  }
  .abou02__boxRight__title {
    font-size: 1.063rem;
  }
  .abou02__boxRight__paragraph {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
  .abou02__boxRight__paragraph p {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
@media (max-width: 767.98px) {
  .abou02__container {
    padding: 61px 0 36px 0 !important;
  }
}

.abou02__boxRight__image {
  position: relative;
  overflow: hidden;
}
.abou02__boxRight__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.84), transparent);
  pointer-events: none;
}

.abou02__topic__title {
  color: #ffffff;
  font-size: 1.25rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 0 14px;
  position: absolute;
  left: 0;
  bottom: 12px;
}

.abou02__topic__title::after {
  content: "";
  width: 24px;
  height: 32px;
  background: #f8b859;
}

.abou02__topic__title:hover::after {
  background: #e3dcd3;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

.abou02-page__header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
  display: flex;
  align-items: end;
}
.abou02-page__header .container--abou02-header {
  z-index: 100;
  position: relative;
  padding: inherit !important;
}
.abou02-page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.abou02-page__header__title {
  font-size: 6.25rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #f6f3f0;
  margin-bottom: 25px;
  font-weight: 700;
}
.abou02-page__header__subtitle {
  font-size: 1.25rem;
  color: #7C7C7C;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
.abou02-page__header__line {
  width: 100%;
  margin-top: 28.81px;
}
@media (max-width: 767.98px) {
  .abou02-page__header__title {
    font-size: 3.87rem;
    margin-bottom: 0;
  }
  .abou02-page__header__subtitle {
    font-size: 1.125rem;
  }
  .abou02-page__header__line {
    margin-top: 25px;
    margin-bottom: 21px;
  }
  .abou02-page__header__content {
    padding: 46px 0 81px !important;
  }
}
.abou02-page__content {
  padding: 51px 0 118px !important;
}
.abou02-page__content__subtitle {
  font-size: 1.25rem;
  color: #812915;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 1px;
}
.abou02-page__content__title {
  font-size: 2.5rem;
  color: #5c4936;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
.abou02-page__content__line {
  width: 100%;
  margin-top: 20.99px;
  margin-bottom: 30.01px;
  border: inherit;
}
.abou02-page__content__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  color: #404040;
  font-weight: 400;
}
.abou02-page__content__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  color: #404040;
  font-weight: 400;
  margin-bottom: 0;
}
.abou02-page__content__paragraph ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  gap: 20px 0;
}
.abou02-page__content__paragraph ul li {
  display: flex;
  width: 50%;
  min-width: 300px;
  text-align: left;
  align-items: flex-start;
}
.abou02-page__content__paragraph ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: flex;
  background: #404040;
  border-radius: 100%;
  margin-right: 8px;
  flex: none;
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  .abou02-page__content {
    padding: 0 !important;
  }
  .abou02-page .container--abou02-page {
    padding: 46px 0 81px 0 !important;
  }
  .abou02-page__content_container {
    margin-bottom: 0;
  }
  .abou02-page__content__subtitle {
    font-size: 1.125rem;
  }
  .abou02-page__content__title {
    font-size: 1.875rem;
  }
  .abou02-page__content__line {
    margin-top: 25px;
    margin-bottom: 21px;
  }
  .abou02-page__content__paragraph {
    font: 0.875rem "Montserrat", sans-serif, arial;
    padding: 0 30px;
  }
  .abou02-page__content__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}

.abou02-page__topic .container--abou02-page__topic {
  padding: 52px 0 32px 0 !important;
  max-width: inherit !important;
}
.abou02-page__topic__content {
  margin-left: 75px;
}
.abou02-page__topic__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.abou02-page__topic__encompass__title {
  font-size: 1.25rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 23.97px;
  background-color: #812915;
  width: 150px;
  height: 31px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.abou02-page__topic__encompass__subtitle {
  font-size: 2.5rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
.abou02-page__topic__encompass__line {
  margin-top: 26.02px;
  margin-bottom: 0;
}
.abou02-page__topic__item {
  position: relative;
  min-height: 487px;
  height: 487px;
  border: 12px solid #ffffff;
}
.abou02-page__topic__description {
  position: absolute;
  top: 0;
  left: 0;
  padding: 48.66px 53px;
}
.abou02-page__topic__title {
  font-size: 1.125rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  left: 0;
  bottom: 25px;
  gap: 0 14px;
  align-items: center;
}
.abou02-page__topic__title::after {
  content: "";
  width: 24px;
  height: 32px;
  background: #f8b859;
}
.abou02-page__topic__title:hover::after {
  background: #e3dcd3;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.abou02-page__topic__paragraph {
  color: #7C7C7C;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  position: absolute;
  left: 39px;
  bottom: 12px;
}
.abou02-page__topic__paragraph p {
  color: #7C7C7C;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 0;
}
.abou02-page__topic__item a {
  color: #000;
}
.abou02-page__topic .carousel-abou02-topic {
  margin-top: 59.02px;
}
.abou02-page__topic .carousel-abou02-topic .owl-nav {
  display: flex;
  margin-top: 35px;
  gap: 0 20.5px;
  width: 90vw;
  margin-right: auto;
}
.abou02-page__topic .carousel-abou02-topic .owl-nav .owl-prev,
.abou02-page__topic .carousel-abou02-topic .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #812915 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abou02-page__topic .carousel-abou02-topic .owl-nav .owl-prev:hover,
.abou02-page__topic .carousel-abou02-topic .owl-nav .owl-next:hover {
  background-color: #5c4936 !important;
  -webkit-transition: ease-out 1s;
  -moz-transition: ease-out 1s;
  -ms-transition: ease-out 1s;
  -o-transition: ease-out 1s;
}
.abou02-page__topic .carousel-abou02-topic .owl-nav .owl-prev span,
.abou02-page__topic .carousel-abou02-topic .owl-nav .owl-next span {
  color: #ffffff;
  font-size: 32px;
  height: 30px;
}
@media (max-width: 767.98px) {
  .abou02-page__topic {
    overflow: hidden;
  }
  .abou02-page__topic__encompass__title {
    font-size: 1.875rem;
  }
  .abou02-page__topic__encompass__subtitle {
    font-size: 1.125rem;
  }
  .abou02-page__topic__encompass__line {
    margin-top: 15px;
    margin-bottom: 28px;
  }
  .abou02-page__topic .container--abou02-page__section {
    padding-top: 78px;
  }
  .abou02-page__topic__content {
    width: 413px;
    display: block;
    margin: 0 auto;
  }
  .abou02-page__topic__item_content {
    padding-left: 0px !important;
  }
  .abou02-page__topic__description {
    padding: 48.66px 53px;
  }
  .abou02-page__topic__title {
    font-size: 1.063rem;
  }
  .abou02-page__topic__paragraph {
    color: #7C7C7C;
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
  .abou02-page__topic__paragraph p {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
  .abou02-page__topic .abou02-page__topic .carousel-abou02-topic .owl-nav {
    margin-left: 38%;
  }
}
@media (max-width: 767.98px) {
  .abou02-page__topic .carousel-abou02-topic .owl-nav {
    margin-left: 0;
  }
}

.abou02-page__section .container--abou02-page__section {
  padding-top: 68.54px !important;
}
.abou02-page__section__image {
  height: 592px;
  width: 429px;
  border-radius: 0px;
}
.abou02-page__section__description {
  padding-left: 170.46px;
  padding-right: 0;
}
.abou02-page__section__title {
  font-size: 2.5rem;
  color: #5c4936;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
.abou02-page__section__subtitle {
  font-size: 1.25rem;
  color: #812915;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
.abou02-page__section__line {
  margin-top: 28.91px;
  margin-bottom: 39px;
  border: inherit;
}
.abou02-page__section__paragraph {
  color: #404040;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
}
.abou02-page__section__paragraph p {
  color: #404040;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 0;
}
.abou02-page__section__cta {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #404040;
  display: flex;
  margin-top: 37px;
  max-width: 177px;
  padding: 10px 15px;
  background-color: #CACACA;
  display: none;
}
.abou02-page__section__cta:hover {
  color: #fff;
  background-color: #000;
}
.abou02-page__section__cta:hover .abou02-page__section__cta__icon {
  filter: invert(1) grayscale(1);
}
@media (max-width: 767.98px) {
  .abou02-page__section__image {
    order: 1;
    width: 100%;
    padding: 0 41.33px;
    height: 468.14px;
  }
  .abou02-page__section__description {
    order: 0;
    padding: 0 41.33px;
    margin-bottom: 49.43px;
  }
  .abou02-page__section__title {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
  .abou02-page__section__subtitle {
    font-size: 1.125rem;
  }
  .abou02-page__section__line {
    margin-top: 29px;
  }
  .abou02-page__section__paragraph {
    font-family: "Montserrat", sans-serif, arial;
  }
  .abou02-page__section__paragraph p {
    font-family: "Montserrat", sans-serif, arial;
  }
}

.abou02-page__topic__image {
  position: relative;
  overflow: hidden;
}
.abou02-page__topic__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.84), transparent);
  pointer-events: none;
}
.abou02-page__topic__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lightbox-abou02 {
  width: 100%;
  display: none;
  padding: 0;
}
.lightbox-abou02__subtitle {
  font-size: 1.25rem;
  color: #404040;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
.lightbox-abou02__title {
  font-size: 2.5rem;
  color: #404040;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
.lightbox-abou02__line {
  margin-top: 22px;
  margin-bottom: 61px;
}
.lightbox-abou02__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  color: #404040;
  font-weight: 400;
}
.lightbox-abou02 .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 31px;
  height: 31px;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
}
.lightbox-abou02 .fancybox__backdrop {
  background: #404040 !important;
}
@media (max-width: 767.98px) {
  .lightbox-abou02 {
    text-align: center;
  }
}

.px-0 {
  background-size: cover;
}

.text-center {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.lightbox-abou02 .carousel__button.is-close {
  background-color: transparent;
  padding: inherit;
}

.lightbox-abou02__subtitle {
  color: #812915;
}

.lightbox-abou02__title {
  color: #5c4936;
}

.lightbox-abou02__line {
  display: none;
}

.abou02-page__topic {
  position: relative;
}

.firula-top-inter {
  width: 250px;
  height: 204px;
  position: absolute;
  top: -151px;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
}

.firula-top-inter-right {
  width: 350px;
  height: 220px;
  position: absolute;
  top: 0;
  right: -6.5rem;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
}

.firula-bottom-inter {
  width: 287px;
  height: 266px;
  position: absolute;
  bottom: -165px;
  right: 0;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
}

.abou02__boxRight__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* BEGIN STYLE */
#CONT06 {
  padding: 63px 0 59px 0;
}

.cont06 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cont06__header {
  width: 85%;
  display: table;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.cont06__header__title {
  font-size: 2.5rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
}
.cont06__header__paragraph {
  font-size: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  width: 95%;
  max-width: 680px;
  display: table;
  margin: 0 auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont06__boxVideo {
    width: 100%;
  }
}
.cont06__boxVideo__content {
  width: 95%;
  max-width: 884px;
  height: 439px;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cont06__boxVideo__content .play {
  width: 87px;
  height: 87px;
}
.cont06__boxVideo__content iframe {
  width: 100%;
  max-width: 884px;
  height: 439px;
}
.cont06__boxVideo__content__video {
  height: 100%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont06__boxVideo__content .play {
    width: 59px;
    height: 59px;
  }
}
.cont06__boxVideo__cta {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin: 28px auto 0;
  max-width: 177px;
  padding: 10px 15px;
  background-color: #812915;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont06__boxVideo__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
    margin: 36px auto 0;
    width: 147px;
  }
}
.cont06__boxVideo__cta:hover {
  color: #812915;
  background-color: #ffffff;
}
.cont06__boxVideo__cta:hover .cont06__cta__icon {
  filter: invert(1) grayscale(1);
}

/* BEGIN STYLE */
.topi04__destaque {
  padding: 6px 16px 5px 0;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif, Arial;
  color: #5c4936;
  max-width: 280px;
  margin-bottom: 8px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__destaque {
    font-size: 1.125rem;
    margin-bottom: 18px;
  }
}
.topi04__title {
  font-size: 2.5rem;
  color: #5c4936;
  margin-bottom: 15.97px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 449.98px) {
  .topi04__title {
    font-size: 1.875rem;
  }
}
.topi04__subtitle {
  font-size: 1.25rem;
  color: #f8b859;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__subtitle {
    font-size: 1.125rem;
  }
}
.topi04__line {
  margin: 17.83px auto 30px;
  background-color: transparent;
  display: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__line {
    margin: 14.03px auto 25px;
  }
}
.topi04__paragraph {
  font-size: 1rem;
  color: #5c4936;
  font-weight: 400;
  font-family: "Monstserrat", sans-serif;
  line-height: 28px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__paragraph {
    font-size: 0.813rem "Montserrat", sans-serif, arial;
  }
}
@media (max-width: 991.98px) {
  .topi04__conteudo {
    margin-left: 1rem;
    padding-bottom: 2rem;
  }
}
.topi04__conteudo__item {
  display: flex;
}
@media (max-width: 991.98px) {
  .topi04__conteudo__item {
    flex-direction: column-reverse;
  }
}
.topi04__boxLeft {
  height: 559px;
}
@media (max-width: 991.98px) {
  .topi04__boxLeft {
    height: 100%;
  }
}
.topi04__cta {
  font-size: 0.875rem;
  font-family: "Monstserrat", sans-serif;
  font-weight: 700;
  color: #ffffff;
  display: block;
  margin-top: 3rem;
  max-width: 210px;
  padding: 10px 15px;
  background-color: #812915;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
    margin-top: 39px;
    width: 147px;
  }
}
.topi04__cta:hover {
  color: #812915;
  background-color: #ffffff;
  border: 1px solid #812915;
}
.topi04__cta:hover .lightbox-port101__description__cta__icon {
  filter: invert(1) grayscale(1);
}
.topi04__description {
  padding: 5vw;
}
.topi04__topics__item {
  height: 224px;
}
@media (max-width: 449.98px) {
  .topi04__topics__item {
    height: 131px;
  }
}
.topi04__topics__item__icone {
  height: 47px !important;
  width: 48px !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__topics__item__icone {
    height: 24.96px !important;
    width: 24.96px !important;
  }
}
.topi04__topics__item__title {
  margin-top: 16px;
  font: 1rem "Montserrat", sans-serif, arial;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 400;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__topics__item__title {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.topi04__topics__item__description {
  position: absolute;
}
.topi04 .carrosel-topi04 .owl-nav {
  position: absolute;
  bottom: 5%;
  left: 55%;
}
@media (max-width: 991.98px) {
  .topi04 .carrosel-topi04 .owl-nav {
    position: inherit;
    bottom: 0;
    left: 0;
    display: flex;
    margin-top: 30px;
    gap: 0 20.5px;
  }
}
.topi04 .carrosel-topi04 .owl-nav .owl-prev,
.topi04 .carrosel-topi04 .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #812915 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topi04 .carrosel-topi04 .owl-nav .owl-prev:hover,
.topi04 .carrosel-topi04 .owl-nav .owl-next:hover {
  background-color: #404040 !important;
  webkit-transition: ease-out 1s;
  -moz-transition: ease-out 1s;
  -ms-transition: ease-out 1s;
  -o-transition: ease-out 1s;
  -webkit-transition: ease-out 1s;
}
.topi04 .carrosel-topi04 .owl-nav .owl-prev span,
.topi04 .carrosel-topi04 .owl-nav .owl-next span {
  color: #fff;
  font-size: 32px;
  height: 30px;
}

.topi04__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* BEGIN STYLE */
.topi08 {
  position: relative;
  padding: 60px 0 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topi08__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media (max-width: 767.98px) {
  .topi08__header {
    align-items: center;
  }
}
.topi08__header__title {
  color: #5c4936;
  font-size: 1.125rem;
  font-family: "Monstserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi08__header__title {
    font-size: 1.875rem;
    margin-bottom: 9px;
  }
}
.topi08__header__subtitle {
  color: #5c4936;
  font-size: 2.5rem;
  font-family: "Monstserrat", sans-serif, arial;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi08__header__subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 449.98px) {
  .topi08__header__subtitle {
    font-size: 1.875rem;
  }
}
.topi08__item {
  position: relative;
  width: 100%;
  height: 447px;
  max-height: 447px;
}
.topi08__item__bg {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  z-index: 1;
  inset: 0;
}
.topi08__item__content {
  z-index: 5;
  padding: 0 23px 25px 37px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.topi08__item__title {
  font-size: 1.125rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  position: absolute;
  bottom: 25px;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 14px;
}
.topi08__item__title::after {
  content: "";
  width: 24px;
  height: 32px;
  background: #f8b859;
}
.topi08__item__title:hover::after {
  background: #e3dcd3;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.topi08__item__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  font: 1rem "Montserrat", sans-serif, arial;
  color: #fff;
  text-align: left;
}
.topi08__item__desc p {
  font: 1rem "Montserrat", sans-serif, arial;
  color: #fff;
  text-align: left;
}
.topi08__item:hover .topi08__item__desc {
  max-height: 500px;
  transform: translateY(0);
  opacity: 1;
}
.topi08 .topi08__carousel {
  overflow: hidden;
  width: 100% !important;
}
.topi08 .topi08__carousel .owl-dots {
  display: none !important;
}
.topi08 .topi08__carousel .owl-nav {
  display: flex;
  margin-top: 30px;
  gap: 0 20.5px;
}
.topi08 .topi08__carousel .owl-nav .owl-prev,
.topi08 .topi08__carousel .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #812915 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topi08 .topi08__carousel .owl-nav .owl-prev:hover,
.topi08 .topi08__carousel .owl-nav .owl-next:hover {
  background-color: #404040 !important;
  webkit-transition: ease-out 1s;
  -moz-transition: ease-out 1s;
  -ms-transition: ease-out 1s;
  -o-transition: ease-out 1s;
  -webkit-transition: ease-out 1s;
}
.topi08 .topi08__carousel .owl-nav .owl-prev span,
.topi08 .topi08__carousel .owl-nav .owl-next span {
  color: #fff;
  font-size: 32px;
  height: 30px;
}

/* BEGIN STYLE */
.feed03 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.feed03 .container--feed03 {
  padding: 60px 0 69px 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feed03 .container--feed03 {
    padding: 132px 44px 42px 44px;
  }
}
.feed03__header {
  width: 100%;
  border-bottom: 1px solid transparent;
  padding-bottom: 45.99px;
  margin-bottom: 80px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feed03__header {
    padding-bottom: 35px;
    margin-bottom: 59px;
  }
}
.feed03__header__image {
  width: 95px;
  height: 110px;
  margin-right: 10px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feed03__header__image {
    width: 64px;
    height: 64px;
    margin-right: 24px;
  }
}
.feed03__header__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.feed03__header__texto__subtitle {
  font-size: 22px;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 500;
  color: #5C4936;
  margin: 0;
  line-height: 5px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feed03__header__texto__subtitle {
    font-size: 1.125rem;
    margin-bottom: 0px;
  }
}
.feed03__header__texto__title {
  font-size: 55px;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 600;
  color: #5C4936;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feed03__header__texto__title {
    font-size: 1.875rem;
  }
}
.feed03__header__texto__line {
  margin: 30px auto;
  color: #404040;
  display: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feed03__header__texto__line {
    margin: 20px auto 27px auto;
  }
}
.feed03__content__item__top__image {
  width: 55px;
  height: 55px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feed03__content__item__top__image {
    width: 50px;
    height: 50px;
  }
}
.feed03__content__item__top__titulo {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 600;
  color: #5c4936;
  margin-left: 32px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feed03__content__item__top__titulo {
    font-size: 1.125rem;
  }
}
.feed03__content__item__description {
  margin-top: 29px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feed03__content__item__description {
    margin-top: 24px;
  }
}
.feed03__content__item__description p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 400;
  color: #000;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feed03__content__item__description p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
@media (max-width: 449.98px) {
  .feed03__content__item__description p {
    width: 330px;
  }
}
.feed03 .carousel-feed03 .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 52px;
  gap: 0 27px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feed03 .carousel-feed03 .owl-nav {
    margin-top: 59px;
  }
}
.feed03 .carousel-feed03 .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #812915 !important;
  transition: 0.5s all ease;
}
.feed03 .carousel-feed03 .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #812915 !important;
  transition: 0.5s all ease;
}
.feed03 .carousel-feed03 .owl-nav .owl-next span {
  color: #f6f3f0;
  font-size: 35px;
  line-height: 22px;
  transition: 0.5s all ease;
}
.feed03 .carousel-feed03 .owl-nav .owl-prev span {
  color: #f6f3f0;
  font-size: 35px;
  line-height: 22px;
  transition: 0.5s all ease;
}
.feed03 .carousel-feed03 .owl-nav .owl-next span,
.feed03 .carousel-feed03 .owl-nav .owl-prev span {
  line-height: 32px;
}
.feed03 .carousel-feed03 .owl-nav .owl-prev:hover {
  background: #404040 !important;
  transition: 0.5s all ease;
}
.feed03 .carousel-feed03 .owl-nav .owl-next:hover {
  background: #404040 !important;
  transition: 0.5s all ease;
}
.feed03 .carousel-feed03 .owl-nav .owl-prev:hover span {
  color: #fff;
  transition: 0.5s all ease;
}
.feed03 .carousel-feed03 .owl-nav .owl-next:hover span {
  color: #fff;
  transition: 0.5s all ease;
}

.flex-column {
  justify-content: center;
}

/* BEGIN STYLE */
@media (max-width: 767.98px) {
  .topi05 .row {
    justify-content: center;
  }
}
.topi05 .container--pd {
  padding: 82px 0 72px 0 !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi05 .container--pd {
    padding: 68px 42px 68px 42px !important;
  }
}
.topi05__box {
  gap: 0 20px;
}
.topi05__box__image {
  height: 319px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi05__box__image {
    height: 267px;
  }
}
@media (max-width: 449.98px) {
  .topi05__box__image {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 449.98px) {
  .topi05__box__image__h-100 {
    width: 330px !important;
  }
}
.topi05__box__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.topi05__box__description {
  padding: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi05__box__description {
    padding: 24px 40px 29px 40px;
  }
}
.topi05__box__description__title {
  font-size: 1.25rem;
  color: #5c4936;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi05__box__description__title {
    font-size: 1.125rem;
  }
}
.topi05__box__description__paragraph p {
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  color: #000000;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi05__box__description__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
@media (max-width: 767.98px) {
  .topi05__box {
    width: 95%;
  }
}

/* BEGIN STYLE */
.unit01-page__header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .unit01-page__header {
    height: 270px;
    padding: 0 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .unit01-page__header .container--unit01-header {
    padding: 0 72px;
  }
}
.unit01-page__header__title {
  font-size: 6.25rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #f6f3f0;
  margin-bottom: 25px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .unit01-page__header__title {
    font-size: 2.9rem !important;
    margin-bottom: 39px;
  }
}
.unit01-page__header__subtitle {
  font-size: 1.25rem;
  color: #7C7C7C;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .unit01-page__header__subtitle {
    font-size: 1.125rem;
  }
}
.unit01-page__header__line {
  width: 100%;
  margin-top: 28.81px;
  display: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .unit01-page__header__subtitle {
    font-size: 1.125rem;
  }
  .unit01-page__header__line {
    margin-top: 25px;
    margin-bottom: 21px;
  }
  .unit01-page__header__content {
    padding: 46px 0 81px !important;
  }
}
.unit01-page__divisor__section {
  padding: 91px 110px;
}
@media (max-width: 575.98px) {
  .unit01-page__divisor__section {
    padding: 2rem 5vw;
  }
}
.unit01-page__divisor__section__boxLeft__title {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #5c4936;
  margin-bottom: 30px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .unit01-page__divisor__section__boxLeft__title {
    font-size: 1.875rem;
  }
}
.unit01-page__divisor__section__boxLeft__line {
  margin: 30px auto;
  color: #404040;
  display: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .unit01-page__divisor__section__boxLeft__line {
    margin: 20px auto 27px auto;
  }
}
.unit01-page__divisor__section__boxLeft__subtitle {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #812915;
  margin-bottom: 18px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .unit01-page__divisor__section__boxLeft__subtitle {
    font-size: 1.125rem;
    margin-bottom: 13px;
  }
}
.unit01-page__divisor__section__boxLeft__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #404040;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .unit01-page__divisor__section__boxLeft__paragraph {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.unit01-page__divisor__section__boxLeft__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .unit01-page__divisor__section__boxLeft__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.unit01-page__divisor__section__boxLeft__topics {
  margin-top: 50px;
  gap: 6px;
}
@media (max-width: 1249.98px) {
  .unit01-page__divisor__section__boxLeft__topics {
    margin-bottom: 50px;
    width: 500px;
  }
}
@media (max-width: 767.98px) {
  .unit01-page__divisor__section__boxLeft__topics {
    width: 300px;
  }
}
.unit01-page__divisor__section__boxLeft__topics__topic {
  height: 120px;
  width: 120px;
}
.unit01-page__divisor__section__boxLeft__topics__topic__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.unit01-page__divisor__section__boxLeft__topics__topic__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.unit01-page__divisor__section__boxLeft__topics__topic__description {
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #e3dcd3;
}
.unit01-page__divisor__section__boxLeft__topics__topic__description__icon {
  width: 32px;
  height: 32px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .unit01-page__divisor__section__boxLeft__topics__topic__description__icon {
    width: 22.67px;
    height: 22.67px;
  }
}
.unit01-page__divisor__section__boxLeft__topics__topic__description__title {
  font-size: 1.125rem;
  font-family: "Monstseerat", sans-serif, arial;
  font-weight: 500;
  color: #5c4936;
  margin-top: 10px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .unit01-page__divisor__section__boxLeft__topics__topic__description__title {
    font-size: 1.063rem;
  }
}
.unit01-page__divisor__section__boxRight {
  width: 509px;
}
@media (max-width: 991.98px) {
  .unit01-page__divisor__section__boxRight {
    margin-top: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .unit01-page__divisor__section__boxRight {
    width: 100%;
    margin-top: 22px;
  }
}
.unit01-page__divisor__section__boxRight .carousel_unit01 .owl-item {
  height: 100% !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .unit01-page__divisor__section__boxRight .carousel_unit01 .owl-item {
    height: 321px;
  }
}
.unit01-page__divisor__section__boxRight .carousel_unit01 .owl-stage {
  height: 100% !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .unit01-page__divisor__section__boxRight .carousel_unit01 .owl-stage {
    height: 321px;
  }
}
.unit01-page__divisor__section__boxRight .carousel_unit01 .owl-stage-outer {
  height: 100% !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .unit01-page__divisor__section__boxRight .carousel_unit01 .owl-stage-outer {
    height: 321px;
  }
}
.unit01-page__divisor__section__boxRight .carousel_unit01 .owl-nav {
  display: flex;
  padding: 0 12px;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
}
.unit01-page__divisor__section__boxRight .carousel_unit01 .owl-nav .owl-prev,
.unit01-page__divisor__section__boxRight .carousel_unit01 .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #812915 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.unit01-page__divisor__section__boxRight .carousel_unit01 .owl-nav .owl-prev span,
.unit01-page__divisor__section__boxRight .carousel_unit01 .owl-nav .owl-next span {
  color: #fff;
  font-size: 32px;
  height: 32px;
}
.unit01-page__divisor__section__boxRight__imageBox {
  width: 509px;
  height: 509px;
}
@media (max-width: 767.98px) {
  .unit01-page__divisor__section__boxRight__imageBox {
    width: 100%;
    height: 355px;
  }
}
@media (max-width: 575.98px) {
  .unit01-page__divisor__section__boxRight__imageBox {
    width: 250px;
  }
}
.unit01-page__divisor__section__boxRight__imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lightbox-unit01 {
  width: 100%;
  display: none;
  padding: 0;
}
.lightbox-unit01__subtitle {
  font-size: 1.25rem;
  color: #404040;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lightbox-unit01__subtitle {
    font-size: 1.125rem;
  }
}
.lightbox-unit01__title {
  font-size: 2.5rem;
  color: #5c4936;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lightbox-unit01__title {
    font-size: 1.875rem;
  }
}
.lightbox-unit01__title img {
  margin-right: 13px;
  width: 32px;
  height: 32px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lightbox-unit01__title img {
    width: 22.67px;
    height: 22.67px;
  }
}
.lightbox-unit01__line {
  margin-top: 22px;
  margin-bottom: 61px;
  display: none;
}
.lightbox-unit01__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  color: #5c4936;
  font-weight: 400;
  margin-top: 80px;
}
.lightbox-unit01 .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 31px;
  height: 31px;
  background: transparent;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  padding: inherit;
}
.lightbox-unit01 .fancybox__backdrop {
  background: #404040 !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lightbox-unit01 {
    text-align: center;
  }
}

.unit01-page__divisor__section:nth-of-type(even) {
  background-color: #F6F3F0;
}

/* BEGIN STYLE */
.cota01-show__banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  text-align: center;
  height: 400px;
  display: flex;
  align-items: flex-end;
}
.cota01-show__banner__title {
  font-size: 6.25rem;
  font-family: "Montsserat", Arial, sans-serif;
  font-weight: 700;
  color: #f6f3f0;
}
@media (max-width: 767.98px) {
  .cota01-show__banner__title {
    font-size: 2.9rem;
  }
}
.cota01-show__banner__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  margin: 30px 0 0 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__banner__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cota01-show__form-section {
  padding: 87px 0;
  background-color: #f6f3f0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__form-section {
    padding: 60px 30px;
  }
}
@media (max-width: 575.98px) {
  .cota01-show__form-section__cota01-show {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.cota01-show__form-section__header {
  text-align: center;
  margin-bottom: 90px;
  padding: 0 17%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__form-section__header {
    padding: 0 30px;
  }
}
.cota01-show__form-section__title {
  font-size: 2.5rem;
  font-family: "Montsserat", sans-serif, arial;
  font-weight: 700;
  color: #5c4936;
}
@media (max-width: 767.98px) {
  .cota01-show__form-section__title {
    font-size: 1.875rem;
    text-align: center;
  }
}
.cota01-show__form-section__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000000;
  margin: 30px 0 0 0;
}
@media (max-width: 767.98px) {
  .cota01-show__form-section__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .cota01-show__form-section form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.cota01-show__form__header {
  max-width: 85%;
}
@media (max-width: 767.98px) {
  .cota01-show__form__header {
    max-width: 100%;
  }
}
.cota01-show__form__header__title {
  font-size: 2.5rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  color: #5c4936;
}
@media (max-width: 767.98px) {
  .cota01-show__form__header__title {
    font-size: 1.875rem;
    text-align: center;
  }
}
.cota01-show__form__header__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  margin: 30px 0 0 0;
}
@media (max-width: 767.98px) {
  .cota01-show__form__header__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
    text-align: center;
  }
}
.cota01-show__form__item {
  margin-top: 55px;
}
.cota01-show__form__item__input input:not(input[type=checkbox], input[type=radio]),
.cota01-show__form__item__input select,
.cota01-show__form__item__input textarea {
  border-color: transparent;
  border-radius: 0;
  padding: 10px 10px;
}
.cota01-show__form__item__input input:not(input[type=checkbox], input[type=radio]):focus,
.cota01-show__form__item__input select:focus,
.cota01-show__form__item__input textarea:focus {
  border-color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 0.25rem #d0d0d0;
}
.cota01-show__form__item__input .form__file__item {
  border-color: transparent;
  border-radius: 0;
  padding: 10px 10px;
}
.cota01-show__form__item__input .form__file__item:hover {
  border-color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 0.25rem #d0d0d0;
}
.cota01-show__form__item__submit {
  border: none;
  border-radius: 0;
  padding: 10px 30px;
  background-color: #812915;
  color: #f6f3f0;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
}
.cota01-show__form__item__submit:hover {
  background-color: #000;
  color: #fff;
}
.cota01-show__form__item__submit:hover .icon__button {
  filter: invert(1) grayscale(1);
}
.cota01-show__form__item__submit .icon__button {
  display: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__form__footer {
    flex-direction: column;
  }
}
.cota01-show__form__compliance {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #7C7C7C;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__form__compliance {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cota01-show__form__compliance__link {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #7C7C7C;
  text-decoration: underline;
}
.cota01-show__topics-form__item {
  margin-bottom: 0;
  align-items: flex-start !important;
}
.cota01-show__topics-form__icon {
  width: 27px;
  margin-right: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__topics-form__icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cota01-show__topics-form__description {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: 100%;
  padding-bottom: 0;
}
.cota01-show__topics-form__title {
  font-size: 1.875rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 600;
  color: #5C4936;
  margin-bottom: 0 !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__topics-form__title {
    font-size: 1.875rem;
  }
}
.cota01-show__topics-form__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #812915;
  margin: 10px 0 0 0;
  padding-left: 2.5rem;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__topics-form__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cota01-show__topics-form__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #812915;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__topics-form__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cota01-show__topics-section {
  padding: 80px 0 0 0;
  background-color: #e3dcd3;
  position: relative;
}
@media (max-width: 1249.98px) {
  .cota01-show__topics-section {
    height: 1000px;
  }
}
@media (max-width: 767.98px) {
  .cota01-show__topics-section .container {
    max-width: inherit;
  }
}
@media (max-width: 1249.98px) {
  .cota01-show__topics-section .row {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .cota01-show__topics-section .row .col-12 {
    justify-content: center;
    display: flex;
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__topics {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1249.98px) {
  .cota01-show__topics {
    margin-bottom: 50px;
  }
}
.cota01-show__topics__item {
  margin-bottom: 50px;
}
.cota01-show__topics__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 600px;
  height: 100%;
  padding: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .cota01-show__topics__image {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1249.98px) {
  .cota01-show__topics__image {
    height: 450px;
    width: 100%;
  }
}
.cota01-show__topics__icon {
  width: auto;
  margin-right: 15px;
  margin-top: 1rem;
}
.cota01-show__topics__title {
  font-size: 1.875rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  color: #5c4936;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__topics__title {
    font-size: 1.875rem;
  }
}
.cota01-show__topics__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #5c4936;
  margin: 10px 0 0 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__topics__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}

.cota01-show__form__item__input .form-placeholder {
  background-color: #FFF;
}

@media (max-width: 991.98px) {
  .cota01-show__topics-form {
    width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  .input__item.input__item--text {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .input__item.input__item--email {
    width: 100%;
  }
}

.cota01-show__form__item__input .form-placeholder label {
  width: 100% !important;
}

/* BEGIN STYLE */
.comp01-page__header {
  text-align: center;
  background-color: #5c4936;
  padding: 87px 0;
  margin: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comp01-page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.comp01-page__header__container {
  margin-bottom: 25px;
  z-index: 100;
  position: relative;
}
.comp01-page__header__title {
  font-size: 3.125rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #000;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__header__title {
    font-size: 1.875rem;
  }
}
.comp01-page__content {
  padding: 45px 0 120px;
}
.comp01-page__content__icon {
  width: 36px;
  margin: 10px auto;
  display: table;
}
.comp01-page__content__container {
  text-align: center;
  margin-bottom: 35px;
}
.comp01-page__content__title {
  font-size: 2.5rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  color: #404040;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__content__title {
    font-size: 1.875rem;
  }
}
.comp01-page__content__subtitle {
  font-size: 1.25rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  color: #404040;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__content__subtitle {
    font-size: 1.125rem;
  }
}
.comp01-page__content__line {
  width: 100%;
  background-color: #404040;
  margin-bottom: 35px;
}
.comp01-page__content__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  padding: 0 30px;
  color: #404040;
  line-height: 25px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__content__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.comp01-page__archives {
  margin-top: 50px;
}
.comp01-page__archives__item {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  display: table;
  margin: 0 25px 0 0;
  max-width: 100%;
  padding: 10px 15px;
  background-color: #CACACA;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__archives__item {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.comp01-page__archives__item:hover {
  color: #fff;
  background-color: #000;
}
.comp01-page__archives__item:hover .comp01__archives__item__icon {
  filter: invert(1) grayscale(1);
}
