@charset "UTF-8";
body, html {
  margin: 0;
  padding: 0;
  height: 100vh;
  background-color: #05050A;
  scroll-behavior: smooth;
}

section {
  height: 100vh;
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #FF5500, #05050A);
  height: 0.4vh;
  animation: progress auto linear;
  animation-timeline: scroll();
  z-index: 20;
}

@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
header.page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 13;
}
header.page .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
header.page .menu img {
  width: 20vh;
  margin-right: 150px;
}
header.page .menu ul {
  display: flex;
  align-items: center;
  padding: 0;
}
header.page .menu ul li {
  list-style-type: none;
}
header.page .menu ul li a {
  text-decoration: none;
  color: #f6f4ef;
  margin: 0 15px 0 15px;
  font-family: roboto;
  font-size: 1.2vh;
  font-weight: 400;
  text-transform: uppercase;
}
header.page .menu ul li a:hover {
  color: #FF5500;
}

input[type=checkbox] {
  display: none;
}

.block-initial {
  background: #040407 url("/assets/img/work.webp");
  background-repeat: no-repeat;
  background-size: 130vh;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-initial .title-block-initial {
  color: #f6f4ef;
  font-family: paralucent;
  font-size: 5vh;
  font-weight: 300;
  justify-content: center;
  text-align: center;
  margin: 0;
}
.block-initial .title-block-initial span.orange-function {
  color: #FF5500;
}
.block-initial .brand-logo {
  margin: 40px 0 40px 0;
  height: 40vh;
  display: flex;
}
.block-initial .brand-logo .company {
  width: 25vh;
}
.block-initial .brand-logo .product {
  width: 25vh;
}
.block-initial .brand-logo .arrow-left, .block-initial .brand-logo .arrow-right {
  width: 6vh;
  padding: 30px 30px;
}
.block-initial .brand-logo .logo-function {
  display: flex;
  justify-content: center;
  width: 33vh;
}
.block-initial #function-button {
  text-align: center;
}
.block-initial #function-button .text-function {
  display: flex;
  margin: 0;
  color: #f6f4ef;
  font-family: fira code;
  font-size: 2.5vh;
  margin-bottom: 40px;
  font-weight: 300;
  justify-content: center;
}
.block-initial #function-button #writing-function {
  display: inline-block;
  color: #FF5500;
  font-weight: 600;
  min-width: 90px;
  margin-left: 10px;
}

button {
  margin-top: 1vh;
  padding: 1.5vh 4.5vh;
  border: 2px solid #00AAFF;
  border-radius: 7px;
  background: none;
  cursor: pointer;
  outline: none;
  font-size: 1.8vh;
  font-family: roboto;
  color: #f6f4ef;
  text-align: center;
}
button:hover {
  background-color: #00AAFF;
  color: #f6f4ef;
}

#services {
  background: #000;
  display: flex;
  flex-direction: column;
}
#services .title-services {
  display: flex;
  height: 15vh;
  align-items: center;
  padding-left: 120px;
  justify-content: left;
}
#services .title-services hr {
  border: none;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  width: 23vh;
  height: 0.4vh;
  background-color: #A5270E;
  background: linear-gradient(to right, rgba(255, 85, 0, 0) 0%, rgba(255, 85, 0, 0.3) 95%, rgba(255, 85, 0, 0.9) 100%);
  margin: 140px 0 0 0;
}
#services .title-services h2 {
  font-family: paralucent;
  color: #FF5500;
  padding-left: 20px;
  font-size: 2vh;
  font-weight: 300;
  margin: 140px 0 0 0;
}
#services picture {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#services picture img {
  width: 110vh;
}

