* { 
  margin: 0%;
  padding:0%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  width: 100%;
height: auto;
margin: 0;
background-color: rgb(243, 243, 240);
position: relative;
padding-bottom: 2em;

} 
header{
margin: 0;
padding: 0;
height: auto;

}
/*comienzo publicidad flotante*/
.publicidad-flotante {
  position: fixed;
  top: 10%;
  left: 80%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: auto;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}


.publicidad-flotante img {
  width: 90px;
  height: 90px;
  margin-left: 15px;
  margin-top: 15px;
}
.publicidad-flotante h3{
  padding: 10px;
  font-size: 30px;
}

.p-f{
  border-style: solid;color: aliceblue;
  border-radius: 15px;
  margin-top: 570px;
  margin-right: 280px;
  margin-left: 0px;
  background-color: black;
  width: 200px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.p-f h3{
color: aliceblue;
font-size: 25PX;
}
.p-f img{
  border-radius: 15px;
}
.p-f:hover{
  transform: scale(1.2 );
  -webkit-transform: scale(1.2 );
  -moz-transform: scale(1.2 );
  -ms-transform: scale(1.2 );
  -o-transform: scale(1.2 );
}
button{
  width: 350px;
  color: #f4eeee;
  background-color: black;
  font-size: 25px;
}
/* final pucidad flotante*/


nav{
  background-color: black;
  border-style: solid;color: aliceblue;
  height: 100px;
  
}
.menu{
  color: rgb(241, 234, 234);
  display:flex;
  width:100%;
  height: auto;
  margin-right:0px;
  margin-left:0px ;
}
a{
 text-decoration:none; 
}
.inicio{
  margin-left: 30px;
  margin-right: 200px;
  margin-top: 20px;
 
}
.inicio h3{
  font-size: 35px;
  color: azure;
}

.red{
  margin-top: 0px;
  margin-bottom: 30px;
  width: 50%;

}
.red img{
  border-radius: 25%;
  width: 70px;
  height: 70px;
  margin-left: 30px;
  margin-right: 0px;
  margin-top: 0px;

  margin-bottom: 80px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
}
.titulo{
  display: flex;
  width: 100%;
  height: auto;
  background-image: url("../img/hinchada.jpg");

}

 .bandera{
  width: 33%;
  margin-left: 20%;

 }  
 .bandera img{
  width: 100%;

 }         
.bandera {
animation-name: pulse;
animation-duration: 1s;
animation-iteration-count: infinite;
}

@keyframes pulse {
0% {transform: scale(1);}
50% {transform: scale(1.2);}
100% {transform: scale(1);}
}*/
.inicio a{
  text-decoration: none;
}

h1{
  margin-top: 0px;
  margin-bottom: 20px;
 
  padding: 0px;
  background-color: aliceblue;
  font-family:'Langosta', cursiva;
  font-size: 90px;
  width:100%;
  height: auto;
  color:rgb(5, 5, 0);
  text-align: center;
  border-style: solid;color: black;
}

h4{
  text-align: center;
  margin-top: 30px;
  margin-left: 0px;
  font-size: 60px;
  color: aliceblue;
  font-family:'Langosta', cursiva;
  padding: 20px;
  border-style: solid;color: rgb(247, 246, 246);
   background: linear-gradient(
    70deg,
    rgb(26, 26, 36) 50%,
    rgba(2, 3, 12, 0.3)
    ),
    url("../img/escudos/allboys.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    width: 100%;
    height: auto;
    border-radius:25px ;
    -webkit-border-radius:25px ;
    -moz-border-radius:25px ;
    -ms-border-radius:25px ;
    -o-border-radius:25px ;
}

h2{
  margin-top: 20px;
  margin-bottom: 20px;
  color: rgb(12, 0, 0);
  font-size: 60px;
  text-align: center;
}


.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px auto;
  width: 100%;
}

.player-card {
  background-color: white;
  border: 1px solid #0c0202;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  width: 300px;
  text-align: center;
  overflow: hidden;
 border-style: solid;color: #000000;
}

.player-card img {
  width: 100%;
  height: 350px;
}

.player-info {
  padding: 10px;
}

.player-info h3 {
  margin: 5px 0;
  font-size: 18px;
}

.player-info p {
  margin: 5px 0;
  font-size: 25px;
  text-align: center;
}




/*ETIQUETAS CORRESPONDIENTES AL
BOTON DE LA COPIA DE ENLACES*/
.contenedor button {
width: 20%;
height: 60px;
margin-top: 0px;
margin-bottom: 20px;
margin-left: 60px;
padding: 0px;
font-size: 20px;
cursor: pointer;
background-color: #eef1f3;
color: rgb(12, 1, 1);
border: none;
border-radius: 5px;
}
.button:hover {
background-color: #575555;
}
.fecha {
margin-bottom: 20px;
}
/*FINAL DE LAS
ETIQUETAS CORRESPONDIENTES AL 
BOTON DE COPIA DE ENLACE*/ 

.botones{
  display: flex;
}



.cont-publi{
  display:flex;
  width: 99%;

  height:100%;
  margin-top: 20px;
  margin-bottom: 70px;
  padding: 0px;
  justify-content: center;
  
}
.publicidad{
  width: 50%;
  height: 250px;
  padding: 0;
  margin:0; 
  border-style: solid;color: black;
}
.publicidad img{
margin-bottom: 0%;
  width: 100%;
  height: 100%;
}
.publicidad p{
  display: flex;
  color: rgb(239, 34, 11);
  background-color: rgb(247, 245, 245);
  border-style: solid;color: rgb(0, 0, 0);
  margin-left: 10%;
  font-size: 20px;
  padding: 10px;
  margin-top: 0px;
}
.publicidad video{
  margin-bottom: 0%;
    width: 100%;
    height: 100%;
  }
  .publicidad p img{
    width: 40px;
    border-radius: 15px;
    margin-left: 0%;
    margin-right: 10px;
    padding: 0px;
    margin-top: 0px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
footer{
  
  border-style: solid;color: aliceblue;
  margin-top: 50px;
  margin-bottom: 0PX;
  background-color: rgb(0, 8, 14);
  width: 100%;
  height: 160PX;
  
}  
.iconos{
  display: flex  ;
  justify-content: center;
  width: 30%;
  margin-left: 35%;
  
  }
  .redes{
    margin-top: 10px;
    height: 90px;
    padding: 10px;
  }
  
  footer img{
    border-radius: 25%;
    background-color: none;
    padding: 0 auto;
    padding: 5px;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    -ms-border-radius: 25%;
    -o-border-radius: 25%;
}
 
h5{
  background-color: aliceblue;
  text-align: center;
  margin-bottom: 0%;
  color: black;
  font-size: 20px;

  padding: 15px;
}
  