.footer {
  background: #2c2c2c !important; /* gris oscuro */
  color: #ffffff !important;       /* texto blanco */
}

.footer a {
  color: #ffffff !important;
}

body.front.homepage {
  background: #ffffff !important;   /* Fondo blanco */
  background-image: none !important; /* Elimina imagen de fondo */
}

/* Forzar slider a pantalla completa ignorando container */
.container .moduletable .n2-section-smartslider {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100vw !important;
}

.container .moduletable {
  margin: 0 !important;
  padding: 0 !important;
}

.top {
    background: linear-gradient(to bottom, #f9f9f9, #e6e6e6) !important;
}

.top .span3 img {
  margin-top: -15px; /* Sube el logo (ajusta el valor según necesites) */
  vertical-align: middle;
}