body{
font-family:Arial, Helvetica, sans-serif;
margin:0;
background:#f0f0f0;
}

.container{
max-width:1200px;
margin:auto;
padding:10px;
}

.topo{
display:flex;
justify-content:space-between;
align-items:center;
background:#fff;
padding:10px;
}

.logo img{
height:70px;
}

.banner img{
max-width:100%;
}

.player-topo{
background:#000;
padding:10px;
text-align:center;
}

nav{
background:#111;
}

nav ul{
margin:0;
padding:0;
list-style:none;
display:flex;
flex-wrap:wrap;
}

nav ul li a{
color:#fff;
padding:12px 15px;
display:block;
text-decoration:none;
}

nav ul li a:hover{
background:#444;
}

.noticia{
background:#fff;
margin:10px;
padding:10px;
border-radius:5px;
}

.noticia img{
width:100%;
height:auto;
}

.anuncios{
margin:20px 0;
text-align:center;
}

.anuncios img{
max-width:100%;
margin:5px;
}

.app{
background:#fff;
padding:20px;
text-align:center;
}

.btn{
background:#e60023;
color:#fff;
padding:10px 20px;
text-decoration:none;
display:inline-block;
margin-top:10px;
}

footer{
background:#111;
color:#fff;
text-align:center;
padding:20px;
}

.redes a{
color:#fff;
margin:0 10px;
text-decoration:none;
}
.redes{
display:flex;
justify-content:center;
gap:15px;
margin-bottom:10px;
}

.redes a{
width:40px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
background:#222;
color:#fff;
border-radius:50%;
font-size:18px;
transition:0.3s;
text-decoration:none;
}

.redes a:hover{
transform:scale(1.1);
}

.redes a:nth-child(1):hover{
background:#1877f2;
}

.redes a:nth-child(2):hover{
background:#e4405f;
}

.redes a:nth-child(3):hover{
background:#ff0000;
}

.redes a:nth-child(4):hover{
background:#000;
}