body {
    background-color: #424949;
}

video {
    object-fit: fill
}

#wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0%;
    /* [disabled]background-color: #6F0; */
}

#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

#encabezado {
    background-color: #CCC;
    top: 0px;
    left: 0;
    position: fixed;
    width: 100%;
    height: 40px;
    color: rgb(230, 230, 230);
    /* [disabled]font-size: 20px; */
    padding: 20px;
    background: rgb(210, 20, 20);
    background: linear-gradient(0deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
    opacity: 0.85;
    z-index: 9;
}


#logo {
    width: 175px;
    height: 75px;
    top: 0px;
    left: 10px;
    position: absolute;
}

#logo img {
    width: 100%;
    height: 100%;
}

.MenuMobil {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 12px 15px 42px -13px rgba(0, 0, 0, 0.83);
}

.MenuMobil a {
    padding: 6px 8px 6px 32px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

/*
.MenuMobil a:hover {
    color: #f1f1f1;
}
*/

.MenuMobil .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #000;
}

#botonMenuMovil {
    font-size: 55px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding: 0 18px;
    padding-top: 0px;
    padding-right: 18px;
    padding-bottom: 0px;
    padding-left: 18px;
    border: none;
    position: absolute;
    right: 40px;
    display: block;
    z-index: 10;
    top: 0;
}

.MenuMobil-Lin {
    font-family: 'Oswald', 'sans-serif';
    font-size: 14px;
    font-weight: 400;
    color: #404040;
    text-align: left;
}

.MenuMobil-Tit {
    font-family: 'Oswald', 'sans-serif';
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    color: #000;
}

#botonMenuMovil:hover {
    background-color: #444;
}

#redesSoc {
    Position: fixed;
    top: 50%;
    right: 0%;
    height: 400px;
    width: 50px;
    z-index: 2;
    margin-top: -200px;
}


.social {
    /* position: fixed;*/
    top: 20px;
}

.social a {
    font-family: 'Oswald', 'sans-serif';
    color: #ffffff;
    font-weight: 400;
    font-size: 23px;
    margin-left: 10px;
    text-decoration: none;
    width: 100%;
}

.social ul {
    padding: 0px;
    transform: translate(-25px, 0);
}

.social ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.36);
    width: 320px;
    text-align: left;
    padding: 10px;
    border-radius: 30px 0px 0 30px;
    transition: all 1s;
}

.social ul li:hover {
    transform: translate(-220px, 0);
    background: #d21414;
}

.social ul li:hover a {
    color: #fff;
    text-shadow: 2px 2px 2px rgb(37, 37, 37);
}

.social ul li:hover i {
    color: #d21414;
    background: #fff;
    transform: rotate(360deg);
    transition: all 1s;
}

.social ul li i {
    margin-left: 10px;
    color: #fff;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background: #d21414;
    transform: rotate(0deg);
}

#player {
    top: 110px;
    left: 20px;
    height: 580px;
    width: 920px;
    position: absolute;
    background-color: #000000;
    border-width: 4px;
    border-style: solid;
    border-color: #DDDDDD;
    border-radius: 5px;
    z-index: 1;
}


#patrocinador1 {
    top: 111px;
    left: 1030px;
    height: 160px;
    width: 250px;
    position: absolute;
    background-color: #fff;
    text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
    font-family: 'Oswald', 'sans-serif';
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    color: #FFF;
    text-align: center;
    border-width: 8px;
    border-style: solid;
    border-color: #DDDDDD;
    border-radius: 5px;
}

#patrocinador1 img {
    width: 100%;
    height: 100%;
}

#patrocinador2 {
    top: 310px;
    left: 1030px;
    height: 160px;
    width: 250px;
    position: absolute;
    background-color: #fff;
    text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
    font-family: 'Oswald', 'sans-serif';
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    color: #FFF;
    text-align: center;
    border-width: 8px;
    border-style: solid;
    border-color: #DDDDDD;
    border-radius: 5px;
}

#patrocinador2 img {
    width: 100%;
    height: 100%;
}

#footer {
    background-color: #CCC;
    bottom: 0px;
    left: 0;
    position: fixed;
    width: 100%;
    height: 10px;
    color: rgb(230, 230, 230);
    padding: 20px;
    background: rgb(210, 20, 20);
    background: linear-gradient(0deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
    opacity: 0.85;
    z-index: -1;
}

#footer-wrapper {
    position: absolute;
    width: 1000px;
    height: 100%;
    top: 0px;
    left: 50%;
    margin-left: -500px;
}

#footer-wrapper p {
    font-size: 20px;
    padding: 0px;
    top: 0;
    text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
    font-family: 'Oswald', 'sans-serif';
    font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
}


html[xmlns] #menu-bar {
    display: block;
}

* html #menu-bar {
    height: 1%;
}

#apps {
    position: absolute;
    top: 503px;
    left: 1024px;
    width: 286px;
}

#apps a {
    margin-right: 0;
    width: 125px;
    height: 100px;
    margin-top: 0;
    margin-bottom: 0;
}

#apps a img {
    width: 100%;
    height: 100px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}


/* @media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) { */

@media (max-width:480px) {
    #logo {
        width: 125px;
    }

    #player {
        top: 94px;
        left: 14px;
        height: 347px;
        width: 340px;
        z-index: 1;
    }

    #patrocinador1 {
        top: 462px;
        left: 14px;
        height: 98px;
        width: 159px;
        border-width: 4px;
        z-index: -1;
    }

    #patrocinador2 {
        top: 462px;
        left: 194px;
        height: 99px;
        width: 159px;
        border-width: 4px;
        z-index: -1;
    }

    #apps {
        top: 579px;
        left: 4px;
        width: 367px;
        z-index: -1;
    }

    #apps a {
        width: 180px;
        height: 100px;
        display: inline-block;
    }

    #footer-wrapper p {
        font-size: 14px;
        text-align: center;
    }

    #footer {
        height: 48px;
        padding: 0;
    }
    .social ul li {
       
        width: 200px;
   
    }
    
    .social a {
        
        font-size: 15px;
        
    }

    .social ul li:hover {
        transform: translate(-120px, 0);
        background: #d21414;
    }
  
}



@media (hover: none) {
   

    .social ul li:hover a {
        color: #fff;
        text-shadow: 2px 2px 2px rgb(37, 37, 37);
    }

    .social ul li:hover i {
        color: #d21414;
        background: #fff;
        transform: rotate(360deg);
        transition: all 1s;
    }
}