@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);
@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: 1.2em;
  height: 1.2em;
  margin-top: 0;
}

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

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

body::-webkit-scrollbar-thumb {
  background: rgba(8, 39, 67, 0.8);
}

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

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: #082743 !important;
}

.text-secondary {
  color: #61B336 !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-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 95% !important;
    padding-left: 0 !important;
    padding-right: 0 !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-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1143px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1143px !important;
    padding-left: 0 !important;
    padding-right: 0 !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(8, 39, 67, 0.5);
}

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #082743;
  border-color: #082743;
}
.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(8, 39, 67, 0.9);
  border-color: rgba(8, 39, 67, 0.9);
}
.btn-primary:focus,
.btn-primary:disabled:focus,
.btn-primary.disabled:focus {
  box-shadow: 0 0 0 0.25rem rgba(8, 39, 67, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(8, 39, 67, 0.9);
  border-color: rgba(8, 39, 67, 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(8, 39, 67, 0.5);
}

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

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

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

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

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

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

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

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

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

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

.form102 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form102 .container--pd {
  padding: 58px 0 58px 0 !important;
}
@media (max-width: 991.98px) {
  .form102 .container--pd {
    width: 71% !important;
  }
}
@media (max-width: 991.98px) {
  .form102__content {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__subtitle {
  color: #082743;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 328px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__subtitle {
    font-size: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .form102__content__subtitle {
    max-width: inherit;
  }
}
.form102__content__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph {
    width: 100%;
  }
}
.form102__content__paragraph p {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #61B336;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph p {
    font: 0.8125rem "Montserrat", 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: #000 !important;
  border-color: #000;
}
.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: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form102__content input::-moz-placeholder {
  background-color: #fff !important;
}
.form102__content input::placeholder {
  background-color: #fff !important;
}
.form102__content__cta {
  margin-left: 109px;
  margin-top: -21px;
  background-color: #fff;
  color: #082743;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 0.9375rem "Montserrat", 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: #000;
  color: #fff;
  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: 767.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;
}

.form01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaebe9;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 575.98px) {
  .form01 {
    padding-top: 50px;
  }
}
.form01__boxLeft {
  padding: 0 38px;
}
@media (max-width: 767.98px) {
  .form01__boxLeft {
    margin-bottom: 25px;
    padding: 0 1.2rem;
  }
}
.form01__boxLeft__content {
  margin-bottom: 5.56rem;
}
.form01__boxLeft__content__title {
  margin-bottom: 0.75rem;
  font-size: 1.5625rem;
  font-weight: 500;
  color: #082743;
  font-family: "Montserrat", sans-serif, arial;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__content__title {
    font-size: 1.0625rem;
  }
}
.form01__boxLeft__content__paragraph {
  max-width: 592px;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__content__paragraph {
    width: 100%;
  }
}
.form01__boxLeft__content__paragraph p {
  font-size: 1.125rem;
  color: #00A2DE;
  font-weight: 400;
  font-family: "Montserrat", sans-serif, arial;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__content__paragraph p {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .form01__boxLeft .accept-term-edit {
    flex-direction: column !important;
    padding: 0 !important;
  }
}
.form01__boxLeft__form {
  justify-content: space-between;
  flex-direction: column !important;
}
.form01__boxLeft__form .input__item--textarea label {
  top: 12%;
}
.form01__boxLeft__form .input__item {
  width: 75%;
  padding: 0;
}
@media (max-width: 767.98px) {
  .form01__boxLeft__form .input__item {
    width: 100%;
  }
}
.form01__boxLeft__form .input__item label {
  color: rgba(0, 0, 0, 0.8) !important;
  padding-left: 0;
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  letter-spacing: 0.01875rem;
}
.form01__boxLeft__form .input__item .form-placeholder {
  background-color: transparent !important;
  border: none !important;
}
.form01__boxLeft__form .input__item textarea {
  background: transparent !important;
  height: 80px !important;
  border-bottom: 1px solid rgb(0, 0, 0) !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px !important;
  padding: 0 !important;
  padding-top: 1rem !important;
}
.form01__boxLeft__form .input__item input {
  background-color: transparent !important;
  color: #000 !important;
  border-radius: 0 !important;
  height: 2.9375rem !important;
  padding: 0 !important;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  color: rgba(0, 0, 0, 0.8) !important;
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  letter-spacing: 0.01875rem;
}
.form01__boxLeft__form .input__item input::-moz-placeholder {
  color: #000 !important;
}
.form01__boxLeft__form .input__item input::placeholder {
  color: #000 !important;
}
.form01__boxLeft__form__checkbox-label {
  font: 0.8125rem "Montserrat", sans-serif, arial;
  margin-top: 16px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 4px;
}
@media (max-width: 767.98px) {
  .form01__boxLeft__form__checkbox-label {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
@media (max-width: 575.98px) {
  .form01__boxLeft__form__checkbox-label {
    font-size: 12px;
  }
}
.form01__boxLeft__form__checkbox-label .form-check-input[type=checkbox] {
  border-radius: 100%;
}
.form01__boxLeft__form__checkbox-label .form-check-input:checked[type=checkbox] {
  border: solid 1px #082743;
  background-color: #082743;
}
@media (max-width: 575.98px) {
  .form01__boxLeft__form__checkbox-label label {
    font-size: 10px;
  }
}
.form01__boxLeft__form__checkbox-label a {
  color: #00A2DE;
}
@media (max-width: 575.98px) {
  .form01__boxLeft__form__checkbox-label a {
    font-size: 10px;
  }
}
.form01__boxLeft__form button {
  margin-top: 77px;
}
.form01__boxRight__image {
  height: 434px;
  max-width: 100%;
  width: 100%;
}
.form01__boxRight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form02 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form02 .container--pd {
  padding: 91px 0 45px 0 !important;
}
@media (max-width: 767.98px) {
  .form02 .container--pd {
    padding: 73px 0 45px 0 !important;
    max-width: 83% !important;
  }
}
.form02__content__title {
  font-size: 1.5625rem;
  color: #000;
  margin-bottom: 17px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__title {
    font-size: 1.25rem;
  }
}
.form02__content__paragraph {
  max-width: 592px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph {
    width: 100%;
  }
}
.form02__content__paragraph p {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #082743;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph p {
    font: 0.8125rem "Montserrat", sans-serif, arial;
  }
}
.form02__content__form {
  display: flex;
  margin-top: 48px;
}
.form02__content__form div {
  padding: 0;
}
@media (max-width: 767.98px) {
  .form02__content__form div {
    flex-direction: column;
  }
}
.form02__content .input__item {
  width: 32.333333%;
}
@media (max-width: 767.98px) {
  .form02__content .input__item {
    width: 100%;
  }
}
.form02__content label {
  width: auto !important;
}
.form02__content input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form02__content input::-moz-placeholder {
  background-color: #fff !important;
}
.form02__content input::placeholder {
  background-color: #fff !important;
}
.form02__content__cta {
  background-color: #fff;
  color: #082743;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form02__content__cta:hover {
  background-color: #000;
  color: #fff;
  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: 767.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: 767.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.5625rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__title {
    font-size: 1.25rem;
    margin-bottom: 17px;
  }
}
.lifo__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph {
    width: 100%;
  }
}
.lifo__boxLeft__paragraph p {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #61B336;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph p {
    font: 0.8125rem "Montserrat", 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: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.lifo__boxLeft input::-moz-placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft input::placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft__cta {
  background-color: #fff;
  color: #082743;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.lifo__boxLeft__cta:hover {
  background-color: #000;
  color: #fff;
  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: 767.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: #fff;
  font-size: 11px;
}
.lifo .fancybox__backdrop {
  background: #082743 !important;
}

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

.form__file input {
  display: none;
}

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

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

.jq-toast-single h2 {
  font-family: "Montserrat", 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: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  padding-left: 15px;
  transform: translate(0, -50%);
  transition: ease all 0.3s;
}
.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: transparent !important;
  height: 40px;
  position: relative;
  z-index: 2;
}
.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 > .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirmation__header__wrapper-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.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: 767.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: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .confirmation__header__subtitle {
    font-size: 1.25rem;
  }
}

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

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

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

.fadeInBottom, .cota04__boxForm:after {
  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, .animated.cota04__boxForm:after {
  transform: translateY(0);
}

.delay-group:nth-child(1) {
  transition-delay: 0.4s;
}
.delay-group:nth-child(2) {
  transition-delay: 0.7s;
}
.delay-group:nth-child(3) {
  transition-delay: 1s;
}
.delay-group:nth-child(4) {
  transition-delay: 1.3s;
}
.delay-group:nth-child(5) {
  transition-delay: 1.6s;
}
.delay-group:nth-child(6) {
  transition-delay: 1.9s;
}
.delay-group:nth-child(7) {
  transition-delay: 2.2s;
}
.delay-group:nth-child(8) {
  transition-delay: 2.5s;
}
.delay-group:nth-child(9) {
  transition-delay: 2.8s;
}
.delay-group:nth-child(10) {
  transition-delay: 3.1s;
}
.delay-group:nth-child(11) {
  transition-delay: 3.4s;
}
.delay-group:nth-child(12) {
  transition-delay: 3.7s;
}
.delay-group:nth-child(13) {
  transition-delay: 4s;
}
.delay-group:nth-child(14) {
  transition-delay: 4.3s;
}
.delay-group:nth-child(15) {
  transition-delay: 4.6s;
}
.delay-group:nth-child(16) {
  transition-delay: 4.9s;
}
.delay-group:nth-child(17) {
  transition-delay: 5.2s;
}
.delay-group:nth-child(18) {
  transition-delay: 5.5s;
}
.delay-group:nth-child(19) {
  transition-delay: 5.8s;
}
.delay-group:nth-child(20) {
  transition-delay: 6.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;
}

/* BEGIN OF THEME */
.comp01-page__content__title, .cota04__form__action__boxAction__description__title, .cota04__boxForm__item__content__description__subtitle, .cota02__form__header__paragraph p, .abou01-page__topic:after, .abou01-page__content__subtitle, .cont12__title, #TOPI01 .header-topic .container-title .subtitle, .cont02__subtitle, .blog01-show__related__header__subtitle, .blog01-show__item__title, .blog01-page__boxs__featured__item__title, .blog01__header__title, .bran01__encompass__title, .lightbox-serv08__top__title, .lightbox-serv08__content__right__titulo, .serv08-top__subtitle, .serv08__title, .lightbox-prod02__title, .prod02__page__header__subtitle, .prod02__navigation__content__encompass__subtitle, .blog01-show__boxs__item__title, .blog01-page__boxs__item__title, .blog01__boxs__item__title, .prod02__page__content__product__item__description__title {
  font-size: 1.875rem;
  color: #082743;
  font-weight: 600;
  font-family: "Montserrat", sans-serif, arial;
  text-align: left;
}
@media (max-width: 767.98px) {
  .comp01-page__content__title, .cota04__form__action__boxAction__description__title, .cota04__boxForm__item__content__description__subtitle, .cota02__form__header__paragraph p, .abou01-page__topic:after, .abou01-page__content__subtitle, .cont12__title, #TOPI01 .header-topic .container-title .subtitle, .cont02__subtitle, .blog01-show__related__header__subtitle, .blog01-show__item__title, .blog01-page__boxs__featured__item__title, .blog01__header__title, .bran01__encompass__title, .lightbox-serv08__top__title, .lightbox-serv08__content__right__titulo, .serv08-top__subtitle, .serv08__title, .lightbox-prod02__title, .prod02__page__header__subtitle, .prod02__navigation__content__encompass__subtitle, .blog01-show__boxs__item__title, .blog01-page__boxs__item__title, .blog01__boxs__item__title, .prod02__page__content__product__item__description__title {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 33.11px;
  }
}
.blog01-show__boxs__item__title, .blog01-page__boxs__item__title, .blog01__boxs__item__title, .prod02__page__content__product__item__description__title {
  font-weight: 700;
  color: #fff;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item__title, .blog01-page__boxs__item__title, .blog01__boxs__item__title, .prod02__page__content__product__item__description__title {
    letter-spacing: 0.4px;
  }
}
.blog01-show__item__published, .blog01-page__boxs__featured__item__date-publish {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #00A2DE;
  line-height: 21.12px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .blog01-show__item__published, .blog01-page__boxs__featured__item__date-publish {
    font-size: 1.0625rem;
  }
}
.comp01-page__content__subtitle, .cota04__boxForm__item__content__description__title, .cota02__form__header__title, .abou01-page__content__title, #TOPI01 .header-topic .container-title .title, .cont02__title, .blog01-show__related__header__title, .serv08-top__title, .prod02__page__header__title, .prod02__navigation__content__encompass__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 16px;
  color: #00A2DE;
}
@media (max-width: 767.98px) {
  .comp01-page__content__subtitle, .cota04__boxForm__item__content__description__title, .cota02__form__header__title, .abou01-page__content__title, #TOPI01 .header-topic .container-title .title, .cont02__title, .blog01-show__related__header__title, .serv08-top__title, .prod02__page__header__title, .prod02__navigation__content__encompass__title {
    font-size: 1.125rem;
  }
}
.serv08 .serv08-box__top__price {
  color: #082743;
  text-align: left;
  line-height: 110.357%;
  font-weight: 600;
  margin-top: 28px;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
}
.serv08 .serv08-box__top__price span {
  color: #082743;
  text-align: left;
  line-height: 110.357%;
  font-weight: 600;
  margin-bottom: 0.81rem;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
}
@media (max-width: 767.98px) {
  .serv08 .serv08-box__top__price span {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .serv08 .serv08-box__top__price {
    font-size: 1.125rem;
  }
}
.comp01-page__archives__item, .comp01-page__content__paragraph, .cota04__boxForm__item__content__description__paragraph, .abou01-page__content__paragraph, .cont12__list__item__title, #TOPI01 .container-box .box-topic .content .container-info .description .paragraph, .blog01-show__item__description, .blog01-page__boxs__featured__item__paragraph, .lightbox-serv08__top__center__list__item, .lightbox-serv08__top__center__list, .lightbox-serv08__content__right__descricao p, .serv08-top__desc, .serv08__desc, .prod02__page__header__description, .prod02__navigation__paragraph, .blog01-show__boxs__item__paragraph, .blog01-page__boxs__item__paragraph, .blog01__boxs__item__desc {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  color: black;
  line-height: 24.579px;
  font-weight: 400;
}
.comp01-page__archives__item p, .comp01-page__content__paragraph p, .cota04__boxForm__item__content__description__paragraph p, .abou01-page__content__paragraph p, .cont12__list__item__title p, #TOPI01 .container-box .box-topic .content .container-info .description .paragraph p, .blog01-show__item__description p, .blog01-page__boxs__featured__item__paragraph p, .lightbox-serv08__top__center__list__item p, .lightbox-serv08__top__center__list p, .lightbox-serv08__content__right__descricao p p, .serv08-top__desc p, .serv08__desc p, .prod02__page__header__description p, .prod02__navigation__paragraph p, .blog01-show__boxs__item__paragraph p, .blog01-page__boxs__item__paragraph p, .blog01__boxs__item__desc p {
  font: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
