* {
    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: #fdf1b4;
}

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






#logo-header {
    width: 4em;
    display: block;
    
}

header {
    background-color: rgb(52,73,94);
    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;
}

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

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


main {

    padding: 1px;
    margin: 1em;
    margin-left: 1em;
    
}


p {
    color: rgb(52,73,94);
    font-size: 18px;
    display: block;
    
    margin-block-start: 0em;
    margin-block-end: 0.2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    
}



.Redonda {
    width: 350px;
    height: 300px;
    border-radius: 30px;
    box-shadow: 0 0.9em 0.9em rgba(0,0,0,.4);
}

img {
    display: block;
    margin: auto;
}

.Nombre {
     margin: -1.7em 1% 0 6%;
}


div ul {
    list-style: none;
    
}

li {
    display: list-item;
}


.Nombre ul {
    display:block;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    padding: 6% 8%;
    
}

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

div p {
    font-size: 20px;
    font-weight: 30;
    color: rgb(52,73,94);
    
    
    
    
}


.separador {
    margin: 0.4em 0em;
    width: 50vw;
    height: 1px;
    background: rgb(52,73,94);
    border-bottom: 1px solid rgb(52,73,94);
    
    
}
   




div {
    display: block;
 
}



.contenido {
    padding: 2% 6% 0% 0%;
}


.contenido p {
    font-size: 14px;
    font-weight: 900;
    color: rgb(80,80,100);
    margin-bottom: 1em;
    line-height: 1.4em;
}

h3 {
    font-size: 20px;
    font-weight: 500;
    color: rgb(52,73,94);
    margin-top: 0 em;
}

.contenido a {
    text-decoration: none;
    color: #9890e3;
    font-size: 12px;
}

H4{
    font-size: 18px;
    color:rgb(52,73,94);
    font-weight: 400;
    
   
    
}

section p{
    font-size: 14px;
    font-weight: 300;
}


.boton2 {
    background-color: rgb(52,73,94);
    color: white;
    font-size: 12pt;
    padding: 0.1em;
    display: block;
    margin: auto;
    margin-top: 2em;
    width: 10em;
    text-align: center;
    margin-bottom: 0.5em;
    text-decoration: none;
    border-radius: 20px;
    
}



.boton3 {
    background-color: rgb(52,73,94);
    color: white;
    font-size: 12pt;
    padding: 0.1em;
    display: block;
    margin: auto;
    margin-top: 0.5em;
    width: 10em;
    text-align: center;
    margin-bottom: 0.5em;
    text-decoration: none;
    border-radius: 20px;
    
}








footer{
    background-color: rgb(52,73,94);
}

footer p { 
    margin: 1em;
font-size: .7em;
color:white;
     font-weight: 100;
    text-align: center;

}


















