* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: var(--main-bg-color);
}

header {
  height: 100%;
  width: 100%;
}

::-webkit-scrollbar {
  width: 1px;
}

::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 6px;
}

.init-hidden {
  opacity: 0;
  transition: opacity 1s linear;
}
.init-hidden-off {
  opacity: 1;
}

nav {
  display: flex;
  background: #020202;
}

.nav-list {
  z-index: 2;
  display: flex;
}

.nav-list li {
  margin-right: 27%;
  margin-left: 27%;
}

.mobile-menu {
  display: none;
  cursor: pointer;
}

.mobile-menu div {
  width: 32px;
  height: 2px;
  background-color: aliceblue;
  margin: 5px;
  transition: 0.3s;
}

.title {
  color: aliceblue;
  font-family: "Audiowide", sans-serif;
  font-size: 2.3rem;
  opacity: 80%;
  margin-top: 1%;
  margin-left: 2%;
  margin-right: 5%;
  z-index: 1;
}

.titles {
  color: aliceblue;
  font-size: 1.4rem;
  font-size: clamp(0.9em, 1.2em + 1vw, 1.5em);
  margin-top: 1.8rem;
  text-align: left;
  opacity: 80%;
  cursor: pointer;
  margin-left: 15%;
  margin-right: 15%;
}

.titles:hover {
  opacity: 30%;
}
.display {
  position: fixed;
  top: 1.4rem;
  right: 2rem;
  background-color: transparent;
  color: azure;
  width: 6.4rem;
  height: 2.5rem;
  border-radius: 5rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.3rem;
  border: 0.001rem solid aliceblue;
  opacity: 80%;
  z-index: 1;
}

.text-container {
  width: 100%;
  height: 0;
}

.profession {
  font-family: monospace;
  font-size: clamp(10em, 8em + 4vw, 12em);
  color: azure;
  opacity: 40%;
  text-align: center;
  position: relative;
  width: 100%;
  height: 0;
  top: 1svh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: transparent;
}

.earth-container {
  top: 5em;
  width: 100%;
  height: 0;
  position: absolute;
  background-color: transparent;
  z-index: 0;
}

.p1 {
  color: azure;
  font-size: 1.5ch;
  opacity: 75%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -24ch;
  font-family: cursive;
  background-color: transparent;
}

.container1 {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: transparent;
}

