

* {
    box-sizing:border-box;
  }
  body {
    margin:0;
    padding:0;
    background-color: #8FBC8F;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 10w;
  }
  a {
    text-decoration:none;
  }
  
  
  /*menu*/
  .nav {
    position:absolute;
    width:200px;
    height:100vh;
    top:0;
    left:-220px; 
    padding-top:47px;
    background-color: rgba(29, 33, 32, 1);
    border-right:4px solid rgba(0, 0, 0, 0);
    transition:all .5s ease; 
    cursor: pointer;
    
    
  }
     .nav__item {
       display:block;
       width:96%;
       margin:0 auto;
       line-height:2;
       position:relative; 
       border-bottom:.5px solid rgba(59, 62, 61, 1);
       border-top:.5px solid rgba(59, 62, 61, 1);
       background-color:transparent;
       font-family: 'Kumbh Sans', sans-serif;
       font-size: 1.3rem;
       text-align:center;
       color:rgba(221, 231, 228, 1);
       cursor: pointer;
       
     }
         
         .current:before {
            content:"";
            width:0;
            height:0;
            position:absolute; 
            border-top:17px solid transparent;
            border-left:15px solid #1D2120;
            border-bottom:17px solid transparent;
            top:0px;
            right:-15px; 
            z-index:4; 
            cursor: pointer;
         }
       
        .current:after {
            content:"";
            width:0;
            height:0;
            position:absolute;
            border-top:16.5px solid transparent;
            border-left:17px solid #1D2120;
            border-bottom:17px solid transparent;
            top:.5px;
            right:-21px;
            z-index:1;  
            cursor: pointer;
        }
   
    .menu-toogle {
      position:fixed; 
      width: 35px;
      line-height:1.1;
      text-align:center;
      top:6.5px; 
      left: 8px; 
      border-radius:3px;
      background-color: #363636;
      transition: all .5s ease; 
      z-index:10;
      cursor: pointer;
    }
      
      .menu-toogle::before {
        content:"☰";
        font-size:32px;
        color:white;
        cursor: pointer;
      }
    
    /*'portada'*/
  .body-w {
    width:100%;
    height:100vh;
    transition: all .5s ease;
  }   
      
  .header-w figure {
    width:100%;
    height:150px;
    text-align:center;
    justify-content: center;
    display: flex;
    position:relative;
  }
      

  .featured-img { 
    width:150vh;
    height:50vh;
    border-radius: 4%;
    box-shadow:  0 3px 3px rgba(0, 0, 0, 0.2);;
    
 
  }
  
 
      .header-w__description {
        width:80%;
        height:auto;
        margin:0 auto;
        padding:1em;
        line-height:2;
        text-align:left;
        color:rgba(0,0, 0, 1);
      }
          .header-w__title
          {
            margin-top: 1%;
            font-size:500%;
            font-family:Lobster;
            margin:3em 0 0 8rem;
            font-family: 'Roboto', sans-serif;
            
  
          }
          .titulo{
              margin-left: 20%;
          }
          /*presentacion*/
          .header-w__title2 {
            font-size:250%;
            font-family:Lobster;
            margin:0;
            font-family: 'Roboto', sans-serif;
  
          }
      .paragraph {
        width:100%;
        margin:0 auto;
        text-align:left;
        font-family: 'Kumbh Sans', sans-serif;
      }
      .checkbox {
        display:none;
      }
      .checkbox:checked ~ .nav {
        left:0px; 
        position:fixed;
      }
      .checkbox:checked ~ .main-w {
        margin-left:200px;
      }
      .checkbox:checked ~ .menu-toogle { 
        left:208px;
        position:fixed;
      }
      /*contacto*/
   .header-w__title3 {
            font-size:250%;
            font-family:Lobster;
            margin:2em 0 0 8rem;
            font-family: 'Roboto', sans-
       }       
     
         
  
  .redes{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: 15%;
    align-content: space-between;
    justify-content: space-around;
  }
  
  .logos {
    display: flex;
    width: 20vw;
    height: 20vh;
    position: relative;
    margin-top: 7%;
    
  }
  
  .logos img{
    width:10vw;
    height:10 vh;
    border-radius: 17%;
   
    
    
  }
  /*galeria*/
  .header-w__title4 {
            font-size:250%;
            font-family:Lobster;
            margin:3em 0 0 8rem;
            font-family: 'Roboto', sans-
  }
  .galeria {
    margin:0 0 0 0;
    
   
    
  }
  .galeria2 {
    margin:0 0 0 0;
    
   
    
  }
  .galeria3 {
    margin:0 0 0 0;
    
   
    
  }
  .galeria4 {
    
    margin:0 0 0 0;
   
    
  }
 
  .box {
    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: 15%;
    align-content: space-between;
    justify-content: space-around;
    
    
    
  }
  
  .box div {
    
    height: 400px;
  }
  .imagen {
    position:flex;
    height:300px;
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    transition: transform 400ms ease-out;
    
  }
  .imagen:hover {
    transform: scale(1.3)
  }
  /*illia*/
  .header-w__title6{
    font-size:250%;
    font-family:Lobster;
    margin:3em 0 0 0;
    font-family: 'Roboto', sans- ;
    
   
}
  /*futuro*/
  .header-w__title5{
            font-size:250%;
            font-family:Lobster;
            margin:3em 0 0 0;
            font-family: 'Roboto', sans-
  }
  
  .futuimg {
    margin:0 0 0 0;
    
   
    
  }
  .futuimg2 {
    margin:0 0 0 0;
    
   
    
  }
  .futuimg3 {
    margin:0 0 0 0;
    
   
    
  }
  .box2 {
    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: 15%;
    align-content: space-between;
    justify-content: space-around;
    
    
    
  }
  
  .box2 div {
    
    height: 400px;
  }
  .img {
    position:flex;
    height:300px;
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    transition: transform 400ms ease-out;
    
  }
  .img:hover {
    transform: scale(1.3)
  }
  
  
  
  