* {
    list-style: none;

}



header{
    background: #c36950;
    font-family: sans-serif;
    width: 100%;
   
}

 header span {
    font-size: 20px;
    color: white;
    text-align: center;
    font-family: "coming soon";
    letter-spacing: 0.5px;
}


.atras img{
    width: 15%;
    position: relative;
    left: -30px;
}


.lupa{
    float: right;
    width: 20%;
    position: relative;
    left: -30px;
}


.encabezado nav ul{
    margin: 0;
    padding: 0.2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: space-between;
    text-align: center;
}


figure img{
    width: 40%; 
}

figure h2 {
   font-size: 15px;
   font-family: 'Pontano Sans';
   color: #fff;
   font-size: 13px;
  
    
}

h2 a{
   background-color: #78b09c;
   border-radius: 18px;
   padding: 0.5rem;
   box-shadow: 0.1rem 0.2rem #328878;
}

.juego{
    text-align: center;
    position: relative;
    top: 20px;
}

.video{
    text-align: center;
    position: relative;
    top: -50px;
  
}

 h3{
    color: #78b09c;
    font-family:'Pontano Sans';
    text-align:justify;
    font-size:10px;
    width: 100%;
    position: relative;
    top: -50px;
    height: 10px;
   
}

article {
    position: relative;
    top: 100px;
    padding: 0rem;
    background-color:rgba(84,179,157,0.4);
}



.contenido img {
   width: 10%;
}

.contenido2 img {
   width: 10%;
}

.contenido3 img {
   width: 10%;
}


.contenido {
    font-size: 12px;
    text-align: center;
    position: relative;
    left: -110px;
    top: 110px;
    
}
.contenido p{
    color:#54B39D;   
    font-family:'Pontano Sans';
    font-size: 12px;
    
}
.contenido2 {
    color:#54B39D;
    font-family:'Pontano Sans';
    font-size: 12px;
    padding-top: 30px;
    text-align: center;
}

.contenido3 {
    color:#54B39D;
    font-family:'Pontano Sans';
    font-size: 12px;
    text-align: center;
     
}

.contenido2{
   
    position: relative;
    left: 0px;
    
  
}

.contenido3{
    display: block;
    position: relative;
    left: 120px;
    top: -92px;
   
}

footer {
    text-align: center;
    font-family:'Pontano Sans';
    letter-spacing: 0.1rem;
    text-align: center;
    position:relative;
    top: -30px;
    
}

footer  a {
    color: white;
    font-size: 18px;
    text-align: center;
    background-color:#78b09c;
    padding: 0.5rem;
    border-radius: 18px;
    text-decoration: none;
        box-shadow: 0.1rem 0.2rem #328878;
}

