* {
	margin: 0;
	padding: 0;
}

a {
	border: none;
	text-decoration: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

.titulo {
	background-color: #159f4b;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 2em;
	font-weight: lighter;
	margin-bottom: 16px;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.75);
}

.container {
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
	width: 90%;
}

.container1024 {
	max-width: 1024px;
}

p {
	color: #3d2c0c;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
}

/* fixing firefox bug */

div:after,
ol:after,
form:after,
ul:after,
dl:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

/* topo */

#topo {
	background-color: #fff;
	border-bottom: 3px solid #159f4b;
	height: 77px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
}

#topo div {
	height: 77px;
	margin: 0 auto;
	position: relative;
	width: 90%;
}

.logo {
	float: left;
	padding: 20px 0;
}

#menu {
	display: none;
	position: absolute;
	top: 80px;
	width: 100%;
}

#menu li {
	background-color: #e90d01;
	border-bottom: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: lighter;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

#menu li.menu-ativo {
	background-color: #3d2c0c;
}

#menu li.icones {
	background-color: #fff;
}

#menu li.icones a {
	display: inline-block;
	height: 32px;
	margin: 0 10px;
	width: 32px;
}

#menu li.icones a.area-restrita {
	background: url(../imagens/locked-icon.png) no-repeat center;
	background-size: 32px;
}

#menu li.icones a.facebook {
	background: url(../imagens/facebook-icon.png) no-repeat center;
	background-size: 32px;
}

#menu li.icones a.instagram {
	background: url(../imagens/instagram-icon.png) no-repeat center;
	background-size: 32px;
}

#menu li.icones a.twitter {
	background: url(../imagens/twitter-icon.png) no-repeat center;
	background-size: 32px;
}

#menu li.icones a.youtube {
	background: url(../imagens/youtube-icon.png) no-repeat center;
	background-size: 32px;
}

.menu-mobile {
	cursor: pointer;
	float: right;
	height: 37px;
	padding: 20px 0;
}

/*#icones {
	clear: both;
	overflow: hidden;
	text-align: center;
}

#icones li {
	display: inline-block;
	margin: 0 10px;
	padding: 10px 0;
}

#icones li img {
	width: 32px;
}*/

/* slide */

#banner {
	margin: 80px 0 3px 0;
	padding-bottom: 30px;
	position: relative;
}

#slide {
	border-bottom: 5px solid #159f4b;
	position: relative;
	z-index: 1;
}

#slide li {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#slide img {
	display: block;
	width: 100%;
}

.contador {
	bottom: 0;
	height: 30px;
	position: absolute;
	text-align: center;
	z-index: 2;
	width: 100%;
}

.contador li {
	background: url(../imagens/btn_slide.png) no-repeat center;
	background-size: 80%;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	width: 30px;
}

/* empresa */

#empresa h3 {
	color: #159f4b;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	font-weight: lighter;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.midia {
	overflow: hidden;
}

.midia .left {
	background: url(../imagens/galeria.jpg) no-repeat center;
	background-size: cover;
	height: 360px;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}

.midia .right {
	background: url(../imagens/video.jpg) no-repeat center;
	background-size: cover;
	cursor: pointer;
	height: 360px;
	width: 100%;
}

.midia .left a,
.midia .right a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.midia .left a:hover,
.midia .right a:hover {
	background-color: rgba(233, 13, 1, 0.3);
}

/* clube */

#clube p {
	margin-bottom: 30px;
}

#clube .container div {
	background: url(../imagens/clube.jpg) no-repeat center;
	background-size: cover;
	height: 360px;
	width: 100%;
}

#clube .container div a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

#clube .container div a:hover {
	background-color: rgba(233, 13, 1, 0.3);
}

/* cursos, eventos */

#cursos h3,
#eventos h3 {
	background: #159f4b url(../imagens/plus.png) no-repeat right center;
	color: #fff;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	font-weight: lighter;
	margin-bottom: 10px;
	padding: 20px 64px 20px 20px;
	text-transform: uppercase;
}

#cursos h3.on,
#eventos h3.on,
#eventos h4.on {
	background: #e90d01 url(../imagens/minus.png) no-repeat right center;
}

