/* Fondo negro general */
html, body,
#page,
#wrapper {
  background-color: #000 !important;
}

/* Texto general amarillo */
body {
  color: #FFD700 !important; /* amarillo dorado */
}

/* Enlaces */
a {
  color: #FFFF00 !important;
}

a:hover {
  color: #FFA500 !important; /* naranja al pasar el ratón */
}

/* Títulos */
h1, h2, h3, h4, h5, h6 {
  color: #FFD700 !important;
}

/* Footer */
.footer-container {
  background-color: #000 !important;
  color: #FFD700 !important;
}

/* Header */
#header {
  background-color: #000 !important;
}

.card,
.block,
.product-miniature,
.dropdown-menu {
  background-color: #111 !important;
  color: #FFD700 !important;
}

.header-top{
background-color:black !Important;
}

.ui-autocomplete-input{
display:none !Important;
}

#carousel{
display:none !Important;
}