@media (max-width: 767.98px) {
  .comp01-page__archives__item, .comp01-page__content__paragraph, .cota04__boxForm__item__content__description__paragraph, .abou01-page__content__paragraph, .cont12__list__item__title, #TOPI01 .container-box .box-topic .content .container-info .description .paragraph, .blog01-show__item__description, .blog01-page__boxs__featured__item__paragraph, .lightbox-serv08__top__center__list__item, .lightbox-serv08__top__center__list, .lightbox-serv08__content__right__descricao p, .serv08-top__desc, .serv08__desc, .prod02__page__header__description, .prod02__navigation__paragraph, .blog01-show__boxs__item__paragraph, .blog01-page__boxs__item__paragraph, .blog01__boxs__item__desc {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.blog01-show__boxs__item__paragraph, .blog01-page__boxs__item__paragraph, .blog01__boxs__item__desc {
  color: white;
  opacity: 0.6;
  letter-spacing: 0.3px;
}
.cota04__form__inputs__formIput__input-submit, .cota04__form__dropdown ul li button, .cota04__form__category .nav li button, .cota02-show__form__inputs__formIput__input-submit, .blog01-page__boxs__featured__item__cta, .lightbox-serv08__cta, .serv08-categories-page__list__item a, .serv08-categories__list__item a, .serv08__cta, .lightbox-prod02__cta, .prod02__page__content__category li, .prod02__navigation__cta, .foot05__site__container-cta__cta, .form01__boxLeft__form button {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #082743;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  border-radius: 36px;
  padding: 16px 26px;
  transition: all ease 0.3s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.cota04__form__inputs__formIput__input-submit, .cota04__form__dropdown ul li button, .cota04__form__category .nav li button, .cota02-show__form__inputs__formIput__input-submit, .blog01-page__boxs__featured__item__cta, .lightbox-serv08__cta, .serv08-categories-page__list__item a, .serv08-categories__list__item a, .serv08__cta, .lightbox-prod02__cta, .prod02__page__content__category li, .prod02__navigation__cta, .foot05__site__container-cta__cta, .form01__boxLeft__form button {
  border: solid 1px #082743;
  width: 166px;
  height: 43px;
}
.cota04__form__inputs__formIput__input-submit img, .cota04__form__dropdown ul li button img, .cota04__form__category .nav li button img, .cota02-show__form__inputs__formIput__input-submit img, .blog01-page__boxs__featured__item__cta img, .lightbox-serv08__cta img, .serv08-categories-page__list__item a img, .serv08-categories__list__item a img, .serv08__cta img, .lightbox-prod02__cta img, .prod02__page__content__category li img, .prod02__navigation__cta img, .foot05__site__container-cta__cta img, .form01__boxLeft__form button img {
  width: 0.71738rem !important;
  height: 0.71738rem !important;
  transform: rotate(2.054deg);
}
.cota04__form__inputs__formIput__input-submit:hover img, .cota04__form__dropdown ul li button:hover img, .cota04__form__category .nav li button:hover img, .cota02-show__form__inputs__formIput__input-submit:hover img, .blog01-page__boxs__featured__item__cta:hover img, .lightbox-serv08__cta:hover img, .serv08-categories-page__list__item a:hover img, .serv08-categories__list__item a:hover img, .serv08__cta:hover img, .lightbox-prod02__cta:hover img, .prod02__page__content__category li:hover img, .prod02__navigation__cta:hover img, .foot05__site__container-cta__cta:hover img, .form01__boxLeft__form button:hover img {
  filter: invert(1) grayscale(1);
}
.cota04__form__inputs__formIput__input-submit:hover, .cota04__form__dropdown ul li button:hover, .cota04__form__category .nav li button:hover, .cota02-show__form__inputs__formIput__input-submit:hover, .blog01-page__boxs__featured__item__cta:hover, .lightbox-serv08__cta:hover, .serv08-categories-page__list__item a:hover, .serv08-categories__list__item a:hover, .serv08__cta:hover, .lightbox-prod02__cta:hover, .prod02__page__content__category li:hover, .prod02__navigation__cta:hover, .foot05__site__container-cta__cta:hover, .form01__boxLeft__form button:hover {
  transition: all ease 0.3s;
  background-color: #082743;
  color: #fff;
}
/* BEGIN STYLE */
.custom-header #HEAD02 {
  background-image: url(../images/header-edit.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 178px;
}
@media (max-width: 767.98px) {
  .custom-header #HEAD02 {
    height: 117px;
  }
}

#HEAD02 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 0;
}
#HEAD02 .container-header {
  min-height: 89px;
}
@media (max-width: 767.98px) {
  #HEAD02 .container-header {
    width: 95% !important;
    margin: 0 auto;
  }
}
#HEAD02 .container-header #logoHeader img {
  width: 10.1875rem;
}
@media (max-width: 767.98px) {
  #HEAD02 .container-header #logoHeader img {
    width: 155px;
  }
}
@media (max-width: 1199.98px) {
  #HEAD02 .container-navigation {
    margin: 0 16px;
  }
}
#HEAD02 .container-navigation nav {
  margin-right: 16px;
}
#HEAD02 .container-navigation .menu-list {
  display: flex;
  align-items: center;
  gap: 0 2.12rem;
}
@media (max-width: 1199.98px) {
  #HEAD02 .container-navigation .menu-list {
    gap: 24px;
  }
}
#HEAD02 .container-navigation .menu-list .menu-item {
  margin-right: 0;
  position: relative;
}
#HEAD02 .container-navigation .menu-list .menu-item:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item:hover:after {
  background-color: #00A2DE;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item .link {
  font-size: 0.8125rem;
  color: #fff;
  font-family: "Montserrat", sans-serif, arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
#HEAD02 .container-navigation .menu-list .menu-item .link:hover {
  color: #00A2DE;
}
#HEAD02 .container-navigation .menu-list .menu-item:last-child {
  margin-right: 0;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu {
  background-color: #082743;
  border-radius: 0 10px 10px;
  min-width: 165px;
  padding: 10px;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item {
  font: 0.8125rem "Montserrat", sans-serif, arial;
  color: #fff;
  margin-bottom: 11px;
  display: table;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:nth-of-type(2n+0), #HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: 2px;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:hover {
  color: #61B336;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:hover:after {
  width: 90%;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .menu-list {
    display: none;
  }
}
#HEAD02 .container-navigation .container-cta {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#HEAD02 .container-navigation .container-cta .btn-cta {
  border: 1px solid #FFF;
  width: 10.125rem;
  height: 2.3125rem;
  color: #FFF;
  border-radius: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  color: #fff;
  font-family: "Montserrat", sans-serif, arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
#HEAD02 .container-navigation .container-cta .btn-cta.show {
  border-radius: 17px 17px 0 0;
  background-color: #61B336;
}
#HEAD02 .container-navigation .container-cta .btn-cta:hover {
  background-color: #61B336;
}
#HEAD02 .container-navigation .container-cta .btn-cta .menu-arrow {
  border-top-color: #fff;
  margin-left: 10px;
  margin-right: -25px;
  margin-bottom: 3px;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right {
  background-color: #082743;
  border-radius: 0 10px 10px;
  min-width: 260px;
  flex-wrap: wrap;
  padding: 10px;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right.show {
  display: flex;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right:after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item {
  font: 0.8125rem "Montserrat", sans-serif, arial;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 11px;
  margin-right: 11px;
  display: table;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:nth-of-type(2n+0), #HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:hover {
  color: #61B336;
}
@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: "Montserrat", sans-serif, arial;
  font-weight: 600;
  color: #082743;
  border-right: 1px solid rgba(8, 39, 67, 0.3);
  line-height: 15px;
}
#HEAD02 .container-navigation .social-network {
  margin-right: 20px;
}
#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: 767.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: #fff;
}
#HEAD02 .container-navigation .menu-sidebar-header:active .lines > i {
  background-color: rgb(138, 138, 138);
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .menu-sidebar-header {
    display: block;
  }
}

.header-scrolled {
  background: #082743;
  border-bottom: 2px solid #61B336;
}
.header-scrolled .container-navigation .menu-list .menu-item {
  transition: color 0.4s ease-in-out;
}

.btn-consultor {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  background-color: #082743;
  position: fixed;
  right: 0;
  top: 49%;
  width: 122px;
  height: 118px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 2000;
}
@media (max-width: 575.98px) {
  .btn-consultor {
    width: 90px;
    height: 90px;
    padding-left: 0;
  }
}
.btn-consultor img {
  width: 90px;
  height: 71.45px;
}

