:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h2 {
  color: #054b72;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #054b72;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  color: #054b72;
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #2e2e2e;
  margin-bottom: 10px;
  line-height: 150%;
}

.nav-wrapper {
  z-index: 30;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 12%;
  display: flex;
}

.nav-link {
  color: #054b72;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.nav-link.w--current {
  color: #054b72;
  padding-bottom: 5px;
}

.intro-home-wrapper {
  background-image: linear-gradient(to right, #0009, #0000), url('../images/home-hero-image.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 80vh;
  padding-left: 12%;
  padding-right: 0%;
  display: flex;
  overflow: hidden;
}

.blue-wrapper {
  background-color: #088db8;
  min-height: 10vh;
  padding: 58px 12% 26px;
}

.blue-wrapper._02 {
  padding-bottom: 70px;
}

.text-white {
  color: #fafafa;
}

.cols-wrapper {
  justify-content: space-around;
  align-items: stretch;
  padding: 32px 0%;
  display: flex;
}

.cols-wrapper.team {
  padding-bottom: 56px;
  padding-left: 7%;
  padding-right: 7%;
}

.cols-wrapper.hide {
  display: none;
}

.col-wrapper {
  background-color: #fafafa;
  border-radius: 16px;
  width: 32%;
  min-height: 10vh;
  margin-right: 1.5%;
  overflow: hidden;
}

.col-wrapper.flex {
  background-color: #0000;
}

.col-wrapper.contact {
  text-align: center;
  border: 1px solid #ccc;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.img-solutions {
  object-fit: fill;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
}

.col-text-wrapper {
  padding: 0 24px 24px;
  text-decoration: none;
}

.intro-home-text-wrapper {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: 80%;
  display: flex;
  position: absolute;
}

.h1-intro {
  color: #00c0ff;
  border-bottom: 2px solid #ccc;
  margin-top: 0;
  margin-bottom: 18px;
  padding-bottom: 18px;
  font-size: 20px;
  line-height: 130%;
}

.button {
  color: #fafafa;
  text-transform: uppercase;
  background-color: #088db8;
  background-image: url('../images/button-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  margin-top: 18px;
  padding: 15px 44px 15px 24px;
  font-size: 16px;
  font-weight: 700;
}

.flex-wrapper {
  background-color: #fafafa;
  justify-content: space-around;
  align-items: center;
  min-height: 10vh;
  padding: 48px 12%;
  display: flex;
}

.flex-img-wrapper {
  width: 32%;
  min-height: 30vh;
  display: flex;
}

.flex-img {
  width: 100%;
}

.flex-img.hide {
  display: none;
}

.flex-content-wrapper {
  width: 68%;
  min-height: 10vh;
  padding-left: 64px;
}

.list-wrapper {
  padding-left: 16px;
}

.flex-col-wrapper {
  justify-content: space-around;
  align-items: stretch;
  padding: 58px 12%;
  display: flex;
}

.img-col-flex {
  border-radius: 16px;
  margin-bottom: 16px;
}

.footer-wrapper {
  background-color: #2e2e2e;
  padding: 80px 12% 56px;
}

.footer-content-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-left-col {
  width: 75%;
  min-height: 10vh;
}

.footer-logo-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  min-height: 10vh;
  padding-left: 30px;
  display: flex;
}

.footer-item {
  color: #00c0ff;
  background-image: url('../images/mail.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 2px solid #00c0ff;
  align-items: center;
  height: 48px;
  padding-left: 40px;
  text-decoration: none;
  transition: color .2s, padding-left .2s;
  display: flex;
}

.footer-item:hover {
  color: #fafafa;
  padding-left: 55px;
}

.footer-item.phone {
  background-image: url('../images/phone.svg');
}

.footer-item.linkedin {
  background-image: url('../images/linkedin.svg');
}

.footer-item.privacidade {
  background-image: url('../images/icon_outcome-36.svg');
}

.page-intro {
  background-image: url('../images/about-intro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
}

.page-intro.contact {
  background-image: url('../images/contact-intro.jpg');
}

.white-wrapper {
  background-color: #fff;
  min-height: 10vh;
  padding: 58px 12%;
}

.white-wrapper.bottom {
  padding-bottom: 16px;
}

.team-col-wrapper {
  border-radius: 16px;
  width: 40%;
  min-height: 10vh;
}

.team-col-wrapper.flex {
  background-color: #0000;
}

.team-col-wrapper.hide {
  display: none;
}

.img-team {
  padding-left: 18%;
  padding-right: 18%;
}

.text-team-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 16px 24px 24px;
  display: flex;
}

.team-social {
  justify-content: center;
  display: flex;
}

.social-icon {
  margin-left: 16px;
  margin-right: 16px;
}

.nav-menu {
  order: 1;
  align-items: flex-start;
  display: flex;
}

.brand {
  order: -1;
}

.brand.w--current {
  align-items: center;
  display: flex;
}

.nav-animation {
  justify-content: center;
  align-items: flex-start;
  height: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.nav-line {
  opacity: 0;
  background-color: #088db8;
  width: 100%;
  height: 3px;
  transform: translate(0, 10px);
}

.nav-line-current {
  background-color: #088db8;
  width: 100%;
  height: 3px;
  transform: translate(0);
}

.logo-symbol {
  opacity: 0;
  margin-right: 3px;
}

.logo-lettering {
  opacity: 0;
  transform: translate(-165px);
}

.page-intro-wrapper {
  height: 40vh;
  overflow: hidden;
}

.watermark-wrapper {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.water-01 {
  opacity: 0;
  flex: none;
  height: 90vh;
  position: relative;
  transform: translate(135%);
}

.water-02 {
  opacity: 0;
  flex: none;
  height: 90vh;
  position: relative;
  transform: translate(25%);
}

.contact-wrapper {
  padding: 40px 12% 56px;
}

.icon-contect {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-bottom: 8px;
}

.slider {
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  height: 65vh;
  min-height: 370px;
  max-height: 425px;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

.right-arrow, .left-arrow {
  width: 12%;
}

.slider-wrapper {
  background-color: #088db8;
  padding-bottom: 90px;
}

.slide-nav {
  display: none;
}

.preloader {
  z-index: 1000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.embed-preloader {
  width: 300px;
  height: 80px;
}

.lottie-preloader {
  width: 200px;
}

.preloader-wrapper {
  order: -1;
}

.preloader-wrapper.w--current {
  align-items: center;
  display: flex;
}

.logo-symbol-preloader {
  opacity: 0;
  margin-right: 3px;
  transition: opacity .2s;
  transform: translate(70px);
}

.logo-lettering-preloader {
  opacity: 0;
  transform: translate(-165px);
}

.video-flex {
  width: 100%;
  height: 25vh;
  max-height: 250px;
}

.footer-text {
  color: #fafafa;
  padding-bottom: 40px;
}

.mouse-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-top: -80px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.lottie-mouse {
  height: 100%;
}

.video-efluxus {
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.video-in {
  width: 101%;
  height: 101%;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
  }

  .nav-wrapper {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
  }

  .intro-home-wrapper {
    background-image: linear-gradient(to right, #00000080 30%, #0000), url('../images/home-hero-image.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 90vh;
    padding-top: 80px;
    padding-left: 5%;
  }

  .blue-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cols-wrapper.team {
    padding-left: 0%;
    padding-right: 0%;
  }

  .col-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-home-text-wrapper {
    width: 50%;
  }

  .flex-wrapper, .flex-col-wrapper, .footer-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .white-wrapper {
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-button {
    background-color: #0000;
    order: 1;
  }

  .menu-button.w--open {
    background-color: #088db8;
  }

  .nav-menu {
    background-color: #fafafa;
    height: 100vh;
    margin-top: 80px;
    position: fixed;
  }

  .watermark-wrapper {
    align-items: flex-start;
  }

  .water-01, .water-02 {
    height: 70vh;
  }

  .slider {
    height: 80vh;
    min-height: 430px;
    max-height: 500px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .slider-wrapper {
    padding-bottom: 63px;
  }

  .slide-nav {
    justify-content: center;
    padding-bottom: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .intro-home-wrapper {
    background-image: linear-gradient(to right, #0009 50%, #0000), url('../images/home-hero-image.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .blue-wrapper {
    padding-top: 26px;
  }

  .cols-wrapper {
    flex-direction: column;
  }

  .cols-wrapper.team {
    flex-direction: row;
  }

  .col-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }

  .intro-home-text-wrapper {
    width: 60%;
  }

  .flex-wrapper {
    flex-direction: column;
  }

  .flex-wrapper.video {
    padding-bottom: 20px;
  }

  .flex-img-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .flex-content-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .flex-col-wrapper {
    flex-direction: column;
  }

  .footer-wrapper {
    padding-top: 120px;
    padding-bottom: 64px;
  }

  .footer-content-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer-left-col {
    width: 100%;
  }

  .footer-logo-wrapper {
    width: 150px;
    margin-bottom: 24px;
    padding-left: 0;
  }

  .team-col-wrapper {
    width: 50%;
  }

  .watermark-wrapper {
    align-items: flex-start;
  }

  .water-01, .water-02 {
    height: 50vh;
  }

  .slider {
    min-height: 390px;
  }

  .slider-wrapper {
    padding-bottom: 50px;
  }

  .preloader {
    padding-bottom: 10vh;
  }

  .video-flex {
    width: 70%;
    height: 20vh;
    max-height: 180px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 16px;
  }

  .intro-home-wrapper {
    background-position: 0 0, 50%;
  }

  .cols-wrapper.team {
    flex-direction: column;
  }

  .intro-home-text-wrapper {
    width: 80%;
  }

  .flex-wrapper {
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .flex-wrapper.video {
    padding-bottom: 0;
  }

  .flex-img-wrapper {
    justify-content: flex-start;
    width: 100%;
    min-height: 20vh;
  }

  .flex-img {
    max-width: 150px;
  }

  .flex-content-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .white-wrapper {
    padding-bottom: 0;
  }

  .team-col-wrapper {
    width: 100%;
    margin-bottom: 56px;
  }

  .text-team-wrapper {
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 19px;
  }

  .water-01 {
    opacity: 1;
    flex: none;
    max-width: none;
  }

  .water-02 {
    max-width: none;
  }

  .slider {
    max-height: 440px;
  }

  .video-flex {
    height: 15vh;
    max-height: 150px;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}