.CookieMessage {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;/*#E4E887;*/
    z-index: 999;
    display: none;
    /* max-width: 800px; */
    /* margin: 5px; */
    box-shadow: var(--lnc-popup-boxShadow, 0 0 10px rgba(0, 0, 0, 0.3));
  }
  
  .CookieMessage-content {
    color: black;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    font-family: sans-serif;
    line-height: 1.5;
    font-size: 17px;
    /* box-shadow: var(--lnc-popup-boxShadow, 0 0 10px rgba(0, 0, 0, 0.3)); */
    /* background: #E4E887; */
}

  }

  .CookieMessage-content a{
    color: white;
  }

  .CookieMessage-content p{
    margin: 0 0 20px 0;
  }
  
  .CookieMessage-button {
    background: #FBCE4A;
    display: inline-block;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
    text-transform: uppercase;
  
  }

  .CookieMessage-button:hover{
    background: #f8d97c;
  }

  .link-politica{
      text-decoration: underline;
  }