@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700;800&family=Ubuntu:wght@400;500&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'League Spartan', sans-serif;
    text-decoration: none;
    list-style: none;
}
.corpo{
    background-color: #545454;
    overflow-x: hidden;
}
.navbar{
    background-color: #1E1E1E;
}
.navbar a{
    color: white;
}
.navbar form input::placeholder{
    color: white;
}
.nav1{
    font-size: 22px;
}
.nav2{
    font-size: 22px;
}
.nav3{
    font-size: 22px;
}
.nav1 img{
    width: 30px;
    position: absolute;
    top: 55px;
    right: 400px;;
}
.nav2 img{
    width: 30px;
    position: absolute;
    top: 55px;
    right: 290px;;
}
.nav3 img{
    width: 30px;
    position: absolute;
    top: 55px;
    right:170px;;
}
.nav4{
    background-color: #021F53;
    border-radius: 10px;
}

.carousel-item img{
    object-fit: contain;
    height: 500px;
}
.segundo-bloco h1{
    color: #FFC85D;
}
.title-lanç{
    color:#FFC85D ;
    font-weight: 600;
}
.carousel2 .owl-dots{
    display: none;
}
.jogos-nav a{
    color: white;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
}
.jogos-nav a:hover{
    color: white;
    text-decoration: none;
    font-size: 22px;
}
.jogos-nav .barreira{
    font-size: 22px;
    color: #FFC85D;
}
.jogos{
    width: 90%;
    margin: auto;
}
.jogos .card{
    border: none;
    width: 18em;
    cursor: pointer;
}

.jogos .card img{
    border: none;
    border-radius: 5px;
    transition: .2s;
}
.jogos .card img:hover{
    transform: scale(1.2);
    transition: .5s;
}

footer{
    background-color: #021F53;
    font-family: 'League Spartan', sans-serif;
}
.listas-footer{
    display: flex;
    justify-content: center;
    gap: 80px;
    color: white;
    padding-top: 15px;
    text-align: justify;
}
.titulo-lista{
    font-size: 20px;
    padding-bottom: 10px;
}
footer span hr{
    margin-top: 10px;
    
    width: auto;
    border: 1px solid #FFC85D;
    background-color: #FFC85D;
}
.logo-footer img{
    width: 200px;
}
.footer-icon a{
    color: #FFC85D;
    font-size: 32px;
}
.logo-e-icones{
    display: flex;
    align-items: center;
}
.footer-icon{
    display: flex;
    flex-direction: column;
    color: white;
}
.owl-carousel .card{
    cursor: pointer;
}

@media(max-width:1463px){
    .jogos .card{
        width: 30em;
    }
}

@media(min-width:1837px){
    .jogos .card{
        width: 30em;
    }
}