.gestao-btn {
    background: #000;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.2s;
  }
  .gestao-btn:hover {
    background: #17d4ff;
    transition: 0.2s;
  }
  .gestao-hero {
    padding: 50px 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }
  .gestao-separador img{
    height: 460px;
  }
  
  .gestao-hero-text {
    max-width: 50%;
  }
  .gestao-hero-text b{
    color: #17d4ff;
  }
  .gestao-hero-text h1{
   font-size: 55px;
  }
  .gestao-hero-img video{
    height: 900px;
    margin-top: 20px;
  }
  .gestao-section-title {
    color: #393a3a;
    display: flex;
    border-top-left-radius:50px ;
    border-top-right-radius:50px ;
   gap: 40px;
    align-items: center;    
   justify-content: center;
   background-color: aliceblue;
    padding: 100px 300px;

  }
  
  .gestao-section-title h2 {
    color: #17d4ff;
    font-weight: 900;
  }
  
  
  .gestao-services,
  .gestao-case-studies {
    margin-top: -20px;
    padding: 100px 300px;
    background-color: aliceblue;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;

  }
  
  .gestao-card {
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  
  .gestao-card.gestao-dark {
    background: #000;
    color: #fff;
  }
  
  .gestao-card p {
    color: #a1a1a1;
    text-decoration: none;
    display: inline-block;
    margin-top: 0.5rem;
  }
  .gestao-cta-align{
    width: 600px;
  }
  .gestao-cta {
    background-image: url('../assets/midias-parallax.png'); /* Imagem de fundo */
    background-attachment: fixed; /* Cria o efeito parallax */
    background-position: center;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    padding: 100px 300px;
    text-align: center;
 
    color: white; /* Para melhor contraste com a imagem */
  }
  
  .gestao-card h3{
    font-weight: 900;
  }
  .gestao-card img{
    width: 300px;
    height: 150px;
  }
  
  .gestao-logo-bar {
    display: flex;
    padding: 100px 300px;
    justify-content: space-between;
    flex-wrap: wrap;
   
    opacity: 0.6;
  }   @media (max-width: 1200px) {
    .gestao-hero {
      padding: 150px 30px 20px;
      display: grid
;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 3rem;
  }.gestao-separador img {
  height: 160px;
  display: none;
}.gestao-hero-text h1 {
  font-size: 25px;
}.gestao-hero-text p {
  font-size: 14px;
}.gestao-hero-img video {
  height: 300px;
  margin-top: 20px;
}
.gestao-hero-text {
  max-width: 100%;
}.gestao-btn {
  background: #000;
  font-size: 13px;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.2s;
}.gestao-section-title {
  color: #393a3a;
  display: grid
;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  gap: 40px;
  align-items: center;
  justify-content: center;
  background-color: aliceblue;
  padding: 100px 30px 20px;
}.gestao-section-title h2 {
  color: #17d4ff;
  font-weight: 900;
  margin-bottom: -100px;
}.gestao-services, .gestao-case-studies {
  margin-top: -20px;
  padding: 100px 30px;
  background-color: aliceblue;
  display: grid
;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}.gestao-card img {
  width: 100%;
  height: 150px;
}.gestao-cta {
  background-image: url(../assets/midias-parallax.png);
  background-attachment: fixed;
  background-position: center;
  display: flex
;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 30px;
  text-align: center;
  color: white;
}
  }
