:root {
  --main-color: #00DD9C;
  --second-color: #ffff;
  --third-color: #202124;
  --four-color: #571113;
  --bg-color: #EFEFEF;
}

body {
  color: #393939;
  font: 14px/2em 'Montserrat', sans-serif;
  background-color: #Ffff;
  position: relative;
  font-weight: 600;
}

a:not([href]):hover {
  cursor: pointer;
}

ul {
  padding: 0;
  margin: 0
}

ul li {
  list-style: none
}

a {
  color: #00a9c6;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a,
a:hover {
  text-decoration: none
}

a:hover {
  color: #6d6f6a
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1em
}

h1 {
  font: 700 5em 'Montserrat', sans-serif;
  margin: .25em 0;
  text-transform: uppercase
}

h2 {
  font: 300 2.5em 'Montserrat', sans-serif;
  margin-bottom: 1.5em
}

h3 {
  font: 300 2em 'Montserrat', sans-serif;
  margin: 2em 0 1em
}

h4 {
  font: 300 1.5em 'Montserrat', sans-serif;
  margin-bottom: 1em
}

h4 i {
  margin-right: .5em
}

p {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: .7em
}

b,
strong {
  font-weight: bold;
}


.mobile-none {
  display: block;
}

.mobile-only {
  display: none;
}

@media (min-width: 1904px) {
  .container {
    max-width: 1185px !important;
  }
}

.container--fluid {
  max-width: 100% !important;
}

#topo p span {
  font-size: 20px;
  font-weight: bold;
}

h2.heading {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  margin-top: 15px;
}



.collapse-padding {
  padding: 1em 0;
}

.spacer {
  padding: 3em 0;
}



.chame-agora a p {
  margin-bottom: 0px;
}

#home {
  margin-top: 0em;
  position: relative;
  max-height: 100vh;
  overflow: hidden;
  background: #000;

}


.conteudo {
  min-height: 100vh;
  padding-top: 9em;
}



.v-footer .v-card {
  box-shadow: none;
  background: #000;
  border-radius: 0px;
  color: #fff !important;
}

footer.v-footer {}

.theme--light.v-footer {
  background-color: var(--second-color);
}

.v-card__text {}

footer .v-card__text {
  font-size: 12px;
}

header {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
}

header .v-sheet.menu-fixo {
  background-color: #0000009e;
}

header .v-sheet.menu-fixo #menu-principal img {
  width: 100px;
}

.theme--dark.v-btn.v-btn--has-bg {
  background-color: #F26D03;
  margin-top: 1em;
}

header .v-sheet.menu-fixo a.logo {
  width: 70%;
}


.v-navigation-drawer {
  height: 100vh !important;
}


.telefones-top a i {
  color: #fff !important;
}

.alert-warning {
  margin-bottom: 0px;
}

.coks-acepts {
  position: fixed;
  bottom: 15px;
  left: 15px;
}

.coks-acepts .alert-warning {
  background-color: #fff;
}

.navbar-toggler .fa-bars {
  color: #fff;
}

#topo a.logo {
  padding: 10px;
  margin: 0px;
  /* top: 0; */
  
  max-width: 100%;
}

#topo .default-btn {
  float: right;
}

#topo a.logo img {
  margin: 0 auto;
  display: block;
}


#topo ul li a {
  color: #000;
  margin-left: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

#topo ul li a:hover {
  color: var(--main-color);

}

#topo a.codigo-conduta {
  background: var(--main-color);
  color: #fff !important;
  display: block;
  text-align: center;
  border-radius: 8px;
  padding: 0px 1em;
  margin-top: 0;
}

#topo li.has-sub ul.sub-has li a {
  display: block;
  white-space: nowrap;
}

#topo li.has-sub ul.sub-has li {
  padding: 5px 1em;
}

.height-zero {
  height: 100%;
}

.align-end {
  align-items: end;
}

.align-center {
  align-items: center;
}

#topo li.has-sub ul.sub-has {
  position: absolute;
  background: var(--second-color);
  display: none;
}

#topo li.has-sub:hover ul.sub-has {
  display: block;
}

.absolute-center-home {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

#home h1 {
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  color: var(--main-color);
}

#home h1 span {
  color: var(--second-color);
}

.absolute-center-home h2 {
  color: var(--second-color);
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0px;
}

.absolute-center-home h2 span {
  color: var(--main-color);
}

.absolute-center-home p {
  color: var(--second-color);
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 1em;
  text-align: center;
}

.absolute-center-home p span {
  color: var(--main-color);
  font-weight: bold;
  text-transform: uppercase;
}



