.contenedor-juegos{
  background: white;
  padding: 20px;
}
.navegacion-juegos {
    width: 100%;
    background-color: #5d96be;
    color: white;
    display: flex;
    padding: 10px;
}
.navegacion-juegos span{
    flex:1;
    cursor: pointer;
}
.navegacion-juegos span:last-child{
    text-align: right;
}

iframe.iframe-juego {
    border: none;
    max-width: 100%;
    width: 1800px;
    height: 850px;
    padding: 19px;
    background: white;
    overflow: hidden;
}

.contenedor-iframe{
    display: flex;
    align-items: center;
    gap: 10px;
}

.contenedor-iframe span{
    color: #484848;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.contenedor-iframe span:hover{
    opacity: 0.7;
}

:fullscreen iframe,
  iframe:fullscreen {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contenedor-botones{
    margin: auto;
    width: 100%;
    justify-content: center;
    gap: 30px;
    position: unset;
    padding: 20px;
    text-align: center;
    display: flex;
}
  .entry-content{
    margin-top: -20px !important;
  }
  .contenedor-contador{
    text-align: center;
    font-size: 24px;
    color: #53aaaa;
    font-weight: 600;
  }




