body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
}

.hr {
  margin: 5px 0px;
  background: #F8DEE6;
  width: 100%;
  height: 1px;
  clear: both;
}

.hr2 {
  margin: 5px 0px;
  background: #B7A7A7;
  width: 100%;
  height: 1px;
}

#map {
  height: 500px;
  background-color: #ffffff !important;
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0px;
}

.box-municipios {
  height: auto;
  position: absolute;
  z-index: 101;
  top: 0px;
  right: 0px;
}

.box-opciones {
  height: auto;
  overflow: auto;
  position: absolute;
  bottom: 0px;
  z-index: 101;
  left: 0px;
}


element.style {
  width: 512.1px;
  height: 180px;
}



.radio-fondos input[type='radio'] {
  -webkit-appearance: none !important;
  width: 15px !important;
  height: 15px !important;
  border: 1px solid #fbfbfb !important;
  border-radius: 100% !important;
  display: inline-block !important;
  margin: 1px !important;
}

.radio-fondos input[type='radio']:hover {
  box-shadow: 0 0 12px 0px white inset !important;
  display: inline-block !important;
  cursor: pointer;
}

.radio-fondos input[type='radio']:before {
  content: '' !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: none !important;
  vertical-align: top;
  border-radius: 100% !important;
  display: inline-block !important;
}

.radio-fondos input[type='radio']:checked:before {
  background: #77ECEC !important;
  display: inline-block !important;
}

.radio-fondos2 input[type='radio'] {
  -webkit-appearance: none !important;
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #B69EAC !important;
  border-radius: 100% !important;
  display: inline-block !important;
  margin: 1px !important;
}

.radio-fondos2 input[type='radio']:hover {
  box-shadow: 0 0 12px 0px white inset !important;
  display: inline-block !important;
  cursor: pointer;
}

.radio-fondos2 input[type='radio']:before {
  content: '' !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: none !important;
  border-radius: 100% !important;
  display: inline-block !important;
}

.radio-fondos2 input[type='radio']:checked:before {
  background: #77ECEC !important;
  display: inline-block !important;
}

/* estilos de textos */
label {
  font-size: 10px;
  color: #ffffff;
}

.leaflet-tooltip {
  background: #88697B !important;
  color: #fff !important;
  border: 1px solid #88697B !important;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #88697B;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #88697B;
}

.leaflet-tooltip-own {
  position: absolute;
  padding: 4px;
  background-color: #88697B;
  border: 0px solid #000;
  color: #000;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px #88697B;
}

.myCSSClass {
  background: green;
  border: 2px solid cyan
}

#data-municipios {
  width: 100%;
}

.clear-floats {
  clear: both;
}

.municipios-header {
  padding-top: 5px;
  padding-left: 5%;
}

.municipios-divider {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom-width: 2px;
  border-bottom-color: #B695C0;
  border-bottom-style: solid;
  margin-left: 5%;
}


.municipios-header div {
  font-size: 12px;
  text-align: left;
  font-weight: lighter;
  width: 11%;
  color: #AE9DBA;
  float: left;
  transition: all ease-in 0.3s;

}


.municipios-header div:hover {
  color: #0078A8;
  cursor: pointer;
}


.municipios-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #F5F5F5;
}

.municipios-body::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}

.municipios-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
  background-color: #C4B3AD;
}

.municipios-body {
  overflow: auto;
  padding-left: 5%;
  padding-bottom: 2%;
  width: 95%;
}

.municipios-body div {
  font-size: 10px;
  font-weight: normal;
  width: 11%;
  color: #c3bdbd;
  float: left;
}



.municipio-inactive:hover {
  background: #AE9DBA;
  color: #fff;
  padding: 2px;
  border-radius: 3px;
  cursor: pointer;
  margin: 0px 2px 0px 0px;

}

.municipio-inactive {
  display: block;
  margin: 0px 2px 0px 0px;
}

.municipio-active {
  display: block;
  background: #AE9DBA;
  color: #fff;
  padding: 2px;
  border-radius: 3px;
  margin: 0px 2px 0px 0px;

}

.municipio-active-selected {
  display: block;
  background: #6EC6D8;
  color: #fff;
  padding: 2px;
  border-radius: 3px;
  margin: 0px 2px 0px 0px;

}

.modal-map {
  background-color: rgb(182, 158, 172, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1002;
  display: none;
}

.modal-map .leaflet-container {
  background: none !important;
}

.modal-map-body {
  background: none;
}

.modal-charts {
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  z-index: 10000000;
  display: none;
}

#map-depto {
  margin: 0px auto;
}

