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

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

img {
  max-width: 100%;
}

section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.morem a {
  color: #2d2d2d;
  overflow: hidden;
  border: 1px solid #a7ff50;
  padding: .6rem;
  border-radius: 2rem;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 140px;
  text-align: center;
  background-color: #a7ff50;
  margin-top: 1rem;
  font-size: .8rem;
  display: block;
}

.morem a:hover {
  color: #e7e7e7;
  background-color: transparent;
}

.contenar {
  width: 80%;
  margin-inline: auto;
}

@media screen and (max-width: 1024px) {
  .contenar {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .contenar {
    width: 95%;
  }
}

body {
  background-color: #2d2d2d;
  color: #e7e7e7;
  font-family: sans-serif;
  text-transform: capitalize;
}

nav {
  padding: 1rem 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 74px;
  z-index: 10;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav ul img {
  width: 50px;
}

nav ul li {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

nav ul li a {
  padding: 0 .5rem;
  overflow: hidden;
}

nav ul li:not(:last-child):hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

nav ul li:last-child {
  position: relative;
}

nav ul li:last-child a {
  color: #e7e7e7;
  overflow: hidden;
  border: 1px solid #a7ff50;
  padding: .8rem;
  border-radius: 2rem;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

@media screen and (max-width: 767px) {
  nav ul li:last-child a {
    background-color: #a7ff50;
    color: initial;
  }
}

nav ul li:last-child a:hover {
  background-color: #a7ff50;
  color: #2d2d2d;
}

@media screen and (max-width: 767px) {
  nav ul li:last-child {
    position: fixed;
    right: 2%;
    bottom: 3%;
  }
}

@media screen and (max-width: 767px) {
  nav {
    padding: .2rem .5rem 0;
    background-color: #418300;
  }
}

header {
  margin-top: 74px;
  height: 91vh;
  position: relative;
}

header .contenar {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  header .contenar {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

header .contenar .intro {
  font-size: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header .contenar .intro p:first-child {
  color: #a7ff50;
  color: #a7ff50;
  font-weight: 700;
  margin-bottom: 1rem;
}

header .contenar .intro p:last-child {
  color: #aaa;
  line-height: 1.6;
}

header .contenar .intro p:last-child span {
  font-weight: bold;
  color: #e7e7e7;
}

header .contenar .intro h1 {
  margin-bottom: 1rem;
}

header .contenar .intro button {
  margin-top: 1.5rem;
  padding: .8rem 1rem;
  background-color: #a7ff50;
  border-radius: 2rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  header .contenar .intro {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .contenar .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  header .contenar .img {
    margin-top: -3rem;
  }
}

header .contenar .flow-box {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header .contenar .flow-box .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  background-color: #0f0909;
  padding: 1rem;
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  header .contenar .flow-box .imgs {
    gap: 1rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

header .contenar .flow-box .imgs img {
  width: 60px;
  cursor: pointer;
  background-color: #e7e7e7;
  padding: .8rem;
  border-radius: 2rem;
}

header .contenar .flow-box .imgs img:last-child {
  background-color: #a7ff50;
}

@media screen and (max-width: 767px) {
  header .contenar .flow-box .imgs img {
    width: 40px;
    padding: .2 rem;
  }
}

@media screen and (max-width: 767px) {
  header .contenar .flow-box {
    bottom: 3%;
    width: 100%;
  }
}

header::after {
  content: "";
  position: absolute;
  top: 20%;
  width: 600px;
  height: 500px;
  background-color: rebeccapurple;
  border-radius: 50%;
  right: 9%;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  header::after {
    width: 500px;
    right: 2%;
  }
}

@media screen and (max-width: 767px) {
  header::after {
    width: 356px;
    right: 7%;
    height: 309px;
    top: 50%;
    z-index: -1;
  }
}

.about-me {
  background-color: #3d3c3c;
}

.about-me .contenar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 1024px) {
  .about-me .contenar {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .about-me .contenar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-me .contenar .right {
  font-size: 1.5rem;
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  position: relative;
}

.about-me .contenar .right > p {
  color: #a7ff50;
  margin-bottom: 1rem;
}

.about-me .contenar .right .img {
  position: relative;
  overflow: hidden;
}

.about-me .contenar .right .img img {
  width: 70%;
  margin-top: 1rem;
}

.about-me .contenar .right .img::after {
  content: "";
  position: absolute;
  width: 36%;
  height: 52%;
  top: -90px;
  right: 13%;
  background-color: #3d3c3c;
  -webkit-transform: rotate(35deg);
  transform: rotate(141deg);
}

.about-me .contenar .left {
  padding: .5rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  line-height: 1.7;
  color: #aaa;
}

.about-me .contenar .left > p:first-child {
  color: #e7e7e7;
  margin-bottom: 2rem;
}

.about-me .contenar .left > p:nth-child(3) {
  margin-top: 2rem;
}

.about-me .contenar .left .more-info {
  margin-top: 1rem;
}

.about-me .contenar .left .more-info h3 {
  color: #e7e7e7;
  margin: 1rem 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.about-me .contenar .left .more-info .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-me .contenar .left .more-info .box .right-info,
.about-me .contenar .left .more-info .box .left-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about-me .contenar .left .more-info .box .right-info > p,
.about-me .contenar .left .more-info .box .right-info a,
.about-me .contenar .left .more-info .box .left-info > p,
.about-me .contenar .left .more-info .box .left-info a {
  color: #e7e7e7;
}

.about-me .contenar .left .more-info .box .right-info > p,
.about-me .contenar .left .more-info .box .left-info > p {
  font-weight: 600;
}

.subscribe .contenar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
  text-align: center;
}

.subscribe .contenar .box h2 {
  position: relative;
  font-size: 4rem;
  color: #a7ff50;
}

.subscribe .contenar .box h2:not(.n)::after {
  content: "+";
  font-size: 2rem;
  color: #a7ff50;
  top: 0;
  right: 37%;
  position: absolute;
}

.subscribe .contenar .box p {
  font-weight: 600;
}

.i-do {
  background-color: #3d3c3c;
}

.i-do .contenar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .i-do .contenar {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.i-do .contenar h1 {
  font-size: 1.6rem;
}

.i-do .contenar .left > h1:first-of-type,
.i-do .contenar .right > h1:first-of-type {
  margin-bottom: 2rem;
}

.i-do .contenar .left > p:first-of-type,
.i-do .contenar .right > p:first-of-type {
  margin-bottom: 1rem;
  color: #a7ff50;
  font-weight: 600;
}

.i-do .contenar .left .box,
.i-do .contenar .right .box {
  margin-bottom: 1rem;
  max-width: 500px;
  background-color: #2d2d2d;
  padding: .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.i-do .contenar .left .box p,
.i-do .contenar .right .box p {
  line-height: 1.7;
  color: #aaa;
  font-size: .9rem;
}

.i-do .contenar .left .box .icone,
.i-do .contenar .right .box .icone {
  width: 150px;
  min-width: 51px;
}

.i-do .contenar .left .box .icone img,
.i-do .contenar .right .box .icone img {
  padding: .4rem;
  border-radius: 50%;
  background-color: white;
}

.i-do .contenar .left .box a,
.i-do .contenar .right .box a {
  color: #e7e7e7;
  margin-top: .5rem;
  display: block;
  position: relative;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.i-do .contenar .left .box a::after,
.i-do .contenar .right .box a::after {
  content: "";
  position: absolute;
  top: 50%;
  border-color: transparent transparent transparent #a7ff50;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  left: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.i-do .contenar .left .box a:hover,
.i-do .contenar .right .box a:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  color: #a7ff50;
}

.i-do .contenar .left .box a:hover::after,
.i-do .contenar .right .box a:hover::after {
  border-color: transparent transparent transparent #e7e7e7;
  left: -4%;
}

.i-do .contenar .left .info,
.i-do .contenar .right .info {
  text-align: center;
  max-width: 500px;
}

.i-do .contenar .left .info li,
.i-do .contenar .right .info li {
  display: block;
  width: 139px;
  margin: 0 auto;
}

.skills .contenar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media screen and (max-width: 1024px) {
  .skills .contenar {
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .skills .contenar {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.skills .contenar .img-side {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.skills .contenar .img-side img {
  border-radius: 1rem;
  max-height: 600px;
}

.skills .contenar .info-side P:first-child {
  font-weight: 600;
  color: #a7ff50;
  margin-bottom: 1rem;
}

.skills .contenar .info-side h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.skills .contenar .info-side p:nth-child(3) {
  line-height: 1.7;
  color: #aaa;
  margin-bottom: 2rem;
}

.skills .contenar .info-side .pregres p {
  margin-top: 1rem;
  border-radius: .2rem;
  overflow: hidden;
  width: 100%;
  height: 10px;
  background-color: white;
  position: relative;
}

.skills .contenar .info-side .pregres p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: #a7ff50;
}

.skills .contenar .info-side .pregres .two::after {
  width: 90%;
}

.skills .contenar .info-side .pregres .there::after {
  width: 70%;
}

.skills .contenar .info-side .pregres:not(:last-child) {
  margin-bottom: 1.5rem;
}
/*# sourceMappingURL=style.css.map */