/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/pages/front-page.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;
}
.btn-principal {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 300px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 0;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 7px 100%, 7px calc(100% - 7px), 0 calc(100% - 7px));
  font-family: "Pogonia", sans-serif;
}
.btn-principal svg {
  margin-right: 13px;
}
.btn-principal .icon-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 70px;
  height: 15px;
  flex-shrink: 0;
  margin-right: 13px;
  overflow: hidden;
}
.btn-principal .icon-wrapper svg {
  flex: 0 0 auto;
  width: 60px;
  height: 15px;
  max-width: none;
  max-height: none;
  display: block;
}
.btn-principal::before {
  transition: 300ms;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 50px;
  border: 1px solid #003d32;
}
.btn-principal:hover .icon-wrapper {
  transition: 300ms;
  width: 60px;
}
.btn-principal:hover::before {
  width: 100%;
}

.card-projeto {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 568px;
}
.card-projeto .card-projeto-link {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.card-projeto .card-projeto-link .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.card-projeto .card-projeto-link .thumb img,
.card-projeto .card-projeto-link .thumb .wp-post-image {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.4s ease;
}
.card-projeto .card-projeto-link .card-projeto-content {
  position: absolute;
  bottom: 24px;
  left: 32px;
  width: calc(100% - 40px);
  max-width: 280px;
  min-height: 200px;
  background: rgba(1, 36, 32, 0.88);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 42px 32px;
  z-index: 2;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  align-items: end;
}
.card-projeto .card-projeto-link .card-projeto-content .title {
  color: #f8ebe5;
  font-family: "Fibra One", sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin: 0;
  line-height: 1.2;
  transition: color 0.3s ease;
}
.card-projeto .card-projeto-link:hover .thumb img,
.card-projeto .card-projeto-link:hover .thumb .wp-post-image {
  transform: scale(1.05);
}
.card-projeto .card-projeto-link:hover .card-projeto-content {
  background-color: rgb(1, 36, 32);
}

.home-content {
  background: #f8ebe5;
  color: #003d32;
}
.home-content > .section-home-banner {
  padding-top: 0;
}
.home-content .btn-principal {
  max-width: 100%;
  padding: 18px 20px 18px 20px;
  font-family: "Pogonia", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.home-content .btn-principal:before {
  top: 50%;
  transform: translateY(-50%);
  height: 60px !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 7px 100%, 7px calc(100% - 7px), 0 calc(100% - 7px));
}
.home-content .btn-principal .icon-wrapper {
  width: 52px;
  margin-right: 10px;
}
.home-content h2 {
  font-family: "Pogonia", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
}
.home-content a:focus-visible,
.home-content button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}
@media screen and (max-width: 991px) {
  .home-content h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .home-content h2 {
    font-size: 28px;
  }
}

.section-home-banner {
  height: 956px;
  padding-top: 0;
  background: #012420;
}
.section-home-banner .swiper,
.section-home-banner .swiper-wrapper,
.section-home-banner .swiper-slide {
  height: 100%;
}
.section-home-banner .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 36, 32, 0.24);
}
.section-home-banner .bg-video,
.section-home-banner .banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-home-banner .banner-content {
  position: relative;
  z-index: 1;
  width: 1068px;
  max-width: calc(100% - 96px);
  margin: auto;
  padding-top: 294px;
}
.section-home-banner h1,
.section-home-banner h2 {
  margin: 0 0 48px;
  color: #f8ebe5;
  font-family: "Pogonia", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.22;
}
.section-home-banner .btn-principal {
  color: #f3db98;
}
.section-home-banner .btn-principal::before {
  border-color: #f3db98;
}
.section-home-banner .btn-principal svg {
  stroke: currentColor;
}
.section-home-banner .banner-pagination {
  bottom: 272px;
  left: 69.7%;
  width: auto;
}
.section-home-banner .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  border-radius: 0;
  background: #f3db98;
}
@media screen and (max-width: 1399px) {
  .section-home-banner {
    height: 760px;
  }
  .section-home-banner .banner-content {
    padding-top: 235px;
  }
  .section-home-banner h1,
  .section-home-banner h2 {
    font-size: 48px;
  }
  .section-home-banner .banner-pagination {
    bottom: 120px;
  }
}
@media screen and (max-width: 991px) {
  .section-home-banner {
    height: 700px;
  }
  .section-home-banner h1,
  .section-home-banner h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-home-banner {
    height: 680px;
  }
  .section-home-banner .banner-content {
    max-width: calc(100% - 40px);
    padding-top: 220px;
  }
  .section-home-banner h1,
  .section-home-banner h2 {
    font-size: 34px;
  }
  .section-home-banner h1 br,
  .section-home-banner h2 br {
    display: none;
  }
  .section-home-banner .banner-pagination {
    left: 20px;
    bottom: 60px;
  }
}

