/* RESET MODERNO */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #000;
  font-family: Arial, Helvetica, sans-serif;
  color: #aeaeae;
  text-align: center;
  line-height: 1.4;
}

/* SEO / ACCESIBILIDAD */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* CONTENEDOR */
#data-container {
  width: 100%;
}

/* IMÁGENES */
.image {
  display: block;
  width: 100%;
}

.image.fit img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

/* SLIDER */
#slider-enigma {
  width: 100%;
  height: auto;
  display: block;
}

/* SOCIAL */
.social-row {
  display: flex;
  gap: 8px;
}

.social-row .image {
  flex: 1;
}

/* TABLET / DESKTOP */
@media (min-width: 768px) {
  #data-container {
    max-width: 700px;
    margin: 0 auto;
  }
}