/* RESET CSS */
*{
	border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
    margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/*	CONFIGURAÇÃO GERAL */
body {
	background-color: #fff;
    font-family: 'Roboto', sans-serif;
	font-size: 62.5%;
	line-height: 1;
}

img,
.img-responsive,
.img-fluid {
	border:none;
	height: auto !important;
	max-width: 100%;
}

a, button { cursor: pointer; }
a { color: #666; text-decoration: none; }

h1,h2,h3,h4,h5,h6 { font-family: 'Roboto', sans-serif; }
h3 {
	color:#666;
	font-size: 2.2em;
}

p > a { text-decoration: underline; }

.clear { clear: both; }

.fonte_02 {font-family: 'Roboto Condensed', sans-serif;}

.top_md{margin-top: 0.5em;}
.top_01{margin-top: 1em;}
.top_02{margin-top: 2em;}
.top_03{margin-top: 3em;}
.top_04{margin-top: 4em;}
.top_05{margin-top: 5em;}

.orange{color: #FF8000;}

::selection { background: #9F0; } /* WebKit/Blink Browsers */
::-moz-selection { background: #9F0; } /* Gecko Browsers */

/* SITE */
.container { 
	float: left;
	width: 100%;
}

.content {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1048px;
}

.col-xs {width:10%;}
.col-sm {width:33%;}
.col-md {width:50%;}
.col-lg {width:66%;}
.col-full {width:100%;}

a#whats {
	background-color:#25d366;
	border-radius:50px;
	bottom:100px;
	box-shadow: 1px 1px 2px #888;
	color:#FFF;
	font-size:30px;
	height:60px;
	position:fixed;
	right:40px;
	text-align:center;
	width:60px;
	z-index:120;
}
a#whats:hover,
a#whats:active { background-color: #063; }

/*
	HEADER
*/
#bar_contatos{
	background: #eee;
	min-height: 60px;
	overflow: hidden;
	width: 100%;
}
	#bar_contatos .content > div {
		box-sizing: border-box;
		display: inline-block;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.8em;
		margin: 1.2% 0 0;
		vertical-align: middle;
		width: 49.5555%;
	}
	#bar_contatos .content > div span {
		box-sizing: border-box;
	}
	#bar_contatos .content > div:nth-child(1),
	#bar_contatos .content > div span,
	#bar_contatos .content > div span a{
		color: #666;
	}
	#bar_contatos .content > div:nth-child(2) {
		text-align: right;
	}
	#bar_contatos .content > div ul li{
		display: inline;
		margin: 0 0 0 .5em;
	}
	#bar_contatos .content > div ul li a {color: #00933f;}
	#bar_contatos .content > div ul li a:hover {color: #fff212;}

header { padding: 1em 0; }

header.principal { padding: 2em 0; }
header.principal .logotipo { display: block; }
header.principal .logotipo a h1 {
    background: url(../images/logo-associacao.png) left center no-repeat;
    background-size: 100% auto;
    float: left;
    font-size: 0;
    height: 146px;
    margin-top: 0;
    max-width: 336px;
    width: 100%;
}

header.principal .consultas-acessos {
	float: right;
    max-width: 350px;
    padding: 1.5em 0 0;
    width: 100%;
    background: #eee;
    height: 106px;
    padding: 10px;
    margin-top: 20px;
}

	header.principal .consultas-acessos .txtlabel {
		text-align: left;
		font-size: 12px;
	}

	header.principal .consultas-acessos .consulta input[type='text'],
	header.principal .consultas-acessos .consulta input[type='password'],
	header.principal .consultas-acessos .consulta input[type='number'] {
		border: 1px solid #c4c4c4;
		color: #333;
		font-size: 1em;
		padding: 2%;
		width: 20%;
	}

	header.principal .consultas-acessos .imgtopo {
		padding-bottom: 8px;
	}

	header.principal .consultas-acessos .consulta input[type='submit'] {
		background-color: #00933f;
		color: #fff;
		padding: 2%;
		cursor: pointer;
	}

	header.principal .consultas-acessos .consulta .psegunda {
		padding-top: 6px;
		font-size: 10px;
		text-align: right;
	}

	header.principal .consultas-acessos ul{
		text-align: right;
	}
	header.principal .consultas-acessos ul li{
		display: inline;
	}
	header.principal .consultas-acessos ul li:nth-child(2){
		margin: 0 0 0 2.45em;
	}
	header.principal .consultas-acessos ul li img{
		max-height: 50px;
	}

/*header.principal .consultas-SCPC {
	background-color: #f0f0f0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	float: right;
	max-width: 430px;
	width: 100%;
}

header.principal .consultas-SCPC .frm { padding: 4.5% 2.3555%; }
header.principal .consultas-SCPC .frm strong {
	color: #ff7f00;
	font-size: 1.5em;
    font-stretch: condensed;
    font-weight: 500;
}
header.principal .consultas-SCPC .frm strong .fa-lock { margin-right: .5em; }
header.principal .consultas-SCPC .frm fieldset {
	display: inline-block;
    margin-top: .22em;
}
header.principal .consultas-SCPC .frm fieldset label {
	color:#37ade0;
	display: block;
	font-size: 1em;
	width: 100%;
}
header.principal .consultas-SCPC .frm fieldset input[type="password"], 
header.principal .consultas-SCPC .frm fieldset input[type="text"] {
    border: #e4e4e4 1px solid;
    color:#333;
    font-size: 1.4em;
    padding: .5em;
    width: 145px;
}
header.principal .consultas-SCPC .frm span {
	font-size: 1.2em;
	font-weight: bold;
}
header.principal .consultas-SCPC .frm .footer {
	display: block;
	margin-top: 1%;
	position: relative;
	width: 76%;
}
header.principal .consultas-SCPC .frm span.socio {
	position: absolute;
	right: 6.5%;
}
header.principal .consultas-SCPC .frm span.socio a {
	color: #273e74;
    font-size: .9em;
    text-decoration: underline;
}
header.principal .consultas-SCPC .frm .btn {
	background-color: #eee;
	border: 1px solid #e4e4e4;
	color: #ff8000;
	cursor: pointer;
	display: inline-block;
    font-size: 1.3em;
	font-weight: bold;
	padding: 2% 0 1.5%;
	text-transform: uppercase;
	width: 27.9555%;
}
header.principal .consultas-SCPC > div {
	max-height: 120px;
	text-align: right;
}
	header.principal .consultas-SCPC > div > ul {
		display: inline-flex;
	}
		header.principal .consultas-SCPC > div > ul > li {
			margin-left: 3em;
			padding: 2.3em 0;
		}*/

/* 
	NAVEGAÇÃO MENU 
*/

/* MENU HAMBURGUER */
header .btn-menu-hamburguer { display: none; }
.active{ display: block; }
/* FIM MENU HAMBURGUER */

nav.mainnav {
	background-color: #00933f;
	min-height: 50px;
}

nav.mainnav ul { width: 100%; }
	nav.mainnav ul li {
		float:left;
		margin: 0;
		position: relative;
	}
	nav.mainnav ul li a {
		color: #FFF;
		font: bold 1.6em/3.1555em 'Roboto Condensed', sans-serif;
		float: left;
		margin: 0 .8em;
		padding: 0 .4em;
		text-transform: uppercase;
	}
	nav.mainnav ul li a:hover {
		background: #eee;
		color: #00933f;
		text-decoration: underline;
	}
	/*nav.mainnav ul li a:visited {
		color:#fff;
		text-decoration: none;
	}*/

/* SUBNAV */
nav.mainnav ul li.subnav a.dropdown {
    background-image: url(../images/arrow-down.png);
    background-position: right 6px center;
    background-repeat: no-repeat;
    margin-right: 1em;
    padding: 0 1.5em 0 .5em;
}

