/* MATERIA */
.materiais { width: 100%; height: auto; position: relative; clear: both; overflow: hidden; }
.materiais ul { width: 100%; height: auto; padding: 20px 0px 30px 0px; position: relative; clear: both; overflow: hidden; text-align: left; }
.materiais ul li { width:260px; height: auto; margin: 10px 7px 12px 7px; min-height: 200px; display: inline-block; vertical-align: top; overflow: hidden; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; overflow: hidden;  -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-align: center; }
.materiais ul li:hover { background-color: #f4f6f8; text-decoration: none; }
.materiais ul li .categoria { width: 100%; margin: 5px 0px; font-size: 12px; font-family: var(--fonte-padrao); height: auto; padding: 8px 0px; line-height: 10px; color: var(--cor-texto-cinza); position: relative; font-weight: 700; }
.materiais ul li .infos { width: 100%; height: auto; margin: 0px; padding: 0px 0px 20px 0px; }
.materiais ul li .infos .tituloo { width: 240px; padding: 15px 10px 15px 10px; height: auto; line-height: 20px; color: var(--cor-secundaria); font-size: 16px; font-family: var(--fonte-padrao); text-align: center; font-weight: 600; }
.materiais ul li .infos .cta { cursor: pointer; width: auto; display: inline-block; vertical-align: top; margin-top: 10px; padding: 10px 20px; height: auto; font-family: var(--fonte-padrao); color: #ffffff; font-size: 14px; font-weight: 600; text-align: center; background: var(--cor-secundaria); -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; overflow: hidden; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.materiais ul li:hover .cta { padding: 10px 25px; }

section.contraste .materiais ul li:hover { background-color:#747474 }
section.contraste .materiais ul li .infos .cta { color:#000000 }

.chama_materiais { width: 100%; height: auto; position: relative; clear: both; text-align: right; }
.categorias_filtros { width: 100%; height:auto; position: relative; margin: 0px 0px 10px 0px; }
.categorias_filtros ul { width: 100%; height: auto; position: relative; list-style-type: none; text-align: left; }
.categorias_filtros ul li { position: relative; display: inline-block; vertical-align: top; font-weight: 600; width: auto; margin: 0px 0px 0px 5px; color: var(--cor-secundaria); font-size: 15px; font-family: var(--fonte-padrao); text-align: center; height: auto; padding: 7px 20px; line-height: 25px; background-color: #eaeaea; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; overflow: hidden; }
.categorias_filtros ul li.ativo,.categorias_filtros ul li:hover { background: var(--cor-secundaria); color: #ffffff }

section.contraste .categorias_filtros ul li, section.contraste .categorias_filtros ul li:hover { color: #000000 }
section.contraste .categorias_filtros ul li.ativo { background-color: transparent; border: 1px solid #747474; color: #ffffff }

@media screen and (max-width: 1100px) {
	.categorias_filtros { width: 100%; height:auto; position: relative; margin: 20px 0px 10px 0px; }
	.categorias_filtros ul { text-align: center; }
	.categorias_filtros ul li { margin: 3px; }

	.materiais { width: 96%; padding: 0px 2%; }
	.materiais ul { text-align: center; }
	.materiais ul li { width: 600px; min-height: inherit; height: auto; display: inline-block; float: none; padding-bottom: 30px; margin: 5px 5px 35px 5px; position: relative; }
	.materiais ul li .avatar,
	.materiais ul li .avatar img { width: 100%; height: auto; }

	.materiais ul li .infos .tituloo,
	.materiais ul li .infos .introducao { width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); }
}
@media screen and (max-width: 600px) {
	.materiais ul li { width: -moz-calc(100% - 10px); width: -webkit-calc(100% - 10px); width: -o-calc(100% - 10px); width: calc(100% - 10px); height: auto; display: inline-block; float: none; padding-bottom: 30px; margin: 5px 5px 35px 5px; position: relative; }
	.materiais ul li .avatar,
	.materiais ul li .avatar img { width: 100%; height: auto; }
}