@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: #2a4b5a;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 1.5vw;
  letter-spacing: 0.2vw;
  line-height: 2;
  margin-top: 2vw;
}

@media screen and (orientation: portrait) {
  h1 {
    font-size: 3vw;
    letter-spacing: 0.6vw;
    margin-top: 3vw;
  }
}

p {
  font-size: 1.5vw;
  line-height: 1.5;
  text-align: center;
}

@media screen and (orientation: portrait) {
  p {
    font-size: 3.5vw;
  }
}

@media screen and (min-aspect-ratio: 7 / 10) and (max-aspect-ratio: 10 / 10) {
  p {
    font-size: 2vw;
  }
}

a {
  text-decoration: none;
  color: #2a4b5a;
}

.section-home nav {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.section-home .arrow_keys {
  visibility: visible;
}

@media screen and (orientation: portrait) {
  .section-home .arrow_keys {
    visibility: hidden;
  }
}

.section-home .bg .planeta, .section-home .bg .aviao {
  -webkit-transform: translate(0, 0) scale(0.8);
          transform: translate(0, 0) scale(0.8);
}

@media screen and (orientation: portrait) {
  .section-home .bg .planeta, .section-home .bg .aviao {
    -webkit-transform: translate(0, 0) scale(1.8);
            transform: translate(0, 0) scale(1.8);
  }
}

@media screen and (min-aspect-ratio: 6 / 10) and (max-aspect-ratio: 10 / 10) {
  .section-home .bg .planeta, .section-home .bg .aviao {
    -webkit-transform: translate(0, 0) scale(1.5);
            transform: translate(0, 0) scale(1.5);
  }
}

.section-sobre nav {
  -webkit-transform: translate(20vw, calc(-50vh + 10vw));
          transform: translate(20vw, calc(-50vh + 10vw));
}

@media screen and (orientation: portrait) {
  .section-sobre nav {
    -webkit-transform: translate(0vw, calc(-50vh + 20vw));
            transform: translate(0vw, calc(-50vh + 20vw));
  }
}

.section-sobre nav .sobre {
  background: #71BF44;
  font-weight: 700;
}

.section-sobre nav .sobre:hover:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
}

.section-sobre .bg .planeta, .section-sobre .bg .aviao {
  -webkit-transform: translate(-50vw, 25vw) scale(1);
          transform: translate(-50vw, 25vw) scale(1);
}

@media screen and (orientation: portrait) {
  .section-sobre .bg .planeta, .section-sobre .bg .aviao {
    -webkit-transform: translate(0vw, calc(50vh + 10vw)) scale(1.3);
            transform: translate(0vw, calc(50vh + 10vw)) scale(1.3);
  }
}

.section-sobre .wrapper .container-sobre {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.section-servicos nav {
  -webkit-transform: translate(-20vw, calc(-50vh + 10vw));
          transform: translate(-20vw, calc(-50vh + 10vw));
}

@media screen and (orientation: portrait) {
  .section-servicos nav {
    -webkit-transform: translate(0vw, calc(-50vh + 20vw));
            transform: translate(0vw, calc(-50vh + 20vw));
  }
}

.section-servicos nav .servicos {
  background: #71BF44;
  font-weight: 700;
}

.section-servicos nav .servicos:hover:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
}

.section-servicos .bg .planeta, .section-servicos .bg .aviao {
  -webkit-transform: translate(50vw, 25vw) scale(1);
          transform: translate(50vw, 25vw) scale(1);
}

@media screen and (orientation: portrait) {
  .section-servicos .bg .planeta, .section-servicos .bg .aviao {
    -webkit-transform: translate(0vw, calc(50vh + 10vw)) scale(1.3);
            transform: translate(0vw, calc(50vh + 10vw)) scale(1.3);
  }
}

.section-servicos .wrapper .container-servicos {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.section-viagens nav {
  -webkit-transform: translate(0vw, calc(50vh + -8vw));
          transform: translate(0vw, calc(50vh + -8vw));
}

@media screen and (orientation: portrait) {
  .section-viagens nav {
    -webkit-transform: translate(0vw, calc(-50vh + 20vw));
            transform: translate(0vw, calc(-50vh + 20vw));
  }
}

.section-viagens nav .viagens {
  background: #71BF44;
  font-weight: 700;
}

.section-viagens nav .viagens:hover:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
}

