.conteudo-home { width: 100%; height: auto; clear: both; margin: 40px 0px 0px 0px; }

/*MATERIAS HOME ABAIXO DESTAQUE*/
.conteudo-home .coluna-esquerda { width: 750px; height: auto; display: inline-block; vertical-align: top; position: relative; text-align: center; padding: 0px; }
.conteudo-home .coluna-esquerda ul { list-style-type: none; width: 100%; height: auto; }
.conteudo-home .coluna-esquerda ul li { width: 100%; height: auto; margin: 0px; display: inline-block; vertical-align: top; text-align: left; overflow: hidden; border-bottom: 1px solid #eeeeee; padding: 25px 0px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.conteudo-home .coluna-esquerda ul li:hover {  background: rgb(0,0,0); background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%); }
.conteudo-home .coluna-esquerda ul li:hover .avatar img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.conteudo-home .coluna-esquerda ul li .avatar { width: 288px; height: 200px; position: relative; overflow: hidden; vertical-align: top; display: inline-block; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; overflow: hidden;  -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden;}
.conteudo-home .coluna-esquerda ul li .avatar img { width: 288px; height: 200px; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; overflow: hidden; -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0); }
.conteudo-home .coluna-esquerda ul li .contes { width: -moz-calc(100% - 315px); width: -webkit-calc(100% - 315px); width: -o-calc(100% - 315px); width: calc(100% - 315px); position: relative; height: auto; display: inline-block; vertical-align: top; margin: 0px 0px 0px 15px; }
.conteudo-home .coluna-esquerda ul li .contes .tituloo { width: 100%; height: auto; padding: 0px 0px 10px 0px; font-weight: 700; color: var(--cor-primaria); font-size: 24px; line-height: 30px; text-align: left; font-family: var(--fonte-padrao); }
.conteudo-home .coluna-esquerda ul li .contes .manchete { width: 100%; height: auto; padding: 0px 0px 20px 0px;  color: var(--cor-texto-default); font-size: 15px; line-height: 20px; text-align: left; font-family: var(--fonte-padrao); }
.conteudo-home .coluna-esquerda ul li .contes .infos_post { width: 100%; height: auto; vertical-align: top; position: relative; overflow: hidden; display: inline-block; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
.conteudo-home .coluna-esquerda ul li .contes .infos_post .tag_categoria,.conteudo-home .coluna-esquerda ul li .contes .infos_post .tag {  color: var(--cor-primaria); font-size: 13px; font-weight: 400; text-align: center; margin-top: 10px; clear: both; background-color: #eaeaea; width: auto; height: auto; float: left; padding: 4px 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; font-family: var(--fonte-padrao); font-weight:400; text-transform: uppercase; letter-spacing:2px; }
.conteudo-home .coluna-esquerda ul li .contes .infos_post .introducao_noticia { font-size: 15px; color: #9b9b9b;  text-align: left; width: 100%; height: auto; line-height: 22px; }
.conteudo-home .coluna-esquerda ul li .contes .infos_post .veja { float: left; margin-right: 10px; }
.conteudo-home .coluna-esquerda ul li .contes .infos_post .veja .iconeCalendar { width: 16px; height: 16px; background: url(../imagens/data-publicacao.png) no-repeat; float: left; margin-right: 8px; }
.conteudo-home .coluna-esquerda ul li .contes .infos_post .veja p { color: var(--cor-texto-default);  letter-spacing: -0.5px; font-size: 15px; float: left; }
.conteudo-home .coluna-esquerda ul li .contes .infos_post .autor_mais { width: 30px; height: 30px; margin: 0px; position: relative; float: right; overflow: hidden; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; overflow: hidden; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.conteudo-home .coluna-esquerda ul li .contes .infos_post .autor_mais img { width: 30px; height: 30px; margin: 0px; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0); }

@media screen and (max-width: 1100px) {
	.conteudo-home { margin: 0px 0px 20px 0px; }
	.conteudo-home .coluna-esquerda { width: 96%; padding: 0px 2%; float: none; border-top: 0px; }
	.conteudo-home .coluna-esquerda ul { text-align: center; }
	.conteudo-home .coluna-esquerda ul li { margin-bottom: 20px; padding: 10px; width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); }
	.conteudo-home .coluna-esquerda ul li .avatar { width: 100%; height: auto; }
	.conteudo-home .coluna-esquerda ul li .avatar img { padding: 0px 0px 20px 0px; }
	.conteudo-home .coluna-esquerda ul li .infos { width: 100%; padding: 0px; margin: 0; }
	.conteudo-home .coluna-esquerda ul li .avatar img { padding: 0px; width: 100%; height: auto; }
	.conteudo-home .coluna-esquerda ul li .contes { width: 100%; margin: 0px; }
	.conteudo-home .coluna-esquerda ul li .contes .tituloo { width: 100%; padding: 5px 0px 10px 0px; height: auto; color: var(--cor-texto-default); font-size: 18px; line-height: 22px; font-family: var(--fonte-padrao); text-align: left; }
	.conteudo-home .coluna-esquerda ul li .contes .introducaoo { font-size: 14px; color: #555959; font-family: var(--fonte-padrao); text-align: left; width: 100%; height: auto; line-height: 22px; padding: 0px 0px 10px 0px; }
	.conteudo-home .coluna-esquerda ul li .contes .infos_post { width: 100%; height: auto; }
	.conteudo-home .coluna-esquerda ul li:hover .avatar img { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0); }
	.conteudo-home .coluna-esquerda ul li:hover img { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0); }
	.conteudo-home .coluna-esquerda ul li:hover { border-bottom: #f4f6f8 1px solid; background-color: #ffffff; }
	.conteudo-home .coluna-esquerda ul li:hover .infos { padding: 0; }
}
@media screen and (max-width: 700px) {
	.conteudo-home .coluna-esquerda ul li .contes { width: -moz-calc(100%); width: -webkit-calc(100%); width: -o-calc(100%); width: calc(100%); }
}