/*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;

}

/*personas*/

* {
    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;
  
    
    
}


.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;
}


.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);
}

h2{
     width: 100%;
        font-family: 'roboto_slabregular';
        color: #808080;
        text-align: center;
        text-shadow: #000000;
        margin-top: 1em;
    
}


.caja-grupo1 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        overflow:scroll;
    }


    .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-align: center;
        text-shadow: #000000;
        
        
    }
.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-grupo1 p {
    text-align: center;
    font-size: 1.5em; 
    font-family: 'robotothin';
}

.materiascoincidencia {
         color: #ff56aa;
        text-shadow: #626260;
            
    }


@media screen and (min-width:20em){

    
    .contenedor-inputs  {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    align-items:flex-end;
    border: none;
    font-size: 1em;
    justify-content: center;
    font-family: 'roboto_slabregular';
    margin-top: 0.1em;
    align-content: center;
    width: 100%;
    
}



form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
}

form select{
    width: 100%;
    height: 3em;
   
    margin-top: 1em;
    padding-left: 0.5em;
    background: none;
    border: 0;
    border-bottom: 2px solid #a5a5a5;
    font-family: 'robotothin';   
    color: #a5a5a5;
    }
#opciones{
  display: none;
}
   
    .registrate {
   display: flex;
  flex-direction: column;
    align-items:center;
    margin-top: 4em;
   
    
}
    
.boton-registrar {
    border-radius: 0.6em;
    box-shadow: 0px 2px 4px 0px;
    color: #a5a5a5;
    display: block;
    padding: 0.2em 1em;
    font-size: 1.3em;
   
    letter-spacing: 0.3em;
    text-align: center;
    width: 10em;; 
    height: 3em;
    
}
.boton-registrar{
font-family: 'robotothin';
    cursor: pointer;
    }
.boton-registrar:hover {
    background-color: #ff56aa;   
}
.boton-registrar:active{
    transform: scale(1.08);
}
.contenedor{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    align-content: center;
    width: 100vw;
    
    
}
    
.contenido{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    align-content: center;
    margin-top: 4.8em;
    
    
}

.persona{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   margin: 5em;
    width: 25em;
}


.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);
 
}


    
/* A PARTIR DE 480*/

    @media screen and (min-width:30em){
    .usuario{
        max-width: 25%;
        margin: 0 1em 0.5em 0;
    }
        
        .contenedor{
            justify-content: center;
            align-content: center;
        }  
        .contenido{
            align-items: center;
        }
.persona{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 2em;
    padding: 0 0 3em 0;
    width:40em;

} 
        
        }
 