@charset "utf-8";
@font-face {
    font-family: "Pelinka";
    src:url(../fonts/Pelinka-Bold.otf);
}

@font-face {
    font-family: "Montserrat Bold";
    src:url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: "Montserrat Medium";
    src:url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: "Montserrat Regular";
    src:url(../fonts/Montserrat-Regular.ttf);
}

body {
  color: #0b1957;
  /* font-family: "Pelinka"; */
}

.main-omni-ws-h1 {
  font-size: 32px;
  font-weight: 400;
  margin-top: 10vh;
  margin-bottom: 2vh;
  font-family: "Pelinka";
}

.main-omni-ws-p {
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 500;
}

.main-img-omni-ws {
  width: 100%;
  margin-top: 3vh;
}

/* section video */

.div-omni-ws-video {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-omni-ws-video {
  font-family: "Montserrat Regular";
  font-size: 19px;
  font-weight: 500;
}

.div-omni-ws-video h2 {
  font-size: 26px;
  font-weight: 400;
  font-family: "Pelinka";
}

.col-video-report-omni-ws {
  display: flex;
  align-items: center;
  justify-content: end;
}

/* section form */

.row-unic-report-omni-ws {
  margin-top: 15vh;
  margin-bottom: 10vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
}

/* section interface */

.omni-ws-interface-h2 {
  margin-bottom: 5vh;
  font-size: 26px;
  font-weight: 400;
  font-family: "Pelinka";
}

#col-omni-ws-interface1 {
  background-position: 90% 90%;
  background-repeat: no-repeat;
}

#col-omni-ws-interface2 {
  background-image: url(../assets/omni-place-interface-back-img-2.svg);
  background-position: 90% 90%;
  background-repeat: no-repeat;
}

#col-omni-ws-interface3 {
  background-image: url(../assets/omni-place-interface-back-img-3.svg);
  background-position: 90% 90%;
  background-repeat: no-repeat;
}

#col-omni-ws-interface4 {
  background-image: url(../assets/omni-place-interface-back-img-4.svg);
  background-position: 90% 90%;
  background-repeat: no-repeat;
}

#col-omni-ws-interface5 {
  background-image: url(../assets/omni-place-interface-back-img-5.svg);
  background-position: 90% 90%;
  background-repeat: no-repeat;
}

#col-omni-ws-interface6 {
  background-image: url(../assets/omni-place-interface-back-img-6.svg);
  background-position: 90% 90%;
  background-repeat: no-repeat;
}

#col-omni-ws-interface7 {
  background-image: url(../assets/omni-place-interface-back-img-7.svg);
  background-position: 90% 90%;
  background-repeat: no-repeat;
}


.col-omni-ws-interface {
  border-radius: 20px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  background: rgba(251, 251, 251, 1);
  margin: 15px;
  padding: 25px;
  height: 300px;
}

.col-omni-ws-interface h3, .col-omni-ws-interface-s h3 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 1vh;
  margin-bottom: 2vh;
  font-family: "Pelinka";
}

.col-omni-ws-interface p, .col-omni-ws-interface-s p {
  font-family: "Montserrat Regular";
  font-size: 16px;
  font-weight: 500;
}

.row-omni-ws-interface-separate {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-omni-ws-interface-s {
  max-width: 402px;
  border-radius: 20px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  background: rgba(251, 251, 251, 1);
  margin: 15px;
  padding: 25px;
  height: 300px;
}

/* section channel */

.omni-ws-channel-h2 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 5vh;
  margin-bottom: 5vh;
  font-family: "Pelinka";
}

.col-channel-message {
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 10px;
  padding: 10px;
  min-width: 100px;
}

.col-channel-message img {
  margin-right: 1vw;
}

