#btn_header {
  background-color: #000033;
  cursor: pointer;
}

.nav-aaia {
 
  display: flex;
  justify-content: center;



}
.nav-aaia div p{
margin-bottom: 0px;
padding: 0.5rem;

}
.nav-aaia div{
  background-color: #CCCCD6;

}

.active_nav{
  background-color: #000033 !important;
  padding: 0.5rem;
  color: white;
  border-radius: 10px !important;
}

.pointer_nav_aa{
cursor: pointer;
}

#neo_header {
  width: 130px;
}
#text_btn {
  color: white;
  font-size: 11px;
}

.sticky-2 {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 130px;
  z-index: 0;
}

#text_btn {
  margin: auto;
}

@media (min-width: 360px) {
  #text_btn {
    color: white;
    font-size: 14px;
  }
  #neo_header {
    width: 140px;
  }
}
@media (min-width: 768px) {
  #neo_header {
    width: 100%;
  }

  #text_btn {
    font-size: 13px;
    font-weight: bold;
  }
}

@media (min-width: 1024px) {
  .cont {
    max-width: 1600px !important;
  }
  #form_tittle {
    font-size: 35px;
  }
  #text_btn {
    font-size: 15px;
  }
}
