*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

.icon, .icon--twitter, .icon--facebook, .icon--instagram, .icon--youtube, .icon--linkedin, .icon--logo-white {
  width: 4rem;
  height: 4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 959px) {
  .icon, .icon--twitter, .icon--facebook, .icon--instagram, .icon--youtube, .icon--linkedin, .icon--logo-white {
    width: 3rem;
    height: 3rem;
  }
}
.icon--logo-white {
  background-image: url("../assets/images/logo-white-icon.svg");
}
.icon--linkedin {
  background-image: url("../assets/images/linkedin.svg");
}
.icon--youtube {
  background-image: url("../assets/images/youtube.svg");
}
.icon--instagram {
  background-image: url("../assets/images/instagram.svg");
}
.icon--facebook {
  background-image: url("../assets/images/facebook.svg");
}
.icon--twitter {
  background-image: url("../assets/images/twitter.svg");
}

@font-face {
  font-family: "Inconsolata";
  src: url("../assets/fonts/Inconsolata.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.hidden {
  display: none !important;
}

.body {
  font-family: "Inconsolata";
}

.fadeIn {
  opacity: 0;
  transform: translateY(3rem);
  transition: transform 0.8s, opacity 1s;
}
.fadeIn.visible {
  opacity: 1;
  transform: none;
}

.header {
  width: 100%;
  height: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  background-color: none;
  transition: background-color 0.3s;
  z-index: 1000;
}
.header.scrolled {
  background-color: rgba(0, 0, 0, 0.5);
}
.header__main {
  width: 100%;
  height: 4rem;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
}
.header__section {
  width: 33%;
}
.header__center {
  text-align: center;
}
.header__center .logo {
  margin: 0 auto;
  height: 100%;
}

.slide, .slide__3, .slide__2, .slide__1 {
  min-height: 100vh;
  width: 100%;
  display: flex;
  padding: 0 6.438rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1921px) {
  .slide, .slide__3, .slide__2, .slide__1 {
    padding: 0 25%;
  }
}
@media screen and (min-width: 1281px) {
  .slide, .slide__3, .slide__2, .slide__1 {
    padding: 0 15%;
  }
}
@media screen and (max-width: 959px) {
  .slide, .slide__3, .slide__2, .slide__1 {
    padding: 4rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .slide, .slide__3, .slide__2, .slide__1 {
    padding: 4rem 2rem 2rem;
  }
}
.slide__1 {
  background-color: #202030;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%230' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}
@media screen and (max-width: 960px) {
  .slide__1 {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}
.slide__2 {
  background-color: #eaeaea;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23d4d4d4' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.slide__3 {
  background-color: #12A28F;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23d4d4d4' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
  padding: 4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .slide__3 {
    padding: 1rem;
    justify-content: flex-start;
  }
}

.name-logo {
  display: flex;
  max-width: 40rem;
  width: 48%;
  height: 400px;
  background-image: url("../assets/images/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .name-logo {
    width: 100%;
    margin: 1.5rem 0;
  }
}
@media screen and (max-width: 600px) {
  .name-logo {
    height: 14rem;
  }
}

.console {
  max-width: 64rem;
  width: 48%;
  height: 36rem;
  border: solid 1px #707070;
  background-color: #000000;
}
@media screen and (max-width: 959px) {
  .console {
    width: 100%;
  }
}
.console__header {
  display: flex;
  width: 100%;
  height: 4rem;
  border-bottom: solid 1px #707070;
  background-color: #0b0b0b;
}
.console__actions {
  width: 5.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.25rem;
}
.console__action {
  width: 1.125rem;
  height: 1.125rem;
  border: solid 1px #707070;
  background-color: #ffffff;
  border-radius: 50%;
}
.console__typing {
  width: 100%;
  height: 100%;
  color: #e9e9e9;
  padding: 1rem;
}
.console__home {
  color: #12a28f;
}

.photo {
  display: flex;
  width: 37%;
  height: 40rem;
  max-height: 80%;
  background-image: url("../assets/images/jorge-marin.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .photo {
    width: 100%;
    max-height: 45%;
  }
}
@media screen and (max-width: 600px) {
  .photo {
    height: 20rem;
  }
}

.about {
  height: 40rem;
  max-height: 80%;
  width: 50%;
  padding: 4%;
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: normal;
  text-align: left;
  color: #404040;
}
@media screen and (max-width: 959px) {
  .about {
    width: 100%;
    max-height: 45%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .about {
    height: unset;
  }
}
.about__title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1279px) {
  .about__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1279px) {
  .about__text {
    font-size: 1.5rem;
  }
}

.stats {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  background-color: rgba(18, 162, 143, 0.5);
  padding: 4rem 7.063rem;
  color: #eaeaea;
}
@media screen and (max-width: 960px) {
  .stats {
    padding: 0;
  }
}
.stats__header {
  height: 16rem;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3.313rem;
}
@media screen and (max-width: 1280px) {
  .stats__header {
    height: unset;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.stats__photo {
  background-color: #12A28F;
  background-image: url("../assets/images/profile.png");
  background-position: center;
  background-size: cover;
  border: solid 4px #ffffff;
  width: 16rem;
  height: 16rem;
  margin-right: 4rem;
}
@media screen and (max-width: 960px) {
  .stats__photo {
    margin-right: 0;
  }
}
.stats__main-info {
  font-size: 4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #eaeaea;
}
@media screen and (max-width: 960px) {
  .stats__main-info {
    font-size: 2rem;
    margin: 1rem;
  }
}
.stats__body {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .stats__body {
    flex-wrap: wrap;
  }
}
.stats__box, .stats__box--equipment, .stats__box--skills {
  width: 48%;
  padding: 2rem;
  border: solid 4px #ffffff;
  background-color: #12A28F;
}
@media screen and (max-width: 1280px) {
  .stats__box, .stats__box--equipment, .stats__box--skills {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .stats__box--equipment {
    margin: 1.5rem 0;
  }
}
.stats__box--equipment .stats__box__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.stats__box__header {
  margin-bottom: 1.438rem;
}
.stats__box__header > h3 {
  font-size: 4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .stats__box__header > h3 {
    font-size: 2rem;
  }
}
.stats__box__skill {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.125rem;
}
.stats__box__skill__name {
  font-size: 2.5rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  max-width: 58%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .stats__box__skill__name {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .stats__box__skill__name {
    font-size: 2rem;
  }
}
.stats__box__skill__level, .stats__box__skill__level--inner, .stats__box__skill__level--outer {
  width: 16.875rem;
  height: 2rem;
  border-radius: 5px;
  border: solid 1px #ffffff;
}
@media screen and (max-width: 1024px) {
  .stats__box__skill__level, .stats__box__skill__level--inner, .stats__box__skill__level--outer {
    height: 1rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .stats__box__skill__level, .stats__box__skill__level--inner, .stats__box__skill__level--outer {
    height: 2rem;
  }
}
.stats__box__skill__level--outer {
  background: none;
  max-width: 40%;
}
.stats__box__skill__level--inner {
  background-color: #ffffff;
  width: 0;
  transition: width 1.5s;
}
.stats__box__equip {
  display: flex;
  margin-bottom: 1.125rem;
  width: 50%;
}
.stats__box__equip__name {
  font-size: 2.5rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .stats__box__equip__name {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .stats__box__equip__name {
    font-size: 2rem;
  }
}

.footer {
  width: 100%;
  height: 33.75rem;
  background-color: #211f30;
  padding: 4.875 11.5rem;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding: 2rem 5.75rem;
    height: unset;
  }
}
@media screen and (max-width: 959px) {
  .footer {
    padding: 1rem;
  }
}
.footer__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2rem 4rem;
}
@media screen and (max-width: 1023px) {
  .footer__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
.footer__section {
  width: 48%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .footer__section {
    width: 100%;
  }
}
.footer__contact-form {
  max-width: 32rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .footer__contact-form {
    max-width: unset;
  }
}
.footer__title {
  font-size: 2.5rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #eaeaea;
  padding-bottom: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .footer__title {
    font-size: 1.5rem;
  }
}
.footer__text {
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: normal;
  text-align: left;
  color: #eaeaea;
}
@media screen and (max-width: 1023px) {
  .footer__text {
    font-size: 1rem;
  }
}
.footer__email {
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .footer__email {
    margin-top: 2rem;
  }
}
.footer__social-icons {
  display: flex;
  list-style: none;
}
.footer__social-icon {
  margin-right: 1.25rem;
}

.form__field {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1.125rem;
}
.form__label {
  font-size: 1.5rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #eaeaea;
  margin-bottom: 0.188rem;
}
@media screen and (max-width: 599px) {
  .form__label {
    font-size: 1rem;
  }
}
.form__input {
  height: 2.5rem;
  border-radius: 5px;
  border: none;
  outline-color: #12A28F;
  background-color: #e9e9e9;
  padding: 0 1rem;
}
.form__button {
  width: 13.188rem;
  height: 3rem;
  border-radius: 10px;
  border: none;
  background-color: #12A28F;
  outline-color: #e9e9e9;
}
@media screen and (max-width: 599px) {
  .form__button {
    width: 100%;
  }
}

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