.btn-close-modal {
  position: absolute;
  z-index: 101;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  text-align: center;
  padding: 2px;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #b7a7a7;
}

.btn-close-modal:hover {
  cursor: pointer;
}

.btn-close-modal-charts {
  position: absolute;
  z-index: 101;
  background: #b7a7a7;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  text-align: center;
  padding: 2px;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
}

.btn-close-modal-charts:hover {
  cursor: pointer;
}

.box-links-popup {
  position: absolute;
  z-index: 101;
  background: #AB96A2;
  padding: 3px;
  border-radius: 3px;
  width: 150px;
  display: none;
}

.buttons-opciones {
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 5px;
}

.buttons-opciones .btn-brush-fondo {
  padding: 10px;
  margin: 1px;
  background: #C4B3AD;
  color: #fff;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  float: left;
  text-align: center;
  font-size: 12px;
}

.buttons-opciones .btn-brush-bubble {
  padding: 10px;
  margin: 1px;
  background: #D9CFCF;
  color: #88697B;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  float: left;
  text-align: center;
  font-size: 12px;
}

.buttons-opciones .btn-brush-all {
  padding: 10px;
  margin: 1px;
  background: #55A5C5ab;
  color: #fff;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  float: left;
  text-align: center;
  font-size: 12px;
}

.buttons-opciones .btn-brush-bol {
  padding: 10px;
  margin: 1px;
  background: #AB96A2;
  color: #fff;
  display: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  float: left;
  text-align: center;
  font-size: 12px;
}

.btn-brush-fondo:hover,
.btn-brush-bubble:hover,
.btn-brush-all:hover,
.btn-brush-bol:hover {
  cursor: pointer;
}

.radio-fondos {
  color: #fff;
  height: auto;
  padding: 2px 0px;
}

.radio-fondos input,
.radio-fondos2 input {
  float: left;
}

.radio-fondos label {
  display: block;
  width: 32.8%;
  background-color: #a99da3;
  font-size: 9px !important;
  float: left;
  margin-left: 0.5%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.radio-fondos label:hover,
.radio-fondos2 label:hover {
  cursor: pointer;
}

.radio-fondos label span {
  float: left;
  margin-top: 3px;
  margin-left: 1px;

}


.radio-fondos2 {
  margin-top: 2px;
  height: auto;
  /*background-color: #FBDEE6;*/
  padding: 2px 0px;
  /*5*/
}

.radio-fondos2 label {
  display: block;
  width: 32.8%;
  color: #88697B !important;
  background-color: #d9cfcf;
  font-size: 9px !important;
  float: left;
  margin-left: 0.5%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.radio-fondos2 label span {
  float: left;
  margin-top: 3px;
  margin-left: 1px;
}

.bar-radios {
  background: #88697B;
  width: 100%;
  height: 2px;
}

.bar-radios-2 {
  background: #b7a7a7;
  width: 100%;
  height: 2px;
}

.container-popup {
  width: 150px;
}

.container-popup div.submenu {
  color: #F8DEE6;
  font-size: 11px !important;
  display: block;
  transition: all 0.5s ease-in;
  padding: 0px 2px;
  clear: both;
}

.container-popup div.submenu:hover {
  color: #FFF;
  cursor: pointer;
}

.container-popup div.submenu:hover>span.dot-a66 {
  background-color: #fff;
  cursor: pointer;
}

.dot-a66 {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  border: 1px solid #F8DEE6;
  transition: all 0.5s ease-in;
  float: left;
  margin: 2px;

}

.dot-a66-text {
  float: left;
  margin-top: 3px;
  display: block;
}

.title-popup {
  color: #Fff;
  font-size: 14px !important;
  font-weight: bold;
  padding: 5px 3px;
}

.leaflet-popup-content {
  margin: 5px 5px !important;
}

.leaflet-popup-content-wrapper {
  background: rgba(136, 105, 123, 0.7) !important;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  box-shadow: none !important;
}

.leaflet-popup-content-wrapper .badge {
  font-size: 12px !important;
}

.leaflet-popup-tip {
  background: rgba(136, 105, 123, 0.5) !important;
}

.container-charts {  
  margin: 30px 5px 5px 5px;
  overflow: auto;
  background-color: #fff;
  width: 100%;
}

.container-charts h4 {
  color: #88697B;
  text-align: center;
  font-size: 12px;
}

.container-charts h3,
.container-charts h6 {
  color: #88697B;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.chart-box3 {
  width: 80%;
  height: 400px;
  float: right;
  overflow: auto;
}

#chartdiv-bar {
  width: 100%;
  height: 400px;
  float: left;
}

#chartdiv-pie {
  width: 100%;
  height: 400px;
  float: right;
}

