.top_logo .navbar-brand img {
    height: 35px !important;
  	margin-top: 5px;
}


.video-container {
    position: relative;
    display: inline-block;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Escurece o vídeo */
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Organiza as frases em coluna */
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}


/* Oculta o botão fullscreen */
.plyr__controls button[data-plyr="fullscreen"] {
    display: none !important;
}


/* Marca d'agua */
.water-mark {
    width: 5%;
    border-radius: 100px;
    position: absolute;
    top: 15%;
    left: 90%;
    transform: translate(-50%, -50%);
    opacity: 0.9; /* Ajuste a transparência */
    pointer-events: none; /* Evita que interfira no clique do vídeo */
    z-index: 10;
    box-shadow: 0px 0px 3px #000;    
}


.video-views { color: #898989 !important; text-transform: capitalize !important; }


.botao {
    background: #0D99DC !important;
    border-radius: 50px;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    padding: 6px 14px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: inline-block;
    text-decoration: none;
    color: white;
    height: 33px;
    text-align: center;
}
