* { 
    margin: 0%;
    padding:0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
} 
header{
  margin: 0;
  background-image: url("../img/img de fondo/paredon detras arco (3).png");
  background-repeat: none;
  margin-bottom: auto;
  height: 100%;
}
nav{
  width: 100%;
  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 ;
  margin-bottom: 30px;
  margin-top: 0px;
}
.item-menu{
  width: 25%;
  text-align: center;
}
.item-menu h3{
  padding: 20px;
  font-size: 30px;
  color: #f4eeee;
  text-align: center;
  font-family:'Langosta', cursiva;
}
.item-menu a{
  text-decoration: none;
}
.item-menu:hover{
  transform: scale(1.1 );
  -webkit-transform: scale(1.1 );
  -moz-transform: scale(1.1 );
  -ms-transform: scale(1.1 );
  -o-transform: scale(1.1 );
}
.logo img{
  border-style: solid;color: rgb(237, 235, 235);
  background-color: black;
  margin-top: 0px;
  margin-left: 30px;
  width: 150px;
  border-radius: 15%;
  -webkit-border-radius: 15%;
  -moz-border-radius: 15%;
  -ms-border-radius: 15%;
  -o-border-radius: 15%;
}
.logo {
  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);}
}
.cabecera{
  align-items: center;
  display: flex;
  height: 250px;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  background-color: rgba(0, 9, 13, 0.4);
}
h1{
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 20px;
  font-family:'Langosta', cursiva;
  font-size: 70px;
  width: 100%;
  height: auto;
  color:rgb(246, 246, 245);
  text-align: center;
  
}
.foto-pared{
  display: flex;
  width: 100%;
  flex-direction: column;
}
#videoFondo {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Coloca el video detrás del contenido */
}

  a{
    text-decoration: none;
  } 
