
body{
    background-color:black;
    margin: 0%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header{
background-color:#22e0ff;
max-height: 100%;
height: 15%;
margin: 0%;
padding: 0%;
position: fixed;

}


nav .lista{
     display: inline-flex;
     margin: 1%;
     font-size: 1.5em;
     text-align: center;
     list-style: none;
     filter: drop-shadow(2px 1px 2px rgb(245, 237, 237));
     -webkit-filter: drop-shadow(2px 1px 2px rgb(245, 237, 237));
}

.lista .items a{
   font-family: 'Fredoka One', cursive;
   display: block;
   margin-right: 4.5em;
  
 }

.lista .portafolio{
    width: 60%;
    margin-top: 0px;
    margin-right: 100%;
    
}

.lista .portafolio:hover{
    border: 5px solid rgb(255, 94, 0);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.lista .items a:hover{
    background-color:rgb(14, 46, 226);
    color: aliceblue;
    border: 5px solid rgb(255, 94, 0);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

nav .body #seleccionar{
    width: 450%;
    margin-left: -370%;
    background-color: rgb(43, 0, 100);
    color:aliceblue;
    border-radius: 10%;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
}

footer{
background-color: #22e0ff;
height: 15%;
display:inline-flex;
position: fixed;
bottom: 0;
width: 100%;
display: block;
padding-bottom: 10px;
}

.footer .imagenF{
    height: 35px;
    margin-top: 5%;  
}

.footer .imagenLink{
     height: 35px;
    width: auto;
    padding: 1% 0% 40% 18%;
    margin-bottom: -30px;
  

}

.footer .imagenLink1{
      height: 35px;
    width: auto;
    padding: 1% 0% 40% 18%;
    margin-bottom: -30px;
}

.footer p , a{
font-size: 95%;
text-decoration: none;
font-family: 'Fredoka One', cursive;
color:indigo;
margin-top: -3px;
}

.footer1,.footer2,.footer3,.footer4,.footer5{
    display: flex;
    display: inline-block;
    justify-content: space-between;
    margin-left: 110px;
    text-align: center;
    
}

main section{
float: right;
}

.foto_mia .foto_mia{
   width: 35%;
   border: 5px dotted aqua;
   margin-top: -80%;
   margin-left: 15%;
   filter: drop-shadow(4px 6px 12px aqua);
   -webkit-filter: drop-shadow(10px 16px 12px aqua);
}



main .intro{
   width: 30%;
   text-align: center;
   margin-top: 20%;
   margin-left: 3%;
}

.intro #nombre{
   color:indigo;
   font-size: 2.4em;
   margin-top: -35%;
   filter: drop-shadow(1px 2px 1px white);
   -webkit-filter: drop-shadow(1px 2px 1px white);
}

.intro #desarrolladora{
       color:indigo;
       margin-top: -7%;
       filter: drop-shadow(1px 2px 1px black);
       -webkit-filter: drop-shadow(1px 2px 1px black);
}

.intro .cargando{
    width: 5%;
}

.intro #parrafo{
    font-size: 140%;
    color: aqua;
    text-align: justify;
    margin-top: 15%;
}

section .habilidades ul{
       color:aqua;
       margin-top: -200%;
       margin-left: 450%;
       width: 30%;
       font-size: 100%;
       filter: drop-shadow(1px 2px 1px black );
       -webkit-filter: drop-shadow(1px 2px 1px black );
}

.habilidades .titulo{
    color:indigo;
    font-size: 200%;
   margin-left: -200%;
   
}

.habilidades ul h4{
    margin-bottom: -24%;
    margin-left: -290%;
   
}

meter{
    width: 200%;
 
}

