@charset "UTF-8";
/* CSS Document */
/* --- Fix captions slider y hueco bajo footer (Chrome) --- */
.nivo-html-caption,
[id^="htmlcaption"] {
  display: none !important;
}

.nivo-caption {
  position: absolute !important;
  left: 0; right: 0; bottom: 0;
}

html, body { height: 100%; }
body {
  margin: 0;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
main { flex: 1 0 auto; }
footer { flex-shrink: 0; }

@supports not (height: 100dvh) {
  body { min-height: 100vh; }
}



