* {
  font-family: "Oxanium";
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

:root {
  --twinkle-duration: 4s;
  margin: 0;
  padding: 0;
}

section {
  padding-top: 100px;
}

.stars-wrapper {
  position: fixed;
  pointer-events: none;
  width: 100%;
  min-height: 120vh !important;
  background: linear-gradient(180deg, #11111c 0%, #1f1f35 64.94%, #332b3d 100%);
  z-index: -1;
}

.stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.stars:nth-child(2) {
  animation-delay: calc(var(--twinkle-duration) * -0.33);
}
.stars:nth-child(3) {
  animation-delay: calc(var(--twinkle-duration) * -0.66);
}
@keyframes twinkle {
  25% {
    opacity: 0;
  }
}

.star {
  fill: white;
}
.star:nth-child(3n) {
  opacity: 0.8;
}
.star:nth-child(7n) {
  opacity: 0.6;
}
.star:nth-child(13n) {
  opacity: 0.4;
}
.star:nth-child(19n) {
  opacity: 0.2;
}

.comet {
  transform-origin: center center;
  animation: comet 10s linear infinite;
}
@keyframes comet {
  0%, 40% {
    transform: translateX(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60%, 100% {
    transform: translateX(-100vmax);
    opacity: 0;
  }
}

.comet-b {
  animation-delay: -3.3s;
}

.comet-c {
  animation-delay: -5s;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
  height: 2000px;
}

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

.footer {
  /*change the size of landscape here */
  overflow: hidden;
  overflow-x: hidden !important;
  width: 100%;
  height: 300px;
  position: relative !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

/* add moon and outer moon rings here */
.disc1 {
  position: absolute;
  top: 350px;
  left: calc(50% - 110px);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #dde4f8;
  animation: moon3 0.8s 1 1.2s forwards;
}

.disc2 {
  position: absolute;
  top: 700px;
  left: calc(50% - 80px);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #bbcaf1;
  animation: moon2 1s 1 1s forwards;
}

.disc3 {
  position: absolute;
  top: 950px;
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #99b0ea;
  animation: moon1 1s 1 1s forwards;
}

/* add ridges or landscapes here */
.landscape1 {
  position: absolute;
  width: 110%;
  height: 120px;
  background-color: #7e738d;
  transform: rotate(-8deg);
  top: 170px;
}

.landscape2 {
  position: absolute;
  width: 110%;
  height: 150px;
  background-color: #595165;
  transform: rotate(8deg);
  top: 190px;
  left: -20px;
}

.landscape3 {
  position: absolute;
  width: 110%;
  height: 150px;
  background-color: #453c54;
  transform: rotate(-4deg);
  top: 210px;
}

.landscape4 {
  position: absolute;
  width: 110%;
  height: 120px;
  background-color: #312a3c;
  transform: rotate(3deg);
  top: 250px;
  left: -10px;
}

/* add trees here */
.tree1 {
  position: absolute;
  top: 1250px;
  left: 75%;
  height: 30px;
  width: 25px;
  background-color: #59a5d8;
  -webkit-clip-path: polygon(50% 0%, 22% 100%, 75% 100%);
          clip-path: polygon(50% 0%, 22% 100%, 75% 100%);
  box-shadow: 2px 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: tree1 1.3s 1 forwards 0.2s;
}

.tree2 {
  position: absolute;
  top: 1550px;
  left: 40%;
  height: 20px;
  width: 15px;
  background-color: #59a5d8;
  -webkit-clip-path: polygon(50% 0%, 22% 100%, 75% 100%);
          clip-path: polygon(50% 0%, 22% 100%, 75% 100%);
  box-shadow: 2px 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: tree2 1.3s 1 forwards 0.5s;
}

.tree3 {
  position: absolute;
  top: 1500px;
  left: 15%;
  height: 40px;
  width: 35px;
  background-color: #2395a9;
  -webkit-clip-path: polygon(50% 0%, 22% 100%, 75% 100%);
          clip-path: polygon(50% 0%, 22% 100%, 75% 100%);
  box-shadow: 2px 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: tree3 1.3s 1 forwards 0.5s;
}

.tree4 {
  position: absolute;
  top: 1650px;
  left: 65%;
  height: 40px;
  width: 35px;
  background-color: #1f8698;
  -webkit-clip-path: polygon(50% 0%, 22% 100%, 75% 100%);
          clip-path: polygon(50% 0%, 22% 100%, 75% 100%);
  box-shadow: 2px 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: tree4 1.3s 1 forwards 0.5s;
}

.tree5 {
  position: absolute;
  top: 2000px;
  left: 28%;
  height: 50px;
  width: 35px;
  background-color: #155966;
  -webkit-clip-path: polygon(50% 0%, 22% 100%, 75% 100%);
          clip-path: polygon(50% 0%, 22% 100%, 75% 100%);
  box-shadow: 2px 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: tree5 1.3s 1 forwards 0.5s;
}

.tree6 {
  position: absolute;
  top: 2150px;
  left: 55%;
  height: 50px;
  width: 35px;
  background-color: #114955;
  -webkit-clip-path: polygon(50% 0%, 22% 100%, 75% 100%);
          clip-path: polygon(50% 0%, 22% 100%, 75% 100%);
  box-shadow: 2px 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: tree6 1.3s 1 forwards 0.5s;
}

/* add stars here */
.star {
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: white;
}

.s1 {
  top: 50px;
  left: 50px;
}

.s2 {
  top: 10px;
  left: 80px;
}

.s3 {
  top: 90px;
  left: 100px;
}

.s4 {
  top: 130px;
  left: 40px;
}

.s5 {
  top: 25px;
  left: 160px;
}

.s6 {
  top: 15px;
  left: 300px;
}

.s7 {
  top: 70px;
  left: 365px;
}

.s8 {
  top: 30px;
  left: 425px;
}

.s9 {
  top: 90px;
  left: 460px;
}

.s10 {
  top: 120px;
  left: 408px;
}

.shootingstar {
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: white;
  top: 31px;
  left: 375px;
  animation: shoot 5s infinite;
}

.shootingstar2 {
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: white;
  top: 20px;
  left: 380px;
  animation: shootreverse 5s infinite;
}

#animate {
  animation: glow 4s infinite;
}

/* all the animation goes here */
@keyframes shoot {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
    width: 20px;
  }
  60% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.1;
    transform: translateX(-350px);
  }
}
@keyframes glow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shootreverse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
    width: 30px;
  }
  60% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.2;
  }
  90% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
    transform: translateX(-250px);
  }
}
@keyframes moon1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
    top: 95px;
  }
}
@keyframes moon2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.4;
    top: 70px;
  }
}
@keyframes moon3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.2;
    top: 35px;
  }
}
@keyframes tree1 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
    top: 105px;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    top: 125px;
  }
}
@keyframes tree2 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
    top: 135px;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    top: 155px;
  }
}
@keyframes tree3 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
    top: 130px;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    top: 150px;
  }
}
@keyframes tree4 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
    top: 145px;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    top: 165px;
  }
}
@keyframes tree5 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
    top: 180px;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    top: 200px;
  }
}
@keyframes tree6 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
    top: 195px;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    top: 215px;
  }
}
.clouds {
  width: 100%;
  overflow-x: hidden;
  margin-top: -300px;
}

