@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);
@import url(https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap);
@charset "UTF-8";
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: 25px;
  height: 25px !important;
  margin-top: 0;
  padding: inherit !important;
}
.form-check-input:checked {
  background-color: #9cb40d !important;
}

#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: #9cb40d;
}

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

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: #353534 !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: 0) and (max-width: 575.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding: 0 !important;
    padding: 0 30px !important;
  }
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding: 0 !important;
    padding: 0 30px !important;
  }
}
@media (min-width: 786px) and (max-width: 991.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 95% !important;
    padding: 0 !important;
    padding: 0 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90% !important;
    padding: 0 !important;
    padding: 0 30px !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px !important;
    padding: 0 30px !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px !important;
    padding: 0 30px !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 {
  border-radius: 18px !important;
}

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

.form-check-label {
  color: #ffffff;
}

.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: #9cb40d !important;
  color: #ffffff !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: #ffffff;
  color: #9cb40d;
}
body .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .owl-dots .owl-dot {
  background-color: #9cb40d;
  color: #ffffff;
  border-radius: 100%;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
body .owl-dots .owl-dot:hover {
  background-color: #353534;
}
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 #000;
  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 (min-width: 576px) and (max-width: 785.98px) {
  .form101 .container--pd {
    padding: 73px 0 45px 0 !important;
    max-width: 83% !important;
  }
}
.form101__boxLeft__subtitle {
  max-width: 367px;
  background-color: #b3b3b3;
  color: #353534;
  min-height: 40px;
  padding: 8px;
  font-size: 1.25rem;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form101__boxLeft__subtitle {
    font-size: 1.125rem;
    max-width: 229px;
  }
}
.form101__boxLeft__title {
  font-size: 2.5rem;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form101__boxLeft__title {
    font-size: 1.875rem;
    margin-bottom: 17px;
  }
}
.form101__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form101__boxLeft__paragraph {
    width: 100%;
  }
}
.form101__boxLeft__paragraph p {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form101__boxLeft__paragraph p {
    font: 0.875rem "PT Sans", sans-serif, arial;
  }
}
.form101__boxRight {
  margin-top: 67px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form101__boxRight {
    margin-top: 50px;
  }
}
.form101__boxRight__form {
  display: flex;
}
.form101__boxRight__form div {
  padding: 0;
}
.form101__boxRight input {
  height: 42px;
  background: #ffffff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form101__boxRight input::-moz-placeholder {
  background-color: #ffffff !important;
}
.form101__boxRight input::placeholder {
  background-color: #ffffff !important;
}
.form101__boxRight__cta {
  background-color: #ffffff;
  color: #404040;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form101__boxRight__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form101__boxRight__cta:hover {
  background-color: #000000;
  color: #ffffff;
  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: 785.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__content {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__subtitle {
  color: #404040;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 328px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form102__content__subtitle {
    font-size: 1.563rem;
  }
}
@media (max-width: 991.98px) {
  .form102__content__subtitle {
    max-width: inherit;
  }
}
.form102__content__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form102__content__paragraph {
    width: 100%;
  }
}
.form102__content__paragraph p {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form102__content__paragraph p {
    font: 0.875rem "PT Sans", sans-serif, arial;
  }
}
.form102__content__inputs {
  flex-wrap: wrap;
}
.form102__content .input__item {
  width: 48%;
}
@media (max-width: 991.98px) {
  .form102__content .input__item {
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__form {
  display: flex;
}
@media (max-width: 991.98px) {
  .form102__content__form {
    flex-wrap: wrap;
  }
}
.form102__content__form div {
  padding: 0;
}
.form102__content__form__checkbox-label {
  display: flex;
  align-items: center;
}
.form102__content__form__checkbox-label input:checked {
  background-color: #000000 !important;
  border-color: #000000;
}
.form102__content__form__checkbox-label a {
  margin-left: 5px;
}
.form102__content .form-check-input {
  height: 14px;
  width: 14px;
  padding: 0;
  margin-bottom: 0;
}
.form102__content input {
  height: 42px;
  background: #ffffff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form102__content input::-moz-placeholder {
  background-color: #ffffff !important;
}
.form102__content input::placeholder {
  background-color: #ffffff !important;
}
.form102__content__cta {
  margin-left: 109px;
  margin-top: -21px;
  background-color: #ffffff;
  color: #404040;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
}
@media (max-width: 991.98px) {
  .form102__content__cta {
    margin: 0 auto;
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
  }
}
.form102__content__cta:hover {
  background-color: #000000;
  color: #ffffff;
  transition: 0.5s all ease;
}
.form102__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form102__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form102__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form02 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form02 .container--pd {
  padding: 91px 0 45px 0 !important;
}
@media (max-width: 785.98px) {
  .form02 .container--pd {
    padding: 73px 0 45px 0 !important;
    max-width: 83% !important;
  }
}
.form02__content__title {
  font-size: 1.875rem;
  color: #000000;
  margin-bottom: 17px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form02__content__title {
    font-size: 1.563rem;
  }
}
.form02__content__paragraph {
  max-width: 592px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form02__content__paragraph {
    width: 100%;
  }
}
.form02__content__paragraph p {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #404040;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form02__content__paragraph p {
    font: 0.875rem "PT Sans", sans-serif, arial;
  }
}
.form02__content__form {
  display: flex;
  margin-top: 48px;
}
.form02__content__form div {
  padding: 0;
}
@media (max-width: 785.98px) {
  .form02__content__form div {
    flex-direction: column;
  }
}
.form02__content .input__item {
  width: 32.333333%;
}
@media (max-width: 785.98px) {
  .form02__content .input__item {
    width: 100%;
  }
}
.form02__content label {
  width: auto !important;
}
.form02__content input {
  height: 42px;
  background: #ffffff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form02__content input::-moz-placeholder {
  background-color: #ffffff !important;
}
.form02__content input::placeholder {
  background-color: #ffffff !important;
}
.form02__content__cta {
  background-color: #ffffff;
  color: #404040;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form02__content__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form02__content__cta:hover {
  background-color: #000000;
  color: #ffffff;
  transition: 0.5s all ease;
}
.form02__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form02__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form02__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.lifo {
  max-width: 1225px;
  width: 100%;
  background-color: #b3b3b3;
  background-position: center;
  background-size: cover;
  padding: 93px;
  padding-bottom: 0;
}
@media (max-width: 785.98px) {
  .lifo {
    padding: 38px !important;
    padding-bottom: 38px;
  }
}
.lifo .row--container {
  gap: 0 73.48px;
}
.lifo__boxLeft {
  max-width: 443px;
  width: 100%;
}
.lifo__boxLeft__title {
  font-size: 1.875rem;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .lifo__boxLeft__title {
    font-size: 1.563rem;
    margin-bottom: 17px;
  }
}
.lifo__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .lifo__boxLeft__paragraph {
    width: 100%;
  }
}
.lifo__boxLeft__paragraph p {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .lifo__boxLeft__paragraph p {
    font: 0.875rem "PT Sans", sans-serif, arial;
  }
}
.lifo__boxLeft__form {
  display: flex;
  margin-top: 48px;
  flex-direction: column;
}
.lifo__boxLeft__form .input__item {
  width: 100%;
  padding: 0;
}
.lifo__boxLeft__inputs {
  width: 100%;
}
.lifo__boxLeft label {
  width: auto !important;
}
.lifo__boxLeft input {
  height: 42px;
  background: #ffffff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.lifo__boxLeft input::-moz-placeholder {
  background-color: #ffffff !important;
}
.lifo__boxLeft input::placeholder {
  background-color: #ffffff !important;
}
.lifo__boxLeft__cta {
  background-color: #ffffff;
  color: #404040;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .lifo__boxLeft__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.lifo__boxLeft__cta:hover {
  background-color: #000000;
  color: #ffffff;
  transition: 0.5s all ease;
}
.lifo__boxLeft__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .lifo__boxLeft__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.lifo__boxLeft__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}
@media (max-width: 575.98px) {
  .lifo__boxRight {
    display: none;
  }
}
.lifo__boxRight__image {
  height: 592px;
  max-width: 451px;
  width: 100%;
  background: white;
  margin-left: auto;
}
.lifo__boxRight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lifo .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 31px;
  height: 31px;
  background: #000000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 11px;
}
.lifo .fancybox__backdrop {
  background: #404040 !important;
}

.form03 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #efefef;
  position: relative;
  overflow: hidden;
}
.form03 .form03__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 400px;
  height: 500px;
}
@media (max-width: 1199.98px) {
  .form03 .form03__bg {
    display: none;
  }
}
.form03 .form03__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.form03 .container--pd {
  padding: 58px !important;
}
@media (max-width: 991.98px) {
  .form03 .container--pd {
    width: 71% !important;
  }
}
@media (max-width: 575.98px) {
  .form03 .container--pd {
    width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .form03 .container--pd .justify-content-between {
    justify-content: center !important;
  }
}
.form03__boxLeft {
  width: 100%;
  max-width: 480px;
  padding: 0;
  justify-content: CENTER;
}
@media (max-width: 1199.98px) {
  .form03__boxLeft {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .form03__boxLeft {
    width: 100%;
    text-align: center;
  }
}
.form03__boxLeft__title {
  font-size: 2.5rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #9cb40d;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 38.82px;
}
@media (max-width: 785.98px) {
  .form03__boxLeft__title {
    font-size: 1.875rem;
  }
}
.form03__boxLeft__subtitle {
  color: #ffffff;
  font-family: "PT Sans", sans-serif, arial;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 15px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .form03__boxLeft__subtitle {
    font-size: 1.125rem;
  }
}
.form03__boxLeft__paragraph {
  margin-top: 18px;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  letter-spacing: 0.2px;
}
.form03__boxLeft__paragraph p {
  font-family: "PT Sans", sans-serif, arial;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.2px;
}
@media (max-width: 785.98px) {
  .form03__boxLeft__paragraph p {
    font: 0.875rem "PT Sans", sans-serif, arial;
  }
}
.form03__boxLeft__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
  width: 66%;
}
@media (max-width: 991.98px) {
  .form03__boxLeft__buttons {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 785.98px) {
  .form03__boxLeft__buttons {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta {
  display: flex;
  color: #000000;
  font-weight: 700;
  font-size: 1.125rem;
  align-items: center;
  gap: 0 13.45px;
  width: 33px;
  height: auto;
}
.form03__boxLeft__buttons__cta img {
  width: 100%;
  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;
}
@media (max-width: 575.98px) {
  .form03__boxRight .a-estatico {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .form03__boxRight {
    margin-top: 50px;
  }
}
.form03__boxRight__title {
  font-size: 1.875rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #ffffff;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .form03__boxRight__title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 785.98px) {
  .form03__boxRight__title {
    font-size: 1.875rem;
  }
}
.form03__boxRight__paragraph {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #404040;
  margin-bottom: 45px;
  display: none !important;
}
@media (max-width: 785.98px) {
  .form03__boxRight__paragraph {
    font-size: 0.938rem;
  }
}
.form03__boxRight__paragraph p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 785.98px) {
  .form03__boxRight__paragraph p {
    font-size: 0.938rem;
  }
}
.form03__boxRight__inputs {
  flex-wrap: wrap;
}
.form03__boxRight .input__item {
  width: 100%;
}
.form03__boxRight .input__item--textarea .placeholder--custom {
  top: 13%;
}
.form03__boxRight .input__item--textarea .form-control {
  padding-top: 20px;
}
.form03__boxRight__form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.form03__boxRight__form div {
  padding: 0;
}
.form03__boxRight input {
  height: 42px;
  background: #ffffff !important;
  border: 0;
  border-radius: 34px;
  padding: 0 15px;
}
.form03__boxRight input::-moz-placeholder {
  background-color: #ffffff !important;
}
.form03__boxRight input::placeholder {
  background-color: #ffffff !important;
}
.form03__boxRight__cta {
  background-color: #9cb40d;
  border-radius: 45px;
  border: 1px solid #9cb40d !important;
  color: #ffffff;
  height: 28px;
  width: 100%;
  max-width: 120px;
  padding: 0 10px;
  font-size: 1.125rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  margin-left: auto;
  margin-top: 24px;
}
@media (max-width: 991.98px) {
  .form03__boxRight__cta {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .form03__boxRight__cta {
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
    font: 0.875rem "PT Sans", sans-serif, arial;
  }
}
.form03__boxRight__cta:hover {
  background-color: #ffffff;
  color: #9cb40d;
  transition: ease 1s;
}

.form__file input {
  display: none;
}

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

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

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

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

.form-placeholder {
  position: relative;
}
.form-placeholder .placeholder--custom {
  font-size: 13px;
  font-weight: 400;
  font-family: "PT Sans", sans-serif, arial;
  letter-spacing: 0.2px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  padding-left: 15px;
  transform: translate(0, -50%);
  transition: ease all 0.3s;
  color: #000000;
}
.form-placeholder .placeholder--custom::last-child {
  top: 21px;
}
.form-placeholder.select .placeholder--custom {
  opacity: 0;
  visibility: hidden;
}
.form-placeholder.select.focusing .placeholder--custom {
  opacity: 1;
  visibility: visible;
}
.form-placeholder.select.focusing > select {
  padding-top: 10px;
  padding-bottom: 0;
}
.form-placeholder > select {
  transition: ease all 0.3s;
  background-color: #fff !important;
  height: 40px;
}
.form-placeholder > input {
  transition: ease all 0.3s;
  background-color: #fff !important;
  height: 40px;
}
.form-placeholder.focusing .placeholder--custom {
  font-size: 12px;
  color: #777777;
  top: 0;
  transform: translate(0);
  transition: ease all 0.3s;
}
.form-placeholder.focusing > input {
  padding-top: 18px;
  height: 40px;
  transition: ease all 0.3s;
}

.confirmation__header {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.confirmation__header__wrapper-title {
  display: flex;
  flex-direction: column;
  margin-top: -197px;
}
.confirmation__header__title {
  font-size: 3.75rem;
  color: #000;
  font-family: "Poppins", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 785.98px) {
  .confirmation__header__title {
    font-size: 1.85rem;
  }
}
.confirmation__header__subtitle {
  font-size: 1.75rem;
  color: #000;
  font-family: "Poppins", sans-serif, arial;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 785.98px) {
  .confirmation__header__subtitle {
    font-size: 1.25rem;
  }
}

.fadeInLeft {
  transform: translateX(-50%);
}

.fadeInRight {
  transform: translateX(50%);
}

.fadeInTop {
  transform: translateY(-10%);
}

.fadeInBottom {
  transform: translateY(10%);
}

.blur-5 {
  filter: blur(5px);
}

.t-delay-1s {
  transition-delay: 1s;
}

.animation {
  opacity: 0;
  transition-duration: 1s;
  transition-property: all;
}

.animated {
  opacity: 1;
  transition-duration: 1s;
  transition-property: all;
}
.animated.blur-5 {
  filter: blur(0px);
}
.animated.fadeInRight, .animated.fadeInLeft {
  transform: translateX(0);
}
.animated.fadeInTop, .animated.fadeInBottom {
  transform: translateY(0);
}

.delay-group:nth-child(1) {
  transition-delay: 0.2s;
}
.delay-group:nth-child(2) {
  transition-delay: 0.3s;
}
.delay-group:nth-child(3) {
  transition-delay: 0.4s;
}
.delay-group:nth-child(4) {
  transition-delay: 0.5s;
}
.delay-group:nth-child(5) {
  transition-delay: 0.6s;
}
.delay-group:nth-child(6) {
  transition-delay: 0.7s;
}
.delay-group:nth-child(7) {
  transition-delay: 0.8s;
}
.delay-group:nth-child(8) {
  transition-delay: 0.9s;
}
.delay-group:nth-child(9) {
  transition-delay: 1s;
}
.delay-group:nth-child(10) {
  transition-delay: 1.1s;
}
.delay-group:nth-child(11) {
  transition-delay: 1.2s;
}
.delay-group:nth-child(12) {
  transition-delay: 1.3s;
}
.delay-group:nth-child(13) {
  transition-delay: 1.4s;
}
.delay-group:nth-child(14) {
  transition-delay: 1.5s;
}
.delay-group:nth-child(15) {
  transition-delay: 1.6s;
}
.delay-group:nth-child(16) {
  transition-delay: 1.7s;
}
.delay-group:nth-child(17) {
  transition-delay: 1.8s;
}
.delay-group:nth-child(18) {
  transition-delay: 1.9s;
}
.delay-group:nth-child(19) {
  transition-delay: 2s;
}
.delay-group:nth-child(20) {
  transition-delay: 2.1s;
}

.hover-image-box__target {
  transition: all 0.4s ease;
}
.hover-image-box:hover .hover-image-box__target {
  scale: 1.1;
  transition: all 0.4s ease;
}

.form-control {
  height: 125px;
}

.popup {
  padding: 0;
  background: transparent;
}
.popup__content {
  width: 95%;
  display: block;
  max-width: 550px;
  margin: 0 auto;
}

.fancybox__backdrop {
  background: rgba(24, 24, 27, 0.72) !important;
}

/* BEGIN STYLE */
#mainHeader {
  position: relative;
  z-index: 2;
}

#HEAD02 {
  background-color: #ffffff;
  position: relative;
  padding-right: 0 !important;
}
#HEAD02 .container {
  max-width: inherit !important;
  padding-right: 0 !important;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  #HEAD02 .container {
    max-width: 95% !important;
  }
}
#HEAD02 .idioma {
  display: none !important;
}
#HEAD02 .container-header {
  min-height: 100px;
  justify-content: unset !important;
  position: relative;
  gap: 0 140px;
}
@media (max-width: 1539.98px) {
  #HEAD02 .container-header {
    gap: 0 115px;
  }
}
@media (max-width: 1399.98px) {
  #HEAD02 .container-header {
    gap: 0 149px;
  }
}
@media (max-width: 1299.98px) {
  #HEAD02 .container-header {
    gap: 0 69px;
  }
}
@media (max-width: 1199.98px) {
  #HEAD02 .container-header {
    justify-content: space-between !important;
    gap: unset;
  }
}
#HEAD02 .container-header #logoHeader img {
  width: 185px;
}
@media (max-width: 785.98px) {
  #HEAD02 .container-header #logoHeader img {
    width: 155px;
  }
}
@media (max-width: 1399.98px) {
  #HEAD02 .container-header #logoHeader {
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  #HEAD02 .container-header #logoHeader {
    margin-left: 53px;
  }
}
@media (max-width: 991.98px) {
  #HEAD02 .container-header #logoHeader {
    margin-left: 0;
  }
}
#HEAD02 .container-header .container-navigation {
  display: flex;
}
#HEAD02 .container-navigation .menu-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#HEAD02 .container-navigation .menu-list .menu-item {
  margin-right: 30px;
  position: relative;
}
@media (max-width: 1539.98px) {
  #HEAD02 .container-navigation .menu-list .menu-item {
    margin-right: 33px;
  }
}
@media (max-width: 1399.98px) {
  #HEAD02 .container-navigation .menu-list .menu-item {
    margin-right: 25px;
  }
}
#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: #9cb40d;
  transition: ease all 0.2s;
  transition: ease 1s;
}
#HEAD02 .container-navigation .menu-list .menu-item .link {
  font-family: "PT Sans", sans-serif, arial;
  font-size: 1rem;
  font-weight: 400;
  color: #353534;
}
#HEAD02 .container-navigation .menu-list .menu-item .link .img {
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
#HEAD02 .container-navigation .menu-list .menu-item .link:hover {
  color: #000000;
  transition: ease 1s;
}
#HEAD02 .container-navigation .menu-list .menu-item:last-child {
  background-color: #9cb40d;
  padding: 21px 12px 21px 25px;
  border-radius: 18px 0 0 18px;
  margin-right: 0;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#HEAD02 .container-navigation .menu-list .menu-item:last-child::after {
  display: none;
}
#HEAD02 .container-navigation .menu-list .menu-item:last-child a {
  color: #ffffff;
  font-size: 1.25rem;
}
@media (max-width: 1399.98px) {
  #HEAD02 .container-navigation .menu-list .menu-item:last-child a {
    font-size: 1rem;
  }
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu {
  background-color: #404040;
  border-radius: 0 10px 10px;
  min-width: 165px;
  padding: 10px;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item {
  font: 0.875rem "PT Sans", sans-serif, arial;
  color: #ffffff;
  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: #ffffff;
  display: block;
  margin-top: 2px;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:hover {
  color: #353534;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:hover:after {
  width: 90%;
}
@media (max-width: 1199.98px) {
  #HEAD02 .container-navigation .menu-list {
    display: none;
  }
}
#HEAD02 .container-navigation .container-cta {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 274px;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
  padding: 0;
}
@media (max-width: 1399.98px) {
  #HEAD02 .container-navigation .container-cta {
    right: 230px;
  }
}
@media (max-width: 1199.98px) {
  #HEAD02 .container-navigation .container-cta {
    display: none;
  }
}
#HEAD02 .container-navigation .container-cta .btn-cta {
  background-color: #9cb40d;
  border-radius: 50px;
  min-width: 125px;
  display: table;
  text-align: center;
  color: #ffffff;
  padding: 1px 15px;
}
#HEAD02 .container-navigation .container-cta .btn-cta.show {
  border-radius: 17px 17px 0 0;
  background-color: #353534;
}
#HEAD02 .container-navigation .container-cta .btn-cta .menu-arrow {
  border-top-color: #ffffff;
  margin-left: 10px;
  margin-right: -25px;
  margin-bottom: 3px;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right {
  background-color: #9cb40d;
  border-radius: 0 0 10px 10px;
  min-width: 126px;
  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: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item {
  font: 0.875rem "PT Sans", sans-serif, arial;
  color: #ffffff;
  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;
  text-align: left;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:hover {
  color: #353534;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .container-cta {
    display: none;
  }
}
#HEAD02 .container-navigation .link-translate .btn-translate {
  font-size: 0.9375rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 600;
  color: #404040;
  border-right: 1px solid rgba(64, 64, 64, 0.3);
  line-height: 15px;
}
#HEAD02 .container-navigation .social-network {
  margin-right: 20px;
  display: none !important;
}
#HEAD02 .container-navigation .social-network .social-link {
  color: #404040;
  font-size: 22px;
  margin: 0 5px;
}
#HEAD02 .container-navigation .social-network .social-link:hover {
  color: #7c7c7c;
}
@media (max-width: 785.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: #000;
}
#HEAD02 .container-navigation .menu-sidebar-header:active .lines > i {
  background-color: rgb(138, 138, 138);
}
@media (max-width: 1199.98px) {
  #HEAD02 .container-navigation .menu-sidebar-header {
    display: block;
  }
}