#topo .list-group-item {
  border: 0px;
  background: transparent;
    color: #fff;
}

#topo .list-group-item a{
  color: #fff;
}




footer .center-align {
  align-items: center;
}

.theme--light.v-footer a {
  color: var(--main-color);

}

.whatsappme {
  position: fixed;
  right: 10px;
  bottom: 100px;

}




.banner h2 {
  font-size: 5em;
  color: #ffff;
}

.banner span {
  font-size: 1.5em;
  color: var(--second-color);
  font-weight: bold;
}

.sobre {
  margin-top: 0em;
}

.sobre h2 {
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
}

.sobre-p {
  font-size: 1em;
  color: #666666;
  font-weight: 600;
}

.ytp-cued-thumbnail-overlay-image {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sobre iframe {
  background-blend-mode: darken;
  background: rgb(0, 0, 0, 0.8)
}

.sobre-pp {
  font-size: 1em;
  color: #666666;
  font-weight: 600;
}

.sobre button {
  color: var(--second-color);
  background: #C51430;
  padding: 0.3em 3em;
  font-weight: 800;
  border-radius: 0.6em;
  margin-top: 1em;
  text-transform: uppercase;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.sobre button:hover {
  background-color: #83000d;
  cursor: auto;
}

.sobre-title {
  color: #0D0D0D;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2em;
}


.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: solid 3px #C51430;
  background: transparent;
  background-clip: border-box;
  border: 1pxsolidrgba(0, 0, 0, .125);
  border-radius: 1.25rem;
}

.card img {
  width: 5em;
  display: block;
  margin: 0 auto;
  margin-top: 7em;
}

.card-body {
  flex: 1 1 auto;
  padding: 2.5rem 1rem;
}

.card h2 {
  font-size: 1.5em;
  color: #ffff;
  font-weight: bolder;
  text-align: center;
}

.card span {
  font-size: 2em;
  color: #ffff;
  font-weight: bolder;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solucoes {
  background-color: #F6F6F6;
  margin-top: 3em;
}

.solucoes-card {}

.solucoes-card p {
  text-align: center;
  font-weight: 600;
}

.solucoes-card h2 {
  font-size: 2em;
  text-align: center;
  color: #333333;
  margin: 0.3em auto;
  font-weight: 600;
}

.solucoes-card button {
  padding: 0.3em 3em;
  margin: 0 auto;
  display: block;
  border-radius: 0.6em;
  border: 0;
  font-weight: 800;
  margin-bottom: 4em;
  background-color: #C51430;
  color: var(--second-color);
  margin-top: 0.8em;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.solucoes-card button:hover {
  background-color: #83000d;
  cursor: auto;
}

.card-icon {
  display: block;
  margin: 1.7em auto;
}

.solucoes-button {
  color: var(--second-color);
  background-color: #C51430;
  width: 30em;
  font-weight: 800;
  border-radius: 0.6em;
  margin: 2em auto;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.solucoes-button:hover {
  background-color: #83000d;
  cursor: auto;
}

.form {
  padding: 0.5em;
}

.form button {
  float: right;
  color: var(--second-color);
  background-color: #C51430;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.3em 3em;
  border-radius: 0.6em;
  margin-top: 1em;
  text-transform: uppercase;
  border-color: transparent;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.form button:hover {
  background-color: #83000d;
  cursor: auto;
  border-color: transparent;
}

.form input {
  background: transparent;
  padding: 1em;
  font-size: 0.8rem;
}

.form textarea {
  background: transparent;
  font-size: 0.8rem;
}

.contato h2 {
  text-transform: uppercase;
  color: #000000;
  font-size: 2em;
  font-weight: bold;
  position: relative;
}

.contato h2::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 51px;
  height: 3px;
  background: #990000;
}

.contato p {
  font-size: 1em;
  color: #666666;
  font-weight: 600;
}

.contato-info {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.contato-info img {
  margin: 1.8em;
}

.contato {
  margin-top: 0em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons-redes {
  color: #222222;
  font-size: 1em;
  font-weight: bold;
}

.clientes {
  background-color: var(--second-color);

  padding-top: 2em;
}

.clientes h2 {
  text-transform: uppercase;
  color: #000000;
  font-size: 2em;
  font-weight: bold;
  position: relative;
}

.clientes h2::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 51px;
  height: 3px;
  background: #990000;
}



.banner-produtos {
  background: rgba(0, 0, 0, 0.7) url("../../images/fotoServico2.png");
  background-repeat: no-repeat;
  background-blend-mode: darken;
  height: 350px;
  display: flex;
  justify-content: center;
}

.banner-produtos h2 {
  text-align: center;
  font-size: 3em;
  color: var(--second-color);
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 4em;
}

.lined {
  background: none repeat scroll 0 0 #0d6efd;
  border-top: 1px solid #C51430;
  height: 1px;
}

.beneficios h2 {
  font-size: 1.7em;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
}

.beneficios h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #C51430;
}

.beneficios-title {
  position: relative;
}

.absolute-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}

.beneficios p {
  font-size: 1em;
  text-transform: uppercase;
  color: #6d6f6a;
  font-weight: 600;
}

.beneficios button {
  border: solid 3px #C51430;
  width: 100%;
  padding: 5px;
  margin-top: 3em;
  font-size: 1em;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}

.beneficios button:hover {
  border: solid 3px #000000;
  background-color: #C51430;
  width: 100%;
  padding: 5px;
  margin-top: 3em;
  font-size: 1em;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.icon {
  display: flex;
  align-items: center;
}

.icon img {
  padding: 10px;
}

.title {
    color: #000000;
    font-weight: 500;
    font-size: 1.2em;
    margin: 0;
    font-weight: 600;
    padding: 1em 0;
}

.solucoes .row .solucoes-card a {
  display: flex;
  flex-direction: column;
}

.solucoes .row .solucoes-card a:hover .img-selection img {
  opacity: 0.6;
}


.solucoes .row .solucoes-card:nth-child(even) .img-selection {
  order: 2;
}

.solucoes .row .solucoes-card:nth-child(even) .text-selection {
  order: 1;
}

.sobre .button-default {
  margin: 1em 0;
}

.button-default {
  background: #C51430;
  color: var(--second-color);
  border-radius: 8px;
  padding: 5px 30px;
  margin: 0 auto;
  display: table;
  font-weight: bold;
  font-size: 14px;
}

.button-default:hover,
.solucoes .row .solucoes-card a:hover .button-default {
  background-color: #6e0b1b;
  color: var(--second-color);
}

.solucoes .text-selection {
  padding: 2em;
  height: 400px;
  overflow: hidden;

}

.solucoes .solucoes-card a {
  border: 1px solid #B8B8B8;
  background-color: var(--second-color);
}

.solucoes .img-selection {
  height: 300px;
  overflow: hidden;

}



.conteudo h3.sub-title {
  text-align: center;
  background: #c51430;
  padding: 15px;
  margin: 0;
  color: var(--second-color);
  font-weight: bold;
  font-size: 20px;
}


.conteudo table tr td {
  padding: 5px 30px;
  height: 60px;
}

.conteudo table tr:nth-child(2n+1) td {
  background-color: #dfdfdf;
}

.conteudo table tr:nth-child(2n+0) td {
  background-color: #eceef0;
}

.orange-targe {
  background-color: #c51430;
  padding: 35px;
  font-size: 22px;
  text-align: center;
  color: #ffffff;
  display: block;
}

table thead tr.main-title th:not(:first-child) {
  background-color: #c51430;
  border: 2px solidvar(--second-color);
  padding: 17px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.solucoes-card a p {
  color: #AAAAAA;
  font-size: 16px;
  font-weight: normal;
}

.slick-track {
  display: flex;
  align-items: center;
}

.v-sheet.v-footer:not(.v-sheet--outlined) {
  box-shadow: none;
  border-top: 1px solid #cdcdcd;
}

.menu-button {
  top: -60px;
  position: relative;
}

a.codigo-conduta {
  background: #c51430;
  color: #fff !important;
  display: block;
  text-align: center;
  border-radius: 8px;
  padding: 10px;
  margin-top: 1em;
}

.bt-default {
  background: #c51430;
  color: #fff !important;
  display: block;
  text-align: center;
  border-radius: 8px;
  padding: 10px;
  margin-top: 1em;
}

footer .v-icon.v-icon {
  color: var(--main-color);
}




/* .img-gi-banner{
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 1000px;
} */

.default-btn {
  background-color: var(--main-color);
  color: var(--third-color);
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

#servicos ul {
  border: 0;
}

.default-btn:hover {
  color: var(--second-color);
  background-color: var(--third-color);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.theme--light.v-btn.v-btn--has-bg {
  background: transparent;
  box-shadow: none;
  right: 10px;
  top: 10px;
}

.v-btn>.v-btn__content .v-icon {
  font-size: 3em;
  color: #00DD9C;
}

.segredo {
  background: rgb(88 0 3 / 80%);
}

.segredo h2 {
  color: var(--second-color);
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center;
}

.segredo h2 span {
  color: var(--main-color);
}

.segredo p {
  color: var(--second-color);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 2em;
  text-align: center;
}

.flexAlign {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.sobre-espaco p.title {
  color: #393939;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: left;
  line-height: 1.5em;
}

.sobre-espaco p.title span {
  color: var(--main-color);
}

.flexAlignSelf {
  align-self: center;
  align-items: center;
}


.slick-slide img {
  max-width: 100%;
  transition: transform 0.5s;
  transform: scale(1.1);
}

.slick-slide:not(.slick-center) img {
  transform: scale(0.9);
}



.v-expansion-panels {
  z-index: 0;
}

.theme--light.v-expansion-panels .v-expansion-panel {
  background-color: transparent;
  color: var(--second-color);
  box-shadow: none;
}

.v-expansion-panel:before {
  box-shadow: none;
}

.theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon {
  color: var(--second-color);
}


.carousel {
  width: 100%;
}




.carousel video {
  width: 100%;
  opacity: 0.3;
}


.menu-principal {}

.theme--light.v-sheet {
  background-color: transparent;
}

#home .theme--light.v-input,
#home .theme--light.v-input input,
#home .theme--light.v-input textarea {
  color: #fff;
}

#home .v-text-field--outlined fieldset {
  border: 1px solid var(--main-color);
}

.theme--light.v-label {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  height: auto;
  line-height: initial;
}

#home .social-icons2 {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}

#home .social-icons a {
  background: #00dd9c54;
  text-align: center;
  padding: 0px;
  width: 40px;
  border-radius: 5px;
  height: 40px;
  transform: rotate(45deg);
  border: 2px solid var(--main-color);
  line-height: 47px;
  display: inline-block;
  font-size: 12px;
}

#home .social-icons a:hover {
  background: rgb(0, 221, 156);
}

#home .social-icons li {
  margin-bottom: 2em;
}

#home .social-icons a svg {
  transform: rotate(-45deg);
  color: #fff;
}


/* #home .social-icons i {
  color: var(--main-color);
} */

#home .absolute-center-home .theme--light.v-btn.v-btn--has-bg {
  background-color: var(--main-color);
  color: var(--third-color);
  display: block;
  width: 100%;
  right: 0;
}