.red img{
  border-radius: 25%;
  width: 70px;
  height: 70px;
  margin-left: 90px;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 50px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
}
.caja-video{
  padding: 40PX;
  margin:0 auto;
  margin-bottom: 30px;
  width: 100%;
  height: 650px;
}
video{
  margin: 0 auto;
  width: 100%;
  height: 580PX;
}
.img-1{
  
  justify-content: center;
}
h4{
color: #f4eeee;
font-size: 25px;
text-align: center;
font-family:'Langosta', cursiva;
}
.pegajoso{
  position: sticky;
  top: 0;
}
.presentacion{
  align-items: center;
  display:grid;
  border-style: solid;color: aliceblue;
  background-color: black;
  height: auto;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.presentacion img{
  border-radius: 15px;
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  outline: 5px solid rgb(239, 241, 243);
  outline-offset: -20px;
}
.profes{
  width: 50%;
  margin-left: 25%;
  height: auto;
  border-radius: 15px;
  border-style: solid;color: #050000;
  background-color: #5e5e5f;
  align-items: center;
}

.profes img{
  width: 90%;
  margin-left: 5%;
  margin-top: 10px;
  height: auto;
  border-radius: 15px;
  border-style: solid;color: #050000;
  background-color: #5e5e5f;
}
.profes p{
  font-size: 25px;
  margin-top: 10px;
  color: #fff;
  border-radius: 15px;
  border-style: solid;color: #f1efef;
  background-color: #5e5e5f;
}

.cont-publi{
  display:flex;
  width: 100%;
  height:100%;
  margin-bottom: 30px;
  padding: 0px;
  justify-content: center;
}
.publicidad{
  width: 50%;
  height: 300px;
  padding: 0;
  margin:20px 5px; 
  border-style: solid;color: black;
}
.publicidad img{
  width: 100%;
  height: 100%;
}
.publicidad p{
  color: aliceblue;
  background-color: black;
  font-size: 25px;
  text-align: center;
  margin-top: 0px;
  padding: 5px;
  margin-bottom: 40px;
}
.anuncio{
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  border-style: solid;
  color: #eceff2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.anuncio img{
width: 100%;
height: 100%;
border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}



.gracias-2{
  display: block;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  border-style: solid;color: #070000;
}
.gracias-2 img{
  border-style: solid;
  width: 400px;
  height: 400px;
  color: black;
  margin-top: 20px;
  margin-left: 25%;
  border-radius:25px ;
  -webkit-border-radius:25px ;
  -moz-border-radius:25px ;
  -ms-border-radius:25px ;
  -o-border-radius:25px ;
}
.gracias-2 p{
  text-align: center;
  width: 80%;
  color: aliceblue;
  margin-left: 10%;
  margin-right:0px ;
  margin-bottom: 10px;
  font-size: 25px;
  font-family:'Langosta', cursiva;
  background-color: #384048;
}
.liga-cb{
  display: flex;
  width: 100%;
  height: 200px;
  padding: 0px;
  margin: 0px;
  justify-content: center;
}
  .liga-cb img{
  width: 100%;
  height: 200px;
  padding: 0px;
}
.cont-raza{
  display:flex;
  width: 100%;
  height:100%;
  margin-bottom: 40px;
  padding: 0px;
  justify-content: center;
  
}
.raza{
  width: 350px;
  height: 350px;
  padding: 0;
  margin:0; 
  border-style: solid;color: black;
}

.raza img{
margin-bottom: 0%;
  width: 100%;
  height: 100%;
}
.cont-fecha{
  width: 100%;
  height: auto;
  display: flex;
  background-color: rgba(0, 9, 13, 0.4);
  border-style: solid;color: #eceff2;
}
 p{
  width: auto;
  font-size: 20px;
  padding: 20px;
  background-color: rgb(246, 246, 246); 
  margin: 20px;
}
.gale-part{
  display: block;
  width: 50%;
  padding: 5px;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  justify-content: center;
} 
.cat-{
  margin: 5PX;
  padding: 5px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 9, 13, 0.5);
  border-style: solid;color: aliceblue;
}
.cat- h3{
  background-color: rgba(0, 9, 13, 0.7);
  text-align: center;
  font-size: 40px;
  color: aliceblue;
}
h2{
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 20px;
  background-color: rgba(0, 9, 13, 0.7);
  font-family:'Langosta', cursiva;
  font-size: 60px;
  width: 100%;
  height: auto;
  color:rgb(246, 246, 245);
  text-align: center; 
}
.escudo{
  width: 25%;
  height: 230PX;
  margin: 3px;

  justify-content: center;
}
  .escudo img{
  width: 70%;
  height: 100%;
  margin-left: 55px;
}
.formacion{
  width: 90%;
  align-items: center;
  height: auto;
  margin-left: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.formacion img{
  border-radius: 15px;
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  outline: 5px solid rgb(239, 241, 243);
  outline-offset: -20px;
}

.jugadores{
  display: flex;
  width: 90%;
  align-items: center;
  height: 400px;
  margin-left: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.jugador{
  border-radius: 15px;
  width: 30%;
  height: 90%;
  
  
}
.jugador img{
  border-radius: 15px;
  width: 90%;
  height: 90%;
  margin-left: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
 
}
.jugador h3{
color: #f4eeee;
text-align: center;
margin-left: 15px;
padding: 10px;
background-color: #384048;
}



/* a partir e aca etiquetas correspondientes 
a la galeria de fotos de cada fecha*/
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 960px;
  margin: 10px auto;
}
.gallery img {
  width: 100%;
  height: 280px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.gallery img:hover {
  transform: scale(1.05);
}
.modal {
  display: none;
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}
.modal img {
  width: 70%;
  height: 560px;
  border-radius: 8px;
}
.close {
  position: absolute;
  top: 15px;
  right: 0px;
  color: #fff;
  font-size: 80px;
  cursor: pointer;
}
/*aca terminan la etiquetas correspondientes 
a las galerias de fotos de cada fecha*/
.enlace{
  display: flex;
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;  
}
.mas-fotos {
  width: 25%;
  height: 60px;
  margin-top: 0px;
  margin-left: 10px;
  padding: 0px;
  font-size: 20px;
  cursor: pointer;
  background-color: #1183f5;
  color: white;
  border: none;
  border-radius: 5px;
}
.mas-fotos h3{
  font-size: 25px;
  margin-top: 6px;
  padding: 10px;
  text-align: center;
  color: aliceblue;
  text-decoration: none;
}
.mas-fotos:hover {
  background-color: #050000;
}
.ruth{
  width: 25%;
}
.ruth p{
width: auto;
padding: 5px;
margin: 5px;

}
 /*ETIQUETAS CORRESPONDIENTES AL
 BOTON DE LA COPIA DE ENLACES*/
.button {
  width: 20%;
  height: 60px;
  margin-top: 0px;
  margin-left: 60px;
  padding: 0px;
  font-size: 20px;
  cursor: pointer;
  background-color: #384048;
  color: white;
  border: none;
  border-radius: 5px;
}
.button:hover {
  background-color: #b30000;
}
.fecha {
  margin-bottom: 20px;
}
/*FINAL DE LAS
 ETIQUETAS CORRESPONDIENTES AL 
 BOTON DE COPIA DE ENLACE*/ 

.iconos{
  display: flex  ;
  justify-content: center;
}
.redes{
  margin-top: 0px;
  height: 90px;
}
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;
  height: 40px;
}
  footer{
    border-style: solid;color: aliceblue;
    margin-top: 50px;
    margin-bottom: 0PX;
    background-color: rgb(0, 8, 14);
    padding: 1em 0 ;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 160PX;
}  
 

/*animacion de las imagenes*/
@keyframes show {
  from {
    opacity: 0;
    scale: 25%;
  }
  to {
    opacity: 1;
    scale: 100%;
  }
}
 img {
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image ;
  animation-name:show  ;
animation-range: entry 25% cover 50%;
animation-fill-mode: both;
 }
 /* final de las animaciones de las imagenes*/
 
 
 /* COMIENZO BOTON SUBIR*/
.back-to-top {
  width: 180PX;
  height: 50px;
  font-size: 20px;
  position: fixed;
  bottom: 15px;
  right: 10px;
  background-color: #eceff2;
  color: rgb(5, 0, 0);
  border: none;
  padding: 0px 0px;
  border-radius: 50px;
  cursor: pointer;
  display: none; /* Oculto por defecto */
}
.back-to-top:hover {
    background-color: #5e5e5f;
}
/*FINAL BOTON SUBIR*/