#chartdiv-doble {
  width: 100%;
  height: 400px;
  float: left;
}

#chartdiv-resumen {
  padding-top: 25px;
  width: 100%;
  float: left;
}

#chartdiv-resumen h1 {
  font-size: 14px;
  color: #855D5D;
  margin-bottom: 3px;
  font-weight: 600;
}

#chartdiv-resumen span {
  font-size: 12px;
  color: #B89A9A;
  display: block;
  font-style: italic;
}

#chartdiv-resumen b {
  color: #B31F6D;
  font-size: 20px;
  display: block;
  font-style: italic;
  font-weight: 100;
}

#footer-copyright {
  position: absolute;
  z-index: 101;
  bottom: 0px;
  width: 100%;
}

#footer-copyright p {
  font-size: 12px;
  text-align: right;
  color: #AE9DB9;
  margin-right: 20px;
}

.btn-close {
  width: 12px;
  height: 12px;
  padding: 3px;
  color: #F5F5F5;
  float: right;
}

.btn-close:hover {
  cursor: pointer;
}

.btn-close-tooltip {
  width: 12px;
  height: 12px;
  padding: 3px;
  color: #F5F5F5;
  float: right;
  display: block;
}

.btn-close-tooltip:hover {
  cursor: pointer;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 12px !important;
  padding: 6px 14px;
}

.title-map-depto {
  font-size: 15xp;
  color: #FFF;
  position: absolute;
  z-index: 101;
  padding: 10px;
  top: 1px;
  right: 35px;
  width: 100px;
  text-align: right;
}

.box-legend {
  position: absolute;
  z-index: 99;
  background: none;
  padding: 3px;
  border-radius: 3px;
  width: 175px;
  display: block;
  font-size: 10px;
  height: 100px;
  color: #c3bdbd;
}

.box-legend-background {}

.box-legend-background div {
  width: 135px;
  text-align: right;
  float: right;
  padding-right: 5px;

}


.box-legend-bubble {
  clear: both;
  margin-top: 10px;
}

.box-legend-bubble div {
  width: 135px;
  text-align: right;
  float: right;
  padding-right: 5px;
  display: block;
}

.box-legend-bubble-img {
  width: 30px;
  height: 30px;
  float: right;
}

.box-legend-background-img {
  width: 30px;
  height: 110px;
  float: right;
}

.box-legend-item {
  clear: both;
  float: right;
  width: 15px !important;
  height: 9px;
  border: 1px solid #ccc;
}

.select-gestion {
  margin-top: 50px;
  position: absolute;
  z-index: 100;
  top: 5px;
  left: 5px;
}

.select-gestion select {
  color: #B69EAC;
  border: 1px solid #B69EAC;
  appearance: button;
  outline: none;
}

.select-gestion select::after {
  color: #B69EAC;
  border: 1px solid #B69EAC;
}

.select-gestion select::before {
  color: #B69EAC;
  border: 1px solid #B69EAC;

}

.select-gestion select:focus {
  color: #B69EAC;
}

.preload {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 102;
  top: 0px;
  left: 0px;
  display: none;
}

.box-preload {
  margin-top: 75px;
  width: 60px;
  height: 30px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-preload {
  height: 15px;
  width: 40px;
  display: flex;
  position: relative;
}

.container-preload .circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #B69EAC;
  animation: move 500ms linear 0ms infinite;
  margin-right: 10px;
}

.container-preload .circle:first-child {
  position: absolute;
  top: 0;
  left: 0;
  animation: grow 500ms linear 0ms infinite;
}

.container-preload .circle:last-child {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  animation: grow 500ms linear 0s infinite reverse;
}

.modal-detail {
  background-color: rgba(135, 115, 124, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 15px;
  z-index: 10000000;
  display: none;

}

.container-detail {
  background-color: #fff;
  overflow: auto;
}

.container-detail::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #F5F5F5;
}

.container-detail::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}

.container-detail::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
  background-color: #C4B3AD;
}

.container-charts::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #F5F5F5;
}

.container-charts::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}

.container-charts::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
  background-color: #C4B3AD;
}


/*
menu
*/
.sidebar-btn {
  display: inline-block;
  min-height: 60;
  width: 110px;
  background-color: none;
  position: fixed;
  z-index: 1001;
  top: 0px;
  right: 0px;
  padding: 15px 15px;
  background: rgba(135, 115, 124, 0);
  color: #fff;
  font-size:14px;
}