nav.mainnav ul li.subnav ul.dropdown-conteudo {
    background: #00933f;
	display: none; /* ESCONDE SUBMENU */
    left: 0;
    margin-left: 1.2em;
    position: absolute;
    top: 50px;
	width: 320px;
	z-index: 1000;
}
nav.mainnav ul li.subnav ul.dropdown-conteudo li.subsubnav:hover {
	background-color: #00933f;
	color: #fff;
}
nav.mainnav ul li.subnav ul.dropdown-conteudo li {
    margin: 0 !important;
    width: 100%;
}
nav.mainnav ul li.subnav ul.dropdown-conteudo li a {
    background: #00933f !important;
	color: #fff;
    font-size: 1.6em;
    height: auto;
    line-height: 2em;
    padding: .7em 0;
    width: 100%;
}

/* HOVER PARA SUBNAV */
nav.mainnav ul li.subnav:hover ul.dropdown-conteudo { display: block; }

/* SUBNAV-1 */
nav.mainnav ul li.subnav ul.dropdown-conteudo 
li.subsubnav a.subdropdown {
    background-image: url(../images/arrow-down.png)!important;
    background-repeat: no-repeat!important;
    background-position: right 20px center!important;
    margin-right: -35px!important;
    padding-right: 40px!important;
}

nav.mainnav ul li.subnav ul.dropdown-conteudo 
li.subsubnav ul.dropdown-sub-conteudo {
	background-color: #468c00;
	display: none; /* ESCONDE SUBMENU */
	left: 300px;
	position: absolute;
	width: 300px;
	z-index: 1000;
}

nav.mainnav ul li.subnav ul.dropdown-conteudo 
li.subsubnav {
    margin: 0 !important;
    width: 100%;
}

nav.mainnav ul li.subnav ul.dropdown-conteudo 
li.subsubnav ul.dropdown-sub-conteudo a {
    background: #00933f !important;
    font-size: 1.2em;
    height: auto;
    line-height: 1.0em;
    padding: 1.0em;
    width: 100%;
}

/* HOVER PARA SUBMENU */
nav.mainnav ul li.subnav ul.dropdown-conteudo 
li.subsubnav:hover ul.dropdown-sub-conteudo {
	background-color: #468c00;
    display: block;
}

/*
	BOTÃO DE CONSULTAS
*/
.btn-consulta{ display: none; }

/* 
	PAINEL SERVICOS 
*/
section.painel-servicos {
	clear: both;
	display: flex;
	flex-wrap: wrap;
}

section.painel-servicos > div {
    margin: 1em .6em 4em 0;
    text-align: left;
	width: 12%;
}

section.painel-servicos div:nth-child(8n+0) { margin-right: 0; }

/*
	PRINCIPAL
*/
section.conteudo-principal {
	float: left;
	max-width: 750px;
	width: 71.45%;
}

.anunciantes {
	margin: 0 auto 3em;
	width: 100%;
}
	.anunciantes ul li {
		display: inline;
		margin: 0 1.414em;
	}
	.anunciantes ul li:first-of-type {
		margin: 0 1.414em 0 0;
	}
	.anunciantes ul li:last-of-type {
		margin: 0 0 0 1.4em;
	}

/*
	Agenda-CONTEUDO-INTERNO
*/
.ag-interno span a.btn-lista-noticias:hover {
	color:#fff;
	text-decoration: underline;
}

/*
	NOTICIAS
*/
section.noticias {
	clear: both;
	width: 100%;
}

section.noticias img {
	height: auto;
	max-height: 152px;
	max-width: 270px;
	width: 100%;
}

section.noticias header {
	background-color: #00933f;
	height: 50px;
	margin-bottom: 2em;
	width: 100%;
}
	section.noticias header h2 {
		color: #fff;
		float: left;
		font-size: 2em;
		padding: .3em 0 0 1em;
		text-transform: uppercase;
	}
	section.noticias article{
		float: left;
		margin: 0 4.55% 2.8em 0;
		width: 100%;
	}
	section.noticias article > div{
		box-sizing: border-box;
		display: inline-block;
		vertical-align: top;
	}
	section.noticias article > div:last-of-type{
		padding: 0 0 0 1.2em;
	}

section.noticias article .data{
	color: #666;
	font-size: 1.4em;
	font-weight: 600;
	margin: 0 0 .6em;
}

section.noticias article h3 {
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 .6em;
}
	section.noticias article h3:hover { text-decoration: underline; }
	section.noticias article h3 > a { color: #666; }

section.noticias article h4 {
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.2em;
}

section.noticias > button {
    background-color: #4c936a;
	border-radius: .2em;
    color: #fff;
    font-size: 1.6em;
    font-weight: 600;
	max-width: 247px;
    padding: .9em 2.236em .8em;
    text-transform: uppercase;
}
	section.noticias > button:hover {
		background-color: #00933f;
	}

/*
	BOX NEWSLETTER
*/
section#home-box-newsletter {
    background-color: #d9e9f1;
	clear: both;
    margin: 2em 0 0;
    max-height: 120px;
    text-align: center;
	width: 100%;
}

section#home-box-newsletter header {
	width: 100%;
}

section#home-box-newsletter header h2 {
	color: #d86c00;
	font-size: 1.8em;
    line-height: 2em;
	padding: .4em 0 0;
}

section#home-box-newsletter form {
    padding: 0 0 3em;
}
    section#home-box-newsletter form > input {
        color: #666;
        font-family: inherit;
        font-size: 1.6em;
        padding: .5em;
        width: 65%;
    }

    section#home-box-newsletter form > button {
        background-color: #006aa4;
        color: #fff;
        font-size: 1.3em;
        font-weight: 600;
        padding: .85em 2em .7em;
        text-transform: uppercase;
    }

    section#home-box-newsletter form > button:hover {
        background-color: #273e74
    }

/*
	BOX ARQUIVOS
*/
section#home-box-arquivos,
section#home-box-parceiros,
section#home-box-contatos{
	clear: both;
    margin: 3em 0 0;
	width: 100%;
}

section#home-box-arquivos > div,
section#home-box-parceiros > div {
    float: left;
    width: 100%;
}

section#home-box-arquivos header {
	background-color: #ddd;
	height: 50px;
	margin-bottom: 10px;
	width: 100%;
}

section#home-box-arquivos header h2 {
	color: #666;
	font-size: 2em;
	padding: .3em 0 0 1em;
	text-transform: uppercase;
}

section#home-box-arquivos > div > article {
    width: 100%;
}
	section#home-box-arquivos article a {
		margin-right: 1.68em;
	}
	section#home-box-arquivos article a:nth-child(5) {
		margin-right: 0;
	}
	section#home-box-arquivos article figure {
        display: inline-block;
    	width: 18.45%;
    }    
    section#home-box-arquivos article figure > figcaption {
        font-size: 1.5em;
        font-weight: 600;
        line-height: 2em;
    }
    section#home-box-arquivos article img {
        max-height: 283px;
        height: auto !important;
        width: 100%;
    }
    section#home-box-arquivos button {
        background-color: #273e74;
        color: #fff;
        font-size: 1.3em;
        font-weight: 600;
        margin: 1.5em 0 0;
        padding: .85em 2em .7em;
        text-transform: uppercase;
    }
    section#home-box-arquivos button.lnk-youtube {
        background-color: #f00;
    }
    section#home-box-arquivos button:hover {
        background-color: #006aa4;
    }

/*
	BOX PARCEIROS
*/
section#home-box-parceiros header {
	background-color: #fff;
	height: 50px;
	margin-bottom: 10px;
	width: 100%;
}

section#home-box-parceiros header h2 {
	color: #00933f;
	font-size: 2em;
	padding: .3em 0 0;
	text-transform: uppercase;
}

