* {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  -webkit-font-smoothing: antialiased;
  color: #333;
  text-decoration: none;
}

html, body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #333;
  scroll-behavior: smooth;
}

p, span {
  font-family: "degular-variable", sans-serif;
  line-height: 1.5;
  color: #333;
  font-size: clamp(0.8rem, 1.05rem, 1.25rem);
}

.titulo, h1, h2, h3 {
  font-family: Orbitron;
  font-weight: 700;
}

.titulo {
  margin-bottom: 30px
}

.full-width {
  width: 100%;
}

/* GERAL */

.botao-principal {
  background: #fff;
  border: 2px solid #333;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: Orbitron;
  font-weight: 600;
  transition: all 0.3s;
  z-index: 1;
}

.botao-principal:hover {
  background-color: #333;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
}

.botao-principal-2 {
  background-color: #333;
  color: #fff;
  border: 2px solid #333;
  padding: 4px 22px;
  border-radius: 5px;
  font-family: Orbitron;
  font-weight: 500;
  transition: all 0.3s;
  z-index: 1;
}

.botao-principal-2:hover {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  cursor: pointer;
}

.section-element {
  padding: 60px 0;
}

.section-element img {
  width: 100%;
}



/* HERO */
.hero {
  position: relative;
  height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  background: #000000d9;
  mix-blend-mode: luminosity;
  opacity: 1;
}

.hero video {
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 z-index: -1;
 top: 0; left: 0;
 mix-blend-mode: luminosity;
 opacity: 0.4;
 pointer-events: none;
}

.hero .titulo {
  margin-bottom: 0;
}

.logobrancotop {
  width: 300px;
  position: absolute;
  top: 40px;
  z-index: 1;
  left: 50px;
}

.textbanner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 700px;
  margin-top: 100px;
}

.textbanner h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

.textbanner p {
  color: #fff;
}

.hero button {
  border: 2px solid #fff;
}

.hero .button:hover {
  border: 2px solid #fff;
  cursor: pointer;
}


/* SERVIÇOS */
.servicoselement {
  background: #f9f9f9;
  padding: 25px 20px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #333;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.servicoselement span {
  font-family: Orbitron;
  font-size: 1rem;
}

.textservicos {
  font-weight: bold;
  display: block;
  margin: 15px 0;
}

.servicos .container > h2 {
  text-align: center;
  margin-bottom: 40px;
}

.servicos img {
  width: 74px;
}


@media (min-width: 991px) {
  .servicos .container .servicos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}


/* QUEM SOMOS */
.conteudoquemsomos {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: left;
}

.quemsomostext p {
  margin-bottom: 20px;
  text-align: left;
}

