@charset "utf-8";

*{
    margin: 1;
    padding: 1;
    align-content: center;
    text-align: center;
}

body {
    font-family: 'Calibri Light';
    margin: 0;
    padding: 1;
    margin-top: 0pt;
    background-color: whitesmoke;
}

header{
    align-content: center;
    max-height: 100%;
    margin: auto;
    top: 0px;
    width: 100%;
}

header div .logo{
    position: fixed;
    background-color: rgba(204,182,206);
}

.logos{
    background-color:  rgb(204,182,206);
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.18);
    position: fixed;
    width: 100%;
}

body section .logo{
    max-width: auto;
}

.logo{
    display: inline-block;
  }

#fadu{
    width: 50%;
    background-color: transparent;
    padding-bottom: 3.5px;
}

#dgpc{
    width: 27%;
    background-color: transparent;
    padding-top: 4px;
}


.navegacion{
    display: inline-block;
    justify-content: center;
    text-align: center;
    height: auto;
    font-family: monospace;
    padding-top: 80px;
}


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

nav ul li a {
    display: inline-block;
    padding: 8px;
    margin: 10px;
    width: 80%;
    color: white;
    font-weight: 100;
    font-size: 15px;
    font-family: sans-serif;
    border-bottom-style: ridge;
    font-family: sans-serif;
    border-bottom-color: rgb(204,182,206);
    padding: 10px;
    font-weight: 500;
    align-items: center;
}

nav ul li a:hover{
    background-color: rgba(204,182,206);
    color: white;
}


nav ul li a {
    color:rgba(204,182,206);
    text-decoration: inherit; 
    padding: 0 rem 0 1rem; 
}

.cuadrado{
    background-color: white;
     margin-left: 10px;
    margin-right: 10px;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.18);
}

#melisalombera{
    display: inline-block;
    flex-wrap: wrap;
    
}
#melisa, #lombera{
    display: inline-block;
    font-family: serif;
}

#melisa{
    font-weight: 900;
    font-style: italic;
}

#lombera{
    font-weight: 50;
    font-stretch: expanded;
    padding-left: 0px;
}

main{
    margin: auto;
}

body main h1{
    
    text-align: center;
    font-family: serif;
   
    padding-bottom: 10px;
    flex-wrap: wrap;
}


main p{
    font-size: 20px;
        
}

#melisalombera .sobremi, .derecha{
 display: block;
align-content: center;
    max-width: 100%;
    height: auto;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.redes{
    align-content: center;
    display: inline-block;
}

.avatar{
    border-radius: 100%;
    width: 50%;
    max-width: 20%;
    min-width: 200px;;
    
}
        
.redes{
  padding-top: 20px;
    border-radius: 100%;
    padding-bottom: 30px;
    align-content: center;
    flex-wrap: wrap;
    }
.redes img{
    max-width: 20%;
}


.datos{
    text-align:center;
    list-style: none;
    
}

.datos ul{
    list-style: none;
}

main h3{
    font-family: serif;
    font-size: 30px;
    text-align: center;
    color: rgba(204,182,206);
}

main h4{
    font-size: 18px;
    margin-top: 10px;
}

.bocetos img{
    width: 13em;
    background: #ffffff;
}


footer p{
    font-family:inherit;
    margin-top: 50px;
}

@media (max-width: 771px){
    header div nav{
    width: 100%;
    flex-direction: column;
    margin: -2em auto 0;
    }
    header div nav ul {
    display: flex;
    flex-direction: column
    }
    header div nav ul li {
    display: flex;
    justify-content: center;
    }
    header div nav ul li a {
    width: 100%;
    text-decoration: none;
    color:  rgb(204,182,206);
    background-color: rgba(255, 255, 255, 0.6);
    border-bottom-style:double;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    padding: 10px;
    font-weight: 100;
    font-size: 15px;
    font-family: sans-serif;
    font-family: sans-serif;
    padding: 10px;
    font-weight: 500;
    }
}


