/* selector { propiedad: valor; } */

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






body{
  background-image: url("../img/14469684598_3e1141ab39_h.jpg");
	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);
   
}

.iniciar{
    list-style:none;
  color: white;
}
.barra{
    list-style:none;
  color: white;
}

.registrar{
    list-style:none;
  color: white;
}

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

.iniciar li a:hover{
    color: #ffffff; 
   background-color: rgba(70, 70, 70, 0.7);
    border-radius: 0.5em;
 
}

.registrar li a:hover{
    color: #ffffff; 
    background-color: rgba(70, 70, 70, 0.7);
    border-radius: 0.5em;
}








/***************LOGO**************/
.logo{
    width: 15em;
    margin: 4em auto;
    
}
.logologo{
max-width: 100%;
    box-sizing: border-box;
}









/*******************BUSCADOR************/
form{  
     border-radius: 0.5em;
    background-color: white; 
      padding: 0.5em;
    margin: auto;
     width:40em;
    text-align: left;
    
}

input{
     max-width: %100;
    width: 45em;
    height: 2em;
}


.lupa{
    color: aqua;
    width: 2em;
    height: 2em;
}

.lupalupa{
   max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}








/*********FILTROS***********/
.filtros{
    padding: 0.5em 0 1.5em;
    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;
    
}


.dropdown svg{
   float:right;
    width: 1em;
    height: auto;
}





/*****DESPLEGABLE********/



.dropdown {
    position: relative;
    display: inline-block;
      width: 9.5em;
      padding: auto;
    margin: auto;
    border-radius: 0.3em;
    background-color: rgba(255, 64, 0, 0.9);
}


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

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 0.5em;
    width: 11.2em;
    font-size: 0.85em;  
}


.dropdown-content ul:hover{
    background-color: rgba(255, 64, 0, 0.9);
   
}
    


.dropdown:hover .dropdown-content {
    display: block;
   

}

.drowpdown ul li a{
    background-color: aliceblue;
}












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


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

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


.foto1{
   max-width: 100%;
    box-sizing: border-box;
    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;
}


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

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

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








/****flex****/

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

.registro{
    display: flex;
    align-items: center;
}
    
   
form{
    
display: flex;
      justify-content: space-between;
  align-items: center;
    
    
    
}









.video{
    width: 40em;
    margin: auto;
   
}

.video iframe{
    box-sizing: border-box;
    max-width: 100%;
    width: 40em;
}




