/* BEGIN STYLE */
.side02 {
  position: fixed;
  left: -100%;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EAEBE9;
  z-index: 1000;
  border-bottom: 4px solid #61B336;
  transition-duration: 0.6s;
}
.side02--show {
  left: 0;
  transition-duration: 0.6s;
}
.side02__scroll {
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.side02__scroll::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background: rgba(8, 39, 67, 0.5);
}
.side02__scroll::-webkit-scrollbar-thumb {
  background: rgba(8, 39, 67, 0.8);
}
.side02__scroll::-webkit-scrollbar-thumb:hover {
  background: #082743;
}
.side02__header {
  background-color: #082743;
  padding: 10px 20px 40px;
}
.side02__header__button-close__icon path {
  fill: #61B336;
}
.side02__header__button-close__icon:hover path {
  fill: #082743;
}
.side02__header__languages__item {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
  border-right: 1px solid #082743;
  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: #E4DACB;
}
.side02__container-logo {
  position: relative;
  background-color: #082743;
  padding-bottom: 40px;
  margin-bottom: 80px;
  border-bottom-left-radius: 30%;
  border-bottom-right-radius: 30%;
}
.side02__container-logo:after {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 150px;
  background-color: transparent;
  border-bottom-left-radius: 30%;
  border-bottom-right-radius: 30%;
  border-bottom: solid 3px #61B336;
  content: "";
}
.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: 70px;
}
.side02__navigation__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 42px;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  max-width: 412px;
  padding: 0;
}
@media (max-width: 575.98px) {
  .side02__navigation__wrapper {
    gap: 13px 0;
  }
}
.side02__navigation__item__link {
  width: 100%;
  margin-bottom: 8px;
  padding: 4px 16px;
  font-size: 0.8125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #082743;
  border-radius: 32px;
}
.side02__navigation__item__link:active, .side02__navigation__item__link:focus {
  background-color: #61B336;
  color: #fff;
}
.side02__navigation__dropdown {
  width: 100%;
  border-radius: 0;
  background-color: #E4DACB;
  padding: 0 20px;
}
.side02__navigation__sublink {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  display: block;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #dee2e6;
}
.side02__navigation__sublink:last-of-type {
  border: none;
}
.side02__container-cta {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.side02__container-cta__dropdown {
  display: table;
  margin: 0 auto;
}
.side02__container-cta__btn-cta {
  background-color: #000;
  border-radius: 50px;
  min-width: 175px;
  text-align: center;
  color: #fff;
  padding: 1px 15px;
  display: table;
}
.side02__container-cta__btn-cta:hover {
  color: #00A2DE;
}
.side02__container-cta__btn-cta .menu-arrow {
  border-top-color: #fff;
  margin-left: 10px;
  margin-right: -25px;
  margin-bottom: 3px;
}
.side02__container-cta__sublink {
  background-color: #404040;
  border-radius: 0;
  width: 200px;
  padding: 10px;
  left: 50% !important;
  transform: translate(-50%) !important;
  text-align: center;
}
.side02__container-cta__sublink__item {
  color: #000;
  display: block;
  padding: 12px 52px;
  border: 1px solid #61B336;
  border-radius: 48px;
  transition: all ease 0.2;
}
.side02__container-cta__sublink__item:hover, .side02__container-cta__sublink__item:active {
  transition: all ease 0.2;
  background-color: #61B336;
  color: #fff;
}
.side02__social {
  margin-bottom: 44px;
  gap: 24px;
}
.side02__social .social-link img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(78%) saturate(963%) hue-rotate(178deg) brightness(96%) contrast(99%);
}
.side02__social__item {
  color: #404040;
  font-size: 25px;
  margin: 0 5px;
}
.side02__footer {
  margin-bottom: 30px;
}
.side02__footer__item {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #082743;
  border-right: 2px solid #082743;
  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 */
.link-full {
  z-index: 200;
}

.foot05 {
  border-top: 3px solid #61B336;
}
.foot05__site {
  padding: 70px 0 0 0;
  background-color: #082743;
  /*         &__bottom {
      @include Flex($justify: space-between, $align: start);
      gap: 70px;

      @include medium-device-down {
          flex-wrap: wrap;
          justify-content: center;
      }
  } */
}
.foot05__site ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.foot05__site__main {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 100px !important;
  position: relative;
}
@media (max-width: 991.98px) {
  .foot05__site__main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 170px !important;
  }
}
.foot05__site__logo {
  display: block;
  width: 255px;
  height: 248px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.foot05__site__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .foot05__site__logo {
    width: auto;
    height: auto;
    margin-bottom: 48px;
  }
}
.foot05__site__nav {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 54px;
}
@media (max-width: 991.98px) {
  .foot05__site__nav {
    margin-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  .foot05__site__nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .foot05__site__nav {
    gap: 32px;
    width: 100%;
  }
}
.foot05__site__nav__list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px 20px;
}
@media (max-width: 991.98px) {
  .foot05__site__nav__list {
    align-items: center;
    justify-content: center;
  }
}
.foot05__site__nav__list__title {
  display: none;
  width: 100%;
  max-width: 380px;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media (max-width: 767.98px) {
  .foot05__site__nav__list__title {
    font-size: 1.0625rem;
  }
}
.foot05__site__nav__list__title a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
}
.foot05__site__nav__list__item {
  padding-bottom: 4px;
  transition: all ease 0.3s;
}
.foot05__site__nav__list__item a {
  font: 0.8125rem "Montserrat", sans-serif, arial;
  color: #fff;
}
@media (max-width: 767.98px) {
  .foot05__site__nav__list__item a {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.foot05__site__nav__list__item a:hover {
  color: #00A2DE;
  transition: all ease 0.3s;
}
@media (max-width: 575.98px) {
  .foot05__site__nav__list {
    width: 100%;
    max-width: none;
  }
}
.foot05__site__right {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media (max-width: 991.98px) {
  .foot05__site__right {
    align-items: center;
    justify-content: center;
  }
}
.foot05__site__right__contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .foot05__site__right__contacts {
    align-items: center;
    margin-bottom: 40px;
  }
}
.foot05__site__right__contacts__tel {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  color: #fff;
  text-decoration: none;
}
.foot05__site__right__contacts__tel:hover {
  color: #00A2DE;
  transition: all ease 0.3s;
}
.foot05__site__right__contacts__mail {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  color: #fff;
  text-decoration: none;
  margin-bottom: 16px;
}
.foot05__site__right__contacts__mail:hover {
  color: #00A2DE;
  transition: all ease 0.3s;
}
.foot05__site__right__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .foot05__site__right__title {
    font-size: 1.0625rem;
  }
}
.foot05__site__right__list {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.foot05__site__right__list__item {
  height: 32px;
  width: 32px;
}
.foot05__site__right__list__item:hover {
  filter: brightness(0) saturate(100%) invert(70%) sepia(89%) saturate(5329%) hue-rotate(166deg) brightness(97%) contrast(101%);
}
.foot05__site__right__list__item a {
  height: 100%;
  width: 100%;
  display: block;
}
.foot05__site__right__list__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .foot05__site__container-cta {
    margin-top: 40px;
  }
}
.foot05__site__container-cta__cta {
  border: solid 1px #fff;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 24px;
}
.foot05__site__container-cta__cta:hover {
  background-color: #fff;
  color: #092842;
  border: solid 1px #53c55c;
  transition: all ease 0.3s;
}
.foot05__site__container-cta__cta__icon {
  height: 25px !important;
  width: 25px !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot05__site__scrolltop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  position: absolute;
  bottom: 0;
  right: 2.5%;
  height: 102px;
  width: 56px;
  border: none;
  outline: none;
  border-top-right-radius: 28px;
  border-top-left-radius: 28px;
  background-color: #00A2DE;
}
.foot05__site__scrolltop__img {
  height: auto;
  width: 18.36px;
  margin-top: 20px;
}
.foot05__site__scrolltop__img img {
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .foot05__site__scrolltop {
    right: 50%;
    transform: translateX(50%);
  }
}
.foot05__hoom {
  padding: 9px 0;
  background-color: #082743;
  border-top: 1px #fff solid;
}
@media (max-width: 767.98px) {
  .foot05__hoom {
    padding: 18px 0;
  }
}
.foot05__hoom__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}
@media (max-width: 767.98px) {
  .foot05__hoom__nav {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.foot05__hoom__copyright {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #EAEBE9;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  .foot05__hoom__copyright {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
    width: 100%;
    text-align: center;
  }
}
.foot05__hoom__links {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 8px;
}
@media (max-width: 767.98px) {
  .foot05__hoom__links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 0;
  }
}
.foot05__hoom__links__item {
  padding: 0 32px;
}
.foot05__hoom__links__item + .foot05__hoom__links__item {
  border-left: solid 1px #082743;
}
.foot05__hoom__links__item:first-of-type {
  padding-left: 0;
}
.foot05__hoom__links__item:last-of-type {
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .foot05__hoom__links__item:last-of-type {
    border-left: none;
    padding-right: 32px;
  }
}
.foot05__hoom__links__item a {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  text-align: center;
  color: #EAEBE9;
}
@media (max-width: 767.98px) {
  .foot05__hoom__links__item a {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.foot05__hoom__logo {
  display: block;
  width: 163px;
  height: auto;
  aspect-ratio: 163/60;
}
.foot05__hoom__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#mainFooter .foot05__site__container-cta__cta__icon {
  height: 25px !important;
  width: 25px !important;
  transform: inherit;
}

.foot05__site__container-cta__cta:hover img {
  filter: none;
}

/* BEGIN STYLE */
#SLID01 {
  position: relative;
}
#SLID01 .slide01__arc {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
}
#SLID01 .slid01 {
  position: relative;
  display: block;
}
#SLID01 .slid01 .container-slide {
  position: relative;
  z-index: 2;
}
#SLID01 .slid01 .container-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
#SLID01 .img-background-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#SLID01 .content-slide {
  height: 100vh;
  position: relative;
  z-index: 100;
}
#SLID01 .content-slide .img-floating-png {
  z-index: 10;
  position: absolute;
  top: 0;
  height: 100%;
}
#SLID01 .content-slide .img-floating-png img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .img-floating-png {
    position: relative;
    height: 300px;
    max-width: 476px;
    margin-top: 30px;
  }
}
#SLID01 .content-slide.start {
  flex-direction: row;
  text-align: left;
}
#SLID01 .content-slide.start .img-floating-png {
  right: 0;
}
#SLID01 .content-slide.center {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#SLID01 .content-slide.center .img-floating-png {
  display: none;
}
#SLID01 .content-slide.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;
  margin-top: 130px;
}
@media (max-width: 575.98px) {
  #SLID01 .content-slide .content-description {
    margin-top: 0;
  }
}
#SLID01 .content-slide .content-description h2 {
  margin-bottom: 1.4rem;
}
#SLID01 .content-slide .content-description .title {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 85.995%;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .title {
    font-size: 2rem;
    line-height: 40px;
  }
}
#SLID01 .content-slide .content-description .subtitle {
  font-size: 1.5625rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .subtitle {
    font-size: 1.25rem;
  }
}
#SLID01 .content-slide .content-description .description {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #fff;
  font-size: 1rem;
  width: 65%;
  margin: 0 auto;
  line-height: 25px;
  margin-top: 28px;
  margin-bottom: 51px;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .description {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-size: 1rem;
    width: 100%;
  }
}
#SLID01 .content-slide .content-description .btn-cta-slide {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  background-color: #61B336;
  min-width: 177px;
  border-radius: 0.9375rem;
  display: table;
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  #SLID01 .content-slide .content-description .btn-cta-slide {
    margin-top: 2rem;
  }
}
#SLID01 .content-slide .content-description .btn-cta-slide img {
  width: 25px;
  margin-right: 16px;
}
#SLID01 .content-slide .content-description .btn-cta-slide:hover {
  background-color: #082743;
  color: #fff;
}
#SLID01 .content-slide .content-description .btn-cta-slide:hover img {
  filter: grayscale(1) invert(1);
}
#SLID01 #dotsSlideCustom {
  position: absolute;
  left: 50%;
  z-index: 100;
  bottom: 19%;
  transform: translate(-50%, 0);
  gap: 0 0.37rem;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  #SLID01 #dotsSlideCustom {
    bottom: 8%;
  }
}
#SLID01 #dotsSlideCustom .owl-dot {
  width: 6.1875rem;
  height: 0.375rem;
  display: block;
  border-radius: 3.125rem;
  background-color: #fff;
  padding: 0;
  border: none;
}
@media (max-width: 575.98px) {
  #SLID01 #dotsSlideCustom .owl-dot {
    width: 2.1875rem;
  }
}
#SLID01 #dotsSlideCustom .owl-dot:hover, #SLID01 #dotsSlideCustom .owl-dot.active {
  background-color: #61B336;
}

