@font-face {
  font-family: Renogare;
  src: url(../../Renogare-Regular.otf);
  font-weight: normal;
}

*{
  margin: 0;
  padding: 0;
  font-family: Renogare;
}

.banner{
  width: 100%;
  height: 150vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../../Imgs/Other/backgroundimg.png);
  background-size: cover;
  background-position: center;
}

.blog-button{
  color: #009688;
  font-size: 40px;
  top: 100%;
  left: 33%;
  position: absolute;
  opacity: 0;
  display: none;

}

.logo{
  width: 90px;
  cursor: pointer; 
}

.navbar{
  width: 85%;
  margin: auto; 
  padding: 35px 0;
  display: flex; 
  align-items: center;
  justify-content: space-between;
  
}

.navbar ul li{
  list-style: none;
  display: inline-block;
  margin: 0 20px; 
  position: relative; 
  
}

.navbar ul li a{
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

.navbar ul li::after{
  content: '';
  height: 3px;
  width: 0;
  background: #009688;
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: 0.5s; 
}

.navbar ul li:hover::after{
  width: 100%;
}

.blogs {
  color: #fff;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 40%;
  top: 78%; 
  left: 60%;
  transform: translateY(-50%);
  text-align: center;
  animation: fade-blogs 1.2s; 
}

.blogs-title{
  width: 500px;
  height: 100px;
  left: 40%;
  display: flex;
  color: transparent;
}

.blogs-title h2{
  position: relative;
  font-size: 60px;
  margin: 20px;
  color: #009688;
  font-weight: 100;
  left: 40%;
}

.actual-blogs{
  font-size: 30px;
  color: #fff;
  text-transform: uppercase; 
  width: 100%;
  list-style: none;
  margin: 20px 0px; 
  position: relative; 

}

.micomienzo-pic{
  width: 90px;
  position: relative;
  left: 30px;
  top: 40px; 
}

button{
  width: 250px; 
  padding: 15px 0; 
  text-align: center; 
  margin: 20px 10px;
  border-radius: 25px; 
  font-weight: 100;
  border: 0px solid #009688;
  background: transparent;
  cursor: pointer; 
  text-transform: uppercase;
  font-size: large;
  color:#fff;
  position: relative; 
  overflow: hidden; 

}

span{
  background: #353535;
  height: 100%; 
  width: 100%; 
  border-radius: 25px; 
  position: absolute; 
  opacity: 50%;
  left: 0;
  bottom: 0; 
  z-index: -1;
  transition: 0.5s;

}

button:hover span{
  width: 100%;
  opacity: 100%;
  background: #009688;
}

button:hover{
  border: none; 
}

.programandoenpython-pic{
  width: 90px;
  position: relative;
  left: 30px;
  top: 50px; 

}

.htmlycss-pic{
  width: 90px;
  position: relative;
  left: 30px;
  top: 50px; 

}

.rust-pic{
  width: 90px;
  position: relative;
  left: 30px;
  top: 25px; 

}

.react-pic{
  width: 90px;
  position: relative;
  left: 30px;
  top: 35px; 
}

.division{
  width: 40px;
  height: 700px;
  position: absolute;
  background: #2b2b2b;
  top: 40%;
  left: 60%;  
  border-radius: 20px;
}

.posts{
  position: absolute;
  display: flex;
  width: 50%;
  height: 45%;
  top: 47%; 
  left: 5%;
  transform: translateY(-50%);
  flex-direction: column;
  justify-content:safe;
}

.proyectos-title{
  width: 500px;
  height: 100px;
  display: flex;
  position: relative;
  color: transparent;

}

.proyectos-title h2{
  position: relative;
  left: 50%;
  font-size: 60px;
  margin: 20px;
  color: #009688;
  font-weight: 100;

}

.actual-posts{
  display: flex;
  flex-direction: column;
}

.button1{
  width: 100%;
  height: 100%;
}

.miweb img{
  height: 110px;
  width: 110px;
  position: relative;
}

.miweb{
  width: 240px;
  height: 177px;
  position: relative;
  color: transparent;
}

.miweb h1{
  position: relative; 
  font-size: large;
  font-weight: 100;
  color: #ffffff;
  top: 10%;
}

.fiverr {
  position: relative;
  width: 240px;
  height: 177px;
  color: transparent;
}

.fiverr img{
  height:110px;
  width: 110px;
  position: relative;
}

.fiverr h1{
  position: relative; 
  font-size: large;
  font-weight: 100;
  color: #ffffff;
  top: 10%;
}

.deharovirtual{
  width: 240px;
  height: 177px;
  position: relative;
  color: transparent;
}

.deharovirtual h1{
  position: relative; 
  font-size: large;
  font-weight: 100;
  color: #ffffff;
  top: 10%;
}

.deharovirtual img{
  height: 110px;
  width: 110px;
  position: relative;
}

.contarcartas{
  width: 240px;
  height: 177px;
  position: relative;
  color: transparent;
}

.contarcartas h1{
  position: relative; 
  font-size: 13;
  font-weight: 100;
  color: #ffffff;
  top: 10%;
}

.contarcartas img{
  height:110px;
  width: 110px;
  position: relative;
}

.first-row{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: baseline;
  animation: fade-posts 1.4s;
}
.second-row{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: baseline;
  animation: fade-posts 1.4s;
}

a{
  width: 240px;
  height: 177px;
}

@keyframes fade-blogs{
  from{
  opacity:0;
  top: 95%;
  
  }
  
  to{
  opacity: 1;
  top: 78%;

  }
}

@keyframes fade-posts{
  from{
    opacity:0;
    top: 70%;
    
    }
    
    to{
    opacity: 1;
    top: 65%;
  
    }

}

@media (orientation: portrait) {
  
  .logo{
    width: 25%;
  }

  .navbar{
    font-size: 29px;
  }

  @keyframes fade-posts {
    from{
      opacity:0;
      top: 120%;
        
    }
        
      to{
      opacity: 1;
      top: 100%;
      
      }
  }

  .banner{
    height: 150vh;
  }

  .blogs{
    display: none;  
  }

  button{
    font-size: 40px;
    width: 550px;
    height: 120px;
    font-weight: bold;
    margin: 250px 15px;
    border-radius: 60px;
  }

  .blogs{
    display: none;
  }

  .blogs-title{
    display: none;
  }

  .division{
    display: none;
  }

  .posts{
    position: absolute;
    display: flex;
    transform: translateY(-50%);
    flex-direction: column;
    justify-content:space-between;
  }

  .proyectos-title h2{
    position: relative;
    top: -100%;
    left: 30%;
    font-size: 90px;
  }

  .actual-posts{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: baseline;
    width: 100%;
    height: 150%;
    top: 100%;
    left: 33%;
    transform: translateY(-50%);
    animation: fade-posts 1.4s;
  }

  .miweb{
    width: 100%;
    height: 43%;
    position: relative;
    color: transparent;
  }

  .miweb img{
    width: 70%;
    height: 70%;
  }

  .miweb h1{
    top: -5%;
    font-size: 65px;

  }

  .fiverr img{
    width: 60%;
    height: 60%;

  }

  .fiverr h1{
    top: 8%;
    font-size: 65px;

  }

  .fiverr {
    width: 100%;
    height: 43%;
    position: relative;
    color: transparent;
    margin: 50 0px;
  }

  .deharovirtual{
    width: 100%;
    height: 43%;
    position: relative;
    color: transparent;
  }

  .deharovirtual img{
    width: 70%;
    height: 70%;

  }


  .deharovirtual h1{
    top: -5%;
    font-size: 45px;

  }
  
}
