html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
  font-family: 'Montserrat', sans-serif;
}

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

/*---------- menu ------------*/

.menu {
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: none !important;
  box-shadow: none !important;
  padding: 10px 20px;
  z-index: 10;
}

.nav-wrapper {
  border-bottom: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin-top: -8%;
  justify-content: space-between;
}

.nav-wrapper-two {
  border-bottom: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin-top: -13%;
  justify-content: space-between;
}

.nav-wrapper-helpkim {
  border-bottom: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin-top: 1%;
  justify-content: space-between;
}

.logo img {
  width: 230px !important;
  opacity: 1 !important;
  display: block;
  margin: 0;
  padding: 10px;
}

.overlay-servicos {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.97);
  z-index: 9999;
  overflow-y: auto;
  animation: slideDown 0.6s ease forwards;
  color: white;
  padding: 40px 20px;
  opacity: 0;
  transform: translateY(-100%);
}

.overlay-servicos.mostrar {
  display: block;
  animation: slideDown 0.6s ease forwards;
}

@keyframes slideDown {
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

.conteudo-servicos {
  max-width: 1280px;
  margin: auto;
  text-align: center;
}

h2 {
  color: #00aaff;
  font-size: 2.2em;
  margin-bottom: 10px;
}

.linha-divisoria {
  border: 1px solid #0078f1;
  width: 95%;
  margin: 20px auto 30px auto;
}

.blocos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 50px;
  margin-top: 20px;
}

.item-servico {
  flex: 1 1 230px;
  max-width: 250px;
  text-align: left;
  background: none !important;
  padding: 0;
  color: #ccc;
  border: none !important;
  box-shadow: none !important;
  margin-top: -2%;
}


.item-servico h4 {
  color: #00aaff;
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: 600;
}

.item-servico p {
  font-size: 0.85em;
  line-height: 1.4em;
  color: #ccc;
  margin-bottom: 10px;
}

.item-servico a {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #00cfff;
  border-radius: 30px;
  color: #00cfff;
  font-size: 0.9em;
  text-decoration: none;
  transition: 0.3s;
}

.item-servico a:hover {
  background: #00cfff;
  color: black;
}

.fechar {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  cursor: pointer;
  color: white;
}


.nav-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  white-space: nowrap;
  background-color: transparent;
  border-bottom: none !important;
  box-shadow: none !important;
}

.nav-links a,
.nav-links span {
  color: white;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 70;
}

.nav-links a {
  position: relative;
  font-weight: bold;
  padding-bottom: 2px;
  transition: color 0.3s;
  font-family: 'Montserrat', sans-serif;
  font-weight: 70;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 2px;
  background-color: #48acf0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
}

.nav-links a:hover {
  color: #48acf0;
}




/* Ícone menu hamburguer */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2001;
  position: absolute;
  top: 15px;
  left: 20px;
}

.menu-toggle .bar {
  height: 4px;
  width: 100%;
  background-color: #48acf0;
  border-radius: 4px;
}

/* Menu lateral mobile */
.mobile-nav {
  display: none;
  position: absolute;
}

.mobile-nav.active {
  display: flex;
  left: 0;
}

.nav-links a,

.nav-links span {

  font-size: 0.9em;

}

/* Logo centralizada no mobile */
.logo-mobile img {
  color: #ffffff !important;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  margin-left: 5%;
  margin-top: -145%;
}

/* Menu lateral materialize */
.side-nav {
  background-color: rgba(0, 0, 0, 0.97) !important;
  z-index: 280 !important;
  padding-top: 20px;
  width: 280px;
  position: absolute;
}

.sidenav-trigger {
  z-index: 280 !important;
  position: absolute;
}

.side-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: absolute;
}

.side-nav li a {
  color: white !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  padding: 12px 20px;
  position: absolute;
}

.side-nav .float {
  display: flex;
  justify-content: space-around;
  padding: 20px 10px;
  position: absolute;
}

.side-nav .float a {
  font-size: 1.5em;
  color: white;
  padding: 0 5px;
  position: absolute;
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000000, #000c2a);
  z-index: 9999;
  padding: 40px 20px;
  color: white;
  overflow-y: auto;
}

.fechar-menu {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.menu-opcoes-estruturado {
  max-width: 340px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.bloco-menu h4 {
  color: #00cfff;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #00cfff33;
  padding-bottom: 6px;
}




.bloco-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.bloco-menu ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  margin: 8px 0;
  color: #ddd;
}

.bloco-menu ul li a {
  color: #00cfff;
  text-decoration: none;
  word-break: break-word;
  transition: 0.3s;
}

.bloco-menu ul li a:hover {
  color: white;
}

@media screen and (max-height: 600px) {
  .menu-opcoes-estruturado {
    gap: 30px;
  }

  .bloco-menu h5 {
    font-size: 16px;
  }

  .bloco-menu ul li {
    font-size: 14px;
  }
}

/*-----responsivo-menu-----*/

@media(min-width:3200px) and (max-width:9000px) {

  .nav-links a,

  .nav-links span {

    font-size: 0.7em;

  }




  .nav-wrapper {

    justify-content: space-between;

    margin-top: -1%;

  }

  .nav-wrapper-two {

    justify-content: space-between;

    margin-top: -2%;

  }


  .nav-wrapper-helpkim {

    justify-content: space-between;

    margin-top: -2%;

  }

  .nav-links a {

    position: relative;

    color: white;

    text-decoration: none;

    font-weight: bold;

    padding-bottom: 2px;

    transition: color 0.3s;

    font-size: 3.5em;

    padding: 10px;
    font-family: 'montserrat extralight', sans-serif;
    font-weight: 10;

  }



  .logo img {

    width: 400px !important;

    padding: 15px;
    margin-top: 10%;

  }

}

@media(min-width:1600px) and (max-width:3200px) {

  .nav-links a,

  .nav-links span {
    font-family: 'montserrat extralight', sans-serif;
    font-weight: 10;

    font-size: 1.9em;

  }



  .nav-links a {
    font-family: 'montserrat extralight', sans-serif;
    font-weight: 10;

    font-size: 1.3em;

  }



  .nav-wrapper {

    justify-content: space-between;

    margin-top: -5%;

  }

  .nav-wrapper-two {

    justify-content: space-between;

    margin-top: -8%;

  }

  .nav-wrapper-helpkim {

    justify-content: space-between;

    margin-top: -8%;

  }


  .nav-links a {

    font-family: 'montserrat extralight', sans-serif;

    font-weight: 10;

    position: relative;

    color: white;

    text-decoration: none;

    font-weight: bold;

    padding-bottom: 2px;

    transition: color 0.3s;

    font-size: 1.3em;

  }

}

/*---------- Head ------------*/

.head {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0 !important;
}

.digitando {
  width: 30ch;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid white;
  animation: typing 3s steps(30), blink 0.7s step-end infinite;
  font-family: monospace;
}

@keyframes typing {
  from {
    width: 0
  }

  to {
    width: 30ch
  }
}

@keyframes blink {
  50% {
    border-color: transparent
  }
}

.head video,
#bgVideo {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

.head .owl-carousel {
  display: flex !important;
  align-items: center;
}

.head .owl-dots {
  display: none;
}

.head .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 0 10%;
}

.head img {
  height: 300px;
  object-fit: contain;
}