section#home-box-parceiros > div > article {
    width: 100%;
}
	section#home-box-parceiros article ul li {
		display: inline-block;
	}
	section#home-box-parceiros article a {
		margin-right: 2.26em;
	}
	section#home-box-parceiros article a:nth-child(4) {
		margin-right: 0;
	}
	section#home-box-parceiros article figure {
        display: inline-block;
    	width: 19%;
    }    
    section#home-box-parceiros article img {
        max-height: 185px;
		max-width: 185px;
        height: auto !important;
        width: 100%;
    }
    section#home-box-parceiros button:hover {
        background-color: #006aa4;
    }

/*
	BOX CONTATOS
*/
section#home-box-contatos > div:first-of-type,
section#home-box-contatos > div:nth-child(2){width: 48.565%;}

section#home-box-contatos > div:first-of-type {
	background-color: #f9f9f9;
    float: left;
}
section#home-box-contatos > div:nth-child(2) {
    float: right;
	text-align: right;
}

section#home-box-contatos header {
	height: 50px;
	margin-bottom: 10px;
	width: 100%;
}

section#home-box-contatos header h2 {
	color: #666;
	font-size: 2.8em;
	padding: .3em 0 0 .6em;
	text-transform: uppercase;
}
section#home-box-contatos header h3 {
	font-size: 1.6em;
	font-weight: 600;
	padding: 1em 0 0 1em;
}

section#home-box-contatos > div > article {
    width: 100%;
}
section#home-box-contatos > div > article form {
	margin: 5.75em 0 3em 1.6em;
}
section#home-box-contatos > div > article form input[type=email],
section#home-box-contatos > div > article form input[type=text]{
	font-size: 1.4em;
	padding: 1em;
	width: 65%;
}
section#home-box-contatos > div > article form input[type=submit],
section#home-box-contatos > div > article form button{
	background: #ff8000;
	border-radius: .3em;
	color: #fff;
	font-size: 1.6em;
	font-weight: 600;
	margin: 0 0 0 .6em;
	padding: .75em 1em;
	text-transform: uppercase;
	width: 30%;
}

/*
	LATERAL - ASIDE
*/
aside.home {
	float: right;
	max-width: 270px;
	width: 28.84615384615385%;
}
	aside.home header {
		background-color: #468c00;
		height: 70px;
		margin-bottom: 10px;
		width: 100%;
	}
	aside.home header h2 {
		color: #fff;
		font-size: 2.6em;
		padding: .5em 0 0;
		text-align: center;
		text-transform: uppercase;
	}

	aside.home #home-box-agenda {
		background-color: #eee;
	}
		aside.home #home-box-agenda > article {
			padding: 1.5em;
		}
		aside.home #home-box-agenda > article p {
			color: #468c00;
			font-size: 1.4em;
			font-weight: 500;
			margin-bottom: .5em;
		}
		aside.home #home-box-agenda > article h3 {
			font-size: 1.6em;
			font-weight: 500;
			line-height: 1.4em;
		}
		aside.home #home-box-agenda > article h3 a {
			color: #333;
		}
		aside.home #home-box-agenda > button {
			background-color: transparent;
			color: #006aa4;
			font-size: 1.3em;
			font-weight: 600;
			margin: 0 0 .8em;
			padding: .8em 1.35em;
			text-transform: uppercase;        
		}

/*
	PARCEIROS
*/
section#publicidades { margin-top: 0; }
section#publicidades .carousel { height: 176px; }
section#publicidades .carousel li { margin-bottom: .5em; }
section#publicidades .carousel img {
	border: 1px solid #00933f;
	height: auto;
	max-height: 152px;
	min-width: 100%;
	width: 100%;
}

.enquete {

	box-sizing: border-box;

    height: auto;

    margin-top: 20px;

	max-width: 100%;

	min-width: 300px;

	width: 100%;

}

	.enquete iframe {

		margin: 0;

		min-height: 350px;

		padding: 0;

		text-align: left;

		width: 100%;

	}

/*
	PAGINAS INTERNAS - NOTICIAS
*/
section.pg-internas header{ margin:20px 0; }

section.pg-internas header ol.breadcrumb {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
	padding-bottom: 30px;
}

section.pg-internas header ol.breadcrumb li {
	color: #666;
    float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-style: normal;
	margin-right: 10px;
}
section.pg-internas header ol.breadcrumb li a {
	color: #666;
	font-style: normal;
	text-decoration: none;
}
section.pg-internas header ol.breadcrumb li a:hover {
	color: #00933f;
	text-decoration: underline;
}

/*
	PÁGINAS INTERNAS - GERAL 
*/
section.pg-internas section.detalhe-paginas-internas {
	float: left;
	width: 100%;
}

section.pg-internas section.detalhe-paginas-internas article h3,
section.pg-internas article h3 {
	color:#666;
	font-weight: 600;
}

section.pg-internas article ul,
section.pg-internas article ol{
	color: #666;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 1em 0 1em 1.25em;
}

section.pg-internas article ul li { list-style-type: disc; }
section.pg-internas article ol li { list-style-type: decimal; }

section.pg-internas section.detalhe-paginas-internas article h2,
section.pg-internas article h2 {
	color:#00933f;
    font-size: 2.4em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1em;
}

section.pg-internas section.detalhe-paginas-internas article h3,
section.pg-internas article h3 {
    color:#666;
	font-size: 1.8em;
	margin: 1.4em 0 .8em;
}
section.pg-internas section.detalhe-paginas-internas article h3:first-of-type,
section.pg-internas article h3:first-of-type {
	margin: 0 0 .8em;
}

section.pg-internas section.detalhe-paginas-internas article h4,
section.pg-internas article h4 { 
    font-size: 1.6em;
    line-height: 1.4em;
    margin-bottom: 18px;

}

section.pg-internas section.detalhe-paginas-internas article h5 {
    font-size: 1.4em;
    margin-bottom: 10px;
}

section.pg-internas section.detalhe-paginas-internas article p {
	color: #666;
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 1%;
}

section.pg-internas span a {
	background-color: #00933f;
	color:#fff;
	font-size: 1.4em;
	padding: 1%;
}

section.pg-internas span a:hover{ background-color:#4c936a; }

/*
	PÁGINAS NOTICIAS 
*/
section.pg-internas section.detalhe-noticias {
	float: left;
    width: 65%;
}

section.pg-internas section.detalhe-noticias article span.data-lista-noticias,
section.pg-internas article span.data-lista-noticias{
	background-color: #4c936a;
    color: #fff;
    display: block;
	font-size: 1.3em;
	margin-bottom: 3%;
    min-width: 82px;
	padding: 1%;
	width: 10%;
}

section.pg-internas section.detalhe-noticias article h3,

section.pg-internas section.detalhe-noticias article h4,

section.pg-internas section.detalhe-paginas-internas article h4,

section.pg-internas section.detalhe-noticias article h5,

section.pg-internas article h3,

section.pg-internas header h4,
section.pg-internas header h5 {
	color:#666;
    font-style: normal;
	font-weight: bold;

}

section.pg-internas section.detalhe-noticias article h3,
section.pg-internas article h3{ font-size: 2.5em; line-height: 1.3em; margin-bottom: 28px; }

section.pg-internas section.detalhe-noticias article h4,
section.pg-internas header h4 { font-size: 2.0em; margin-bottom: 18px; }

section.pg-internas section.detalhe-noticias article h5,
section.pg-internas header h5 { font-size: 1.5em; margin-bottom: 10px; }

section.pg-internas section.detalhe-noticias article .share_toolbox {
	display: inline-flex;
    margin-bottom: 2em;
}
	section.pg-internas section.detalhe-noticias article .share_toolbox > div {
		height: 2em;
		margin: 0 .6em 0 0;
	}

section.pg-internas section.detalhe-noticias article p {
	color: #666;
    font-size: 1.4em;
	line-height: 20px;
	margin-bottom: 2%;
	text-align: left;
}

section.pg-internas section.detalhe-noticias article .tags {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 5em;
}

section.pg-internas article > #box_galeria_interna {
    margin: 8em 0 0;
}

    section.pg-internas article > #box_galeria_interna h4 {
        font-size: 1.4em;
    }

    section.pg-internas article > #box_galeria_interna img {
        margin: 0 .35em .25em 0;
        max-height: 98px;
        max-width: 130px;
    }
	section.pg-internas article > #box_galeria_interna > .botao_galeria {
		background-color: #4c936a;
		border-radius: .2em;
		color: #fff;
		font-size: 1.8em;
		font-weight: 600;
		max-width: 247px;
		padding: .9em 2.236em .8em;
		text-transform: uppercase;
	}
		section.pg-internas article > #box_galeria_interna > .botao_galeria:hover {
			background-color: #9b2c5f;
		}

