.popup-panel, .popup-panel-sim {
  z-index: 9999999;
  background-color: #0006;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.popup {
  width: 90%;
  position: absolute;
  top: 25vh;
  left: 50%;
  transform: translate(-50%);
}

header #close-share {
  cursor: pointer;
  background: #f2f3fb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  display: flex;
}

header .close-share:hover {
  background: #ebedf9;
}

.icons i {
  height: 2rem;
  color: #e5e5e5 !important;
  font-size: 1.5rem !important;
}

.icons > a {
  cursor: pointer;
  border: 1px solid #d3d3d3;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 3rem !important;
  height: 3rem !important;
}

@media (width >= 576px) {
  .popup {
    width: 30vw !important;
  }
}

@media (width <= 1280px) {
  #div-popup-instalacion {
    position: absolute;
    top: 12%;
    left: 54%;
    width: 40vw !important;
  }

  #div-popup-consumo {
    position: absolute;
    top: 12%;
    left: 54%;
    width: 43vw !important;
  }
}
/*# sourceMappingURL=index.19f98620.css.map */
