@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?65553576');
  src: url('../font/fontello.eot?65553576#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?65553576') format('woff2'),
       url('../font/fontello.woff?65553576') format('woff'),
       url('../font/fontello.ttf?65553576') format('truetype'),
       url('../font/fontello.svg?65553576#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?65553576#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 }
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-menu:before { content: '\e800'; } /* 'Ã® â‚¬' */
.icon-buffer:before { content: '\e801'; } /* 'Ã® Â' */






@import url(https://fonts.googleapis.com/css?family=Roboto:900,300,500);



@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?65553576');
  src: url('../font/fontello.eot?65553576#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?65553576') format('woff2'),
       url('../font/fontello.woff?65553576') format('woff'),
       url('../font/fontello.ttf?65553576') format('truetype'),
       url('../font/fontello.svg?65553576#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?65553576#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-menu:before {
    content: '\e800';
}
.icon-buffer:before { content: '\e801'; } /* 'î ' */



@import url(https://fonts.googleapis.com/css?family=Roboto:900,300,500);







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

body{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: dimgray;
    display: flex;
    justify-content: space-between;

}



.form-registro{
    width: 95%;
    max-width: 500px;
    margin: auto;
    background: #fff;
    border-radius: 7px;
}

.form-titulo{
    background-color: bisque;
    color: #333;
    padding: 20px;
    text-align: center;
    font-weight: 1100;
    font-size: 18px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 4px solid darksalmon;
}

.contenedor-inputs{
    
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
}

input{
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid darksalmon;
    
}



.boton-registrar{
    background: darksalmon;
    margin: auto;
    color: #fff;
    padding: 7px 28px;
    cursor: pointer;
}

.form-link{
    width: 100%;
    margin: 7px;
    font-size: 11.5px;
    text-align: center;
    color: dimgray;
}

.ingresa{
    color: darksalmon;
}







.icon-menu:before { content: '\e800'; } /* 'Ã® â‚¬' */
.icon-buffer:before { content: '\e801'; } /* 'Ã® Â' */












.menu {
    position: absolute;
    top: 3.3em;
    left: 0;
    width: 70%;
    height: 100vh;
    background: rgba(51,51,51,0.9);
    
    /*lateral*/
    transition: all 0.7s;
    transform: translateX(-100%);
}

.menu a {
    display: block;
    color: #fff;
    height: 50px;
    text-decoration: none;
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-left: 20%;
}

.menu a:hover {
    background: rgba(255,255,255,0.3);
}

#menu-bar:checked ~ .menu {
    transform: translateX(0%);
    
}







/*header*/
.contenedor {
    width: 94%;
    height: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    
}

header {
    width: 100%;
    height: 3.7em;
    background: #333;
    color: #fff;
    padding-top: 0.4em;
    padding-left: 1em;
    position: fixed;
    z-index: 100;
    display:flex;
}

.contenedor a{color: #fff;
            text-decoration: none;
            }

.atras {margin-top: 0}

.botonera {margin-top: 0em;
          display: flex;
          }





#todo {background-color: grey;
    box-shadow: 0 0 0 1em rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}



.iniciar{width: 6.3em;
        height: 1.7em;
        
        display: flex;    
        align-items: center;
        justify-content: center;
        }
.regis{width: 6.3em;
       height: 1.7em;
        
        display: flex;    
        align-items: center;
        justify-content: center;
        }
.barra{padding: 0.5em;
      height: 1.7em;
      display: flex;    
        align-items: center;
        justify-content: center;}

.regis a:hover {
    color: darkgray;
}

.iniciar a:hover {
    color: darkgray;
}


/*hambueguesa*/

#menu-bar {display: none;}


header label {
        float: right;
    font-size: 28px;
    margin: 6px 0;
    cursor: pointer;
    padding-bottom: 1em;
    margin-top: 0;
    
}







/*navegador*/

.menu {
    position: absolute;
    top: 3.3em;
    left: 0;
    width: 70%;
    height: 100vh;
    background: rgba(51,51,51,0.9);
    
    /*lateral*/
    transition: all 0.7s;
    transform: translateX(-100%);
}

.menu a {
    display: block;
    color: #fff;
    height: 50px;
    text-decoration: none;
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-left: 20%;
}

.menu a:hover {
    background: rgba(255,255,255,0.3);
}

#menu-bar:checked ~ .menu {
    transform: translateX(0%);
    
}



.contenedor {
    width: 94%;
    height: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    
}







