@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,800;0,900;1,400&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Georgia, 'Times New Roman', Times, serife;
}

 #history{
  background-image: url('../imagens/backgroundcl.webp');
  background-size: 100% auto;
}

#banners {
    padding: 30px 30px 30px 30px;
    position: relative;
    width: 600%;
    height: 600px;
    overflow: hidden;
  }
  
  #banners img{
    margin: 50px 50px 50px 50px;
  }

  .container {
    position: absolute;
    width: auto; 
    height: auto;
    display: flex;
    transition: transform 0.5s;
  }

  .container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 300%;
  }
  
  .container ul li {
    flex: 1;
    height: 100%;
  }
  
  .container ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  #trocar-imagem {
    padding: 15px;
    margin: 80px;
    margin-top: 20px;
    background-color: blue;
    color: #fff;
  }
  
  h1{
    background-color: greenyellow;
    color: black;
    text-align: center;
    font-weight: bolder;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
}

#cabecalho{
background-color:blue;
margin-bottom: 30px;
}

#cabecalho .container{
display: flex;
align-items: center;
justify-content: space-between;
}


#logo{
    width: 120px;
    height: 120px;
    margin-right: 10px;
    float: left;
}
  
#menu{
    color: #000;
    text-align: right;
    display: inline-block;
    list-style: none;
    padding: 30px;
    padding-right: 30px;
  }

  #menu ul{
    display: flex;
    justify-content: center;
    text-align: right;
}

#menu ul li{
    list-style: none;
    position:sticky;
    margin-left: 30px;
}
#menu a{
    color:aliceblue;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
    display: block;
    padding: 20px;
    transition: all .2s ease-in;
}

#menu a:hover{
    background-color: rgb(255, 145, 0);
    color: white;
}

#menu ul li:hover{
    background-color: rgb(255, 145, 0);
    color: white;
}


h2{
    color: #fff;
    text-align: center;
}

#história {
    padding-top: 50px;
    padding-bottom: 50px;
}

#historia img{
    float: left;
    width: 300px;
    height: 300px;
    margin-right: 20px;
    border-radius: 20px;
}

#titulo{
    margin-top: 20px;
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
#historia p{
    color: #fff;
    text-align: justify;
    margin-bottom: 15px;
    font-size: 18px;
    margin: 20px 20px 20px 20px;
}

#rodape {
    background-color:blue;
    color: lavender;
    text-align: center;
    margin-top: 100px;
    padding: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
}

#rodape a{
    color: rgb(255, 145, 0);
    text-decoration: none;
    transition:all .3s linear;
}
#rodape a:hover{
    text-decoration: underline;
    border-radius: 5px;
}

  /* Page Campeoes */

 #campeoes > h1{
    color: #000;
    background-color: greenyellow;
    margin-left: 250px;
    margin-right: 250px;
    font-weight: bolder;
    padding: 10px;
    margin-bottom: 30px;
  }

  #campeoes{
    background-image: url('../imagens/banners/bannerrealucl.jpeg');
    background-size: auto 5%;
    background-repeat: repeat;
  }

  table{
    margin: 30px;
    padding: 10px;
    width: 80%;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10%;
    background-color: blue;
    border: #000;;
    color: #fff;

  }
    
    td th{
        padding: 10px;
        text-align: left;
    }

    th{
        color: #000;
        background-color: rgb(255, 145, 0);
        border: 3px solid black;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    td{
    color: #fff;
    padding: 10px;
    border: 3px solid black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    }

  tbody{
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .titulos{
    color: #000;
    font-weight: bolder;
    background-color: greenyellow;
  }

  .clubes{
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
  }

  .clubes img{
    width: 50px;
    height: 50px;
  }

  .paises img{
    width: 100px;
    height: 100px;
  }

  /* Page Hino */
.video{
  padding: 30px 30px 30px 30px;
  text-align: center;
}

.textvideo{
color:#fff;
text-align:center;
font-size: 20px;
font-weight: bold;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

#audio{
float: right;
margin-top: -70px;
}

#music{
background-image: url('../imagens/backgroundcl.webp');
background-size: cover;
}

#hino{
float: right;
margin-top: 250px;
margin-right: 50px;
}
.letra{
color: #fff;
padding: 50px 50px 50px 50px;
margin: 20px 20px 20px 20px;
}

  /* Page Artilharia */

  #artilharia{
    background-image: url('../imagens/banners/legendsucl.jpg');
    background-size: contain;
    margin: 0;
    padding: 0;
  }
  
  #artilharia h1{
    color: black;
    background-color: greenyellow;
    font-weight: bolder;
  }
  
  #artilharia h2{
    margin-top: 50px;
    color: #fff;
    background-color: red;
    font-size: 30px;
    padding: 1px;
    margin: 50px 300px 50px 300px;
    text-align:center;
    font-weight: bolder;
  }
  
  #artilharia p{
    background-color: darkblue;
    color: #fff;
    margin: 0px 50px 0px 50px;
    margin-bottom: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 20px;
  }
  

  
  .jogadores{
    height: 300px;
    width: 300px;
    border-radius: 20px;
    margin-left: 40px;
    margin-bottom: 20px;
  }
  
  .legends{
    margin: 30px 30px 30px 30px;
    margin-left: 100px;
  }
  
  .cris{
    margin-bottom: 30px;
    margin-left: 50px;
  }
  
  .zlatan{
  margin-bottom: 30px;
  margin-left: 40px;
  }

  /* Page Formato */

  #formato{
    background-image: url('../imagens/taça.jpeg');
  }

  .slider {
    box-shadow: 2px solid black ;
    width: 500px;
    height: 500px;
  }
  
  .slide {
    width: 100%;
    margin-left: 400px;
  }
  
  .slide img {
    width: 500px;
    height: 500px;
  }
  
  
  #formato h1{
    margin-left: 300px;
    margin-right: 300px;
    margin-bottom: 30px;
  }
  #formato p{
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 10px;
  }

  .jeito{
    font-size: 20px;
    color: aqua;
    margin-left: 50px;
  }

  /* Page Patrocinadores */

  #patrocinadores{
    background-image: url('../imagens/backgroundcl.webp');
    background-size: cover;
  }

  #fotos{
    align-items: center;
    margin-top: 60px;
    margin-bottom: 50px;
  }

  #fotos .marcas{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    margin-left: 50px;
    margin-top: 100px;
  }

  #fotos .marcas img{
    display: block;
    width: 200px;
    transition: all 0.3s linear;
  }

  .marcastitulo{
    top:50px;
    margin-bottom: 50px;
    padding: 10px;
    margin-left: 150px;
    margin-right: 150px;
  }

  #fotos .marcas img:hover{
    transform: scale(.8);
  }

  /* Page Finais */ 
  
  #finais{
    background-image: url('../imagens/uefa.jpeg');
    margin: 0;
    padding: 0;
  }

  .top5{
    font-size: 40px;
    margin: 50px 50px 50px 50px;
    color: white;
    font-size: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
    margin-top: 300px;
    margin-bottom: 30px;
  }

  .top5 h2{
    color: darkblue;
    background-color: aqua;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 20px;
  }

  .top5 h3{
    margin-top: 30px;
    color: greenyellow;
    margin-bottom: 30px;
  }

  .top5 p{
    font-size: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom:50px;
    font-weight: bolder;
  }

.game{
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  top: 500px;
  width: 500px;
  border-radius: 20px;
  margin-bottom: 100px;
}

