#nextgen {
    background-image: url(../../../es/assets/img/portada-videos/top-nextgen.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding-top: 100px;
    background-color: var(--blanco);
    box-shadow: 0 0 12px rgba(0,0,0,.25);
}
    #nextgen section{
        padding: 0 70px;
        background: none;
        text-align: left;
    }
        #nextgen section h1,
        #nextgen section h2,
        #nextgen section h3{
            text-align: left;
        }
        #nextgen section > h1{
            color: var(--rojo-o);
        }
        #nextgen section h2{
            color: var(--azul-o);
        }
        #nextgen section h3{
            color: var(--azul);
        }
    #introduccion {
        padding: 35px 70px;
    }
        #introduccion span{
            font-size: 24px;
            color: var(--gris-70);
        }
        #introduccion p{
            /* font-size: 15px; */
            color: var(--gris-30);
            /* column-count: 2; */
            column-gap: 80px;
            line-height: 1.5em;
        }

    #articulos{

    }
        #articulos name-tag{
            background-color: var(--gris-210);
            padding: 3px 7px;
            margin-right: 4px;
            border-radius: 20px;
            font-size: 13px;
            color: var(--azul-o);
        }