.secao-hero-principal {
  padding: 90px 0px 30px 0px;
}

.conteudo-hero-principal {
  gap: 190px;
}

.coluna-texto-hero {
  gap: 20px;
}

.hero-etiqueta {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #1F4B8C;
  background: rgba(31, 75, 140, .08);
  border-radius: 999px;
  padding: 6px 16px;
  width: max-content;
}

.hero-titulo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  color: var(--cor-texto);
  margin: 0;
}

.hero-subtitulo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  max-width: 640px;
  color: #373737;
  margin: 0;
}

#hero-typing {
  display: inline-block;
  min-height: 1.2em;
  border-right: 2px solid #1F4B8C;
  padding-right: 4px;
  white-space: nowrap;
  overflow: hidden;
  animation: hero-cursor-blink .7s steps(1) infinite;
}

.coluna-imagem-topo2 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  perspective: 1100px;
}

.container-imagem-topo2 {
  max-width: 680px;
  transform-origin: center;
  transform: rotateY(-10deg) rotateX(8deg);
  transition: transform .7s ease;
}

.imagem-gildonei {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 26px;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.55));
  transition: filter .7s ease;
}

.coluna-imagem-topo2:hover .container-imagem-topo2 {
  transform: rotateY(-2deg) rotateX(1.5deg) translateY(-3px);
}

.coluna-imagem-topo2:hover .imagem-gildonei {
  filter: drop-shadow(0 26px 70px rgba(0, 0, 0, 0.75));
}




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

.hero-botao {
  margin-top: 8px;
}

.container-imagem-topo2 img {
  height: 110%;

}

.container-imagem-topo2 {
  padding-bottom: 50px;
}

@media (max-width: 1700px) {
  .secao-hero-principal {
    padding: 40px 0px 30px 0px;
  }

  .container-imagem-topo2 img {
    height: 120%;
  }

  .container-imagem-topo2 {
    padding-bottom: 100px;
  }

}

@media (max-width: 1500px) {

  .secao-hero-principal {
    padding: 40px 100px 40px 100px;
  }

  .container-imagem-topo2 img {
    height: 110%;

  }

  .conteudo-hero-principal {
    gap: 10px;
  }

  .container-imagem-topo2 {
    padding-bottom: 100px;
  }

}

@media (max-width: 1360px) {

  .container-imagem-topo2 {
    padding-bottom: 0px;
  }
  .secao-hero-principal {
    padding: 100px 24px 10px;
  }

  .conteudo-hero-principal {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 10px;
  }

  .coluna-texto-hero {
    display: contents;
  }

  .hero-etiqueta {
    width: 80%;
    text-align: center;
    white-space: normal;
  }

  .container-imagem-topo2 {
    width: 99%;
    max-width: 500px;
    height: 400px;

    overflow: hidden;
  }

  .container-imagem-topo2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .coluna-imagem-topo2 {
    perspective: none;
    justify-content: center;
  }

  .container-imagem-topo2 {
    transform: none !important;
  }

  .coluna-imagem-topo2:hover .container-imagem-topo2 {
    transform: none !important;
  }

  .imagem-gildonei {
    filter: none !important;
    border-radius: 18px;
  }

  .coluna-imagem-topo2:hover .imagem-gildonei {
    filter: none !important;
  }

  .hero-titulo {
    order: 1;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 30px;
  }

  .coluna-imagem-hero {
    order: 3;
    justify-content: center;
    width: 100%;
    perspective: none;
  }

  .hero-subtitulo {
    order: 2;
    width: 100%;
    text-align: center;
  }

  .hero-subtitulo-secundario {
    order: 4;
    width: 100%;
    text-align: center;
  }

  .hero-botao {
    order: 5;
    margin: 0 auto;
  }

  #hero-typing {
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 550px) {

  .container-imagem-topo2 img {
    height: 100%;

  }

  .secao-hero-principal {
    padding: 90px 24px 10px;
  }

  .conteudo-hero-principal {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 14px;
  }

  .coluna-texto-hero {
    display: contents;
  }

  .hero-etiqueta {
    width: 80%;
    text-align: center;
    white-space: normal;
  }

  .container-imagem-topo2 {
    width: 99%;
    max-width: 500px;
    height: 280px;

    overflow: hidden;
  }

  .container-imagem-topo2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .coluna-imagem-topo2 {
    perspective: none;
    justify-content: center;
  }

  .container-imagem-topo2 {
    transform: none !important;
  }

  .coluna-imagem-topo2:hover .container-imagem-topo2 {
    transform: none !important;
  }

  .imagem-gildonei {
    filter: none !important;
    border-radius: 18px;
  }

  .coluna-imagem-topo2:hover .imagem-gildonei {
    filter: none !important;
  }

  .hero-titulo {
    order: 1;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 30px;
  }

  .coluna-imagem-hero {
    order: 3;
    justify-content: center;
    width: 100%;
    perspective: none;
  }

  .hero-subtitulo {
    order: 2;
    width: 100%;
    text-align: center;
  }

  .hero-subtitulo-secundario {
    order: 4;
    width: 100%;
    text-align: center;
  }

  .hero-botao {
    order: 5;
    margin: 0 auto;
  }

  #hero-typing {
    max-width: 80%;
    white-space: normal;
  } 
  .hero-titulo-typing {
    max-height: 63px;
  }
}