aside.noticias{
	float: right;
	width: 30.76923076923077%;
}

aside.noticias #ultimas_noticias{
	background-color: #eee;
}

aside.noticias #ultimas_noticias header {
	background-color: #666;
	height: 50px;
	margin-bottom: 10px;
    width: 100%;
}

aside.noticias #ultimas_noticias header h2 {
    color: #fff;
    font-size: 2.2em;
    padding: .3em 0 0;
    text-align: center;
    text-transform: uppercase;
}

aside.noticias #ultimas_noticias header h4 {

	color:#fff;

    font-size: 1.6em;

	font-style: italic;

	font-weight: bold;

	margin: 0 0 0 13px;

    padding: 0;

}

aside.noticias #ultimas_noticias article {

    padding: 1.5em;

}

aside.noticias #ultimas_noticias article h3 {

    font-size: 1.6em;

    font-weight: 500;

    line-height: 1.4em;

}

    aside.noticias #ultimas_noticias article h3 a {

        color: #333;

    }

aside.noticias #ultimas_noticias article h5{

	font-size: 1.3em;

	font-weight: bold;

	line-height: 18px;

}

aside.noticias #ultimas_noticias article p {

    color: #666;

    font-size: 1.4em;

    font-weight: 500;

    margin-bottom: .5em;

}

aside.noticias #ultimas_noticias > button {

    background-color: transparent;

    color: #006aa4;

    font-size: 1.3em;

    font-weight: 600;

    margin: 0 0 .8em;

    padding: .8em 1.35em;

    text-transform: uppercase;        

}

/*
	PAGINAS NOTICIAS-LISTAGEM 
*/
section.pg-internas header h2{
	color:#00933f;
    font-size: 2.5em;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0;
}

section.pg-internas > .detalhe-noticias-lista article {
	border-bottom: 1px dotted #ddd;	
    display: block;
	margin-bottom: 2%;
    padding: 0 0 2em;
}

section.pg-internas > .detalhe-noticias-lista article span.data-lista-noticias {
    background-color: transparent;
	color: #00933f;
    display: block;
	font-size: 1.2em;
    line-height: 1.5em;
	margin-bottom: 1%;
	padding: 0;
}

section.pg-internas > .detalhe-noticias-lista article h3 {

    font-size: 1.8em;

	font-style: normal;

	font-weight: bold;

    margin: 0 0 .5em;

}

section.pg-internas > .detalhe-noticias-lista article p {

    font-size: 1.6em;

}

section.pg-internas > .detalhe-noticias-lista article h3 a,

section.pg-internas > .detalhe-noticias-lista article p a {

    color: #333;

}

section.pg-internas div.paginacao nav.menu-paginacao ul li{

	border: 1px solid #808080;

	display: inline-block;

    font-size: 1.4em;

	padding: 5px 8px;

}

section.pg-internas div.paginacao nav.menu-paginacao ul li:hover{

	background-color: #eaeaea;

	border: 1px solid #eaeaea;

}

section.pg-internas div.paginacao nav.menu-paginacao ul li a{

	color:#808080;

	text-decoration: none;

}

section.pg-internas div.paginacao nav.menu-paginacao ul li a:hover{

	color:#333333;

}

/* 

	PÁGINAS INTERNAS - CONTATO 

*/
section.pg-internas h4 {
	color: #666;
	font-size: 1.8em;
}
section.pg-internas address { margin-bottom: 3%; }

section.pg-internas address p, 
section.pg-internas p{
	color:#333;	
    font-size: 1.4em;
	font-style: normal;
	line-height: 1.4em;
}

section.pg-internas address p.tel{
	color:#666;
    font-size: 1.6em;
	font-weight: bold;
	padding: .5em 0;
}

section.pg-internas div.google-maps{

    height: 0;

    margin-bottom: 3%;

    overflow: hidden;

    padding-bottom: 30%; /* This is the aspect ratio */

 	position: relative;

}

section.pg-internas div.google-maps iframe{

    left: 0;

    height: 100% !important;

	position: absolute;

    top: 0;

    width: 100% !important;

}



section.pg-internas div.formulario { margin-top: 3%; }



section.pg-internas div.formulario .g-recaptcha {

    display: block;

    margin-bottom: 2em;

    width: 100%;

}



section.pg-internas div.formulario form div.input-data-l{ float: left;}

section.pg-internas div.formulario form div.input-data-r{ float: right;}



section.pg-internas div.formulario form div.input-data-l, 

section.pg-internas div.formulario form div.input-data-r,

section.pg-internas div.formulario form div.input-data-nofloat {

	margin-bottom: 2%;

	width: 50%;

}

section.pg-internas div.formulario form div.input-data-wfull{

	margin-bottom: 2%;

	width: 100%;

}

section.pg-internas div.formulario form div.input-data-l label, 

section.pg-internas div.formulario form div.input-data-r label,

section.pg-internas div.formulario form div.input-data-nofloat label, 

section.pg-internas div.formulario form div.input-data-wfull label {
	color: #333;
    font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
}

section.pg-internas div.formulario form div.input-data-l input,

section.pg-internas div.formulario form div.input-data-r input, 

section.pg-internas div.formulario form div.input-data-nofloat input,

section.pg-internas div.formulario form div.input-data-r select {

	border: 1px solid #c4c4c4;

	color: #333;

	font-size: 1.6em;

    padding: 3%;

	width: 96%;

}

section.pg-internas div.formulario form div.input-data-wfull textarea,

section.pg-internas div.formulario form div.input-data-wfull input,

section.pg-internas div.formulario form div.input-data-wfull select {
	border: 1px solid #c4c4c4;
	color: #666;
    font-family: inherit;
	font-size: 1.6em;
	padding: 2%;
	width: 98%;
}

section.pg-internas div.formulario form div.btn-contato {

	display: block;

	text-align: left;

    width: 100%;

}

section.pg-internas div.formulario form button {
	background-color: #666;
	color: #fff;
	padding: 2%;
}

/* Ouvidoria */
.pg-internas .opt-select {
	display: inline-flex;
	margin: 5em 0;
}
	.pg-internas .opt-select > li {
		font-size: 1rem;
		margin-left: 2rem;
	}
	.pg-internas .opt-select > li:first-child {
		margin-left: 0;
	}
	.pg-internas li .opt-btn {
		border: 3px solid #00933f;
		border-radius: .4em;
		font-weight: 600;
		padding: 2em;
	}
	.pg-internas li .opt-btn:hover {
		background: #666;
		border: 3px solid #666;
		color: #fff;
		transition: .5s all;
	}
.pg-internas .opt-select-desfiliar {
	margin: 2em 0;
}
	.pg-internas .opt-select-desfiliar > li {
		display: inline-block;
		margin: 0 1.4rem 1.6rem 0;
	}
	.pg-internas .opt-select-desfiliar > li:first-child {
		
	}