#technologies {
  display: flex;
  flex-direction: column;
}
#technologies .title-tech {
  display: flex;
  height: 14vh;
  align-items: center;
  padding-left: 120px;
  justify-content: left;
}
#technologies .title-tech hr {
  border: none;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  width: 23vh;
  height: 0.4vh;
  background-color: #A5270E;
  background: linear-gradient(to right, rgba(255, 85, 0, 0) 0%, rgba(255, 85, 0, 0.3) 95%, rgba(255, 85, 0, 0.9) 100%);
  margin: 140px 0 0 0;
}
#technologies .title-tech h2 {
  font-family: paralucent;
  color: #FF5500;
  padding-left: 20px;
  font-size: 2vh;
  font-weight: 300;
  margin: 140px 0 0 0;
}
#technologies .itens-tech {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-image: url("/assets/img/bg_tech.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 130vh;
}
#technologies .itens-tech form {
  display: block;
  width: 100%;
}
#technologies .itens-tech form input[type=radio] {
  display: none;
}
#technologies .itens-tech form input[type=reset] {
  top: 1vh;
  left: 1vh;
  position: absolute;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 11vh;
  height: 11vh;
  z-index: 10;
  display: none;
}
#technologies .line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1vh;
}
#technologies .sub-tech {
  position: relative;
}
#technologies .tech {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 1vh;
  left: 1vh;
  z-index: 5;
}
#technologies .tech .tech-img {
  display: flex;
  width: 10vh;
  height: 10vh;
}
#technologies .itens .subtech-img {
  position: absolute;
  width: 10vh;
  height: 10vh;
  top: 1vh;
  left: 1vh;
  transition: transform 0.5s;
  transform: translate(0, 0);
  z-index: 4;
}
#technologies .tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1vh 2vh;
  border-radius: 1vh;
  top: 6vh;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
  font-size: 2vh;
  font-family: roboto;
  z-index: 20;
}
#technologies .tech-img.subtech-img:hover + .tooltip {
  visibility: visible;
  opacity: 1;
}
#technologies input:checked ~ label.tech {
  z-index: 9;
}
#technologies input:checked ~ div.itens img {
  z-index: 8;
}
#technologies input#g-css3:checked ~ div.css3-itens img:nth-child(1),
#technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(1),
#technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(1),
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(1),
#technologies input#g-python:checked ~ div.python-itens img:nth-child(1),
#technologies input#g-html5:checked ~ div.html5-itens img:nth-child(1),
#technologies input#g-docker:checked ~ div.docker-itens img:nth-child(1),
#technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(1),
#technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(1),
#technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(1),
#technologies input#g-php:checked ~ div.php-itens img:nth-child(1),
#technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(1),
#technologies input#g-aws:checked ~ div.aws-itens img:nth-child(1),
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(1),
#technologies input#g-swift:checked ~ div.swift-itens img:nth-child(1),
#technologies input#g-java:checked ~ div.java-itens img:nth-child(1),
#technologies input#g-sass:checked ~ div.sass-itens img:nth-child(1),
#technologies input#g-apache:checked ~ div.apache-itens img:nth-child(1),
#technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(1),
#technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(1),
#technologies input#g-node:checked ~ div.node-itens img:nth-child(1),
#technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(1),
#technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(1),
#technologies input#g-azure:checked ~ div.azure-itens img:nth-child(1) {
  transform: translate(-5vh, -9vh);
}
#technologies input#g-css3:checked ~ div.css3-itens img:nth-child(2),
#technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(2),
#technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(2),
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(2),
#technologies input#g-python:checked ~ div.python-itens img:nth-child(2),
#technologies input#g-html5:checked ~ div.html5-itens img:nth-child(2),
#technologies input#g-docker:checked ~ div.docker-itens img:nth-child(2),
#technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(2),
#technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(2),
#technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(2),
#technologies input#g-php:checked ~ div.php-itens img:nth-child(2),
#technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(2),
#technologies input#g-aws:checked ~ div.aws-itens img:nth-child(2),
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(2),
#technologies input#g-swift:checked ~ div.swift-itens img:nth-child(2),
#technologies input#g-java:checked ~ div.java-itens img:nth-child(2),
#technologies input#g-sass:checked ~ div.sass-itens img:nth-child(2),
#technologies input#g-apache:checked ~ div.apache-itens img:nth-child(2),
#technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(2),
#technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(2),
#technologies input#g-node:checked ~ div.node-itens img:nth-child(2),
#technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(2),
#technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(2),
#technologies input#g-azure:checked ~ div.azure-itens img:nth-child(2) {
  transform: translate(-10vh, 0vh);
}
#technologies input#g-css3:checked ~ div.css3-itens img:nth-child(3),
#technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(3),
#technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(3),
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(3),
#technologies input#g-python:checked ~ div.python-itens img:nth-child(3),
#technologies input#g-html5:checked ~ div.html5-itens img:nth-child(3),
#technologies input#g-docker:checked ~ div.docker-itens img:nth-child(3),
#technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(3),
#technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(3),
#technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(3),
#technologies input#g-php:checked ~ div.php-itens img:nth-child(3),
#technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(3),
#technologies input#g-aws:checked ~ div.aws-itens img:nth-child(3),
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(3),
#technologies input#g-swift:checked ~ div.swift-itens img:nth-child(3),
#technologies input#g-java:checked ~ div.java-itens img:nth-child(3),
#technologies input#g-sass:checked ~ div.sass-itens img:nth-child(3),
#technologies input#g-apache:checked ~ div.apache-itens img:nth-child(3),
#technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(3),
#technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(3),
#technologies input#g-node:checked ~ div.node-itens img:nth-child(3),
#technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(3),
#technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(3),
#technologies input#g-azure:checked ~ div.azure-itens img:nth-child(3) {
  transform: translate(-5vh, 9vh);
}
#technologies input#g-css3:checked ~ div.css3-itens img:nth-child(4),
#technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(4),
#technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(4),
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(4),
#technologies input#g-python:checked ~ div.python-itens img:nth-child(4),
#technologies input#g-html5:checked ~ div.html5-itens img:nth-child(4),
#technologies input#g-docker:checked ~ div.docker-itens img:nth-child(4),
#technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(4),
#technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(4),
#technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(4),
#technologies input#g-php:checked ~ div.php-itens img:nth-child(4),
#technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(4),
#technologies input#g-aws:checked ~ div.aws-itens img:nth-child(4),
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(4),
#technologies input#g-swift:checked ~ div.swift-itens img:nth-child(4),
#technologies input#g-java:checked ~ div.java-itens img:nth-child(4),
#technologies input#g-sass:checked ~ div.sass-itens img:nth-child(4),
#technologies input#g-apache:checked ~ div.apache-itens img:nth-child(4),
#technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(4),
#technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(4),
#technologies input#g-node:checked ~ div.node-itens img:nth-child(4),
#technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(4),
#technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(4),
#technologies input#g-azure:checked ~ div.azure-itens img:nth-child(4) {
  transform: translate(5vh, 9vh);
}
#technologies input#g-css3:checked ~ div.css3-itens img:nth-child(5),
#technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(5),
#technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(5),
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(5),
#technologies input#g-python:checked ~ div.python-itens img:nth-child(5),
#technologies input#g-html5:checked ~ div.html5-itens img:nth-child(5),
#technologies input#g-docker:checked ~ div.docker-itens img:nth-child(5),
#technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(5),
#technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(5),
#technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(5),
#technologies input#g-php:checked ~ div.php-itens img:nth-child(5),
#technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(5),
#technologies input#g-aws:checked ~ div.aws-itens img:nth-child(5),
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(5),
#technologies input#g-swift:checked ~ div.swift-itens img:nth-child(5),
#technologies input#g-java:checked ~ div.java-itens img:nth-child(5),
#technologies input#g-sass:checked ~ div.sass-itens img:nth-child(5),
#technologies input#g-apache:checked ~ div.apache-itens img:nth-child(5),
#technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(5),
#technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(5),
#technologies input#g-node:checked ~ div.node-itens img:nth-child(5),
#technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(5),
#technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(5),
#technologies input#g-azure:checked ~ div.azure-itens img:nth-child(5) {
  transform: translate(10vh, 0vh);
}
#technologies input#g-css3:checked ~ div.css3-itens img:nth-child(6),
#technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(6),
#technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(6),
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(6),
#technologies input#g-python:checked ~ div.python-itens img:nth-child(6),
#technologies input#g-html5:checked ~ div.html5-itens img:nth-child(6),
#technologies input#g-docker:checked ~ div.docker-itens img:nth-child(6),
#technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(6),
#technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(6),
#technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(6),
#technologies input#g-php:checked ~ div.php-itens img:nth-child(6),
#technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(6),
#technologies input#g-aws:checked ~ div.aws-itens img:nth-child(6),
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(6),
#technologies input#g-swift:checked ~ div.swift-itens img:nth-child(6),
#technologies input#g-java:checked ~ div.java-itens img:nth-child(6),
#technologies input#g-sass:checked ~ div.sass-itens img:nth-child(6),
#technologies input#g-apache:checked ~ div.apache-itens img:nth-child(6),
#technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(6),
#technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(6),
#technologies input#g-node:checked ~ div.node-itens img:nth-child(6),
#technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(6),
#technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(6),
#technologies input#g-azure:checked ~ div.azure-itens img:nth-child(6) {
  transform: translate(5vh, -9vh);
}
#technologies input#g-css3:checked ~ div.css3-itens img:nth-child(7),
#technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(7),
#technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(7),
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(7),
#technologies input#g-python:checked ~ div.python-itens img:nth-child(7),
#technologies input#g-html5:checked ~ div.html5-itens img:nth-child(7),
#technologies input#g-docker:checked ~ div.docker-itens img:nth-child(7),
#technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(7),
#technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(7),
#technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(7),
#technologies input#g-php:checked ~ div.php-itens img:nth-child(7),
#technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(7),
#technologies input#g-aws:checked ~ div.aws-itens img:nth-child(7),
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(7),
#technologies input#g-swift:checked ~ div.swift-itens img:nth-child(7),
#technologies input#g-java:checked ~ div.java-itens img:nth-child(7),
#technologies input#g-sass:checked ~ div.sass-itens img:nth-child(7),
#technologies input#g-apache:checked ~ div.apache-itens img:nth-child(7),
#technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(7),
#technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(7),
#technologies input#g-node:checked ~ div.node-itens img:nth-child(7),
#technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(7),
#technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(7),
#technologies input#g-azure:checked ~ div.azure-itens img:nth-child(7) {
  transform: translate(0vh, -18vh);
}
#technologies input#g-css3:checked ~ div.css3-itens img:nth-child(8),
#technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(8),
#technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(8),
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(8),
#technologies input#g-python:checked ~ div.python-itens img:nth-child(8),
#technologies input#g-html5:checked ~ div.html5-itens img:nth-child(8),
#technologies input#g-docker:checked ~ div.docker-itens img:nth-child(8),
#technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(8),
#technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(8),
#technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(8),
#technologies input#g-php:checked ~ div.php-itens img:nth-child(8),
#technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(8),
#technologies input#g-aws:checked ~ div.aws-itens img:nth-child(8),
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(8),
#technologies input#g-swift:checked ~ div.swift-itens img:nth-child(8),
#technologies input#g-java:checked ~ div.java-itens img:nth-child(8),
#technologies input#g-sass:checked ~ div.sass-itens img:nth-child(8),
#technologies input#g-apache:checked ~ div.apache-itens img:nth-child(8),
#technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(8),
#technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(8),
#technologies input#g-node:checked ~ div.node-itens img:nth-child(8),
#technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(8),
#technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(8),
#technologies input#g-azure:checked ~ div.azure-itens img:nth-child(8) {
  transform: translate(-10vh, -18vh);
}
#technologies input#g-css3:checked ~ div.css3-itens img:nth-child(9),
#technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(9),
#technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(9),
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(9),
#technologies input#g-python:checked ~ div.python-itens img:nth-child(9),
#technologies input#g-html5:checked ~ div.html5-itens img:nth-child(9),
#technologies input#g-docker:checked ~ div.docker-itens img:nth-child(9),
#technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(9),
#technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(9),
#technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(9),
#technologies input#g-php:checked ~ div.php-itens img:nth-child(9),
#technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(9),
#technologies input#g-aws:checked ~ div.aws-itens img:nth-child(9),
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(9),
#technologies input#g-swift:checked ~ div.swift-itens img:nth-child(9),
#technologies input#g-java:checked ~ div.java-itens img:nth-child(9),
#technologies input#g-sass:checked ~ div.sass-itens img:nth-child(9),
#technologies input#g-apache:checked ~ div.apache-itens img:nth-child(9),
#technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(9),
#technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(9),
#technologies input#g-node:checked ~ div.node-itens img:nth-child(9),
#technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(9),
#technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(9),
#technologies input#g-azure:checked ~ div.azure-itens img:nth-child(9) {
  transform: translate(-15vh, -9vh);
}
#technologies input#g-css3:checked ~ div.css3-itens img:nth-child(10),
#technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(10),
#technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(10),
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(10),
#technologies input#g-python:checked ~ div.python-itens img:nth-child(10),
#technologies input#g-html5:checked ~ div.html5-itens img:nth-child(10),
#technologies input#g-docker:checked ~ div.docker-itens img:nth-child(10),
#technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(10),
#technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(10),
#technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(10),
#technologies input#g-php:checked ~ div.php-itens img:nth-child(10),
#technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(10),
#technologies input#g-aws:checked ~ div.aws-itens img:nth-child(10),
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(10),
#technologies input#g-swift:checked ~ div.swift-itens img:nth-child(10),
#technologies input#g-java:checked ~ div.java-itens img:nth-child(10),
#technologies input#g-sass:checked ~ div.sass-itens img:nth-child(10),
#technologies input#g-apache:checked ~ div.apache-itens img:nth-child(10),
#technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(10),
#technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(10),
#technologies input#g-node:checked ~ div.node-itens img:nth-child(10),
#technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(10),
#technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(10),
#technologies input#g-azure:checked ~ div.azure-itens img:nth-child(10) {
  transform: translate(-20vh, 0vh);
}
#technologies input#g-css3:checked ~ div.css3-itens img:nth-child(11),
#technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(11),
#technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(11),
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(11),
#technologies input#g-python:checked ~ div.python-itens img:nth-child(11),
#technologies input#g-html5:checked ~ div.html5-itens img:nth-child(11),
#technologies input#g-docker:checked ~ div.docker-itens img:nth-child(11),
#technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(11),
#technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(11),
#technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(11),
#technologies input#g-php:checked ~ div.php-itens img:nth-child(11),
#technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(11),
#technologies input#g-aws:checked ~ div.aws-itens img:nth-child(11),
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(11),
#technologies input#g-swift:checked ~ div.swift-itens img:nth-child(11),
#technologies input#g-java:checked ~ div.java-itens img:nth-child(11),
#technologies input#g-sass:checked ~ div.sass-itens img:nth-child(11),
#technologies input#g-apache:checked ~ div.apache-itens img:nth-child(11),
#technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(11),
#technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(11),
#technologies input#g-node:checked ~ div.node-itens img:nth-child(11),
#technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(11),
#technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(11),
#technologies input#g-azure:checked ~ div.azure-itens img:nth-child(11) {
  transform: translate(-15vh, 9vh);
}
#technologies input#g-css3:checked ~ div.css3-itens img:nth-child(12),
#technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(12),
#technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(12),
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(12),
#technologies input#g-python:checked ~ div.python-itens img:nth-child(12),
#technologies input#g-html5:checked ~ div.html5-itens img:nth-child(12),
#technologies input#g-docker:checked ~ div.docker-itens img:nth-child(12),
#technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(12),
#technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(12),
#technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(12),
#technologies input#g-php:checked ~ div.php-itens img:nth-child(12),
#technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(12),
#technologies input#g-aws:checked ~ div.aws-itens img:nth-child(12),
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(12),
#technologies input#g-swift:checked ~ div.swift-itens img:nth-child(12),
#technologies input#g-java:checked ~ div.java-itens img:nth-child(12),
#technologies input#g-sass:checked ~ div.sass-itens img:nth-child(12),
#technologies input#g-apache:checked ~ div.apache-itens img:nth-child(12),
#technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(12),
#technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(12),
#technologies input#g-node:checked ~ div.node-itens img:nth-child(12),
#technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(12),
#technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(12),
#technologies input#g-azure:checked ~ div.azure-itens img:nth-child(12) {
  transform: translate(-10vh, 18vh);
}
#technologies input#g-css3:checked ~ div.css3-itens img:nth-child(13),
#technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(13),
#technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(13),
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(13),
#technologies input#g-python:checked ~ div.python-itens img:nth-child(13),
#technologies input#g-html5:checked ~ div.html5-itens img:nth-child(13),
#technologies input#g-docker:checked ~ div.docker-itens img:nth-child(13),
#technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(13),
#technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(13),
#technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(13),
#technologies input#g-php:checked ~ div.php-itens img:nth-child(13),
#technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(13),
#technologies input#g-aws:checked ~ div.aws-itens img:nth-child(13),
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(13),
#technologies input#g-swift:checked ~ div.swift-itens img:nth-child(13),
#technologies input#g-java:checked ~ div.java-itens img:nth-child(13),
#technologies input#g-sass:checked ~ div.sass-itens img:nth-child(13),
#technologies input#g-apache:checked ~ div.apache-itens img:nth-child(13),
#technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(13),
#technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(13),
#technologies input#g-node:checked ~ div.node-itens img:nth-child(13),
#technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(13),
#technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(13),
#technologies input#g-azure:checked ~ div.azure-itens img:nth-child(13) {
  transform: translate(0vh, 18vh);
}
#technologies input#g-css3:checked ~ div.css3-itens img:nth-child(14),
#technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(14),
#technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(14),
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(14),
#technologies input#g-python:checked ~ div.python-itens img:nth-child(14),
#technologies input#g-html5:checked ~ div.html5-itens img:nth-child(14),
#technologies input#g-docker:checked ~ div.docker-itens img:nth-child(14),
#technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(14),
#technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(14),
#technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(14),
#technologies input#g-php:checked ~ div.php-itens img:nth-child(14),
#technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(14),
#technologies input#g-aws:checked ~ div.aws-itens img:nth-child(14),
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(14),
#technologies input#g-swift:checked ~ div.swift-itens img:nth-child(14),
#technologies input#g-java:checked ~ div.java-itens img:nth-child(14),
#technologies input#g-sass:checked ~ div.sass-itens img:nth-child(14),
#technologies input#g-apache:checked ~ div.apache-itens img:nth-child(14),
#technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(14),
#technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(14),
#technologies input#g-node:checked ~ div.node-itens img:nth-child(14),
#technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(14),
#technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(14),
#technologies input#g-azure:checked ~ div.azure-itens img:nth-child(14) {
  transform: translate(15vh, 9vh);
}
#technologies input#g-css3:checked ~ div.css3-itens img:nth-child(15),
#technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(15),
#technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(15),
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(15),
#technologies input#g-python:checked ~ div.python-itens img:nth-child(15),
#technologies input#g-html5:checked ~ div.html5-itens img:nth-child(15),
#technologies input#g-docker:checked ~ div.docker-itens img:nth-child(15),
#technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(15),
#technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(15),
#technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(15),
#technologies input#g-php:checked ~ div.php-itens img:nth-child(15),
#technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(15),
#technologies input#g-aws:checked ~ div.aws-itens img:nth-child(15),
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(15),
#technologies input#g-swift:checked ~ div.swift-itens img:nth-child(15),
#technologies input#g-java:checked ~ div.java-itens img:nth-child(15),
#technologies input#g-sass:checked ~ div.sass-itens img:nth-child(15),
#technologies input#g-apache:checked ~ div.apache-itens img:nth-child(15),
#technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(15),
#technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(15),
#technologies input#g-node:checked ~ div.node-itens img:nth-child(15),
#technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(15),
#technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(15),
#technologies input#g-azure:checked ~ div.azure-itens img:nth-child(15) {
  transform: translate(15vh, -9vh);
}
#technologies input#g-css3:checked ~ div.css3-itens input[type=reset],
#technologies input#g-cypress:checked ~ div.cypress-itens input[type=reset],
#technologies input#g-nginx:checked ~ div.nginx-itens input[type=reset],
#technologies input#g-dynamodb:checked ~ div.dybamodb-itens input[type=reset],
#technologies input#g-python:checked ~ div.python-itens input[type=reset],
#technologies input#g-html5:checked ~ div.html5-itens input[type=reset],
#technologies input#g-docker:checked ~ div.docker-itens input[type=reset],
#technologies input#g-mongodb:checked ~ div.mongodb-itens input[type=reset],
#technologies input#g-redisdb:checked ~ div.redisdb-itens input[type=reset],
#technologies input#g-ruby:checked ~ div.ruby-itens input[type=reset],
#technologies input#g-php:checked ~ div.php-itens input[type=reset],
#technologies input#g-javascript:checked ~ div.javascript-itens input[type=reset],
#technologies input#g-aws:checked ~ div.aws-itens input[type=reset],
#technologies input#g-ms-sql:checked ~ div.ms-sql-itens input[type=reset],
#technologies input#g-swift:checked ~ div.swift-itens input[type=reset],
#technologies input#g-java:checked ~ div.java-itens input[type=reset],
#technologies input#g-sass:checked ~ div.sass-itens input[type=reset],
#technologies input#g-apache:checked ~ div.apache-itens input[type=reset],
#technologies input#g-my-sql:checked ~ div.my-sql-itens input[type=reset],
#technologies input#g-oracle:checked ~ div.oracle-itens input[type=reset],
#technologies input#g-node:checked ~ div.node-itens input[type=reset],
#technologies input#g-flutter:checked ~ div.flutter-itens input[type=reset],
#technologies input#g-postgre:checked ~ div.postgre-itens input[type=reset],
#technologies input#g-azure:checked ~ div.azure-itens input[type=reset] {
  display: block;
}

