html {
  scrollbar-color: var(--bs-secondary) var(--bs-danger);
}

body {
  line-height: 1.33;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin: 1.33rem 0;
  line-height: 1.33;
}

.h1:first-child, h1:first-child, .h2:first-child, h2:first-child, .h3:first-child, h3:first-child, .h4:first-child, h4:first-child, .h5:first-child, h5:first-child, .h6:first-child, h6:first-child {
  margin-top: 0;
}

.h1, h1 {
  font-size: clamp(2.488rem, 1.86077rem + 2.78769vw, 4.3rem);
}

.h2, h2 {
  font-size: clamp(2.074rem, 1.55165rem + 2.32154vw, 3.583rem);
}

.h3, h3 {
  font-size: clamp(1.728rem, 1.29254rem + 1.93538vw, 2.986rem);
}

.h4, h4 {
  font-size: clamp(1.44rem, 1.07723rem + 1.61231vw, 2.488rem);
}

.h5, h5 {
  font-size: clamp(1.44rem, 1.22054rem + .975385vw, 2.074rem);
}

.h6, h6 {
  font-size: clamp(1rem, .748rem + 1.12vw, 1.728rem);
}

.body-text {
  font-size: clamp(1rem, .847692rem + .676923vw, 1.44rem);
}

p:last-child {
  margin: 0;
}

.form-control::placeholder {
  color: var(--bs-info);
}

.text-shadow {
  text-shadow: 1px 1px 1px rgba(var(--bs-dark-rgb), .5);
}

.text-shadow.text-secondary {
  text-shadow: 2px 2px 2px rgba(var(--bs-success-rgb), .5);
}

.text-shadow.text-info {
  text-shadow: 2px 2px 2px rgba(var(--bs-warning-rgb), .5);
}

.sticky-top {
  top: 5rem;
}

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

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

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1.5rem 1rem;
  display: flex;
}

.section.h-normal {
  min-height: auto;
}

.section.h-30 {
  min-height: 30vh;
}

.section.clean {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero.hero-repeat {
  background-repeat: repeat;
  background-size: 50%;
}

.hero.not-fixed {
  background-attachment: inherit;
}

.hero-gradient {
  background-color: var(--bs-info);
  background-image: linear-gradient(35deg, var(--bs-info), var(--bs-warning) 65%, var(--bs-danger));
}

.hero-projeto {
  background-image: linear-gradient(35deg, rgba(var(--bs-danger-rgb), .5) 10%, rgba(var(--bs-info-rgb), .25) 50%, rgba(var(--bs-dark-rgb), .5) 100%);
  background-attachment: fixed;
}

.hero-mural {
  background-image: linear-gradient(35deg, rgba(var(--bs-success-rgb), .5) 10%, rgba(var(--bs-secondary-rgb), .25) 50%, rgba(var(--bs-dark-rgb), .5) 100%), url("../img/hero-mural-min.6908ab7b.png");
  background-attachment: scroll, fixed;
}

.hero-conteudo {
  background-attachment: scroll, fixed;
  background-image: linear-gradient(35deg, rgba(var(--bs-primary-rgb), .5) 10%, rgba(var(--bs-secondary-rgb), .25) 50%, rgba(var(--bs-dark-rgb), .5) 100%), url("../img/hero-conteudo-min.8abaebe5.png");
}

.hero-pessoas {
  background-attachment: scroll, fixed;
  background-image: linear-gradient(35deg, rgba(var(--bs-warning-rgb), .5) 10%, rgba(var(--bs-info-rgb), .25) 50%, rgba(var(--bs-dark-rgb), .5) 100%), url("../img/hero-pessoas-min.7bca7364.png");
}

.hero-genese {
  background-attachment: scroll, fixed;
  background-image: linear-gradient(35deg, rgba(var(--bs-success-rgb), .5) 10%, rgba(var(--bs-secondary-rgb), .25) 50%, rgba(var(--bs-dark-rgb), .5) 100%), url("../img/hero-in-1-min.23beed83.png");
}

.hero-identidade {
  background-attachment: scroll, fixed;
  background-image: linear-gradient(35deg, rgba(var(--bs-success-rgb), .5) 10%, rgba(var(--bs-secondary-rgb), .25) 50%, rgba(var(--bs-dark-rgb), .5) 100%), url("../img/hero-in-2-min.e754c2d7.png");
}

.menu-container {
  padding: 1rem;
}

.menu-principal {
  min-height: 40px;
}

.menu-principal .nav-link {
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
}

.menu-principal .nav-link--active {
  background-color: #0000;
  font-weight: bold !important;
}

.menu-principal .dropdown-item:hover, .menu-principal .dropdown-item.active {
  background-color: #0000;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }

  to {
    opacity: 1;
    transform: translateY(2.5rem);
  }
}

.animate {
  animation-duration: .6s;
  animation-fill-mode: both;
}

.animate.fadeInUp {
  animation-name: fadeInUp;
}

.hero-newsletter {
  background-image: linear-gradient(0deg, rgba(var(--bs-primary-rgb), .5) 10%, rgba(var(--bs-primary-rgb), .25) 50%, transparent), url("../img/hero-newsletter-min.e14aad2e.png");
  background-attachment: scroll, fixed;
}

.bg-waves {
  background-image: url("../img/waves.176b2359.svg");
  background-position: 50% 85%;
}

.logo {
  max-height: 40px;
}

.symbol {
  max-height: 200px;
}

.logo-footer {
  max-height: 128px;
}

.logo-ministerio-da-saude {
  max-height: 92px;
}

.logo-fiocruz {
  max-height: 42px;
}

.logo-cnpq {
  max-height: 46px;
}

.logo-hcp {
  max-height: 62px;
}

.logo-imip {
  max-height: 72px;
}

.logo-ococolab {
  max-height: 52px;
}

.btn-flex {
  justify-content: center;
  align-self: normal;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.scroller {
  scrollbar-color: var(--bs-danger-border-subtle) var(--bs-danger);
  scrollbar-width: thin;
}

@keyframes floatingImage {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2rem);
  }

  100% {
    transform: translateY(0);
  }
}