/*
	PÁGINAS INTERNAS - CLUBE DE VANTAGENS
*/
section.pg-internas .flex-container{

	align-content: center;

    display:-webkit-flex;

	display:-ms-flexbox;

	display: flex;

	flex-wrap: wrap;

	flex-direction: row;

	justify-content: center;

}

section.pg-internas .logo-clube{

	display: block;

	margin: 0 auto;

	margin-bottom: 4%;

	text-align: center;

}

section.pg-internas .flex-container > div.ramo {

	background-color: #60c746;

	height: 130px;

	margin-right: 10px;

	margin-bottom: 10px;

	overflow: hidden;

	padding: 12px;

	width: 248px;

}

section.pg-internas div.flex-container div.ramo p{ text-align: center; }

section.pg-internas div.flex-container div.ramo a {

	color:#1b306c;

	font-size: 1.2em;

	font-weight: bold;

	line-height: 1.2em;

}

/*

	PAGINAS INTERNAS - CLUBE DE VANTAGENS - DETALHE

*/

section.pg-internas section.detalhe-clube div.flex-detalhe{

	display:-webkit-flex;

	display:-ms-flexbox;

	display: flex;

	flex-wrap: wrap;

	flex-direction: row;

	justify-content: flex-start;

}

section.pg-internas section.detalhe-clube {

	float:left;

	width: 68%;

}

section.pg-internas section.detalhe-clube div.box-detalhe-clube{

	height: 300px;

    margin-right: 2%;

	margin-bottom: 20px;

	width: 30.54437869822485%;

}

section.pg-internas section.detalhe-clube div.box-detalhe-clube h6{

	color: #1b306c;

    font-size: 1.3em;

	line-height: 1.4em;

	margin-bottom: 3%;

	text-transform: uppercase;

}

section.pg-internas section.detalhe-clube div.box-detalhe-clube p {

	color: #1b306c;

    font-size: 1.3em;

	font-weight: normal;

	line-height: 1.4em;

	margin-bottom: 3%;

	text-align: left;

}

section.pg-internas section.detalhe-clube div.box-detalhe-clube a.button {

	background-color: #60c746;

	color:#fff;

	display: block;

	font-size: 1.1em;

	padding: 4%;

	text-align: center;

	text-transform: uppercase;

	width: 120px;

}

section.pg-internas section.detalhe-clube div.box-detalhe-clube a.button:hover{

	color:#fff;

	text-decoration: underline;

}

/*

	ASIDE - CLUBE DE VANTAGENS

*/

aside.clube{

	float: right;

    width: 30.76923076923077%;

}

aside.clube .box-clube{

	background-color: #263e72;

	padding-bottom: 5%;

}

aside.clube .box-clube header {

	background-color: #60c746;

    height: 43px;

	margin-bottom: 12px;

}

aside.clube .box-clube header h4 {

	color:#fff;

    font-size: 2.0em;

	font-style: italic;

	font-weight: bold;

	margin-left: 13px;

	overflow: hidden;

	padding: 7px;

}

aside.clube .box-clube article {

	display: block;

	margin: 7% auto;

	overflow: hidden;

	width: 92%;

}

aside.clube .box-clube article h5{

	font-size: 1.5em;

	font-weight: normal;

	line-height: 18px;

	margin-left: 13px;

}

aside.clube .box-clube article h5 { color:#FFFFFF !important; }

aside.clube .box-clube article a {

	color:#FFFFFF !important;

	font-weight: normal;

	text-decoration: none;

}

aside.clube .box-clube article a:hover{ text-decoration: underline; }

/* 

	PÁGINAS INTERNAS - GALERIA DE FOTOS

*/

section.pg-internas div.listage_galeria {
    border: 1px dotted #ddd;
    float: left;
    margin: 20px 10px 10px 0;
    min-height: 260px;
    padding: 10px;
    width: 250px;
}

section.pg-internas div.listage_galeria img {

    /*height: 173px !important;*/

    margin-bottom: 2%;
    width: 230px;

}

section.pg-internas div.listage_galeria p {
    color: #00933f;
    font-size: 1.2em;
    line-height: 2.5em;
}

section.pg-internas div.listage_galeria h4 {

    font-size: 1.4em;

    line-height: 1.2em;

}

    section.pg-internas div.listage_galeria h4 > a {

        color: #333;

    }



/*

	PÁGINAS INTERNAS - ERRO 404

*/

section.pg-internas section.detalhes-erro {

	display: block;

	height: auto;

	margin: 10% 0 0 0;

	text-align: center;

	width: 100%;

}

section.pg-internas section.detalhes-erro p.msg-erro{
	color: #00933f;
	display: block;
	font-size: 4.4em;
	font-weight: bold;
	height: auto;
	line-height: 1.2em;
	margin: 1em 0;
	text-align: center;
	width: 100%;
}

section.pg-internas section.detalhes-erro p span{
	color: #ff9326;
    font-size: 4em;
	font-weight: bolder;
}

section.pg-internas section.detalhes-erro  h3{

	color: #990000;

    font-size: 3.2em;

	margin-bottom: 3%;

}

section.pg-internas section.detalhes-erro  p{

	color: #333;

    font-size: 1.6em;

	line-height: 1.6em;

}

section.pg-internas section.detalhes-erro a{

	color: #00933f;

	font-weight: bold;

	text-decoration: none;

}

section.pg-internas section.detalhes-erro a:hover{

	color: #666;

	text-decoration: underline;

}

section.pg-internas section.detalhes-erro a.volta-home {

	background-color: #00933f;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px;	

	color:#fff;

	font-size: 1.2em;

	margin-top: 5%;

	padding: 1%;

	text-align: center;

	text-transform: uppercase;

	width: 200px;

}

section.pg-internas section.detalhes-erro a.volta-home:hover {

	background-color: #666;

	color:#fff;

}



/*

	PAGINAS INTERNAS - GUIA COMERCIAL

*/

section.guia #form_busca,

#box_razao,

#box_nome,

#box_ramo,

#box_btn {

    display:none;

}



section.guia input[type=radio] { cursor: pointer; }



section.guia #form_busca{ display:block!important; }



section.guia #form_busca ul.legenda { background-color: #eee; }

section.guia #form_busca ul.legenda li {

    background: #eee;

	border-right: 2px dotted #fff;

    display: inline-block;

    font-size: 1.2em;

	padding: 2%;

    width: 33.15%;

}

section.guia #form_busca ul.legenda li:nth-child(3) { border-right: none; }



section.guia #form_busca ul.campos-guia {

    margin-top: 2em;

}

section.guia #form_busca ul.campos-guia p {

    line-height: 2.5em;

}

section.guia #form_busca ul.campos-guia input.busca_box,

section.guia #form_busca ul.campos-guia select {

    border:1px solid #006aa4;

    color:#333;

    font-size: 1em;

    font-weight: normal;

    padding:2%;

    width: 100%;

}

section.guia #form_busca .btn-buscar{

	background-color: #37ade0;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px;

	color: #fff;

	cursor: pointer;

	font-size: 1.6em;

	margin-top: 1%;

	padding: 1.598601398601399%;

	text-transform: uppercase;

	width: 28%;

}

section.guia #form_busca .btn-buscar:hover{ background-color: #003366; }

section.guia #box-resultado-busca {

    margin: 3% 0;

    width: 100%;

}

    section.guia #box-resultado-busca > p {

        line-height: 3.5em;

    }

section.guia #box-resultado-busca #dv_indassoc {

    border-bottom: 1px dotted #DDD;

	font-size: 1.4em;

    margin-bottom: 2%;

	padding-bottom: 2.8%;

    width: 100%;

}

    section.guia #box-resultado-busca #dv_indassoc > #dv_imgassoc,

    section.guia #box-resultado-busca #dv_indassoc > #dv_contassoc {

        float: left;

    }

    section.guia #box-resultado-busca #dv_indassoc > #dv_imgassoc {

        width: 25%;

    }

        section.guia #box-resultado-busca #dv_indassoc > #dv_imgassoc > img {

            max-height: 164px;

            width: 218px;

        }

    section.guia #box-resultado-busca #dv_indassoc > #dv_contassoc {

        color: #333;

    }

