body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

header {
  width: 100%;
  height: 60px;
  background-color: #8B5EE0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-qipu {
  max-width: 70px;
  padding-left: 40px;
}

.cta-header {
  margin-right: 40px;
  padding: 8px 40px;
  background-color: #F1742F;
  color: white;
  font-family: Raleway;
  text-decoration: none;
  font-weight: bold;
  border-radius: 25px;
}

.cta-header:hover {
  background-color: #D46122;
}

.cta-rodape {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0 60px 0;
}

.cta-rodape a {
  margin-right: 0;
}

.bloco-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 60px 130px 40px;
}

.left {
  max-width: 480px;
  width: 100%;
}

h1 {
  font-family: Raleway;
  font-size: 40px;
  margin-top: 0;
  color: #fff;
}

.subtext {
  font-family: Raleway;
  font-size: 18px;
  margin-bottom: 60px;
  margin-top: 40px;
  color: #fff;
  line-height: 1.6;
}

.right {
  max-width: 300px;
  max-height: 300px;
  width: 100%;
}

.item-principal {
  width: 320px;
  height: 320px;
  padding: 10px;
  color: #555;
  font-family: sans-serif;
  font-size: 17px;
  text-align: center;
  border: solid 4px #707070;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #ecf0f1;
}

.container {
  max-width: 1220px;
  width: 100%;
  margin: 30px auto;
  background-color: transparent;
  grid-gap: 30px;
  display: grid;
  width: 90%;
  justify-content: center;
  grid-template-rows: 275px 275px 275px;
  grid-template-columns: 275px 275px 275px;
  grid-template-columns: repeat(auto-fit, 275px);
  grid-template-columns: repeat(auto-fit, minmax(275px, 275px));
  grid-auto-rows: 275px;
}

.item {
  padding: 10px;
  color: #555;
  font-family: sans-serif;
  font-size: 18px;
  text-align: center;
  border: solid 4px #cacaca;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #ecf0f1;
}

.line-play-store {
  width: 80px;
  height: 4px;
  background-color: #3BCCFF;
  position: absolute;
  margin: 0 auto;
  top: -4px;
}

.line-email {
  width: 80px;
  height: 4px;
  background-color: #8B5EE0;
  position: absolute;
  margin: 0 auto;
  top: -4px;
}

.line-twitter {
  width: 80px;
  height: 4px;
  background-color: #5DB2F0;
  position: absolute;
  margin: 0 auto;
  top: -4px;
}

.line-appstore {
  width: 80px;
  height: 4px;
  background-color: #1BA6F8;
  position: absolute;
  margin: 0 auto;
  top: -4px;
}

.depoimento {
  position: relative;
  width: 100%;
  margin-top: -25px;
  font-family: Raleway;
}

.fundo-roxo {
  width: 100%;
  height: 700px;
  background-color: #342A69;
  position: absolute;
  z-index: -1;
}

.depoimento p {
  padding: 0 20px;
}

.logo-play-store {
  width: 15px;
  display: block;
  position: absolute;
  top: 6px;
  margin: 0 auto;
  width: 18px;
  height: 19px;
  background: url('../img/sprite_mural.png') -93px -72px;
}

.logo-email {
  width: 18px;
  display: block;
  position: absolute;
  top: 5px;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background: url('../img/sprite_mural.png') -140px -10px;
}

.logo-twitter {
  width: 24px;
  display: block;
  position: absolute;
  top: 5px;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background: url('../img/sprite_mural.png') -10px -72px;
}

.logo-appstore {
  width: 20px;
  display: block;
  position: absolute;
  top: 5px;
  margin: 0 auto;
  width: 19px;
  height: 19px;
  background: url('../img/sprite_mural.png') -54px -72px;
}

.opening-quote {
  position: absolute;
  left: 20px;
  top: -30px;
  filter: brightness(1000);
  width: 45px;
  height: 42px;
  background: url('../img/sprite_mural.png') -75px -10px;
  transform: scale(0.7);
}

.closing-quote {
  position: absolute;
  right: 20px;
  margin-top: -10px;
  filter: brightness(1000);
  width: 45px;
  height: 42px;
  background: url('../img/sprite_mural.png') -10px -10px;
  transform: scale(0.7);
}

.div-cliente {
  position: absolute;
  bottom: 0;
}

.por {
  text-align: center;
  font-size: 14px;
  margin-bottom: -5px;
  font-family: Lobster;
}

.nome-cliente {
  text-align: center;
  font-size: 14px;
  font-family: Raleway;
  font-weight: 100;
}

@media screen and (max-width: 1200px) {
  .item-principal {
    width: 300px;
    height: 300px;
    padding: 10px;
    color: #555;
    font-family: sans-serif;
    font-size: 17px;
    text-align: center;
    border: solid 4px #707070;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #ecf0f1;
  }

  .container {
    width: 1000px;
    margin: 30px auto;
    background-color: transparent;
    grid-gap: 30px;
    display: grid;
    width: 90%;
    justify-content: center;
    grid-template-rows: 300px 300px 300px;
    grid-template-columns: 300px 300px 300px;
    grid-template-columns: repeat(auto-fit, 300px);
    grid-template-columns: repeat(auto-fit, minmax(330px, 330px));
    grid-auto-rows: 300px;
  }
}