.head h5 {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 2.6em;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.head h6 {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  text-align: center;
  margin-top: 4%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.head .btn {
  position: relative;
  text-transform: none;
  font-weight: bold;
  width: 150px;
  height: 2.5em;
  line-height: 2.5em !important;
  padding: 0;
  box-shadow: none !important;
  border-radius: 30px !important;
  margin-top: 10px !important;
}

.head .btn:nth-of-type(1) {
  background-color: #48acf0 !important;
  margin-right: 10px;
}

.head .btn:nth-of-type(2) {
  background-color: transparent !important;
  color: #48acf0;
  border: 2px solid #48acf0;
  line-height: calc(2.5em - 4px) !important;
}

/*----responsivo-head---*/

@media (max-width: 670px) {
  .head h5 {
    font-size: 2.1em;
    margin-top: 8%;
  }

  .head h5 .linha-baixo {
    display: block;
    margin-top: 4px;
  }

  .head h6 {
    font-size: 1.4em;
    margin-top: 23%;
    white-space: normal;
  }
}

@media (min-width: 670px) and (max-width: 1200px) {
  .head h5 {
    font-size: 2.3em;
    margin-top: 1%;
  }

  .head h6 {
    font-size: 1.2em;
    margin-top: 8%;
  }
}

@media (min-width: 993px) {

  .head,
  .head .item {
    min-height: 100vh;
    padding: 0;
  }

  .head h1 {
    position: absolute;
    font-size: 2em;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .head h1 strong {
    margin-top: 10px;
    max-width: 700px;
    font-size: 1.1em;
  }

  .head p {
    position: absolute;
    font-size: 1.25em;
  }

  .head .col {
    margin: 0 !important;
  }
}

@media(min-width: 3600px) and (max-width: 9000px) {
  .head h5 {
    font-size: 8.9em;
    margin-top: 1%;
    z-index: 2;
    text-align: center;
  }

  .head h6 {
    font-size: 6.3em;
    margin-top: 5%;
  }
}

@media(min-width: 1600px) and (max-width: 3600px) {
  .head h5 {
    font-size: 3.5em;
    margin-top: 1%;
    z-index: 2;
    text-align: center;
  }

  .head h6 {
    font-size: 1.9em;
    margin-top: 5%;
  }
}




/*---------- Apresentação Mazukim ------------*/

.apresentacao {
  background-color: #0078f1;
  margin: 0 !important;
}

.apresentacao h5 {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.7em;
  margin-top: 55%;
  margin-bottom: 150px;
}

.video-apresentacao {
  margin-top: 5%;
  margin-bottom: 10px;
  border-radius: 38px;

}

.video-borda {
  border: 3px solid white;
  border-radius: 94px;
  /* Mais arredondado */
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}


.video-apresentacao iframe {

  border-radius: 5px;
}

@media (max-width: 750px) {
  .apresentacao h5 {
    font-size: 2.2em;
    margin-top: 35%;
    margin-bottom: 110px;
  }

  .video-apresentacao {
    margin-top: -2%;
    margin-bottom: 90px;
  }
}

@media (min-width: 750px) and (max-width: 1100px) {
  .apresentacao h5 {
    font-size: 3.1em;
    margin-top: 18%;
    margin-bottom: 110px;
  }

  .video-apresentacao {
    margin-top: 2%;
  }

  .lobo img {
    width: 440px;
    margin-top: -1%;
  }
}

@media (min-width: 1600px) and (max-width:3700px) {
  .apresentacao h5 {
    font-size: 2.5em;
    margin-top: 42%;
    margin-bottom: 140px;
  }

  .video-apresentacao {
    margin-top: 2%;
    margin-bottom: 40px;
  }

  .lobo img {
    width: 800px;
    margin-top: -10%;
  }
}

@media (min-width: 3700px) and (max-width:9000px) {
  .apresentacao h5 {
    font-size: 5.9em;
    margin-top: 42%;
    margin-bottom: 140px;
  }

  .video-apresentacao {
    margin-top: 2%;
    margin-bottom: 40px;
  }

  .lobo img {
    width: 800px;
    margin-top: -10%;
  }
}


/*---------- Assessoria Mazukim ------------*/

.assessoria {
  margin: 0 !important;
  background-color: black;
}

.lobo img {
  width: 680px;
  margin-top: -20%;
}

.assessoria h5 {
  color: #0078f0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  margin-top: 14%;
}

.assessoria h6 {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.7em;
  margin-bottom: 40px;
}

@media (max-width: 1180px) {
  .lobo img {
    width: 590px;
    margin-top: -6%;
  }

  .assessoria h5 {
    font-size: 1.8em;
    margin-top: -3%;
    display: flex;
    justify-content: center;
    display: block;
  }

  .assessoria h6 {
    font-size: 0.9em;
    margin-bottom: 30px;
  }
}


@media (min-width: 3700px) and (max-width: 9000px) {
  .lobo img {
    width: 1900px;
    margin-top: -16%;
  }

  .assessoria h5 {
    font-size: 3.0em;
    margin-top: 14%;
  }

  .assessoria h6 {
    font-size: 2.0em;
    margin-bottom: 40px;
  }
}

@media (min-width: 1800px) and (max-width: 3700px) {
  .lobo img {
    width: 1900px;
    margin-top: -16%;
  }

  .assessoria h5 {
    font-size: 3.0em;
    margin-top: 14%;
  }

  .assessoria h6 {
    font-size: 1.5em;
    margin-bottom: 40px;
  }
}


/*---------- Mazukim Plus ------------*/
.plus {
  background-color: #1a1a1a;
  margin: 0 !important;
}

.plus-img img {
  max-width: 480px;
  margin-top: 2%;
}

.plus-logo img {
  width: 360px;
  margin-top: 7%;
}

.plus h5 {
  color: #0077ee;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.plus h6 {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
}

.plus li {
  color: white;
  font-size: 0.8em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.swiper {
  width: 100%;
  max-width: 960px;
  margin: 10px auto;
  margin-top: -4%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 65%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1000px) {
  .plus-img img {
    width: 300px;
    height: auto;
    margin-top: 3%;
  }

  .swiper {
    margin-top: 12%;
  }

  .swiper-slide img {
    width: 55%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }

  .swiper {
    width: 100%;
    max-width: 960px;
    margin: 10px auto;
    margin-top: 2%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .plus-img img {
    width: 500px;
    height: auto;
    margin-top: 3%;
  }

  .swiper {
    margin-top: 12%;
  }
}

@media (min-width: 3700px) and (max-width: 9000px) {

  .plus-img img {
    width: 50%;
    margin-top: 2%;
  }

  .plus-logo img {
    width: 960px;
    margin-top: 7%;
  }

  .plus h5 {
    color: #0077ee;
    font-family: "Montserrat", sans-serif;
    font-size: 2.6em;
    font-weight: 700;
  }

  .plus h6 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 2.6em;
    font-weight: 600;
  }

  .plus li {
    color: white;
    font-size: 2.2em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }

  .swiper {
    width: 100%;
    max-width: 960px;
    margin: 10px auto;
    margin-top: -5%;
  }

  .swiper-slide img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }


  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


/*------helpkim-----*/
.helpkim {
  background-color: #0078f1;
  margin: 0 !important;
}

.logo-helpkim img {
  width: 200px;
  margin-top: -70%;
}

.helpkim h5 {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 8%;
}

.helpkim h6 {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.6em;
  margin-top: 2%;
  margin-bottom: 70px;
}

/* Benefícios HelpKim */
.helpkim-beneficio {
  background-color: #1a1a1a;
  margin: 0 !important;
}

.beneficios {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px 10px;
  margin-top: -18%;
}

.beneficio-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circulo {
  width: 90px;
  height: 90px;
}

.circulo img {
  width: 90px;
  height: 90px;

}

.beneficio-item p {
  color: #ccc;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8em;
}

.mao-helpkim img {
  width: 640px;
  margin-top: -15%;
}

.tablet-helpkim img {
  width: 320px;
  margin-top: -19%;
}

/* Responsivo */
@media (max-width: 1100px) {
  .logo-helpkim img {
    width: 140px;
    margin-top: -6%;
    margin-bottom: 170px;
  }

  .mao-helpkim img {
    width: 340px;
    margin-top: 8%;
  }

  .tablet-helpkim img {
    width: 220px;
    margin-top: -32%;
  }

  .beneficios {
    padding: 60px 20px;
    margin-top: 2%;
  }

  .circulo {
    width: 110px;
    height: 110px;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .logo-helpkim img {
    width: 170px;
    margin-top: -6%;
    margin-bottom: 170px;
  }

  .mao-helpkim img {
    width: 440px;
    margin-top: 5%;
  }

  .tablet-helpkim img {
    width: 520px;
    margin-top: -20%;
  }

  .beneficios {
    padding: 60px 20px;
    margin-top: -3%;
  }
}

@media (min-width: 1800px) and (max-width: 9000px) {
  .logo-helpkim img {
    width: 270px;
    margin-top: -15%;
    margin-bottom: 170px;
  }

  .mao-helpkim img {
    width: 640px;
    margin-top: -5%;
  }

  .tablet-helpkim img {
    width: 380px;
    margin-top: -16%;
  }

  .beneficios {
    padding: 60px 20px;
    margin-top: -10%;
    margin-bottom: 50px;
  }

  .circulo {
    width: 110px;
    height: 110px;
  }

  .beneficio-item p {
    font-size: 1.1em;
  }
}

@media (min-width: 1400px) and (max-width: 1800px) {
  .logo-helpkim img {
    width: 270px;
    margin-top: -15%;
    margin-bottom: 170px;
  }

  .mao-helpkim img {
    width: 640px;
    margin-top: -5%;
  }

  .tablet-helpkim img {
    width: 380px;
    margin-top: -18%;
  }

  .beneficios {
    padding: 60px 20px;
    margin-top: -16%;
    margin-bottom: 50px;
  }

  .circulo {
    width: 90px;
    height: 90px;
  }

  .beneficio-item p {
    font-size: 1.0em;
  }
}

@media (min-width: 2400px) and (max-width: 3800px) {
  .logo-helpkim img {
    width: 270px;
    margin-top: -15%;
    margin-bottom: 170px;
  }

  .mao-helpkim img {
    width: 640px;
    margin-top: -5%;
  }

  .tablet-helpkim img {
    width: 380px;
    margin-top: -18%;
  }

  .beneficios {
    padding: 60px 20px;
    margin-top: -10%;
    margin-bottom: 50px;
  }

  .beneficio-item p {
    font-size: 1.1em;
  }
}

@media (min-width: 3800px) and (max-width: 9000px) {
  .logo-helpkim img {
    width: 470px;
    margin-top: -15%;
    margin-bottom: 170px;
  }

  .mao-helpkim img {
    width: 1340px;
    margin-top: -5%;
  }

  .tablet-helpkim img {
    width: 780px;
    margin-top: -7%;
  }

  .beneficios {
    padding: 60px 20px;
    margin-top: -12%;
    margin-bottom: 120px;
  }

  .circulo {
    width: 190px;
    height: 190px;
  }


  .beneficio-item p {
    font-size: 1.9em;
  }

  .helpkim h5 {
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.2em;
    margin-top: 8%;
  }

  .helpkim h6 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    margin-top: 2%;
    margin-bottom: 70px;
  }
}

/*----Seja Franqueado----*/
.seja-franqueado {
  background-color: black;
  margin: 0px !important;
}

.socios img {
  width: 530px;
  margin-top: -30%;
}

.seja-franqueado h3 {
  font-size: "montserrat";
  font-weight: 700;
  white-space: nowrap;
  margin-top: 15%;
  font-size: 1.2em;
  color: #1179ff;
}

.seja-franqueado h4 {
  font-size: "montserrat";
  font-weight: 400;
  font-size: 1.3em;
  margin-top: -2%;
  color: white;
}

.seja-franqueado p {
  font-size: "montserrat";
  font-weight: 400;
  font-size: 0.7em;
  color: white;
  margin-top: 14%;
  white-space: nowrap;
}

.textos-franqueado img {
  width: 180px;
}

.seja-franqueado h6 {
  font-size: "montserrat";
  font-weight: 200;
  font-size: 0.7em;
  color: #1078fe;
  white-space: nowrap;
}

.analise_button .button {
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  background-color: #2ecc71;
  margin-top: 1% !important;
  border-radius: 20px;
  border: none;
  color: white;
  padding: 7px 17px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

@media(max-width:800px) {
  .socios img {
    width: 370px;
    margin-top: 5%;
  }

  .seja-franqueado h3 {
    font-size: "montserrat";
    font-weight: 700;
    margin-top: 1%;
    font-size: 1.1em;
    color: #1179ff;
  }

  .seja-franqueado h4 {
    font-size: "montserrat";
    font-weight: 400;
    font-size: 1.3em;
    margin-top: -2%;
    color: white;
  }

  .seja-franqueado p {
    font-size: "montserrat";
    font-weight: 400;
    font-size: 0.6em;
    color: white;
    margin-top: 16%;
    white-space: nowrap;
  }

  .textos-franqueado img {
    width: 100px;
  }

  .seja-franqueado h6 {
    font-size: "montserrat";
    font-weight: 200;
    font-size: 0.7em;
    color: #1078fe;
    white-space: nowrap;
  }

  .analise_button .button {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    background-color: #2ecc71;
    margin-top: 1% !important;
    border-radius: 20px;
    border: none;
    color: white;
    padding: 7px 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
  }
}

@media (min-width: 1800px) and (max-width: 2500px) {
  .socios img {
    width: 840px;
    margin-top: 5%;
  }

  .seja-franqueado h3 {
    font-size: "montserrat";
    font-weight: 700;
    margin-top: 15%;
    font-size: 2.2em;
    color: #1179ff;
  }

  .seja-franqueado h4 {
    font-size: "montserrat";
    font-weight: 400;
    font-size: 1.7em;
    margin-top: -2%;
    color: white;
  }

  .seja-franqueado p {
    font-size: "montserrat";
    font-weight: 400;
    font-size: 1.1em;
    color: white;
    margin-top: 7%;
    white-space: nowrap;
  }

  .textos-franqueado img {
    width: 230px;
  }

  .seja-franqueado h6 {
    font-size: "montserrat";
    font-weight: 200;
    font-size: 1.1em;
    color: #1078fe;
    white-space: nowrap;
  }

  .analise_button .button {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    background-color: #2ecc71;
    margin-top: 1% !important;
    border-radius: 20px;
    border: none;
    color: white;
    padding: 7px 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
  }
}

@media (min-width: 2500px) and (max-width: 9000px) {
  .socios img {
    width: 1080px;
    margin-top: 5%;
  }

  .seja-franqueado h3 {
    font-size: "montserrat";
    font-weight: 700;
    margin-top: 15%;
    font-size: 3.4em;
    padding: 10px;
    color: #1179ff;
  }

  .seja-franqueado h4 {
    font-size: "montserrat";
    font-weight: 400;
    font-size: 3.1em;
    margin-top: -2%;
    color: white;
  }

  .seja-franqueado p {
    font-size: "montserrat";
    font-weight: 400;
    font-size: 1.6em;
    color: white;
    margin-top: 7%;
    white-space: nowrap;
  }

  .textos-franqueado img {
    width: 280px;
  }

  .seja-franqueado h6 {
    font-size: "montserrat";
    font-weight: 200;
    font-size: 1.1em;
    color: #1078fe;
    white-space: nowrap;
  }

  .analise_button .button {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    background-color: #2ecc71;
    margin-top: 1% !important;
    border-radius: 20px;
    border: none;
    color: white;
    padding: 7px 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
  }
}

/*----franquia-----*/

.franquia {
  background-image: url(../img/6.png);
  margin: 0 !important;
}

.franquia h5 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.3em;
  margin-top: 10%;
}

.franquia h6 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1em;
}

.franquia-img {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px 20px;
  margin-top: 4%;
}

.beneficio-item-franquia {
  width: 200px;
  height: 200px;
  /* fixa a altura para alinhar tudo */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: white;
}

.beneficio-item-franquia img {
  width: 90px;
  margin-bottom: 15px;
}

.beneficio-item-franquia p {
  font-size: 1em;
  line-height: 1.4em;
  margin: 0;
}




.analise_button .button {
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  background-color: #2ecc71;
  margin-top: 1% !important;
  border-radius: 20px;
  border: none;
  color: white;
  padding: 7px 17px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

/*----responsivo franquia-----*/

@media (max-width: 900px) {
  .franquia h5 {
    font-size: 2em;
    margin-top: 8%;
  }

  .franquia h6 {
    font-size: 0.95em;
  }

  .franquia-img img {
    width: 100px;
  }

  .analise_button .button {
    font-size: 14px;
    padding: 6px 15px;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .franquia h5 {
    font-size: 2.2em;
  }

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

  .franquia-img img {
    width: 120px;
  }
}

@media (min-width: 3700px) and (max-width: 9000px) {
  .franquia h5 {
    font-size: 2.8em;
    margin-top: 6%;
  }

  .franquia h6 {
    font-size: 2.4em;
  }

  .franquia-img img {
    width: 260px;
  }

  .analise_button .button {
    font-size: 18px;
    padding: 10px 22px;
  }
}




/*------plataforma-----*/

.plataforma {

  background-color: #0078f1;

  margin: 0px !important;

}

.plataforma h5 {

  color: black;

  font-family: montserrat;

  font-weight: 740;

  font-size: 1.2em;

  margin-top: 3%;

}



.plataforma h6 {

  color: white;

  font-family: montserrat;

  font-weight: 140;

  font-size: 0.6em;

  margin-top: -0%;

}



.plataforma h4 {

  color: white;
  font-family: montserrat;
  font-weight: 640;
  font-size: .95rem;
  margin-top: 7%;
  min-height: 3rem;

}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}


.plataforma p {

  color: white;

  font-family: montserrat;

  font-weight: 240;

  font-size: 0.6em;

  margin-top: -2%;

  margin-bottom: 40px;

}

.plataforma img {
  min-height: 11rem;
  max-height: 11rem;
  width: 100%;
  margin-top: 5%;
}

@media(max-width:900px) {

  .plataforma {

    background-color: #0078f1;

    margin: 0px !important;

  }

  .plataforma h5 {

    color: black;

    font-family: montserrat;

    font-weight: 740;

    font-size: 1.2em;

    margin-top: 3%;

  }



  .plataforma h6 {

    color: white;

    font-family: montserrat;

    font-weight: 140;

    font-size: 0.6em;

    margin-top: -0%;

  }



  .plataforma h4 {

    color: white;

    font-family: montserrat;

    font-weight: 640;

    font-size: 1.3em;

    margin-top: -0%;

  }



  .plataforma p {

    color: white;

    font-family: montserrat;

    font-weight: 240;

    font-size: 0.5em;

    margin-top: -2%;

    margin-bottom: 20px;

  }

  .plataforma img {

    width: 290px;

    margin-top: 5%;



  }
}

/*----marcas----*/

.marcas {

  background-color: black;

  margin: 0px !important;

}

.marcas-odonto-maislaser img {

  width: 550px;

  margin-top: -8%;

}

.marcas h5 {

  color: #0078f1;

  font-family: 'Montserrat', sans-serif;

  font-weight: 620;

  font-size: 1.3em;

  margin-top: 25%;

}

.marcas h4 {

  color: #0078f1;

  font-family: 'Montserrat', sans-serif;

  font-weight: 400;

  font-size: 1.0em;

  margin-top: -2%;

}

.marcas h6 {

  color: white;

  font-family: 'Montserrat', sans-serif;

  font-weight: 220;

  font-size: 0.7em;

}

.marcas strong {

  color: #0078f1;

  font-family: 'Montserrat', sans-serif;

  font-weight: 620;

  font-size: 1.6em;

}

.marcas-logo img {

  width: 575px;

  margin-top: -5%;

}

@media(min-width:1600px) and (max-width:2700px) {

  .marcas {

    background-color: black;

    margin: 0px !important;

  }

  .marcas-odonto-maislaser img {

    width: 725px;

    margin-top: -6%;

  }

  .marcas h5 {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 2.2em;

    margin-top: 25%;

  }

  .marcas h4 {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 1.8em;

    margin-top: -2%;

  }

  .marcas h6 {

    color: white;

    font-family: 'Montserrat', sans-serif;

    font-weight: 220;

    font-size: 1.0em;



  }

  .marcas strong {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 1.6em;

  }

  .marcas-logo img {

    width: 795px;

    margin-top: 18%;

  }

}

@media(min-width:2700px) and (max-width:4000px) {

  .marcas {

    background-color: black;

    margin: 0px !important;

  }

  .marcas-odonto-maislaser img {

    width: 1235px;

    margin-top: -10%;

  }

  .marcas h5 {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 2.6em;

    margin-top: 25%;

  }

  .marcas h4 {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 3.3em;

    margin-top: -2%;

  }

  .marcas h6 {

    color: white;

    font-family: 'Montserrat', sans-serif;

    font-weight: 220;

    font-size: 1.3em;



  }

  .marcas strong {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 1.6em;

  }

  .marcas-logo img {

    width: 1195px;

    margin-top: 17%;

  }

}

@media(min-width:3600px) and (max-width:9000px) {

  .marcas {

    background-color: black;

    margin: 0px !important;

  }

  .marcas-odonto-maislaser img {

    width: 1835px;

    margin-top: -10%;

  }

  .marcas h5 {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 5.8em;

    margin-top: 25%;

  }

  .marcas h4 {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 3.8em;

    margin-top: 1%;

  }

  .marcas h6 {

    color: white;

    font-family: 'Montserrat', sans-serif;

    font-weight: 220;

    font-size: 1.9em;



  }

  .marcas strong {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 1.6em;

  }

  .marcas-logo img {

    width: 1595px;

    margin-top: 10%;

  }

}

@media(min-width:1400px) and (max-width:3600px) {

  .marcas {

    background-color: black;

    margin: 0px !important;

  }

  .marcas-odonto-maislaser img {

    width: 835px;

    margin-top: -10%;

  }

  .marcas h5 {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 1.2em;

    margin-top: 25%;

  }

  .marcas h4 {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 1.2em;

    margin-top: 3%;

  }

  .marcas h6 {

    color: white;

    font-family: 'Montserrat', sans-serif;

    font-weight: 220;

    font-size: 0.8em;



  }

  .marcas strong {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 1.2em;

  }

  .marcas-logo img {

    width: 795px;

    margin-top: 30%;

  }

}



@media(max-width:900px) {

  .marcas {

    background-color: black;

    margin: 0px !important;

  }

  .marcas-odonto-maislaser img {

    width: 360px;

    margin-top: -3%;

  }

  .marcas h5 {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 2.2em;

    margin-top: 1%;

  }

  .marcas h4 {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 2.2em;

    margin-top: 3%;

  }

  .marcas h6 {

    color: white;

    font-family: 'Montserrat', sans-serif;

    font-weight: 220;

    font-size: 1.1em;



  }

  .marcas strong {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 1.6em;

  }

  .marcas-logo img {

    width: 295px;

    margin-top: 15%;

  }

}

@media(min-width:900px) and (max-width:1200px) {

  .marcas {

    background-color: black;

    margin: 0px !important;

  }

  .marcas-odonto-maislaser img {

    width: 380px;

    margin-top: -12%;

  }

  .marcas h5 {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 2.2em;

    margin-top: 1%;

  }

  .marcas h4 {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 2.2em;

    margin-top: 3%;

  }

  .marcas h6 {

    color: white;

    font-family: 'Montserrat', sans-serif;

    font-weight: 220;

    font-size: 1.1em;



  }

  .marcas strong {

    color: #0078f1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 620;

    font-size: 1.6em;

  }

  .marcas-logo img {

    width: 365px;

    margin-top: 15%;

  }

}

/* Rodapé */
.rodape {
  margin: 0 !important;
  background-image: url(../img/rodape.png);
  background-size: cover;
  background-position: center;
  padding: 30px 0;
  color: white;
  font-family: "Montserrat", sans-serif;
}

.rodape-logo {
  margin-top: 5%;
}

/* Logo */
.rodape-logo img {
  width: 190px;
  display: block;
  margin: 0 auto 10px auto;
}

.rodape-logo p {
  font-size: 0.8em;
  margin: 0;
  color: #fff;
}

/* Divisor */
.rodape-divisor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2%;
}

.rodape-divisor span {
  font-size: 5.5em;
  font-weight: 1;
  color: white;
}

/* Selos */
.rodape-selos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 5%;
}

.rodape-selos img {
  max-width: 70px;
  height: auto;
  transition: transform 0.2s ease;
}

.rodape-selos img:hover {
  transform: scale(1.05);
}

/* Contatos e Redes */
.rodape-contatos {
  text-align: center;
  margin-top: 57px;
  margin-bottom: 8%;
}

.rodape-redes img {
  width: 45px;
  margin: 0 5px;
  transition: transform 0.2s ease;
  border-radius: 50%;
}

.rodape-redes img:hover {
  transform: scale(1.1);
}

.rodape-contatos h6 {
  font-size: 0.8em;
  margin-top: 10px;
  color: white;
}

/* Responsivo */
@media (max-width: 768px) {
  .rodape-divisor {
    display: none;
  }

  .rodape-selos {
    flex-direction: column;
    gap: 10px;
  }

  .rodape-redes img {
    width: 30px;
  }
}

/*----menu-itens----*/
/*---------- inicio-gestao ------------*/

.inicio {
  background-image: url(../img/banner-inicio.png);
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0px !important;
}


.inicio .owl-carousel {
  display: flex !important;
  align-items: center;
}

.inicio .owl-dots {
  display: none;
}

.inicio .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 0 10%;
}

.inicio img {
  height: 420px;
  object-fit: contain;
  margin-top: -4%;
}

.inicio h5 {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 2.0em;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  position: absolute;
  margin-top: 2%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.inicio h6 {
  color: #0072dd !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin-top: -15%;
  font-size: 3.7em;
  text-align: center;
  margin-top: 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.inicio h4 {
  color: white !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 240;
  margin-top: 13%;
  font-size: 1.1em;
  text-align: center;
  margin-top: 11%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.inicio .btn {
  position: relative;
  text-transform: none;
  font-weight: bold;
  width: 150px;
  height: 2.5em;
  line-height: 2.5em !important;
  padding: 0;
  box-shadow: none !important;
  border-radius: 30px !important;
  margin-top: 10px !important;
}

.inicio .btn:nth-of-type(1) {
  background-color: #48acf0 !important;
  margin-right: 10px;
}

.inicio .btn:nth-of-type(2) {
  background-color: transparent !important;
  color: #48acf0;
  border: 2px solid #48acf0;
  line-height: calc(2.5em - 4px) !important;
}

/*----responsivo-inicio---*/

@media (max-width: 670px) {
  .inicio {
    background-image: url(../img/banner-inicio-mobile.png);
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin: 0 !important;
  }

  .inicio h5 {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.0em;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    position: absolute;
    margin-top: -29%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio h6 {
    color: #0072dd !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-top: -18%;
    font-size: 4.1em;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: -2%;
    white-space: nowrap;
    font-size: 0.9em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-inicio img {
    height: 360px;
    object-fit: contain;
    margin-top: 40%;
  }

  .inicio-logo img {
    width: 230px !important;
    opacity: 1 !important;
    display: block;
    margin: 0;
    padding: 10px;
    margin-left: 6px;
  }
}

@media (min-width: 670px) and (max-width: 1000px) {
  .inicio {
    background-image: url(../img/banner-inicio-mobile.png);
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin: 0 !important;
  }

  .inicio h5 {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.3em;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    position: absolute;
    margin-top: -20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio h6 {
    color: #0072dd !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-top: -15%;
    font-size: 4.1em;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: -4%;
    white-space: nowrap;
    font-size: 1.3em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-inicio img {
    height: 360px;
    object-fit: contain;
    margin-top: 23%;
  }
}

@media(min-width: 3500px) and (max-width: 9000px) {
  .inicio h5 {
    font-size: 9.9em;
    margin-top: 1%;
    z-index: 2;
    text-align: center;
  }

  .inicio h6 {
    font-size: 7.3em;
    margin-top: 4%;
  }

  .inicio h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: 9%;
    white-space: nowrap;
    font-size: 3.1em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .head-inicio img {
    height: 1490px;
    object-fit: contain;
    margin-top: 90%;
  }
}

@media(min-width: 1800px) and (max-width: 3500px) {
  .inicio h5 {
    font-size: 7.2em;
    margin-top: 1%;
    z-index: 2;
    text-align: center;
  }

  .inicio h6 {
    font-size: 6.0em;
    margin-top: 4%;
  }

  .inicio h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: 10%;
    white-space: nowrap;
    font-size: 1.8em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-inicio img {
    height: 940px;
    object-fit: contain;
    margin-top: 80%;
  }
}

@media(min-width: 1600px) and (max-width: 1800px) {
  .inicio h5 {
    font-size: 3.9em;
    margin-top: 5%;
    z-index: 2;
    text-align: center;
  }

  .inicio h6 {
    font-size: 2.8em;
    margin-top: 8%;
  }

  .inicio h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: 13%;
    white-space: nowrap;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-inicio img {
    height: 740px;
    object-fit: contain;
    margin-top: 10%;
  }
}


/*---------- Apresentação Menu ------------*/
.apresentacao-menu {
  background-color: #0078f1;
  padding: 60px 40px;
  font-family: 'Montserrat', sans-serif;
}

.titulo-principal {
  color: white;
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 30px;
  max-width: 600px;
  word-break: keep-all;
  white-space: normal;
  line-height: 1.3em;
  margin-left: -3%;
}

.texto-apresentacao p {
  color: white;
  font-size: 1.0em;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.texto-apresentacao li {
  color: white;
  font-size: 1.0em;
  font-weight: 300;
  line-height: 1.4em;
}

.texto-apresentacao {
  margin-left: -3%;
}

.video-apresentacao-menu {
  margin-top: 150px;
  margin-left: 50%;
}

.video-apresentacao-menu iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .titulo-principal {
    font-size: 1.6em;
    text-align: center;
  }

  .texto-apresentacao p {
    font-size: 1em;
  }

  .apresentacao-menu {
    padding: 40px 20px;
  }
}

/*----gestão----*/
.gestao {
  background-image: url(../img/banner-segundo.png);
  background-size: cover;
  margin: 0px !important;
}

.textos {
  margin-top: 2%;
}

.gestao h5 {
  color: #0077ee;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.gestao li {
  color: white;
  font-size: 0.6em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .gestao {
    background-image: url(../img/banner-segundo-mobile.png);
    background-size: cover;
  }

  .gestao h5 {
    color: #0077ee;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8em;
    font-weight: 700;
  }

  .gestao li {
    color: white;
    font-size: 0.7em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }

  .gestao img {
    margin-left: -5%;
    width: 320px;
  }
}

@media (min-width: 3700px) and (max-width: 9000px) {
  .gestao h5 {
    color: #0077ee;
    font-family: "Montserrat", sans-serif;
    font-size: 2.6em;
    font-weight: 700;
  }

  .gestao h6 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 2.6em;
    font-weight: 600;
  }

  .gestao li {
    color: white;
    font-size: 2.2em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }
}


.analise_button .button {
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  background-color: #00a100;
  margin-top: 1% !important;
  border-radius: 20px;
  border: none;
  color: white;
  padding: 7px 45px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

/*----gestão produtos----*/
.gestao-products {
  background-color: black;
  background-size: cover;
  margin: 0px !important;
}

.textos {
  margin-top: 2%;
}

.gestao-products h5 {
  color: #0077ee;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.gestao-products li {
  color: white;
  font-size: 0.6em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}

.produto img {
  width: 700px;
}

@media (max-width: 900px) {
  .gestao-products {
    background-image: url(../img/banner-segundo-mobile.png);
    background-size: cover;
  }

  .gestao h5 {
    color: #0077ee;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8em;
    font-weight: 700;
  }

  .gestao li {
    color: white;
    font-size: 0.7em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }

  .gestao img {
    margin-left: -5%;
    width: 320px;
  }
}

@media (min-width: 3700px) and (max-width: 9000px) {
  .gestao-products h5 {
    color: #0077ee;
    font-family: "Montserrat", sans-serif;
    font-size: 2.6em;
    font-weight: 700;
  }

  .gestao-products h6 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 2.6em;
    font-weight: 600;
  }

  .gestao-products li {
    color: white;
    font-size: 2.2em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }
}


.analise_button .button {
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  background-color: #00a100;
  margin-top: 1% !important;
  border-radius: 20px;
  border: none;
  color: white;
  padding: 7px 45px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

/*-----redes-----*/
.redes {
  background-color: #1a1a1a;
  margin: 0px !important;
}

.redes img {
  width: 140px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.redes img:hover {
  width: 180px;
}

.redes h6 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  color: #0270d6;
  margin-top: 3%;
  margin-bottom: 20px;
}

/*----final----*/
.final {
  margin: 0px !important;
  font-family: 'Montserrat', sans-serif;
  background-color: black;
}

.final h4 {
  color: white;
  font-size: 0.6em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  margin-top: -1px;
  line-height: 1.5;
}

.final h5 {
  color: #0078f1;
  font-size: 1.4em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 640;
  margin-top: 18%;
}

.no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  /* opcional, adiciona "..." se o texto estourar */
}


.form {
  margin-top: -20%;

  margin-bottom: 5%;

  background-color: white;

  border: 7px solid white;

  border-radius: 15px;
}


.analise_button1 .button1 {

  white-space: nowrap;

  font-family: 'Montserrat', sans-serif;

  margin-top: 8%;

  border-radius: 10px;

  border: none;
  color: white;

  padding: 15px 32px;

  text-align: center;

  text-decoration: none;

  display: inline-block;

  font-size: 16px;

  cursor: pointer;

  box-shadow: 0px 6px 0px #27ae60;
  /* esse é o “efeito embaixo” */

  text-align: center;

}



.analise_button2 .button1 {

  white-space: nowrap;

  font-family: "Montserrat bold", sans-serif;

  margin-bottom: -10px;
  background-color: #2ecc71;

  margin-top: 8%;

  border-radius: 10px;

  border: none;
  color: white;

  padding: 15px 32px;

  text-align: center;

  text-decoration: none;

  display: inline-block;

  font-size: 16px;

  cursor: pointer;

  box-shadow: 0px 6px 0px #27ae60;
  /* esse é o “efeito embaixo” */



}



.text-form p {

  font-weight: bold;

  margin-top: -1%;

  color: white;

  font-family: "Lexend Deca",

}



.text-form {

  font-weight: bold;

  margin: 5%;

  color: white;

  margin-top: -7%;

  background-color: #3973ef;

  border-radius: 15px;

  font-family: 'Montserrat', sans-serif;

}

.form h6 {
  font-size: 1.1em;
  color: white;
}

@media(max-width:800px) {

  .form {
    margin-top: 10%;

    margin-bottom: 5%;

    background-color: white;

    border: 7px solid white;

    border-radius: 15px;
  }

  .final h4 {
    color: white;
    font-size: 0.8em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    margin-top: -1px;
  }


  .final h5 {
    color: #0078f1;
    font-size: 2.0em;
    font-family: montserrat;
    font-weight: 640;
    margin-top: 18%;
  }
}

@media(min-width:900px) and (max-width:1200px) {

  .form {

    margin-top: 7%;

    width: 200px;

  }

}

@media(min-width:3700px) and (max-width:9000px) {

  .form form {

    margin-top: 10%;

    width: 800px;

    margin-left: 27%;

  }

  .form {

    margin-top: -4%;

    background-color: white;

    border: 7px solid white;

    border-radius: 15px;

    width: 600px;


  }

  .text-form p {

    font-weight: bold;

    margin-top: -1%;
    font-size: 2.8em;

    color: black;

    font-family: "Lexend Deca",

  }



  .text-form {

    font-weight: bold;

    margin: 5%;

    color: black;

    margin-top: -7%;

    background-color: #3973ef;

    border-radius: 15px;

    font-family: 'Montserrat', sans-serif;

    font-size: 2.5em;

  }

  .form h6 {
    font-size: 3.5em;
    color: black;
  }


}

@media(min-width:1400px) and (max-width:1800px) {

  .form {
    width: 60%;

  }

}

/*-----Inicio-helpkim----*/
.inicio-helpkim {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0 !important;
}

.digitando {
  width: 30ch;
  overflow: hidden;
  border-right: 2px solid white;
  animation: typing 3s steps(30), blink 0.7s step-end infinite;
  font-family: monospace;
}

@keyframes typing {
  from {
    width: 0
  }

  to {
    width: 30ch
  }
}

@keyframes blink {
  50% {
    border-color: transparent
  }
}

.inicio-helpkim video,
#bgVideo {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

.inicio-helpkim .owl-carousel {
  display: flex !important;
  align-items: center;
}

.inicio-helpkim .owl-dots {
  display: none;
}

.inicio-helpkim .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 0 10%;
}

.inicio-helpkim img {
  height: 300px;
  object-fit: contain;
}

.inicio-helpkim h5 {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  margin-top: 65%;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.inicio-helpkim h6 {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  text-align: center;
  margin-top: 4%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.elementos-inicio img {
  width: 260px;
  margin-top: -5%;
  position: absolute;
}

.inicio-helpkim .btn {
  position: relative;
  text-transform: none;
  font-weight: bold;
  width: 150px;
  height: 2.5em;
  line-height: 2.5em !important;
  padding: 0;
  box-shadow: none !important;
  border-radius: 30px !important;
  margin-top: 10px !important;
}

.inicio-helpkim .btn:nth-of-type(1) {
  background-color: #48acf0 !important;
  margin-right: 10px;
}

.inicio-helpkim .btn:nth-of-type(2) {
  background-color: transparent !important;
  color: #48acf0;
  border: 2px solid #48acf0;
  line-height: calc(2.5em - 4px) !important;
}

@media (max-width: 670px) {
  .inicio-helpkim h5 {
    font-size: 1.0em;
    white-space: nowrap;
    top: 35%;
  }

  .inicio-helpkim h5 .linha-baixo {
    display: block;
    margin-top: 4px;
  }

  .inicio-helpkim h6 {
    font-size: 1.4em;
    margin-top: 23%;
    white-space: normal;
  }

  .inicio-helpkim img {
    height: 300px;
    object-fit: contain;
    margin-top: 20%;
  }
}

@media (min-width: 670px) and (max-width: 1200px) {
  .inicio-helpkim h5 {
    font-size: 2.3em;
    margin-top: 1%;
  }

  .inicio-helpkim h6 {
    font-size: 1.2em;
    margin-top: 8%;
  }
}


@media(min-width: 3600px) and (max-width: 9000px) {
  .inicio-helpkim h5 {
    font-size: 6.2em;
    margin-top: 1%;
    z-index: 2;
    text-align: center;
  }

  .inicio-helpkim h6 {
    font-size: 6.3em;
    margin-top: 5%;
  }

  .elementos-inicio img {
    margin-top: 20%;
    width: 610px;
    margin-bottom: 25%;
  }
}

@media(min-width: 1600px) and (max-width: 3600px) {
  .inicio-helpkim h5 {
    font-size: 2.2em;
    margin-top: 1%;
    z-index: 2;
    text-align: center;
  }

  .inicio-helpkim h6 {
    font-size: 1.9em;
    margin-top: 5%;
  }

  .elementos-inicio img {
    width: 310px;
    margin-top: 3%;
  }
}

/*---apresentacao-menu---*/
.apresentacao-menu-helpkim {
  background-color: black;
  padding: 40px 0;
}

.apresentacao-text {
  padding: 0 40px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -15%;
}

.apresentacao-text .titulo-principal {
  font-size: 2.4em;
  font-weight: 600;
  margin-bottom: 20px;
  margin-left: -5%;
}

.apresentacao-text p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 5px;
  color: white;
  text-align: justify;
}


.imagem-apresentacao img {
  max-width: 115%;
  margin-left: -10%;
}

@media (max-width: 992px) {
  .apresentacao-text {
    padding: 0 20px;
  }

  .apresentacao-text .titulo-principal {
    font-size: 2em;
  }
}

/*----benefits----*/
.benefits {
  background-color: #0078f1;
  margin: 0 !important;
}

.textos {
  margin-top: 6%;
}

.benefits h5 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.benefits li {
  color: white;
  font-size: 0.6em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.tablet-helpkim-dois img {
  width: 320px;
  margin-top: 13%;
}

@media (min-width: 3700px) and (max-width: 9000px) {
  .benefits h5 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 2.6em;
    font-weight: 700;
  }

  .benefits h6 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 2.6em;
    font-weight: 600;
  }

  .benefits li {
    color: white;
    font-size: 2.2em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }

  .tablet-helpkim-dois img {
    width: 680px;
    margin-top: 13%;
  }
}

@media(max-width: 800px) {
  .benefits h5 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6em;
    font-weight: 700;
  }

  .benefits h6 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6em;
    font-weight: 600;
  }

  .benefits li {
    color: white;
    font-size: 0.8em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }

  .tablet-helpkim-dois img {
    width: 140px;
    margin-top: 13%;
  }
}


/*----recursos----*/
.recursos {
  background-color: black;
  margin: 0px !important;
}

.recursos h6 {
  color: white;
  font-size: 1.9em;
  margin-top: 16%;
  font-weight: 800;
  color: #0078f1;
}

.recursos-img img {
  width: 480px;
  margin-top: -16%;
}

.beneficios-recursos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px 10px;
  margin-top: 2%;
}


@media(max-width:760px) {
  .recursos-img img {
    width: 310px;
    margin-top: -7%;
  }
}

@media(min-width:760px) and (max-width:1080px) {
  .recursos-img img {
    width: 510px;
    margin-top: 2%;
  }
}

@media (min-width: 3700px) and (max-width: 9000px) {}

/*-----redes-----*/
.videos-recurso {
  background-color: #1a1a1a;
  margin: 0px !important;
}

.videos-recurso img {
  width: 140px;
  margin-bottom: 20px;
}

.videos-recurso iframe {
  margin-bottom: 5%;
  border-radius: 10px;
}

.videos-recurso-iframe {
  margin-top: 3%;
  margin-bottom: 5%;
}

.frase-recurso h6 {
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.0em;
  color: white;
  margin-top: 8%;
  margin-bottom: 20px;
}

@media(min-width: 3700px) and (max-width: 9000px) {
  .videos-recurso img {
    width: 140px;
    margin-bottom: 20px;
  }

  .videos-recurso iframe {
    margin-top: 3%;
    margin-bottom: 5%;
  }

  .videos-recurso-iframe {
    margin-top: 3%;
    margin-bottom: 5%;
  }

  .videos-recurso h6 {
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.8em;
    color: white;
    margin-top: 10%;
    margin-bottom: 20px;
  }
}

@media(min-width: 1600px) and (max-width: 3700px) {
  .videos-recurso img {
    width: 140px;
    margin-bottom: 20px;
  }

  .videos-recurso iframe {
    margin-top: 3%;
    margin-bottom: 5%;
  }

  .videos-recurso-iframe {
    margin-top: 3%;
    margin-bottom: 5%;
  }

  .videos-recurso h6 {
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    color: white;
    margin-top: 10%;
    margin-bottom: 20px;
  }
}

/*---inicio-mazukimplus----*/
.inicio-mazukimplus {
  background-image: url(../img/Banner_01.png);
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0px !important;
}


.inicio-mazukimplus .owl-carousel {
  display: flex !important;
  align-items: center;
}

.inicio-mazukimplus .owl-dots {
  display: none;
}

.inicio-mazukimplus .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 0 10%;
}

.inicio-mazukimplus img {
  height: 420px;
  object-fit: contain;
  margin-top: -4%;
}

.img-inicio-plus img {
  height: 70px;
  object-fit: contain;
  margin-top: -3%;
}


.inicio-mazukimplus h5 {
  color: #0072dd !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.9em;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  position: absolute;
  margin-top: 2%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.inicio-mazukimplus h6 {
  color: white;
  !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin-top: -15%;
  font-size: 1.0em;
  text-align: center;
  margin-top: 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.inicio-mazukimplus h4 {
  color: white !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 240;
  margin-top: 13%;
  font-size: 1.1em;
  text-align: center;
  margin-top: 11%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.inicio-mazukimplus .btn {
  position: relative;
  text-transform: none;
  font-weight: bold;
  width: 150px;
  height: 2.5em;
  line-height: 2.5em !important;
  padding: 0;
  box-shadow: none !important;
  border-radius: 30px !important;
  margin-top: 10px !important;
}

.inicio-mazukimplus .btn:nth-of-type(1) {
  background-color: #48acf0 !important;
  margin-right: 10px;
}

.inicio-mazukimplus .btn:nth-of-type(2) {
  background-color: transparent !important;
  color: #48acf0;
  border: 2px solid #48acf0;
  line-height: calc(2.5em - 4px) !important;
}

/*----responsivo-inicio---*/

@media (max-width: 670px) {
  .inicio-mazukimplus {
    background-size: cover;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin: 0 !important;
  }

  .inicio-mazukimplus h5 {
    color: #0072dd !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.6em;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    position: absolute;
    margin-top: -29%;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-mazukimplus h6 {
    color: white;
    !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    margin-top: -18%;
    font-size: 0.8em;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-mazukimplus h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: -2%;
    white-space: nowrap;
    font-size: 0.9em;
    text-align: center;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-mazukimplus img {
    height: 60px;
    object-fit: contain;
    margin-top: 20%;
  }

  .inicio-logo img {
    width: 230px !important;
    opacity: 1 !important;
    display: block;
    margin: 0;
    padding: 10px;
    margin-left: 6px;
  }
}

@media (min-width: 670px) and (max-width: 1000px) {
  .inicio-mazukimplus {
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin: 0 !important;
  }

  .inicio-mazukimplus h5 {
    color: #0072dd !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.6em;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    position: absolute;
    margin-top: -29%;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-mazukimplus h6 {
    color: white;
    !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    margin-top: -18%;
    font-size: 1.1em;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-mazukimplus h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: -4%;
    white-space: nowrap;
    font-size: 1.3em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio--mazukimplus img {
    height: 360px;
    object-fit: contain;
    margin-top: 23%;
  }
}

@media(min-width: 3500px) and (max-width: 9000px) {
  .inicio-mazukimplus h5 {
    font-size: 5.9em;
    margin-top: 1%;
    z-index: 2;
    text-align: center;
  }

  .inicio-mazukimplus h6 {
    font-size: 3.3em;
    margin-top: 4%;
  }

  .inicio-mazukimplus h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: 9%;
    white-space: nowrap;
    font-size: 3.1em;
    text-align: center;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .img-inicio-plus img {
    height: 240px;
    object-fit: contain;
    margin-top: 8%;
  }
}

@media(min-width: 1800px) and (max-width: 3500px) {
  .inicio-mazukimplus h5 {
    font-size: 3.2em;
    margin-top: 1%;
    z-index: 2;
    text-align: center;
  }

  .inicio-mazukimplus h6 {
    font-size: 1.5em;
    margin-top: 4%;
  }

  .inicio-mazukimplus h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: 10%;
    white-space: nowrap;
    font-size: 1.8em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .img-inicio-plus img {
    height: 95px;
    object-fit: contain;
    margin-top: 1%;
  }
}

@media(min-width: 1600px) and (max-width: 1800px) {
  .inicio-mazukimplus h5 {
    font-size: 3.0em;
    margin-top: 5%;
    z-index: 2;
    text-align: center;
  }

  .inicio-mazukimplus h6 {
    font-size: 1.3em;
    margin-top: 8%;
  }

  .inicio-mazukimplus h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: 13%;
    white-space: nowrap;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .img-inicio-plus img {
    height: 95px;
    object-fit: contain;
    margin-top: 2%;
  }
}

/*---aulas--*/
.mazukimplus-aulas {
  background-color: rgb(0, 120, 233);
  margin: 0px !important;
}

.mazukimplus-aulas h4 {
  color: white;
  margin-top: 42%;
  font-weight: 500;
}

.mazukimplus-aulas img {
  width: 490px;
}

@media(max-width:900px) {
  .mazukimplus-aulas h4 {
    color: white;
    margin-top: 15%;
    font-weight: 500;
  }

  .mazukimplus-aulas img {
    width: 330px;
  }
}


@media(min-width:1600px) and (max-width:2300px) {
  .mazukimplus-aulas img {
    width: 600px;
  }
}

/*---Beneficios plus--*/
.beneficio-plus {
  background-color: #1a1a1a;
  margin: 0px !important;
}

.beneficio-plus h5 {
  color: #0077e7;
  font-weight: 600;
  margin-bottom: 30px;
}

.box-benefits {
  background-color: black;
  border-radius: 15px;
  border: 2px solid #1a1a1a;
  /* 👈 Borda branca aqui */
  padding: 20px 10px;
  margin: 10px auto;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.box-benefits:hover {
  transform: scale(1.05);
}

.box-benefits img {
  width: 60px;
  margin-bottom: 10px;
}

.box-benefits p {
  font-size: 13px;
  color: white;
  text-align: center;
  line-height: 1.4em;
}

/*----curso-google----*/
.curso-google {
  background-color: #1784ea;
  margin: 0px !important;
}

.curso-google h5 {
  color: white;
  font-weight: 300;
  font-size: 2.4em;
  margin-top: 16%;
}

.curso-google strong {
  color: white;
  font-weight: 700;
  font-size: 3.3em;
  margin-top: -15%;
}

.curso-google h4 {
  color: white;
  font-weight: 500;
  font-size: 1.2em;
  margin-top: -1%;
}

.curso-img img {
  width: 260px;
}

.star-curso {
  margin-top: 0%;
}

.star-curso img {
  margin-top: -5%;
  width: 60px;
}

.star-curso h6 {
  color: white;
}

.box-curso {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  margin-top: 2%;
}

.box-curso:hover {
  transform: scale(1.05);
}

.box-curso img {
  width: 100px;
  margin-bottom: 5px;
}

.estrelas {
  color: gold;
  font-size: 16px;
  margin: 5px 0;
  letter-spacing: 2px;
}

.box-curso p {
  font-size: 10px;
  color: white;
  text-align: center;
  line-height: 1.2em;
  padding: 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.6em;
}


/*----metacurso----*/
.metacurso {
  background-color: black;
  margin: 0px !important;
}

.metacurso-img img {
  width: 310px;
  margin-top: 14%;
}

.img-flip-horizontal {
  transition: transform 0.5s;
  transform-style: preserve-3d;
  display: inline-block;
}

.img-flip-horizontal:hover {
  transform: rotateY(180deg);
}

@keyframes girarDeLado {
  0% {
    transform: rotateY(0deg);
  }

  6.66% {
    transform: rotateY(180deg);
  }

  13.33% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

.infinito-loop-15s {
  display: inline-block;
  animation: girarDeLado 5s ease-in-out infinite;
  transform-style: preserve-3d;
}




.metacurso h5 {
  color: white;
  font-weight: 300;
  font-size: 2.4em;
  margin-top: 35%;
}

.metacurso strong {
  color: white;
  font-weight: 700;
  font-size: 3.3em;
  margin-top: -15%;
}

.metacurso h4 {
  color: white;
  font-weight: 500;
  font-size: 1.2em;
  margin-top: -1%;
}

.linha-decorativa {
  width: 270px;
  /* ajuste conforme necessário */
  height: 2px;
  background-color: white;
  margin-left: 70px auto;
  /* centraliza horizontalmente */
}

@media(max-width:930px) {
  .metacurso {
    background-color: black;
    margin: 0px !important;
  }

  .metacurso-img img {
    width: 270px;
    margin-top: 10%;
  }

  .img-flip-horizontal {
    transition: transform 0.5s;
    transform-style: preserve-3d;
    display: inline-block;
  }

  .img-flip-horizontal:hover {
    transform: rotateY(180deg);
  }

  @keyframes girarDeLado {
    0% {
      transform: rotateY(0deg);
    }

    6.66% {
      transform: rotateY(180deg);
    }

    13.33% {
      transform: rotateY(0deg);
    }

    100% {
      transform: rotateY(0deg);
    }
  }

  .infinito-loop-15s {
    display: inline-block;
    animation: girarDeLado 5s ease-in-out infinite;
    transform-style: preserve-3d;
  }




  .metacurso h5 {
    color: white;
    font-weight: 300;
    font-size: 2.4em;
    margin-top: 2%;
  }

  .metacurso strong {
    color: white;
    font-weight: 700;
    font-size: 3.3em;
    margin-top: -15%;
  }

  .metacurso h4 {
    color: white;
    font-weight: 500;
    font-size: 1.2em;
    margin-top: -1%;
  }

  .linha-decorativa {
    width: 270px;
    /* ajuste conforme necessário */
    height: 2px;
    background-color: white;
    margin-left: 70px auto;
    /* centraliza horizontalmente */
  }
}

/*depo-plus*/
.depo-plus {
  background-color: #0078e9;
  margin: 0px !important;
}

.depo-plus h5 {
  color: white;
  margin-top: 60%;
  font-weight: 700;
  font-size: 2.2em;
  white-space: nowrap;
}

@media(max-width:800px) {
  .depo-plus h5 {
    color: white;
    margin-top: 20%;
    font-weight: 700;
    font-size: 2.2em;
    white-space: nowrap;
  }

}

/*--certificado--*/
.certificado {
  background-color: #1a1a1a;
  margin: 0px !important;
}

.certificado img {
  width: 405px;
  margin-top: -12%;
}

.certificado h5 {
  color: white;
  font-weight: 600;
  font-size: 2.1em;
  margin-top: 10%;
}

.certificado strong {
  font-weight: 600;
  font-size: 2.8em;
}

@media(max-width:930px) {
  .certificado img {
    width: 335px;
    margin-top: -12%;
  }
}


/*----diferencial----*/
.diferencial {
  background-color: black;
  margin: 0px !important;
}

.diferencial h5 {
  font-size: 1.8em;
  font-weight: 600;
  color: white;
  margin-top: 5%;
}

.diferenciais {
  margin-top: 5%;
}

.diferenciais h4 {
  font-weight: 700;
}

.diferenciais h6 {
  font-weight: 100;
  font-size: 0.8em;
  color: white;
}

.plus-difere {
  margin-top: 42px;
}


/*----inicio-hunters----*/
.inicio-alcateia {
  background-image: url(../img/Banner-alcateia.png);
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0px !important;
}

.inicio-alcateia .owl-carousel {
  display: flex !important;
  align-items: center;
}

.inicio-alcateia .owl-dots {
  display: none;
}

.inicio-alcateia .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 0 10%;
}

.inicio-alcateia img {
  height: 420px;
  object-fit: contain;
  margin-top: -4%;
}

.inicio-alcateia h5 {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 2.0em;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  position: absolute;
  margin-top: -8%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.tippy-box[data-theme~='light-border'] {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-top: 90%;
  margin-left: 2%;
  padding: 10px 12px;
  font-size: 13px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  line-height: 1.4em;
}

/* Aproxima ainda mais do elemento */
.tippy-box[data-placement^='top'] {
  transform: translateY(5px) !important;
  margin-bottom: -136px !important;
}

/* Opcional: Reduz padding e fonte para tooltip mais compacto */
.tippy-box {
  padding: 6px 10px !important;
  font-size: 14px !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1) !important;
}


.inicio-alcateia h4 {
  color: #016ac6 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 790;
  margin-top: 13%;
  white-space: nowrap;
  font-size: 0.7em;
  text-align: center;
  margin-top: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.inicio-alcateia h6 {
  color: white;
  !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.7em;
  text-align: center;
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  white-space: nowrap;
}

.swiper-hunters img {
  width: 190px;
}

.inicio-alcateia .btn {
  position: relative;
  text-transform: none;
  font-weight: bold;
  width: 150px;
  height: 2.5em;
  line-height: 2.5em !important;
  padding: 0;
  box-shadow: none !important;
  border-radius: 30px !important;
  margin-top: 10px !important;
}

.inicio-alcateia .btn:nth-of-type(1) {
  background-color: #48acf0 !important;
  margin-right: 10px;
}

.inicio-alcateia .btn:nth-of-type(2) {
  background-color: transparent !important;
  color: #48acf0;
  border: 2px solid #48acf0;
  line-height: calc(2.5em - 4px) !important;
}

/*----responsivo-inicio---*/

@media (max-width: 670px) {
  .inicio-alcateia {
    background-image: url(../img/Banner_alcateiaa-mobile.png);
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin: 0 !important;
  }

  .inicio-alcateia h5 {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.0em;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    position: absolute;
    margin-top: -35%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }



  .inicio-alcateia h4 {
    color: #016ac6 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 790;
    white-space: nowrap;
    font-size: 0.7em;
    text-align: center;
    margin-top: 73%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-alcateia h6 {
    color: white;
    !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.7em;
    text-align: center;
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    white-space: nowrap;
  }

  .swiper-hunters {
    margin-top: -20%;
  }

  .inicio-inicio img {
    height: 360px;
    object-fit: contain;
    margin-top: 40%;
  }

  .inicio-logo img {
    width: 230px !important;
    opacity: 1 !important;
    display: block;
    margin: 0;
    padding: 10px;
    margin-left: 6px;
  }
}

@media (min-width: 670px) and (max-width: 1000px) {
  .inicio-alcateia {
    background-image: url(../img/banner-inicio-mobile.png);
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin: 0 !important;
  }

  .inicio-alcateia h5 {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.3em;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    position: absolute;
    margin-top: -20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-alcateia h6 {
    color: #0072dd !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-top: -15%;
    font-size: 4.1em;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-alcateia h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: -4%;
    white-space: nowrap;
    font-size: 1.3em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-inicio img {
    height: 360px;
    object-fit: contain;
    margin-top: 23%;
  }
}

@media(min-width: 3500px) and (max-width: 9000px) {
  .inicio-alcateia h5 {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.8em;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    position: absolute;
    margin-top: -12%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }



  .inicio-alcateia h4 {
    color: #016ac6 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 790;
    margin-top: 15%;
    white-space: nowrap;
    font-size: 1.1em;
    text-align: center;
    margin-top: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-alcateia h6 {
    color: white;
    !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.1em;
    text-align: center;
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    white-space: nowrap;
  }


  .swiper-hunters {
    margin-top: 10%;
  }

  .swiper-hunters img {
    width: 370px;
  }

  .head-inicio img {
    height: 1490px;
    object-fit: contain;
    margin-top: 90%;
  }
}

@media(min-width: 1800px) and (max-width: 3500px) {
  .inicio-alcateia h5 {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.8em;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    position: absolute;
    margin-top: -9%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }



  .inicio-alcateia h4 {
    color: #016ac6 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 790;
    margin-top: 15%;
    white-space: nowrap;
    font-size: 1.0em;
    text-align: center;
    margin-top: 63%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-alcateia h6 {
    color: white;
    !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.0em;
    text-align: center;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    white-space: nowrap;
  }


  .swiper-hunters {
    margin-top: 5%;
  }

  .swiper-hunters img {
    width: 210px;
  }

  .inicio-inicio img {
    height: 940px;
    object-fit: contain;
    margin-top: 80%;
  }
}

@media(min-width: 1600px) and (max-width: 1800px) {
  .inicio-alcateia h5 {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.0em;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    position: absolute;
    margin-top: -5%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }



  .inicio-alcateia h4 {
    color: #016ac6 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 790;
    margin-top: 18%;
    white-space: nowrap;
    font-size: 0.9em;
    text-align: center;
    margin-top: 45%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-alcateia h6 {
    color: white;
    !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    text-align: center;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    white-space: nowrap;
  }

  .inicio-inicio img {
    height: 740px;
    object-fit: contain;
    margin-top: 10%;
  }
}

/*----essencias----*/
.essencias {
  background-color: #1a1a1a;
  margin: 0px !important;
}

.essencias h5 {
  color: #0077e7;
  font-weight: 600;
  margin-top: 5%;
  margin-bottom: 20px;
}

.essencias h6 {
  color: #0077e7;
  font-weight: 600;
}

.box-essencias {
  border-radius: 15px;
  padding: 20px 10px;
  margin: 10px auto;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  margin-top: 5%;
}

.box-essencias:hover {
  transform: scale(1.05);
}

.box-essencias img {
  width: 90px;
  margin-bottom: 10px;
}

.box-essencias p {
  font-size: 13px;
  color: white;
  text-align: center;
  line-height: 1.4em;
}

/*----gestão meta----*/
.inicio-meta {
  background-image: url(../img/banner-inicio.png);
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0px !important;
}


.inicio-meta .owl-carousel {
  display: flex !important;
  align-items: center;
}

.inicio-meta .owl-dots {
  display: none;
}

.inicio-meta .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 0 10%;
}

.inicio-meta img {
  height: 420px;
  object-fit: contain;
  margin-top: -4%;
}

.inicio-meta h5 {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 2.0em;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  position: absolute;
  margin-top: 2%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.inicio-meta h6 {
  color: #0072dd !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin-top: -15%;
  font-size: 3.7em;
  text-align: center;
  margin-top: 6%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.inicio-meta h4 {
  color: white !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 240;
  margin-top: 13%;
  font-size: 0.9em;
  white-space: nowrap;
  text-align: center;
  margin-top: 11%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.meta-img img {
  width: 120px;
  margin-top: -86%;
}


.inicio-meta .btn {
  position: relative;
  text-transform: none;
  font-weight: bold;
  width: 150px;
  height: 2.5em;
  line-height: 2.5em !important;
  padding: 0;
  box-shadow: none !important;
  border-radius: 30px !important;
  margin-top: 10px !important;
}

.inicio-meta .btn:nth-of-type(1) {
  background-color: #48acf0 !important;
  margin-right: 10px;
}

.inicio-meta .btn:nth-of-type(2) {
  background-color: transparent !important;
  color: #48acf0;
  border: 2px solid #48acf0;
  line-height: calc(2.5em - 4px) !important;
}

/*----responsivo-inicio---*/

@media (max-width: 670px) {
  .inicio-meta {
    background-image: url(../img/banner-inicio-mobile.png);
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin: 0 !important;
  }

  .inicio-meta h5 {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.0em;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    position: absolute;
    margin-top: -29%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-meta h6 {
    color: #0072dd !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-top: -13%;
    font-size: 2.8em;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-meta h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: 1%;
    white-space: nowrap;
    font-size: 0.7em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .meta-img img {
    width: 230px;
    margin-top: -15%;
  }
}

@media (min-width: 670px) and (max-width: 1000px) {
  .inicio-meta {
    background-image: url(../img/banner-inicio-mobile.png);
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin: 0 !important;
  }

  .inicio-meta h5 {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.3em;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    position: absolute;
    margin-top: -20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-meta h6 {
    color: #0072dd !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-top: -15%;
    font-size: 4.1em;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-meta h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: -4%;
    white-space: nowrap;
    font-size: 1.3em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-meta-inicio img {
    height: 360px;
    object-fit: contain;
    margin-top: 23%;
  }
}

@media(min-width: 3500px) and (max-width: 9000px) {
  .inicio-meta h5 {
    font-size: 9.9em;
    margin-top: 1%;
    z-index: 2;
    text-align: center;
  }

  .inicio-meta h6 {
    font-size: 7.3em;
    margin-top: 4%;
  }

  .inicio-meta h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: 9%;
    white-space: nowrap;
    font-size: 3.1em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .head-inicio img {
    height: 1490px;
    object-fit: contain;
    margin-top: 90%;
  }
}

@media(min-width: 1800px) and (max-width: 3500px) {
  .inicio-meta h5 {
    font-size: 7.2em;
    margin-top: 1%;
    z-index: 2;
    text-align: center;
  }

  .inicio-meta h6 {
    font-size: 6.0em;
    margin-top: 4%;
  }

  .inicio-meta h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: 10%;
    white-space: nowrap;
    font-size: 1.8em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-meta-inicio img {
    height: 940px;
    object-fit: contain;
    margin-top: 80%;
  }
}

@media(min-width: 1600px) and (max-width: 1800px) {
  .inicio-meta h5 {
    font-size: 3.9em;
    margin-top: 5%;
    z-index: 2;
    text-align: center;
  }

  .inicio-meta h6 {
    font-size: 2.8em;
    margin-top: 8%;
  }

  .inicio-meta h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 240;
    margin-top: 13%;
    white-space: nowrap;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .inicio-meta-inicio img {
    height: 740px;
    object-fit: contain;
    margin-top: 10%;
  }
}

.espacamento {
  width: 50px;
  color: #48acf0;
  font-size: 0.3em;
  background-color: #48acf0;
  width: 100%;
}

.analise_button_dois .button_2 {
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  background-color: #48acf0;
  margin-top: 1% !important;
  border-radius: 20px;
  border: none;
  color: white;
  padding: 7px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

#cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 10px;
  right: 10px;
  z-index: 9999;
  display: flex;
  justify-content: center;
}

.cookie-box {
  background-color: #000;
  color: #fff;
  border: 1px solid #00c6ff;
  border-radius: 10px;
  padding: 20px;
  max-width: 900px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  box-shadow: 0 0 15px #00c6ff;
  flex-wrap: wrap;
}

.cookie-box a {
  color: #00c6ff;
  text-decoration: none;
}

.cookie-box button {
  padding: 10px 20px;
  background: transparent;
  border: 1px solid #00c6ff;
  color: #00c6ff;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-box button:hover {
  background-color: #00c6ff;
  color: black;
}

@font-face {
  font-family: 'Poppins';
  src: url('public/site/fonts/Poppins-Regular.woff2') format('woff2'),
    url('public/site/fonts/Poppins-Regular.woff') format('woff'),
    url('public/site/fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('public/site/fonts/Poppins-Bold.woff2') format('woff2'),
    url('public/site/fonts/Poppins-Bold.woff') format('woff'),
    url('public/site/fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('public/site/fonts/Montserrat-Regular.woff2') format('woff2'),
    url('public/site/fonts/Montserrat-Regular.woff') format('woff'),
    url('public/site/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('public/site/fonts/Montserrat-Bold.woff2') format('woff2'),
    url('public/site/fonts/Montserrat-Bold.woff') format('woff'),
    url('public/site/fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}