/* header */

.ns-header-links.nGdTQ4hqHI0{
    display: flex !important;
    justify-content: flex-end !important;
    background:white;
}

#auto-complete::placeholder {
  color: black !important;
}

#auto-complete::-webkit-input-placeholder {
  color: black !important;
}

#auto-complete::-moz-placeholder {
  color: black !important;
}

#auto-complete:-ms-input-placeholder {
  color: black !important;
}

#auto-complete::placeholder {
  color: black !important;
}

/* ... */

.container-precisa {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
  }

.container-precisa h2 {
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 400;
  }

.links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
  }

.links-grid a {
    display: block;
    width: 5rem;
 }
 
.links-grid a img{
    border-radius: 5px;
}
.links-grid img {
    width: 100%;
    height: auto;
    display: block;
  }
  
 /* Forçar remoção newsletter tema */
 .fancybox-overlay {
     display: none !important;
 }
 
 
 
 /* nav menu */
 
 