/* BEGIN STYLE */
.prod02 {
  background-color: #EAEBE9;
}
.prod02 .container--edit {
  padding: 76px 0 111px 0;
  max-width: 100% !important;
}
@media (max-width: 1199.98px) {
  .prod02 .container--edit {
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .prod02 .container--edit {
    flex-direction: column;
    gap: 48px;
  }
}
@media (max-width: 767.98px) {
  .prod02 .container--edit {
    padding: 73px 0 49px 0 !important;
  }
}
.prod02__navigation {
  padding-left: 3.26rem;
  padding-right: 4.44rem;
}
@media (max-width: 575.98px) {
  .prod02__navigation {
    padding-left: 1.26rem;
    padding-right: 1.26rem;
    line-height: 26.11px;
  }
}
.prod02__navigation__content__encompass {
  max-width: 396px;
}
@media (max-width: 991.98px) {
  .prod02__navigation__content__encompass {
    max-width: 100%;
  }
}
.prod02__navigation__content__encompass__subtitle {
  margin-bottom: 2.38rem;
}
@media (max-width: 575.98px) {
  .prod02__navigation__content__encompass__subtitle {
    font-size: 1.275rem;
    font-weight: 600;
    line-height: 29.11px;
  }
}
.prod02__navigation__content__nav__desktop {
  display: flex;
  width: 79.5%;
  gap: 0 108px;
}
@media (max-width: 767.98px) {
  .prod02__navigation__content__nav__desktop {
    width: auto;
  }
}
.prod02__navigation__content__nav__desktop ul {
  gap: 11px 46px;
  justify-content: flex-end;
  margin-left: auto;
  flex-wrap: wrap;
}
@media (max-width: 767.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: 1.125rem;
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  gap: 0 10px;
  display: flex;
}
.prod02__navigation__content__nav__desktop ul li a img {
  width: 34px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.prod02__navigation__content__nav__desktop ul li:hover a {
  color: #61B336;
}
.prod02__navigation__content__nav__desktop__cta {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #082743;
  max-width: 177px;
  height: auto;
  padding: 10px 50px;
  background-color: #E4DACB;
}
@media (max-width: 767.98px) {
  .prod02__navigation__content__nav__desktop__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
    max-width: 146px;
  }
}
.prod02__navigation__content__nav__desktop__cta:hover {
  color: #fff;
  background-color: #000;
}
.prod02__navigation__content__nav__desktop__cta:hover .prod02__navigation__content__nav__desktop__cta__icon {
  filter: invert(1) grayscale(1);
}
.prod02__navigation__nav__mobile {
  display: none !important;
  gap: 0 46px;
}
@media (max-width: 767.98px) {
  .prod02__navigation__nav__mobile {
    display: block !important;
    margin-bottom: 30px !important;
    margin-left: 23px;
    margin-top: 30px;
    gap: inherit !important;
  }
}
.prod02__navigation__nav__mobile li {
  list-style: none;
  display: flex;
}
@media (max-width: 767.98px) {
  .prod02__navigation__nav__mobile li {
    width: auto;
  }
}
.prod02__navigation__nav__mobile li a {
  font-size: 1.125rem;
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .prod02__navigation__nav__mobile li a {
    font-size: 1.0625rem;
  }
}
@media (max-width: 991.98px) {
  .prod02__content__product {
    padding-left: 3.26rem;
    width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .prod02__content__product {
    padding-left: 1.26rem;
  }
}
.prod02__content__product__item {
  position: relative;
  height: 312px;
  width: 300px;
  border-radius: 0.6875rem;
  overflow: hidden;
}
.prod02__content__product__item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.prod02__content__product__item__description {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.56rem 1.5rem;
  border-radius: 0.6875rem;
  height: 9.0625rem;
}
.prod02__content__product__item__description:after {
  content: "";
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.prod02__content__product__item__description__title {
  font-size: 1.25rem;
  color: #fff;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 600;
  max-width: 10.8125rem;
  line-height: 110.357%;
  z-index: 100;
  position: relative;
}
@media (max-width: 767.98px) {
  .prod02__content__product__item__description__title {
    font-size: 1.125rem;
  }
}
.prod02__content__product__item__description__paragraph {
  color: #61B336;
  font: 0.8125rem "Montserrat", sans-serif, arial;
  font-weight: 400;
}
.prod02__content__product__item__description__paragraph p {
  color: #61B336;
  font: 0.8125rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 0;
}
.prod02__content__product__item__item a {
  color: #000;
}
.prod02__content__product .carousel-prod02 .owl-dots {
  display: none !important;
}
.prod02__content__product .carousel-prod02 .owl-nav {
  display: flex;
  margin-top: 30px;
  gap: 0 20.5px;
  justify-content: space-between;
  width: 102px;
  position: relative;
}
.prod02__content__product .carousel-prod02 .owl-nav:before {
  content: "";
  background-image: url(../images/circle-nav.png);
  position: absolute;
  width: 7px;
  height: 7px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 5px;
}
.prod02__content__product .carousel-prod02 .owl-nav .owl-prev,
.prod02__content__product .carousel-prod02 .owl-nav .owl-next {
  content: "";
  width: 31px;
  height: 16px;
  background-color: transparent !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: inherit !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}
.prod02__content__product .carousel-prod02 .owl-nav .owl-prev span,
.prod02__content__product .carousel-prod02 .owl-nav .owl-next span {
  display: none !important;
}
.prod02__content__product .carousel-prod02 .owl-nav .owl-prev {
  background-image: url("../images/nav-prev.png") !important;
}
.prod02__content__product .carousel-prod02 .owl-nav .owl-prev:hover {
  background-image: url("../images/nav-prev-hover.png") !important;
}
.prod02__content__product .carousel-prod02 .owl-nav .owl-next {
  background-image: url("../images/nav-next.png") !important;
}
.prod02__content__product .carousel-prod02 .owl-nav .owl-next:hover {
  background-image: url("../images/nav-next-hover.png") !important;
}

.prod02__page {
  background-color: #EAEBE9;
}
.prod02__page__header {
  padding: 240px 16px 0;
  padding-bottom: 64px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767.98px) {
  .prod02__page__header {
    padding: 153px 1.2rem;
    padding-bottom: 30px;
  }
}
.prod02__page__header .container--prod02__page__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  position: relative;
}
.prod02__page__header__mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.prod02__page__header__title {
  text-align: center;
}
.prod02__page__header__subtitle {
  text-align: center;
}
.prod02__page__header__description {
  max-width: 928px;
  text-align: center;
}
.prod02__page__content {
  padding-bottom: 160px;
  position: relative;
}
.prod02__page__content__category {
  gap: 14px;
}
@media (max-width: 767.98px) {
  .prod02__page__content__category {
    margin-left: 1.2rem;
    margin-bottom: 0;
  }
}
.prod02__page__content__category li {
  list-style: none;
}
.prod02__page__content__category li a {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .prod02__page__content__category li a {
    font-size: inherit;
  }
}
.prod02__page__content__category li a img {
  width: 36px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}
@media (max-width: 767.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: #082743;
}
.prod02__page__content__category li:hover a, .prod02__page__content__category li.active a {
  color: #fff;
}
.prod02__page__content__category li:hover img, .prod02__page__content__category li.active img {
  filter: invert(1) grayscale(1);
}
@media (max-width: 767.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: 89px;
}
@media (max-width: 767.98px) {
  .prod02__page__content__product {
    padding: 0 1.2rem !important;
    margin-top: 51.28px;
  }
}
.prod02__page__content__product .prod02__page__content--row {
  gap: 26px 20px;
}
@media (max-width: 991.98px) {
  .prod02__page__content__product .prod02__page__content--row {
    justify-content: center;
    margin: 0 auto;
  }
}
.prod02__page__content__product__item {
  padding: 0;
  width: calc(25% - 20px);
  position: relative;
  min-height: 312px;
  height: 312px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .prod02__page__content__product__item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 767.98px) {
  .prod02__page__content__product__item {
    width: calc(50% - 20px);
    padding: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .prod02__page__content__product__item {
    width: 100%;
  }
}
.prod02__page__content__product__item__image {
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  height: 100%;
}
.prod02__page__content__product__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prod02__page__content__product__item__description {
  position: absolute;
  top: 0;
  left: 0;
  padding: 24px 24px;
}
.prod02__page__content__product__item__description:after {
  content: "";
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.prod02__page__content__product__item__description__title {
  z-index: 1;
}
.prod02__page__content__product__item__description__paragraph {
  display: none;
  color: #61B336;
  font: 0.8125rem "Montserrat", sans-serif, arial;
  font-weight: 400;
}
.prod02__page__content__product__item__description__paragraph p {
  display: none;
  color: #61B336;
  font: 0.8125rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 0;
}
.prod02__page__content__product__item__cta {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #00A2DE;
  max-width: 177px;
  height: auto;
  padding: 10px 50px;
  background-color: #EAEBE9;
}
@media (max-width: 767.98px) {
  .prod02__page__content__product__item__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.prod02__page__content__product__item__cta:hover {
  color: #fff;
  background-color: #000;
}
.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: #000;
}

.lightbox-prod02 {
  width: 100%;
  display: none;
  padding: 0;
  padding-top: 170x;
  border-radius: 28px;
}
.lightbox-prod02__content__carrossel {
  position: relative;
}
.lightbox-prod02 .caroussel_prod02-show {
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show {
    height: 300px !important;
    margin: 0 auto;
    width: 100% !important;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-item {
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-item {
    width: 100%;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-stage {
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-stage {
    height: 321px;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-stage-outer {
  height: 100% !important;
}
@media (max-width: 767.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;
  gap: 0 20.5px;
  justify-content: space-between;
  width: 102px;
  position: absolute;
  bottom: 56px;
  left: 40px;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-nav {
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 0;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav:before {
  content: "";
  background-image: url(../images/circle-nav-white.png);
  position: absolute;
  width: 7px;
  height: 7px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 5px;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-prev,
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-next {
  content: "";
  width: 31px;
  height: 16px;
  background-color: transparent !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: inherit !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-prev span,
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-next span {
  display: none !important;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-prev {
  background-image: url("../images/nav-prev-white.png") !important;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-prev:hover {
  background-image: url("../images/nav-prev-hover.png") !important;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-next {
  background-image: url("../images/nav-next-white.png") !important;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-next:hover {
  background-image: url("../images/nav-next-hover.png") !important;
}
.lightbox-prod02__image {
  width: 100%;
  height: 500px !important;
}
@media (max-width: 575.98px) {
  .lightbox-prod02__image {
    height: 300px !important;
    border-radius: 7px;
    overflow: hidden;
  }
}
.lightbox-prod02__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 25px 0 0 25px;
}
@media (max-width: 575.98px) {
  .lightbox-prod02__image img {
    border-radius: 25px 25px 0 0;
  }
}
.lightbox-prod02__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 40px 30px 20px 30px;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__description {
    padding: 0.9rem;
  }
}
.lightbox-prod02__navigation {
  display: none;
  margin-bottom: 108px;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__navigation {
    margin-bottom: 50px;
  }
}
.lightbox-prod02__navigation li {
  display: flex;
}
.lightbox-prod02__navigation li a {
  color: #082743;
  font: 0.8125rem "Montserrat", sans-serif, arial;
  font-weight: 400;
}
.lightbox-prod02__navigation li img {
  margin-right: 14px;
  width: 10.61px;
  height: 10.61px;
}
.lightbox-prod02__title {
  max-width: 275px;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__title {
    max-width: 100%;
  }
}
.lightbox-prod02__subtitle {
  display: none;
  font-size: 1.25rem;
  color: #082743;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__subtitle {
    font-size: 1.125rem;
    text-align: left;
  }
}
.lightbox-prod02__line {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .lightbox-prod02__line {
    margin-bottom: 0;
  }
}
.lightbox-prod02__paragraph {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  color: #082743;
  font-weight: 400;
  text-align: justify;
  line-height: 1.6rem;
  height: 280px;
  overflow-y: auto;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__paragraph {
    text-align: left;
    font: 0.8125rem "Montserrat", sans-serif, arial;
  }
}
.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: #082743;
  border-radius: 100%;
  margin-right: 8px;
  flex: none;
  margin-top: 5px;
}
.lightbox-prod02__cta {
  align-self: flex-end;
  margin-top: 25px;
  float: right;
  width: 177px;
}
.lightbox-prod02 .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #000;
  font-size: 11px;
}
.lightbox-prod02 .fancybox__backdrop {
  background: #082743 !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 {
    text-align: center;
  }
}

/* BEGIN STYLE */
.cont06 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 63px 0 59px 0;
  position: relative;
}
.cont06:before {
  content: "";
  background-image: url(../images/firula1-cont06.png);
  width: 168px;
  height: 237px;
  position: absolute;
  top: 145px;
  right: 0;
  z-index: 1;
}
.cont06:after {
  content: "";
  background-image: url("../images/firula2-cont06.png");
  width: 168px;
  height: 237px;
  position: absolute;
  top: 147px;
  left: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .cont06__boxVideo {
    width: 90%;
    margin: 0 auto;
  }
}
.cont06__boxVideo__content {
  width: 100%;
  max-width: 100%;
  height: 439px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 100;
}
.cont06__boxVideo__content__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
  z-index: 100;
}
.cont06__boxVideo__content__text:after {
  content: "";
  border-radius: 3.125rem;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cont06__boxVideo__content__text__header {
  display: table;
  width: 50%;
  z-index: 100;
  position: relative;
  padding: 0 4.56rem;
}
@media (max-width: 767.98px) {
  .cont06__boxVideo__content__text__header {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cont06__boxVideo__content__text__header {
    padding: 0 1.56rem;
  }
}
.cont06__boxVideo__content__text__header__title {
  font-size: 1.5625rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 600;
  color: #fff;
  line-height: 110.357%;
  margin-bottom: 1.75rem;
}
@media (max-width: 767.98px) {
  .cont06__boxVideo__content__text__header__title {
    font-size: 1.25rem;
  }
}
.cont06__boxVideo__content__text__header__paragraph {
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #fff;
  max-width: 25.375rem;
  display: table;
  line-height: 163.857%;
  letter-spacing: 0.01875rem;
}
.cont06__boxVideo__content__text__header__cta {
  width: 10.375rem;
  height: 2.6875rem;
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 0.69rem;
  border: 1px solid #fff;
  border-radius: 2.25rem;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767.98px) {
  .cont06__boxVideo__content__text__header__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
    width: 146px;
  }
}
.cont06__boxVideo__content__text__header__cta:hover {
  color: #082743;
  background-color: #fff;
}
.cont06__boxVideo__content__text__header__cta img {
  width: 0.71738rem;
  height: 0.71738rem;
  transform: rotate(2.054deg);
}
.cont06__boxVideo__content__text__header__cta:hover img {
  filter: invert(1) grayscale(1);
}
.cont06__boxVideo__content .play {
  width: 100%;
  height: 100%;
  z-index: 500;
  position: relative;
  opacity: 0;
}
.cont06__boxVideo__content iframe {
  width: 100%;
  height: 439px;
}
.cont06__boxVideo__content__video {
  height: 100%;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont06__boxVideo__content .play {
    width: 59px;
    height: 59px;
  }
}

/* BEGIN STYLE */
.serv08 {
  background-color: #EAEBE9;
  width: 100%;
  padding: 90px 0 58px 0;
  position: relative;
  /*     &__subtitle {
      font-family: $font-primary;
      font-size: $T4;
      font-weight: 700;
      color: $color-three;
      text-align: center;
      margin-bottom: 0;

      @include medium-device-down {
          font-size: $T4-mobile;
      }
  }

  &__line {
      width: 100%;
      border-top: 1px solid $color-one;
      margin: 22px 0 29px 0;
      opacity: 1;
  } */
}
.serv08:before {
  content: "";
  background-image: url(../images/bg-home-oportunidade.png);
  width: 100%;
  height: 714px;
  display: flex;
  position: absolute;
  top: -393px;
}
.serv08 .container--serv08 {
  position: relative;
  z-index: 100;
}
.serv08__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .serv08__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .serv08__header {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .serv08__header {
    width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 1rem 0;
  }
}
@media (max-width: 575.98px) {
  .serv08__title {
    margin-bottom: 0;
  }
}
.serv08__carousel {
  width: 100%;
  margin-top: 32px;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
}
.serv08__carousel .owl-stage-outer {
  overflow: visible;
}
.serv08__carousel .owl-stage-outer .owl-stage {
  display: flex;
}
@media (max-width: 767.98px) {
  .serv08__carousel {
    padding: 0 29px;
  }
}
@media (max-width: 575.98px) {
  .serv08__carousel {
    padding: 0 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .serv08__carousel .owl-nav {
    display: flex !important;
    justify-content: center;
    align-self: center;
    margin-top: 30px;
    gap: 0 20.5px;
    width: 100%;
    position: relative;
  }
  .serv08__carousel .owl-nav:before {
    content: "";
    background-image: url(../images/circle-nav.png);
    position: absolute;
    width: 7px;
    height: 7px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5px;
  }
}
.serv08__carousel .owl-nav .owl-prev,
.serv08__carousel .owl-nav .owl-next {
  content: "";
  width: 28px;
  height: 16px;
  background-color: transparent !important;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat;
  margin: inherit !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}
.serv08__carousel .owl-nav .owl-prev span,
.serv08__carousel .owl-nav .owl-next span {
  display: none !important;
}
.serv08__carousel .owl-nav .owl-prev {
  background-image: url("../images/nav-prev.png") !important;
}
.serv08__carousel .owl-nav .owl-prev:hover {
  background-image: url("../images/nav-prev-hover.png") !important;
}
.serv08__carousel .owl-nav .owl-next {
  background-image: url("../images/nav-next.png") !important;
}
.serv08__carousel .owl-nav .owl-next:hover {
  background-image: url("../images/nav-next-hover.png") !important;
}
.serv08__carousel .owl-dots {
  display: flex !important;
  margin-top: 53px;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .serv08__carousel .owl-dots {
    justify-content: flex-end;
  }
}
@media (max-width: 575.98px) {
  .serv08__carousel .owl-dots {
    display: none !important;
  }
}
.serv08__carousel .owl-dots .owl-dot {
  border-radius: 100%;
  background-color: rgba(8, 39, 67, 0.2) !important;
  width: 0.8125rem;
  height: 0.8125rem;
}
.serv08__carousel .owl-dots .owl-dot.active {
  background-color: #082743 !important;
}
.serv08__carousel__item {
  position: relative;
  height: 100%;
  width: 430px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .serv08__carousel__item {
    width: 100%;
  }
}
.serv08__carousel__item .lightbox-serv08 {
  display: none;
}
.serv08 .serv08-categories__list {
  margin-bottom: 0;
}

.serv08 .serv08-categories {
  width: auto;
  margin-left: 24px;
}
@media (max-width: 991.98px) {
  .serv08 .serv08-categories {
    margin-left: 0;
  }
}

/* CATEGORIAS QUE APARECEM NA SEÇÃO */
.serv08-categories {
  width: 100%;
}
.serv08-categories__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  width: 100%;
  list-style-type: none;
  padding-left: 0;
}
.serv08-categories__list .owl-stage-outer {
  overflow: visible;
}
.serv08-categories__list__item {
  width: -moz-fit-content;
  width: fit-content;
}
.serv08-categories__list__item a {
  border: none;
  padding: 0;
  width: 100%;
  font-size: 1.188rem;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}
.serv08-categories__list__item a img {
  display: none !important;
}
.serv08-categories__list__item a:hover {
  background-color: transparent;
  border-bottom: 2px solid #092842;
  font-weight: 700;
  color: #69b343;
}
.serv08-categories__list__item.active {
  background: #082743;
  border: solid 1px #082743;
  border-radius: 36px;
}
.serv08-categories__list__item.active a {
  color: #fff;
  background-color: #082743;
}

.serv08 .serv08-box {
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}

.serv08 .serv08-box .serv08-box__top__title {
  color: #082743;
  text-align: left;
  line-height: 110.357%;
  font-weight: 600;
  margin-bottom: 0.81rem;
  margin-top: 0;
}

.serv08 .serv08-box .serv08-box__top__subtitle {
  display: none !important;
}

.serv08 .serv08-box__top__center__list p {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 163.857%;
  margin-bottom: 0;
}

.serv08 .serv08-box .serv08-box__top__right {
  gap: 0;
  margin: initial;
  white-space: nowrap;
  background-color: transparent;
  padding: 0;
  word-wrap: inherit;
  text-align: left;
  width: 100%;
  justify-content: flex-start !important;
}

.serv08-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(33% - 9px);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .serv08-box {
    width: calc(50% - 6px);
  }
}
@media (max-width: 575.98px) {
  .serv08-box {
    width: 100%;
  }
}
.serv08-box__image {
  margin: 0 auto;
  width: 100%;
  height: 269px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.serv08-box__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.serv08-box__promotion {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efefef;
  padding: 4px 10px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.serv08-box__promotion:hover {
  color: #000;
  background-color: #b3b3b3;
  transition: ease 1s;
  border-color: #b3b3b3;
}
.serv08-box__promotion__titulo {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  text-align: start;
  line-height: 20.27px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .serv08-box__promotion__titulo {
    font-size: 1.125rem;
  }
}
.serv08-box__content {
  padding: 28px 22px;
  background-color: #fff;
  height: 100%;
}
.serv08-box__icon {
  width: 59px;
  height: 59px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 93px auto 57px auto;
}
.serv08-box__top {
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.serv08-box__top__left {
  width: 100%;
  text-align: left;
}
.serv08-box__top__center {
  gap: 10px 0;
}
.serv08-box__top__center__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  text-align: start;
  line-height: 19px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .serv08-box__top__center__title {
    font-size: 1.0625rem;
  }
}
@media (max-width: 575.98px) {
  .serv08-box__top__center__title {
    text-align: center;
  }
}
.serv08-box__top__center__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 0;
  text-align: start;
  line-height: 19px;
  letter-spacing: 0.3px;
}
.serv08-box__top__center__list__item {
  display: flex;
  align-items: baseline;
  gap: 0 5px;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 0;
  text-align: start;
  line-height: 19px;
  letter-spacing: 0.3px;
}
.serv08-box__top__center__list span img {
  width: 15px !important;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.serv08-box__top__right {
  flex-direction: row !important;
  gap: 16px;
  justify-content: space-between !important;
  margin: 20px 0 12px 0;
  white-space: nowrap;
  font: 20px "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  text-align: left;
  /*             &:hover {
      background-color: #b3b3b3;
      border-color: #b3b3b3;
      color: #efefef;
      transition: ease 1s;
  } */
}
.serv08-box__top__title {
  color: #082743;
  font-size: 1.125rem;
  text-align: left;
  line-height: 110.357%;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .serv08-box__top__title {
    font-size: 1.0625rem;
  }
}
.serv08-box__top__title span {
  color: #082743;
  font-size: 1.125rem;
  text-align: left;
  line-height: 110.357%;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .serv08-box__top__title span {
    font-size: 1.0625rem;
  }
}
.serv08-box__top__subtitlee {
  display: none !important;
  font: 0.8125rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  gap: 18px;
  display: none;
}
.serv08-box__top__subtitlee::after {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #000;
  opacity: 70%;
}
@media (max-width: 767.98px) {
  .serv08-box__top__subtitlee {
    font-size: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.serv08-box__top__subtitlee:hover {
  transition: ease 1s;
  color: #000;
}
.serv08-box__line {
  display: none;
  width: 204px;
  border-top: 1px solid #000;
  margin: 10px 0 14px 0;
  opacity: 1;
}
.serv08-box__desc {
  font: 0.8125rem "Montserrat", sans-serif, arial;
  color: #61B336;
}
.serv08-box__cta {
  width: 2.49469rem !important;
  height: 2.4405rem !important;
  border-radius: 100%;
  border: 1px solid #082743;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
}
.serv08-box__cta:hover {
  background-color: #082743;
  transition: ease 1s;
}
.serv08-box__cta__icon {
  width: 0.71738rem;
  height: 0.71738rem !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform: rotate(2.054deg);
  transition: all 0.5s ease;
}
.serv08-box__cta:hover .serv08-box__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}

.serv08-page {
  overflow: hidden;
  background-color: #EAEBE9;
}
.serv08-page__main {
  padding: 113px 0 50px 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .serv08-page__main .container {
    max-width: 95% !important;
  }
}
.serv08-page__main .serv08-categories {
  margin-bottom: 56px;
}
.serv08-page__main .serv08-categories__list {
  margin-bottom: 0;
}
.serv08-page__main__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 44px 12px;
  padding-bottom: 40px;
  width: 100%;
}
.serv08-page__pagination {
  padding-left: 0;
  width: 100%;
  gap: 9px;
  list-style-type: none;
  margin-top: 22px;
}
.serv08-page__pagination__item {
  height: 38px;
  width: 38px;
}
.serv08-page__pagination__item a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0;
  font: 0.8125rem "Montserrat", sans-serif, arial;
  color: #d9d9d9;
  background-color: #082743;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .serv08-page__pagination__item a {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.serv08-page__pagination__item a:hover {
  background-color: #00A2DE;
  color: #082743;
}

.serv08-categories-page {
  width: 100%;
}
.serv08-categories-page__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  list-style-type: none;
  padding-left: 0;
}
.serv08-categories-page__list .owl-stage-outer {
  overflow: visible;
}
.serv08-categories-page__list__item {
  width: -moz-fit-content;
  width: fit-content;
}
.serv08-categories-page__list__item a {
  width: 100%;
}
.serv08-categories-page__list__item a img {
  display: none !important;
}
.serv08-categories-page__list__item.active {
  background: #082743;
  border: solid 1px #082743;
  border-radius: 36px;
}
.serv08-categories-page__list__item.active a {
  color: #fff;
  background-color: #082743;
}

.serv08-banner-carousel {
  display: none !important;
}
.serv08-banner-carousel__item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0 53px 0;
}
@media (max-width: 767.98px) {
  .serv08-banner-carousel__item .container {
    max-width: 95% !important;
  }
}
.serv08-banner-carousel__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767.98px) {
  .serv08-banner-carousel__title {
    font-size: 1.875rem;
  }
}
.serv08-banner-carousel__subtitle {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .serv08-banner-carousel__subtitle {
    font-size: 1.25rem;
  }
}
.serv08-banner-carousel__line {
  width: 100%;
  border-top: 1px solid #000;
  margin: 31px auto 60px auto;
  opacity: 1;
}
.serv08-banner-carousel .owl-dots {
  position: absolute;
  bottom: 36px;
  width: 100%;
  left: 0;
}
.serv08-banner-carousel .owl-dots .owl-dot {
  border-radius: 0;
}

.serv08-top {
  background-color: #EAEBE9;
  padding: 240px 0 58px 0;
}
@media (max-width: 767.98px) {
  .serv08-top .container {
    max-width: 95% !important;
    align-items: center !important;
  }
}
.serv08-top__line {
  display: none;
  width: 100%;
  border-top: 1px solid #000;
  margin: 10px auto 35px auto;
  opacity: 1;
}
.serv08-top__desc {
  margin-top: 32px;
  margin-bottom: 68px;
  width: 100%;
  max-width: 906px;
  text-align: center;
}

.serv08-box .lightbox-serv08 {
  display: none;
}

.lightbox-serv08 {
  padding: 0;
}
.lightbox-serv08 .is-close {
  width: 50px;
  background-color: #fff;
  top: 20px !important;
  right: 20px !important;
  color: #000 !important;
}
.lightbox-serv08__promotion {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  padding: 4px 10px;
  border-radius: 0px 10px 10px 0px;
}
@media (max-width: 767.98px) {
  .lightbox-serv08__promotion {
    top: 12px;
    left: 27px;
  }
}
.lightbox-serv08__promotion__titulo {
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 1.125rem;
  font-weight: 400;
  color: #092842;
  text-align: start;
  line-height: 19px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .lightbox-serv08__content {
    flex-direction: column;
  }
}
.lightbox-serv08__content__left {
  padding: 0;
  width: 50%;
  cursor: default;
}
@media (max-width: 991.98px) {
  .lightbox-serv08__content__left {
    width: 100%;
  }
}
.lightbox-serv08__content__left__article {
  background-color: #082743;
  border-top-right-radius: 212px;
  border-bottom-right-radius: 212px;
  position: relative;
  padding: 62px 68px;
  height: 100%;
}
@media (max-width: 575.98px) {
  .lightbox-serv08__content__left__article {
    position: relative;
    padding: 49px 27px;
    padding-right: 109px;
    height: 100%;
  }
}
.lightbox-serv08__content__right {
  width: 50%;
  padding: 62px 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media (max-width: 767.98px) {
  .lightbox-serv08__content__right {
    padding: 2.2rem 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .lightbox-serv08__content__right {
    width: 100%;
  }
}
.lightbox-serv08__content__right__titulo {
  margin-bottom: 16px;
}
.lightbox-serv08__content__right__form {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.lightbox-serv08__content__right__form .form-placeholder > input {
  width: 100%;
  padding-left: 15px;
  border: none;
}
.lightbox-serv08__content__right .input__item--checkbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 12px;
}
.lightbox-serv08__top {
  flex-direction: column;
  align-items: flex-start !important;
}
.lightbox-serv08__top__title {
  color: #fff;
}
@media (max-width: 767.98px) {
  .lightbox-serv08__top__title {
    font-size: 1.275rem;
    font-weight: 600;
    line-height: 27.11px;
  }
}
.lightbox-serv08__top__subtitle {
  display: none;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  text-align: start;
  line-height: 22.98px;
}
.lightbox-serv08__top__line {
  display: none;
  background-color: #000000;
  opacity: 70%;
  width: 252px;
}
.lightbox-serv08__top__center__title {
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  text-align: start;
  line-height: 19px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
.lightbox-serv08__top__center__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  color: white;
}
.lightbox-serv08__top__center__list p {
  color: inherit;
  font: inherit;
  font-weight: inherit;
}
.lightbox-serv08__top__center__list__item {
  margin-bottom: 0;
  display: flex;
  text-align: start;
  align-items: baseline;
  gap: 0 5px;
  color: white;
}
.lightbox-serv08__top__center__list__item span img {
  width: 15px !important;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}
.lightbox-serv08__top__right {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 16px;
  margin: 50px 0 12px 0;
  padding: 17px 22px;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #404040;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: center;
  cursor: default;
}
@media (max-width: 767.98px) {
  .lightbox-serv08__top__right {
    width: 70%;
  }
}
.lightbox-serv08__top__right__subtitle {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  gap: 0 19px;
  align-items: center;
  display: none;
}
.lightbox-serv08__top__right__subtitle::after {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #000;
  opacity: 70%;
}
.lightbox-serv08__top__right__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 110.357%;
  color: #fff;
}
.lightbox-serv08__top__right__title span {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 110.357%;
  color: #fff;
}
@media (max-width: 767.98px) {
  .lightbox-serv08__top__right__title span {
    font-size: 1.25rem;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  .lightbox-serv08__top__right__title {
    font-size: 1.25rem;
    font-weight: 600;
  }
}

.lightbox-serv08__content__right__form__check__titulo {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}

.lightbox-serv08__cta {
  background-color: #fff;
  align-self: flex-end;
  margin-top: 15px;
}

/* ESTILIZAÇÃO DO FORMULÁRIO */
.serv08-form__form__inputs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.serv08-form__form__inputs .form-placeholder input {
  height: 56px;
  border-radius: 48px;
}

@media (max-width: 575.98px) {
  .fancybox__slide {
    padding: 0 !important;
  }
}

/* BEGIN STYLE */
.bran01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #eaebe9;
}
.bran01__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.bran01 .container--bran01 {
  padding: 39px 0 60.16px 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .bran01 .container--bran01 {
    padding: 37px 37px 58.16px 37px !important;
  }
}
.bran01__encompass {
  z-index: 100;
  position: relative;
  margin-bottom: 3.25rem;
}
@media (max-width: 575.98px) {
  .bran01__encompass__title {
    text-align: center;
  }
}
.bran01__encompass__subtitle {
  display: none;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #082743;
  font-weight: 700;
  margin-bottom: 22.03px;
}
@media (max-width: 767.98px) {
  .bran01__encompass__subtitle {
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.bran01__encompass__line {
  margin: 24.99px 0 30px 0;
}
@media (max-width: 767.98px) {
  .bran01__encompass__line {
    margin: 23px 0;
  }
}
.bran01__encompass__paragraph {
  color: #082743;
  font-weight: 400;
  font: 0.9375rem "Montserrat", sans-serif, arial;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .bran01__encompass__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01__encompass__paragraph p {
  color: #082743;
  font-weight: 400;
  font: 0.9375rem "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .bran01__encompass__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01__content {
  padding: 0;
}
.bran01__box__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 136.84px;
}
.bran01__box__image {
  width: 15rem;
  height: auto;
}
@media (max-width: 575.98px) {
  .bran01__box__image {
    width: 13rem;
    margin: 0 auto;
    height: 135px;
  }
}
.bran01__box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bran01__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #EAEBE9;
  width: 100%;
  max-width: 177px;
  height: 45px;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-top: 24px;
  align-self: center;
}
@media (max-width: 575.98px) {
  .bran01__cta {
    margin-top: -32px;
    z-index: 100;
    position: relative;
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 700;
    margin-top: -34px;
    width: 147px;
    width: 147px;
  }
}
.bran01__cta__icon {
  height: 25px !important;
  width: 25px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.bran01__cta:hover {
  color: #fff;
  background-color: #000;
}
.bran01__cta:hover .bran01__cta__icon {
  filter: invert(1) grayscale(1);
}

.carousel-bran01 .owl-dots {
  margin-top: 48px;
}

.bran01-page__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.bran01-page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.bran01-page__header .container--bran01-page {
  padding: 51px 0 46px 0;
  z-index: 100;
  position: relative;
}
@media (max-width: 767.98px) {
  .bran01-page__header .container--bran01-page {
    padding: 37px 34px 58.16px 34px;
  }
}
.bran01-page__header__title {
  font-size: 2.1875rem;
  color: #082743;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .bran01-page__header__title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 0px;
  }
}
.bran01-page__header__subtitle {
  font-size: 1.5625rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #00A2DE;
  font-weight: 700;
  margin-bottom: 22.03px;
}
@media (max-width: 767.98px) {
  .bran01-page__header__subtitle {
    font-size: 1.25rem;
    font-weight: 700;
  }
}
.bran01-page__header__line {
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .bran01-page__header__line {
    margin: 23px 0;
  }
}
.bran01-page__header__paragraph {
  color: #082743;
  font-weight: 400;
  font: 0.9375rem "Montserrat", sans-serif, arial;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .bran01-page__header__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page__header__paragraph p {
  color: #082743;
  font-weight: 400;
  font: 0.9375rem "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .bran01-page__header__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page__encompass__title {
  font-size: 1.875rem;
  color: #082743;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__title {
    font-size: 1.6875rem;
    font-weight: 700;
  }
}
.bran01-page__encompass__subtitle {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #00A2DE;
  font-weight: 700;
  margin-bottom: 22.03px;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__subtitle {
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.bran01-page__encompass__line {
  margin: 24.99px 0 30px 0;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__line {
    margin: 23px 0;
  }
}
.bran01-page__encompass__paragraph {
  color: #61B336;
  font-weight: 400;
  font: 0.9375rem "Montserrat", sans-serif, arial;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page__encompass__paragraph p {
  color: #61B336;
  font-weight: 400;
  font: 0.9375rem "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page .row--bran01-page {
  margin-top: 58.01px;
  display: flex;
  gap: 21.44px 0;
}
.bran01-page .container--bran01-page__main {
  padding: 47px 0 123.16px 0;
}
@media (max-width: 767.98px) {
  .bran01-page .container--bran01-page__main {
    padding: 47px 34px 123.16px 34px;
  }
}
@media (max-width: 575.98px) {
  .bran01-page__box {
    padding: 0 !important;
  }
}
.bran01-page__box__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 136.84px;
  background-color: #EAEBE9;
  width: 100%;
}
.bran01-page__box__image {
  width: 62.29px;
  height: 62.29px;
}
.bran01-page__box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* BEGIN STYLE */
.blog01 {
  padding: 80px 0;
  background-color: #eaebe9;
}
@media (max-width: 991.98px) {
  .blog01 {
    padding: 96px 20px 0;
  }
}
.blog01__header {
  text-align: center;
  margin-bottom: 85px;
}
@media (max-width: 767.98px) {
  .blog01__header {
    margin-bottom: 40px;
  }
}
.blog01__header__hypertext {
  margin-bottom: 0;
}
.blog01__header__subtitle {
  display: none;
  font-size: 1.25rem;
  font-weight: 700;
  color: #00A2DE;
}
@media (max-width: 767.98px) {
  .blog01__header__subtitle {
    font-size: 1.125rem;
  }
}
.blog01__header__line {
  background-color: #082743;
  width: 100%;
  display: block;
  margin: 17px 0 30px;
}
.blog01__header__paragraph {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #61B336;
}
@media (max-width: 767.98px) {
  .blog01__header__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
@media (max-width: 767.98px) {
  .blog01__boxs {
    margin: 0;
    padding: 0 40px 0 0;
  }
}
@media (max-width: 575.98px) {
  .blog01__boxs {
    padding: 0;
  }
}
.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 {
  height: 27.4615rem;
  width: 383px;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1399.98px) {
  .blog01__boxs__item {
    width: 360px;
  }
}
@media (max-width: 1199.98px) {
  .blog01__boxs__item {
    width: 335px;
  }
}
@media (max-width: 575.98px) {
  .blog01__boxs__item {
    width: 91%;
  }
}
.blog01__boxs__item::after {
  z-index: 2;
  content: "";
  border-radius: 1.5rem;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blog01__boxs__item__image {
  z-index: 1;
  margin-bottom: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
}
.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 {
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  flex-direction: column;
  padding: 1.94rem;
  background: linear-gradient(354deg, rgba(12, 12, 12, 0.8784313725) -33.07%, rgba(255, 255, 255, 0) 88.43%);
}
.blog01__boxs__item__title {
  width: 100%;
}
.blog01__boxs__item__desc {
  width: 100%;
  text-align: left;
}
.blog01__boxs__item__icon {
  width: 34px !important;
}
.blog01__boxs .owl-dots {
  display: flex !important;
  margin-top: 53px;
  justify-content: flex-start;
}
.blog01__boxs .owl-dots .owl-dot {
  border-radius: 100%;
  background-color: rgba(8, 39, 67, 0.2) !important;
  width: 0.8125rem;
  height: 0.8125rem;
}
.blog01__boxs .owl-dots .owl-dot.active {
  background-color: #082743 !important;
}
.blog01__cta {
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #082743;
  width: 10.375rem;
  height: 2.6875rem;
  background-color: transparent;
  border: 1px solid #082743;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.69rem;
  border-radius: 2.25rem;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767.98px) {
  .blog01__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
    width: 146px;
  }
}
.blog01__cta:hover {
  color: #fff;
  background-color: #082743;
}
.blog01__cta img {
  width: 0.71738rem;
  height: 0.71738rem;
  transform: rotate(2.054deg);
}
.blog01__cta:hover img {
  filter: invert(1) grayscale(1);
}

.blog01-page {
  padding-top: 200px;
  background-color: #EAEBE9;
}
@media (max-width: 767.98px) {
  .blog01-page {
    padding-top: 172px;
  }
}
.blog01-page__header {
  height: 352px;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog01-page__header__title {
  font-size: 2.1875rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767.98px) {
  .blog01-page__header__title {
    font-size: 1.875rem;
  }
}
.blog01-page__header__category {
  display: none;
  margin: 43px 0 0;
}
@media (max-width: 767.98px) {
  .blog01-page__header__category {
    padding-right: 60px;
    display: block !important;
  }
  .blog01-page__header__category .owl-stage-outer {
    overflow: visible;
  }
}
.blog01-page__header__category__item {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  padding: 0 15px;
  margin: 0 23px;
}
@media (max-width: 767.98px) {
  .blog01-page__header__category__item {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
  }
}
.blog01-page__header__category__item::after {
  content: "";
  display: table;
  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;
}
.blog01-page__header__category__item--active, .blog01-page__header__category__item:hover {
  color: #61B336;
}
.blog01-page__header__category__item--active::after, .blog01-page__header__category__item:hover::after {
  visibility: visible;
  opacity: 1;
}
.blog01-page__boxs {
  padding-bottom: 80px;
  display: flex;
  gap: 0 16px;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs {
    justify-content: center;
    padding-bottom: 56px;
    margin: 0;
  }
}
.blog01-page__boxs__featured {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured {
    padding: 50px 0;
  }
}
.blog01-page__boxs__featured__item {
  /*
  &__category {

                      font: $paragraph-min;
                      font-weight: 500;
                      color: $color-black;
                      background-color: #ccc;
                      padding: 10px 30px;
                      margin-bottom: 32px;
                      display: table;
                      display: none;
                      @include medium-device-down {
                          font: $paragraph-min-mobile;
                      }
                  }
                  */
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__content {
    padding: 0;
    margin: 0;
  }
}
.blog01-page__boxs__featured__item__image img {
  border-radius: 25px;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured__item__image {
    width: 80%;
    margin: 0 auto 32px;
  }
}
.blog01-page__boxs__featured__item__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-left: 68px;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured__item__description {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured__item__date-publish {
    align-self: center;
  }
}
.blog01-page__boxs__featured__item__cta {
  margin-top: 56px;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured__item__cta {
    margin-top: 40px;
    align-self: center;
  }
}
.blog01-page__boxs__featured__item__cta__icon {
  width: 11px !important;
}
.blog01-page__boxs__featured__carousel .owl-dots {
  text-align: center;
  margin-top: 16px;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  display: inline-block;
  background-color: #bdc4c8;
  margin: 0 6px;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot.active {
  background-color: #082743;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot:hover {
  background-color: #082743;
}
.blog01-page__boxs__item {
  width: calc(33.33% - 16px);
  min-height: 367px;
  margin-bottom: 40px;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item {
    width: calc(50% - 16px);
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .blog01-page__boxs__item {
    width: 100%;
  }
}
.blog01-page__boxs__item__content {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.blog01-page__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog01-page__boxs__item__image {
  /*  margin-bottom: 20px; */
  height: 100%;
  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: 25px;
}
.blog01-page__boxs__item__date-publish {
  display: none !important;
  font: 0.8125rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #61B336;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item__date-publish {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-page__boxs__item__description {
  padding: 0 15px;
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding-bottom: 24px;
  background: rgba(0, 0, 0, 0.54);
}
.blog01-page__boxs__item__icon {
  display: none !important;
  width: 34px !important;
}

.blog01-show {
  padding-top: 240px;
  background-color: #EAEBE9;
}
@media (max-width: 575.98px) {
  .blog01-show {
    padding-top: 162px;
  }
}
.blog01-show__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blog01-show__item__title {
  margin-bottom: 48px;
  text-align: center;
}
.blog01-show__item__paragraph {
  display: none;
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #61B336;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .blog01-show__item__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.blog01-show__item__image {
  margin-bottom: 60px;
  width: 908px;
  height: 418px;
  border-radius: 25px;
  overflow: hidden;
}
.blog01-show__item__image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .blog01-show__item__image {
    width: 100%;
    height: auto;
  }
}
.blog01-show__item__description {
  text-align: center;
  letter-spacing: 0.3;
}
@media (max-width: 767.98px) {
  .blog01-show__item__description {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .blog01-show__item__description a {
    width: 100%;
    display: block;
    word-wrap: break-word;
  }
}
.blog01-show__item__description ul,
.blog01-show__item__description ol {
  margin: 20px 0;
}
.blog01-show__item__share {
  display: none;
  background-color: #000;
  color: white;
  border-radius: 24px;
  padding: 4px 8px;
}
.blog01-show__related {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  .blog01-show__related {
    margin-top: 80px;
    align-items: center;
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .blog01-show__related__header {
    width: 90%;
    margin: 0 auto;
  }
}
.blog01-show__related__container {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 0 16px;
}
.blog01-show__boxs__item {
  width: calc(33.33% - 16px);
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item {
    width: calc(50% - 16px);
    margin-bottom: 28px;
  }
}
@media (max-width: 575.98px) {
  .blog01-show__boxs__item {
    width: 100%;
  }
}
.blog01-show__boxs__item__content {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.blog01-show__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog01-show__boxs__item__image {
  margin: 0;
  padding: 0;
  height: 285px;
  display: block;
}
.blog01-show__boxs__item__image__img {
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.blog01-show__boxs__item__date-publish {
  display: none;
  font: 0.8125rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #61B336;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item__date-publish {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-show__boxs__item__description {
  padding: 0 15px;
  position: absolute;
  top: 0;
  height: 100%;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  width: 100%;
  background: rgba(0, 0, 0, 0.54);
}
.blog01-show__boxs__item__paragraph {
  margin: 0;
  padding: 0 !important;
  padding-bottom: 24px !important;
}
.blog01-show__boxs__item__icon {
  display: none !important;
  width: 34px !important;
}
.blog01-show__col-end {
  display: flex;
}

/* BEGIN STYLE */
.cont02 .container--cont02 {
  position: relative;
  z-index: 100;
  padding-top: 15rem;
  padding-bottom: 6.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1199.98px) {
  .cont02 .container--cont02 {
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .cont02 .container--cont02 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 575.98px) {
  .cont02 .container--cont02 {
    padding-top: 160px;
  }
}
.cont02 .cont02__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.cont02__left {
  flex-direction: column;
  max-width: 410px;
}
@media (max-width: 991.98px) {
  .cont02__left {
    padding-left: 56px;
    max-width: 386px;
  }
}
@media (max-width: 767.98px) {
  .cont02__left {
    max-width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }
}
.cont02__image {
  height: 592px;
  max-width: 451px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .cont02__image {
    height: 350px;
    max-width: 259px;
  }
}
@media (max-width: 991.98px) {
  .cont02__image {
    margin: 0 auto;
  }
}
.cont02__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .cont02__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cont02__right {
  padding-left: 6.69rem;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .cont02__right {
    padding: 56px 56px 0 56px;
    margin-bottom: 59.22px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cont02__right {
    padding: 1.2rem 1.2rem;
    margin-bottom: 0;
  }
}
.cont02__title {
  margin-bottom: 12px;
}
.cont02__subtitle {
  font-size: 1.875rem;
}
.cont02__line {
  margin: 39px 0 34px 0;
}
.cont02__paragraph {
  color: #082743;
  font-weight: 400;
  font: 0.9375rem "Montserrat", sans-serif, arial;
}
@media (max-width: 575.98px) {
  .cont02__paragraph {
    font-size: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cont02__paragraph p {
  color: #082743;
  font-weight: 400;
  font: 0.9375rem "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .cont02__paragraph p {
    font-size: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cont02__cta {
  font: 0.8125rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #082743;
  display: flex;
  margin-top: 37px;
  max-width: 177px;
  padding: 10px 15px;
  background-color: #E4DACB;
}
.cont02__cta:hover {
  color: #fff;
  background-color: #000;
}
.cont02__cta:hover img {
  filter: invert(1) grayscale(1);
}

/* BEGIN STYLE */
#TOPI01 {
  background-color: #082743;
  padding: 70px 0;
}
@media (max-width: 991.98px) {
  #TOPI01 {
    padding: 72px 24px;
  }
}
#TOPI01 .header-topic {
  text-align: center;
}
#TOPI01 .header-topic .container-title {
  margin-bottom: 56px;
}
#TOPI01 .header-topic .container-title .title {
  color: #00A2DE;
}
#TOPI01 .header-topic .container-title .subtitle {
  color: #fff;
  text-align: center;
}
#TOPI01 .header-topic .paragraph {
  display: none;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  #TOPI01 .header-topic .paragraph {
    width: 90%;
  }
}
#TOPI01 .header-topic .line {
  display: none;
  background-color: #082743;
}
@media (max-width: 767.98px) {
  #TOPI01 .container-box {
    width: 70%;
  }
}
#TOPI01 .container-box .owl-stage-outer {
  width: auto;
  overflow: visible;
}
#TOPI01 .container-box .owl-stage-outer .owl-stage {
  display: flex;
}
#TOPI01 .container-box .owl-nav {
  display: flex !important;
  margin-top: 30px;
  gap: 0 20.5px;
  justify-content: space-between;
  width: 110px;
  position: relative;
}
#TOPI01 .container-box .owl-nav:before {
  content: "";
  background-image: url(../images/circle-nav-white.png);
  position: absolute;
  width: 7px;
  height: 7px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 5px;
}
#TOPI01 .container-box .owl-nav .owl-prev,
#TOPI01 .container-box .owl-nav .owl-next {
  content: "";
  width: 31px;
  height: 16px;
  background-color: transparent !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: inherit !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}
#TOPI01 .container-box .owl-nav .owl-prev span,
#TOPI01 .container-box .owl-nav .owl-next span {
  display: none !important;
}
#TOPI01 .container-box .owl-nav .owl-prev {
  background-image: url("../images/nav-prev-white.png") !important;
}
#TOPI01 .container-box .owl-nav .owl-prev:hover {
  background-image: url("../images/nav-prev-hover.png") !important;
}
#TOPI01 .container-box .owl-nav .owl-next {
  background-image: url("../images/nav-next-white.png") !important;
}
#TOPI01 .container-box .owl-nav .owl-next:hover {
  background-image: url("../images/nav-next-hover.png") !important;
}
#TOPI01 .container-box .owl-nav.disabled {
  display: flex !important;
}
#TOPI01 .container-box .box-topic {
  height: 100%;
  width: 383px;
  padding: 0.25rem;
  padding-left: 0.25rem;
  background-color: #fff;
  border-radius: 40px;
  overflow: hidden;
}
#TOPI01 .container-box .box-topic .content {
  padding: 44px 20px 28px 20px;
  height: 100%;
}
#TOPI01 .container-box .box-topic .content .container-info {
  position: relative;
  z-index: 1;
  min-height: 240px;
}
#TOPI01 .container-box .box-topic .content .container-info .image {
  margin-bottom: 24px;
}
#TOPI01 .container-box .box-topic .content .container-info .image img {
  width: 50px;
}
#TOPI01 .container-box .box-topic .content .container-info .description {
  text-align: center;
}
#TOPI01 .container-box .box-topic .content .container-info .description .title {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #000;
}
#TOPI01 .container-box .box-topic:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

