/* Estilos para el Popup de Política de Cookies */
.cookie-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #fdcb5d;
  text-align: center;
}

.cookie-popup p {
  margin: 0;
  font-size: 16px;
}

.cookie-popup a {
  color: #bb1f1f;
  text-decoration: none;
}

.cookie-popup button {
  margin-top: 5px;
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
}
