.body_climares {
  padding-top: 20px;
}

.ocultar {
  display: none;
}

input::-webkit-calendar-picker-indicator {
  opacity: 100;
}

.pie_container_climares {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#PIB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#AA .highcharts-credits,
#AA2 .highcharts-credits,
#PA .highcharts-credits,
#PA2 .highcharts-credits,
#PA3 .highcharts-credits,
#munPA .highcharts-credits,
#munPA2 .highcharts-credits,
#munPA3 .highcharts-credits,
#munAA .highcharts-credits,
#munAA2 .highcharts-credits {
  display: none;
}

.text_climares .titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
  font-weight: bold;
  font-size: 22px;
}

.titulo_encabezado_climares,
.titulo_buscador_munps {
  text-align: center;
  margin: 0 auto;
  width: auto;
  font-size: 20px;
  color: #4d4d4d;
  font-weight: 600;
  display: block;
  font-family: "Arial";
  margin-bottom: 12px;
}

.buscador_munps {
  position: relative;
  margin: 45px 0 20px;
  z-index: 1;
  /* ul{
        height: auto;
        max-height: 270px;
        overflow: scroll;
        padding-top: 10px;
        text-align: left;
        box-sizing: border-box;
        margin-top: 5px;
        border-bottom: 4px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0); 
    }

    ul li {
        height: 40px;
        padding: 10px;
        width: 100% ;
        //line-height: 20px;
        font-weight: normal;
        font-size: 18px;
        //line-height: 18px;
        font-family: "Arial";
        color: #31405B;        
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word;
        display: block;
        text-transform: capitalize;
        cursor: pointer;
        box-sizing: border-box;
    }
    li:hover{
        top:20px;
        border-bottom: 1px solid gray;
    }*/
}

.buscador_munps #buscador_munps {
  display: block;
  padding: 20px;
}

.buscador_munps .icono_buscador_munps {
  width: 500px;
  position: relative;
  margin: 0 auto;
}

.buscador_munps input {
  width: 50%;
  height: 40%;
  background: #eee;
  margin: 0 auto;
  border: none;
  color: #31405B;
  font-size: 18px;
  padding: 0 20px;
}

.body_climares > .estadisticas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.body_climares > .estadisticas.initial {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*.estadisticas{
    .titulo_buscador_munps{
        color: rgb(77, 77, 77);
        font-weight: 600;
        font-size: 20px;
    }
}

.buscador .icono:after {
    content: "\e901";
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    font-family: "icons";
    color: #31405B;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
    word-wrap: break-word;
    position: absolute;
    top: -36px;
    right: 15px;
}*/
/* Specific mapael css class are below
         * 'mapael' class is added by plugin
        */
.mapael .map {
  position: relative;
}

.mapael .mapTooltip {
  position: absolute;
  background-color: #fff;
  moz-opacity: 0.70;
  opacity: 0.70;
  filter: alpha(opacity=70);
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #343434;
}

@media (max-width: 767.98px) {
  .buscador_munps input {
    width: 100%;
  }
}
/*# sourceMappingURL=styles_climares.css.map */