
/* Header noticias */
.header {
    background-color: var(--dark-hero);
    height: 50vh;
    position: relative;
    z-index: 1;
    border-radius: 0 0 50px 50px;
}
#particles-js {
    height: 50vh;
    width: 100%;
    position: absolute;
    z-index: 2;
}

#particles-js:hover {
    cursor: pointer;
}

.flexed {
    align-items: center;
    display: grid;
    height: 50vh;
    text-align: center;
}
.texto1 {
    text-align: center;
    margin: 0;
    padding: 0;
}
.texto1-h1 {
    font-size: 7.5vw;
}
.descripcion {
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.texto2 {
    text-align: center;
}
.texto2 h2 {
    font-size: 7.5vw;
    font-weight: 600;
}
