@import "../css/sprites/icons-sprite.css";
@import "../css/new-menu.css";
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700");
@import url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.0.47/jquery.fancybox.css");

.fancybox-content {
  width: 98% !important;
  height: 95% !important;
  margin: 0 !important;
}

#btnChatTrigger {
  margin-bottom: 10px !important;
}

.gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-overlay .gsc-wrapper .gsc-adBlock {
  display: none !important;
}

#___gcse_0 form.gsc-search-box.gsc-search-box-tools {
  position: relative !important;
  float: right !important;
  display: block !important;
  border: 1px solid #d4d9dd !important;
  border-radius: 40px !important;
  line-height: 2rem !important;
}

#gsc-iw-id1.gsc-input-box {
  border: none !important;
  background-color: transparent !important;
}

input#gsc-i-id1.gsc-input {

  height: 40px !important;
  padding: 0 20px !important;
  line-height: 40px !important;
  font-family: "Raleway" !important;
  font-size: 12px !important;
  color: #666 !important;
  background: transparent !important;
  text-indent: 0 !important;
  outline: none !important;
  border: 0px solid !important;
  border-color: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#___gcse_0 form button.gsc-search-button.gsc-search-button-v2 {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  right: 20px !important;
  background-color: transparent !important;
  outline: none !important;
  border: 0 !important;

  width: 21px !important;
  height: 21px !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  overflow: hidden !important;
  text-indent: -9999em !important;
  cursor: pointer !important;
}

#___gcse_0 form button.gsc-search-button.gsc-search-button-v2 svg {
  fill: #666 !important;
}

#___gcse_0 form .gsst_a {
  display: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: inline-block !important;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.funciona-wrapper .home-beneficios {
  width: 33%;
  padding: 20px;
}

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

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: pan-Y;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;

  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.custom-container {
  width: 100%;
  max-width: 1100px;
  padding: 40px;
  margin: 0 auto;
}

.featured-banner {
  position: relative;
  min-height: 480px;
  background-image: url("/static/website/img/simple-servico-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.featured-banner-mei-contabilidade {
  background-image: url("/static/website/img/simple-servico-banner.jpg");
}

.featured-banner-mei-declaracao {
  background-image: url("/static/website/img/tfe_taxa_de_fiscalizacao_de_estabelecimento.jpg");
}

.featured-banner-simples-contabilidade {
  background-image: url("/static/website/img/gestor.jpg");
}

.banner-horizontal-2 {
  display: none;
}

.featured-banner.individual-mei {
  background-image: url("/static/website/img/individual-mei-banner.jpg");
}

.featured-banner.individual-mei .featured-banner-content h1 {
  max-width: 355px;
  line-height: 1.4;
}

.featured-banner.servico-banner {
  background-image: url("/static/website/img/simple-servico-banner.jpg");
  background-position: center bottom;
}

.featured-banner.servico-banner .featured-banner-content p {
  max-width: 431px;
}

.featured-banner.para-mei-banner {
  background-image: url("/static/website/img/simple-servico-banner.jpg");
}

.featured-banner.para-mei-banner .featured-banner-content p {
  max-width: 500px;
}

.featured-banner-content {
  min-height: 411px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.beneficios-mei {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
}

.beneficios-container {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.beneficios-txt {
  max-width: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.beneficios-img {
  margin-right: 90px;
}

.p-btn {
  margin-top: 60px;
}

.mei-blog-header {
  padding-top: 0 !important;
}

.title-mei-mobile {
  font-size: 32px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

.declaracao-mei {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
}

.declaracao-container {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.declaracao-txt {
  max-width: 460px;
  margin-right: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.declaracao-img {
  position: relative;
  margin-bottom: -6px;
}

.p-btn {
  margin-top: 60px;
}

.featured-banner-content h1 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  margin-bottom: 30px;
}

.custom-declaracao {
  text-align: left;
}

.custom-declaracao p {
  max-width: 500px !important;
}

.custom-declaracao a {
  margin-left: 0;
}

.featured-banner-content p {
  font-size: 18px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 355px;
}

.featured-banner-content .banner-button .btn {
  background-color: #F1742F;
  color: #ffffff;
  font-weight: 600;
  margin-right: 10px;
}

.featured-banner-content .banner-button .btn.wide-button {
  min-width: 211px;
}

.featured-banner-content .banner-button .btn:hover {
  color: #fff;
  border-color: #D46122;
  background: #D46122;
}

.tools-block {
  background: #f7f7f5;
  padding: 52px 0 58px;
}

.tools-wrapper {
  width: 100%;
  text-align: center;
}

.tools-wrapper .tools-column {
  width: 33%;
  display: inline-block;
  padding: 15px;
}

.tools-bicolumn {
  width: 45% !important;
}

.tools-wrapper .tools-column .tools-content .title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.9px;
  text-align: center;
  color: #8B5EE0;
  text-transform: uppercase;
  max-width: 50%;
  margin: 0 auto;
  line-height: 1.3;
  margin-bottom: 24px;
  min-height: 47px;
}

.tools-wrapper .tools-column .tools-content p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #707070;
  margin-bottom: 20px;
  min-height: 63px;
}

.tools-wrapper .tools-column .tools-content .btn {
  width: 100%;
  font-weight: 700;
}

.funciona-block {
  padding: 60px 0 55px;
}

.funciona-block .buttons-wrapper {
  margin-top: 20px;
}

.buttons-wrapper {
  text-align: center;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.buttons-wrapper .btn {
  font-family: "Raleway", sans-serif;
  margin: 0 10px;
}

.buttons-wrapper .btn.wide-button {
  width: 280px;
  margin: 10px;
}

.buttons-wrapper .simple-link {
  display: block;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-align: center;
  color: #707070;
  text-decoration: underline;
  text-transform: uppercase;
}

.funciona-header {
  margin-bottom: 32px;
}

.funciona-header.grey-header h2 {
  color: #707070;
}

.funciona-header h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #342A69;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.cnae-header h1 {
  font-size: 40px;
  font-weight: 700;
  color: #342A69;
  margin-bottom: 10px;
}

.cnae-header.cnae-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #342A69;
  margin-bottom: 10px;
}

.cnae-header.cnae-header h3 {
  font-size: 28px;
  font-weight: 600;
  color: #5871F2;
  margin-bottom: 10px;
}

.cnae-header.cnae-header h4 {
  font-size: 24px;
  font-weight: 600;
  color: #5871F2;
  margin-bottom: 10px;
}

.cnae-header p {
  font-size: 18px;
  text-align: justify;
  color: #707070;
  margin: 16px 0;
}

.cnae-header a {
  color: #8B5EE0;
}

.cnae-header strong {
  font-weight: 600;
}

.cnae-header ul {
  margin-bottom: 40px;
}

.cnae-header li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}

.cnae-header li:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #8899a6;
  border-radius: 50%;
}

.cnae-atividade-nao-compreende h3 {
  font-size: 22px;
  color: #8B5EE0;
  margin-bottom: 10px;
  margin-top: 20px;
}

.cnae-atividade-nao-compreende ul li {
  font-size: 18px;
  list-style: disc;
  margin-left: 18px;
  margin-bottom: 10px;
}

.funciona-header p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #707070;
}

.funciona-wrapper {
  display: flex;
}

.funciona-wrapper .funciona-column {
  width: 25%;
  padding: 15px;
}

.funciona-wrapper.three-column .funciona-column {
  width: 33%;
}

.funciona-wrapper.two-column .funciona-column {
  width: 50%;
}

.funciona-wrapper.two-column .funciona-column h4,
.funciona-wrapper.three-column .funciona-column h4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #8B5EE0;
}

.funciona-content .img-block {
  margin-bottom: 30px;
}

.funciona-content .img-block img {
  max-width: 100%;
  max-height: 110px;
  display: block;
  margin: 0 auto;
  height: auto;
}

.funciona-content .btn {
  margin-top: 0px;
  width: 100%;
  height: auto;
  line-height: 1;
  padding: 18px 5px;
}

.funciona-content .simple-header {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #5871F2;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.funciona-content p {
  font-size: 18px;
  text-align: center;
  color: #707070;
}

.table-content {
  background-color: #f7f7f5;
  padding: 52px 0 60px;
}

.table-wrapper {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.table-activities-wrapper {
  max-width: 80%;
}

.table-anexo-wrapper {
  max-width: 100%;
}

.table-wrapper table {
  width: 100%;
}

.table-wrapper.equal-cell tr th {
  padding: 22px 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  background-color: #8B5EE0;
}

.table-wrapper.equal-cell tr th:first-child {
  border-right: 1px solid #7e5fc7;
}

.table-wrapper.equal-cell tr td,
.table-wrapper.equal-cell tr th {
  width: 50%;
}

.table-wrapper.equal-cell tr td .price-text,
.table-wrapper.equal-cell tr th .price-text {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-align: center;
  color: #707070;
}

.table-wrapper.equal-cell tr td p,
.table-wrapper.equal-cell tr th p {
  font-size: 12px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #707070;
}

.table-wrapper.equal-cell tr td {
  border: 1px solid #ccc;
}

.table-wrapper.equal-cell tr td.has-lable {
  position: relative;
}

.econom-lable {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  background-color: #fa9963;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #ffffff;
  padding: 5px 10px;
}

.table-wrapper.equal-cell tr.table-footer td {
  padding: 12px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-align: center;
  color: #9b9b9b;
  text-transform: uppercase;
}

.table-wrapper.equal-cell tr.table-main-content td {
  padding: 14px;
}

.table-wrapper.simple-table tr td,
.table-wrapper.simple-table tr th {
  text-align: center;
}

.qipu-table-content table {
  width: 100%;
  margin: 30px 0;
}

.qipu-table-content table tr th {
  text-align: left;
  padding: 18px 20px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  background: #8B5EE0;
}

.qipu-table-content table tr td {
  padding: 16px 20px;
  font-size: 14px;
  letter-spacing: -0.2px;
  text-align: left;
  color: #707070;
  border: 1px solid #ccc;
  line-height: 1.3;
  background: #fff;
}

.def-table-content table {
  width: 100%;
}

.def-table-content table tr th {
  text-align: left;
  padding: 18px 20px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  background: #8B5EE0;
}

.def-table-content table tr td {
  padding: 16px 20px;
  font-size: 14px;
  letter-spacing: -0.2px;
  text-align: left;
  color: #707070;
  border: 1px solid #ccc;
  width: 70%;
  line-height: 1.3;
  background: #fff;
}

.def-table-content-50 table tr td {
  width: 50% !important;
}

.cnae-table table tr td {
  font-size: 16px;
}

.cnae-table table tr td a {
  font-size: 16px !important;
}

.def-table-content table tr td .sub-text {
  color: #9b9b9b;
}

.def-table-content table tr td:last-child {
  text-align: center;
  width: 30%;
  position: relative;
}

.def-table-content table tr td:last-child span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.def-table-content table tr td:last-child i {
  color: #8B5EE0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.def-table-content table tr td:last-child i.fa-times {
  position: static;
  color: #ababab;
  font-size: 20px;
  transform: translate(0, 0);
}

.def-table-content table tr td:last-child a {
  display: block;
  font-size: 12px;
  letter-spacing: -0.2px;
  color: #4a4a4a;
  text-decoration: underline;
}

.def-contact-form {
  padding: 60px 0 80px;
}

.form-wrapper {
  max-width: 450px;
  margin: 0 auto;
}

.form-wrapper form {
  position: relative;
  max-width: 100%;
}

.form-wrapper .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -0.5em 1em;
}

.form-wrapper .fields.two-fields .field {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
  clear: both;
  margin: 0;
  width: 50%;
}

.form-wrapper .fields.two-fields .field input {
  text-align: center;
}

.form-wrapper .field {
  clear: both;
  margin: 0 0 1em;
}

.form-wrapper .field .buttons-wrapper {
  margin-top: 50px;
}

.form-wrapper .field .select-button {
  background: #fafafa;
  width: 100%;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 1.21428571em;
  padding: 0.67857143em 1em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: 0 0 0 0 transparent inset;
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  transition: color 0.1s ease, border-color 0.1s ease;
  font-size: 14px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #9b9b9b;
  display: block;
}

.form-wrapper .field .select-button.active {
  background-color: #765dc1;
  color: #fff;
}

.form-wrapper .field .select-button:hover {
  cursor: pointer;
}

.form-wrapper .field>label {
  display: block;
  margin: 0 0 0.28571429rem 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #707070;
  margin-bottom: 10px;
}

.form-wrapper .field select {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  min-width: 14em;
  min-height: 2.71428571em;
  background: #f7f7f5;
  display: inline-block;
  padding: 0.78571429em 2.1em 0.78571429em 1em;
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  width: 100%;
  font-size: 14px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #9b9b9b;
}

.form-wrapper .field input[type="date"],
.form-wrapper .field input[type="datetime-local"],
.form-wrapper .field input[type="email"],
.form-wrapper .field input[type="file"],
.form-wrapper .field input[type="number"],
.form-wrapper .field input[type="password"],
.form-wrapper .field input[type="search"],
.form-wrapper .field input[type="tel"],
.form-wrapper .field input[type="text"],
.form-wrapper .field input[type="time"],
.form-wrapper .field input[type="url"],
.form-wrapper .field select,
.form-wrapper .field input textarea {
  background: #f7f7f5;
  width: 100%;
  vertical-align: top;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 1.21428571em;
  padding: 0.67857143em 1em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: 0 0 0 0 transparent inset;
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  transition: color 0.1s ease, border-color 0.1s ease;
  font-size: 14px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #9b9b9b;
}

.form-wrapper .field input[type="date"].white-bg,
.form-wrapper .field input[type="datetime-local"].white-bg,
.form-wrapper .field input[type="email"].white-bg,
.form-wrapper .field input[type="file"].white-bg,
.form-wrapper .field input[type="number"].white-bg,
.form-wrapper .field input[type="password"].white-bg,
.form-wrapper .field input[type="search"].white-bg,
.form-wrapper .field input[type="tel"].white-bg,
.form-wrapper .field input[type="text"].white-bg,
.form-wrapper .field input[type="time"].white-bg,
.form-wrapper .field input[type="url"].white-bg,
.form-wrapper .field input textarea.white-bg {
  background: #fff;
}

.form-wrapper .field input[type="date"]:focus,
.form-wrapper .field input[type="datetime-local"]:focus,
.form-wrapper .field input[type="email"]:focus,
.form-wrapper .field input[type="file"]:focus,
.form-wrapper .field input[type="number"]:focus,
.form-wrapper .field input[type="password"]:focus,
.form-wrapper .field input[type="search"]:focus,
.form-wrapper .field input[type="tel"]:focus,
.form-wrapper .field input[type="text"]:focus,
.form-wrapper .field input[type="time"]:focus,
.form-wrapper .field input[type="url"]:focus {
  color: rgba(0, 0, 0, 0.95);
  border-color: #85b7d9;
  border-radius: 0.28571429rem;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
}

.header-devider {
  padding: 45px 0 30px;
  border-top: 2px solid #f7f7f5;
}

.header-devider .funciona-header p {
  font-size: 18px;
  color: #707070;
  font-weight: 400;
}

.cnae-table {
  padding: 32px 0 32px;
}

.contabilidade-table {
  padding: 60px 0 40px;
}

.contabilidade-table .table-wrapper {
  margin-bottom: 20px;
}

.contabilidade-table .buttons-wrapper {
  margin-top: 45px;
}

.contabilidade-table .buttons-wrapper.insert-table {
  margin-top: 30px;
  margin-bottom: 50px;
}

table.one-col tr th {
  padding: 7px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  background: #8B5EE0;
  text-transform: uppercase;
}

table.one-col tr td {
  text-align: center;
  border: 1px solid #ccc;
  padding: 18px 10px;
}

table.one-col tr td .price-table {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-align: center;
  color: #8B5EE0;
}

table.one-col tr td span {
  font-size: 12px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #9b9b9b;
}

table.one-col tr:nth-child(2) td {
  background: #f7f7f5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-align: center;
  color: #8B5EE0;
  text-transform: uppercase;
}

table.one-col.para-mei tr th {
  padding: 18px 5px;
}

table.one-col.para-mei tr td .price-table {
  text-transform: none;
  color: #666;
}

table.one-col.para-mei tr td span {
  text-transform: none;
  font-weight: 400;
}

table.one-col.servico-table tr:last-child td {
  background: #fff;
}

table.one-col.servico-table tr:last-child td .price-table {
  color: #666;
}

.simple-text-section {
  padding: 60px 0 50px;
  background: #f7f7f5;
}

.simple-text-section .funciona-header .sub-header {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #5871F2;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
}

.simple-text-section .buttons-wrapper {
  margin-top: 100px;
}

.simple-text-block .question-title {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #5871F2;
  margin-bottom: 12px;
}

.simple-text-block p {
  font-size: 18px;
  letter-spacing: -0.6px;
  text-align: left;
  color: #707070;
}

.simple-text-numerical-block .question-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.6px;
  text-align: left;
  color: #8B5EE0;
  margin-bottom: 30px;
  float: left;
  margin-right: 10px;
}

.simple-text-numerical-block p {
  font-size: 18px;
  letter-spacing: -0.6px;
  text-align: left;
  color: #707070;
  margin-bottom: 30px;
}

.simple-text-block:not(:last-child) {
  margin-bottom: 35px;
}

.JS--mobile-carousel.owl-carousel .owl-dots {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 0;
  text-align: center;
}

.JS--mobile-carousel.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background: #d9d9d8;
  border-radius: 50%;
}

.JS--mobile-carousel.owl-carousel .owl-dots .owl-dot.active {
  background: #8B5EE0;
}

.grey-bg {
  background: #f7f7f5 !important;
}

.white-bg {
  background: #ffffff !important;
}

.contabilidade-support {
  padding: 60px 0 104px;
}

.contabilidade-support .buttons-wrapper {
  margin-top: 70px;
}

.contabilidade-support .buttons-wrapper .btn {
  min-width: 233px;
}

.header-color-block.purple-bg {
  background: #8B5EE0;
  color: white;
}

.header-color-block h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
}

.header-color-block h2.new-h {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  color: #ffffff;
}

.header-color-block a {
  margin: 30px 0 0 0;
  border-color: #F1742F;
  background: #F1742F;
}

.header-color-block a:hover {
  border-color: #D46122;
  background: #D46122;
  color: #fff;
}

.ainda-com {
  padding: 60px 0;
}

.ainda-com .funciona-header p {
  font-size: 18px;
  color: #707070;
  font-weight: 400;
}

.por-que {
  padding: 60px 0 60px;
}

.por-que .funciona-content p {
  min-height: 84px;
}

.por-que .funciona-content .simple-content-wrapper {
  max-width: 70%;
  margin: 0 auto;
}

.por-que .funciona-content .simple-content-wrapper p {
  min-height: 104px;
}

.application-block {
  padding: 60px 0 20px;
}

.application-block .home-appbar {
  padding-top: 0;
}

.custom-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.custom-grid .column {
  padding: 15px;
}

.custom-grid.two-column .column {
  width: 50%;
  padding: 30px 15px;
}

.app-content .app-img img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}

.app-content .app-description {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}

.app-content .app-description.grey-header h3 {
  color: #4a4a4a;
}

.app-content .app-description h3 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.3px;
  text-align: center;
  color: #8B5EE0;
  margin: 30px 0;
}

.app-content .app-description p {
  font-size: 18px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #707070;
}

.quem-precisa {
  padding: 70px 0;
  background-color: #f7f7f5;
}

.quem-precisa .info-block {
  margin-top: 20px;
}

.quem-precisa .funciona-header {
  margin-bottom: 50px;
}

.simple-check-list ul li {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}

.info-block p {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.3px;
  text-align: left;
  color: #707070;
  line-height: 1.3;
}

.check-box-form .field .main-checkbox-label {
  margin: 20px 0 0;
}

.check-box-form .ui.checkbox {
  display: block;
  margin-bottom: 10px;
}

.check-box-form .ui.checkbox label {
  font-size: 14px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #707070;
}

.check-box-form .chackbox-wrapper {
  margin-bottom: 30px;
}

.curso-qipu {
  padding: 90px 0;
}

.curso-qipu .full-width-img.mobile-only {
  display: none;
}

.curso-qipu .funciona-header h2 {
  font-size: 40px;
  margin-bottom: 40px;
}

.curso-qipu .funciona-header p {
  max-width: 80%;
  margin: 0 auto;
}

.simple-bg-img {
  position: relative;
  height: 100%;
  width: 100%;
  background: url("/static/website/img/form-left-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

section {
  overflow: hidden !important;
  display: block;
}

section:after,
div:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}

.table-anexo-wrapper table tr td {
  width: 45%;
}

.table-anexo-wrapper table tr td:nth-child(2) {
  width: 10%;
}

.table-anexo-wrapper table tr td:last-child {
  width: 45%;
}

.table-das-wrapper table tr td:nth-child(1) {
  width: 40%;
  text-align: left;
}

.table-das-wrapper table tr td:nth-child(2) {
  width: 20%;
  text-align: center;
}

.table-das-wrapper table tr td:nth-child(3) {
  width: 20%;
  text-align: center;
}

.table-das-wrapper table tr td:nth-child(4) {
  width: 20%;
  text-align: center;
}

h1.new-h {
  max-width: 300px;
  line-height: 1.4;
}

h1.new-title {
  font-size: 40px;
  font-weight: 700;
  color: #342A69;
}

h2.new-icon {
  margin-bottom: 6px;
  font-size: 18px;
  color: #5871F2;
  font-weight: 600;
  text-align: center;
}

h3.new-icon {
  margin-bottom: 6px;
  font-size: 18px;
  color: #5871F2;
  font-weight: 700;
  text-align: center;
}

h2.new-title {
  font-size: 32px;
  line-height: 1.3;
  color: #342A69;
  font-weight: 700;
}

h3.new-title {
  font-size: 28px;
  line-height: 1.3;
  color: #5871F2;
  font-weight: 600;
}

h2.new-description {
  font-size: 19px;
  color: #707070;
  text-align: justify;
  font-weight: 360;
  line-height: 1.4em;
}

p.new-description {
  font-size: 18px;
  text-align: justify;
  line-height: 1.5;
}

h3.new-question {
  margin-bottom: 5px;
  font-size: 24px;
  color: #5871F2;
  font-weight: 600;
}

h2.new-title-white {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}

a.new-link {
  color: #8B5EE0;
}

h2.new-desc {
  font-size: 20px;
  color: #707070;
}

h2.new-desc-left {
  font-size: 18px;
  color: #707070;
  text-align: left;
  font-weight: 400;
  line-height: 23px;
}

.pro-sign {
  padding: 60px 0 40px;
}

.pro-sign-container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
}

.pro-sign .pro-sign-wrapper {
  margin: 20px auto;
  max-width: 450px;
  border-radius: 10px;
  border: 1px solid #e8e8e6;
  overflow: hidden;
  text-align: center;
}

.pro-sign .pro-sign-wrapper h3 {
  background-color: #4088da;
  padding: 10px 0;
  margin: 0 auto;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
}

.pro-sign-content {
  max-width: 403px;
  margin: 25px auto 0 auto;
  padding: 0 18%;
}

.pro-sign-price {
  color: #707070;
  line-height: 20px;
  margin-bottom: 10px;
}

.pro-sign-price strong {
  font-size: 34px;
  font-weight: 600;
}

.pro-sign-description {
  margin-bottom: 45px;
}

.pro-sign .pro-sign-description h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  background-color: transparent;
  color: #707070;
}

.pro-sign-description p {
  font-weight: 600;
  line-height: 20px;
  font-size: 18px;
}

.pro-sign-line {
  height: 1px;
  width: 100%;
  background-color: #e8e8e6;
  margin-bottom: 30px;
}

.pro-sign .pro-sign-list h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  background-color: transparent;
  color: #707070;
}

.pro-sign-list ul {
  list-style: none;
}

.pro-sign-list ul li {
  font-size: 14px;
  text-align: left;
  padding: 10px 0 0;
}

.pro-sign-list ul li span {
  margin-top: 5px;
  position: absolute;
  margin-left: -25px;
  padding: 2px 1px 1px 2px;
  border-radius: 50px;
  border: 1px solid #47b3c1;
  color: #47b3c1;
}

.pro-sign .buttons-wrapper {
  margin-top: 45px;
}

.pro-sign .button-app {
  width: 130px;
  background-color: #4088da;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  padding: 12px 15px;
  line-height: 12px;
  font-size: 14px;
  text-transform: none;
}

.pro-sign .button-app:hover {
  color: #4088da;
  border: 1px solid #4088da;
}

.pro-sign .pro-sign-wide-button {

  margin-bottom: 10px;
}

.pro-sign .buttons-wrapper.insert-table {
  margin-top: 30px;
  margin-bottom: 50px;
}

.pro-cities-list-header {
  padding: 50px 0;
  text-align: center;
  color: #666;
}

.pro-cities-list-header h2 {
  margin-bottom: 15px;
  font-weight: 100;
  font-family: "Raleway", sans-serif;
  font-size: 48px;
}

.pro-cities-list-header h2 strong {
  color: #8B5EE0;
}