@media screen and (max-width: 767px) {
  .bloco-1 {
    flex-direction: column;
    padding: 30px;
  }
  .fundo-roxo {
    height: 450px;
  }

  .container {
    width: 1000px;
    margin: 30px auto;
    background-color: transparent;
    grid-gap: 30px;
    display: grid;
    width: 90%;
    justify-content: center;
    grid-template-rows: 300px 300px 300px;
    grid-template-columns: 300px 300px 300px;
    grid-template-columns: repeat(auto-fit, 300px);
    grid-template-columns: repeat(auto-fit, minmax(335px, 335px));
    grid-auto-rows: 300px;
  }

  .right {
    max-width: auto;
    max-height: auto;
  }

  .left {
    margin-bottom: 60px;
  }

  .item-principal {
    left: -17px;
    width: 307px;
  }

  .subtext {
    margin-bottom: 30px;
    margin-top: 10px;
  }

  .br {
    display: none;
  }

  .cta-rodape {
    padding: 0;
    padding-bottom: 40px;
  }
}

/* FOOTER */
.footer-1 {
  display: none !important;
}

.footer-2 {
  background-color: #2d312f !important;
  color: #8b9393 !important;
}

.link-footer-2 {
  color: #d8d8d8 !important;
}

.footer-2 {
  background-color: #364594;
  color: #ffffff;
  padding: 50px 50px 50px 20px;
  font-size: 14px;
  font-family: arial;
}

.footer-2 .footer-content {
  float: left;
  width: 85%;
}

.footer-2 .footer-content p {
  text-align: justify;
}

.footer-2 .footer-content p:first-child {
  padding-bottom: 20px;
}

.footer-2 .footer-content span.pipe:before {
  content: " | ";
}

.footer-2 .footer-logo {
  float: left;
  width: 15%;
  text-align: center;
  padding-top: 30px;
}

.footer-2 .footer-logo img {
  width: 100px;
  filter: brightness(0.8);
}

.footer-1 {
  color: #eee;
  background: #5871f2;
  padding: 50px 50px 20px 50px;
}

.footer-1 .footer-col {
  float: left;
  padding: 0 20px;
  width: 25%;
  margin-bottom: 30px;
}

.footer-1 .footer-col ul {
  margin-top: 10px;
}

.footer-1 .footer-col ul li {
  margin-top: 10px;
}

.footer-1 .footer-col h4 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 16px;
}

.footer-1 .footer-col a {
  font-family: "Raleway";
  font-size: 14px;
  color: #eee;
}

.footer-nav li {
  margin-bottom: 10px;
}

.footer-nav a {
  color: #fff;
}

.footer-social {
  margin: 0 0 30px 0;
  font-size: 0;
}

.footer-social__btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  overflow: hidden;
  text-indent: -9999em;
  opacity: 0.55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  filter: brightness(100);
}

.social-ig {
  filter: sepia() saturate(0%) hue-rotate(30deg) brightness(0.9);
}

.footer-social__btn--fb {
  background-image: url("../img/sprite.png");
  background-position: -521px -135px;
  width: 12px;
  height: 22px;
}

.footer-social__btn--tt {
  background-image: url("../img/sprite.png");
  background-position: -563px -471px;
  width: 25px;
  height: 17px;
}

.footer-social__btn--tum {
  background-image: url("../img/sprite.png");
  background-position: -521px -111px;
  width: 14px;
  height: 22px;
}

.footer-social__btn--ytb {
  background-image: url("../img/sprite.png");
  background-position: -590px -471px;
  width: 22px;
  height: 16px;
}

.footer-social__btn--lkd {
  background-image: url("../img/sprite.png");
  background-position: -589px -444px;
  width: 23px;
  height: 21px;
}

.footer-app {
  font-size: 0;
  color: #ffffff;
}

.footer-app p {
  font-size: 14px;
}

.footer-app__btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  overflow: hidden;
  text-indent: -9999em;
}

.footer-app__btn--gplay {
  background-image: url("../img/sprite.png");
  background-position: -565px -444px;
  width: 22px;
  height: 24px;
}

.footer-app__btn--apple {
  top: -2px;
  background-image: url("../img/sprite.png");
  background-position: -587px -232px;
  width: 24px;
  height: 29px;
}

.footer-company {
  color: #ffffff;
  margin-top: 0;
}

.footer-company p {
  font-size: 14px;
}

.footer-company a {
  color: #fff;
}

.footer-mobile__btn--fb {
  background-image: url("../img/sprite.png");
  background-position: -598px -182px;
  width: 15px;
  height: 28px;
}

.footer-mobile__btn--tt {
  background-image: url("../img/sprite.png");
  background-position: -571px -377px;
  width: 32px;
  height: 22px;
}

.footer-mobile__btn--tum {
  background-image: url("../img/sprite.png");
  background-position: -318px -210px;
  width: 18px;
  height: 27px;
}

.footer-mobile__btn--ytb {
  background-image: url("../img/sprite.png");
  background-position: -575px -349px;
  width: 31px;
  height: 23px;
}

.footer-mobile__btn--lkd {
  background-image: url("../img/sprite.png");
  background-position: -540px -377px;
  width: 29px;
  height: 28px;
}

@media screen and (max-width: 767px) {
  .footer-1 {
    padding: 0 0 20px 0;
  }

  .footer-1 .footer-col {
    float: none;
    width: 100%;
  }

  .desktop-only {
    display: none;
  }

  .footer-1 .footer-col:first-child {
    padding-top: 50px;
  }

  .footer-2 {
    padding: 30px 30px 30px 30px;
  }

  .footer-2 .footer-content {
    float: none;
    width: 100%;
  }

  .footer-2 .footer-content p:first-child {
    display: none;
  }

  .footer-2 .footer-content p {
    font-size: 11px;
    text-align: center;
  }

  .footer-2 .footer-content span {
    display: block;
  }

  .footer-2 .footer-content span.pipe:before {
    content: "";
  }

  .footer-2 .footer-logo {
    padding: 10px 0 30px 0;
    float: none;
    width: 100%;
  }

  .footer-2 .footer-logo img {
    width: 80px;
  }
}