*{
    padding: 0%;
}
#contain{
    width: 40px;
    height: 40px;
    background-color: rgba(97, 107, 107, 0.294);
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 2px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 10;
    border-radius: 10px;
    border: 1px solid #f9f8f882;
    
}
#contain input{
    appearance: none;
    width: 70%;
    height: 11%;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
     cursor: pointer;
      position: absolute;
     transition:all .4s linear 0s;
}
#uno1{
top: 18%;
}
#dos2{
top: 38%;
}
#tres3{
top: 58%;
}
#uno1:checked , #dos2:checked{
   top: 38%;
    transform: rotate(45deg);

}
#tres3:checked{

top: 38%;
    transform: rotate(-45deg);
}

#sideProyectos{
    background-color: rgba(16, 16, 16, 0.95);
    z-index: 9;
    width: 40vw;
    height: 100vh;
    position: fixed;
    left: 100%;
    transition:all .4s linear 0s;
    visibility: hidden;
    opacity: 0;
    color: #fff;

    display: flex;
    flex-direction: column;

    padding-top:30%;    
    align-items: center;
    
}
#sideProyectos.sideCheck{
    visibility: visible;
    opacity: 1;
    left: 60%;
 

}