.section-home-tradicao {
  position: relative;
  padding: 128px 0 120px;
  overflow-x: clip;
}
.section-home-tradicao::before {
  content: "";
  position: absolute;
  top: 84px;
  left: max(24px, 50% - 836px);
  width: 452px;
  height: 1826px;
  background: url(../images/background-pattern.webp) repeat;
  pointer-events: none;
}
.section-home-tradicao .container-xxl {
  max-width: 1092px;
  position: relative;
}
.section-home-tradicao .row {
  align-items: center;
  flex-wrap: nowrap;
}
.section-home-tradicao .col-sm-5 {
  width: 38.2%;
  justify-content: flex-start !important;
}
.section-home-tradicao .col-sm-7 {
  width: 758px;
}
.section-home-tradicao .text-wrapper {
  width: 300px;
  max-width: 100%;
}
.section-home-tradicao h2 {
  margin: 0 0 24px;
}
.section-home-tradicao .text {
  margin-bottom: 46px;
}
.section-home-tradicao .text p {
  font-family: "Fibra One", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55;
}
.section-home-tradicao .img-wrapper {
  width: 734px;
  max-width: 100%;
}
.section-home-tradicao .img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 734/661;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1399px) {
  .section-home-tradicao .container-xxl {
    max-width: 1100px;
  }
  .section-home-tradicao .col-sm-5 {
    width: 38%;
  }
  .section-home-tradicao .col-sm-7 {
    width: 62%;
  }
}
@media screen and (max-width: 991px) {
  .section-home-tradicao {
    padding: 80px 0;
  }
  .section-home-tradicao .text-wrapper {
    width: 100%;
  }
  .section-home-tradicao .text {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .section-home-tradicao .row {
    flex-wrap: wrap;
    gap: 48px;
  }
  .section-home-tradicao .col-sm-5,
  .section-home-tradicao .col-sm-7 {
    width: 100%;
  }
  .section-home-tradicao .text-wrapper {
    max-width: 420px;
  }
  .section-home-tradicao .img-wrapper {
    width: 100%;
    max-width: 520px;
    margin: auto;
  }
  .section-home-tradicao::before {
    width: 40%;
    height: 100%;
  }
}

.section-home-projetos {
  position: relative;
  padding: 0 0 120px;
  overflow: hidden;
}
.section-home-projetos .section-projetos-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  width: 1130px;
  max-width: calc(100% - 48px);
  min-height: 244px;
  padding: 40px;
  border: 1px solid #f8dcd2;
  background: #f8ebe5;
  position: relative;
}
.section-home-projetos .section-projetos-header > .title {
  max-width: 730px;
  margin: 0;
  text-align: right;
}
.section-home-projetos .navigation-controllers {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.section-home-projetos .navigation-controllers .divider {
  width: 1px;
  height: 46px;
  background: #012420;
}
.section-home-projetos .swiper-button-prev,
.section-home-projetos .swiper-button-next {
  position: static;
  width: 32px;
  height: 44px;
  margin: 0;
  border: 0;
  background: transparent;
  color: #012420;
}
.section-home-projetos .swiper-button-prev::after,
.section-home-projetos .swiper-button-next::after {
  width: 28px;
  height: 18px;
}
.section-home-projetos .swiper-projetos {
  overflow: visible;
}
.section-home-projetos .swiper-slide {
  width: 517px;
  height: 633px;
}
.section-home-projetos .card-projeto {
  min-height: 0;
}
.section-home-projetos .card-projeto .card-projeto-link .card-projeto-content {
  left: 20px;
  bottom: 16px;
  width: 360px;
  max-width: calc(100% - 40px);
  min-height: 156px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}
.section-home-projetos .card-projeto .card-projeto-link .card-projeto-content .title {
  font-size: 24px;
}
.section-home-projetos .project-link-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f3db98;
  font-family: "Pogonia", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.section-home-projetos .project-link-label .line {
  width: 42px;
  height: 1px;
  background: currentColor;
}
.section-home-projetos .swiper-pagination-projetos {
  position: static;
  margin-top: 48px;
  height: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.section-home-projetos .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  margin: 0;
  border-radius: 0;
  background: #012420;
}
.section-home-projetos .button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}
@media screen and (max-width: 991px) {
  .section-home-projetos {
    padding-bottom: 80px;
  }
  .section-home-projetos .section-projetos-header {
    gap: 32px;
    min-height: 210px;
  }
  .section-home-projetos .swiper-slide {
    width: 400px;
    height: 530px;
  }
}
@media screen and (max-width: 767px) {
  .section-home-projetos .section-projetos-header {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
    max-width: calc(100% - 30px);
  }
  .section-home-projetos .section-projetos-header > .title {
    text-align: center;
  }
  .section-home-projetos .swiper-slide {
    width: 82vw;
    height: 470px;
  }
  .section-home-projetos .card-projeto .card-projeto-link .card-projeto-content {
    padding: 24px;
  }
  .section-home-projetos .button-wrapper {
    margin-top: 32px;
  }
}