#cursos h3:hover,
#eventos h3:hover,
#eventos h4:hover {
	background-color: #e90d01;
}

#eventos li li {
	padding: 0 20px;
}

#eventos h4 {
	background: #159f4b url(../imagens/plus.png) no-repeat right center;
	color: #fff;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: lighter;
	margin-bottom: 10px;
	padding: 20px 64px 20px 20px;
	text-transform: uppercase;
}

#cursos li div,
#eventos li div {
	display: none;
	margin-bottom: 20px;
	padding: 0 20px;
}

#eventos ul.evento {
	display: none;
}

#eventos li p {
	margin-bottom: 20px;
}

#eventos li li .galeria li {
	margin-bottom: 3px;
	padding: 0;
}

.galeria img {
	display: block;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}

/* associados */

#associados ul {
	max-width: 1366px;
}

#associados li {
	cursor: pointer;
	margin-bottom: 3px;
	position: relative;
}

#associados li span {
	bottom: 20px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	font-weight: lighter;
	position: absolute;
	text-align: center;
	width: 100%;
}

#associados li img {
	display: block;
	width: 100%;
}

.ajax-associados {
	margin: 0 auto;
	overflow: hidden;
	max-width: 1366px;
	width: 90%;
}

.ajax-associados div.conteudo {
	margin: 0 2%;
	padding: 30px 0;
}

.ajax-associados h3 {
	color: #159f4b;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	font-weight: lighter;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.ajax-associados p {
	margin-bottom: 10px;
}

.ajax-associados p span {
	color: red;
}

.ajax-associados a {
	color: #159f4b;
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	text-transform: uppercase;
}

.ajax-associados a:hover {
	color: red;
}

.ajax-associados h4 {
	background: #159f4b url(../imagens/plus.png) no-repeat right center;
	color: #fff;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: lighter;
	margin-bottom: 10px;
	padding: 20px 64px 20px 20px;
	text-transform: uppercase;
}

.ajax-associados h4.on {
	background: #e90d01 url(../imagens/minus.png) no-repeat right center;
}

.ajax-associados h4:hover {
	background-color: #e90d01;
}

/*.ajax-associados h4 {
	background-color: #159f4b;
	color: #fff;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: lighter;
	margin-bottom: 10px;
	padding: 20px;
	text-transform: uppercase;
}

.ajax-associados h4:hover,
.ajax-associados h4.on {
	background-color: #e90d01;
}*/

.ajax-associados li ul {
	display: none;
	padding: 0 20px;
}

.ajax-associados ul.aberto li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	overflow: hidden;
}

/*.ajax-associados ul.fechado {
	overflow: hidden;
}*/

.ajax-associados ul.fechado li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	overflow: hidden;
	/*float: left;
	margin: 0 0.5%;
	width: 24%;*/
}

.ajax-associados ul.aberto img {
	border: 1px solid #ccc;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	width: 230px;
}

.ajax-associados ul.fechado img {
	border: 1px solid #ccc;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	width: 230px;
	/*border: 1px solid #ccc;
	display: block;
	margin: 0 auto 20px auto;
	padding: 10%;
	width: 60%;*/
}

.ajax-associados ul.aberto div,
.ajax-associados ul.fechado div {
	float: left;
	margin-bottom: 20px;
	padding: 0 20px;
}

.ajax-associados ul.aberto h5 {
	color: #159f4b;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	font-weight: lighter;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.ajax-associados ul.fechado h5 {
	color: #159f4b;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	font-weight: lighter;
	margin-bottom: 20px;
	text-transform: uppercase;
}

input[type=button] {
	background-color: #159f4b;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	padding: 20px;
	text-align: center;
}

form.dados {
	display: none;
}

label {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	margin-bottom: 5px;
}

select {
	border: 1px solid #c1c1c2;
	display: block;
	font-family: 'Lato', sans-serif;
	margin: 0 0 10px 0;
	padding: 3%;
	width: 92%;
}

/* noticias */

