/*
------------------- RESET DA MODELO -------------------
*/
.conteudos {
	background: transparent;
	box-shadow: none;
	max-width: 2000px;
	min-height: auto;
	padding: 0;
}
.corpo:before,.corpo:after,.titulos-linhas,.conteudos-nav {
	display: none;
}
.conteudos .titulos{
	display: none;
}

/*
--------------- BANNERS -------------------
*/
.banners {
	float: none;
	height: 100%;
	margin: 0 auto;
	max-width: 2000px;
	width: 100%;
	z-index: 0;
}
.banners > .slick-track {
	height: 96vw;
}
.banners a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: -1;
}

.banners .slick-track a{
	max-height:350px;
	padding:6.2% 0;
}

@media screen and (max-width:1240px){.banners .slick-track a{padding:8.2% 0;}}
@media screen and (max-width:944px){.banners .slick-track a{padding:10.2% 0;}}
@media screen and (max-width:767px){#topo{height:auto;}.banners {display: none;}}

/*
--------------- NOTICIAS -------------------
*/
.noticias-wrap {
	margin-bottom: 45px;
	position: relative;
}
.noticias-wrap:before {
	background-image: -moz-linear-gradient( 0deg, rgb(232,57,69) 25%, rgb(255,255,255) 25%);
	background-image: -webkit-linear-gradient( 0deg, rgb(232,57,69) 25%, rgb(255,255,255) 25%);
	background-image: -ms-linear-gradient( 0deg, rgb(232,57,69) 25%, rgb(255,255,255) 25%);
	bottom: 0;
	content: '';
	height: 100%;
	max-height: 251px;
	position: absolute;
	width: 100%;
	z-index: -2;
}
.noticias-wrap:after {
	background: #333e48;
	bottom: 37px;
	content: '';
	height: 100%;
	max-height: 368px;
	position: absolute;
	right: 0;
	width: 50%;
	z-index: -1;
}
.noticias-cabecalho {
	margin: 0 auto;
	margin-bottom: 25px;
	max-width: 1170px;
	padding: 15px 0;
	position: relative;
}
.noticias-titulo {
	background: url(../img/icone-noticias.png) no-repeat 95% center;
	border-bottom: solid 1px #000;
	color: #90161c;
	display: inline-block;
	font-family: 'bebasregular';
	font-size: 30px;
	padding-left: 21px;
	padding-right: 45px;
	position: relative;
}
.noticias-titulo span {
	color: #e83945;
}
.noticias-titulo:before {
	background: #000;
	bottom: -51px;
	content: '';
	height: 51px;
	position: absolute;
	right: 20px;
	width: 1px;
}
.noticias-titulo:after {
	background: #e83945;
	border: solid 2px #fff;
	bottom: -30px;
	content: '';
	height: 9px;
	position: absolute;
	right: 16px;
	width: 9px;
}
.noticias {
	background: #fff;
	box-shadow: 0px 1px 26.73px 0.27px rgba(22, 22, 22, 0.1);
	margin: 0 auto;
	max-width: 1170px;
	overflow: visible;
	padding: 54px 15px;
	position: relative;
	text-align: center;
}
.noticias:before {
	background: #e83945;
	bottom: 0;
	content: '';
	height: 124px;
	left: 25px;
	position: absolute;
	width: 1px;
}
@media screen and (max-width:1160px) {
	.noticias:before {
		display: none;
	}
}
.noticia {
	display: inline-block;
	float: none;
	font-family: 'Roboto', sans-serif;
	margin: 0 2%;
	max-width: 311px;
	padding: 0;
	position: relative;
	text-align: justify;
	vertical-align: top;
}
.noticias article:first-child {
	margin-left: 0;
	margin-right: 4%;
}
.noticias article:last-child {
	margin-left: 4%;
	margin-right: 0;
}
.noticia-data {
	background: #8b8888;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	left: 0;
	padding: 5px 10px;
	position: absolute;
	top: 127px;
	width: 100%;
}
.noticia-titulo {
	color: #dc3742;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 43px;
}
.noticia a {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 5;
}
.noticia:hover .noticia-data, .noticia:focus .noticia-data {
	background: #e83945;
}
.noticias-link {
	color: #a3262d;
	display: block;
	font-family: 'bebasbold';
	font-size: 20px;
	margin: 0 auto;
	max-width: 1170px;
	padding-left: 11%;
}
.noticias-link span {
	background: #fff;
	padding: 10px 5px;
}
.noticias-link strong {
	color: #e83945;
}
/*
--------------- PUBLICACOES -------------------
*/
.publicacoes-revista-container {
	margin: 25px 0;
	position: relative;
}
.publicacoes-revista {
	margin: 0 auto;
	max-width: 1170px;
	overflow: hidden;
	position: relative;
}
.publicacoes-revista-linha {
	background-image: -moz-linear-gradient( 0deg, rgb(232,57,69) 84.3%, rgb(255,255,255) 84.3%);
	background-image: -webkit-linear-gradient( 0deg, rgb(232,57,69) 84.3%, rgb(255,255,255) 84.3%);
	background-image: -ms-linear-gradient( 0deg, rgb(232,57,69) 84.3%, rgb(255,255,255) 84.3%);
	bottom: 23px;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
@media screen and (min-width:1680px) {
	.publicacoes-revista-linha {
		background-image: -moz-linear-gradient( 0deg, rgb(232,57,69) 100%, rgb(255,255,255) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(232,57,69) 100%, rgb(255,255,255) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(232,57,69) 100%, rgb(255,255,255) 100%);
	}
}
@media screen and (max-width:1676px) {
	.publicacoes-revista-linha {
		background-image: -moz-linear-gradient( 0deg, rgb(232,57,69) 100%, rgb(255,255,255) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(232,57,69) 100%, rgb(255,255,255) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(232,57,69) 100%, rgb(255,255,255) 100%);
	}
}
.publicacoes-revista-homem {
	background: url(../img/home-publicacoes-bg.png) no-repeat left top;
	bottom: -55px;
	height: 447px;
	left: 1%;
	max-width: 357px;
	position: absolute;
	width: 100%;
}
@media screen and (max-width:1900px) {
	.publicacoes-revista-homem {
		background-position: left bottom;
		background-size: contain;
		width: 300px;
	}
}
@media screen and (max-width:1810px) {
	.publicacoes-revista-homem {
		width: 260px;
	}
}
@media screen and (max-width:1710px) {
	.publicacoes-revista-homem {
		width: 200px;
	}
}
@media screen and (max-width:1500px) {
	.publicacoes-revista-homem {
		display: none;
	}
}
.publicacoes {
}
.publicacoes-titulo {
	background-image: -moz-linear-gradient( 0deg, rgb(232,57,69) 16%, rgb(255,255,255) 80%);
	background-image: -webkit-linear-gradient( 0deg, rgb(232,57,69) 16%, rgb(255,255,255) 80%);
	background-image: -ms-linear-gradient( 0deg, rgb(232,57,69) 16%, rgb(255,255,255) 80%);
	color: #fff;
	font-family: 'bebasregular';
	font-size: 35px;
	letter-spacing: 1.6px;
	margin: 0;
	margin-bottom: 37px;
	padding: 5px 0;
	padding-left: 23px;
	text-shadow: 0px 1px 2.94px rgba(151, 36, 43, 0.51);
}
.publicacao {
	margin: 25px 0;
}
.publicacao a {
	background: url(../img/icone-publicacoes.png) no-repeat left top;
	color: #000;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 1px;
	padding-left: 67px;
	padding-right: 22px;
	text-align: justify;
	min-height: 52px;
}
.publicacoes div:last-child {
	margin-bottom: 5px;
}
.publicacoes-link {
	background: #e83945;
	border: solid 1px #e83945;
	-moz-border-radius: 4px 0 4px 0;
	-ms-border-radius: 4px 0 4px 0;
	-o-border-radius: 4px 0 4px 0;
	-webkit-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
	color: #fff;
	float: right;
	font-family: 'bebasregular';
	font-size: 25px;
	height: 38px;
	letter-spacing: 1.5px;
	line-height: 25px;
	margin-bottom: 5px;
	padding: 8px;
	position: relative;
	text-align: center;
	width: 165px;
	z-index: 5;
}
.publicacoes-link:hover,.publicacoes-link:focus {
	background: #fff;
	color: #e83945;
	text-decoration: none;
}
/*
--------------- REVISTA -------------------
*/
.revistas {
	border-left: solid 1px #e83945;
	border-top: solid 1px #e83945;
	margin-left: -15px;
	margin-top: 28px;
	padding-left: 0;
}
.revista-cabecalho {
	background: #e83945;
	color: #fff;
	font-family: 'bebasregular';
	letter-spacing: 1.6px;
	padding: 14px 29px;
	padding-bottom: 22px;
	text-shadow: 0px 1px 2.94px rgba(151, 36, 43, 0.51);
	width: 270px;
}
.revista-titulo {
	display: inline-block;
	font-size: 25px;
	margin: 0;
	padding: 0;
}
.revistas-link {
	color: #fff;
	float: right;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 25px;
}
.revistas-link:hover,.revistas-link:focus {
	color: #fff;
	opacity: .8;
	text-decoration: none;
}
.revista {
	box-shadow: 0px 3px 7.28px 0.72px rgba(22, 22, 22, 0.23);
	display: inline-block;
	height: 303px;
	margin-left: 26px;
	margin-top: -9px;
	max-height: 303px;
	max-width: 227px;
	position: relative;
	width: 100%;
}
.revista:before {
	background: rgba(255,255,255,0.7);
	color: #6C6C6C;
	content: '\f06e';
	display: none;
	font-family: 'FontAwesome';
	font-size: 75px;
	height: 100%;
	line-height: 4;
	position: absolute;
	text-align: center;
	width: 100%;
}
.revista:hover:before,.revista:focus:before {
	display: block;
}
.revista-informativos {
	background: url(../img/home-informativos-icone.png) no-repeat center top;
	color: #854b4d;
	display: inline-block;
	float: right;
	font-family: 'bebasregular';
	font-size: 25px;
	margin-right: 25px;
	min-width: 159px;
	padding-top: 170px;
	text-align: center;
}
.revista-informativos strong {
	color: #e43f4b;
	display: block;
	font-size: 50px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 40px;
}
.revista-informativos:hover,.revista-informativos:focus {
	color: #854b4d;
	opacity: .7;
	text-decoration: none;
}
.revista-informativos:before {
	background: #e83945;
	content: '';
	height: 7px;
	position: absolute;
	right: -3px;
	top: 21px;
	width: 7px;
}
.revista-informativos:after {
	background: #e83945;
	content: '';
	height: 100.5%;
	position: absolute;
	right: 0;
	top: 32px;
	width: 1px;
}
/*
--------------- ASSOCIE -------------------
*/
.associados-fotos {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 15px;
}
.associado {
	background: url(../img/home-associando.png) no-repeat left top;
	background-size: contain;
	height: 205px;
	margin-top: 75px;
}
.associado-link {
	background: #2a3c47;
	border: solid 1px #2a3c47;
	color: #fff;
	float: right;
	font-family: 'bebasbook';
	font-size: 25px;
	margin-right: 18%;
	margin-top: 145px;
	padding: 5px 15px;
	text-align: center;
}
.associado-link:hover,.associado-link:focus {
	background: #fff;
	color: #2a3c47;
	text-decoration: none;
}
/*
--------------- FOTOS -------------------
*/
.fotos {
}
.fotos-cabecalho {
	color: #333e48;
	font-family: 'bebasregular';
	font-size: 23px;
	margin-bottom: 5px;
	text-align:  center;
}
.fotos-cabecalho span {
	color: #ff3644;
	font-family: 'bebasbold';
}
.fotos-cabecalho a {
	border: solid 1.5px #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #000;
	float: right;
	font-size: 35px;
	height: 26px;
	line-height: 22px;
	margin-top: 4px;
	text-align: center;
	width: 26px;
}
.fotos-cabecalho a:hover,.fotos-cabecalho a:focus {
	color: #ff3644;
	text-decoration: none;
}
.foto {
	margin: 10px 4px;
	max-width: 195px;
	padding: 0;
	position: relative;
	z-index: 0;
}
.foto:before {
	background: #c3c3c3;
	bottom: 0;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	width: 95%;
	z-index: 1;
}
.foto:after {
	background: rgba(255,255,255,0.7);
	content: '\f00e';
	display: none;
	font-family: 'FontAwesome';
	font-size: 40px;
	height: 96%;
	left: -4px;
	line-height: 3;
	position: absolute;
	text-align: center;
	top: -1px;
	width: 100%;
	z-index: 3;
}
.foto:hover,.foto:focus {
	opacity: .6;
}
.foto:hover:after, .foto:focus:after {
	display: block;
}
.foto img {
	border: solid 3px #fff;
	border-radius: 3px;
	left: 0px;
	position: relative;
	top: -4px;
	z-index: 2;
}
.foto a {
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 4;
}
/*
--------------- RESPONSIVIDADES -------------------
*/
@media screen and (max-width:1130px) {
	.noticias {
		padding: 0 15px;
	}
	.noticia {
		margin: 25px 0!important;
		max-width: 1130px;
		text-align: center;
		width: 50%;
	}
	.noticia img {
		width: 100%;
	}
	.noticia-data {
		display: block;
		left: auto;
		position: relative;
		width: 100%;
		top: auto;
	}
	.noticia-titulo {
		margin-top: 10px;
	}
	.noticias-link {
		padding-top: 10px;
		text-align: center;
	}
	.publicacoes {
		float: none;
		width: 100%;
	}
	.publicacao a {
		background-size: contain;
	}
	.publicacoes-link {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.revistas {
		float: none;
		margin: 0 auto;
		margin-top: 25px;
		max-width: 600px;
		position: relative;
		width: 100%;
	}
	.publicacoes-revista-linha {
		bottom: 0;
	}
	.associado {
		float: none;
		margin: 0 auto;
		margin-bottom: 35px;
		max-width: 500px;
		width: 100%;
	}
	.fotos {
		float: none;
		margin: 0 auto;
		max-width: 650px;
		width: 100%;
	}
}
@media screen and (max-width:668px) {
	.fotos {
		max-width: 420px;
		padding: 0;
	}
}
@media screen and (max-width:648px) {
	.publicacao a {
		background-size: auto;
	}
}
@media screen and (max-width:550px) {
	.revista {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.revista-cabecalho {
		width: 100%;
	}
	.revista-informativos {
		float: none;
		margin-bottom: 25px;
		margin-top: 20px;
		width: 100%;
	}
}
@media screen and (max-width:435px) {
	.foto {
		width: 46%;
	}
}