section { padding: 30px 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: center; }
.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;}
.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 .categoria { width: auto; margin: 10px; color: #000000; font-size: 10px; letter-spacing: 2px; font-family: 'Poppins'; text-align: center; height: auto; padding: 6px 12px; line-height: 10px; letter-spacing: 2px; background-color: #ffffff; position: absolute; z-index: 10; text-transform: uppercase; letter-spacing: 1px;  -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.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: #f4f6f8;  -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; 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: #000000; font-size: 18px; font-family: 'Poppins'; text-align: center; }
.materiais ul li .infos .introducao { width: 240px; padding: 15px 10px 10px 10px; height: auto; font-weight: 300; color: #545454; font-size: 13px; line-height: 20px; font-family: 'Poppins'; text-align: center; border-top: #eaeaea 1px solid; }
.materiais ul li .infos .cta { width: auto; display: inline-block; margin: 10px 0px; color: #ffffff; font-size: 16px; font-weight: 700; font-family: 'Poppins'; text-align: center; height: auto; padding: 15px 25px; line-height: 16px; background: #15424a; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease;  -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.materiais ul li:hover .cta { background: #00aaff; padding: 15px 30px; }

.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: #000000; font-size: 12px; font-family: 'Poppins'; 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: 20px; -moz-border-radius: 20px; border-radius: 20px; overflow: hidden; }
.categorias_filtros ul li.ativo { color: #ffffff; background: #15424a; }
.categorias_filtros ul li:hover { color: #ffffff; background: #00aaff; }

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