.GNinfo {
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    margin: 10px auto;
}

.GNinfo h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #464646;
    margin: 11px 0;
}

.GNbajada {
    font-family: 'Roboto', sans-serif;
    color: #6f6f6e;
    font-weight: 300;
    font-size: 20px;
}

#GNtitular {
    position: relative;
    padding-top: 1px;
    margin-top: 10px;
}

#GNtitular .GNsenefa {
    position: absolute;
    background-color: #dfdfdf;
    width: 155px;
    height: 10px;
    top: 0;
    left: 0;
}

#GNtitular h2 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 900;
    margin-top: 15px;
}

#GNcreditos {
    border-top: 1px solid #c4c4c4;
    line-height: 7px;
}

#GNcreditos p {
    color: #6d6d6d;
    font-size: 10px;
    text-transform: uppercase;
}

#GNcreditos p span {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 12px;
}

#GNmobile_view {
    display: none;
}

#GNdesktop_view .wrapper {
    width: 100%;
    position: absolute;
    overflow: hidden;
    align-content: center;
    text-align: center;
}

.hello {
    height: 50px;
    width: 100%;
    margin: 10px 0;
    background-image: url(https://www.nacion.com/gnfactory/especiales/infografias/2019/marzo/infologo2.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

#GNmobile_view .wrapper {
    height: 400px;
    overflow: hidden;
}

@media (max-width: 400px) {
    #GNmobile_view {
        display: block;
    }
    #GNdesktop_view {
        display: none;
    }
    #GNtitular h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .GNbajada {
        font-size: 17px;
    }
}
