body{
    margin: 0px;
}

.video{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 177.77vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    object-fit: cover;

}


.videoFundo {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: center;
    background-color: rgba(0, 0, 0, .27);
    justify-content: center;
}


.logo_inicio{
    width: 35%;
    opacity: 0.75;
}

.navbar_persona{
    position: absolute;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    z-index: 999;
    top: 0px;
}

.navbar_botao{
    color: #fff;
    border-color: #fff;
}

.logo_menu_player{
    width: 128px;
    height: 30px;;
}

.nav_rodape{
    position: absolute;
    width: 100%;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    z-index: 999;
    top: 0;
    background-color: #000;
    opacity: 0.7;
}

.font_menu{
    color: rgb(255, 255, 255);
    opacity: 1;
    width: 20%;
    text-align: center;
}

.font_menu:hover{
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.release{
    color: rgb(255, 255, 255);
    position: relative;
}


.release_tittle{
    text-align: center;
}


.release_text{
    text-align: left;
}

.coluna-cards{
    padding: 50px;
    background-color: aqua;
}

.musicos{
 max-width: 500px;
 min-width: 300px;
}

.foto-cards{
 object-fit: cover;
 object-position: top;
 min-width: 300px;
}