#staff {
  display: flex;
  flex-direction: column;
}
#staff .title-staff {
  display: flex;
  height: 15vh;
  align-items: center;
  padding-left: 120px;
  justify-content: left;
  z-index: 1;
}
#staff .title-staff hr {
  border: none;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  width: 23vh;
  height: 0.4vh;
  background-color: #A5270E;
  background: linear-gradient(to right, rgba(255, 85, 0, 0) 0%, rgba(255, 85, 0, 0.3) 95%, rgba(255, 85, 0, 0.9) 100%);
  margin: 140px 0 0 0;
}
#staff .title-staff h2 {
  font-family: paralucent;
  color: #FF5500;
  padding-left: 20px;
  font-size: 2vh;
  font-weight: 300;
  margin: 140px 0 0 0;
}
#staff .staff-block {
  background-color: #05050A;
  background-position: center;
  background-image: url("/assets/img/bg-staff.svg");
  background-repeat: no-repeat;
  background-size: 150vh;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
#staff .staff-block .block-top {
  display: flex;
  justify-content: center;
}
#staff .staff-block .block-botton {
  margin-top: 3vh;
  display: flex;
  justify-content: center;
}
#staff .staff {
  display: block;
  align-items: center;
  text-align: center;
  padding: 0 30px 0 30px;
}
#staff .staff .img-container {
  position: relative;
  display: inline-block;
}
#staff .staff .img-container .img-staff {
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}
#staff .staff .img-staff {
  width: 16vh;
  transition: transform 1.5s ease-in-out;
}
#staff .staff .img-staff:hover {
  transform: scale(1.09);
}
#staff .staff .img-container:hover .img-staff {
  opacity: 1;
}
#staff .staff p {
  margin: 10px 0 7px 0;
}
#staff .staff .name-staff {
  font-family: roboto;
  font-size: 20px;
  color: #f6f4ef;
  font-weight: 500;
  margin-bottom: 7px;
  margin-right: 38px;
}
#staff .staff .function-staff {
  font-family: roboto;
  font-size: 16px;
  color: #f6f4ef;
  font-weight: 300;
  margin-bottom: 10px;
  margin-right: 38px;
}
#staff .staff .icon-linkedin {
  width: 3vh;
  margin-left: -10px;
}
#staff .icon {
  height: 20px;
  margin-right: 38px;
}