#cloud1 {
  width: 400px;
  height: 100px;
  background: #e5f3ff;
  margin: 140px 0 0 0;
  border-radius: 50px;
  transform: translateX(-400px);
  animation: move 20s linear infinite;
  display: block-inline;
}

#cloud1:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: #e5f3ff;
  border-radius: 50%;
  margin: -100px 0 0 20px;
}

#cloud1:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: #e5f3ff;
  border-radius: 50%;
  margin: -60px 0 0 165px;
}

#cloud2 {
  width: 200px;
  height: 70px;
  background: #e5f3ff;
  margin: 60px 0 0 300px;
  border-radius: 50px;
  transform: translateX(-200px);
  animation: move 30s linear infinite;
  display: block-inline;
}

#cloud2:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: #e5f3ff;
  border-radius: 50%;
  margin: -70px 0 0 20px;
}

#cloud2:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: #e5f3ff;
  border-radius: 50%;
  margin: -40px 0 0 100px;
}

@keyframes move {
  0% {
    transform: translateX(-300px);
    opacity: 0;
  }
  20% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    transform: translateX(100vw);
    opacity: 0;
  }
}
.myHedaer {
  background-color: rgba(20, 20, 33, 0.7);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  width: 100%;
  height: 100px;
  position: fixed;
  color: #fff;
  z-index: 100;
  display: flex;
  justify-content: space-between !important;
  padding: 0% 5% 0% 5%;
  align-items: center;
}

