section { padding: 120px 0px 0px 0px; width: 100%; height: auto; position: relative; clear: both; }

/* 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; 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; text-align: center; }
.materiais ul li:hover { background-color: #ffffff; text-decoration: none; }
.materiais ul li:hover .avatar img { opacity: 0.5; -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 .categoria { width: auto; margin: 10px; color: var(--cor-texto-default); font-size: 11px; font-family: var(--fonte-padrao); font-weight: 700; text-align: center; height: auto; padding: 6px 12px; line-height: 11px; background-color: #ffffff; position: absolute; z-index: 10; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.materiais ul li .avatar { width: 260px; height: 210px; 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: var(--cor-texto-default);  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden; }
.materiais ul li .avatar img { width: 260px; height: 210px; -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: 22px; color: var(--cor-texto-default); font-size: 18px; font-family: var(--fonte-padrao); font-weight: 700; text-align: center; }
.materiais ul li .infos .introducao { width: 240px; padding: 15px 10px 10px 10px; height: auto; color: #545454; font-size: 13px; line-height: 18px; font-family: var(--fonte-padrao); text-align: center; border-top: #eaeaea 1px solid; }
.materiais ul li .infos .introducao i { font-size: 12px !important; height: 18px; line-height: 18px !important; color: var(--cor-secundaria); position: relative; display: inline-block; vertical-align: top; margin-right: 10px; }
.materiais ul li .infos .cta { width: auto; display: inline-block; margin: 10px 0px; color: #ffffff; font-size: 12px; font-family: var(--fonte-padrao); font-weight: 700; text-align: center; height: auto; padding: 12px 25px; line-height: 16px; background: var(--cor-secundaria); -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.materiais ul li:hover .cta { background: var(--cor-primaria); padding: 12px 30px; color: var(--cor-texto-default) }

.chama_materiais { width: 100%; height: auto; position: relative; clear: both; text-align: right; }
.categorias_filtros { width: 100%; height:auto; position: relative; margin: 20px 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; width: auto; margin: 0px 0px 0px 5px; text-transform: uppercase; color: var(--cor-texto-default); font-size: 12px; font-family: var(--fonte-padrao); text-align: center; height: auto; padding: 7px 15px; line-height: 15px; 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: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden;  font-family: var(--fonte-padrao); font-weight: 700; }
.categorias_filtros ul li.ativo,.categorias_filtros ul li:hover { color: #ffffff; background: var(--cor-secundaria); }

@media screen and (max-width: 1100px) {
	section { padding-top: 60px; }

	.categorias_filtros { width: 100%; height:auto; position: relative; margin: 10px 0px 0px 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; }
}