/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/page-cases.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@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-blog {
  display: flex;
  flex-direction: column;
}
.card-blog .thumb {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}
.card-blog .thumb a {
  display: block;
  width: 100%;
}
.card-blog .thumb img {
  aspect-ratio: 4/6;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.3s ease;
}
.card-blog .thumb:hover img {
  transform: scale(1.05);
}
.card-blog .thumb .date {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}
.card-blog .thumb .date span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Pogonia", sans-serif;
  font-weight: 200;
  font-size: 15px;
  width: 100%;
  height: auto;
  padding: 6px 0;
  text-align: center;
  position: relative;
  aspect-ratio: 1;
  color: #fff;
  border-bottom: #ff8385 1px solid;
}
.card-blog .thumb .date span:last-child {
  border-bottom: none;
}
.card-blog .thumb .date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f85628;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card-blog .title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 400;
  color: #003d32;
  transition: color 0.3s ease;
}
.card-blog .title a {
  color: inherit;
  text-decoration: none;
}
.card-blog .card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.card-blog .card-link > span {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #012420;
  font-family: "Pogonia", sans-serif;
  font-weight: 200;
  font-size: 16px;
  transition: color 0.3s ease;
}
.card-blog .card-link > span::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  background-color: #012420;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.card-blog .card-link:hover .title {
  color: #f8ebe5;
}
.card-blog .card-link:hover > span {
  color: #015e45;
}
.card-blog .card-link:hover > span::after {
  width: 67.5px;
  background-color: #015e45;
}

.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);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  gap: 65px;
  color: #012420;
}
.pagination .prev,
.pagination .next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination .prev .icon,
.pagination .next .icon {
  display: inline-flex;
}
.pagination .prev .icon svg,
.pagination .next .icon svg {
  width: auto;
  height: auto;
  max-width: 73px;
}
.pagination .prev .icon.icon-prev,
.pagination .next .icon.icon-prev {
  transform: rotate(180deg);
}

.section-breadcrumb {
  background-position: bottom;
}
.section-breadcrumb.variacao-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: bottom;
  position: relative;
  align-items: start;
}
.section-breadcrumb.variacao-1 .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f3db98;
  font-size: 11px;
}
.section-breadcrumb.variacao-1 h1 {
  max-width: 660px;
  padding: 120px 120px 200px 120px;
  margin: 0 auto;
  text-align: center;
  font-family: "Pogonia", sans-serif;
  font-weight: 400;
  font-size: 58px;
  color: #f8ebe5;
}
.section-breadcrumb.variacao-1.right-position {
  justify-content: flex-end;
}
.section-breadcrumb.variacao-1.right-position h1 {
  text-align: right;
}
.section-breadcrumb.variacao-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: bottom;
  position: relative;
  z-index: 1;
}
.section-breadcrumb.variacao-2 .background {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}
.section-breadcrumb.variacao-2 .background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 1;
}
.section-breadcrumb.variacao-2 > * {
  position: relative;
  z-index: 2;
}
.section-breadcrumb.variacao-2 .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f3db98;
  font-size: 11px;
}
@media screen and (max-width: 991px) {
  .section-breadcrumb.variacao-2 .breadcrumb {
    text-align: center;
  }
}
.section-breadcrumb.variacao-2 h1 {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 100px 40px 25px 40px;
  text-align: center;
  font-family: "Pogonia", sans-serif;
  font-weight: 400;
  font-size: 58px;
  color: #f8ebe5;
}
.section-breadcrumb.variacao-2 .post-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #f8ebe5;
  font-size: 14px;
  padding-bottom: 152px;
}
.section-breadcrumb.variacao-2 .post-meta .separator {
  opacity: 0.7;
}
.section-breadcrumb.variacao-2 .post-meta .post-date {
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .section-breadcrumb.variacao-2 .post-meta {
    flex-direction: column;
    gap: 4px;
  }
}
.section-breadcrumb.mask-1 {
  -webkit-mask-image: url(../images/section-breadcrum-decorator.webp);
  mask-image: url(../images/section-breadcrum-decorator.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  mask-position: bottom;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .section-breadcrumb.mask-1 {
    mask-size: cover;
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom;
    mask-position: bottom;
  }
}

@media screen and (max-width: 991px) {
  .section-breadcrumb div h1 {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 767px) {
  .section-breadcrumb div h1 {
    font-size: 24px !important;
  }
}
.section-frase {
  position: relative;
  z-index: 1;
  color: #f3db98;
  background-size: cover;
  background-position: center;
}
.section-frase::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 500px;
  background-image: url(../images/background-decorator-frase.webp);
  background-size: cover;
}
.section-frase .frase-content {
  padding: 148px 0;
  position: relative;
  z-index: 1;
}
.section-frase .frase-content h2 {
  font-weight: 300;
  font-size: 42px;
}
.section-frase .frase-content p {
  color: #f3db98;
  margin-top: 24px;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 48px;
}
.section-frase .btn-principal {
  color: #f3db98;
}
.section-frase .btn-principal::before {
  border-color: #f3db98;
}
.section-frase .btn-principal .icon-wrapper svg {
  stroke: #f3db98;
}

main {
  background: #f8ebe5;
}

/* ---------------------- Breacrumbs só dessas páginas ---------------------- */
.section-breadcrumb {
  background-size: cover;
  min-height: 700px;
}
.section-breadcrumb > * {
  position: relative;
  z-index: 1;
}
.section-breadcrumb .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Pogonia", sans-serif;
  font-weight: 300;
  font-size: 11px;
}
.section-breadcrumb h1 {
  padding-top: 100px;
  padding-bottom: 140px;
  font-family: "Pogonia", sans-serif;
  font-weight: 400;
  font-size: 56px;
  color: #003d32;
}
.section-breadcrumb.cases {
  position: relative;
  min-height: 600px;
}
.section-breadcrumb.cases::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/banner-mask-cases.webp) no-repeat center bottom/cover;
}
.section-breadcrumb.implantacoes h1 {
  padding-left: 100px;
}
.section-breadcrumb.projetos .breadcrumb {
  color: #f8ebe5;
}
.section-breadcrumb.projetos h1 {
  color: #f8ebe5;
  max-width: 575px;
}

