html {
  zoom: 95%;
}

body {
  font-size: 14px !important;
  line-height: 15px !important;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
}
h1 {
  font-size: 36px !important;
}

h2 {
  font-size: 30px !important;
}

h3 {
  font-size: 24px !important;
}

h4 {
  font-size: 18px !important;
}

.intro-text {
  padding: 20px 0;
  text-align: justify;
}

.intro-text h3 {
  margin-bottom: 15px;
}

.intro-text p {
  margin-bottom: 0;
}

.intro-text h4 {
  color: #d32f2f;
  margin-bottom: 15px;
}

.intro-text ul {
  padding-left: 20px;
}

.intro-text ul li {
  margin-bottom: 10px;
}

.intro-text ul li strong {
  color: #d32f2f;
}

.listaFooter2 {
  display: flex;
  flex-direction: column;
}
.passo1.active h5 {
  color: red;
}

.passo2.active h5 {
  color: red;
}

.passo3.active h5 {
  color: red;
}

.titleWizard h5 {
  color: #808080;
}
.titleWizard {
  width: 100%;
  display: flex;
  border-bottom: 1px solid gray;
  margin-bottom: 20px;
}
.btnsWizard {
  display: flex;
  justify-content: end;
  gap: 0.5em;
}
.passo1,
.passo2,
.passo3 {
  text-align: start;
  width: 33%;
}

.backgroundForm {
  background-color: #eeeeee;
  width: 100%;
  padding: 30px;
  text-align: center;
  border-radius: 30px;
  color: black;
}

.active h2 {
  display: none !important;
}
.roda {
  transform: rotate(360deg);
}

.whats {
  position: fixed;
  right: 4%;
  bottom: 3%;
  z-index: 10;
}
.whats img {
  width: 75px;
  transition: 0.4s;
}
.selectMesAnoCartao {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: #ffffff;
  color: #7c7c7c;
  width: 100%;
  padding: 8px;
  margin: 0px;
  font-weight: 500;
  border: 1px solid #9d9d9d;
  border-radius: 0;
  margin-bottom: 15px;
}

#h5Contato {
  font-size: 20px;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;

  -moz-osx-font-smoothing: grayscale;

  font-feature-settings: "liga";
}

.bg-loading {
  background: rgba(0, 0, 0, 0.67);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*-------fim loading-------*/

a:focus,
a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#abrir {
  display: none;
}

#fechar {
  display: none;
}

.tituloComercio {
  display: flex;
  justify-content: end;
}

header a:hover {
  color: #ff0100;

  text-decoration: none;
}
header li {
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.1s;
}

header ul {
  list-style: none;
  display: inline-flex;
  padding: 0;
  float: right;
  margin-bottom: 0;
}
header a {
  color: #3b3e3f;
  padding: 8px;
  transition: 0.1s;
}
header img {
  width: 230px;
}
header nav {
  margin-top: 20px;
  float: right;
}

header {
  width: 100%;
  background: #fff;
  padding: 20px 0;
  position: fixed;
  z-index: 1;
  top: 0;
  box-shadow: 0px 1px 14px -10px #000;
}

.cookie-consent-banner {
  position: fixed;
  bottom: 4%;
  left: 20;
  width: 25%;
  background-color: #333;
  color: #fff;
  padding: 20px;
  display: none;
  z-index: 1000;
}
.cookie-consent-banner .contentCookie {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5em;
}
.cookie-consent-banner p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.15;
}

.cookie-consent-banner a {
  color: #4caf50;
  text-decoration: none;
}

.cookie-consent-banner a:hover {
  text-decoration: underline;
}

.cookie-consent-banner .btn-success {
  padding: 6px 25px;
  margin-left: 10px;
}

.contentCookie div {
  display: flex;
  min-width: fit-content;
}

.contentCookie .btn-secondary {
  background-color: #6c757d;
  color: #fff;
  padding: 6px 25px;
  margin-left: 10px;
}
.contentCookie .btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
}

.banner-sobre {
  background-image: url(../img/sobreNos.webp);
  background-size: cover;
  padding: 50px 0px;
  min-height: 800px;
  margin-top: 70px;
  display: flex;
  align-items: center;
}

.banner-cinza-legalizacao {
  background-color: #54585a;
  background-size: cover;
  padding: 50px 0px;
  margin-top: 70px;
  display: flex;
  align-items: center;
}