.pro-cities-list-header h1 {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.pro-cities-list-header h1 strong {
  color: #8B5EE0;
}

.pro-cities-list-item a {
  display: block;
  width: 100%;
  padding: 5px 0;
  color: #999;
  font-size: 18px;
  cursor: pointer;
}

.pro-cities-list-item a:hover {
  color: #8B5EE0;
}

.pro-cities-list-item a:hover span {
  right: 55px;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.pro-cities-list-item a:hover i:before {
  left: 25px;
}

.pro-cities-list-item-content {
  position: relative;
  width: 90%;
  max-width: 1020px;
}

.pro-cities-list-item-content p {
  font-size: 14px;
  letter-spacing: -0.7px;
  text-align: left;
  color: #707070;
}

.pro-cities-list-item-content span {
  position: absolute;
  top: 50%;
  right: 40px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.pro-cities-list-item-content i {
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  width: 34px;
  height: 34px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  transform: rotateZ(90deg);
}

.pro-cities-list-item-content i:before,
.pro-cities-list-item-content i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pro-cities-list-item-content i:before {
  left: 53%;
  background-image: url("/static/website/img/sprite.png");
  background-position: -605px -388px;
  width: 7px;
  height: 9px;
}

.pro-cities-list-item-content i:after {
  left: 40%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-image: url("/static/website/img/sprite.png");
  background-position: -530px -287px;
  width: 7px;
  height: 9px;
}

.pro-cities-footer {
  display: block;
  padding: 40px 0 70px 0;
  text-align: center;
}

.pro-cities-footer-btn.btn:hover {
  background: transparent;
}

.pro-cities-list li::before {
  display: none !important;
}

.cities-list {
  float: left;
  width: 65%;
  padding: 0 10px;
  margin-bottom: 60px;
}

.lista-cidades {
  float: left;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 0px;
}

.campo-lista {
  display: flex;
  justify-content: center;
  width: 25%;
  align-items: center;
  padding: 20px 0;
  background-color: #342a69;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.campo-mei {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  padding: 20px 0;
  background-color: #342a69;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.campo-abertura {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

.campo-nfse {
  border-left: solid 1px #fff;
}

.campo-cidade {
  text-align: left !important;
}

.header-cidades {
  width: 100%;
  display: none;
  justify-content: space-evenly;
  position: fixed;
  padding-top: 13px;
  padding-right: 20px;
  margin-top: -2px;
  background: #fff;
}

.header-mei {
  width: 100%;
  display: none;
  justify-content: space-evenly;
  position: static;
  padding-top: 10px;
  padding-right: 20px;
  background: #fff;
}

.city-slot {
  width: 25%;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.city-slot-mei {
  width: 100%;
  display: flex;
  justify-content: center;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  position: fixed;
  padding-right: 20px;
  background: #fff;
}

.city-slot-mei p {
  background-color: #f2f3f4;
  padding: 10px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.cities-list-container {
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
  scroll-margin-top: 83px;
}

#template .anchor {
  scroll-margin-top: -14px;
}

.cities-list-header {
  background-color: #8B5EE0;
  margin-bottom: 32px;
  padding: 10px 0;
}

.cities-list-header {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
  margin: 10px 0;
}

.cities-list-item {
  padding: 2px 0px;
}

.cities-list-item p {
  font-size: 18px;

  text-align: center;
  color: #707070;
}

.cities-list-block {
  margin-top: 76px;
}

.cities-list-block .anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.cities-list-working {
  background-color: #f2f3f4;
  margin: 1px 0;
  display: flex;
}

.cities-list-working p {
  color: #8B5EE0;
}

.atende {
  font-size: 20px;
  color: #5bf303e3;
  padding: 5px 0;
}

.nao-atende {
  font-size: 20px;
  color: #ff00009e;
  padding: 5px 0;
}

.cities-form-side {

  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background-color: #342a69;
  padding: 12% 0 0 0;
}

.cities-form-side h2 {
  padding: 10px 20px;
  font-size: 24px;
  color: #ffffff;
}

.cities-form-side section .cleanslate #conversion-assinatura-newsletter-95748b9b78989f2f8b4d {
  background-color: #342a69 !important;
  height: 100% !important;
}

.cities-form-side .field #name,
.cities-form-side .field #email {
  font-size: 12px !important;
}

.cities-form-side #form-container-assinatura-newsletter-95748b9b78989f2f8b4d #conversion-assinatura-newsletter-95748b9b78989f2f8b4d #conversion-form-assinatura-newsletter-95748b9b78989f2f8b4d div.actions input.call_button {
  font-size: 20px !important;
  width: 100% !important;
  height: 40px !important;
  padding: 0 !important;
  line-height: 0;
  border-radius: 25px !important;
  background-color: #47b3c1 !important;
  color: #ffffff !important;
  border: 1px solid #47b3c1 !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cities-form-side #form-container-assinatura-newsletter-95748b9b78989f2f8b4d #conversion-assinatura-newsletter-95748b9b78989f2f8b4d #conversion-form-assinatura-newsletter-95748b9b78989f2f8b4d div.actions input.call_button:hover {
  background-color: #ffffff !important;
  color: #47b3c1 !important;
  border: 1px solid #47b3c1 !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.funcionalidades-art {
  width: 100%;
  max-width: 1190px;
  margin: 60px auto 75px auto;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
}

.td-servico {
  width: 60%;
}

.td-valor {
  width: 40%;
}

.funcionalidades-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.funcionalidades-table th {
  background: #f5f5f5;
}

.funcionalidades-table td,
.funcionalidades-table th {
  height: auto;
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 15px;
  empty-cells: show;
  text-align: left;
}

.funcionalidades-table td.default {
  display: table-cell;
}

.funcionalidades-table .bg-purple {
  font-size: 18px;
  border-top: 3px solid #342a69;
  font-weight: bold;
}

.funcionalidades-table .bg-blue {
  font-size: 18px;
  color: #8899a6;
  border-top: 3px solid #47b3c1;
}

.funcionalidades-table .sep {
  background: #8B5EE0;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.funcionalidades-table .txt-l {
  font-size: 28px;
  font-weight: bold;
}

.funcionalidades-table .txt-md {
  font-size: 22px;
}

.funcionalidades-table .txt-top {
  top: -9px;
  left: -2px;
}

.funcionalidades-table .txt-top .txt-mensal {
  top: -9px;
  left: -2px;
}

.funcionalidades-table .tick {
  font-size: 18px;
  color: #3cb371;
  vertical-align: middle;
  position: relative;
}

.funcionalidades-table .hide {
  border: 0 !important;
  background: none !important;
}

.hidden {
  display: none;
}

.wpp-p {
  font-family: "Raleway", sans-serif;
  font-size: 18px !important;
  color: #333;
}

.wpp-a {
  display: flex;
  justify-content: center;
}

.button-wpp {
  background-color: #F26B21;
  color: white;
  font-weight: bold;
  padding: 8px 35px;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 10px;
}

.materiais-grid {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1100px;
}

.materiais-header {
  padding: 0 0 35px 0;

}

.materiais-header p {
  font-size: 18px;
}

.materiais-header h1 {
  margin-bottom: 25px;
  font-size: 40px;
  color: #342A69;
  font-weight: 700;
}

.materiais-card-bg {
  background-color: #f7f7f5 !important;
}

.materiais-card-bg:hover .materiais-grid-item-excerpt .button-app {
  color: #D46122;
  border: 1px solid #D46122;
  background-color: #ffffff;
}

.materiais-grid-item-header {
  padding: 25px 10px 0px 10px;
  text-align: center;
}

.materiais-grid-item-header h2 {
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.3em;
  font-size: 22px;
  color: #8B5EE0;
}

.materiais-grid-item-excerpt {
  text-align: center;
  font-size: 18px;
  padding: 20px 10px 10px 10px;
  color: #8899a6;
}

.materiais-grid-item-excerpt .button-app {

  background-color: #F1742F;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

div,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
}

p {
  line-height: 1.5em;
}

.clear {
  clear: both;
  height: 0;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Roboto";
  src: url("/static/website/fonts/Roboto.eot?#iefix") format("embedded-opentype"),
    url("/static/website/fonts/Roboto.woff") format("woff"),
    url("/static/website/fonts/Roboto.ttf") format("truetype"),
    url("/static/website/fonts/Roboto.svg#Roboto") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("/static/website/fonts/Roboto.eot?#iefix") format("embedded-opentype"),
    url("/static/website/fonts/Roboto.woff") format("woff"),
    url("/static/website/fonts/Roboto.ttf") format("truetype"),
    url("/static/website/fonts/Roboto.svg#Roboto") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  padding-top: 100px;
  font-size: 18px;
  line-height: 1.5;
  color: #707070;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Raleway", sans-serif;
}

.body-mask {
  display: none;
}

a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

button {
  background-color: #F1742F;
  border: 0;
  outline: none;
  cursor: pointer;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.wrapper-cols {
  padding: 15px 0;
}

.wrapper-col {
  float: left;
  width: 56%;
  margin-bottom: 0px;
}

.wrapper-col--sidebar {
  width: 28%;
  margin-left: 7%;
}

.banner_hinode_mobile {
  display: none;
}

.banner_hinode_desktop {
  display: display;
}

.meu-contador-header {
  margin-bottom: 40px;
}

.meu-contador-header h2 {
  margin-bottom: 0;
  font-size: 30px;
  color: #8B5EE0;
  font-weight: 300;
}

.meu-contador-header p {
  font-size: 18px;
}

.meu-contador-header p span {
  color: #8B5EE0;
}

.meu-contador-saiba-mais-header {
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.meu-contador-tipos {
  width: 100%;
  margin: 0 auto;
  display: inline-table;
}

.meu-contador-tipo {
  float: left;
  padding: 34px;
  margin: 10px;
  border: 1px solid #d4d9dd;
  height: 380px;
  width: 370px;
}

.meu-contador-tipo h3 {
  color: #8B5EE0 !important;
  font-size: 38px !important;
  text-align: center !important;
  font-weight: 100 !important;
  margin-bottom: 24px !important;
}

.meu-contador-tipo-descricao {
  font-size: 15px;
  text-align: center;
}

.meu-contador-tipo-preco {
  font-size: 38px;
  text-align: center;
}

.meu-contador-tipo-preco span {
  font-size: 18px;
}

.meu-contador-saiba-mais {
  display: block;
  width: 90%;
  background-color: #8B5EE0 !important;
  margin: 0 auto;
  border-radius: 27px;
  text-align: center;
  padding: 12px;
  color: #fff !important;
  font-size: 18px !important;
}

h2.new-title-beneficios {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
  color: #342A69;
  font-weight: 700;
  text-align: left;
  margin-top: 8px;
}

h2.new-name-beneficios {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-align: left;
  color: #8B5EE0;
  margin-bottom: 2px;
}

h2.question-beneficios {
  margin-bottom: 5px;
  font-size: 18px;
  color: #8B5EE0;
  font-weight: 400;
}

a.beneficios-link {
  color: #8899a6;
}

ul.anexos-das {
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 32px;
}

ul.anexos-listas {
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 32px;
}

li.anexos-linhas {
  margin: 18px 20px;
  list-style: disc;
}

p.anexos-paragrafo {
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 400;
}

h2.fhox {
  font-size: 32px;
  color: #999;
  letter-spacing: -1, 43;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.bar {
  padding: 15px;
  font-size: 80%;
}

.bar a {
  color: #707070;
}

.bar a:hover {
  text-decoration: underline;
}

.bar i {
  margin: 0 5px;
  color: #d4d9dd;
}

.bar-breadcrumb {
  float: left;
  width: 100%;
  padding-left: 2px;
}

.bar-breadcrumb h1 {
  padding-left: 8px;
}

.featured-page {
  position: relative;
  width: 100%;
  height: 420px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #574690;
}

.featured-page--simples {
  background-image: url("/static/website/img/contabilidade-online-simples.jpg");
}

.featured-page--abertura-empresas {
  background-image: url("/static/website/img/abertura-de-empresa.jpg");
}

.featured-page--mei {
  background-image: url("/static/website/img/destaque-mei.jpg");
}

.featured-page--lucro {
  background-image: url("/static/website/img/destaque-lucro-real.jpg");
}

.featured-page-content,
.featured-page-register {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.featured-page-content {
  left: 90px;
  max-width: 60%;
}

.featured-page-content-wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.featured-page-content h1 {
  margin-bottom: 30px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
}

.featured-page-content h1 span {
  display: inline-block;
  vertical-align: middle;
  color: #8B5EE0;
  font-size: 20px;
}

.featured-page-content p {
  margin-bottom: 30px;
  max-width: 490px;
}

.featured-page-content p:last-child {
  margin-bottom: 0;
}

.featured-page-content a {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.featured-page-content a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.featured-page-register {
  right: 0;
  width: 34%;
  padding: 0 65px;
  font-size: 12px;
}

.featured-page-register p {
  max-width: 240px;
  margin-bottom: 20px;
}

.featured-page-register p:first-child {
  font-weight: 700;
  text-transform: uppercase;
}

.featured-page-register span {
  margin: 0 5px;
  color: #776aa7;
}

.featured-page-register strong {
  color: #ffa500;
}

.featured-page-register-form {
  font-size: 0;
}

.featured-page-register-form input {
  border: 0;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
  outline: none;
}

.featured-page-register-form input[type="email"] {
  border: 0;
  width: 232px;
  height: 60px;
  padding: 0 30px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #666;
  border-radius: 5px 0 0 5px;
}

.featured-page-register-form input[type="submit"] {
  width: 120px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #fff;
  background: #8B5EE0;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-page-register-form input[type="submit"]:hover {
  background: #574690;
}

.featured {
  position: relative;
  width: 100%;
  margin-top: 75px;
  min-height: 750px;
  background: url("/static/website/img/featured-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #574690;
}

.featured-col {
  position: absolute;
  top: 0;
  left: 0;
  width: 66%;
  height: 100%;
}

.featured-col:last-child {
  left: auto;
  right: 0;
  width: 34%;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.featured-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-bottom: 35px;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.featured-header {
  margin-bottom: 60px;
}

.featured-header h1 {
  font-size: 18px;
}

.featured-header-logo {
  display: block;
  width: 184px;
  height: auto;
  margin: 0 auto 30px auto;
}

.featured-register {
  margin-bottom: 45px;
}

.featured-register h2 {
  margin-bottom: 10px;
  font-size: 23px;
}

.featured-register a {
  color: #fff;
  font-size: 13px;
  border-bottom: 1px solid #fff;
}

.featured-register a:hover {
  color: #fff;
  border-color: #fff;
}

.featured-register-form {
  margin: 20px 0;
  font-size: 0;
}

.featured-register-form input {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  width: 300px;
  height: 62px;
  line-height: 62px;
  border: 1px solid #d2cad1;
}

.featured-register-form input[type="text"] {
  padding: 0 30px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #666;
  border-radius: 5px 0 0 5px;
}

.featured-register-form input[type="text"]::-webkit-input-placeholder {
  color: #666;
}

.featured-register-form input[type="text"]::-moz-placeholder {
  color: #666;
}

.featured-register-form input[type="text"]:-ms-input-placeholder {
  color: #666;
}

.featured-register-form input[type="text"]:-moz-placeholder {
  color: #666;
}

.featured-register-form input[type="submit"] {
  width: 125px;
  height: 62px;
  line-height: 62px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #fff;
  background: #8B5EE0;
  border-color: #8B5EE0;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-register-form input[type="submit"]:hover {
  background: #574690;
  border-color: #574690;
}

.featured-app--fixed {
  display: none;
  z-index: 99;
  text-align: center;
  color: #fff;
}

.featured-app-btns {
  position: relative;
  width: 370px;
  height: 64px;
  margin: 20px auto 60px auto;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 64px;
  font-size: 14px;
}

.featured-app-btns:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 64px;
}

.featured-app-btns:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  border-left: 2px dotted rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featured-app__btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.featured-app__btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.featured-app__btn span {
  margin-left: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-app__btn--gplay {
  margin-right: 55px;
}

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

.featured-app__btn--apple:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -587px -232px;
  width: 24px;
  height: 29px;
}

.featured-more__btn {
  display: block;
  width: 192px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  background: #8B5EE0;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 60px;
}

.featured-more__btn:hover {
  background: #574690;
}

.featured-goto__btn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-image: url("/static/website/img/sprite.png");
  background-position: -484px -393px;
  width: 14px;
  height: 8px;
  overflow: hidden;
  text-indent: -9999em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.featured-box {
  position: relative;
  width: 100%;
  height: 33%;
}

.featured-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #8B5EE0;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-box:nth-child(1) {
  background: #8B5EE0;
}

.featured-box:nth-child(2) {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  background: #6a55b0;
}

.featured-box:nth-child(3) {
  background: #564590;
}

.featured-box:hover:before {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.featured-box>a {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.featured-box--simples:hover>a {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.featured-box--simples:hover .featured-box-wrapper--normal {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.featured-box--simples:hover .featured-box-wrapper--hover {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.featured-box--simples .featured-box-wrapper {
  top: 30%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.featured-box-btns {
  width: 100%;
  font-size: 0;
  margin: 20px 0 0 -5px;
}

.featured-box-btns__btn {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.featured-box-btns__btn:first-child {
  border-right-width: 1px;
  border-radius: 60px 0 0 60px;
}

.featured-box-btns__btn:last-child {
  border-left-width: 1px;
  border-radius: 0 60px 60px 0;
}

.featured-box-btns__btn:hover {
  background: #574690;
  border-color: #574690;
}

.featured-box-wrapper {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  padding: 0 90px 0 50px;
  color: #fff;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-box-wrapper--hover {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.featured-box--normal h2 {
  margin-bottom: 10px;
}

.featured-box--normal h2:first-child {
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  color: #fff;
}

.featured-box--company h2 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.featured-box--company .featured-box-arrow {
  height: 100%;
  border-top: 0;
}

.featured-box-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.featured-box-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("/static/website/img/sprite.png");
  background-position: -113px -117px;
  width: 11px;
  height: 17px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer {
  position: relative;
  line-height: 1;
}

.footer-2 {
  background-color: #364594;
  color: #fff;
  padding: 50px 50px 50px 20px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}

.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;
}

.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", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.footer-1 .footer-col a {
  font-family: "Raleway", sans-serif;
  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: alpha(opacity=55);
}

.footer-social__btn:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

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

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

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

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

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

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

.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("/static/website/img/sprite.png");
  background-position: -565px -444px;
  width: 22px;
  height: 24px;
}

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

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

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

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

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

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

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

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

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

.col-mural {
  margin-top: -40px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  font-size: 0;
  z-index: 999;
  background: #8B5EE0;
}

.header-logo {
  position: relative;
  width: 12%;
  height: 100%;
  float: left;
  z-index: 4;
  border-right: 2px solid #735cbe;
}

.header-logo a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-logo img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.header-nav {
  float: left;
  width: 78%;
  height: 90px;
}

.header-nav-list {
  float: left;
}

.header-nav-list--mobile {
  display: none;
}

.header-nav-list--category {
  width: 15%;
  min-width: 100px;
  border-right: 2px solid #735cbe;
}

.header-nav-list--category .header-nav__btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
}

.header-nav-list--category .header-nav-list-single .header-nav__btn:after {
  display: none;
}

.header-nav-list--category .header-nav-list .header-nav__btn:after {
  display: none;
}

.header-nav-list--category>.header-nav-list-item:hover>.header-nav__btn {
  background: #705ab9;
}

.header-nav-list--main {
  padding-left: 15px;
}

.header-nav-list--main .header-nav-list-item {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
}

.header-nav-list-item {
  position: relative;
  text-align: center;
}

.header-nav-list-item:hover .header-nav-list {
  display: block;
}

.header-nav-list-item .header-nav-list {
  display: none;
  float: none;
  width: 100%;
}

.header-nav-list-item .header-nav-list .header-nav__btn {
  background: #705ab9;
}

.header-nav-list-item .header-nav-list .header-nav__btn:hover {
  background: #8B5EE0;
}

.new-header-nav-list--main {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

.new-header-nav-list--main .blog-link {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.new-header-nav-list--main .app-download {
  display: flex;
  align-items: center;
  margin-left: 0;
}

.new-header-access-app {
  display: flex;
  align-items: center;
}

@media (min-width: 767.8px) and (max-width: 1023px) {
  .new-header-nav-list--main .blog-link {
    display: none;
  }

  .new-header-nav-list--main .app-download {
    margin-left: 24px;
  }
}

.dropdown-servicos.active>.new-header-nav__btn {
  background: #8B5EE0;
}

.dropdown-menu-servicos {
  display: none;
  position: absolute;
  left: 0;
  text-align: left;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  list-style: none;
  padding: 10px 0;
  min-width: 220px;
  z-index: 999;
}

.dropdown-menu-servicos.show {
  display: block;
}

.dropdown-menu-servicos li {
  width: 100%;
}

.dropdown-menu-servicos li a {
  display: block;
  padding: 10px 20px;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease;
  text-align: left;
  font-weight: bold;
}

.dropdown-menu-servicos li a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #333 !important;
}

.nav-planos-precos {
  background: #8B5EE0;
  color: #fff;
  padding: 8px;
  margin: 0px 8px;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
}

.nav-planos-precos a:hover {
  background: #6b44b4;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .new-header-nav-list--main {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .new-header-nav-list--main .blog-link,
  .new-header-nav-list--main .app-download {
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
  }

  .new-header-access-app {
    margin: 12px 0 0;
  }

  .nav-planos-precos {
    padding: 10px 0;
    height: auto;
    color: #8B5EE0;
    line-height: 16px;
    text-align: left;
    background: white;
    margin: 0px;
    font-weight: bold;
  }

  .dropdown-menu-servicos {
    display: none;
    position: static;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-top: 4px;
  }

  .dropdown-menu-servicos.expand {
    display: block;
  }

  .dropdown-menu-servicos li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    margin: 4px 0;
    font-size: 11px;
  }

  .dropdown-menu-servicos li a:hover {
    background: rgba(255, 255, 255, 0.15);
  }

  .dropdown-servicos.active>.new-header-nav__btn {
    color: #F26B21 !important;
  }
}

.header-nav__btn {
  display: block;
  height: 90px;
  line-height: 90px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.header-nav__btn span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  color: #ad95f3;
}

.header-btn {
  float: left;
  width: 10%;
  height: 90px;
  text-align: center;
  line-height: 90px;
  font-size: 14px;
  color: #fff;
}

.header-btn span {
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

.header-btn--registered {
  background: #7860c6;
}

.header-btn--register {
  background: #574690;
}

.header-toggle-btn {
  display: none;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 22px;
  z-index: 4;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-toggle-btn i {
  display: block;
  width: 6px;
  height: 5px;
  margin: 0 auto 3px auto;
  background: #574690;
  border-radius: 50%;
}

.header-toggle-btn i:last-child {
  margin-bottom: 0;
}

.header-nav-list-item-mobile-only {
  display: none !important;
}

.accounting-featured {
  position: relative;
  min-height: 760px;
  background: url("/static/website/img/contabilidade-featured.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
  background-color: #574690;
}

.accounting-featured h1 {
  margin: 0 0 30px 0;
  font-weight: 100;
  font-size: 60px;
}

.accounting-featured p {
  max-width: 580px;
  line-height: 2.2em;
  margin-bottom: 20px;
}

.accounting-featured p strong {
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  background: #ffa500;
  border-radius: 5px;
}

.accounting-featured p:nth-child(3) {
  margin-bottom: 20px;
}

.accounting-featured-wrapper {
  width: 90%;
  max-width: 1100px;
  position: absolute;
  top: 280px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.accounting-featured-wrapper p:first-child {
  font-size: 0;
}

.accounting-featured-back__btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.accounting-featured-back__btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url("/static/website/img/sprite.png");
  background-position: -605px -159px;
  width: 6px;
  height: 11px;
}

.accounting-featured-back__btn:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.accounting-featured-items {
  margin-bottom: 20px;
}

.accounting-featured-items h2 {
  max-width: 550px;
  margin-bottom: 10px;
  font-size: 14px;
}

.accounting-featured-items h2 i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.accounting-featured-items h2 i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("/static/website/img/sprite.png");
  background-position: -516px -393px;
  width: 11px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.accounting-featured-price {
  font-size: 60px;
  font-weight: 100;
  color: #fff;
  margin-bottom: 10px;
}

.accounting-featured-price span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.accounting-featured-price i {
  display: none;
}

.accounting-featured-form {
  position: relative;
  width: 100%;
  font-size: 0;
}

.accounting-featured-form .accounting-featured-do-the-test {
  font-size: 18px;
  text-align: left;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: 400;
}

.accounting-featured-form a {
  display: inline-block;
  background-color: #574392;
  border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.accounting-featured-form .second {
  margin-left: 10px;
}

.accounting-featured-form-lead {
  position: relative;
  display: inline-block;
  width: 366px;
  max-width: 100%;
  height: 65px;
  padding: 0 30px;
  line-height: 65px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #fff;
  background: #8B5EE0;
  border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.accounting-mei-featured-form {
  position: relative;
  width: 366px;
  font-size: 0;
}

.accounting-mei-featured-form button {
  display: block;
  width: 366px;
  height: 65px;
  padding: 0 30px;
  line-height: 65px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #fff;
  background: #8B5EE0;
  border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.accounting-mei-featured-form button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-image: url("/static/website/img/sprite.png");
  background-position: -605px -146px;
  width: 7px;
  height: 11px;
}

.accounting-mei-featured-form button:hover {
  background: #574690;
}

.accounting-header {
  padding: 55px 0 75px 0;
  text-align: center;
}

.accounting-header h2 {
  margin-bottom: 15px;
  font-weight: 100;
  font-size: 48px;
  color: #8B5EE0;
}

.accounting-content {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.accounting-content>p {
  font-weight: 300;
  font-size: 24px;
  color: #666;
}

.accounting-content-list {
  margin: 50px 0;
  font-size: 0;
}

.accounting-content-list--0 .accounting-content-list-item {
  width: 65%;
  margin-bottom: 55px;
}

.accounting-content-list--0 .accounting-content-list-item:nth-child(2n + 2) {
  width: 35%;
}

.accounting-content-list--0 .accounting-content-list-item p {
  max-width: 385px;
}

.accounting-content-list--1 .accounting-content-list-item {
  width: 30%;
  margin-bottom: 55px;
}

.accounting-content-list--1 .accounting-content-list-item:nth-child(3n + 2) {
  margin-left: 8%;
  margin-right: 2%;
}

.accounting-content-list--1 .accounting-content-list-item p {
  max-width: 80%;
}

.accounting-content-list-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #999;
}

.accounting-content-list-item strong {
  color: #8B5EE0;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.accounting-mei-conditions {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.accounting-mei-conditions li {
  margin-top: 15px;
  margin-left: 18px;
  list-style: circle;
}

.account-content-list-item-icon {
  display: block;
  margin-bottom: 30px;
}

.account-content-list-item-icon--das-2 {
  background-image: url("/static/website/img/sprite.png");
  background-position: 0 -412px;
  width: 81px;
  height: 83px;
}

.account-content-list-item-icon--calendar {
  background-image: url("/static/website/img/sprite.png");
  background-position: -260px -301px;
  width: 91px;
  height: 75px;
}

.account-content-list-item-icon--nfse {
  background-image: url("/static/website/img/sprite.png");
  background-position: -540px 0;
  width: 74px;
  height: 83px;
}

.account-content-list-item-icon--talk {
  background-image: url("/static/website/img/sprite.png");
  background-position: -247px -412px;
  width: 79px;
  height: 82px;
}

.account-content-list-item-icon--peoples {
  background-image: url("/static/website/img/sprite.png");
  background-position: -128px -105px;
  width: 104px;
  height: 102px;
}

.account-content-list-item-icon--economy {
  background-image: url("/static/website/img/sprite.png");
  background-position: -83px -301px;
  width: 79px;
  height: 102px;
}

.account-content-list-item-icon--mobileqipu {
  background-image: url("/static/website/img/sprite.png");
  background-position: -447px -87px;
  width: 72px;
  height: 107px;
}

.account-content-list-item-icon--money-2 {
  background-image: url("/static/website/img/sprite.png");
  background-position: -339px -96px;
  width: 94px;
  height: 103px;
}

.account-content-list-item-icon--config {
  background-image: url("/static/website/img/sprite.png");
  background-position: -447px -287px;
  width: 81px;
  height: 89px;
}

.account-content-list-item-icon--people {
  background-image: url("/static/website/img/sprite.png");
  background-position: -128px 0;
  width: 110px;
  height: 103px;
}

.account-sliders-mobile {
  display: none;
  padding-bottom: 50px;
}

.account-sliders-mobile .owl-nav {
  display: none;
}

.account-sliders-mobile .owl-dots {
  font-size: 0;
  padding: 0 30px;
}

.account-sliders-mobile .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background: #dcdcdb;
  border-radius: 50%;
}

.account-sliders-mobile .owl-dot.active {
  background: #8B5EE0;
}

.account-sliders-mobile--gray {
  background: #f5f5f3;
}

.iframe-container {
  height: 450px;
  max-width: 370px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.4),
    0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1),
    0 18px 23px rgba(0, 0, 0, 0.1);
}

.iframe-container iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.account-sliders-mobile-item {
  padding: 55px 40px 25px 30px;
  font-size: 15px;
  color: #999;
}

.account-sliders-mobile-item p:first-child {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.account-sliders-mobile-item p:first-child span {
  position: relative;
  padding-left: 12px;
  margin-left: 10px;
}

.account-sliders-mobile-item p:first-child span:before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #e4e4e4;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.account-sliders-mobile-item strong {
  font-weight: 700;
  color: #8B5EE0;
}

.account-sliders-mobile-item h4 {
  margin: 30px 0 15px 0;
  font-size: 30px;
  font-weight: 300;
  color: #999;
}

.account-sliders-mobile-item ul {
  margin-top: 30px;
}

.account-sliders-mobile-item li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px dotted #f0f0f0;
}

.account-sliders-mobile-item li i,
.account-sliders-mobile-item li span {
  position: absolute;
  top: 50%;
  right: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.account-sliders-mobile-item li i {
  background-image: url("/static/website/img/sprite.png");
  background-position: -469px -393px;
  width: 13px;
  height: 10px;
}

.activities-header {
  padding: 45px 0 15px 0;
  border-bottom: 1px solid #d4d9dd;
}

.activities-header h2 {
  margin-bottom: 25px;
  font-size: 38px;
  color: #8B5EE0;
  font-weight: 300;
}

.activities-header h1 {
  margin-bottom: 25px;
  font-size: 38px;
  color: #8B5EE0;
  font-weight: 300;
}

.activities-filter {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}

.activities-filter__btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #8899a6;
  text-transform: uppercase;
  border-radius: 50%;
}

.activities-filter__btn:hover,
.activities-filter__btn.active {
  background: #8B5EE0;
  color: #fff;
}

.activities-wrapper {
  padding-bottom: 50px;
}

.activities-box {
  padding: 25px 0;
}

.activities-box-title {
  margin-bottom: 10px;
  font-size: 30px;
  color: #5871F2;
  font-weight: 700;
}

.activities-box-item {
  position: relative;
  border: 1px solid #d4d9dd;
  margin-bottom: 5px;
}

.activities-box-item.active:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -561px -433px;
  width: 16px;
  height: 9px;
}

.activities-box-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 22px;
  background-image: url("/static/website/img/sprite.png");
  background-position: -579px -433px;
  width: 16px;
  height: 9px;
}

.activities-box-item h3 {
  font-size: 18px;
}

.activities-box-item h3 a {
  display: block;
  padding: 10px 25px;
  color: #5871F2;
  font-weight: 600;
}

.activities-box-item-wrapper {
  display: none;
  padding: 25px;
  background: #f9f9f9;
  font-size: 0;
}

.activities-box-item-figure,
.activities-box-item-content {
  display: inline-block;
  vertical-align: top;
}

.activities-box-item-figure {
  width: 20%;
}

.activities-box-item-content {
  width: 78%;
  margin-left: 2%;
  font-size: 16px;
}

.activities-box-item-content h4 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #8B5EE0;
}

.activities-box-item-content p {
  margin-bottom: 10px;
}

.activities-box-item-content li {
  margin-bottom: 5px;
}

.activities-box-item-content a {
  font-size: 16px;
  color: #8B5EE0;
}

.limit-grid {
  width: 90%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  display: inline-block;
  padding: 0 30px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn:hover {
  background: #fff;
  color: #666;
}

.btn--purple {
  border-color: #8B5EE0;
  color: #8B5EE0;
}

.btn--purple:hover {
  background: #8B5EE0;
  color: #fff;
}

.gotop-btn {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 70px;
  height: 70px;
  background: rgba(52, 42, 75, 0.7);
  border: 0;
  overflow: hidden;
  text-indent: -9999em;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.gotop-btn.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.gotop-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("/static/website/img/sprite.png");
  background-position: -469px -378px;
  width: 21px;
  height: 13px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gotop-btn:hover {
  background: rgba(52, 42, 75, 0.8);
}

.gotop-btn:hover:before {
  top: 46%;
}

.bar-search {
  position: relative;
  float: right;
  display: block;
  width: 275px;
  height: 40px;
  border: 1px solid #d4d9dd;
  border-radius: 40px;
}

.bar-search input[type="text"] {
  border: 0;
  width: 280px;
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
  outline: none;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #666;
  background: transparent;
}

.bar-search input[type="submit"] {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  background-color: transparent;
  outline: none;
  border: 0;
  background-image: url("/static/website/img/sprite.png");
  background-position: -540px -471px;
  width: 21px;
  height: 21px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  text-indent: -9999em;
  cursor: pointer;
}

.post-featured {
  position: relative;
}

.post-featured,
.post-featured-item {
  height: 250px;
}

.post-featured-item {
  position: relative;
}

.post-featured-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.post-featured-item-bg:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/static/website/img/pattern-featured.png") repeat;
}

.post-featured-item-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 720px;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.post-featured-item-wrapper h1 {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 300;
}

.post-featured-item-wrapper a {
  display: block;
  width: 170px;
}

.featured-app--fixed {
  display: none;
  z-index: 99;
  text-align: center;
  color: #fff;
}

.featured-app-btns {
  position: relative;
  width: 370px;
  height: 64px;
  margin: 20px auto 60px auto;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 64px;
}

.featured-app-btns:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 64px;
}

.featured-app-btns:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  border-left: 2px dotted rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featured-app__btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.featured-app__btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.featured-app__btn span {
  margin-left: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-app__btn--gplay {
  margin-right: 55px;
}

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

.featured-app__btn--apple:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -587px -232px;
  width: 24px;
  height: 29px;
}

.leia-mais {
  border-left: solid 5px #3957f5;
  padding: 5px 5px 5px 15px;
  background: #fafafa;
  margin: 50px 0 !important;
  color: #8394a7;
}

.posts-grid {
  padding: 35px 0 70px 0;
  background: #f5f5f5;
}

.posts-grid-wrapper {
  font-size: 0;
  text-align: left;
}

.posts-grid-item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-bottom: 20px;
}

.posts-grid-item:nth-child(3n + 2) {
  margin-left: 2%;
  margin-right: 2%;
}

.posts-grid-item>a {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}

.posts-grid-item>a:hover .posts-grid-item-more__btn {
  background: #8B5EE0;
  color: #fff;
}

.posts-grid-item-figure {
  width: 100%;
}

.posts-grid-item-figure img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.posts-grid-item-header {
  padding: 30px 30px 20px 30px;
  text-align: left;
}

.posts-grid-item-header h2 {
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.3em;
  font-size: 22px;
  color: #8B5EE0;
}

.posts-grid-item-header h3 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 300;
  font-size: 14px;
  color: #8899a6;
}

.posts-grid-item-excerpt {
  text-align: left;
  font-size: 16px;
  padding: 0 30px;
  color: #8899a6;
}

.posts-grid-item-more__btn {
  margin-top: 30px;
  display: block;
  width: 100%;
  padding: 0;
}

.posts-grid-more__btn {
  display: block;
  width: 248px;
  margin-top: 70px;
}

.posts-list-item {
  margin-bottom: 65px;
}

.posts-list-item-figure a {
  display: block;
}

.posts-list-item-figure .img {
  height: 350px;
  background-position: center !important;
  background-size: cover !important;
}

.posts-list-item-figure img {
  display: block;
  width: 100%;
}

.posts-list-item-header {
  margin: 0 0 25px 0;
}

.posts-list-item-header a {
  color: #8B5EE0;
}

.posts-list-item-header h2 {
  font-weight: 300;
  font-size: 38px;
}

.posts-list-item-bar {
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 0;
  border-bottom: 1px solid #d4d9dd;
}

.posts-list-item-bar-author,
.posts-list-item-bar-date,
.posts-list-item-bar-tags,
.posts-list-item-bar-comments {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 12px;
}

.posts-list-item-bar-author:before,
.posts-list-item-bar-date:before,
.posts-list-item-bar-tags:before,
.posts-list-item-bar-comments:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}

.posts-list-item-bar-author a,
.posts-list-item-bar-date a,
.posts-list-item-bar-tags a,
.posts-list-item-bar-comments a {
  color: #8899a6;
}

.posts-list-item-bar-author:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -113px -184px;
  width: 11px;
  height: 12px;
}

.posts-list-item-bar-date:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -113px -170px;
  width: 12px;
  height: 12px;
}

.posts-list-item-bar-tags:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -528px -378px;
  width: 10px;
  height: 10px;
}

.posts-list-item-bar-tags h3 {
  display: inline-block;
  vertical-align: middle;
}

.posts-list-item-bar-comments:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -318px -239px;
  width: 15px;
  height: 11px;
}

.posts-list-item-excerpt__btn {
  text-transform: uppercase;
  font-weight: 700;
  color: #8B5EE0;
  border-bottom: 2px solid transparent;
}

.posts-list-item-excerpt__btn:hover {
  border-color: #8B5EE0;
}

.posts-pagination {
  width: 56%;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  clear: both;
  text-align: center;
  font-size: 0;
}

.posts-pagination ul,
.posts-pagination p {
  display: inline-block;
  vertical-align: middle;
}

.posts-pagination li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  color: #8899a6;
}

.posts-pagination p {
  margin-left: 45px;
  font-size: 18px;
  color: #8899a6;
}

.posts-pagination-btn {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  color: #8899a6;
}

.posts-pagination-btn:hover {
  color: #8B5EE0;
}

.posts-pagination-btn.active {
  background: #8B5EE0;
  color: #fff;
}

.posts-pagination-nav-btn {
  display: block;
  margin-left: 20px;
  overflow: hidden;
  text-indent: -9999em;
}

.posts-pagination-nav-btn--next {
  background-image: url("/static/website/img/sprite.png");
  background-position: -605px -104px;
  width: 7px;
  height: 13px;
}

.posts-pagination-nav-btn--next-last {
  background-image: url("/static/website/img/sprite.png");
  background-position: -113px -155px;
  width: 12px;
  height: 13px;
}

.sidebar h3 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
  color: #8B5EE0;
}

.sidebar-web {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: 210px;
  background: url("/static/website/img/sidebar-web-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.sidebar-web a {
  display: block;
  width: 100%;
  height: 100%;
}

.sidebar-web a:hover .sidebar-web__btn {
  color: #8B5EE0;
  background: #fff;
}

.sidebar-web-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-web-wrapper:before {
  content: "";
  display: block;
  background-image: url("/static/website/img/sprite.png");
  background-position: -540px -182px;
  width: 56px;
  height: 48px;
  margin: 0 auto 20px auto;
}

.sidebar-web-wrapper p {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.sidebar-web__btn {
  margin-top: 20px;
  display: block;
  width: 100%;
}

.sidebar-app {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: 210px;
  background: url("/static/website/img/sidebar-app-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.sidebar-app-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-app-wrapper:before {
  content: "";
  display: block;
  background-image: url("/static/website/img/sprite.png");
  background-position: -596px -266px;
  width: 18px;
  height: 34px;
  margin: 0 auto 10px auto;
}

.sidebar-app-wrapper p {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.sidebar-app__btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 118px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.sidebar-app__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sidebar-app__btn--apple:after {
  background-image: url("/static/website/img/sprite.png");
  background-position: -438px -412px;
  width: 100px;
  height: 25px;
}

.sidebar-app__btn--gplay:after {
  background-image: url("/static/website/img/sprite.png");
  background-position: -328px -412px;
  width: 108px;
  height: 25px;
}

.sidebar-posts {
  margin-bottom: 35px;
}

.sidebar-posts-item {
  font-size: 0;
  padding: 15px 0;
  border-bottom: 1px solid #d4d9dd;
}

.sidebar-posts-item:last-child {
  border-bottom: 0;
}

.sidebar-posts-item a {
  display: block;
}

.sidebar-posts-item a:after {
  content: "";
  display: block;
  clear: both;
}

.sidebar-posts-item a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.sidebar-posts-item-figure {
  width: 35%;
  float: left;
}

.sidebar-posts-item-figure img {
  display: block;
  width: 100%;
}

.sidebar-posts-item-content {
  float: left;
  width: 60%;
  margin-left: 5%;
  font-size: 12px;
  color: #8899a6;
}

.sidebar-posts-item-content h4 {
  margin-top: 5px;
  line-height: 1.2em;
  font-size: 18px;
  color: #8B5EE0;
}

.sidebar-tags {
  margin-bottom: 35px;
}

.sidebar-tags-list li {
  float: left;
  margin: 0 10px 10px 0;
}

.sidebar-tags-list a {
  display: block;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #8899a6;
  background: #f9f9f9;
  font-size: 11px;
  text-transform: uppercase;
  color: #8899a6;
  border-radius: 30px;
}

.sidebar-tags-list a:hover,
.sidebar-tags-list a.active {
  border-color: #8B5EE0;
  color: #8B5EE0;
}

.sidebar-categories {
  margin-bottom: 35px;
}

.sidebar-categories-list li {
  border-bottom: 1px solid #8899a6;
}

.sidebar-categories-list li:last-child {
  border-bottom: 0;
}

.sidebar-categories-list a {
  display: block;
  padding: 15px 0;
  font-size: 18px;
  color: #8899a6;
}

.sidebar-categories-list a:hover {
  color: #8B5EE0;
}

.sidebar-newsletter {
  position: relative;
  font-size: 14px;
}

.sidebar-newsletter:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  background-image: url("/static/website/img/sprite.png");
  background-position: -339px -201px;
  width: 105px;
  height: 91px;
}

.sidebar-newsletter-form {
  position: relative;
  margin-top: 20px;
  border: 1px solid #d4d9dd;
  border-radius: 5px;
}

.sidebar-newsletter-form:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  background-image: url("/static/website/img/sprite.png");
  background-position: -596px -302px;
  width: 15px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-newsletter-form:after {
  display: block;
  content: "";
  clear: both;
}

.sidebar-newsletter-form input[type="text"] {
  float: left;
  width: 65%;
  border: 0;
  height: 45px;
  padding: 0 10px 0 50px;
  line-height: 45px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #8899a6;
  background: transparent;
  outline: none;
}

.sidebar-newsletter-form input[type="submit"] {
  float: right;
  width: 35%;
  height: 45px;
  border: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 5px 5px 0;
  background: #8B5EE0;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-newsletter-form input[type="submit"]:hover {
  background: #d4d9dd;
  color: #666;
}

.posts-list-item-excerpt {
  margin-top: 20px;
}

.posts-list-item-excerpt p {
  font-size: 18px;
  color: #8899a6;
}

.post-single {
  width: 70%;
  margin: 0 auto;
}

.post-single-summary p {
  font-size: 22px;
  color: #707070;
  margin-top: 20px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 30px;
}

.post-single-bar {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0;
}

.post-single-bar-author,
.post-single-bar-date,
.post-single-bar-tags,
.post-single-bar-comments {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 12px;
}

.post-single-bar-author:before,
.post-single-bar-date:before,
.post-single-bar-tags:before,
.post-single-bar-comments:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}

.post-single-bar-author a,
.post-single-bar-date a,
.post-single-bar-tags a,
.post-single-bar-comments a {
  color: #8899a6;
}

.post-single-bar-author:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -113px -184px;
  width: 11px;
  height: 12px;
}

.post-single-bar-date:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -113px -170px;
  width: 12px;
  height: 12px;
}

