/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-Thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-UltraLight.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-UltraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-Heavy.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-Thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-ExtraLight.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-Semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Pogonia", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Pogonia", sans-serif;
}

p {
  font-family: "Fibra One", sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main {
  position: relative;
}
main > section:first-child {
  padding-top: 120px;
}
main.has-decorator {
  z-index: 0;
}
main.has-decorator::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  height: 100%;
  width: 90%;
  max-width: 720px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: auto;
  border: 1px solid #f8dcd2;
  z-index: -1;
}
main.has-decorator::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  bottom: auto;
  width: 1px;
  background-color: #f8dcd2;
  z-index: -1;
}

.t-all * {
  transition: all 0.3s ease;
}

.t {
  transition: all 0.3s ease;
}

.breadcrumb {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #012420;
}
.breadcrumb h1,
.breadcrumb h2,
.breadcrumb span,
.breadcrumb a,
.breadcrumb p {
  color: inherit;
}
.breadcrumb.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.breadcrumb a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.mw-1920 {
  max-width: 1920px;
  width: 100%;
}

.spacing-t {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .spacing-t {
    padding-top: 80px;
  }
}

.spacing-b {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .spacing-b {
    padding-bottom: 80px;
  }
}

.spacing-y {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .spacing-y {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1399px) {
  main .container,
  main .container-xxl,
  main .container-xl,
  main .container-lg,
  main .container-md,
  main .container-sm {
    padding: 0 45px;
  }
}
@media screen and (max-width: 1199px) {
  main .container,
  main .container-xxl,
  main .container-xl,
  main .container-lg,
  main .container-md,
  main .container-sm {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  main .container,
  main .container-xxl,
  main .container-xl,
  main .container-lg,
  main .container-md,
  main .container-sm {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  main .container,
  main .container-xxl,
  main .container-xl,
  main .container-lg,
  main .container-md,
  main .container-sm {
    padding: 0 15px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
  display: block;
  width: 23px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/swiper-arrow.svg);
  mask-image: url(../images/swiper-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

.swiper-button-prev::after {
  transform: rotate(180deg);
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

header {
  transition: 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(1, 36, 32, 0.637);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  padding: 17px 75px;
  width: 100%;
  height: 83px;
  position: absolute;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
header:hover, header.nav-open, header:focus-within {
  background: #012420;
}
header .content {
  width: 100%;
  max-width: 1920px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
header .content > * {
  width: 160px;
  height: 100%;
  min-height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .content .logo {
  height: 100%;
}
header .content .logo img {
  height: 100%;
}

.btn-menu-wrapper {
  position: relative;
}

.btn-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.btn-menu .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
}
.btn-menu__bar,
.btn-menu .hamburger__bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #f3db98;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.btn-menu span {
  font-family: "Pogonia", sans-serif;
  font-weight: 300;
  color: #f3db98;
  padding-left: 12px;
}
.btn-menu.is-open .hamburger__bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.btn-menu.is-open .hamburger__bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.btn-menu.is-open .hamburger__bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.contato {
  font-family: "Pogonia", sans-serif;
  font-weight: 300;
  color: #f3db98;
}
.contato .btn-brand {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contato .btn-brand .btn-decoration {
  transition: 300ms;
  left: calc(-100% + 0.7px);
  position: absolute;
  padding: 15px;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border: 1px solid #f3db98;
}
.contato a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f3db98;
}
.contato a > span {
  position: relative;
  margin-right: 10px;
}
.contato a:hover {
  color: #f8ebe5;
}
.contato a:hover .btn-decoration {
  left: 0%;
  border: 1px solid #f8ebe5;
}

.section-banner {
  position: relative;
  height: 846px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 991px) {
  header {
    padding: 17px 15px;
  }
}
@media screen and (max-width:620px) {
  .content .contato {
    display: none;
  }
  .content {
    flex-direction: row-reverse;
  }
  .btn-menu-wrapper {
    position: static;
    width: auto !important;
  }
  .btn-menu-wrapper span {
    display: none;
  }
}
.nav-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: clamp(200px, 128px + 10vw, 320px);
  padding: 2px;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
.nav-menu-wrapper.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-menu {
  position: relative;
  width: 100%;
  padding: 24px 0;
  background: rgba(1, 36, 32, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
.nav-menu__list,
.nav-menu ul,
.nav-menu .menu {
  position: static;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu li:hover > a, .nav-menu li:focus-within > a {
  color: #f8ebe5;
}
.nav-menu li:hover > a .submenu-icon, .nav-menu li:focus-within > a .submenu-icon {
  transform: translateX(5px);
  opacity: 1;
  width: 55px;
}
.nav-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 32px;
  color: #f3db98;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  transition: background 0.2s ease, color 0.2s ease;
}
.nav-menu li a .submenu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 12px;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.85;
  width: 17px;
  overflow: hidden;
}
.nav-menu li a .submenu-icon svg {
  flex-shrink: 0;
  height: 12px;
  width: auto;
  fill: none;
}

@media screen and (min-width:620px) {
  li {
    position: static !important;
  }
  li .sub-menu {
    position: absolute;
    top: 0 !important;
    left: 100%;
    width: 100%;
    max-width: 340px;
    height: 100%;
    min-height: 100%;
    padding: 24px 0;
    margin-left: 2px;
    background: rgba(1, 36, 32, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-left: 6px solid transparent;
    box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.25);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  }
  li .sub-menu .sub-menu-title {
    padding: 12px 32px;
    margin-bottom: 8px;
    color: #f3db98;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  li .sub-menu .sub-menu-title span {
    display: block;
  }
  li .sub-menu li a {
    padding: 10px 32px;
    font-size: 0.95rem;
  }
  li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
  }
}
@media screen and (max-width:620px) {
  .nav-menu-wrapper {
    padding: 2px 0;
  }
  .nav-menu li {
    border-top: 1px solid #015e45;
    padding: 0;
  }
  .nav-menu li:hover > a .submenu-icon, .nav-menu li:focus-within > a .submenu-icon {
    width: 17px;
  }
  .nav-menu li.submenu-open > .sub-menu {
    display: block;
  }
  .nav-menu li.submenu-open > a .submenu-icon {
    transform: rotate(-90deg);
  }
  .nav-menu li a {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
  }
  .nav-menu li a .submenu-icon {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
  .nav-menu li a .submenu-icon svg {
    transform: none;
  }
  .nav-menu li .sub-menu {
    display: none;
    background: transparent;
  }
  .nav-menu li .sub-menu li {
    border-top: 1px solid rgba(1, 94, 69, 0.3);
  }
  .nav-menu li .sub-menu li a {
    padding: 20px 0;
    font-size: 16px;
    color: rgba(243, 219, 152, 0.85);
  }
  .nav-menu li .sub-menu .sub-menu-title {
    display: none;
  }
}
footer {
  background: #003d32;
  overflow: hidden;
  z-index: 999;
  position: relative;
}

.footer-top {
  color: #f3db98;
}
.footer-top .footer-top-content {
  padding: 80px 0 50px 0;
  font-family: "Pogonia", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #f8ebe5;
}
.footer-top .footer-top-content ul {
  font-family: "Pogonia", sans-serif;
  font-weight: 200;
  font-size: 18px;
  color: #f3db98;
}
.footer-top .footer-top-content ul li {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .footer-top .footer-top-content {
    padding: 24px 0;
    cursor: pointer;
    position: relative;
  }
  .footer-top .footer-top-content .footer-top-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 34px;
    right: 0;
    transition: transform 0.3s ease;
  }
  .footer-top .footer-top-content .footer-top-arrow svg {
    width: 14px;
    height: 8px;
  }
  .footer-top .footer-top-content ul,
  .footer-top .footer-top-content div[class*=-container] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
  }
  .footer-top .footer-top-content.is-open .footer-top-arrow {
    transform: rotate(180deg);
  }
  .footer-top .footer-top-content.is-open ul,
  .footer-top .footer-top-content.is-open div[class*=-container] {
    max-height: 500px;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .footer-top .footer-top-content .footer-top-arrow {
    display: none;
  }
}
.footer-top .footer-central {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .footer-top .footer-central .footer-top-content {
    border: 1px solid #015e45;
    border-bottom: none;
    padding-left: clamp(24px, -82.72px + 11.6vw, 140px);
  }
}
@media screen and (min-width: 768px) {
  .footer-top .last .footer-top-content {
    padding-left: clamp(0px, -92px + 10vw, 100px);
  }
}

.footer-bottom {
  border-top: #015e45 1px solid;
  padding: 40px 0px 20px 0px;
  color: #f3db98;
}
.footer-bottom .footer-copyright {
  font-family: "Fibra One", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.footer-bottom .footer-policies {
  font-family: "Fibra One", sans-serif;
  font-weight: 200;
  font-size: 12px;
}
.footer-bottom .footer-policies a {
  margin-right: 14px;
}
.footer-bottom .footer-social a {
  margin-right: 14px;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px;
  }
  .footer-top-content {
    position: relative;
  }
  .footer-top-content::before {
    width: 200%;
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    right: calc(1.5rem * -0.5);
    right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    height: 1px;
    background-color: #015e45;
  }
  .footer-top > div:nth-child(3) .footer-top-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50%;
    right: calc(1.5rem * -0.5);
    right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    height: 1px;
    background-color: #015e45;
  }
  .footer-bottom {
    border-top: none;
  }
  .footer-bottom div > * {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer-bottom .footer-social {
    flex-direction: row;
  }
  .footer-bottom .footer-copyright p {
    text-align: center;
  }
  .footer-bottom .footer-copyright p a {
    margin-top: 14px;
  }
  .footer-bottom .row div {
    margin-top: 14px;
  }
  .footer-bottom .row div span {
    display: block;
    margin-top: 14px;
  }
}
.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=main.bundle.css.map*/