/*
	PÁGINAS INTERNAS - LISTATAGS
*/
section.pg-internas article {
	display: block;
	margin-bottom: 3%;
}
section.pg-internas article div.lista-thumb{
	float:left;
	margin-right: 1%;
}
section.pg-internas article div.lista-conteudo a h3{ font-size: 1.4em; }
section.pg-internas article div.lista-conteudo p{ font-size: 1.3em; }

/**** CLUBE DE VANTAGENS ****/
.listaclubevantagem { margin: 40px 0; }
.clubecategorias {
  padding: 20px;
  text-align: center;
  border: 1px solid #009640;
  box-shadow: 0px 0px 13px #ccc;
  -webkit-box-shadow: 0px 0px 13px #ccc;
  -ms-box-shadow: 0px 0px 13px #ccc;
}

.listaclubevantagem { margin: 40px 0; }
.box-detalhe-clube p { margin: 30px 0 40px 40px; font-style: italic; }
.listagemclubelistavantagem { margin: 40px 0; }

/**** REDE DE VANTAGENS ****/
.redecategorias {
  padding: 20px;
  text-align: center;
  border: 1px solid #009640;
  box-shadow: 0px 0px 13px #ccc;
  -webkit-box-shadow: 0px 0px 13px #ccc;
  -ms-box-shadow: 0px 0px 13px #ccc;
}
.listaredevantagens { margin: 40px 0; }

.breadcrumb-area {
	background-color: #005d28;
	height: 150px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.breadcrumb-area .breadcrumb-content h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    display: block; 
}

.breadcrumb-area .breadcrumb-content  .breadcrumb-item::before {
    color: #ffffff; 
}

.breadcrumb-area .breadcrumb-content .breadcrumb-item.active {
	color: #F0B300;
	font-size: 16px;
	font-weight: 600; 
}

.breadcrumb-area .breadcrumb-content .breadcrumb-item a {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600; 
}

.breadcrumb-area .breadcrumb-content .breadcrumb-item a:hover {
	color: #F0B300; 
}

.about-area .about-content > h3, .about-area .about-content > h4 {
	margin: 1.5em 0 .5em;
	font-size: 1.1rem;
}

.about-area .about-content > h3:first-child {
	margin: 0 0 .5em;
}

.about-area .about-content > p {
	margin-bottom: 0;
}

.about-area .about-content > ul li {
	color:#838383;
	line-height: 2em;
	list-style-type: circle;
	margin-left: 1.4em;
}

.associado-btn {
	background-color: #ff9000;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	height: 46px;
	min-width: 100px;
	padding: 0 20px;
	position: relative;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	z-index: 1;
}

.beneficio-btn {
	background-color: #ff9000;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	height: 46px;
	min-width: 100px;
	padding: 0 20px;
	position: relative;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	z-index: 1;
  }


.credit-btn {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: #F0B300;
	position: relative;
	z-index: 1;
	display: inline-block;
	min-width: 120px;
	height: 46px;
	color: #ffffff;
	border-radius: 5px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 46px;
	font-weight: 700;
	text-transform: uppercase;
}

.credit-btn:hover, .credit-btn:focus,
.associado-btn:hover, .associado-btn:focus {
	font-size: 14px;
	font-weight: 700;
	background-color: #009640;
	color: #ffffff; 
}

.credit-btn.btn-2 {
	background-color: #009640;
	color: #ffffff; 
}

.credit-btn.btn-2:hover, .credit-btn.btn-2:focus {
	background-color: #F0B300;
	color: #ffffff; 
}

.credit-btn.btn-3 {
	background-color: #005a9a;
	color: #fff;
	border: 2px solid #005a9a;
	line-height: 44px; 
}

.credit-btn.btn-3:hover, .credit-btn.btn-3:focus {
	border: 2px solid #F0B300;
	background-color: #F0B300;
	color: #fff; 
}

.mt-20 {
	margin-top: 20px !important;
}

.visitarsite { font-size: 16px!important; font-weight: 600!important; line-height: 2.8em!important; }

.btnvoltar { text-align: right; padding-top: 40px; }

/*
	RODAPE
*/
footer {
    background-color: #00933f;
	border-top:6px solid #4c936a;
	margin-top: 2%;
	padding: 1.5% 0;
}
footer a {color: #fff; text-decoration: none;}
footer div.footer-detalhe {
	text-align: center;
}
footer .footer-detalhe img {
	margin: 1% auto 0;
}
footer .footer-detalhe section h6 {
	color:#fff;
    font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 2%;
}
footer .footer-detalhe address p {
	color:#fff;
    font-size: 2.2em;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 1%;
}
footer .footer-detalhe address span.telefone {
	color:#fff;
	display: block;
    font-size: 3.6em;
	font-style: normal;
    font-weight: bold;
    line-height: 2.5em;
}
footer .footer-detalhe p.titulo-midias-sociais {
	color:#53b9e5;
	font-size: 1.1em;
}
footer .footer-detalhe ul.redes-sociais { padding: 1em 0; }
footer .footer-detalhe ul.redes-sociais li {
	display: inline-block;
    font-size: 2.2em;
	padding: 1%;

}
footer .footer-detalhe a { color:#fff; }
footer .footer-detalhe a:hover { color:#fff212 !important; }
footer ul.redes-sociais li a i { font-size: 4em; }

/*--------------------*/
/* HOME SLIDER */
/*--------------------*/

/**** PAGINAÇÃO ****/



ol#pagination {

    font: 12px;

    margin-top: 20px;

    overflow:hidden;

}



ol#pagination li {

    background: #273e74;

    border: 1px solid #ccc;

    color: #ffffff;

    cursor: pointer;

    float: left;

    height: 30px;

    list-style: none;

    margin: 0;

    padding: 7px 0 0 0;

    text-align: center;

    width: 30px;

}



ol#pagination li.prev, ol#pagination li.next {

    border: 1px solid #ccc;

    cursor: pointer;

    float: left;

    height: 30px;

    list-style: none;

    margin: 0;

    text-align: center;

    width: 90px;

}



ol#pagination li.current {

    background: #90b4ca;

    border: 1px solid #ccc;

    font-weight:bold;

    height: 30px;

    text-align: center;

    width: 30px;

}
/**** FIM || PAGINAÇÃO ****/

/**** NEWSLETTER ****/
.camponewsletter {
	border: 1px solid #c4c4c4;
    color: #666;
    font-family: inherit;
    font-size: 1.6em;
    padding: 2%;
    width: 98%;
}
.textonews {
	color: #333;
    font-size: 1.4em;
    font-weight: bold;
}
.textonews .required {
	color: red !important;
}
.btnform {
    background-color: #666;
    color: #fff;
    padding: 8%;
    cursor: pointer;
}
/**** FIM || NEWSLETTER ****/

/**** INFORMATIVOS ****/
.listage_inf {
    width: 18%;
    float: left;
    min-height: 310px;
    margin: 10px;
    padding: 10px;
    text-align: center;
}
.listage_inf img {
	width: 140px;
	height: 220px !important;
}
.listage_inf .txtinform {
	color: #666;
    font-size: 1.4em;
    line-height: 1.6em;
    margin-bottom: 1%;
    text-align: center;
}
/**** FIM || INFORMATIVOS ****/

/*
	MEDIA QUERIES
*/
@media (max-width: 1200px){
	.anunciantes{
		margin: 0 auto 5em;
	}
	footer{
		margin-top: 5%;
	}
}