.ct-language__dropdown {
  display: none;
  color: #fff;
  position: absolute;
}

.ct-language__dropdown a {
  color: #fff !important;
}

.select-language {
  color: #fff;
}

.select-language .fa-caret-down {
  color: var(--main-color);
}

.progress {
  height: 50px;
  background-color: var(--main-color);
  position: relative;
  border-radius: 5px;
}

.counter-lines {
  position: relative;
}

.counter-lines.one .progress .progress-bar {
  position: absolute;
  height: 100%;
  background-color: var(--third-color);
  animation: progress-animation-one 6s forwards;
}

.counter-lines .absolute-counter {
  position: absolute;
  left: 10%;
  z-index: 1;
  color: #fff;
  font-size: 30px;
  text-align: left;
  display: block;
  width: 100%;
  font-weight: bold;
  padding-top: 10px;
}

@keyframes progress-animation-one {
  0% {
    width: 0%;
  }

  100% {
    width: 20%
  }

}


.counter-lines.two .progress .progress-bar {
  position: absolute;
  height: 100%;
  background-color: var(--third-color);
  animation: progress-animation-two 6s forwards;
}


@keyframes progress-animation-two {
  0% {
    width: 0%;
  }

  100% {
    width: 60%
  }

}

.counter-lines.three .progress .progress-bar {
  position: absolute;
  height: 100%;
  background-color: var(--third-color);
  animation: progress-animation-three 6s forwards;
}


