/* ************************************************* */
/* CSS PARA LAS VISTAS DE CADA APARTADO DEL HARDWARE */
/* ************************************************* */

.presentation{
  background-position: center;
  background-size: cover;
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: white;
}

.presentation-luminaires{
  background-image: linear-gradient(rgba(73, 116, 165, 0.596), rgba(0, 0, 0, 0.5)),
                    url("../img/hardware-background/luminaiesHeaderjpg.jpg");
}

.presentation-sensors{
  background-image: linear-gradient(rgba(73, 116, 165, 0.596), rgba(0, 0, 0, 0.5)),
                    url("../img/hardware-background/sensorsHeader.jfif");
}

.presentation-assetTags{
  background-image: linear-gradient(rgba(73, 116, 165, 0.596), rgba(0, 0, 0, 0.5)),
                    url("../img/hardware-background/headerLocators.jpg");
}

.presentation-roomControl{
  background-image: linear-gradient(rgba(73, 116, 165, 0.596), rgba(0, 0, 0, 0.5)),
                    url("../img/hardware-background/headerRoomControl.jpg");
}

.presentation-others{
  background-image: linear-gradient(rgba(73, 116, 165, 0.596), rgba(0, 0, 0, 0.5)),
                    url("../img/hardware-background/othersHeader.png");
}
