* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #FFFFFF;
}

body,
html {
  scroll-behavior: smooth;
  background: #0A0A0A;
  overflow-x: hidden;
}

body.o-hidden,
html.o-hidden {
  overflow: hidden;
}

body::before {
  content: "";
  display: block;
  width: 1px;
  height: 420px;
  position: absolute;
  top: 0;
  right: 320px;
  background: #2E2E2E;
}

body::after {
  content: "";
  display: block;
  width: 1px;
  height: 1040px;
  position: absolute;
  top: 0;
  right: 96px;
  background: #2E2E2E;
}

@media screen and (max-width: 1440px) {
  body::before, body::after {
    display: none;
  }
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: unset;
}

body::-webkit-scrollbar-thumb {
  background-color: #2e2e2e;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #363636;
}

::-moz-selection {
  background: #00FF00;
  color: #0A0A0A;
}

::selection {
  background: #00FF00;
  color: #0A0A0A;
}

p {
  font: 300 14px/1.9 "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.64);
}

button {
  cursor: pointer;
}

.container {
  max-width: calc(1160px + 24px);
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}

.btn {
  padding: 14px 24px;
  font: 600 15px/1 "Open Sans", sans-serif;
  border-radius: 4px;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  display: inline-block;
  position: relative;
  background: unset;
  color: #0A0A0A;
}

.btn--outline {
  border: 1px solid #00FF00;
  color: #00FF00;
}

.btn--outline:hover {
  background: #00FF00;
  color: #0A0A0A;
}

.header-sec h2 {
  font: 700 28px/1.4 "Fira Mono", monospace;
}

@media screen and (max-width: 560px) {
  .header-sec h2 {
    font-size: 24px;
  }
}

.header-sec--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.header-sec--center h2 {
  text-align: center;
}

.header-sec h5, .tag {
  background: rgba(0, 255, 0, 0.1);
  text-transform: uppercase;
  border-radius: 6px;
  letter-spacing: 3px;
  font: 700 15px/1 "Fira Mono", monospace;
  padding: 11px 14px;
  display: inline-block;
  color: #00FF00;
  margin: 0 0 16px 0;
  text-align: center;
}

.redes-sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redes-sociais a {
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  display: block;
}

.redes-sociais a:not(:last-child) {
  margin: 0 16px 0 0;
}

.redes-sociais a svg {
  width: 100%;
}

.redes-sociais a:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  z-index: 99;
}

@media screen and (max-width: 560px) {
  .navbar {
    height: 74px;
  }
}

.navbar.open {
  background: #0A0A0A;
}

.navbar.open::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2E2E2E;
  z-index: 5;
}

.navbar.open .navbar__dir {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.navbar.open .navbar__menu-icon__bar:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.navbar.open .navbar__menu-icon__bar:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.navbar.open .navbar__menu-icon__bar:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.navbar .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 96px;
}

@media screen and (max-width: 960px) {
  .navbar .container {
    padding: 0 24px;
  }
}

.navbar.scroll {
  background: #0A0A0A;
  border-bottom: 1px solid #2E2E2E;
}

.navbar.scroll ul {
  padding: 0 244px 0 0;
}

