 header {
        background:rgba(200,10,20,1);
        margin-top: -20px;
        width:100%;
        height:19%;
        left: 50%;
        right: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, 5%);
        z-index:;
    }
@media (max-width:425px) {
        header {
        background:rgba(200,10,20,1);
        margin-top: -20px;
        width:100%;
        height:8.5%;
        left: 50%;
        right: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, 5%);
        z-index:100;
        }
    }

    #btn-menu {
        display: none;
        
    }
    header label {
        display: none;
        width: 30px;
        height: 30px;
        padding: 10px;
        
    }
    header label:hover {
        cursor:pointer;
        background: rgba(5,0,0,0);
    }
    .menu ul ul {
        display: none;
    }
    .menu ul li:hover ul {
        display: block;
        position: absolute;
    }
    menu a span {
        margin-left: 0px;
        border: 1px solid;
               
    }
    #sub1 {
        line-height: 1.8;
        margin-left: -200px;
        margin-top: -2px;
        width: 129px;
        text-align: center;
        font-size: 12px; 
        border:;
        background:rgba(200,10,20,.7);
    }
     #sub2 {
        line-height: 1.8;
        margin-left: 30px;
        margin-top:0px;
        width: 133px;
        text-align: center;
        font-size: 12px;  
        background: rgba(200,10,20,.7);
    }
    #sub3 {
        line-height: 1.8;
        margin-left: -100px;
        margin-top:0px;
        width: 133px;
        text-align: center;
        font-size: 12px;  
        background: rgba(200,10,20,.5);
    }
    .menu ul{
        position:absolute;
        margin: auto;
        list-style:none;
        padding: 0px 0px;
        display:flex;
        box-sizing: content-box;
        text-align: center;
        align-content: center;
        justify-content:center;
        font-weight: bold;
        box-sizing:border-box;
        float:none;
        font-size:90%; 
        z-index: ;
        width: 100%;
        top:76%;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, 5%);
        z-index: 100;
    }
    .menu li {               /*separacion entre botones*/
        text-align:center;
        padding: 0px 5px;
        
    }
    .menu li:hover {
       background: rgba(200,20,20,.9);
    text-decoration: underline;
        border-radius: 2px;
        
        
    
    }
    .menu li a {
        display:block;
        padding: 5px 13px;
        color:white;
        text-decoration:none;
        background:;
        border-radius: 20px;
        
    }   
    #icon {
        padding: 0px 8px;
    }
    
    @media (max-width:768px) {
        
        header label {
            display:block;    
        }
        .menu {
            position: absolute;
            width: 35%;
            margin-left: -80%;
            transition: all 1s;
            padding: 0px 45px;
            z-index: 5;
    
        }
        .menu ul {
            flex-direction: column;
             margin-left: auto;
            margin-top: -10px;
            width:;
        }
        #sub1 {
            top:40%;
            left: 147%;
            width: 86%;
           background: rgba(250,250,0,.9);
            z-index:;
        }
        #sub2 { /*sucursales*/
            top:70%;
            left: 40%;
            width: 93%;
            background: rgba(255,255,0,.9);
        }
        #sub3 { /*multimedia*/
            top:55%;
            left: 98%;
            width: 95%;
            background: rgba(255,255,0,.9);
        }
        .menu li {
            border-top: 1px solid #fff;
            background: rgba(200,20,20,.9);
        }
        #btn-menu:checked ~ .menu {
            margin: 0%;
            margin-left: -30px;  
        }     
    }

