* {
    box-sizing:border-box;
  }
  body {
    margin:0;
    padding:0;
    background-color: #82DFF4;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 10w;
  }
  a {
    text-decoration:none;
  }
  
  
  /*menu*/
  .menu{
    position: fixed;
    height: 20vh;
  }

  .nav {
    position:absolute;
    width:200px;
    height:50vh;
    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; 
    z-index: 1000;
    
  }
     .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);
       
     }
         
         .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; 
         }
       
        .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;  
        }
   
    .menu-toogle {
      position:absolute; 
      width: 35px;
      line-height:1.1;
      text-align:center;
      top:6.5px; 
      left: 2%; 
      border-radius:3px;
      background-color: #363636;
      transition: all .5s ease; 
      z-index:10;
    }
      
      .menu-toogle::before {
        content:"☼";
        font-size:32px;
        color:white;
        cursor: pointer;
      }
    
      
  .body-w {
    width:100%;
    height:100vh;
    transition: all .5s ease;
  }   
      
  .header-w figure {
    width:100%;
    height:150px;
    margin-right: 4%;
    margin-bottom: 6%;
    text-align:center;
    justify-content: center;
    display: flex;
    position:relative;
  }
      

  .featured-img { 
    width:150vh;
    height:50vh;
    
    margin-right: 52%;
    margin-bottom: 5%;

    
    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;
            
            font-family: 'Roboto', sans-serif;
            box-shadow: #363636 2px;
            
  
          }
          .titulo{
              margin-left: 30%;
          }
          .header-w__title2 {
            font-size:250%;
            font-family:Lobster;
            margin-right:3%;
            font-family: 'Roboto', sans-serif;
            margin:3em 0 0 8rem;
  
          }
      .paragraph {
        width:70%;
        margin:0 auto;
        text-align:left;
        font-family: 'Kumbh Sans', sans-serif;
        margin-top: 2%;
      }
      .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;
      }
   .header-w__title3 {
            font-size:250%;
            font-family:Lobster;
            margin:3em 0 0 8rem;
            font-family: 'Roboto';
           
       }       
     
         
  
  .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%;
   
    
    
  }
  .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;
   
    
  }
  .galeria5 {
    
    margin:0 0 0 0;
    
  }
  .galeria6 {
    
    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;
    margin-top: 4%;
    
  }
  .imagen:hover {
    transform: scale(1.3)
  }
  .header-w__title5{
            font-size:250%;
            font-family:Lobster;
            margin:3em 0 0 8rem;
            font-family: 'Roboto', sans-
  }
  .header-w__title6{
            font-size:250%;
            font-family:Lobster;
            margin:3em 0 0 8rem;
            font-family: 'Roboto', sans- ;
            margin-bottom: 4%;
            
           
  }
  .futuimg {
    margin:0 2 0 0;
    margin-top: 2%;
    
   
    
  }
  .futuimg2 {
    margin:0 0 0 0;
    margin-top: 2%;
  }
  .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)
  }
  
  
  
  