/*background-position: 0 10%;
posição da imagem na div
0 esquerda => 100% direita
0 Topo => 100% base

. class
# id*/

/*justify-content: flex-end;
alinhar embaixo

começo do arquivo para zerar as configurações
margin: 0;
padding: 0;
box-sizing: border-box;

centralizar texto
text-align: center;
margin-right: auto;
margin-left: auto;

bloqueia a imagem sozinha na linha
display: Block

escolher o posicionamento da imagem na tela
position: absolute;

display: Flex;

padrão já está assim
flex-direction: row

alinha no lado esquerdo da tela
flex-direction: row-reverse

alinha um embaixo do outro
flex-direction: colum

alinha um em cima do outro
flex-direction: colum-reverse




por padrão todos já são assim
position: static

fixar o menu ou um ítem na tela
leva em consideração o topo da tela
position: fixed;
top:
botton:
left:
right:

parecido com o de cima, mas fixa no topo quando chega nele
position: sticky

leva em consideração a sua posição atual
position: relative;



*/

*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: #fff;
}

body {
    background-image: linear-gradient(to right, black, #2c2828);
}

header {
    height: 90px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav {
    width: 60%;
}

ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

li {
    list-style: none;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    transition: .5s;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

li:hover {
    color: red;
}

#logo-principal {
    width: 150px;
    height: auto;
    margin-top: 60px;
}

#logo-end {
    width: 130px;
    height: auto;
    display: flex;
    align-items: center;
    padding: 30px;
}


#banner {
    background-image: url(https://atletico.com.br/wp-content/uploads/2024/03/53565041276_b493650a4d_k.jpg);
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 200px;
}

#banner-pq {
    background-image: url(https://atletico.com.br/wp-content/uploads/2024/03/53565041276_b493650a4d_k.jpg);
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100px;
}

#artesBolao {
    width: 100%;
    height: 550px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 50px;
    padding: 0 20px;
    /*background-color: #d21617; */
}

#ladoEsquerdo {
    width: 242px;
    height: 510px;
    margin-top: 20px;
}

#banner_esquerdo {
    width: 242px;
    height: 343px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: red;
}

.patrocinador1 {
    width: 100%;
    height: 134px;
    margin-top: 34px;
}


#banner_principal {
    width: 450px;
    height: 450px;
    background-position: 50% 50%;
    background-size: cover;
    padding: 30px;
    display: flex;
    margin-top: 20px;
}

#ladoDireito {
    width: 242px;
    height: 510px;
    margin-top: 20px;
}

#banner_direito {
    width: 242px;
    height: 343px;
    margin-top: 31px;
    background-color: #000;

}

.patrocinios {
    width: 100%;
    height: 150px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 80px;
}

.patrocinador2 {
    width: 100%;
    height: 135px;
}

.patrocinador3 {
    width: 247px;
    height: 141px;
    background-color: #000;
}

.patrocinador4 {
    width: 247px;
    height: 141px;
}

.patrocinador5 {
    width: 247px;
    height: 141px;
}

.patrocinador6 {
    width: 247px;
    height: 141px;
}

.banner-paixao-nacional {
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 120px;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #000;
}

.banner-paixao-nacional2 {
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 120px;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #000;
}


h1 {
    margin: 30px auto 30px auto;
    text-align: center;
    transition: .5s;
    color: yellow;
}

h1:hover {
    font-size: 34px;
    color: red;
}

h2 {
    margin: 30px auto 30px auto;
    text-align: center;
    font-size: 30px;
}

#abertura-container {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
}

.content {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.abertura {
    width: 50%;
}

#sinopse {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 30px;
}

.description {
    font-size: 19px;
    width: 70%;
}

.button {
    width: 200px;
    height: 60px;
    background-color: #d21617;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .8s;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: none;
    outline: none;
    margin-top: 25px;
}

.button:hover {
    background-color: #fff;
    color: #000;
}

.button-box {
    width: 100%;
    display: flex;
    justify-content: center;
}
    
.button-jogadores {
    width: 230px;
    height: 60px;
    background-color: #d21617;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .8s;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: none;
    outline: none;
    margin-top: 30px;
}

.button-jogadores:hover {
    background-color: #fff;
    color: #000;
}

footer {
    height: 300px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

footer-contato {
    height: 300px;
    margin-top: 660px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;


}

.footer-navigation {
    display: none;

}

.footer-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.actor-cards-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.cards-content {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 20px;
    column-gap: 40px;
}

.card {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    transition: 1s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    font-size: 20px;
    color: red;
}

.card:hover {
    transform: scale(1.02);
}

.character-name-bg {
    width: 100%;
    height: 30px;
    background-color: rgba(252, 249, 249, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.character-name {
    font-size: 20px;
    color: red;
}



/*goleiros*/
.banner-GabrielDelfim {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Gabriel-Delfim-1.png);
}

.banner-Everson {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Everson-1.png);
}

.banner-MatheusMendes {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Matheus-Mendes-1.png);
}

.banner-GabrielAtila {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Gabriel-Atila-1.png);
}

/*zagueiros*/

.banner-BrunoFuchs {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Bruno-Fuchs-1.png);
}

.banner-Lemos {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Lemos-2.png);
}

.banner-IgorRabelo {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Igor-Rabello-2.png);
}

.banner-Jemerson {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Jemerson-1.png);
}

.banner-Romulo {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Romulo-1.png);
}

/*laterais*/
.banner-GuilhermeArana {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Arana-1.png);
}

.banner-Mariano {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Mariano-1.png);
}

.banner-Saravia {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Saravia-1-1.png);
}

.banner-Rubens {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Rubens-2.png);
}

