body {
  font-family: 'Roboto', sans-serif;
}

.navbar-brand {
  color: #fff;
  font-size: 2em;
}

#intro {
  background-image: url(../img/aero.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
}

.mask {
  background-color: rgba(0, 0, 0, 0.45);
}

.navbar-scroll .navbar-brand {
  color: #fff;
}

.navbar-scrolled {
  background-color: #5991fb;
}

.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars {
  color: #7149e1;
}

.navbar-nav {
  font-size: 0.8em;
}

.navbar-nav a {
  margin-right: 20px;
}

.map-container {
  overflow: hidden;
  position: relative;
  height: 0;
}

.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.contact-section form {
  left: 3px;
}

.contact-section .btn-floating {
  left: 3px;
}

.AboutUs p {
  font-size: 0.9em;
}

.manFly {
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: cloudMan 2s linear infinite;
          animation: cloudMan 2s linear infinite;
}

@-webkit-keyframes cloudMan {
  0% {
    margin-top: 30px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: 30px;
  }
}

@keyframes cloudMan {
  0% {
    margin-top: 30px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: 30px;
  }
}

.AboutIcons i {
  color: #5991fb;
}

.AboutIcons p {
  font-size: 1em;
}

.formMail {
  background-color: #5991fb;
}

.footerForm {
  background-color: #5991fb;
}

.hrPlans {
  border: 2px solid #5991fb;
  opacity: 1;
  width: 50%;
  margin-left: 24%;
}

.imgPanel5 {
  max-height: 305px;
}

.panelHover:hover {
  background-color: #5991fb;
  color: #fff !important;
}

.panelHover.active {
  background-color: #5991fb;
  color: #fff !important;
}

.photo3 {
  height: 305px;
}

.color8 {
  color: #1266f1;
}

@media (max-width: 1000px) {
  .manFly {
    -webkit-animation: none;
            animation: none;
  }
}

@media (max-width: 1440px) {
  .SectionInvest h4 {
    margin-bottom: -50px;
  }
}

@media (max-width: 1240px) {
  .SectionInvest h4 {
    margin-top: -150px;
  }
}
/*# sourceMappingURL=style.css.map */