/* ------------- Seção de imagens com textos um abaixo do outro ------------- */
.section-texto-com-imagens {
  overflow: hidden;
}
.section-texto-com-imagens .col-6 {
  position: relative;
}
.section-texto-com-imagens .img-box-1 {
  display: flex;
  justify-content: flex-end;
  margin-right: 60px;
}
.section-texto-com-imagens .img-box-1 img {
  width: 736px;
  min-width: 736px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-texto-com-imagens .content-wrapper-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 100px 20px 90px;
}
.section-texto-com-imagens .content-wrapper-1 p {
  max-width: 452px;
  font-family: "Fibra One", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #003d32;
}
.section-texto-com-imagens .content-wrapper-1::after {
  border: 1px solid #f3db98;
  background: #f8ebe5;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: -1;
}
.section-texto-com-imagens .c-col {
  display: flex;
  justify-content: flex-end;
  padding-right: 80px;
}
.section-texto-com-imagens .content-wrapper-2 {
  height: 100%;
  max-width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #003d32;
  text-align: center;
  font-family: "Fibra One", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.section-texto-com-imagens .content-wrapper-2 h2 {
  text-align: center;
  font-family: "Pogonia", sans-serif;
  font-weight: 400;
  font-size: 42px;
}
.section-texto-com-imagens .content-wrapper-2 img {
  left: -850px;
  position: absolute;
  height: 100%;
  width: 985px;
  min-width: 985px;
}
.section-texto-com-imagens .img-box-2 {
  display: flex;
  min-height: 673px;
}
.section-texto-com-imagens .img-box-2 img {
  height: 100%;
  width: 985px;
  min-width: 985px;
}

/* ---------------------------- Seção de galeria ---------------------------- */
.section-galery-beafter .swiper-slide {
  height: auto;
}
.section-galery-beafter .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.section-galery-beafter .navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f8ebe5;
  max-width: 580px;
  width: 100%;
  height: 280px;
  padding: 40px 60px;
}
.section-galery-beafter .navigation .navigation-title {
  font-family: "Pogonia", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #003d32;
  margin-bottom: 30px;
}
.section-galery-beafter .navigation .navigation-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.section-galery-beafter .navigation .navigation-controllers {
  display: flex;
  align-items: center;
  gap: 15px;
}
.section-galery-beafter .navigation .navigation-controllers .swiper-button-prev,
.section-galery-beafter .navigation .navigation-controllers .swiper-button-next {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  color: #012420;
  cursor: pointer;
}
.section-galery-beafter .navigation .navigation-controllers .swiper-button-prev.swiper-button-disabled,
.section-galery-beafter .navigation .navigation-controllers .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.section-galery-beafter .navigation .navigation-controllers .divider {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #012420;
  opacity: 0.6;
}
.section-galery-beafter .navigation .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
  margin: 0;
}
.section-galery-beafter .navigation .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  border-radius: 0;
  background: #012420;
  opacity: 0.4;
  width: 30px;
  height: 2px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.section-galery-beafter .navigation .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 52px;
  height: 3px;
}

