.border-top {
  border-top: 1px solid #f5f5f3 !important;
}

.rounded {
  border-radius: 0.2rem !important;
  overflow: hidden;
}

.rounded-n {
  border-radius: 0.5rem !important;
  overflow: hidden;
}

.shadow {
  box-shadow: rgba(60, 59, 45, 0.3) 0px 6px 6px -4px !important;
}

html {
  height: 100% !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  font-family: "Gotham Pro", sans-serif;
  font-weight: normal;
  color: #5f5e52;
  background-color: #e3e4dd;
  height: 100% !important;
}
body:not(.focus-visible) :focus:not(.focus-visible) {
  outline: 0 !important;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

hr {
  margin: 3rem 0 !important;
  border-top: 1px solid #e1f1f0 !important;
}

@media (min-width: 1320px) {
  .container, .container-lg {
    max-width: 1400px;
  }
}

.container-fluid {
  max-width: 1800px;
}

.container-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 640px;
}
@media (max-width: 768px) {
  .container-parallax {
    height: 540px;
    margin: 0 0 1.25rem 0;
  }
}
@media (max-width: 576px) {
  .container-parallax {
    height: 300px;
    margin: 0 0 1.25rem 0;
  }
}
.container-parallax:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  mix-blend-mode: color;
}
.container-parallax .overlay {
  background-color: rgba(60, 59, 45, 0.55);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.container-parallax .img-parallax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  background-attachment: fixed;
  z-index: -2;
}
.container-parallax .content-parallax {
  z-index: 10;
  position: relative;
  width: 100%;
  margin: 0rem 0 0 0;
}
@media (max-width: 768px) {
  .container-parallax .content-parallax {
    margin: 6rem 0 0 0;
  }
}
.container-parallax .content-parallax .title-parallax, .container-parallax .content-parallax a {
  padding: 10rem 0 3rem 0;
  transition: 0.5s;
  color: #ffffff;
}
@media (max-width: 768px) {
  .container-parallax .content-parallax .title-parallax, .container-parallax .content-parallax a {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .container-parallax .content-parallax .title-parallax, .container-parallax .content-parallax a {
    padding: 3rem 0;
  }
}
.container-parallax .content-parallax .title-parallax h1, .container-parallax .content-parallax a h1 {
  margin: 0;
}
.container-parallax .content-parallax .title-parallax h4, .container-parallax .content-parallax a h4 {
  font-weight: 300;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .container-parallax .content-parallax .title-parallax h4, .container-parallax .content-parallax a h4 {
    font-size: 1.3rem;
  }
}
.container-parallax .content-parallax .cat-name {
  font-size: 0.9rem;
  text-transform: uppercase !important;
  margin: 0 0 1rem 0;
}
.container-parallax .content-parallax p {
  margin: 0;
  color: #ffffff !important;
}

.page-post .container-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 640px;
}
@media (max-width: 768px) {
  .page-post .container-parallax {
    height: 540px;
  }
}
@media (max-width: 576px) {
  .page-post .container-parallax {
    height: 50vh;
  }
}

.fad-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
  top: 0;
}
.fad-parallax:after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 5;
  mix-blend-mode: color;
}
.fad-parallax .display-1 {
  font-size: 4rem;
  line-height: 4.3rem;
}
@media (max-width: 576px) {
  .fad-parallax .display-1 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
.fad-parallax .overlay {
  background-color: rgba(81, 176, 173, 0.75);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.fad-parallax .img-parallax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  background-attachment: fixed;
  z-index: -2;
}
.fad-parallax .content-parallax {
  z-index: 10;
  position: relative;
  width: 100%;
  padding: 12rem 0 8rem 0;
}
@media (max-width: 768px) {
  .fad-parallax .content-parallax {
    padding: 4rem 0 0 0;
  }
}
@media (max-width: 576px) {
  .fad-parallax .content-parallax {
    padding: 5rem 0 0 0;
  }
}
.fad-parallax .content-parallax .title-parallax, .fad-parallax .content-parallax a {
  transition: 0.5s;
  color: #ffffff;
}
@media (max-width: 768px) {
  .fad-parallax .content-parallax .title-parallax, .fad-parallax .content-parallax a {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .fad-parallax .content-parallax .title-parallax, .fad-parallax .content-parallax a {
    padding: 3rem 0;
  }
}
.fad-parallax .content-parallax .title-parallax h4, .fad-parallax .content-parallax a h4 {
  font-weight: 300;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .fad-parallax .content-parallax .title-parallax h4, .fad-parallax .content-parallax a h4 {
    font-size: 1.3rem;
  }
}
.fad-parallax .content-parallax .cat-name {
  font-size: 0.9rem;
  text-transform: uppercase !important;
  margin: 0 0 1rem 0;
}
.fad-parallax .content-parallax p {
  margin: 0;
  color: #ffffff !important;
}