.section-viagens .bg .planeta, .section-viagens .bg .aviao {
  -webkit-transform: translate(0vw, 30vw) scale(1);
          transform: translate(0vw, 30vw) scale(1);
}

@media screen and (orientation: portrait) {
  .section-viagens .bg .planeta, .section-viagens .bg .aviao {
    -webkit-transform: translate(0vw, calc(50vh + 10vw)) scale(1.3);
            transform: translate(0vw, calc(50vh + 10vw)) scale(1.3);
  }
}

.section-viagens .wrapper .container-viagens {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.section-contato nav {
  -webkit-transform: translate(0vw, calc(-50vh + 10vw));
          transform: translate(0vw, calc(-50vh + 10vw));
}

@media screen and (orientation: portrait) {
  .section-contato nav {
    -webkit-transform: translate(0vw, calc(-50vh + 20vw));
            transform: translate(0vw, calc(-50vh + 20vw));
  }
}

.section-contato nav .contato {
  background: #71BF44;
  font-weight: 700;
}

.section-contato nav .contato:hover:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
}

.section-contato .bg .planeta, .section-contato .bg .aviao {
  -webkit-transform: translate(0vw, -30vw) scale(1);
          transform: translate(0vw, -30vw) scale(1);
}

@media screen and (orientation: portrait) {
  .section-contato .bg .planeta, .section-contato .bg .aviao {
    -webkit-transform: translate(0vw, calc(50vh + 10vw)) scale(1.3);
            transform: translate(0vw, calc(50vh + 10vw)) scale(1.3);
  }
}

