* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:Arial, Helvetica, sans-serif;
}


.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100vw; 
  height: 100vh;
}

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  margin-top: 5rem;
  max-width: 850px;
  padding: 0 1rem;
}

.img-container {
  margin-bottom: 7.5vh;
}

.img-container .teleo {
  width: 220px;
}
.img-container .ortif {
  width: 161px;
}
.img-container .enovacom {
  width: 296px;
}

.logo-bottom .enovacom {
  width: 150px;
}
.logo-bottom .teleo {
  width: 96px;
}
.logo-bottom .ortif {
  width: 70px;
  margin-bottom: 7px;
  margin-left: 15px;
}


.title-container {
  margin-bottom: 8vh;
}

.title-page {
  color: #000000de;
  letter-spacing: 0.25px;
  font-size: 24px;
  opacity: 1;
}

.text-container {
  margin-bottom: 4vh;
  text-align: center;
}

.explanation-text {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.8;
  color: #000000;
  opacity: 1;
  padding-bottom: 5vh;
}


.img-top-container {
  width: 100px;
}

.img-top-left {
  top: 200px;
  left: 12px;
  position: fixed;
  object-fit: contain;
  width: 300px;
}

.img-top-left.point {
  z-index: 10;
  transform: translate(-20px, 10px);
}

.img-top-left.prise {
  z-index: 11;
  transform: scale(2) translate(-20%, 30px);
}


.img-bottom-container {
  width: 100px;
}

.img-bottom-right {
  bottom:430px;
  right:12px;
  position: fixed;
  object-fit: contain;
  width: 300px;
}

.img-bottom-right.point {
  z-index: 10;
}


.img-bottom-right.prise {
  z-index: 11;
  transform: scale(2) translate(35%, -53px)
}

/* Ubuntu font family */
@font-face {
  font-family: "ubunturegular";
  src: url(../font/ubuntu-regular-webfont.woff2) format("woff2"),
    url(../font/ubuntu-regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}


@media only screen and (max-width: 980px) {
  .img-bottom-container, .img-top-container {
    display: none;
  }
}
