.spinner-wrapper {
  background-color: #d5d5d5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}

hr {
  width: 80%;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
}

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

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

.agenda-iframe {
  width: 100%;
  height: calc(100vh - 50px);
  border: 0;
  margin-top: 0;
  background-color: #000;
}

.agenda {
  width: 100%;
  height: calc(100vh - 50px);
  background-color: #000;
}

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

.video-box {
  cursor: pointer;
}

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

.area-s-cor {
  background: linear-gradient(136deg, rgb(0,6,27) 0%, rgb(5,0,255));
}

.sc-texto {
  color: #fff;
}

.sc-equipamento {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}

.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%;
}

.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;
}

