header{
    position: fixed;
    height: 80px;
    background-color: rgba(214, 71, 71, 0);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 0;
    left: 0;
    border-style: none;
    
    
}
#btn-menu{
    display: none !important;
}
header label{
    font-size: 28px;
    cursor: pointer;
    display: none !important;
}
.menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   
}

.menu ul{
    display: flex;  
    /* background-color: #3b0719ea;    */
    /* background-color: rgba(46, 19, 99, 0.936); */
    background-color: #26243df1;
    list-style: none;
    justify-content: center; 
    
 
}

.submenu  div, .submenu2 div, .submenu3 div{ 
    display: none; 
    margin: 0;
    padding: 0;
   
}.submenu  ul, .submenu2 ul, .submenu3 ul{ 
    display: flex; 
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.877);
   
}
.submenu  ul li, .submenu2 ul li, .submenu3 ul li{ 
    /* width: 100%; */
  border-bottom: 0.1em solid rgb(101, 101, 101) !important;
}
.menu a{
    display: block;
    font-size: 13px;
    padding: 15px 20px;
    color: #ebebeb;
    text-decoration: none;
    padding: 30px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    
}
.submenu ul a, .submenu2 ul a, .submenu3 ul a{
    padding: 20px 20px;
    color: rgb(210, 210, 210);
}

.menu a:hover{
    background-color: rgba(121, 121, 121, 0.5);
}
.menu a span{
    margin-left: 10px;
}
.menu ul li:hover div{
    display: block;    
    position: absolute;
    z-index: 9999;;
}
@media (max-width:768px) {
    header{
        position: relative;
        width: 100%;
        background-color: rgba(0, 0, 0, 8) !important; 
        
    }
    header label{
        display: block !important;
    }
    header .btn-menu{
        position: absolute;
        right: 10px !important;
        font-size: 20px
    }
    .fuera{
        position: absolute !important;
        top: 80px;
        left: 0;
        width: 100% !important;
        z-index: 10000;
        transform: translateX(-105%) !important;
        transition: all 0.3s !important;
    }
    .menu{
        position: absolute !important;
        top: 80px;
        left: 0;
        width: 100% !important;
        z-index: 10000;
        transform: translateX(-100%);
        transition: all 0.3s;
    }
    .menu ul{
        flex-flow: column;
        background-color: rgba(14, 14, 14, 0.818);
       
       
    }

    .submenu ul li, .submenu2 ul li, .submenu3 ul li{
       
        width: 100%;
    }

     
    .menu a{
        padding: 17px 15px !important
    } 
    .menu ul li{
        border-bottom: 0.1em solid rgb(101, 101, 101);
    }
    
    .menu ul li:hover div{
        display: none;
        position: relative;
    }
    .menu a span{
        position: absolute;
        right: 10px;
    }
    #btn-menu:checked ~ .menu{
        transform: translateX(0%);
    }
}

.submenu ul a:hover i{
    color: rgb(253, 203, 67) !important;
}
.submenu2 ul a:hover i{
    color: rgb(67, 191, 253) !important;
}
.submenu3 ul a:hover i{
    color: rgb(67, 253, 67) !important;
}
.submenu ul a  i, .submenu2 a i, .submenu3 a i{
    text-shadow:5px 4px rgba(39, 39, 39, 0.952);
}
.menu ul a  i{
    text-shadow:5px 4px rgba(39, 39, 39, 0.952);
}