@keyframes progress-animation-three {
  0% {
    width: 0%;
  }

  100% {
    width: 80%
  }

}

.default-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: block;
  padding-left: 95px;
}

.default-title::before {
  content: "";
  display: block;
  border-bottom: 2px solid var(--main-color);
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0%, -50%);
  width: 80px;
  left: 0;
}


header#topo.menu-fixo {
  background: #00000061;
}

header#topo.menu-fixo a.logo img {

  max-width: 50%;
}

.gap-5rem {
  gap: 2rem !important;
}

#oquefazemos-inicial {
  background-color: var(--bg-color);
}

#myTab li a h2 {
  font-size: 50px;
  font-weight: bolder;
  color: #fff;
  margin-bottom: 0px;
  text-align: right;
}

#myTab li a p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  text-align: right;
  line-height: initial;
}

#servicos {
  position: relative;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: transparent;
  border-color: transparent;
}


#myTab .icon-services img {
  filter: grayscale(100%) invert(100%);
  transform: rotate(-45deg);
}

#myTab li a.active h2 {
  color: var(--main-color);
}


#myTab li a.active p {
  color: var(--main-color);

}



canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #131415;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

#myTab li .icon-services {
  background: #00dd9c54;
  text-align: center;
  display: -webkit-inline-box;
  padding: 10px;
  width: 70px;
  border-radius: 5px;
  height: 70px;
  transform: rotate(45deg);
  border: 2px solid var(--main-color);
}

