/* CMPB HOMEPAGE CSS */

html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
	font-size: 13px; 
	line-height: 24px;
    font-family: 'Raleway', sans-serif;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	background: transparent;
	text-decoration: none;
}
.clearfix {
	/*overflow: auto;*/
	clear: both;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
.effect-hover.eh-opacity {
	transition: opacity .1s ease-out;
	-moz-transition: opacity .1s ease-out;
	-webkit-transition: opacity .1s ease-out;
	-o-transition: opacity .1s ease-out;
}
.effect-hover.eh-opacity:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.effect-hover.eh-visibility {
	transition: visibility 0s, opacity .1s linear;
	-moz-transition: visibility 0s, opacity .1s linear;
	-webkit-transition: visibility 0s, opacity .1s linear;
	-o-transition: visibility 0s, opacity .1s linear;
}

/* Ellipsis (Plugin Externo) */
.ellip {
	display: block;
	height: 100%;
}
.ellip-line {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	max-width: 100%;
}
.ellip,.ellip-line {
	position: relative;
	overflow: hidden;
}
/* FIM: Ellipsis (Plugin Externo) */

#bg {
	position: fixed;
	top: 0;
	/*bottom: 0;*/ height: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	z-index: -10;
	-webkit-transition: background-image 1.5s ease-in-out;
	-moz-transition: background-image 1.5s ease-in-out;
	-o-transition: background-image 1.5s ease-in-out;
	-ms-transition: background-image 1.5s ease-in-out;
	transition: background-image 1.5s ease-in-out;
}
#bg-preload,#bg-preload img {
	display: none;
	opacity: 0;
	position: fixed;
}
.bg-switch {
	height: 100% !important;
}

/* LOADING */
#loading {
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	/*padding: calc(100% - 75px);*/
	background-color: #81be33;
	z-index: 7000;
}
@keyframes loading-cmpb {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes loading-cmpb {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.loading-cmpb {
	position: relative;
	top: calc(50% - 75px);
	top: -moz-calc(50% - 75px);
	top: -webkit-calc(50% - 75px);
	left: calc(50% - 75px);
	left: -moz-calc(50% - 75px);
	left: -webkit-calc(50% - 75px);
	z-index: 5001;
}
.loading-cmpb div {
	position: absolute;
	-webkit-animation: loading-cmpb 0.9s linear infinite;
	animation: loading-cmpb 0.9s linear infinite;
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	border-radius: 50%;
	box-shadow: 0 12px 0 0 #ffffff;
	-webkit-transform-origin: 80px 86px;
	transform-origin: 80px 86px;
}
.loading-cmpb {
	width: 150px !important;
	height: 150px !important;
	-webkit-transform: translate(-75px, -75px) scale(0.75) translate(75px, 75px);
	transform: translate(-75px, -75px) scale(0.75) translate(75px, 75px);
}
/* FIM: LOADING */

#cookies {
	width: 100%;
	height: 27px;
	display: none;
	position: absolute;
	top: -27px;
	left: 0;
	right: 0;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgba(12, 162, 0, 0.69);
	color: #ffffff;
	font-size: 12px;
	z-index: 7000;
}
#cookies #ok {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
    position: relative;
    top: -1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.50);
	    font-size: 11px;
	cursor: pointer;
	z-index: 7001;
}

