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

}

/*registro*/

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




/* A PARTIR DE 320*/


    @media screen and (min-width:20em){
        
        main{
            display: flex;
            align-content: center;
            margin: auto;
            margin-top: 10em;
            
        }       
        
        
.slogan{
    font-family: 'robotothin';
    font-size: 1.8em;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 0;
    margin-top: 3em;
}
        .webadd{
            display: none;
        }
.contenedor-inputs  {
    display: flex;
    flex-direction: column;
    padding:0.5em;
    margin: auto;
    border: none;
    
    justify-content: space-between;
    font-family: 'roboto_slabregular';
    width: 100%;
    align-items: center;
   background-color: #f8f8f8;
}
        

.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: #7c7878;
    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);
}
form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
}

form .input-100, select{
    width: 100%;
    height: 3em;
   font-size: 1.4em;
    margin-top: 1em;
    padding-left: 0.5em;
    background: none;
    border: 0;
    border-bottom: 2px solid #5A2582;
    font-family: 'robotothin';   
    color: #a5a5a5;
    }

.contenedor{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    align-content: center;
    width: 100vw;
    
    
}
    
.contenido{
    display: flex;
    flex-direction: column;
    margin-top: 1em;
    align-items: center;
  
    
    
    
    
        }

.persona{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2em;
    width: 30em;
}
.usuario{  
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 20em;
    margin: 1em auto;
    box-shadow: 0 0.35em 0.5em 0 rgba(0, 0, 0, 0.2);
}
.usuario img{
    width: 100%;
    height: auto;
}
       
  
        .legales{
            color: #656565;
        } 
        
 }   
/* A PARTIR DE 480*/

    @media screen and (min-width:30em){
        
    
        .cajagr{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
    
        }
        
        main{
            align-items: center;
            margin:10em auto;
            align-content: center;
            padding: 0 10em;
            
        }
        
    .usuario{
        max-width: 20vw;
        margin: 0 1em 0.5em 0;
    }
         
        
.persona{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 2em 0;
    padding: 0 0 3em 0;
   
    width:100%;

} 
    .contenido{
         width: 40%;
        
    
        }    
        .usuario{
            margin: 0;
        }

  .webadd{
            display: flex;
            flex-flow: column;
            align-items: center;
            width: 55%;
            float: left;
        
                }

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




