.player-5ae33a05-3247-4af0-a47d-e01c6655a443 {
    background-color: #000!important;
}
html body .headerNavigationMenu {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 2;
    background-color: #1E1E1C;
    padding: 1% 0%;
}


.footer {
    background-color: #1E1E1C;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    padding: 2% 0;
}

.textContainer h1 {
    font-family: 'Caviar Dreams';
    font-weight: 700;
    font-size: 3.6em;
    text-align: center;
    color: #f4f4f4;
    margin: 1em 0;
}

.textContainer h2 {
    font-family: 'Montserrat';
    text-align: center;
    margin-bottom: 0;
	color:#f4f4f4
}

.fila-concurso, .fila-concurso-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -7em;
    gap: 1em;
}
.video-item iframe{
  width: 500px;
    height: 500px;
}
.vp-center #player.player {
    background-color: #000!important;
}




body {
    background-color: #1E1E1C;
}
.textContainer {
    margin-bottom: 4%;
    padding: 0 4%;
}
.fila-concurso-2{
    margin-top: -11em;
}
.player-9e4b0e9f-d05c-4dd9-83b2-75d38820c37b{
background-color:#000!important;
}


.video-item {
    width: 31%!important;
    height: auto!important;
    background-color: #000 !important;
}
  
.fila-concurso {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 8%;
}

iframe {
    aspect-ratio: 9/5!important;
    width: 100%!important;
    height: fit-content!important;
}



.fila-concurso{
    margin-bottom: 2em!important;
    margin-top: 0!important;
}

html body .headerNavigationMenu {
    position: static!important;
}


@media only screen and (max-width:1600px){
    html .video-item {
        width: 49%!important;
    }
}



@media only screen and (max-width:1200px){
    .textContainer h1 {
        font-size: 2.5em;
    }
    html .video-item {
        width: 47%!important;
    }
    html body .fila-concurso {
        padding: 0 2%;
    }
}



@media only screen and (max-width:600px){
    html .video-item {
        width: 95%!important;
    }
    .textContainer h1 {
        font-size: 1.4em;
    }
}