.post-single-bar-tags:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -528px -378px;
  width: 10px;
  height: 10px;
}

.post-single-bar-tags h3 {
  display: inline-block;
  vertical-align: middle;
}

.post-single-bar-comments:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -318px -239px;
  width: 15px;
  height: 11px;
}

.post-single-title h1 {
  text-align: left;
  font-weight: bold;
  font-size: 44px;
  color: #707070;
  margin: 0 0 20px 0;
  line-height: normal;
}

.post-single-content h2 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 900;
  font-size: 30px;
  color: #707070;
  -webkit-font-smoothing: antialiased;
  margin-top: 2rem;
  margin-bottom: 1em;
  line-height: normal;
}

.post-single-content h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 24px;
  color: #707070;
  line-height: normal;
  font-family: "Raleway", sans-serif;
  font-weight: semibold;
  margin-top: 2rem;
  margin-bottom: 1em;
}

.post-single-content h4 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #707070;
  line-height: normal;
}

.post-single-content h5 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #707070;
  line-height: normal;
}

.post-single-banner .img {
  height: 300px;
  background-position: center;
  background-size: cover;
}

.post-single-banner img {
  width: 100%;
}

.post-single-content {
  margin-top: 22px;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #707070;
  line-height: 1.62;
  font-weight: 300;
}

.post-single-content p,
.post-single-content li {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #707070;
  line-height: normal;
  font-weight: 300;
}

.post-single-content a {
  color: #3957f4;
  text-decoration: underline;
  font-weight: 400;
}

.post-single-content a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.post-single-content strong {
  font-weight: 700;
}

.post-single-content ul {
  margin-bottom: 40px;
}

.post-single-content li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.post-single-content li:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #8899a6;
  border-radius: 50%;
}

.post-single-content p {
  margin-bottom: 1.5rem;
}

.post-single-content blockquote {
  margin-bottom: 50px;
  padding: 20px 0;
  border-top: 1px solid #d4d9dd;
  border-bottom: 1px solid #d4d9dd;
  font-style: italic;
  font-size: 22px;
}

.post-single-content blockquote p {
  margin-bottom: 0;
}

.post-single-content figure {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.post-single-content figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px auto;
}

.post-single-content figcaption {
  text-align: center;
  font-size: 14px;
  line-height: 1.3em;
  font-style: italic;
}

.post-single-share,
.post-single-relateds,
.post-single-comments {
  margin-bottom: 30px;
}

.post-single-share h3,
.post-single-relateds h3,
.post-single-comments h3 {
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 24px;
  color: #707070;
}

.post-single-share {
  font-size: 0;
  margin-bottom: 36px;
}

.post-single-share__btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  overflow: hidden;
  text-indent: -9999em;
  filter: opacity(0.5);
}

.barra-rodape-post {
  width: 100%;
  height: 1px;
  background: #dedede;
  margin: 14px 0 20px 0;
}

.post-single-share__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-social {
  width: 100%;
}

.post-single-share__btn:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.post-single-share__btn--fb {
  background: #4660a5;
}

.post-single-share__btn--fb:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -605px -85px;
  width: 9px;
  height: 17px;
}

.post-single-share__btn--tt {
  background: #55acee;
}

.post-single-share__btn--tt:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -521px -159px;
  width: 16px;
  height: 14px;
}

.post-single-share__btn--lkd {
  background: #0077b5;
}

.post-single-share__btn--lkd:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -598px -212px;
  width: 15px;
  height: 15px;
}

.post-single-share__btn--gplus {
  background: #dd4b39;
}

.post-single-share__btn--gplus:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -492px -378px;
  width: 16px;
  height: 11px;
}

.post-single-share__btn--tum {
  background: #2c4762;
}

.post-single-share__btn--tum:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -435px -96px;
  width: 10px;
  height: 16px;
}

.post-single-share__btn--pint {
  background: #ca1f27;
}

.post-single-share__btn--pint:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -113px -99px;
  width: 13px;
  height: 16px;
}

.post-single-share__btn--email {
  background: #d4d9dd;
}

.post-single-share__btn--email:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -510px -378px;
  width: 16px;
  height: 11px;
}

.post-single-relateds-item {
  float: left;
  width: 32%;
}

.post-single-relateds-item:nth-child(2) {
  margin: 0 2%;
}

.post-single-relateds-item-figure {
  margin-bottom: 10px;
}

.post-single-relateds-item-figure .img {
  height: 150px;
  background-position: center !important;
  background-size: cover !important;
}

.post-single-relateds-item-figure img {
  display: block;
  width: 100%;
  border: 1px solid #d4d9dd;
}

.post-single-relateds-item-content p {
  margin-bottom: 5px;
  font-size: 14px;
  color: #8899a6;
}

.post-single-relateds-item-content h4 {
  font-size: 18px;
  color: #555;
  line-height: 1.4em;
}

.post-single-author {
  margin-bottom: 30px;
  border-top: 1px solid #d4d9dd;
  border-bottom: 1px solid #d4d9dd;
  padding: 15px 0;
  font-size: 0;
}

.post-single-author-figure,
.post-signle-author-content {
  display: inline-block;
  vertical-align: middle;
}

.post-single-author-figure {
  width: 20%;
}

.post-single-author-figure img {
  display: block;
  width: 100%;
}

.post-signle-author-content {
  width: 78%;
  margin-left: 2%;
  font-size: 16px;
}

.post-signle-author-content h5 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #8B5EE0;
  font-weight: 300;
}

.post-signle-author-content a {
  color: #8B5EE0;
  white-space: nowrap;
}

.teste {
  background-color: #ffc0cb;
}

.post-single-comments-form textarea {
  display: block;
  width: 100%;
  height: 120px;
  padding: 15px;
  outline: none;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #8899a6;
  border: 1px solid #d4d9dd;
  background: #f9f9f9;
}

.post-single-comments-form input {
  display: block;
  float: right;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
  background: none;
  border: 0;
  outline: none;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #8B5EE0;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-single-comments-form input:hover {
  color: #999;
}

.featured-more__btn {
  display: block;
  width: 192px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  background: #8B5EE0;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 60px;
  color: #fff !important;
}

.featured-more__btn:hover {
  background: #574690;
}

.cnaes {
  margin: 64px auto 64px auto;
  padding: 0 16px 15px 16px;
  width: 100%;
  max-width: 960px;
}

.cnaes p {
  font-size: 16px;
  margin-bottom: 16px;
}

.cnaes h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.3;
  color: #342A69;
  font-weight: 700;
}

.cnaes h3 {
  font-size: 18px;
  color: #8B5EE0;
  font-weight: 600;
}

.cnaes ul {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.cnaes li {
  margin: 8px 20px;
  list-style: disc;
}

.features-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.features-header {
  position: relative;
  width: 90%;
  max-width: 1190px;
  margin: 60px auto 75px auto;
}

.features-header h1 {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 100;
  font-size: 40px;
  font-weight: 700;
  color: #342A69;
}

.features-header p:first-child {
  font-size: 0;
}

.features-header p:last-child {
  text-align: center;
  font-size: 14px;
  color: #666;
}

.features-header-back__btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.features-header-back__btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 10px;
  background-image: url("/static/website/img/sprite.png");
  background-position: -605px -119px;
  width: 8px;
  height: 11px;
}

.features-header-back__btn:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.features-table {
  border-top: 1px solid #eaeaea;
  width: 100%;
  max-width: 1190px;
  margin: 0 auto 60px auto;
}

.features-table th,
.features-table td {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  line-height: 1.3em;
}

.features-table th:last-child:after,
.features-table td:last-child:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 100%;
  width: 1000px;
  height: 1px;
  background: #eaeaea;
}

.features-table th span,
.features-table td span {
  display: block;
}

.features-table th {
  padding: 30px 0;
  text-align: center;
  font-weight: 100;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #666;
}

.features-table th:last-child:before {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  left: 100%;
  width: 1000px;
  height: 1px;
  background: #eaeaea;
}

.features-table thead th,
.features-table thead td {
  text-align: center;
}

.features-table thead td {
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #8B5EE0;
}

.features-table thead td:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 38px;
  border-left: 2px dotted #dadada;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.features-table thead td:nth-child(1):before,
.features-table thead td:nth-child(2):before,
.features-table thead td:nth-child(5):before {
  display: none;
}

.features-table tbody td {
  padding: 30px 5px;
  text-align: center;
}

.features-table tbody td:first-child {
  padding: 60px 5px 30px 45px;
  text-align: left;
}

.features-table tbody td:first-child:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  right: 100%;
  width: 1000px;
  height: 1px;
  background: #eaeaea;
}

.features-table tbody p {
  max-width: 250px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #999;
}

.features-table tbody p:last-child {
  margin-bottom: 0;
}

.features-table tbody strong {
  font-size: 18px;
  color: #8B5EE0;
}

.features-table tbody a {
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffa500;
}

.features-table tbody a:hover {
  border-color: #ffa500;
}

.features-free {
  color: #ffa500;
  text-transform: uppercase;
}

.features-table-bar {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: 14px;
  height: 2px;
  background: #ddd;
  font-size: 0;
}

.features-table-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border: 2px solid #e7e7e7;
  border-radius: 50%;
}

.features-table-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("/static/website/img/sprite.png");
  background-position: -469px -393px;
  width: 13px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.features-mobile-items-container {
  display: none;
}

.features-mobile-items-header {
  position: relative;
}

.features-mobile-items-header:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 2;
  background-image: url("/static/website/img/sprite.png");
  background-position: -597px -433px;
  width: 13px;
  height: 9px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.features-mobile-items-header p {
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 2;
  display: inline;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.features-mobile-items-header img {
  display: block;
  width: 100%;
}

.features-mobile-item.active .features-mobile-item-header:after {
  border-top: 0;
  border-bottom: 5px solid #574690;
}

.features-mobile-item.active .features-mobile-item-content {
  display: block;
}

.features-mobile-item-header {
  position: relative;
  padding: 30px 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  background: #8B5EE0;
}

.features-mobile-item-header:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #574690;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.features-mobile-item-content {
  display: none;
  padding: 20px;
  color: #999;
}

.features-mobile-item-content p:first-child {
  text-transform: uppercase;
}

.features-mobile-item-content p:first-child span {
  color: #8B5EE0;
  font-weight: 700;
}

.features-mobile-item-content strong {
  margin: 10px 0;
  display: block;
  line-height: 1.2em;
  font-weight: 300;
  font-size: 30px;
  color: #999;
}

.features-mobile-item-content ul {
  margin-top: 30px;
}

.features-mobile-item-content li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px dotted #f0f0f0;
}

.features-mobile-item-content li i,
.features-mobile-item-content li span {
  position: absolute;
  top: 50%;
  right: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.features-mobile-item-content li span {
  min-width: 30px;
  height: 2px;
}

.features-mobile-item-content li i {
  background-image: url("/static/website/img/sprite.png");
  background-position: -469px -393px;
  width: 13px;
  height: 10px;
}

.glossario-grid {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  max-width: 1320px;
}

.glossario-header {
  padding: 25px 0 15px 0;

}

.glossario-header p {
  font-size: 18px;
}

.glossario-header h1 {
  margin-bottom: 25px;
  font-size: 40px;
  color: #342A69;
  font-weight: 700;
}

.glossario-termo {
  margin-bottom: 60px;
  padding: 45px 0 15px 0;
}

.glossario-termo p {
  font-size: 18px;
  margin-bottom: 18px;
}

.glossario-termo h1 {
  margin-bottom: 30px;
  font-size: 40px;
  color: #342A69;
  font-weight: 600;
}

.glossario-termo ul {
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.glossario-termo li {
  margin: 16px 20px;
  list-style: disc;
}

.hide-layer {
  display: none;
}

.page-home {
  padding-top: 0;
}

.page-home .wrapper {
  padding-top: 90px;
}

.home-why-header {
  padding: 80px 0;
}

.home-why-header h2 {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  color: #342A69;
  text-align: center;
}

.home-why-header h2 span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  color: #e0e0e0;
  font-size: 20px;
}

.home-why-header h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  background-image: url("/static/website/img/sprite.png");
  background-position: -500px -393px;
  width: 14px;
  height: 8px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-why-header h3 {
  position: relative;
  font-weight: 600;
  font-size: 28px;
  color: #5871F2;
  text-align: center;
}

.home-why-header h3 span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  color: #e0e0e0;
  font-size: 20px;
}

.home-why-header h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  background-image: url("/static/website/img/sprite.png");
  background-position: -500px -393px;
  width: 14px;
  height: 8px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-why-wrapper {
  background: #f7f7f5;
}

.home-why-item {
  padding-top: 60px;
  border-bottom: 1px solid #e8e8e6;
  font-size: 0;
}

.home-why-item-wrapper {
  width: 1000px;
}

.home-why-item-figure,
.home-why-item-content {
  display: inline-block;
  vertical-align: middle;
}

.home-why-item-figure {
  width: 333px;
}

.home-why-item-figure img {
  display: block;
  width: 100%;
}

.home-why-item-figure+.home-why-item-content {
  margin-left: 90px;
}

.home-why-item-content {
  width: 570px;
  font-size: 14px;
}

.home-why-item-content+.home-why-item-figure {
  margin-left: 40px;
}

.home-why-item-content h3 {
  position: relative;
  margin-bottom: 30px;
  padding-right: 90px;
  position: relative;
  font-weight: 300;
  font-size: 30px;
  color: #666;
}

.home-why-item-content h3 span {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  height: 36px;
  margin-left: 20px;
  text-align: center;
  line-height: 32px;
  border: 2px solid #efefed;
  border-radius: 3px;
  font-size: 12px;
  color: #8B5EE0;
  font-weight: 700;
  text-transform: uppercase;
}

.home-why-item-content p {
  max-width: 460px;
}

.home-why-item-content p:last-child {
  margin-top: 60px;
}

.home-why-item-icon {
  content: "";
  display: block;
  margin-bottom: 45px;
}

.home-why-item-icon--nota {
  background-image: url("/static/website/img/sprite.png");
  background-position: -447px -196px;
  width: 86px;
  height: 89px;
}

.home-why-item-icon--das {
  background-image: url("/static/website/img/sprite.png");
  background-position: -227px -210px;
  width: 89px;
  height: 77px;
}

.home-why-item-icon--megafone {
  background-image: url("/static/website/img/sprite.png");
  background-position: -125px -210px;
  width: 100px;
  height: 83px;
}

.home-why-item-icon--calendar {
  background-image: url("/static/website/img/sprite.png");
  background-position: -260px -301px;
  width: 91px;
  height: 75px;
}

.home-why-item-icon--control {
  background-image: url("/static/website/img/sprite.png");
  background-position: 0 -99px;
  width: 111px;
  height: 109px;
}

.home-why-item-icon--monitor {
  background-image: url("/static/website/img/sprite.png");
  background-position: -240px -115px;
  width: 95px;
  height: 88px;
}

.home-why-item-icon--monitor2 {
  background-image: url("/static/website/img/sprite.png");
  background-position: -339px 0;
  width: 106px;
  height: 94px;
}

.home-why-item-icon--company {
  background-image: url("/static/website/img/sprite.png");
  background-position: 0 0;
  width: 126px;
  height: 97px;
}

.home-why-item-icon--mobileqipu {
  background-image: url("/static/website/img/sprite.png");
  background-position: -447px -87px;
  width: 72px;
  height: 107px;
}

.home-why-item-icon--awards {
  background-image: url("/static/website/img/sprite.png");
  background-position: -240px 0;
  width: 97px;
  height: 113px;
}

.home-tools {
  text-align: center;
  color: #666;
}

.home-tools-header {
  padding: 60px 0;
}

.home-tools-header h4 {
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 48px;
  color: #8B5EE0;
}

.home-tools-wrapper {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.home-tools-item {
  width: 33.3%;
  padding: 50px 20px;
  float: left;
  border-right: 1px solid #f2f2f2;
}

.home-tools-item h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #8B5EE0;
}

.home-tools-item h3 span {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 12px;
}

.home-tools-item h3 span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 70%;
  background: #ccc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-tools-item p {
  max-width: 360px;
  margin: 0 auto;
}

.home-tools-item p:last-child {
  margin-top: 30px;
}

.home-tools-item-icon {
  display: block;
  margin: 0 auto 40px auto;
}

.home-tools-item-icon--bill {
  background-image: url("/static/website/img/sprite.png");
  background-position: -166px -412px;
  width: 79px;
  height: 82px;
}

.home-tools-item-icon--in-out {
  background-image: url("/static/website/img/sprite.png");
  background-position: -164px -301px;
  width: 94px;
  height: 84px;
}

.home-tools-item-icon--clients {
  background-image: url("/static/website/img/sprite.png");
  background-position: 0 -210px;
  width: 123px;
  height: 89px;
}

.home-tools-item-icon--sells {
  background-image: url("/static/website/img/sprite.png");
  background-position: -540px -85px;
  width: 63px;
  height: 95px;
}

.home-tools-item-icon--ir {
  background-image: url("/static/website/img/sprite.png");
  background-position: -447px 0;
  width: 91px;
  height: 85px;
}

.home-tools-item-icon--reports {
  background-image: url("/static/website/img/sprite.png");
  background-position: -83px -412px;
  width: 81px;
  height: 82px;
}

.home-tools-item-icon--das2 {
  background-image: url("/static/website/img/sprite.png");
  background-position: 0 -412px;
  width: 81px;
  height: 83px;
}

.home-tools-item-icon--people {
  background-image: url("/static/website/img/sprite.png");
  background-position: -128px -105px;
  width: 104px;
  height: 102px;
}

.home-tools-item-icon--mobileqipu {
  background-image: url("/static/website/img/sprite.png");
  background-position: -447px -87px;
  width: 72px;
  height: 107px;
}

.home-tools-item-icon--contador {
  background-image: url("/static/website/img/sprite.png");
  background-position: -128px 0;
  width: 110px;
  height: 103px;
}

.home-tools-item-icon--economia {
  zoom: 0.85;
  background-image: url("/static/website/img/sprite.png");
  background-position: -83px -301px;
  width: 79px;
  height: 102px;
}

.home-tools-item-icon--contabiles {
  background-image: url("/static/website/img/sprite.png");
  background-position: -247px -412px;
  width: 79px;
  height: 82px;
}

.home-appbar {
  padding: 40px 0;
  text-align: center;
  margin: 0 auto;
}

.home-appbar p {
  margin-bottom: 20px;
  font-size: 14px;
}

.home-appbar p span {
  margin: 0 5px;
  color: #dadada;
}

.home-appbar p strong,
.home-appbar p a {
  color: #8B5EE0;
}

.home-appbar p a {
  border-bottom: 1px solid transparent;
}

.home-appbar p a:hover {
  border-color: #8B5EE0;
}

.home-appbar p strong {
  text-transform: uppercase;
}

.home-appbar--gray {
  background: #f7f7f5;
  border-bottom: 2px solid #f0f0ee;
}

.home-appbar--gray .home-appbar__btn {
  border-color: #e6e6e6;
}

.home-appbar--gray .home-appbar__btn:hover {
  background: #e6e6e6;
}

.home-appbar-btns {
  font-size: 0;
}

.home-appbar__btn {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 60px;
  line-height: 56px;
  text-transform: uppercase;
  border: 2px solid #f0f0f0;
  font-size: 12px;
  font-weight: 700;
  color: #999;
}

.home-appbar__btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -4px 15px 0 0;
}

.home-appbar__btn:hover {
  background: #f0f0f0;
}

.home-appbar__btn--gplay {
  border-right: 1px solid #f0f0f0;
  border-radius: 60px 0 0 60px;
}

.home-appbar__btn--gplay:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -565px -444px;
  width: 22px;
  height: 24px;
}

.home-appbar__btn--apple {
  border-left: 1px solid #f0f0f0;
  border-radius: 0 60px 60px 0;
}

.home-appbar__btn--apple:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -447px -378px;
  width: 20px;
  height: 25px;
}

.home-join {
  background: #8B5EE0;
  color: #fff;
}

.home-join--gray {
  background: #f7f7f5;
  color: #999;
}

.home-join--gray .home-join-item-content span {
  background: #ffa500;
  border: 1px solid #ffa500;
  color: #fff;
}

.home-join--gray .home-join-item-content a {
  background: #8B5EE0;
  border-color: #8B5EE0;
}

.home-join--gray .home-join-item-content a:hover {
  background: #574690;
  border-color: #574690;
}

.home-join-header {
  padding: 50px 0;
  text-align: center;
}

.home-join-header h4 {
  font-weight: 600;
  font-size: 28px;
}

.home-join-header a {
  color: #fff;
}

.home-join-item {
  padding-top: 40px;
  font-size: 0;
}

.home-join-item-wrapper {
  width: 910px;
}

.home-join-item-figure-mobile {
  display: none;
}

.home-join-item-figure,
.home-join-item-content {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
}

.home-join-item-figure {
  width: 333px;
  margin-left: 70px;
}

.home-join-item-figure img {
  display: block;
  width: 100%;
}

.home-join-item-content {
  width: 500px;
  font-size: 14px;
}

.home-join-item-content span {
  display: block;
  width: 106px;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #ffa500;
  border-radius: 3px;
}

.home-join-item-content h2 {
  margin: 10px 0;
  font-size: 40px;
  font-weight: 700;
}

.home-join-item-content p {
  max-width: 90%;
}

.home-join-item-content p:last-child {
  margin-top: 30px;
}

.home-join-item-content a {
  border-color: #F1742F;
  background: #F1742F;
}

.home-join-item-content a:hover {
  border-color: #D46122;
  background: #D46122;
  color: #fff;
}

.home-media {
  margin-bottom: 170px;
  text-align: center;
}

.home-media .owl-prev,
.home-media .owl-next {
  position: absolute;
  top: 50%;
  left: -150px;
  width: 72px;
  height: 72px;
  border: 2px solid #f1f1f1;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  text-indent: -9999em;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.home-media .owl-prev:before,
.home-media .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-media .owl-prev:hover,
.home-media .owl-next:hover {
  background: #f1f1f1;
}

.home-media .owl-prev:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -113px -136px;
  width: 11px;
  height: 17px;
}

.home-media .owl-next {
  left: auto;
  right: -150px;
}

.home-media .owl-next:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -113px -117px;
  width: 11px;
  height: 17px;
}

.home-media-header {
  position: relative;
  padding: 130px 0 50px 0;
  margin-bottom: 75px;
}

.home-media-header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-image: url("/static/website/img/sprite.png");
  background-position: -500px -393px;
  width: 14px;
  height: 8px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-media-header h4 {
  margin-bottom: 15px;
  font-weight: 100;
  font-size: 48px;
  color: #8B5EE0;
}

.home-media-wrapper {
  width: 720px;
  margin: 0 auto 90px auto;
}

.home-media-item {
  width: 720px;
  font-size: 18px;
}

.home-media-item p:last-child {
  margin-top: 25px;
  font-size: 14px;
}

.home-media-item span {
  margin: 0 5px;
  color: #e8e8e8;
}

.home-media-item a {
  color: #8B5EE0;
  border-bottom: 1px solid #c4bbe7;
}

.home-media-logos {
  font-size: 0;
}

.home-media-logos img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  filter: grayscale(1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.home-media-logos img:hover {
  filter: grayscale(0);
}

.home-testimonies {
  position: relative;
  text-align: center;
}

.home-testimonies-header {
  margin-bottom: 60px;
  font-size: 14px;
}

.home-testimonies-header h4 {
  margin-bottom: 15px;
  font-weight: 100;
  font-size: 48px;
  color: #8B5EE0;
}

.home-testimonies-wrapper {
  position: relative;
  background: #8B5EE0;
}

.home-testimonies-mural__btn {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 2px solid #775fc3;
  width: 50%;
  height: 100px;
  line-height: 100px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.home-testimonies-mural__btn:hover {
  background: #775fc3;
}

.home-testimonies-item {
  position: relative;
  width: 50%;
  height: 400px;
  display: none;
}

.home-testimonies-item:nth-child(1),
.home-testimonies-item:nth-child(2),
.home-testimonies-item:nth-child(3) {
  display: block;
}

.home-testimonies-item:nth-child(1),
.home-testimonies-item:nth-child(2) {
  background: #6f59ba;
}

.home-testimonies-item:nth-child(1) .home-testimonies-item-quotes {
  display: none;
}

.home-testimonies-item:nth-child(2) .home-testimonies-item-quotes--down {
  display: none;
}

.home-testimonies-item:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  height: 800px;
}

.home-testimonies-item:nth-child(3) .home-testimonies-item-quotes--up {
  display: none;
}

.home-testimonies-item-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-testimonies-item-quotes {
  display: block;
  margin: 0 auto;
  background-image: url("/static/website/img/sprite.png");
  background-position: -540px -232px;
  width: 45px;
  height: 32px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.home-testimonies-item-quotes--up {
  margin-bottom: 30px;
}

.home-testimonies-item-quotes--down {
  margin-top: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-testimonies-item-header {
  margin-bottom: 30px;
  color: #000;
}

.home-testimonies-item-header figure {
  display: block;
  width: 174px;
  height: 174px;
  overflow: hidden;
  margin: 0 auto 40px auto;
  border-radius: 50%;
}

.home-testimonies-item-header strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.home-testimonies-item-content {
  max-width: 80%;
  margin: 0 auto;
  color: #fff;
}

.home-testimonies-item-video {
  position: relative;
  width: 100%;
  height: 400px;
}

.home-testimonies-item-video img {
  display: block;
  width: 100%;
}

.home-testimonies-item-video .home-testimonies-item-header {
  margin-bottom: 0;
  color: #8B5EE0;
}

.home-testimonies-item-video-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-testimonies-item-video__play {
  display: block;
  position: relative;
  width: 77px;
  height: 77px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto 35px auto;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999em;
}

.home-testimonies-item-video__play:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  background-image: url("/static/website/img/sprite.png");
  background-position: -521px -87px;
  width: 17px;
  height: 22px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-form-side {

  text-align: center;
  height: 100%;
  background-color: #342a69;
  padding: 20px 0 0 0;
}

.blog-form-side h2 {
  padding: 10px 20px;
  font-size: 24px;
  color: #ffffff;
}

.blog-form-side section #rd-column-juvacwbp>div,
.blog-form-side section .cleanslate #conversion-assinatura-newsletter-95748b9b78989f2f8b4d {
  background-color: #342a69 !important;
  height: 100% !important;
}

.blog-form-side section #rd-form-joq3m2m5i .bricks-form__field .bricks-form__label,
.blog-form-side section #rd-form-joq3m2m5i .bricks-form__field {
  text-align: left;
  color: #ffffff;
}

.blog-form-side section #rd-form-joq3m2m5i .bricks-form__input,
.blog-form-side .field #name,
.blog-form-side .field #email {
  font-size: 12px !important;
}

#rdstation-bricks-embeddable-form-bricks-component-CngXihA0qs5RJXnNfyJlIQ .bricks--column button,
#form-container-assinatura-newsletter-95748b9b78989f2f8b4d #conversion-assinatura-newsletter-95748b9b78989f2f8b4d #conversion-form-assinatura-newsletter-95748b9b78989f2f8b4d div.actions input.call_button {
  font-size: 20px !important;
  width: 100% !important;
  height: 40px !important;
  padding: 0 !important;
  line-height: 0;
  border-radius: 25px !important;
  background-color: #47b3c1 !important;
  color: #ffffff !important;
  border: 1px solid #47b3c1 !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

#rdstation-bricks-embeddable-form-bricks-component-CngXihA0qs5RJXnNfyJlIQ .bricks--column button:hover,
#form-container-assinatura-newsletter-95748b9b78989f2f8b4d #conversion-assinatura-newsletter-95748b9b78989f2f8b4d #conversion-form-assinatura-newsletter-95748b9b78989f2f8b4d div.actions input.call_button:hover {
  background-color: #ffffff !important;
  color: #47b3c1 !important;
  border: 1px solid #47b3c1 !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.home-blog {
  text-align: center;
}

.home-blog .owl-controls {
  padding: 70px 0;
  border-top: 1px solid #f2f2f2;
  text-align: center;
  font-size: 0;
}

.home-blog .owl-dots {
  display: none;
}

.home-blog .owl-prev,
.home-blog .owl-next {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 95px;
  height: 60px;
  border: 2px solid #eee;
  border-radius: 60px;
  cursor: pointer;
}

.home-blog .owl-prev:before,
.home-blog .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-blog .owl-prev:hover,
.home-blog .owl-next:hover {
  background: #eee;
}

.home-blog .owl-prev {
  border-right: 1px solid #eee;
  border-radius: 50px 0 0 50px;
}

.home-blog .owl-prev:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -113px -136px;
  width: 11px;
  height: 17px;
}

.home-blog .owl-next {
  border-left: 1px solid #eee;
  border-radius: 0 50px 50px 0;
}

.home-blog .owl-next:before {
  background-image: url("/static/website/img/sprite.png");
  background-position: -113px -117px;
  width: 11px;
  height: 17px;
}

.home-blog-header {
  padding: 60px 0;
}

.home-blog-header h4 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 28px;
  color: #342A69;
}

.home-blog-wrapper {
  border-top: 1px solid #f2f2f2;
}

.home-blog-item {
  width: 100%;
  border-right: 1px solid #f2f2f2;
}

.home-blog-item a {
  display: block;
  padding: 50px 25px;
}

.home-blog-item figure {
  display: block;
  width: 174px;
  height: 174px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  border-radius: 50%;
}

.home-blog-item figure img {
  display: block;
  -webkit-transform-style: initial !important;
  -moz-transform-style: initial !important;
  -o-transform-style: initial !important;
  -ms-transform-style: initial !important;
  transform-style: initial !important;
  height: 100%;
  width: auto;
  margin: 0 0 0 -60%;
}

.home-blog-item h5 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #8B5EE0;
}

.home-blog-item p {
  max-width: 80%;
  margin: 0 auto;
  color: #999;
}

.blog-header {
  background-color: #f2f2f2;
  margin-bottom: 15px;
}

.blog-header h1 {
  font-size: 40px;
  color: #8B5EE0;
  padding-left: 3px;
}

.home-activities {
  background: #f7f7f5;
}

.home-activities-header {
  padding: 50px 0;
  text-align: center;
  color: #666;
}

.home-activities-header h2 {
  margin-bottom: 15px;
  font-weight: 100;
  font-family: "Raleway", sans-serif;
  font-size: 48px;
}

.home-activities-header h2 strong {
  color: #8B5EE0;
}

.home-activities-header h1 {
  margin-bottom: 15px;
  font-weight: 100;
  font-family: "Raleway", sans-serif;
  font-size: 48px;
}

.home-activities-header h1 strong {
  color: #8B5EE0;
}

.home-activities-list-item {
  border-bottom: 1px solid #e8e8e6;
}

.home-activities-list-item:last-child {
  border: none;
}

.home-activities-list-item a {
  display: block;
  width: 100%;
  padding: 25px 0;
  color: #999;
  font-size: 18px;
  cursor: pointer;
}

.home-activities-list-item a:hover {
  color: #8B5EE0;
}

