.page-wrap {
  min-height: 100vh;
}


.avatar{
  width: 50px;
  height: 50px;
}

.dropdown-toggle::after {
  content: none !important;
}


.btn-toggle img{
  width: 45px !important;
}

.iconsMenu {
  width: 30px;
  margin: 10px;
}

.list-group-item{
  border-bottom: none !important;
}


.activeMenu::after {
  content: ' ';
  width: 2px;
  height: 100%;
  background-color: #e8522d;
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  box-shadow: 2px 0px 5px #e8522d;
}


.logoApp{
  width: 200px;
}


.icon-bar {
  width: 22px;
  height: 2px;
  background: black;
  margin: 2px;
  position: relative;
}


button#menu-toggle:focus {
  box-shadow: none;
}

.pointer{
  cursor: pointer;
}


.dashcardicon{
  font-size: 15pt;
}


.card-content{
  background-color: rgba(255, 255, 255, 0.45);
}

.fincaBack, .deviceBack, .citBack{
border: none;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
background-position: center;
background-size: cover;
}

.fincaBack:hover, .deviceBack:hover, .citBack:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.fincaBack{
  background-image: url('../images/bck/fincas.svg');
  
}

.deviceBack{
  background-image: url('../images/bck/dispositivos.svg');
}
.citBack{
  background-image: url('../images/bck/cit.svg');
}


.flechaTitulo {
      vertical-align: sub !important;
      font-size: 38px !important;
}


.ml-50{
  margin-left: 50px;
}

.iconHum{
  width: 20px;
  vertical-align: baseline;
}

.datosAmb{
  font-size: 30px !important;
  color: #3a353a;
  margin-left: 10px;
}

.recomendacionestxt{
  font-size: 25px !important;
  color: #3a353a;
  margin-left: 10px;
}

.iconList{
  vertical-align: middle;
  padding: 10px;
}

.ft-20{
  font-size: 20px;
}

.ft-70{
  font-size: 70px !important;
}

.imgCit{
  width: 100px;
}
