body {
  font-family: calibri;
}

#box-sistema {
  bottom: 15%;
  width: 40%;
  left: 30%;
  display: block;
  position: absolute;
  z-index: 1000;
}

#box-logos {
  left: 30%;
  width: 40%;
  display: block;
  position: absolute;
  z-index: 1000;
  top: 15%;
}

/*
menu
*/

.sidebar-btn {
  display: inline-block;
  min-height: 60;
  width: 120px;
  background-color: none;
  position: fixed;
  z-index: 1001;
  top: 0px;
  right: 0px;
  padding: 15px 15px;
  background: rgba(135, 115, 124, 0);
  color: #fff;
}

.sidebar-btn:hover {
  cursor: pointer;
}

.sidebar-navigation {
  display: none;
  /*min-height: 100vh;*/
  width: 265px;
  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: 16px;
  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{
  cursor: pointer;
}

.sidebar-navigation a:hover > span{
  text-shadow: 0 0 5px #fff;

}
.sidebar-navigation a:hover > i{
background: ##55a5c5ab;
}

.fa-circle110 {
  width: 28px;
  height: 28px;
  background: #55A5C5ab;
  display: block;
  float: right;
  border-radius: 50%;
  border: 3px solid#ffffff;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-style: normal;
}

.fa-circle110-close {
  width: 15px;
  height: 15px;
  background: #fff;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
}

.fa-circle111 {
  width: 15px;
  height: 15px;
  background: none;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 12px;
  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: #ae9dba00;
  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: 15px;
  float: left;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: auto;
  font-size: 16px;
  -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: #998E8F;
}

.active2 {
  background: rgba(135, 115, 124, 0.1);
}

.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;
}
.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;
}

.powerBI-pc{
  display: block;
}
.powerBI-mobile{
  display: none;
}

@media (max-width: 1100px) {

  #box-sistema {
    bottom: 25%;
    width: 60%;
    left: 20%;
    display: block;
    position: absolute;
    z-index: 1000;
  }

  #box-logos {
    left: 20%;
    width: 60%;
    display: block;
    position: absolute;
    z-index: 1000;
    top: 15%;
  }
  .slides-pagination{
    bottom: 8% !important;
  }

}

@media (max-width: 768px) {
.powerBI-pc{
    display: none;
  }
  .powerBI-mobile{
    display: block;
  }
  #top-bar {
    display: none;
  }
  #box-sistema {
    bottom: 30%;
    width: 80%;
    left: 10%;
    display: block;
    position: absolute;
    z-index: 1000;
  }

  #box-logos {
    left: 10%;
    width: 80%;
    display: block;
    position: absolute;
    z-index: 1000;
    top: 15%;
  }
  .slides-pagination{
    bottom: 10% !important;
  }
  
  /* -----

.fixed-popup {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
    pointer-events: none; /* Evita que se pueda interactuar con el pop-up */
}

.fixed-popup img {
    width: 100%;
    height: auto;
}

.fixed-popup p {
    margin: 0;
    font-size: 14px;
    text-align: center;
}

}