body {
  background-color: #eceddf !important;
  background-color: #f8fafc !important;
  font-family: 'libre franklin';
}

.mt-80 {
  margin-top: 80px;
}

.menu a {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .02rem !important;
  text-transform: uppercase;
  padding: 12px;
  color: #00bba7;
  text-decoration: none;
}

.menu a:last-child {
  background-color: #00bba7 !important;
  color: #f8fafc !important;
  border-radius: calc(.5rem - 2px);
}

.intro-base {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  aspect-ratio: 16/5;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-base video {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  overflow-clip-margin: content-box;
  overflow: clip;
}

@media (max-width: 768px) {
  .intro-base {
    aspect-ratio: 16/9;
  }
}

.mote {
  margin: 100px 0 70px 0;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .025rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.mote span {
  margin-top: 30px;
  color: #94a3b8;
  font-size: 1rem;
  font-weight: 400;
}

.galery {
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rounded-md {
  border-radius: calc(.5rem - 2px);
  border: solid 1px #eceddf;
  overflow: hidden;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

.transition-all:hover {
  transform: scale(1.05);
}

.object-cover-1 {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3 / 4;
}

.object-cover-2 {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16 / 10;
}

.object-cover-3 {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.object-cover {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16 / 7;
}

.about {
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url('../img/about.f759d21a49b78240c207.jpg');
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about i {
  background-color: #eceddf;
  border-radius: 50%;
  font-size: 10rem;
  padding: 50px;
  color: #00bba7;
}

.about-text {
  font-size: 1rem;
  font-weight: 400;
  color: #94a3b8;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-text .header {
  color: #00bba7;
  font-size: 1.4rem;
  font-weight: 700;
}

.about-text .title {
  color: #151b2d;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 15px 0 20px 0;
}

.btn-more {
  background-color: #00bba7 !important;
  color: #f8fafc !important;
  display: block;
  width: 200px;
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: .1rem;
  border-radius: calc(.5rem - 2px);
}

.container-fluid-1 {
  background-color: #00bba7;
}

.container-fluid-2 {
  background-color: #ffffff;
}

.container-fluid-3 {
  border-top: solid 1px #94a3b8;
}

.pib-header {
  color: #f8fafc;
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  padding-bottom: 10px;
}

.pib-header span {
  display: block;
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 400;
}

.pib-header::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 2px;
  width: 15px;
  background: #f8fafc;
  margin-left: -40px;
}

.pib-header::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 2px;
  width: 60px;
  background: #f8fafc;
  margin-left: -20px;
}

.pib-data {
  color: #f8fafc;
  font-size: 1.2rem;
}

.pib-data div {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.pib-text {
  margin: 50px 0 35px 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #f8fafc;
}

.pib-text i {
  border-radius: 50%;
  font-size: 5rem;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.head-title {
  color: #151b2d;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.head-title span {
  display: block;
  color: #94a3b8;
  font-size: 1rem;
  font-weight: 400;
}

.head-title::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 2px;
  width: 15px;
  background: #151b2d;
  margin-left: -40px;
}

.head-title::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 2px;
  width: 60px;
  background: #151b2d;
  margin-left: -20px;
}

.team-member {
  text-align: left;
  padding-top: 15px;
  font-size: 1rem;
  color: #94a3b8;
}

.team-member span {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #151b2d;
}

.team-links {
  text-align: center;
}

.team-links a {
  display: inline-block;
  font-size: 1.5rem;
  color: #00bba7;
  text-decoration: none;
  margin: 0 8px;
}

.atuacoes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.atuacoes li {
  width: calc(25% - 8px);
  border: solid 1px #00bba7 !important;
  background-color: #f8fafc;
  padding: 10px 0;
  color: #151b2d;
  border-radius: calc(.5rem - 2px);
  font-weight: 600;
  text-transform: uppercase;
  font-size: .9rem;
  text-align: center;
}

@media (max-width: 768px) {
  .mote {
    font-size: 2.2rem;
  }

  .atuacoes li {
    width: calc(50% - 8px);
  }
}

.blog-header a {
  color: #00bba7;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.blog-title a {
  color: #151b2d;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.parceiros {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.parceiros img {
  width: 100px;
}

.footer a {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .02rem !important;
  text-transform: uppercase;
  padding: 12px;
  color: #00bba7;
  text-decoration: none;
}