@media screen and (max-width: 960px) {
  .navbar.scroll ul {
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .navbar.scroll .btn {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 1;
    visibility: visible;
  }
}

.navbar.scroll .navbar__logo {
  padding: 6px 0 0 0;
}

.navbar.scroll .navbar__logo .pathLogo {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.navbar__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 560px) {
  .navbar__logo {
    width: 72px;
  }
}

.navbar__logo svg {
  width: 100%;
}

.navbar__logo svg * {
  -webkit-transition: 600ms ease;
  transition: 600ms ease;
}

.navbar__dir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 960px) {
  .navbar__dir {
    background: #0A0A0A;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    -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;
    padding: 144px 24px;
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.navbar__dir .redes-sociais {
  display: none;
}

@media screen and (max-width: 960px) {
  .navbar__dir .redes-sociais {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.navbar__dir ul {
  -webkit-transition: 600ms ease;
  transition: 600ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .navbar__dir ul {
    -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;
  }
}

.navbar__dir ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.navbar__dir ul li:not(:last-child) {
  margin: 0 64px 0 0;
}

@media screen and (max-width: 960px) {
  .navbar__dir ul li:not(:last-child) {
    margin: 0 0 32px 0;
  }
}

.navbar__dir ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font: 500 15px/1 "Fira Mono", monospace;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

@media screen and (max-width: 960px) {
  .navbar__dir ul li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 560px) {
  .navbar__dir ul li a {
    font-size: 16px;
  }
}

.navbar__dir ul li a:hover {
  opacity: .8;
}

.navbar__dir ul li a.active {
  opacity: 1;
}

.navbar__dir ul li a.active::after {
  background: #00FF00;
}

.navbar__dir ul li a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #00FF00;
  margin: 0 0 3px 8px;
}

.navbar__dir .btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 600ms ease;
  transition: 600ms ease;
}

@media screen and (max-width: 960px) {
  .navbar__dir .btn {
    margin: 32px 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: unset;
            transform: unset;
    top: unset;
    right: unset;
    position: relative;
  }
}

.navbar__menu-icon {
  display: none;
  background: unset;
}

@media screen and (max-width: 960px) {
  .navbar__menu-icon {
    display: block;
  }
}

.navbar__menu-icon__bar {
  display: block;
  height: 2px;
  background: #00FF00;
  width: 32px;
  margin: 7px 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.load-screen {
  background: #0A0A0A;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: 800ms ease;
  transition: 800ms ease;
  z-index: 999;
}

@media screen and (max-width: 560px) {
  .load-screen {
    padding: 0 24px;
  }
}

.load-screen::before {
  content: url("../../assets/outline_logo_l0gik.svg");
  position: absolute;
  right: -2px;
  bottom: -2px;
}

@media screen and (max-width: 960px) {
  .load-screen::before {
    display: none;
  }
}

.load-screen.close {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
}

.load-screen__logo {
  width: 300px;
  margin: 0 0 56px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 560px) {
  .load-screen__logo {
    margin: 0 0 16px 0;
  }
}

.load-screen__logo svg {
  width: 100%;
}

@media screen and (max-width: 560px) {
  .load-screen__logo svg {
    width: 80%;
  }
}

.load-screen__progress {
  display: block;
  width: 640px;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
}

@media screen and (max-width: 560px) {
  .load-screen__progress {
    width: 100%;
  }
}

.load-screen__progress__line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #00FF00;
}

.load-screen__progress__line span {
  position: absolute;
  bottom: -16px;
  right: 0;
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
  font: 400 16px/1 "Fira Mono", monospace;
}

.modal-contato {
  background: rgba(10, 10, 10, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: 0;
  visibility: hidden;
}

.modal-contato.open {
  opacity: 1;
  visibility: visible;
}

.modal-contato__content {
  max-width: 680px;
  width: calc(100% - 24px);
  margin: 0 auto;
  background: #181818;
  -webkit-box-shadow: 0 8px 48px rgba(43, 43, 43, 0.5);
          box-shadow: 0 8px 48px rgba(43, 43, 43, 0.5);
  border-radius: 16px;
  padding: 48px 40px;
  position: relative;
}

@media screen and (max-width: 560px) {
  .modal-contato__content {
    max-height: 90vh;
    overflow-y: auto;
    padding: 48px 24px;
  }
}

.modal-contato__content button[data-modal="close"] {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
  background: unset;
}

@media screen and (max-width: 560px) {
  .modal-contato__content button[data-modal="close"] {
    top: 24px;
    right: 24px;
  }
}

.modal-contato__content button[data-modal="close"]::before {
  content: url("../../assets/close-modal.svg");
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.modal-contato__content button[data-modal="close"]::before:hover {
  opacity: .8;
}

.modal-contato__content .header-sec {
  margin: 0 auto 48px auto;
  max-width: 520px;
  width: 100%;
}

.modal-contato__content .header-sec h2 {
  font: 700 22px/1.4 "Fira Mono", monospace;
}

@media screen and (max-width: 560px) {
  .modal-contato__content .header-sec h2 {
    font-size: 18px;
  }
}

.modal-contato__content form {
  margin: 0 0 40px 0;
}

.modal-contato__content form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-contato__content form .flex fieldset:first-of-type {
  margin: 0 24px 0 0;
}

@media screen and (max-width: 560px) {
  .modal-contato__content form .flex fieldset:first-of-type {
    margin: 0 0 24px 0;
  }
}

@media screen and (max-width: 560px) {
  .modal-contato__content form .flex {
    display: block;
  }
}

.modal-contato__content form fieldset {
  width: 100%;
  display: block;
  margin: 0 0 24px 0;
  position: relative;
}

.modal-contato__content form fieldset label {
  position: absolute;
  background: #181818;
  color: #9b9b9b;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  padding: 10px;
  border-radius: 4px;
  font: 400 12px/1 "Open Sans", sans-serif;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.modal-contato__content form fieldset input {
  padding: 15px 20px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #3a3a3a;
  background: unset;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.modal-contato__content form fieldset input:valid {
  border-color: #00FF00;
}

.modal-contato__content form fieldset input:valid ~ label {
  color: #00FF00;
}

.modal-contato__content form fieldset input:-webkit-autofill, .modal-contato__content form fieldset input:-webkit-autofill:hover, .modal-contato__content form fieldset input:-webkit-autofill:focus, .modal-contato__content form fieldset input:-webkit-autofill:active {
  -webkit-transition: "color 99999999s ease-out, background-color 99999999s ease-out";
  -webkit-transition-delay: 99999999s;
  -webkit-text-fill-color: #FFFFFF !important;
}

.modal-contato__content form fieldset input:-webkit-autofill::selection, .modal-contato__content form fieldset input:-webkit-autofill:hover::selection, .modal-contato__content form fieldset input:-webkit-autofill:focus::selection, .modal-contato__content form fieldset input:-webkit-autofill:active::selection {
  -webkit-text-fill-color: #0A0A0A !important;
}

.modal-contato__content form button {
  display: block;
  background: #00FF00;
  width: 100%;
  cursor: pointer;
  font: 700 16px/1 "Open Sans", sans-serif;
  margin: 32px 0 0 0;
}

.modal-contato__content form button:hover {
  opacity: .8;
}

.modal-contato__content form .check input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-contato__content form .check input:checked ~ label::before {
  border-color: #00FF00;
  background: #00FF00;
}

.modal-contato__content form .check input:checked ~ label::after {
  opacity: 1;
  visibility: visible;
}

.modal-contato__content form .check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.modal-contato__content form .check label span {
  font: 400 13px/1.3 "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.64);
  width: 100%;
}

.modal-contato__content form .check label::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  margin: 0 10px 0 0;
  border: 1px solid #00FF00;
}

.modal-contato__content form .check label::after {
  content: url("../../assets/check.svg");
  display: block;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  position: absolute;
  top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
  opacity: 0;
  visibility: hidden;
}

.modal-contato__content footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 560px) {
  .modal-contato__content footer {
    display: block;
  }
}

.modal-contato__content footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px;
}

@media screen and (max-width: 560px) {
  .modal-contato__content footer div {
    margin: 0;
  }
  .modal-contato__content footer div:first-of-type {
    margin: 0 0 16px 0;
  }
}

.modal-contato__content footer div figure {
  width: 40px;
  height: 40px;
  margin: 0 12px 0 0;
}

.modal-contato__content footer div figure img {
  width: 100%;
}

.modal-contato__content footer div span {
  font: 500 15px/1 "Open Sans", sans-serif;
}

.modal-contato__content footer div span strong {
  font: 700 15px/1 "Fira Mono", monospace;
}

#app .banner {
  width: 100%;
  height: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../assets/banner.png") center/cover no-repeat;
  position: relative;
}

@media screen and (max-width: 960px) {
  #app .banner {
    width: calc(100% + 48px);
    margin: 0 0 0 -24px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 560px) {
  #app .banner {
    height: 590px;
  }
}

#app .banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(72deg, black 0%, rgba(0, 0, 0, 0.64) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#app .banner::after {
  content: url("../assets/make-data-happen.svg");
  position: absolute;
  right: 0;
  bottom: -32px;
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
  z-index: 5;
}

