.space {
    height: 20vh;
}

img {
    margin: 5px 10%;
    max-width: 80%;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

.img2 {
    margin: 5px 30%;
}

.information {
    width: 60%;
    height: 40%;
    /* text-align: center; */
    margin: auto;
}

.img3 {
    margin: 5px 20%;
}

.typeviolent {
    text-align: justify;
    width: 60%;
    margin: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
}


h1 {
    font-size: 3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    animation: text linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    text-align: center;
}

.title-background {
    display: block;
    background: linear-gradient(to bottom, var(--primary-light), var(--background));
}

.information p,
.typeviolent li {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    text-align: justify;
}

.principal {
    animation: fadeIn 1s ease-out;
}

video {
    width: 100%;
    max-width: 100%;
    border: none;
    /* margin: 20px 0; */
}

@keyframes text {
    from {
        opacity: 0;
        scale: .5;
    }

    to {
        opacity: 1;
        scale: 1;
    }
}

@media (max-width: 768px) {
    .resource-content {
        display: block;
    }

    .resource-info {
        width: 100%;
    }

    .information p,
    .typeviolent li {
        font-size: 14px;
    }

    h1 {
        font-size: 2rem;
    }

    video {
        width: 100%;
        max-width: 100%;
        border: none;
        /* margin: 20px 0; */
    }

}

.texto {
    font-size: 16px;
    text-align: center;
}