@charset "utf-8";

body{background-color:white;
    text-align: center;
    text-decoration: none;
}

*{box-sizing: border-box;
    margin: 0;
    padding:0;
}

header{
    background-color:mediumblue;
    padding: 1em;
    text-align: -webkit-match-parent
}

header img{
    display: block;
    margin: auto;
    text-align: center;
    padding-bottom: 1em;
}

header ul{
    list-style: none;
    display:flex;
    justify-content:center;
    font-family: sans-serif; 
}

header ul li a{
    justify-content: center;
    text-decoration: none;
    display: block;
    text-align: center;
    align-content: center;
    color: white;
    border-radius: 10px;
    border: white 3px solid;
    font-size: 10pt;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

header ul li a:hover{
    background-color:white;
    color:mediumblue;
}

h2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: black;    
font-family:sans-serif;
    font-size: 13pt

 
}

#planproyecto p { 
    font-size: 11pt;
    padding-top: 0.3em;
    padding-bottom:0.5em;
    font-family: sans-serif;
    box-sizing: content-box
}

#planproyecto {
text-align: center;
display: flex;
flex-direction: column;}

#puente{
display: flex;
    flex-direction: column;
    text-align: center;
    padding: 2em;
    background-color: white;
    color: black;
    font-family: sans-serif;
}

#puente img{
    display: block;
    margin: auto;
    text-align: center;
    width:100%;
}

#puente strong{
    color: rgba(28, 20, 12, 0.40);
    padding-top: 0.3em;
}

#puente p{
    font-size: 10pt;
    padding-top: 0.3em;
    padding-bottom: 1em;
}

#equipo{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 2em;
    background-color:  rgba(28, 20, 12, 0.40);
    font-family: sans-serif;
}

#equipo nav ul{
    display: block;
    list-style-type: disc;
    padding-top: 1em;
    margin-inline-start: 0;   
    margin-inline-end: 0;
}

.larasileika{
    margin: 0.25em;
    border:white 3px solid;
    border-radius: 5px;
    padding: 1em;
    width: 15em;
    display: inline-block;
}

.larasileika:hover{
    background-color:mediumblue;
    color:white;    
}

.rodrigodiaz{
     margin: 0.25em;
    border: white 3px solid;
    border-radius: 5px;
    padding: 1em;
    width: 15em;
    display: inline-block; 
}

.rodrigodiaz:hover{
    background-color:mediumblue;
    color:white; 
}

#equipo nav ul li{
    list-style: none;
    text-decoration: none;
}

#equipo nav ul li p{
    list-style: none;
    text-decoration: none;
    color:white
}

#informacion {
    display: block
    text-align: center;
    background-color: white;
    padding-top: 2em;
    padding-bottom: 2em;
    font-family: sans-serif;
}

#informacion nav ul li h3 a{
    list-style: none;
    text-decoration: none;
    color: mediumblue;
    font-size: 12pt;
}

#informacion nav ul li h3{
    color: mediumblue;
    font-size: 12pt;
}

#informacion nav ul {
    padding-top: 1em;
    
}

#informacion nav ul li{
    color: rgba(28, 20, 12, 0.40);
    font-size: 10pt;
}

footer{
    background-color: mediumblue;
}

footer img{
    width:15%;
    margin: auto;
    display: block;
    padding-bottom: 0;
    padding-top: 1.5em;
}

footer p {
    padding: 3em 4em;
    padding-top: 0;
    color: white;
    font-size: .70em;
    text-align: center;
    font-family: sans-serif;
}