.sidebar-btn:hover {
  cursor: pointer;
}

.sidebar-navigation {
  display: none;
  /*min-height: 100vh;*/
  width: 240px;
  background-color: #55a5c5c4;
  position: fixed;
  z-index: 1001;
  top: 62px;
  right: 0px;
  padding: 10px;
}

.sidebar-navigation ul {
  color: white;
  padding: 0px;
  margin: 0px;
}

.sidebar-navigation ul li {
  padding: 2px 0;
  cursor: pointer;
  transition: all ease-out 120ms;
  list-style: none;
  clear: both;
}

.sidebar-navigation ul li i {
  display: block;
  font-size: 14px;
  transition: all ease 450ms;
  float: right;
}

.sidebar-navigation ul li .tooltip {
  color: #fff;
  position: absolute;
  background-color: #ffabc7;
  padding: 3px;
  margin-top: -18px;
  right: 35px;
  opacity: 1;
  visibility: visible;
  font-size: 12px;
}


.sidebar-navigation ul li:hover {}

.sidebar-navigation ul li:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.sidebar-navigation ul li.active {}

.sidebar-navigation ul li.active i {
  /* color: #98D7EC;*/
}

.sidebar-navigation a {
  text-decoration: none;
  color: #fff;
  text-align: right;
  float: right;
}

.sidebar-navigation a span {
  margin-right: 8px;
  font-size: 12px;
}

.sidebar-navigation a:hover>span {
  text-shadow: 0 0 5px #fff;

}

.sidebar-navigation a:hover>i {
  background: #ffffffcc;
}


.fa-circle110 {
  width: 28px;
  height: 28px;
  margin-top:-8px;
  background: #55A5C5;
  display: block;
  float: right;
  border-radius: 50%;
  border: 3px solid#ffffff;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-family: Calibri !important;
}


.fa-circle110-close {
  width: 20px;
  height: 20px;
  background: #fff;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  font-family: Calibri !important;
  line-height:2;
}

.fa-circle111 {
  width: 15px;
  height: 15px;
  background: none;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 14px;
  text-align: center;
  color: #ff5d93;

}

.fa-circle111-close {
  width: 15px;
  height: 15px;
  background: #fff;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
}

#top-bar {
  height: 50px;
  background-color: #AE9DBA;
  color: #fff;
  position: absolute;
  z-index: 998;
  width: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
}

#top-bar ul {
  padding: 0px;
  list-style: none;
  width: 290px;
  margin: 0px auto;
}

#top-bar ul li {}

#top-bar ul li a {
  padding: 16px;
  float: left;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: auto;
  font-size: 14px;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#top-bar ul li a:hover {
  background-color: #947097ad;
}


.chartdiv-resumen-container {
  width: 15%;
  float: left;
}

.chartdiv-bar-container {
  width: 32%;
  float: left;
}

.chartdiv-doble-container {
  width: 32%;
  float: left;
}

.chartdiv-pie-container {
  width: 20%;
  float: left;
}

.js-typeahead {
  color: #855D5D !important;
}

.typeahead__display {
  color: #855D5D !important;
}

@keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 0;
  }

  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes move {
  from {
    transform: translateX(0px);
  }

  to {
    transform: translateX(15px);
  }
}

.menu-small {
  top: 65px;
  right: 0px;
  position: fixed;
  z-index: 999;
  width: 200px;
  padding: 3px;
  background: #AB96A2;
  display: block;
}

.menu-small nav {
  overflow: auto;
}

.menu-small a {
  color: rgba(48, 29, 29, 0.8);
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 500;
  transition: color 0.3s;
  display: block;
  padding: 8px;
}

.menu-small a:hover {
  color: rgba(255, 255, 255, 1);
}

.menu-small ul {
  padding: 10px 0px;
  border-left: 1px dotted #FFF;
}

.menu-small li {
  list-style: none;
}

.btn-menu {
  width: 250px;
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  color: #fff;
  background: #AB96A2;
  top: 63px;
  right: 0px;
  position: fixed;
  z-index: 999;
  display: none;
}

.btn-menu div {
  width: 16px;
  height: 30px;
  padding: 10px 0px 10px 5px;
  background: #AB96A2;
  color: #fff;
  font-size: 25px;
}

.btn-menu:hover {
  cursor: pointer;
}

.menu-active {
  color: #FFCF00 !important;
}

/*typeahead replace*/

.typeahead__container {
  position: relative;
  font: 12px Calibri;
}

.active2 {
  background: #85567854;
}
.powerBI-pc{
  display: block;
}
.powerBI-mobile{
  display: none;
}

