/* ============================================================
   dossier.css — Insistencia del cuerpo · Serie Fundacional
   ============================================================ */

/* cormorant-garamond-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/cormorant-garamond-v21-latin-regular.woff2") format("woff2");
}

/* cormorant-garamond-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/cormorant-garamond-v21-latin-italic.woff2") format("woff2");
}

/* cormorant-garamond-700-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/cormorant-garamond-v21-latin-700italic.woff2") format("woff2");
}

:root {
  --serif: "Cormorant Garamond", serif;
  --muted: #6b6762;
  --border: #ccc;
}

.italic {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.5em;
}

/* ── Base de sección ────────────────────────────────────────── */

.mvl {
  display: none;
}

body.dossier_nv {
  font-size: 14px;
  background: ffff;
}

body.dossier_nv::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 75svh;
  z-index: -1;
  background: url(../../media/img/dossier/seccion_dossier_nv_thumbs.jpg) no-repeat top left;
  background-size: cover;
  will-change: transform;
}

.dossier_nv section {
  margin: 50px auto 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.dossier_nv .flex_wrap_dos_columnas {
  padding: 10px 20px;
  width: 48%;
}

.enlaces_recuadro a.recuadro_chico {
  margin: 5px 2px;
}
.recuadro_chico {
  display: inline-block;
  border: 1px solid var(--border);
  padding: 6px 12px;
}

.volanta {
  font-size: 0.75em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.dossier_nv #site-footer.contenido {
  border: none;
}

/* encabezado */

.contenedor_dossier {
  background: #fff;
  padding-top: 20px;
}

.dossier_nv .img_wrapp {
  height: 70svh;
  padding-bottom: 0;
}

#encabezado > .flex_wrap,
.encabezado_obras.flex_wrap {
  justify-content: space-between;
}

#encabezado .titulos {
  display: block;
  font-family: var(--serif);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.flex_wrap_dos_columnas.enlaces {
  text-align: right;
}

.idiomas_wrapper {
  margin-top: 0;
}

/* galeria */

.galeria_wrap {
  margin: 30px auto;
  /* max-width: 900px; */
}

.portfolioContenedor .flex_wrap_cuatro_columnas {
  margin: 0 1%;
  flex-grow: 0;
  width: 23%;
}

p.nombre_obra {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2em;
  padding: 10px 0;
  text-align: center;
}

h4.gslide-title {
  margin: 0 !important;
  font-family: var(--serif) !important;
  font-size: 1.2em !important;
  font-style: italic;
  text-align: center;
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */

@media only screen and (max-width: 400px) {
  .portfolioContenedor .flex_wrap_cuatro_columnas {
    width: 48%;
  }
  .dossier_nv .flex_wrap_dos_columnas {
    width: 98%;
  }
  .mvl {
    display: block;
  }
}
