.fundo-cokkie {
    background: #5a5566bb;
    color: rgb(255, 255, 255);
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 70px;
    position: fixed;
    text-align: justify;    
    font-size: 14px;
    padding: 0px 30px 0 30px;
  }
  .cokkie{
      text-align: right;
      
  }
  .button-cookie{
    background-color: #ffffff;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right:30px ;
   
  }
  .button-cookie:hover{
    background-color: #ffffff5d;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right:30px ;
   
  }

  
  .fundo-cokkie .cookie-close{
    float: right;
   color: white;
   font-size: 16px;
    cursor: pointer;
  }
  @media screen and (max-width: 1340px) {
    .fundo-cokkie  {
        background: #5a5566bb;
        color: rgb(0, 0, 0);
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 1;
        height: 100px;
        position: fixed;
        text-align: justify;    
        font-size: 14px;
        padding: 0px 30px 0 30px;
    }
    .button-cookie{
        background-color: #ffffff;
        color: #333333;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-right:30px ;
        margin-top: 10px;
       
      }
      .button-cookie:hover{
        background-color: #ffffff5d;
        color: #333333;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-right:30px ;
       
      }
  }
  @media screen and (max-width: 800px) {
    .fundo-cokkie  {
        background: #5a5566bb;
        color: rgb(0, 0, 0);
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 1;
        height: 150px;
        position: fixed;
        text-align: justify;    
        font-size: 14px;
        padding: 0px 30px 0 30px;
    }
    .button-cookie{
        background-color: #ffffff;
        color: #333333;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-right:30px ;
        margin-top:40px;
       
      }
      .button-cookie:hover{
        background-color: #ffffff5d;
        color: #333333;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-right:30px ;
       
      }
  }
  @media screen and (max-width: 600px) {
    .fundo-cokkie  {
        background: #5a5566bb;
        color: rgb(0, 0, 0);
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 1;
        height: 190px;
        position: fixed;
        text-align: justify;    
        font-size: 14px;
        display: block;
        padding: 0px 30px 0 30px;
    }
    .button-cookie{
        background-color: #ffffff;
        color: #333333;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-right:30px ;
        margin-top: 60px;
       
      }
      .button-cookie:hover{
        background-color: #ffffff5d;
        color: #333333;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-right:30px ;
       
      }
  }