@charset "utf-8";
*{
    
    color: #001A7C;
    font-family: sans-serif;
    padding: 0rem;
    margin: 0rem;
     color: white;
   
}

body{
    background-color: white;
    background-image: url(portada1-01.jpg);
    background-repeat: no-repeat;
    background-position: center top;  
    background-attachment:local;
    padding-bottom: 5rem

}

.header{
    display: flex;
    justify-content: space-between;
    align-items: space-between;
    align-content: space-between;
    padding-left: 2rem;
    padding-top: 1em;
    padding-right: 2rem
   
}

header h2 { 
    color: white;
}

#tantos {
    background-color: #8989F4;
    display: flex;
justify-content:space-around;
    padding-left: 0.5rem;
    font-family: 'Abel', sans-serif;
    padding-top: 1rem;
    padding-right: 0.6rem;
    padding-bottom: 1rem;
}
 
#tantos p {
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    justify-content: space-around
}

button{
    border:0px;
    font-size: 17px;
    background-color: white
}



.perfil {
    display: flex;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    margin-top: 3rem;
    margin-left: 2rem
}

.perfil div {
    line-height: 0.2rem;
    font-size: 0.8rem;
    line-height: 2rem;
    margin-left: 1.5rem;
    margin-top: 2.5rem;
    color: #001A7C
}

.perfil div h3{
    color: #001A7C;
    font-size: 23;
    font-weight: 
    
}
.perfil div p {
    
    font-family: 'Abel', sans-serif;
    color: #001A7C;
    line-height: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

#voley{
    background-color: #8989F4;
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.5rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    list-style: none;
    
}

.active{
    background-color: #F4B284;
    display: flex;
    list-style: none;
        padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.5rem
}

.deportes {
    display: flex;
    justify-content: space-around;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: -0.2rem;
    
}

.deportes ul a{
    display: flex;
    padding: 0.1rem;
    padding-left: -2rem;
    text-decoration: none;
    align-items: center;
    
}

.deportes ul p{
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
    text-decoration: none

}

section div ul img {
    padding: -5rem;
}

.info {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    padding-top: 1.2rem;
    padding-bottom: 0.5rem;
    
}


.info article img{
    padding-left: 1rem;
}
.color{
     color: #001A7C;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.info article{
    line-height: 0rem;
    justify-content: center;
    color: #001A7C; 
    align-content: center;
    align-items: center;
    


}
.info article p{
    font-family: 'Abel', sans-serif;
    font-size: 0.8rem;
    justify-content: center;
    color: #001A7C; 
}




.estadisticas{
    margin-top: 1.2rem;
    
        
}

.estadisticas article{
    display: flex;
    border-top: solid 1px rgb(8, 181, 181);
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 3rem;
    padding-right: 1.5rem;

}

.estadisticas article img {
    margin-left: 0rem;
    margin-right: 0rem;
    padding: 0rem
}

.estadisticas article h4{
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: -5rem;
    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.4em;
}


/* 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 */
}







