@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Akatab:wght@400;500;600;700;800;900&display=swap");
body {
  font-family: "Akatab", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar {
  background-color: #000 !important;
  padding: 10px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}

.navbar-brand {
  color: #00a27d !important;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
  transition: color 0.3s;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #00a27d !important;
  position: relative;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #00a27d;
  bottom: -12px;
  left: 0;
}

.navbar ul li {
  margin: 0 10px;
}

.navbar ul li i {
  position: relative;
  top: 2px;
}

/* Animação do Header */
header {
  position: fixed;
  z-index: 16;
  width: 100%;
  top: -1px;
  left: 0;
  right: 0;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

header.nav-up {
  transform: translateY(-100%);
}

header.nav-down {
  transform: translateY(0);
}

.hero-section {
  position: relative;
  height: 70vh;
  background: url("images/hero.jpg") right bottom no-repeat;
  background-size: cover;
}

.hero-section .container,
.hero-section .row {
  height: inherit;
}

.hero-section .hero-text ul {
  padding: 0;
}

.hero-section .hero-text li {
  color: #00a27d;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

h1 {
  color: #00a27d;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

h2 {
  color: #00a27d;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 15px;
}

h4 {
  color: #00a27d;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}

h5 {
  font-weight: 400;
  margin-bottom: 20px;
  color: #59616f;
}

h6 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #59616f;
}

p {
  color: #59616f;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 40px;
}

p:last-of-type {
  margin-bottom: 0;
}

ul li {
  color: #59616f;
  font-size: 22px;
  margin-bottom: 12px;
}

a {
  text-decoration: none;
  color: #00a27d;
}

.light-bg {
  background-color: #f1f4f6;
}

.py-76 {
  padding: 76px 0;
}

.py-52 {
  padding: 52px 0;
}

.pt-80 {
  padding-top: 80px;
}

.fs-48 {
  font-size: 48px;
}

.bg-verde {
  background-color: #00a27d;
}

.bg-cinza-claro {
  background-color: #f1f4f6;
}

footer {
  padding-bottom: 100px !important;
  position: relative;
}

footer #credit {
  position: absolute;
  right: 16px;
  background: transparent;
  bottom: 12px;
}

footer #credit span {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

footer #credit img {
  width: 22px;
  filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .navbar .navbar-brand {
    width: 70%;
    white-space: unset !important;
    line-height: 114%;
    font-size: 16px;
  }
  .navbar-nav .nav-link.active::after {
    display: none;
  }
  .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px;
    margin-top: 22px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 46vh;
  }
  .hero-section .hero-text ul {
    margin-left: 60px;
  }
  .hero-section .hero-text li {
    font-size: 35px;
    padding: 0;
    margin: 0;
  }
}