@media only screen and (max-width: 1400px) {
  .radio-fondos label {
    display: block;
    width: 32.8%;
    background-color: #a99da3;
    font-size: 8px !important;
    float: left;
    margin-left: 0.5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .radio-fondos2 label {
    display: block;
    width: 32.8%;
    color: #88697B !important;
    background-color: #d9cfcf;
    font-size: 8px !important;
    float: left;
    margin-left: 0.5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .title-popup {
    color: #Fff;
    font-size: 11px !important;
    font-weight: bold;
    padding: 5px 3px;
  }

  .container-popup div.submenu {
    color: #F8DEE6;
    font-size: 10px !important;
    display: block;
    transition: all 0.5s ease-in;
    padding: 0px 2px;
    clear: both;
  }

  .box-legend {
    position: absolute;
    z-index: 99;
    background: none;
    padding: 3px;
    border-radius: 3px;
    width: 165px;
    display: block;
    font-size: 8px !important;
    height: 75px;
    color: #c3bdbd;
  }

  .box-legend-background {}

  .box-legend-background div {
    width: 135px;
    text-align: right;
    float: right;
    padding-right: 5px;
  }

  .box-legend-bubble {
    clear: both;
    margin-top: 10px;
  }

  .box-legend-bubble div {
    width: 135px;
    text-align: right;
    float: right;
    padding-right: 5px;
    display: block;
  }

  .box-legend-bubble-img {
    width: 23px;
    height: 23px;
    float: right;
  }

  .box-legend-background-img {
    width: 30px;
    height: 110px;
    float: right;
  }

  .box-legend-item {
    clear: both;
    float: right;
    width: 14px !important;
    height: 8px;
    border: 1px solid #ccc;
  }
}


@media only screen and (max-width: 1100px) {

  .buttons-opciones .btn-brush-bol {
    display: block;
  }
  .leaflet-speechbubble {
    display: none !important;
  }

  .box-municipios {
    display: none;
  }

  .container-charts {
    float: none;
    display: block;
    overflow: auto;
    
  }

  .chartdiv-resumen-container {
    width: 98%;
    float: none;
  }

  .chartdiv-bar-container {
    width: 98%;
    float: none;
  }

  .chartdiv-doble-container {
    width: 98%;
    float: none;
  }

  .chartdiv-pie-container {
    width: 98%;
    float: none;
  }

  .menu-small {
    top: 65px;
    right: 0px;
    position: fixed;
    z-index: 999;
    width: 200px;
    background: #AB96A2;
    display: block;
  }

  .btn-menu {
    width: 250px;
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    color: #fff;
    background: #AB96A2;
    top: 63px;
    right: 0px;
    position: fixed;
    z-index: 999;
    display: block;
  }
  
 

}

@media only screen and (max-width: 768px) {
.powerBI-pc{
    display: none;
  }
  .powerBI-mobile{
    display: block;
  }
  .sidebar-btn {
    display: inline-block;
    min-height: 60;
    width: 100px;
    background-color: none;
    position: fixed;
    z-index: 1001;
    top: 0px;
    right: 0px;
    padding: 15px 15px;
    background: rgba(135, 115, 124, 0.8);
    color: #fff;
  }
  .box-preload {
    margin-top: 35px;
    padding-left: 10px;
    width: 60px;
    height: 30px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #top-bar {
    display: none;
  }

  .leaflet-speechbubble {
    display: none !important;
  }

  .radio-fondos {
    float: left;
    overflow: auto;
    background: #a99da3;
  }

  .radio-fondos2 {
    margin-top: 0px;
    float: right;
    overflow: auto;
    background-color: #d9cfcf;
  }

  .radio-fondos label {
    display: block;
    width: 99%;
    background-color: #a99da3;
    font-size: 9px !important;
    float: left;
    margin-left: 0.5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .radio-fondos2 label {
    display: block;
    width: 99%;
    color: #88697B !important;
    background-color: #d9cfcf;
    font-size: 8px !important;
    float: left;
    margin-left: 0.5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .box-opciones form {
    display: block;
    width: 50%;
  }

  #form-fondos {
    float: left;
    ;
  }

  #form-bubbles {

    float: right;
  }

  .box-opciones {
    height: auto;
    overflow: visible;
    position: absolute;
    bottom: 0px;
    z-index: 101;
    left: 0px;
  }

  .container-charts {
    
    display: block;
    overflow: auto;
  }

  .select-gestion {
    margin-top: 0px;
    position: absolute;
    z-index: 100;
    top: 15px;
    left: 15px;
  }
}