@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  text-decoration: none; }

body {
  min-height: 100vh;
  font-family: Ubuntu, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.hidden {
  width: 100%;
  height: 1px !important;
  visibility: hidden !important; }

div.container {
  width: 1200px;
  height: auto;
  margin: 0 auto; }

header {
  width: 100%;
  height: auto; }
  header div#top-bar {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #343a40;
    color: #fff; }
    header div#top-bar .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      header div#top-bar .container span b {
        color: #32dbc6; }
      header div#top-bar .container span.top-left span {
        margin-right: 10px; }
      header div#top-bar .container span.top-left a {
        color: #32dbc6; }
      header div#top-bar .container span.top-right i {
        margin: 0 5px; }
      header div#top-bar .container span.top-right a {
        color: #fff; }
  header div#top-menu {
    width: 100%;
    height: 100px;
    -webkit-box-shadow: 0px 15px 10px -15px #ccc;
            box-shadow: 0px 15px 10px -15px #ccc;
    background-color: #fff; }
    header div#top-menu .container {
      height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    header div#top-menu div.logo {
      font-size: 36px; }
      header div#top-menu div.logo i.open-menu {
        display: none !important; }
    header div#top-menu div.links i.close-menu {
      display: none !important; }
    header div#top-menu div.links a {
      color: #000;
      padding: 0 20px;
      font-size: 16px; }
      header div#top-menu div.links a.active {
        color: #32dbc6; }
    header div#top-menu.sticky {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999; }

section {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 130px;
  padding-bottom: 10px; }
  section:nth-child(even) {
    background-color: #f8f9fa; }
  section .section-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px; }