.col-channel-message h3 {
  display: flex;
  align-items: center;
  font-family: "Pelinka";
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.unic-report-analitic-demo {
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(11, 25, 86, 1);
  color: rgba(233, 243, 255, 1);
  font-family: "Montserrat Regular";
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 60px;
  transition: 0.3s;
  border: none;
}

.unic-report-analitic-demo:hover {
  background-color: transparent;
  color: #0b1957;
  border: none;
  transition: 0.3s;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}

/* section appeal */

  @media only screen and (max-width: 576px) {
  .main-omni-ws-h1 {
    font-size: 28px;
    margin-top: 3vh;
  }
  .col-main-img {
    display: flex;
    justify-content: center;
  }

  .main-omni-ws-p {
    font-size: 16px;
  }
  .row-unic-report-omni-ws {
    margin-top: 5vh;
    margin-bottom: 3vh;
  }
  .p-omni-ws-video {
    font-size: 16px;
  }
  iframe{
    height: 100%;
  }
  /* interface */
  .omni-ws-interface-h2 {
    margin-bottom: 3vh;
  }
  .row-position-interface-col, .row-omni-ws-interface-separate {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .col-omni-ws-interface {
    width: 90%;
    min-height: 250px;
  }
  .col-omni-ws-interface-s {
    width: 90%;
    max-height: 250px;
  }
  .col-omni-ws-interface p, .col-omni-ws-interface-s p {
    font-size: 13px;
  }
  #col-omni-ws-interface1, #col-omni-ws-interface2, #col-omni-ws-interface3,
  #col-omni-ws-interface4,#col-omni-ws-interface5, #col-omni-ws-interface6, #col-omni-ws-interface7 {
    background-size: 100px;
  }
  /* channel */
    .omni-ws-channel-h2 {
      margin-bottom: 2vh;
      margin-top: 5vh;
    }
    .col-channel-message {
      width: 100%;
    }
    .row-channel-omni-ws-1 {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      width: 50%;
    }
    .row-channel-omni-ws {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      width: 50%;
      margin-left: 1px;
    }
    /* video-report */
    .col-video-report-analitic img {
      width: 100%;
    }
    .row-for-row-position-omni-ws {
      display: flex;
      justify-content: center;
    }
    .div-unic-report h2 { 
      font-size: 25px;
    }
    .div-unic-report p {
      font-size: 13px;
      margin-bottom: 10vh;
    }
    .div-unic-report a {
      font-size: 13px;
      bottom:  -20px;
    }
    .main-img-omni-ws {
      width: 100%;
      margin-top: 5vh;
    }
  }
    @media only screen and (min-width: 577px) and (max-width: 992px) {
    .main-img-omni-ws {
      width: 70%;
      margin-top: 0;
    }
    /* channel */
    .omni-ws-channel-h2 {
      margin-bottom: 2vh;
      margin-top: 5vh;
    }
    .col-channel-message {
      margin: 5px;
    }
    .row-for-row-position-omni-ws {
      display: flex;
      justify-content: end;
    }
    .row-channel-omni-ws-1 {
      padding: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
    .row-channel-omni-ws {
      padding: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin-left: 1px;
    }
    .col-channel-message img {
      width: 40px;
    }
    .col-channel-message h3 {
      font-size: 11px;
    }
    .main-row {
      display: flex;
      flex-direction: column!important;
    }
    .main-omni-ws-h1 {
      margin-top: 5vh;
    }
      /* interface */
    .row-position-interface-col {
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 1vh;
    }
    .omni-ws-interface-h2 {
      margin-bottom: 3vh;
    }
    .col-omni-ws-interface-s h3 {
      font-size: 20px;
      margin-bottom: 1vh;
    }
    .col-omni-ws-interface-s p {
      font-size: 17px;
    }
    .col-omni-ws-interface {
      width: 98%;
      max-height: 200px;
      padding: 15px;
    }
    .col-omni-ws-interface-s {
      min-width: 98%;
      max-height: 180px;
      padding: 15px;
    }
  #col-omni-ws-interface1, #col-omni-ws-interface2, #col-omni-ws-interface3,
  #col-omni-ws-interface4,#col-omni-ws-interface5, #col-omni-ws-interface6, #col-omni-ws-interface7 {
    background-size: 80px;
    margin-left: 0;
  }
      /* forma */
    .form-omni-container {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    .form-omni-h3-questions {
      margin-bottom: 3vh;
      font-size: 28px;
    }
    .form-omni-h4-questions, .form-omni-span {
      margin-bottom: 5vh;
      font-size: 23px;
    }
    .form-omni-input {
      margin-bottom: 1vh;
      height: 55px;
    } 
    .form-omni-a {
      height: 55px;
    }
    .form-omni-label {
      font-size: 17px;
      top: 15px;
      left: 15px;
    }
    .col-video-report-omni-ws {
      justify-content: center;
      margin-top: 3vh;
    }
    .row-unic-report-omni-ws {
      margin-top: 5vh;
      margin-bottom: 5vh;
    }
  }
  @media only screen and (min-width: 993px) and (max-width: 1365px) {
    .row-unic-report-omni-ws {
      margin-top: 7vh;
      margin-bottom: 5vh;
    }
    .main-omni-ws-h1 {
      margin-top: 5vh;
    }
    .div-omni-ws-video h2 {
      font-size: 22px;
    }  
    .p-omni-ws-video {
      font-size: 15px;
    }
    /* forma */
    .form-omni-container {
      display: flex;
      flex-direction: row;
      align-items: start;
    }
    .form-omni-h3-questions {
      font-size: 40px;
    }
    .form-omni-h4-questions {
      margin-bottom: 3vh;
    }
    .form-omni-input {
      height: 65px;
      margin-bottom: 1vh;
    }
    .form-omni-a {
      height: 65px;
    }
    .form-omni-label {
      font-size: 25px;
      top: 15px;
      left: 15px;
    }
    .div-unic-report p {
      margin-bottom:2vh;
    }
    .col-video-report-analitic img {
      width: 100%;
    }
    /* channel */
    .omni-ws-channel-h2 {
      margin-bottom: 1vh;
    }
    .col-channel-message img {
      width: 45px;
    }
    .col-channel-message h3 {
      font-size: 13px;
    }
    /* interface */
    .col-omni-ws-interface, .col-omni-ws-interface-s {
      width: 100%;
      min-width: 200px;
      max-height: 260px;
      padding: 15px;
    }
    #col-omni-ws-interface1, #col-omni-ws-interface2, #col-omni-ws-interface3,
    #col-omni-ws-interface4,#col-omni-ws-interface5, #col-omni-ws-interface6, #col-omni-ws-interface7 {
      background-size: 80px;
    }
    .col-omni-ws-interface-s {
      width: 280px;
    }
    .col-omni-ws-interface h3, .col-omni-ws-interface-s h3 {
      margin-bottom: 1vh;
    }
    .col-omni-ws-interface p, .col-omni-ws-interface-s p {
      font-size: 13px;
    }
    .omni-ws-interface-h2 {
      margin-bottom: 2vh;
    }
    .main-img-omni-ws {
      width: 100%;
      margin-top: 0;
    }
  }