@charset "utf-8";

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



main h2{
    padding-top: 3rem;
    padding-left: 1rem;
    
}
 .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;
  
 }

.lupa {
   width: 7%;
   margin-bottom: 1.4em; 
   
    padding right:5rem;
}


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

}


section{
    padding-top: 1.5em;
    
}


section article p{
    font-family: 'Abel', sans-serif;
    font-size: 12px;
    padding-top: 0.5rem;
    color: rgb(8, 181, 181);
    
    
}

article{
    display: flex;
    border-top: solid 1px rgb(8, 181, 181);
    justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;

}



a{
    font-size: 18px;
    font-weight: lighter;
    font-family: 'Abel', sans-serif;
}




section article img {
    
    margin-right: 1rem;
    padding: 1em;
    width: 3.5em;
    
}

section article{
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    
    
}

ul{
    margin-left: 0em;
    padding-left: 0em;
    padding-right: 0.5em;
    
}
h4{
    
    font-weight: lighter;
    
    
}





.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.2em;
}


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



