.home-activities-list-item a:hover span {
  right: 55px;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.home-activities-list-item a:hover i {
  border-color: #8B5EE0;
  background: #8B5EE0;
}

.home-activities-list-item a:hover i:before {
  left: 70%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.home-activities-list-item a:hover i:after {
  left: 53%;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.home-activities-list-item-content {
  position: relative;
  width: 90%;
  max-width: 1020px;
}

.home-activities-list-item-content span {
  position: absolute;
  top: 50%;
  right: 40px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.home-activities-list-item-content i {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 34px;
  border: 2px solid #e1e1e0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.home-activities-list-item-content i:before,
.home-activities-list-item-content i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.home-activities-list-item-content i:before {
  left: 53%;
  background-image: url("/static/website/img/sprite.png");
  background-position: -605px -388px;
  width: 7px;
  height: 9px;
}

.home-activities-list-item-content i:after {
  left: 40%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-image: url("/static/website/img/sprite.png");
  background-position: -530px -287px;
  width: 7px;
  height: 9px;
}

.home-activities-footer {
  display: block;
  padding: 40px 0 70px 0;
  text-align: center;
}

.home-activities-footer-btn.btn:hover {
  background: transparent;
}

.faq-question {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.faq-question.active {
  color: #8B5EE0;
}

.faq-answer {
  color: #999;
  margin-top: 10px;
  width: 90%;
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.faq-answer:hover {
  color: #999;
}

.faq-answer.active {
  display: block;
}

.faq-show-answer {
  -webkit-transform: rotate(90deg) translate(-60%) !important;
  -moz-transform: rotate(90deg) translate(-60%) !important;
  -o-transform: rotate(90deg) translate(-60%) !important;
  -ms-transform: rotate(90deg) translate(-60%) !important;
  transform: rotate(90deg) translate(-60%) !important;
}

.faq-show-answer.active {
  -webkit-transform: rotate(-90deg) translate(130%) !important;
  -moz-transform: rotate(-90deg) translate(130%) !important;
  -o-transform: rotate(-90deg) translate(130%) !important;
  -ms-transform: rotate(-90deg) translate(130%) !important;
  transform: rotate(-90deg) translate(130%) !important;
}

.form-sucess {
  text-align: center;
  font-size: 18;
  color: #8B5EE0;
}

.form-sucess div {
  padding: 20px 0;
}

.form-success-home-appbar {
  padding: 40px 0;
  text-align: center;
  margin: 40px auto;
  background-color: #f8f8f8;
}

.form-success-home-appbar p {
  margin-bottom: 20px;
  font-size: 14px;
}

.form-success-home-appbar p span {
  margin: 0 5px;
  color: #dadada;
}

.form-success-home-appbar p strong,
.form-success-home-appbar p a {
  color: #8B5EE0;
}

.form-success-home-appbar p a {
  border-bottom: 1px solid transparent;
}

.form-success-home-appbar p a:hover {
  border-color: #8B5EE0;
}

.form-success-home-appbar p strong {
  text-transform: uppercase;
}

.form-successhome-appbar__btn {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 60px;
  line-height: 56px;
  text-transform: uppercase;
  border: 2px solid #f0f0f0;
  font-size: 12px;
  font-weight: 700;
  color: #999;
}

.form-successhome-appbar__btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -4px 15px 0 0;
}

.form-successhome-appbar__btn:hover {
  background: #f0f0f0;
}

.lead-bar {
  -webkit-transition: bottom 0.5s;
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  -ms-transition: bottom 0.5s;
  transition: bottom 0.5s;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  width: 100%;
  height: 80px;
  position: fixed;
  bottom: -80px;
  z-index: 1000;
  line-height: 73px;
  text-align: center;
  background-color: #8B5EE0;
  color: #ffffff;
}

.lead-bar span {
  max-width: 700px;
  text-align: left;
  padding: 20px 70px;
}

.lead-bar a {
  color: #ffffff;
  padding: 12px 25px;
  font-size: 14px;
  background-color: #342a69;
  border-radius: 50px;
  margin-left: 50px;
}

.lead-bar-mulheres {
  color: #fff;
  background-color: #c81a73;
  line-height: 73px;
  text-align: center;
  font-family: "Raleway", sans-serif !important;
}

.lead-bar-mulheres a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  margin-left: 50px;
}

.lead-bar-mulheres a:hover {
  opacity: 0.6;
}

.new-company-page {
  word-wrap: break-word;
}

.new-company-featured {
  position: relative;
  min-height: 760px;
  background: url("/static/website/img/contabilidade-featured.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
  background-color: #574690;
}

.new-company-featured h1 {
  margin: 30px 0;
  font-weight: 100;
  font-size: 50px;
}

.new-company-featured p {
  max-width: 580px;
  line-height: 2.2em;
}

.new-company-featured p strong {
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  background: #ffa500;
  border-radius: 5px;
}

.new-company-featured p:nth-child(3) {
  margin-bottom: 20px;
}

.new-company-featured-wrapper {
  width: 90%;
  max-width: 1100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.new-company-featured-wrapper p:first-child {
  font-size: 0;
}

.new-company-featured-back__btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.new-company-featured-back__btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url("/static/website/img/sprite.png");
  background-position: -605px -159px;
  width: 6px;
  height: 11px;
}

.new-company-featured-back__btn:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.new-company-featured-items h2 {
  max-width: 550px;
  margin-bottom: 10px;
  font-size: 14px;
}

.new-company-featured-items h2 i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.new-company-featured-items h2 i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("/static/website/img/sprite.png");
  background-position: -516px -393px;
  width: 11px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.new-company-featured-price {
  font-size: 60px;
  font-weight: 100;
  color: #fff;
}

.new-company-featured-price span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.new-company-featured-price i {
  margin-right: 5px;
  font-size: 14px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.new-company-featured-form {
  position: relative;
  width: 366px;
  font-size: 0;
}

.new-company-featured-form:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 51%;
  width: 0;
  height: 38px;
  border-left: 2px dotted #e0e0e0;
}

.new-company-featured-form input {
  display: inline-block;
  vertical-align: top;
  border: 0;
  padding: 0 10px 0 30px;
  width: 183px;
  outline: none;
  height: 65px;
  line-height: 65px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #666;
  background: #fff;
}

.new-company-featured-form input[type="text"] {
  border-radius: 5px 0 0 0;
}

.new-company-featured-form input[type="email"] {
  border-radius: 0 5px 0 0;
}

.new-company-featured-form button {
  display: block;
  width: 366px;
  height: 65px;
  padding: 0 30px;
  line-height: 65px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #fff;
  background: #8B5EE0;
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.new-company-featured-form button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-image: url("/static/website/img/sprite.png");
  background-position: -605px -146px;
  width: 7px;
  height: 11px;
}

.new-company-featured-form button:hover {
  background: #574690;
}

.new-company-header {
  padding: 55px 0 75px 0;
  text-align: center;
}

.new-company-header h2 {
  margin-bottom: 15px;
  font-weight: 100;
  font-size: 48px;
  color: #8B5EE0;
}

.new-company-content {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.new-company-content p {
  font-weight: 300;
  font-size: 24px;
  color: #666;
}

.new-company-content-list {
  margin: 50px 0;
  font-size: 0;
}

.new-company-content-list--0,
.new-company-simulate-btn {
  display: none;
}

.new-company-content-list-item {
  width: 65%;
  margin-bottom: 55px;
}

.new-company-content-list-item:nth-child(2n + 2) {
  width: 35%;
}

.new-company-content-list-item p {
  max-width: 385px;
}

.new-company-content-list--1 .new-company-content-list-item {
  width: 30%;
  margin-bottom: 55px;
}

.new-company-content-list--1 .new-company-content-list-item:nth-child(3n + 2) {
  margin-left: 8%;
  margin-right: 2%;
}

.new-company-content-list--1 .new-company-content-list-item p {
  max-width: 80%;
}

.new-company-content-list-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #999;
}

.new-company-content-list-item strong {
  color: #8B5EE0;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.new-company-mei-conditions {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.new-company-mei-conditions li {
  margin-top: 15px;
  margin-left: 18px;
  list-style: circle;
}

.motivos {
  display: none;
}

.experts {
  text-align: center;
  color: #666;
}

.experts-header {
  padding: 60px 10px;
}

.experts-header h4 {
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 48px;
  color: #8B5EE0;
}

.experts-wrapper {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.experts-list {
  padding-left: 10%;
  width: 100%;
  margin: 0 auto;
  display: inline-table;
}

.experts-item {
  float: left;
  margin: 10px;
  height: 280px;
  width: 37.5%;
}

.experts-item h3 {
  color: #8B5EE0 !important;
  font-size: 28px !important;
  text-align: center !important;
  font-weight: 100 !important;
  margin-bottom: 24px !important;
  padding-top: 30px;
}

.experts-item-1 {
  margin-left: 10%;
}

.experts-item-titulo {
  margin-left: 10px;
}

.experts-item-header {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  margin-bottom: 20px;
}

.iframe-container {
  background-color: #fff;
  text-align: center;
  height: 450px;
  max-width: 370px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  padding: 20px;
  -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.4),
    0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1),
    0 18px 23px rgba(0, 0, 0, 0.1);
}

.iframe-container h2 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
  color: #8B5EE0;
}

.iframe-container iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fundo-branco {
  background-color: #fff !important;
}

.account-sliders-mobile-item {
  padding: 55px 40px 25px 30px;
  font-size: 15px;
  color: #999;
}

.account-sliders-mobile-item p:first-child {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.account-sliders-mobile-item p:first-child span {
  position: relative;
  padding-left: 12px;
  margin-left: 10px;
}

.account-sliders-mobile-item p:first-child span:before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #e4e4e4;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.account-sliders-mobile-item strong {
  font-weight: 700;
  color: #8B5EE0;
}

.account-sliders-mobile-item h4 {
  margin: 30px 0 15px 0;
  font-size: 30px;
  font-weight: 300;
  color: #999;
}

.account-sliders-mobile-item ul {
  margin-top: 30px;
}

.account-sliders-mobile-item li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px dotted #f0f0f0;
}

.account-sliders-mobile-item li i,
.account-sliders-mobile-item li span {
  position: absolute;
  top: 50%;
  right: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.account-sliders-mobile-item li i {
  background-image: url("/static/website/img/sprite.png");
  background-position: -469px -393px;
  width: 13px;
  height: 10px;
}

.sitemap-header {
  padding: 60px 0 8px 0;
}

.sitemap-header h1 {
  font-size: 32px;
  font-family: "Raleway", sans-serif;
  color: #000;
}

.sitemap-header p {
  font-size: 14px;
}

.sitemap-section {
  margin-bottom: 32px;
  margin-top: 32px;
  padding-left: 0 !important;
}

.sitemap-section-header h2 {
  font-size: 24px;
  color: #666;
  font-weight: 600;
}

.sitemap-section-col {
  display: inline-table;
  width: 48%;
}

.sitemap-section-col ul {
  margin-top: 16px;
}

.sitemap-section-col li {
  margin: 16px 20px;
  list-style-type: disc;
}

.sitemap-section-col li a {
  color: #666;
  font-size: 16px;
  text-decoration: nonw;
  color: #5871f2;
}

ul.sitemap-sublist-col {
  display: inline-table;
  width: 48%;
  margin-top: 8px;
}

ul.sitemap-sublist-col li {
  list-style-type: none;
  text-decoration: none;
  margin-left: 0;
}

ul.sitemap-sublist-col li a {
  font-size: 14px;
  color: #5871f2;
}

.limit-grid {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.btn {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  border-radius: 5px;
  padding: 0 30px;
  height: 50px;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-size: 1.1rem;
  cursor: pointer;
  font-weight: 600;
}

.btn:hover {
  background: #fff;
  color: #666;
}

.btn--purple {
  border-color: #8B5EE0;
  color: #8B5EE0;
}

.btn--purple:hover {
  background: #8B5EE0;
  color: #fff;
}

.btn--purplefull {
  border-color: #8B5EE0;
  background: #8B5EE0;
  color: #fff;
}

.btn--purplefull:hover {
  background: #fff;
  color: #8B5EE0;
}

.btn--orangefull {
  border-color: #fa9963 !important;
  background: #fa9963 !important;
  color: #fff !important;
}

.btn--orangefull:hover {
  background: #fff !important;
  color: #fa9963 !important;
}

.none,
.none-desktop {
  display: none;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group>.card {
  margin-bottom: 15px;
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

#btn-whats {
  margin: 0 !important;
  padding: 0 !important;
  position: fixed !important;
  z-index: 16000160 !important;
  bottom: 20px !important;
  text-align: center !important;
  height: 60px;
  width: 60px;
  visibility: visible;
  transition: none !important;
  right: 20px !important;
}

#btn-whats a {
  position: fixed;

  bottom: 20px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;

  z-index: 999999999;
  padding: 11px 13px;
}

#btn-whats a:hover {
  background-color: #24c15f;
}

.fancybox-container {
  z-index: 99999999999999999 !important;
}

#chat-widget-container {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 999999999 !important;
}

.body-qipu-links {
  padding: 0px;
  clear: both;
}

.links-main {
  background-image: linear-gradient(230deg,
      #8B5EE0,
      39%,
      #342a69 80%) !important;
  background: no-repeat;
  padding-top: 170px;
}

.links-header {
  width: 85px;
  height: 85px;
  margin: 0 auto 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 15px;
  line-height: 15px;
  text-align: center;
}

.links-header img {
  max-width: 52px;
}

.links-header p {
  font-size: 13px;
  color: #fff;
}

.links-list {
  width: 80%;
  text-align: center;
  margin: 0 auto 30px;
}

.links-item {
  margin: 15px auto;
  width: 100%;
  border: 2px solid #fff;
}

.links-item a {
  display: block;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
  font-size: 17px;
  color: #fff;
}

.links-item a:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.links-item a:visited {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hinode-testimonies-item-video {
  width: 33%;
  display: inline-block;
}

.cta-ebook {
  width: 100%;
  height: auto;
  position: relative;
  margin: 30px 0;
  cursor: pointer;
  color: #ffffff;
}

.cta-ebook a {
  color: #ffffff;
  opacity: 1 !important;
}

.cta-ebook .cta-ebook-container {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 12px 60px 15px 60px;
  border-radius: 5px;
  background-color: #8B5EE0;
  text-align: left;
  color: #ffffff;
}

.cta-ebook .cta-ebook-container label {
  text-transform: uppercase;
  font-size: 10px;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.cta-ebook .cta-ebook-container h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.cta-ebook:hover .cta-ebook-container,
.cta-ebook a:hover .cta-ebook-container {
  background-color: #342a69;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cta-ebook-btn {
  width: 90px;
  height: 106%;
  background-color: #342a69;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  top: 0;
  right: 80px;
  padding: 25px 0px;
  text-align: center;
}

.cta-ebook-btn p {
  text-transform: uppercase;
  line-height: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 5px;
}

#pipedrive-chat-holder .css-1ik6p4z-WrapperElement .css-1ofp5qw-Container {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.mr-h1,
.mr-h2,
.mr-h3,
.mr-h4,
.mr-h5 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.mr-h4 {
  font-weight: bold;
}

.mr-p {
  font-size: 18px;
  color: #707070;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1.3em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-left: auto;
  margin-right: auto;
}

.mr-a {
  color: #342A69;
  text-decoration: underline;
  font-weight: 600;
}

.mr-a:hover {
  color: #111;
}

.hide {
  display: none !important;
}

.is-desktop {
  display: block !important;
}

.is-mobile {
  display: none !important;
}

.bold {
  font-weight: bold !important;
}

.bd1 {
  border: 1px dotted red;
}

.color-roxo {
  color: #8B5EE0 !important;
}

.color-roxo-2 {
  color: #8B5EE0 !important;
}

.color-roxo-3 {
  color: #8B5EE0 !important;
}

.color-roxo-claro {
  color: #8B5EE0 !important;
}

.color-white {
  color: #ffffff !important;
}

.color-gray {
  color: #707070 !important;
}

.color-gray-clean {
  color: #707070 !important;
}

.color-blue {
  color: #6070ee !important;
}

.color-blue-dark {
  color: #3d4790 !important;
}

.color-laranja {
  color: #fa9963 !important;
}

.color-azul-escuro {
  color: #6070ee !important;
}

.color-verde {
  color: #358791 !important;
}

.color-azul-turquesa {
  color: #47b3c1 !important;
}

.color-aemp-azul {
  color: #4088da !important;
}

.bg-roxo {
  background-color: #8B5EE0;
}

.bg-roxo-2 {
  background-color: #8B5EE0;
}

.bg-roxo-claro {
  background-color: #9a7dd8;
}

.bg-orange {
  background-color: #F1742F;
}

.bg-laranja {
  background-color: #F1742F;
}

.bg-gray {
  background-color: #707070;
}

.bg-gray-clean {
  background-color: #f7f7f5;
}

.bg-blue {
  background-color: #6070ee;
}

.bg-blue-dark {
  background-color: #3d4790;
}

.bg-white {
  background-color: #ffffff;
}

.bg-verde {
  background-color: #358791;
}

.bg-azul-turquesa {
  background-color: #47b3c1;
}

.bg-azul-escuro {
  background-color: #6070ee;
}

.bg-aemp-azul {
  background-color: #4088da;
}

.bg-app-azul {
  background-color: #5871f2;
}

.mr-h1 {
  font-size: 40px;
  line-height: 1.3;
  color: #342A69;
  font-weight: 700;
}

.mr-h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #342A69;
  font-weight: 700;
}

.mr-h3 {
  font-size: 28px;
  color: #5871F2;
  font-weight: 600;
}

.mr-h4 {
  font-size: 24px;
  color: #707070;
  font-weight: 600;
}

.mr-h2-lg {
  font-size: 2.5rem;
}

.mr-font-light {
  font-weight: 100 !important;
}

.mr-pd-0 {
  padding: 0 !important;
}

.mr-pd-tb15px {
  padding: 15px 0 !important;
}

.mr-pd-tb20px {
  padding: 20px 0 -10px 0 !important;
}

.mr-pd-tb30px {
  padding: 30px 0 !important;
}

.mr-pd-tb32px {
  padding: 32px 0 !important;
}

.mr-pd-tb45px {
  padding: 45px 0 !important;
}

.mr-pd-tb50px {
  padding: 50px 0 !important;
}

.mr-pd-tb48px {
  padding: 48px 0 !important;
}

.mr-pd-tb70px {
  padding: 70px 0 !important;
}

.mr-pd-tp0px {
  padding-top: 0px !important;
}

.mr-pd-tp10px {
  padding-top: 10px !important;
}

.mr-pd-tp20px {
  padding-top: 20px !important;
}

.mr-pd-tp30px {
  padding-top: 30px !important;
}

.mr-pd-tp40px {
  padding-top: 40px !important;
}

.mr-pd-tp50px {
  padding-top: 50px !important;
}

.mr-pd-bt0px {
  padding-bottom: 0px !important;
}

.mr-pd-bt10px {
  padding-bottom: 10px !important;
}

.mr-pd-bt25px {
  padding-bottom: 25px !important;
}

.mr-pd-bt40px {
  padding-bottom: 40px !important;
}

.mr-pd-bt50px {
  padding-bottom: 50px !important;
}

.mr-pd-bt100px {
  padding-bottom: 100px !important;
}

.mr-mg-0 {
  margin: 0 !important;
}

.mr-mg-top0px {
  margin-top: 0px !important;
}

.mr-mg-top10px {
  margin-top: 10px !important;
}

.mr-mg-top50px {
  margin-top: 50px !important;
}

.mr-mg-tb20px {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mr-mg-tb50px {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mr-mg-bt0px {
  margin-bottom: 0px !important;
}

.mr-mg-bt10px {
  margin-bottom: 10px !important;
}

.mr-mg-bt15px {
  margin-bottom: 15px !important;
}

.mr-mg-bt25px {
  margin-bottom: 25px !important;
}

.mr-mg-bt50px {
  margin-bottom: 50px !important;
}

.mr-mg-0 {
  margin: 0 !important;
}

.mr-v-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
}

.mr-image {
  width: 100%;
}

.mr-image-65pc {
  width: 65%;
}

.mr-image-40pc {
  width: 40%;
}

.mr-image-icon-app {
  height: 45px;
}

.mr-center,
.mr-align-center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.mr-align-left {
  text-align: left;
}

.mr-align-right {
  text-align: right;
}

.mr-acc-body {
  display: none;
}

.mr-w80 {
  max-width: 80%;
  margin: 0 auto 40px auto;
}

.headline {
  margin-bottom: 20px;
}

.mr-box-slide {
  position: relative;
}

.mr-slide-overlay {
  height: 100%;
  width: 100%;
  background-color: rgb(129, 98, 204, 0.35);
}

.mr-slide-overlay.overlay-verde {
  height: 100%;
  width: 100%;
}

.mr-slide-overlay.overlay-azul-escuro {
  height: 100%;
  width: 100%;
}

.mr-slide-overlay.overlay-laranja {
  height: 100%;
  width: 100%;
}

.mr-slide-content {
  display: flex;
  align-self: center;
  border: 0px solid red;
  bottom: 15%;
  left: 0;
  width: 100%;
}

.mr-slide-content .mr-h2 {
  margin-block-start: 0;
}

.mr-slide-title {
  font-size: 2.5rem;
  line-height: 1.25;
}

.mr-slide-texto {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  font-size: 18px;
  line-height: 1.3;
}

.mr-box-menu {
  position: absolute;
  border: 0px solid orange;
  top: 15px;
  left: 0;
  width: 100%;
}

.mr-logo {
  margin: 0 auto;
  width: 60%;
}

.mr-menu-table {
  position: relative;
  display: table;
  height: 100%;
}

.mr-menu {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mr-menu li {
  display: inline-block;
  text-align: center;
  padding: 0 13px;
}

.mr-menu li a {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 0.7rem;
  text-decoration: none;
}

.mr-empresa-texto {
  padding-bottom: 100px;
}

.mr-app-texto {
  margin: 20px auto;
}

.mr-image-smart {
  width: auto;
  max-height: 650px;
  max-width: 100%;
}

.mr-blog-image {
  display: block;
  height: 290px;
  width: 100%;
  border: 1px solid #f7f7f5;
}

.mr-blog-texto {
  font-size: 0.9rem;
}

.mr-blog-link {
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none;
}

.mr-blog-link:hover {
  text-decoration: underline;
}

.mr-box-link-faq {
  margin-bottom: 20px;
}

.mr-box-link-faq a {
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
}

.mr-faq-accordion {
  border: 0px dotted red;
}

.mr-faq-accordion .mr-acc-header {
  margin-top: 5px;
}

.mr-faq-accordion .mr-acc-header a {
  display: block;
  text-decoration: none;
  font-size: 1rem;
}

.mr-icon-arrow-down,
.mr-icon-arrow-right {
  float: right;
}

.mr-icon-arrow-down img,
.mr-icon-arrow-right img {
  width: 15px;
}

.mr-icon-arrow-right {
  -webkit-transform: rotateX(90);
  transform: rotateX(90);
}

.mr-logos-parc {
  margin: 50px auto;
  text-align: center;
}

.mr-box-steps .mr-step-num {
  position: relative;
  display: table;

  background-color: #ffffff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #f79963;
  font-size: 1.3rem;
  margin: 0 auto;
  z-index: 1;
}

.mr-box-steps .mr-step-num.mr-step-bg-azul {
  background-color: #4088da;
}

.mr-box-steps .mr-step-num .mr-step-num-item {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

.mr-box-steps .mr-step-title {
  color: #707070;
  font-size: 1.2rem;
  margin: 0;
  margin-top: 15px;
  font-weight: bold;
}

.mr-box-steps .mr-step-text {
  color: #707070;
  font-size: 1rem;
}

.mr-step-line-dot.step-first:before,
.mr-step-line-dot.step-last:after {
  width: 0;
}

.mr-dash-content {
  padding: 10px 70px;
}

.mr-dash-circle {
  position: absolute;

  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #8B5EE0;
}

.mr-dash-circle.c1 {
  bottom: 22.5%;
  left: 0;
}

.mr-dash-circle.c2 {
  top: 22.5%;
  right: -6px;
}

.mr-dash-circle.c3 {
  top: 25%;
  left: 0;
}

.mr-dash-circle.c4 {
  bottom: 22.5%;
  right: -6px;
}

.mr-dash-topIni {
  position: absolute;
  top: -34%;
  right: 12.5%;
  border: 0px dotted #8B5EE0;
  width: 1px;
  height: 31%;
}

.mr-dash-topIni:before {
  border-left: 8px dotted #8B5EE0;

  content: "";
  display: block;
  width: 1px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}

.mr-dash-left {
  position: absolute;
  top: 0;
  left: 0;
  border: 0px dotted #8B5EE0;
  width: 2px;
  height: 100%;
  height: 98%;
}

.mr-dash-left:before {
  border-left: 8px dotted #8B5EE0;

  content: "";
  display: block;
  width: 1px;
  margin: 0 auto;
  position: absolute;
  left: 25px;
  top: 0;
  height: 100%;
  z-index: 0;
}

.mr-dash-right {
  position: absolute;
  top: 0;
  right: -6px;
  border: 0px dotted #8B5EE0;
  width: 2px;
  height: 100%;
  height: 98%;
}

.mr-dash-right:before {
  border-left: 8px dotted #8B5EE0;

  content: "";
  display: block;
  width: 1px;
  margin: 0 auto;
  position: absolute;
  right: 25px;
  top: 0;
  height: 100%;
  z-index: 0;
}

.mr-dash-top80 {
  position: absolute;
  top: 0;
  left: 0;

  width: calc(94% - 0px);
  height: 1px;
}

.mr-dash-top80:before {
  border-top: 8px dotted #8B5EE0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 25px;
  top: 0;
  height: 2px;
  z-index: 0;
}

.mr-dash-top50 {
  position: absolute;
  top: 0;
  left: 0;

  width: calc(52% - 55px);
  height: 1px;
}

.mr-dash-top50:before {
  border-top: 8px dotted #8B5EE0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 25px;
  top: 0;
  height: 2px;
  z-index: 0;
}

.mr-dash-top70 {
  position: absolute;
  top: 0;
  left: 0;

  width: calc(80% - 25px);
  width: calc(80% - 14px);
  height: 1px;
}

.mr-dash-top70:before {
  border-top: 8px dotted #8B5EE0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 25px;
  top: 0;
  height: 2px;
  z-index: 0;
}

.mr-dash-top100 {
  position: absolute;
  top: 0;
  left: 0;

  width: calc(100% - 55px);
  width: calc(100% - 43px);
  height: 1px;
}

.mr-dash-top100:before {
  border-top: 8px dotted #8B5EE0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 25px;
  top: 0;
  height: 2px;
  z-index: 0;
}

.mr-circle-roxo {
  position: absolute;
  bottom: 20%;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #8B5EE0;
}

.mr-circle-roxo-right {
  position: absolute;
  bottom: 20%;
  right: 0;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #8B5EE0;
}

.mr-box-dashed-top {
  border: 1px solid #ffffff;
}

.mr-box-dashed-bottom:after {
  border-bottom: 8px dotted #8B5EE0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 29px;
  bottom: 0;
  height: 2px;
  z-index: 0;
}

.mr-box-dashed-top:before {
  border-top: 8px dotted #8B5EE0;
  bottom: 0;
  content: "";
  display: block;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  left: 29px;
  top: 0;
  height: 2px;
  z-index: 0;
}

.mr-box-dashed:after {

  border-left: 8px dotted #8B5EE0;
  bottom: 0;
  content: "";
  display: block;
  width: 2px;
  margin: 0 auto;
  position: absolute;
  left: 29px;
  top: 0;
  height: 100%;
  z-index: 0;
}

.mr-dashed:after,
.mr-dashed:before {
  bottom: 0;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  height: 2px;
  z-index: 0;
}

.mr-dash100 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0px;
  border: 0px solid red;
  left: 0;
}

.mr-dash100:after {
  bottom: 0;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -8px;
  height: 2px;
  z-index: 0;
  border-top: 8px dotted #8B5EE0;

  width: 100%;
  left: 29px;
  bottom: 0;
}

.mr-header {
  position: relative;
  margin: 0;
  padding: 0;
  height: 60vh;
  max-height: 700px;
  width: 100%;

  display: flex;
  overflow: hidden;
}

main {
  min-height: 100px;
}

.mr-wrapper {
  height: 100%;
  width: 100%;
}

.mr-text-small {
  font-size: 12px;
  line-height: 1;
  color: #707070;
}

.mr-card-destaque-tag {
  background-color: #F26B21;
  font-weight: bold;
  font-size: 14px;
  border-radius: 30px;
  margin-bottom: 0px;
  text-align: center;
  padding: 12px;
  color: white;
}

.mr-card-destaque-header,
.mr-card-destaque-body {
  border-right: 5px solid #F26B21 !important;
  border-left: 5px solid #F26B21 !important;
  border-bottom: none;
  border-top: none;
}

.mr-card-destaque-header {
  border-top: 5px solid #F26B21 !important;
}

.mr-card-destaque-footer {
  border: 5px solid #F26B21 !important;
  border-top: none !important;
}

.mr-card-simples-tag {
  background-color: transparent;
  padding: 25px;
}

.mr-card {
  height: 100%;
  padding-bottom: 30px;
}

.mr-card-header h5 {
  font-weight: bold;
  font-size: 16px;
}

.card-planos {
  border: solid 1px rgba(112, 112, 112, 0.4);
  border-radius: 20px;
}

.card-planos-destaque {
  border: 5px solid #F26B21 !important;
}

.mr-box-texto {
  margin-bottom: 20px;
}

.titulo-plano {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  color: #5871F2;
}

.mr-text-big {
  font-weight: bold;
  font-size: 32px;
  color: #8B5EE0;
  line-height: 1.5;
}

.mr-text-sm {
  font-size: 13px;
  line-height: 1.1;
  margin-top: 15px;
}

.beneficios-plano {
  text-align: left;
}

.beneficios-plano li {
  padding: 5px 0px 5px 0px;
}

.mr-card-footer {
  padding: 16px 12px;
}

.mr-card-header {
  text-align: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
}

.mr-card.card-roxo .mr-card-header {
  background-color: #8B5EE0;
  color: #ffffff;
  font-size: 18px;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  padding: 12px;
  font-weight: 400;
}

.mr-card.card-roxo .mr-card-body {
  position: relative;
  border-left: 1px solid #00000029;
  border-right: 1px solid #00000029;
  padding: 12px 12px 0 12px;
  margin: 0 auto;
  text-align: center;
  color: #707070;
}

.mr-card.card-roxo .mr-box-texto {
  height: 105px;
}

.mr-card.card-roxo .mr-card-body .mr-text-sm {
  font-size: 12px;
  line-height: 1.1;
}

.mr-card.card-roxo .mr-card-body .mr-text-big {
  font-size: 36px;
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 600;
}

.mr-card.card-roxo .mr-card-body .mr-text {
  font-size: 16px;
  line-height: 1.1;
}

.mr-card.card-verde .mr-card-header {
  background-color: #47b3c1;
}

.mr-card.card-white .mr-card-header {
  color: #47b3c1;
  background-color: #ffffff;
  border-left: 1px solid #00000029;
  border-right: 1px solid #00000029;
  border-top: 1px solid #00000029;
}

.mr-card.card-aemp-azul .mr-card-header {
  background-color: #4088da;
  font-size: 0.9rem;
}

.mr-card.card-laranja .mr-card-header {
  background-color: #fa9963;
  font-size: 0.9rem;
}

.mr-price-big {
  font-size: 1.9rem;
  line-height: 1.5;
  font-weight: bold;
  color: #5871F2;
}

.mr-text-md {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
}

.mr-box-tracos {

  width: 100%;
  bottom: 0;
  left: 0px;
}

.mr-box-tracejado {
  border: 1px dashed #707070;
  border: 1px dashed #00000029;
  border-radius: 7px;
  padding: 10px;
  margin: 10px 0;
  line-height: 1.2em;
}

.mr-card.card-roxo .mr-card-footer {
  padding: 12px;
  padding-bottom: 18px;
  border-left: 1px solid #00000029;
  border-right: 1px solid #00000029;
  border-bottom: 1px solid #00000029;
  border-radius: 0px 0px 20px 20px;
}

.mr-card.card-lg .mr-card-header {
  border-radius: 20px 20px 0px 0px;
  padding: 14px 12px;
}

.mr-card.card-lg .mr-card-body {
  height: calc(100% - 180px);
  height: auto;
  padding: 25px;
}

.mr-card.card-lg .mr-box-text-desc {
  padding-top: 20px;
}

.mr-line-traco {
  border-bottom: 1px solid #70707080;
  display: table;
  width: 75%;
  margin: 0 auto 22px auto;
}

.mr-link {
  font-weight: bold;
  cursor: pointer;
}

.mr-link:hover {
  text-decoration: underline;
}

.mr-text-desc {
  font-size: 20px;
  line-height: 1.3;
}

.mr-link-card {
  text-decoration: none;
}

.mr-link-card:hover {
  text-decoration: underline;
}

.mr-bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;

}

.mr-bg.cover {
  background-size: cover;
}

.planos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f7f7f5;
}

.planos h2 {
  font-size: 2rem;
  color: rgb(52, 42, 105);
  padding-top: 40px;
  font-weight: bold;
}

.planos-container {
  width: 980px;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
}

.planos-slot {
  width: 40%;
  height: auto;
  border: none;
  border-radius: 10px;
  margin: 0 20px;
  box-shadow: 0px 0px 10px 5px #dadada;
  background-color: #f9f9f9;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.planos-title {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin: 10px;
  height: auto;
  min-height: 80px;
  color: #707070;
  padding-top: 10px;
  padding-bottom: 10px;
}

.planos-left-title {
  position: relative;
  margin-top: 6px;
  margin-bottom: 40px;
}

.planos-preco {
  font-size: 3rem;
  color: #2d3277;
  margin: 40px 0 -10px 0;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-left: -26px;
  font-family: "Raleway", sans-serif;
}

.planos-slot p {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  color: #707070;
  margin-bottom: 0;
}

.text-before {
  align-self: flex-start;
  position: relative;
  top: 10px;
  font-size: 14px !important;
  margin-left: 26px;
}

.text-after {
  font-size: 14px !important;
  position: relative;
  top: -10px;
  margin-left: 26px;
}

.preco-antigo {
  text-decoration: line-through #707070;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  color: #888888;
  display: block;
  margin-top: -10px;
  margin-left: 26px;
  margin-bottom: 10px;
}

.cifra {
  font-size: 1.5rem;
  vertical-align: super;
  font-weight: 400;
}

.ano {
  font-size: 1.5rem;
  vertical-align: baseline;
  font-weight: 100;
}

.gratis {
  padding: 20px 0 30px 0;
  font-size: 3rem;
  margin-bottom: 2px;
  margin-left: 0;
}

.planos-slot button {
  padding: 12px 35px;
  background-color: rgb(52, 42, 105);
  border-radius: 5px;
  color: white;
  font-size: 1rem;
  border: none;
  margin: 10px 0;
  cursor: pointer;
  margin: 30px 15px;
}

.planos-slot button:hover {
  background-color: #6142aa;
}

.planos-left button {
  margin: 50px 0 0px 0;
}

.planos-slot ul {
  list-style-position: outside;
  height: 255px;
  padding: 0 45px;
  padding-top: 10px;
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  margin-top: -20px;
}

.planos-slot ul li::before {
  content: "•";
  color: #707070;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.planos-slot li {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  color: #707070;
  margin: 5px 0;
}

.planos-slot li span {
  position: relative;
  left: -5px;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 80px solid transparent;
  align-self: flex-end;
  border-right: 80px solid red;
}

.desconto {
  margin-top: 10px;
  margin-left: 35px;
  color: white;
  font-weight: bold;
}

.br {
  display: block;
}

.desktop-hidden {
  display: none;
}

.mr-contain {
  display: block;
  margin: 0 auto;
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
}

.mr-contain-95pc {
  display: block;
  margin: 0 auto;
  width: 95%;
  padding-right: 15px;
  padding-left: 15px;
}

.mr-contain-full {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.mr-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mr-col-1,
.mr-col-2,
.mr-col-3,
.mr-col-4,
.mr-col-5,
.mr-col-6,
.mr-col-7,
.mr-col-8,
.mr-col-9,
.mr-col-10,
.mr-col-11,
.mr-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.mr-col-0 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  max-width: 0%;
}

.mr-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.mr-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.mr-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.mr-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.mr-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.mr-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.mr-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.mr-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.mr-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.mr-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.mr-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.mr-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mr-btn {
  border-radius: 5px;
  padding: 6px;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin: 3px auto;
  line-height: inherit;
  font-size: 1.1rem;
  cursor: pointer;
  font-weight: 600;
}

.mei-box {
  margin-top: 60px;
  flex: 0 0 40% !important;
  max-width: 50% !important;
}

.mei-box-container {
  display: flex !important;
  justify-content: center !important;
}

.tipos-empresas {
  flex: 0 0 20% !important;
  max-width: 20% !important;
}

.mr-btn-header {
  margin: 10px 10px 5px 10px;
}

.mr-btn-header a {
  padding: 6px 26px;
  width: 270px;
}

.mr-btn.dsp-tb {
  border-radius: 5px;
  padding: 6px 60px;
  text-decoration: none;
  display: table;
  width: auto;
  text-align: center;
  margin: 0 auto;
}

.mr-btn.btn-orange {
  background-color: #F1742F;
  color: #ffffff;
  font-weight: 600;
}

.mr-btn.btn-orange:hover {
  background-color: #D46122;
  color: #ffffff;
}

.btn-orange-borda {
  border: 2px solid #F1742F;
  color: #F1742F;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

.btn-orange-borda:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border: 2px solid #D46122;
  color: #D46122;
}

a.btn.btn-orange {
  background-color: #F1742F;
  color: #ffffff;
  font-weight: 600;
}

a.btn.btn-orange:hover {
  background-color: #D46122;
  color: #ffffff;
}

a.home-why-item-more__btn.btn.btn-orange {
  background-color: #F1742F;
  color: #ffffff;
  font-weight: 600;
}

a.home-why-item-more__btn.btn.btn-orange:hover {
  background-color: #D46122;
  color: #ffffff;
}

.mr-btn.btn-roxo {
  background-color: #8B5EE0;
  color: #ffffff;
}

.mr-btn.btn-roxo:hover {
  background-color: #7055b1;
  color: #ffffff;
}

.mr-btn.btn-roxo-borda {
  border: 1px solid #8B5EE0;
  color: #8B5EE0;
  background-color: rgba(0, 0, 0, 0);

}

.mr-btn.btn-roxo-borda:hover {
  background-color: #7055b1;
  color: #7055b1;
  background-color: rgba(0, 0, 0, 0.1);

}

.mr-btn.btn-azul {
  background-color: #5871F2;
  color: #ffffff;
}

.mr-btn.btn-azul:hover {
  background-color: #495fd1;
  color: #ffffff;
}

.mr-btn.btn-transparent {
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

.mr-btn.btn-transparent:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.mr-btn.btn-white {
  color: #707070;
  background-color: #ffffff;
  font-weight: 600;
}

.mr-btn.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}

.btn-center {
  max-width: 30%;
}

.mr-btn-manifesto {
  float: right;
}

.mr-btn-manifesto a {
  text-decoration: underline;
}

.mr-title-link {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none;
}

.mr-list-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mr-list-link ul li {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.mr-list-link ul li a {
  font-size: 0.7rem;
  text-decoration: none;
}

.dsp-table {
  display: table;
  height: 100%;
}

.mr-form-group {
  margin-bottom: 1rem;
}

.mr-label {
  display: inline-block;
  margin-bottom: 0.2rem;
  font-size: 0.9rem;
}

.mr-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b1b1b1;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mr-media-logotipo {
  display: table;
  margin: 0 auto;
  text-align: center;
  max-width: 700px;
}

.mr-media-logotipo img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px;
  filter: grayscale(1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;

}

.mr-box-logo-footer {
  display: table;
  height: 100%;
}

.mr-box-logo-footer .mr-box-logo-cell {
  display: table-cell;
  vertical-align: middle;
}

.mr-box-list-city .mr-item-city {
  padding-bottom: 4px;
}

.mr-box-list-city .mr-item-city a {
  display: block;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 15px;
  background-image: url("../svg/iconfinder_down4_172458.svg");
  color: #707070 !important;
  text-decoration: none;
}

.blocos-hero-section,
.bloco-hero-unico {
  background-color: white;
  padding: 15px;
  border-radius: 20px;
  margin: 5px;
}

.bloco-hero-unico {
  width: auto;
  max-width: none !important;
  margin: 20px 0;
  padding: 10px;
}

.bloco-hero-unico ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
}

.bloco-hero-unico li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .bloco-hero-unico ul {
    flex-direction: column;
    gap: 10px;
  }
}

.blocos-hero-section {
  min-height: 226px;
}

.blocos-hero-section h5{
  font-weight: bold;
  font-size: 16px;
  color: #5871F2;
}

.blocos-hero-section p{
  font-weight: bold;
  font-size: 16px;
}

.blocos-hero-section p {
  margin-bottom: 10px;
}

.blocos-hero-section ul,
.bloco-hero-unico ul {
  font-size: 14px;
  margin-bottom: 20px;
}

.bloco-hero-unico ul {
  font-weight: 500;
  margin-bottom: 0px;
}

.check-lista {
  color: #47B3C1;
}

@media screen and (max-width: 1279px) {}

#home-flip {
  height: 100px;
  overflow: hidden;
}

#home-flip #home-flip-first span {
  animation: topToBottom 8s linear 1;
  -ms-animation: topToBottom 8s linear 1;
  -webkit-animation: topToBottom 8s linear 1;
  position: absolute;
  opacity: 0;
  padding-left: 7px;
}

#home-flip #home-flip-first span:nth-child(2) {
  animation-delay: 2s;
  -ms-animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

#home-flip #home-flip-first span:nth-child(3) {
  animation-delay: 4s;
  -ms-animation-delay: 4s;
  -webkit-animation-delay: 4s;
}

#home-flip #home-flip-first span:nth-child(4) {
  animation-delay: 6s;
  -ms-animation-delay: 6s;
  -webkit-animation-delay: 6s;
}

