* {
    margin: 0px;
    padding: 0px;
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 20px;
}

body {
    width: 100%;
    background: #5A0AFF;
    display: flex;
    flex-flow: column wrap;
}

header {
    position: fixed;
    background: #180E33;
    width: 100%;
    height: auto;
    max-height: 3em;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 0.2em;
}

.titulo {display: flex;
        flex-flow: column wrap;
        justify-content: center;
        margin-top: 0.5em;
    
}


.menu {
    height: auto;
    cursor: pointer;
    margin-left: 1em;
}

.perfil {height: auto;
    width: 100%;
    text-align: center;
}

.logo {order: 3;
    width: auto;
    height: 4em;
    margin-right: 1em;
}

.contenedor0 {
    width: 100%;
    height: 35vh;
    margin-top: 2em;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.a {
    border-radius: 0.4em;
    width: 1.5em;
    background-color: #31ffe1;
    color: black;
    font-weight: bold;
}

.b {
    border-radius: 0.4em;
    width: 1.5em;
    margin-left: 1em;
    background-color: #31ffe1;
    color: black;
    font-weight: bold;
}

.c {
    border-radius: 0.4em;
    width: 1.5em;
    margin-left: 1em;
    background-color: #31ffe1;
    color: black;
    font-weight: bold;
}

.d {
    border-radius: 0.4em;
    margin-right: 1em;
    width: 1.5em;
    background-color: #31ffe1;
    color: black;
    font-weight: bold;
}

.contenedor1 {
    width: 100%;
    margin-top: 5vh;
    color: white;
    text-decoration: overline;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: baseline;
}

.titulo {width: 100%;
        margin-bottom: .5em;
    
}

h1 { text-align: center;
    color: white;
    font-weight: bold;
    font-size: 2rem;
    width: 100%;
    margin-top: 2em;
    text-align: center;
    
    
}

.foto1 {
    width: 100%;
    display: flex;
    padding: 0;
    justify-content: center;
    
}

.foto {
    border-radius: 20%;
    padding: 2em;
    width: 5em;
    margin: auto;
    height: 5em;
    background-color: white;
}

main {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    
}

footer {
    background-color: white;
    width: 100%;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.logoministerio {
    width: 25%;
    height: 50%;
}

.datos {
    width: 100%;
    margin-top: 2em;
    color: white;
    margin-bottom: 5em;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rendimiento {
    padding: 0.5em;
    width: 50%;
    background-color: ;
    font-size: 0.9em;
    font-style: italic;
    border-radius: .5em;
    border-style: double;
}
