html {
  font-family: 'Roboto', sans-serif;
}
input:focus,
textarea:focus {
  outline: none;
}
.w-90 {
  width: 90%;
}
.button {
  background-color: #fff;
  color: #E66277;
  font-weight: 500;
  font-size: 16px;
  border-radius: 30px;
  padding: 15px 40px;
  text-decoration: none;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.button:hover {
  background-color: transparent;
  color: #fff;
}
.button.alt {
  border-color: #E66277;
  background-color: #E66277;
  color: #fff;
}
.button.alt:hover {
  background-color: transparent;
  color: #E66277;
}
.section-title {
  font-size: 46px;
  font-weight: 700;
  color: #6f6661;
  margin-bottom: 15px;
  text-align: center;
}
.section-title.empresas {
  font-weight: 900;
  font-size: 55px;
  color: #fff;
}
.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
.section.empresas {
  background-color: #333333;
}
.container-900 {
  width: 90%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
nav {
  padding: 20px 0 0;
}
nav.mobile {
  display: none;
  background-color: #e66277;
  box-shadow: 0 0 20px -10px #000;
}
nav .logo {
  width: 160px;
}
nav div {
  max-width: 1000px;
  width: 90%;
}
nav a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 0 10px;
}
nav input[type="text"] {
  background-color: #EFEFEF;
  color: #000;
  padding: 15px 25px;
  border-radius: 30px;
  margin-right: 20px;
}
nav input[type="button"] {
  padding: 15px 25px;
}
.cover {
  background-image: url('../img/business/cover-bg.svg');
  background-position: bottom;
  background-size: cover;
  min-height: 1000px;
  padding-top: 200px;
}
.cover h1 {
  font-size: 50px;
}
.cover h2 {
  font-size: 20px;
  max-width: 450px;
}
.cover .cover-prints {
  transform: translateY(100px);
}
.beneficios {
  padding: 80px 0 120px;
  background: url('../img/business/bg-branco3.png');
  background-repeat: no-repeat;
  background-position: 0% 70%;
  background-size: contain;
}
.beneficios-content {
  max-width: 700px;
  width: 90%;
}
.beneficios-content p {
  text-align: center;
  color: #6f6661;
  margin-top: 20px;
  font-weight: normal;
  line-height: 1.6em;
  font-size: 15px;
}
.beneficios-blocks {
  padding: 100px 0 0;
}
.beneficios-blocks-container {
  max-width: 1000px;
  width: 90%;
}
img.icone-beneficios {
  max-width: 100px;
}
.beneficio-block {
  width: auto;
  margin: 0 10px 60px;
}
.beneficio-block div {
  margin-bottom: 10px;
}
.beneficio-block h3 {
  color: #6f6661;
  margin-left: 14px;
  font-size: 19px;
  max-width: 250px;
  font-weight: 500;
}
.beneficio-block p {
  color: #6f6661;
  font-size: 18px;
  line-height: 1.7em;
}
.tarja-gradiente {
  padding: 80px 0px;
  background: #e66277 linear-gradient(180deg, #e66277 0%, #f1aa9a 100%);
  background-attachment: fixed;
}
.tarja-gradiente .tarja-content {
  width: 90%;
  max-width: 900px;
  text-align: center;
}
.tarja-gradiente h2 {
  font-style: italic;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5em;
}
.tarja-gradiente span {
  margin: 40px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.tarja-marrom {
  background: #756464;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding-left: 5%;
  padding-right: 5%;
}
.tarja-marrom::before,
.tarja-marrom::after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  content: '';
  z-index: 4;
  background: url('../img/business/bg-footer2.svg');
  background-repeat: repeat-x;
}
.tarja-marrom::before {
  top: -20px;
}
.tarja-marrom::after {
  bottom: -20px;
  transform: rotateZ(180deg);
}
.tarja-marrom img {
  margin-right: 60px;
}
.tarja-marrom div {
  display: flex;
  align-items: flex-start;
}
.tarja-marrom h2 {
  font-style: italic;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5em;
  text-align: left;
}
.tarja-marrom span {
  margin: 40px 0;
  color: #fff;
  font-size: 22px;
  text-align: left;
  font-weight: 700;
}
.tarja-rosa-claro {
  background: url(../img/business/fundo2.svg), #fef5f3;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 20px 0px 160px 0px;
}
.tarja-rosa-claro .tarja-content {
  width: 90%;
  max-width: 900px;
  text-align: center;
}
.tarja-rosa-claro h2 {
  font-style: italic;
  font-size: 26px;
  font-weight: 400;
  color: #999;
  line-height: 1.5em;
}
.tarja-rosa-claro span {
  margin: 40px 0;
  color: #999;
  font-size: 22px;
  font-weight: 700;
}
.conheca-container {
  background: url('../img/business/bg-rosa1.svg');
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 160px;
}
.conheca-container .conheca p {
  color: #6f6661;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 15px;
  max-width: 600px;
}
.dados {
  margin: 60px 0;
  width: 90%;
  max-width: 700px;
}
.dados div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  text-align: center;
}
.dados h3 {
  color: #5a504b;
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0;
}
.dados span {
  color: #5a504b;
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
}
.line-separator {
  width: 90%;
  max-width: 800px;
  height: 1px;
  background-color: #DDDDDD;
  margin: 80px 0;
}
.referencias span {
  color: #374754;
  font-size: 16px;
}
.section-depoimentos {
  background: #e66277 linear-gradient(180deg, #e66277 20%, #ae636e 100%);
  padding: 70px 0;
}
.section-depoimentos h2 {
  margin-bottom: 80px;
  color: #fff;
}
.depoimentos {
  max-width: 1200px;
  width: 90%;
}
.depoimentos div {
  width: 30%;
  max-width: 400px;
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #374754;
  border-radius: 10px;
  box-shadow: 0 0 20px -10px #8e8e8e;
}
.depoimentos p {
  font-size: 18px;
  line-height: 1.5em;
}
.depoimentos img {
  margin: 20px 0;
}
.depoimentos span {
  margin-bottom: 8px;
}
.referencias-container {
  background: url('../img/business/bg-rosa2.svg');
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 50px 0 230px;
}
.referencias-container .referencias img {
  max-width: 120px;
  max-height: 80px;
  margin: 20px;
}
.botoes-apps {
  margin: 60px 0 0;
}
.botoes-apps a {
  transition: transform 300ms ease;
}
.botoes-apps a:hover {
  transform: scale(1.05);
}
.botoes-apps.rosas {
  margin: 0 0 60px 0;
}
.botoes-apps.rosas a {
  background-color: #e66277;
  border-radius: 60px;
  margin: 0 20px 10px;
}
.section.empresas {
  padding: 70px 0 70px;
  background: #756464 linear-gradient(180deg, #ae636e 0%, #756464 70%);
  position: relative;
}
.section.empresas::after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  content: '';
  z-index: 4;
  background: url('../img/business/bg-footer2.svg');
  background-repeat: repeat-x;
}
.section.empresas::after {
  bottom: -20px;
  transform: rotateZ(180deg);
}
.section.empresas > span {
  color: #fff;
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
}