@media screen and (max-width: 560px) {
  #app .banner::after {
    content: "";
    background: url("../assets/make-data-happen-mobile.svg") center/cover no-repeat;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    right: unset;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}

#app .banner__text {
  position: relative;
  z-index: 5;
  max-width: 810px;
  width: 100%;
}

#app .banner__text h1 {
  font: 400 46px/1.4 "Fira Mono", monospace;
}

#app .banner__text p {
  margin: 16px 0 40px 0;
  max-width: 520px;
  width: 100%;
  font-size: 15px;
}

#app .banner__text__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#app .banner__text__buttons__btn {
  margin: 0 40px 0 0;
}

@media screen and (max-width: 560px) {
  #app .banner__text {
    width: 100%;
  }
  #app .banner__text h1 {
    text-align: center;
    font-size: 25px;
  }
  #app .banner__text p {
    text-align: center;
  }
  #app .banner__text__buttons {
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 560px) and (max-width: 350px) {
  #app .banner__text__buttons__btn {
    margin: 0;
  }
}

#app .line-arrow {
  display: block;
  width: 1px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 168px;
  background: #2E2E2E;
}

@media screen and (max-width: 1600px) {
  #app .line-arrow {
    left: 80px;
  }
}

@media screen and (max-width: 1400px) {
  #app .line-arrow {
    left: 48px;
  }
}