.HEADE02__info {
  background: #353534;
  height: 50px;
}
@media (max-width: 785.98px) {
  .HEADE02__info {
    display: none;
  }
}
.HEADE02__info .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (min-width: 1540px) {
  .HEADE02__info .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.HEADE02__info__left {
  height: 100%;
  display: flex;
  gap: 0 20px;
}
.HEADE02__info__left .info-contato {
  display: flex;
  gap: 0 5px;
  align-items: center;
  color: #dadada;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-size: 12px;
}
.HEADE02__info__left .info-contato .img {
  width: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.HEADE02__info__right .info__midia-social {
  list-style: none;
  display: flex;
  gap: 0 10px;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.HEADE02__info__right .info__midia-social .midia-social__icon {
  position: relative;
  width: 25px;
  height: 25px;
}
.HEADE02__info__right .info__midia-social .midia-social__icon .link-full {
  position: absolute;
  top: 0;
}
.HEADE02__info__right .info__midia-social .midia-social__icon .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1501px) {
  #HEAD02 .container-header {
    gap: 219px;
  }
}
/* BEGIN STYLE */
.side02 {
  position: fixed;
  left: -100%;
  top: 2.5%;
  display: block;
  width: 95%;
  height: 95%;
  background-color: #353534;
  z-index: 1000;
  border-bottom: 9px solid #9cb40d;
  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: #2e2e2e;
}
.side02__scroll::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.side02__scroll::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.side02__header {
  padding: 10px 20px;
  margin-bottom: 40px;
}
.side02__header__button-close__icon path {
  fill: #9cb40d;
}
.side02__header__button-close__icon:hover path {
  fill: #ffffff;
}
.side02__header__languages__item {
  font-size: 1.125rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #000000;
  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: 41px;
}
.side02__navigation__wrapper {
  display: table;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  max-width: 412px;
  padding: 0;
}
.side02__navigation__item:last-child {
  background-color: #9cb40d;
  border-radius: 9px;
  margin-top: 70px;
}
.side02__navigation__item:last-child ::after {
  display: none;
}
.side02__navigation__item__link {
  font-size: 1.125rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #dadada;
  width: 100%;
  display: table;
  padding: 15px 21px;
  margin-bottom: 7px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px 0;
}
.side02__navigation__item__link::after {
  content: "";
  width: 90px;
  border-bottom: 1px solid #9cb40d;
}
.side02__navigation__item__link .img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%) hue-rotate(209deg) brightness(111%) contrast(100%);
  width: 37px;
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
}
.side02__navigation__dropdown {
  width: 100%;
  border-radius: 0;
  background-color: #cacaca;
  padding: 0 20px;
}
.side02__navigation__sublink {
  font-size: 1.125rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #000000;
  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: #9cb40d;
  border-radius: 50px;
  min-width: 175px;
  text-align: center;
  color: #ffffff;
  padding: 1px 15px;
  display: table;
}
.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: 171px;
  padding: 10px;
  left: 50% !important;
  transform: translate(-50%) !important;
  text-align: center;
}
.side02__container-cta__sublink__item {
  color: #ffffff;
  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: 44px;
  gap: 0 12px;
}
.side02__social__item {
  color: #404040;
  font-size: 25px;
  margin: 0 5px;
}
.side02__footer {
  margin-bottom: 30px;
}
.side02__footer__item {
  font: 1rem "PT Sans", 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 */
.foot02 {
  background-color: #353534;
  padding: 0;
  position: relative;
}
.foot02__container {
  padding: 80px 20px !important;
  position: relative;
}
@media (max-width: 575.98px) {
  .foot02__container {
    padding: 50px 30px !important;
  }
}
.foot02__logo__item {
  width: 202px;
  display: block;
  margin: 0 0 46px 0;
}
@media (max-width: 575.98px) {
  .foot02__logo__wraper {
    margin: 0 auto 30px auto;
    display: table;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .foot02__logo__wraper {
    margin: 0 auto 67px auto;
    display: table;
  }
}
.foot02__socials__item {
  font-size: 28px;
  font-family: "PT Sans", sans-serif, arial;
  color: #353534;
  margin: 0 8px;
}
.foot02__socials__item:hover {
  color: #404040;
}
@media (max-width: 785.98px) {
  .foot02__nav {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .foot02__nav {
    margin: 0 0 47px 0;
  }
}
.foot02__nav__header {
  font-size: 1rem;
  font-weight: 600;
  font-family: "PT Sans", sans-serif, arial;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin: 0 0 21px 0;
  display: block;
}
.foot02__nav__header:hover {
  color: #b3b3b3;
}
.foot02__nav__item {
  font-size: 13px;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.2px;
  margin: 0 0 15px 0 !important;
  display: block;
  padding-right: 0 !important;
}
.foot02__nav__item:hover {
  color: #b3b3b3;
}
.foot02__nav__item:last-child {
  margin: 0;
}
.foot02__nav--icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
.foot02__nav .phones {
  flex-direction: column;
}
.foot02 a.foot02__nav__header:hover {
  color: #b3b3b3;
}
.foot02__copyright-section {
  background-color: #353534;
  padding: 17px 0;
  border-top: 1px solid #dadada;
}
@media (max-width: 575.98px) {
  .foot02__copyright-section {
    text-align: center;
    padding: 25px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .foot02__copyright-section {
    text-align: center;
    padding: 25px 0;
  }
}
@media (max-width: 575.98px) {
  .foot02__copyright-section__container {
    padding: 0 30px !important;
  }
}
.foot02__copyright-section__compliances {
  gap: 36px;
}
@media (max-width: 991.98px) {
  .foot02__copyright-section__compliances {
    justify-content: center;
  }
}
@media (max-width: 785.98px) {
  .foot02__copyright-section__compliances {
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }
}
.foot02__copyright-section__compliances__item {
  font-family: "PT Sans", sans-serif, arial;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  border-right: 2px solid #404040;
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
}
.foot02__copyright-section__compliances__item:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}

.btn-comeBack {
  position: absolute;
  right: 13px;
  bottom: 0 !important;
  z-index: 10;
  height: 100px;
  width: 58px;
  background: #8eb529;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  cursor: pointer;
  -webkit-border-radius: 35px 35px 0px 0px;
}

.foot02__socials {
  gap: 0 14px;
}
.foot02__socials img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2868%) hue-rotate(348deg) brightness(111%) contrast(107%);
}

@media (max-width: 785.98px) {
  .foot02__container .container__estatico {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}

@media (max-width: 785.98px) {
  .foot02__logo__wraper {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
}

.foot02__nav--left,
.foot02__nav--center,
.foot02__nav--right {
  text-align: center;
}

.foot02__nav .phones {
  align-items: center !important;
}

.foot05__hoom__links__item {
  list-style: none;
}

@media (max-width: 991.98px) {
  .foot02__logo__wraper {
    margin: 0 auto 50px auto;
  }
}

@media (max-width: 575.98px) {
  .foot02__logo {
    margin: 0 auto;
  }
}

.foot02__copyright-section__container .row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .foot02__copyright-section__container .row {
    justify-content: center;
    gap: 25px 0;
  }
}
.foot02__box-logo {
  height: 35px;
  width: 180px;
}
.foot02__box-logo .foot02__logo {
  width: 100%;
  height: 100%;
}
.foot02__box-logo .foot02__logo .foot02__logo__hoom {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 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%;
  display: none;
}
#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 (max-width: 785.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;
}
@media (max-width: 785.98px) {
  #SLID01 .content-slide.start {
    align-items: center !important;
  }
}
#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.center .content-description .description {
  margin: 0 auto;
}
#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;
}
@media (max-width: 785.98px) {
  #SLID01 .content-slide .content-description {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#SLID01 .content-slide .content-description .title {
  font-size: 3.75rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #ffffff;
  display: block;
}
@media (max-width: 785.98px) {
  #SLID01 .content-slide .content-description .title {
    font-size: 1.875rem;
    text-align: center;
  }
}
#SLID01 .content-slide .content-description .subtitle {
  font-size: 1.563rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 785.98px) {
  #SLID01 .content-slide .content-description .subtitle {
    font-size: 1.563rem;
    text-align: center;
    width: 100%;
    display: block;
  }
}
#SLID01 .content-slide .content-description .description {
  font-family: "PT Sans", sans-serif, arial;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.2px;
  line-height: 25px;
  margin: 28px 0 51px 0;
  width: 70%;
}
@media (max-width: 785.98px) {
  #SLID01 .content-slide .content-description .description {
    font: 0.938rem "PT Sans", sans-serif, arial;
    text-align: center;
  }
}
#SLID01 .content-slide .content-description .btn-cta-slide {
  font-size: 1rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  border: 1px solid #9cb40d;
  border-radius: 6px;
  background-color: #9cb40d;
  min-width: 177px;
  display: table;
}
#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 {
  background-color: #ffffff;
  color: #9cb40d;
  transition: ease 1s;
}
@media (max-width: 785.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;
  display: none;
}
#SLID01 #dotsSlideCustom .owl-dot:hover, #SLID01 #dotsSlideCustom .owl-dot.active {
  background-color: #353534;
}

.SLID01 .container-slide {
  position: relative;
}

.mascara-linear {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 69.79%);
}

