.video-top {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.video-container {
    width: 100%;
    border-left: 1.75rem solid #211f20;
    border-right: 1.75rem solid #211f20;
    margin-top: 1rem;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
}


#content-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.content-main {
    padding: 3rem 2rem;
}

.content > div p {
    margin-bottom: 2rem;
    text-align: justify;
}

.content p {
    color: #999999;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.content h1 {
    margin-bottom: 1rem;
    line-height: 2rem;
    color: black;

}

#subtitle {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #999;
    font-weight: bold;
}
.imagem-content {
    margin-top: 3rem;
    margin-right: 1.5rem;
}
.imagem-content img {
    max-width: 19rem;
    height: auto;
}

.downloads a {
    text-decoration: none;
    color: black;
}

.downloads a:hover {
    text-decoration: underline;
}


@media screen and (max-width: 1200px) {
    #content-main {
        flex-direction: column;
    }
    .imagem-content {
       display: none;
    }
    iframe {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    iframe {
        width: 100%;
        height: 300px;
    }
}
