#accordion-1{
    width: 100%;
    border-radius: 28px;
    
}
#accordion-wrapper{
    padding: 0;
    border-radius: 28px;
    overflow: hidden;
}


footer a, .footer-note a{
    color: rgb(109,109,109) !important;
    text-decoration: none;
  }
  
  .footer-note{
    background-color: #f2faff;
  }
  
  .footer-note .container{
  
    border-top: 2px solid #B6E6FF;
  }
  
  .footer-note .container .row .col-12{
    padding:.5rem 0;
  
  }
  
  body, html{
    overflow-x: hidden;
    overflow-y: auto;
  }

  
  
  section{
    width: 100%;
  }
  
  a{
    text-decoration: none;
  }


select.form-select {
  width: 100%; /* Define uma largura padrão */
}

label.form-label {
  margin-top: 1rem;
  margin-bottom: .1rem ;
}


@media screen and (max-width: 991px){
  
  .fc > div >div{
    margin-top: 4rem !important;
  }

  .fc > div >div:last-child{
    margin-top: 3rem !important;
  }


}