.logo {
  display: flex;
  justify-content: start;
  align-items: center;
}

.links {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  width: auto;
}

.options {
  cursor: pointer;
}

.unactive {
  opacity: 0;
  transition: 0.3s;
}

.options:hover .unactive {
  opacity: 1;
  transition: 0.3s;
}

.etiquetas {
  color: #f28d1b;
  font-weight: bolder;
}

.logoSVG {
  margin: 0 5px;
}

.etiquetasLogo {
  font-size: 32px;
}

.socialItem {
  cursor: pointer;
  margin-left: 20px;
  transition: 0.3s;
}

.socialItem:hover {
  transform: scale(1.2);
  transition: 0.3s;
}
.socialItem:hover path {
  fill: #f28d1b;
}

.hamburguer {
  display: none;
}

.social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}

@media (max-width: 931px) {
  .links {
    display: none;
  }
  .social {
    display: none;
  }
  .hamburguer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#menuToggle {
  display: block;
  position: fixed;
  right: 5%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
  * Just a quick hamburger
  */
.hbrg {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.hbrg:first-child {
  transform-origin: 0% 0%;
}

.hbrg:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
  * Transform all the slices of hamburger
  * into a crossmark.
  */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #f28d1b;
}

/*
  * But let's hide the middle one.
  */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
  * Ohyeah and the last one should go the other direction
  */
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
  * Make this absolute positioned
  * at the top left of the screen
  */
#menu {
  background: rgba(20, 20, 33, 0.8);
  position: absolute;
  width: 300px;
  height: 110vh;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -100px;
  list-style-type: none;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 20px 0;
  margin-right: 20%;
  font-size: 24px;
  display: flex;
  justify-content: end;
  align-items: center;
  transition: 0.3s;
}

#menu li:hover .unactive {
  opacity: 1;
  transition: 0.3s;
}

a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}

/*
  * And let's fade it in from the left
  */
#menuToggle input:checked ~ ul {
  transform: none;
  opacity: 1;
}

