/*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;
   width: 100vw;

    margin-bottom: 5em;
    
}

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

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

    
}
    
    .contenido{
        display: flex;
        flex-direction: column;
    justify-content: space-between;
        margin: auto;
        margin-top:4.8em;
        width: 100%;
        
        
    }
h4{
    letter-spacing: 0.5em;
    font-family: 'robotothin';
    font-size: 1.2em;
    
}
    

.descripcion{
    flex: 0 1 auto;
}
    h3{
        width: 100%;
        border-bottom: 1px solid #656565;
    }
h2{
    font-family: 'roboto_slabregular';
    width: 100%;
    color: #000000;
    margin: 0 0 1em 0;
    border-bottom: solid 0.2px ;
    text-align: left;
    font-size: 0.9em;
}
    .caja-materias{
    width: 100%
       
    }
.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);
 
}





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

}

.registrate {
   display: flex;
  flex-direction: column;
    align-items:center;
    margin-top: 2em;
   
    
}
    
.boton-registrar {
   
    border-radius: 0.6em;
    box-shadow: 0px 2px 4px 0px;
    color: #656565;
    display: block;
    padding: 0 1em;
    font-size: 1em;
    text-align: center;
    letter-spacing: 0.3em;
    text-align: center;
    width: 20em;
    height: 3em;
    margin-top: 0;
    font-family: 'robotothin';
    
    
    
}

.iconos {
    display: flex;
    justify-content: center;
   
    
}

.iconos div {
    margin: 6em;
}

.boton-registrar:hover {
    background-color: rgb(255, 86, 170);
    
}

 .datos{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
     height: 20%;
        justify-content: space-between;
    }
    .persona{
       width: 48%;
       height: auto;
        padding: 0;
        margin: 0 auto;
    }
    .informacion{
        
        display: flex;
        flex-direction: column;
        margin: auto;
        padding: 1em 0;
        justify-content: space-between;
        padding-bottom: 3em;
        text-align:left;
        font-size: 1.2em;
        align-items: center;
         height: 35em;
       
        
    }
    .caja-materias{
        margin-bottom: 0;
    }
    .nombre {
    font-family: 'robotobold';
    color: #9d9d9d;
    padding: 0;
        margin-bottom: 0;
    font-size: 2em;
    text-shadow: #000000; 
}
    .carrera{
     font-family: 'robotothin';
    font-size: 1.6em;
        padding: 0;
        margin-top: 0;
}
    .descripcion{
        display: flex;
        flex-direction: column;
        align-items: center;
       
    }
    #ubicacion{
        display: flex;
        align-items: baseline;
        margin: 0 0 2em 0;
        padding: 0;
    }
    #ubicacion p{
        font-size: 1.4em;
        
    }
    #icono-z{
        width: 1.2em;
        margin: 0 1em 0 0;
        padding: 0;
    }
    #icono-z img{
        width: 100%;
    }
    .usuario{
       width:30em; 
    
    
    }
    .caja-grupo{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    border-top: 1px solid #F7A900;

    background-color:#F2F270;
        padding: 0 2em;
        
    }
    .tipogrupo{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 1em;
    }
    .tipogrupo .clase{
        width: 100%;
        font-family: 'roboto_slabregular';
        color: #808080;
        text-shadow: #000000;
        font-size: 1.4em;
    }
    .identidad{
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
    }
    .grupito{
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    overflow: hidden;
    max-width: 20vw;
    margin: 1em auto;
    box-shadow: 0 0.35em 0.5em 0 rgba(0, 0, 0, 0.2);
       
        }
     .grupito>img{
         max-width: 100%;
         height: auto;
         display: block;
            
    }
    .identidad:hover{
        transform: scale(1.08);
    }
    .grupito:active{
        box-shadow: 0.1em 0 1.8em 0.1em rgba(3, 129, 181,0.5);
    }

.caja-grupo p{
    text-align: center;
    font-size: 1.2em; 
    font-family: 'robotothin';
}


    
☺}
    /*A partir de 480*/
@media screen and (min-width:30em){
     .datos{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        
    }
    .persona{
       width: 48%;
       height: auto;
        padding: 0;
        margin: 0;
    }
    .informacion{
        
        display: flex;
        flex-direction: column;
        width: 48%;
        margin:0;
        padding: 1em 0;
        justify-content: space-between;
        padding-bottom: 3em;
        text-align:left;
        font-size: 1.2em;
        
    }
    .nombre {
    font-family: 'robotobold';
    color: #9d9d9d;
    padding: 0;
    font-size: 2em;
    text-shadow: #000000; 
}
    .carrera{
     font-family: 'robotothin';
    font-size: 1.6em;
        padding: 0;
}
    .descripcion{
        display: flex;
        flex-direction: column;
        align-items: center;
       
    }
    #ubicacion{
        display: flex;
        align-items: baseline;
        margin: 0 0 2em 0;
        padding: 0;
    }
    #ubicacion p{
        font-size: 1.4em;}
        
    

}

 /*A partir de 640*/
@media screen and (min-width:40em){
     .datos{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 80%;
        justify-content: space-between;
         margin: auto;
        
    }
    .persona{
       width:40%;
       height: auto;
        padding: 0;
        margin: 0;
    }
    .informacion{
        
        display: flex;
        flex-direction: column;
        width: 40%;
        margin:0;
        padding: 1em 0;
        justify-content: space-between;
        padding-bottom: 3em;
        text-align:left;
        font-size: 1.2em;
        
    }
    .nombre {
    font-family: 'robotobold';
    color: #9d9d9d;
    padding: 0;
    font-size: 2em;
    text-shadow: #000000; 
}
    .carrera{
     font-family: 'robotothin';
    font-size: 1.6em;
        padding: 0;
}
    .descripcion{
        display: flex;
        flex-direction: column;
        align-items: center;
       
    }
    #ubicacion{
        display: flex;
        align-items: baseline;
        margin: 0 0 2em 0;
        padding: 0;
    }
    #ubicacion p{
        font-size: 1.4em;}
        
    .caja-grupo{
        padding: 0 10em;
    }

}




