.caixa{
    padding: 60px 0px;
    border-bottom: 1px solid #e5e5e5;
}

#footer{
    padding: 20px 10px;
}

.modal-container{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2000;
}
.modal-container .modal{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 10%;
    min-width: 300px;
    height: auto;
    border-radius: 30px;
    padding: 20px;
    background-color: white;
    font-weight: bold;
    text-align: center;
}
.modal-container .modal h2{
    color: rgb(255, 38, 0);
}
.modal button{
    display: flex;
    justify-content: center;
    width: 100%;
    outline: none;
    border: none;
    padding: 15px;
    margin: 15px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14pt;
}



@media(max-width: 576px){
   .nav-container-ul{
       display: flex !important;
       flex-direction: column !important;
       justify-content: center !important;
       align-items: center !important;
   }
   #unico-btn-link{
       display: flex !important;
       width: 100% !important;
       justify-content: center !important;
       align-items: center !important;
   }
   #btn-link{
       display: flex !important;
       width: 100% !important;
       justify-content: center;
       margin-left: 0 !important;
       
   }
}