@charset "UTF-8";
*{box-sizing: border-box;
}
    





nav {
    padding: 2rem;
}


.logo {
    padding: 2rem;
}


header nav ul li a { 
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 2.5vh;
    line-height: 3.5vh;
    color: white;
}


ul li a:hover{
    color: #ffffff;
    background-color: black;
    font-weight: 400;  
}

h2 {
    font-family: 'Roboto', sans-serif;
    
}

h1 a:hover{
    color: #ffffff;
    background-color: black;
    text-decoration: none;
    text-decoration-style: none; 
  
}

h1 a{
    color: black;
    font-size: 7vh;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 7.5vh;
}
.videopilchapp  {
 margin: 2rem;
 align-items: center;
 

}


.fondorojo{
    margin-top: -7vh;
    padding-top: 8vh;
    padding-bottom: 1vh;
    width: 100%;
    background-color: #ff2952;
}


.fondogif {
    width: 80%;
    margin: 2rem;
     align-items: center;
    
}



ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.categorias li:hover {
  background-color: black;
}

.iconoscategorias {
  height: 2.5rem;
  margin: 2rem;
}

.caracteristicas{
    font-family: montserrat;
  font-weight: 500;
  text-align: left;
  font-size: 2.3vh;
  text-decoration: none;
  border: none;
  color: white;
  display: flex;
    flex-wrap: wrap;
  width: 100%;
    margin-bottom: 4rem;
    margin-left: 1.3rem;
}

.titulocaract{
   display: flex;
    align-items: center;
    padding: 2rem;
    height: 8rem;
}

.titulo {margin-left: 2rem;}
.descripcioncaract {
    width: 10rem;
}

.items{
    background-color: black;
    color: white;
    width: 18rem;
    margin: .7rem;
   
}

.pantalla {
    width:  18rem;
    
}

h1 {
    margin: 2rem;
    color: black;
    text-decoration: none;
    color: black;
}

.icono{
    width: 2rem;
}


.bajar{
    margin: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.bajar a {
    margin-right: 1rem;
}

.descargaimg {
    margin:  2rem;
}

.descargatexto {font-family: roboto;
    font-size: 2.5vh;
margin-left: 2rem;
    margin-right: 2rem;
    
}

.descargafooter {
  margin: 2rem;
font-family: roboto;
    font-size: 1.5vh;
    opacity: 0.5;}
.titledos {  font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2vh;
   margin-left: 2rem;
margin-top: 1vh;}
    

.store {height: 42px; 
margin-top: -4vh;}
    



@media (min-width: 700px) {
.flex {
    display: flex;
    max-width: 28rem;
    justify-content: space-between;

    }
    .contenedor{
       display: flex;
    max-width: 56rem;
    justify-content: space-between
    ;
    }
    .elemento {       display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
    
        }
    
    
}
   




