.banner { float: left; width: 100%; background: url(../img/fundo-blog.jpg) no-repeat center bottom #eaeaea; padding: 77px 0 0; height: 210px;}
.banner p { float: left; font: 40px latobold; color: #fff; margin: 0 2%; display: flex; align-items: center; height: 160px; width: 96%;}
.container-posts { float: left; width: 96%; margin: 40px 2%}
.container-posts .container-posts-interna { float: left; width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.container-posts .container-posts-interna img{ float: left; width: 50%;}
.container-posts .container-posts-interna h1{ float: left; width: 100%; margin: 40px 0; text-align: center; font: 20px latobold; color: #343434; line-height: 26px;}
.container-posts .container-posts-interna .container-posts-interna-descricao { float: left; width: 100%; font: 14px / 25px latoregular; text-align: justify; text-indent: 25px;}
.container-posts .container-posts-interna .container-btn { width: 100%; display: flex; float: left; margin: 40px 0; justify-content: flex-end;}
.container-posts .container-posts-interna .container-btn a{ float: left;}
.container-posts .container-posts-interna .container-btn a i { float: left; width: 50px; height: 50px; background: url(../img/back.svg)no-repeat center #ce1715; background-size: 16px;}
.container-posts .container-posts-interna .container-btn a p { padding: 13px 20px; background: #CC0063; font: 13px latobold; color: #fff; display: flex; align-items: center; justify-content: center; transition: 0.3s;}

main {background: #eaeaea; float: left; width: 100%;} 