/*Hoja de estilos CSS*/

/* Fuentes */
@font-face {
    font-family: 'roboto_slabregular';
    src: url('../font/RobotoSlab-Regular-webfont.eot');
    src: url('../font/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/RobotoSlab-Regular-webfont.woff') format('woff'),
         url('../font/RobotoSlab-Regular-webfont.ttf') format('truetype'),
         url('../font/RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_slabthin';
    src: url('../font/RobotoSlab-Thin-webfont.eot');
    src: url('../font/RobotoSlab-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/RobotoSlab-Thin-webfont.woff') format('woff'),
         url('../font/RobotoSlab-Thin-webfont.ttf') format('truetype'),
         url('../font/RobotoSlab-Thin-webfont.svg#roboto_slabthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotothin';
    src: url('../font/Roboto-Thin-webfont.eot');
    src: url('../font/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Thin-webfont.woff') format('woff'),
         url('../font/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../font/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_slablight';
    src: url('../font/RobotoSlab-Light-webfont.eot');
    src: url('../font/RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/RobotoSlab-Light-webfont.woff') format('woff'),
         url('../font/RobotoSlab-Light-webfont.ttf') format('truetype'),
         url('../font/RobotoSlab-Light-webfont.svg#roboto_slablight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../font/Roboto-Bold-webfont.eot');
    src: url('../font/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Bold-webfont.woff') format('woff'),
         url('../font/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../font/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*perfil usuario*/

* {
    box-sizing: border-box;
    list-style: none;
    margin:  0;
    padding: 0;
}

body {
    font-size: 10 px;
    margin:  0;
    padding: 0;
    background-color: #ededec;
    justify-content: center;
   
    margin-bottom: 5em;
    
}


.contenedor{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    width: 100vw;
    
}

h4{
    letter-spacing: 0.5em;
    font-family: 'robotothin';
    font-size: 1.2em;
    
}
    

.persona{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 5em;
   
    padding-bottom: 3em;
}

.persona .nombre{
    font-family: 'roboto_slabregular';
}

.descripcion{
    display: flex;
    justify-content: space-around;
    align-items:center;
    flex: 0 1 auto;
}
.descripcion div{
    margin: 0.5em;
}

h2{
    font-family: 'roboto_slabregular';
    color: #000000;
    margin: 0 1em 1em;
    padding: 1em;
    border-bottom: solid 0.2px ;
    text-align: left;
}
.materia-comun{ 
    background-color:  rgb(214, 92, 104);
    color: #ededec;
    
}
.usuario{  
    border-radius: 50%;
    overflow: hidden;
    max-width: 30vw;
    margin: 1em auto;
    box-shadow: 0 0.35em 0.5em 0 rgba(0, 0, 0, 0.2);
 
}

.nombre {
    font-family: 'robotobold';
    color: #d6dbd8
}



section p{
    color: #656565;
    font-size: 1.4em;
        font-family: 'robotothin';
}

.registrate {
   display: flex;
  flex-direction: column;
    align-items:center;
    margin-top: 2em;
   
    
}
    
.boton-registrar {
    font-family: 'robotothin';
    border-radius: 0.6em;
    box-shadow: 0px 2px 4px 0px;
    color: #585858;
    display: block;
    padding: 0.2em 1em;
    font-size: 1.2em;
    text-align: center;
    letter-spacing: 0.3em;
    text-align: center;
    width: 20em;; 
    height: 3em;
    
}
.boton-registrar:active{
    transform: scale(1.08);
}
.iconos {
    display: flex;
    justify-content: center;
   
    
}

.iconos div {
    margin: 6em;
}

.boton-registrar:hover {
    background-color: #ff56aa;
    
}

 .informacion div {
        display: flex;
        justify-content: center;
        
    }
    
    .materiascoincidencia {
         color: #ff56aa;
        text-shadow: #626260;
            
    }
    

.coincidencias{
    display: flex;
    justify-content: center;
    align-items: center;
    
    }

.coincidencias img{
    width: 2.5em;
  }

.coincidencias p{
    
    
}


/*A partir de 320*/
@media screen and (min-width:20em){

    .persona p{
        font-size: 2em;
        padding-bottom: 0em;
        text-align: center;
        
        
    }
    
    .carrera{
     font-family: 'robotothin';
    font-size: 0.9em;
}
    .descripcion{
        display: flex;
    }
    .descripcion span img{
        max-width: 21px;
        max-height: 22px;
        padding: 0.1em 0.1em 0em 0.1em;
        
    }
    .usuario{
       max-width: 40%;
    
    }
    .informacion{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        padding-bottom: 3em;
        text-align: center;
        font-size: 0.9em;
        
    }
    .informacion div {
        display: flex;
        justify-content: center;
        
    }
    
    .materiascoincidencia {
         color: #ff56aa;
        text-shadow: #626260;
            
    }
    .negar, .admitir{
        width: 4em;
    }
    aside{
        display: none;
    }

    /*A partir de 480*/
@media screen and (min-width:30em){
    .contenido{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin:auto;
        margin-top: 4.8em;
    }
    .usuario{
        max-width: 40%;
        margin: 0 1em 0.5em 0;
    }
    .informacion{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        padding-bottom: 3em;
        text-align: center;
    }
    h2{
        text-align: center;
       
    }
    
    
}



 /*A partir de 640*/
    @media screen and (min-width:40em){
       
    .contenido {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin: 5em auto;
        padding: 0;

    }

        main{
            width: 60%;
            margin: 0 auto;
            padding: 0;
        }
        
        section{
            margin-top: 0;
            padding: 0;
        }
        aside{

        margin-top: 0;
        width: 20%;
        display: flex;
        flex-direction: column;
        flex: 0 0 30%; 
    
    }
        .portfolio{
            width: 80%;
            display: flex;
            flex-direction: column;
            align-content:  center;
        }
        .portfolio *{
            width: 100%;
            margin: 0 auto;
        }
        
        
h3{ 
    

    font-size:  3em;
    font-family: 'robotothin';
    color: #656565; 
    margin-right: 1em;
    letter-spacing: 0.2em;
    text-align: center;

   
}
.imagenfondo {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    opacity: 0.8; 
    width: 50%;
    align-items: center;
    margin: 0.2em auto;
    
}
.imagenfondo span {
    object-position:top;  
    left: 0;
    padding: 1em;
    font-size: 1em;
    color: #656565; 
    font-family: 'roboto_slabregular';    
    text-align: center;
     
    
     
}
    }