#myTab li a:hover .icon-services {
  background: rgb(0, 221, 156);
}

#myTab li a:hover h2 {
  color: var(--main-color);
}

#myTab li a:hover p {
  color: var(--main-color);
}

#myTab li a.active .icon-services {
  background: #00dd9c;

}

.bg-cel {
  background: #4B4B4B;
  border: 5px solid #fff;
  border-radius: 45px;
  height: 700px;
  padding: 3em;
}

.bg-cel h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.bg-cel p {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.list-clients img {
  filter: grayscale(1);
}

.list-clients a.default-btn {
  margin: 2em auto;
  display: table;
}

#servicos .tab-pane ul {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

#servicos .tab-pane ul li {
  margin-bottom: 2em;
}

#oquefazemos-inicial .individual a {
  color: var(--third-color);
}

.stage2,
.stage3,
.stage4,
.stage5,
.stage6,
.stage7,
.stage8 {
  display: none;
}

#contato-inicial {
  background-color: #EFEFEF;
  position: relative;
}

#contato-inicial.diferent .default-btn:hover {
  color: var(--main-color);
}

#contato-inicial.diferent .default-btn {
  color: var(--main-color);
}

#contato-inicial.diferent {
  background: #00dd9c;
  margin-top: 5em;
}

#contato-inicial.diferent .social-icons-cont span,
#contato-inicial.diferent .social-icons li a {
  background-color: #fff;
}


#contato-inicial.diferent .default-title::before {
  border-bottom: 2px solid #fff;
}

#contato-inicial.diferent .default-btn {
  background-color: #fff;
}

#contato-inicial img.man {
  position: absolute;
  border: 0;
  bottom: 0px;
}

#contato-inicial .social-icons li {
  margin-right: 20px;
}

#contato-inicial .social-icons li a {
  background: #00dd9c54;
  text-align: center;
  padding: 0px;
  width: 40px;
  border-radius: 5px;
  height: 40px;
  transform: rotate(45deg);
  border: 2px solid var(--main-color);
  line-height: 47px;
  display: inline-block;
  font-size: 12px;
}


#contato-inicial .social-icons li a svg {
  transform: rotate(-45deg);
  color: var(--third-color);
}

.social-icons-cont span {
  background: #00dd9c54;
  text-align: center;
  padding: 0px;
  width: 30px;
  border-radius: 5px;
  height: 30px;
  transform: rotate(45deg);
  border: 2px solid var(--main-color);
  display: inline-block;
  margin-right: 8px;
}

.social-icons-cont li {
  margin-bottom: 1em;
}

#clientes {
  padding-top: 3em;
}

.social-icons-cont li a {
  color: var(--third-color);
  display: inline-block;
}

.social-icons-cont span svg {
  transform: rotate(-45deg);
  color: var(--third-color);
}

.info-final {
  background-color: var(--main-color);
  padding: 3em 0;
}

.info-final .default-btn {
  background-color: var(--third-color);
  color: #fff;
  display: block;
}

.info-final h3 {
  padding: 0;
  margin: 0;
}

footer p {
  font-size: 12px;
}

#contato-inicial .default-btn {
  margin-top: 1em;
}

.default-btn {
  border: 0;
}

.default-btn.return {
  background-color: #4B4B4B;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #00dd9c54;
}

#myTab {
  border: 0px;
  margin: 0 auto;

}

#myTab li {}

#myTab li button.active {
  background: var(--main-color);
  border-radius: 8px 8px 0 0;
  border: 1px solid var(--main-color);
  color: #fff;
  padding: 1em 5em;
}

#myTabContent .tab-pane {
  padding: 2em;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 0px 8px 8px;
  background: rgb(255, 255, 255);
}

#myTab li button {
  background: #000;
  border-radius: 8px 8px 0 0;
  color: #fff;
  padding: 1em 5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

#topo a.logo,
#topo nav {
  display: inline-block;
}

#topo nav {
  display: inline-block;
  position: absolute;
  left: 3em;
  top: 2em;
}

#topo.menu-fixo nav{
  top: 1em;
}

.google-partner{
  position: fixed;
  right: 10px;
  bottom: 170px;
  width: 100px;
}