@media (min-width: 1071px){
	aside.noticias span a {
		display: none;
	}
}

@media (max-width: 1195px){
	.content{
		width: 96%;
	}
	
	header.principal {
		padding: 4em 0;
	}

	header.principal .consultas-SCPC { display: none; }
	
	.consultas-acessos {display: none;}

	.btn-consulta {
	    color: #fff;
        cursor: pointer;
		display: block;
	    font-size: 1.6em;
	    float: left;
	    margin:0;
	    padding: 1.27rem 0;
	    text-align: center;
	    text-decoration: underline;
		width: 48%;
	}
	.btn-consulta a { color:#fff; }
	.btn-consulta a:first-of-type { margin-right: 2em; }

	/* 
		MENU 
	*/
	header .menu-hamburguer {
		display: inline-block;
		float: right;
		margin: 2em 0 0;
	}
	header .btn-menu-hamburguer {
		display: block; 
		float: left;
		margin: 0;
	}

	header .btn-menu-hamburguer .fa-bars { font-size: 4.2em; }

	div#myslidemenu {
		display:none;
		position: absolute;
    	width: 100%;
    }

	nav.mainnav {
		background-color: #00933f;
		height: 100%;
		left: 0;
		position: relative;
		top: 0;
		width: 100%;
		z-index: 99999;
	}

	nav.mainnav ul li {
		border-bottom: 1px solid #999;
		margin: 0;
        padding: 1em 0;
		width: 100%;
	}

	nav.mainnav ul li.subnav ul.dropdown-conteudo {
		position:static;
		width: 100%;
	}

	nav.mainnav ul li.subnav ul.dropdown-conteudo li {
		background-color: #4c936a;
        border-bottom: none;
        border-top: 1px solid #999;
		width: 96%;
	}

	nav.mainnav ul li.subnav ul.dropdown-conteudo li a {
        background-color: #4c936a !important;
        color: #ffffff;
		max-width: 98%;
		padding: 1em 0;
        text-decoration: underline;
	}

    nav.mainnav ul li.subnav ul.dropdown-conteudo li.subsubnav:hover {
        background-color: transparent;
    }

	nav.mainnav ul li.subnav ul.dropdown-conteudo 
	li.subsubnav ul.dropdown-sub-conteudo {
		left: 0;
		position: inherit;
		width: 100%;
	}

	nav.mainnav ul li.subnav ul.dropdown-conteudo 
	li.subsubnav ul.dropdown-sub-conteudo a {
		margin-left: 3%;
		padding: 2% 7%;
	}

	nav.mainnav ul li.subnav ul.dropdown-conteudo 
	li.subsubnav ul.dropdown-sub-conteudo a::before {
		content:" - ";
	}

	nav.mainnav ul li.subnav ul.dropdown-conteudo 
	li.subsubnav a.subdropdown {
		z-index: 99999;
	}

	/* 
		FIM MENU
	*/

    /* PAINEL SERVICOS */
    section.painel-servicos > div {
        margin: 1em .575em 4em 0;
        text-align: left;
        width: 12%;
    }
    /* FIM PAINEL SERVICOS */

    /* APOIO */
    section#home-box-arquivos > div > article > iframe {
        width: 100%;
    }
    /* FIM APOIO */

	section.pg-internas section.detalhe-clube{
		width: 100%;
	}
	section.pg-internas section.detalhe-noticias{
		width: 100%;
	}
	section.pg-internas section.detalhe-noticias span a{
		display: none;
	}
	section.pg-internas section.detalhe-noticias article p{
		font-size: 1.6em;
	}

	aside.noticias {
		width: 100%;
	}
	aside.noticias #ultimas_noticias article{
		margin:2% auto;
	}
	aside.noticias #ultimas_noticias article span.data-ultimas-noticias{
		padding: 1%;
	}
	aside.noticias #ultimas_noticias a.button{
		padding: 2%;
	}
	aside.noticias #ultimas_noticias article h5{
		font-size: 1.4em;
		font-weight: normal;
		padding: 2%;
	}
	aside.noticias #ultimas_noticias{
		padding-bottom: 7%;
	}
	aside.clube{
		float: left;
		width: 100%;
	}
	aside.clube .box-clube article{
		display: block;
        margin: 3% auto;
	}
	aside.clube .box-clube header h4{
		font-size: 1.8em;
	}

	section.pg-internas div.formulario form div.input-data-l, 
	section.pg-internas div.formulario form div.input-data-r,
	section.pg-internas div.formulario form div.input-data-nofloat {
		width: 100%;
	}	
	section.pg-internas div.formulario form div.input-data-l input,
	section.pg-internas div.formulario form div.input-data-r input, 
	section.pg-internas div.formulario form div.input-data-nofloat input,
	section.pg-internas div.formulario form div.input-data-r select {
		padding: 2%;
		width: 100%;
	}
	section.pg-internas div.formulario form div.input-data-wfull textarea,
	section.pg-internas div.formulario form div.input-data-wfull input,
	section.pg-internas div.formulario form div.input-data-wfull select {
		width: 100%;
	}
}

@media (max-width: 1150px){
	.fb-page{ width: 100% !important; }
}

@media (max-width: 1093px){
	.btn-consulta{
		width: 60%;
	}
	header .menu-hamburguer{
		margin: 1.7rem 0 0;
	}
}

@media (max-width: 1090px){
	.btn-consulta{
		text-align: right;
		width: 63%;
	}
	header .menu-hamburguer{
		float: none;
		margin: 1.5rem 0 0;
	}
}

@media(max-width: 1062px){
    /* PAINEL SERVICOS */
    section.painel-servicos > div {
        margin: 1em .57em 2em 0;
    }
    /* FIM PAINEL SERVICOS */
}

@media(max-width: 1048px){
	.btn-consulta{width: 62%;}
    /* PAINEL SERVICOS */
    section.painel-servicos > div {
        margin: 1em 0 2em auto !important;
        text-align: center;
        width: 25%;
    }
    /* FIM PAINEL SERVICOS */
}

@media(max-width: 1043px){
	.btn-consulta a:first-of-type{margin-right:  1em;}
}

@media(max-width: 1024px){
    .btn-consulta {
    	width: 55%;
    }
    header .menu-hamburguer {
    	margin: 1.5rem 0 0 7%;
    }
    section.conteudo-principal {
        width: 70%;
    }
	.col-sm,
	.col-md,
	.col-lg,
	.colfull {width: 100%;}	
	section.noticias img {
		max-height: 100%;
		max-width: 100%;
	}
	section.noticias article > div:last-of-type{padding: 1em 0;}

	section.noticias > button{
		max-width: 100%;
	}
	
    section#home-box-arquivos {
        background-color: transparent;
        width: 100%;
    }
    section#home-box-arquivos article figure{
    	width: 18.35%;
    }

    aside.home {
        margin: 0 0 2em;
        width: 100%;
    }
        aside.home #home-box-agenda,
        aside.home #parceiros {
            display: inline-block;
            vertical-align: top;
        }
        aside.home #home-box-agenda {
            margin-right: 3em;
            width: 64.75555%;
        }
        aside.home #parceiros {
            margin: 0;
            width: 31.85%;
        }
    nav.mainnav ul li.subnav ul.dropdown-conteudo li {
    	width: 98%;
	}
}

@media(max-width: 1020px){
	.btn-consulta {
		width: 50%;
	}
    header .menu-hamburguer {
        margin: 1.5rem 0 0 11%;
    }
	section.pg-internas div.listage_galeria {
		width:23%;
	}
}

@media(max-width: 1011px){
        aside.home #home-box-agenda {
            margin-right: 0;
            width: 100%;
        }
    aside.home #parceiros {
        display: none;
    }
}

