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


.pest{background-color: floralwhite}

.botonesabajo a{display: block;
    text-align: center;
    width: 18em;
    color: snow;
    text-decoration: none;
    padding: 7px;
    margin-top: 10px;
    border: 0.2em solid #fff;
    background-color: darksalmon}

.botonesabajo a:hover{background-color: coral}

.form-registro{
    width: 100%;
    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{
    padding: 10px 30px;
    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;
    
}

.input-50{
    width: 48%;
}

.input-100{
    width: 100%;
}

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


.arder{display: flex;
        justify-content: center;
        align-items: center}




.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: floralwhite;
    box-shadow: 0 0 0 1em rgba(0, 0, 0, 0.1);
    margin: auto;
    max-width: 75em;
    min-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;
    height: auto;}




.formulario{
           background: #fff;
           border-radius: 7px;
           display: block;
           
           }

.pad{padding: 1em}



.destacado{color: coral}



.amigos,
.viajes,
.comentarios{margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
    border-radius: 1em;
    
    border: 0.2em solid darksalmon;
    margin-top: 1em;
    width: 100%;
    }





.cabecera{margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
    border-radius: 1em;
    margin-top: 1em;
    width: 100%;
    }


.comentarista{margin-bottom: 1em;
             display: flex;
             justify-content: flex-start;
             align-items: center}

.nombrec{font-weight: 700;
        margin-bottom: 0.2em}

.perfil{margin-left: 1em}

.nombrefoto{border-radius: 50%;
            overflow: hidden;
            height: 48px;
            width: 48px;
            display: flex;
            justify-content: center;
            align-items: center;
            }
.correo{margin-right: 0.5em}

img{max-height: 100%;
   width: auto
   }

.fotoperfil{width: 99px;
           height: 99px;
            border-radius: 50%;
            overflow: hidden}


.datos{margin-left: 1em}

.nombre{font-weight: 700;
        font-size: 1.7em;
        color: darksalmon}

.definicion{font-size: 1.3em;
            font-weight: 600}





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



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

#logo{
    
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: space-around;   
    align-items: center;
    width: 5em;
    height: 1em;
    padding-top: 1.4em
    
      }


.viajeuno{display: flex;
         justify-content: flex-start;
         align-items: center;
         margin-top: 0.8em;
         margin-bottom: 1em;
        }
.dialugar{margin-left: 1em}
h4{margin-bottom: 1em}
.chat{text-align: center;
     margin-bottom: 1em}


/************************mediaqueries********************/



@media screen and (min-width: 20em){
    
   
    
     .icon-buffer{padding-left: 0.5em;
                width: 7em}
    
    
    
    #todo{width: 100%;
            min-height: 110em}
    
    
.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
             } 
    .redes{margin-left: 4.5em;
          margin-bottom: 2em;}
    
    
    
    
    
    
    .subtitulo { padding-left: 10%;
            padding-top: 1em;
            padding-left: 1em;
            text-align: left;
            display: flex;
            justify-content:flex-start;
            padding-top: 0.4em;
            font-size: 0.9em
            }
    .cond,
    .pas{display: block;
        align-content: center;
        justify-content: center;}
    
    .cond,
.pas{display: block;
    margin: 2em;
    padding-left: 10%}

    
    
    #redes {padding-left: 2em;
           display: flex;}
    
    
    .forfor{display: flex;
           justify-content: center;
           align-items: center;
            margin-top: 6em;
            padding-bottom: 200em
    height: 120vh}
    
    
    .formulario{width: 95%;
               min-height: 62vh;
               padding-bottom: 2em;
               margin-bottom: 2em;
               margin-top: 10em;
               
           }
    
    
    
      

    
    .sup{height: 60em}
    
    .cabecera{width: 90%
            }
    
    .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;}
#todo{height: 150vh}
    .sup{height: 190vh}
    
    
    
    
    .datos{text-align: center}
    .confoto{display: flex;
            align-items: center;
            justify-content: center}
    
    
    .abajo{display: flex;
        justify-content: center;
        align-items: center}


    .infocabecera{font-size: 0.9em;
                  text-align: center;
                  line-height: 1.5em;
                    margin-bottom: 1.5em}

}




 

@media screen and (min-width: 50em){
    
  
     #todo{ max-width: 75em;
        min-height: 100vh;
        width: 90vw;
        }
    
    
    .cabe{display: flex;
        justify-content: flex-start;
        align-items: center}
    
    
    .cabecera{display: flex;
                 justify-content: flex-start;
                 align-items: center;
                 width: 50%
                }
        
    .infocabecera{text-align: left;
                    padding: 1.2em;
                    margin-top: 1em;
                    width: 50%;
                    background-color:#E9E9E9;
                    font-weight: 600;
                    border-top-right-radius: 1em;
                    border-bottom-right-radius: 1em;
                    display: flex;}
    
    .primo{padding-left: 2em}
    
    .datos{text-align: left}
    
    .cond,
    .pas{display: flex;
        justify-content: center;
        align-items:center;}
    
    #redes {padding-left: 5em;
           }
    
    
   
    
.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: 120vh;
        width: 90vw;}
    
    
    
    
    
    
    
    
    .contenidos {
                width: 100%;
                padding-right: 0}
    
    .botones {display: block;
             width: 100%;
             font-size: 1em}
             
   #redes {padding-left: 2em;
           padding-top: 5em;
           display: block;
           text-align: center;
           width: 25em;
            
           }  
    #banner{width: 70%;
           height: 50em}
    
  


.botonera{display: flex;
         }
.iniciar{padding-left: 0.3em;
         padding-right: 0.4em;
         width: 8em}


    .forfor{display: flex;
           align-items: center;
           justify-content: center;
           min-height: 62vh;
            margin-top: 0em}
    
.cond,
.pas{padding-left: 0}

    
    .forfor{padding-top: 3em;
        }
.formulario{min-height: 62vh;
           
           width: 90%;
           justify-content: center;
           padding-bottom: 2em;
           display: block;}
    
       
    
    
    h3{font-size: 3em;
   padding-left: 3em;}
  
    
    .subtitulo{font-size: 1em}

    
    .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}
 #todo{height: auto}
    .sup{height: auto;
        
    }
    
    .botonesabajo{display: flex;
                  align-items:center;
                    justify-content: center}
    
    .vca{display: flex;
        }
    .amigos{width: 30%;
            margin-left:1em;
            height: 35em
            }
    .viajecomen{width: 70%;
    }
    
    .comentarios{height: 21em}
    .calificacion{display: flex;
                    align-items: center;
                    margin-right: 1em}
    

}
