@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;800&display=swap');





.header .logo img{
    height: 60px;
    width: auto;
    transition: all 0.3s;
}


.wrapper {
  width: 60%;
  margin: auto;
  overflow:hidden;
}



.contenido {
  padding-top: 80px;
}


.nav1 {
 
   background: rgba(0,0,0,0.9);
  width: 100%;
  position: fixed;
  z-index: 100;
  
}