/*#noticias .destaque {
	overflow: hidden;
}

.noticia {
	cursor: pointer;
	margin-bottom: 3px;
	height: 300px;
}

.noticia div,
.more-news div {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	position: relative;
	width: 100%;
}

.noticia:hover div,
.more-news li:hover div {
	background-color: rgba(0, 0, 0, 0.4);
}

.noticia h3,
.more-news h3 {
	bottom: 10%;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	font-weight: lighter;
	left: 10%;
	position: absolute;
	text-transform: uppercase;
	width: 80%;
	z-index: 1;
}

.noticia span,
.more-news span {
	color: #fff;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	margin-bottom: 10px;
	text-transform: none;
}

#noticias .plus {
	background-color: #159f4b;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#noticias .plus:hover,
#noticias .plus.on {
	background-color: #e90d01;
}

.more-news {
	display: none;
	margin-top: 3px;
	overflow: hidden;
}

.more-news li {
	cursor: pointer;
	height: 300px;
	margin-bottom: 3px;
}

#noticia span {
	color: #3d2c0c;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	margin-bottom: 5px;
}

#noticia h4 {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#noticia div {
	overflow: hidden;
}

#noticia img {
	margin: 0 20px 10px 0;
	max-width: 400px;
	width: 100%;
}

#noticia .galeria li {
	margin-bottom: 3px;
}

#noticia .galeria img {
	margin: 0 auto;
}*/

#noticias {
	margin: 20px auto 30px auto;
	overflow: hidden;
	padding: 30px 0 0 0;
	max-width: 1024px;
	width: 90%;
}

.noticias-box-one {
	/*float: left;*/
	margin-bottom: 50px;
	/*width: 65%;*/
}

.noticias-box-one a {
	cursor: pointer;
}

.noticias-box-one h2 a:hover,
.noticias-box-one p a:hover {
	text-decoration: underline;
}

.noticias-box-one h2 {
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	font-weight: lighter;
}

.noticias-box-one p {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 10px;
}

.noticias-box-one div {
	height: 480px;
	margin-top: 20px;
	width: 100%;
}

.noticias-box-one div a {
	display: block;
	height: 100%;
	width: 100%;
}

/*.noticias-box-one img {
	display: block;
	margin-top: 20px;
	width: 100%;
}*/

.noticias-box-one span {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 10px;
}

.noticias-box-two {
	margin-bottom: 50px;
	padding-bottom: 50px;
	position: relative;
}

.noticias-box-two h2 {
	background-color: #999;
	color: #fff;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	font-weight: lighter;
	padding: 10px;
	text-transform: uppercase;
}

.frameDois {
	height: 506px;
	overflow: hidden;
}

.frameDois ul.items {
	background-color: #edebec;
	padding: 20px 10px;
}

.frameDois ul.items li {
	float: left;
	margin-bottom: 20px;
}

.noticias-box-two span {
	background-color: #9e0c0d;
	color: #fff;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	margin-bottom: 5px;
	padding: 5px;
}

.noticias-box-two h3 {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: lighter;
	margin-bottom: 5px;
}

.noticias-box-two p {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
}

.noticias-box-two .btn.prevPage,
.noticias-box-two .btn.nextPage {
	border: none;
	bottom: 0;
	cursor: pointer;
	height: 40px;
	position: absolute;
	width: 40px;
}

.noticias-box-two .btn.prevPage {
	left: 80px;
}

.noticias-box-two .btn.nextPage {
	right: 80px;
}

.noticias-box-two .btn.prevPage {
	background: url(../imagens/bt-up.png) no-repeat center;
	background-size: 40px;
}

.noticias-box-two .btn.nextPage {
	background: url(../imagens/bt-down.png) no-repeat center;
	background-size: 40px;
}

.noticias-box-two .btn.prevPage.disabled,
.noticias-box-two .btn.nextPage.disabled {
	cursor: default;
	opacity: 0.4;
}

.noticias-box-three {
	clear: both;
	margin: 0 auto;
	position: relative;
}

.frame {
	margin: 0 auto;
	overflow: hidden;
	/*width: 280px;*/
	width: 200px;
}

.frame ul {
	overflow: hidden;
}

