/* MATERIA */
.materiais { width: 100%; height: auto; position: relative; clear: both; overflow: hidden; }
.materiais ul { width: 100%; height: auto; padding: 0px 0px 30px 0px; position: relative; clear: both; overflow: hidden; text-align: left; }
.materiais ul li { width:260px; height: auto; margin: 0px 12px 25px 12px; 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: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); }
.materiais ul li .avatar .categoria { width: auto; margin: 5px; background-color: var(--cor-primaria); font-size: 10px; font-family: var(--fonte-padrao); text-align: center; height: auto; padding: 8px 15px; line-height: 10px; color: #ffffff; position: absolute; z-index: 10; font-weight: 800; right: 0px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; text-transform:uppercase; }
.materiais ul li .avatar { width: 260px; height: auto; 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; background-color: #f4f6f8;  -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; }
.materiais ul li .avatar img { width: 260px; height: auto; display: block; -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); }
.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-primaria); font-size: 16px; font-family: var(--fonte-padrao); text-align: center; font-weight: 700; }
.materiais ul li .infos .introducao { width: 240px; padding: 15px 10px 10px 10px; height: auto; font-weight: 500; color: var(--cor-texto); font-size: 12px; line-height: 20px; font-family: var(--fonte-padrao); text-align: center; border-top: #eaeaea 1px solid; }
.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: var(--cor-secundaria); font-size: 14px; font-weight: 700; text-align: center; background: var(--cor-destaque); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; 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; }

.chama_materiais { width: 100%; height: auto; position: relative; clear: both; text-align: right; }
.categorias_filtros { width: 100%; height:auto; position: relative; margin: 15px 0px 40px 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: 500; width: auto; margin: 0px 0px 0px 10px; color: var(--cor-secundaria); font-size: 13px; font-family: var(--fonte-padrao); text-align: center; height: auto; padding: 10px 25px; 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: 12px; -moz-border-radius: 12px; border-radius: 12px; overflow: hidden; }
.categorias_filtros ul li.ativo,.categorias_filtros ul li:hover { background: var(--cor-destaque); color: var(--cor-secundaria); font-weight: 700; }

@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; 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; }
}