@charset "utf-8";


/* reglas de index.html */

body {
   
    font-family: sans-serif;
    color: black;
    background-color:#e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
   
    text-align: center;
   
}

 .menu  {
     padding: 0px; 
     margin: 0px; 
     display: flex;
    justify-content: space-between; 
     padding: 20px 55px;
}

.dgpc{
    width: 20%;
}
.menu li{
    display: inline-block;
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap;
}

.menu li a {
    display: inline-block; 
    padding: 0px; 
    margin: 10px 30px; 
    display: flex;
    font-size: 2.5em;
    font-family: serif
}

main p{
    font-size: 1em;
    font-weight:600;
    color: #6f6f6f;
    margin: 3em 0 3em 0;
}

.logoacumar{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em 0 5em 0;
}

nav ul li a { 
    list-style: none; 
    font-size: 2em;
    color: #b71212;
    font-weight: 600
    
}

nav h2{
    padding: 3em 0 0 0;
}
ol{
    list-style: none; 
    display: inline-block;
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap; 
    padding: 
}

ol li a {
    display: inline-block; 
    padding: 0.3em; 
    margin: 0.3em 1em 2em 1em; 
    display: flex;
    font-size: 4em;
    background: #e3a124;
    color:#ffffff;
    justify-content: center;
}

a {
    text-decoration: none;
}

aside{
    padding: 4em 5em 7em 4em;
}

ul li{display: flex; justify-content: center;}

aside nav ul li img{
    display: flex;
    justify-content: center;
    align-items: center;
    ;

}

.uba{
    width: 25%; align-items: center
}

.infofadu{
    color: #000000;
    padding: 0 0 9em 0;
}

.dgpc1{
    width: 30%; 
   
}


ul{ 
    list-style: none;
    margin: 0;
    padding: 0; 
}

aside nav ul li{
    font-size: 0.8em;
}

h1{
    font-size: 3em;
    font-family: serif;
    font-weight:700;
    margin: 3em 0 0.3em 0;
    color: #002190;
}

h2{
    color:#b71212;
    font-weight: 700;
    font-size: 2.5em;
}

h3{
    font-size: 1em;
        color:#002190
}


h4{
    color: #e3a124;
   font-size: 1em;
}
p{
    font-size: 1em;
}

#integrantes{
    font-size: 0.7em;
}    



/* reglas de plan.html */

body header img{
    width: 20%;
} 

#total{
    padding: 0 2em 0 2em;
}


.bocetos{
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}

footer{
    padding: 4em ;
    margin: 2em 0 0 0;
    background-color: #ffffff;
}
footer p{
    font-size: 0.7em;
    text-align: center;
    margin: 1em;
        
    }

footer div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.acumar {
    width: 70%;
    display: flex;
}

.lgouba{
    display: flex;
    margin: 0 0 0 2em;
    
}

/* reglas de mapa.html */

.h2mapa{
    padding: 2em 0 0 0;
}

.mapa{
    padding: 0 0 18em 0;
}