/* BEGIN STYLE */
/* BEGIN STYLE */
.cont12 {
  background-color: #E4DACB;
}
.cont12__header {
  padding: 96px 0;
}
.cont12__header__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont12__subtitle {
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  font-size: 1.25rem;
  color: #61B336;
  line-height: normal;
  text-align: center;
}
@media (max-width: 767.98px) {
  .cont12__subtitle {
    font-size: 1.125rem;
  }
}
.cont12__line {
  display: none;
  width: 100%;
  border: 1px solid #000;
  opacity: 1;
}
.cont12__main {
  background-color: #E4DACB;
  padding: 46px 0 120px 0;
}
.cont12__list {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 5%;
}
@media (max-width: 991.98px) {
  .cont12__list {
    gap: 96px 5%;
  }
}
@media (max-width: 767.98px) {
  .cont12__list {
    padding: 0 2.5vw !important;
  }
}
.cont12__list__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 20%; /* Calc(25% - 5%) o 5% é referente ao gap column */
  gap: 1rem;
  min-height: 187px;
  background: #fff;
  padding: 20px;
  border-radius: 24px;
}
@media (max-width: 991.98px) {
  .cont12__list__item {
    width: 28.33%;
  }
}
@media (max-width: 767.98px) {
  .cont12__list__item {
    width: 45%;
  }
}
.cont12__list__item__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.cont12__list__item__icon {
  position: absolute;
  top: -90px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cont12__list__item__title {
  padding-top: 20px;
  max-width: 158px;
  text-align: center;
  color: #082743;
}
.cont12__list__item__bottom {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.cont12__list__item__bottom__cta:last-child {
  border: none;
}
.cont12__list__item__cta:not(:last-child) {
  border-left: solid 1px green;
}
.cont12__list__item__cta:not(:last-child):after {
  display: none;
}
.cont12__list__item__cta {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #082743;
  border: 1px solid #082743;
  width: 34px;
  height: 34px;
  border-radius: 100%;
}
.cont12__list__item__cta:after {
  position: absolute;
  width: 1px;
  right: 40px;
  height: 34px;
  content: "";
  background-color: green;
}
@media (max-width: 767.98px) {
  .cont12__list__item__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 700;
  }
}
.cont12__list__item__cta:hover {
  border-color: #61B336;
  background-color: #61B336;
  color: #fff;
  transition: ease-out 0.3s;
}
.cont12__list__item__cta__icon {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* 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: 767.98px) {
  .abou01 {
    padding: 40px 0;
  }
}
.abou01__title {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #082743;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01__title {
    font-size: 1.6875rem;
  }
}
.abou01__subtitle {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #082743;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01__subtitle {
    font-size: 1.125rem;
  }
}
.abou01__line {
  width: 100%;
  background-color: #082743;
  margin: 30px 0;
}
.abou01__paragraph {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  padding: 0 30px;
  color: #082743;
  line-height: 25px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.abou01__cta {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  display: block;
  margin: 30px auto 0;
  max-width: 177px;
  padding: 10px 15px;
  background-color: #E4DACB;
}
.abou01__cta:hover {
  color: #fff;
  background-color: #000;
}
.abou01__cta:hover .abou01__cta__icon {
  filter: invert(1) grayscale(1);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}

.abou01-page {
  background-color: #EAEBE9;
}
.abou01-page .container {
  display: flex;
  align-items: flex-start;
  padding: 68px 15px 0 15px !important;
  /*         .container__img {
      width: 41.66666667%;
      padding-right: calc(var(--bs-gutter-x) * 0.5);
      padding-left: calc(var(--bs-gutter-x) * 0.5);

      @include large-device-down{
          width: 100%;
      }


      img {
          width: 100%;
          max-width: 430px;
          height: auto;
          object-fit: cover;
      }
  } */
}
@media (max-width: 991.98px) {
  .abou01-page .container {
    flex-direction: column-reverse;
    gap: 25px 0;
  }
}
.abou01-page__header {
  display: none;
  text-align: center;
  background-color: #efefef;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 87px 0;
  margin: 0;
}
.abou01-page__header__container {
  margin-bottom: 25px;
}
.abou01-page__header__title {
  font-size: 2.1875rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #000;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__header__title {
    font-size: 1.6875rem;
  }
}
.abou01-page__header__subtitle {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #61B336;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__header__subtitle {
    font-size: 1.125rem;
  }
}
.abou01-page__header__line {
  width: 100%;
  max-width: 610px;
  background-color: #082743;
}
.abou01-page__content {
  padding-top: 240px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .abou01-page__content {
    padding-top: 160px;
  }
}
.abou01-page__content__container {
  margin-bottom: 25px;
}
.abou01-page__content__title {
  text-align: center;
}
.abou01-page__content__subtitle {
  text-align: center;
  max-width: 562px;
  margin: 0 auto;
}
.abou01-page__content__line {
  display: none;
  width: 100%;
  background-color: #082743;
}
.abou01-page__content__paragraph {
  text-align: center;
  width: 90%;
  margin: 64px auto;
}
.abou01-page__topic {
  padding: 125px 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.abou01-page__topic:after {
  content: "Como funciona";
  position: absolute;
  text-align: center;
  width: 100%;
  top: 125px;
}
@media (max-width: 991.98px) {
  .abou01-page__topic:after {
    top: 88px;
  }
}
.abou01-page__topic__container {
  width: 90%;
  margin: 0 auto;
}
.abou01-page__topic__content {
  background-color: #fff;
  padding: 44px 40px;
  min-height: 100%;
}
.abou01-page__topic__content:hover {
  transform: scale(1.01);
}
.abou01-page__topic .carousel-abou01-topic {
  gap: 25px 0;
}
.abou01-page__topic__item {
  width: 383px;
  border-radius: 43px;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 575.98px) {
  .abou01-page__topic__item {
    width: 100%;
  }
}
.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.5625rem;
  color: #082743;
  font-weight: 600;
  line-height: 110.357%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__topic__item__title {
    font-size: 1.25rem;
  }
}
.abou01-page__topic__item__paragraph {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #61B336;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__topic__item__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.abou01-page__topic .carousel-abou01-topic {
  margin-top: 120px;
  /* CONFIGURAÇÃO DO CARROSSEL */
  /* CONFIGURAÇÃO DA NAVEGAÇÃO DO OWL */
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__topic .carousel-abou01-topic {
    margin: 0 auto;
    margin-top: 120px;
  }
}
@media (max-width: 575.98px) {
  .abou01-page__topic .carousel-abou01-topic {
    margin-top: 56px;
  }
}
.abou01-page__topic .carousel-abou01-topic .owl-stage-outer {
  width: auto;
  overflow: visible;
  padding: 0;
}
.abou01-page__topic .carousel-abou01-topic .owl-stage-outer .owl-stage {
  display: flex;
}
.abou01-page__topic .carousel-abou01-topic .owl-stage-outer .owl-stage .owl-item:last-child {
  margin-right: 0 !important;
}
.abou01-page__topic .carousel-abou01-topic .owl-nav {
  display: flex;
  margin-top: 30px;
  gap: 0 20.5px;
  justify-content: space-between;
  width: 110px;
  position: relative;
}
.abou01-page__topic .carousel-abou01-topic .owl-nav:before {
  content: "";
  background-image: url(../images/circle-nav.png);
  position: absolute;
  width: 7px;
  height: 7px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 5px;
}
.abou01-page__topic .carousel-abou01-topic .owl-nav .owl-prev,
.abou01-page__topic .carousel-abou01-topic .owl-nav .owl-next {
  content: "";
  width: 31px;
  height: 16px;
  background-color: transparent !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: inherit !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}