.banner-VitorGabriel {
    background-image: url(https://atletico.com.br/wp-content/uploads/2024/03/Vitor-Gabriel.png);
}

/*meio-campistas*/
.banner-Otavio {
    background-image: url(https://atletico.com.br/wp-content/uploads/2022/03/otavio-site.png);
}

.banner-GustavoScarpa {
    background-image: url(https://atletico.com.br/wp-content/uploads/2024/01/Scarpa_site.png);
}

.banner-Edenilson {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Edenilson-1.png);
}

.banner-Zaracho {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Zaracho-1.png);
}

.banner-IgorGomes {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Igor-Gomes-1.png);
}

.banner-Battaglia {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Battaglia-1-1.png);
}

.banner-AlanFranco {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Alan-Franco-1.png);
}

.banner-PauloVitor {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Paulo-Vitor-1.png);
}

.banner-Pedrinho {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Pedrinho-1.png);
}

.banner-Patrick {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/01/Patrick.png);
}

/*atacantes*/
.banner-Hulk {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Hulk-1.png);
}

.banner-Paulinho {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Paulinho-1.png);
}

.banner-Vargas {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Vargas-1.png);
}

.banner-AlanKardec {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Alan-Kardec-1.png);
}

.banner-Isaac {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Isaac-2.png);
}

.banner-Cadu {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Cadu-2.png);
}

.banner-Alisson {
    background-image: url(https://atletico.com.br/wp-content/uploads/2023/07/Alisson-1-1.png);
}

#ranking-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ranking {
    width: 730px;
}

.ranking-foto {
    width: 730px;
    height: auto;
}

#palpites-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#palpites {
    width: 668px;
    height: auto;
}

/*página de palpites*/
table{
    font-size: 35px;
}
input{
    padding: 8px;
    font-size: 15px;
    color: #000;
    font-size: 25px;
}
/*body{
    background-color: #f0fff0;
}*/
form{
    margin-left: 28%;

}
.limpar{
    background-color: red;
}
.cad{
    background-color: rgb(169, 214, 6);
}
.limpar:hover, .cad:hover{
    cursor: grab;
    background-color: white;
}
h1{
    margin-left: 1%;
}
h2{
    margin-left: 1%;
}

h9{
    margin-left: 25%;
    font-size: 30px;
}

.buttonpalpite {
background-image: linear-gradient(to right, #d21617, black);
width: 20%;
border: none;
padding: 15px;
color: #fff;
font-size: 20px;
cursor: pointer;
border-radius: 10px;
margin-top: 15px;
margin-left: 28%;
margin-bottom: 15px;

}

.buttonpalpite:hover {
background-image: linear-gradient(to right, #680404, rgb(19, 18, 18));
color: black;
}
/*fim da página de palpites*/

/*tela de celular*/

@media(max-width: 768px) {
    .footer-navigation {
        display: block;
    }

nav {
    display: none;
}

body {
    background-image: linear-gradient(to right, black, #2c2828);
    width: 430px;
}

#logo-principal {
    width: 130px;
    height: auto;
    margin-top: 60px;
}


#banner-pq {
    width: 100%;
    background-position: 40%;
}

header {
    width: 100%;
    height: 90px;
}

#ranking-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ranking {
    width: 30%;
    height: 1200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ranking-foto {
    width: 300px;
}

.cards-content {
    width: 50%;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
    column-gap: 0px;
    margin-top: 30px;
}

.banner-paixao-nacional {
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 30px;
    margin-top: 900px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #000;

}

.banner-paixao-nacional2 {
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 30px;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #000;

}

.patrocinios {
    width: 84%;
    height: auto;
    background-image: linear-gradient(to right, black, #2c2828);
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    padding: 30px;
}

#banner_principal {
    width: 330px;
    height: 330px;
    background-size: cover;
    padding: 0px;
    display: flex;
    margin-top: 20px;
}

#abertura-container {
    width: 100%;
    height: 500px;
    display: grid;
    flex-direction: column;
    align-items: center;
    margin-top: 0%
}

.abertura {
    width: 95%;
    margin-left: 25px;
}

.content {
    width: 95%;
    display: flex;
    flex-direction: column;
}

.trailer {
    width: 100%;
}

#sinopse {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 15px;
    margin-top: 20px;
}

.description {
    width: 100%;
}

.button {
    width: 90%;
    margin-top: 10%;
    margin-left: 25px;
}

#palpites {
    width: 350px;
    height: 750px;
}

/*página de palpites*/
table{
    font-size: 35px;
}
input{
    padding: 8px;
    font-size: 15px;
    color: #000;
    font-size: 25px;
}
/*body{
    background-color: #f0fff0;
}*/
form{
    margin-left: 8%;

}
.limpar{
    background-color: red;
    width: 50%;
}
.cad{
    background-color: rgb(169, 214, 6);
    width: 93%;
}
.limpar:hover, .cad:hover{
    cursor: grab;
    background-color: white;
}
h1{
    margin-left: 1%;
}
h2{
    margin-left: 1%;
}

h9{
    margin-left: 15%;
    font-size: 30px;
}

.buttonpalpite {
background-image: linear-gradient(to right, #d21617, black);
width: 85%;
border: none;
padding: 15px;
color: #fff;
font-size: 20px;
cursor: pointer;
border-radius: 10px;
margin-top: 15px;
margin-left: 8%;
margin-bottom: 15px;

}

.buttonpalpite:hover {
background-image: linear-gradient(to right, #680404, rgb(19, 18, 18));
color: black;
}

.placar{
    background-color: rgb(102, 255, 0);
    width: 100%;
}
/*fim da página de palpites*/


}