.section-contato .wrapper .container-contato {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.arrow_keys {
  position: absolute;
  z-index: 2;
  bottom: 2vh;
  right: 2vh;
  width: 70px;
  height: 46px;
  visibility: hidden;
}

.wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.wrapper .container-sobre, .wrapper .container-servicos, .wrapper .container-viagens, .wrapper .container-contato {
  position: absolute;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
  z-index: 2;
}

.wrapper .container-sobre {
  right: 8.5vw;
  top: 38vh;
  width: 43vw;
  -webkit-transform: translate(60vw, 0);
          transform: translate(60vw, 0);
}

@media screen and (orientation: portrait) {
  .wrapper .container-sobre {
    left: 10vw;
    top: 40vw;
    width: 80vw;
  }
}

.wrapper .container-servicos {
  left: 8.5vw;
  top: 38vh;
  width: 43vw;
  text-align: center;
  -webkit-transform: translate(-60vw, 0);
          transform: translate(-60vw, 0);
}

@media screen and (orientation: portrait) {
  .wrapper .container-servicos {
    left: 10vw;
    top: 40vw;
    width: 80vw;
  }
}

.wrapper .container-servicos .link {
  background: #2a4b5a;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  margin: 2vw;
  padding: 1vw 2vw;
  border-radius: 1vw;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (orientation: portrait) {
  .wrapper .container-servicos .link {
    margin: 5vw 0;
    padding: 2vw 3vw;
    border-radius: 3vw;
  }
}

.wrapper .container-servicos .link h2 {
  color: #71BF44;
  font-size: 1.4vw;
}

@media screen and (orientation: portrait) {
  .wrapper .container-servicos .link h2 {
    font-size: 4vw;
  }
}

@media screen and (min-aspect-ratio: 7 / 10) and (max-aspect-ratio: 10 / 10) {
  .wrapper .container-servicos .link h2 {
    font-size: 2.4vw;
  }
}

.wrapper .container-servicos .link:hover {
  background: #71BF44;
}

.wrapper .container-servicos .link:hover h2 {
  color: #2a4b5a;
}

.wrapper .container-viagens {
  opacity: 1;
  right: 5vw;
  top: 3vw;
  width: 90vw;
  -webkit-transform: translate(0, -100vh);
          transform: translate(0, -100vh);
}

@media screen and (orientation: portrait) {
  .wrapper .container-viagens {
    top: 40vw;
  }
}

.wrapper .container-viagens > .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapper .container-viagens > .grid > .item {
  position: relative;
  width: 13vw;
  height: 13vw;
  border: 0.5vw solid #ffffff;
  border-radius: 50%;
  background: rgba(42, 75, 90, 0.2);
  margin: 1vw;
  padding: .2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (orientation: portrait) {
  .wrapper .container-viagens > .grid > .item {
    width: 24vw;
    height: 24vw;
    margin: 2vw;
  }
}

.wrapper .container-viagens > .grid > .item.historico {
  background: rgba(42, 75, 90, 0.8);
}

.wrapper .container-viagens > .grid > .item:hover {
  background: #2a4b5a;
}

.wrapper .container-viagens > .grid > .item > img {
  position: absolute;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}

.wrapper .container-viagens > .grid > .item > p {
  color: #ffffff;
  z-index: 2;
  font-weight: 400;
  font-size: 1.5vw;
  line-height: 1.2;
  padding: 1vw;
  text-align: center;
  text-shadow: 0 0 4px #000;
}

@media screen and (orientation: portrait) {
  .wrapper .container-viagens > .grid > .item > p {
    font-size: 3.5vw;
  }
}

.wrapper .container-contato {
  left: 0;
  bottom: 0;
  width: 100vw;
  -webkit-transform: translate(0, 100vh);
          transform: translate(0, 100vh);
}

@media screen and (orientation: portrait) {
  .wrapper .container-contato {
    bottom: 25vw;
  }
}

@media screen and (min-aspect-ratio: 7 / 10) and (max-aspect-ratio: 10 / 10) {
  .wrapper .container-contato {
    bottom: 40vw;
  }
}

.wrapper .container-contato .equipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1vw 0;
}

@media screen and (orientation: portrait) {
  .wrapper .container-contato .equipe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 4vw 0;
  }
}

@media screen and (min-aspect-ratio: 7 / 10) and (max-aspect-ratio: 10 / 10) {
  .wrapper .container-contato .equipe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wrapper .container-contato .equipe > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1vw;
}

@media screen and (orientation: portrait) {
  .wrapper .container-contato .equipe > div {
    margin: 3vw;
  }
}

.wrapper .container-contato .equipe > div > img {
  width: 6vw;
  height: auto;
}

@media screen and (orientation: portrait) {
  .wrapper .container-contato .equipe > div > img {
    width: 20vw;
  }
}

@media screen and (min-aspect-ratio: 7 / 10) and (max-aspect-ratio: 10 / 10) {
  .wrapper .container-contato .equipe > div > img {
    width: 10vw;
  }
}

.wrapper .container-contato .equipe > div > .texto {
  margin-left: 1vw;
}

@media screen and (orientation: portrait) {
  .wrapper .container-contato .equipe > div > .texto {
    margin-left: 5vw;
  }
}

@media screen and (min-aspect-ratio: 7 / 10) and (max-aspect-ratio: 10 / 10) {
  .wrapper .container-contato .equipe > div > .texto {
    margin-left: 3vw;
  }
}

.wrapper .container-contato .equipe > div > .texto > h2 {
  text-align: left;
  font-size: 1.4vw;
}

@media screen and (orientation: portrait) {
  .wrapper .container-contato .equipe > div > .texto > h2 {
    font-size: 5vw;
  }
}

@media screen and (min-aspect-ratio: 7 / 10) and (max-aspect-ratio: 10 / 10) {
  .wrapper .container-contato .equipe > div > .texto > h2 {
    font-size: 3vw;
  }
}

.wrapper .container-contato .equipe > div > .texto > p {
  text-align: left;
  font-size: 1vw;
  font-weight: 400;
}

@media screen and (orientation: portrait) {
  .wrapper .container-contato .equipe > div > .texto > p {
    font-size: 4vw;
  }
}

@media screen and (min-aspect-ratio: 7 / 10) and (max-aspect-ratio: 10 / 10) {
  .wrapper .container-contato .equipe > div > .texto > p {
    font-size: 2vw;
  }
}

.wrapper .container-contato .equipe > div > .texto > p > a {
  -webkit-transition: .3s;
  transition: .3s;
}

.wrapper .container-contato .equipe > div > .texto > p > a:hover {
  text-shadow: 0px 0px 1px #2a4b5a;
}

.wrapper .container-contato .desktop {
  display: block;
}

@media screen and (orientation: portrait) {
  .wrapper .container-contato .desktop {
    display: none;
  }
}

.wrapper .container-contato .mobile {
  display: none;
  font-size: 5vw;
}

@media screen and (orientation: portrait) {
  .wrapper .container-contato .mobile {
    display: block;
  }
}

@media screen and (min-aspect-ratio: 7 / 10) and (max-aspect-ratio: 10 / 10) {
  .wrapper .container-contato .mobile {
    display: block;
    font-size: 3vw;
  }
}

.wrapper .container-contato > p {
  text-align: center;
  margin-bottom: 2vw;
}

.wrapper .container-contato > p > a {
  display: inline-block;
  font-weight: 400;
  background: #2a4b5a;
  color: #ffffff;
  padding: 0.2vw 1vw;
  margin: 0.5vw;
  border-radius: 1.5vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper .container-contato > p > a:hover {
  background: #71BF44;
  color: #2a4b5a;
}

@media screen and (orientation: portrait) {
  .wrapper .container-contato > p > a {
    padding: 1vw 4vw 2vw 4vw;
    margin: 2vw;
    border-radius: 5vw;
  }
}

nav {
  position: absolute;
  z-index: 666;
  width: 32vw;
  height: 11vw;
  top: calc(50vh - 5vw);
  left: 34vw;
  -webkit-transition: 0.7s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.7s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform: translate(0, 0) scale(0);
          transform: translate(0, 0) scale(0);
}

@media screen and (orientation: portrait) {
  nav {
    width: 80vw;
    height: 25vw;
    top: calc(50vh - 13vw);
    left: 10vw;
  }
}

@media screen and (min-aspect-ratio: 6 / 10) and (max-aspect-ratio: 10 / 10) {
  nav {
    width: 70vw;
    height: 25vw;
    top: calc(50vh - 10vw);
    left: 15vw;
  }
}

nav > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

nav > ul li {
  margin: 1vw 0vw;
}

@media screen and (orientation: portrait) {
  nav > ul li {
    margin: 3vw 1.5vw;
  }
}

@media screen and (min-aspect-ratio: 6 / 10) and (max-aspect-ratio: 10 / 10) {
  nav > ul li {
    margin: 3vw 0.5vw;
  }
}

nav > ul li a {
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 0.15vw;
  text-decoration: none;
  color: #2a4b5a;
  padding: 0.3vw 0.8vw 0.35vw 0.9vw;
  border-radius: 1vw;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (orientation: portrait) {
  nav > ul li a {
    font-size: 2.5vw;
    letter-spacing: 0.3vw;
    padding: 1.2vw 1.8vw 1.1vw 2vw;
    border-radius: 3vw;
  }
}

@media screen and (min-aspect-ratio: 6 / 10) and (max-aspect-ratio: 10 / 10) {
  nav > ul li a {
    font-size: 2vw;
  }
}

nav > ul li a:after {
  content: "";
  position: absolute;
  bottom: -0.1vw;
  left: 20%;
  width: 60%;
  height: 1px;
  background-color: #2a4b5a;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: .3s;
  transition: .3s;
}

nav > ul li a:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: radial-gradient(circle at bottom center, #C2FFEB, #5AD0DE);
}

.bg .planeta {
  width: 100vmax;
  height: 100vmax;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.7s cubic-bezier(0.8, -0.1, 0.2, 1.1);
  transition: 0.7s cubic-bezier(0.8, -0.1, 0.2, 1.1);
  -webkit-transform: translate(0, 0) scale(0);
          transform: translate(0, 0) scale(0);
  z-index: 1;
}

.bg .aviao {
  position: absolute;
  width: 100vmax;
  height: 100vmax;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: 0.7s cubic-bezier(0.8, -0.1, 0.2, 1.1);
  transition: 0.7s cubic-bezier(0.8, -0.1, 0.2, 1.1);
  -webkit-transform: translate(0, 0) scale(0);
          transform: translate(0, 0) scale(0);
  -webkit-animation: aviao 10s linear infinite;
          animation: aviao 10s linear infinite;
}

@-webkit-keyframes aviao {
  0% {
    z-index: 0;
  }
  24% {
    z-index: 0;
  }
  25% {
    z-index: 667;
  }
  75% {
    z-index: 667;
  }
  76% {
    z-index: 0;
  }
  100% {
    z-index: 0;
  }
}

@keyframes aviao {
  0% {
    z-index: 0;
  }
  24% {
    z-index: 0;
  }
  25% {
    z-index: 667;
  }
  75% {
    z-index: 667;
  }
  76% {
    z-index: 0;
  }
  100% {
    z-index: 0;
  }
}
/*# sourceMappingURL=main.css.map */