/* ------------- Seção com imagem na esquerda e texto na direita ------------ */
.section-content-3 {
  color: #012420;
}
.section-content-3 .content-wrapper {
  margin: 25px auto;
  max-width: 341px;
  width: 100%;
}
.section-content-3 h2 {
  font-family: "Pogonia", sans-serif;
  font-weight: 400;
  font-size: 42px;
  margin-bottom: 32px;
}
.section-content-3 p {
  font-family: "Fibra One", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.section-content-single .text-wrapper {
  max-width: 1067px;
  padding: 60px 94px 60px 113px;
  margin: 0 auto;
  border: 1px solid #f3db98;
  background: #f8ebe5;
  color: #003d32;
  font-family: "Pogonia", sans-serif;
  font-weight: 200;
  font-size: 24px;
}

/* ------------------- Seção de listagem de posts/projetos ------------------- */
.section-posts-projetos .projetos-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 36px;
}
.section-posts-projetos .projetos-item {
  position: relative;
  height: 558px;
  /* Default e Classes de Largura */
  width: calc(33.333% - 10.6666666667px);
}
.section-posts-projetos .projetos-item.w-33 {
  width: calc(33.333% - 10.6666666667px) !important;
}
.section-posts-projetos .projetos-item.w-50 {
  width: calc(50% - 16px) !important;
}
.section-posts-projetos .projetos-item.w-66 {
  width: calc(66.666% - 10.6666666667px) !important;
}
.section-posts-projetos .projetos-item.w-100 {
  width: 100% !important;
}
@media (max-width: 991px) {
  .section-posts-projetos .projetos-item, .section-posts-projetos .projetos-item.w-33, .section-posts-projetos .projetos-item.w-50, .section-posts-projetos .projetos-item.w-66, .section-posts-projetos .projetos-item.w-100 {
    width: calc(50% - 10px) !important;
  }
}
@media (max-width: 767px) {
  .section-posts-projetos .projetos-item, .section-posts-projetos .projetos-item.w-33, .section-posts-projetos .projetos-item.w-50, .section-posts-projetos .projetos-item.w-66, .section-posts-projetos .projetos-item.w-100 {
    width: 100% !important;
  }
}
.section-posts-projetos #btn-ver-mais-cases {
  color: #003d32;
}
.section-posts-projetos .ver-mais-wrapper {
  margin-top: 120px;
}
.section-posts-projetos.verde {
  padding-top: 120px;
  background: #003d32;
  position: relative;
}
.section-posts-projetos.verde::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #004a3a;
  z-index: 0;
}
.section-posts-projetos.verde::after {
  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 #004a3a;
  border-bottom: none;
  z-index: 0;
}
.section-posts-projetos.verde * {
  position: relative;
  z-index: 1;
}
.section-posts-projetos.verde .text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-posts-projetos.verde h2 {
  max-width: 739px;
  font-family: "Pogonia", sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: #f8ebe5;
  margin-bottom: 60px;
  text-align: center;
}
.section-posts-projetos.verde #btn-ver-mais-cases {
  color: #f3db98;
}
.section-posts-projetos.verde #btn-ver-mais-cases::before {
  border-color: #f3db98;
}
.section-posts-projetos.cases .projetos-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../images/card-decorator-cases.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}

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