.section-home-implantacoes {
  background: rgba(75, 113, 102, 0.8);
}
.section-home-implantacoes .implantacao-stage {
  position: relative;
  z-index: 1;
  min-height: 824px;
  overflow: hidden;
}
.section-home-implantacoes .implantacao-stage:nth-child(-n+2) .implantacao-background {
  background-attachment: fixed;
}
.section-home-implantacoes .implantacao-stage.is-last {
  z-index: 2;
  min-height: 0;
  overflow: visible;
}
.section-home-implantacoes .implantacao-stage.is-last .implantacao-background {
  position: sticky;
  top: 0;
  z-index: 0;
  height: 824px;
  background-attachment: scroll;
}
.section-home-implantacoes .implantacao-stage.is-last .implantacao-item {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 824px;
  overflow: hidden;
  z-index: 1;
}
.section-home-implantacoes .implantacao-item {
  position: relative;
  z-index: 1;
  min-height: 824px;
}
.section-home-implantacoes .implantacao-background {
  position: absolute;
  inset: 0;
  display: block;
  height: 824px;
  background-size: cover;
  background-position: center;
}
.section-home-implantacoes .implantacao-link {
  position: absolute;
  inset: 0;
}
.section-home-implantacoes .implantacao-content {
  position: absolute;
  bottom: 80px;
  left: max(30px, 50% - 534px);
  width: 450px;
  min-height: 268px;
  padding: 64px 38px 30px;
  color: #f8ebe5;
  background: #003d32;
}
.section-home-implantacoes .implantacao-content .title {
  margin: 0 0 24px;
  font-size: 28px;
}
.section-home-implantacoes .classifications {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 24px;
}
.section-home-implantacoes .classifications li {
  padding: 7px 12px;
  font-family: "Fibra One", sans-serif;
  font-weight: 300;
  font-size: 12px;
  background: rgba(248, 235, 229, 0.08);
}
.section-home-implantacoes .implantacao-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Pogonia", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #f3db98;
}
.section-home-implantacoes .implantacao-cta .line {
  width: 44px;
  height: 1px;
  background: currentColor;
}
.section-home-implantacoes .implantacoes-footer {
  position: sticky;
  top: 0;
  z-index: 200;
  isolation: isolate;
  min-height: 720px;
  padding: 120px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  color: #f8ebe5;
  text-align: center;
}
.section-home-implantacoes .implantacoes-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 61, 50, 0.5);
  backdrop-filter: blur(12px);
}
.section-home-implantacoes .implantacoes-footer .title {
  max-width: 690px;
  margin: 0;
}
.section-home-implantacoes .implantacoes-footer .btn-principal {
  color: #f3db98;
}
.section-home-implantacoes .implantacoes-footer .btn-principal::before {
  border-color: currentColor;
}
.section-home-implantacoes .implantacoes-footer .btn-principal svg {
  stroke: currentColor;
}
@media screen and (max-width: 1399px) {
  .section-home-implantacoes .implantacao-stage {
    min-height: 680px;
  }
  .section-home-implantacoes .implantacao-item,
  .section-home-implantacoes .implantacao-background {
    height: 100%;
  }
  .section-home-implantacoes .implantacoes-footer {
    min-height: 540px;
  }
}
@media screen and (max-width: 991px) {
  .section-home-implantacoes .implantacao-stage:nth-child(-n+2) .implantacao-background {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 767px) {
  .section-home-implantacoes .implantacao-stage {
    min-height: 520px;
  }
  .section-home-implantacoes .implantacao-stage.is-last .implantacao-background,
  .section-home-implantacoes .implantacao-stage.is-last .implantacao-item {
    height: 520px;
  }
  .section-home-implantacoes .implantacao-content {
    left: 20px;
    bottom: 30px;
    width: calc(100% - 40px);
    min-height: 210px;
    padding: 32px 24px;
  }
  .section-home-implantacoes .implantacoes-footer {
    min-height: 360px;
    padding: 80px 24px;
  }
}

.section-home-depoimentos {
  position: relative;
  padding: 128px 24px 140px;
  isolation: isolate;
}
.section-home-depoimentos::before {
  content: "";
  position: absolute;
  right: 4%;
  top: 0;
  width: 540px;
  height: 720px;
  background: #f85628;
  -webkit-mask: url(../images/background_pattern.webp) center/100% 100% no-repeat;
          mask: url(../images/background_pattern.webp) center/100% 100% no-repeat;
  z-index: -1;
}
.section-home-depoimentos .home-depoimentos-grid {
  max-width: 1130px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
.section-home-depoimentos .depoimentos-intro {
  width: 384px;
  padding: 0;
  text-align: right;
}
.section-home-depoimentos .depoimentos-intro h2 {
  margin: 0 0 16px;
}
.section-home-depoimentos .depoimentos-intro p {
  margin-bottom: 46px;
  font-family: "Pogonia", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
}
.section-home-depoimentos .depoimentos-card {
  width: 660px;
  padding: 48px;
  border: 1px solid #f8dcd2;
  background: #f8ebe5;
  min-height: 456px;
}
.section-home-depoimentos figure {
  margin: 0;
}
.section-home-depoimentos blockquote {
  margin: 0 0 52px;
  font-family: "Fibra One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.22;
}
.section-home-depoimentos figcaption {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 108px;
}
.section-home-depoimentos figcaption strong,
.section-home-depoimentos figcaption span {
  display: block;
  font-family: "Fibra One", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}
.section-home-depoimentos figcaption strong {
  font-weight: 600;
}
.section-home-depoimentos .depoimento-foto {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-home-depoimentos .depoimentos-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.section-home-depoimentos .depoimentos-pagination {
  position: static;
  width: auto;
  margin-right: 20px;
}
.section-home-depoimentos .depoimentos-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 2px;
  border-radius: 0;
  background: #012420;
}
.section-home-depoimentos button {
  border: 0;
  background: none;
  color: #012420;
  width: 44px;
  height: 44px;
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  .section-home-depoimentos .depoimentos-intro {
    width: 36%;
  }
  .section-home-depoimentos .depoimentos-card {
    width: 58%;
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .section-home-depoimentos {
    padding: 80px 20px;
  }
  .section-home-depoimentos .home-depoimentos-grid {
    gap: 40px;
  }
  .section-home-depoimentos .depoimentos-intro,
  .section-home-depoimentos .depoimentos-card {
    width: 100%;
  }
  .section-home-depoimentos .depoimentos-intro {
    text-align: left;
  }
  .section-home-depoimentos .depoimentos-intro p {
    font-size: 22px;
  }
  .section-home-depoimentos .depoimentos-card {
    padding: 28px;
  }
  .section-home-depoimentos::before {
    width: 70%;
    height: 500px;
  }
  .section-home-depoimentos blockquote {
    line-height: 1.5;
  }
}

.section-home-inspiracoes {
  padding: 0 0 120px;
}
.section-home-inspiracoes > h2 {
  text-align: center;
  margin: 0 0 60px;
}
.section-home-inspiracoes .swiper-inspiracoes {
  max-width: 1756px;
  margin: auto;
  overflow: hidden;
}
.section-home-inspiracoes .swiper-slide {
  height: auto;
}
.section-home-inspiracoes .home-artigo,
.section-home-inspiracoes .home-artigo > a {
  height: 100%;
}
.section-home-inspiracoes .artigo-imagem {
  position: relative;
  aspect-ratio: 408/604;
  background: rgba(0, 61, 50, 0.08);
}
.section-home-inspiracoes .artigo-imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-home-inspiracoes time {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  padding: 12px 14px;
  background: #f85628;
  color: #f8ebe5;
}
.section-home-inspiracoes time span {
  display: block;
  padding: 7px 0;
  text-align: center;
  font-family: "Pogonia", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.section-home-inspiracoes time span + span {
  border-top: 1px solid rgba(248, 235, 229, 0.4);
}
.section-home-inspiracoes h3 {
  margin: 24px 0 18px;
  font-family: "Fibra One", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
.section-home-inspiracoes .artigo-link {
  font-family: "Pogonia", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.section-home-inspiracoes .artigo-link span {
  margin-left: 12px;
}
.section-home-inspiracoes a:hover h3 {
  color: #015e45;
}
.section-home-inspiracoes .home-button-center {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.section-home-inspiracoes .inspiracoes-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 44px;
  margin-top: 48px;
}
.section-home-inspiracoes .swiper-button-prev,
.section-home-inspiracoes .swiper-button-next {
  position: static;
  width: 32px;
  height: 44px;
  margin: 0;
  border: 0;
  background: transparent;
  color: #012420;
}
.section-home-inspiracoes .swiper-pagination-inspiracoes {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-home-inspiracoes .swiper-pagination-bullet {
  width: 42px;
  height: 2px;
  margin: 0 !important;
  border-radius: 0;
  background: #012420;
}
@media screen and (max-width: 1399px) {
  .section-home-inspiracoes .swiper-inspiracoes {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-home-inspiracoes {
    padding-bottom: 80px;
  }
  .section-home-inspiracoes .swiper-inspiracoes {
    padding: 0 20px;
  }
  .section-home-inspiracoes .artigo-imagem {
    max-height: 560px;
  }
}

.section-home-social {
  background: #003d32;
  color: #f8ebe5;
  padding: 144px 24px 120px;
  min-height: 810px;
}
.section-home-social .home-social-inner {
  max-width: 1212px;
  margin: auto;
}
.section-home-social .home-social-heading {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 70px;
  margin-bottom: 60px;
}
.section-home-social .home-social-heading h2 {
  margin: 0;
  text-align: right;
}
.section-home-social .home-social-icons {
  display: flex;
  gap: 14px;
  padding-bottom: 10px;
}
.section-home-social .home-social-icons .home-social-icon {
  width: 46px;
  height: 46px;
  border: 1px solid #f3db98;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-home-social .home-social-icons .home-social-icon:hover {
  background: rgba(243, 219, 152, 0.3);
}
.section-home-social .home-social-icons svg {
  max-width: 27px;
  max-height: 25px;
}
.section-home-social .home-social-icons svg path {
  fill: #f3db98;
}
.section-home-social .home-social-feed #sb_instagram {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.section-home-social .home-social-feed .swiper-instagram {
  overflow: hidden;
}
.section-home-social .home-social-feed #sbi_images {
  display: flex !important;
  gap: 0 !important;
  padding: 0 !important;
}
.section-home-social .home-social-feed .sbi_item {
  display: block !important;
  height: auto;
  padding: 0 !important;
}
.section-home-social .home-social-feed .sbi_photo_wrap,
.section-home-social .home-social-feed .sbi_photo {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4/5;
}
.section-home-social .home-social-feed .sbi_photo {
  background: rgba(248, 235, 229, 0.08) !important;
}
.section-home-social .home-social-feed .sbi_photo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-home-social .home-social-feed #sbi_load,
.section-home-social .home-social-feed .sb_instagram_header {
  display: none !important;
}
.section-home-social .home-social-feed .swiper-pagination-instagram {
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.section-home-social .home-social-feed .swiper-pagination-bullet {
  width: 42px;
  height: 2px;
  margin: 0 !important;
  border-radius: 0;
  background: #f3db98;
}
@media screen and (max-width: 767px) {
  .section-home-social {
    padding: 80px 20px;
    min-height: 450px;
  }
  .section-home-social .home-social-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .section-home-social .home-social-heading h2 {
    text-align: left;
  }
}

.section-home-contato {
  position: relative;
  min-height: 604px;
  background: #f85628;
  color: #f8ebe5;
  display: flex;
  align-items: center;
}
.section-home-contato::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 9.5%;
  width: 32%;
  left: 0;
  background: #012420;
  opacity: 0.1;
  -webkit-mask: url(../images/mascara_footer_citation.webp) center/cover no-repeat;
          mask: url(../images/mascara_footer_citation.webp) center/cover no-repeat;
}
.section-home-contato .home-contato-imagem {
  position: absolute;
  right: 0;
  top: 0;
  width: 68%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-home-contato .home-contato-content {
  position: relative;
  z-index: 1;
  margin-left: max(30px, 50% - 566px);
  width: 560px;
  padding: 80px 0;
}
.section-home-contato h2 {
  margin: 0 0 12px;
}
.section-home-contato p {
  font-family: "Fibra One", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 28px;
}
.section-home-contato .home-contato-autor {
  font-size: 16px;
  margin-bottom: 18px;
}
.section-home-contato .btn-principal {
  color: #012420;
}
@media screen and (max-width: 991px) {
  .section-home-contato .home-contato-content {
    width: 48%;
    margin-left: 30px;
    padding-right: 24px;
  }
  .section-home-contato .home-contato-imagem {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .section-home-contato {
    min-height: 520px;
  }
  .section-home-contato .home-contato-imagem {
    position: absolute;
    width: 40%;
    height: 100%;
  }
  .section-home-contato .home-contato-content {
    width: 60%;
    margin: 0;
    padding: 48px 16px;
  }
  .section-home-contato h2 {
    font-size: 24px;
  }
  .section-home-contato p {
    font-size: 15px;
  }
}

body.home > header {
  padding: 0 78px;
}
body.home > header .content > * {
  min-height: 0;
  height: auto;
}
body.home > header .content .btn-menu-wrapper {
  justify-content: flex-start;
}
body.home > header .content .contato {
  justify-content: flex-end;
}
body.home > header .content .logo img {
  width: 166px;
  height: 54px;
}
@media screen and (max-width: 767px) {
  body.home > header {
    padding: 0 20px;
  }
  body.home > header .content {
    justify-content: space-between;
  }
  body.home > header .content .btn-menu-wrapper {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .section-home-banner h1 {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
  }
  .section-home-banner a {
    text-align: center;
    margin-top: 35px;
  }
  .section-home-tradicao .img-wrapper img {
    min-width: 550px;
    height: 495px;
  }
  .section-home-implantacoes .is-last .implantacao-content {
    bottom: 390px;
  }
}
@media screen and (max-width: 767px) {
  .section-home-depoimentos::before {
    right: -30px;
    top: 518px;
    background-size: cover;
    background-position: right;
  }
}

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