.jqvmap-label,
.jqvmap-pin {
  pointer-events: none;
}

.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: #fff;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000;
  padding: 3px;
  color: #fff;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}

.jqvmap-zoomin {
  top: 10px;
}

.jqvmap-zoomout {
  top: 30px;
}

.jqvmap-region {
  cursor: pointer;
}

.jqvmap-ajax_response {
  width: 100%;
  height: 100vh; /* altura completa de la ventana */
  max-width: 100%;
  overflow: hidden;
}

#paisInfoModalLabel {
  font-size: 1.25rem; /* Ajusta el tamaño a tu gusto */
  font-weight: bold;
  margin-bottom: 0.5rem;

}

/* Aumenta el tamaño del título de cada sección */
.info-title {
  font-size: 1.25rem; /* Ajusta el tamaño a tu gusto */
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* Lista con un tamaño de fuente mayor y margen para separar los items */
.info-list {
  font-size: 1.1rem; /* Ajusta el tamaño según prefieras */
  margin-left: 20px;
  list-style-type: circle; /* Puedes cambiar el tipo de lista */
}

.info-list li {
  margin-bottom: 0.3rem;
}