@font-face {
  font-family: "Roboto-Mono";
  src: url("../font/RobotoMono-Regular.ttf") format("truetype");
}

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

body {
  background: #260132;
  background: -webkit-gradient(linear, left top, right top, from(#260132), color-stop(50%, #070719), to(#021618));
  background: linear-gradient(90deg, #260132 0%, #070719 50%, #021618 100%);
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Roboto-Mono";
  font-size: 10px;
  color: #ffffff;
  overflow: hidden;
}

.axity {
  color: #ff00ff;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #ffffff;
}

button {
  border: none;
  background-color: transparent;
  color: #ffffff;
}

.container {
  position: relative;
  max-width: 1440px;
  width: 100%;
  height: 100vh;
  padding: 0px 15px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -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: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}

.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.caja {
  margin: 5px;
}

.principal {
  max-width: 500px;
}

.titulo {
  font-size: 3.7em;
}

.sub-titulo {
  font-size: 2.5em;
}

.parrafo {
  font-size: 1.5em;
}

.c-rosa {
  color: #ff00ff;
}

.c-azul {
  color: #00f0ff;
}

.c-amarillo {
  color: #ffe600;
}

.c-angular {
  color: #f57061;
}

.active {
  border-bottom: solid 1px #ff00ff;
  color: #ff00ff;
}

.iconos {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.skills-icons {
  width: 40px;
  height: 40px;
}

h2 {
  font-size: 3.7em;
  text-transform: uppercase;
  margin-top: 0px;
  -webkit-animation: titulo 250ms;
          animation: titulo 250ms;
  text-align: center;
}

.glitch {
  position: relative;
  color: white;
  mix-blend-mode: lighten;
}

.glitch:before,
.glitch:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  width: 100%;
  clip: rect(0, 0, 0, 0);
}

.glitch:before {
  left: -4px;
  text-shadow: 6px 0 #ff00ff;
}

.glitch:before {
  text-shadow: 4px 0 #ff00ff;
  animation: glitch-anim-1 0.4s infinite ease-in-out alternate-reverse;
}

.glitch:after {
  left: 4px;
  text-shadow: -3px 0 #00ffc8;
}

.glitch:after {
  text-shadow: -5px 0 #00ffc8;
  animation: glitch-anim-2 0.3s infinite ease-in-out alternate-reverse;
}

@-webkit-keyframes titulo {
  0% {
    margin-top: 50px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes titulo {
  0% {
    margin-top: 50px;
  }
  100% {
    margin-top: 0px;
  }
}

@-webkit-keyframes glitch-anim-1 {
  0% {
    clip: rect(30px, 9999px, 10px, 0);
  }
  25% {
    clip: rect(15px, 9999px, 100px, 0);
  }
  50% {
    clip: rect(50px, 9999px, 105px, 0);
  }
  75% {
    clip: rect(2px, 9999px, 80px, 0);
  }
  100% {
    clip: rect(90px, 9999px, 100px, 0);
  }
}

@keyframes glitch-anim-1 {
  0% {
    clip: rect(30px, 9999px, 10px, 0);
  }
  25% {
    clip: rect(15px, 9999px, 100px, 0);
  }
  50% {
    clip: rect(50px, 9999px, 105px, 0);
  }
  75% {
    clip: rect(2px, 9999px, 80px, 0);
  }
  100% {
    clip: rect(90px, 9999px, 100px, 0);
  }
}

@-webkit-keyframes glitch-anim-2 {
  0% {
    top: -1px;
    left: 50px;
    clip: rect(65px, 9999px, 119px, 0);
  }
  25% {
    top: -10px;
    left: 1px;
    clip: rect(79px, 9999px, 19px, 0);
  }
  50% {
    top: -7px;
    left: 20px;
    clip: rect(65px, 9999px, 11px, 0);
  }
  75% {
    top: 10px;
    right: 20px;
    left: -50px;
    clip: rect(95px, 9999px, 53px, 0);
  }
  100% {
    top: -5px;
    left: -7px;
    clip: rect(31px, 9999px, 149px, 0);
  }
}

@keyframes glitch-anim-2 {
  0% {
    top: -1px;
    left: 50px;
    clip: rect(65px, 9999px, 119px, 0);
  }
  25% {
    top: -10px;
    left: 1px;
    clip: rect(79px, 9999px, 19px, 0);
  }
  50% {
    top: -7px;
    left: 20px;
    clip: rect(65px, 9999px, 11px, 0);
  }
  75% {
    top: 10px;
    right: 20px;
    left: -50px;
    clip: rect(95px, 9999px, 53px, 0);
  }
  100% {
    top: -5px;
    left: -7px;
    clip: rect(31px, 9999px, 149px, 0);
  }
}

img.imagen {
  display: none;
}

.no-secundario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar {
  position: relative;
  height: 50px;
}

.navbar .list {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  margin-bottom: 30px;
}

.navbar .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0px 10px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.navbar .list .item .item-text {
  display: none;
}

.navbar .list .item .item-icon {
  height: 24px;
  fill: #ff00ff;
}

.social-nav {
  height: 50px;
}

.social-nav .list {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.social-nav .list .item-social {
  height: 20px;
}

.social-nav .list .item-social .item-social-icon {
  fill: #ff00ff;
}

.social-nav .list .item-social .item-social-icon:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  fill: #00f0ff;
}

.behance {
  width: 70px;
  height: 70px;
  fill: #ffffff;
}

.c-html {
  fill: #e9622e;
}

.c-css {
  fill: #3a97d0;
}

.c-js {
  fill: #f7c52c;
}

.c-sass {
  fill: #c06190;
}

.c-boot {
  fill: #807eef;
}

.c-git {
  fill: #eb4e30;
}

.c-github {
  fill: #9a9a9a;
}

.c-fire {
  fill: #f7c52c;
}

.c-angu {
  fill: #f57061;
}

.c-fig {
  fill: #19b6f6;
}

.c-node {
  fill: #86be00;
}

.c-react {
  fill: #5ed4f4;
}

.c-redux {
  fill: #7760b6;
}

.c-vue {
  fill: #55af79;
}

.c-atomico {
  fill: #ffffff;
}

.icon {
  margin: 5px;
  padding: 2px;
  text-align: center;
  border-bottom: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.icon:hover {
  color: #ff00ff;
  border-top: solid 1px #ff00ff;
}

.icon:hover svg {
  fill: #ff00ff;
}

@media (min-width: 768px) {
  body {
    font-size: 10px;
  }
  .container {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar .list {
    padding: none;
    border-radius: none;
    margin-bottom: 0px;
  }
  .navbar .list .item {
    margin: 0px 20px;
    padding: 5px;
  }
  .navbar .list .item:hover {
    border-top: solid 1px #ff00ff;
    color: #ff00ff;
  }
  .navbar .list .item .item-text {
    display: block;
  }
  .navbar .list .item .item-icon {
    display: none;
  }
  .principal {
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .principal .secundario {
    width: 66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .principal .secundario .caja {
    width: 50%;
  }
  .principal .terciario {
    width: 33%;
  }
  .contenido {
    padding: 8px;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .iconos {
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .skills-icons {
    width: 35px;
    height: 35px;
  }
  .social-nav .list {
    width: 40%;
  }
}

@media (min-width: 999px) {
  body {
    font-size: 14px;
  }
  img.imagen {
    display: block;
    width: 190px;
    margin: 0 auto;
    border-radius: 50%;
  }
  a.link {
    padding: 0px 5px;
  }
  a.link:hover {
    border: solid 1px #ff00ff;
  }
}
