* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    list-style: none;
}

.contenedor{    
	min-width: 30rem;
	margin-left: auto;
	margin-right:auto;
}

.superior {
    background-color: rgb(255,255,255);
    display: flex;
    justify-content: center;
    height: 3.5em;
    box-shadow: 0 0.2em 0.5em rgba(0,0,0,.1);
}

.superior img {
	width: 5em;
	display: block;
	margin: auto;
}


/* 
--------------------------------
--------------------------------*/


body {
	min-height: 100vh;
	background: linear-gradient(#7007a8, #d494c1);
	display: flex;
	flex-direction: column;
}

#logoheader{
    width: 4em;
    display: block;
}

header {
    background-color: rgba(113, 2, 195, 0.76);
    padding: .6em;
    height: 3.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 10px rgba(0,0,0,0.3);
    z-index: 99;
}

header nav ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

header nav ul li a {
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 400;
    color: white;
    margin-left: 1.5em;
}

main{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

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


a {
text-decoration: none;
}


footer {
    padding: 5%;
    background-color: #ccffff;
}

footer p {
    color: #001766;
    font-size: 0.6em;
    line-height: 1.5em;
}

/* TEXTOS
--------------------------------
--------------------------------*/

h1{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 auto;
	color:#FFFFFF;
}

h2{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	margin: 0 auto;
	color:#FFFFFF;
}

h3{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size: 1em;
	line-height: 1em;
	margin: 0 auto;
	color:#FFFFFF;
	text-transform: uppercase;
}

h4{
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	font-size: 1.2em;
	line-height: 1em;
	margin: 0 auto;
	color:#FFFFFF;
}

p{
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	font-size: 0.8em;
	line-height: 1em;
	margin: 0 auto;
	color:#FFFFFF;
}




/* PERFIL 
--------------------------------
--------------------------------*/

.perfil {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    height: 17em;
    padding: 5%;
}
.perfil img{
	border-radius: 100%;
	padding-right: 0px;
	width: 11em;
	display: block;
	margin: auto;
}


/* DATOS  
--------------------------------
--------------------------------*/
.datos{
	background-color: rgba(5, 157, 151, 0.3);
	box-shadow: 0 0.1em 1em rgba(0,0,0,.2);
}

.datos ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    padding: 5%;
}

.datos ul li {
    flex-grow: 1;
}

.datos ul li h2 {
    color: #FFFFFF;
    text-align: center;
}
.datos ul li p {
	font-size: 0.7em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.70);
    text-align: center;
}

.datos ul li {
    color: #FFFFFF;
    font-size: 1em;
    text-align: center;
}


/* GERENAL - MATERIAS  
--------------------------------
--------------------------------*/
.gral {
	padding: 5% 5% 8% 5%;
}

.gral img{
	width: 3em;
	margin-left: -2%;
}

.gral h3 {
	display: contents;
   
}
.gral p {
    font-size: 0.9em;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 1em;

}

.gral p2{
    font-size: 0.9em;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 1em;

}

.gral a {
    text-decoration: none;
    color: rgb(169, 238, 247);
}

.gral .titulos {
    flex-grow: 1;
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 0.3em;
    margin-top: 1.5em;
}
/* FONTS
--------------------------------
--------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,600,700,900');