.abou01-page__topic .carousel-abou01-topic .owl-nav .owl-prev span,
.abou01-page__topic .carousel-abou01-topic .owl-nav .owl-next span {
  display: none !important;
}
.abou01-page__topic .carousel-abou01-topic .owl-nav .owl-prev {
  background-image: url("../images/nav-prev.png") !important;
}
.abou01-page__topic .carousel-abou01-topic .owl-nav .owl-prev:hover {
  background-image: url("../images/nav-prev-hover.png") !important;
}
.abou01-page__topic .carousel-abou01-topic .owl-nav .owl-next {
  background-image: url("../images/nav-next.png") !important;
}
.abou01-page__topic .carousel-abou01-topic .owl-nav .owl-next:hover {
  background-image: url("../images/nav-next-hover.png") !important;
}
.abou01-page__section {
  padding: 68px 15px 0 15px;
}
.abou01-page__section .align-items-center {
  align-items: flex-start !important;
}
@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: 767.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.875rem;
  font-weight: 700;
  color: #000;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__section__title {
    font-size: 1.6875rem;
  }
}
.abou01-page__section__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #082743;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__section__subtitle {
    font-size: 1.125rem;
  }
}
.abou01-page__section__line {
  width: 100%;
  background-color: #61B336;
}
.abou01-page__section__paragraph {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #082743;
  line-height: 25px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__section__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
    margin-bottom: 30px;
  }
}

