img.artigo-principal {
    width: 100%;
    border-radius: 12px;
    margin-top: 24px;
}

.white-box{
    width: 598px;
    min-height: 304px;
    background-color: #FFF;
    border-radius: 12px;
    position: absolute;
    left: 300px;
    top: 460px;
    padding: 40px;
    box-shadow: 0px 4px 10px 0px #00000040;
}

.main-title {
    color: #181A2A !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-top: 12px;
}

.bloco-inferior {
    margin-top: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bloco-inferior a {
    display: flex;
    align-items: center;
}


.bloco-inferior p{
    margin-left: 12px !important;
    color: #97989F;
    font-size: 16px;
}

.sub-title {
    margin-top: 80px;
    font-weight: 600;
    font-size: 24px;
    color: #181A2A;
}

.card-header {
    background-color: #FFF !important;
    border: none !important;
}

img.imagem-artigo {
    width: 100%;
}

a.tag-caegoria-secundaria {
    background-color: #4B6BFB0D !important;
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 16px;
    display: inline-block;
    color: #4B6BFB;
    font-size: 14px;
    font-weight: 500;
}

.titulo-artigo a{
    font-size: 24px;
    font-weight: 600;
    color: #181A2A;
    line-height: 28px;
    width: 100%;
}

.card-body {
    min-height: 200px;
}

.card-footer {
    border: none !important;
    background-color: #FFF !important;
}




a.btn-mais {
    margin-top: 32px;
    display: inline-block;
    border: 1px solid #696A754D;
    padding: 12px 20px;
    color: #696A75;
    font-size: 16px;
    border-radius: 7px;
    transition: 0.4s ease all;
}

a.btn-mais:hover{
    background-color: #696A75;
    color: #FFF;
}

@media (min-width: 350px) and (max-width: 768px){
    .white-box{
        position: initial !important;
        width: 100%;
    }

}


@media (min-width: 768px) and (max-width: 992px){

}

@media (min-width: 992px) and (max-width: 1200px) {

}