.frame ul li {
	float: left;
	margin: 0 10px;
	position: relative;
	/*width: 260px;*/
	width: 180px;
}

.frame ul li a {
	cursor: pointer;
}

.frame ul li div {
	height: 200px;
	margin-bottom: 10px;
	width: 100%;
}

.frame ul li div a {
	display: block;
	height: 100%;
	width: 100%;
}

/*.frame li img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}*/

.frame ul li h2 {
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	font-weight: lighter;
	margin-bottom: 5px;
}

.frame ul li h2 a:hover {
	text-decoration: underline;
}

.frame ul li span {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.frame ul li p {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

.frame ul li p a:hover {
	text-decoration: underline;
}

.noticias-box-three .btn.prevPage,
.noticias-box-three .btn.nextPage {
	border: none;
	/*bottom: 100px;*/
	cursor: pointer;
	height: 40px;
	position: absolute;
	top: 50px;
	width: 40px;
}

.noticias-box-three .btn.prevPage {
	left: 0;
}

.noticias-box-three .btn.nextPage {
	right: 0;
}

.noticias-box-three .btn.prevPage {
	background: url(../imagens/bt-prev.png) no-repeat center;
	background-size: 40px;
}

.noticias-box-three .btn.nextPage {
	background: url(../imagens/bt-next.png) no-repeat center;
	background-size: 40px;
}

.noticias-box-three .btn.prevPage.disabled,
.noticias-box-three .btn.nextPage.disabled {
	cursor: default;
	opacity: 0.4;
}

#noticia {
	margin-top: 50px;
	padding-top: 30px;
}

#noticia span {
	color: #3d2c0c;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	margin-bottom: 5px;
}

#noticia h2 {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
}

#noticia p {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

#noticia p.sub {
	margin-top: 5px;
}

#noticia div {
	margin-top: 20px;
	overflow: hidden;
}

#noticia img {
	max-width: 400px;
	width: 100%;
}

#noticia .galeria li {
	margin-bottom: 3px;
}

#noticia .galeria img {
	margin: 0 auto;
}

/* contato */

#contato p {
	margin-bottom: 30px;
	text-align: center;
}

#contato form {
	overflow: hidden;
}

#contato .right {
	margin-bottom: 30px;
}

input[type=text],
textarea {
	border: 1px solid #c1c1c2;
	display: block;
	font-family: 'Lato', sans-serif;
	margin: 0 0 10px 0;
	padding: 3%;
	width: 92%;
}

textarea {
	height: 100px;
}

#contato form span {
	color: red;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	margin: 0 0 20px 0;
}

input[type=submit] {
	background-color: #159f4b;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	padding: 20px;
	text-align: center;
}

#contato .left img {
	display: block;
	max-width: 600px;
	width: 100%;
}

/* rodape */

#rodape p {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

#rodape img {
	float: right;
	margin: 10px 0 0 0;
}

/* responsivo */

@media (min-width: 425px) {

	.frame {
		width: 280px;
	}

	.frame ul li {
		width: 260px;
	}

}

@media (min-width: 600px) {

	.frame {
		width: 430px;
	}

	.frame ul li {
		width: 410px;
	}

}

@media (min-width: 768px) {

	/*noticias*/

	/*.noticia.n01 {
		float: left;
		height: 450px;
		width: 60%;
	}

	.noticia.n02,
	.noticia.n03 {
		float: right;
		height: 195px;
		margin-bottom: 5px;
		width: 39.5%;
	}

	.noticia.n02 {
		height: 195px;
		margin-bottom: 5px;
	}

	.noticia h3,
	.more-news h3 {
		font-size: 1em;
	}

	.noticia.n01 h3 {
		font-size: 1.3em;
	}

	#noticias .plus {
		display: initial;
		float: right;
		width: 39.5%;
	}

	.more-news {
		margin-top: 5px;
	}

	.more-news li {
		float: left;
		height: 200px;
		margin-bottom: 5px;
		width: 33%;
	}

	.more-news li.middle {
		margin: 0 0.5% 5px 0.5%;
	}

	#noticia img {
		float: left;
		margin: 0 20px 0 0;
	}

	#noticia .galeria li {
		float: left;
		margin: 0 0.5% 5px 0.5%;
		width: 24%;
	}

	#noticia .galeria {
		float: initial;
		margin: 0 auto;
	}*/

	.frame {
		width: 590px;
	}

	.frame ul li {
		width: 275px;
	}

	#noticia img {
		float: left;
		margin: 0 20px 0 0;
	}

	#noticia .galeria li {
		float: left;
		margin: 0 0.5% 5px 0.5%;
		width: 24%;
	}

	#noticia .galeria img {
		float: initial;
		margin: 0 auto;
	}

	/* eventos */

	.galeria {
		overflow: hidden;
	}

	#eventos li li .galeria li {
		float: left;
		margin: 0 0.5% 5px 0.5%;
		width: 24%;
	}

	/* associados */

	#associados li {
		float: left;
		margin: 0 1% 10px 1%;
		width: 48%;
	}

}

