html,
body {
  height: 100%;
  background-color: white;
}

.hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  min-height: 100%;
  padding-top: 90px;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-align: right;
}

.subtitle {
  font-family: 'Courgette', cursive;
  font-style: italic;
  font-size: 1.5em;
}

.assinatura {
  font-family: 'Courgette', cursive;
  font-style: italic;
}

.sc-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
  z-index: 1000;
}

.sc-down2 {
  clear: both;
  position: relative;
  height: 40px;
  margin-top: -40px;
}

.footer {
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 40%;
  text-align: right;
  line-height: 0.9em;
  color: white;
}

.bar {
  height: 1em;
  width: 50%;
  z-index: 1000;
}

.bgazul {
  background-color: #00a7e3 !important;
}

.bgdarkazul {
  background-color: #00233c !important;
}

.bgbranco {
  background-color: rgba(255, 255, 255, 0.4);
}

.cartaosemcor {
  color: white;
  font-size: 1em;
  background-color: transparent;
}

.card-body {
  padding: 0.3em;
}

h1 {
  font-size: 3.5em;
  color: #00233c;
}

h2 {
  font-size: 1.6em;
}

.sombras {
  text-shadow: 2px 4px 10px #5f5e5e;
}

.sombrasdb {
  text-shadow: 2px 4px 10px #00233c;
}

.navinicio {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0.4em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.navinicio #imglogo {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100px;
}

.navinicio #burger {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #00a7e3;
  border-color: #00a7e3;
  position: absolute;
  left: 5%;
  top: 3em;
  z-index: 10;
}

.navinicio #menu {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 0px;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  font-size: 2em;
  overflow: hidden;
  white-space: nowrap;
}

.navinicio #menu.abre {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 8em;
  visibility: visible;
}

.navbarra {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0.5em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1200;
}

.navbarra #imglogo {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 70px;
}

.navbarra #burger {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #00a7e3;
  border-color: #00a7e3;
  position: absolute;
  left: 5%;
  top: 1em;
}

.navbarra #menu {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 0px;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  font-size: 2em;
  overflow: hidden;
  white-space: nowrap;
}

.navbarra #menu.abre {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 8em !important;
  visibility: visible;
}

.navbar-nav a {
  color: #00233c;
}

@media (min-width: 576px) {
  .subtitle {
    font-size: 2em;
  }
  .cartaosemcor {
    font-size: 1.5em;
  }
  h1 {
    font-size: 4.5em;
  }
  h2 {
    font-size: 2em;
  }
}

@media (min-width: 768px) {
  .footer {
    position: absolute;
    bottom: 1em;
    right: 1em;
  }
  .subtitle {
    font-size: 3em;
  }
  .cartaosemcor {
    font-size: 1.5em;
  }
  h1 {
    font-size: 6em;
  }
  h2 {
    font-size: 2em;
  }
  .navinicio {
    width: 100%;
    padding-top: 2em;
  }
  .navinicio #imglogo {
    height: 160px;
  }
  .navinicio #menu {
    width: 0px;
    min-height: 100%;
    top: 0;
    font-size: 3em;
    z-index: 5;
  }
  .navinicio #menu.abre {
    width: 12em !important;
  }
  .navbarra {
    margin-top: 1.4em;
    padding: 0.7em;
  }
  .navbarra #imglogo {
    height: 110px;
  }
  .navbarra #burger {
    top: 3em;
  }
  .navbarra #menu {
    font-size: 3em;
  }
  .scroll-top {
    width: 65px;
    height: 85px;
  }
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*# sourceMappingURL=styles.css.map */