/* selector { propiedad: valor; } */

*{
 padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    
}






body{
  background-color: rgba(0, 0, 0, 0.95);
	background-repeat:no-repeat;
	background-size: cover;
	background-attachment: fixed;
    font-family: ubuntu;
}






/*********************REGISTRO*************/
nav{
    background-color: rgba(0, 0, 0, 0.19);
    padding: 0.5em;
   box-shadow: 0.1em 0.1em  rgba(0, 0, 0, 0.54);
   
}

nav{
    display: flex;
    flex-direction: row;
  align-content: center;
    align-items: center;
}

  
.registrar{
    margin: 0 14em;
    list-style:none;
  color: white;
    font-size: 1.15em;
}


.registrar li a {
     text-decoration: none;
    padding: 0.5em;
    margin: auto;
    width: 1em;
    color: #ffffff;
}
















/*********FILTROS***********/
.filtros{
    padding: 1em 0;
    margin: auto;
    width: 40em;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    

    }

.filtros div ul li{
    color: #ffffff;
    width: auto;
    list-style:none;
    width: %100;
    
   }

.filtros div ul li a{
     text-decoration: none;
    color: white;
    font-weight: 500;
    padding: 0.1em 1em;
    
}






/**********Persona*******/

.persona{
    background-image:url(3011821932_9da09bf895_b.jpg);
    width: 60em;
    height: 20em;
    margin: auto;    
}

.persona div{
    display: flex;
    align-items: center;
}

.nombre{
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    
}

h2{
    color: white;
}

.nombre p{ 
   color: white; 
   font-style: italic;
}


.contenedorimg{
    height: auto;
    width: 11em;
    margin: 1em;
    border-radius: 6em;
    
}

.persona1{
    box-sizing: border-box;
    border-radius: 6em;
    max-width: 100%;
    max-height: 100%;
}

.pie{
    background-color: rgba(0, 0, 0, 0.54);
    width: auto;
    height: 4em;
    margin: auto;
    padding: auto;
}

.seguir{
    margin: 3em;;
    background-color: rgba(255, 64, 0, 0.9);
    width: 12em;
    height: 2em;
    border-radius: 0.5em;
}

.seguir:hover{
    background-color: rgba(255, 64, 0, 0.6);
    
}

.seguir a{
    margin: auto;
    padding: auto;
    width: auto;
    max-width: 100%;
    text-decoration: none;
    color: white;
}


.iconos{
    height: 2em;
    width: 17em;
    display: flex;
    justify-content: space-between;
}

.iconito svg{
    width: 3em;
    height: 3em;
   
    
}
.persona .iconito p{
    color: white;
    font-size: 1.05em;
}







/*********VIDEOS*******/

.contenedorvideos{
    margin: auto;
    width: 60em; 
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
   
    
}

.video1{
   margin: 0.5em ;
    background-color: white;
    width: 60em;
    height: 15;;
    border-radius: 0.5em;
}


.foto1{
   max-width: 100%;
    max-height: 60em;
    border-radius: 0.5em 0.5em 0 0;
}

.rotulo{
    margin: 0.5em;
    display: flex;
    justify-content: space-between;
}





.perfil{
    width: 2.3em;
    height: 2.3em;
}

.perfilperfil{
   max-width: 100%;
    box-sizing: border-box;
    border-radius: 2em;
    
}



.perfiles{
    display: flex;
      align-items: center;
   
}

.mas{
    color: rgba(70, 70, 70, 0.7);
    text-decoration: none;
    }


.masmas{
    font-size: 1.1em;
    max-height: 100%;
    
}

.masmas:hover{
    color: black;
}


.rotulo p{
    color: rgba(70, 70, 70, 0.7);
    font-size: 0.9em;
 
}

.iconos{
    display: flex;
    margin: 0.5em;
   
}

.iconito{
    display: flex;
    align-items: center;
    
}

.iconito p{
    color: rgba(70, 70, 70, 0.7);
}

div h4{
    font-size: 1.2em;
}







.reelnombre{
    padding: 1.5em 0 0.5em;
    width: 60em;
    margin: auto;
    
}

.reelnombre p{
    color: white;
    font-size: 1em;
    margin: auto;
    
}


.reel{
    margin: auto;
    width: 60em;
    height: 31em;
    box-shadow: 0 0.1em #333232;
   
}

iframe{
    width: 100%;
    height: 100%;
}












