@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
main {
    width: 100%;
    height: 800px;
}
body {
    overflow-x: hidden;
    background-color: #1B1B1B;

}
.video_overlays {
position: absolute;
z-index: 2;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.video_box{position: relative;}
.nav {
color: white;
}
#myVideo {
object-fit: cover;
height: 100%;
width: 100%;
}
.videoBackground {
position: absolute;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
height: 800px;
overflow: hidden;
}
.navMenu {
top: 20px;
margin: auto auto;
background-color: #1A1F22;
width: 100%;
max-width: fit-content;
padding: 10px;

}
.tituloJogo {
width: 100%;
height: 800px;
top: -20px;
position: absolute;
z-index: -1000;
}
.tituloJogo img {
width: 100%;
max-width: 850px;
}
.replayP {
margin-top: 20px;
color: white;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 900;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 55px;
line-height: 3.25rem;
margin-bottom: 20px;
width: 100%;
text-align: center;
line-height: 50px;
}

main {
background-color: #1B1B1B;
}

.section2 {
    margin-top: 50px;
    display: flex;
    width: 100%;
    height: 1000px;
    justify-content: center;
    gap: 20px;
}
.conteudo2 {
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    display: flex;
    width: 100%;
    max-width: 25%;
    flex-direction: column;

}
.conteudo1 {
    display: flex;
    width: 100%;
    max-width: 50%;
    flex-wrap: wrap;
    justify-content: center;
}
.conteudo1Foto1 {

    border-radius: 5px;
    background-image: url(img/S06_HP_PrimaryTout_2X.jpg);
    background-size: cover;
    height: 40%;
    width: 900px;
}
.conteudo1poster1 {
    width: 45%;
    height: 300px;
    background-image: url(img/COD-HP_Secondary-Tout_WZM.webp);
    background-size: cover;
}
.conteudo1poster2 {
    width: 45%;
    height: 300px;
    background-image: url(img/S06_HP_SecondaryTout02_2X.jpg);
    background-size: cover;

}
.posters{
    display: flex;
    justify-content: center;
    width: 100%;
    height: fit-content;
    gap: 50px;
    margin-bottom: 20%;
}
#h1News{
    margin: 0;
    width: 100%;
    height: fit-content;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.103);
}
.imgNews{
    margin-top: 20px;
    border-radius: 5px;
}
#pNews {
    display: flex;
    color: white;
    font-size: 27px;
}
#pNews2 {
    padding-bottom: 20px;
    width: 100%;
    color: rgba(255, 255, 255, 0.452);
    border-bottom: 1px solid rgba(255, 255, 255, 0.103);
}
.menuNoticia {
    margin-top: 10px;
    gap: 20px;
    display: flex;
    width: 100%;
    height: fit-content;
    padding-bottom: 20px;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.103);
    
}
.menuNoticia p {
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    font-size: 18px;
}
.dias {
    width: 100%;
    color: rgba(255, 255, 255, 0.452);
    border-bottom: 1px solid rgba(255, 255, 255, 0.103);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.botaoVejaMais {
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 200px;
    margin-top: 20px;
    border: 1px solid white;
    font-weight: 900;
    color: white;
}
.botaoVejaMais:hover {
    background-color: rgba(128, 128, 128, 0.219);
    cursor: pointer;
}
.section3 {
    gap: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.catalogo {
    max-width: 18%;
    width: 100%;
    height: fit-content;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}


.tituloAbsolute {
    position: absolute;
    width: 75%;
    bottom: 10px;
    left: 15%;
}
#h1Catalogo {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    padding-left: 10%;
    font-weight: 900;
    font-size: 45px;
}
@media screen and (max-width:1630px){
    .navMenu {
    max-width: 100%;
    margin-top: -20px;
    }
    .section2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        height: auto;
        flex-direction: column;
    }
    .conteudo2 {
        padding: 20px;
        max-width: 100%;
        height: fit-content;
    }
    .conteudo1 {
        padding: 20px;
        max-width: 100%;
        height: fit-content;
    }
    .conteudo1Foto1 {
        height: 400px;
        width: 1000px;
        background-size: cover;
        background-position: right center;
    }
    .posters {
        gap: 20px;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        height: inherit;
    }
    .conteudo1poster1 {
        height: 400px;
        margin-top: 20px;
        width: 100%;
        max-width: 1000px;
    }
    .conteudo1poster2 {
        height: 400px;
        width: 100%;
        max-width: 1000px;
    }
    .imgNews img {
        width: 100%;
        max-width: 1000px;
    }
    .section3 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .catalogo {
        max-width: 75%;
    }
    }

   