/* BEGIN STYLE */
.topi09 {
  background-color: transparent;
  z-index: 1000;
  position: ABSOLUTE;
  top: 773px;
  overflow: hidden;
}
.topi09 .container--pd {
  padding: 50px 0 !important;
}
@media (max-width: 785.98px) {
  .topi09 .container--pd {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.topi09 .container--pd .row--carrossel {
  display: flex;
  justify-content: center;
  padding: 0;
}
.topi09 .container--pd .row--carrossel .topi09__box .topi09__content {
  border-radius: 23px;
}
.topi09__carousel {
  margin: 0 auto;
  width: 95%;
}
@media (max-width: 575.98px) {
  .topi09__carousel {
    width: 200px;
    margin: 0 auto 0 29px;
  }
  .topi09__carousel .owl-stage-outer {
    overflow: visible;
  }
}
.topi09__box {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
}
.topi09__box:hover {
  transform: scale(1.1);
  transition: ease 1s;
  cursor: pointer;
}
@media (min-width: 786px) {
  .topi09__box {
    transform: inherit;
  }
}
@media (max-width: 991.98px) {
  .topi09__box {
    width: 100%;
  }
}
.topi09__box::after {
  content: "";
  width: 1px;
  height: 50%;
  display: block;
  background-color: #000000;
  opacity: 30%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 785.98px) {
  .topi09__box::after {
    display: none;
  }
}
.topi09__box:last-of-type::after {
  display: none;
}
.topi09__content {
  padding: 27px 23px;
  gap: 10px 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 785.98px) {
  .topi09__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.topi09__description {
  width: 100%;
}
@media (max-width: 785.98px) {
  .topi09__description {
    margin-top: 11px;
  }
}
.topi09__image {
  width: 44px;
  height: auto;
}
.topi09__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.topi09__title {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #9cb40d;
  text-align: center;
  letter-spacing: 0.2px;
  display: block;
  margin-bottom: 5.46px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .topi09__title {
    font-size: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.topi09__paragraph {
  font: 0.875rem "PT Sans", sans-serif, arial;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  text-align: center;
  letter-spacing: 0.2px;
}
.topi09__paragraph p {
  font: 0.875rem "PT Sans", sans-serif, arial;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  margin-bottom: 0;
  line-height: 19px !important;
}
@media (max-width: 991.98px) {
  .topi09__paragraph p {
    font: 0.813rem "PT Sans", sans-serif, arial;
  }
}

/* BEGIN STYLE */
#CONT02 {
  padding: 80px 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 592px;
  display: flex;
  align-items: center;
}
@media (max-width: 785.98px) {
  #CONT02 {
    height: auto;
  }
}
@media (max-width: 785.98px) {
  #CONT02 {
    padding: 218px 0 0;
  }
}

.cont02 {
  padding-top: 68.54px;
}
@media (max-width: 991.98px) {
  .cont02 {
    padding-top: 82px;
  }
}
.cont02 .container--cont02 {
  position: relative;
  z-index: 100;
}
.cont02 .cont02__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
@media (max-width: 991.98px) {
  .cont02__left {
    margin: 0 auto;
    order: 2;
    width: 100%;
  }
}
.cont02__image {
  height: 592px;
  max-width: 592px;
  width: 100%;
  position: absolute;
  right: -86px;
  bottom: -84px;
}
@media (max-width: 785.98px) {
  .cont02__image {
    display: none;
  }
}
.cont02__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.cont02__right {
  padding-right: 0;
}
@media (max-width: 785.98px) {
  .cont02__right .cont02__description {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 329.98px) {
  .cont02__right {
    padding-top: 230px;
  }
}
@media (max-width: 991.98px) {
  .cont02__right {
    padding: 20px 50px 0 50px;
    order: 1;
    margin-bottom: 59.22px;
    width: 100%;
  }
}
@media (max-width: 785.98px) {
  .cont02__right {
    justify-content: center;
  }
}
.cont02__title {
  font-size: 1.25rem;
  color: #9cb40d;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .cont02__title {
    font-size: 1.875rem;
  }
}
.cont02__subtitle {
  font-size: 1.875rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #353534;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .cont02__subtitle {
    font-size: 1.125rem;
  }
}
.cont02__line {
  margin: 39px 0 34px 0;
  display: none;
}
.cont02__paragraph {
  color: #353534;
  font-weight: 400;
  font-size: 1rem;
  font-family: "PT Sans", sans-serif, arial;
  max-width: 590px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .cont02__paragraph {
    font-size: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.cont02__paragraph p {
  color: #404040;
  font-weight: 400;
  font: 1rem "PT Sans", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .cont02__paragraph p {
    font-size: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.cont02__cta {
  font: 0.875rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  margin-top: 37px;
  max-width: 43px;
  border-radius: 100%;
  padding: 10px 15px;
  background-color: #9cb40d;
  border: 1px solid #9cb40d;
}
.cont02__cta:hover {
  color: #9cb40d;
  background-color: #ffffff;
  transition: ease 1s;
}

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

.cont05 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}
.cont05__header {
  width: 85%;
  display: table;
  margin: 0 auto;
  text-align: center;
}
.cont05__header__title {
  font-size: 2.5rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
}
.cont05__header__paragraph {
  text-align: start;
  font-size: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  width: 95%;
  max-width: 908px;
  display: table;
  margin: 0 auto;
}
@media (max-width: 785.98px) {
  .cont05__header__paragraph {
    display: block;
  }
  .cont05__header__paragraph .table {
    display: block;
    overflow-x: auto;
  }
  .cont05__header__paragraph .table table {
    width: auto;
  }
}
.cont05__content .dropdown-menu {
  position: relative !important;
  border: none !important;
}
.cont05__content__cta {
  display: flex !important;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  white-space: nowrap;
  margin-top: 2rem;
  margin-bottom: 3rem;
  border: 1px solid #9cb40d;
  border-radius: 6px;
  background-color: #9cb40d;
  color: #ffffff;
  width: 100%;
  max-width: 300px;
  padding: 7px 52px;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  position: relative;
}
.cont05__content__cta::after {
  content: "";
  border-top: 15px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: table;
  position: absolute;
  right: 20px;
}
.cont05__content__cta:hover {
  color: #9cb40d;
  background-color: #ffffff;
}
.cont05__content__cta:hover .cont05__cta__icon {
  filter: invert(1) grayscale(1);
}
.cont05__content__cta:hover::after {
  border-top: 15px solid #9cb40d;
}

/* BEGIN STYLE */
.prod02 {
  background-color: #efefef;
  position: relative;
  overflow: hidden;
}
.prod02 .PROD02__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.prod02 .PROD02__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 40px 40px 0;
}
@media (max-width: 991.98px) {
  .prod02 .PROD02__bg-image {
    display: none;
  }
}
.prod02 .container--edit {
  padding: 76px 0 43px 0 !important;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media (max-width: 785.98px) {
  .prod02 .container--edit {
    padding: 73px 0 49px 0 !important;
  }
}
.prod02__navigation {
  width: 50%;
  align-self: flex-end;
  padding: 0 53px;
}
@media (max-width: 991.98px) {
  .prod02__navigation {
    align-self: center;
    width: 100%;
  }
}
@media (max-width: 785.98px) {
  .prod02__navigation {
    align-self: center;
  }
}
.prod02__navigation__content {
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .prod02__navigation__content {
    align-items: center;
  }
}
@media (max-width: 785.98px) {
  .prod02__navigation__content {
    width: 86% !important;
    margin: 0 auto;
  }
}
.prod02__navigation__content__encompass {
  max-width: 265px;
}
@media (max-width: 991.98px) {
  .prod02__navigation__content__encompass {
    text-align: center;
  }
}
@media (max-width: 785.98px) {
  .prod02__navigation__content__encompass {
    max-width: 146px;
  }
}
.prod02__navigation__content__encompass__title {
  color: #9cb40d;
  font-size: 1.25rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 785.98px) {
  .prod02__navigation__content__encompass__title {
    font-size: 1.875rem;
  }
}
.prod02__navigation__content__encompass__subtitle {
  color: #353534;
  font-size: 2.5rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
}
.prod02__navigation__content__nav__desktop {
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 785.98px) {
  .prod02__navigation__content__nav__desktop {
    width: auto;
  }
}
.prod02__navigation__content__nav__desktop ul {
  gap: 15px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 991.98px) {
  .prod02__navigation__content__nav__desktop ul {
    justify-content: center;
  }
}
@media (max-width: 785.98px) {
  .prod02__navigation__content__nav__desktop ul {
    display: none !important;
  }
}
.prod02__navigation__content__nav__desktop ul li {
  list-style: none;
}
.prod02__navigation__content__nav__desktop ul li a {
  font-size: 1rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #000000;
  font-weight: 400;
  text-align: center;
  border: 1px solid #353534;
  border-radius: 6px;
  background-color: transparent;
  width: auto;
  display: table;
  padding: 7px 30px;
}
.prod02__navigation__content__nav__desktop ul li a:hover {
  background-color: #9cb40d;
  border: 1px solid #9cb40d;
  color: #ffffff;
  transition: ease 1s;
}
.prod02__navigation__content__nav__desktop__cta {
  font-size: 1rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  border: 1px solid #9cb40d;
  border-radius: 6px;
  background-color: #9cb40d;
  min-width: 177px;
  display: table;
  margin-right: 0;
  align-self: end;
}
@media (max-width: 785.98px) {
  .prod02__navigation__content__nav__desktop__cta {
    align-self: center;
  }
}
@media (max-width: 785.98px) {
  .prod02__navigation__content__nav__desktop__cta {
    font: 0.938rem "PT Sans", sans-serif, arial;
    max-width: 146px;
  }
}
.prod02__navigation__content__nav__desktop__cta:hover {
  background-color: #ffffff;
  color: #9cb40d;
  transition: ease 1s;
}
.prod02__navigation__content__nav__desktop__cta__icon {
  display: none;
}
.prod02__navigation__nav__mobile {
  display: none !important;
  gap: 0 46px;
}
.prod02__navigation__nav__mobile .owl-stage-outer {
  overflow: visible;
}
@media (max-width: 785.98px) {
  .prod02__navigation__nav__mobile {
    display: block !important;
    margin-bottom: 30px !important;
    gap: inherit !important;
  }
}
.prod02__navigation__nav__mobile li {
  list-style: none;
  display: flex;
}
@media (max-width: 785.98px) {
  .prod02__navigation__nav__mobile li {
    width: auto;
    justify-content: center;
  }
}
.prod02__navigation__nav__mobile li a {
  font-size: 1rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #000000;
  font-weight: 400;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 6px;
  background-color: transparent;
  width: 100%;
  display: table;
  padding: 7px 52px;
}
.prod02__navigation__nav__mobile li a:hover {
  background-color: #9cb40d;
  border: 1px solid #9cb40d;
  color: #ffffff;
  transition: ease 1s;
}
@media (max-width: 785.98px) {
  .prod02__navigation__paragraph {
    width: 86% !important;
    margin: 0 auto;
  }
}
.prod02__navigation__paragraph p {
  font-family: "PT Sans", sans-serif, arial;
  font-size: 1rem;
  color: #353534;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .prod02__navigation__paragraph p {
    color: #000000;
    text-align: center;
  }
}
@media (max-width: 785.98px) {
  .prod02__navigation__paragraph p {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.prod02__content__product {
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  width: 98%;
  margin: 0 auto;
  margin-top: 54px;
  overflow: hidden;
}
@media (max-width: 785.98px) {
  .prod02__content__product {
    width: 85%;
    margin: 0 auto;
    margin-top: 54px;
  }
}
.prod02__content__product__item {
  position: relative;
  height: 306px;
}
@media (max-width: 575.98px) {
  .prod02__content__product__item {
    width: 100% !important;
  }
}
.prod02__content__product__item::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #9cb40d;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 10px 10px;
}
.prod02__content__product__item img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.prod02__content__product__item__description {
  position: absolute;
  top: 0;
  left: 0;
  padding: 48.66px 53px;
}
.prod02__content__product__item__description__title {
  font-size: 1.875rem;
  color: #ffffff;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
}
.prod02__content__product__item__cta {
  color: #ffffff;
  display: block;
  max-width: 23px;
  height: 26px;
  border-radius: 100%;
  padding: 10px 15px;
  background-color: #9cb40d;
  border: 1px solid #9cb40d;
  font-size: 12px;
}
.prod02__content__product__item__cta:hover {
  background-color: #ffffff;
  color: #9cb40d;
  transition: ease 1s;
}
.prod02__content__product__item__cta img {
  display: none !important;
}
.prod02__content__product__item__item a {
  color: #000000;
}
.prod02__content__product .carousel-prod02 .owl-dots {
  display: flex !important;
}
@media (max-width: 785.98px) {
  .prod02__content__product .carousel-prod02 .owl-dots {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.prod02__content__product .carousel-prod02 .owl-nav {
  display: none !important;
  margin-top: 30px;
  gap: 0 20.5px;
}
@media (max-width: 785.98px) {
  .prod02__content__product .carousel-prod02 .owl-nav {
    width: 61%;
  }
}
.prod02__content__product .carousel-prod02 .owl-nav .owl-prev,
.prod02__content__product .carousel-prod02 .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #404040;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod02__content__product .carousel-prod02 .owl-nav .owl-prev span,
.prod02__content__product .carousel-prod02 .owl-nav .owl-next span {
  color: #fff;
  font-size: 32px;
  height: 30px;
}

.prod02__page__header {
  height: 304px;
  padding: 0 16px;
  padding-bottom: 61px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
}
.prod02__page__header .container--prod02__page__header {
  z-index: 100;
  position: relative;
  max-width: 1400px;
  width: 100%;
  padding: 68px 15px 0 15px !important;
}
@media (max-width: 785.98px) {
  .prod02__page__header .container--prod02__page__header {
    justify-content: center;
  }
}
.prod02__page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000 5.43%, rgba(0, 0, 0, 0) 70.28%);
}
.prod02__page__header__title {
  font-size: 1.875rem;
  color: #ffffff;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
}
@media (max-width: 785.98px) {
  .prod02__page__header__title {
    font-size: 1.875rem;
  }
}
.prod02__page__content {
  margin-top: 52px;
  padding-bottom: 79px !important;
  position: relative;
  overflow: hidden;
}
.prod02__page__content__category {
  gap: 14px;
  overflow: hidden;
}
.prod02__page__content__category .owl-stage-outer {
  overflow: visible;
}
@media (max-width: 785.98px) {
  .prod02__page__content__category {
    margin-left: 42px;
    margin-bottom: 0;
  }
}
.prod02__page__content__category li {
  border: 1px solid #353534;
  border-radius: 6px;
  background-color: transparent;
  width: 100%;
  display: table;
  padding: 7px 52px;
  list-style: none;
  list-style: none;
}
@media (max-width: 785.98px) {
  .prod02__page__content__category li {
    width: 100% !important;
  }
}
.prod02__page__content__category li a {
  font-size: 1rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #000000;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
}
@media (max-width: 785.98px) {
  .prod02__page__content__category li a {
    font-size: 1.063rem;
  }
  .prod02__page__content__category li a:hover {
    color: #ffffff !important;
    transition: ease 1s;
  }
}
.prod02__page__content__category li a img {
  width: 36px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}
@media (max-width: 785.98px) {
  .prod02__page__content__category li a img {
    width: 36px !important;
    height: 37px !important;
    margin-right: 3px;
  }
}
.prod02__page__content__category li:hover, .prod02__page__content__category li.active {
  background: #9cb40d;
  border: 1px solid #9cb40d;
  transition: ease 1s;
}
.prod02__page__content__category li:hover a, .prod02__page__content__category li.active a {
  color: #ffffff;
  transition: ease 1s;
}
.prod02__page__content__category li:hover img, .prod02__page__content__category li.active img {
  filter: invert(1) grayscale(1);
}
@media (max-width: 785.98px) {
  .prod02__page__content .caroussel_prod02-page .owl-dots {
    display: none !important;
  }
  .prod02__page__content .caroussel_prod02-page .owl-nav {
    display: none !important;
  }
}
.prod02__page__content__product {
  margin-top: 60px;
}
@media (max-width: 785.98px) {
  .prod02__page__content__product {
    padding: 0 28px !important;
    margin-top: 51.28px;
  }
}
.prod02__page__content__product .prod02__page__content--row {
  gap: 26px 10px;
}
@media (max-width: 785.98px) {
  .prod02__page__content__product .prod02__page__content--row {
    justify-content: center;
  }
}
.prod02__page__content__product__item {
  position: relative;
  height: 306px;
  width: 287px;
  padding: 0;
}
.prod02__page__content__product__item::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #9cb40d;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 785.98px) {
  .prod02__page__content__product__item {
    padding: 0 !important;
  }
}
.prod02__page__content__product__item__image {
  width: 100%;
  height: 100%;
}
.prod02__page__content__product__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.prod02__page__content__product__item__description {
  position: absolute;
  top: 0;
  left: 0;
  padding: 48.66px 53px;
}
.prod02__page__content__product__item__description__title {
  font-size: 1.875rem;
  color: #ffffff;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
}
.prod02__page__content__product__item__cta {
  color: #ffffff;
  display: block;
  max-width: 23px;
  height: 26px;
  border-radius: 100%;
  padding: 10px 15px;
  background-color: #9cb40d;
  border: 1px solid #9cb40d;
  font-size: 12px !important;
}
@media (max-width: 785.98px) {
  .prod02__page__content__product__item__cta {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.prod02__page__content__product__item__cta:hover {
  background-color: #ffffff;
  color: #9cb40d;
  transition: ease 1s;
}
.prod02__page__content__product__item__cta:hover .prod02__page__content__product__item__cta__icon {
  filter: invert(1) grayscale(1);
}
.prod02__page__content__product__item__item a {
  color: #000000;
}

.lightbox-prod02 {
  width: 100%;
  display: none;
  padding: 0;
  padding-top: 170x;
}
.lightbox-prod02__content__carrossel {
  position: relative;
}
.lightbox-prod02 .caroussel_prod02-show {
  height: 100% !important;
}
@media (max-width: 785.98px) {
  .lightbox-prod02 .caroussel_prod02-show {
    height: 321px;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-item {
  height: 100% !important;
}
@media (max-width: 785.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-item {
    height: 321px;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-stage {
  height: 100% !important;
}
@media (max-width: 785.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-stage {
    height: 321px;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-stage-outer {
  height: 100% !important;
}
@media (max-width: 785.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-stage-outer {
    height: 321px;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-dot {
  display: none;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav {
  display: flex;
  padding: 0 31px;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-prev,
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #404040;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-prev span,
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-next span {
  color: #fff;
  font-size: 32px;
  height: 30px;
}
.lightbox-prod02__description {
  position: relative;
  padding: 90px 71px 90px 54px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 785.98px) {
  .lightbox-prod02__description {
    padding: 30px 35px;
    align-items: center;
  }
}
.lightbox-prod02__navigation {
  margin-bottom: 0;
}
.lightbox-prod02__navigation li {
  display: flex;
}
.lightbox-prod02__navigation li a {
  color: #9cb40d;
  font-family: "PT Sans", sans-serif, arial;
  font-size: 1.25rem;
  font-weight: 400;
}
.lightbox-prod02__navigation li img {
  margin-right: 14px;
  width: 10.61px;
  height: 10.61px;
  display: none;
}
.lightbox-prod02__title {
  font-size: 2.5rem;
  color: #404040;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start !important;
}
@media (max-width: 785.98px) {
  .lightbox-prod02__title {
    font-size: 1.875rem;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .lightbox-prod02__title {
    text-align: center;
  }
}
.lightbox-prod02__subtitle {
  font-size: 1.25rem;
  color: #404040;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
}
@media (max-width: 785.98px) {
  .lightbox-prod02__subtitle {
    font-size: 1.125rem;
    text-align: left;
  }
}
.lightbox-prod02__line {
  margin-top: 14px;
  margin-bottom: 37px;
  display: none;
}
.lightbox-prod02__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  color: #404040;
  font-weight: 400;
}
@media (max-width: 785.98px) {
  .lightbox-prod02__paragraph {
    text-align: left;
    font: 0.875rem "PT Sans", sans-serif, arial;
    text-align: center;
  }
}
.lightbox-prod02__paragraph ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  gap: 20px 0;
}
.lightbox-prod02__paragraph ul li {
  display: flex;
  width: 50%;
  min-width: 300px;
  text-align: left;
  align-items: flex-start;
}
.lightbox-prod02__paragraph ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: flex;
  background: #404040;
  border-radius: 100%;
  margin-right: 8px;
  flex: none;
  margin-top: 5px;
}
.lightbox-prod02__cta {
  font-size: 1rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  border: 1px solid #9cb40d;
  border-radius: 45px;
  background-color: #9cb40d;
  width: auto;
  padding: 7px 52px;
  margin-right: 0 !important;
  margin-top: 34px;
  align-self: end;
  display: flex !important;
}
@media (max-width: 785.98px) {
  .lightbox-prod02__cta {
    font: 0.938rem "PT Sans", sans-serif, arial;
    margin-top: 64px;
    align-self: center;
    margin-left: inherit !important;
  }
}
.lightbox-prod02__cta img {
  display: none;
}
.lightbox-prod02__cta:hover {
  background-color: #ffffff;
  color: #9cb40d;
  transition: ease 1s;
}
.lightbox-prod02 .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 31px;
  height: 31px;
  border-radius: 5px;
  color: #404040;
  font-size: 24px;
  padding: 0;
}
.lightbox-prod02 .fancybox__backdrop {
  background: #404040 !important;
}
@media (max-width: 785.98px) {
  .lightbox-prod02 {
    text-align: center;
  }
}

.prod02__content__product__item__mascara {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22.92%, rgba(0, 0, 0, 0.7) 71.87%);
  border-radius: 0 0 10px 10px;
}

.prod02__content__product__item__description_paragraph {
  color: #ffffff;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 0;
  display: none;
}

.lightbox-prod02 {
  border-radius: 35px 0 0 35px;
  max-width: 1400px;
}

.lightbox-prod02__image img {
  border-radius: 35px 0 0 35px;
  -o-object-fit: cover;
     object-fit: cover;
}

.prod02__page__content__product__item__description_paragraph {
  color: #ffffff;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 0;
  display: none;
}

.prod02__content__product__item {
  cursor: pointer;
}
.prod02__content__product__item:hover {
  transform: scale(1.1);
  transition: ease 1s;
}

.carousel-prod02 .owl-stage-outer {
  overflow: visible;
}

.carousel-prod02,
.caroussel-prod02-mobile {
  width: 100% !important;
}

.caroussel-prod02-mobile .owl-stage {
  display: flex;
  gap: 0 25px;
}

/* BEGIN STYLE */
#CONT03 {
  padding: 80px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  #CONT03 {
    padding: 60px 50px;
  }
}

.cont03__content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 785.98px) {
  .cont03__content {
    padding: 0 50px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .cont03__content {
    margin-bottom: 60px;
  }
}
.cont03__content__hypertext {
  margin-bottom: 30px;
  width: 100%;
}
.cont03__content__title {
  display: block;
  font-family: "PT Sans", sans-serif, arial;
  font-size: 1.875rem;
  font-weight: 700;
  color: #2e2e2e;
  line-height: 38.82px;
}
@media (max-width: 785.98px) {
  .cont03__content__title {
    font-size: 1.563rem;
  }
}
.cont03__content__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "PT Sans", sans-serif, arial;
  color: #2e2e2e;
}
@media (max-width: 575.98px) {
  .cont03__content__subtitle {
    font-size: 1.125rem;
  }
}
.cont03__content__line {
  width: 100%;
  background-color: #000000;
  margin-bottom: 40px;
  display: none;
}
.cont03__content__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  margin-bottom: 50px;
  letter-spacing: 0.2px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cont03__content__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.cont03__content__cta {
  font-weight: 700;
  color: #ffffff;
  display: flex;
  margin-top: 37px;
  max-width: 43px;
  border-radius: 100%;
  padding: 10px 15px;
  background-color: #9cb40d;
  border: 1px solid #9cb40d;
  align-self: end;
}
@media (max-width: 785.98px) {
  .cont03__content__cta {
    font: 0.938rem "PT Sans", sans-serif, arial;
    margin: 0 auto;
  }
}
.cont03__content__cta:hover {
  color: #9cb40d;
  background-color: #ffffff;
  transition: ease 1s;
}
.cont03__content__cta img {
  display: none;
}
.cont03__figure__center {
  margin-bottom: 0;
  padding: 0 10px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cont03__figure__center {
    padding: 0 30px;
    margin-bottom: 50px;
  }
}
.cont03__figure__right {
  margin-bottom: 0;
  padding: 0 10px;
}
.cont03__figure__right:hover {
  transform: scale(1.1);
  transition: ease 1s;
  cursor: pointer;
}
@media (max-width: 785.98px) {
  .cont03__figure__right {
    padding: 0 30px;
  }
}

#CONT03 .container .align-items-center .last-child:nth-child(2) {
  display: none;
}

/* BEGIN STYLE */
.cont02v1 {
  padding: 106.54px;
}
@media (max-width: 991.98px) {
  .cont02v1 {
    padding-top: 82px;
  }
}
.cont02v1 .container--cont02v1 {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .cont02v1 .container--cont02v1 {
    justify-content: center;
  }
}
.cont02v1 .container--cont02v1 .right-box {
  width: 50%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 991.98px) {
  .cont02v1 .container--cont02v1 .right-box {
    width: 100%;
  }
}
.cont02v1__left {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .cont02v1__left {
    margin: 0 auto;
    order: 2;
    width: 100%;
  }
}
.cont02v1__image {
  height: auto;
  width: 100%;
}
@media (max-width: 991.98px) {
  .cont02v1__image {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .cont02v1__image {
    height: 350px;
    max-width: 259px;
  }
}
@media (max-width: 991.98px) {
  .cont02v1__image {
    margin: 0 auto;
  }
}
.cont02v1__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .cont02v1__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cont02v1__right {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .cont02v1__right {
    padding: 86px 50px 0 50px;
    order: 1;
    margin-bottom: 59.22px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cont02v1__right {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.cont02v1__title {
  font-size: 35px;
  color: #000000;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .cont02v1__title {
    font-size: 1.875rem;
  }
}
.cont02v1__subtitle {
  font-size: 1rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media (max-width: 575.98px) {
  .cont02v1__subtitle {
    font-size: 1.125rem;
  }
}
.cont02v1__line {
  margin: 39px 0 34px 0;
  display: none;
}
.cont02v1__paragraph {
  color: #000000;
  font-weight: 400;
  font: 1rem "PT Sans", sans-serif, arial;
  letter-spacing: 0.2px;
}
@media (max-width: 575.98px) {
  .cont02v1__paragraph {
    font-size: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.cont02v1__paragraph p {
  color: #404040;
  font-weight: 400;
  font: 1rem "PT Sans", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .cont02v1__paragraph p {
    font-size: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.cont02v1__cta {
  font-weight: 700;
  color: #ffffff;
  display: flex;
  margin-top: 37px;
  max-width: 43px;
  border-radius: 100%;
  padding: 10px 15px;
  background-color: #353534;
  border: 1px solid #9cb40d;
}
.cont02v1__cta:hover {
  color: #353534;
  background-color: #ffffff;
  transition: ease 1s;
}
.cont02v1__cta img {
  display: none;
}

@media (max-width: 991.98px) {
  .cont02v1__description {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

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

.cont06 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.cont06 .cont06__mascara {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 30%;
  z-index: 1;
}
.cont06__header {
  width: 85%;
  display: table;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.cont06__header__title {
  font-size: 2.5rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
}
.cont06__header__paragraph {
  font-size: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  width: 95%;
  max-width: 680px;
  display: table;
  margin: 0 auto;
}
@media (min-width: 576px) and (max-width: 785.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;
  cursor: pointer;
}
.cont06__boxVideo__content iframe {
  width: 100%;
  max-width: 884px;
  height: 439px;
}
.cont06__boxVideo__content__video {
  height: 100%;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cont06__boxVideo__content .play {
    width: 59px;
    height: 59px;
  }
}
.cont06__boxVideo__cta {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #000000;
  display: none !important;
  margin: 28px auto 0;
  max-width: 177px;
  padding: 10px 15px;
  background-color: #cacaca;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cont06__boxVideo__cta {
    font: 0.938rem "PT Sans", sans-serif, arial;
    margin: 36px auto 0;
    width: 147px;
  }
}
.cont06__boxVideo__cta:hover {
  color: #ffffff;
  background-color: #000000;
}
.cont06__boxVideo__cta:hover .cont06__cta__icon {
  filter: invert(1) grayscale(1);
}

.cont06__mascara__estatica {
  position: relative;
  z-index: 2;
}

/* BEGIN STYLE */
#SLID03 {
  width: 100%;
  height: 455px;
  min-height: 455px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* IMAGEM DE FUNDO */
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  /*
   * OVERLAY
   * Mais escuro no lado esquerdo para leitura do conteúdo
   */
  /*
   * =========================================
   * RESPONSIVO - TABLET
   * =========================================
   */
  /*
   * =========================================
   * RESPONSIVO - MOBILE
   * =========================================
   */
  /*
   * =========================================
   * RESPONSIVO - MOBILE PEQUENO
   * =========================================
   */
}
#SLID03::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.86) 25%, rgba(0, 0, 0, 0.66) 45%, rgba(0, 0, 0, 0.32) 70%, rgba(0, 0, 0, 0.12) 100%);
}
#SLID03 .slid03 {
  width: 100%;
  height: 455px;
  min-height: 455px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#SLID03 .slid03__content {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  padding: 38px 80px;
  position: relative;
  z-index: 3;
  display: block;
  /*
   * BOTÃO CTA
   */
  /*
   * FORMULÁRIO
   */
}
#SLID03 .slid03__content__text {
  width: 100%;
  max-width: 670px;
  /*
   * RESET DOS TÍTULOS
   */
  /*
   * TÍTULO PRINCIPAL
   */
  /*
   * TEXTO DESCRITIVO
   */
  /*
   * TÍTULO
   */
  /*
   * SUBTÍTULO
   */
}
#SLID03 .slid03__content__text h1,
#SLID03 .slid03__content__text h2,
#SLID03 .slid03__content__text h3,
#SLID03 .slid03__content__text h4,
#SLID03 .slid03__content__text h5,
#SLID03 .slid03__content__text h6 {
  margin-top: 0;
  color: #ffffff;
  font-family: "PT Sans", sans-serif, arial;
  line-height: 1.1;
}
#SLID03 .slid03__content__text h1 b,
#SLID03 .slid03__content__text h1 span,
#SLID03 .slid03__content__text h1 strong,
#SLID03 .slid03__content__text h2 b,
#SLID03 .slid03__content__text h2 span,
#SLID03 .slid03__content__text h2 strong,
#SLID03 .slid03__content__text h3 b,
#SLID03 .slid03__content__text h3 span,
#SLID03 .slid03__content__text h3 strong,
#SLID03 .slid03__content__text h4 b,
#SLID03 .slid03__content__text h4 span,
#SLID03 .slid03__content__text h4 strong,
#SLID03 .slid03__content__text h5 b,
#SLID03 .slid03__content__text h5 span,
#SLID03 .slid03__content__text h5 strong,
#SLID03 .slid03__content__text h6 b,
#SLID03 .slid03__content__text h6 span,
#SLID03 .slid03__content__text h6 strong {
  font-weight: 700;
}
#SLID03 .slid03__content__text h1 {
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 .slid03__content__text h1 {
    font-size: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 785.98px) {
  #SLID03 .slid03__content__text h1 {
    font-size: 2.2rem;
  }
}
@media (min-width: 786px) and (max-width: 991.98px) {
  #SLID03 .slid03__content__text h1 {
    font-size: 2.7rem;
  }
}
#SLID03 .slid03__content__text h2 {
  font-size: 2.5rem;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 .slid03__content__text h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) and (max-width: 785.98px) {
  #SLID03 .slid03__content__text h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 786px) and (max-width: 991.98px) {
  #SLID03 .slid03__content__text h2 {
    font-size: 1.875rem;
  }
}
#SLID03 .slid03__content__text h3 {
  font-size: 1.875rem;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 .slid03__content__text h3 {
    font-size: 1.563rem;
  }
}
@media (min-width: 576px) and (max-width: 785.98px) {
  #SLID03 .slid03__content__text h3 {
    font-size: 1.563rem;
  }
}
@media (min-width: 786px) and (max-width: 991.98px) {
  #SLID03 .slid03__content__text h3 {
    font-size: 1.563rem;
  }
}
#SLID03 .slid03__content__text h4 {
  font-size: 1.25rem;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 .slid03__content__text h4 {
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) and (max-width: 785.98px) {
  #SLID03 .slid03__content__text h4 {
    font-size: 1.125rem;
  }
}
@media (min-width: 786px) and (max-width: 991.98px) {
  #SLID03 .slid03__content__text h4 {
    font-size: 1.125rem;
  }
}
#SLID03 .slid03__content__text h5,
#SLID03 .slid03__content__text h6 {
  font-size: 1.125rem;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 .slid03__content__text h5,
  #SLID03 .slid03__content__text h6 {
    font-size: 1.063rem;
  }
}
@media (min-width: 576px) and (max-width: 785.98px) {
  #SLID03 .slid03__content__text h5,
  #SLID03 .slid03__content__text h6 {
    font-size: 1.063rem;
  }
}
@media (min-width: 786px) and (max-width: 991.98px) {
  #SLID03 .slid03__content__text h5,
  #SLID03 .slid03__content__text h6 {
    font-size: 1.063rem;
  }
}
#SLID03 .slid03__content__text p {
  width: 100%;
  max-width: 620px;
  margin-top: 22px;
  margin-bottom: 0;
  font: 1rem "PT Sans", sans-serif, arial;
  line-height: 1.5;
  color: #ffffff;
}
#SLID03 .slid03__content__text p b,
#SLID03 .slid03__content__text p span,
#SLID03 .slid03__content__text p strong {
  font-weight: 700;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 .slid03__content__text p {
    font: 0.938rem "PT Sans", sans-serif, arial;
    line-height: 1.45;
  }
}
@media (min-width: 576px) and (max-width: 785.98px) {
  #SLID03 .slid03__content__text p {
    font: 0.938rem "PT Sans", sans-serif, arial;
    line-height: 1.45;
  }
}
@media (min-width: 786px) and (max-width: 991.98px) {
  #SLID03 .slid03__content__text p {
    font: 0.938rem "PT Sans", sans-serif, arial;
    line-height: 1.45;
  }
}
#SLID03 .slid03__content__text .title {
  display: block;
  margin: 0 0 14px 0;
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  line-height: 1;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 785.98px) {
  #SLID03 .slid03__content__text .title {
    font-size: 2.5rem;
  }
}
#SLID03 .slid03__content__text .subtitle {
  display: block;
  margin: 0;
  font-size: clamp(1.3rem, 1.6vw, 1.8rem);
  line-height: 1.2;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 785.98px) {
  #SLID03 .slid03__content__text .subtitle {
    font-size: 1.563rem;
  }
}
#SLID03 .slid03__content__cta {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 210px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 11px 30px;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  /* COR SOLICITADA DO CTA */
  background-color: #9cb40d;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s ease;
}
#SLID03 .slid03__content__cta:hover, #SLID03 .slid03__content__cta:focus {
  color: #ffffff;
  background-color: #879c0b;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 .slid03__content__cta {
    min-width: 175px;
    min-height: 44px;
    padding: 10px 22px;
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
@media (min-width: 576px) and (max-width: 785.98px) {
  #SLID03 .slid03__content__cta {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
@media (min-width: 786px) and (max-width: 991.98px) {
  #SLID03 .slid03__content__cta {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
#SLID03 .slid03__content__form {
  width: 100%;
  max-width: 350px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 35px;
  margin-left: auto;
}
#SLID03 .slid03__content__form__title {
  font-size: 1.25rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 .slid03__content__form__title {
    font-size: 1.563rem;
  }
}
@media (min-width: 576px) and (max-width: 785.98px) {
  #SLID03 .slid03__content__form__title {
    font-size: 1.563rem;
  }
}
@media (min-width: 786px) and (max-width: 991.98px) {
  #SLID03 .slid03__content__form__title {
    font-size: 1.563rem;
  }
}
#SLID03 .slid03__content__form__item__input .form-placeholder .placeholder--custom {
  font-size: 0.98rem;
  font-weight: 500;
  font-family: "PT Sans", sans-serif, arial;
  padding-left: 0;
}
#SLID03 .slid03__content__form__item__input .form-placeholder input {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-left: 0 !important;
  font-size: 1rem;
}
#SLID03 .slid03__content__form__item__input .form-placeholder input.parsley-error {
  border-bottom: 1px solid #c90000;
}
#SLID03 .slid03__content__form__item__input .form-placeholder.focusing .placeholder--custom {
  font-size: 0.7rem;
}
#SLID03 .slid03__content__form__item__input .form-placeholder .parsley-errors-list {
  display: none;
}
#SLID03 .slid03__content__form__item__submit {
  width: 100%;
  display: table;
  margin-top: 30px;
  padding: 5px 30px;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 500;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50px;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 .slid03__content__form__item__submit {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
@media (min-width: 576px) and (max-width: 785.98px) {
  #SLID03 .slid03__content__form__item__submit {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
@media (min-width: 786px) and (max-width: 991.98px) {
  #SLID03 .slid03__content__form__item__submit {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
@media (max-width: 785.98px) {
  #SLID03 {
    height: 406px;
    min-height: 406px;
  }
  #SLID03::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.78) 50%, rgba(0, 0, 0, 0.52) 100%);
  }
  #SLID03 .slid03 {
    height: 406px;
    min-height: 406px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
  #SLID03 .slid03__content {
    padding: 35px 40px;
  }
  #SLID03 .slid03__content__text {
    max-width: 580px;
  }
  #SLID03 .slid03__content__text .title {
    margin-bottom: 12px;
  }
  #SLID03 .slid03__content__text p {
    max-width: 550px;
    margin-top: 20px;
  }
  #SLID03 .slid03__content__cta {
    margin-top: 22px;
  }
}
@media (min-width: 576px) and (max-width: 785.98px) {
  #SLID03 {
    height: 378px;
    min-height: 378px;
  }
  #SLID03::before {
    background: rgba(0, 0, 0, 0.68);
  }
  #SLID03 .slid03 {
    height: 378px;
    min-height: 378px;
    background-position: center center !important;
  }
  #SLID03 .slid03__content {
    padding: 32px 25px;
  }
  #SLID03 .slid03__content__text {
    width: 100%;
    max-width: 100%;
  }
  #SLID03 .slid03__content__text .title {
    margin-bottom: 11px;
  }
  #SLID03 .slid03__content__text .subtitle {
    line-height: 1.25;
  }
  #SLID03 .slid03__content__text p {
    max-width: 100%;
    margin-top: 18px;
    line-height: 1.45;
  }
  #SLID03 .slid03__content__cta {
    margin-top: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 {
    height: 350px;
    min-height: 350px;
  }
  #SLID03::before {
    background: rgba(0, 0, 0, 0.7);
  }
  #SLID03 .slid03 {
    height: 350px;
    min-height: 350px;
    background-position: center center !important;
  }
  #SLID03 .slid03__content {
    padding: 28px 20px;
  }
  #SLID03 .slid03__content__text {
    width: 100%;
    max-width: 100%;
  }
  #SLID03 .slid03__content__text .title {
    margin-bottom: 10px;
  }
  #SLID03 .slid03__content__text p {
    margin-top: 16px;
  }
  #SLID03 .slid03__content__cta {
    width: auto;
    min-width: 170px;
    margin-top: 18px;
  }
}

