.card{
  background-color:#EAEAED;
  color:#243C82;
  width:100%;
  height:800px;
  /* border-radius:20px; */
  transition: all 1s 0s;
  vertical-align: middle;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.card_nuestro{
  background-color:#EAEAED;
  color:#243C82;
  width:100%;
  height:auto;
  /* border-radius:20px; */
  transition: all 1s 0s;
  vertical-align: middle;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.card_denun{
  background-color:#646569;
  color:#243C82;
  width:100%;
  height:auto;
  /* border-radius:20px; */
  transition: all 1s 0s;
  vertical-align: middle;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.card .map-container {
  width: 100%;
  height: 400px; /* Ajusta la altura del mapa según necesites */
  overflow: auto; /* Permite el desplazamiento tanto horizontal como vertical */
}

.card .map-container {
  width: 100%;
  height: 400px;
  overflow-x: auto; /* Solo desplazamiento horizontal */
}

.cascade-slider_nav {
  position: static;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.cascade-slider_dot {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #17264d;
  margin: 3px;
  transition: all 0.5s;
  background: none;
  list-style: none;
  cursor: pointer;
  border-radius: 50px;
}
.cascade-slider_dot:hover {
  background: #17264d;
}
.cascade-slider_dot.cur {
  background: #17264d;
  width: 17px;
  height: 17px;
  
}