.sup{background-color: floralwhite;
    flex: 1}


.comencemos{
           
           color: dimgray;
           }







.formulario{height: auto;
           padding-top: 2em;
           padding-bottom: 3em}




















#pie{
    
    color: aliceblue;
    padding: 1em;
    margin-top: 0;
   }

.pata{ background-image: url(img/textura.jpg);
     display: flex;
     align-items: center;
     justify-content: center;}
   
#pie a{color: aliceblue;}
#pie a:hover{color: darkgrey;}









footer{background-color: black;
    display: flex;
    align-items: center;
    color: white;
    justify-content: flex-start;
    padding: 1em;
    margin-top: 0;
    margin-bottom: 0;
    
   }



#copy{
    font-size: 0.7em;
    font-family: sans-serif;
    padding-left: 3.5em;
    color: white;}


.letrapie{justify-content: center;
            align-content: center;
            }

.logopie{margin: 0;
    min-width: 4em;
    
        }


    
max-height:  3em;
    
background-color: aliceblue;
justify-content: center;
align-content: center;
    padding: 0.4em
    
}

figure>img,
#logo>img {
    display: flex
}

.redes{display: flex;
    justify-content: center;   
    align-items: center;
    width: 100%;
    height: auto;
      }













@media screen and (min-width: 20em){
    
    
    .icon-buffer{padding-left: 0.5em;
                width: 10em}
    
    
    
    
    
    
.gopie{width: 15em;
       font-size: 1em;
       padding-left: 2.5em;
       margin-bottom: 1em;
       margin-top: 1em}   
    
    

    
    .regis{font-size: 0;}   
.barra{padding: 0.5em;
      height: 0em;
      font-size: 0em;
      display: flex;    
        align-items: center;
        justify-content: center;}
   
    .botonera{margin-left: 4em;
            display: block
             } 
    
    
    


   .input-50{
    width: 100%;
}

.input-100{
    min-width: 100%;
}
    
    .contenedor-inputs{padding-top: 2em;
                      padding-bottom: 1em;
                      padding-left: 1em;
                      padding-right: 1em}
    
    .darriba,
    .dabajo{margin-bottom: 2em}
    .botreg{display: flex;
           justify-content: center;
           align-items: center;
           margin-top: 1em;
           margin-bottom: 1em}

    
     h3{font-size: 2em;
   padding-left: 1.5em;}
    
    .pata{height: 0}
    footer{height: 0}
    #logo{height: 0}
    #copy{font-size: 0}
    .dabajo{width: 100%}
    .iniciar{font-size: 0}
    h2{font-size: 0}
    .comencemos{padding-top: 5.5em;
                margin-bottom: 1em;
                height:7em;}
    
    .formulario{margin-bottom: 2em;
                margin-top: 0}
    #pie{height: 0}
    .redes{
          margin-bottom: 2em;}
    

}








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

    
    
    
    #todo{ max-width: 75em;
        min-height: 100vh;
        width: 90vw;
       }
    
    
   
    
.redybot{display: flex;
        }    
.gopie{width: 15em;
       font-size: 1em;}
    
   

.botonera{display: flex;
         margin-left: 0em;
         } 

    .redes{margin-left: 0em;
          margin-bottom: 0}
    
    .gopie{margin-left: 13em; 
       margin-bottom: 0;
       margin-top: 0}
    
    
    .botonera {margin-top: 0.5em;
              }
    .barra{font-size: 1em;
          padding-top: 0.8em}
    
    
    
    #todo{ max-width: 75em;
        min-height: 100vh;
        width: 90vw;}
    

    
    
    .regis{font-size: 1em}
    
    
    

    
    
    
    
    .input-50{
    width: 49%;
}

.input-100{
    width: 99%;
}
    
    .darriba,
    .dabajo{margin-bottom: 1.5em;}
    
    
    
     .contenedor-inputs{display: flex;
                        justify-content: center}
    
    
    h3{font-size: 3em;
   padding-left: 3em;}
    
    .pata{height: 7em}
   footer{height: 5em}
     #logo{height: 2.5em;
          background-color: aliceblue}
    #copy{font-size: 0.7em}
    .iniciar{font-size: 1em}
    h2{font-size: 1.5em}
    .comencemos{padding-top: 5.5em;
                margin-bottom: 1em;
                height:10em;}
    .formulario{margin-bottom: 0em;
                margin-top: 3em}
    #pie{height: auto}
    .redes{margin-bottom: 1em}
}