.socialMobile {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.homeSection {
  height: 90vh !important;
  display: flex;
  padding: 200px 10% 0 10%;
  justify-content: space-between;
}

.homeDescription {
  width: 50%;
  margin-top: 10%;
}

.titleDev {
  color: #f28d17;
  font-size: 50px;
  font-style: normal;
  font-weight: extra-bold;
  line-height: 76.5px;
}

.subTitleDev {
  color: #e7e7e7;
  font-size: 36px;
  font-weight: 300;
  line-height: 40.5px; /* 153% */
}

.phrase {
  color: #ada4a4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.75px; /* 117.188% */
  margin-top: 20px;
}

.leonardo {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
}
.skills {
  min-height: 550px;
}

.generalTitle {
  width: 100%;
  font-size: 64px;
  font-weight: 700;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #e7e7e7;
}

.generalSubTitle {
  color: #e7e7e7;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.625px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

.etiqueta2 {
  color: #074eb9;
}

.balloon {
  width: 9.35rem;
  height: 9.35rem;
  background-color: #fc2d20;
  border-radius: 50%;
  border: 4px solid #ff9994;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%);
  animation: moving-balloon 3s ease infinite;
}
.balloon::after {
  width: 4.35rem;
  height: 0;
  border-top: 3.75rem solid #9c150c;
  border-left: 1.85rem solid transparent;
  border-right: 1.85rem solid transparent;
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%);
}
.balloon::before {
  width: 70px;
  height: 25px;
  background-color: #e86b5a;
  border-radius: 5px;
  content: "";
  position: absolute;
  left: 50%;
  top: 9.35rem;
  transform: translate(-50%);
}

.basket {
  width: 2.65rem;
  height: 1.75rem;
  background: #c1954b;
  border-radius: 0 0 3px 3px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 16.85rem;
  animation: moving-basket 3s ease infinite;
}
.basket:before {
  width: 3.15rem;
  height: 0.65rem;
  background: #b2a082;
  border-radius: 3px;
  content: "";
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translate(-50%);
}
.basket:after {
  width: 1.55rem;
  height: 2.15rem;
  border-left: 2px solid #b2a082;
  border-right: 2px solid #b2a082;
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translate(-50%) perspective(50px) rotateX(-40deg);
}

.cloud {
  width: 140px;
  height: 1.85rem;
  background: white;
  border-radius: 3.15rem;
  position: absolute;
  top: 6.25rem;
  right: 2.5rem;
  animation: moving-cloud 3s ease infinite;
}
.cloud::before {
  width: 3.75rem;
  height: 3.75rem;
  background: white;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 1.25rem;
}
.cloud::after {
  width: 3.15rem;
  height: 3.15rem;
  background: white;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -1.85rem;
  right: 1.55rem;
}

.globo {
  width: 300px;
  height: 300px;
  margin-left: 20%;
  transform: translate(-50%, -50%);
  transition: 1.5s;
}

@keyframes moving-balloon {
  0% {
    transform: translate(-50%);
  }
  50% {
    transform: translate(-50%, -10%);
  }
}
@keyframes moving-basket {
  0% {
    transform: translate(-50%);
  }
  50% {
    transform: translate(-50%, -40%);
  }
}
@keyframes moving-cloud {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-7%);
  }
}
.footerSection {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e7e7e7;
  font-size: 20px;
}

.footerSection a {
  color: #e7e7e7;
  text-decoration: none;
  margin: 15px;
}

.footerSection a:hover {
  color: #f28d1b;
}

.iss {
  position: relative;
  height: 250px;
  transform: translateX(-345px);
  animation: moveiss 15s linear infinite;
  z-index: -1 !important;
}

@media (max-width: 900px) {
  .iss {
    transform: translateX(-345px);
    animation: moveiss 10s linear infinite;
  }
}
@keyframes moveiss {
  0% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(100vw);
  }
}
.guante {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.gauntlet {
  width: 300px;
}

.labelgem {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .gauntlet {
    width: 200px;
  }
}
.gemlabel {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #fff;
  font-size: 1em;
  margin-bottom: 40px;
}

.gems {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.gem1 {
  background: #ffeb10;
}

.gem2 {
  background: #db5c24;
}

.gem3 {
  background: #ed100f;
}

.gem4 {
  background: #26e1ff;
}

.gem5 {
  background: #5e0562;
}

.gem6 {
  background: #00c921;
}

.skillsDesktop {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

.optionsSkills {
  color: #f28d17;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px; /* 150% */
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.tecnology {
  color: #e7e7e7;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  display: flex;
  width: 100%;
  margin: 2.5rem 0;
  padding-left: 25%;
}

.nameTech {
  margin-left: 1rem;
}

.stack {
  width: 25%;
  margin-top: 0px;
}

.optionTech {
  height: 56px;
  padding: 0 20px;
  border-radius: 6px;
  background-color: rgba(16, 16, 27, 0.7);
  color: #f28d17;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.techActive {
  border: 1px solid #f28d17;
  font-size: 24px;
}

.skillsMobile {
  display: none;
}

.rowTech {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}

.techList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 90%;
  margin: 50px auto;
}

.tecnologyMobile {
  color: #e7e7e7;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#frontList {
  display: none;
}

#backList {
  display: none;
}

#dbList {
  display: none;
}

#devList {
  display: none;
}

