* {
    font-family: 'Times New Roman', Times, serif;

}

body {
    background: rgb(0, 0, 0);
    width: 99%;
}

video {
    -webkit-box-shadow: 3px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

header {
    background: rgb(15, 14, 14);
    position: relative;
    top: -15px;
    width: 100%;
    height: 60px;
    -webkit-box-shadow: 3px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

header li {
    position: relative;
    display: inline-block;
    text-align: left;
    top: 21px;
    left: 100px;

}

header .code_tv {
    position: relative;
    top: -22px;
    left: 10px;
    width: 100%;
}

#menu li a {
    text-decoration: none;
    margin: 20px;
    color: rgb(46, 18, 207);
    font-weight: bold;
    z-index: 100px;
}

#btn-proximo {
    position: absolute;
    top: 460px;
    margin-left: 603px;
}

#btn-anterior {
    position: absolute;
    top: 460px;
    margin-left: 503px;
}

#btn-play {
    position: absolute;
    top: 460px;
    margin-left: 1px;
}

.video-j {
    display: none;
}

#img_slide img {
    width: 100%;
    height: 620px;
    margin-left: -35px;
}

#list_meio {
    position: relative;
    top: -0px;
    margin-left: 5%;
}

#list_meio h3 {
    position: relative;
    top: -150px;
    margin-left: 60px;
    color: white;
}

#list_meio button {
    position: relative;
    top: -88px;
    margin-left: 140px;
    
}