/*hoja de estilos CSS*/
*{ 
    padding: 5px;
    margin:0;
    border: 0;
    @import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500&subset=latin,devanagari);
    font-family: 'Poppins', sans-serif;
    }


/*  /////////////// HEADER */



.saviola img {
              width: 100%;
              max-width: 250px;
	          min-width: 150px;
	          align-content: center;
}

.saviola {text-align: center;
 
}
.saviola figure{ image-orientation: center;
	align-items: center;
	
}
.saviola h1 {
  
  text-align: center;
   color: palevioletred
	
}

/* /////////NAVEGACION*/

.menu ul {display: flex;
     list-style: none;
	justify-content: space-around;
    align-items: flex-start;
	background-color: rgba(227, 230, 232, 0.58);
	width: 100%
}

a { text-decoration: none;
    color: #6a6b6c;
	cursor: pointer
    }

a:visited{
    color: #434343
}
a:hover{ background-color:rgba(220, 163, 250, 0.23)

}



/* ////////ENCABEZADO-NOMBRE*/

main{
    display: table-row;
	align-items: center;
	align-content: center;
	justify-content: center;
    background-color: rgba(227, 230, 232, 0.58);
	width: 100%;
    
}
#avatar{margin:0px;
	    display: flex;
	    justify-content: center

}

h2{
    color: palevioletred;
    font-size: 80px;
    justify-content: center;
    text-align: center;
	line-height: 1em;
}

/* ///CONTENIDO/// */
h3{
    color: #d899eb;
    text-align:left;
    font-size: 1.5rem;
}

h4{
    color: #a8aaac
}

h5{
    color: #9ab1fc
}

p{
    color: #a8aaac;
    font-size: 12px;
}

.materias{
    font-weight: lighter
}

.info{
    display: flex;
    flex-direction: row;
	justify-content: center;
	align-items: stretch;
	align-content: center;
}


/* //////////PANTALLAS */

.pantallas img{
	display: flex;
	display: table-column-group;
	justify-content: space-around;
	max-height: 50%;
	max-width: 50%
	}

        

/*  /////////////// FOOTER */

footer{
  display: flex;
  background-color: rgba(227, 230, 232, 0.58);
}

.footerIzq{margin-left: 22px
}
.footerDer{
margin-left: 10px
}

.footerDer p{
    margin-top: 1rem;
    color: palevioletred;
    font-size: 10px

}

/* ///PUNTOS DE QUIEBRE/// */

@media screen and (min-width:33.18em){
	
	main{
    display: flex;
	align-items: center;
	align-content: center;
    background-color: rgba(227, 230, 232, 0.58);
	width: 100%;
    
}
#avatar{margin:0px;
}

h2{
    color: palevioletred;
    font-size: 89px;
    justify-content: center;
    text-align: center;
}
	/* //////////PANTALLAS */

.pantallas img{
	display: flex;
	display: inline-flex;
	justify-content: space-around;
	}
	
	
}