/* COR DE FUNDO LOGIN E OUTROS */

.cor-fundo {
  background: url("../../assets/img/fundo.jpg")center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* SÍNDICO */

.area-s-cor {
  background: linear-gradient(136deg, rgb(49,146,172) 0%, rgb(40,172,227));
}

.sc-texto {
  color: #fff;
}

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

.sc-equipamento:hover {
  color: #d4d4d4;
}

/* MENU */

.menu {
  background-color: #ffffff !important;
}

.menu-font {
  color: #616160 !important;
}

#transmenu.transparency .menu-font {
  color: #000000 !important;
}

/* MENU 2 */

.menu-2 {
  background-color: #ffffff !important;
}

.menu-2 .menu-font {
  color: #616160 !important;
}

/* EMPREENDIMENTO LOGO AREA */

.logo-area .logo-cor {
  /*background: #00000080;*/
}

/* SESSÕES */

.cor-1 {
  background: linear-gradient(136deg, rgb(49,146,172) 0%, rgb(40,172,227));
  color: #fff !important;
}

.cor-2 {
  background-color: #ffffff;
  color: #000000 !important;
}

/* INSTALAR */

.cor-instalar-celular {
  background: linear-gradient(136deg, rgb(49,146,172) 0%, rgb(40,172,227));
  color: #fff;
}

.cor-instalar {
  background: #dedede;
  color: #000;
}

.card:hover {
  box-shadow: 2px 2px 2px #888888;
}

