.titleHeader{
    background-color: #0b131d;
    height: 10rem;
    width: 100%;
   display: flex;
   align-items: center;
   text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
   padding-top: 10rem;
   padding-bottom: 3rem;
}

.sticky-top p a:hover{
    color: linear-gradient(90deg, #0D7C83 0%, #00FFA3 100%);
     background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   text-decoration: none;
}
.politicasContent{
    background-color: #050811;
    padding-top: 4rem;
    width: 100%;
    height: auto;
}

  h4{
    text-transform: uppercase;
  font-weight: bolder;
}
  p {
    font-weight: 300;
}
 


  /* ------------------------------icone whats---------------------- */
  .zap-fixed {
    position: fixed;
    bottom: 40px;
    right: 3%;
    z-index: 1101;
      font-size: 3.281rem;
  }
  .whats{cursor: pointer;}
  .zap-fixed i{
   color: linear-gradient(90deg, #0D7C83 0%, #00FFA3 100%);
     background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #0D7C83 0%, #00FFA3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  