.politica-cookies{
    margin-top: 30px;
  }
  .cookies-container{
    background-color: white !important;
    border: solid 1px #2c3e50;
    color: #2c3e50;
    padding: 0% !important;
  }
  
  .cookies-header{
    background-color: #2c3e50;
    color: white;
    margin: 0%;
  }
  .cookies-table p{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .cookies-table tr:hover{
    color: #ffffff;
    background-color: #293a4b9c;
  }
  .accept-cookies{
    background-color: #2c3e50 !important;
    color: #ffffff !important;
  }
  .accept-cookies:hover{
    background-color: #3b5269 !important;
  }