.float {
  animation: 6s ease-in-out infinite floatingImage;
}

.logo-dark, .logo-light {
  transition: all .3s ease-in-out;
  position: absolute;
}

.headroom {
  will-change: transform;
  transition: all .6s;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.headroom--top .logo-dark {
  opacity: 0;
  visibility: hidden;
}

.headroom--not-top {
  background-color: var(--bs-danger);
}

.headroom--not-top .logo-light {
  opacity: 0;
  visibility: hidden;
}

@keyframes swipe {
  to {
    opacity: 0;
    top: 8px;
  }
}

.icon--scroll-down {
  border-radius: 60px;
  width: 36px;
  height: 64px;
  position: relative;
}

.icon--scroll-down:before {
  content: "";
  opacity: 1;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 2s infinite swipe;
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
}

.icon--scroll-down.icon--primary {
  border: 3px solid var(--bs-primary);
}

.icon--scroll-down.icon--primary:before {
  background-color: var(--bs-primary);
}

.icon--scroll-down.icon--secondary {
  border: 3px solid var(--bs-secondary);
}

.icon--scroll-down.icon--secondary:before {
  background-color: var(--bs-secondary);
}

.icon--scroll-down.icon--success {
  border: 3px solid var(--bs-success);
}

.icon--scroll-down.icon--success:before {
  background-color: var(--bs-success);
}

.icon--scroll-down.icon--info {
  border: 3px solid var(--bs-info);
}

.icon--scroll-down.icon--info:before {
  background-color: var(--bs-info);
}

.icon--scroll-down.icon--warning {
  border: 3px solid var(--bs-warning);
}

.icon--scroll-down.icon--warning:before {
  background-color: var(--bs-warning);
}

.footer {
  background: #3e163a;
  background: linear-gradient(342deg, #3e163a 0%, var(--bs-danger) 35%, var(--bs-warning) 100%);
}

.link-effect {
  padding: 10px 16px 8px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.link-effect:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  transition: transform .3s;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scale(.85);
}

.link-effect:after {
  content: "";
  opacity: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  transition: top .3s, opacity .3s, transform .3s;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scale(.85);
}

.link-effect.link-danger:before, .link-effect.link-danger:after {
  background: var(--bs-info);
}

.link-effect:hover:before, .link-effect:focus:before {
  transform: scale(1);
}

.link-effect:hover:after, .link-effect:focus:after {
  opacity: 1;
  top: 0%;
  transform: scale(1);
}

.figure-hover-effect {
  background: var(--bs-primary);
  border-radius: .5rem;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.figure-hover-effect img {
  opacity: 1;
  transition: opacity .3s, transform 6s;
  transform: scale3d(1.2, 1.2, 1);
}

.figure-hover-effect figcaption {
  backface-visibility: hidden;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.figure-hover-effect p {
  opacity: 0;
  text-align: right;
  border-right: 4px solid #fff;
  margin: 1rem;
  padding: 0 1rem;
  font-size: 1.25rem;
  transition: opacity .6s;
  position: absolute;
  bottom: 0;
  right: 0;
}

.figure-hover-effect:hover img {
  opacity: .5;
  transform: scale3d(1, 1, 1);
}

.figure-hover-effect:hover p {
  opacity: 1;
  transition-delay: .3s;
}

.icon-link-hover.link-success.active {
  color: var(--bs-danger) !important;
}

.icon-link-hover.link-danger.active {
  color: var(--bs-success) !important;
}

.link-paragraph {
  font-weight: bolder;
  text-decoration: none;
  position: relative;
}

.link-paragraph:before {
  content: "";
  width: 100%;
  height: 8px;
  transition: all .3s ease-in-out;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.link-paragraph.link-success:before {
  background-color: rgba(var(--bs-success-rgb), .25);
}

.link-paragraph:hover:before {
  height: 100%;
  bottom: 0;
}

.icon-box .icon {
  width: auto;
  height: clamp(2.441rem, 1rem + 10vw, 4.768rem);
}

@media (width >= 576px) {
  .menu-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section {
    padding: 3rem 1.5rem;
  }

  @keyframes wheel {
    to {
      opacity: 0;
      top: 42px;
    }
  }

  .icon--scroll-down:before {
    animation: 2s infinite wheel;
    top: 8px;
  }
}

@media (width >= 768px) {
  .symbol {
    max-height: 400px;
  }

  .hero-newsletter {
    min-height: 65vh;
  }
}

@media (width >= 992px) {
  .menu-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section {
    padding: 4rem 2rem;
  }

  .symbol {
    max-height: 500px;
  }
}

@media (width >= 1400px) {
  .menu-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section {
    padding: 5rem 3rem;
  }
}
/*# sourceMappingURL=index.0514de48.css.map */
