#div_conteudo {
    /* background: #000; */
    background: linear-gradient(244deg, #09215f, #000000);
    padding: 0px;
    padding-bottom: 30px;
}

#div_conteudo > * {
    font-family: 'Poppins', sans-serif;
}

.asset-showcase {
    background: #000;
    color: #FFF;
    width: 100%;
}

.asset-showcase-bg {
    width: 100%;
    height: 24vw;
    overflow: hidden;
}

.asset-showcase-bg > img {
    margin-top: -22%;
    width: 100%;
}

.asset-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    /* background: linear-gradient(206deg, #04194f, #000000); */
    color: #FFF;
}

.asset-grid-pics {
    display: flex;
    gap: 5px;
    flex: 1 1 32rem;
    justify-content: center;
    max-height: 64vh;
    overflow: hidden;
}

.asset-grid-pics > img {
    width: 30%;
    height: auto;
    object-fit: cover;
}

.asset-grid-pics > img:hover {
    cursor: pointer;
    scale: 0.95;
}

.asset-grid-info {
    display:grid;
    flex: 1 1 350px;
    max-width: 700px;
}

.asset-grid-info > h1 {
    margin-top: 20px;
    text-align: center;
}

.asset-grid-info > ul {
    margin: auto;
    margin-left: 0px;
    margin-top: 5px;
    font-size: 15pt;
    line-height: 1.7;
    list-style: none;
}

.bt-asset {
    display: inline-block;
    padding: 14px 30px;
    background: #ff7d00;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none !important;
    transition: 0.3s;
}

.bt-asset-fab {
    padding: 14px 30px;
    background: #ff7d00;
    color: white;
}

.bt-asset-fab:hover {
    background: #ff5200;
    color: #3679ff;
    box-shadow: 0 0 20px #e36023;
    font-size: 1.25rem;
}

.bt-obter-asset {
    background: #0d308a;
    padding: 12px 28px;
    color: #bdbdbd;
    box-shadow: 0 0 12px #000921;
}

.bt-obter-asset:hover {
    box-shadow: 0 0 20px #41b9ff;
    color: #FFF;
}

.bt-youtube-icon {
    padding: 10px 18px;
    background: #ff0000;
}

.bt-youtube-icon > img {
    height: 30px;
}

.bt-youtube:hover, .bt-youtube-icon:hover {
    box-shadow: 0 0 20px #ff2222;
}

.bt-youtube:hover {
    color: #3679ff;
    font-size: 1.25rem;
}

.bt-youtube {
    background: #ff0000;
}

#modal_img_ampliada, #img_ampliada {
    width: 100%;
    background: #000000a2;
}