.mt-alerts {
  position: fixed;
  z-index: 2;
}

.circle {
  border-radius: 50%;
}

.network-icon {
  font-size: 2.5rem;
}

.no-border {
  border: none;
}

.div-big-button {
  height: 3.5rem;
  background-color: #9e848d;
  color: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.8rem;
  cursor: pointer;
}

.div-big-button-selected {
  background-color: white;
  color: #474242;
  border-style: solid;
  height: 3.5rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.8rem;
  cursor: pointer;
}

.width-10rem {
  width: 10rem;
}

.packet-cover {
  background-image: url("../images/landing/fondo-xs.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 8rem !important;
}
