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

}

/*creargrupo*/

* {
    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:auto;
    width: 100vw;
    
}

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


 




.contenido{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 4.8em;
    margin: 3em auto;
}


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

h5{   
    
    font-family: 'roboto_slabregular';
    margin-left: 2em;
    margin-top: 3em;
    color: #808080;
    font-size: 1.5em;  
    
    
}

h3{   
    
    font-family: 'robotothin';
    margin-left: 3em;
    margin-top: 0.5em;
    color: #ff56aa;
    
}
.persona{
    display: flex;
    justify-content:space-around;
    align-items: center;
    margin-top: 5em 0;
    
}

.persona img{  
    border-radius: 45%;
    overflow: hidden;
    width: 100%;
    margin:0;
    box-shadow: 0 0.35em 0.5em 0 rgba(0, 0, 0, 0.2);}


  .contenedor-inputs{
    padding: 0;
    border: none;
    color:#a5a5a5;
    font-size: 1.4em;
    justify-content: center;
    font-family: 'robotothin';
    width: 100%;
    height: 3em;
    margin: auto;
    background: none;
    border: 0;
    border-bottom: 1px solid #a5a5a5;
    
}

form select{
    height: 3em;
    margin-left: 3em;
    padding-left: 0.5em;
    background: none;
    border: 0;
    border-bottom: 2px solid #a5a5a5;
    font-family: 'robotothin';   
    color: #a5a5a5;
    width: 80%;
    }

.selector{
    margin-top: 5em;
    width: 100%;
}


.registrate {
   display: flex;
  flex-direction: column;
    align-items:center;
    margin-top: 6em;
   
    
}
    
.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:hover {
    background-color: #ff56aa;
 
 
}


/* A PARTIR DE 480*/

    @media screen and (min-width:30em){
    .usuario{
        max-width: 25%;
        margin: 0 1em 0.5em 0;
    }
        
        
.persona{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 5em;
    padding-bottom: 3em;
}  
        
        
    .contenedor-inputs, select  {
    display: flex;
    padding: 0;
    margin: 0;
    align-items:center;
    border: none;
    font-size: 2em;
    justify-content: center;
    margin-top: 1em;
    align-content: center;
      width: 25em;
    height: 3em;
    margin-top: 1em;
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    
    
    
}
}
