@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://use.typekit.net/tbn0hkb.css");
@font-face {
  font-family: "aie-semibold";
  src: url(../fonts/ai3-semibold.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "aie-regular";
  src: url(../fonts/ai3-regular.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "aie-bold";
  src: url(../fonts/aie3-bold.otf) format("opentype");
  font-weight: 600;
}
:root {
  --sans-serif: "Sora", sans-serif;
  --serif-bold: "aie-bold", serif;
  --serif-semibold: "aie-semibold", serif;
  --serif-bold: "aie-bold", serif;
  --serif-regular: "aie-regular", serif;
  --mono: "cartograph-cf", monospace;
  --verde: #7A8670;
  --verde-oscuro: #2C332B;
  --amarillo: #FFC55F;
}

html {
  overflow-x: hidden;
}

/** Switcher theme **/
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .bi {
  width: 1em;
  height: 1em;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

/** Switcher **/
body {
  font-family: var(--sans-serif);
}
body h1 {
  font-family: var(--serif-semibold);
  text-transform: uppercase;
  text-wrap: balance;
  font-size: 7rem;
  line-height: 85%;
}
@media only screen and (max-width: 728px) {
  body h1 {
    font-size: 4.525rem;
  }
}
body h2 {
  font-family: var(--serif-semibold);
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 90%;
  text-wrap: balance;
}
@media only screen and (max-width: 728px) {
  body h2 {
    font-size: 3.525rem;
  }
}

.bg-verde {
  background-color: var(--verde);
}

.texto-blanco {
  color: #fffce1 !important;
}

#texto p {
  max-width: 720px;
}

.mw690 {
  max-width: 690px;
}

.nombre {
  font-family: var(--serif-semibold);
  text-transform: uppercase;
  font-size: 1.525rem;
  letter-spacing: -0.03px;
}

.nombre-subtitulo {
  font-family: var(--serif-regular);
  text-transform: uppercase;
  font-size: 2.225rem;
  letter-spacing: -0.03px;
}

/***Vis Sanciones **/
.container-sanciones {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fffce1;
}

.filters {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 8px;
  flex-wrap: wrap;
}

.filter-group {
  display: flex;
  flex-direction: column;
}

.filter-group label {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1rem;
  color: #4a5568;
}

.filter-group select {
  padding: 8px 12px;
  border: 1px solid var(--verde);
  border-radius: 6px;
  background: white;
  font-size: 13px;
}

.chart-container {
  background: #fffce1;
  border-radius: 12px;
  overflow: hidden;
  border: 0px solid #8b7355;
}

.table-header {
  display: grid;
  grid-template-columns: 80px repeat(3, 10fr) 2fr;
  border-bottom: 1px solid #8b7355;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
}

.header-cell {
  padding: 15px 10px;
  border-right: 0px solid #8b7355;
  display: flex;
  align-items: left;
  justify-content: left;
  flex-direction: column;
  font-size: 0.725rem;
}

.header-cell:last-child {
  border-right: none;
}

.header-sancionados {
  display: flex;
  gap: 0.525rem;
  align-items: left;
  flex-wrap: wrap;
  justify-content: left;
}

.rank-legend {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.725rem;
  font-weight: 500;
}

.rank-icon {
  width: 20px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffce1;
  font-size: 0.325rem;
  border-radius: 2px;
}

.rank-icon.coronel {
  background: #30352d;
}

.rank-icon.teniente {
  background: #6f7163;
}

.rank-icon.mayor {
  background: #989985;
}

.expedientes-legend {
  display: flex;
  gap: 0.525rem;
  align-items: left;
  flex-wrap: wrap;
  justify-content: left;
}

.exp-legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.725rem;
  font-weight: 500;
}

.exp-color {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 0px solid rgba(0, 0, 0, 0.2);
}

.exp-color.iniciados {
  background: #9fbc9f;
}

.exp-color.archivados {
  background: #707769;
}

.exp-color.sanciones {
  background: #ffc55f;
}

.table-row {
  display: grid;
  grid-template-columns: 80px 1fr 3fr;
  border-bottom: 1px solid #8b7355;
}

.table-row:last-child {
  border-bottom: none;
}

.cell {
  padding: 15px 10px;
  border-right: 0.5px solid #bbad9b;
  align-items: center;
  justify-content: left;
}

.cell:last-child {
  border-right: none;
}

.year-cell {
  font-weight: bold;
  font-size: 0.625rem;
}

.rank-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.rank-badge {
  width: 35px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffce1;
  font-size: 0.525rem;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.rank-badge.coronel {
  background: #30352d;
}

.rank-badge.teniente {
  background: #6f7163;
}

.rank-badge.mayor {
  background: #989985;
}

.expedientes-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  position: relative;
}

.expediente-square {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 2px;
  position: relative;
}

.expediente-square:hover {
  transform: scale(1.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.expediente-square.iniciados {
  background: #9fbc9f;
}

.expediente-square.archivados {
  background: #707769;
}

.expediente-square.sanciones {
  background: #ffc55f;
  cursor: pointer;
}

.expediente-square.sanciones:hover {
  background: linear-gradient(135deg, #ffb74d, #ff9800);
  transform: scale(1.3);
}

.expediente-square.overlay {
  position: absolute;
  pointer-events: none;
}

.sanction-tooltip {
  position: absolute;
  background: var(--verde);
  color: #fffce1;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.725rem;
  font-weight: 500;
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  max-width: 320px;
  line-height: 1.4;
}

.sanction-tooltip.visible {
  opacity: 1;
}

.sanction-callout {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff8e1;
  border: 2px solid #ffb74d;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 500;
  color: #e65100;
  z-index: 5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  max-width: 200px;
  line-height: 1.2;
}

.sanction-callout::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right-color: #ffb74d;
}

@media (max-width: 768px) {
  .table-header,
  .table-row {
    grid-template-columns: 60px 100px 1fr;
  }
  .expedientes-grid {
    max-width: 100%;
    justify-content: flex-start;
    width: auto; /* En móvil, permitir que se ajuste automáticamente */
  }
  .expediente-square {
    width: 18px;
    height: 18px;
  }
  .filters {
    flex-direction: column;
  }
  .header-sancionados,
  .expedientes-legend {
    flex-direction: column;
    gap: 3px;
  }
  .rank-legend,
  .rank-icon {
    width: 16px;
    height: 20px;
  }
  .exp-color {
    width: 10px;
    height: 10px;
  }
  .rank-badge {
    width: 30px;
    height: 38px;
  }
  .sanction-callout {
    right: 5px;
    max-width: 150px;
    font-size: 10px;
    padding: 4px 8px;
  }
}
/**viz-sancionez**/
/** Viz acoso **/
.container-acoso-hostigamiento {
  margin: 0 auto;
  background-color: #f5f5dc;
  width: 100%;
  overflow: scroll;
  border-radius: 12px;
  /** @media (max-width: 768px) {
       .header-cell, .cell {
           min-width: 100px;
           padding: 6px;
           font-size: 14px;
       }

       .icon-container {
           max-width: 80px;
       }

       .military-icon {
           width: 16px;
           height: 16px;
       }

       .scaled-circle {
           font-size: 10px;
           min-width: 20px;
           min-height: 20px;
       }
   }**/
}
.container-acoso-hostigamiento .chart-container-2 {
  justify-content: center;
}
.container-acoso-hostigamiento .header {
  display: flex;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 0.525rem;
  align-items: center;
}
.container-acoso-hostigamiento .header-cell {
  padding: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.725rem;
}
.container-acoso-hostigamiento .header-cell:last-child {
  border-right: none;
}
.container-acoso-hostigamiento .year-cell {
  width: 50px;
  font-size: 0.625;
}
.container-acoso-hostigamiento .data-cell {
  width: 100px;
  min-width: 100px;
}
.container-acoso-hostigamiento .rank-cell {
  width: auto;
  min-width: 210px;
}
.container-acoso-hostigamiento .row {
  display: flex;
  border-bottom: 1px solid #333;
  flex-wrap: nowrap;
}
.container-acoso-hostigamiento .row:last-child {
  border-bottom: 1px solid #333;
}
.container-acoso-hostigamiento .cell {
  border-right: 0.5px solid #bbad9b;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.container-acoso-hostigamiento .cell:last-child {
  border-right: none;
}
.container-acoso-hostigamiento .year-number {
  font-weight: bold;
  font-size: 0.625rem;
}
.container-acoso-hostigamiento .single-circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.container-acoso-hostigamiento .icon-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3px;
  max-width: 140px;
}
.container-acoso-hostigamiento .scaled-circle {
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 11px;
  min-width: 22px;
  min-height: 22px;
}
.container-acoso-hostigamiento .scaled-circle:hover {
  transform: scale(1.1);
}
.container-acoso-hostigamiento .acoso-scaled {
  background-color: #9fbc9f;
}
.container-acoso-hostigamiento .hostigamiento-scaled {
  background-color: #ffc55f;
}
.container-acoso-hostigamiento .military-icon {
  width: 18px;
  height: 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffce1;
  font-size: 0.325rem;
  font-weight: bold;
  border-radius: 5px;
}
.container-acoso-hostigamiento .military-icon:hover {
  transform: scale(1.1);
}
.container-acoso-hostigamiento .generales-icon {
  background-color: #2c2c2c;
}
.container-acoso-hostigamiento .coroneles-icon {
  background-color: #4a4a4a;
}
.container-acoso-hostigamiento .tenientes-icon {
  background-color: #6a6a6a;
}
.container-acoso-hostigamiento .mayores-icon {
  background-color: #8a8a8a;
}
.container-acoso-hostigamiento .controls {
  padding: 1rem;
  text-align: center;
}
.container-acoso-hostigamiento .sort-button {
  background-color: #31352e;
  color: #fffce1;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.container-acoso-hostigamiento .sort-button:hover {
  background-color: #4d514a;
}
.container-acoso-hostigamiento .sort-button.active {
  background-color: #7a8670;
}
.container-acoso-hostigamiento .sort-arrows {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  line-height: 0.8;
}
.container-acoso-hostigamiento .arrow {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.container-acoso-hostigamiento .arrow.active {
  opacity: 1;
  font-weight: bold;
}
.container-acoso-hostigamiento .arrow:hover {
  opacity: 0.8;
}
.container-acoso-hostigamiento .tooltip {
  position: absolute;
  background: var(--verde);
  color: #fffce1;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.725rem;
  font-weight: 500;
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  max-width: 320px;
  line-height: 1.4;
}
.container-acoso-hostigamiento .tooltip.persistent {
  border: 2px solid #7a8670;
}
.container-acoso-hostigamiento .tooltip-close {
  position: absolute;
  top: 2px;
  right: 6px;
  cursor: pointer;
  font-weight: bold;
  color: #ccc;
  font-size: 14px;
}
.container-acoso-hostigamiento .tooltip-close:hover {
  color: white;
}
.container-acoso-hostigamiento .legend {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 20px 0;
  flex-wrap: wrap;
}
.container-acoso-hostigamiento .legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
}
.container-acoso-hostigamiento .legend-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.container-acoso-hostigamiento .legend-icon {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

.container-acoso-hostigamiento::-webkit-scrollbar {
  display: none;
}

#chart-body-2 {
  display: grid;
  place-items: center;
  height: 100vh;
}

/** Fin Viz acoso**/
/** Scrolly denuncias **/
.container-sticky {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.sticky-container {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--verde);
}

.chart-container-3 {
  position: relative;
  width: 90%;
  max-width: 1000px;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-layer.active {
  opacity: 1;
}

.image-layer img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.counter-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fffce1;
  padding: 20px 40px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  min-width: 250px;
}

.total-number {
  font-size: 3rem;
  font-weight: bold;
  color: #2c3e2c;
  margin-bottom: 10px;
  transition: all 0.6s ease;
}

.description {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 15px;
}

.breakdown {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}

.category {
  text-align: center;
  opacity: 0.3;
  transition: opacity 0.6s ease;
  padding: 5px;
}

.category.active {
  opacity: 1;
}

.category-number {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2px;
}

.category-label {
  font-size: 0.725rem;
  text-transform: uppercase;
  color: #000;
}

.generales {
  color: #4a4a4a;
}

.coroneles {
  color: #7a9a7a;
}

.tenientes {
  color: #ffc55f;
}

.mayores {
  color: #6a6a6a;
}

.scroll-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.step-content {
  max-width: 600px;
  text-align: center;
  padding: 40px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.step-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #2c3e2c;
}

.step-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
}

.intro-section .step-content {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: white;
}

@media (max-width: 768px) {
  .chart-container-3 {
    width: 95%;
    height: 70vh;
  }
  .counter-container {
    padding: 15px 25px;
    min-width: 200px;
  }
  .total-number {
    font-size: 2.5rem;
  }
  .breakdown {
    flex-direction: column;
    gap: 5px;
  }
  .category {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .step-content {
    padding: 30px 20px;
  }
  .step-content h2 {
    font-size: 1.5rem;
  }
  .step-content p {
    font-size: 1rem;
  }
}
/** Fin Scrolly **/
/** Intro **/
/* Alternar fondos */
.section:nth-child(1) {
  background: var(--verde);
}

.section:nth-child(2) {
  background: var(--verde-oscuro);
  color: #ffffff;
}

.section:nth-child(3) {
  background: var(--verde);
  color: #ffffff;
}

.section:nth-child(4) {
  background: var(--verde-oscuro);
  color: #ffffff;
}

.section:nth-child(5) {
  background: var(--verde);
  color: #ffffff;
}

.section:nth-child(6) {
  background: var(--verde-oscuro);
  color: #ffffff;
}

.investigation-label {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}

.main-title {
  font-family: var(--serif-semibold);
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
}

.main-title .word {
  display: inline-block;
  margin-right: 0.3em;
  opacity: 0;
  transform: translateY(100%);
  transform-origin: center bottom;
}

.main-title .word:last-child {
  margin-right: 0;
}

.main-title br {
  display: block;
  content: "";
  margin-top: 0.2em;
}

.subtitle {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.highlight-text {
  text-align: center;
}

.highlight-statement {
  font-family: var(--serif-semibold);
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  line-height: 100%;
  font-size: 4rem;
  letter-spacing: -0.3px;
}

.highlight-word {
  display: inline-block;
  margin-right: 0.2em;
  opacity: 0;
  transform: translateY(100%);
  transform-origin: center bottom;
}

.highlight-word:last-child {
  margin-right: 0;
}

.enfasis {
  color: var(--amarillo);
}

/** Intro **/
.card-title {
  font-family: var(--serif-semibold);
  font-size: 2rem;
  text-transform: uppercase;
  color: #fffce1;
}

.card, .card-body {
  background-color: var(--verde);
  border: 0px;
  border-radius: 12px;
  padding: 1rem 1rem;
}

.btn-reportaje {
  background-color: var(--verde-oscuro);
  color: #fffce1;
}

.btn-reportaje:hover {
  background-color: #97ab61;
  color: #fffce1;
}

/** Gráfico totales **/
.container-militares {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fffce1;
  padding: 20px;
  border-radius: 12px;
}

.titulo-militares {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.filtros-militares {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.filtro-btn-militares {
  padding: 8px 16px;
  border: 2px solid transparent;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  background-color: white;
}

.filtro-btn-militares.active {
  border-color: #333;
}

.filtro-abuso-militares {
  color: #fffce1;
  background-color: #31352e;
}

.filtro-acoso-militares {
  color: #fffce1;
  background-color: #7a8670;
}

.filtro-violacion-militares {
  color: #fffce1;
  background-color: #9fbc9f;
}

.filtro-hostigamiento-militares {
  color: #fffce1;
  background-color: #ffc55f;
}

.grafico-container-militares {
  border-radius: 10px;
  overflow-x: auto;
}

.header-militares {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.year-cell-militares {
  text-align: center;
  font-size: 0.725rem;
  font-weight: bold;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-militares {
  display: grid;
  gap: 10px;
  align-items: center;
  min-height: 80px;
  padding: 0 10px;
  border-bottom: 1px solid #8b7355;
}

.cell-militares {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 80px;
  min-width: 100px;
}

.circle-militares {
  transition: all 0.3s ease;
  cursor: pointer;
}

.circle-militares:hover {
  stroke: #333;
  stroke-width: 2;
}

.number-militares {
  font-weight: bold;
  font-size: 2rem;
  fill: white;
  text-anchor: middle;
  dominant-baseline: central;
}

.number-outside-militares {
  font-weight: bold;
  font-size: 12px;
  margin-left: 5px;
}

.totales-container-militares {
  margin-top: 40px;
  text-align: center;
}

.totales-titulo-militares {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.totales-row-militares {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}

.total-item-militares {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.total-number-militares {
  font-weight: bold;
  font-size: 16px;
}

.hidden-militares {
  display: none !important;
}

@media (max-width: 768px) {
  .filtros-militares {
    gap: 10px;
  }
  .filtro-btn-militares {
    padding: 6px 12px;
    font-size: 14px;
  }
  .header-militares,
  .row-militares {
    gap: 10px;
    padding: 0 5px;
  }
  .cell-militares {
    min-width: 80px;
    padding: 5px;
  }
  .totales-row-militares {
    gap: 30px;
    padding: 10px;
  }
  .total-item-militares svg {
    width: 100px !important;
    height: 100px !important;
  }
}
/** Gráfico totales **/
/** Lightbox **/
.lb {
  display: none;
  position: fixed !important;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.lb img {
  max-width: 100%;
  max-height: 90%;
  margin-top: 2%;
}

.lb:target {
  outline: none;
  display: block;
}

a.lb:hover {
  cursor: default;
}

figcaption {
  font-size: 0.725rem;
  padding: 10px 0 10px 0;
}

.titulo {
  max-width: 460px;
}

.view {
  height: 100%;
}

#mobile-box {
  width: 360px;
}

.card {
  border-radius: 10px;
  background: var(--verde);
}

.card .view {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card h5 a {
  color: #0d47a1;
}

.card h5 a:hover {
  color: #072f6b;
}

#pButton {
  float: left;
}

#timeline {
  width: 90%;
  height: 2px;
  margin-top: 20px;
  margin-left: 10px;
  float: left;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.3);
}

#pButton {
  margin-top: 12px;
  cursor: pointer;
}

#playhead {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: -3px;
  background: black;
  cursor: pointer;
}

.w330 {
  max-width: 330px;
}

.bg-verde-oscuro {
  background-color: var(--verde-oscuro);
}

.accordion-button {
  font-size: 2rem;
  background-color: #fffce1;
}

.accordion {
  background-color: #fffce1;
  --bs-accordion-active-bg:var(--verde);
  --bs-accordion-bg: #fffce1;
  --bs-accordion-active-color: #fffce1;
}

.texto-peque {
  font-size: 0.675rem;
}

.navbar-toggler {
  color: #fffce1 !important;
  background-color: var(--amarillo);
}

.logo-pulitzer {
  width: 100px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--verde-oscuro);
  pointer-events: auto;
  background-color: #fffce1;
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--verde-oscuro);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-header {
  border-bottom: var(--bs-modal-header-border-width) solid var(--verde-oscuro);
}

.modal-footer {
  border-top: var(--bs-modal-header-border-width) solid var(--verde-oscuro);
}/*# sourceMappingURL=militares.css.map */