﻿.videoPlayer {
    width: 854px;
    height: 480px;
}

.container-video {
    position: absolute;
    left: -7vw;
    width: 854px;
    padding-top: 5px;
    top: 20vh;
    background-color: rgb(51, 51, 51);
}

.btnVideo {
    width: 24px;
    height: auto;
    margin-left: 1.6em;
}

.desempate {
    width: 24px;
    height: auto;
    margin-left: 1.2em;
}

.semDesempate {
    margin-left: 0.5em;
}

.btnVideoVolta1 {
    width: 24px;
    height: auto;
    margin-left: 1.2em;
}

.btnVideo2 {
    width: 24px;
    height: auto;
    margin-left: 0.4em;
}

.carregamento-video {
    display: none;
}

.btnFechar-video {
    color: rgb(255, 255, 255);
    font-size: 30px;
    position: relative;
    top: -5px;
}

.close :hover {
    color: rgba(86,61,124,0.15);
}

.close {
   margin-right: 5px;
}

/*Icone Sem vídeos*/
.video-bloqued {
    margin-left: 1.6em;
    width: 24px;
    height: auto;
}

.video-bloqued2Volta {
    margin-left: 0.2em;
    width: 16px;
    height: auto;
}

.iSemVideo1Volta {
    margin-left: 0.6em;
}

.i2percursos-ident {
    margin-left: 0.2em;
    margin-top: 4px;
}

.percursoIdenti1VoltaBtn {
    margin-left: 1.2em;
}

.fas:hover {
    cursor: not-allowed;
}

.btn-pseudo {
    width: 16px;
    height: auto;
    margin-top: 5px;
}

.hrFaltas {
    margin-top: 0;
    margin-bottom: 0;
}

.btnHidden2Volta {
    display: none;
}

.iframeAoVivo {
    justify-self: center;
}

    .iframeAoVivo > iframe {
        height: 360px;
        width: 640px;
    }