#home-flip #home-flip-first span:nth-child(5) {
  animation-delay: 8s;
  -ms-animation-delay: 8s;
  -webkit-animation-delay: 8s;
}

#home-flip #home-flip-first span:nth-child(6) {
  animation: topToBottomFirst 8s linear 1;
  -ms-animation: topToBottomFirst 8s linear 1;
  -webkit-animation: topToBottomFirst 8s linear 1;
  -moz-animation: topToBottomFirst 8s linear 1;
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

#home-flip #home-flip-second span {
  animation: topToBottom 10s linear;
  -ms-animation: topToBottom 10s linear;
  -webkit-animation: topToBottom 10s linear;
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  position: absolute;
  opacity: 0;
}

#home-flip #home-flip-second span:nth-child(1) {
  animation: topToBottomSecond 10s linear 9.5s;
  -ms-animation: topToBottomSecond 10s linear 9.5s;
  -webkit-animation: topToBottomSecond 10s linear 9.5s;
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  opacity: 1;
}

#home-flip #home-flip-second span:nth-child(2) {
  animation-delay: 12s;
  -ms-animation-delay: 12s;
  -webkit-animation-delay: 12s;
}

#home-flip #home-flip-second span:nth-child(3) {
  animation-delay: 14.5s;
  -ms-animation-delay: 14.5s;
  -webkit-animation-delay: 14.5s;
}

#home-flip #home-flip-second span:nth-child(4) {
  animation-delay: 17s;
  -ms-animation-delay: 17s;
  -webkit-animation-delay: 17s;
}

#home-flip #home-flip-second span:nth-child(5) {
  animation-delay: 19.5s;
  -ms-animation-delay: 19.5s;
  -webkit-animation-delay: 19.5s;
}

#home-flip #home-flip-second span:nth-child(6) {
  animation-delay: 22s;
  -ms-animation-delay: 22s;
  -webkit-animation-delay: 22s;
}

#home-flip #home-flip-second span:nth-child(7) {
  animation-delay: 24.5s;
  -ms-animation-delay: 24.5s;
  -webkit-animation-delay: 24.5s;
}

#home-flip #home-flip-second span:nth-child(8) {
  animation-delay: 27s;
  -ms-animation-delay: 27s;
  -webkit-animation-delay: 27s;
}

#home-flip #home-flip-second span:nth-child(9) {
  animation-delay: 29.5s;
  -ms-animation-delay: 29.5s;
  -webkit-animation-delay: 29.5s;
}

#home-flip #home-flip-second span:nth-child(10) {
  animation-delay: 32s;
  -ms-animation-delay: 32s;
  -webkit-animation-delay: 32s;
}

#home-flip #home-flip-second span:nth-child(11) {
  animation-delay: 34.5s;
  -ms-animation-delay: 34.5s;
  -webkit-animation-delay: 34.5s;
}

#home-flip #home-flip-second span:nth-child(12) {
  animation-delay: 37s;
  -ms-animation-delay: 37s;
  -webkit-animation-delay: 37s;
}

#home-flip #home-flip-second span:nth-child(13) {
  animation-delay: 39.5s;
  -ms-animation-delay: 39.5s;
  -webkit-animation-delay: 39.5s;
}

#home-flip #home-flip-second span:nth-child(14) {
  animation-delay: 42s;
  -ms-animation-delay: 42s;
  -webkit-animation-delay: 42s;
}

#home-flip #home-flip-second span:nth-child(15) {
  animation-delay: 44.5s;
  -ms-animation-delay: 44.5s;
  -webkit-animation-delay: 44.5s;
}

#home-flip #home-flip-second span:nth-child(16) {
  animation-delay: 47s;
  -ms-animation-delay: 47s;
  -webkit-animation-delay: 47s;
}

#home-flip #home-flip-second span:nth-child(17) {
  animation-delay: 49.5s;
  -ms-animation-delay: 49.5s;
  -webkit-animation-delay: 49.5s;
}

#home-flip #home-flip-second span:nth-child(18) {
  animation-delay: 52s;
  -ms-animation-delay: 52s;
  -webkit-animation-delay: 52s;
}

#home-flip #home-flip-second span:nth-child(19) {
  animation-delay: 54.5s;
  -ms-animation-delay: 54.5s;
  -webkit-animation-delay: 54.5s;
}

#home-flip #home-flip-second span:nth-child(20) {
  animation-delay: 57s;
  -ms-animation-delay: 57s;
  -webkit-animation-delay: 57s;
}

#home-flip #home-flip-second span:nth-child(21) {
  animation-delay: 59.5s;
  -ms-animation-delay: 59.5s;
  -webkit-animation-delay: 59.5s;
}

#home-flip #home-flip-second span:nth-child(22) {
  animation-delay: 62s;
  -ms-animation-delay: 62s;
  -webkit-animation-delay: 62s;
}

#home-flip #home-flip-second span:nth-child(23) {
  animation-delay: 64.5s;
  -ms-animation-delay: 64.5s;
  -webkit-animation-delay: 64.5s;
}

#home-flip #home-flip-second span:nth-child(24) {
  animation-delay: 67s;
  -ms-animation-delay: 67s;
  -webkit-animation-delay: 67s;
}

#home-flip #home-flip-second span:nth-child(25) {
  animation-delay: 69.5s;
  -ms-animation-delay: 69.5s;
  -webkit-animation-delay: 69.5s;
}

#home-flip #home-flip-second span:nth-child(26) {
  animation-delay: 72s;
  -ms-animation-delay: 72s;
  -webkit-animation-delay: 72s;
}

#home-flip #home-flip-second span:nth-child(27) {
  animation-delay: 74.5s;
  -ms-animation-delay: 74.5s;
  -webkit-animation-delay: 74.5s;
}

#home-flip #home-flip-second span:nth-child(28) {
  animation-delay: 77s;
  -ms-animation-delay: 77s;
  -webkit-animation-delay: 77s;
}

#home-flip #home-flip-second span:nth-child(29) {
  animation-delay: 79.5s;
  -ms-animation-delay: 79.5s;
  -webkit-animation-delay: 79.5s;
}

#home-flip #home-flip-second span:nth-child(30) {
  animation-delay: 82s;
  -ms-animation-delay: 82s;
  -webkit-animation-delay: 82s;
}

#home-flip #home-flip-second span:nth-child(31) {
  animation-delay: 84.5s;
  -ms-animation-delay: 84.5s;
  -webkit-animation-delay: 84.5s;
}

#home-flip #home-flip-second span:nth-child(32) {
  animation-delay: 87s;
  -ms-animation-delay: 87s;
  -webkit-animation-delay: 87s;
}

#home-flip #home-flip-second span:nth-child(33) {
  animation-delay: 89.5s;
  -ms-animation-delay: 89.5s;
  -webkit-animation-delay: 89.5s;
}

