/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-blog.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;
}
.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;
}

.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;
  }
}
main {
  background: #f8ebe5;
}
main .order {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: end;
  margin-bottom: 20px;
  gap: 20px;
}
main .order .select-wrapper {
  position: relative;
}
main .order .select-wrapper::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0.530335 0.530273L6.53033 6.53027L12.5303 0.530273%27 stroke=%27%23516450%27 stroke-width=%271.5%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transition: transform 0.25s ease;
}
main .order .select-wrapper.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
main .order .select-wrapper select {
  padding: 20px 52px 20px 32px;
  border-radius: 0;
  border: 1px solid #003d32;
  color: #003d32;
  background: #f8ebe5;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  min-width: 237px;
}
main .order .select-wrapper select:hover {
  outline: 1px solid #003d32;
}
main form {
  width: 100%;
}
main .search-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-direction: column;
  width: 100%;
}
main .search-wrapper form {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  position: relative;
}
main .search-wrapper form input {
  max-width: 100%;
  padding: 20px 32px;
  border: 1px solid #003d32;
  background: transparent;
  outline: none;
  font-size: 14px;
}
main .search-wrapper form input::-moz-placeholder {
  color: #003d32;
}
main .search-wrapper form input::placeholder {
  color: #003d32;
}
main .search-wrapper form input:focus {
  outline: 2px solid #003d32;
}
main .search-wrapper form button {
  position: absolute;
  right: 20px;
  background: none;
  padding: 0;
  border: none;
  color: #003d32;
  display: flex;
  justify-content: center;
  align-items: center;
}
main ul {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #003d32;
  border-bottom: none;
}
main ul li a {
  display: block;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #003d32;
  color: #003d32;
  font-weight: 300;
  font-size: 14px;
}
main ul li a:hover {
  color: #f8ebe5;
  background: #003d32;
}
main ul li a.active {
  background: #003d32;
  color: #f8ebe5;
}
main .blog-sidebar {
  position: relative;
}
main .blog-sidebar::before {
  background: #f8ebe5;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #f8dcd2;
  z-index: -1;
  width: calc(100% + 96px);
  height: calc(100% + 133px);
  left: -48px;
  top: -48px;
}

@media screen and (max-width: 991px) {
  main .search-wrapper form input {
    padding: 20px 4px;
  }
  main .search-wrapper form button {
    right: 4px;
  }
}
@media screen and (max-width: 767px) {
  main .card-blog {
    padding: 20px 40px;
  }
  main .order select {
    width: 100%;
    max-width: 100%;
  }
  main .order .select-wrapper {
    width: 100%;
  }
  main .search-wrapper {
    max-width: 320px;
  }
  main .search-wrapper form input {
    width: 100%;
    padding: 20px 32px;
  }
  main .search-wrapper form button {
    right: 26px;
  }
  main .blog-sidebar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  main ul {
    max-width: 320px;
  }
}
@media screen and (max-width: 575px) {
  main .order {
    flex-direction: column;
  }
}

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