#philosophy {
  background-image: url("/assets/img/bg-block-5.svg");
  background-color: #05050A;
  background-position: center;
  background-size: 140vh;
  background-repeat: no-repeat;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
#philosophy .img-3d {
  position: relative;
}
#philosophy .img-3d img {
  width: 50vh;
  animation: floatAnimation 6s infinite ease-in-out;
}
@keyframes floatAnimation {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#philosophy .title-text {
  font-family: paralucent;
  color: #ff5500;
  font-size: 5vh;
  margin-left: 120px;
  margin: 3vh 0 1vh 12vh;
}
#philosophy .paragraph-text {
  font-family: roboto;
  color: #f6f4ef;
  font-size: 2vh;
  margin-left: 12vh;
  width: 67vh;
}
#philosophy button {
  margin-left: 12vh;
}

#contact {
  min-height: 100vh;
  height: auto;
  box-sizing: border-box;
  padding: 15vh 20px 10vh;
  background: #05050A;
  color: #f6f4ef;
  font-family: roboto;
}
#contact .contact-intro {
  max-width: 620px;
  margin: 0 auto 35px;
  text-align: center;
}
#contact .contact-intro hr {
  width: 16vh;
  height: 0.4vh;
  border: 0;
  background: #FF5500;
}
#contact .contact-intro h2 {
  margin: 20px 0 10px;
  color: #FF5500;
  font-family: paralucent;
  font-size: 4vh;
  font-weight: 300;
}
#contact .contact-intro p {
  font-weight: 300;
}
#contact .contact-form {
  width: min(620px, 100%);
  margin: 0 auto;
}
#contact .contact-form .contact-form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
#contact .contact-form label {
  margin-bottom: 7px;
  font-size: 15px;
}
#contact .contact-form input, #contact .contact-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #00AAFF;
  border-radius: 5px;
  padding: 12px;
  background: #0c0c14;
  color: #f6f4ef;
  font: inherit;
}
#contact .contact-form textarea {
  resize: vertical;
}
#contact .contact-form button {
  display: block;
  margin: 24px auto 0;
}
#contact .contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#contact .contact-status {
  min-height: 1.5em;
  text-align: center;
  color: #00AAFF;
}