@media(max-width: 960px){
    .btn-consulta {
        width: 50%;
    }
    header .menu-hamburguer {
        margin: 1.5rem 0 0 9%;
    }
    section.conteudo-principal {
    	width: 69%;
	}
	section#home-box-contatos > div:nth-child(2){
		overflow: hidden;
		width: 50%;
	}
	aside.noticias #ultimas_noticias > button{font-size: 1.4em;}
	section#home-box-arquivos article figure{
		width: 18%;
	}
}

@media(max-width: 950px){
	.btn-consulta {
		margin-left: 0;
	    width: 50%;
	}
	header .menu-hamburguer{
		float: right;
		margin: 1.5rem .6em 0 0;
	}
	section.conteudo-principal{
		margin: 0 0 5em;
		max-width: 100%;
	}
	section.noticias {
		width: 95%;
	}
	section.noticias > button{ max-width: 100%; }
	aside.home{
		float: left;
	}
	section#publicidades .carousel li{margin-right: 2em;}
	section#home-box-arquivos{margin: 0;}
	
	aside.noticias #ultimas_noticias header{padding: .3em 0;}
}

@media (max-width: 859px) {
    header.principal .logotipo {
        width: 40%;
    }
        header.principal .logotipo a h1 {
            height: 100px;
        }

	.btn-consulta {
	    margin: 10px 0 0 0;
		width: 45%;
	}
	.btn-consulta a > img {max-height: 42px;}

	header .btn-menu-hamburguer {
        margin: .5rem 0 0 0;
	}

    section.conteudo-principal {
		width: 100%;
	}

    section.noticias {
        width: 100%;
    }

	section#parceiros {
		display: none;
	}

    section.noticias header h2 {
        font-size: 2.2em;
        padding: .25em 0 0 1em;
    }
	section.noticias article {
		float: left;
		height: auto;
		margin-bottom: 5%;
        margin-right: 0;
		width: 100%;
	}
	section.noticias article a img {
		border: none;
        height: auto;
		margin-right: 0;
		width: 100%;
	}
	section.noticias article h3 {
		font-size: 2.5em;
		font-weight: normal;        
	}
    section.noticias article .data {
        font-size: 2em;
        line-height: 1.2em;
    }
    section.noticias > button {
        font-size: 2.2em;
        padding: 1em;
        width: 100%;
    }

    section#home-box-newsletter {
        height: auto;
        max-height: 10%;
    }
    section#home-box-newsletter header h2 {
        font-size: 2.5em;
    }
    section#home-box-newsletter form > input {
        font-size: 2em;
        margin-bottom: 1em;
        padding: 1em;
        width: 90%;
    }
    section#home-box-newsletter form > button {
        font-size: 2em;
        width: 90%;
    }

	aside.home {
		width: 100%;
	}
    aside.home header h2,
    aside.noticias #ultimas_noticias header h2 {
        padding: .65em 0 0;
    }
    aside.home #home-box-agenda > article h3,
    aside.home #home-box-agenda > article p,
    aside.home #home-box-agenda > button,
    aside.noticias #ultimas_noticias article h3,
    aside.noticias #ultimas_noticias article p,
    aside.noticias #ultimas_noticias > button {
        font-size: 2em;
    }
    aside.home #home-box-agenda > button,
    aside.noticias #ultimas_noticias > button {
        padding: .8em;
    }

    section.guia #form_busca ul.legenda li {
        width: 33%;
    }
    section.guia #box-resultado-busca #dv_indassoc > #dv_contassoc {
        margin-left: 2em;
        width: 70%;
    }
        section.guia #box-resultado-busca #dv_indassoc > #dv_contassoc strong {
            line-height: 1.4em;
        }

    section.pg-internas div.listage_galeria {
        width: 32%;
    }
    section.pg-internas section.detalhe-noticias article p {
        font-size: 2em;
        line-height: 1.5em;
    }

	.ag-interno{
		display: block;
	}	
}

@media (max-width: 780px) {
	.content{
		width: 91%;
	}
	header.principal .logotipo{width: 100%;}
    header.principal .logotipo a h1 {
		float: none;
        height: 94px;
		margin: 0 auto;
    }

    .btn-consulta {
        margin: 2em 0 0;
		text-align: center;
		width: 100%;
    }
	.btn-consulta a > img{max-height: 100%;}
	
	header .menu-hamburguer{
		float: none;
		margin: 0 2rem 0 0;
		width: 100%;
	}

    header .btn-menu-hamburguer {
		float: none;
        margin: 20px 2.5% 0 0;
		text-align: center;
    }
    header .btn-menu-hamburguer .fa-bars {
        font-size: 5em;
    }

    .anunciantes{
    	overflow: hidden;
    }

	section.pg-internas section.detalhe-clube div.box-detalhe-clube {
		width: 40%;
	}
	section.pg-internas div.listage_galeria {
		width:30%;
		min-height: 180px;
	}

    aside.home {
    	display: block;
    	max-width: 100%;
    	overflow: hidden;
    }

    section#home-box-arquivos article figure{
    	width: 17.8%;
    }

    section#home-box-contatos > div:first-of-type,
    section#home-box-contatos > div:nth-child(2){
    	width: 100%;
    }
    section#home-box-contatos > div:nth-child(2){
    	margin: 2rem 0;
    	text-align: center;
    }
}

@media (max-width: 700px) {
    header .btn-menu-hamburguer {
        margin: 15px 0 0 0;
    }
    header .btn-menu-hamburguer .fa-bars {
        font-size: 5em;
    }

    .btn-consulta {
        margin: 1em 0;
        width: 100%;
    }

    nav.mainnav ul li.subnav ul.dropdown-conteudo{
    	width: 98.5%;
    }
	
	section#home-box-contatos > div:first-of-type,
	section#home-box-contatos > div:nth-child(2){
		width: 100%;
	}
	section#home-box-contatos > div:first-of-type{margin: 0 0 2em;}
	section#home-box-contatos > div:nth-child(2){text-align: center;}

    section#home-box-arquivos article figure {
    	width: 17.5%;
	}
}

@media (max-width: 620px) {
    #sliderArea {
        /*display: none;*/
    }
	
	#bar_contatos .content > div:nth-child(1){
		font-size: 2.5em;
		padding: .4em 0 0;
		text-align: center;
		width: 100%;
	}
	#bar_contatos .content > div:nth-child(2){display: none;}

    section#home-box-newsletter header h2 {
        font-size: 3em;
        line-height: 1.2em;
    }

    section#home-box-arquivos > div > article {
    	max-height: 185px;
    	overflow: hidden;
    }
    section#home-box-arquivos article figure{
    	width: 22%;
    }

    section#home-box-arquivos > div {
        width: 100%;
    }
    section#home-box-arquivos > div:nth-child(1) {
        margin-bottom: 0;
    }
    section#home-box-arquivos article img {
        max-height: 434px;
    }
    section#home-box-arquivos > div > article > iframe {
        height: 434px !important;
    }
    section#home-box-arquivos button {
        font-size: 1.8em;
    }
    footer .footer-detalhe address p{
    	font-size: 1.1rem;
    }
}

@media (max-width: 590px) {
	.content{
		width: 89%;
	}
    header .btn-menu-hamburguer {
        margin: 0;
    }

    .btn-consulta {
        font-size: 2em;
        margin: 1.5em 0 1em;
        width: 100%;
    }

    section.guia #box-resultado-busca #dv_indassoc > #dv_contassoc {
        width: 60%;
    }
}

@media (max-width: 520px) {
	.btn-consulta a:first-of-type{margin-right: 0;}

	nav.mainnav ul li.subnav ul.dropdown-conteudo{
		width: 98%;
	}
	    nav.mainnav ul li.subnav ul.dropdown-conteudo li a {
	    	max-width: 97%;
		}
	
	footer{margin-top: 10%;}
}