@charset "utf-8"

/*reglas generales*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'roboto', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #1f3e51;
}

/* header*/
h1 { color: #ffffff;
font-weight: lighter;}

header {
    background-color: #ffffff;
    padding: .6em;
    height: 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
}

img {
    max-width: 100%;
    height: auto;   
}

#logo-header {
    width: 4em;
    display: block;
    
}
header nav ul {
    display: flex;
    justify-content; flex-end;
    list-style: none;

    
}

header nav ul li a {
    text-decoration: none;
    font-size: medium;
    font-weight: 300;
    color: #1f3e51;
    margin-right: 1.5em;
    font-weight: bolder;
    
}

/*primera parte*/

section img{width: 100px;
    height: 100px;
    border-radius: 600px;
    box-shadow: 0 0.9em 0.9em rgba(0,1,2,.4)}

img {
    display: flex;
    margin: auto;
}

 section h3 {
    display: block;
    margin:auto;
    text-align:center;
    margin: 0.2em 6% 0 6%;
 color: #ffffff;


}
section h2 {
    display: block;
    margin:auto;
    text-align:center;
    margin: 0.2em 6% 0 6%;
 color: #ffffff;
  font-size: xx-large;
}

.carrera p  {color:rgb(52,73,94);
    font-size: 18px;
    text-align: center;
    font-weight: 600;}

    hr {
  width: 50%;
  background-color: whith;}

/* segunda parte*/

section h4 {
	 color: #ffffff;
    display: block;
    text-align: center;
    font-size: x-large;
    
    margin-block-start: 1em;
    margin-block-end: 0.2em;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    
}
section h5 {color: #ffffff;
    margin-block-start: 1em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    }
p {
    color: #ffffff;
    font-size: 18px;
    display: block;
    text-align: center;  
    
    margin-block-start: 0em;
    margin-block-end: 0.2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    
}
.separador { text-align: center;
margin-block-start: 2em;
    margin-block-end: 0.2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    }
.separador a{color: white;}

/*footer*/
footer p{font-size: small;}