@media (min-width: 991px) {
  .conteudoquemsomos {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .quemsomostext {
    flex: 1;
    padding-right: 30px;
  }

  .quemsomosimage {
    flex: 1;
    text-align: center;
  }
}

/* FUNIL (chamada para ação) */
.funil {
  background-image: url('../img/section01.png');
  background-size: cover;
  text-align: center;
}

.funil h2 {
  color: #fff;
  padding-bottom: 30px;
}

.funil .botao-principal {
  border: 2px solid #fff;
}

.funil .botao-principal:hover {
  border: 2px solid #fff;
  cursor: pointer;
}


/* METODOLOGIA */
.conteudometodologia {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.reverse {
  flex-flow: column-reverse;
}


.metodologiatext span {
  display: block;

}

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

@media (min-width: 991px) {
  .conteudometodologia {
    flex-direction: row;
    align-items: center;
  }


  .sectiontext, .sectionimage {
    flex: 1;
  }

  .sectionimage {
    text-align: center;
  }
}


/* FUNIL 02 */
.funil02 {
  background: #333;
  color: #fff;
  padding: 60px 0;
}

.funil02 h2 {
  color: #fff;
  padding-bottom: 30px;
}

.funilleft img {
  padding-top: 30px;
}

.funilleft {
  flex-direction: row;
}

.funil02 span {
  color: #fff;
  font-family: Orbitron;
  font-size: 18px;

}

.funil02 .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.funil02 .botao-principal {
  padding-top: 5px;
  padding-bottom: 5px;
}

.funil02 .botao-principal {
  border: 2px solid #fff;
}

.funil02 .botao-principal:hover {
  border: 2px solid #fff;
  cursor: pointer;
}

.funil02 input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 6px;
  border: none;
  margin-bottom: 15px;
  margin-top: 5px;
}

@media (min-width: 991px) {
  .funil02 .container {
    flex-direction: row;
    justify-content: space-between;
  }

  .funilleft, .funilright {
    flex: 1;
  }
}



/* CONTATO */
.conteudocontato {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 768px) {
  .conteudocontato {
    flex-direction: row;
    align-items: center;
  }

  .contatotext {
    flex: 1;
  }

  .contatoimage {
    flex: 1;
    text-align: center;
  }
}

.contato-itens {
  padding-bottom: 30px;
}

.contato-itens h2 {
  margin-bottom: 0;
}

/* FOOTER */
footer {
  background: #1a1a1a;
  color: #fff;
  padding: 60px 0;
}

.logofooter img {
  width: 250px;
}

footer p {
  font-family: "degular-variable", sans-serif;
  line-height: 1.5;
  color: #fff;
  font-size: clamp(0.8rem, 1.05rem, 1.25rem);
  margin-bottom: 0;
}


.sectionfooter {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .sectionfooter {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
}

.socialicons {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}

.socialicons li:hover {
  opacity: 0.8;
  cursor: pointer;
}

footer svg {
  fill: #fff;
  width: 26px;
}

.endereco {
  max-width: 300px;
}

.copy {
  margin-top: 30px;
  text-align: center;
  font-size: 0.9rem;
  font-family: "degular-variable", sans-serif;
  line-height: 1.5;
}

.developed {
  font-family: "degular-variable", sans-serif;
  line-height: 1.5;
  color: #fff;
  font-size: 0.7rem;
}

.developed a {
  text-decoration: none;
  color: #fff;
}

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


/* RESPONSIVE */

@media (max-width: 767px) {
    .textbanner h1 {
        font-size: 2rem !important;
    }
    
    .logobrancotop img {
        width: 200px;
    }
    
    .textbanner {
        max-width: 370px;
    }
}

@media (max-width: 600px) {
    .textbanner h1 {
        font-size: 2rem !important;
    }

    .textbanner {
        margin: 100px auto 0 auto;
        text-align: center;
    }
    
    .textbanner a {
        margin: 0 auto;
    }
}

@media (max-width: 540px) {
  .logobrancotop {
    top: 20px;
  }

  /* Menu Icon */
.hamb{
    top: 15px !important;

}

.textbanner {
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
  }

  .sectionimage  img {
    max-width: 300px;
  }

  .sectionimage {
    text-align: center;
  }

  .hero {
    height: 100%;
    padding-top: 180px;
  }
}

@media (max-width: 400px) {
  .logobrancotop {
    display: none;
  }
  
  .textbanner h1 {
        font-size: 1.4rem !important;
        width: 100%;
        padding: 0 30px;
    }
    
}

/* MENU */
/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #333;
    overflow: hidden;

}
.menu a{
    display: block;
    padding: 30px;
    color: #333;
    font-family: Orbitron;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}
.menu a:hover{
    background-color: #33333326;
    color: #333;
    text-decoration: none;
}
.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* Menu Icon */
.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
    z-index: 100000000000 !important;
    position: absolute;
    top: 0;
    right: 20px;
}/* Style label tag */

.hamb-line {
  background: #fff;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
    background: #fff;
}

.hamb-line::before{
    top: 5px;
}
.hamb-line::after{
    top: -5px;
}

.side-menu {
    display: none;
} /* Hide checkbox */

/* Toggle menu icon */
.side-menu:checked ~ nav{
    max-height: 100%;
    background: #fff;
    z-index: 10000000 !important;
    top: 0;
    position: fixed;
    left: 0;
    display: block;
    align-content: space-evenly;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
    background: #333;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    background: #333;
    top:0;
}

body:has(.side-menu:checked) {
  overflow: hidden;
}

.hide {
  display: none;
}
.menu {
  padding: 0;
}

/* ANIMAÇÕES */
.revealZoom {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-zoom-out {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-slide-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.visiblee {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.2s;
}
/* ANIMAÇÕES */