/* INSTALAR */

.inst-img1 {
  height: 300px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
}

.inst-img2 {
  width: 130px;
  position: absolute;
  left: 7px;
  margin: auto;
  padding-top: 90px;
  right: 0;
}

/* cor da fonte menu */

.nav-link {
  font-weight: 500;
}

/* OUTROS */

.text-link {
  color: #fff;
  text-decoration: none;
}

.text-link:hover {
  color: #fff;
  text-decoration: none;
}

.icon_s {
  width: 28px;
}

.modal {
  background-color: #00000070;
}

.mapa {
  width: 100%;
  height: 400px;
  background-color: #000;
}

.mapa-iframe {
  width: 100%;
  height: 400px;
  border: 0;
  margin-top: 0;
  background-color: #000;
}

.mt-90px {
  margin-top: 90px;
}

/* MENSAGEM */

.not-msg {
  text-align: center;
  background: #fff;
  padding: 10px;
  font-size: 18px;
  border-radius: 2px;
}

.msg-item {
  position: relative;
  cursor: pointer;
}

.msg-item div {
  width: calc(100% - 60px);
}

.msg-item time {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 2px;
}

.msg-lida {
  background: #dadada;
}

/* EMAIL MODAL */

.alertModal {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffffc7;
}

.alertModal .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
}

.alertModal .text {
  position: absolute;
  width: 100%;
  top: 50%;
}

/* VIDEO */

.video-box {
  cursor: pointer;
}

.video-box:hover {
  box-shadow: 5px 4px 4px #b3b3b3;
}

/* MSG */

.novaMsg {
  height: 10px;
  width: 10px;
  background: #ff2c1d;
  border-radius: 50%;
  margin: 0;
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

/* Solicitação */

.box-branco {
  background: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

#modalBody {
  white-space: pre-wrap;
}

.iframe-garantia {
  min-height: calc(100vh - 67px);
}

.selecionaTorre {
  width: 100%;
  text-align: center;
  padding: 9px;
  font-size: 20px;
}

.modaliosInstall {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.modalGoogleInstall {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.seta_install {
  width: 27px;
  position: absolute;
  right: 15%;
}

.border-sigma {
  border-right: 2px solid #ff0000;
  height: 70%;
}