/*
 * =========================================================
 * MODAL / DETALHES
 * =========================================================
 */
.slid03-show {
  width: 100%;
  max-width: 1300px;
  padding: 50px;
}
.slid03-show .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 31px;
  height: 31px;
  background: #000000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 11px;
}
.slid03-show__sideLeft__content {
  margin-bottom: 40px;
}
.slid03-show__sideLeft__content__title {
  font-size: 2.5rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
}
.slid03-show__sideLeft__content__description {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 500;
}
.slid03-show__sideRight {
  padding-left: 100px;
}
.slid03-show__sideRight__img {
  width: 100%;
}
.slid03-show__form__item__input .form-placeholder .placeholder--custom {
  font-size: 0.98rem;
  font-weight: 500;
  font-family: "PT Sans", sans-serif, arial;
  padding-left: 0;
}
.slid03-show__form__item__input .form-placeholder input {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-left: 0 !important;
  font-size: 1rem;
}
.slid03-show__form__item__input .form-placeholder input.parsley-error {
  border-bottom: 1px solid #c90000;
}
.slid03-show__form__item__input .form-placeholder.focusing .placeholder--custom {
  font-size: 0.7rem;
}
.slid03-show__form__item__input .form-placeholder .parsley-errors-list {
  display: none;
}
.slid03-show__form__item__submit {
  width: 100%;
  display: table;
  margin-top: 30px;
  padding: 5px 30px;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 500;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50px;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .slid03-show__form__item__submit {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .slid03-show__form__item__submit {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
@media (min-width: 786px) and (max-width: 991.98px) {
  .slid03-show__form__item__submit {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.slid03-show__form__additional__header {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #efefef;
  padding: 10px 15px;
}
.slid03-show__form__additional__title {
  font-size: 1.125rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}
.slid03-show__form__additional__add {
  font: 0.875rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #ffffff;
  background-color: #404040;
  padding: 5px 20px;
  transition: all 0.5s ease;
}
.slid03-show__form__additional__add:hover {
  color: #404040;
  background-color: #b3b3b3;
  transition: all 0.5s ease;
}
.slid03-show__form__additional__delete {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 1rem;
  background-color: #c90000;
  color: #ffffff;
  border-radius: 50%;
}
.slid03-show__form__additional__item {
  position: relative;
  background-color: #efefef;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.slid03-show__form__additional__input:last-of-type input {
  margin-bottom: 0 !important;
}
.slid03-show__form__additional__input .form-placeholder .placeholder--custom {
  font-size: 0.98rem;
  font-weight: 500;
  font-family: "PT Sans", sans-serif, arial;
}
.slid03-show__form__additional__input .form-placeholder input {
  font-size: 1rem;
}
.slid03-show__form__additional__input .form-placeholder input.parsley-error {
  border-bottom: 1px solid #c90000;
}
.slid03-show__form__additional__input .form-placeholder.focusing .placeholder--custom {
  font-size: 0.7rem;
}
.slid03-show__form__additional__input .form-placeholder .parsley-errors-list {
  display: none;
}

/* BEGIN STYLE */
.feed06 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 98px 0;
  overflow: hidden;
}
.feed06__title {
  font-family: "PT Sans", sans-serif, arial;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.875rem;
  margin-bottom: 64px;
  color: #353534;
  text-align: center;
}
@media (max-width: 785.98px) {
  .feed06__title {
    font-size: 1.875rem;
  }
}
.feed06__line {
  width: 100%;
  border-top: 1px solid #000000;
  margin: 20px auto 30px auto;
  opacity: 1;
  display: none;
}
.feed06__carousel {
  width: 100%;
  overflow: visible;
  padding: 0 15px;
}
.feed06__carousel .owl-stage-outer {
  overflow: visible;
}
.feed06__carousel .owl-dots {
  justify-content: center;
  margin-top: 43px;
}
.feed06__carousel .owl-dots .owl-dot {
  border-radius: 100%;
}
.feed06__item {
  width: 85%;
  height: auto;
  padding: 27px;
  background-color: #efefef;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
}
.feed06__item:hover {
  transform: scale(1.05);
  transition: ease 1s;
}
@media (max-width: 785.98px) {
  .feed06__item {
    width: 100%;
  }
}
.feed06__item__title {
  font-size: 1.25rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #000000;
  text-align: start;
  margin-bottom: 9px;
}
@media (max-width: 785.98px) {
  .feed06__item__title {
    font: 0.938rem "PT Sans", sans-serif, arial;
    font-weight: 400;
  }
}
.feed06__item__stars {
  padding-left: 0;
  gap: 4px;
  margin-bottom: 18px;
  list-style-type: none;
}
.feed06__item__stars__item {
  height: 16px;
  width: 16px;
}
.feed06__item__stars__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.feed06__item__text {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  text-align: start;
}
@media (max-width: 785.98px) {
  .feed06__item__text {
    font: 0.938rem "PT Sans", sans-serif, arial;
    font-weight: 400;
  }
}
.feed06__item__text p {
  font: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
}
.feed06__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: end;
  white-space: nowrap;
  background-color: #ffffff;
  padding: 6px 40px;
  margin-top: 0px;
  font: 0.875rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #404040;
}
.feed06__cta:hover {
  background-color: #404040;
  color: #ffffff;
}
.feed06__cta__icon {
  height: 19px;
  width: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.feed06__cta:hover .feed06__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}

/* BEGIN STYLE */
.abou01 {
  text-align: center;
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .abou01 {
    padding: 40px 0;
  }
}
.abou01__title {
  font-size: 2.5rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #404040;
  display: block;
}
@media (max-width: 785.98px) {
  .abou01__title {
    font-size: 1.875rem;
  }
}
.abou01__subtitle {
  font-size: 1.25rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #404040;
  display: block;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .abou01__subtitle {
    font-size: 1.125rem;
  }
}
.abou01__line {
  width: 100%;
  background-color: #404040;
  margin: 30px 0;
}
.abou01__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 500;
  padding: 0 30px;
  color: #404040;
  line-height: 25px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .abou01__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.abou01__cta {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #000000;
  display: block;
  margin: 30px auto 0;
  max-width: 177px;
  padding: 10px 15px;
  background-color: #cacaca;
}
.abou01__cta:hover {
  color: #ffffff;
  background-color: #000000;
}
.abou01__cta:hover .abou01__cta__icon {
  filter: invert(1) grayscale(1);
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .abou01__cta {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}

.abou01-page .container {
  display: flex;
  align-items: flex-start !important;
  padding: 68px 15px 0 15px !important;
  z-index: 2;
  position: relative;
}
@media (max-width: 785.98px) {
  .abou01-page .container {
    padding: 68px 15px 0 32px !important;
    align-items: center !important;
  }
}
@media (max-width: 991.98px) {
  .abou01-page .container {
    flex-direction: column-reverse;
    gap: 25px 0;
  }
}
.abou01-page .container .container__img {
  width: 41.66666667%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media (max-width: 991.98px) {
  .abou01-page .container .container__img {
    width: 100%;
  }
}
.abou01-page .container .container__img img {
  width: 100%;
  max-width: 430px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.abou01-page__header {
  text-align: center;
  background-color: #efefef;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  height: 200px;
  position: relative;
}
.abou01-page__header__container {
  margin-bottom: 0;
}
.abou01-page__header__title {
  font-size: 2.5rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #ffffff;
  line-height: 38.82px;
  display: block;
}
@media (max-width: 785.98px) {
  .abou01-page__header__title {
    font-size: 1.875rem;
  }
}
.abou01-page__header__subtitle {
  font-size: 1.25rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #ffffff;
  display: block;
  text-align: initial;
  margin-top: 10px;
  display: none;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .abou01-page__header__subtitle {
    font-size: 1.125rem;
  }
}
.abou01-page__header__line {
  width: 100%;
  max-width: 610px;
  background-color: #404040;
  display: none;
}
.abou01-page__content {
  width: 58.33333333%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media (max-width: 991.98px) {
  .abou01-page__content {
    width: 100%;
    text-align: center;
  }
}
.abou01-page__content__container {
  margin-bottom: 25px;
}
.abou01-page__content__title {
  font-size: 1.25rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #9cb40d;
  display: block;
}
@media (max-width: 785.98px) {
  .abou01-page__content__title {
    font-size: 1.125rem;
  }
}
.abou01-page__content__subtitle {
  font-size: 2.5rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #353534;
  display: block;
}
@media (max-width: 785.98px) {
  .abou01-page__content__subtitle {
    font-size: 1.875rem;
  }
}
.abou01-page__content__line {
  width: 100%;
  background-color: #404040;
  display: none;
}
.abou01-page__content__paragraph {
  font-size: 1rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  line-height: 25px;
  letter-spacing: 0.2px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .abou01-page__content__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.abou01-page__topic {
  padding: 125px 10px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.abou01-page__topic__content {
  background-color: #ffffff;
  padding: 51px;
  min-height: 100%;
  border-radius: 10px;
}
.abou01-page__topic__content:hover {
  transform: scale(1.01);
}
.abou01-page__topic .carousel-abou01-topic {
  gap: 25px 0;
}
.abou01-page__topic__item__header {
  margin-bottom: 35px;
}
.abou01-page__topic__item__icon {
  width: 32px !important;
  margin-right: 21px;
}
.abou01-page__topic__item__title {
  font-size: 1.875rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #9cb40d;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .abou01-page__topic__item__title {
    font-size: 1.563rem;
  }
}
.abou01-page__topic__item__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .abou01-page__topic__item__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .abou01-page__topic .carousel-abou01-topic {
    margin: 0 auto;
  }
}
.abou01-page__topic .carousel-abou01-topic .owl-stage-outer {
  padding: 0;
  overflow: visible;
}
.abou01-page__topic .carousel-abou01-topic .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.abou01-page__topic .carousel-abou01-topic .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #f3f3f3;
  opacity: 60%;
  margin: 0 5px;
}
.abou01-page__topic .carousel-abou01-topic .owl-dots .owl-dot.active, .abou01-page__topic .carousel-abou01-topic .owl-dots .owl-dot:hover {
  background-color: #9cb40d;
  opacity: inherit;
}
.abou01-page__section {
  padding: 0;
}
.abou01-page__section .container {
  padding: 0 !important;
  height: auto;
}
.abou01-page__section .align-items-center {
  align-items: center !important;
  justify-content: flex-end;
  flex-direction: row-reverse;
  position: relative;
  height: 100%;
}
.abou01-page__section .align-items-center .box-estatico {
  width: 50%;
  padding: 114px 39px 94px 34px;
}
@media (max-width: 991.98px) {
  .abou01-page__section .align-items-center .box-estatico {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .abou01-page__section .align-items-center .box-estatico {
    padding: 40px 25px 0px 25px;
  }
}
@media (max-width: 991.98px) {
  .abou01-page__section .align-items-center {
    flex-direction: column-reverse;
    gap: 25px 0;
  }
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .abou01-page__section__row {
    flex-direction: column-reverse;
  }
}
.abou01-page__section__image__item {
  width: 100%;
  max-width: 430px;
  -o-object-fit: contain;
     object-fit: contain;
}
.abou01-page__section__title {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "PT Sans", sans-serif, arial;
  color: #9cb40d;
  display: block;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .abou01-page__section__title {
    font-size: 1.875rem;
  }
}
.abou01-page__section__subtitle {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "PT Sans", sans-serif, arial;
  color: #353534;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .abou01-page__section__subtitle {
    font-size: 1.125rem;
  }
}
.abou01-page__section__line {
  width: 100%;
  background-color: #353534;
  display: none;
}
.abou01-page__section__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  line-height: 25px;
  letter-spacing: 0.2px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .abou01-page__section__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
    margin-bottom: 30px;
  }
}

.abou01-page-mascara {
  background: linear-gradient(90deg, #000000 2.75%, rgba(0, 0, 0, 0) 57.99%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.abou01-page .container-fluid {
  position: relative;
  overflow: hidden;
}

.abou01-page .container-box-page {
  padding-top: 0 !important;
  height: 500px;
  display: flex;
  align-items: center !important;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .abou01-page .container-box-page {
    height: auto;
    padding: 68px 15px !important;
  }
}
@media (max-width: 785.98px) {
  .abou01-page .container-box-page {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .abou01-page .container-box-page {
    justify-content: center;
  }
}

.container__img {
  position: absolute;
  bottom: 0;
  left: -85px;
  height: 500px;
  width: 500px !important;
}
.container__img img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .container__img {
    display: none;
  }
}

.abou01-page__section__image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  width: 500px;
}
@media (max-width: 991.98px) {
  .abou01-page__section__image {
    display: none;
  }
}

/* BEGIN STYLE */
.copa02-page__assortedBox__header {
  text-align: center;
  margin: 0;
  padding-bottom: 0;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.copa02-page__assortedBox__header .container-assortedBox--copa02-page {
  height: 100%;
  align-items: flex-start !important;
}
@media (max-width: 785.98px) {
  .copa02-page__assortedBox__header .container-assortedBox--copa02-page {
    padding: 108px 0 46px 0;
    width: 90%;
    margin: 0 auto;
  }
}
.copa02-page__assortedBox__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000 5.43%, rgba(0, 0, 0, 0) 70.28%);
}
.copa02-page__assortedBox__header__encompass {
  z-index: 100;
  position: relative;
}
.copa02-page__assortedBox__header__title {
  font-size: 1.875rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #ffffff;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 785.98px) {
  .copa02-page__assortedBox__header__title {
    font-size: 1.875rem;
  }
}
.copa02-page__assortedBox__header__subtitle {
  font-size: 1.875rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #ffffff;
  font-weight: 400;
  text-align: start;
  display: none;
}
@media (max-width: 785.98px) {
  .copa02-page__assortedBox__header__subtitle {
    font-size: 1.563rem;
    font-weight: 700;
  }
}
.copa02-page__assortedBox__header__line {
  background-color: #000000;
  margin: 0 auto;
  margin-top: 10px;
  opacity: 1;
  border: none;
  height: 1px;
  width: 100%;
  display: none;
}
.copa02-page__assortedBox__boxStandard__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.copa02-page__assortedBox__boxStandard:nth-of-type(even) .copa02-page__assortedBox__boxStandard__image {
  order: 2;
}
@media (max-width: 785.98px) {
  .copa02-page__assortedBox__boxStandard:nth-of-type(even) .copa02-page__assortedBox__boxStandard__image {
    order: inherit;
  }
}
.copa02-page__assortedBox__boxStandard:nth-of-type(even) .copa02-page__assortedBox__boxStandard__description {
  order: 1;
  padding-left: 0 !important;
}
@media (max-width: 785.98px) {
  .copa02-page__assortedBox__boxStandard:nth-of-type(even) .copa02-page__assortedBox__boxStandard__description {
    order: inherit;
    padding-right: 0 !important;
  }
}
.copa02-page__assortedBox__boxStandard .container--boxStandard {
  padding: 0;
  z-index: 100;
  position: relative;
  max-width: 1539px !important;
  margin: 0 auto;
}
@media (max-width: 785.98px) {
  .copa02-page__assortedBox__boxStandard .container--boxStandard {
    padding: 97px 0 73px 0;
    width: 100%;
    margin: inherit;
  }
}
@media (max-width: 991.98px) {
  .copa02-page__assortedBox__boxStandard .container--boxStandard .estatico-nth {
    flex-direction: column;
  }
}
.copa02-page__assortedBox__boxStandard__image {
  height: auto;
  width: 50%;
  padding: 0;
}
@media (max-width: 785.98px) {
  .copa02-page__assortedBox__boxStandard__image {
    height: 245px;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .copa02-page__assortedBox__boxStandard__image {
    width: 100%;
  }
}
.copa02-page__assortedBox__boxStandard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.copa02-page__assortedBox__boxStandard__description {
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 785.98px) {
  .copa02-page__assortedBox__boxStandard__description {
    padding-top: 33px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .copa02-page__assortedBox__boxStandard__description {
    padding: 65px 15px;
  }
}
.copa02-page__assortedBox__boxStandard__description .copa-page-div-estatico {
  padding: 0 85px;
}
@media (max-width: 991.98px) {
  .copa02-page__assortedBox__boxStandard__description .copa-page-div-estatico {
    text-align: center;
  }
}
@media (max-width: 785.98px) {
  .copa02-page__assortedBox__boxStandard__description .copa-page-div-estatico {
    padding: 0 55px;
  }
}
.copa02-page__assortedBox__boxStandard__description__title {
  font-size: 1.125rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
  display: none;
}
@media (max-width: 785.98px) {
  .copa02-page__assortedBox__boxStandard__description__title {
    font-size: 1.063rem;
    font-weight: 700;
  }
}
.copa02-page__assortedBox__boxStandard__description__subtitle {
  font-size: 1.875rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #353534;
  font-weight: 700;
  margin-bottom: 31px;
}
@media (max-width: 785.98px) {
  .copa02-page__assortedBox__boxStandard__description__subtitle {
    font-size: 1.875rem;
    font-weight: 700;
  }
}
.copa02-page__assortedBox__boxStandard__description__line {
  background-color: #404040;
  margin: 0 auto;
  margin-top: 21px;
  margin-bottom: 50px;
  display: table;
  opacity: 1;
  border: none;
  height: 1px;
  width: 100%;
  display: none;
}
.copa02-page__assortedBox__boxStandard__description__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  color: #353534;
  font-weight: 400;
  display: block;
  padding: 0 85px;
}
@media (max-width: 785.98px) {
  .copa02-page__assortedBox__boxStandard__description__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
    font-weight: 400;
  }
}
.copa02-page__assortedBox__boxStandard__description__paragraph p {
  font: 1rem "PT Sans", sans-serif, arial;
  color: #353534;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin-bottom: 0;
}
@media (max-width: 785.98px) {
  .copa02-page__assortedBox__boxStandard__description__paragraph p {
    font-size: 0.938rem "PT Sans", sans-serif, arial;
    font-weight: 400;
    text-align: center;
  }
}
.copa02-page__assortedBox__boxStandard__description__cta {
  margin-left: auto;
  margin-top: 28px;
  float: right;
  display: none;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .copa02-page__assortedBox__boxStandard__description__cta {
    font: 0.938rem "PT Sans", sans-serif, arial;
    margin-top: 43px;
  }
}
.copa02-page__assortedBox__boxStandard__description__cta__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #9cb40d;
  border: 1px solid #9cb40d;
  width: 100%;
  max-width: 190px;
  min-width: 177px;
  height: 45px;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  display: flex;
  gap: 0 16.87px;
  font: 1rem "PT Sans", sans-serif, arial;
  display: none;
}
@media (max-width: 785.98px) {
  .copa02-page__assortedBox__boxStandard__description__cta__link {
    max-width: 159px;
    min-width: 159px;
    height: 40px;
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.copa02-page__assortedBox__boxStandard__description__cta__icon {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 785.98px) {
  .copa02-page__assortedBox__boxStandard__description__cta__icon {
    height: 22.58px;
    width: 22.58px;
  }
}
.copa02-page__assortedBox__boxStandard__description__cta:hover .copa02-page__assortedBox__boxStandard__description__cta__link {
  background-color: #ffffff;
  color: #9cb40d;
  transition: ease 1s;
}
.copa02-page__assortedBox__boxStandard__description__cta:hover .copa02-page__assortedBox__boxStandard__description__cta__link .copa02-page__assortedBox__boxStandard__description__cta__img {
  filter: invert(1) grayscale(1);
}
.copa02-page__emphasis__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
.copa02-page__emphasis__header {
  text-align: center;
  margin: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 100;
}
.copa02-page__emphasis__header .container-emphasis--copa02-page {
  padding: 73px 0 94px 0 !important;
}
@media (max-width: 785.98px) {
  .copa02-page__emphasis__header .container-emphasis--copa02-page {
    padding: 60px 0 53px 0;
    width: 90%;
    margin: 0 auto;
  }
}
.copa02-page__emphasis__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 785.98px) {
  .copa02-page__emphasis__header {
    padding: 54px 0;
  }
}
.copa02-page__emphasis__header__encompass {
  z-index: 100;
  position: relative;
}
.copa02-page__emphasis__header__title {
  font-size: 1.875rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #ffffff;
  font-weight: 700;
  line-height: 20px;
  display: block;
}
@media (max-width: 785.98px) {
  .copa02-page__emphasis__header__title {
    font-size: 1.875rem;
    font-weight: 700;
  }
}
.copa02-page__emphasis__header__line {
  background-color: #404040;
  margin: 0 auto;
  margin-top: 17.03px;
  margin-bottom: 30px;
  display: table;
  opacity: 1;
  border: none;
  height: 1px;
  width: 100%;
  max-width: 698px;
  display: none;
}
.copa02-page__emphasis__header__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  color: #353534;
  font-weight: 400;
  display: block;
}
@media (max-width: 785.98px) {
  .copa02-page__emphasis__header__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
    font-weight: 400;
  }
}
.copa02-page__emphasis__header__paragraph p {
  font: 1rem "PT Sans", sans-serif, arial;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 22px;
  max-width: 720px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
@media (max-width: 785.98px) {
  .copa02-page__emphasis__header__paragraph p {
    font: 0.938rem "PT Sans", sans-serif, arial;
    font-weight: 400;
  }
}
.copa02-page__boxTopic .item {
  height: auto;
  padding: 31px;
  border: 1px solid #000000;
  border-radius: 7px;
}
.copa02-page__boxTopic .container--copa02-page-boxTopic {
  padding: 90px 0 126px 0 !important;
  position: relative;
  z-index: 100;
}
@media (max-width: 785.98px) {
  .copa02-page__boxTopic .container--copa02-page-boxTopic {
    width: 90%;
    margin: 0 auto;
    padding: 71px 0 71.4px 0 !important;
  }
}
.copa02-page__boxTopic .carousel-topics-copa02-page {
  display: flex;
  justify-content: center;
  margin-top: 57.65px;
  flex-direction: column;
}
.copa02-page__boxTopic .carousel-topics-copa02-page .owl-dots {
  display: flex;
  gap: 0 5px;
  align-items: center;
  justify-content: center;
  margin-top: 55.86px;
}
.copa02-page__boxTopic .carousel-topics-copa02-page .owl-dot {
  height: 23px;
  width: 24px;
  background: #353534;
}
.copa02-page__boxTopic .carousel-topics-copa02-page .owl-dot.active {
  background: #000000;
}
.copa02-page__boxTopic__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.copa02-page__boxTopic__header {
  text-align: center;
  margin-bottom: 58px;
}
@media (max-width: 785.98px) {
  .copa02-page__boxTopic__header {
    margin-bottom: 47px;
  }
}
.copa02-page__boxTopic__header .container-emphasis--copa02-page {
  padding: 129px 0 59px 0;
}
@media (max-width: 785.98px) {
  .copa02-page__boxTopic__header .container-emphasis--copa02-page {
    width: 90%;
    margin: 0 auto;
    padding: 129px 0 59px 0;
  }
}
.copa02-page__boxTopic__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
.copa02-page__boxTopic__header__imagem {
  width: 300px;
  height: auto;
  margin-bottom: 30px;
}
.copa02-page__boxTopic__header__imagem .img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.copa02-page__boxTopic__header__encompass {
  z-index: 100;
  position: relative;
}
.copa02-page__boxTopic__header__title {
  font-size: 1.25rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #9cb40d;
  font-weight: 400;
  display: block;
  line-height: 25.88px;
  margin-bottom: 8px;
}
.copa02-page__boxTopic__header__subtitle {
  font-size: 1.25rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #9cb40d;
  font-weight: 700;
  display: none;
}
@media (max-width: 785.98px) {
  .copa02-page__boxTopic__header__subtitle {
    font-size: 1.563rem;
    font-weight: 700;
  }
}
.copa02-page__boxTopic__header__line {
  background-color: #000000;
  margin: 0 auto;
  margin-top: 17.03px;
  margin-bottom: 30px;
  display: table;
  opacity: 1;
  border: none;
  height: 1px;
  width: 100%;
  display: none;
}
.copa02-page__boxTopic__header__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  color: #353534;
  font-weight: 400;
  display: block;
  max-width: 1096px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 785.98px) {
  .copa02-page__boxTopic__header__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
    font-weight: 400;
  }
}
.copa02-page__boxTopic__header__paragraph p {
  font: 1rem "PT Sans", sans-serif, arial;
  font-family: "PT Sans", sans-serif, arial;
  color: #353534;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
@media (max-width: 785.98px) {
  .copa02-page__boxTopic__header__paragraph p {
    font: 0.938rem "PT Sans", sans-serif, arial;
    font-weight: 400;
  }
}
.copa02-page__boxTopic__content {
  justify-content: center;
  gap: 0 15px;
}
.copa02-page__boxTopic__item {
  width: 341px !important;
  align-items: center;
  justify-content: center;
}
.copa02-page__boxTopic__item:hover {
  transform: scale(1.1);
  transition: ease 1s;
}
.copa02-page__boxTopic__item__image {
  height: auto;
  width: 61px;
  margin: 0 auto;
}
.copa02-page__boxTopic__item__image img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.copa02-page__boxTopic__item__description {
  padding: 0;
  margin-top: 10px;
}
.copa02-page__boxTopic__item__description__title {
  font-size: 1.875rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #9cb40d;
  font-weight: 700;
  text-align: center;
  line-height: 38.82px;
  margin-bottom: 0;
}
@media (max-width: 785.98px) {
  .copa02-page__boxTopic__item__description__title {
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.copa02-page__boxTopic__item__description__subtitle {
  font-size: 1rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #353534;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
@media (max-width: 785.98px) {
  .copa02-page__boxTopic__item__description__subtitle {
    font-size: 1.563rem;
    font-weight: 700;
  }
}
.copa02-page__boxTopic__item__description__paragraph {
  font: 0.875rem "PT Sans", sans-serif, arial;
  color: #353534;
  font-weight: 400;
  display: block;
  width: 100px;
  margin: 0 auto;
}
@media (max-width: 785.98px) {
  .copa02-page__boxTopic__item__description__paragraph {
    font: 0.813rem "PT Sans", sans-serif, arial;
    font-weight: 400;
  }
}
.copa02-page__boxTopic__item__description__paragraph p {
  font: 0.875rem "PT Sans", sans-serif, arial;
  color: #353534;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  word-wrap: break-word;
  display: none;
}
@media (max-width: 785.98px) {
  .copa02-page__boxTopic__item__description__paragraph p {
    font-size: 0.813rem "PT Sans", sans-serif, arial;
    font-weight: 400;
  }
}
.copa02-page__boxContent__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
.copa02-page__boxContent .container--copa02-page-boxContent {
  padding: 90px 0 126px 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 785.98px) {
  .copa02-page__boxContent .container--copa02-page-boxContent {
    width: 90%;
    margin: 0 auto;
    padding: 35px 0 80px 0;
  }
}
@media (max-width: 785.98px) {
  .copa02-page__boxContent .row--copa02-page-boxContent {
    margin: 0 auto;
  }
}
.copa02-page__boxContent__item__image {
  height: 473px;
  max-width: 655px;
  min-width: 300px;
  width: 100%;
  padding: 0;
}
@media (max-width: 785.98px) {
  .copa02-page__boxContent__item__image {
    max-width: 100%;
    min-width: 100%;
    height: 245px;
  }
}
.copa02-page__boxContent__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.copa02-page__boxContent__item__description {
  padding-left: 64px !important;
  padding-right: 0 !important;
}
@media (max-width: 785.98px) {
  .copa02-page__boxContent__item__description {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 35px;
  }
}
.copa02-page__boxContent__item__description__title {
  font-size: 1.125rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 785.98px) {
  .copa02-page__boxContent__item__description__title {
    font-size: 1.063rem;
    font-weight: 700;
  }
}
.copa02-page__boxContent__item__description__subtitle {
  font-size: 2.5rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #404040;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 785.98px) {
  .copa02-page__boxContent__item__description__subtitle {
    font-size: 1.875rem;
    font-weight: 700;
  }
}
.copa02-page__boxContent__item__description__line {
  background-color: #000000;
  margin: 0 auto;
  margin-top: 21px;
  margin-bottom: 44px;
  display: table;
  opacity: 1;
  border: none;
  height: 1px;
  width: 100%;
}
.copa02-page__boxContent__item__description__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  color: #353534;
  font-weight: 400;
  display: block;
}
@media (max-width: 785.98px) {
  .copa02-page__boxContent__item__description__paragraph {
    font-size: 0.938rem "PT Sans", sans-serif, arial;
    font-weight: 400;
  }
}
.copa02-page__boxContent__item__description__paragraph p {
  font: 1rem "PT Sans", sans-serif, arial;
  color: #353534;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 785.98px) {
  .copa02-page__boxContent__item__description__paragraph p {
    font: 0.938rem "PT Sans", sans-serif, arial;
    font-weight: 400;
  }
}
.copa02-page__boxContent__item__description__cta {
  margin-left: auto;
  margin-top: 28px;
  float: right;
}
@media (max-width: 785.98px) {
  .copa02-page__boxContent__item__description__cta {
    font: 0.938rem "PT Sans", sans-serif, arial;
    margin-top: 43px;
  }
}
.copa02-page__boxContent__item__description__cta__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #404040;
  background: #cacaca;
  border: 1px solid #cacaca;
  width: 100%;
  max-width: 190px;
  min-width: 177px;
  height: 45px;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  display: flex;
  gap: 0 16.87px;
  font: 1rem "PT Sans", sans-serif, arial;
}
@media (max-width: 785.98px) {
  .copa02-page__boxContent__item__description__cta__link {
    max-width: 159px;
    min-width: 159px;
    height: 40px;
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.copa02-page__boxContent__item__description__cta__icon {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 785.98px) {
  .copa02-page__boxContent__item__description__cta__icon {
    height: 22.58px;
    width: 22.58px;
  }
}
.copa02-page__boxContent__item__description__cta:hover .copa02-page__boxContent__item__description__cta__link {
  color: #ffffff;
  background-color: #000000;
}
.copa02-page__boxContent__item__description__cta:hover .copa02-page__boxContent__item__description__cta__link .copa02-page__boxContent__item__description__cta__img {
  filter: invert(1) grayscale(1);
}

.copa02-page__boxTopic__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.copa02-page__boxTopic__item {
  width: 216px;
  height: auto;
  padding: 31px;
  border: 1px solid #000000;
  border-radius: 7px;
}

.estatico-nth::nth-child(odd) {
  flex-direction: row-reverse;
}

.copa02-page__emphasis__headers__subtitle {
  display: none;
  font-size: 1.25rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 785.98px) {
  .copa02-page__emphasis__headers__subtitle {
    font-size: 1.563rem;
    font-weight: 700;
  }
}

.copa02-page__emphasis__header__contato {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  border: 1px solid #ffffff;
  border-radius: 44px;
  height: 64px;
  max-width: 555px;
  width: 100%;
  margin-top: 25px;
  background-color: transparent;
}
@media (max-width: 575.98px) {
  .copa02-page__emphasis__header__contato {
    gap: 0 10px;
  }
}
.copa02-page__emphasis__header__contato:hover {
  transform: scale(1.05);
  transition: ease 1s;
}
.copa02-page__emphasis__header__contato .btn-estatico {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.copa02-page__emphasis__header__contato__link {
  font-weight: 700;
  color: #ffffff;
  max-width: 43px;
  border-radius: 100%;
  padding: 10px 15px;
  background-color: #9cb40d;
  border: 1px solid #9cb40d;
}

.copa02-page__emphasis__header__contato__titulo {
  font-size: 1.263rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #ffffff;
  font-weight: 700;
  line-height: 32px;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .copa02-page__emphasis__header__contato__titulo {
    font-size: 1rem;
    line-height: 21px;
  }
}

@media (max-width: 785.98px) {
  .copa02-page__assortedBox__header .container-assortedBox--copa02-page {
    align-items: center !important;
  }
}

/* BEGIN STYLE */
.cont04 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 54px 0 113px 0;
}
.cont04 .container {
  padding: 0 15px !important;
}
.cont04__header {
  margin-bottom: 70px;
  gap: 33px 0;
}
@media (max-width: 785.98px) {
  .cont04__header {
    margin-bottom: 15px;
  }
}
.cont04__header__title {
  font-size: 1.875rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #353534;
  line-height: 32px;
  margin-bottom: 0;
}
@media (max-width: 785.98px) {
  .cont04__header__title {
    font-size: 1.875rem;
  }
}
.cont04__header__subtitle {
  font-size: 1.563rem;
  font-weight: 400;
  font-family: "PT Sans", sans-serif, arial;
  color: #353534;
  display: none;
}
@media (max-width: 785.98px) {
  .cont04__header__subtitle {
    font-size: 1.125rem;
  }
}
.cont04__header__line {
  opacity: 1;
  border-top: solid 1px #9cb40d;
  background-color: #9cb40d;
  width: 100%;
}
.cont04__header__desc {
  width: 100%;
  max-width: 1096px;
  font: 1rem "PT Sans", sans-serif, arial;
  color: #353534;
}
@media (max-width: 785.98px) {
  .cont04__header__desc {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.cont04__main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 785.98px) {
  .cont04__main {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.cont04__main__image {
  height: auto;
  width: 34%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 785.98px) {
  .cont04__main__image {
    width: 95%;
    margin-top: 40px;
  }
}
.cont04__main__content {
  width: 52%;
}
@media (max-width: 785.98px) {
  .cont04__main__content {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .cont04__main__content {
    width: 95%;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.cont04__main__subtitle {
  font-size: 1.875rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #9cb40d;
  line-height: 38.82px;
}
@media (max-width: 785.98px) {
  .cont04__main__subtitle {
    font-size: 1.125rem;
  }
}
.cont04__main__title {
  font-size: 1.563rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  display: none;
}
@media (max-width: 785.98px) {
  .cont04__main__title {
    font-size: 1.875rem;
  }
}
.cont04__main__line {
  width: 100%;
  opacity: 1;
  margin-bottom: 2rem;
  border-top: solid 1px #353534;
  display: none;
}
.cont04__main__desc {
  font: 1rem "PT Sans", sans-serif, arial;
  color: #353534;
  margin-top: 33px;
}
@media (max-width: 785.98px) {
  .cont04__main__desc {
    font-size: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.cont04__main__cta {
  display: flex !important;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  white-space: nowrap;
  margin-top: 3rem;
  border: 1px solid #9cb40d;
  border-radius: 6px;
  background-color: #9cb40d;
  color: #ffffff;
  width: auto;
  padding: 7px 52px;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 700;
}
@media (max-width: 785.98px) {
  .cont04__main__cta {
    align-self: center;
  }
}
.cont04__main__cta:hover {
  color: #9cb40d;
  background-color: #ffffff;
  transition: ease 1s;
}
.cont04__main__cta img {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
  display: none;
}
.cont04__main__cta:hover .cont04__main__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}

/* BEGIN STYLE */
/* BEGIN STYLE */
.cont12__header {
  padding: 49px 0 10px 0;
}
.cont12__header__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont12__title {
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  font-size: 1.875rem;
  color: #353534;
  line-height: normal;
  text-align: center;
}
@media (max-width: 785.98px) {
  .cont12__title {
    font-size: 1.875rem;
  }
}
.cont12__subtitle {
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  font-size: 1.25rem;
  color: #353534;
  line-height: normal;
  text-align: center;
  display: none;
}
@media (max-width: 785.98px) {
  .cont12__subtitle {
    font-size: 1.125rem;
  }
}
.cont12__line {
  width: 100%;
  border: 1px solid #000;
  opacity: 1;
  display: none;
}
.cont12__main {
  padding: 46px 0 120px 0;
}
.cont12__list {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 5%;
}
@media (max-width: 785.98px) {
  .cont12__list {
    padding: 0 2.5vw !important;
  }
}
.cont12__list__item {
  width: 47.5%;
  border-bottom: 1px solid #9cb40d;
  display: flex;
  align-items: flex-start;
  padding: 17px 0;
  gap: 1rem;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .cont12__list__item {
    width: 100%;
  }
}
@media (max-width: 785.98px) {
  .cont12__list__item {
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .cont12__list__item {
    gap: 8px;
  }
}
.cont12__list__item__left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.cont12__list__item__icon {
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 1rem;
}
.cont12__list__item__icon:hover {
  filter: brightness(0) saturate(100%) invert(59%) sepia(83%) saturate(584%) hue-rotate(27deg) brightness(95%) contrast(90%);
  transition: ease 1s;
}
.cont12__list__item__title {
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  font-size: 1.125rem;
  color: #353534;
  line-height: normal;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 785.98px) {
  .cont12__list__item__title {
    font-size: 1.125rem;
  }
}
.cont12__list__item__right {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .cont12__list__item__right {
    justify-content: center;
  }
}
.cont12__list__item__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #9cb40d;
  border-radius: 6px;
  background-color: #9cb40d;
  color: #ffffff;
  min-width: 177px;
  padding: 10px;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 785.98px) {
  .cont12__list__item__cta {
    font: 0.938rem "PT Sans", sans-serif, arial;
    font-weight: 700;
  }
}
.cont12__list__item__cta:hover {
  color: #9cb40d;
  background-color: #ffffff;
  transition: ease 1s;
}
.cont12__list__item__cta__icon {
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 15px;
}

/* BEGIN STYLE */
.cota01-show__banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
  height: 60px;
  text-align: center;
}
.cota01-show__banner .container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 785.98px) {
  .cota01-show__banner .container {
    padding: 0 15px !important;
    justify-content: center;
  }
}
.cota01-show__banner__title {
  font-size: 1.875rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #353534;
  text-align: start;
}
.cota01-show__banner__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  margin: 30px 0 0 0;
  display: none;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cota01-show__banner__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.cota01-show__form-section {
  padding: 67px 0;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cota01-show__form-section {
    padding: 60px 30px;
  }
}
.cota01-show__form-section__header {
  text-align: center;
  margin-bottom: 90px;
  padding: 0 14px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cota01-show__form-section__header {
    padding: 0 30px;
  }
}
@media (max-width: 575.98px) {
  .cota01-show__form-section__header {
    margin-bottom: 30px;
  }
}
.cota01-show__form-section__title {
  font-size: 1.875rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 600;
  color: #000000;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cota01-show__form-section__title {
    font-size: 1.875rem;
  }
}
.cota01-show__form-section__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  letter-spacing: 0.2px;
  line-height: 22.1px;
  margin: 30px 0 0 0;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cota01-show__form-section__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cota01-show__form-section__container {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cota01-show__form-section__container {
    flex-direction: column-reverse;
  }
}
.cota01-show__form__header {
  max-width: 85%;
}
@media (max-width: 785.98px) {
  .cota01-show__form__header {
    max-width: 100%;
    text-align: center;
  }
}
.cota01-show__form__header__title {
  font-size: 2.5rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 785.98px) {
  .cota01-show__form__header__title {
    font-size: 1.875rem;
  }
}
.cota01-show__form__header__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  margin: 30px 0 0 0;
  line-height: 22px;
  letter-spacing: 0.2px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cota01-show__form__header__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.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: #9cb40d;
  border-radius: 58px;
  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: #000000;
  background-color: #ffffff;
  box-shadow: 0 0 0 0.25rem #d0d0d0;
}
.cota01-show__form__item__input .form__file__item {
  border-radius: 0;
  padding: 10px 10px;
  width: 250px;
  height: 48px;
  background-color: #9cb40d;
  color: #ffffff;
  border-color: #9cb40d;
  text-align: center;
}
.cota01-show__form__item__input .form__file__item:hover {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 0 0 0.25rem #d0d0d0;
  transition: ease 1s;
}
.cota01-show__form__item__submit {
  background-color: #9cb40d;
  border-radius: 45px;
  border: 1px solid #9cb40d !important;
  color: #ffffff;
  height: 28px;
  width: 100%;
  max-width: 120px;
  padding: 0 10px;
  font-size: 1.125rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  margin-left: auto;
  margin-top: 24px;
}
@media (max-width: 575.98px) {
  .cota01-show__form__item__submit {
    align-self: flex-end;
    margin-left: inherit !important;
  }
}
.cota01-show__form__item__submit:hover {
  color: #9cb40d;
  background-color: #ffffff;
  transition: ease 1s;
}
.cota01-show__form__item__submit:hover .icon__button {
  filter: invert(1) grayscale(1);
}
.cota01-show__form__item__submit img {
  display: none;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cota01-show__form__footer {
    flex-direction: column;
  }
}
.cota01-show__form__compliance {
  font: 0.875rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cota01-show__form__compliance {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .cota01-show__form__compliance {
    flex-wrap: wrap;
  }
}
.cota01-show__form__compliance__link {
  font: 0.875rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #353534;
  text-decoration: underline;
}
.cota01-show__topics-form {
  flex-direction: column;
  width: 48%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 0;
}
@media (max-width: 991.98px) {
  .cota01-show__topics-form {
    flex-direction: row;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cota01-show__topics-form {
    flex-direction: column;
    align-items: center;
  }
}
.cota01-show__topics-form__item {
  margin-bottom: 50px;
  justify-content: center;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cota01-show__topics-form__item {
    text-align: center;
    flex-direction: column;
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .cota01-show__topics-form__item {
    text-align: center;
    flex-direction: column;
    margin-bottom: 60px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cota01-show__topics-form__item {
    margin-bottom: 10px;
  }
}
.cota01-show__topics-form__icon {
  width: 32px;
  height: auto;
  margin-right: 15px;
  display: none;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cota01-show__topics-form__icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cota01-show__topics-form__title {
  font-size: 1.875rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #9cb40d;
}
@media (max-width: 785.98px) {
  .cota01-show__topics-form__title {
    font-size: 1.125rem;
  }
}
.cota01-show__topics-form__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 0;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cota01-show__topics-form__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.cota01-show__topics-section {
  padding: 80px 0;
}
@media (max-width: 1199.98px) {
  .cota01-show__topics-section {
    padding: 50px 30px;
  }
}
.cota01-show__topics .row {
  justify-content: center;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cota01-show__topics {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cota01-show__topics {
    margin-bottom: 50px;
  }
}
.cota01-show__topics__item {
  margin-bottom: 50px;
  align-items: flex-start !important;
}
.cota01-show__topics__image {
  -o-object-fit: contain;
     object-fit: contain;
  height: 433px;
  -o-object-position: bottom;
     object-position: bottom;
}
.cota01-show__topics__image:hover {
  transform: scale(1.1);
  transition: ease 1s;
}
.cota01-show__topics__icon {
  width: 10px;
  margin-right: 15px;
  margin-top: 15px;
}
.cota01-show__topics__title {
  font-size: 1.875rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #353534;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cota01-show__topics__title {
    font-size: 1.875rem;
  }
}
.cota01-show__topics__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  margin: 10px 0 0 0;
  line-height: 22.1px;
  letter-spacing: 0.2px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .cota01-show__topics__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}

.cota01-show__form-section__form {
  width: 48%;
}
@media (max-width: 785.98px) {
  .cota01-show__form-section__form {
    padding: 0 40px !important;
  }
}
@media (max-width: 1199.98px) {
  .cota01-show__form-section__form {
    width: 100%;
    padding: 0 15px;
  }
}

.cota01-show__form__item__input {
  width: 100%;
}

.cota01-show__form-section__container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .cota01-show__form-section__container {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.cota01-show__form__compliance .form-check-label {
  color: #393939;
}

.cota01-show__topics .col-12 {
  width: 390px;
  height: auto;
}

@media (max-width: 575.98px) {
  .cota01-show__form__footer {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

@media (max-width: 785.98px) {
  .row-estatico {
    justify-content: center;
  }
}

/* BEGIN STYLE */
.cota02 .form-check-label {
  color: #393939;
}
.cota02__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 60px;
}
.cota02__header .container-cont02-page__header {
  padding: 108px 0;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .cota02__header .container-cont02-page__header {
    padding: 44px 20px;
  }
}
.cota02__header .container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .cota02__header .container {
    padding: 0 15px !important;
    justify-content: center;
  }
}
.cota02__header__title {
  font-size: 1.875rem;
  color: #353534;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 0;
  text-align: initial;
}
@media (max-width: 575.98px) {
  .cota02__header__title {
    font-size: 1.875rem;
  }
}
.cota02__header__subtitle {
  font-size: 1.875rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #353534;
  font-weight: 400;
  text-align: inherit;
  display: none !important;
}
@media (max-width: 575.98px) {
  .cota02__header__subtitle {
    font-size: 1.563rem;
  }
}
.cota02__header__line {
  margin-top: 1.25rem;
  color: #353534;
  width: 100%;
  display: none;
}
.cota02__boxForm {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cota02__boxForm .justify-content-center {
  gap: 25px 0;
}
.cota02__boxForm .container--boxForm {
  padding: 68px 0 59px 0 !important;
}
@media (max-width: 575.98px) {
  .cota02__boxForm .container--boxForm .row {
    margin: 0 auto;
  }
}
.cota02__boxForm__item:last-of-type .cota02__boxForm__item__content::after {
  display: none;
}
@media (max-width: 785.98px) {
  .cota02__boxForm__item {
    margin: 0 auto;
    padding: 0;
    width: 94%;
  }
}
.cota02__boxForm__item__content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 36px;
}
.cota02__boxForm__item__content::after {
  content: "";
  width: 1px;
  height: 88%;
  background: rgba(64, 64, 64, 0.18);
  display: flex;
  position: absolute;
  right: -10px;
  top: 0;
}
.cota02__boxForm__item__content__image {
  width: 55px;
  height: 55px;
  margin-bottom: 14.04px;
  display: none;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__image {
    width: 50px;
    height: 50px;
  }
}
.cota02__boxForm__item__content__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cota02__boxForm__item__content__description__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  font-family: "PT Sans", sans-serif, arial;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__description__title {
    font-size: 1.875rem;
  }
}
.cota02__boxForm__item__content__description__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #404040;
}
.cota02__boxForm__item__content__description__paragraph p {
  font: 1rem "PT Sans", sans-serif, arial;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  margin-bottom: 0;
  letter-spacing: 0.2px;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__description__paragraph p {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.cota02__form {
  padding: 78px 0 154.45px 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .cota02__form {
    padding: 10px 0 61.45px 0;
  }
}
.cota02__form__header {
  margin-bottom: 50px;
}
.cota02__form__header__title {
  font-size: 2.5rem;
  color: #404040;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  background: linear-gradient(to right, #404040 14.8%, #353534 25px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575.98px) {
  .cota02__form__header__title {
    font-size: 1.875rem;
    background: linear-gradient(to right, #132229 39.8%, #b34423 25px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.cota02__form__header__line {
  background: #404040;
  display: flex;
  margin-top: 15px;
  margin-bottom: 18px;
  display: block;
}
.cota02__form__header__paragraph p {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 991.98px) {
  .cota02__form__header__paragraph p {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.cota02__form .input__item {
  width: 100%;
}
.cota02__form .input__item .form-placeholder > input {
  border-color: #9cb40d;
}
.cota02__form .input__item--select .form-select {
  margin-bottom: 0 !important;
  height: 52px;
  border-radius: 0 !important;
}
.cota02__form__inputs {
  width: 50%;
}
@media (max-width: 991.98px) {
  .cota02__form__inputs {
    width: 100% !important;
    position: relative;
    z-index: 2;
    padding: 0 15px;
  }
}
.cota02__form__inputs__formIput {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.cota02__form__inputs__formIput .input__item {
  width: 100%;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #404040;
}
.cota02__form__inputs__formIput .input__item .form-control {
  height: 52px;
  border-radius: 0 !important;
}
.cota02__form__inputs__compliance {
  display: flex;
}
.cota02__form__inputs__compliance input {
  border: 1px solid #393939;
  font: 0.875rem "PT Sans", sans-serif, arial;
}
.cota02__form__inputs__compliance label {
  color: #393939;
  font: 0.875rem "PT Sans", sans-serif, arial;
}
.cota02__form__inputs__compliance label a {
  font-weight: 700;
  color: #9cb40d;
  font: 0.875rem "PT Sans", sans-serif, arial;
}

.cota02-show__form__item__input:nth-of-type(5) {
  width: 100% !important;
}

.cota02-show__form__item__input .input__item--textarea textarea {
  height: 136px !important;
}

.cota02-show__form__compliance {
  font: 0.875rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #393939;
  flex-wrap: wrap;
}
.cota02-show__form__compliance a {
  color: #7c7c7c;
  text-decoration: underline;
}

.form-check-input:checked[type=checkbox] {
  border: 1px solid #393939;
}

.form-check-input:checked {
  background-color: #b34423;
  border-color: #b34423;
}

.cota02-show__form__inputs__formIput__input-submit {
  background-color: transparent;
  border-radius: 45px;
  border: 1px solid #ffffff !important;
  color: #ffffff;
  height: 28px;
  width: 100%;
  max-width: 120px;
  padding: 0 10px;
  font-size: 1.125rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 400;
}
.cota02-show__form__inputs__formIput__input-submit:hover {
  color: #9cb40d;
  background-color: #ffffff;
  transition: ease 1s;
}

.cota02-show__form__item__input {
  width: 100%;
}

.cota01-show__form__item {
  width: 100% !important;
}

.cota02__form__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 472px;
  height: 100%;
}
.cota02__form__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 991.98px) {
  .cota02__form__bg {
    display: none;
  }
}

.cota02__boxForm__item {
  width: 60.333333%;
}
@media (max-width: 575.98px) {
  .cota02__boxForm__item {
    width: 100%;
  }
}

.cota02-show__form__compliance a {
  color: #9cb40d;
}

/* BEGIN STYLE */
.blog01 {
  padding: 80px 0;
}
@media (max-width: 785.98px) {
  .blog01 {
    padding: 50px 20px;
  }
}
.blog01__header {
  text-align: center;
  margin-bottom: 85px;
}
@media (max-width: 785.98px) {
  .blog01__header {
    margin-bottom: 40px;
  }
}
.blog01__header__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #404040;
  display: block;
}
@media (max-width: 785.98px) {
  .blog01__header__title {
    font-size: 1.875rem;
  }
}
.blog01__header__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #b3b3b3;
}
@media (max-width: 785.98px) {
  .blog01__header__subtitle {
    font-size: 1.125rem;
  }
}
.blog01__header__line {
  background-color: #404040;
  width: 100%;
  display: block;
  margin: 17px 0 30px;
}
.blog01__header__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 500;
  color: #353534;
}
@media (max-width: 785.98px) {
  .blog01__header__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
@media (max-width: 785.98px) {
  .blog01__boxs {
    margin: 0;
    padding: 0 40px 0 0;
  }
}
@media (max-width: 785.98px) {
  .blog01__boxs .owl-stage-outer {
    padding: 0;
    overflow: visible;
  }
}
.blog01__boxs__carousel .owl-dots {
  text-align: center;
  margin-top: 56px;
  justify-content: flex-start;
}
.blog01__boxs__carousel .owl-dots .owl-dot {
  width: 33.4px;
  height: 21px;
  display: inline-block;
  background-color: #ccc;
  margin: 0 6px;
  border-radius: 0;
}
.blog01__boxs__carousel .owl-dots .owl-dot.active {
  background-color: #3f3f3f;
}
.blog01__boxs__carousel .owl-dots .owl-dot:hover {
  background-color: #3f3f3f;
}
.blog01__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog01__boxs__item__image {
  margin-bottom: 0;
  height: 285px;
  display: block;
}
.blog01__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.blog01__boxs__item__description {
  height: 107px;
  background-color: #e6e6e6;
  padding: 0 20px;
}
.blog01__boxs__item__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 785.98px) {
  .blog01__boxs__item__title {
    font-size: 1.125rem;
  }
}
.blog01__boxs__item__icon {
  width: 34px !important;
}
.blog01__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #000000;
  background: #efefef;
  width: 100%;
  max-width: 177px;
  height: 45px;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  margin: 24px 0 0 auto;
}
@media (max-width: 785.98px) {
  .blog01__cta {
    margin-top: -32px;
    position: relative;
    z-index: 100;
    font: 0.938rem "PT Sans", sans-serif, arial;
    font-weight: 700;
    width: 147px;
  }
}
.blog01__cta__icon {
  height: 25px !important;
  width: 25px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog01__cta:hover {
  color: #ffffff;
  background-color: #000000;
}
.blog01__cta:hover .blog01__cta__icon {
  filter: invert(1) grayscale(1);
}

.blog01-page .container-estatico {
  margin-top: 102px;
}
.blog01-page__header {
  height: 60px;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #9cb40d;
}
.blog01-page__header .container {
  position: relative;
}
@media (max-width: 575.98px) {
  .blog01-page__header .container {
    padding: 0 15px !important;
  }
}
.blog01-page__header__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #353534;
  height: 100%;
  text-align: initial;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .blog01-page__header__title {
    text-align: center;
  }
}
.blog01-page__header__category {
  width: 100%;
  margin-top: 0;
  position: absolute;
  bottom: -92px;
  z-index: 2;
  right: 50%;
  transform: translate(50%, 10px);
}
@media (max-width: 409.98px) {
  .blog01-page__header__category {
    padding-left: 73px !important;
  }
}
@media (max-width: 575.98px) {
  .blog01-page__header__category {
    padding-left: 90px !important;
  }
}
@media (max-width: 785.98px) {
  .blog01-page__header__category {
    padding-right: 60px;
    display: block !important;
    padding-left: 138px;
  }
  .blog01-page__header__category .owl-stage-outer {
    overflow: visible;
  }
}
.blog01-page__header__category__item {
  border: 1px solid #353534;
  border-radius: 6px;
  color: #000000;
  background-color: transparent;
  width: auto;
  display: table;
  padding: 7px 40px;
  list-style: none;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  margin: 0 10px;
}
@media (max-width: 785.98px) {
  .blog01-page__header__category__item {
    font: 0.938rem "PT Sans", sans-serif, arial;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
  }
}
.blog01-page__header__category__item:hover {
  border: 1px solid #9cb40d;
  color: #ffffff;
  background-color: #9cb40d;
  transition: ease 1s;
}
.blog01-page__header__category__item::after {
  content: "";
  visibility: hidden;
  opacity: 0;
  margin: 12px auto 0;
  border-top: 10px solid #000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transition: all ease 0.3s;
  display: none;
}
.blog01-page__header__category__item--active::after, .blog01-page__header__category__item:hover::after {
  visibility: visible;
  opacity: 1;
}
.blog01-page__boxs {
  padding-bottom: 80px;
}
@media (max-width: 785.98px) {
  .blog01-page__boxs {
    padding-bottom: 50px;
    margin: 0;
  }
}
.blog01-page__boxs__featured {
  padding: 80px 0;
}
@media (max-width: 785.98px) {
  .blog01-page__boxs__featured {
    padding: 50px 0;
  }
}
.blog01-page__boxs__featured__item {
  width: 50%;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured__item__content {
    flex-direction: column;
  }
}
@media (max-width: 785.98px) {
  .blog01-page__boxs__featured__item__content {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured__item__image {
    width: 100%;
  }
}
@media (max-width: 785.98px) {
  .blog01-page__boxs__featured__item__image {
    padding: 0;
    margin: 0 0 20px 0;
  }
}
.blog01-page__boxs__featured__item__description {
  padding-left: 68px;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured__item__description {
    width: 100%;
  }
}
@media (max-width: 785.98px) {
  .blog01-page__boxs__featured__item__description {
    padding: 0;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.blog01-page__boxs__featured__item__category {
  border: 1px solid #9cb40d;
  border-radius: 6px;
  background-color: transparent;
  min-width: 177px;
  display: table;
  padding: 10px;
  text-align: center;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #9cb40d;
}
.blog01-page__boxs__featured__item__category:hover {
  color: #ffffff;
  background-color: #9cb40d;
  transition: ease 1s;
}
@media (max-width: 785.98px) {
  .blog01-page__boxs__featured__item__category {
    font: 0.813rem "PT Sans", sans-serif, arial;
  }
}
.blog01-page__boxs__featured__item__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #353534;
  margin-top: 23px;
}
@media (max-width: 785.98px) {
  .blog01-page__boxs__featured__item__title {
    font-size: 1.875rem;
  }
}
.blog01-page__boxs__featured__item__date-publish {
  font: 0.875rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  line-height: 22px;
  letter-spacing: 0.2px;
}
@media (max-width: 785.98px) {
  .blog01-page__boxs__featured__item__date-publish {
    font: 0.813rem "PT Sans", sans-serif, arial;
  }
}
.blog01-page__boxs__featured__item__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  margin-top: 32px;
  line-height: 22px;
  letter-spacing: 0.2px;
}
@media (max-width: 785.98px) {
  .blog01-page__boxs__featured__item__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.blog01-page__boxs__featured__item__cta {
  font: 0.875rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #ffffff;
  max-width: 43px !important;
  border-radius: 100%;
  padding: 10px 15px;
  background-color: #9cb40d;
  border: 1px solid #9cb40d;
  display: block;
  max-width: 177px;
  margin-top: 70px;
}
.blog01-page__boxs__featured__item__cta img {
  display: none !important;
}
@media (max-width: 785.98px) {
  .blog01-page__boxs__featured__item__cta {
    font: 0.938rem "PT Sans", sans-serif, arial;
    align-self: center;
    margin-left: inherit !important;
  }
}
.blog01-page__boxs__featured__item__cta__icon {
  width: 25px !important;
}
.blog01-page__boxs__featured__item__cta:hover {
  color: #9cb40d;
  background-color: #ffffff;
  transition: ease 1s;
}
.blog01-page__boxs__featured__item__cta:hover .blog01-page__boxs__featured__item__cta__icon {
  filter: invert(1) grayscale(1);
}
.blog01-page__boxs__featured__carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #353534;
  opacity: 60%;
  margin: 0 6px;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot.active {
  background-color: #9cb40d !important;
  opacity: inherit;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot:hover {
  background-color: #9cb40d !important;
}
.blog01-page__boxs__item {
  margin-bottom: 75px;
}
@media (max-width: 785.98px) {
  .blog01-page__boxs__item {
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
    padding: 0 39px;
  }
}
.blog01-page__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog01-page__boxs__item__image {
  margin-bottom: 0;
  height: 285px;
  display: block;
}
.blog01-page__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
}
.blog01-page__boxs__item__date-publish {
  font: 0.875rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  letter-spacing: 0.2px;
  line-height: 22px;
}
@media (max-width: 785.98px) {
  .blog01-page__boxs__item__date-publish {
    font: 0.813rem "PT Sans", sans-serif, arial;
  }
}
.blog01-page__boxs__item__description {
  padding: 25px;
  background-color: #dadada;
  border-radius: 0 0 25px 25px;
}
.blog01-page__boxs__item__title {
  font-size: 1.563rem;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 785.98px) {
  .blog01-page__boxs__item__title {
    font-size: 1.125rem;
  }
}
.blog01-page__boxs__item__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 500;
  color: #353534;
  letter-spacing: 0.2px;
  line-height: 22px;
}
@media (max-width: 785.98px) {
  .blog01-page__boxs__item__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.blog01-page__boxs__item__icon {
  width: 34px !important;
}

.blog01-show {
  padding: 80px 0;
}
@media (max-width: 785.98px) {
  .blog01-show {
    padding: 50px 30px;
  }
}
.blog01-show__item__title {
  font-size: 3.125rem;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 785.98px) {
  .blog01-show__item__title {
    font-size: 1.875rem;
  }
}
.blog01-show__item__published {
  font: 0.875rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
}
@media (max-width: 785.98px) {
  .blog01-show__item__published {
    font: 0.813rem "PT Sans", sans-serif, arial;
  }
}
.blog01-show__item__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 500;
  color: #353534;
  margin-top: 20px;
  line-height: 22px;
  letter-spacing: 0.2px;
}
@media (max-width: 785.98px) {
  .blog01-show__item__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.blog01-show__item__description {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  line-height: 27px;
}
.blog01-show__item__description ul,
.blog01-show__item__description ol {
  margin: 20px 0;
}
@media (max-width: 785.98px) {
  .blog01-show__related {
    margin-top: 80px;
  }
}
.blog01-show__related__title {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 785.98px) {
  .blog01-show__related__title {
    font-size: 1.063rem;
  }
}
.blog01-show__boxs__item {
  margin-bottom: 75px;
}
@media (max-width: 785.98px) {
  .blog01-show__boxs__item {
    margin: 0;
    margin-bottom: 30px;
  }
}
.blog01-show__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog01-show__boxs__item__image {
  margin-bottom: 20px;
  height: 285px;
  display: block;
}
.blog01-show__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}
.blog01-show__boxs__item__date-publish {
  font: 0.875rem "PT Sans", sans-serif, arial;
  font-weight: 400;
  color: #353534;
  letter-spacing: 0.2px;
}
@media (max-width: 785.98px) {
  .blog01-show__boxs__item__date-publish {
    font: 0.813rem "PT Sans", sans-serif, arial;
  }
}
.blog01-show__boxs__item__description {
  padding: 0 15px;
}
@media (max-width: 785.98px) {
  .blog01-show__boxs__item__description {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.blog01-show__boxs__item__title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 785.98px) {
  .blog01-show__boxs__item__title {
    font-size: 1.125rem;
  }
}
.blog01-show__boxs__item__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 500;
  color: #353534;
  margin-top: 20px;
  letter-spacing: 0.2px;
  line-height: 22px;
}
@media (max-width: 785.98px) {
  .blog01-show__boxs__item__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.blog01-show__boxs__item__icon {
  width: 34px !important;
}

.blog01-page__boxs__featured__item__image {
  height: auto;
}

.blog01-page__boxs__featured__item__image__img {
  border-radius: 13px;
  height: 100%;
}

.blog01-page__boxs__featured__item__content {
  align-items: flex-start !important;
}

.blog01-page__boxs__item {
  width: 50%;
}
@media (max-width: 575.98px) {
  .blog01-page__boxs__item {
    width: 100%;
    padding: 0 39px;
  }
}

.blog01-page .box-estatico {
  width: 100% !important;
}
@media (max-width: 991.98px) {
  .blog01-page .box-estatico {
    padding: 0 35px;
  }
}

.blog01-show__item__image {
  width: 100%;
  height: auto;
}
.blog01-show__item__image img {
  border-radius: 13px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 785.98px) {
  .blog01-show__item {
    text-align: center;
  }
}

.blog01-page__header-estatico {
  background-color: #dadada;
  display: flex;
}
@media (max-width: 785.98px) {
  .blog01-page__header-estatico {
    padding: 0 15px;
  }
}

/* BEGIN STYLE */
.copa01-page__header {
  text-align: center;
  background-color: #EFEFEF;
  padding: 87px 0;
  margin: 0;
}
.copa01-page__header__container {
  margin-bottom: 25px;
}
.copa01-page__header__title {
  font-size: 3.125rem;
  font-family: "PT Sans", sans-serif, arial;
  color: #000000;
  display: block;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .copa01-page__header__title {
    font-size: 1.875rem;
  }
}
.copa01-page__content {
  padding: 45px 0 120px;
}
.copa01-page__content__icon {
  width: 36px;
  margin: 10px auto;
  display: table;
}
.copa01-page__content__container {
  text-align: center;
  margin-bottom: 35px;
}
.copa01-page__content__title {
  font-size: 2.5rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #404040;
  display: block;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .copa01-page__content__title {
    font-size: 1.875rem;
  }
}
.copa01-page__content__subtitle {
  font-size: 1.25rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #404040;
  display: block;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .copa01-page__content__subtitle {
    font-size: 1.125rem;
  }
}
.copa01-page__content__line {
  width: 100%;
  background-color: #404040;
  margin-bottom: 35px;
}
.copa01-page__content__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 500;
  padding: 0 30px;
  color: #404040;
  line-height: 25px;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .copa01-page__content__paragraph {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.copa01-page__archives {
  margin-top: 50px;
}
.copa01-page__archives__item {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #000000;
  display: table;
  margin: 0 25px 0 0;
  max-width: 100%;
  padding: 10px 15px;
  background-color: #cacaca;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .copa01-page__archives__item {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.copa01-page__archives__item:hover {
  color: #ffffff;
  background-color: #000000;
}
.copa01-page__archives__item:hover .copa01__archives__item__icon {
  filter: invert(1) grayscale(1);
}

/* BEGIN STYLE */
.comp01-page__header {
  text-align: center;
  background-color: #efefef;
  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: "PT Sans", sans-serif, arial;
  color: #000000;
  display: block;
}
@media (max-width: 785.98px) {
  .comp01-page__header__title {
    font-size: 1.875rem;
  }
}
.comp01-page .container-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  padding-bottom: 85px !important;
}
.comp01-page__content {
  padding: 45px;
  width: 49%;
}
@media (max-width: 785.98px) {
  .comp01-page__content {
    width: 100%;
  }
}
.comp01-page__content:first-child {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 0 45px;
}
.comp01-page__content__icon {
  width: 74px;
  height: auto;
  margin: 10px auto;
  display: table;
  -o-object-fit: cover;
     object-fit: cover;
}
.comp01-page__content__container {
  text-align: center;
  margin-bottom: 35px;
}
.comp01-page__content__title {
  font-size: 1.25rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #9cb40d;
  display: block;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .comp01-page__content__title {
    font-size: 1.125rem;
  }
}
.comp01-page__content__subtitle {
  font-size: 1.25rem;
  font-family: "PT Sans", sans-serif, arial;
  font-weight: 700;
  color: #9cb40d;
  display: block;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .comp01-page__content__subtitle {
    font-size: 1.125rem;
  }
}
.comp01-page__content__line {
  width: 100%;
  background-color: #404040;
  margin-bottom: 35px;
  display: none;
}
.comp01-page__content__paragraph {
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 500;
  padding: 0 30px;
  color: #000000;
  line-height: 25px;
  text-align: center;
}
@media (max-width: 785.98px) {
  .comp01-page__content__paragraph {
    font-family: "PT Sans", sans-serif, arial;
    font-size: 1rem;
  }
}
.comp01-page__archives {
  margin-top: 50px;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.comp01-page__archives__item {
  flex-direction: row;
  justify-content: center;
  border: 1px solid #9cb40d;
  border-radius: 6px;
  background-color: #9cb40d;
  color: #ffffff;
  width: auto;
  padding: 7px 52px;
  font: 1rem "PT Sans", sans-serif, arial;
  font-weight: 700;
  white-space: break-spaces;
  text-align: center;
}
.comp01-page__archives__item img {
  display: none;
}
@media (min-width: 576px) and (max-width: 785.98px) {
  .comp01-page__archives__item {
    font: 0.938rem "PT Sans", sans-serif, arial;
  }
}
.comp01-page__archives__item:hover {
  background-color: #ffffff;
  color: #9cb40d;
  transition: ease 1s;
}
.comp01-page__archives__item:hover .comp01__archives__item__icon {
  filter: invert(1) grayscale(1);
}
