@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial.ttf");
}

@font-face {
  font-family: "Arial-Black";
  src: url("../fonts/Arial-Black.ttf");
}

@font-face {
  font-family: "Arial-Bold";
  src: url("../fonts/Arial-Bold.ttf");
}
  
  * {
    background-color: black;
  }
  .navbar, nav{
    display: flex;
    max-width: 100%;

  }
  header{
    padding: 20px 0;
    top: 0;
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index:1000
  }
  .navbar{
    max-width: 85%;
    margin: 0 auto;
    justify-content: space-between;
  }
  nav{
    width: 70%;
    max-width: 600px;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    transform:translateZ(1);
  }

  button {
    background-color: #DFFF00;
    color: black;
    font-size: 20px;
    font-family: "Arial-Bold";
    border-radius: 50px;
    padding: 10px 50px;
    outline:none;
  }
  
  button:hover {
    cursor: pointer;
    background-color:white;
  }
  
  button:active {
    cursor: pointer;
    background-color: #DFFF00;
  }
  p, a {
    font-size: 20px;
    font-family: "Arial";
    color: white;
    text-align: left;
  }   
  
  a {
    text-decoration: none;
  }

  a:visited {
    color: white;
    text-decoration: none;
  }
  
  a:hover {
    color: #DFFF00;
    text-decoration: none;
  }

  main{
    margin-top: 200px;
  }
  #title{
    margin-bottom: 200px;
  }
  .centrado{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .mailme {
    text-decoration: none;
    color: white;
  }

.projects{
  margin-right: 20px;
}

  img {
    display: block;
    margin: auto;
  }

  h1 {
    color: white;
    text-align: center;
    font-size: 64px;
    font-family: "Arial-Black";
    margin: 0px 0px;
  }

   
  h2 {
    -webkit-text-stroke: 3px white;
    color: transparent;
    font-size: 160px;
    font-family: "Arial-Black";
    text-align: right;
    margin: 44px 0px;
  }

  h3 {
    color: white;
    font-size: 64px;
    font-family: "Arial-Black";
    text-align: left;
    margin: 44px 0px;

  }

  h4 {
    color: white;
    font-size: 24px;
    font-family: "Arial-Black";
    text-align: left;
    width: 20%;
    max-width: 30%px;
  }

.texth4{ 
    font-family: "Arial-Black";
    color: white;
    font-size: 24px;
    font-family: "Arial-Black";
    text-align: left;
    width: 20%;
    max-width: 30%px;
  }

  h5 {
    color: white;
    font-size: 20px;
    font-family: "Arial";
    text-align: right;
    max-width: 30%px;
    margin: 0px 172px;
  }

  h6 {
    color: white;
    font-size: 24px;
    font-family: "Arial";
    text-align: center;
    margin: 20px 172px;
    animation-name: animationsaludo;
    animation-duration: 2s;
  }

  @keyframes animationsaludo {
    from {color: #DFFF00;}
    to {color:white;}
  }

  p {
    font-size: 20px;
    font-family: "Arial";
    color: white;
    text-align: left;
    margin: 0px 172px;
    
  }   
  
.separadores {
  flex-direction: row;
  align-items: flex-start;
  padding: 36px 36px 36px 36px;

}
  
  .box {
    /* padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px; */
    padding: 30px 20px 30px 20px;
    width: 95%;
    border: 0px solid black;
    background-color: black;
    margin: 44px 172px;
}

  hr {
      color: white;
      align-items: center;
      margin: 44px 172px;
}

  footer{
      text-align: center;
      font-family: "Arial";
      color: white;
      font-size: 16px;
      margin: 44px 172px;
 }

 .skills-verde {
    color: #DFFF00;
    font-size: 24px;
    font-family: "Arial";
    text-align: center;
    margin: 44px 172px;
 }

 .lets-talk {
  color: white;
  font-size: 24px;
  font-family: "Arial";
  text-align: center;
  align-items: flex-start;
  margin: 44px 172px;
}

#botón-ver-más{
  display: flex;
  align-self: center;
  justify-content: center;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 80px;
  height: 80px;
}

#bloque {
justify-content: space-around;
}

.títuloproyecto {
  display: flex;
  justify-content: space-between;
  padding: 0px 172px;
}

.descripcionproyecto {
  display: flex;
  justify-content: space-between;
} 

.mobile {
  display: none;
}

@media only screen and (max-width: 414px){
  .desktop{
    display: none;
  }

.mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: black;
}

.mobile h1{
font-size: 36px;
width: 200px;
color: #DFFF00;
text-align: center;
justify-content: left;
font-family: "Arial-Black";
margin: 16px 16px;
}
}