#home-flip #home-flip-second span:nth-child(34) {
  animation: topToBottomFirst 10s linear;
  -ms-animation: topToBottomFirst 10s linear;
  -webkit-animation: topToBottomFirst 10s linear;
  -moz-animation: topToBottomFirst 10s linear;
  animation-delay: 92s;
  -ms-animation-delay: 92s;
  -webkit-animation-delay: 92s;
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes topToBottom {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    transform: translateY(-30px);
  }

  10% {
    opacity: 1;
    transform: translateY(0px);
  }

  25% {
    opacity: 1;
    transform: translateY(0px);
  }

  30% {
    opacity: 0;
    transform: translateY(30px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes topToBottom {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -moz-transform: translateY(-30px);
  }

  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -moz-transform: translateY(30px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes topToBottom {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }

  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes topToBottom {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -ms-transform: translateY(-30px);
  }

  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -ms-transform: translateY(30px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes topToBottomFirst {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    transform: translateY(-30px);
  }

  10% {
    opacity: 1;
    transform: translateY(0px);
  }

  25% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-moz-keyframes topToBottomFirst {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -moz-transform: translateY(-30px);
  }

  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}

@-webkit-keyframes topToBottomFirst {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }

  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}

@-ms-keyframes topToBottomFirst {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -ms-transform: translateY(-30px);
  }

  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
}

@keyframes topToBottomSecond {
  25% {
    opacity: 1;
    transform: translateY(0px);
  }

  30% {
    opacity: 0;
    transform: translateY(30px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes topToBottomSecond {
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -moz-transform: translateY(30px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes topToBottomSecond {
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes topToBottomSecond {
  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -ms-transform: translateY(30px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

#_hj-f5b2a1eb-9b07_feedback #_hj-f5b2a1eb-9b07_feedback_minimized {
  display: none !important;
}

.form-piloto {
  max-width: 550px;
  width: 100%;
  margin: 40px auto 80px auto;
}

.form-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-top: 0.6rem;
  font-size: 1rem;
  color: #333;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.form-input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 10px;
  font-family: "Raleway", sans-serif;
  ;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  background-color: #eee;
  background-clip: padding-box;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 10px;
}

.form-select {
  font-family: "Raleway", sans-serif;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  background-color: #eee;
  background-clip: padding-box;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 10px;
}

.form-submit-btn {
  padding: 12px 30px;
  border-color: #F1742F;
  background: #F1742F;
  color: #fff;
  height: 50px;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 1rem;
  border-radius: 5px;
  border: none;
  transition-duration: 0.3s;
  margin-top: 30px;
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.form-submit-btn:hover {
  background: white;
  color: #D46122;
  border: solid 2px #D46122;
  transition-duration: 0.3s;
  cursor: pointer;
}

.div-atividades {
  display: none;
}

.div-cidade {
  display: none;
}

.div-cnpj {
  display: none;
}

.nao-atendemos {
  box-sizing: border-box;
  width: 100%;
  background-color: #dadada;
  color: #333;
  height: auto;
  padding: 15px 20px;
  margin-top: 30px;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Raleway", sans-serif;
}

.div-nao-atendemos {
  display: none;
}

.bloco-post {
  border: none;
  box-shadow: 0px 1px 4px 1px #dedede;
  border-radius: 0.2rem;
  padding: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  background-color: #fafafa;
  max-width: 99%;
  margin: 0 auto;
  padding: 20px;
}

.bloco-post p {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-weight: normal;
}

.bloco-link {
  background: #3957f4;
  text-align: center;
  border-radius: 0.2rem;
  padding: 8px;
  width: 38%;
}

.bloco-link:hover {
  background: #324dd6;
}

.bloco-link a {
  color: #fff;
  font-size: 18px;
}

.bloco-link a:hover {
  color: #fff;
}

.fixed {
  position: sticky;
  top: -20px;
}

.content-banner-desktop,
.content-banner-mobile {
  width: 100%;
  margin: 25px 0;
}

.content-banner-desktop {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-banner-mobile {
  display: none;
  width: 100vw;
  margin-left: -20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.video {
  position: relative;
  padding-bottom: 56.25%;

  height: 0;
  margin: 40px 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-single-content .mr-col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.post-single-content ol {
  margin-bottom: 25px;
}

.banner-leadbooster {
  width: 100%;
  height: 200px;
}

.loader {
  border: 16px solid #f3f3f3;

  border-top: 16px solid #3498db;

  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin-right: auto;
  margin-left: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.contabilidade-mei-wrapper {
  display: none;
}

.div-banner-lateral {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 20px;
}

.div-banner-lateral h3 {
  font-size: 20px;
  color: #707070;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  padding-left: 5px;
  line-height: normal;
  margin-top: 10px;
}

.icon-banner-lateral {
  width: 30%;
}

.cta-banner-lateral {
  background: #3957f4;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px;
  padding: 6px 25px;
}

.cta-banner-lateral img {
  margin-left: auto;
}

.section-header {
  margin-top: -60px;
}

.header-abertura-mei {
  height: 500px;
  width: 100%;
  background-image: url(/static/website/img/capa-header-mei.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 0%;
}

.header-abertura-simples {
  height: 500px;
  width: 100%;
  background-image: url(/static/website/img/capa-header-simples.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 0%;
}

.faixa-mei {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  background-color: #47b3c1;
  padding-left: 40px;
  padding-right: 40px;
}

.faixa-simples {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  background-color: #3957f4;
  padding-left: 40px;
  padding-right: 40px;
}

.faixa-mei .left {
  width: 35%;
  margin-right: 5%;
  min-width: 430px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.faixa-simples .left {
  width: 40%;
  margin-right: 5%;
  min-width: 40px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.faixa-mei .right {
  width: 38%;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.faixa-simples .right {
  width: 38%;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.faixa-mei .right p {
  line-height: 1.4;
}

.faixa-simples .right p {
  line-height: 1.4;
}

.faixa-mei .left h2 {
  font-size: 40px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 18px;
}

.faixa-simples .left h2 {
  font-size: 40px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 18px;
}

.para-quem {
  display: flex;
  justify-content: center;
  align-items: center;
}

.para-quem-wrapper {
  color: #707070;
  width: 100%;
  max-width: 1210px;
  padding: 100px 80px;
}

.para-quem h2 {
  font-size: 2.7rem;
  color: #707070;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 18px;
}

.quem-pode-ser-mei {
  display: flex;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  color: #707070;
  line-height: normal;
  padding: 90px 40px;
}

.quem-pode-ser-mei .left,
.quem-pode-ser-mei .right {
  width: 500px;
  border-radius: 30px;
  padding: 30px 40px;
}

.quem-pode-ser-mei .right {
  background-color: #ffdede;
}

.quem-pode-ser-mei .left {
  margin-right: 40px;
}

.quem-pode-ser-mei h2 {
  font-size: 2.7rem;
  color: #707070;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 30px;
}

.quem-pode-ser-mei .left .subtext {
  font-size: 20px;
  line-height: 1.2;
}

.quem-pode-ser-mei .left .subtext ul {
  margin-left: 18px;
}

.quem-pode-ser-mei .left .subtext ul li {
  list-style: disc;
  margin-bottom: 20px;
}

.quem-pode-ser-mei .left p {
  margin-top: 50px;
  margin-bottom: 15px;
  max-width: 320px;
}

.quem-pode-ser-mei .right h2 {
  max-width: 300px;
  margin-bottom: 30px;
}

.quem-pode-ser-mei .right ul {
  margin-left: 18px;
}

.quem-pode-ser-mei .right ul li {
  list-style: disc;
  margin-bottom: 20px;
  font-size: 16px;
}

.quem-pode-ser-mei .left .link {
  display: flex;
  align-items: center;
  justify-content: left;
}

.abrir-empresa-qipu {
  display: flex;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  color: #707070;
  line-height: normal;
  padding: 90px 40px;
}

.abrir-empresa-qipu .left,
.abrir-empresa-qipu .right {
  width: 500px;
  border-radius: 30px;
  padding: 30px 40px;
}

.abrir-empresa-qipu .right {
  background-color: #f5f5f5;
  color: #707070;
}

.abrir-empresa-qipu .left {
  background-color: #3957f4;
  color: white;
}

.abrir-empresa-qipu h2 {
  font-size: 2.3rem;
  font-family: "Raleway", sans-serif;
  line-height: 1.1;
  margin-bottom: 30px;
}

.abrir-empresa-qipu .abertura-valor {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.abrir-empresa-qipu .subtext {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.abrir-empresa-qipu .left .link {
  display: block;
  color: white;
  text-decoration: underline;
  margin-top: 50px;
  margin-bottom: 30px;
}

.btn-conteudo {
  border: white solid 2px;
  border-radius: 10px;
  padding: 10px;
  color: white;
  background-color: transparent;
  margin-right: 25px;
}

.btn-conteudo h4 {
  font-weight: bold;
}

.btn-conteudo a {
  color: white;
}

.btn-conteudo a:hover {
  background-color: white;
  color: #707070;
}

.btn-conteudo:hover {
  background-color: white;

  color: #707070;
}

.impostos-mei {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 110px;
  padding-left: 20px;
  padding-right: 20px;
}

.impostos-mei h2 {
  font-size: 2.7rem;
  color: #707070;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 30px;
}

.impostos-mei>p {
  font-family: "Raleway", sans-serif;
  color: #707070;
  line-height: 1.3;
  max-width: 650px;
  text-align: center;
  margin-bottom: 20px;
}

.impostos-wrapper {
  width: 100%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.impostos-setor {
  display: flex;
  flex-direction: column;
  max-width: 285px;
  width: 100%;
  background: #f5f5f5;
  margin: 0 12px;
  color: #707070;
  margin-left: auto;
  margin-right: auto;
}

.setor1 {
  background-color: #47b3c1;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: flex-atart;
  color: #fff;
  padding-left: 40px;
  line-height: 1.2;
}

.setor1 h3 {
  font-weight: bold;
  font-size: 18px;
}

.setor1 span {
  font-size: 14px;
}

.setor2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
}

.setor2 img {
  width: 18px;
  margin: 0 30px;
}

.setor2 h4 {
  text-align: center;
  line-height: 1.7;
}

.setor3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  border-top: solid 2px #b7b7b7;
  height: 68px;
  padding: 0 10px;
}

.setor3 span {
  line-height: 1;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}

.setor3 .valor {
  color: #47b3c1;
  font-size: 20px;
  font-weight: bold;
}

.prazos-e-docs,
.section-comparativo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
  color: #707070;
  padding-left: 40px;
  padding-right: 40px;
}

.prazos-e-docs h2,
.section-comparativo h2 {
  font-size: 32px;
  color: #342A69;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 60px;
}

.wrapper-prazos,
.wrapper-comparativo {
  max-width: 980px;
  width: 100%;
  display: flex;
  padding-bottom: 110px;
}

.wrapper-prazos img {
  width: 40px;
  margin-bottom: 25px;
  padding-top: 30px;
}

.wrapper-prazos>.left p {
  max-width: 460px;
}

.wrapper-prazos>.left {
  padding-right: 65px;
  border-right: solid 2px #b7b7b7;
}

.wrapper-prazos>.right {
  padding-left: 65px;
  padding-bottom: 40px;
}

.wrapper-prazos .right h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

.wrapper-comparativo {
  padding: 50px;
}

.wrapper-comparativo .left {
  border-right: solid 2px #b7b7b7;
  padding-right: 40px;
  width: 50%;
}

.wrapper-comparativo .right {
  padding-left: 40px;
  width: 50%;
}

.lista-docs {
  display: flex;
  margin-bottom: 25px;
}

.lista-docs p {
  margin-bottom: 16px;
  width: 100%;
}

.lista-docs .left {
  width: 100%;
}

.lista-docs .right {
  width: 90%;
}

.faixa-milempreendedores .right .item-lista,
.faixa-indicacao .right .item-lista,
.sobre-qipu .right .item-lista {
  display: flex;
}

.tranquilidade-qipu .left .item-lista {
  display: flex;
}

.faixa-milempreendedores,
.faixa-indicacao,
.sobre-qipu,
.tranquilidade-qipu {
  color: #707070;
}

.faixa-indicacao {
  background: #7745d8;
  color: #fff;
}

.sobre-qipu {
  background: #7745d8;
  color: #fff;
}

.tranquilidade-qipu {
  background: #7745d8;
  color: #fff;
}

.faixa-milempreendedores .left {
  display: flex;
  justify-content: center;
}

.faixa-enderecofiscal .left {
  display: block;
  justify-content: center;
}

.faixa-indicacao .left {
  background: #F26B21;
  color: #fff;
  padding: 60px;
}

.sobre-qipu .left {
  background: #fafafa;
  color: #fff;
  padding: 60px;
}

.tranquilidade-qipu .right {
  color: #fff;
}

.faixa-milempreendedores .left h2,
.faixa-indicacao .left h2,
.sobre-qipu .left h2,
.faixa-enderecofiscal .left h2 {
  font-size: 32px;
  line-height: 1.4;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  max-width: 470px;
  margin-top: 60px;
}

.tranquilidade-qipu .right h2 {
  font-size: 32px;
  line-height: 1.4;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  max-width: 470px;
  margin-top: 60px;
}

.faixa-milempreendedores .left .mr-h2,
.faixa-enderecofiscal .left.mr-h2 {
  font-size: 32px;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  max-width: 470px;
  margin-top: 110px;
}

.sobre-qipu .left .mr-h2,
.faixa-indicacao .left .mr-h2 {
  font-size: 32px;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  max-width: 470px;
}

.tranquilidade-qipu .right .mr-h2 {
  font-size: 32px;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  max-width: 470px;
}

.faixa-milempreendedores .right {
  background-image: url(../img/empreendedores-qipu.jpg);
  background-position: center;
  background-size: cover;
  min-height: 60vh;
}

.faixa-enderecofiscal .right {
  background-image: url(../img/endereco-fiscal-sp.png);
  background-position: center;
  background-size: cover;
  min-height: 60vh;
}

.faixa-indicacao .right {
  background-image: url(../img/img-indique.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #F26B21;
  min-height: 60vh;
}

.sobre-qipu .right {
  background-image: url(../img/img-sobre.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fafafa;
  min-height: 60vh;
}

.tranquilidade-qipu .left {
  background-image: url(../img/img-facilidades.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #7745D8;
  min-height: 60vh;
}

.faixa-milempreendedores .right h3,
.faixa-indicacao .right h3 {
  color: white;
  font-size: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

.faixa-milempreendedores .right .container,
.faixa-enderecofiscal .right .container,
.faixa-indicacao .right .container,
.sobre-qipu .right .container {
  width: auto;
  max-width: 430px;
}

.faixa-milempreendedores .right .container span,
.faixa-indicacao .right .container span,
.sobre-qipu .right .container span {
  margin-bottom: -6px;
}

.tranquilidade-qipu .left .container {
  width: auto;
  max-width: 430px;
}

.tranquilidade-qipu .left .container span {
  margin-bottom: -6px;
}

.section-abertura .right .item-lista {
  display: flex;
}

.section-abertura-simples .right .item-lista {
  display: flex;
}

.section-abertura,
.section-plano-mei {
  display: flex;
  color: #707070;
}

.section-abertura-simples {
  display: flex;
  color: #707070;
}

.section-abertura .left {
  width: 50%;
  background: #7745d8;
  color: #fff;
  display: flex;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}

.section-abertura-simples .left {
  width: 50%;
  background: #7745d8;
  color: #fff;
  display: flex;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}

.section-abertura .left h2 {
  font-size: 40px;
  line-height: 1.1;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  max-width: 470px;
  margin-top: 60px;
}

.section-abertura .left .mr-h2 {
  font-size: 44px;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  max-width: 470px;
  margin-top: 110px;
}

.section-abertura-simples .left h2 {
  font-size: 56px;
  line-height: 1.1;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  max-width: 470px;
  margin-top: 80px;
  color: blue;
}

.section-abertura .right {
  background: #f5f5f5;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
}

.section-abertura-simples .right {
  background: #f5f5f5;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
}

.section-abertura .right h3 {
  color: #8B5EE0;
  font-size: 32px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.section-abertura-simples .right h3 {
  color: #8B5EE0;
  font-size: 32px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.section-abertura .right .planos-home {
  color: #5871F2;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.section-abertura .right .container {
  width: auto;
  max-width: 430px;
}

.section-abertura-simples .right .container {
  width: auto;
  max-width: 430px;
}

.section-abertura .right .container span {
  margin-bottom: -6px;
}

.section-abertura-simples .right .container span {
  margin-bottom: -6px;
}

.section-plano-mei .left .item-lista {
  display: flex;
}

.section-plano-mei .left .item-lista p {
  font-size: 18px;
}

.section-plano-mei .left {
  width: 50%;
  background: #7745d8;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 60px 50px 40px;
}

.section-plano-mei .left h2 {
  font-size: 32px;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}

.section-plano-mei .right {
  background: #f5f5f5;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 30px;
}

.section-plano-mei .right h3 {
  color: #8B5EE0;
  font-size: 26px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.section-plano-mei .right .planos-home {
  color: #5871F2;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.destaque-plano-mei,
.plano-mei-mensal {
  padding: 15px;
  text-align: left;
}

.destaque-plano-mei {
  border: 3px solid #F26B21;
  border-radius: 0px 0px 20px 20px;
  margin-bottom: 15px;
}

.cta-plano-mei {
  display: flex;
  align-items: center;
  background-color: #F26B21;
  margin-top: 20px;
  padding: 6px 18px;
  width: 100%;
  text-decoration: none;
  border-radius: 7px;
  color: white;
}

.planos-div {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.botao-planos {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  background-color: #ff8744;
  margin-top: 20px;
  padding: 6px 18px;
  width: fit-content;
  text-decoration: none;
  border-radius: 7px;
}

.botao-planos:hover {
  background-color: #D46122;
}

.item-lista img {
  width: 10px;
  margin-right: 10px;
}

.item-lista p {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  top: 5px;
}

.item-lista {
  display: flex;
  align-items: center;
}

.direto-no-app {
  color: #707070;
  display: flex;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.direto-no-app .left {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.direto-no-app .left .container {
  width: auto;
}

.direto-no-app .left h2 {
  font-size: 56px;
  line-height: 1.1;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  max-width: 500px;
  line-height: 1;
  margin-bottom: 20px;
}

.direto-no-app .left p {
  font-size: 18px;
  line-height: normal;
}

.download-botoes {
  display: flex;
  padding-top: 50px;
  padding-bottom: 30px;
}

.download-botoes img {
  max-width: 150px;
}

.direto-no-app .right {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  padding-left: 7%;
  align-items: flex-end;
}

.download-botoes .img1 {
  max-width: 110px;
  position: relative;
  left: -22px;
  top: -18px;
}

.download-botoes .img2 {
  max-width: 170px;
  position: relative;
  left: -20px;
}

.download-botoes .img3 {
  position: relative;
  left: -7px;
}

.tabela-das {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.das-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 40px;
}

.das-container table th {
  color: #fff;
  background: #8B5EE0;
}

.das-container h2 {
  font-weight: bold;
  color: #8B5EE0;
  font-size: 2.7rem;
}

.das-container p {
  margin: 30px 0 40px 0;
}

.faq-content {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

.question {
  position: relative;
  background: #f9f9f9;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width: 100%;
  cursor: pointer;
  color: #707070;
}

.answers {
  padding: 0px 15px;
  margin: 5px 0;
  width: 100% !important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #707070;
}

.questions:checked~.answers {
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  position: absolute;
  margin-left: 10px;
  margin-top: 5px;
  z-index: 5;
  color: #707070;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.questions:checked~.plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}

.tabela-das .das-container h2 {
  font-size: 56px;
  line-height: 1.1;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  max-width: 470px;
  margin-top: 80px;
  color: #707070;
  max-width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.barra-contato-roxa {
  width: 100%;
  right: 220px;
  padding-left: 33%;
  z-index: 99999999;
  height: 65px;
  background: #7745d8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-decoration: none;
}

.barra-contato-roxa:hover {
  text-decoration: none;
  color: #fff;
}

.barra-contato-roxa img {
  width: 18px;
  margin: 0 10px;
}

.qipu-tipos-de-empresas {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  padding: 90px 0;
}

.wrapper-empresas-simples {
  max-width: 84%;
  width: 100%;
}

.wrapper-empresas-simples h2 {
  color: #707070;
  font-size: 2.7rem;
  font-family: "Raleway", sans-serif;
  text-align: center;
  font-weight: bold;
}

.wrapper-empresas-simples .qipu-subheading {
  color: #707070;
  max-width: 560px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}

.wrapper-empresas {
  margin-top: 50px;
  display: flex;
}

.empresa {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}

.empresa h3 {
  color: #3957f4;
  font-size: 20px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
}

.empresa p {
  color: #707070;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

.quanto-tempo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 80px;
}

.quanto-tempo-wrapper {
  max-width: 1140px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #707070;
  justify-content: center;
}

.quanto-tempo-wrapper .right {
  max-width: 530px;
}

.quanto-tempo-wrapper .right h2 {
  color: #707070;
  font-size: 2.7rem;
  font-family: "Raleway", sans-serif;
  text-align: left;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 35px;
}

.quanto-tempo-wrapper .right p {
  margin-bottom: 20px;
  line-height: normal;
}

.quanto-tempo-wrapper .left img {
  width: 130px;
  margin-right: 100px;
}

.quanto-tempo-wrapper .right {
  text-align: left;
}

.qipu-etapas {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3957f4;
  padding-top: 90px;
  padding-bottom: 30px;
}

.wrapper-etapas {
  max-width: 70%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.etapa {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}

.etapa img {
  max-width: 130px;
  margin-right: 70px;
}

.etapa-texto h3 {
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  margin-bottom: 18px;
  line-height: normal;
}

.etapa-texto p {
  color: #fff;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}

.titulo-2 {
  display: block;
  max-width: 420px;
}

.titulo-4 {
  display: block;
  max-width: 500px;
}

.titulo-5 {
  display: block;
  max-width: 630px;
}

.qipu-header {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.qipu-header .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #3957f4;
  width: 51%;
  min-width: 500px;
  min-height: 60vh;
  border-right: solid 7px #6a5864;
  box-sizing: border-box;
  padding: 6% 7%;
}

.qipu-header .right {
  background-image: url(/static/website/img/thumbnail-simples.jpg);
  background-position: center;
  background-size: cover;
  width: 50%;
  min-height: 60vh;
}

.qipu-header h1 {
  color: #fff;
  font-size: 40px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 18px;
  margin-top: -10px;
  font-weight: bold;
  line-height: normal;
}

.qipu-header-abertura,
.qipu-header-contabilidade,
.qipu-header-contabilidade-mei,
.qipu-header-lucro,
.qipu-header-auxilio-pj {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.qipu-header-contabilidade {
  background: -moz-linear-gradient(311deg, rgba(119, 69, 216, 1) 0%, rgba(57, 87, 244, 1) 100%);
  background: -webkit-linear-gradient(311deg, rgba(119, 69, 216, 1) 0%, rgba(57, 87, 244, 1) 100%);
  background: linear-gradient(311deg, rgba(119, 69, 216, 1) 0%, rgba(57, 87, 244, 1) 100%);
}

.qipu-header-contabilidade-mei {
  background-color: #47B3C1;
}

.qipu-header-lucro {
  background-color: #3957F4;
}

.qipu-header-auxilio-pj {
  background-color: #3957F4;
}

.qipu-header-contabilidade .left,
.qipu-header-contabilidade-mei .left,
.qipu-header-lucro .left,
.qipu-header-auxilio-pj .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.qipu-header-abertura .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #3957f4;
  box-sizing: border-box;
}

.qipu-header-abertura .right {
  background-image: url(../img/header-abertura-empresa.png);
  background-position: center;
  background-size: cover;
  min-height: 60vh;
  background-color: #3957f4;
}

.qipu-header-abertura h1,
.qipu-header-contabilidade h1,
.qipu-header-contabilidade-mei h1,
.qipu-header-lucro h1,
.qipu-header-auxilio-pj h1 {
  color: #fff;
  font-size: 38px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 18px;
  font-weight: bold;
  line-height: normal;
}

.qipu-header-contabilidade .right {
  background-image: url(../img/contabilidade-header.png);
  background-position: center;
  background-size: cover;
  min-height: 60vh;
}

.qipu-header-auxilio-pj .right {
  background-image: url(../img/auxilio-contabil-header.png);
  background-position: center;
  background-size: cover;
  min-height: 40vh;
}

.qipu-header-contabilidade-mei .right {
  background-image: url(../img/contabilidade-mei-header.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #47B3C1;
  min-height: 60vh;
}

.qipu-header-lucro .right {
  background-image: url(../img/lucro-presumido-header.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #3957F4;
  min-height: 60vh;
}

.qipu-header-contabilidade .mr-btn-header a,
.qipu-header-auxilio-pj .mr-btn-header a {
  margin-top: 20px;
}

.qipu-subheading {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}

.qipu-btn-orange-a {
  text-decoration: none;
  align-self: start;
  margin-top: 60px;
}

.qipu-btn-orange {
  width: auto;
  height: auto;
  background-color: #F1742F;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  border-radius: 0.3rem;
  cursor: pointer;
  font-weight: 600;
}

.qipu-btn-orange:hover {
  background-color: #D46122;
}

.qipu-btn-azul-roxo {
  width: auto;
  height: auto;
  background-color: #5871F2;
  padding: 10px 25px;
  border-radius: 0.3rem;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  color: white;
}

.qipu-btn-azul-roxo:hover {
  background-color: #455EDB;
}

.qipu-btn-orange img {
  margin-left: 20px;
  filter: brightness(100);
  height: 13px;
}

.qipu-btn-orange p {
  margin: 0;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

.qipu-tipos-de-empresas2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background-color: #f7f7f5;
  padding: 70px 0;
}

.wrapper-empresas-simples2 {
  max-width: 84%;
  width: 100%;
}

.wrapper-empresas-simples2 h2 {
  color: #707070;
  font-size: 2.6rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}

.wrapper-empresas-simples2 .qipu-subheading {
  color: #707070;
  max-width: 560px;
  display: block;
  margin-top: -5px;
  line-height: normal;
}

.wrapper-empresas2 {
  margin-top: 50px;
  display: flex;
}

.empresa2 {
  width: 16%;
  margin-left: auto;
  margin-right: auto;
}

.empresa2:first-of-type {
  margin-left: 0;
}

.empresa2:last-of-type {
  margin-right: 0;
}

.empresa2 h3 {
  color: #3957f4;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.empresa2 p {
  color: #707070;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
}

.qipu-faixa-simulador {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3957f4;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  height: 60px;
}

.qipu-faixa-simulador img {
  margin-left: 15px;
  filter: brightness(100);
  height: 13px;
}

.qipu-cidades-abertura {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 90px 0 70px 0;
}

.wrapper-cidades-abertura {
  max-width: 70%;
  width: 100%;
}

.qipu-cidades-abertura-heading {
  display: flex;
  align-items: center;
}

.qipu-cidades-abertura-heading h2 {
  color: #7745d8;
  font-family: "Raleway", sans-serif;
  font-size: 2.6rem;
  margin-bottom: 50px;
  margin-top: -10px;
}

.qipu-cidades-abertura-heading img {
  height: 80px;
  margin-right: 40px;
  position: relative;
  top: -30px;
}

.lista-cidades-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 69%;
  width: 100%;
}

.lista-cidades-wrapper .coluna p {
  color: #707070;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}

.sigla-estado {
  font-weight: normal;
}

.qipu-btn-outlined-a {
  text-decoration: none;
  align-self: start;
  margin-top: 60px;
  margin: 40px auto 0 auto;
}

.qipu-btn-outlined {
  width: auto;
  height: auto;
  background-color: transparent;
  padding: 10px 65px;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  border: solid 1px #707070;
  cursor: pointer;
}

.faixa-roxa-simulador .qipu-btn-outlined {
  padding: 10px 35px;
  position: relative;
  top: -5px;
}

.faixa-roxa-simulador .qipu-btn-outlined-a {
  margin-left: auto;
  margin-right: auto;
}

.qipu-btn-outlined img {
  margin-left: 20px;
  height: 13px;
}

.qipu-btn-outlined p {
  margin: 0;
  color: #707070;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

.qipu-btn-blue img {
  margin-left: 20px;
  height: 13px;
}

.qipu-btn-blue p {
  margin: 0;
  color: #fff !important;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

.lista-cidades-wrapper .coluna {
  margin-left: auto;
  margin-right: auto;
}

.lista-cidades-wrapper .coluna:first-of-type {
  margin-left: 0;
}

.lista-cidades-wrapper .coluna:last-of-type {
  margin-right: 0;
}

.faixa-roxa-simulador {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8B5EE0;
  padding: 80px 40px;
}

.faixa-roxa-simulador .container h2 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
}

.faixa-roxa-simulador .container {
  color: #fff;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.faixa-roxa-wrapper {
  max-width: 1000px;
  width: 100%;
  display: flex;
}

.portal {
  display: flex;
}

.portal .left {
  width: 100%;
  overflow: hidden;
}

.portal .right {
  width: 100%;
  overflow: hidden;
}

.portal .left>img,
.portal .right>img {
  width: 100%;
  display: block;
  transition: transform 0.5s;
  position: relative;
  z-index: -1;
}

.portal .left .botao {
  width: 100%;
  height: 160px;
  background: #47b3c1;
  color: #fff;
  font-weight: bold;
  margin-top: -6px;
  display: flex;
  align-items: center;
  font-size: 28px;
  justify-content: space-between;
  padding: 50px;
}

.portal .left .botao img {
  width: 60px;
  margin-left: auto;
}

.portal .left:hover>img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.portal .right:hover>img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.portal .right:hover,
.portal .left:hover {
  cursor: pointer;
}

.portal .right .botao {
  width: 100%;
  height: 160px;
  background: #3957f4;
  color: #fff;
  font-weight: bold;
  margin-top: -6px;
  display: flex;
  align-items: center;
  font-size: 28px;
  justify-content: space-between;
  padding: 50px;
}

span {
  max-width: 200px;
  line-height: normal;
}

span.qipu-subheading {
  max-width: 100%;
}

.portal .right .botao img {
  width: 60px;
  margin-left: auto;
}

.portal .right .botao .card-opcoes {
  max-width: 100%;
  font-size: 24px;
  text-align: center;
}

.entenda-mais {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 10px;
}

.entenda-mais h2 {
  color: #342A69;
  font-size: 32px;
  font-family: "Raleway", sans-serif;
  text-align: left;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 50px;
  margin-top: 130px;
  text-align: center;
}

.tabs-tipos a {
  color: #c1c1c1;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  padding: 8px 40px;
  border-radius: 0.7rem;
}

.tab-mei-ativa {
  background-color: #47b3c1;
  color: #fff !important;
}

.tab-simples-ativa {
  background-color: #3957f4;
  color: #fff !important;
}

.conteudo-mei {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
}

.conteudo-simples {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
}

.conteudo-mei .texto-mei {
  display: flex;
  max-width: 1060px;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.conteudo-simples .texto-simples {
  display: flex;
  max-width: 1060px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.conteudo-mei .texto-mei .left {
  margin-right: 70px;
}

.conteudo-simples .texto-simples .left {
  margin-right: 70px;
}

.conteudo-simples .texto-simples .right p:first-of-type {
  margin-bottom: 20px;
}

.conteudo-mei .texto-mei .left span {
  font-size: 150px;
  color: #47b3c1;
  font-weight: bold;
}

.conteudo-simples .texto-simples .left span {
  font-size: 150px;
  color: #3957f4;
  font-weight: bold;
  line-height: 0.8;
}

.quadro-mei {
  margin: 20px auto;
  width: 100%;
  max-width: 980px;
  height: auto;
  background-color: #fff;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-row: auto auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.quadro-mei .box {
  background-color: #47b3c1;
  padding: 20px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 40px;
  font-family: sans-serif;
  border-bottom-right-radius: 25px;
  position: relative;
  height: 310px;
  cursor: pointer;
}

.quadro-simples {
  margin: 20px auto;
  width: 100%;
  max-width: 980px;
  height: auto;
  background-color: #fff;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-row: auto auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.quadro-simples .box {
  background-color: #3957f4;
  padding: 20px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 40px;
  font-family: sans-serif;
  border-bottom-right-radius: 25px;
  position: relative;
  height: 310px;
  cursor: pointer;
}

.box h3 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  line-height: normal;
  max-width: 360px;
}

.box img {
  width: 28px;
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.fechar-resposta {
  transform: rotate(45deg);
}

.box-resposta {
  max-width: 390px;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

.link-beneficios-mei {
  display: flex;
  max-width: 980px;
  width: 100%;
  margin-top: -10px;
}

.cnaes-permitidos-mei {
  display: flex;
  margin-top: 0px;
}

.cnaes-permitidos-simples {
  display: flex;
  margin-top: 00px;
}

.beneficios-do-mei {
  display: flex;
  margin-top: 80px;
}

.cnaes-permitidos-mei .left {
  width: 50%;
  background: #47b3c1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.cnaes-permitidos-simples .left {
  width: 50%;
  background: #142372;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.beneficios-do-mei .left {
  width: 50%;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cnaes-permitidos-mei .right {
  width: 50%;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
}

.cnaes-permitidos-simples .right {
  width: 50%;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
}

.beneficios-do-mei .right {
  width: 50%;
  background: #47b3c1;
  display: flex;
  flex-direction: column;
}

.cnaes-permitidos-mei .left h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-top: 18px;
}

.cnaes-permitidos-simples .left h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-top: 18px;
}

.beneficios-do-mei .left h2 {
  font-size: 2.5rem;
  color: #707070;
  font-weight: bold;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cnaes-permitidos-mei .left span {
  font-size: 2.5rem;
  color: #1d575f;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 60px;
  display: block;
}

.cnaes-permitidos-simples .left span {
  font-size: 2.5rem;
  color: #3957f4;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 60px;
  display: block;
}

.beneficios-do-mei .left span {
  font-size: 1.2rem;
  color: #47b3c1;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
  display: block;
}

.cnaes-permitidos-mei .left p {
  color: #fff;
  margin-bottom: 20px;
}

.cnaes-permitidos-simples .left p {
  color: #fff;
  margin-bottom: 20px;
}

.beneficios-do-mei .left p {
  color: #707070;
  margin-bottom: 20px;
}

.wrapper-texto-left {
  max-width: 430px;
}

.wrapper-texto-left2 {
  max-width: 420px;
}

.p-link-profissoes {
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
}

.item-atividades-permitidas {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 2px #b7b7b7;
  padding: 16px 20px;
  padding-right: 35px;
  align-items: center;
}

.item-beneficio {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #3c97a3;
  padding: 16px 20px;
  padding-right: 35px;
  align-items: center;
}

.item-beneficio:last-of-type {
  border: none;
}

.item-atividades-permitidas:first-of-type {
  border: none;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 18px;
  margin-top: 60px;
}

.item-atividades-permitidas p {
  max-width: 260px;
  line-height: normal;
  color: #707070;
}

.item-beneficio:first-of-type {
  border: none;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 18px;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  max-width: 1000px;
}

.item-beneficio:first-of-type p {
  max-width: unset;
  align-self: baseline;
  margin-bottom: 20px;
  color: #fff;
}

.item-beneficio .subtexto {
  font-weight: normal;
}

.item-beneficio p {
  max-width: 260px;
  line-height: normal;
  color: #707070;
}

.item-atividades-permitidas p:last-of-type {
  margin-left: auto;
}

.item-beneficio p:last-of-type {
  margin-left: auto;
}

.cnaes-permitidos-mei .right .container {
  width: 85%;
  position: relative;
  margin-bottom: -22px;
  padding: 0 30px;
}

.cnaes-permitidos-simples .right .container {
  width: 85%;
  position: relative;
  margin-bottom: -22px;
  padding: 0 30px;
}

.beneficios-do-mei .right .container {
  width: 85%;
  position: relative;
  margin-bottom: -22px;
  padding: 0 30px;
}

.botao-lista-cnaes {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1d575f;
  height: 60px;
  position: relative;
  z-index: 5;
  box-shadow: 0 -50px 100px 10px #fff;
}

.cnaes-permitidos-simples .right .botao-lista-cnaes {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3957f4;
  height: 60px;
  position: relative;
  z-index: 5;
  box-shadow: 0 -50px 100px 10px #fff;
}

.botao-lista-cnaes p {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}

.faturamento-mei {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
  border-bottom: solid 2px #b7b7b7;
  margin-bottom: 100px;
}

.anexos-simples {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
  border-bottom: solid 2px #b7b7b7;
  margin-bottom: 100px;
}

.faturamento-mei h2 {
  color: #707070;
  font-size: 2.7rem;
  font-family: "Raleway", sans-serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 35px;
}

.anexos-simples h2 {
  color: #707070;
  font-size: 2.7rem;
  font-family: "Raleway", sans-serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 35px;
}

.faturamento-mei p {
  color: #707070;
  margin-bottom: 20px;
  line-height: normal;
  max-width: 780px;
  text-align: center;
}

.anexos-simples p {
  color: #707070;
  margin-bottom: 20px;
  line-height: normal;
  max-width: 650px;
  text-align: center;
}

.tabela-meses {
  display: flex;
  max-width: 980px;
  width: 100%;
  flex-direction: column;
  margin-top: 80px;
  padding-bottom: 100px;
}

.tabela-meses .meses-1 {
  display: flex;
  max-width: 980px;
  width: 100%;
}

.tabela-anexos {
  display: flex;
  max-width: 980px;
  align-items: center;
  width: 100%;
  flex-direction: column;
  margin-top: 80px;
  padding-bottom: 100px;
}

.tabela-anexos .anexos-1 {
  display: flex;
  justify-content: center;
  max-width: 980px;
  width: 100%;
}

.meses-1 .mes {
  border-left: solid 5px #47b3c1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  padding-left: 5px;
  flex-direction: column;
  min-width: 180px;
  margin: 20px 0;
}

.anexos-1 .anexo {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-width: 180px;
  margin: 20px 25px;
}

.meses-1 .mes p {
  margin-top: 8px;
  margin-bottom: 2px;
}

.anexos-1 .anexo p {
  margin-top: 8px;
  margin-bottom: 2px;
}

.mes h4 {
  font-weight: bold;
  color: #47b3c1;
  font-size: 18px;
}

.anexo h4 {
  font-weight: bold;
  text-decoration: underline;
  color: #3957f4;
  font-size: 18px;
}

.tela-beneficios {
  width: 220px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

.item-beneficio p {
  margin-left: auto;
  color: #fff;
}

.item-beneficio p:first-of-type {
  margin-left: 0;
  width: 220px;
  font-weight: bold;
}

.item-beneficio p:last-of-type {
  margin-left: 0;
  margin-right: auto;
}

.item-beneficio a {
  color: #333;
  text-decoration: underline;
}

.item-beneficio .p-titulo {
  width: unset !important;
  font-size: 1.4rem;
  margin-bottom: 40px;
}

.declaracao-anual-mei {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: solid 2px #b7b7b7;
}

.declaracao-anual-mei .left {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.declaracao-anual-mei .left h2,
.declaracao-anual-mei .left span,
.declaracao-anual-mei .left p,
.declaracao-anual-mei .left a {
  width: 100%;
  max-width: 500px;
}

.declaracao-anual-mei .right {
  width: 50%;
  display: flex;
  padding-left: 7%;
}

.declaracao-anual-mei .right img {
  max-width: 305px;
  display: block;
  margin-left: 30px;
}

.declaracao-anual-mei .left h2 {
  color: #707070;
  font-size: 2.7rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}

.declaracao-anual-mei .left p {
  max-width: 500px;
}

.subtitulo-das {
  font-size: 1.2rem;
  color: #47b3c1;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 25px;
  display: block;
}

.declaracao-anual-mei p {
  color: #707070;
  margin-bottom: 20px;
}

.impostos2 {
  border: none;
  padding-bottom: 50px !important;
}

.preco-left {
  font-size: 34px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
}

.preco-left-pequeno {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}

.preco-left-destaque {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  background-color: #F26B21;
  border: transparent;
  border-radius: 15px 15px 0px 0px;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  min-width: 100%;
}

.preco-left-mensal {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
}

.declaracao-anual-mei .right {
  align-self: flex-end;
}

.faturamento-simples {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 110px;
  border-bottom: solid 2px #b7b7b7;
}

.faturamento-simples h2 {
  color: #707070;
  font-size: 2.7rem;
  font-family: "Raleway", sans-serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 70px;
}

.faturamento-simples .wrapper-faturamento-simples {
  display: flex;
  max-width: 980px;
  width: 100%;
  justify-content: center;
}

.wrapper-faturamento-simples div {
  max-width: 307px;
  width: 100%;
}

.wrapper-faturamento-simples .left {
  margin-right: 30px;
}

.wrapper-faturamento-simples .titulo {
  background-color: #3957f4;
  height: 75px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px;
  line-height: 1;
}

.wrapper-faturamento-simples .texto {
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0;
}

.wrapper-faturamento-simples .texto p {
  max-width: 150px;
  text-align: center;
  line-height: 1.3;
  color: #707070;
}

.wrapper-faturamento-simples .titulo h4 {
  font-weight: bold;
  font-size: 18px;
}

.valor-limite {
  font-weight: bold;
  font-size: 20px;
  color: #3957f4;
  display: block;
  margin-top: 5px;
}

.obrigacoes-simples-nacional {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: solid 2px #b7b7b7;
}

.obrigacoes-simples-nacional h2 {
  color: #707070;
  font-size: 2.7rem;
  font-family: "Raleway", sans-serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 100px;
}

.wrapper-obrigacoes-simples {
  width: 100%;
  max-width: 980px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-obrigacoes-simples .obrigacao {
  display: flex;
  max-width: 700px;
  align-items: center;
  margin-bottom: 80px;
}

.wrapper-obrigacoes-simples .obrigacao>img {
  max-width: 80px;
  margin-right: 35px;
}

.wrapper-obrigacoes-simples .obrigacao .texto h3 {
  font-weight: bold;
  font-size: 20px;
  color: #3957f4;
  display: block;
  margin-bottom: 12px;
}

.wrapper-obrigacoes-simples .obrigacao .texto p {
  color: #707070;
}

.qipu-btn-blue-a {
  text-decoration: none;
  align-self: start;
  margin-top: 60px;
  margin: 40px auto 0 auto;
}

.qipu-btn-blue {
  width: fit-content;
  height: auto;
  background-color: #3957f4;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  margin-top: 18px;
  cursor: pointer;
}

.o-que-estao-falando-do-qipu {
  display: flex;
  justify-content: center;
  height: auto;
  padding: 60px 50px;
  background: #3957f4;
  flex-direction: column;
  align-items: center;
}

.o-que-estao-falando-do-qipu .slider {
  max-width: 980px;
  width: 100%;
}

.o-que-estao-falando-do-qipu h2 {
  color: #fff;
  font-size: 2.7rem;
  font-family: "Raleway", sans-serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 60px;
}

.o-que-estao-falando-do-qipu .slider div {
  display: block;
  outline: none;
}

.o-que-estao-falando-do-qipu .slider div p,
.o-que-estao-falando-do-qipu .slider div span {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.o-que-estao-falando-do-qipu .slider div p {
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
  font-family: "Raleway", sans-serif;
  max-width: 80%;
}

.o-que-estao-falando-do-qipu .slider div span {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-family: "Raleway", sans-serif;
  margin-top: 20px;
}

.control-c {
  width: 50px !important;
  height: 50px !important;
}

.prev {
  transform: scaleX(-1) !important;
  top: 25% !important;
}

.typeform {
  cursor: pointer;
}

.portal {
  scroll-margin-top: 101px !important;
}

.banner-lumis-link {
  text-decoration: none !important;
}

.banner-lumis {
  width: 100%;
  background-color: #fafafa;
  display: block;
  margin: 20px 0 !important;
  border-left: solid 5px #3957f5 !important;
}

.banner-lumis-texto {
  font-size: 32px !important;
  color: #3957f5 !important;
  padding: 35px !important;
  text-align: center !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold !important;
  margin: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.servicos-table-h2 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 32px;
  color: #8B5EE0;
  font-weight: 700;
}

.planos-valor {
  margin-bottom: 40px;
  margin-top: 90px;
}

.planos-valor-2 {
  margin-top: 120px;
  margin-bottom: 40px;
}

.text-planos {
  display: block;
  font-family: "Raleway", sans-serif;
  color: #707070;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.text-planos-valor {
  font-size: 36px;
}

.destaque-texto {
  color: #8B5EE0;
  font-weight: bold;
}

.text-planos-sm {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.slider-planos {
  background-color: #fafafa;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 0px 0px 20px 20px;
  padding: 15px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.planos-aba-unica {
  background-color: transparent !important;
  border-radius: 0px;
  padding: 0px;
  box-shadow: none !important;
}

.tab-planos-info {
  background-color: #f7f7f5;
  width: auto;
  padding: 15px 50px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
  margin: 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .tab-planos-info {
    font-size: 16px;
    padding: 15px 20px;
  }

  .secao-planos {
    padding: 60px 20px;
  }

  .titulos-secao-planos {
    margin: 30px 0px;
  }

  .card-planos-body {
    min-height: 530px;
  }

  .slider-planos {
    padding: 15px;
    text-align: center;
    overflow: hidden;
  }

  .slides-planos {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .slides-planos::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }

  .slides-planos::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
  }

  .slides-planos::-webkit-scrollbar-track {
    background: transparent;
  }

  .slides-planos>div {
    scroll-snap-align: start;
    min-width: 60%;
    margin-right: 30px;
    border-radius: 10px;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .slides-planos>a {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
  }

  .slides-planos>a:active {
    top: 1px;
  }

  .slides-planos>a:focus {
    background: #fff;
  }

  @supports (scroll-snap-type) {
    .slides-planos>a {
      display: none;
    }
  }

  .tablinks {
    font-size: 14px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400 !important;
  }

  .planos-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {

  .slider-planos-hero {
    width: 250px;
    text-align: center;
    overflow: hidden;
  }

  .slides-planos-hero {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .slides-planos-hero::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }

  .slides-planos-hero::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
  }

  .slides-planos-hero::-webkit-scrollbar-track {
    background: transparent;
  }

  .slides-planos-hero>div {
    scroll-snap-align: start;
    min-width: 250px;
    margin-right: 10px;
    border-radius: 10px;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
  }

  .slides-planos-hero>a {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
  }

  .slides-planos-hero>a:active {
    top: 1px;
  }

  .slides-planos-hero>a:focus {
    background: #fff;
  }

  @supports (scroll-snap-type) {
    .slides-planos-hero>a {
      display: none;
    }
  }
}

.tablinks {
  background-color: #f1ebfc;
  padding: 10px 5px;
  text-align: center;
  border: solid 1px #ccc;
  color: #8B5EE0;
  font-weight: 600;
  cursor: pointer;
  word-wrap: break-word;
  width: 33.33%;
  border-radius: 20px 20px 0px 0px;
}

.tablinks:hover {
  background-color: #e0d5f5;
}

.tablinks.active {
  background-color: #8B5EE0;
  color: white;
  box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.1);
}

.tab {
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
}

.chat-button {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background-color: #25D366;
  border: none;
  border-radius: 50%;
  width: 4.3rem;
  height: 4.3rem;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 1rem;
}

.chat-button:hover {
  background-color: #1EBE5D;
}

.chat-button svg {
  width: 100%;
  height: 100%;
  color: white;
}

.tooltip {
  position: absolute;
  right: calc(100% + 1rem);
  top: 30%;
  transform: translateY(-50%);
  background: white;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  display: none;
  animation: fadeIn 0.3s ease-out forwards;
  font-family: 'Raleway', sans-serif;
}

.badge {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  background-color: #F26B21;
  color: white;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: bold;
  display: none;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-out forwards;
}

.lightbox {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  background: #f5f5f5;
  position: relative;
  width: 60%;
  height: 90%;
  border-radius: 15px;
}

.iframe_btn {
  width: 100%;
  margin: auto;
  height: 100%;
  padding: 30px;
}

.close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
  z-index: 1;
}

.close-button:hover {
  color: #333;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(0.625rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lightbox-enderecofiscal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.lightbox-enderecofiscal-content {
  background: #fff;
  border-radius: 10px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.lightbox-enderecofiscal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.lightbox-enderecofiscal-content iframe {
  width: 100%;
  height: 80vh;
  border: none;
}

@media (max-width: 768px) {
  .lightbox-enderecofiscal {
    padding: 0;
  }

  .lightbox-enderecofiscal-content {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .lightbox-enderecofiscal-content iframe {
    height: 100%;
  }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  .bar-search input[type="submit"],
  .footer-featured-social__btn,
  .footer-banner-form:before,
  .gotop-btn:before,
  .posts-list-item-bar-author:before,
  .posts-list-item-bar-date:before,
  .posts-list-item-bar-tags:before,
  .posts-list-item-bar-comments:before,
  .sidebar-newsletter:after {
    background-image: url("/static/website/img/sprite@2x.png");
    -webkit-background-size: 614px 495px;
    -moz-background-size: 614px 495px;
    background-size: 614px 495px;
  }

  .featured-app__btn:before,
  .home-why-header h2:after,
  .home-why-item-icon,
  .home-tools-item:before,
  .home-testimonies-quotes,
  .accounting-featured h1:before,
  .accounting-featured h2 i:after,
  .accounting-featured-back__btn:before,
  .accounting-featured-form button:after,
  .account-content-list-item-icon,
  .features-header-back__btn:before,
  .footer-social__btn,
  .footer-mobile__btn {
    background-image: url("/static/website/img/sprite@2x.png");
    -webkit-background-size: 614px 495px;
    -moz-background-size: 614px 495px;
    background-size: 614px 495px;
  }
}

@media (max-width: 480px) {
  .lightbox-content {
    width: 95%;
    height: 70%;
  }

  .chat-button {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

@media (max-width: 600px) {
  .planos-slot {
    width: 95%;
    position: relative;
    margin: 10px auto;
    margin-bottom: 30px;
    height: auto;
  }

  .planos-box {
    margin-bottom: 45px;
    height: auto;
  }

  .planos-section {
    padding-bottom: 20px !important;
  }

  .planos-title2 {
    min-height: 110px;
  }
}

@media (max-width: 767px) {
  .mr-h1 {
    font-size: 32px;
    line-height: 1.3;
    color: #342A69;
    font-weight: 700;
  }

  .mr-h2 {
    font-size: 28px;
    line-height: 1.3;
    color: #342A69;
    font-weight: 700;
  }

  .mr-h3 {
    font-size: 24px;
    color: #5871F2;
    font-weight: 600;
  }

  .mr-h4 {
    font-size: 20px;
    color: #707070;
    font-weight: 600;
  }

  .mr-row {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
  }

  .mr-btn-header {
    width: 100%;
  }

  .buttons-wrapper {
    max-width: 100%;
    display: block;
  }

  .planos h2 {
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 10px;
  }

  .planos-title {
    min-height: 45px;
    font-size: 1.3rem;
  }

  .planos-title2 {
    min-height: 75px;
  }

  .planos-slot {
    margin-bottom: 30px;
    width: 350px;
  }

  .planos-box {
    height: 580px;
    margin-bottom: 20px;
  }

  .desktop-hidden {
    display: block;
  }

  .mobile-hidden {
    display: none;
  }

  .planos-slot button {
    margin: 10px;
  }
}

@media (max-width: 768px) {
  .lightbox-content {
    width: 80%;
    height: 70%;
  }
}

@media (max-width: 980px) {
  .planos-slot {
    min-width: 200px;
    margin-bottom: 30px;
    padding: 0px 0;
    padding-bottom: 20px;
  }

  .planos-container {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding-bottom: 10px;
  }

  .planos-title {
    height: 30px;
    padding-top: 15px;
    font-size: 1rem;
  }

  .planos-slot ul {
    height: auto;
    padding: 0 35px;
  }

  .planos-slot p {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 200px;
  }

  .planos-preco {
    margin: -25px 0 0px 0;
    padding: 20px 0px;
    text-align: center;
    margin-left: -26px;
    font-family: "Raleway", sans-serif;
  }

  .planos-slot ul {
    margin-top: 0;
  }

  .planos-slot button {
    margin: -10px 15px 10px 15;
  }

  .planos h2 {
    text-align: center;
  }

  .gratis {
    margin-left: 0;
  }
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }

  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:first-child .card-img-top,
  .card-group>.card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:first-child .card-img-bottom,
  .card-group>.card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:last-child .card-img-top,
  .card-group>.card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:last-child .card-img-bottom,
  .card-group>.card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group>.card:only-child {
    border-radius: 0.25rem;
  }

  .card-group>.card:only-child .card-img-top,
  .card-group>.card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group>.card:only-child .card-img-bottom,
  .card-group>.card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }

  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }

  .def-table-wrap {
    margin-top: 10px;
  }
}

@media (min-width: 640px) {

  .funcionalidades-table td,
  .funcionalidades-table th {
    display: table-cell !important;
  }

  .funcionalidades-table td+td,
  .funcionalidades-table th+th {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .form-wrapper .fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-wrapper .field {
    width: 100% !important;
    margin: 0 0 1em !important;
  }

  .none-mobile {
    display: none !important;
  }

  .none-desktop {
    display: block;
  }

  #btn-whats a {
    position: fixed !important;
    bottom: 60px !important;
    right: 15px !important;
  }
}

@media screen and (max-width: 1023px) {
  .header-logo {
    width: 20%;
  }

  .header-nav {
    width: 67%;
  }

  .header-nav-list--category {
    width: 33%;
  }

  .header-btn--registered {
    display: none;
  }

  .header-btn--register {
    width: 13%;
  }

  .header-nav-list--main {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .col-md-12 {
    max-width: 100%;
    width: 100%;
  }

  .tablet-hide {
    display: none;
  }

  .tablet-show {
    display: block;
  }

  body {
    font-size: 1rem !important;
  }

  .img-section-vantagens {
    min-height: 60vh;
  }

  .qipu-header-contabilidade .left {
    padding: 60px 60px 100px 60px;
    min-width: unset;
    width: 100%;
    border: none;
  }

  .qipu-header-auxilio-pj .left {
    padding: 60px 60px 100px 60px;
    min-width: unset;
    width: 100%;
    border: none;
    margin-bottom: 60px
  }

  .faixa-milempreendedores,
  .faixa-indicacao,
  .sobre-qipu,
  .tranquilidade-qipu,
  .faixa-enderecofiscal {
    display: block;
  }

  .faixa-milempreendedores .right,
  .faixa-indicacao .right,
  .sobre-qipu .right,
  .faixa-enderecofiscal .right {
    background-repeat: no-repeat;
  }

  .faixa-milempreendedores .left,
  .faixa-milempreendedores .right,
  .faixa-indicacao .left,
  .faixa-indicacao .right,
  .sobre-qipu .left,
  .sobre-qipu .right,
  .tranquilidade-qipu .left,
  .tranquilidade-qipu .right,
  .faixa-enderecofiscal .right,
  .faixa-enderecofiscal .left {
    width: 100%;
  }

  .faixa-milempreendedores .left,
  .tranquilidade-qipu .right,
  .faixa-enderecofiscal .left {
    padding: 40px 40px 0px 40px;
    min-height: 70vh;
  }

  .faixa-milempreendedores .left,
  .faixa-milempreendedores .right,
  .faixa-enderecofiscal .right,
  .faixa-enderecofiscal .left,
  .faixa-indicacao .left,
  .faixa-indicacao .right,
  .sobre-qipu .left,
  .sobre-qipu .right,
  .tranquilidade-qipu .left,
  .tranquilidade-qipu .right {
    width: 100%;
  }

  .faixa-milempreendedores .right,
  .faixa-indicacao .right,
  .sobre-qipu .right,
  .faixa-enderecofiscal .right {
    background-repeat: no-repeat;
  }

  .faixa-milempreendedores .left,
  .faixa-milempreendedores .right,
  .faixa-enderecofiscal .right,
  .faixa-enderecofiscal .left,
  .faixa-indicacao .left,
  .faixa-indicacao .right,
  .sobre-qipu .left,
  .sobre-qipu .right,
  .tranquilidade-qipu .left,
  .tranquilidade-qipu .right {
    width: 100%;
  }

  .qipu-header-abertura,
  .qipu-header-contabilidade,
  .qipu-header-contabilidade-mei,
  .qipu-header-lucro,
  .qipu-header-auxilio-pj {
    flex-direction: column;
    text-align: center;
  }

  .qipu-header-abertura .left,
  .qipu-header-contabilidade-mei .left,
  .qipu-header-lucro .left,
  .qipu-header-auxilio-pj .left {
    min-width: unset;
    width: 100%;
    border: none;
    padding: 40px;
  }

  .qipu-header-abertura .right,
  .qipu-header-contabilidade .right,
  .qipu-header-contabilidade-mei .right,
  .qipu-header-lucro .right,
  .qipu-header-auxilio-pj .right {
    margin-top: -50px;
    border: none;
    width: 100%;
  }
}

@media screen and (max-width: 1040px) {
  .tools-wrapper .tools-column .tools-content .title {
    max-width: 100%;
  }

  .cnaes-permitidos-mei .right .container {
    width: 100%;
  }

  .cnaes-permitidos-simples .right .container {
    width: 100%;
  }

  .item-atividades-permitidas p {
    max-width: 180px;
  }

  .cnaes-permitidos-mei .left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cnaes-permitidos-simples .left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faturamento-mei {
    padding-left: 40px;
    padding-right: 40px;
  }

  .anexos-simples {
    padding-left: 40px;
    padding-right: 40px;
  }

  .beneficios-do-mei .right .container {
    width: 100%;
  }

  .item-beneficio p:first-of-type {
    margin-left: 0;
    width: 180px;
    margin-right: auto;
    font-weight: bold;
  }

  .beneficios-do-mei .left {
    padding: 0 40px;
  }

  .item-beneficio p:last-of-type {
    margin-left: auto;
    margin-right: 0;
  }

  .declaracao-anual-mei {
    padding: 0 40px;
    padding-top: 100px;
  }

  .declaracao-anual-mei .left {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .quadro-mei {
    transform: scale(0.9);
  }

  .quadro-simples {
    transform: scale(0.9);
  }

  .link-beneficios-mei {
    transform: scale(0.9);
  }

  .meses-1 .mes {
    min-width: unset;
    margin: 20px auto;
  }

  .anexos-1 .anexo {
    min-width: unset;
    margin: 20px auto;
  }

  .item-beneficio a {
    display: none;
  }

  .conteudo-mei .texto-mei {
    align-items: center;
  }

  .conteudo-simples .texto-simples {
    align-items: center;
  }
}

@media screen and (max-width: 1139px) {
  .header-btn--registered {
    display: none;
  }

  .header-nav {
    width: 78%;
  }

  .header-nav-list--main {
    display: none;
  }
}

@media screen and (max-width: 1140px) {
  .experts-list {
    padding-left: 0;
  }

  .experts-item {
    padding: 10px;
    width: 95%;
    margin: 10px 10px;
    float: none;
  }

  .experts-item-1 {
    margin-left: 0;
  }
}

@media screen and (max-width: 1152px) {
  .featured-page-register {
    padding: 0 30px;
  }

  .featured-page-register-form input[type="email"] {
    width: 60%;
    padding: 0 15px;
  }

  .featured-page-register-form input[type="submit"] {
    width: 40%;
  }

  .limit-grid {
    max-width: 960px;
  }
}

@media screen and (max-width: 1200px) {
  .beneficios-txt {
    padding: 0 45px 0 45px;
  }

  .beneficios-img {
    padding: 0 0 0 45px;
    margin-right: 0;
  }

  .declaracao-txt {
    padding: 0 0px 0 45px;
    margin-right: 20px;
  }

  .declaracao-img {
    padding: 0 45px 0 0;
  }
}

@media screen and (max-width: 1279px) {
  .featured-register h2 {
    font-size: 18px;
  }

  .featured-box-wrapper {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1300px) {
  .home-media {
    margin-bottom: 70px;
  }

  .home-media-header {
    padding: 40px 0;
  }
}

@media screen and (max-width: 1350px) {
  .features-header {
    margin: 0;
    width: 100%;
  }

  .features-header h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .features-header h2,
  .features-header p {
    display: none;
  }

  .features-header p:first-child {
    display: block;
    position: relative;
    background: #8B5EE0;
    font-size: 24px;
    font-weight: 300;
    padding: 0 40px 25px 40px;
    text-align: center;
    color: #fff;
  }

  .features-header p:first-child:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #725bbb;
  }

  .features-header-back__btn {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    position: absolute;
    top: 2px;
    left: 40px;
  }

  .features-header-back__btn:before {
    background-image: url("/static/website/img/sprite.png");
    background-position: -521px -175px;
    width: 11px;
    height: 19px;
  }

  .features-table {
    display: none;
  }

  .features-mobile-items-container {
    display: block;
  }
}

@media screen and (max-width: 1439px) {
  .featured-page-content {
    max-width: 60%;
    left: 40px;
  }

  .featured-page-register-form input[type="email"] {
    width: 70%;
  }

  .featured-page-register-form input[type="submit"] {
    width: 30%;
  }

  .limit-grid {
    max-width: 1100px;
  }
}

@media screen and (max-width: 360px) {
  .tools-wrapper .tools-column .tools-content .btn {
    line-height: 1;
    height: auto;
    padding: 18px;
  }
}

@media screen and (max-width: 370px) {
  .experts-item-header h3 {
    font-size: 23.4px !important;
  }
}

@media screen and (max-width: 480px) {
  .custom-container {
    padding: 20px;
  }

  .mobile-hidden {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .featured-banner {
    align-items: center;
    min-height: 486px;
    background-position: 70% 100%;
  }

  .featured-banner-content {
    align-items: center;
    min-height: 480px;
    position: relative;
    justify-content: flex-start;
    padding-top: 66px;
  }

  .featured-banner-content h1 {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
  }

  .custom-declaracao {
    text-align: center;
  }

  .custom-declaracao p {
    max-width: 355px;
  }

  .custom-declaracao a {
    margin-left: auto;
  }

  .featured-banner-content p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }

  .featured-banner-content .banner-button {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
  }

  .featured-banner-content .banner-button .btn {
    width: 100%;
  }

  .tools-block {
    padding: 30px 0;
  }

  .tools-wrapper .tools-column:not(:last-child) {
    margin-bottom: 30px;
    position: relative;
  }

  .tools-wrapper .tools-column:not(:last-child):after {
    position: absolute;
    content: "";
    bottom: 0;
    display: block;
    height: 2px;
    background: #eee;
  }

  .tools-wrapper .tools-column .tools-content .title {
    min-height: auto;
    margin-bottom: 12px;
  }

  .buttons-wrapper .btn {
    line-height: 1.2;
    height: auto;
    padding: 15px 20px;
  }

  .buttons-wrapper .simple-link {
    line-height: 1.42;
  }

  .funciona-header h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .cnae-header h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .funciona-header p {
    font-size: 17px;
  }

  .cnae-header p {
    font-size: 17px;
  }

  .funciona-content .img-block img {
    width: 100%;
    max-width: 100px;
  }

  .funciona-content .btn {
    margin-top: 30px;
  }

  .table-wrapper.equal-cell tr th {
    font-size: 10px;
    line-height: 1.5;
  }

  .table-wrapper.equal-cell tr td .price-text,
  .table-wrapper.equal-cell tr th .price-text {
    font-size: 24px;
  }

  .table-wrapper.equal-cell tr td p,
  .table-wrapper.equal-cell tr th p {
    font-size: 9px;
  }

  .econom-lable {
    font-size: 10px;
    min-width: 80%;
  }

  .mobile-table table tr td {
    font-size: 80% !important;
  }

  .def-table-content table tr td {
    font-size: 10px;
  }

  .cnae-table table tr td {
    font-size: 12px !important;
  }

  .cnae-table table tr td {
    font-size: 12px !important;
  }

  .def-table-content table tr td:last-child i {
    font-size: 18px;
  }

  .def-table-content table tr td:last-child i.fa-times {
    font-size: 18px;
  }

  .def-table-content table tr td:last-child a {
    font-size: 9px;
  }

  .simple-text-section .funciona-header h2 {
    font-size: 24px;
    line-height: 1.3;
    color: #666;
  }

  .simple-text-section .buttons-wrapper {
    margin-top: 30px;
  }

  .simple-text-block p {
    font-size: 18px;
  }

  .simple-text-numerical-block .question-title {
    margin-bottom: 115px;
  }

  .simple-text-numerical-block p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .contabilidade-support .buttons-wrapper {
    margin-top: 20px;
  }

  .header-color-block h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .por-que {
    padding: 40px 0;
  }

  .por-que .funciona-content p {
    min-height: auto;
  }

  .por-que .funciona-content .simple-content-wrapper p {
    min-height: auto;
  }

  .application-block .home-appbar .home-appbar-btns {
    margin-bottom: 40px;
  }

  .app-content .app-img img {
    max-width: 200px;
  }

  .home-tools.home-tools-mobile .home-tools-header {
    padding: 0;
  }

  .home-tools.home-tools-mobile .home-tools-header h4 {
    font-size: 24px;
  }

  .home-tools.home-tools-mobile .home-tools-header p {
    font-size: 18px;
    color: #707070;
    font-weight: 600;
  }

  .home-tools.home-tools-mobile .home-tools-wrapper {
    border: 0;
  }

  .home-tools.home-tools-mobile .home-tools-item {
    width: 100%;
    border: 0;
  }

  .home-tools.home-tools-mobile .home-tools-item h3 {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -0.7px;
    text-align: center;
    color: #8B5EE0;
  }

  .simple-check-list ul li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .info-block p {
    font-size: 12px;
  }

  .links-main {
    padding-top: 100px;
  }

  .links-list {
    width: 100%;
  }

  .links-item a {
    font-size: 15px;
  }
}

@media screen and (max-width: 580px) {
  .funciona-wrapper .funciona-column {
    width: 100%;
  }

  .funciona-wrapper.three-column .funciona-column,
  .funciona-wrapper.two-column .funciona-column {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .mr-header-home {
    background-image: url("/static/website/img/header-home-600w.jpg") !important;
  }

  .mr-header-contabilidade-online {
    background-image: url("/static/website/img/header-contabilidade-online-600w.jpg");
  }

  .mr-header-abrir-empresa {
    background-image: url("/static/website/img/header-abrir-empresa-600w.jpg");
  }

  .mr-header-emissor-nfse {
    background-image: url("/static/website/img/header-emissor-nfse-600w.jpg");
  }

  .mr-header-app {
    background-image: url("/static/website/img/header-app-600w.jpg");
  }
}

@media screen and (max-width: 600px) {
  .curso-qipu .full-width-img.mobile-only {
    display: block;
    margin-bottom: 25px;
  }

  .curso-qipu .full-width-img.mobile-only img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
  }

  .curso-qipu .funciona-header h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .curso-qipu .custom-grid.two-column .column {
    width: 100%;
  }

  .curso-qipu .custom-grid.two-column .column:first-child {
    display: none;
  }

  .simple-bg-img {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .meu-contador-tipo {
    padding: 10px;
    width: 95%;
    margin: 10px auto;
    float: none;
    min-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  #btnChatTrigger {
    margin-bottom: 50px !important;
  }

  .scrollable-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .funciona-wrapper .home-beneficios {
    width: 100%;
    padding: 20px;
  }

  .beneficios-mei {
    padding-top: 0;
  }

  .beneficios-container {
    flex-direction: column;
    align-items: center;
  }

  .beneficios-txt {
    padding: 0 20px;
  }

  .beneficios-img {
    display: none;
  }

  .beneficios-img img {
    width: 85%;
    margin-bottom: 20px;
  }

  .new-title-mei-mobile {
    font-size: 17px !important;
    text-align: center;
  }

  .mei-blog-header {
    padding: 0 0 20px 0 !important;
  }

  .header-color-block {
    padding: 50px 15px;
  }

  .declaracao-mei {
    padding-top: 0;
  }

  .declaracao-container {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }

  .declaracao-txt {
    margin-right: 0px;
    padding: 0 20px;
  }

  .declaracao-img {
    display: flex;
    justify-content: center;
    padding: 0;
    display: none;
  }

  .declaracao-img img {
    width: 85%;
    margin-top: 20px;
    padding: 0;
  }

  .p-btn {
    margin-top: 20px;
    display: flex;
  }

  .application-block .home-appbar .home-appbar-btns .home-appbar__btn--gplay,
  .application-block .home-appbar .home-appbar-btns .home-appbar__btn--apple {
    border-bottom: 2px solid #f0f0f0;
  }

  .home-tools.home-tools-mobile {
    display: block;
  }

  .cities-list {
    width: 100%;
  }

  .banner_hinode_mobile {
    display: block;
  }

  .banner_hinode_desktop {
    display: none;
  }

  body {
    padding-top: 65px;
    font-size: 16px;
  }

  .wrapper-col {
    width: 100%;
    padding: 0 20px;
    float: none;
  }

  .wrapper-col--sidebar {
    width: 100%;
    margin-left: 0;
  }

  .footer-banner,
  .gotop-btn {
    display: none;
  }

  .featured-page {
    height: auto;
  }

  .featured-page:before {
    display: none;
  }

  .featured-page--simples {
    background-image: url("/static/website/img/destaque-mobile-simples.jpg");
  }

  .featured-page--simples-comercio {
    background-image: url("/static/website/img/destaque-mobile-simples-comercio.jpg");
  }

  .featured-page--mei {
    background-image: url("/static/website/img/destaque-mobile-mei.jpg");
  }

  .featured-page--lucro {
    background-image: url("/static/website/img/destaque-mobile-lucro-real.jpg");
  }

  .featured-page-content,
  .featured-page-register {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .featured-page-content {
    padding: 30px 20px 50px 20px;
    text-align: center;
    max-width: 100%;
  }

  .featured-page-content h1 {
    font-size: 40px;
  }

  .featured-page-register {
    padding: 0 0 40px 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .featured-page-register p {
    max-width: 100%;
  }

  .featured-page-register p:nth-child(2) {
    display: none;
  }

  .featured-page-register strong {
    color: #fff;
  }

  .featured-page-register-form input[type="email"] {
    width: 70%;
  }

  .featured-page-register-form input[type="submit"] {
    width: 30%;
  }

  .featured {
    margin-top: 50px;
    height: auto !important;
    min-height: 0;
  }

  .featured .featured-app {
    display: none;
  }

  .featured-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 120px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .featured-header {
    margin: 30px auto 20px auto;
  }

  .featured-header img {
    margin-bottom: 0;
  }

  .featured-header h1 {
    display: none;
  }

  .featured-register {
    margin-bottom: 230px;
  }

  .featured-register h2 {
    width: 200px;
    margin: 0 auto;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    line-height: 1.3em;
  }

  .featured-register>p:nth-child(2) {
    display: none;
  }

  .featured-register>p:nth-child(4) {
    display: none;
  }

  .featured-register p:last-child {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 0;
    width: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }

  .featured-register-form {
    display: none;
  }

  .featured-col {
    position: relative;
    width: 100%;
    height: auto;
  }

  .featured-col:last-child {
    position: absolute;
    top: 290px;
    left: 0;
    width: 100%;
    border: 0;
  }

  .featured-box {
    background: none !important;
    width: 310px;
    height: auto;
    margin: 0 auto;
  }

  .featured-box:before {
    display: none;
  }

  .featured-box a {
    padding: 20px 0;
    height: auto;
  }

  .featured-box--simples:hover>a,
  .featured-box--simples:hover .featured-box-wrapper--normal {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  .featured-box-wrapper {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .featured-box-wrapper h2 {
    display: inline;
    vertical-align: middle;
  }

  .featured-box-wrapper h2:first-child {
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
  }

  .featured-box-wrapper p {
    display: none;
  }

  .featured-box-wrapper--hover {
    display: none;
  }

  .featured-box-arrow {
    bottom: auto;
    border: 0;
    top: 50%;
    width: 7px;
    height: 9px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .featured-box-arrow:before {
    background-image: url("/static/website/img/sprite.png");
    background-position: -605px -388px;
    width: 7px;
    height: 9px;
  }

  .featured-goto__btn {
    display: none;
  }

  .featured-app {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #8B5EE0;
    font-size: 0;
    border-bottom: 2px solid #735bbb;
  }

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

  .featured-app--fixed {
    display: block;
    height: 60px;
  }

  .featured-app p,
  .featured-app-btns {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }

  .featured-app-btns {
    height: 100%;
    border: 0;
    margin: 0;
    border-radius: 0;
  }

  .featured-app-btns:after {
    display: none;
  }

  .featured-app-btns:before {
    display: none;
  }

  .featured-app__btn {
    height: 60px;
    line-height: 60px;
    margin: 0;
  }

  .featured-app__btn--apple {
    display: none;
  }

  .featured-app__btn--gplay {
    display: none;
  }

  .col-mural {
    margin-top: 0;
  }

  .footer-informacoes {
    display: block;
  }

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

  .footer-1 {
    padding: 0 0 20px 0;
  }

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

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

  .footer-2 {
    padding: 30px 30px 110px 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;
  }

  .header {
    position: absolute;
    bottom: auto !important;
    height: 65px;
  }

  .header:before {
    content: "";
    display: block;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(126, 100, 207, 0.9);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .header:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #8B5EE0;
  }

  .header--fixed {
    position: fixed;
  }

  .header-nav-list--main {
    display: block;
  }

  .header--mobile-active.header:before {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  .header--mobile-active .header-toggle-btn i {
    background: #fff;
  }

  .header--mobile-active .header-nav {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    transition-duration: 300ms;
  }

  .header--mobile-active .header-nav-list--main {
    padding: 0;
  }

  .header--mobile-active .header-nav-list-item-mobile-only {
    display: block !important;
  }

  .header-logo {
    float: none;
    width: 65px;
    margin: 0 auto;
    border: 0;
  }

  .header-logo a {
    width: 65px;
  }

  .header-nav {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 2;
    width: 100%;
    float: none;
    height: auto;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
  }

  .header-nav-list {
    width: 100%;
    float: none;
  }

  .header-nav-list--category {
    display: none;
  }

  .header-nav-list-item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    background: #8B5EE0;
    border-bottom: 1px solid #574690;
  }

  .header-nav-list-item:first-child {
    border-top: 1px solid #574690;
  }

  .header-nav__btn {
    padding: 20px 30px;
    height: auto;
    line-height: 18px;
    text-align: left;
  }

  .header-btn {
    display: none;
  }

  .header-toggle-btn {
    display: block;
  }

  .banner-da {
    display: none;
  }

  .iframe-container {
    max-width: 100%;
    margin: 0 10px 10px 10px;
  }

  .accounting-featured {
    height: auto !important;
    background: #fff;
  }

  .accounting-featured h1,
  .accounting-featured p {
    padding: 0 20px;
  }

  .accounting-featured h1 {
    color: #8B5EE0;
    font-size: 24px;
    font-weight: 300;
  }

  .accounting-featured p {
    font-weight: 300;
    line-height: 1.8em;
    color: #808080;
  }

  .accounting-featured p strong {
    display: block;
    background: none;
    padding: 0;
    color: #bda4ff;
    font-weight: 700;
  }

  .accounting-featured-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-top: 30px;
    font-size: 14px;
    line-height: 1.8em;
  }

  .accounting-featured-wrapper p:first-child {
    position: relative;
    font-size: 24px;
    font-weight: 300;
    padding: 0 20px 25px 20px;
    text-align: center;
  }

  .accounting-featured-wrapper p:first-child:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #725bbb;
  }

  .accounting-featured-back__btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    position: absolute;
    top: 2px;
    left: 40px;
  }

  .accounting-featured-back__btn:before {
    background-image: url("/static/website/img/sprite.png");
    background-position: -521px -175px;
    width: 11px;
    height: 19px;
  }

  .accounting-featured-items {
    padding: 40px 40px 40px 40px;
    margin: 40px 0 0 0;
    border-top: 1px solid #d9d9d8;
    background-color: #f5f5f3;
  }

  .accounting-featured-items h2 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
    line-height: 1.3em;
    padding-left: 40px;
    color: #8B5EE0;
  }

  .accounting-featured-items h2 i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: #ccc;
  }

  .accounting-featured-price {
    padding: 0 20px 20px 20px !important;
    line-height: 40px;
    margin-bottom: 0;
  }

  .accounting-featured-price i {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
  }

  .accounting-featured-price span {
    margin-top: 0;
    color: #a186f8;
    line-height: 14px;
  }

  .accounting-featured-form {
    background-color: #8B5EE0;
    padding: 30px 20px 20px 20px;
  }

  .accounting-featured-form .accounting-featured-do-the-test {
    font-size: 16px;
    text-align: center;
  }

  .accounting-featured-form a {
    display: block;
    background-color: #574392;
    border-radius: 30px 30px 30px 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    height: 60px;
    line-height: 60px;
  }

  .second {
    margin-top: 20px;
    margin-left: 0 !important;
  }

  .accounting-header,
  .accounting-content {
    display: none;
  }

  .account-sliders-mobile {
    display: block;
  }

  .featured-app {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #8B5EE0;
    font-size: 0;
    border-bottom: 2px solid #735bbb;
    font-size: 14px;
  }

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

  .featured-app--fixed {
    display: block;
    height: 55px;
  }

  .featured-app p,
  .featured-app-btns {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }

  .featured-app-btns {
    height: 100%;
    border: 0;
    margin: 0;
    border-radius: 0;
  }

  .featured-app-btns:after {
    display: none;
  }

  .featured-app-btns:before {
    display: none;
  }

  .featured-app__btn {
    height: 55px;
    line-height: 55px;
    margin: 0;
  }

  .featured-app__btn--apple {
    display: none;
  }

  .featured-app__btn--gplay {
    display: none;
  }

  .leia-mais {
    border-left: solid 5px #3957f5;
    padding: 5px 5px 5px 15px;
    background: #fafafa;
    margin: 40px 0 !important;
    color: #8394a7;
  }

  .post-single-content p,
  .post-single-content li {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    color: #707070;
    line-height: normal;
    font-weight: 300;
  }

  .post-single-content {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    color: #707070;
    line-height: 1.62;
    font-weight: 300;
  }

  .icon-social {
    width: 100%;
  }

  .post-single-share {
    font-size: 0;
    margin-bottom: 10px;
  }

  .features-header h1 {
    margin-top: 80px;
  }

  .glossario-header {
    padding: 25px 0 15px 0;

  }

  .glossario-header h1 {
    margin-bottom: 25px;
    font-size: 32px;
    color: #342A69;
    font-weight: 700;
  }

  .glossario-grid {
    margin-right: 30px;
    margin-left: 30px;
    width: 80%;
  }

  .glossario-termo {
    margin-bottom: 60px;
    padding: 35px 0 15px 0;
  }

  .glossario-termo h1 {
    font-size: 32px;
    color: #342A69;
    font-weight: 700;
  }

  .blog-header h1 {
    font-weight: 600;
  }

  .posts-list-item-excerpt__btn {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    color: #8B5EE0;
    border-bottom: 2px solid transparent;
  }

  .page-home .wrapper {
    padding-top: 65px;
  }

  .page-home .header--mobile-active .header-nav {
    display: block;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
    transition-duration: 0s;
  }

  .page-home .header-nav {
    display: none;
  }

  .page-home .featured-banner-content-p {
    display: none;
  }

  .home-why .owl-dots {
    font-size: 0;
    padding: 0 40px 40px 40px;
  }

  .home-why .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    background: #d9d9d8;
    border-radius: 50%;
  }

  .home-why .owl-dot.active {
    background: #8B5EE0;
  }

  .home-why-header {
    padding: 30px 15px;
  }

  .home-why-header h2 {
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    line-height: 1.3em;
    font-size: 13px;
  }

  .home-why-header h2:after {
    display: none;
  }

  .home-why-header p {
    text-align: center;
  }

  .home-why-item {
    padding-top: 0;
    border-bottom: 0;
  }

  .home-why-item-wrapper {
    width: 100%;
    padding: 30px 40px;
  }

  .home-why-item-icon {
    margin-bottom: 25px;
  }

  .home-why-item-figure {
    display: none;
  }

  .home-why-item-figure+.home-why-item-content {
    margin: 0;
  }

  .home-why-item-content {
    width: 100%;
    margin: 0;
  }

  .home-why-item-content h3 {
    padding-right: 0;
    line-height: 1.3em;
  }

  .home-why-item-content h3 span {
    position: relative;
    top: 0;
    left: 0;
    border: 0;
    margin-left: 10px;
    border-left: 2px solid #ccc;
    height: 12px;
    line-height: 12px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .home-why-item-content p:last-child {
    display: none;
  }

  .home-tools {
    display: none;
  }

  .home-appbar {
    display: none;
    padding: 20px 0 0 0;
    font-size: 0;
  }

  .home-appbar>p strong {
    display: block;
    font-weight: 700;
  }

  .home-appbar>p a {
    border-bottom: 1px solid #8B5EE0;
  }

  .home-appbar>p span {
    display: none;
  }

  .home-appbar__btn {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 90px;
    line-height: 90px;
    border-bottom: 0;
    border-radius: 0;
  }

  .home-appbar__btn--gplay {
    border-left: 0;
    border-width: 2px;
  }

  .home-appbar__btn--apple {
    border-right: 0;
    border-left: 0;
  }

  .home-join-header {
    display: none;
  }

  .home-join-item {
    padding: 15px 25px 30px 25px;
  }

  .home-join-item-figure-mobile {
    display: block;
    margin: 10px 0 30px 0;
  }

  .home-join-item-figure-mobile img {
    display: block;
    margin: 0 auto;
  }

  .home-join-item-figure {
    display: none;
  }

  .home-join-item-wrapper,
  .home-join-item-content {
    width: 100%;
  }

  .home-join-item-content {
    text-align: center;
  }

  .home-join-item-content h2 {
    margin: 0 0 30px 0;
    font-size: 30px;
  }

  .home-join-item-content p {
    max-width: 100%;
  }

  .home-media {
    margin-bottom: 50px;
  }

  .home-media .owl-nav {
    display: none;
  }

  .home-media .owl-dots {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
  }

  .home-media .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    background: #d9d9d8;
    border-radius: 50%;
  }

  .home-media .owl-dot.active {
    background: #8B5EE0;
  }

  .home-media-header {
    padding: 65px 40px 30px 40px;
    margin-bottom: 0;
    font-size: 15px;
    text-align: left;
  }

  .home-media-header:after {
    display: none;
  }

  .home-media-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .home-media-item {
    width: 100%;
    padding: 0 40px;
    text-align: left;
  }

  .home-media-logos {
    display: none;
  }

  .home-testimonies {
    padding-bottom: 135px;
    background: #8B5EE0;
  }

  .home-testimonies .owl-dots {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
  }

  .home-testimonies .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    border-radius: 50%;
  }

  .home-testimonies .owl-dot.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  .home-testimonies-header {
    text-align: center;
    padding: 60px 0 0 0;
    margin-bottom: 30px;
  }

  .home-testimonies-header h4 {
    color: #fff;
  }

  .home-testimonies-header p {
    display: none;
  }

  .home-testimonies-item-video {
    overflow: hidden;
    height: 570px;
  }

  .home-testimonies-item-video img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: auto !important;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .home-testimonies-item-video-wrapper {
    z-index: 2;
  }

  .home-testimonies-item {
    position: relative !important;
    top: 0;
    right: auto !important;
    left: 0;
    width: 100%;
    height: auto !important;
    background: #8B5EE0 !important;
  }

  .home-testimonies-item-wrapper {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .home-testimonies-item-quotes--up {
    display: none !important;
  }

  .home-testimonies-item-quotes--down {
    display: block !important;
  }

  .home-testimonies-mural__btn {
    width: 100%;
    height: 90px;
    border-top: 0;
    line-height: 90px;
    font-size: 13px;
    background: #574690;
  }

  .home-blog {
    background: #f5f5f3;
  }

  .home-blog .owl-nav {
    display: none;
  }

  .home-blog .owl-controls {
    padding: 0 0 50px 0;
  }

  .home-blog .owl-dots {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
  }

  .home-blog .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    background: #d9d9d8;
    border-radius: 50%;
  }

  .home-blog .owl-dot.active {
    background: #8B5EE0;
  }

  .home-blog-header {
    padding-bottom: 30px;
  }

  .home-blog-header p {
    padding: 0 40px;
  }

  .home-blog-item a {
    padding-top: 0;
  }

  .home-blog-item figure {
    width: 232px;
    height: 232px;
  }

  .home-activities {
    padding: 0 40px;
  }

  .home-activities--purple {
    background: #8B5EE0;
  }

  .home-activities--purple .home-activities-header h2 {
    color: #bda4ff;
  }

  .home-activities--purple .home-activities-header h2 strong {
    color: #fff;
  }

  .home-activities--purple .home-activities-list-item {
    border-color: #fff;
  }

  .home-activities--purple .home-activities-list-item a {
    color: #fff;
  }

  .home-activities--purple .home-activities-footer .btn {
    background: #574690;
  }

  .home-activities-header {
    padding-bottom: 0;
  }

  .home-activities-header h2 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
  }

  .home-activities-header h2 span {
    display: none;
  }

  .home-activities-header h2 strong {
    display: block;
    margin-top: 10px;
    text-transform: none;
    font-weight: 100;
    font-size: 48px;
    color: #8B5EE0;
  }

  .home-activities-header p {
    display: none;
  }

  .home-activities-list-item {
    border-style: dotted;
  }

  .home-activities-list-item a {
    font-size: 15px;
  }

  .home-activities-list-item-content {
    width: 100%;
  }

  .home-activities-list-item-content i {
    display: none;
  }

  .home-activities-footer {
    text-align: left;
  }

  .lead-bar {
    display: none;
  }

  .new-company-featured-back__btn {
    display: none;
  }

  .motivos {
    display: block;
    margin-top: -65px;
  }

  .new-company-featured {
    min-height: 550px;
    height: auto !important;
  }

  .new-company-featured h1 {
    font-size: 42px;
  }

  .new-company-featured-wrapper {
    position: absolute;
    top: 33%;
    left: 50%;
  }

  .iframe-container {
    max-width: 100%;
    margin: 0 10px 10px 10px;
    display: none;
  }

  .titulo-abra-empresa {
    text-align: center;
  }

  .new-company-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 120px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .experts-header h4 {
    font-size: 32px;
  }

  .new-company-simulate-btn {
    display: block;
  }

  .hinode-testimonies-item-video {
    width: 90%;
    display: inline-block;
  }

  .cta-ebook .cta-ebook-container {
    padding: 12px 30px 15px 30px;
  }

  .cta-ebook-btn {
    right: 20px;
  }

  .cta-ebook .cta-ebook-container h3 {
    width: 70%;
  }

  .radar-cnpj .mr-h3,
  .radar-cnpj .mr-p {
    font-size: 1rem !important;
  }

  .btn-center {
    max-width: 100%;
  }

  .posts-list-item-figure .img {
    height: 80px;
    width: auto;
  }

  .posts-list-item-header h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
  }

  .posts-list-item-header h2 a {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
  }

  .form-piloto {
    width: 90%;
  }

  .bloco-link {
    width: 100%;
  }

  .content-banner-mobile {
    display: block;
  }

  .content-banner-desktop {
    display: none;
  }

  .banner-leadbooster {
    height: auto;
  }

  .section-header {
    margin-top: 0px;
  }

  .faixa-mei {
    display: flex;
    flex-direction: column !important;
  }

  .faixa-simples {
    display: flex;
    flex-direction: column !important;
  }

  .header-abertura-mei {
    height: 360px;
  }

  .header-abertura-simples {
    height: 360px;
  }

  .faixa-mei .left {
    width: 100%;
    min-width: unset;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .faixa-mei .right {
    width: 100%;
    min-width: unset;
  }

  .faixa-mei .left h2 {
    font-size: 32px;
  }

  .faixa-simples .left {
    width: 100%;
    min-width: unset;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .faixa-simples .right {
    width: 100%;
    min-width: unset;
  }

  .faixa-simples .left h2 {
    font-size: 32px;
  }

  .abrir-empresa-qipu {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
    border-bottom: none;
    padding-bottom: 50px;
  }

  .abrir-empresa-qipu .left {
    width: 80%;
    padding: 40px;
    margin-top: 40px;
  }

  .abrir-empresa-qipu .right {
    width: 80%;
    padding: 40px;
    margin-top: 40px;
  }

  .abrir-empresa-qipu .abertura-valor {
    font-size: 32px;
  }

  .abrir-empresa-qipu h2 {
    font-size: 26px;
  }

  .quem-pode-ser-mei {
    flex-direction: column;
    padding: 0;
    border-bottom: none;
    padding-bottom: 50px;
  }

  .quem-pode-ser-mei .left {
    width: 100%;
    padding: 0;
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }

  .quem-pode-ser-mei .right {
    width: 96%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px 30px;
  }

  .impostos-mei>p {
    text-align: left;
  }

  .impostos-mei {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
  }

  .impostos-wrapper {
    flex-direction: column;
    max-width: 100%;
  }

  .impostos-setor {
    margin: 0;
    margin-bottom: 20px;
    max-width: unset;
  }

  .prazos-e-docs,
  .section-comparativo {
    padding-top: 65px;
  }

  .wrapper-prazos,
  .wrapper-comparativo {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .wrapper-comparativo {
    padding: 20px;
    padding-bottom: 60px;
  }

  .wrapper-prazos>.left,
  .wrapper-comparativo>.left {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: solid 2px #b7b7b7;
    padding-bottom: 50px;
  }

  .wrapper-comparativo>.right {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }

  .wrapper-prazos .right {
    padding-left: 0;
  }

  .section-abertura {
    flex-direction: column;
  }

  .section-abertura-simples {
    flex-direction: column;
  }

  .section-abertura .left {
    width: 100%;
    padding-bottom: 60px;
  }

  .section-abertura-simples .left {
    width: 100%;
    padding-bottom: 60px;
  }

  .section-abertura .right {
    width: 100%;
  }

  .section-abertura-simples .right {
    width: 100%;
  }

  .section-plano-mei {
    flex-direction: column;
  }

  .section-plano-mei-simples {
    flex-direction: column;
  }

  .section-plano-mei .left {
    width: 100%;
    padding-bottom: 60px;
  }

  .section-plano-mei-simples .left {
    width: 100%;
    padding-bottom: 60px;
  }

  .section-plano-mei .right {
    width: 100%;
  }

  .section-plano-mei-simples .right {
    width: 100%;
  }

  .direto-no-app {
    flex-direction: column;
  }

  .direto-no-app .left {
    width: 100%;
  }

  .download-botoes {
    flex-direction: row;
  }

  .download-botoes .img1 {
    display: none;
  }

  .download-botoes img {
    max-width: 100%;
    object-fit: contain;
    height: 40px;
    margin-left: 20px;
  }

  .direto-no-app .right {
    width: 100%;
    padding-top: 30px;
  }

  .tabela-das .das-container h2 {
    margin-top: 35px;
    font-size: 2.7rem;
  }

  .faixa-milempreendedores,
  .faixa-indicacao,
  .sobre-qipu,
  .tranquilidade-qipu,
  .faixa-enderecofiscal {
    display: block;
  }

  .faixa-milempreendedores .left,
  .faixa-milempreendedores .right,
  .faixa-enderecofiscal .left,
  .faixa-enderecofiscal .right,
  .faixa-indicacao .left,
  .faixa-indicacao .right,
  .sobre-qipu .left,
  .sobre-qipu .right,
  .tranquilidade-qipu .left,
  .tranquilidade-qipu .right {
    width: 100%;
  }

  .faixa-milempreendedores .left,
  .tranquilidade-qipu .right,
  .faixa-enderecofiscal .left {
    padding: 40px 40px 0px 40px;
  }

  .faixa-indicacao .left,
  .sobre-qipu .left {
    padding: 40px;
  }

  .faixa-milempreendedores .right,
  .faixa-indicacao .right,
  .sobre-qipu .right,
  .faixa-enderecofiscal .right {
    margin-top: -25px;
    background-repeat: no-repeat;
  }

  .tranquilidade-qipu .left {
    background-position: center bottom;
    min-height: 35vh;
  }

  .section-abertura .left h2 {
    margin-top: 60px;
  }

  .section-abertura-simples .left h2 {
    margin-top: 60px;
  }

  .section-plano-mei .left h2 {
    margin-top: 60px;
  }

  .form-submit-btn {
    width: 100%;
  }

  .para-quem-wrapper {
    padding: 60px 40px;
  }

  .qipu-tipos-de-empresas {
    padding: 60px 0;
  }

  .wrapper-empresas {
    flex-direction: column;
  }

  .empresa {
    width: 100%;
    margin-bottom: 25px;
  }

  .wrapper-empresas-simples .qipu-subheading {
    text-align: left;
  }

  .wrapper-empresas-simples h2 {
    text-align: left;
    line-height: normal;
  }

  .wrapper-empresas-simples {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quanto-tempo {
    padding: 60px 40px;
  }

  .quanto-tempo-wrapper .left {
    align-self: flex-start;
    margin-bottom: 20px;
  }

  .quanto-tempo-wrapper {
    flex-direction: column;
  }

  .quanto-tempo-wrapper .left img {
    width: 50px;
  }

  .etapa {
    flex-direction: column;
    margin-bottom: 35px;
  }

  .wrapper-etapas {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .etapa img {
    max-width: 55px;
    margin-right: 70px;
    align-self: flex-start;
    margin-bottom: 20px;
  }

  .barra-contato-roxa {
    display: none !important;
  }

  .qipu-header {
    flex-direction: column-reverse;
  }

  .qipu-header .left {
    min-width: unset;
    width: 100%;
    border: none;
    padding: 40px;
  }

  .qipu-header .right {
    width: 100%;
  }

  .qipu-header-abertura,
  .qipu-header-contabilidade,
  .qipu-header-contabilidade-mei,
  .qipu-header-lucro,
  .qipu-header-auxilio-pj {
    flex-direction: column;
    text-align: center;
  }

  .qipu-header-abertura .left,
  .qipu-header-contabilidade .left,
  .qipu-header-contabilidade-mei .left,
  .qipu-header-lucro .left,
  .qipu-header-auxilio-pj .left {
    min-width: unset;
    width: 100%;
    border: none;
    padding: 40px;
  }

  .qipu-header-contabilidade .left,
  .qipu-header-auxilio-pj .left {
    padding-bottom: 80px;
  }

  .qipu-header-abertura .right,
  .qipu-header-contabilidade .right,
  .qipu-header-contabilidade-mei .right,
  .qipu-header-lucro .right,
  .qipu-header-auxilio-pj .right {
    margin-top: -50px;
    border: none;
    width: 100%;
  }

  .qipu-header-abertura h1,
  .qipu-header-contabilidade h1,
  .qipu-header-contabilidade-mei h1,
  .qipu-header-lucro h1,
  .qipu-header-auxilio-pj h1 {
    font-size: 32px;
  }

  .qipu-header-abertura .mr-row,
  .qipu-header-contabilidade .mr-row,
  .qipu-header-contabilidade-mei .mr-row,
  .qipu-header-lucro .mr-row,
  .qipu-header-auxilio-pj .mr-row {
    width: 100%;
  }

  .qipu-tipos-de-empresas2 {
    padding: 40px 0;
  }

  .wrapper-empresas-simples2 h2 {
    line-height: normal;
  }

  .wrapper-empresas2 {
    flex-direction: column;
  }

  .empresa2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .qipu-faixa-simulador {
    padding: 30px;
    text-align: center;
  }

  .qipu-cidades-abertura-heading {
    flex-direction: column;
    line-height: normal;
  }

  .wrapper-cidades-abertura {
    max-width: unset;
    width: 100%;
    padding: 0 40px;
    font-weight: bold;
  }

  .qipu-cidades-abertura-heading img {
    margin-right: 0;
  }

  .lista-cidades-wrapper {
    flex-direction: column;
    max-width: unset;
    padding: 0 40px;
  }

  .lista-cidades-wrapper .coluna {
    margin-left: 0;
    margin-right: 0;
  }

  .qipu-btn-outlined-a {
    text-decoration: none;
    align-self: start;
    margin-top: 60px;
    margin: 40px;
    margin-bottom: 0;
  }

  .qipu-btn-blue-a {
    text-decoration: none;
    align-self: start;
    margin-top: 60px;
    margin: 40px;
    margin-bottom: 0;
  }

  .faixa-roxa-wrapper {
    flex-direction: column;
  }

  .portal {
    flex-direction: column;
  }

  .portal .left {
    width: 100%;
  }

  .portal .right {
    width: 100%;
  }

  .portal .right .botao img {
    width: 40px;
  }

  .portal .left .botao img {
    width: 40px;
  }

  .entenda-mais h2 {
    color: #707070;
    font-size: 2.7rem;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: left;
    padding: 0 40px;
  }

  .tabs-tipos a {
    color: #c1c1c1;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    padding: 8px 40px;
    border-radius: 0.7rem;
    display: flex;
    font-size: 1.2rem;
  }

  .conteudo-mei .texto-mei .left {
    margin-right: 0;
  }

  .conteudo-simples .texto-simples .left {
    margin-right: 0;
  }

  .conteudo-mei .texto-mei {
    margin-top: 0;
    flex-direction: column;
    margin-bottom: 0;
  }

  .conteudo-simples .texto-simples {
    margin-top: 52px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .conteudo-simples .texto-simples .left span {
    margin-bottom: 60px;
    display: block;
  }

  .conteudo-mei .texto-mei .right p {
    margin-bottom: 20px;
  }

  .quadro-mei {
    display: flex;
    flex-direction: column;
    margin-top: -10px;
  }

  .quadro-simples {
    display: flex;
    flex-direction: column;
    margin-top: -10px;
  }

  .cnaes-permitidos-mei {
    margin-top: 0;
    flex-direction: column;
  }

  .cnaes-permitidos-simples {
    margin-top: 0;
    flex-direction: column;
  }

  .cnaes-permitidos-mei .left {
    width: 100%;
  }

  .cnaes-permitidos-mei .left h2 {
    margin-top: 48px;
  }

  .cnaes-permitidos-simples .left {
    width: 100%;
  }

  .cnaes-permitidos-simples .left h2 {
    margin-top: 48px;
  }

  .wrapper-texto-left a {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .wrapper-texto-left {
    padding-bottom: 25px;
  }

  .cnaes-permitidos-mei .right {
    width: 100%;
  }

  .cnaes-permitidos-simples .right {
    width: 100%;
  }

  .item-atividades-permitidas p {
    max-width: 140px;
  }

  .tabela-anexos .anexos-1 {
    flex-direction: column;
  }

  .quadro-simples .box {
    height: auto;
    min-height: 130px;
  }

  .faturamento-simples .wrapper-faturamento-simples {
    flex-direction: column;
    align-items: center;
  }

  .wrapper-faturamento-simples .left {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .faturamento-simples h2 {
    padding: 0 30px;
  }

  .obrigacoes-simples-nacional h2 {
    padding: 0 30px;
  }

  .wrapper-obrigacoes-simples .obrigacao {
    padding: 0 10px;
    flex-direction: column;
  }

  .wrapper-obrigacoes-simples .obrigacao>img {
    max-width: 60px;
    margin-right: 35px;
    align-self: flex-start;
    margin-bottom: 30px;
  }

  .conteudo-simples .texto-simples {
    margin-bottom: 50px;
  }

  .link-beneficios-mei {
    display: flex;
    max-width: 980px;
    width: 100%;
    margin-top: -50px;
    margin-bottom: 40px;
  }

  .tabela-meses .meses-1 {
    display: flex;
    max-width: 980px;
    width: 100%;
    flex-wrap: wrap;
  }

  .meses-1 .mes {
    min-width: unset;
    width: 36%;
    margin: 20px auto;
  }

  .beneficios-do-mei {
    flex-direction: column;
  }

  .beneficios-do-mei .left {
    width: 100%;
  }

  .beneficios-do-mei .right {
    width: 100%;
  }

  .beneficios-do-mei .right .container {
    padding-bottom: 70px;
  }

  .declaracao-anual-mei {
    flex-direction: column;
  }

  .declaracao-anual-mei .right {
    align-self: flex-end;
    width: 100%;
    padding-top: 60px;
  }

  .declaracao-anual-mei .left h2 {
    line-height: 1.1;
  }

  .declaracao-anual-mei .left,
  .declaracao-anual-mei .right {
    width: 100%;
  }

  .declaracao-anual-mei .right img {
    margin-left: 0;
    max-width: 100%;
  }

  .declaracao-anual-mei .right {
    padding-left: 0;
  }

  .item-beneficio p:first-of-type {
    width: 40%;
  }

  .banner-lumis-texto {
    font-size: 22px !important;
    color: #3957f5 !important;
    padding: 30 20px !important;
    text-align: center !important;
    font-family: "Raleway", sans-serif;
    font-weight: bold !important;
    margin: 0 !important;
  }

  .card-planos-body {
    min-height: 720px;
  }

  .slides-planos>div {
    min-width: 80%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .banner-horizontal-2 {
    display: block;
  }

  .bar-breadcrumb {
    float: none;
    width: 100%;
    margin-top: 0;
    text-align: left;
  }

  .activities-filter__btn:hover {
    background: transparent;
    color: #8899a6;
  }

  .activities-box-item h3 a {
    padding-right: 50px;
  }

  .activities-box-item-figure,
  .activities-box-item-content {
    width: 100%;
    display: block;
  }

  .activities-box-item-figure {
    margin-bottom: 20px;
  }

  .activities-box-item-figure img {
    display: block;
    margin: 0;
    max-width: 100%;
  }

  .activities-box-item-content {
    margin-left: 0;
  }

  .bar-breadcrumb {
    float: none;
    width: 100%;
    margin-top: 0;
    text-align: left;
    margin-left: 8px;
  }

  .bar-search {
    float: none;
    margin-top: 10px;
    width: 100%;
  }

  .post-featured-item-wrapper {
    width: 100%;
  }

  .post-featured-item-wrapper h2 {
    padding: 0 20px;
  }

  .posts-grid {
    padding: 35px 0;
  }

  .posts-grid-item {
    width: 100%;
    margin: 0 0 30px 0 !important;
  }

  .posts-grid-more__btn {
    width: 70%;
    margin-top: 0;
  }

  .posts-list-item-header h2 {
    font-size: 28px;
  }

  .posts-list-item-bar-tags {
    display: none;
  }

  .posts-pagination p {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }

  .posts-pagination {
    padding: 0 20px;
  }

  .post-single {
    width: 100%;
  }

  .post-single-summary p {
    font-size: 20px;
  }

  .post-single-title h1 {
    text-align: left;
    font-size: 34px;
    color: #707070;
    margin: 0 0 16px 0;
  }

  .post-single-relateds-item {
    width: 100%;
    float: none;
    margin: 0 0 25px 0 !important;
  }

  .post-single-author-figure,
  .post-signle-author-content {
    display: block;
    text-align: center;
  }

  .post-single-author-figure {
    margin: 0 auto 20px auto;
    width: 102px;
    height: 102px;
  }

  .post-signle-author-content {
    width: 100%;
    margin-left: 0;
  }

  body {
    font-size: 0.95rem !important;
  }

  .is-desktop {
    display: none !important;
    background-image: none !important;
  }

  .is-mobile {
    display: block !important;
  }

  .mr-blog-image {
    background-image: none !important;
    display: none !important;
  }

  .mr-col-1,
  .mr-col-2,
  .mr-col-3,
  .mr-col-4,
  .mr-col-5,
  .mr-col-6,
  .mr-col-7,
  .mr-col-8,
  .mr-col-9,
  .mr-col-10,
  .mr-col-11,
  .mr-col-12 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .mr-row .mr-col-sm-6 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .materiais-card-bg img {
    width: 100% !important;
    height: auto !important;
  }

  .mr-contain {
    width: 95% !important;
  }

  .mr-h2 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  .mr-header {
    height: 80vh;
  }

  .mr-header .mr-btn-header,
  .mr-header .mr-btn-header a {
    width: 100%;
    align-content: center;
  }

  .mr-btn-header {
    margin: 10px 0px 5px 0px;
  }

  .mr-box-menu {
    position: absolute;
    border: 0px solid orange;
    top: 15px;
    left: 0;
    width: 100%;
  }

  .mr-box-menu .mr-contain {
    display: block !important;
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .mr-logo {
    position: relative;
    margin: 0 auto;
    width: auto !important;
    height: 50px !important;
    text-align: center;
  }

  .mr-menu-bar {
    position: absolute;
    top: 10px;
    right: 15px;
  }

  .mr-menu-bar img {
    height: 30px !important;
    fill: #ffffff;
    stroke: #ffffff;
  }

  .mr-image {
    margin: 0 auto;
    width: auto !important;
    width: 100%;
  }

  .mr-menu-table {
    color: #707070;
    position: relative;
    display: block;
    height: 100%;

    transition: max-height 1s;
    overflow: hidden;
    max-height: 0;
  }

  .mr-menu-table._active {
    -ms-transform: translateX(0);
    transform: translateX(0);

    height: auto;
    max-height: 300px;
  }

  .mr-menu {
    background-color: rgb(0, 0, 0, 1) !important;
    background-color: rgb(112, 112, 112, 0.9) !important;
    display: block;
    margin: 0 auto;
    list-style: none;
    margin: 0;
    margin-top: 9px;
    padding: 10px 0;
  }

  .mr-menu li {
    display: block;
    text-align: center;
    padding: 5px 0px;
  }

  .mr-menu li a {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #707070;
    color: #ffffff;
    font-size: 0.8rem;
    text-decoration: none;
  }

  .mr-box-menu .mr-contain .mr-row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .mr-box-menu .mr-contain .mr-row .mr-col-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mr-slide-texto {
    padding-right: 0 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  .mr-btn {
    margin-bottom: 10px !important;
  }

  .mr-slide-content {
    bottom: 17% !important;
    padding: 0 10px;
  }

  .mr-btn-manifesto {
    float: none !important;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 0.8rem !important;
  }

  .mr-btn-manifesto:hover {
    color: rgba(0, 0, 0, 0.03);
  }

  .mr-box-tracejado {
    font-size: 0.8rem !important;
  }

  .mr-card.card-roxo .mr-box-texto {
    height: auto !important;
  }

  .mr-card.card-lg .mr-box-text-desc {
    padding-top: 5px !important;
  }

  .mr-card.card-roxo .mr-card-body {
    height: auto !important;
  }

  .mr-box-tracos {
    position: relative !important;
    bottom: 0;
    left: 0px;
  }

  .mr-card {
    margin-bottom: 30px !important;
  }

  .mr-btn.dsp-tb {
    padding: 6px 10px !important;
    display: block !important;
    width: auto !important;
  }

  .mr-image-smart {
    height: auto !important;
    width: 90% !important;
  }

  .mr-blog-link {
    margin-bottom: 15px !important;
    display: block !important;
    margin-top: 0px !important;
  }

  .mr-box-faq-content {
    text-align: center !important;
  }

  .mr-box-link-faq {
    text-align: center !important;
  }

  .mr-faq-accordion {
    width: 100% !important;
  }

  .mr-faq-accordion .mr-acc-header {
    font-size: 1.1rem !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }

  .mr-icon-arrow-down {
    display: none !important;
  }

  .mr-box-logo-footer {
    display: block;
    height: auto !important;
  }

  .mr-box-logo-footer .mr-box-logo-cell {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .mr-box-logo-footer .mr-box-logo-cell .mr-image {
    width: 70px !important;
  }

  .mr-dash-topIni {
    display: none !important;
  }

  .mr-dash-top50 {
    display: none !important;
  }

  .mr-dash-top70 {
    display: none !important;
  }

  .mr-dash-top80 {
    display: none !important;
  }

  .mr-dash-top100 {
    display: none !important;
  }

  .mr-dash-left {
    display: none !important;
  }

  .mr-dash-right {
    display: none !important;
  }

  .mr-dash-content {
    text-align: center !important;
    padding: 10px 20px;
  }

  .mr-dash-circle.c1 {
    position: relative !important;
    margin: 0 auto !important;
  }

  .mr-dash-circle.c2 {
    position: relative !important;
    margin: 0 auto !important;
  }

  .mr-dash-circle.c3 {
    position: relative !important;
    margin: 0 auto !important;
  }

  .mr-dash-circle.c4 {
    position: relative !important;
    margin: 0 auto !important;
  }

  .mr-box-list-city .mr-item-city {
    padding-bottom: 2px;
  }

  .mr-box-list-city .mr-col-city {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 769px) {
  .mr-w80 {
    max-width: 100%;
  }
}

@media screen and (max-width: 834px) {

  .app-download,
  .qrcode-download,
  .new-header-nav__btn-download {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .download-botoes .img1 {
    max-width: 90px;
  }

  .download-botoes .img2 {
    max-width: 150px;
  }

  .download-botoes .img3 {}
}

@media screen and (max-width: 900px) {
  .tools-wrapper .tools-column {
    width: 100%;
    display: block;
  }

  .tools-bicolumn {
    width: 100% !important;
  }
}

@media screen and (max-width: 980px) {
  .lista-docs {
    flex-direction: column;
  }

  .direto-no-app .right img {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .funciona-wrapper .beneficios-qipu {
    width: 50%;
    padding: 20px;
  }

  .desktop-only {
    display: none;
  }

  .section-abertura .right .section-form {
    width: 100%;
  }

  .planos-valor {
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .planos-valor-2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .text-planos {
    display: block;
    font-family: "Raleway", sans-serif;
    color: #707070;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
  }

  .text-planos-valor {
    color: #8B5EE0;
    font-size: 28px;
    font-weight: bold;
  }

  .text-planos-sm {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media screen and (max-width: 992px) {
  .funciona-wrapper {
    flex-wrap: wrap;
  }

  .funciona-wrapper .funciona-column {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .tablet-hide {
    display: block;
  }

  .tablet-show {
    display: none;
  }

  body {
    font-size: 1rem !important;
  }

  .tranquilidade-qipu .left {
    width: 50%;
  }

  .tranquilidade-qipu .right {
    width: 50%;
    padding: 70px;
  }

  .sobre-qipu .left {
    width: 50%;
    padding: 80px;
  }

  .sobre-qipu .right {
    width: 50%;
  }

  .faixa-indicacao .left {
    width: 50%;
  }

  .faixa-indicacao .right {
    width: 50%;
  }

  .faixa-milempreendedores,
  .faixa-indicacao,
  .sobre-qipu,
  .tranquilidade-qipu,
  .faixa-enderecofiscal {
    display: flex;
  }

  .faixa-milempreendedores .right,
  .faixa-enderecofiscal .right {
    width: 50%;
  }

  .faixa-milempreendedores .left,
  .faixa-enderecofiscal .left {
    width: 50%;
    padding: 60px 80px;
  }

  .qipu-header-abertura .left,
  .qipu-header-contabilidade .left,
  .qipu-header-contabilidade-mei .left,
  .qipu-header-lucro .left,
  .qipu-header-auxilio-pj .left {
    width: 80%;
    min-width: 500px;
    padding: 4% 7%;
    min-height: 60vh;
  }

  .qipu-header-abertura .right,
  .qipu-header-contabilidade .right,
  .qipu-header-contabilidade-mei .right,
  .qipu-header-lucro .right,
  .qipu-header-auxilio-pj .right {
    margin-top: -50px;
    border: none;
    width: 50%;
  }

  .qipu-header-abertura .right {
    width: 50%;
    min-height: 60vh;
  }

  .qipu-header-contabilidade .right {
    width: 50%;
  }

  .mr-header-home {
    background-image: url("/static/website/img/header-home-1500w.jpg") !important;
  }

  .mr-header-contabilidade-online {
    background-image: url("/static/website/img/header-contabilidade-online-1500w.jpg");
  }

  .mr-header-abrir-empresa {
    background-image: url("/static/website/img/header-abrir-empresa-1500w.jpg");
  }

  .mr-header-emissor-nfse {
    background-image: url("/static/website/img/header-emissor-nfse-1500w.jpg");
  }

  .mr-header-app {
    background-image: url("/static/website/img/header-app-1500w.jpg");
  }
}

@media screen and (min-width: 1024px) and (max-width: 1320px) {
  .header-nav {
    width: 78%;
  }

  .header-nav-list--category {
    width: 15%;
  }

  .header-nav-list--category:nth-child(1) {
    width: 20%;
  }

  .header-nav-list--category:nth-child(2) {
    width: 11%;
  }

  .header-nav-list--category:nth-child(3) {
    width: 11%;
  }

  .header-nav-list--main {
    width: 56%;
    padding: 0;
  }

  .header-btn {
    width: 10%;
  }
}

@media screen and (min-width: 1100px) {
  .conteudo-mei .texto-mei {
    height: 240px;
  }
}

@media screen and (min-width: 1141px) and (max-width: 1439px) {
  .meu-contador-tipo {
    width: 320px;
    height: 400px;
    margin: 10px;
  }
}

@media screen and (min-width: 1147px) and (max-width: 1230px) {
  .mr-price {
    font-size: 90% !important;
  }

  .mr-price .mr-card-header {
    font-size: 1rem !important;
  }

  .mr-price .mr-btn {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 1500px) {
  .mr-header-home {
    background-image: url("/static/website/img/header-home-1920w.jpg") !important;
  }

  .mr-header-contabilidade-online {
    background-image: url("/static/website/img/header-contabilidade-online-1920w.jpg");
  }

  .mr-header-abrir-empresa {
    background-image: url("/static/website/img/header-abrir-empresa-1920w.jpg");
  }

  .mr-header-emissor-nfse {
    background-image: url("/static/website/img/header-emissor-nfse-1920w.jpg");
  }

  .mr-header-app {
    background-image: url("/static/website/img/header-app-1920w.jpg");
  }
}

@media screen and (min-width: 1920px) {
  .mr-header-home {
    background-image: url("/static/website/img/header-home-1920w.jpg");
  }

  .mr-header-contabilidade-online {
    background-image: url("/static/website/img/header-contabilidade-online-1920w.jpg");
  }

  .mr-header-abrir-empresa {
    background-image: url("/static/website/img/header-abrir-empresa-1920w.jpg");
  }

  .mr-header-emissor-nfse {
    background-image: url("/static/website/img/header-emissor-nfse-1920w.jpg");
  }

  .mr-header-app {
    background-image: url("/static/website/img/header-app-1920w.jpg");
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  #home-flip #home-flip-second span {
    padding-left: 142px;
  }
}

@media screen and (min-width: 600px) {
  .mr-header-home {
    background-image: url("/static/website/img/header-home-800w.jpg") !important;
  }

  .mr-header-contabilidade-online {
    background-image: url("/static/website/img/header-contabilidade-online-800w.jpg");
  }

  .mr-header-abrir-empresa {
    background-image: url("/static/website/img/header-abrir-empresa-800w.jpg");
  }

  .mr-header-emissor-nfse {
    background-image: url("/static/website/img/header-emissor-nfse-800w.jpg");
  }

  .mr-header-app {
    background-image: url("/static/website/img/header-app-800w.jpg");
  }
}

@media screen and (min-width: 681px) and (max-width: 1140px) {
  .meu-contador-tipo {
    padding: 28px;
    width: 340px;
    margin: 10px auto;
    float: none;
    height: 400px;
  }
}

@media screen and (min-width: 767px) {
  .link-beneficios-mei {
    margin-bottom: 100px;
  }

  .link-beneficios-simples {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .footer-informacoes {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
  }

  .footer-2 .footer-logo {
    padding: 0px 40px;
  }

  .footer-text {
    font-size: 12px;
    line-height: 1.6;
    text-align: justify;
    padding: 0px 40px;
  }

  .mr-header-home {
    background-image: url("/static/website/img/header-home-1500w.jpg") !important;
  }

  .mr-header-contabilidade-online {
    background-image: url("/static/website/img/header-contabilidade-online-1500w.jpg");
  }

  .mr-header-abrir-empresa {
    background-image: url("/static/website/img/header-abrir-empresa-1500w.jpg");
  }

  .mr-header-emissor-nfse {
    background-image: url("/static/website/img/header-emissor-nfse-1500w.jpg");
  }

  .mr-header-app {
    background-image: url("/static/website/img/header-app-1500w.jpg");
  }

  #home-flip #home-flip-second span {
    padding-left: 195px;
  }

  #qrcode-ativo1,
  #qrcode-ativo2 {
    cursor: pointer;
  }

  .new-header--mobile-active .new-header-nav-list--main {
    display: flex;
    width: 100%;
  }

  .qrcode {
    display: none;
    background-color: #342a69;
    border-radius: 4px;
    width: 180px;
    position: absolute;
    padding: 10px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    z-index: 999999999999999999 !important;
    transform: translate(-50%, -50%);
  }

  .qrcode img {
    position: relative;
    padding-bottom: 5px;
    width: 100%;
    height: 100%;
  }

  .qrcode p {
    border-top: solid 1px #fff;
    padding-top: 6px;
    font-size: 11px;
  }

  .qrcode-download {
    width: 180px;
    height: auto;
    position: absolute;
    margin-left: 0px;
    top: 29px;
    border-radius: 4px;
    display: none;
  }

  .qr-content {
    width: 180px;
    height: auto;
    background: #292152;
    position: absolute;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: solid 10px #292152;
    z-index: 1;
  }

  .transparente {
    width: 180px;
    height: 20px;
    background: transparent;
  }

  .qr-content img {
    width: 100%;
    padding-bottom: 10px;
  }

  .qr-content p {
    font-size: 11px;
    line-height: 1.1;
    border-top: solid 1px #dedede;
    padding-top: 10px;
    color: #fff;
  }

  .hover {
    background-color: #292152 !important;
    cursor: pointer !important;
  }

  .funciona-block .buttons-wrapper {
    margin-top: 30px;
  }

  .featured-banner-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .barra-contato-roxa {
    display: flex;
  }

  .btn-home {
    width: 245px;
  }

  .slider-planos-hero {
    display: flex;
    width: 100%;

  }

  .slides-planos-hero {
    display: flex;
  }
}

@media screen and (min-width: 768px) and (max-height: 1023px) {
  .featured {
    min-height: 650px;
  }

  .featured-header {
    margin-bottom: 40px;
  }

  .featured-register {
    margin-bottom: 20px;
  }

  .featured-register p:last-child {
    display: none;
  }

  .featured-app-btns {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 970px) {
  .mr-price {
    font-size: 65% !important;
  }

  .mr-price .mr-card-header {
    font-size: 0.8rem !important;
  }

  .mr-price .mr-card-body .mr-text-big {
    font-size: 1.1rem !important;
    font-weight: 600;

  }

  .mr-price .mr-btn {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 769px) {

  .mr-btn.dsp-tb {
    padding: 8px 30px !important;
  }

  .mr-col-md-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 0 !important;
    flex: 0 0 0 !important;
    max-width: 0 !important;
  }

  .mr-col-md-1 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 8.333333% !important;
    flex: 0 0 8.333333% !important;
    max-width: 8.333333% !important;
  }

  .mr-col-md-2 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 16.666667% !important;
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important;
  }

  .mr-col-md-2B {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }

  .mr-col-md-3 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  .mr-col-md-4 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }

  .mr-col-md-5 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 41.666667% !important;
    flex: 0 0 41.666667% !important;
    max-width: 41.666667% !important;
  }

  .mr-col-md-6 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .mr-col-md-7 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 58.333333% !important;
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
  }

  .mr-col-md-8 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 66.666667% !important;
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
  }

  .mr-col-md-9 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }

  .mr-col-md-10 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 83.333333% !important;
    flex: 0 0 83.333333% !important;
    max-width: 83.333333% !important;
  }

  .mr-col-md-10B {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }

  .mr-col-md-11 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 91.666667% !important;
    flex: 0 0 91.666667% !important;
    max-width: 91.666667% !important;
  }

  .mr-col-md-12 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .mr-dash-topIni-md {
    right: initial !important;
    left: 50% !important;
  }

  .mr-dash-top80-md {
    width: calc(90% - 0px) !important;
  }

  .mr-dash-top70-md {
    width: calc(93% - 63px) !important;
  }

  .mr-dash-top50 {
    width: calc(28% - 67px) !important;
  }
}

@media screen and (min-width: 970px) and (max-width: 1147px) {
  .mr-price {
    font-size: 90% !important;
  }

  .mr-price .mr-card-body .mr-text-big {
    font-size: 1.4rem !important;
    font-weight: 600;

  }

  .mr-price .mr-btn {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .funciona-wrapper .beneficios-qipu {
    padding: 15px;
  }

  .desktop-only {
    display: block;
  }

  .col-33 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    position: relative;
  }

  .col-33>div {
    position: relative;
    display: inline-block;
    width: 6.25%;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: top;
    width: calc(100% / 3);
  }

  .secao-planos {
    padding: 115px 60px;
  }

  .titulos-secao-planos {
    margin: 50px 0px;
  }

  .slider-planos {
    display: flex;
    justify-content: center;
  }

  .slides-planos {
    display: flex;
  }

  .slides-planos>div {
    margin: 15px;
    width: 100%;
  }

  .card-planos-body {
    min-height: 575px;
  }

  .card-body-mei {
    min-height: 420px;
  }

  .planos-desktop {
    display: flex;
  }
}

.qipu-especialidades-parcerias {
  display: flex;
  align-items: stretch;
}

.qipu-especialidades-parcerias .left,
.qipu-especialidades-parcerias .right {
  flex: 1;
}

.qipu-especialidades-parcerias .right {
  background-image: url(../img/img-especialidades-qipu.jpg);
  background-position: center;
  background-size: cover;
  min-height: 60vh;
}

.qipu-especialidades-parcerias .left {
  padding: 40px 60px 40px 80px;
}

@media screen and (max-width: 991px) {

  .qipu-especialidades-parcerias .left {
    padding: 50px;
  }
}

.qipu-accordion {
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.accordion-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.accordion-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 700;
  color: #7D64CE;
}

.accordion-item summary::-webkit-details-marker {
  display: none;
}

.accordion-item summary::after {
  content: '+';
  font-size: 20px;
}

.accordion-item[open] summary::after {
  content: '-';
}

.item-subtitle {
  display: block;
  font-size: 14px;
  color: #777;
  font-weight: 400;
}

.item-title {
  font-size: 18px;
}

.accordion-content {
  padding: 15px 0;
  color: #444;
  line-height: 1.6;
}

.card-beneficio {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  border-left: 6px solid #ccc;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.text-beneficio {
  text-align: left;
}

.beneficio-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.icon-small {
  width: 32px !important;
  margin-right: 15px;
}

.border-purple {
  border-color: #7745D8;
}

.border-orange {
  border-color:  #F26B21;
}

.border-blue {
  border-color: #3957F4;
}

.border-green {
  border-color: #47B3C1;
}

.title-beneficio {
  color: #5871F2;
}

.step-box {
  padding: 20px;
  text-align: center;
}

.step-number {
  background: #7D64CE;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-weight: bold;
}


#solucoes-pj {
    padding: 60px 0;
    background-color: #f7f7f5;
    font-family: "Raleway", sans-serif;
}

#solucoes-pj .slides-solucoes {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
}

#solucoes-pj .card-wrapper {
    flex: 0 1 350px;
    display: flex;
}

#solucoes-pj .card-solucoes-pj {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease;
}

#solucoes-pj .card-solucoes-pj:hover {
    transform: translateY(-5px);
}

#solucoes-pj .mr-card-header {
    text-align: center;
    margin-bottom: 20px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#solucoes-pj .titulo-plano {
    color: #8B5EE0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
}

#solucoes-pj .mr-card-header h5 {
    color: #9b9b9b;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#solucoes-pj .card-body-pj {
    flex-grow: 1;
}

#solucoes-pj .beneficios-pj {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

#solucoes-pj .beneficios-pj li {
    font-size: 15px;
    color: #707070;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    text-align: left;
}

#solucoes-pj .beneficios-pj li span {
    color: #47B3C1;
    margin-right: 10px;
    font-weight: bold;
}

#solucoes-pj .footer-pj {
    margin-top: auto;
}

#solucoes-pj .footer-pj .mr-btn {
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: background 0.3s ease;
}

@media screen and (max-width: 991px) {
    #solucoes-pj .slides-solucoes {
        justify-content: flex-start;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 20px;
        gap: 15px;
        -webkit-overflow-scrolling: touch;
    }

    #solucoes-pj .slides-solucoes::-webkit-scrollbar {
        display: none;
    }

    #solucoes-pj .card-wrapper {
        flex: 0 0 65%;
        scroll-snap-align: center;
    }
}

@media screen and (max-width: 767px) {
    #solucoes-pj .card-wrapper {
        flex: 0 0 85%;
    }
}