body {
    margin:0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #ff8c00;
    background-image:url("../imagenes/4.png");
    background-repeat: no-repeat;
    background-position:center;
    background-attachment: fixed;
    
}



.section {
    background-color: gold;  /* Clase de la seccion de productos  (section)*/
    display: flex;
    align-items: flex;
    padding: 20px;
    width: 50%;
    margin: 15px auto;
    border-radius: 20px;
    box-shadow: 0px 14px 28px chocolate;
    

}

.section img {
    width: 200px;
    border-radius: 30px;
    border: white;
    background-color: rgb(246, 219, 157);
    margin: 10px;
    padding: 15px;

}

.section h1 {
    margin: 0;
    color: rgb(55, 28, 1);
    font-size: 35px;

}

.section p {     /* texto de las secciones */
    color: rgb(121, 42, 3);
    margin-right: 15px;
    font-size: 18px;
    text-align: left;
    font-size: 22px;
    

}

.precio p {      /* informacion de precio */
    font-weight: 900;
    font-size: 27px;
    text-align: center;
    
}

.header2 {     /* header de pokeball */
    height: 10em;
    padding: 5em;
    font-size: 2em;
    background-image: url("../imagenes/pokeball.jpg");
    background-size: cover;
    background-position:  50% ;
    background-repeat: no-repeat;
    background-size: 900px auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    justify-content: flex-start;
    padding: 20px;
    width: 50%;
    margin: 15px auto;
    background-color: rgb(199, 201, 205);
    border-radius: 20px;
    box-shadow: 0px 14px 28px rgb(214, 136, 85);
    }

    .header2 h1 { /* header2 clases empleadas en el segundo encabezado */
        margin: 0px;
        font-weight: 400;
        }
        
   .header2 div { 
    max-width:500px;
    height: 10em;
    padding: 5em;
    border-radius: 10px

   } 
.padre{
    align-items: center;
    align-content: center;
}
.header {   /* header con logo de pokemon (primer encabezado) */
    margin: 10px;
    
    
    display: flex;
    align-items: center;
    padding: 20px;
    width: 50%;
    background-color: rgb(128, 212, 43);
    margin-left:auto;
    margin-right:auto;
    margin-top: 80px;
    
    border-radius: 20px;
    box-shadow: 0px 14px 28px chocolate;
    
    font-size: 26px;
    border-radius: 10px;
}

.logo2 {       /* logo2 clases empleadas en el primer encabezado */
    display: flex;
    align-items: center;
}

.logo2 h1 {
    margin-left: 25px;
    color: azure;
    
    
}

.logo2 p {
    margin-left: 60px;
    font-size: 40px;
    font-family: fantasy;
    color: rgb(85, 128, 42);
}

.log0 {
    align-items: center;
}

.padre div {

    display: flex;
}




.header img {
    
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
  
 
 
      
    
}

.titulo h1 {
    font-size: 2em;
      margin: 0.67em 0;
}

.header img {
    height: 90px;
    width: 90px;
}

nav {   /* barra de navegaciono */
    background-color: #f8c765c7;
    height: 80px;
    width: 100%;
}


.enlace {
    position: absolute;
    padding: 20px 50px;
}

.logo {
    height: 40px;
}

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

.enlace {
    position: absolute;
    padding: 20px 50px;
}

.logo {
    padding: 20px;
    height: 40px;
}

nav ul {
    float: right;
    margin-right: 20px;
}

nav ul li {
    display: inline-block;
    align-items: center;
    line-height: 50px;
    margin: 0 5px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 200px;
    

}

.footer {   /* footer */
    height: 3em;
    line-height: 3em;
    background-color: rgb(196, 118, 41);
    color: white;
    text-align: center;
    font-weight: 900;
    font-size: 26px;
    }








