/* Principais Cores */
main h1, main h2, main h3, main h4, main h5, 
.sidebar-main ul li a {
	color:#041e41;
}

main p strong {
	font-weight:normal;
}
main .tabs-regioes > .tab-content > .tab-pane > ul > li strong {
	font-weight:normal;
}
main .direitos-texto {
	font-size: 11px;
	margin-top: 30px;
}
.box-clique p {
	font-size: 14px;
	color: #9e9e9e;
}

.box-pl-ch {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none!important;
}

/*Sidebar contato*/
.box-sidebar {
	margin-bottom: 30px;
}
.box-sidebar .box-sidebar-title h5 {
	text-align: center;
	background-color: #041e41;
	padding: 5px 0;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	color: #fff;
}
.box-sidebar-contato p a {
	font-size: 14px;
}

/*Title PL inicio*/
.title-pl {
	background: url(../../imagens/banner-1-pc.jpg) no-repeat top;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 20px 60px;
	color:#fff;
}
.title-pl h1, .title-pl h2, .title-pl p {
	color:#fff;
}
.title-pl h2 {
	font-size: 49px;
}
.title-pl p {
	font-size: 23px;
	margin-top: 30px;
}

.button-title-pl {
	margin: 30px 0;
}
a.button-title-pl-1 {
	background: #ceaa24;
	padding: 10px 28px;
	border-radius: 10px;
	text-decoration: none;
	margin-right: 50px;
	color: #fff;
	font-weight: 500;
	border: solid 2px #ceaa24;
}

a.button-title-pl-2 {
	background: #ffffff00;
	padding: 10px 28px;
	border-radius: 10px;
	text-decoration: none;
	margin-right: 50px;
	color: #fff;
	font-weight: 400;
	border: solid 2px #ffffff;
}

.title-pl img {
	max-width: 70%;
	border-radius: 30px;
}
/*Title PL final*/

/* Sidebar */
main .list-sidebar, .box-sidebar-contato {
	border-radius: 10px;
	border: solid 2px #ccc7c7;
	padding: 20px;
	box-shadow: 2px 5px 9px -5px #a8a3a3;
}
main .sidebar-main h5 {
	text-align: center;
	background-color: #041e41;
	padding: 5px 0;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
main .sidebar-main h5 a {
	color:#fff;
}
main .sidebar-main ul {
	padding: 0;
}
main .sidebar-main .list-sidebar ul.list-palavras-chave {
	height: auto;
	max-height: 580px;
	max-width: 212px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
main .sidebar-main ul li {
	list-style: none;
	margin: 0 0 5px 8px;
}
main .sidebar-main ul li a, main .sidebar-main h3 a {
	text-decoration: none;
}

/*Rede Social*/
.social-media {
	border-top:1px 
	solid #eee;
	border-bottom:1px 
	solid #eee;
	padding:8px 0
}
.social-media p {
	font-size:12px;
	margin:11px 0 0 0;
	color:#444;
	font-weight:bold
}
.social-compartilha {
	display:inline-block;
	vertical-align:top;
	margin:.3em .6em .3em 0
}
.social-compartilha:last-child{margin-right:0}
.social-compartilha-link{display:inline-block;text-align:center;text-decoration:none;line-height:1}
.social-compartilha-link.social-compartilha-link-count{padding-top:.2em}
.social-compartilha-link.social-compartilha-link-count .social-compartilha-count{display:block;font-size:.6em;margin:0 -.5em -.8em}
.social-compartilha-twitter .social-compartilha-link{background:#00aced}
.social-compartilha-twitter .social-compartilha-link:hover{background:#0087ba}
.social-compartilha-facebook .social-compartilha-link{background:#3b5998}
.social-compartilha-facebook .social-compartilha-link:hover{background:#2d4373}
.social-compartilha-email .social-compartilha-link{background:#3490F3}
.social-compartilha-email .social-compartilha-link:hover{background:#0e76e6}
.social-compartilha-whatsapp .social-compartilha-link{background:#29a628}
.social-compartilha-whatsapp .social-compartilha-link:hover{background:#1f7d1e}
.social-compartilha-link{padding:.5em .6em;color:#fff;-webkit-transition:background 200ms ease-in-out,border-color 200ms ease-in-out;transition:background 200ms ease-in-out,border-color 200ms ease-in-out}
.social-compartilha-link:hover,.social-compartilha-link:focus,.social-compartilha-link:active{color:#fff}

@media screen and (max-width: 40em) {
	.title-pl img {
		max-width: 100%;
	}
	.button-title-pl {
		text-align: center;
	}
	a.button-title-pl-1 {
		border-radius: 10px;
		display: block;
		margin-right: 0px;
	}
}

