header {
  width: 100%;
  padding: 15px 35px;
  height: auto;
  background-color: transparent;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 99;
  position: fixed;
}
header.scroll nav a.nav-link {
  color: #4A2C78;
}
header nav a.nav-link {
  color: #4A2C78;
}
header .brand-logo a h1 .img-negative {
  display: block;
}
header .brand-logo a h1 .img-positive {
  display: none;
}

/* Home */
.banner {
  background: url(../img/full-banner-prati-5-estrelas.jpg) no-repeat center left;
  background-size: cover;
  height: 60%;
  min-height: 650px;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
}
.banner .infos {
  width: 40%;
  margin: 0 0 0 7%;
}
.banner .infos h1 {
  font-size: 50px;
  line-height: 56px;
  margin: 0 0 30px;
  color: #ffffff;
}

.banner-full,
.banner-full .banner-image {
  width: 100%;
  height: auto;
  display: block;
}

.banner-med {
  width: 100%;
  min-height: 80%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5% 12.5%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}
.banner-med .banner-med-image {
  width: 45%;
}
.banner-med h3 {
  font-size: 50px;
  line-height: 56px;
  margin: 0 0 30px;
  color: #ffffff;
}
.banner-med h5 {
  margin: 15px 0 5px;
}
.banner-med .cta-link {
  margin: 15px auto 0;
  color: #ffffff;
}
.banner-med .banner-med-download {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0 0;
}
.banner-med.home {
  background-color: #D8204F;
}
.banner-med.home .info {
  width: 60%;
}
.banner-med.home .home-image {
  width: 50%;
}

.app {
  width: 75%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 30px;
  font-size: 14px;
  line-height: 24px;
}
.app .info {
  width: 40%;
}
.app .app-image {
  width: 45%;
}
.app h2 {
  color: #4A2C78;
  font-size: 50px;
  line-height: 56px;
  margin: 15px 0 40px;
}
.app .app-image .cta {
  margin: 15px auto 0;
}
.app .app-download {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0 0;
}
.app .app-download .app-play,
.app .app-download .app-store {
  width: fit-content;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 0 0;
  font-size: 18px;
  padding: 17px 25px;
}
.app .app-download .app-play img,
.app .app-download .app-store img {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}

.other-plans {
  background-color: #E8B53F;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5% 12.5% 0;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 -80px;
}
.other-plans .info {
  width: 60%;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.other-plans .info h2,
.other-plans .info h5 {
  width: 100%;
  text-align: left;
  color: #ffffff;
}
.other-plans .other-plans-image {
  width: 40%;
}
.other-plans h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 56px;
  margin: 0 0 40px;
}

@media (max-width: 900px) {
  header {
    color: #ffffff;
    background-color: #ffffff;
    padding: 5%;
    position: relative;
  }
  header .brand-logo {
    width: 100px;
    margin-top: 0;
  }
  header .brand-logo a h1 .img-negative {
    display: none;
  }
  header .brand-logo a h1 .img-positive {
    display: block;
  }
  header nav a.nav-link {
    color: #4A2C78;
    justify-content: center;
  }

  .banner {
    background: url('../img/mobile-full-banner-prati-5-estrelas.jpg?n') no-repeat center center;
    background-size: cover;
    height: 80%;
    min-height: 300px;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 -60px;
  }
  .banner .infos {
    width: 100%;
    padding: 0 2% 15%;
  }
  .banner .infos h1,
  .banner .infos h2 {
    font-size: 50px;
    line-height: 54px;
    text-align: left;
  }
  .plans li.plan {
    width: 80%;
    margin: 0 auto 25px;
    padding: 15% 10%;
  }

  .app {
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column-reverse;
    padding: 10%;
    margin: 0;
  }
  .app h2 {
    font-size: 38px;
  }
  .app .info {
    width: 100%;
    margin: auto;
  }
  .app .app-image {
    width: 100%;
    margin: 20px auto;
  }
  .app .app-download {
    flex-wrap: wrap;
    justify-content: center;
  }
  .app .app-download .app-play,
  .app .app-download .app-store {
    width: 100%;
    margin: 0 0 10px;
    justify-content: center;
  }

  .banner-med {
    padding: 10%;
    font-size: 18px;
    line-height: 26px;
    flex-direction: column-reverse;
  }
  .banner-med h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .banner-med.home .home-image,
  .banner-med.home .info {
    width: 100%;
  }
  .banner-med.home .home-image {
    margin: 0 0 20px;
  }

  .other-plans {
    flex-wrap: wrap;
    margin: 0;
    padding: 15% 12.5% 0;
  }
  .other-plans .info {
    width: 100%;
  }
  .other-plans .info h2 {
    font-size: 38px;
    line-height: 38px;
    margin: 0 0 25px;
  }
  .other-plans .other-plans-image {
    width: 100%;
  }
}