@media (min-width: 1024px) {

	/* empresa */

	.midia .left {
		float: left;
		width: 49%;
	}

	.midia .right {
		float: right;
		width: 49%;
	}

	/* clube */

	#clube p {
		float: left;
		margin: 0;
		width: 54%;
	}

	#clube .container div {
		float: right;
		width: 39%;
	}

	/* associados */

	/*#associados li {
		margin: 0 1%;
		width: 18%;
	}

	.ajax-associados form {
		width: 50%;
	}*/

	/* contato */

	#contato .right {
		float: right;
		margin: 0;
		width: 45%;
		
	}

	#contato .left {
		float: left;
		width: 50%;
	}

	/* noticias */

	.noticias-box-one {
		float: left;
		width: 65%;
	}

	.noticias-box-two {
		float: right;
		width: 30%;
	}

	.frame {
		width: 810px;
	}

	.frame ul li {
		width: 250px;
	}

}

@media (min-width: 1025px) {

	/* topo */

	#topo div {
		overflow: hidden;
	}

	#menu {
		display: block;
		float: right;
		position: initial;
		top: initial;
		width: initial;
	}

	#menu li {
		background-color: initial;
		border-bottom: initial;
		color: #3d2c0c;
		float: left;
		font-size: 0.7em;
		height: 77px;
		line-height: 77px;
		padding: 0 5px;
		text-align: initial;
	}

	#menu li.icones a {
		height: 77px;
		margin: 0 0 0 10px;
	}

	.menu-mobile {
		display: none;
	}

	/*#icones {
		clear: none;
		float: right;
		margin-left: 10px;
		text-align: initial;
	}

	#icones li {
		height: 55px;
		margin: 0 0 0 10px;
		padding: 22px 0 0 0;
	}*/

	/* associados */

	.ajax-associados ul.fechado {
		overflow: hidden;
	}

	.ajax-associados ul.fechado li {
		border: initial;
		float: left;
		margin: 0 0.5% 20px 0.5%;
		overflow: initial;
		width: 24%;
	}

	.ajax-associados ul.fechado img {
		border: 1px solid #ccc;
		display: block;
		float: initial;
		margin: 0 auto 20px auto;
		padding: 10%;
		width: 60%;
	}

	.ajax-associados ul.fechado div {
		float: initial;
		margin: initial;
		padding: initial;
	}

	.ajax-associados ul.fechado h5 {
		text-align: center;
	}

	.ajax-associados ul.fechado a {
		display: block;
		font-size: 0.6em;
		text-align: center;
	}

}

@media (min-width: 1200px) {

	#menu li {
		font-size: 0.9em;
		padding: 0 10px;
	}

	/* associados */

	#associados li {
		margin: 0 1%;
		width: 18%;
	}

	#associados li span {
		bottom: 10px;
		font-size: 1em;
	}

	.ajax-associados form {
		width: 50%;
	}

}

@media (min-width: 1366px) {

	/* associados */

	#associados li span {
		font-size: 1.2em;
	}

	.ajax-associados ul.fechado a {
		font-size: 0.8em;
	}

	/* noticias */

	.frame {
		width: 900px;
	}

	.frame ul li {
		width: 280px;
	}

}