WE ARE FINALLY CLOSED! Thank you from the bottom of our hearts for your support all these years. We will continue our presence in the markets of the city conveying hope. Contact us at 2106625096
/* Asegurar que los botones "Aceptar todas" y "Rechazar todas" sean iguales */
.cookie-accept-all, .cookie-reject-all {
background-color: #0073e6 !important; /* Cambia esto al color que quieras */
color: #ffffff !important;
border-radius: 5px !important;
padding: 10px 20px !important;
font-size: 16px !important;
cursor: pointer !important;
}
/* Cambiar color al pasar el mouse */
.cookie-accept-all:hover, .cookie-reject-all:hover {
background-color: #005bb5 !important;
}