.divPanelMenu{
    position: absolute;
    display: block;
    width:100%;
    height:60px;
    border:none;
    background: none;
    background-color: none;
    background-image: none;
    float:left;
    left:0px;
    top: 71px;

    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    
}

.divPanelMenu .divToggle{    
    width:100%;
    height:auto;
    border:none;
    background: none;
    background-color: none;
    background-image: none;
    float:left;
    margin-left:10px;
    top: 71px;

    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}
.divPanelMenu  .lblToggle01{
    
    width:5%;
    height:auto;
    border:none;
    background: none;
    background-color: none;
    background-image: none;
    float:left;
    left:0px;
    top: 71px;

    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}
.divPanelMenu  #iToggle01{
    border: none;
    background: none;
    background-color: none;
    background-image: none;

    font-size: 30px;
    color: #00aab4;
    
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    shape-outside: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    box-shadow: 0px -5px 0px #00aab4;
    
    transition: 1.9s;
    cursor: pointer;
}
.divPanelMenu  #iToggle01:hover{
    color:#636466;
    transition: 1.0s;
    
    border-radius: 5px;

    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    shape-outside: circle(50%);
    box-shadow: 0px -5px 0px #00aab4;
}

.divPanelMenu .aPanelMenu{
    border: none;
    background: none;
    background-color: none;
    background-image: none;
    font-size: 30px;
    color:#00aab4;

    justify-content: space-between;
    letter-spacing: 9.0px;

    font-size: 14px;
    color: #00aab4;
    
    transition: 1.1s;
    cursor: pointer;
    
    
}
.divPanelMenu .aPanelMenu:hover{
    justify-content: space-between;
    letter-spacing: 5.0px;

    transition: 1.1s;
    cursor: pointer;

    font-size: 14px;
    color: #636466;
      
}
.divPanelMenu #iPanelMenu{
    border:none;
    background: none;
    background-color: none;
    background-image: none;
    
    color:lightgray;    
}