/* BEGIN STYLE */
.cota02__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  /*         &__mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgb(0 0 0 / 73%);
  } */
}
.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__title {
  font-size: 2.1875rem;
  color: #082743;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .cota02__header__title {
    font-size: 1.6875rem;
  }
}
.cota02__header__subtitle {
  font-size: 1.5625rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #61B336;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 575.98px) {
  .cota02__header__subtitle {
    font-size: 1.25rem;
  }
}
.cota02__header__line {
  margin-top: 1.25rem;
  color: #61B336;
  width: 100%;
}
.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: 13rem 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: 767.98px) {
  .cota02__boxForm__item {
    margin: 0 auto;
    padding: 0;
    width: 94%;
  }
}
.cota02__boxForm__item__content {
  position: relative;
  display: flex;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content {
    justify-content: center;
  }
}
.cota02__boxForm__item__content__image {
  width: 42px;
  height: 42px;
}
@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 {
  display: flex;
  align-items: center;
}
.cota02__boxForm__item__content__description__title {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .cota02__boxForm__item__content__description__title {
    font-size: 1.0625rem;
  }
}
.cota02__boxForm__item__content__description__paragraph {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #082743;
}
.cota02__boxForm__item__content__description__paragraph p {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #082743;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__description__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cota02__form {
  padding: 78px 0 0 0;
}
@media (max-width: 991.98px) {
  .cota02__form {
    padding-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  .cota02__form {
    padding-bottom: 0;
  }
}
.cota02__form__header {
  margin-bottom: 51px;
  text-align: center;
}
.cota02__form__header__line {
  display: none;
  background: #082743;
  display: flex;
  margin-top: 15px;
  margin-bottom: 18px;
  display: block;
}
.cota02__form__header__paragraph p {
  text-align: center;
}
.cota02__form .input__item {
  width: 100%;
}
.cota02__form .input__item .form-placeholder {
  border-bottom: 1px solid black;
}
.cota02__form .input__item--select .form-select {
  margin-bottom: 0 !important;
  height: 52px;
  border-radius: 0 !important;
}
@media (max-width: 991.98px) {
  .cota02__form__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cota02__form__image {
  width: 50%;
}
@media (max-width: 991.98px) {
  .cota02__form__image {
    width: 100%;
  }
}
.cota02__form__inputs {
  width: 50%;
}
@media (max-width: 991.98px) {
  .cota02__form__inputs {
    width: 90%;
    margin: 0 auto;
  }
}
.cota02__form__inputs__formIput {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.cota02__form__inputs__formIput .input__item {
  width: 100%;
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #082743;
  border-bottom: solid 1px #000;
}
.cota02__form__inputs__formIput .input__item .form-control {
  height: 37px;
  border-radius: 0 !important;
}
.cota02__form__inputs__compliance {
  display: flex;
}
.cota02__form__inputs__compliance input {
  border: 1px solid #393939;
  font: 0.8125rem "Montserrat", sans-serif, arial;
}
.cota02__form__inputs__compliance label {
  color: #393939;
  font: 0.8125rem "Montserrat", sans-serif, arial;
}
.cota02__form__inputs__compliance label a {
  color: #7c7c7c;
  font: 0.8125rem "Montserrat", sans-serif, arial;
}
.cota02 .form-control {
  margin-bottom: 0 !important;
}
.cota02 .form-placeholder.focusing {
  border-bottom: solid 1px #082743;
}
.cota02 .form-placeholder > input {
  border: none;
}

.cota02-show__form__footer {
  margin-top: 56px;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .cota02-show__form__footer {
    flex-direction: column;
    gap: 16px;
  }
}

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

.cota02-show__form__item__input .input__item--textarea textarea {
  height: 136px !important;
  background: transparent;
  border: none;
}

.cota02-show__form__inputs__formIput__input-submit {
  align-self: end;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .cota02-show__form__inputs__formIput__input-submit {
    align-self: flex-start;
  }
}

.cota02-show__form__compliance {
  font: 0.8125rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #082743;
}
@media (max-width: 1199.98px) {
  .cota02-show__form__compliance {
    font-size: 0.625rem;
  }
}
@media (max-width: 991.98px) {
  .cota02-show__form__compliance {
    font: 0.8125rem "Montserrat", sans-serif, arial;
  }
}
.cota02-show__form__compliance a {
  color: #00A2DE;
  text-decoration: underline;
}

.form-check-input[type=checkbox] {
  border-radius: 100%;
  border: 1px solid #082743;
}

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

/* BEGIN STYLE */
.cota04__header {
  display: none !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 320px;
}
.cota04__header .container--cota04-page-header {
  height: 100%;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .cota04__header .container--cota04-page-header {
    padding: 44px 20px;
    max-width: 90% !important;
  }
}
.cota04__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.cota04__header__title {
  font-size: 2.1875rem;
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .cota04__header__title {
    font-size: 1.6875rem;
  }
}
.cota04__header__subtitle {
  font-size: 1.5625rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #61B336;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 575.98px) {
  .cota04__header__subtitle {
    font-size: 1.25rem;
  }
}
.cota04__header__line {
  margin-top: 1.25rem;
  color: #61B336;
  width: 100%;
}
.cota04__boxForm {
  padding: 240px 0 218.92px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cota04__boxForm:after {
  display: block;
  position: absolute;
  bottom: 0;
  padding-top: 65px;
  background-image: url("../images/arc-cota04.svg");
  width: 100%;
  height: 128.92px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "** \a Cadastro positivo direitos preservados \a e dados protegidos";
  white-space: pre;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 163.857%;
  letter-spacing: 0.3px;
  color: #000;
  text-align: center;
}
@media (max-width: 575.98px) {
  .cota04__boxForm .container--boxForm .row {
    margin: 0 auto;
  }
}
.cota04__boxForm__item:last-of-type .cota04__boxForm__item__content::after {
  display: none;
}
@media (max-width: 767.98px) {
  .cota04__boxForm__item {
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
}
.cota04__boxForm__item__content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .cota04__boxForm__item__content {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.cota04__boxForm__item__content__image {
  width: 26.81788rem;
  height: 32.99488rem;
}
.cota04__boxForm__item__content__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cota04__boxForm__item__content__description {
  width: 100%;
}
@media (max-width: 767.98px) {
  .cota04__boxForm__item__content__description {
    padding-left: 2.65rem;
  }
}
@media (max-width: 767.98px) {
  .cota04__boxForm__item__content__description {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.cota04__boxForm__item__content__description__title {
  text-align: center;
}
.cota04__boxForm__item__content__description__subtitle {
  text-align: center;
}
.cota04__boxForm__item__content__description__line {
  display: none;
  margin: 1.44rem 0;
}
.cota04__boxForm__item__content__description__paragraph {
  margin-top: 48px;
  text-align: center;
}
.cota04__form {
  padding: 4.5rem 0 4.5rem 0;
  background-color: #E4DACB;
  /*
  &:nth-of-type(even) {
      background-color: #cacaca;
  } */
}
@media (max-width: 767.98px) {
  .cota04__form {
    padding: 4.19rem 0 4.13rem 0;
  }
}
@media (max-width: 767.98px) {
  .cota04__form__footer {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.cota04__form > .container {
  max-width: 82% !important;
}
@media (max-width: 767.98px) {
  .cota04__form > .container {
    max-width: 90% !important;
  }
}
.cota04__form__header {
  margin-bottom: 50px;
}
.cota04__form__header__title {
  font-size: 1.875rem;
  color: #082743;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767.98px) {
  .cota04__form__header__title {
    font-size: 1.6875rem;
  }
}
.cota04__form__header__line {
  background: #082743;
  display: flex;
  margin-top: 15px;
  margin-bottom: 18px;
  display: none;
}
.cota04__form__header__paragraph {
  width: 100%;
  max-width: 50.1875rem;
}
.cota04__form__header__paragraph p {
  font: 0.9375rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767.98px) {
  .cota04__form__header__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cota04__form__container {
  background-color: #EAEBE9;
  border-radius: 56px;
  padding: 64px 80px 80px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .cota04__form__container {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cota04__form__container {
    padding: 64px 40px 80px;
  }
}
@media (max-width: 767.98px) {
  .cota04__form__container {
    padding: 64px 24px 80px;
  }
}
.cota04__form:nth-of-type(even) .cota04__form__category ul li button {
  background-color: #efefef;
}
.cota04__form:nth-of-type(even) .cota04__form__category ul li button.active {
  background-color: #b3b3b3;
}
.cota04__form__category {
  margin-bottom: 1.44rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cota04__form__category .nav {
  list-style: none;
  display: flex;
  align-items: end;
  padding: 0;
  gap: 0 0.88rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .cota04__form__category .nav {
    display: none;
  }
}
.cota04__form__category .nav li button {
  background-color: #EAEBE9;
}
.cota04__form__category .nav li button:hover, .cota04__form__category .nav li button.active {
  background: #082743;
  color: #fff;
}
.cota04__form__category .nav li button img {
  margin-right: 0.5rem;
  width: 26px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575.98px) {
  .cota04__form__category .nav li button img {
    margin: 0 auto !important;
  }
}
.cota04__form__dropdown {
  display: none;
}
@media (max-width: 767.98px) {
  .cota04__form__dropdown {
    display: flex;
  }
}
.cota04__form__dropdown .accordion {
  width: 100%;
}
.cota04__form__dropdown .accordion-item {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.cota04__form__dropdown .accordion-header {
  background-color: #EAEBE9;
}
.cota04__form__dropdown .accordion-header button {
  border: solid 1px #E4DACB;
  border-radius: 24px;
}
.cota04__form__dropdown .accordion-header button img {
  display: none;
  width: 26px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cota04__form__dropdown .accordion-button {
  justify-content: space-between;
  width: 240px;
  display: flex;
  gap: 0 2.5rem;
  padding: 8px 16px;
  background-color: #082743;
  border-radius: 24px !important;
  color: #fff;
}
.cota04__form__dropdown .accordion-button::after {
  background-image: url(../images/accordion-icon.svg);
  background-size: cover;
  height: 10px;
  width: 10px;
  margin-left: inherit;
}
.cota04__form__dropdown ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 1rem 0.88rem;
  margin-bottom: 0;
}
.cota04__form__dropdown ul li button {
  background-color: transparent;
}
.cota04__form__dropdown ul li button img {
  display: none;
  margin-right: 0.5rem;
  width: 26px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575.98px) {
  .cota04__form__dropdown ul li button img {
    margin: 0 auto !important;
  }
}
.cota04__form__inputs.active-tab {
  display: flex;
  justify-content: center;
  transition: ease all 0.5s;
}
.cota04__form__inputs {
  display: none;
  transition: ease all 0.5s;
}
.cota04__form__inputs > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 72px;
  gap: 16px 0;
}
@media (max-width: 991.98px) {
  .cota04__form__inputs > .row {
    margin-top: 36px;
  }
}
.cota04__form__inputs .input__item {
  width: 50%;
}
@media (max-width: 767.98px) {
  .cota04__form__inputs .input__item {
    width: 100%;
  }
}
.cota04__form__inputs .input__item label {
  color: #000 !important;
  background: transparent;
  z-index: 100;
}
.cota04__form__inputs .input__item input {
  width: 100%;
  transition: ease all 0.3s;
  background-color: #fff !important;
  height: 40px;
  position: relative;
  border-radius: 36px;
  border: solid 1px #082743;
  z-index: 2;
}
.cota04__form__inputs__compliance {
  display: flex;
}
.cota04__form__inputs__compliance input {
  border: 1px solid #393939;
  font: 0.8125rem "Montserrat", sans-serif, arial;
}
.cota04__form__inputs__compliance label {
  color: #393939;
  font: 0.8125rem "Montserrat", sans-serif, arial;
}
.cota04__form__inputs__compliance label a {
  color: #7c7c7c;
  font: 0.8125rem "Montserrat", sans-serif, arial;
}
.cota04__form__action {
  background: #E4DACB;
  padding: 4.63rem 0;
}
.cota04__form__action__content {
  width: 80%;
  border-radius: 50px;
  max-width: 62.25rem;
  margin: 0 auto;
  padding: 2rem 2.19rem;
  background-color: #EAEBE9;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .cota04__form__action__content {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .cota04__form__action__content {
    width: 90%;
  }
}
.cota04__form__action__boxAction {
  margin-right: 3.81rem;
}
@media (max-width: 767.98px) {
  .cota04__form__action__boxAction {
    flex-direction: column;
    margin: 0 auto;
  }
}
.cota04__form__action__boxAction__image {
  display: none;
  width: 3.0625rem;
  height: 3.0625rem;
  margin-right: 0.81rem;
}
@media (max-width: 767.98px) {
  .cota04__form__action__boxAction__image {
    margin: 0 auto;
    margin-bottom: 1.37rem;
  }
}
.cota04__form__action__boxAction__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cota04__form__action__boxAction__description__subtitle {
  display: none;
  font-size: 1.25rem;
  font-weight: 700;
  color: #082743;
  font-family: "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .cota04__form__action__boxAction__description__subtitle {
    font-size: 1.125rem;
  }
}

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

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

.cota04__form__inputs__formIput__input-submit {
  align-self: flex-end;
}
@media (max-width: 991.98px) {
  .cota04__form__inputs__formIput__input-submit {
    align-self: center;
  }
}

.cota04__form__compliance {
  font: 0.8125rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #393939;
  padding: 0;
}
@media (max-width: 767.98px) {
  .cota04__form__compliance {
    font: 0.675rem "Montserrat", sans-serif, arial;
    text-align: left !important;
  }
}
.cota04__form__compliance a {
  color: #61B336;
  text-decoration: underline;
}

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

@media (max-width: 991.98px) {
  .cota04__form__inputs-categoryless {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cota04__form__inputs-categoryless > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 72px;
  gap: 16px 0;
}
@media (max-width: 991.98px) {
  .cota04__form__inputs-categoryless > .row {
    margin-top: 36px;
  }
}
.cota04__form__inputs-categoryless input {
  transition: ease all 0.3s;
  background-color: #fff !important;
  height: 40px;
  position: relative;
  border-radius: 36px;
  border: solid 1px #082743;
  z-index: 2;
}
.cota04__form__inputs-categoryless .input__item {
  width: 50%;
}
@media (max-width: 767.98px) {
  .cota04__form__inputs-categoryless .input__item {
    width: 100%;
  }
}
.cota04__form__inputs-categoryless label {
  color: #000 !important;
  cursor: pointer;
  z-index: 100;
}
.cota04__form__inputs-categoryless .input__item--textarea {
  width: 100% !important;
  height: 136px !important;
  background: transparent;
  border: none;
  margin-bottom: 16px;
}
.cota04__form__inputs-categoryless .input__item--textarea .form-placeholder {
  height: 100%;
  border: solid 1px #082743;
  border-radius: 7px;
}
.cota04__form__inputs-categoryless .input__item--textarea .form-placeholder .form-control {
  height: 100%;
}
.cota04__form__inputs-categoryless .input__item--textarea .form-placeholder .form-control {
  background-color: #fff;
}

#nomeDoArquivo {
  border: solid 1px #082743;
  border-radius: 7px;
}

/* BEGIN STYLE */
/* BEGIN STYLE */
.comp01-page__header {
  text-align: center;
  background-color: #EAEBE9;
  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: 2.1875rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #000;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__header__title {
    font-size: 1.6875rem;
  }
}
.comp01-page__content:nth-child(even) {
  background-color: #E4DACB;
}
.comp01-page__container__content {
  width: 100%;
}
.comp01-page__content {
  padding: 45px 0 120px;
  background-color: #EAEBE9;
}
.comp01-page__content__icon {
  width: 36px;
  margin: 10px auto;
  display: table;
}
.comp01-page__content__container {
  text-align: center;
  margin-bottom: 35px;
}
.comp01-page__content__title {
  text-align: center;
}
.comp01-page__content__subtitle {
  text-align: center;
}
.comp01-page__content__line {
  display: none;
  width: 100%;
  background-color: #082743;
  margin-bottom: 35px;
}
.comp01-page__content__paragraph {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.comp01-page__archives {
  margin-top: 50px;
  width: 80%;
  margin: 0 auto;
}
.comp01-page__archives__item {
  position: relative;
  max-width: 100%;
  height: 86px;
  background-color: #fff;
  margin: 0 25px 0 0;
  padding: 10px 15px 10px 56px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  transition: all ease 0.3s;
}
.comp01-page__archives__item:hover {
  color: #fff;
  background-color: #000;
  transition: all ease 0.3s;
}
.comp01-page__archives__item:hover .comp01-page__archives__item__icon {
  transition: all ease 0.3s;
  filter: invert(1) grayscale(1);
}
.comp01-page__archives__item__icon {
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
