.footer-privacy {
    text-align: center;
    width: 100%;
    font-family: 'Raleway Thin', sans-serif;
    overflow: hidden;
    background-color: #3a3a3a;
    padding-top: 14px;
    font-size: small;
    color: #b8b8b8;
    padding-bottom: 14px;
}

.footer-privacy a {
    text-decoration: none;
    color: #989898;
    padding: 10px;
}

.footer-privacy a:hover {
    color: #b8b8b8;
}

.mi-btn-cookies {
    background-color: #3a3a3a; /* Color de fondo */
    font-family: 'Raleway Thin', sans-serif;
    border: none;
    font-size: small;
    color: #989898;
    text-decoration: none;
    padding-left: 8px;
  }
  
  .mi-btn-cookies:hover {
    background-color: #3a3a3a; /* Color de fondo al pasar el mouse */
    color: #b8b8b8;
    cursor: pointer;
  }
  

.cookieMessage {
    margin-bottom: 10px;
}

.cookieButtons {
    text-align: center;
}

.acceptButton, .rejectButton {
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.acceptButton {
    background-color: #4CAF50;
    color: white;
}

.rejectButton {
    background-color: #f44336;
    color: white;
}