.services {
  margin-top: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  color: azure;
  width: 62rem;
  height: 5rem;
  border-radius: 1rem;
  text-align: center;
  line-height: 2.5rem;
  border: 0.001px solid aliceblue;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text1 {
  color: azure;
  font-size: 4ch;
  text-align: center;
  background-color: transparent;
}

.menor-opacity {
  opacity: 45%;
}
.high-opacity {
  opacity: 95%;
}

.text2 {
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  color: azure;
  text-align: center;
  font-size: 3rem;
  font-size: clamp(2.6em, 2.8em + 1vw, 3em);
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 90%;
}
.text3 {
  margin-top: -10%;
  margin-left: 15%;
  margin-right: 15%;
  background-color: transparent;
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 2.2rem;
  opacity: 90%;
}

.text4 {
  margin-top: 5%;
  margin-left: 15%;
  margin-right: 15%;
  background-color: transparent;
  color: rgb(255, 252, 252);
  text-align: center;
  font-size: 3rem;
  opacity: 0.8;
}

.white-button {
  background-color: white;
  font-size: 1rem;
  color: black;
  padding: 12px 22px;
  border: 1px solid black;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 3%;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 15%;
  transition: transform 0.2s ease-in-out;
  opacity: 0.7;
}

.white-button:active {
  transform: translateY(2px);
}

.redes {
  display: none;
}
.gmail {
  display: none;
}

.enquiries {
  display: none;
}
:root {
  --border-color: azure;
  --shadow-color: #734bd4;
  --main-bg-color: #000000;
  --secondary-bg-color: #2e2938;
  --lamp-light-color: #969696;
  --lamp-dark-color: #7196df;
  --rope-color: #384db8;
  --icon-color: #ebe4f1;

  --lamp-width: 140px;
  --lamp-height: 100px;
  --lamp-top-height: 20px;
}

.luz {
  box-sizing: border-box;
  margin-top: 0.1%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100svh;
}

form {
  margin: 0;
  width: 190px;
  padding: 1em 2.2em;
  border-radius: 4px;
  background: var(--secondary-bg-color);
  box-shadow: 0 5px 15px var(--shadow-color);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
form {
  animation: pulse 4s infinite;
}

.lamp-wrapper {
  position: relative;
  width: 100%;
  justify-content: center;
  display: flex;
}

.lamp {
  height: var(--lamp-height);
  width: var(--lamp-width);
  position: relative;
  z-index: 2;
}

.lamp-part {
  background-color: var(--lamp-dark-color);
  transform: skewX(-5deg);
  height: var(--lamp-height);
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
}
.lamp-part.-body.right {
  transform: skewX(5deg);
  left: auto;
  right: 0;
}
.lamp-part.-top {
  background: transparent;
  position: absolute;
  width: calc(var(--lamp-width) - 10px);
  height: var(--lamp-top-height);
  left: 6px;
  top: -17px;
}
.lamp-part.-top-part {
  width: 50%;
  height: var(--lamp-top-height);
  left: 0;
  top: 0;
  transform: skewX(-5deg);
  border-radius: 80% 0 0 0;
  border-top: 2px solid var(--border-color);
  border-bottom: none;
}
.lamp-part.-top-part.right {
  transform: skewX(5deg);
  left: auto;
  right: 1px;
  border-radius: 0 80% 0 0;
}
.lamp-part.-bottom {
  background: linear-gradient(#fffffa, #fdffb2);
  height: calc(var(--lamp-top-height) + 10px);
  width: calc(var(--lamp-width) + 10px);
  position: absolute;
  top: auto;
  bottom: -18px;
  left: -5px;
  border-radius: 50%;
  border-top: 3px solid var(--border-color);
  border-bottom: 2px solid var(--lamp-light-color);
}
.lamp-part.-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(var(--border-color), var(--lamp-light-color));
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.blub {
  position: absolute;
  width: calc(var(--lamp-width) - 20px);
  height: calc(var(--lamp-height) - 20px);
  top: calc(var(--lamp-top-height) - 10px);
  left: calc(var(--lamp-top-height) - 10px);
  border-radius: 5% 3% 38% 40%;
  background-color: #fffffa;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  z-index: 2;
  opacity: 0;
  transition: all 300ms;
}
.lamp-rope {
  position: absolute;
  width: 8px;
  height: 1200px;
  background: linear-gradient(var(--border-color) 90%, var(--rope-color));
  bottom: 100%;
  margin: auto;
  opacity: 80%;
}

.wall-light-shadow {
  background: linear-gradient(
    var(--lamp-light-color),
    var(--main-bg-color) 30%
  );
  width: 80%;
  height: 200vh;
  position: absolute;
  top: 150%;
  left: auto;
  border-radius: 50% 50% 0 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
  opacity: 0;
  transition: all 300ms;
}

.icon {
  width: 8px;
  height: 8px;
  display: inline-block;
}

.sun {
  background: var(--icon-color);
  border-radius: 50%;
  position: relative;
  float: left;
  transform: scale(0.8);
}

.ray {
  background: var(--icon-color);
  width: 2px;
  height: 4px;
  position: absolute;
  left: 3px;
  bottom: 12px;
  transform-origin: 50% calc(100% + 8px);
  border-radius: 50%;
}

.ray:nth-child(1) {
  transform: rotate(45deg);
}

.ray:nth-child(2) {
  transform: rotate(90deg);
}

.ray:nth-child(3) {
  transform: rotate(135deg);
}

.ray:nth-child(4) {
  transform: rotate(180deg);
}

.ray:nth-child(5) {
  transform: rotate(225deg);
}

.ray:nth-child(6) {
  transform: rotate(270deg);
}

.ray:nth-child(7) {
  transform: rotate(315deg);
}

.ray:nth-child(8) {
  transform: rotate(360deg);
}

input[type="range"] {
  width: calc(100% - 30px);
  float: right;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: var(--icon-color);
}

input[type="range"]::-webkit-slider-thumb {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: var(--icon-color);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}

input[type="range"]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 5px var(--icon-color);
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: var(--icon-color);
}

input[type="range"]::-moz-range-thumb {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: var(--icon-color);
  cursor: pointer;

  margin-top: -6px;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: var(--icon-color);
}

input[type="range"]::-ms-thumb {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: var(--icon-color);
  cursor: pointer;

  margin-top: -6px;
}

body[data-light^="1"] {
  .blub,
  .wall-light-shadow {
    opacity: 0.1;
  }
  .lamp-part.-bottom:before {
    opacity: 0.9;
  }
}
body[data-light^="2"] {
  .blub,
  .wall-light-shadow {
    opacity: 0.2;
  }
  .lamp-part.-bottom:before {
    opacity: 0.8;
  }
}
body[data-light^="3"] {
  .blub,
  .wall-light-shadow {
    opacity: 0.3;
  }
  .lamp-part.-bottom:before {
    opacity: 0.7;
  }
}
body[data-light^="4"] {
  .blub,
  .wall-light-shadow {
    opacity: 0.4;
  }
  .lamp-part.-bottom:before {
    opacity: 0.6;
  }
}
body[data-light^="5"] {
  .blub,
  .wall-light-shadow {
    opacity: 0.5;
  }
  .lamp-part.-bottom:before {
    opacity: 0.5;
  }
}
body[data-light^="6"] {
  .blub,
  .wall-light-shadow {
    opacity: 0.6;
  }
  .lamp-part.-bottom:before {
    opacity: 0.4;
  }
}
body[data-light^="7"] {
  .blub,
  .wall-light-shadow {
    opacity: 0.7;
  }
  .lamp-part.-bottom:before {
    opacity: 0.3;
  }
}
body[data-light^="8"] {
  .blub,
  .wall-light-shadow {
    opacity: 0.8;
  }
  .lamp-part.-bottom:before {
    opacity: 0.2;
  }
}
body[data-light^="9"] {
  .blub,
  .wall-light-shadow {
    opacity: 0.9;
  }
  .lamp-part.-bottom:before {
    opacity: 0.1;
  }
}
body[data-light="10"] {
  .blub,
  .wall-light-shadow {
    opacity: 1;
  }
  .lamp-part.-bottom:before {
    opacity: 0;
  }
}

.fim {
  color: aliceblue;
  font-size: clamp(0.7em, 1em + 1vw, 1.3em);
  opacity: 0.7;
  font-family: "Calibri light";
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.container2 {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.footer {
  position: fixed;
  bottom: 2%;
  width: 100%;
}

.mac {
  margin-top: 450px;
  position: absolute;
}

.t1 {
  background-color: transparent;
  opacity: 0.4;
  margin-top: 15%;
  margin-right: 5%;
  margin-left: 5%;
  font-size: 45px;
  text-align: center;
  color: azure;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-style: oblique;
}

.container3 {
  height: 100%;
  width: 100%;
  display: flexbox;
  flex-wrap: wrap;
  background-color: transparent;
}

.ano {
  margin-top: 14%;
  margin-left: 2%;
  margin-bottom: 0.5%;
  background-color: transparent;
  opacity: 0.6;
  font-size: 45px;
  text-align: left;
  color: azure;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.port {
  margin-left: 2%;
  background-color: transparent;
  opacity: 0.7;
  font-size: 45px;
  text-align: left;
  color: azure;

  cursor: pointer;
}

.port:hover {
  opacity: 30%;
}

.hr {
  border-radius: 60px;
  margin-left: 1%;
  margin-right: 1%;
  opacity: 0.2;
  z-index: 0;
}

.t2 {
  background-color: transparent;
  opacity: 0.4;
  margin-top: 15%;
  margin-right: 5%;
  margin-left: 5%;
  font-size: 30px;
  text-align: center;
  color: azure;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-style: oblique;
}

@media only screen and (max-width: 281px) {
  .display {
    display: none;
  }
  .title {
    font-size: clamp(0.6em, 1em + 1vw, 1.3em);
    margin-top: 2%;
    margin-left: 5%;
    margin-right: 0;
    z-index: 1;
  }

  .text-container {
    top: 0.5svh;
  }

  .profession {
    font-size: clamp(2.6em, 3em + 0vw, 3.2em);
    top: 12svh;
  }

  .earth-container {
    top: -10svh;
  }

  .p1 {
    font-size: 1.5svh;
    margin-top: -23svh;
  }

  .nav-list {
    position: absolute;
    top: 20%;
    width: 100%;
    height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
    margin: auto;
  }

  .nav-list li {
    opacity: 0;
  }

  .nav-list li {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .mobile-menu {
    margin-left: auto;
    margin-right: 4%;
    margin-top: 3%;
    display: inline-table;
    align-items: start;
    justify-content: start;
    z-index: 1;
  }

  .mobile-menu div {
    width: 24px;
    margin: 2px;
  }

  .nav-list.active {
    transform: translateX(0);
    box-shadow: 0 0 50vw 50vh rgba(0, 0, 0, 0.8);
  }

  body.nav-list-active {
    touch-action: none;
  }

  @keyframes navLinkFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .mobile-menu.active .line1 {
    width: 17px;
    transform: rotate(-45deg) translate(-3px, 4px);
  }

  .mobile-menu.active .line2 {
    opacity: 0;
  }

  .mobile-menu.active .line3 {
    width: 17px;
    transform: rotate(45deg) translate(-1px, -3px);
  }

  .mobile-menu.active .line4 {
    opacity: 0;
  }

  .blocredes {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    right: 0;
  }

  .titles {
    text-align: center;
    margin: 0;
  }

  .enquiries {
    display: none;
    color: azure;
    font-size: 2.5svh;
    opacity: 40%;
    text-align: left;
    margin-left: 2%;
    margin-right: 0;
    margin-top: 2%;
    font-family: "Arial Narrow", Arial, sans-serif;
  }

  .gmail {
    display: none;
    color: azure;
    font-size: 2.5svh;
    opacity: 80%;
    text-align: left;
    margin-left: 2%;
    margin-top: 4%;
    margin-right: 0;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
  }

  .gmail:hover {
    opacity: 40%;
  }

  .redes {
    display: none;
    color: azure;
    font-size: 2.5svh;
    opacity: 40%;
    text-align: left;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 4%;
    cursor: pointer;
  }
  .redes:hover {
    opacity: 70%;
  }

  .nav-list.active .gmail,
  .nav-list.active .redes,
  .nav-list.active .enquiries,
  .nav-list.active .blocredes {
    display: flex;
  }

  .services {
    margin-top: 200%;
    width: 45svh;
    height: 8svh;
    border-radius: 1svh;
    line-height: 2.5svh;
  }

  .text1 {
    font-size: 1.9svh;
  }

  .text2 {
    margin-top: 30%;
    background-color: transparent;
    font-size: 2svh;
  }

  .text3 {
    margin-top: -17%;
    font-size: 1.5svh;
  }

  .text4 {
    margin-top: 25%;
    font-size: 4svh;
  }
  .white-button {
    margin-top: 7%;
    margin-bottom: 25%;
  }

  .fim {
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 1.5svh;
  }

  .ano {
    margin-top: 30%;
  }
  .mac {
    margin-top: 140px;
  }
  .t1 {
    margin-top: 20%;
    font-size: 22px;
  }
  .ano {
    font-size: 22px;
  }
  .port {
    font-size: 22px;
  }
  .t2 {
    margin-top: 20%;
    font-size: 22px;
  }
}

@media only screen and (min-width: 282px) and (max-width: 299px) {
  .display {
    display: none;
  }

  .title {
    font-size: clamp(0.6em, 1em + 1vw, 1.3em);
    margin-top: 2%;
    margin-left: 5%;
    margin-right: 0;
    z-index: 1;
  }

  .text-container {
    top: 0.5svh;
  }

  .profession {
    font-size: clamp(2.6em, 3em + 0vw, 3.2em);
    top: 22svh;
  }

  .earth-container {
    top: 0.5svh;
  }

  .p1 {
    font-size: 2svh;
    margin-top: -23svh;
  }

  .nav-list {
    position: absolute;
    top: 20%;
    width: 100%;
    height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
    margin: auto;
  }

  .nav-list li {
    opacity: 0;
  }

  .nav-list li {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .mobile-menu {
    margin-left: auto;
    margin-right: 4%;
    margin-top: 3%;
    display: inline-table;
    align-items: start;
    justify-content: start;
    z-index: 1;
  }

  .mobile-menu div {
    width: 24px;
    margin: 2px;
  }

  .nav-list.active {
    transform: translateX(0);
    box-shadow: 0 0 50vw 50vh rgba(0, 0, 0, 0.8);
  }
  body.nav-list-active {
    touch-action: none;
  }
  @keyframes navLinkFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .mobile-menu.active .line1 {
    width: 17px;
    transform: rotate(-45deg) translate(-3px, 4px);
  }
  .mobile-menu.active .line2 {
    opacity: 0;
  }
  .mobile-menu.active .line3 {
    width: 17px;
    transform: rotate(45deg) translate(-1px, -3px);
  }
  .mobile-menu.active .line4 {
    opacity: 0;
  }
  .blocredes {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    right: 0;
  }

  .titles {
    text-align: center;
    margin: 0;
  }

  .enquiries {
    display: none;
    color: azure;
    font-size: 2.5svh;
    opacity: 40%;
    text-align: left;
    margin-left: 2%;
    margin-right: 0;
    margin-top: 2%;
    font-family: "Arial Narrow", Arial, sans-serif;
  }

  .gmail {
    display: none;
    color: azure;
    font-size: 2.5svh;
    opacity: 80%;
    text-align: left;
    margin-left: 2%;
    margin-right: 0;
    margin-top: 2%;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
  }

  .gmail:hover {
    opacity: 40%;
  }

  .redes {
    display: none;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 4%;
    color: azure;
    font-size: 2.5svh;
    opacity: 40%;
    text-align: left;
    cursor: pointer;
  }
  .redes:hover {
    opacity: 70%;
  }

  .nav-list.active .gmail,
  .nav-list.active .redes,
  .nav-list.active .enquiries,
  .nav-list.active .blocredes {
    display: flex;
  }

  .services {
    margin-top: 195%;
    width: 34svh;
    height: 5svh;
    border-radius: 1svh;
    line-height: 2.5svh;
  }

  .text1 {
    font-size: 1.4svh;
  }

  .text2 {
    margin-top: 45%;
    background-color: transparent;
    font-size: 2svh;
  }

  .text3 {
    margin-top: -17%;
    font-size: 1.5svh;
  }

  .text4 {
    margin-top: 25%;
    font-size: 4svh;
  }
  .white-button {
    margin-top: 7%;
    margin-bottom: 25%;
  }

  .fim {
    font-size: 1.5svh;
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .ano {
    margin-top: 30%;
  }
  .mac {
    margin-top: 140px;
  }
  .t1 {
    margin-top: 20%;
    font-size: 22px;
  }
  .ano {
    font-size: 22px;
  }
  .port {
    font-size: 22px;
  }
  .t2 {
    margin-top: 20%;
    font-size: 22px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 389px) {
  /*Okay*/
  .display {
    display: none;
  }

  .title {
    font-size: clamp(0.6em, 1em + 1vw, 1.3em);
    margin-top: 2%;
    margin-left: 5%;
    margin-right: 0;
    z-index: 1;
  }

  .text-container {
    top: 0.5svh;
  }

  .profession {
    font-size: clamp(2.6em, 3em + 0vw, 3.2em);
    top: 19svh;
  }

  .earth-container {
    top: 0.5svh;
  }

  .p1 {
    font-size: 2svh;
    margin-top: -23svh;
  }

  .nav-list {
    position: absolute;
    top: 20%;
    width: 100%;
    height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
    margin: auto;
  }

  .nav-list li {
    opacity: 0;
  }

  .nav-list li {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .mobile-menu {
    margin-left: auto;
    margin-right: 4%;
    margin-top: 3%;
    display: inline-table;
    align-items: start;
    justify-content: start;
    z-index: 1;
  }
  .mobile-menu div {
    width: 24px;
    margin: 2px;
  }

  .nav-list.active {
    transform: translateX(0);
    box-shadow: 0 0 50vw 50vh rgba(0, 0, 0, 0.8);
  }
  body.nav-list-active {
    touch-action: none;
  }
  @keyframes navLinkFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .mobile-menu.active .line1 {
    width: 17px;
    transform: rotate(-45deg) translate(-3px, 4px);
  }
  .mobile-menu.active .line2 {
    opacity: 0;
  }
  .mobile-menu.active .line3 {
    width: 17px;
    transform: rotate(45deg) translate(-1px, -3px);
  }
  .mobile-menu.active .line4 {
    opacity: 0;
  }

  .blocredes {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    right: 0;
  }

  .titles {
    text-align: center;
    margin: 0;
  }

  .enquiries {
    display: none;
    color: azure;
    font-size: 2.5svh;
    opacity: 40%;
    text-align: left;
    margin-left: 2%;
    margin-right: 0;
    margin-top: 2%;
    font-family: "Arial Narrow", Arial, sans-serif;
  }

  .gmail {
    display: none;
    color: azure;
    font-size: 2.5svh;
    opacity: 80%;
    text-align: left;
    margin-left: 2%;
    margin-right: 0;
    margin-top: 4%;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
  }

  .gmail:hover {
    opacity: 40%;
  }

  .redes {
    display: none;
    color: azure;
    font-size: 2.5svh;
    opacity: 40%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 4%;
    text-align: left;
    cursor: pointer;
  }

  .redes:hover {
    opacity: 70%;
  }

  .nav-list.active .gmail,
  .nav-list.active .redes,
  .nav-list.active .enquiries,
  .nav-list.active .blocredes {
    display: flex;
  }

  .services {
    margin-top: 200%;
    width: 40svh;
    height: 5svh;
    border-radius: 1svh;
    line-height: 2.5svh;
  }

  .text1 {
    font-size: 1.4svh;
  }

  .text2 {
    margin-top: 45%;
    background-color: transparent;
    font-size: 2svh;
  }
  .text3 {
    margin-top: -17%;
    font-size: 1.5svh;
  }

  .text4 {
    margin-top: 25%;
    font-size: 4svh;
  }
  .white-button {
    margin-top: 7%;
    margin-bottom: 25%;
  }

  .fim {
    font-size: 1.5svh;
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .ano {
    margin-top: 30%;
  }
  .mac {
    margin-top: 140px;
  }
  .t1 {
    margin-top: 20%;
    font-size: 22px;
  }
  .ano {
    font-size: 22px;
  }
  .port {
    font-size: 22px;
  }
  .t2 {
    margin-top: 20%;
    font-size: 22px;
  }
}

@media only screen and (min-width: 390px) and (max-width: 450px) {
  /*ok*/
  .display {
    display: none;
  }

  .title {
    font-size: clamp(0.8em, 1.1em + 1vw, 1.5em);
    margin-left: 5%;
    margin-right: 0;
    margin-top: 2%;
    z-index: 1;
  }

  .text-container {
    top: 0.5svh;
  }

  .profession {
    font-size: clamp(3.4em, 3.6em + 0.2vw, 4em);
    top: 21svh;
  }

  .earth-container {
    top: 0.5svh;
  }

  .p1 {
    font-size: 2.2svh;
    margin-top: -15svh;
  }

  .nav-list {
    position: absolute;
    top: 15%;
    width: 100%;
    height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
    margin: auto;
  }

  .nav-list li {
    opacity: 0;
  }

  .nav-list li {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .mobile-menu {
    margin-left: auto;
    margin-right: 4%;
    margin-top: 3%;
    display: inline-table;
    align-items: start;
    justify-content: start;
    z-index: 1;
  }

  .mobile-menu div {
    width: 24px;
    margin: 2px;
  }

  .nav-list.active {
    transform: translateX(0);
    box-shadow: 0 0 50vw 50vh rgba(0, 0, 0, 0.8);
  }

  body.nav-list-active {
    overflow-y: hidden;
    touch-action: none;
  }

  @keyframes navLinkFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .mobile-menu.active .line1 {
    width: 17px;
    transform: rotate(-45deg) translate(-3px, 4px);
  }
  .mobile-menu.active .line2 {
    opacity: 0;
  }
  .mobile-menu.active .line3 {
    width: 17px;
    transform: rotate(45deg) translate(-1px, -3px);
  }
  .mobile-menu.active .line4 {
    opacity: 0;
  }

  .blocredes {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    right: 0;
  }

  .titles {
    text-align: center;
    margin: 0;
  }

  .enquiries {
    display: none;
    color: azure;
    font-size: 2.5svh;
    opacity: 40%;
    text-align: left;
    margin-left: 2%;
    margin-right: 0;
    margin-top: 2%;
    font-family: "Arial Narrow", Arial, sans-serif;
  }

  .gmail {
    display: none;
    color: azure;
    font-size: 2.5svh;
    opacity: 80%;
    text-align: left;
    margin-left: 2%;
    margin-right: 0;
    margin-top: 4%;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
  }

  .gmail:hover {
    opacity: 40%;
  }

  .redes {
    display: none;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 4%;
    text-align: left;
    color: azure;
    font-size: 2.5svh;
    opacity: 40%;
    cursor: pointer;
  }

  .redes:hover {
    opacity: 70%;
  }

  .nav-list.active .gmail,
  .nav-list.active .redes,
  .nav-list.active .enquiries,
  .nav-list.active .blocredes {
    display: flex;
  }

  .services {
    margin-top: 215%;
    width: 47svh;
    height: 5svh;
    border-radius: 1svh;
    line-height: 2.5svh;
  }

  .text1 {
    font-size: 1.6svh;
  }

  .text2 {
    margin-top: 55%;
    background-color: transparent;
    font-size: 2svh;
  }

  .text3 {
    margin-top: -17%;
    font-size: 2.2svh;
  }

  .text4 {
    margin-top: 25%;
    font-size: 4svh;
  }

  .white-button {
    margin-top: 7%;
    margin-bottom: 25%;
  }

  .fim {
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 2svh;
  }

  .ano {
    margin-top: 30%;
  }

  .mac {
    margin-top: 140px;
  }

  .t1 {
    margin-top: 20%;
    font-size: 22px;
  }

  .ano {
    font-size: 22px;
  }

  .port {
    font-size: 22px;
  }

  .t2 {
    margin-top: 20%;
    font-size: 22px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 599px) {
  /*okay*/
  .title {
    font-size: clamp(0.8em, 1.1em + 1vw, 1.3em);
    z-index: 1;
    margin-right: 0;
    margin-top: 2%;
    margin-left: 2%;
  }
  .nav-list li {
    margin-right: 2%;
    margin-left: 2%;
  }
  .titles {
    margin-top: 15px;
    font-size: clamp(0.6em, 0.9em + 1vw, 1.2em);
  }
  .display {
    margin-right: -5%;
    margin-top: -3%;
    z-index: 2;
  }
  .profession {
    font-size: clamp(2em, 5em + 1vw, 7em);
    top: 19svh;
  }
  .earth-container {
    top: 2%;
  }
  .text1 {
    font-size: 2.5ch;
  }
  .services {
    margin-top: 140%;
    width: 33rem;
  }

  .text2 {
    font-size: clamp(1.2em, 1.4em + 1vw, 1.8em);
    margin-top: 30%;
  }
  .text3 {
    font-size: clamp(0.4em, 0.7em + 1vw, 0.8em);
  }

  .text4 {
    margin-top: 15%;
    font-size: clamp(1.5em, 2em + 1vw, 3em);
  }
  .fim {
    font-size: clamp(0.4em, 0.6em + 1vw, 1em);
  }
}

@media only screen and (min-width: 600px) and (max-width: 799px) {
  /*okay*/
  .title {
    font-size: clamp(1.1em, 1.3em + 1vw, 1.6em);
    margin-top: 2%;
    margin-left: 2%;
  }
  .nav-list li {
    margin-right: 5%;
    margin-left: 5%;
  }

  .titles {
    margin-top: 1.4rem;
    font-size: clamp(0.7em, 1em + 1vw, 1.3em);
  }

  .display {
    margin-top: -0.4rem;
  }

  .profession {
    font-size: clamp(3em, 6.5em + 0vw, 8em);
    top: 27svh;
  }

  .earth-container {
    top: 5%;
  }

  .text1 {
    font-size: 3ch;
  }

  .services {
    margin-top: 160%;
    width: 39rem;
  }

  .text2 {
    margin-top: 30%;
    font-size: clamp(1.4em, 1.6em + 1vw, 2em);
  }

  .text3 {
    margin-top: -40%;
    font-size: clamp(1em, 2em + 1vw, 3em);
  }

  .text4 {
    margin-top: 15%;
    font-size: clamp(2em, 2.5em + 1vw, 3.3em);
  }

  .fim {
    font-size: clamp(0.5em, 0.8em + 1vw, 1.1em);
  }
}

@media only screen and (min-width: 800px) and (max-width: 899px) {
  /*okay*/
  .title {
    font-size: clamp(1.3em, 1.6em + 1vw, 1.9em);
    margin-top: 2%;
    margin-left: 3%;
  }
  .nav-list li {
    margin-right: 8%;
    margin-left: 8%;
  }

  .display {
    margin-top: -0.2rem;
  }

  .titles {
    margin-top: 1.7rem;
    font-size: clamp(0.7em, 1em + 1vw, 1.3em);
  }

  .profession {
    font-size: clamp(4.4em, 6.9em + 0vw, 8.5em);
    top: 27svh;
  }

  .earth-container {
    top: 2%;
  }

  .text1 {
    font-size: 3.5ch;
  }

  .services {
    margin-top: 180%;
    width: 45rem;
  }

  .text2 {
    margin-top: 40%;
    font-size: clamp(1.6em, 1.8em + 1vw, 2.2em);
  }

  .text3 {
    margin-top: -40%;
    font-size: clamp(2em, 2.2em + 1vw, 2.4em);
  }

  .text4 {
    margin-top: 15%;
    font-size: clamp(2em, 2.5em + 1vw, 3.3em);
  }

  .fim {
    font-size: clamp(0.5em, 0.8em + 1vw, 1.1em);
  }
}
@media only screen and (min-width: 900px) and (max-width: 1100px) {
  /*okay*/
  .title {
    margin-top: 2%;
    margin-left: 3%;
    font-size: clamp(1.5em, 1.8em + 1vw, 2.1em);
  }

  .nav-list li {
    margin-right: 10%;
    margin-left: 10%;
  }

  .titles {
    font-size: clamp(0.8em, 1.1em + 1vw, 1.4em);
  }

  .profession {
    font-size: clamp(3.3em, 6.5em + 2vw, 8em);
    top: 27svh;
  }

  .services {
    margin-top: 162%;
    width: 50rem;
  }

  .text2 {
    margin-top: 30%;
    font-size: clamp(2em, 2.2em + 1vw, 2.6em);
  }

  .text3 {
    margin-top: -30%;
    font-size: clamp(2em, 2.4em + 1vw, 2.6em);
  }
  .text4 {
    margin-top: 15%;
    font-size: clamp(2em, 2.5em + 1vw, 3.3em);
  }
  .fim {
    font-size: clamp(0.5em, 0.8em + 1vw, 1.1em);
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1280px) {
  /*okay*/
  .nav-list li {
    margin-right: 23%;
    margin-left: 23%;
  }

  .services {
    margin-top: 75%;
  }

  .text2 {
    margin-top: 25%;
  }

  .text3 {
    margin-top: -10%;
    font-size: clamp(2em, 2.4em + 1vw, 2.6em);
  }

  .text4 {
    margin-top: 15%;
    font-size: clamp(2em, 2.5em + 1vw, 3.3em);
  }

  .fim {
    font-size: clamp(0.7em, 1em + 1vw, 1.3em);
  }
}
