@charset "utf-8";

*{
    font-family: sans-serif;
    margin:0rem;
    padding: 0rem;
    text-decoration: none;
     color:white;
}


 .perfil{
    font-size: 1em;
    list-style: none;
padding-top: 1em;
        padding-right:1.5em;
     padding-left: 1.5em;
        display:flex;
            flex-direction:row;
            align-content: space-between;
            justify-content:space-between;
    align-items: flex-end;
            flex-basis: 0;
        flex-grow: 0;
     flex-wrap: nowrap;
     align-items: baseline;
     
  
 }

.lupa {
   width: 7%;
   padding right:5rem;
}

.deporte{
    font-family: 'Abel', sans-serif;

}


.equipo p{
    color: rgb(137, 137, 244);
    margin-top: -1rem;
    font-family: 'Abel', sans-serif;
    padding-top: 1rem;
    
}





body{
    background-color: #001A7C;
   background-image: url(fondo.png);
    background-repeat: no-repeat;
    background-position: center top;  
    background-attachment:local; 

}



.Octubre {
    
    text-decoration: none;
    letter-spacing: 0.05rem;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content:space-around;
    padding: 1rem;
    margin-top: 3.5rem;
    align-items: center;
    font-family: sans-serif;
    margin-bottom: 0.5rem
     
}
.octubre img{
    width: 12px;
    
}
.agenda{
    padding-left: 1rem;
    padding-right:1em;
    width: 90%;
    
   


}
section{
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    padding-top: 0.7rem;
    margin-bottom: 3.5rem;
}


section article {
    display: flex;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;

    padding-top: 0.7rem;
    font-size: 0.8rem;
    font-stretch: extra-condensed;

}

section article div{
     display: flex;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    font-family: 'Abel', sans-serif;
    
    
    
}

section article img {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    width: 2em;
    padding-right: 0.5rem

}


span{
    color: #001A7C
}



.bar { 
   text-decoration: none;
    list-style-type: none; 
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: space-between;
    flex-basis: 0;
    flex-grow: 0;
    flex-wrap: nowrap;
    border-top: solid 1px rgb(8, 181, 181);
 
    background-color: #001A7C;
    overflow: hidden;
    bottom: 0;
    margin-left: 0em;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    
    
}
 
.bar ul a img {
    width: 1.5em;
}


/* The navigation bar */
.bar {
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    bottom: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

/* Links inside the navbar */
.bar ul a {
    
    display: block;
    text-align: center;

    text-decoration: none;
    
}

/* Main content */
main {
    margin-bottom: 40px; /* Add a top margin to avoid content overlay */
}