.cmpb:not(.nv) {
	width: 100%; height: 100%;
	display: table;
	z-index: 100;
}
.cmpb:not(.nv) .header {
	width: 100%;
	margin: auto;
	display: table-row;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
}
.cmpb:not(.nv) .header .logo {
	width: 20%;
	min-width: 180px;
	height: 100%;
}
.cmpb .header .logo {
	float: left;
	background-image: url('/imagens/brasao.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.cmpb .header div.menu-mobile {
	display: none;
	width: 32px;
	height: 36px;
	float: right;
	position: relative;
	top: 50%;
	margin-top: -30px;
	margin-right: 30px;
	vertical-align: middle;
	font-size: 36px;
	color: #FFFFFF;
	cursor: pointer;
	z-index: 10000;
}
.cmpb .header ul.menu,.cmpb .header ul.menu * {
	z-index: 3000;
}
.cmpb .header ul.menu {
	width: auto;
	height: 60px;
	float: right;
	position: relative;
	top: 50%;
	margin-top: -30px;
	margin-right: 30px;
	vertical-align: middle;
	list-style: none;
}
.cmpb .header ul.menu:before {
	display: table;
    content: " ";
}
.cmpb .header ul.menu > li { /* Apenas os <li> do menu atual (não altera submenus) */
	height: 57px !important;
	float: left;
	position: relative;
	display: block;
}
.cmpb .header ul.menu li { /* Todos os <li> */
	position: relative;
	background: rgba(0, 0, 0, 0.55);
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.cmpb .header ul.menu li a {
	text-align: center;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.cmpb .header ul.menu > li > a {
	line-height: 20px;
	padding-top: 15px;
    padding-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 7px solid;
	text-shadow: 1px 1px 3px #333333;
	position: relative;
    display: block;
}
.cmpb .header ul.menu li > a > i.hsm-nm {
	font-size: 8px;
}
.cmpb .header ul.menu li > a > i:not(.hsm-nm) {
	display: none;
}
.cmpb .header ul.menu > li.green > a {
	border-color: #81be33;
}
.cmpb .header ul.menu > li.blue > a {
	border-color: #0bb9fe;
}
.cmpb .header ul.menu > li.green:hover {
	background-color: #81be33;
}
.cmpb .header ul.menu > li.blue:hover {
	background-color: #0bb9fe;
}
.cmpb .header ul.menu li:hover > ul.sub {
	/*display: block !important;*/ visibility: visible !important; opacity: 1;
}
.cmpb .header ul.menu li > ul.sub {
	width: intrinsic;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    max-width: 300px;
	/*display: none;*/ visibility: hidden; opacity:0;
	padding: 0px;
	list-style: none;
	position: absolute;
}
.cmpb .header ul.menu li > ul.sub.sc {
	margin-top: -40px;
}
.cmpb .header ul.menu li > ul.sub.sc.right-sm {
	left: 100%;
}
.cmpb .header ul.menu li > ul.sub.sc.left-sm {
	right: 100%;
}
.cmpb .header ul.menu li > ul.sub.right-sm {
	left: 0;
}
.cmpb .header ul.menu li > ul.sub.left-sm {
	right: 0;
}
.cmpb .header ul.menu li > ul.sub > li {
	height: 40px;
	background-color: rgba(0, 0, 0, 0.8);
}
.cmpb .header ul.menu li > ul.sub > li > a {
	color: #fff;
	height: 100%;
	display: block;
	font-size: 12px;
	padding-top: 8px !important;
	padding-bottom: 7px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.cmpb .header ul.menu li.green ul.sub > li:hover {
	background-color: #81be33;
}
.cmpb .header ul.menu li.blue ul.sub > li:hover {
	background-color: #0bb9fe;
}
.cmpb .header ul.menu .onlymm {
	display: none;
}
/* MOBILE MENU */
.menu-m {
	width: 300px;
	max-width: 300px;
	height: 100%;
	display: none;
	position: fixed;
	top: 0; bottom: 0; left: -300px;
	background-color: #92b87d;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	overflow-y: auto;
	z-index: 3000;
}
.menu-m .mm-logo {
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	height: 100px;
	margin: 20px;
	background-image: url('/imagens/brasao.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.menu-m li {
	width: 100%;
	color: #ffffff;
	list-style: none;
	text-shadow: 1px 1px 3px #333333;
	cursor: pointer;
}
.menu-m>li {
	box-shadow: 0 4px 10px -2px rgba(51, 51, 51, 0.45);
}
.menu-m>li.green {
	background-color: #92b87d;
	border-top: 1px solid #5ea701;
}
.menu-m>li.blue {
	background-color: #0bb9fe;
	border-top: 1px solid #24aade;
}
.menu-m>li.closemm {
	background-color: #be3333;
	border-top: 1px solid #a50b0b;
}
.menu-m>li.closemm i {
	font-size: 12px;
}
.menu-m li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}
.menu-m>li:before {
	font-size: 16px;
	font-weight: bold;
	margin-top: -2px;
	content: "";
}
.menu-m>li>a>i {
	margin-right: 5px;
}
.menu-m>li>a>i.sm {
	position: relative;
	right: 0;
	margin-left: 10px;
}
.menu-m li>a>i.hsm-nm {
	display: none;
}
.menu-m>li ul {
	display: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-left: 5px;
	background-color: #fff;
}
.menu-m>li ul>li {
	border-bottom: 1px solid #e2e2e2;
}
.menu-m>li ul>li>a {
	color: #353535 !important;
	text-shadow: 1px 1px 3px #ccc;
}
.menu-m>li>ul {
	box-shadow: inset 0px 0px 20px rgba(51, 51, 51, 0.4);
}
.menu-m>li>ul>li>ul {
	background-color: transparent;
	padding-left: 20px;
}
.menu-m>li>ul>li>ul>li:last-child {
	border-bottom: 0px solid !important;
}
/* FIM: MOBILE MENU */
.cmpb > .content {
	width: 100%;
	height: 200px;
	max-height: 200px;
	margin: auto;
	display: table-row;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 65%;
	margin-top: -100px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
.cmpb > .content .col {
	width: 32%;
	height: 200px;
	max-height: 200px;
	display: inline-table;
	padding: 12px;
	background-color: rgba(255, 177, 12, 0.7);
	cursor: pointer;
}
.cmpb > .content .col:first-child {
	margin-right: 15px;
}
.cmpb > .content .col:last-child {
	margin-left: 15px;
}
.cmpb > .content .col > div {
	float: left;
}
.cmpb > .content .col .colname {
	width: 100%;
	height: 27px;
	margin-top: -5px;
	margin-bottom: 5px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #333333;
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.52);
}
.cmpb > .content .col .img {
	width: 40%;
	height: calc(200px - 30px);
	height: -moz-calc(200px - 30px) !important;
	height: -webkit-calc(200px - 30px);
	margin-right: 10px;
	background-color: transparent;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: background-image 0.8s ease-in-out;
	-moz-transition: background-image 0.8s ease-in-out;
	-o-transition: background-image 0.8s ease-in-out;
	-ms-transition: background-image 0.8s ease-in-out;
	transition: background-image 0.8s ease-in-out;
}
.cmpb > .content .col .img.agendacultural {
	background-image: url('/d_agendacultural.png');
	background-size: contain !important;
}
.cmpb > .content .col .img .resp {
	width: 100%;
	height: 100%;
}
.cmpb > .content .col .inf {
	width: calc(60% - 12px);
	width: -webkit-calc(60% - 12px);
	width: -moz-calc(60% - 12px);
	width: -o-calc(60% - 12px);
	height: auto;
	max-height: calc(100% - 30px);
	text-align: left;
	line-height: 1.3;
}
.cmpb > .content .col .inf span {
	color: #ffffff;
	text-align: left;
	text-shadow: 1px 1px 3px #333333;
}
.cmpb > .content .col .inf span.tit {
	height: auto;
	/*max-height: 40px;*/
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	overflow: hidden;
}
.cmpb > .content .col .inf span.desc {
	display: block;
	margin-top: 6px;
	font-size: 11px;
}
.cmpb > .content .col .inf span.data {
	display: block;
	margin-top: -5px;
	font-size: 10px;
	font-weight: bold;
}
.cmpb .footer {
	width: 100%;
	margin: auto;
	display: table-row;
	height: 100px;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: rgba(0,0,0,0.5);
}
.cmpb .footer .colf {
	display: inline-table;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	cursor: pointer;
	color: #FFFFFF;
}
.cmpb .footer .colf:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.cmpb .footer .colf span {
	color: #FFFFFF;
	font-size: 14px;
}
.cmpb .footer .cmpb-address {
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: rgba(0,0,0,0.3);
	cursor: default;
}
.cmpb .footer .cmpb-address a {
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: underline;
}
@media (max-width: 1024px) {
	html,body {
		height: auto !important;
		position: unset !important;
		overflow: visible;
	}
	body { /*margin-bottom: 120px !important;*/ }
	.cmpb {
		height: auto !important;
		/*margin-bottom: 70px;*/
	}
	.cmpb > div:not(.ig-forceblock):not(.bg-switch):not(.menu-m) {
		display: block !important;
		position: relative;
	}
	.cmpb > .content {
		height: 740px !important;
		max-height: 740px !important;
	}
	.cmpb > .content .col {
		width: 100% !important;
		max-width: 100%;
		height: 150px;
		margin: 0px !important;
		margin-bottom: 20px !important;
	}
	.cmpb > .content .col .img {
		width: 150px;
		height: calc(150px - 30px) !important;
		height: -moz-calc(150px - 30px) !important;
		height: -webkit-calc(150px - 30px) !important;
	}
	.cmpb > .content .col .inf {
		width: calc(100% - 165px) !important;
		width: -webkit-calc(100% - 165px) !important;
		width: -moz-calc(100% - 165px) !important;
		width: -o-calc(100% - 165px) !important;
	}
	.cmpb > .content {
		padding-top: 150px !important;
		padding-bottom: 30px !important;
	}
	.cmpb .footer {
		/*height: 37px !important;
		background-color: transparent !important;*/
	}
	.cmpb .footer .col {
		/*display: none !important;
		*/
	}
	.cmpb .footer .cmpb-address {
		position: relative !important;
		margin-top: 10px;
	}
}
@media (max-width: 910px) {
	.cmpb .header { height: 170px !important; }
	.cmpb:not(.nv) .header .logo { width: 100px !important; min-width: 100px !important; }
	.cmpb .header ul.menu { display: none !important; }
	.cmpb .header div.menu-mobile { display: block !important; }
	h2, h3, h4, h5, h6 { font-size:150%; }
	
}
@media (max-width: 765px) {
	.cmpb .footer { /*height: 0px !important; display: none !important;*/ }
	.cmpb .footer .colf span {
		font-size: 11px !important;
	}
	.cmpb .footer .cmpb-address {
		font-size: 10px !important;
	}
	h2, h3, h4, h5, h6 { font-size:130%; }
}
@media (max-width: 650px) {
	.cmpb .footer {
		height: auto !important;
		position: relative !important;
	}
	.cmpb .footer .colf {
		width: 100%;
		display: block !important;
	}
	.cmpb .footer .colf span {
		font-size: 14px !important;
	}
	.cmpb .footer .cmpb-address {
		/*font-size: 10px !important;*/
	}
	h2, h3, h4, h5, h6 { font-size:110%; }
}
@media (max-width: 600px) {
	#cookies { font-size: 10px; }
	#cookies #ok { font-size: 9px; }
	.cmpb .header { height: 120px !important; }
	.cmpb:not(.nv) .header .logo { width: 75px !important; min-width: 75px !important; }
	.cmpb > .content {
		height: 600px !important;
		max-height: 600px !important;
	}
	.cmpb > .content .col,.cmpb > .content .col .img {
		height: 75px !important;
		max-height: 75px !important;
	}
	.cmpb > .content .col .colname {
		font-size: 1em !important;
	}
	.cmpb > .content .col .img {
		width: 80px !important;
	}
	.cmpb > .content .col .inf {
		width: calc(100% - 95px) !important;
		width: -webkit-calc(100% - 95px) !important;
		width: -moz-calc(100% - 95px) !important;
		width: -o-calc(100% - 95px) !important;
	}
	.cmpb > .content .col .inf span.data {
		font-size: 10px !important;
	}
	.cmpb > .content .col .inf span {
		font-size: 0.8em !important;
	}
	
}
@media (max-width: 460px) {
	#cookies { font-size: 8px; }
	#cookies #ok { font-size: 7px; }
}
@media (max-width: 350px) {
	.menu-m {
		width: 75% !important;
		max-width: 75% !important;
	}
}


/********** POPUP VIDEO **********/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4002;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.mfp-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.row + .row {
  margin-top: 2rem;
}
.news-post a.category-post {
    bottom: -1px;
    left: 0px;
    position: absolute;
	width:100%;
}
a.category-post.world {
    background:rgba(51,163,241, .8) none repeat scroll 0 0;
}
a.category-post {
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding:10px 13px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}
.standard-post2 .post-title {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 18px 20px;
    transition: all 0.2s ease-in-out 0s;
}
* {
    box-sizing: border-box;
}
.news-post .post-gallery {
    position: relative;
}
a.read-more-button {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    color: #666666;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}

/* VIDEOS */

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 5999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block !important;
}

/** videoModal **/
#videoModal {
  border-radius: 0;
  width: 870px;
  margin:auto;}
  #videoModal .modal-header {
    background: #000;
    border: 0;
    color: #fff;
    position: relative;
		  height:35px; }
    #videoModal .modal-header h3 {
      font-size: 18px;
      line-height: 22px;
	  font-family:Arial, Helvetica, sans-serif;
	  padding:5px;}
  #videoModal .modal-body {
    height: 489px;
    padding: 0;
    max-height: none;
    overflow: hidden; }
  #videoModal .modal-footer:empty {
    display: none !important; }
  #videoModal .close {
    background: #DB00B8;
    color: #fff;
    font-size: 24px;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    width: 38px; }
/********** POPUP VIDEO **********/