body {
    background: url("../images/bg_desktop.png") #000000 no-repeat;
    background-position: top center;
    color: #ffffff;
}

.logo {
    height: auto;
    margin-top: 140px;
    text-align: center;
    width: 100%;
}

.seguinos {
    background: url("/web/20220205153844im_/https://www.glitztvla.com/images/seguinos.png") no-repeat center;
    height: 22px;
    margin: 105px 0 45px 0;
}

li .twitter {
    height: 82px;
    width: 67px;
}
li {
    list-style-type: none;
}
.center {
    text-align: center;
}
.legal {
    margin-top: 320px;
}

@media (max-width:768px) and (min-width:320px) {
    body {
        background: url("https://masrevivido.eu.org/glitzlatam/images/bg_mobile.png") #000000 no-repeat;
        background-position: top center;
    }
    .logo {
        margin-top: 95px;
    }
    .logo img {
        width: 235px;
    }
    .seguinos {
        background: url("/web/20220205153844im_/https://www.glitztvla.com/images/seguinos_mobile.png") no-repeat center;
        margin-top: 65px;
    }
    li .twitter img {
        width: 45px;
    }
    .legal {
        margin: 180px 10px 0 10px;
    }
}