@-webkit-keyframes opc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ud {
  0% {
    -webkit-transform: translatey(-50vh);
            transform: translatey(-50vh);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translatey(0vh);
            transform: translatey(0vh);
  }
}

@keyframes ud {
  0% {
    -webkit-transform: translatey(-50vh);
            transform: translatey(-50vh);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translatey(0vh);
            transform: translatey(0vh);
  }
}

@-webkit-keyframes du {
  0% {
    -webkit-transform: translatey(50vh);
            transform: translatey(50vh);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translatey(0vh);
            transform: translatey(0vh);
  }
}

@keyframes du {
  0% {
    -webkit-transform: translatey(50vh);
            transform: translatey(50vh);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translatey(0vh);
            transform: translatey(0vh);
  }
}

@-webkit-keyframes rl {
  0% {
    -webkit-transform: translatex(50vw);
            transform: translatex(50vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(0vw);
            transform: translatex(0vw);
  }
}

@keyframes rl {
  0% {
    -webkit-transform: translatex(50vw);
            transform: translatex(50vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(0vw);
            transform: translatex(0vw);
  }
}

@-webkit-keyframes lr {
  0% {
    -webkit-transform: translatex(-50vw);
            transform: translatex(-50vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(0vw);
            transform: translatex(0vw);
  }
}

@keyframes lr {
  0% {
    -webkit-transform: translatex(-50vw);
            transform: translatex(-50vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(0vw);
            transform: translatex(0vw);
  }
}

body {
  font-family: 'Asap', sans-serif;
}

html {
  scroll-behavior: smooth;
}

.aporte {
  overflow-x: hidden;
}

.aporte .parent {
  position: relative;
}

.aporte .detail {
  position: absolute;
}

.aporte .line {
  width: 300px;
}

.aporte .line1 {
  top: -415px;
  right: 5%;
}

@media (max-width: 1280px) {
  .aporte .line1 {
    right: 2%;
  }
}

@media (max-width: 1195px) {
  .aporte .line1 {
    right: 5%;
  }
}

@media (max-width: 1060px) {
  .aporte .line1 {
    right: 2%;
  }
}

@media (max-width: 989px) {
  .aporte .line1 {
    right: 5%;
  }
}

@media (max-width: 810px) {
  .aporte .line1 {
    right: 2%;
  }
}

@media (max-width: 768px) {
  .aporte .line1 {
    right: 5%;
  }
}

.aporte .line2 {
  top: 130px;
  right: 90%;
}

@media (max-width: 576px) {
  .aporte .line2 {
    display: none;
  }
}

.aporte .home {
  background-image: url(../images/bg.png);
  background-size: cover;
  overflow-x: hidden;
}

.aporte .home .text-banner {
  z-index: 1;
  height: 0;
  max-width: 650px;
}

@media (max-width: 768px) {
  .aporte .home .text-banner {
    height: 100px;
  }
}

.aporte .home .text-banner .text-banner-content {
  color: #C9D200;
  font-weight: bold;
  position: relative;
  top: 40px;
  left: 55px;
}

@media (max-width: 768px) {
  .aporte .home .text-banner .text-banner-content {
    top: 0;
    left: -15px;
  }
}

.aporte .home .mockup {
  z-index: 1;
  height: 0;
  max-width: 650px;
}

@media (max-width: 768px) {
  .aporte .home .mockup {
    width: 50%;
  }
}

.aporte .home .mockup .mockup-celular {
  position: relative;
  top: -300px;
  left: 200px;
}

@media (max-width: 1020px) {
  .aporte .home .mockup .mockup-celular {
    top: -200px;
    left: 70px;
  }
}

@media (max-width: 768px) {
  .aporte .home .mockup .mockup-celular {
    top: -60px;
    left: 160px;
  }
}

@media (max-width: 540px) {
  .aporte .home .mockup .mockup-celular {
    top: -60px;
    left: 130px;
  }
}

.aporte .home .mockup .mockup-celular img {
  height: 290px;
}

@media (max-width: 540px) {
  .aporte .home .mockup .mockup-celular img {
    height: 240px;
  }
}

.aporte .home .desc {
  max-width: 600px;
}

@media (max-width: 768px) {
  .aporte .home .desc {
    width: 50%;
    margin-left: 10% !important;
  }
}

.aporte .home .desc .text-desc {
  color: #fff;
}

.aporte .home .desc .btn-alerta {
  color: #003641;
  font-size: .75rem;
  background-color: #fff;
  border: 1px solid #fff !important;
  border-radius: 0.5rem;
}

.aporte .passos {
  background-color: #003641;
  color: #C9D200;
}

.aporte .passos .branco {
  color: #fff;
}

.aporte .passos .btn-app {
  color: #003641;
  background: #00ae9c;
  border: 1px solid #00ae9c !important;
  border-radius: 20px;
  padding: 0.25rem 0.75rem;
  margin: 0.1rem;
}

.aporte .footer {
  color: #003641;
  background: #C9D200 url(../images/padrao.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1570px) {
  .aporte .footer {
    background: #C9D200 url(../images/padrao2.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1250px) {
  .aporte .footer {
    background: #C9D200 url(../images/padrao3.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 870px) {
  .aporte .footer {
    background: #C9D200 url(../images/padrao4.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 590px) {
  .aporte .footer {
    background: #C9D200 url(../images/padrao5.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  .aporte .footer .linhas {
    margin-top: 60px;
  }
}

.aporte .footer .linhas-desk {
  position: absolute;
  height: 50%;
  top: 0;
  right: 20%;
}

@media (max-width: 768px) {
  .aporte .footer .linhas-desk {
    display: none;
  }
}

.aporte .footer .linhas-cel {
  height: 150px;
  position: absolute;
  top: 0;
  right: 20%;
  display: none;
}

@media (max-width: 768px) {
  .aporte .footer .linhas-cel {
    display: initial;
  }
}

@media (max-width: 600px) {
  .aporte .footer .linhas-cel {
    right: 10%;
  }
}

@media (max-width: 450px) {
  .aporte .footer .linhas-cel {
    right: 5%;
  }
}

.aporte .footer .size {
  height: 4rem;
}

@media (max-width: 520px) {
  .aporte .footer .desktop {
    display: none;
  }
}

.aporte .footer .mobile {
  display: none;
}

@media (max-width: 520px) {
  .aporte .footer .mobile {
    display: initial;
  }
}
/*# sourceMappingURL=styles.css.map */