@media screen and (max-width: 1366px) {
  #app .line-arrow {
    left: 40px;
  }
}

@media screen and (max-width: 1300px) {
  #app .line-arrow {
    display: none;
  }
}

#app .line-arrow::before {
  content: url("../assets/arrow-fixed.svg");
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 160px;
}

#app .about {
  padding-top: 168px;
}

#app .about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 960px) {
  #app .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#app .about__content__texto {
  max-width: 495px;
  width: 100%;
  margin: 0 96px 0 0;
}

@media screen and (max-width: 960px) {
  #app .about__content__texto {
    margin: 0 0 40px 0;
    max-width: 100%;
  }
}

#app .about__content__texto p {
  margin: 28px 0 0 0;
}

#app .about__content__texto__destaque {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#app .about__content__texto__destaque::before {
  content: url("../assets/branch-icon.svg");
  margin: 0 16px 0 0;
}

#app .about__content__texto__destaque span {
  font: 500 16px/1.4 "Fira Mono", monospace;
}

#app .about__content__video {
  margin: 8px 0 0 0;
  max-width: 570px;
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 12px;
  background: #1b1b1b;
  position: relative;
  -webkit-box-shadow: 0 8px 48px #1b1b1b;
          box-shadow: 0 8px 48px #1b1b1b;
  border: 1px solid #202020;
}

@media screen and (max-width: 960px) {
  #app .about__content__video {
    max-width: 100%;
  }
}

@media screen and (max-width: 560px) {
  #app .about__content__video {
    height: 240px;
  }
}

#app .about__certificados {
  margin: 40px 0 0 0;
  position: relative;
}

#app .about__certificados::before {
  content: url("../assets/lines-certificados.svg");
  display: block;
}

@media screen and (max-width: 960px) {
  #app .about__certificados::before {
    display: none;
  }
}

#app .about__certificados__content {
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 960px) {
  #app .about__certificados__content {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}

#app .about__certificados__content h5 {
  font: 500 18px/1 "Fira Mono", monospace;
  text-align: center;
  margin: 0 0 48px 0;
}

#app .about__certificados__content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (max-width: 560px) {
  #app .about__certificados__content div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#app .about__certificados__content div figure {
  margin: 0 24px;
}

@media screen and (max-width: 960px) {
  #app .about__certificados__content div figure {
    margin: 0 12px;
  }
}

@media screen and (max-width: 560px) {
  #app .about__certificados__content div figure {
    margin: 0 16px 32px 16px;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#app .about__certificados__content div figure img {
  width: 100%;
  border: 1px solid #2c2c2c;
  border-radius: 4px;
}

@media screen and (max-width: 560px) {
  #app .about__certificados__content div figure img {
    width: auto;
  }
}

#app .services {
  padding-top: 144px;
}

#app .services .header-sec {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 64px auto;
}

#app .services__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}

@media screen and (max-width: 960px) {
  #app .services__container {
    display: block;
  }
}

@media screen and (max-width: 560px) {
  #app .services__container {
    gap: 32px 0;
    padding-left: 24px;
    position: relative;
  }
  #app .services__container::before {
    content: "";
    height: 100%;
    width: 1px;
    background: #3C3C3C;
    position: absolute;
    left: 0;
    top: 0;
  }
}

#app .services__container::after {
  content: url("../assets/lines-services.svg");
  position: absolute;
  top: -88px;
  right: 0;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  z-index: 1;
}

