/*Hoja de estilos CSS*/


@font-face {
    font-family: 'titillium_webregular';
    src: url('titilliumweb-regular-webfont.eot');
    src: url('titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('titilliumweb-regular-webfont.woff2') format('woff2'),
         url('titilliumweb-regular-webfont.woff') format('woff'),
         url('titilliumweb-regular-webfont.ttf') format('truetype'),
         url('titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{
    
    padding:2px;
    margin:0;
    border: 0;
    box-sizing: border-box;
    background-color: rgba(114, 114, 114, 0.1);
}

body{
    font-family: 'titillium_webregular', sans-serif;
    
}

a {
    text-decoration: none
    color: #80006c
        }
.logo{ 
margin-bottom: 20px; 
    width: 50%;
    text-align: center;
}
.logo_img{ width: 50%;}


h2{
    padding: 10px;
    margin: 10px;
    border:5px  solid #760101;
    background: #550101;
    color: #cbd30c;
                font-size: 16px;
                text-align: center;
                background-color: rgb(44, 44, 44);   
}

h1{
    font-size: 32px;
     text-align: center;
     background-color: black;
     color: #cbd30c;
     margin: 10px;
     padding: 10px; 
width: 200px;
}

h3{ padding: 10px;
    margin: 10px;
    border:5px  solid #760101;
    background: #550101;
    color: #cbd30c;
                font-size: 16px;
                text-align: center;
                background-color: rgb(44, 44, 44);  }

a:hover {
    color: red
}
p { padding: 10px;
    margin: 10px;
    border:5px  solid #8b0505;
    
    }
.fernanda {
    width: 10em;

}
ul li a:hover{ 
}
nav ul li a{
    display: flex;
    text-decoration: none;
    list-style: none;
    justify-content: center;
    text-align: center;
    font-size: 1em;
    margin: auto;   
    
}
nav ul li{
    display: flex;
    width: 150px;
    
    
}
aside{
    padding: 20px;
    margin: 20px;
}

img{
    width: 10em;
    margin-bottom: 20px;
}
footer { 
font-family: monospace;
margin-left: 2rem}

#general{
        display: flex;
        
    }


@media screen and (min-width: 20em) {
    
      
    .logo{
        width: 10em;  
        margin-bottom: 20px;
        text-align: center;
        
    }
    h1{
        width: 200%;
    }
    aside img{
        width: 23%;
    }
    img{
        width: 10em;
    } 
    .idea{ 
    display: flex;
    align-content: space-between;
    
    }
    nav ul li  {
        width: 200%;
    }
    .fernanda{
        padding: 10px;
        margin: 10px;
    }
    nav ul {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    .personal{
        display: flex;
        flex-direction: column;
        flex-grow: 3px;
        
    }
    header{
        display: flex;
        
    }
  
    }
    @media screen and (min-width: 50em){
        .idea{
            display: flex;
           justify-content: space-between;
        
        }
        nav ul{
            display: flex;
            justify-content: space-between;
        }
        nav ul li {
            display: flex;
            flex-direction: row;
        }
        .botonera{
            display: flex;
            flex:1;
            flex-direction: row;
        }
        .fernanda{
            max-width: :50%;
    height: auto;
     border-radius: 50%;
     overflow: hidden;
    max-width: 20vm;
    margin: 1em auto;
    box-shadow: 0 0.35em 0.5em 0
        rgba(0 , 0, 0, 0.2);
    
        }
        nav ul {
            width: 200%;
        }
        aside img {
            width: 24%;
            
        }
        
}
    