.webcam-container {
  width: 100%;
  display: flex;
  z-index: 100;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.webcam-body {
  top: 15vh;
  flex: 0 0 auto;
  left: 0vw;
  width: 100%;
  height: 68vh;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.webcam-text {
  top: 2vh;
  left: 2vh;
  color: var(--dl-color-gray-500);
  position: absolute;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
}
.webcam-image {
  top: 5vh;
  width: 640px;
  height: 360px;
  position: absolute;
  object-fit: cover;
}
.webcam-end {
  flex: 0 0 auto;
  width: 100%;
  bottom: 0vh;
  height: 5vh;
  display: flex;
  position: absolute;
  align-items: flex-start;
  background-color: #000000;
}
.webcam-text01 {
  left: 1vw;
  color: var(--dl-color-gray-500);
  position: absolute;
  align-self: center;
}
.webcam-text02 {
  color: var(--dl-color-gray-500);
  right: 1vw;
  position: absolute;
  align-self: center;
}
.webcam-banner {
  top: 10vh;
  flex: 1;
  width: 100vw;
  height: 5vh;
  display: flex;
  position: absolute;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #2C4B7D;
}
.webcam-navbar-interactive {
  top: 0vh;
  left: 3vw;
  width: auto;
  bottom: 0vh;
  height: auto;
  margin: auto;
  display: flex;
  position: absolute;
  align-self: center;
  align-items: center;
  justify-content: space-between;
}
.webcam-desktop-menu {
  display: flex;
  position: relative;
}
.webcam-nav {
  top: 0vh;
  flex: 0 0 auto;
  left: 0vw;
  color: #c3c2c2;
  width: 94vw;
  bottom: 0vh;
  height: 5vh;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: row;
}
.webcam-home {
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  text-decoration: none;
}
.webcam-home:hover {
  color: #ede9e9;
}
.webcam-home:active {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
}
.webcam-azienda {
  transition: 0.3s;
  margin-left: 2vw;
  text-decoration: none;
}
.webcam-azienda:hover {
  color: #ede9e9;
}
.webcam-azienda:active {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
}
.webcam-webcam {
  color: #ffffff;
  transition: 0.3s;
  margin-left: 2vw;
}
.webcam-webcam:hover {
  color: #ede9e9;
}
.webcam-webcam:active {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
}
.webcam-contatti {
  transition: 0.3s;
  margin-left: 2vw;
  text-decoration: none;
}
.webcam-contatti:hover {
  color: #ede9e9;
}
.webcam-contatti:active {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
}
.webcam-area-privata {
  right: 0px;
  position: absolute;
  min-width: 100px;
  text-align: right;
  transition: 0.3s;
  text-decoration: none;
}
.webcam-area-privata:hover {
  color: #ede9e9;
}
.webcam-area-privata:active {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
}
.webcam-text03:hover {
  color: #ede9e9;
}
.webcam-text03:active {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
}
.webcam-header {
  width: 100vw;
  height: 10vh;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  justify-content: flex-end;
}
.webcam-image1 {
  top: 0vh;
  flex: 0;
  left: 3vw;
  width: 20vw;
  height: 9vh;
  position: absolute;
  min-width: 200px;
  align-self: flex-start;
  margin-top: 0.5vh;
  min-height: 50px;
}
.webcam-info {
  top: 1vh;
  right: 3vw;
  width: 20vw;
  height: 8vh;
  position: absolute;
  font-size: 14px;
  align-self: flex-start;
  text-align: right;
}
.webcam-link {
  text-decoration: underline;
}
.webcam-bottom {
  right: 0px;
  width: 100vw;
  bottom: 5vh;
  height: 20vh;
  display: flex;
  position: absolute;
  align-items: flex-start;
  background-color: #192c48;
}
.webcam-text12 {
  top: 3vh;
  left: 3vw;
  color: #ffffff;
  position: absolute;
  font-size: 25px;
  font-style: normal;
  text-align: left;
  font-weight: 500;
}
.webcam-text13 {
  top: 10vh;
  left: 3vw;
  color: rgb(88, 133, 188);
  width: 80%;
  position: absolute;
  align-self: center;
}
@media(max-width: 767px) {
  .webcam-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .webcam-desktop-menu {
    display: none;
  }
  .webcam-header {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
}
@media(max-width: 479px) {
  .webcam-container {
    justify-content: flex-start;
  }
  .webcam-image {
    top: 10vh;
    width: 384px;
    height: 216px;
  }
  .webcam-text01 {
    width: 50vw;
  }
  .webcam-text02 {
    width: 48vw;
    text-align: right;
  }
  .webcam-banner {
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .webcam-navbar-interactive {
    left: 1.5vw;
    padding: var(--dl-space-space-unit);
  }
  .webcam-desktop-menu {
    display: flex;
  }
  .webcam-area-privata {
    right: 2vw;
    position: absolute;
    min-width: 50px;
  }
  .webcam-header {
    padding: var(--dl-space-space-unit);
  }
  .webcam-image1 {
    top: 2vh;
    left: 1vw;
    width: 40vw;
    height: 6vh;
    margin: auto;
    min-width: 40vw;
    min-height: 6vh;
  }
  .webcam-info {
    right: 0.5vw;
    width: 60vw;
    font-size: 15px;
  }
  .webcam-link {
    text-decoration: underline;
  }
  .webcam-bottom {
    right: 0px;
    width: 100%;
    height: 25vh;
  }
  .webcam-text13 {
    top: 7vh;
    width: 90%;
    bottom: 3vh;
    height: 15vh;
  }
}
