.Banner {
  background: none;
}
.Banner .container {
  position: relative;
}
.Banner__titleWrapper {
  position: absolute;
  left: 0;
  top: 25rem;
  z-index: 2;
}
.Banner__title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
}
.Banner .mobileOnly {
  display: none;
}
.Banner .container-fluid .col {
  padding: 0 !important;
}
.Banner figure {
  overflow: hidden;
}
.Banner figure img {
  width: 100%;
}

@media (max-width: 959px) {
  .Banner {
    padding: 80px 0 0 0;
  }
  .Banner__titleWrapper {
    left: 1rem;
    top: 4rem;
  }
  .Banner__title {
    font-size: 0.875rem;
  }
  .Banner .mobileOnly {
    display: block;
  }
  .Banner .desktopOnly {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .Banner {
    padding: 80px 0 0 0;
  }
  .Banner__titleWrapper {
    top: 12rem;
  }
}
.bgPurple {
  background: #614e9e;
}

.bgDarkPurple {
  background: #7c3998;
}

.defaultButton {
  display: block;
  margin: auto;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 4px;
  text-align: center;
  padding: 1.5rem;
  text-decoration: none;
  border: none;
  outline: none;
  transition: 0.2s ease-in-out;
}

[data-button=white-outline] {
  background: none;
  color: #ffffff;
  border: 2px solid #ffffff !important;
  font-weight: 600;
}
[data-button=white-outline]:hover {
  background: #d4c328;
  color: #ffffff;
  border: 2px solid #d4c328 !important;
  color: #614e9e;
}
[data-button=white-outline] span {
  font-weight: 800;
}

@media (max-width: 959px) {
  .defaultButton {
    max-width: 250px;
    padding: 20px;
  }
  [data-button=white-outline] {
    font-size: 0.65rem;
  }
}
@media (max-width: 1366px) {
  .defaultButton {
    max-width: 250px;
    padding: 10px;
    font-size: 0.75rem;
  }
}
.Contato {
  padding: 5rem 0 0 0;
  background: #e9e9ea;
}
.Contato__title, .Contato label {
  color: #7c3998;
}
.Contato__title {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: right;
}
.Contato__title span {
  font-weight: 500;
}
.Contato .socialIcons {
  width: 50px;
  margin-right: 10px;
}
.Contato form label {
  font-weight: 700;
  font-size: 0.675rem;
  letter-spacing: 1px;
}
.Contato form [type=text], .Contato form textarea {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.3);
}
.Contato form [type=submit] {
  pointer-events: none;
}

@media (max-width: 959px) {
  .Contato__title {
    text-align: center;
    margin-bottom: 1rem;
  }
  .Contato .container .row:nth-of-type(1) .col {
    justify-content: center;
    text-align: center;
  }
}
.Clientes {
  padding: 4rem 0;
  background: #ffffff;
}
.Clientes__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 10px;
  margin-bottom: 5rem;
  color: #614e9e;
}
.Clientes__line {
  padding: 2rem 0;
}
.Clientes__logo {
  width: 265px;
  max-width: 265px !important;
  height: auto;
  display: block;
  margin: auto;
}

