section { padding-top: 280px !important; position: relative; width: 100%; height: auto; }

/* 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:300px; height: auto; margin: 10px 25px 30px 25px; 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: #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; font-weight: 600; color: #000000; font-size: 10px; letter-spacing: 2px; font-family: 'Roboto'; 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: 22px; -moz-border-radius: 22px; border-radius: 22px;}
.materiais ul li .avatar { width: 300px; height: 250px; 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; }
.materiais ul li .avatar img { width: 300px; height: 250px; -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: 280px; padding: 15px 10px 15px 10px; height: auto; line-height: 22px; color: #000000; font-size: 18px; font-family: 'Roboto'; text-align: center; }
.materiais ul li .infos .introducao { width: 280px; padding: 15px 10px 10px 10px; height: auto; font-weight: 200; color: #58595b; font-size: 14px; line-height: 20px; font-family: 'Roboto'; text-align: center; border-top: #eaeaea 1px solid; }
.materiais ul li .infos .cta { width: auto; display: inline-block; margin: 10px 0px; font-weight: 500; color: #ffffff; font-size: 14px; text-transform: uppercase; background: #00acd8; font-family: 'Roboto'; text-align: center; height: auto; padding: 15px 25px; line-height: 12px; letter-spacing: 1px; -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;  -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }

.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: right; }
.categorias_filtros ul li { position: relative; display: inline-block; vertical-align: top; width: auto; margin: 0px 0px 0px 5px; font-weight: 400; color: #000000; font-size: 15px; font-family: 'Roboto'; text-align: center; height: auto; padding: 10px 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: 22px; -moz-border-radius: 22px; border-radius: 22px; }
.categorias_filtros ul li.ativo,.categorias_filtros ul li:hover { color: #ffffff; background-color: #00acd8; }

@media screen and (max-width: 1100px) {
	section { padding: 140px 0px 20px 0px !important; }

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