#back-to-top {
  margin: 0 120px 70px 0;
}
#back-to-top a {
  background-color: #05050A;
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
  font-size: 2.4vh;
  font-family: roboto;
  color: #f6f4ef;
}
#back-to-top a:hover {
  color: #FF5500;
}
#back-to-top .icon-top {
  width: 2vh;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
}

footer {
  background-color: #05050A;
  padding: 0 120px 0 120px;
}
footer hr {
  border: none;
  width: auto;
  height: 0.3px;
  background-color: #f6f4ef;
}

.footer-function {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0px 50px 0px;
}

.itens-footer {
  display: flex;
  align-items: center;
}
.itens-footer p {
  font-size: 1.2vh;
  color: #f6f4ef;
  font-family: paralucent;
  margin-left: 50px;
}
.itens-footer .logo-footer {
  width: 15vh;
  margin-bottom: 0;
}

.icon-linkedin-footer {
  display: flex;
  justify-content: center;
  width: 6vh;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  body {
    width: 100vw;
  }
  .progress {
    z-index: 10;
  }
  header.page {
    height: 10vh;
    display: flex;
    background-color: #05050A;
  }
  header.page .menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 100%;
  }
  header.page .menu img {
    display: flex;
    margin: 0 0 0 5.2vh;
    padding: 0;
  }
  header.page .menu div {
    display: none;
    position: fixed;
    top: 10vh;
    left: 0;
    width: 100%;
    height: 90vh;
    background-color: #05050A;
  }
  header.page .menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  header.page .menu ul li {
    margin: 15px 0;
  }
  header.page .menu ul li a {
    font-size: 2.5vh;
  }
  .close-menu-label::after {
    content: "☰";
    position: fixed;
    z-index: 15;
    top: 1.5vh;
    right: 5.2vh;
    background-color: rgba(5, 5, 10, 0.8);
    color: #FF5500;
    font-size: 5vh;
    line-height: 4.8vh;
    width: 4.8vh;
    height: 4.8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 5px;
  }
  input[type=checkbox] {
    display: none;
  }
  .close-menu:checked ~ header.page .menu div {
    display: flex;
  }
  .close-menu:checked ~ .close-menu-label::after {
    content: "×";
    color: #FF5500;
    cursor: pointer;
  }
  .block-initial {
    height: 100vh;
    background-size: 95vw;
  }
  .block-initial .brand-logo {
    margin: 0px 0 150px 0;
    height: 20vh;
  }
  .block-initial .title-block-initial {
    font-size: 4vh;
  }
  .block-initial .banner {
    display: block;
    justify-content: center;
    align-items: center;
  }
  .block-initial .banner .brand-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .block-initial .banner .company, .block-initial .banner .product {
    width: 20vh;
  }
  .block-initial .banner .arrow-left, .block-initial .banner .arrow-right {
    transform: rotate(90deg);
    padding: 5px 5px;
    width: 7vh;
  }
  .block-initial .banner .logo-function {
    width: 30vh;
  }
  .block-initial #function-button .text-function {
    font-size: 2vh;
  }
  #services {
    height: 160vh;
  }
  #services .itens-services {
    display: flex;
    justify-content: center;
  }
  #services .title-services {
    padding: 0;
    justify-content: center;
  }
  #services .title-services hr, #services .title-services h2 {
    margin: 50px 0 0 0;
    font-size: 4vh;
  }
  #services picture {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  #services picture img {
    width: 70vh;
  }
  #technologies {
    height: 95vh;
  }
  #technologies .title-tech {
    padding: 0;
    justify-content: center;
  }
  #technologies .title-tech hr, #technologies .title-tech h2 {
    margin: 50px 0 0 0;
    font-size: 4vh;
  }
  #technologies .tech .tech-img {
    width: 8vh;
    height: 8vh;
  }
  #technologies .itens .subtech-img {
    width: 8vh;
    height: 8vh;
  }
  #technologies input#g-css3:checked ~ div.css3-itens img:nth-child(1),
  #technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(1),
  #technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(1),
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(1),
  #technologies input#g-python:checked ~ div.python-itens img:nth-child(1),
  #technologies input#g-html5:checked ~ div.html5-itens img:nth-child(1),
  #technologies input#g-docker:checked ~ div.docker-itens img:nth-child(1),
  #technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(1),
  #technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(1),
  #technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(1),
  #technologies input#g-php:checked ~ div.php-itens img:nth-child(1),
  #technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(1),
  #technologies input#g-aws:checked ~ div.aws-itens img:nth-child(1),
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(1),
  #technologies input#g-swift:checked ~ div.swift-itens img:nth-child(1),
  #technologies input#g-java:checked ~ div.java-itens img:nth-child(1),
  #technologies input#g-sass:checked ~ div.sass-itens img:nth-child(1),
  #technologies input#g-apache:checked ~ div.apache-itens img:nth-child(1),
  #technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(1),
  #technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(1),
  #technologies input#g-node:checked ~ div.node-itens img:nth-child(1),
  #technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(1),
  #technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(1),
  #technologies input#g-azure:checked ~ div.azure-itens img:nth-child(1) {
    transform: translate(-4vh, -7vh);
  }
  #technologies input#g-css3:checked ~ div.css3-itens img:nth-child(2),
  #technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(2),
  #technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(2),
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(2),
  #technologies input#g-python:checked ~ div.python-itens img:nth-child(2),
  #technologies input#g-html5:checked ~ div.html5-itens img:nth-child(2),
  #technologies input#g-docker:checked ~ div.docker-itens img:nth-child(2),
  #technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(2),
  #technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(2),
  #technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(2),
  #technologies input#g-php:checked ~ div.php-itens img:nth-child(2),
  #technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(2),
  #technologies input#g-aws:checked ~ div.aws-itens img:nth-child(2),
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(2),
  #technologies input#g-swift:checked ~ div.swift-itens img:nth-child(2),
  #technologies input#g-java:checked ~ div.java-itens img:nth-child(2),
  #technologies input#g-sass:checked ~ div.sass-itens img:nth-child(2),
  #technologies input#g-apache:checked ~ div.apache-itens img:nth-child(2),
  #technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(2),
  #technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(2),
  #technologies input#g-node:checked ~ div.node-itens img:nth-child(2),
  #technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(2),
  #technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(2),
  #technologies input#g-azure:checked ~ div.azure-itens img:nth-child(2) {
    transform: translate(-8vh, 0vh);
  }
  #technologies input#g-css3:checked ~ div.css3-itens img:nth-child(3),
  #technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(3),
  #technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(3),
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(3),
  #technologies input#g-python:checked ~ div.python-itens img:nth-child(3),
  #technologies input#g-html5:checked ~ div.html5-itens img:nth-child(3),
  #technologies input#g-docker:checked ~ div.docker-itens img:nth-child(3),
  #technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(3),
  #technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(3),
  #technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(3),
  #technologies input#g-php:checked ~ div.php-itens img:nth-child(3),
  #technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(3),
  #technologies input#g-aws:checked ~ div.aws-itens img:nth-child(3),
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(3),
  #technologies input#g-swift:checked ~ div.swift-itens img:nth-child(3),
  #technologies input#g-java:checked ~ div.java-itens img:nth-child(3),
  #technologies input#g-sass:checked ~ div.sass-itens img:nth-child(3),
  #technologies input#g-apache:checked ~ div.apache-itens img:nth-child(3),
  #technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(3),
  #technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(3),
  #technologies input#g-node:checked ~ div.node-itens img:nth-child(3),
  #technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(3),
  #technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(3),
  #technologies input#g-azure:checked ~ div.azure-itens img:nth-child(3) {
    transform: translate(-4vh, 7vh);
  }
  #technologies input#g-css3:checked ~ div.css3-itens img:nth-child(4),
  #technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(4),
  #technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(4),
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(4),
  #technologies input#g-python:checked ~ div.python-itens img:nth-child(4),
  #technologies input#g-html5:checked ~ div.html5-itens img:nth-child(4),
  #technologies input#g-docker:checked ~ div.docker-itens img:nth-child(4),
  #technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(4),
  #technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(4),
  #technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(4),
  #technologies input#g-php:checked ~ div.php-itens img:nth-child(4),
  #technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(4),
  #technologies input#g-aws:checked ~ div.aws-itens img:nth-child(4),
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(4),
  #technologies input#g-swift:checked ~ div.swift-itens img:nth-child(4),
  #technologies input#g-java:checked ~ div.java-itens img:nth-child(4),
  #technologies input#g-sass:checked ~ div.sass-itens img:nth-child(4),
  #technologies input#g-apache:checked ~ div.apache-itens img:nth-child(4),
  #technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(4),
  #technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(4),
  #technologies input#g-node:checked ~ div.node-itens img:nth-child(4),
  #technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(4),
  #technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(4),
  #technologies input#g-azure:checked ~ div.azure-itens img:nth-child(4) {
    transform: translate(4vh, 7vh);
  }
  #technologies input#g-css3:checked ~ div.css3-itens img:nth-child(5),
  #technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(5),
  #technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(5),
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(5),
  #technologies input#g-python:checked ~ div.python-itens img:nth-child(5),
  #technologies input#g-html5:checked ~ div.html5-itens img:nth-child(5),
  #technologies input#g-docker:checked ~ div.docker-itens img:nth-child(5),
  #technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(5),
  #technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(5),
  #technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(5),
  #technologies input#g-php:checked ~ div.php-itens img:nth-child(5),
  #technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(5),
  #technologies input#g-aws:checked ~ div.aws-itens img:nth-child(5),
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(5),
  #technologies input#g-swift:checked ~ div.swift-itens img:nth-child(5),
  #technologies input#g-java:checked ~ div.java-itens img:nth-child(5),
  #technologies input#g-sass:checked ~ div.sass-itens img:nth-child(5),
  #technologies input#g-apache:checked ~ div.apache-itens img:nth-child(5),
  #technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(5),
  #technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(5),
  #technologies input#g-node:checked ~ div.node-itens img:nth-child(5),
  #technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(5),
  #technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(5),
  #technologies input#g-azure:checked ~ div.azure-itens img:nth-child(5) {
    transform: translate(8vh, 0vh);
  }
  #technologies input#g-css3:checked ~ div.css3-itens img:nth-child(6),
  #technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(6),
  #technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(6),
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(6),
  #technologies input#g-python:checked ~ div.python-itens img:nth-child(6),
  #technologies input#g-html5:checked ~ div.html5-itens img:nth-child(6),
  #technologies input#g-docker:checked ~ div.docker-itens img:nth-child(6),
  #technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(6),
  #technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(6),
  #technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(6),
  #technologies input#g-php:checked ~ div.php-itens img:nth-child(6),
  #technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(6),
  #technologies input#g-aws:checked ~ div.aws-itens img:nth-child(6),
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(6),
  #technologies input#g-swift:checked ~ div.swift-itens img:nth-child(6),
  #technologies input#g-java:checked ~ div.java-itens img:nth-child(6),
  #technologies input#g-sass:checked ~ div.sass-itens img:nth-child(6),
  #technologies input#g-apache:checked ~ div.apache-itens img:nth-child(6),
  #technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(6),
  #technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(6),
  #technologies input#g-node:checked ~ div.node-itens img:nth-child(6),
  #technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(6),
  #technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(6),
  #technologies input#g-azure:checked ~ div.azure-itens img:nth-child(6) {
    transform: translate(4vh, -7vh);
  }
  #technologies input#g-css3:checked ~ div.css3-itens img:nth-child(7),
  #technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(7),
  #technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(7),
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(7),
  #technologies input#g-python:checked ~ div.python-itens img:nth-child(7),
  #technologies input#g-html5:checked ~ div.html5-itens img:nth-child(7),
  #technologies input#g-docker:checked ~ div.docker-itens img:nth-child(7),
  #technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(7),
  #technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(7),
  #technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(7),
  #technologies input#g-php:checked ~ div.php-itens img:nth-child(7),
  #technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(7),
  #technologies input#g-aws:checked ~ div.aws-itens img:nth-child(7),
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(7),
  #technologies input#g-swift:checked ~ div.swift-itens img:nth-child(7),
  #technologies input#g-java:checked ~ div.java-itens img:nth-child(7),
  #technologies input#g-sass:checked ~ div.sass-itens img:nth-child(7),
  #technologies input#g-apache:checked ~ div.apache-itens img:nth-child(7),
  #technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(7),
  #technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(7),
  #technologies input#g-node:checked ~ div.node-itens img:nth-child(7),
  #technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(7),
  #technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(7),
  #technologies input#g-azure:checked ~ div.azure-itens img:nth-child(7) {
    transform: translate(0vh, -14vh);
  }
  #technologies input#g-css3:checked ~ div.css3-itens img:nth-child(8),
  #technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(8),
  #technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(8),
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(8),
  #technologies input#g-python:checked ~ div.python-itens img:nth-child(8),
  #technologies input#g-html5:checked ~ div.html5-itens img:nth-child(8),
  #technologies input#g-docker:checked ~ div.docker-itens img:nth-child(8),
  #technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(8),
  #technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(8),
  #technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(8),
  #technologies input#g-php:checked ~ div.php-itens img:nth-child(8),
  #technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(8),
  #technologies input#g-aws:checked ~ div.aws-itens img:nth-child(8),
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(8),
  #technologies input#g-swift:checked ~ div.swift-itens img:nth-child(8),
  #technologies input#g-java:checked ~ div.java-itens img:nth-child(8),
  #technologies input#g-sass:checked ~ div.sass-itens img:nth-child(8),
  #technologies input#g-apache:checked ~ div.apache-itens img:nth-child(8),
  #technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(8),
  #technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(8),
  #technologies input#g-node:checked ~ div.node-itens img:nth-child(8),
  #technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(8),
  #technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(8),
  #technologies input#g-azure:checked ~ div.azure-itens img:nth-child(8) {
    transform: translate(-8vh, -14vh);
  }
  #technologies input#g-css3:checked ~ div.css3-itens img:nth-child(9),
  #technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(9),
  #technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(9),
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(9),
  #technologies input#g-python:checked ~ div.python-itens img:nth-child(9),
  #technologies input#g-html5:checked ~ div.html5-itens img:nth-child(9),
  #technologies input#g-docker:checked ~ div.docker-itens img:nth-child(9),
  #technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(9),
  #technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(9),
  #technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(9),
  #technologies input#g-php:checked ~ div.php-itens img:nth-child(9),
  #technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(9),
  #technologies input#g-aws:checked ~ div.aws-itens img:nth-child(9),
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(9),
  #technologies input#g-swift:checked ~ div.swift-itens img:nth-child(9),
  #technologies input#g-java:checked ~ div.java-itens img:nth-child(9),
  #technologies input#g-sass:checked ~ div.sass-itens img:nth-child(9),
  #technologies input#g-apache:checked ~ div.apache-itens img:nth-child(9),
  #technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(9),
  #technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(9),
  #technologies input#g-node:checked ~ div.node-itens img:nth-child(9),
  #technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(9),
  #technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(9),
  #technologies input#g-azure:checked ~ div.azure-itens img:nth-child(9) {
    transform: translate(-12vh, -7vh);
  }
  #technologies input#g-css3:checked ~ div.css3-itens img:nth-child(10),
  #technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(10),
  #technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(10),
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(10),
  #technologies input#g-python:checked ~ div.python-itens img:nth-child(10),
  #technologies input#g-html5:checked ~ div.html5-itens img:nth-child(10),
  #technologies input#g-docker:checked ~ div.docker-itens img:nth-child(10),
  #technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(10),
  #technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(10),
  #technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(10),
  #technologies input#g-php:checked ~ div.php-itens img:nth-child(10),
  #technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(10),
  #technologies input#g-aws:checked ~ div.aws-itens img:nth-child(10),
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(10),
  #technologies input#g-swift:checked ~ div.swift-itens img:nth-child(10),
  #technologies input#g-java:checked ~ div.java-itens img:nth-child(10),
  #technologies input#g-sass:checked ~ div.sass-itens img:nth-child(10),
  #technologies input#g-apache:checked ~ div.apache-itens img:nth-child(10),
  #technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(10),
  #technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(10),
  #technologies input#g-node:checked ~ div.node-itens img:nth-child(10),
  #technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(10),
  #technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(10),
  #technologies input#g-azure:checked ~ div.azure-itens img:nth-child(10) {
    transform: translate(-16vh, 0vh);
  }
  #technologies input#g-css3:checked ~ div.css3-itens img:nth-child(11),
  #technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(11),
  #technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(11),
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(11),
  #technologies input#g-python:checked ~ div.python-itens img:nth-child(11),
  #technologies input#g-html5:checked ~ div.html5-itens img:nth-child(11),
  #technologies input#g-docker:checked ~ div.docker-itens img:nth-child(11),
  #technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(11),
  #technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(11),
  #technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(11),
  #technologies input#g-php:checked ~ div.php-itens img:nth-child(11),
  #technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(11),
  #technologies input#g-aws:checked ~ div.aws-itens img:nth-child(11),
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(11),
  #technologies input#g-swift:checked ~ div.swift-itens img:nth-child(11),
  #technologies input#g-java:checked ~ div.java-itens img:nth-child(11),
  #technologies input#g-sass:checked ~ div.sass-itens img:nth-child(11),
  #technologies input#g-apache:checked ~ div.apache-itens img:nth-child(11),
  #technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(11),
  #technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(11),
  #technologies input#g-node:checked ~ div.node-itens img:nth-child(11),
  #technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(11),
  #technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(11),
  #technologies input#g-azure:checked ~ div.azure-itens img:nth-child(11) {
    transform: translate(-12vh, 7vh);
  }
  #technologies input#g-css3:checked ~ div.css3-itens img:nth-child(12),
  #technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(12),
  #technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(12),
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(12),
  #technologies input#g-python:checked ~ div.python-itens img:nth-child(12),
  #technologies input#g-html5:checked ~ div.html5-itens img:nth-child(12),
  #technologies input#g-docker:checked ~ div.docker-itens img:nth-child(12),
  #technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(12),
  #technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(12),
  #technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(12),
  #technologies input#g-php:checked ~ div.php-itens img:nth-child(12),
  #technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(12),
  #technologies input#g-aws:checked ~ div.aws-itens img:nth-child(12),
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(12),
  #technologies input#g-swift:checked ~ div.swift-itens img:nth-child(12),
  #technologies input#g-java:checked ~ div.java-itens img:nth-child(12),
  #technologies input#g-sass:checked ~ div.sass-itens img:nth-child(12),
  #technologies input#g-apache:checked ~ div.apache-itens img:nth-child(12),
  #technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(12),
  #technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(12),
  #technologies input#g-node:checked ~ div.node-itens img:nth-child(12),
  #technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(12),
  #technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(12),
  #technologies input#g-azure:checked ~ div.azure-itens img:nth-child(12) {
    transform: translate(-8vh, 14vh);
  }
  #technologies input#g-css3:checked ~ div.css3-itens img:nth-child(13),
  #technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(13),
  #technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(13),
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(13),
  #technologies input#g-python:checked ~ div.python-itens img:nth-child(13),
  #technologies input#g-html5:checked ~ div.html5-itens img:nth-child(13),
  #technologies input#g-docker:checked ~ div.docker-itens img:nth-child(13),
  #technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(13),
  #technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(13),
  #technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(13),
  #technologies input#g-php:checked ~ div.php-itens img:nth-child(13),
  #technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(13),
  #technologies input#g-aws:checked ~ div.aws-itens img:nth-child(13),
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(13),
  #technologies input#g-swift:checked ~ div.swift-itens img:nth-child(13),
  #technologies input#g-java:checked ~ div.java-itens img:nth-child(13),
  #technologies input#g-sass:checked ~ div.sass-itens img:nth-child(13),
  #technologies input#g-apache:checked ~ div.apache-itens img:nth-child(13),
  #technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(13),
  #technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(13),
  #technologies input#g-node:checked ~ div.node-itens img:nth-child(13),
  #technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(13),
  #technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(13),
  #technologies input#g-azure:checked ~ div.azure-itens img:nth-child(13) {
    transform: translate(0vh, 14vh);
  }
  #technologies input#g-css3:checked ~ div.css3-itens img:nth-child(14),
  #technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(14),
  #technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(14),
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(14),
  #technologies input#g-python:checked ~ div.python-itens img:nth-child(14),
  #technologies input#g-html5:checked ~ div.html5-itens img:nth-child(14),
  #technologies input#g-docker:checked ~ div.docker-itens img:nth-child(14),
  #technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(14),
  #technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(14),
  #technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(14),
  #technologies input#g-php:checked ~ div.php-itens img:nth-child(14),
  #technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(14),
  #technologies input#g-aws:checked ~ div.aws-itens img:nth-child(14),
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(14),
  #technologies input#g-swift:checked ~ div.swift-itens img:nth-child(14),
  #technologies input#g-java:checked ~ div.java-itens img:nth-child(14),
  #technologies input#g-sass:checked ~ div.sass-itens img:nth-child(14),
  #technologies input#g-apache:checked ~ div.apache-itens img:nth-child(14),
  #technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(14),
  #technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(14),
  #technologies input#g-node:checked ~ div.node-itens img:nth-child(14),
  #technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(14),
  #technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(14),
  #technologies input#g-azure:checked ~ div.azure-itens img:nth-child(14) {
    transform: translate(12vh, 7vh);
  }
  #technologies input#g-css3:checked ~ div.css3-itens img:nth-child(15),
  #technologies input#g-cypress:checked ~ div.cypress-itens img:nth-child(15),
  #technologies input#g-nginx:checked ~ div.nginx-itens img:nth-child(15),
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens img:nth-child(15),
  #technologies input#g-python:checked ~ div.python-itens img:nth-child(15),
  #technologies input#g-html5:checked ~ div.html5-itens img:nth-child(15),
  #technologies input#g-docker:checked ~ div.docker-itens img:nth-child(15),
  #technologies input#g-mongodb:checked ~ div.mongodb-itens img:nth-child(15),
  #technologies input#g-redisdb:checked ~ div.redisdb-itens img:nth-child(15),
  #technologies input#g-ruby:checked ~ div.ruby-itens img:nth-child(15),
  #technologies input#g-php:checked ~ div.php-itens img:nth-child(15),
  #technologies input#g-javascript:checked ~ div.javascript-itens img:nth-child(15),
  #technologies input#g-aws:checked ~ div.aws-itens img:nth-child(15),
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens img:nth-child(15),
  #technologies input#g-swift:checked ~ div.swift-itens img:nth-child(15),
  #technologies input#g-java:checked ~ div.java-itens img:nth-child(15),
  #technologies input#g-sass:checked ~ div.sass-itens img:nth-child(15),
  #technologies input#g-apache:checked ~ div.apache-itens img:nth-child(15),
  #technologies input#g-my-sql:checked ~ div.my-sql-itens img:nth-child(15),
  #technologies input#g-oracle:checked ~ div.oracle-itens img:nth-child(15),
  #technologies input#g-node:checked ~ div.node-itens img:nth-child(15),
  #technologies input#g-flutter:checked ~ div.flutter-itens img:nth-child(15),
  #technologies input#g-postgre:checked ~ div.postgre-itens img:nth-child(15),
  #technologies input#g-azure:checked ~ div.azure-itens img:nth-child(15) {
    transform: translate(12vh, -7vh);
  }
  #technologies input#g-css3:checked ~ div.css3-itens input[type=reset],
  #technologies input#g-cypress:checked ~ div.cypress-itens input[type=reset],
  #technologies input#g-nginx:checked ~ div.nginx-itens input[type=reset],
  #technologies input#g-dynamodb:checked ~ div.dybamodb-itens input[type=reset],
  #technologies input#g-python:checked ~ div.python-itens input[type=reset],
  #technologies input#g-html5:checked ~ div.html5-itens input[type=reset],
  #technologies input#g-docker:checked ~ div.docker-itens input[type=reset],
  #technologies input#g-mongodb:checked ~ div.mongodb-itens input[type=reset],
  #technologies input#g-redisdb:checked ~ div.redisdb-itens input[type=reset],
  #technologies input#g-ruby:checked ~ div.ruby-itens input[type=reset],
  #technologies input#g-php:checked ~ div.php-itens input[type=reset],
  #technologies input#g-javascript:checked ~ div.javascript-itens input[type=reset],
  #technologies input#g-aws:checked ~ div.aws-itens input[type=reset],
  #technologies input#g-ms-sql:checked ~ div.ms-sql-itens input[type=reset],
  #technologies input#g-swift:checked ~ div.swift-itens input[type=reset],
  #technologies input#g-java:checked ~ div.java-itens input[type=reset],
  #technologies input#g-sass:checked ~ div.sass-itens input[type=reset],
  #technologies input#g-apache:checked ~ div.apache-itens input[type=reset],
  #technologies input#g-my-sql:checked ~ div.my-sql-itens input[type=reset],
  #technologies input#g-oracle:checked ~ div.oracle-itens input[type=reset],
  #technologies input#g-node:checked ~ div.node-itens input[type=reset],
  #technologies input#g-flutter:checked ~ div.flutter-itens input[type=reset],
  #technologies input#g-postgre:checked ~ div.postgre-itens input[type=reset],
  #technologies input#g-azure:checked ~ div.azure-itens input[type=reset] {
    display: block;
  }
  #staff {
    height: 273vh;
  }
  #staff .title-staff {
    padding: 0;
    justify-content: center;
  }
  #staff .title-staff hr, #staff .title-staff h2 {
    margin: 50px 0 0 0;
    font-size: 4vh;
  }
  #staff .staff-block {
    background-size: 50vh;
  }
  #staff .staff-block .block-top, #staff .staff-block .block-botton {
    display: block;
    margin: 0;
  }
  #staff .staff-block .block-top .staff, #staff .staff-block .block-botton .staff {
    margin: 35px;
  }
  #staff .staff-block .block-top .img-staff, #staff .staff-block .block-botton .img-staff {
    width: 21vh;
  }
  #philosophy {
    height: 92vh;
    display: block;
    margin: 20vh 0 20vh 0;
    justify-content: center;
    background-size: 150vh;
  }
  #philosophy .img-3d {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #philosophy .img-3d img {
    width: 40vh;
  }
  #philosophy .title-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 20px 0;
  }
  #philosophy .paragraph-text {
    text-align: center;
    margin: 0 30px;
    width: calc(100% - 60px);
  }
  #philosophy a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  #philosophy a button {
    margin: 0;
  }
  #contact {
    padding-top: 12vh;
  }
  #contact .contact-intro h2 {
    font-size: 4vh;
  }
  #back-to-top {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  footer {
    height: 48vh;
    margin: 40px 0 40px 0;
    padding: 0;
  }
  footer hr {
    width: 80%;
  }
  .footer-function {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer-function .itens-footer {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    align-items: center;
    order: 2;
  }
  .footer-function p {
    padding: 0;
    margin: 20px 0 0 0;
    display: block;
    font-size: 2vh;
  }
  .linkedin-footer {
    order: 1;
  }
  .linkedin-footer .icon-linkedin-footer {
    width: 8vh;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 459px) {
  .block-initial #function-button .text-function {
    font-size: 2.2vh;
  }
  #technologies {
    height: 67vh;
  }
  #technologies .tech .tech-img {
    width: 8vh;
    height: 8vh;
  }
  #technologies .itens .subtech-img {
    width: 8vh;
    height: 8vh;
  }
  #philosophy .img-3d img {
    width: 30vh;
  }
  #philosophy .title-text {
    font-size: 5vh;
  }
  footer hr {
    width: 80%;
  }
}

/*# sourceMappingURL=main.css.map */