@media screen and (max-width: 960px) {
  #app .services__container::after {
    display: none;
  }
}

#app .services__container > div:nth-child(odd) {
  margin: 88px 0 0 0;
}

@media screen and (max-width: 960px) {
  #app .services__container > div:nth-child(odd) {
    margin: 0;
  }
}

#app .services__container__card {
  border-radius: 16px;
  background: #141414;
  padding: 48px 40px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  position: relative;
  z-index: 9;
  margin: 0 0 32px 0;
}

@media screen and (max-width: 560px) {
  #app .services__container__card {
    padding: 40px 24px;
    margin: 0 0 24px 0;
  }
  #app .services__container__card::before {
    content: "";
    position: absolute;
    left: -21px;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    background: #00FF00;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100px;
  }
}

#app .services__container__card h3 {
  font: 700 18px/26px "Fira Mono", monospace;
  margin: 24px 0 16px 0;
}

#app .services__container__card:hover {
  background: #00FF00;
}

#app .services__container__card:hover figure svg path,
#app .services__container__card:hover figure svg circle,
#app .services__container__card:hover figure svg polygon {
  fill: #0A0A0A;
}

#app .services__container__card:hover h3 {
  color: #0A0A0A;
}

#app .services__container__card:hover p {
  color: rgba(0, 0, 0, 0.8);
}

#app .clients {
  padding: 144px 0;
}

#app .clients .header-sec {
  margin: 0 0 64px 0;
}

#app .clients__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#app .clients__logos figure {
  margin: 0 44px 44px 44px;
  opacity: .7;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

#app .clients__logos figure:hover {
  opacity: 1;
}

@media screen and (max-width: 560px) {
  #app .clients__logos figure {
    margin: 0 16px 40px 16px;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#app .clients__description {
  margin: 32px 0 0 0;
}

#app .clients__description h6 {
  text-align: center;
  font: 300 16px/24px "Open Sans", sans-serif;
  margin: 0 0 24px 0;
}

#app .clients__description h6 strong {
  color: #00FF00;
  font-weight: 700;
}

#app .clients__description a {
  display: block;
  width: 28px;
  margin: 0 auto;
}

#app .clients__description a img {
  width: 100%;
}

#app .footer {
  background: #1d1d1d;
  padding: 144px 0 0 0;
  border-radius: 128px 128px 0 0;
}

@media screen and (max-width: 960px) {
  #app .footer {
    border-radius: 40px 40px 0 0;
  }
}

#app .footer .header-sec {
  max-width: 520px;
  width: 100%;
}

#app .footer__cards {
  margin: 64px 0 96px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  #app .footer__cards {
    display: block;
  }
}

#app .footer__cards__card {
  background: #0A0A0A;
  border-radius: 20px;
  padding: 24px;
  max-width: 360px;
  width: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 340px;
  position: relative;
}

#app .footer__cards__card::before {
  content: "";
  height: 4px;
  width: 64%;
  border-radius: 100px 100px 0 0;
  background: #00FF00;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
  #app .footer__cards__card {
    max-width: 100%;
    margin: 0 0 24px 0;
  }
}

#app .footer__cards__card figure {
  margin: 0 0 40px 0;
}

#app .footer__cards__card h4 {
  font: 700 17px/1.3 "Fira Mono", monospace;
  text-align: center;
  margin: 0 0 20px 0;
}

#app .footer__cards__card a,
#app .footer__cards__card button {
  color: #00FF00;
  text-align: center;
  font: 600 15px/1 "Open Sans", sans-serif;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  background: unset;
}

#app .footer__cards__card a:hover,
#app .footer__cards__card button:hover {
  opacity: .8;
}

#app .footer__cards__card h5 {
  font: 300 15px/1.7 "Open Sans", sans-serif;
  text-align: center;
  color: rgba(255, 255, 255, 0.64);
  padding: 0 56px;
}

@media screen and (max-width: 960px) {
  #app .footer__cards__card h5 {
    padding: 0;
  }
}

#app .footer__bottom {
  border-top: 1px solid #292929;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#app .footer__bottom h6 {
  font: 300 14px/1.4 "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.64);
}

@media screen and (max-width: 560px) {
  #app .footer__bottom h6 {
    margin: 0 40px 0 0;
  }
}
/*# sourceMappingURL=main.css.map */