
body {
    font-family: 'DM Sans', sans-serif;
    color: #FFFFFF;
    background-image: url(fondo-senial-en-vivo-v4-AQEZwa9R83fvW96g.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}
.tabla-principal {
    width: 900px;
    max-width: 100%;
    margin: auto;
    border-collapse: collapse;
}
.icono-principal {
    width: 84px;
    height: auto;
}
.redes-sociales img {
    width: 20px;
    height: auto;
    margin-right: 40px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.redes-sociales img:hover {
    transform: scale(1.2);
    opacity: 0.8;
    cursor: pointer;
}
.icono-lateral {
    width: 85px;
    height: auto;
}
.logo-central {
    width: 330px;
    height: auto;
}
.logo-footer {
    width: 150px;
    height: auto;
}
.celda-caratula {
    position: relative;
    width: 128px;
    height: 119px;
    background: url('fondoTIT/fondoTITizq.png') no-repeat center/cover;
}
.imagen-caratula {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.celda-nowplaying {
    position: relative;
    width: 244px;
    height: 119px;
    background: url('fondoTIT/fondoTITder.png') no-repeat center/cover;
}
#resultado {
    position: absolute;
    top: 20%;
    left: 5%;
    transform: translateY(-10%);
    color: black;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 10px;
    border-radius: 1px;
    text-align: left;
}
.copyright {
    font-size: 12px;
    text-align: center;
}
.fila-espaciada {
    height: 20px;
}
@media (max-width: 768px) {
    .tabla-principal {
        width: 100%;
    }
    .redes-sociales {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    td {
        display: block;
        width: 100%;
        text-align: center;
    }
    .celda-caratula,
  .celda-nowplaying {
    min-height: 150px; /* puedes ajustar según quieras */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Aseguramos que el texto de NowPlaying se centre */
  #resultado {
    position: static;
    transform: none;
    text-align: center;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    }
}