@media (max-width: 959px) {
  .Clientes {
    padding: 2rem 0;
  }
  .Clientes__title {
    margin-bottom: 2rem;
  }
  .Clientes__line {
    padding: 0;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

p {
  font-size: 1.313rem;
  line-height: 25px;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: black;
}

a.button {
  margin-top: 1.5rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.image-fluid {
  max-width: 100%;
  display: block;
  margin: auto;
}

.transition {
  transition: all 0.2s ease-in-out;
}

@media (max-width: 959px) {
  [data-visibility=desktop] {
    display: none;
  }
  p {
    font-size: 0.875rem;
    line-height: 1.875rem;
  }
  section {
    padding: 2rem 0;
  }
  h2 span {
    font-size: 2rem;
  }
}
@media (max-width: 1366px) {
  p {
    font-size: 0.875rem;
  }
}
.Depoimentos {
  padding: 15rem 0;
  background-color: #f0f0f1;
  background-image: url("../assets/img/depoimentos-bg-top.png"), url("../assets/img/depoimentos-bg-bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100%;
}
.Depoimentos figure img {
  width: 150px;
  height: 150px;
  padding: 5px;
  border-radius: 75px;
  border: 5px solid #614e9e;
  margin-right: 15px;
}
.Depoimentos [data-margin-1=desktop] {
  padding-left: 20%;
}
.Depoimentos [data-margin-2=desktop] {
  padding-left: 35%;
}
.Depoimentos h2 {
  color: #d4c328;
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: right;
}
.Depoimentos h2 span {
  display: block;
  letter-spacing: 15px;
}
.Depoimentos h2 span:nth-of-type(1) {
  margin-bottom: -125px;
}
.Depoimentos h2 span:nth-of-type(3) {
  margin-top: -125px;
}
.Depoimentos p {
  font-size: 0.875rem;
}
.Depoimentos p span {
  display: block;
  width: 100%;
  padding-top: 1rem;
  color: #614e9e;
  font-weight: 800;
  font-size: 1rem;
}

@media (max-width: 959px) {
  .Depoimentos {
    padding: 3rem 0;
    background-image: url("../assets/img/gradient-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
  }
  .Depoimentos .container {
    display: flex;
    flex-direction: column;
  }
  .Depoimentos .container .row div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .Depoimentos .container .row div p {
    text-align: center;
    margin-bottom: 2rem;
  }
  .Depoimentos .container .row div figure {
    margin: 0;
    padding: 0;
  }
  .Depoimentos .container h2 {
    font-size: 5rem;
    font-weight: 900;
  }
  .Depoimentos .container h2 span {
    display: block;
    letter-spacing: 15px;
  }
  .Depoimentos .container h2 span:nth-of-type(1) {
    margin-bottom: -100px;
  }
  .Depoimentos .container h2 span:nth-of-type(3) {
    margin-top: -100px;
  }
  [data-margin-1=desktop] {
    padding-left: 0;
  }
  [data-margin-2=desktop] {
    padding-left: 0;
  }
  [data-order=order1] {
    order: 1;
  }
  [data-order=order2] {
    order: 2;
  }
  [data-order=order3] {
    order: 1;
  }
}
.Diferenciais {
  padding: 18rem 0 10rem 0;
  background-color: #7c3998;
  background-image: url("../assets/img/bg-top-diferenciais.png"), url("../assets/img/bg-bottom-diferenciais.jpg");
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.Diferenciais .anchor {
  background: #7c3998;
  height: 100px;
  opacity: 0;
}
.Diferenciais h2 {
  color: #ffffff;
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: right;
}
.Diferenciais h2 span {
  display: block;
  letter-spacing: 15px;
}
.Diferenciais h2 span:nth-of-type(1) {
  margin-bottom: -125px;
}
.Diferenciais h2 span:nth-of-type(3) {
  margin-top: -125px;
}
.Diferenciais h3 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}
.Diferenciais h3:not(:nth-of-type(3)) {
  color: #ffffff;
}
.Diferenciais h3:nth-of-type(3) {
  color: #d4c328;
}
.Diferenciais p {
  color: #ffffff;
  font-weight: 500;
  text-align: justify;
  padding-bottom: 2rem;
}

@media (max-width: 959px) {
  .Diferenciais {
    padding: 6rem 0 10rem 0;
  }
  .Diferenciais h2 {
    margin-bottom: 4rem;
  }
  .Diferenciais h2 span:nth-of-type(1) {
    margin-bottom: -100px;
  }
  .Diferenciais h2 span:nth-of-type(3) {
    margin-top: -100px;
  }
  .Diferenciais p {
    text-align: left;
  }
}
.Form label {
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.Form [type=submit] {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 1rem;
  background: #7c3998;
  color: #e9e9ea;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  border-radius: 5px;
  height: 60px;
  pointer-events: none;
}
.Form [type=text], .Form [type=email], .Form [type=tel], .Form [type=number], .Form select, .Form textarea {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  border-radius: 0.25rem;
  margin-bottom: 10px;
}
.Form select {
  height: 40px;
}
.Form textarea {
  min-height: 140px;
}

.equal, .plus {
  font-size: 2rem;
  font-weight: 500;
}

.waiting {
  pointer-events: none;
  background-image: url("assets/img/VAyR.gif");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position-x: 20px;
  background-position-y: 18px;
  background-color: #54001c !important;
}

.enableButton {
  pointer-events: all !important;
  background-color: #009c6d !important;
  color: #000000 !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
}

.blockInput {
  pointer-events: none;
  text-align: center;
}

@media (max-width: 959px) {
  .Form {
    padding: 1.5rem;
  }
}
.Footer {
  padding: 2rem 0;
  background: #d4c328;
}
.Footer__iconsContainer {
  width: 300px;
  margin: auto;
}
.Footer .socialFooterIcon {
  display: block;
  margin: auto;
  width: 70px;
  height: auto;
}
.Footer p {
  color: #7c3998;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 1px;
  padding-top: 2rem;
}
.Footer .curinga {
  font-weight: 800;
}

.Localizacao {
  background-color: #d4c328;
  background-image: url("../assets/img/bg-top-localizacao.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: top;
  padding-top: 20rem;
  padding-bottom: 10rem;
}
.Localizacao h2 {
  color: #ffffff;
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
}
.Localizacao h2 span {
  display: block;
  letter-spacing: 15px;
}
.Localizacao h2 span:nth-of-type(1) {
  margin-bottom: -125px;
}
.Localizacao h2 span:nth-of-type(3) {
  margin-top: -115px;
}
.Localizacao address {
  text-align: right;
  color: #614e9e;
  font-weight: 800;
  font-size: 1.5rem;
}
.Localizacao address a {
  text-decoration: underline;
  font-weight: 600;
  color: #000000;
  font-size: 0.75rem;
}
.Localizacao .footerLine {
  margin-top: 5rem;
}

@media (max-width: 959px) {
  .Localizacao {
    padding-top: 6rem;
    padding-bottom: 0;
  }
  .Localizacao h2 {
    text-align: left;
  }
  .Localizacao h2 span:nth-of-type(1) {
    margin-bottom: -100px;
  }
  .Localizacao h2 span:nth-of-type(3) {
    margin-top: -100px;
  }
}
.Mapa iframe {
  width: 100%;
  height: 400px;
}

@media (max-width: 960px) {
  .GoogleMap iframe {
    width: 100%;
    height: 250px;
    margin-bottom: 0;
  }
}
.MenuFx {
  display: block;
  position: relative;
  margin: auto;
  width: 70px;
  height: 5px;
  overflow: hidden;
}
.MenuFx span {
  display: block;
  width: 51%;
  height: 7px;
  position: absolute;
  background: #ffffff;
  top: 0;
  transition: ease-in-out 0.2s;
}
.MenuFx span:nth-of-type(1) {
  left: 0;
}
.MenuFx span:nth-of-type(2) {
  right: 0;
}

.Navbar__list-item:hover .MenuFx span:nth-of-type(1) {
  left: -100%;
}
.Navbar__list-item:hover .MenuFx span:nth-of-type(2) {
  right: -100%;
}

.Navbar {
  position: relative;
  z-index: 999;
  width: 100%;
  background: white;
  padding: 1rem 0;
  transition: ease-in-out 0.3s;
}
.Navbar [data-visibility=sticky] {
  display: none;
}
.Navbar__logo {
  width: 180px;
  height: auto;
}
.Navbar__list {
  display: flex;
  text-align: center;
  justify-content: center;
}
.Navbar__list-item {
  display: inline;
  text-align: center;
}
.Navbar__list-item a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 2px;
  padding: 0 2rem;
  transition: ease-in-out 0.1s;
}

.wa-icon {
  display: block;
  background: url("../assets/img/wa-icon.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 0;
  padding-left: 25px !important;
}

.sticky {
  position: fixed !important;
  top: 0;
  background: #7c3998;
}
.sticky [data-visibility=scroll] {
  display: block;
  width: 100px;
  height: auto;
}
.sticky [data-visibility=normal] {
  display: none !important;
}
.sticky [data-visibility=sticky] {
  display: block !important;
}
.sticky .MenuFx {
  background: #ffffff !important;
}
.sticky .MenuFx span {
  background: #7c3998 !important;
}
.sticky a {
  color: #ffffff !important;
}
.sticky .Navbar__logo {
  width: 130px !important;
  height: auto;
}
.sticky .wa-icon {
  background: url("../assets/img/wa-icon-white.png") !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: left 0 !important;
  padding-left: 25px !important;
}

.expand {
  height: 100vh !important;
  background: #7c3998;
}
.expand .MenuFx {
  display: none !important;
}
.expand a {
  color: #ffffff !important;
}
.expand [data-visibility=normal] {
  display: none !important;
}
.expand [data-visibility=sticky] {
  display: block !important;
  border-bottom: none;
}
.expand [data-visibility=sticky] img {
  width: 150px !important;
  margin-bottom: 50px;
}

@media (max-width: 959px) {
  .Navbar {
    padding: 0;
    height: 0;
    overflow: hidden;
  }
  .Navbar [data-visibility=mobile] {
    display: block !important;
  }
  .Navbar [data-visibility=desktop] {
    display: none !important;
  }
  .Navbar__logo {
    width: 100px;
    height: auto;
    margin-left: 20px;
    margin-top: 15px;
  }
  .Navbar__list {
    padding: 6rem 0 1rem 0;
    flex-direction: column;
    flex-grow: strech;
    text-align: left;
  }
  .Navbar__list-item {
    display: block;
    padding: 15px 0;
    text-align: left;
  }
  .Navbar__list-item a {
    color: #e2ac7a;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 1rem 2.5rem;
  }
  .Navbar__list-item:last-of-type {
    border-bottom: none;
  }
  .Navbar .wa-icon {
    background: url("../assets/img/wa-icon-white.png") !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: left 15px !important;
    padding-left: 25px !important;
  }
  #toggle {
    display: none !important;
  }
}
@media (max-width: 1366px) {
  .Navbar__list-item a {
    font-size: 0.7rem;
  }
  .Navbar__logo {
    width: 150px;
    height: auto;
  }
  .Navbar .wa-icon {
    background-size: 16px;
  }
  .sticky .wa-icon {
    background-size: 16px !important;
  }
}
/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e9e9ea;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #614e9e;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d4c328;
}

.Servicos__banner {
  height: 990px;
  background: url("../assets/img/servicos-bg.jpg");
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding-top: 6rem;
}
.Servicos__banner .container, .Servicos__banner .row {
  height: 100%;
}
.Servicos__banner-title {
  color: #939598;
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: right;
}
.Servicos__banner-title span {
  display: block;
  letter-spacing: 15px;
}
.Servicos__banner-title span:nth-of-type(1) {
  margin-bottom: -125px;
}
.Servicos__banner-title span:nth-of-type(3) {
  margin-top: -125px;
}
.Servicos__descriptions {
  background: #e9e9ea;
  padding: 4rem 0;
}
.Servicos__descriptions .d-flex h2, .Servicos__descriptions .d-flex p {
  text-align: center;
}
.Servicos__descriptions .d-flex h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 100px;
}
.Servicos__descriptions .d-flex p {
  font-size: 0.875rem;
}
.Servicos__descriptions .d-flex figure.order1 {
  order: 1;
}
.Servicos__descriptions .d-flex h2.order2 {
  order: 2;
}
.Servicos__descriptions .d-flex p.order3 {
  order: 3;
}
.Servicos__descriptions .d-flex figure {
  width: 100%;
  height: 152px;
  margin-bottom: 1rem;
}
.Servicos__descriptions .d-flex:nth-of-type(1) figure {
  background: url("../assets/img/servicos-contabeis-em-geral.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 152px;
}
.Servicos__descriptions .d-flex:nth-of-type(2) figure {
  background: url("../assets/img/planejamento-fiscal-e-tributario.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 152px;
}
.Servicos__descriptions .d-flex:nth-of-type(3) figure {
  background: url("../assets/img/alteracoes-contratuais-e-tramites-legais.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 152px;
}
.Servicos__descriptions .d-flex:nth-of-type(4) figure {
  background: url("../assets/img/pericia-contabil.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 152px;
}

@media (max-width: 959px) {
  .Servicos__banner-title {
    font-size: 2rem;
  }
  .Servicos__banner-title span {
    display: block;
    letter-spacing: 5px;
  }
  .Servicos__banner-title span:nth-of-type(1) {
    margin-bottom: -50px;
  }
  .Servicos__banner-title span:nth-of-type(3) {
    margin-top: -50px;
  }
  .Servicos__banner {
    height: 230px;
    background: url("../assets/img/servicos-bg.jpg");
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 100%;
    padding-top: 0 !important;
  }
  .Servicos__banner .container, .Servicos__banner .row {
    height: auto;
  }
  .Servicos__descriptions figure {
    width: 100px !important;
    height: 100px !important;
    margin: auto;
    margin-bottom: 20px;
  }
  .Servicos__descriptions:nth-of-type(1) figure {
    background: url("../assets/img/servicos-contabeis-em-geral.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px !important;
  }
  .Servicos__descriptions:nth-of-type(2) figure {
    background: url("../assets/img/planejamento-fiscal-e-tributario.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px !important;
  }
  .Servicos__descriptions:nth-of-type(3) figure {
    background: url("../assets/img/alteracoes-contratuais-e-tramites-legais.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px !important;
  }
  .Servicos__descriptions:nth-of-type(4) figure {
    background: url("../assets/img/pericia-contabil.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px !important;
  }
}
.bordo {
  color: #54001c;
}

.toggle {
  cursor: pointer;
  width: 60px;
  height: 21px;
  position: relative;
}
.toggle__bar {
  display: block;
  position: absolute;
  width: 90%;
  height: 3px;
  background: #e2ac7a;
  border-radius: 2px;
}
.toggle__bar:nth-of-type(1) {
  top: 0;
}
.toggle__bar:nth-of-type(2) {
  top: 9px;
}
.toggle__bar:nth-of-type(3) {
  bottom: 0;
}

.rotate .toggle__bar:nth-last-of-type(1) {
  transform: rotate(45);
}
.rotate .toggle__bar:nth-last-of-type(3) {
  transform: rotate(-45);
}

.ToggleButton {
  position: absolute;
  top: 18px;
  right: 35px;
  width: 40px;
  height: 36px;
  background: none;
  cursor: pointer;
  display: none;
}
.ToggleButton__line {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ffffff;
  transition: ease-in-out 0.1s;
}
.ToggleButton__line:first-of-type {
  top: 8px;
}
.ToggleButton__line:nth-of-type(2) {
  top: 16px;
}
.ToggleButton__line:last-of-type {
  top: 24px;
}

.ButtonTransform span:nth-of-type(2) {
  opacity: 0;
}
.ButtonTransform span:first-of-type {
  transform: rotate(45deg);
  top: 15px;
  background: #ffffff;
}
.ButtonTransform span:last-of-type {
  transform: rotate(-45deg);
  top: 15px;
  background: #ffffff;
}

@media (max-width: 959px) {
  .ToggleButton {
    z-index: 9999;
    display: block;
    top: 22px;
  }
  .ToggleButton__line {
    height: 3px;
    background: #614e9e;
  }
}/*# sourceMappingURL=main.css.map */