.banner-vermelho-bar {
  background-image: url(../img/bannerVermelhoBar.webp);
  background-size: cover;
  padding: 50px 0px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  filter: grayscale(100%) brightness(100%);
}

.banner-vermelho-ecommerce {
  background-image: url(../img/bannerVermelhoEcommerce.webp);
  background-size: cover;
  padding: 50px 0px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  filter: grayscale(100%) brightness(100%);
}
.tituloServicosFiscais2 {
  display: none;
}
.banner-vermelho-prestador {
  background-image: url(../img/bannerVermelhoPrestador.webp);
  background-size: cover;
  padding: 50px 0px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  background-position: center;
  filter: grayscale(100%) brightness(100%);
}

.dados span {
  font-size: 20px;
  font-weight: 300;
  margin-top: 9px;
  margin-bottom: 18px;
}
.dados {
  font-weight: 500;
  font-size: 46px;
  line-height: 50px;
  display: inline-grid;
  text-align: center;
  margin-right: 54px;
}

.abracaConteudosobre p {
  line-height: 20px;
}
.abracaConteudosobre {
  width: 100%;
  background: #ff0000ad;
  color: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  padding-top: 40px;
}
.abracaConteudosobreLegalizacao {
  color: #ffff;
  line-height: 30px;
}

.banner {
  position: relative;
  background-image: url(../img/bannerInova.webp);
  padding: 50px 0px;
  min-height: 500px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bannerLegalizacao {
  background-image: url(../img/banner-legalizacao.webp);
  background-size: cover;
  padding: 50px 0px;
  min-height: 800px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  color: white;
  background-position: bottom;
}

.bannerBar {
  background-image: url(../img/bannerPag2.webp);
  background-size: cover;
  padding: 50px 0px;
  min-height: 800px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  color: white;
  background-position: left;
}

.tituloContato {
  text-align: center;
  font-weight: 600;
}

.bannerPagContato {
  background-image: url(../img/bannerPagContato.webp);
  background-size: cover;
  padding: 50px 0px;
  margin-top: 70px;
  min-height: 700px;
  display: flex;
  align-items: center;
  color: white;
  background-position: left;
}
.bannerEspecialista {
  background-image: url(../img/bannerPagContato.webp);
  background-size: cover;
  padding: 50px 0px;
  margin-top: 70px;
  min-height: 700px;
  display: flex;
  align-items: center;
  color: white;
  background-position: left;
}
.bannerEspecialistaMe {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
  url(../img/banner.webp);
  background-size: cover;
  padding: 50px 0px;
  margin-top: 130px;
  min-height: 600px;
  display: flex;
  align-items: center;
  color: white;
  background-position: top !important;
}
.bannerEspecialistaContador {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
  url(../img/bannerContador.jpg);
  background-size: cover;
  padding: 50px 0px;
  margin-top: 100px;
  min-height: 600px;
  display: flex;
  align-items: center;
  color: white;
  background-position: center !important;
}

.bgBlack {
  padding: 100px 0;
  background-image: url(../img/BGblack.webp);
  background-size: cover;
  background-position: center;
  z-index: 0;
  position: relative;
  text-align: center;
}
.dFlex {
  display: flex;
}

.px5 {
  padding: 0 3em;
}

.bgFooter .rowFooterTop {
  width: 100%;
  margin: 0;
}
.bgFooter {
  color: #fff;
  height: fit-content;
  padding-top: 25px;
  background-image: url(../img/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.borderEnd {
  border-right: 2px solid #ffffff31;
}
.areaEndereco {
  display: flex;
  align-items: center;
  gap: 10%;
}
.bgFooter .borderEnd img {
  width: 100%;
}

.listaFooter {
  padding-left: 0;
  padding-right: 0;
}
.listaFooter .col-md-6 {
  height: 100%;
}
.listaFooter .topList {
  height: 50%;
}
.bottomList {
  height: 50%;
  padding-top: 1em;
}
.listaFooter h3 {
  margin-top: 0;
}
.areaFooterImg {
  width: 30%;
}
.areaEnderecoTexto {
  width: 60%;
}
.borderEnd h3 {
  margin-top: 0;
}
.areaEnderecoTexto p {
  line-height: normal;
  margin-bottom: 2em;
}

.areaEnderecoTexto p a {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
}
.horarioFunc {
  margin-left: 40%;
}
.bgFooter .borderEnd h2 {
  margin-top: 0;
}
.borderEnd p {
  font-size: 17px;
  font-weight: 300;
}

.borderEnd .p-bottom {
  margin-bottom: 2em;
}
.bgFooter .row {
  display: flex;
}

.listaFooter .mb {
  margin-bottom: 1.5em;
}

.listaFooter p {
  margin: 20px 0;
  font-size: 17px;
  font-weight: 300;
}

.listaFooter a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.bgFooter .logoBranca {
  width: 100%;
}

.bgFooter .areaLogoBranca {
  align-self: center;
}

.bgFooterBottom {
  height: 60px;
  background-color: #9c0003;
}

.bgFooterBottom .container {
  height: 100%;
}

.rowFooterTop {
  padding-bottom: 25px;
}
.contentFooterBottom {
  height: 100%;
  display: flex;
  align-items: center;
}
.contentFooterBottom p {
  margin: 0;
  font-size: 1.3em;
  font-weight: 300;
}
.bgBlack p {
  color: #e82e31;
  font-family: "Heebo", Sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
}
.bgBlack h3 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -1px;
}

.sedes li {
  color: #fff;
  font-size: 17px;
  line-height: 1.3em;
  margin-bottom: 21px;
  align-items: center;
  justify-content: left;
  display: flex;
}
.sedes {
  padding: 0;
  text-align: left;
  list-style: none;
}

.bannerEcommerce {
  background-image: url(../img/bannerEcommerce.webp);
  padding: 50px 0px;
  min-height: 700px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  color: white;
  background-repeat: no-repeat;
}

.bannerPrestadores {
  background-image: url(../img/bannerPrestadorDeServ.webp);
  padding: 50px 0px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  color: white;
  min-height: 800px;
  background-repeat: no-repeat;
}

.bannerServicosFiscais {
  background-image: url(../img/servicosFiscais.webp);
  background-size: cover;
  padding: 50px 0px;
  min-height: 800px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  color: white;
  background-position: bottom;
}

.bannerServicosContabeis {
  background-image: url(../img/banner-servicosContabeis.webp);
  background-size: cover;
  padding: 50px 0px;
  min-height: 800px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  color: white;
  background-position: bottom;
}

.bannerServicosDePessoas {
  background-image: url(../img/banner-servicosGestaoPessoas.webp);
  background-size: cover;
  padding: 50px 0px;
  min-height: 800px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  color: white;
  background-position: top;
}

.tituloHome span {
  color: #fff;
}
.tituloHome {
  color: #ffffff;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.tituloLegalizacao {
  color: #ffffff;
  font-size: 70px;
  font-weight: 400;
  text-align: right;
}

.tituloBar {
  color: #54585a;
  font-size: 45px;
  font-weight: 400;
  text-align: right;
}

.tituloEspecialidade {
  color: #54585a;
  font-size: 45px;
  font-weight: 400;
  text-align: right;
}

.tituloBar2 {
  color: #fff;
  font-size: 29px;
  font-weight: 400;
  text-align: left;
  display: none;
}

.tituloEcommerce {
  color: #54585a;
  font-size: 45px;
  font-weight: 400;
  text-align: right;
}

.tituloEcommerce span {
  text-wrap: nowrap;
  color: red;
}

.tituloPrestadores {
  color: #54585a;
  font-size: 45px;
  font-weight: 400;
  text-align: right;
}

.tituloPrestadores span {
  color: red;
}

.tituloEntenda {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
}

.tituloBar span {
  color: red;
}
.tituloEspecialidade span {
  color: red;
}

.tituloLegalizacao span {
  color: #ffffff;
  font-size: 50px;
}

.tituloServicosFiscais {
  color: #ffffff;
  font-size: 70px;
  font-weight: 400;
  text-align: right;
}

.tituloServicosFiscais span {
  color: #ffffff;
}

.abracaConteudoBanner p {
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
  width: 60%;
  margin-left: 0;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

.abracaConteudoBannerLegalizacao p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  width: 100%;
  color: #fff;
  text-align: right;
}

.abracaConteudoBannerBar p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  width: 90%;
  margin-left: 10%;
  color: #54585a;
  text-align: right;
}

.abracaConteudoBanner {
  text-align: center;
}

.btnCinza {
  width: 21%;
  padding: 17px 15px;
  border-radius: 19px;
  border: none;
  background: #ffffff;
  color: #626262;
  font-size: 15px;
  line-height: 18px;
  margin-left: 0;
  margin-bottom: 10px;
  margin-top: 30px;
  margin-right: 40px;
  min-height: 70px;
  vertical-align: middle;
}
.btnVermelho {
  width: 20%;
  padding: 25px 15px;
  border-radius: 19px;
  border: 1px solid #54585a;
  background: transparent;
  color: #54585a;
  font-size: 21px;
  margin-left: 50%;
}
.btnEspecialista {
  width: 100%;
  display: flex;
  justify-content: center;
}
.btnVermelhoLegalizacao {
  width: 100%;
  line-height: 20px;
  padding: 25px 15px;
  border-radius: 20px;
  border: none;
  background: #b51e1d;
  color: #fff;
  font-size: 21px;
  text-shadow: 1px 1px 5px #3e3e3e;
  margin-bottom: 10px;
  margin-top: 30px;
}

.btnVermelhoEnviar {
  width: 50%;
  padding: 25px 15px;
  border-radius: 20px;
  border: none;
  background: #b51e1d;
  color: #fff;
  font-size: 21px;
  text-shadow: 1px 1px 5px #3e3e3e;

  margin-bottom: 10px;
}

.contato textarea {
  width: 100%;
  display: block;
  padding: 15px;
  margin-bottom: 15px;
}
.contato input {
  width: 100%;
  display: block;
  padding: 15px;
  margin-bottom: 15px;
}

.tituloForm {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.textoContato {
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.btnVermelhoBAR {
  width: 40%;
  padding: 25px 15px;
  border-radius: 20px;
  border: none;
  background: #b51e1d;
  color: #fff;
  font-size: 21px;
  text-shadow: 1px 1px 5px #3e3e3e;
  margin-bottom: 10px;
  margin-top: 30px;
  margin-left: 25%;
}

.titulosobre {
  text-align: center;
  font-size: 40px;
  color: #54585a;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 100px;
}
.tituloServicos {
  text-align: center;
  font-size: 40px;
  color: #b51e1d;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 100px;
}

.linhaTitulo {
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #b51e1d;
  width: 20%;
}

.outrosServicos {
  text-align: center;
  color: #b51e1d;
  margin-top: 50px;
}

.outrosServicos span {
  text-align: center;
  color: #54585a;
  font-size: 20px;
  font-weight: 300;
  margin-top: 50px;
}

.outrosServicos2 {
  display: none;
  text-align: center;
  color: #b51e1d;
  margin-top: 50px;
}

.outrosServicos2 span {
  text-align: center;
  color: #54585a;
  font-weight: 300;
  font-size: 20px;
  margin-top: 50px;
}

.contabsBar {
  text-align: center;
  font-size: 40px;
  color: #54585a;

  font-weight: 300;
  margin-top: 100px;
  margin-bottom: 30px;
}

.contabsBar span {
  text-align: center;
  font-size: 40px;
  color: #b51e1d;

  font-weight: 300;
  margin-top: 100px;
}

.linhaTitulo2 {
  margin-top: 12px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #54585a;
  width: 18%;
}
.paragrafoSobre {
  margin-top: 25px;
  color: #54585a;
  line-height: 30px;
  font-size: 1.3em;
  text-align: start;
  font-weight: 300;
  width: 100%;
}

.corGrafico {
  color: #fff;
  line-height: 30px;
  font-size: 17px;
  text-align: left;
  font-weight: 300;
  width: 100%;
}
.corGraficoBar {
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  text-align: left;
  font-weight: 300;
  width: 100%;
}

.corTextoBar {
  color: #54585a;
  line-height: 30px;
  font-size: 19px;
  text-align: justify;
  font-weight: 300;
  width: 100%;
  margin-top: 30px;
}
.textEspecialidades {
  color: #54585a;
  line-height: 30px;
  font-size: 18px;
  text-align: justify;
  font-weight: 300;
  width: 100%;
  margin-top: 30px;
}
.graficoTamanho {
  color: #fff;
  width: 40%;
  margin-left: 30%;
}

.margemgraficoServicosFiscais {
  margin-top: 7%;
}

.margemgraficoLegalizacao {
  margin-top: 15%;
}

.margemgraficoBar {
  margin-top: 20%;
}

.flip-card {
  background-color: transparent;
  width: 90%;
  height: 300px;
  perspective: 1000px;
  margin: 50px 0px;
}

.flip-card-fixo {
  background-color: #3b3e3f;
  color: #fff;
  width: 100%;
  height: 230px;
  margin: 50px 0px;
  padding: 25px 35px;
}

.flip-card-fixo h3 {
  font-size: 34px;
  margin-bottom: 30px;
}

.flip-card-fixo p {
  line-height: 25px;
  font-size: 18px;
}

.card-fixo-white {
  padding-top: 4.5em;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
  width: 100%;
  height: 360px;
  margin: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-fixo-white i {
  color: #d32f2f;
  font-size: 6.4em;
  margin-bottom: 30px;
}

.textCards p {
  text-align: center;
  line-height: 1.4;
  font-size: 18px;
  color: #000;
  font-weight: 300;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front h3 {
  font-size: 20px;
  line-height: 26px;
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front p {
  line-height: 18px;
  font-size: 16px;
}
.flip-card-front img {
  width: 37%;
}
.flip-card-front {
  background-color: #b51e1d;
  color: #fff;
  padding: 25px;
}

.flip-card-back {
  background-color: #3b3e3f;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  text-align: center;
}

.saibaMais:hover {
  color: #ffffff;
  text-decoration: none;
}

.prestadores li {
  margin-bottom: 6px;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 300;
  border-bottom: 1px solid;
  width: 40%;
  padding-bottom: 11px;
}
.prestadores {
  padding: 10px 0px;
  color: #fff;
  display: block;
  width: 100%;
  list-style: none;
}
.saibaMais {
  display: block;
  width: 100%;
  color: #fffd;
  font-size: 18px;
  font-weight: 200;
  border: 1px solid;
  padding: 15px;
  border-radius: 14px;
}

.dropbtn {
  background-color: transparent;
  color: #484848;
  padding: 8px;
  font-size: 16px;
  border: none;
  text-transform: uppercase;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}
#menu a {
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #f1f1f1;
}

@media (min-width: 1500px) {
  .container {
    width: 1400px;
  }
}

@media (min-width: 1400px) and (max-width: 1497px) {
  .container {
    width: 1450px;
  }
  .cookie-consent-banner {
    width: 30%;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
}
/*------------------------------------ SM --------------------------------------------*/
@media (min-width: 801px) and (max-width: 991px) {
  .imgLado {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .imgLado {
    display: none;
  }
}

/*---------------------------------- xs - deitado -----------------------------------------*/
@media (min-width: 502px) and (max-width: 768px) {
  .imgLado {
    display: none;
  }
}

/*-------------------------------- xs -----------------------------------------------------*/

@media (max-width: 768px) {
  
  .intro-text {
    text-align: start;
  }
  .cookie-consent-banner {
    bottom: 5;
    left: 2%;
    width: 96%;
    background-color: #333;
    color: #fff;
    padding: 20px;
    display: none;
    z-index: 1000;
  }
  form input,
  form select, form textarea {
    margin-bottom: 0.7em;
  }
  .cookie-consent-banner .contentCookie {
    flex-direction: column;
  }
  .cookie-consent-banner p {
    margin-bottom: 1em;
  }
  .listaFooter .topList {
    height: auto;
  }
  .margemgraficoBar {
    margin-top: 0;
  }
  .bannerPrestadores {
    min-height: 300px;
    margin-top: 70px;
    background-size: cover;
    background-position: left;
  }

  .bannerPrestadores::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .bannerBar {
    min-height: 300px;
    margin-top: 70px;
  }

  .bannerBar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .bannerEcommerce {
    min-height: 300px;
    margin-top: 70px;
    background-size: cover;
    background-position: left;
  }

  .bannerEcommerce::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .bannerLegalizacao {
    min-height: 300px;
    margin-top: 70px;
  }

  .bannerLegalizacao::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .bannerServicosContabeis {
    min-height: 300px;
    margin-top: 70px;
  }

  .bannerServicosContabeis::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .bannerServicosFiscais {
    min-height: 300px;
    margin-top: 70px;
  }

  .bannerServicosFiscais::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .bannerServicosDePessoas {
    min-height: 300px;
    margin-top: 70px;
  }

  .bannerServicosDePessoas::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .dFlex {
    display: block;
  }
  .px5 {
    padding: 0 0;
  }
  .horarioFunc {
    text-align: center;
    margin-left: 0;
    margin-bottom: 1em;
  }
  .areaEndereco {
    flex-direction: column;
    gap: 1em;
  }
  .areaEnderecoTexto {
    text-align: center;
    width: 100%;
  }
  .areaEnderecoTexto p {
    margin-bottom: 1em;
  }
  .tituloContato {
    font-size: 2.5em;
  }
  .tituloEntenda {
    font-size: 26px;
  }
  .contabsBar,
  .contabsBar span {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 32px;
  }
  .prestadores li {
    width: 85%;
  }
  .outrosServicos {
    display: none;
  }
  .outrosServicos2 {
    display: block;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .outrosServicos2 span {
    margin-top: 15px;
    font-size: 20px;
  }

  .btnVermelhoEnviar {
    width: 100%;
  }
  .titleWizard h5 {
    font-size: 1.2em;
  }

  .titleWizard h6 {
    font-size: 1em;
  }

  .backgroundForm {
    padding: 28px;
    border-radius: 20px;
  }

  .rowFooterTop img {
    margin-bottom: 10px;
  }
  .tituloForm {
    width: 100%;
    margin-left: 0;
  }
  #wizardForm input,
  #wizardForm select,
  #wizardForm .form-check,
  #wizardForm textarea {
    margin-bottom: 1em;
  }
  #h5Contato {
    font-size: 18px;
  }
  .mb-3 {
    margin-bottom: 0 !important;
  }
  .mb-4 {
    margin-bottom: 0 !important;
  }
  .textCards p {
    margin-bottom: 16px !important;
  }
  .card-fixo-white {
    margin: 10px 0;
    height: 310px;
    padding: 4em 0;
  }
  .backgroundForm h4 {
    margin-bottom: 1em !important;
  }
  .bgFooterBottom {
    height: min-content;
  }
  .contentFooterBottom {
    padding: 10px 0;
    flex-direction: column;
    gap: 0.5em;
  }
  .titulosobre {
    margin-top: 50px;
  }
  .paragrafoSobre {
    margin-top: 30px;
  }
  .listaFooter .mb {
    margin-bottom: 0;
  }
  .row2 {
    display: flex;
    flex-direction: column !important;
  }
  .row2 .listaFooter div {
    padding-left: 0;
    padding-right: 0;
  }

  .listaFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .listaFooter2 {
    padding-left: 0 !important;
  }

  .whats {
    right: 7%;
    bottom: 4%;
  }

  .row2 .listaFooter div h3 {
    font-size: 22px;
    max-width: 100%;
    word-wrap: break-word;
  }
  .row2 .listaFooter p {
    font-size: 1.1em;
  }
  .listaFooter h2 {
    font-size: 1.3em;
  }
  .contentFooterBottom p {
    font-size: 1em;
    text-align: center;
  }
  .areaLogoBranca {
    display: none;
  }
  .bgFooter .borderEnd {
    border-right: none;
    border-bottom: 2px solid #ffffff31;
    margin-bottom: 15px;
  }
  .listaFooter .borderEnd {
    margin-bottom: 0;
    border-bottom: none;
  }

  .rowFooterTop {
    padding-bottom: 0;
  }
  .areaFooterImg {
    width: 30%;
  }
  .banner {
    min-height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  .btnCinza {
    width: 100%;
    margin-left: 0%;
  }

  .btnVermelho {
    width: 100%;
    margin-left: 0%;
  }

  .tituloHome {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
  }

  .abracaConteudoBanner {
    text-align: center;
  }

  .banner-sobre {
    background-position: RIGHT;
  }

  .banner-vermelho-bar {
    margin-top: 30px;
  }

  .abracaConteudosobre {
    background: #ff0000f0;
  }

  .dados span {
    margin-top: 14px;
  }

  .flip-card {
    margin: 0 auto;
    margin-bottom: 29px;
    width: 70%;
  }

  .flip-card:first-child {
    margin-top: 20px;
  }
  .bottomList {
    padding-top: 0;
  }

  .tituloServicos {
    font-size: 36px;
  }

  .linhaTitulo {
    margin-top: 28px;
    margin-bottom: 0;
  }

  .banner-vermelho-prestador {
    margin-top: 30px;
  }
  header nav {
    margin: 0;
    padding-top: 20px;
    text-align: center;
    float: inherit;
  }

  .bgCheio {
    height: 100%;
  }
  header img {
    width: 22%;
    margin: 0 40%;
  }

  header a:hover {
    color: #fff;
    border-left: none;
    border-bottom: none;
  }

  #abrir {
    margin-top: 10px;
    font-size: 2.1em;
    color: #505050;
    display: block;
    position: absolute;
  }

  #fechar {
    margin-top: 10px;
    font-size: 2.1em;
    color: #505050;
    position: absolute;
  }

  header {
    padding: 20px 0 0;
  }

  .dropdown {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 15px;
    margin-left: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 35px;
    display: block;
  }

  header {
    width: 100%;
  }

  .dropdown {
    font-size: 18px;
    margin-top: 24px;
    margin-left: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 24px;

    display: block;
    width: 100%;
  }
  .dropdown:hover .dropbtn {
    background-color: #fff;
  }
  .dropdown-content {
    width: 100%;
  }

  header a {
    padding: 0;
  }

  header li {
    font-size: 18px;
    margin-bottom: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 35px;
    margin-top: 24px;
  }

  .dropdown-content a {
    padding: 39px 16px;
  }

  .abriMenu {
    list-style: none;
    display: contents;
    transition: 0.4s;
  }

  header ul {
    list-style: none;
    display: block;
    height: 0px;
    overflow: hidden;
    transition: 0.4s;
  }

  .bannerPagContato {
    background-image: none !important;
    margin-top: 40px;
  }


  .bannerEspecialista {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      url(../img/bannerPagContato.webp);
    background-size: cover;
    padding: 0;
    padding-top: 60px;
    min-height: 450px;
    display: flex;
    align-items: center;
    color: white;
    background-position: center !important;
    margin: 0;
  }

  .bannerEspecialistaMe {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url(../img/banner.webp);
    background-size: cover;
    padding: 0;
    padding-top: 60px;
    min-height: 450px;
    display: flex;
    align-items: center;
    color: white;
    background-position: top !important;
    margin: 0;
  }

  .bannerEspecialistaContador {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/bannerContador.jpg);
    background-size: cover;
    padding: 0;
    padding-top: 60px;
    min-height: 450px;
    display: flex;
    align-items: center;
    color: white;
    background-position: top !important;
    margin: 0;
  }

  a:hover {
    color: transparent;
  }

  .tituloServicosFiscais2 {
    width: 100vw;
    display: block;
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    text-align: left;
  }

  .tituloServicosFiscais {
    display: none;
  }

  .abracaConteudoBannerLegalizacao p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    width: 100%;
    margin-left: 0;
    color: #fff;
    text-align: left;
  }
  .tituloLegalizacao {
    color: #ffffff;
    font-size: 50px;
    font-weight: 400;
    text-align: left;
  }

  .tituloLegalizacao span {
    color: #ffffff;
    font-size: 40px;
  }

  .tituloEcommerce {
    color: white;
    font-size: 29px;
    font-weight: 400;
    text-align: left;
  }
  .banner-vermelho-ecommerce {
    margin-top: 30px;
  }

  .tituloPrestadores {
    display: none;
  }

  .tituloEcommerce span {
    color: white;
  }

  .tituloBar {
    display: none;
  }

  .tituloBar2 {
    display: block;
  }

  .tituloBar span {
    color: white;
  }

  .tituloPrestadores span {
    color: white;
  }
  .abracaConteudoBannerBar p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    width: 100%;
    margin-left: 0;
    color: white;
    text-align: left;
    text-shadow: 2px 2px 2px rgb(59, 59, 59);
  }

  .graficoTamanho {
    display: none;
  }

  .btnVermelhoBAR {
    padding: 20px 10px;
    border-radius: 20px;
    border: none;
    background: #b51e1d;
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 5px #3e3e3e;
    margin-bottom: 10px;
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
    line-height: 20px;
  }

  .corTextoBar {
    color: #54585a;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    width: 100%;
    margin-top: 30px;
  }

  

  .btnVermelhoLegalizacao {
    width: 100%;
  }
  .flip-card-front img {
    width: fit-content;
  }
  .abracaConteudoBanner p {
    width: 100%;
  }
}
@media (max-width: 502px) {
  header img {
    width: 35%;
    margin: 0 35%;
  }
  .whats img {
    width: 60px;
    transition: 0.4s;
  }
  .flip-card {
    width: 100%;
  }
  .areaFooterImg {
    width: 50%;
  }

  .flip-card-front img {
    width: 37%;
  }
}