section.welcome {
  width: 100%; }
  section.welcome .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  section.welcome div.text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    section.welcome div.text span {
      width: 100%;
      text-align: center;
      font-size: 36px; }
    section.welcome div.text small {
      margin: 20px 0; }
  section.welcome div.youtube {
    width: 570px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.welcome div.youtube iframe:nth-child(1) {
      width: 100%;
      margin-bottom: 10px; }
    section.welcome div.youtube iframe:nth-child(2) {
      width: calc(50% - 3px) !important;
      margin-right: 3px; }
    section.welcome div.youtube iframe:nth-child(3) {
      width: calc(50% - 2px) !important;
      margin-left: 2px; }

section.products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  section.products div.products {
    width: 100%;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    section.products div.products a {
      display: block;
      width: 32%;
      height: auto; }
      section.products div.products a img {
        max-width: 100%;
        margin-bottom: 20px; }

section.references {
  width: 100%;
  height: auto;
  padding: 0 50px;
  padding-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  section.references div.references {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    section.references div.references img {
      width: 12%;
      margin-bottom: 20px; }

section.about {
  width: 100%; }
  section.about span {
    line-height: 150%; }

section.contact {
  width: 100%; }
  section.contact .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  section.contact div.form {
    width: 50%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    background-color: #fff;
    border: solid 1px #eee;
    border-radius: 5px; }
    section.contact div.form form {
      width: 100%; }
      section.contact div.form form div.form-line {
        width: 100%;
        height: auto;
        margin-bottom: 20px; }
        section.contact div.form form div.form-line span {
          width: 100%;
          height: 30px;
          display: block; }
        section.contact div.form form div.form-line input {
          width: 100%;
          height: 40px;
          border: solid 1px #eee;
          border-radius: 4px;
          text-indent: 10px; }
          section.contact div.form form div.form-line input:focus {
            border-color: #32dbc6;
            outline: #32dbc6; }
        section.contact div.form form div.form-line textarea {
          width: 100%;
          max-width: 100%;
          min-width: 100%;
          min-height: 120px;
          border-radius: 4px;
          padding: 10px;
          border: solid 1px #eee; }
          section.contact div.form form div.form-line textarea:focus {
            border-color: #32dbc6;
            outline: #32dbc6; }
        section.contact div.form form div.form-line button {
          padding: 12px 30px;
          background-color: #32dbc6;
          color: #fff;
          border: none;
          border-radius: 5px;
          cursor: pointer;
          margin: 0 auto;
          display: block; }
          section.contact div.form form div.form-line button:hover {
            background-color: #198e80; }
  section.contact div.info {
    width: 50%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 20px; }
    section.contact div.info div.info-line {
      width: 100%;
      height: auto;
      padding: 10px;
      border: solid 1px #eee;
      border-radius: 5px;
      margin-bottom: 20px;
      background-color: #fff; }
      section.contact div.info div.info-line span {
        width: 100%;
        height: auto;
        display: block; }
        section.contact div.info div.info-line span.info-header {
          font-weight: bold;
          margin-bottom: 5px; }
      section.contact div.info div.info-line a {
        color: #32dbc6; }

footer {
  width: 100%;
  height: auto;
  background-color: #333333;
  color: #fff;
  padding: 50px;
  text-align: center; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  div.container {
    width: 100%;
    height: auto;
    padding: 0 10px; }
  header {
    width: 100%;
    height: auto; }
    header div#top-menu {
      width: 100%;
      height: auto;
      -webkit-box-shadow: 0px 15px 10px -15px #ccc;
              box-shadow: 0px 15px 10px -15px #ccc;
      background-color: #fff; }
      header div#top-menu .container {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      header div#top-menu div.logo {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 32px;
        text-align: center; }
      header div#top-menu div.links {
        width: 100%;
        height: 40px;
        line-height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        header div#top-menu div.links a {
          color: #000;
          padding: 0 20px;
          font-size: 16px; }
          header div#top-menu div.links a.active {
            color: #32dbc6; }
        header div#top-menu div.links i.close-menu,
        header div#top-menu div.links i.open-menu {
          display: none !important;
          color: red; }
  section {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding-top: 130px; }
    section:nth-child(even) {
      background-color: #f8f9fa; }
    section .section-title {
      width: 100%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 30px; }
  section.products {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.products div.products {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      section.products div.products img {
        max-width: 49%;
        margin-bottom: 20px; }
  section.references {
    width: 100%;
    height: auto;
    padding: 0 50px;
    padding-top: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    section.references div.references {
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      section.references div.references img {
        width: 24%;
        margin-bottom: 20px; }
  section.about {
    width: 100%; }
    section.about span {
      line-height: 150%; }
  section.contact {
    width: 100%; }
    section.contact div.form {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    section.contact div.info {
      width: 100%;
      padding: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  footer {
    width: 100%;
    height: auto;
    background-color: #333333;
    color: #fff;
    padding: 50px; } }

@media screen and (max-width: 767px) {
  div.container {
    width: 100%;
    height: auto; }
  header {
    width: 100%;
    height: auto; }
    header div#top-bar {
      width: 100%;
      height: auto;
      line-height: 40px;
      background-color: #343a40;
      color: #fff;
      text-align: center; }
      header div#top-bar .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        header div#top-bar .container span {
          display: block;
          width: 100%; }
        header div#top-bar .container span b {
          color: #32dbc6; }
        header div#top-bar .container span.top-left span {
          margin-right: 10px; }
        header div#top-bar .container span.top-right i {
          margin: 0 5px; }
    header div#top-menu {
      width: 100%;
      height: auto;
      -webkit-box-shadow: 0px 15px 10px -15px #ccc;
              box-shadow: 0px 15px 10px -15px #ccc;
      background-color: #fff; }
      header div#top-menu .container {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      header div#top-menu div.logo {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 32px;
        text-align: center;
        position: relative; }
        header div#top-menu div.logo i.open-menu {
          position: absolute;
          top: 20px;
          right: 10px;
          font-size: 24px;
          cursor: pointer;
          display: block !important; }
      header div#top-menu div.links {
        width: 200px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: fixed;
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        background-color: #fff;
        -webkit-transition: -webkit-transform 400ms ease;
        transition: -webkit-transform 400ms ease;
        transition: transform 400ms ease;
        transition: transform 400ms ease, -webkit-transform 400ms ease; }
        header div#top-menu div.links a {
          color: #000;
          padding: 0 20px;
          font-size: 16px;
          margin: 10px 0; }
          header div#top-menu div.links a.active {
            color: #32dbc6; }
        header div#top-menu div.links i.close-menu {
          position: absolute;
          top: 10px;
          right: 180px;
          cursor: pointer;
          display: block !important; }
        header div#top-menu div.links.menu-open {
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
  section {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding-top: 30px !important;
    padding-left: 10px;
    padding-right: 10px; }
    section:nth-child(even) {
      background-color: #f8f9fa; }
    section .section-title {
      width: 100%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 30px; }
  section.welcome div.youtube {
    width: 100%;
    padding: 10px; }
    section.welcome div.youtube iframe {
      width: 100% !important;
      margin: 0 !important;
      margin-bottom: 10px !important; }
    section.welcome div.youtube iframe:nth-child(2) {
      width: 100% !important;
      margin: 0 !important;
      margin-bottom: 10px !important; }
    section.welcome div.youtube iframe:nth-child(3) {
      width: 100% !important;
      margin: 0 !important;
      margin-bottom: 10px !important; }
  section.welcome div.text span {
    font-size: 18px !important; }
  section.products {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 80px !important; }
    section.products div.products {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      section.products div.products img {
        max-width: 100%;
        margin-bottom: 20px; }
  section.references {
    width: 100%;
    height: auto;
    padding: 0 50px;
    padding-top: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    section.references div.references {
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      section.references div.references img {
        width: 100%;
        margin-bottom: 20px; }
  section.about {
    width: 100%; }
    section.about span {
      line-height: 150%; }
  section.contact {
    width: 100%; }
    section.contact div.form {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    section.contact div.info {
      width: 100%;
      padding: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  footer {
    width: 100%;
    height: auto;
    background-color: #333333;
    color: #fff;
    padding: 50px; } }
