@charset "utf-8";

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


 .perfil{
    
    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;
     
  
 }







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

}


.deportesbarra{
    
    margin-top: 2.5em;
    margin-bottom: 1em;
    display:flex;
            flex-direction:row;
            align-content: space-around;
            justify-content:space-between;
    align-items:center;
            flex-basis: 0;
        flex-grow: 0;
     flex-wrap: nowrap;
    color: white;
     border-bottom: solid 1px rgb(8, 181, 181); 
   padding-left: 1rem;
    padding-right: 1rem;
    
   
}

.deportesbarra a {
 text-decoration: none;
 color: rgb(8, 181, 181);
    padding: 0.4rem;
    font-weight: 600;
    font-size: 14px;
   
   
}



.active{
    border-bottom: solid 2px rgb(8, 181, 181); 
}




.pelota{
     width:100%;
    padding-bottom: 0.3remm;
        
}


  
.list img{
    padding-left: 1rem;
    padding-right: 1rem;
} 

.flechas{
    width: 1rem;
    
}
    
section{
    padding-top: 1rem;

} 
.list{
    display: flex;
    align-items: center;
    border-top: solid 1px rgb(8, 181, 181);
    justify-content: space-between;
    align-content: space-around;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 600;

}

.list button{
     display: flex;
    border-top: solid 1px rgb(8, 181, 181);
    justify-content: space-around;
    align-content:space-around;
    align-items: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0.3rem;
    padding-bottom: 0.2rem;

}
.list button h4{
    padding-left: 3.2rem;
    padding-right: 3.2rem;
}

/**panel interactivp*//

#hide{
    
}





.caja {
    padding-left: 0rem;
    padding: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;



}

.ala nav {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#deporteantes{
    background-color: #8989F4;
    border-radius:10px 10px 10px 10px;
    border: none;
    color: white;
    padding: 0.8rem;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
   
}

#divCampos {
    color: white;
    
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: baseline;
    cursor: pointer;
;
}
#divCampos li {
     background-color: #8989F4;
    border-radius:10px 10px 10px 10px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    margin: 10px;
    cursor: pointer;
    list-style: none;
}





#divCampos {
 text-decoration: none;
    list-style: none;
    
}



.gallery {
   padding-left: 0.85rem;
padding-right: 0.6rem;

}
.gallery img{
    width:7rem;
}

.caja button{
     border: 0px;
    border-color: none;
    font-size: 16px;
    background-color: #8989F4;
    padding: 0.8rem;
    border-radius:10px 10px 10px 10px;
}

#hide{
    background-color: #001A7C;
     border: 0px;
    border-color: none;
    font-size: 16px
}

#losentrenamientos{
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    background-color: #8989F4;
    padding-right: 2rem;
    padding-left: 1rem
    
}

#textos {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    padding-top: 0.2rem;
    padding-bottom: 0.3rem;
    padding-left: 2rem;
    background-color: #8989F4;
    font-family: 'Abel', sans-serif;
    color: 
}

#textos h5 {
    
    font-family: 'Abel', sans-serif;
    font-size: 19px;
    letter-spacing: 0.03rem;
}

#textos p {
    font-family: 'Abel', sans-serif;
    font-size: 15px;
}

.lugar{
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    font-size: 5px;
    opacity: 0.7;

}




.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: 50px; /* Add a top margin to avoid content overlay */
}