.title_buy {
  color: #fff;
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
}

.formContact {
  margin-top: 40px;
}

.section.empresas .planos {
  width: 90%;
  max-width: 900px;
  margin-bottom: 60px;
}
.section.empresas .planos > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 0 0px 20px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 210px;
  margin: 0 10px;
  height: 250px;
  box-shadow: 0px 0px 20px -5px #000;
}
.section.empresas .planos > div strong {
  background-color: #F1CC7C;
  width: 100%;
  font-weight: 500;
  color: #fff;
  padding: 8px 0 7px;
  font-style: italic;
  margin-bottom: 25px;
  font-size: 14px;
}
.section.empresas .planos > div span {
  color: #374754;
  font-size: 18px;
}
.section.empresas .planos > div h3 {
  font-size: 62px;
  color: #F1CC7C;
  font-weight: 900;
  line-height: 0.8em;
}
.section.empresas .planos > div em {
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
  margin: 5px 0 25px;
}
.section.empresas .planos > div > span {
  margin-bottom: 10px;
}
.section.empresas .planos > div.red {
  height: 280px;
}
.section.empresas .planos > div.red strong {
  background-color: #E66277;
}
.section.empresas .planos > div.red h3 {
  color: #E66277;
}
.section.contato {
  background: #fef5f3;
  padding: 100px 0 60px;
}
.section.contato span {
  color: #374754;
  font-size: 16px;
}
.section.contato span + span {
  margin: 10px 0px 60px;
}
.section.contato form {
  background: #fff;
  padding: 50px;
  border: 1px solid #E8E8E8;
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 10px 9px -5px #cccccc;
  margin-bottom: 50px;
}
.section.contato form input,
.section.contato form textarea {
  border-radius: 40px;
  background-color: #F5F5F5;
  color: #000;
  border: 1px solid #E8E8E8;
  font-size: 15px;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.section.contato form textarea {
  min-height: 200px;
}
.section.contato .social {
  width: 145px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.section.contato .social img {
  max-width: 38px;
}
.section.contato .mailto-block {
  text-decoration: none;
}
.section.contato .mailto-block img {
  margin-bottom: 20px;
}
.section.contato .mailto-block span {
  font-weight: 700;
  color: #374754;
  font-size: 12px;
}
.section.contato .quote h2 {
  color: #252B42;
  font-style: italic;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5em;
}
.section.contato .quote span {
  margin: 40px 0;
  color: #252B42;
  font-size: 22px;
  font-weight: 700;
}
.section.contato #email-erro,
.section.contato #email-sucesso {
  text-align: center;
  padding: 20px;
  border-radius: 50px;
  margin: 20px 0;
  display: none;
}
.section.contato #email-erro {
  background-color: #ffb0bc;
  color: crimson;
}
.section.contato #email-erro a,
.section.contato #email-erro span {
  color: crimson;
}
.section.contato #email-sucesso {
  background-color: #93ff93;
  color: green;
}
.mobile-menu-nav {
  padding-top: 4px;
}
.mobile-menu-nav a {
  margin: 0;
}
.mobile-menu-nav img {
  width: 60px;
}
.mobile-menu-nav .abrir {
  padding: 10px 0;
}
.mobile-menu-nav .abrir img {
  width: 28px;
}
.mobile-menu-container {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  transform: translateX(100%);
  transition: all 0.6s;
}
.mobile-menu-container > div {
  width: 80%;
  padding: 10% 10% 0 ;
  background: #e66277;
  background: linear-gradient(180deg, #e66277 0%, #f1aa9a 100%);
}
.mobile-menu-container a {
  font-size: 26px;
  font-weight: 300;
  margin: 0;
  text-align: right;
  letter-spacing: 1px;
}
.mobile-menu-container a + a {
  margin-top: 40px;
}
.mobile-menu-container .fechar {
  left: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  margin: 0;
}
.mobile-menu-container img {
  width: 50px;
}
@media (max-width: 1100px) {
  nav img {
    width: 130px;
  }
  nav input[type="text"],
  nav input[type="button"] {
    padding: 5px 10px;
  }
  .tarja-marrom {
    padding: 60px 5%;
  }
  .tarja-marrom img {
    width: 300px;
  }
  .tarja-marrom h2 {
    font-size: 18px;
  }
  .tarja-marrom span {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .cover-prints > img {
    width: 49%;
  }
  .beneficios-blocks,
  .section-depoimentos {
    padding-top: 50px;
  }
  .tarja-marrom {
    flex-direction: column;
    align-items: center;
  }
  .tarja-marrom img {
    margin: 0 0 30px 0;
  }
  .tarja-marrom div {
    align-items: center;
  }
  .tarja-marrom h2,
  .tarja-marrom span {
    text-align: center;
  }
  .section-depoimentos {
    padding-bottom: 50px;
  }
  .beneficio-block {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    max-width: 370px;
  }
  .beneficio-block div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .beneficio-block div img {
    margin-bottom: 20px;
  }
  .depoimentos > div {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .section.empresas .planos {
    flex-direction: column;
  }
  .section.empresas .planos > div {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .section.empresas > span {
    margin-bottom: 50px;
  }
}
@media (max-width: 650px) {
  nav {
    padding-top: 0px;
  }
  nav.desktop {
    display: none;
  }
  nav.mobile {
    display: block;
  }
  nav div {
    width: 100%;
  }
  nav img {
    width: 130px;
  }
  nav input[type="text"],
  nav input[type="button"] {
    padding: 5px 10px;
  }
  .section.cover {
    padding-top: 120px;
  }
  .cover h1 {
    font-size: 11vw;
  }
  .section-title,
  .section-title.empresas {
    font-size: 35px;
  }
  .section.contato .quote h2,
  .tarja-gradiente h2,
  .dados h3 {
    font-size: 20px;
  }
  .section.contato .quote span,
  .tarja-gradiente span,
  .dados span {
    font-size: 17px;
  }
  .conheca p,
  .depoimentos p,
  .beneficio-block p {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media (max-width: 550px) {
  .section {
    padding: 50px 0;
  }
  .tarja-marrom {
    padding: 120px 0;
  }
  .tarja-marrom::before,
  .tarja-marrom::after {
    background-size: cover;
  }
  .section.empresas {
    padding-bottom: 100px;
  }
  .section.empresas::after {
    background-size: cover;
  }
  .tarja-rosa-claro {
    padding: 50px 0 150px;
  }
  .beneficios {
    padding-top: 100px;
  }
  .cover-prints > img {
    width: 100%;
  }
  .cover-prints > img:last-child {
    display: none;
  }
  .referencias-container {
    padding-bottom: 100px;
  }
  .section.contato form {
    padding: 50px 20px;
  }
  .section.contato span {
    max-width: 80%;
  }
  .dados {
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .dados div {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
}