.techAnimation {
  display: block !important;
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.projects {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.colWork {
  width: calc(50% - 25px);
  margin: 0 auto;
}

.expand {
  width: 50px;
  margin: 0 auto;
}

.terminalContainer {
  width: 100%;
  min-height: 300px;
  margin: 0 auto 50px auto;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 13px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.tLeft {
  width: 100%;
  height: 210px;
}

.terminalHeader {
  background-color: #1f2122;
  width: 100%;
  height: 37px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
}

.terminalDots {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: 5px;
}

.dotClose {
  background-color: #ff3b47;
}

.dotMinimize {
  background-color: #ffc100;
}

.dotMaximize {
  background-color: #00d742;
}

.terminalImg {
  width: 90%;
  height: 230px;
  margin: 15px auto;
  border-radius: 10px;
}

.terminalNameProect {
  color: #f28d17;
  font-size: 27px;
  font-weight: 600;
  width: 90%;
  margin: 20px auto;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  text-decoration: none;
}

.terminalDescription {
  color: #e7e7e7;
  font-size: 18px;
  font-weight: 400;
  width: 90%;
  margin: 20px auto;
  margin-bottom: 20px 0;
}

.terminalUnderlineIntermitent {
  width: 5px;
  height: 18px;
  background-color: #f28d17;
  margin: 7px;
  animation: blink 1s infinite;
  font-size: 1px;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.yeve {
  background: url("./images/yevo.png") no-repeat center center;
}

.salix {
  background: url("./images/salix.png") no-repeat center center;
}

.connect {
  background: url("./images/connect.png") no-repeat center center;
}

.generaciont {
  background: url("./images/generaciont.png") no-repeat center center;
}

.paterson {
  background: url("./images/paterson.png") no-repeat center center;
}

.batle {
  background: url("./images/battle.png") no-repeat center center;
}

.unnax {
  background: url("./images/unnax.png") no-repeat center center;
}

.contactInput {
  width: 500px;
  height: 42px;
  margin-left: calc(50% - 250px);
  margin-top: 15px;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #f28d17;
  background-color: transparent;
  font-size: 18px;
  padding: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.contactInput:focus {
  outline: none;
}

.messageTextarea {
  height: 200px;
}

.sendBtn {
  width: 500px;
  height: 42px;
  margin-left: calc(50% - 250px);
  margin-top: 15px;
  border-radius: 8px;
  background-color: #f28d17;
  color: #f3f3f3;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.sendBtn:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media (max-width: 600px) {
  .homeSection {
    display: block !important;
    padding-top: 100px !important;
  }
  .leonardo {
    margin-left: 25%;
  }
  .floating {
    width: 120px;
    margin: 30px auto;
  }
  .homeDescription {
    width: 100%;
    text-align: center;
    margin: 0auto;
  }
  .titleDev {
    line-height: 60px;
  }
  .generalTitle {
    font-size: 36px;
  }
  .generalSubTitle {
    display: block;
    margin: 10px auto;
  }
  .titleAlert {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .etiquetas {
    margin: -4px;
  }
  section {
    padding-top: 100px;
  }
  .skillsDesktop {
    display: none;
  }
  .skillsMobile {
    display: block;
  }
  .terminalContainer {
    width: 100%;
    min-height: 300px;
    margin: 0 auto 30px auto;
  }
  .projects {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .colWork {
    width: 100%;
  }
  .tLeft {
    display: none;
  }
}
@media (max-width: 768px) {
  .tecnology svg {
    display: none !important;
  }
  .tecnology {
    margin: 0;
    padding-left: 0px;
  }
  .contactInput {
    width: 90%;
    margin-left: 5%;
  }
  .sendBtn {
    width: 90%;
    margin-left: 5%;
  }
  .globo {
    margin-top: 200px;
    margin-left: 50%;
  }
}
.tag {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

.orange {
  color: #f28d17;
}

.tagClass {
  color: #50b8fe;
}

.tagDiv {
  color: #c5cb7d;
}

.textinfo {
  color: #f3f3f3;
  font-size: 20px;
  font-weight: 500;
  width: 90%;
  margin-left: 5%;
  margin-top: 20px;
  text-align: center;
}

#about {
  width: 95%;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */