.conteudo-post{
    width: 100%;
}

.conteudo-post .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.conteudo-post article{
    width: 100%;
}

.conteudo-post aside{
    width: 500px;
    padding: 2rem;
    position: relative;
}


.conteudo-post article .title{
    padding: 2rem 0;
}

.conteudo-post article .title h4{
    color: var(--cor-amarelo);
    padding-bottom: 1rem;
}


.conteudo-post article .foto{
    width: 100%;
    height: 600px;
    display: block;
}

.conteudo-post article .foto img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conteudo-post article .text {
    padding: 3rem 0;
}

.conteudo-post article .text p{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 2rem 0;
}

.conteudo-post article .text h4{
    padding-bottom: 1rem;
}

.conteudo-post article .text h3{
    padding-bottom: 2rem;
}

.conteudo-post article .text p strong{
    font-weight: 900;
}

.conteudo-post article .text ol{

    margin-left: 1rem;
    padding: 2rem 0;
}

.conteudo-post article .text ol li{
    font-weight: 600;
    font-size: 2rem;
}

.conteudo-post article .text ul{

    padding: 2rem 0;
}

.conteudo-post article .text ul li{
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.conteudo-post aside .solicite-post{
    background-color: var(--cor-roxo);
    padding: 2rem;
    width: 100%;

}

.conteudo-post aside .solicite-post h1{
    color: var(--cor-branco);
}

.conteudo-post aside .solicite-post hr{
    height: 2px;
    background-color: var(--cor-amarelo);
    width: 100%;
    margin: 1rem 0;
}

.conteudo-post aside .solicite-post p{
    color: var(--cor-branco);
}

.conteudo-post aside .solicite-post a{
    color: var(--cor-roxo);
    padding: 1rem;
    font-weight: 600;
    margin-top: 1rem;
    background-color: var(--cor-branco);
}