/*css*/

/*Caixa de pesquisa*/

.icon-only{
	display: none;
}

.mg-bottom-30 {
	margin-bottom:30px;
}

.search-box {
	padding: 24px 62px 24px 28px;
	border: 1px solid #C6CFD9;
	border-radius: 1px;
	color: #37474F;
	font-size: 24px;
	line-height: 30px;
	width: 100%;
	vertical-align: middle;
	white-space: nowrap;
}
.search-box-n-results{
	color: #BE3532;
	font-size: 14px;
	line-height: 29px;
	padding: 22px
}
.search_icon_position {
	position: absolute;
	right: 30px;
	top: 26px;
	width: 36px;
}

::-webkit-input-placeholder .search-box{ #37474F;	font-size: 40px; }
::-moz-placeholder .search-box{ #37474F; 	font-size: 20px;} /* firefox 19+ */
:-ms-input-placeholder .search-box{ #37474F;	font-size: 20px; } /* ie */
input:-moz-placeholder .search-box{ #37474F; 	font-size: 20px;}





#edit-help-link{
	display: none;
}

#edit-advanced{
	display: none;
}


.editar-conteudo {
	right: 0;
	position: absolute;
}

.form-item-filter-pais > .control-label {
	display: none;
}

.form-item-exposedfilter > .control-label {
	display: none;
}

.form-item-filter-ano > .control-label {
	display: none;
}

.toolbar-oriented .toolbar-tray-horizontal li {
	font-size: small !important
}

.container-imagem-detalhe {
	position: relative;
	top: 0;
}

.imagem-detalhe {
	position: absolute;
	top: -81px;
	right: 15px;
}

#container-destaque-homepage .lightSlider-destaques-pager {
	bottom: 47px;
	position: absolute;
	right: 15px;
	left: 15px;
	width: 550px;
}

#sub-container-destaque-homepage {
	height: 260px;
}

#container-destaque-homepage #lightSlider-destaques a {
	color: #fff !important;
	font-weight: 700;
	text-transform: uppercase;
}

a:link {
	text-decoration: none;
}

/*General*/
*:focus {
	outline: none;
}

.upper {
	text-transform: uppercase;
}

.bold {
	font-weight: 700;
}

.push-down {
	padding-bottom: 20px;
}

.bottom-border {
	border-bottom: 1px solid #BE3532;
}

/*Colors*/
.bgred {
	background-color: #BE3532;
}

.bgblue {
	background-color: #37474F;
}

.bgdark-red {
	background-color: #8F2A29;
}

.white {
	color: #FFFFFF;
}

.red {
	color: #BE3532;
}

.grey {
	color: #37474F;
}

.dark-red {
	color: #8F2A29
}

/*TEXT*/
h1 {
	color: #BE3532;
	font-family: "Open Sans";
	font-size: 36px;
	font-weight: bold;
	line-height: 37px;
}

h2 {
	color: #BE3532;
	font-family: "Open Sans";
	font-size: 32px;
	font-weight: bold;
	line-height: 37px;
}

p {
	color: #37474F;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 30px;
}

body {
	margin-top: 0 !important;
	overflow-x: hidden;
}

.destaque {
	font-family: "Open Sans";
	font-size: 24px;
	line-height: 30px;
}

.destaque-top {
	font-family: "Open Sans";
	font-size: 24px;
	line-height: 30px;
}

.small {
	font-family: "Open Sans";
	font-size: 13px;
	line-height: 18px;
}

.mid {
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 600;
	line-height: 29px;
}

/*LIST*/
ul {
	list-style-image: url(../icons_svg/arrow.svg);
}

li {
	color: #37474F;
	font-family: "Open Sans";
	font-size: 18px;
	line-height: 30px;
}

/*INPUTS*/

/*input text general*/
form input[type="text"] {
	padding: 10px;
	border: none;
	border-bottom: 1px solid #C4C4C4;
	transition: border 0.3s;
	width: 100%;
	background: transparent;
	border-radius: 0;
}

form input[type="text"],
textarea.form-control {
	color: #323232;
	font-family: "Open Sans";
	font-size: 18px;
	line-height: 30px;
}

.label_default {
	color: #BE3532;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
}

/*input text focus*/
form input[type="text"]:focus,
form input[type="text"].focus {
	border-bottom: 1px solid #37474F;
}

/*input text disable*/
form input[type="text"].disable {
	border-bottom: solid 1px #DCDCDC;
	background-color: transparent;
}

.label_disable {
	color: #DCDCDC;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
}

/*input text error*/
form input[type="text"].error {
	border-bottom: solid 1px #E74C3C;
	background-color: transparent;
}

.label_error {
	color: #E74C3C;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
}

/*input text sucess*/
form input[type="text"].sucess {
	border-bottom: 1px solid #2ECC71;
	background-color: transparent;
}

.label_sucess {
	color: #2ECC71;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
}

/*input text placeholder*/
input[type="text"]::-webkit-input-placeholder {
	opacity: 0.5;
	color: #323232;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 30px;
}

input[type="text"].disable::-webkit-input-placeholder {
	color: #DCDCDC;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 30px;
}
.form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
}
.form-control:focus {
	border-color: #37474F;}
	/*border-color blue disable*/
	textarea:focus,
	input:focus,
	input[type]:focus,
	.form-control:focus {
		box-shadow: none;
		outline: 0 none;
	}

	/*textarea text general*/
	textarea.form-control {
		padding: 10px;
		border: none;
		border-bottom: 1px solid #C4C4C4;
		transition: border 0.3s;
		width: 100%;
	}

	textarea {
		resize: vertical;
	}

	/*btn general*/
	.btn {
		padding: 14px;
		border: 0 none;
		text-transform: uppercase;
		border-radius: 0;
		font-family: "Open Sans";
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
	}

	.btn:focus,
	.btn:active:focus,
	.btn.active:focus {
		outline: 0 none;
	}

	/**Highlighted*/
	.highlighted-encontros {
		position: absolute;
		height: 300px;
		padding: 25px;
		background-repeat: no-repeat !important;
		font-size: 24px;
	}

	/*Modulo Noticias*/
	.modulo-noticias {
		width: 368px;
	}

	.modulo-noticias .titulo {
		color: #BE3532;
		font-family: "Open Sans";
		font-size: 36px;
		font-weight: bold;
		line-height: 37px;
		padding-bottom: 25px;
		display: inline-block;
	}

	.modulo-noticias .desc {
		color: #37474F;
		font-family: "Open Sans";
		font-size: 20px;
		line-height: 27px;
		padding-bottom: 50px;
	}

	.modulo-noticias .data {
		color: #BE3532;
		font-family: "Open Sans";
		font-size: 13px;
		font-weight: bold;
		line-height: 18px;
		text-transform: uppercase;
	}

	.modulo-noticias .ver-todas {
		color: #8B9EA8;
		font-family: "Open Sans";
		font-size: 13px;
		font-weight: bold;
		line-height: 18px;
		text-transform: uppercase;
		display: inline-block;
		padding: 10px;
	}

	.modulo-noticias .desc:hover {
		color: #1E292F;
	}

	.modulo-noticias .ver-todas:hover {
		color: #37474F;
	}

	.modulo-noticias .data:hover {
		color: #8F2A29;
	}

	/*Modulo Eventos*/
	.modulo-eventos {
		background-color: #BE3532;
		padding: 40px 35px;
	}

	.modulo-eventos img {
		display: block;
	}

	.modulo-eventos .titulo {
		color: #FFFFFF;
		font-family: "Open Sans";
		font-size: 36px;
		font-weight: bold;
		line-height: 37px;
		padding: 20px 0;
		display: inline-block;
	}

	.modulo-eventos .ver-todos {
		color: rgba(255, 255, 255, 0.45);
		font-family: "Open Sans";
		font-size: 13px;
		font-weight: bold;
		line-height: 18px;
		text-transform: uppercase;
		display: inline-block;
		padding: 10px;
	}

	.modulo-eventos .data {
		color: #FFFFFF;
		font-family: "Open Sans";
		font-size: 80px;
		font-weight: bold;
		line-height: 109px;
	}

	.modulo-eventos .evento-titulo {
		color: #FFFFFF;
		font-family: "Open Sans";
		font-size: 20px;
		line-height: 23px;
		padding: 17px 0;
	}

	.modulo-eventos .localizacao {
		color: #FFFFFF;
		font-family: "Open Sans";
		font-size: 13px;
		line-height: 18px;
	}

	.modulo-eventos .outros-eventos .titulo {
		color: #FFFFFF;
		font-family: "Open Sans";
		font-size: 13px;
		font-weight: 600;
		line-height: 18px;
		text-transform: uppercase;
		padding: 0;
	}

	.modulo-eventos .outros-eventos .outro a {
	    color: white;
	    font-family: "Open Sans";
	    font-size: 20px;
	    line-height: 29px;
	    font-weight: 300;
	}

	.modulo-eventos .outros-eventos .outro a span {
		font-weight: bold;
		padding-right: 10px
	}

	.modulo-eventos .outros-eventos .outro+.outro {
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		padding-top: 15px;
	}

	.modulo-eventos .row:hover,
	.outro:hover {
		opacity: 0.7;
	}

	.modulo-eventos .ver-todos:hover {
		color: #37474F;
	}
	hr {
	    margin-top: 20px;
	    margin-bottom: 20px;
	    border: 0;
	    border-top: 1px solid rgba(255, 255, 255, 0.78);
	}

	/*Modulo Documentos*/
	.modulo-documentos {
		padding-top: 25px;
	}

	.modulo-documentos .titulo {
		color: #BE3532;
		font-family: "Open Sans";
		font-size: 36px;
		font-weight: bold;
		line-height: 37px;
		padding-top: 20px;
	}

	.modulo-documentos .documento a {
		color: #BE3532;
		font-family: "Open Sans";
		font-size: 20px;
		line-height: 29px;
	}
	.modulo-documentos .documento a:hover, .modulo-documentos .documento a:visited, .modulo-documentos .documento a:focus {
		color: #8F2A29;
	}

	.modulo-documentos .documento:hover {
		color: #8F2A29;
	}

	.modulo-documentos .documento:before {
		content: url('../icons_svg/documentos_small.svg');
		padding: 0 10px;
	}

	.modulo-documentos .documento+.documento {
		border-top: 1px solid #D2D9DC;
		padding: 5px 0;
	}

	/*Modulo Documentos*/
	.modulo-documentos-2 {
		clear: both;
		padding-top: 25px;
	}

	.modulo-documentos-2 .titulo {
		color: #BE3532;
		font-family: "Open Sans";
		font-size: 36px;
		font-weight: bold;
		line-height: 37px;
		padding-top: 20px;
	}

	.modulo-documentos-2 .documento {
		color: #BE3532;
		font-family: "Open Sans";
		font-size: 20px;
		line-height: 29px;
	/*	border-bottom: 1px solid #eceff1;*/
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.modulo-documentos-2 .documento span {
		color: #B0BEC5;
		font-family: "Open Sans";
		font-size: 13px;
		font-weight: 600;
		line-height: 18px;
		text-transform: uppercase;
		padding-left: 15px;
	}

	.modulo-documentos-2 .documento:hover {
		color: #8F2A29;
	}

	.modulo-documentos-2 .documento:before {
		content: url('../icons_svg/documentos_small.svg');
		padding: 0 10px;
		padding-right: 30px;
	}

	.conteudo > div > p > img, .conteudo > div > img, .conteudo > p > img, .conteudo > img{     
		 display: block;
	     max-width: 100%;
	     height: auto;
	}

	.arrow-date{ 
		margin:0 25px;
	 	width: 21px;
	}

/*.modulo-documentos-2 .documento > a > img {
	float: right;
	margin-top: 8px;
	}*/
	.download {
	    margin-top: 16px;
	    float: right;
}		

	.modulo-documentos-2 .documento+.documento {
		border-top: none;
		padding: 5px 0;
		padding-bottom: 20px;
	}
	.documento > a > img {
		float: right;
		margin-right: 14px;
	}
	/*Modulo Shortcut*/
	.modulo-shortcut {
		height: 140px;
		vertical-align: top;
		zoom: 1;
		display: inline-block;
		margin: 75px 0 60px;
		margin: 75px 0 60px;
		text-align: center;
	}

	.modulo-shortcut a > p {
		color: #BE3532;
		font-family: "Open Sans";
		font-size: 16px;
		line-height: 22px;
		text-align: center;
		text-decoration: none;
		padding-top: 25px;
		display: block
	}

	.modulo-shortcut a:hover > p {
		color: #8F2A29;
	}


	.container-topo {
		padding-top: 30px;
	}

	/*Homepage*/
	.banner-noticias {
		padding-bottom: 40px;
	}

	.banner-noticias .ver-todas {
		color: #8B9EA8;
		font-family: "Open Sans";
		font-size: 13px;
		font-weight: bold;
		line-height: 18px;
		text-transform: uppercase;
		display: inline-block;
	}

	.banner-noticias h1 {
		display: inline-block;
		padding-right: 10px;
	}

	.banner-noticias .ver-todas:hover {
		color: #37474F;
	}

	.banner-noticias .noticia {
		color: #37474F;
		font-family: "Open Sans";
		font-size: 20px;
		line-height: 27px;
		min-height: 79px;
	}
	.banner-noticias .noticia:hover {
		color: #1E292F;
	}



	.banner-noticias .col-xs-4:hover {
		opacity: 0.7;
	}

	.noticia_hp {
		position: relative;
		margin-bottom: 30px;
	}

	.banner-noticias .data {
		color: #BE3532;
		font-family: "Open Sans";
		font-size: 13px;
		font-weight: bold;
		line-height: 18px;
		text-transform: uppercase;
		padding-top: 20px;
		position: absolute;
		top: 85px;
	}
	.banner-noticias .data:hover {
		color:#8F2A29}




		.banner-noticias .row {
			padding-top: 25px;
		}

		/*PAISES ELEMENT*/
		.paises {

			/*border:solid;*/
		}

		.paises .top {
			background: url('../images/redbg.png');
			background-position: right 50px;
			background-repeat: repeat-x;
			height: 375px;
		}

		.paises .paises-list {
			padding-top: 100px;
			padding-left: 40px;
		}

		.paises .paises-list ul {
			padding-left: 0;
			padding-top: 15px;
		}

		.paises .paises-list li {
			display: inline;
		}

		.paises .paises-list li a {
			text-transform: uppercase;
			color: #FFFFFF;
			font-family: "Open Sans";
			font-size: 18px;
			line-height: 29px;
			text-decoration: none;
		}

		.paises .paises-list li {
			color:#ffffff;

			/*content: ' |';*/
		}

		.paises .paises-list li a:hover {
			background: #8F2725;
			text-decoration: none;
		}

		.paises .titulo {
			color: #FFFFFF;
			font-family: "Open Sans";
			font-size: 28px;
			font-weight: bold;
			line-height: 30px;
		}

		.paises .bottom {

			/* background-image: url(../icons_svg/map.svg); */
			background-position: center -1px !important;
			background-repeat: no-repeat !important;
			padding: 50px 0;
			height: 260px;
			width: 100%;
			position: relative;
			right: 15px;
		}

		.eventos-documentos {
			border-top: 1px solid #BE3532;
			padding: 10px 0;
		}

		/*Tables*/
		.table-noticias { width: 100%}

		.table-noticias > thead {
			border: none;
		}

		.table-noticias > thead > tr > th {

			/*Column Title*/
			width: 80%;
			border: none;
			color: #BE3532;
			font-family: "Open Sans";
			font-size: 13px;
			font-weight: bold;
			letter-spacing: 1px;
			line-height: 18px;
			text-transform: uppercase;
		}

		.table-noticias > tbody > tr > td {
			border-bottom: 1px solid #BE3532 !important;
			padding-top: 20px;
			padding-bottom: 20px;
			vertical-align: text-top;
		}

		.table-noticias > tbody > tr td:first-child a {
			font-family: "Open Sans";
			font-size: 24px;
			line-height: 30px;
			color: #BE3532;
		}

		/*Heading container*/
		.heading-container {
			border: 1px solid #BE3532;
			margin: 0 -50px;
			padding: 50px 0;
			margin-bottom: 32px;
			/*height: 210px;*/
			height: auto;
		}

		/*Subnav/Accordion*/
		.cross {

			/*transform: rotate(45deg);*/
		}

		.rotate-cross {
			transform: rotate(45deg);	/*transform: rotate(180deg);*/
			transition: .3s;
		}

		.default-cross {
			transform: rotate(-0deg);
			transition: .3s;
		}
		.panel-body {
		    padding: 25px;
		}
		.panel-group {
    		margin-bottom: 40px;
		}		

		.panel-title {
			color: #BE3532;
			font-family: "Open Sans";
			font-size: 15px;
			line-height: 20px;
		}

		.panel-heading {
			padding: 10px 0px;
		}

		.panel {
			border-bottom: 1px solid #BE3532;
			box-shadow: none;
		}

		.panel + .panel {
			padding-top: 20px;
		}

		.panel-group .panel-heading + .panel-collapse > .panel-body {
			border: none;
		}

		.panel-group .panel {
			border-radius: 0;
		}

		.panel-group .panel + .panel {
			margin-top: 10px;
		}

		/*Subnav*/
		.subnav {
		    margin-top: 18px;
		    margin-right: 0px;
		}

		.subnav a {
			font-family: "Open Sans";
			font-size: 16px;
			font-weight: bold;
			line-height: 32px;
			color: #BE3532;
			display: block;
			text-transform: uppercase;
			text-decoration: none;
		}

		/*Select box*/
		.select-box {
			padding-top: 30px;
			padding-bottom: 30px;
		}

		/*Modulo Encontros*/
		.modulo-encontros {
			text-align: center;
			display: inline-block;
			padding: 0 15px;
		}

		.modulo-encontros p {
			color: #fff;
			font-family: "Open Sans";
			font-size: 16px;
			line-height: 22px;
			text-align: center;
			text-decoration: none;
			padding-top: 25px;
			display: block;
		}

		/*Footer*/
		.footer {
			border-top: 0px;
		}

		.bcplp-footer {
			background-color: #ECEFF1;
			padding: 50px 0;
			margin-top: 45px;
		}

		.bcplp-footer a {
			text-decoration: none
		}

		.bcplp-footer a+a {
			padding-left: 25px;
		}

		.copyright {
			opacity: 0.32;
			color: #37474F;
			font-family: "Open Sans";
			font-size: 13px;
			line-height: 18px;
		}

		.btn-xs {
			padding: 5px 30px;
			height: 28px;
			border-radius: 20px;
			background-color: #BE3532;
			color: #FFFFFF;
			font-family: "Open Sans";
			font-size: 13px;
			text-align: center;
			text-transform: uppercase;
			font-weight: 400;
			margin-bottom: 80px;
		}

		/*Menu*/
		.menu-sub-entry {
			font-size: 13px;
			font-weight: bold;
			letter-spacing: 1px;
			line-height: 18px;
			padding-right: 20px;
			text-transform: uppercase;
		}

		.menu-sub-entry a {
			color: #B0BEC5;
		}

		.menu-sub-entry a:hover,
		.menu-sub-entry a:active,
		.menu-sub-entry a:focus {
			color: #BE3532;
			box-shadow: inset 0 -4px 0 #BE3532;
			background: transparent;
			padding-bottom: 12px;
		}



		.form-select {
			position: relative;
			box-sizing: border-box;
			height: 2.32%;
			width: 200px !important;
			border: 1px solid #BE3532;
			padding: 16px;
			margin: 0 auto;
			color: #BE3532;
			cursor: pointer;
			font-weight: bold;
			text-decoration: none;
			white-space: nowrap;
			line-height: 24px;
			margin-right: 10px !important;
		}

		.nav > li > a {
			padding: 10px 13px !important;
		}

		.modulo-encontros {
			width: 100%;
			text-align: center;
			-ms-text-justify: distribute-all-lines;
			text-justify: distribute-all-lines;
		}

		.modulo-encontros > div {
			width: 13%;
			height: 140px;
			vertical-align: top;
			display: inline-block;
			*display: inline;
			zoom: 1;
		}

		@import "lesshat";
		@import url(https://fonts.googleapis.com/css?family=Roboto:100,300);
		@font-family-base: 'Roboto', sans-serif;

		// Structure
		.container {
			.size(700, 200);
			margin: 40px auto;
		}

		.block-media {
			.size(350, 200);
			display: inline-block;
			float: left;
		}

		.block-text {
			.box-sizing(border-box);
			.size(350, 200);
			background-color: #2c3e50;
			display: inline-block;
			float: left;
		}

		// Content
		.carousel-images {
			& > .slick-list {
				padding: 0 !important;

				& > .slick-slide {
					width: 350px !important;
				}

			}

			& > .slick-prev {
				left: 10px;
			}

			& > .slick-next {
				right: 10px;
			}

			& > .slick-dots {
				bottom: -10px;

				& > li button:before {
					font-size: 12px;
				}

			}

		}

		.carousel-text {
			font-family: @font-family-base;
			font-weight: 100;
			padding: 20px;

			.title {
				color: #bdc3c7;
				font-size: 1.05em;
				font-weight: 300;
				text-transform: uppercase;
			}

			.headline {
				color: #fff;
				text-align: justify;
			}

		}

		/*_home*/
		.destaques-container {
			position: relative;
			z-index: 1;
			top: 0;
			right: 0;
			left: 0;
			height: 550px;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: 50% 50%;
		}

		.destaques-container > .row {
			height: 107%;
		}

		.destaques-background {
			background-size: cover;
			background-repeat: no-repeat;
			background-position: 50% 50%;
		}

		.destaques {
			background-color: rgba(0, 0, 0, 0.6);
			height: 106%;
		}

		.destaques > .destaques-buttons {
			height: 35px;
			width: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
		}

		.destaques-buttons > div {
			height: 100%;
			padding: 5px 20px;
		}

		.destaques-buttons > div > img {
			margin: 7px auto;
		}

		.arrow-right {
			text-align: right;
			border-left: 1px solid lightgrey;
		}

		.demo {
			width: 650px;
		}

		.demo > ul {
			list-style: none outside none;
			padding-left: 0;
			margin-bottom: 0;
		}

		.demo > ul > li {
			display: block;
			float: left;
			margin-right: 6px;
			cursor: pointer;
		}

		.demo > img {
			display: block;
			height: auto;
			max-width: 100%;
		}

		/*29-08*/
		.intro-text {
			width: 100%;
			color: #BE3532;
			font-size: 16px;
			line-height: 24px;
		}

		/*Button Loading*/

		/*PLUS btn*/

		.btn-inverted {
			color: #BE3532;
			font-family: "Open Sans";
			font-size: 18px;
			background-color: #FFFFFF;
			padding: 13px 20px 8px 20px !important;
			border: 1px solid #BE3532 !important;
			font-weight: 600;
		}

		.btn-inverted:hover,
		.btn-inverted:focus,
		.btn-inverted:active,
		.btn-inverted.active,
		.open > .dropdown-toggle.btn-inverted {
			border: 1px solid #8F2A29;
			color: #8F2A29;
		}

		.icon-plus > img {
			width: 25px;
			height: 25px;
			padding-right: 5px;
			padding-bottom: 5px;
		}

		.icon-loading > img {
			width: 25px;
			height: 25px;
			margin-right: 5px;
			margin-top: -1px;
			-webkit-animation-name: spin;
			-webkit-animation-duration: 4000ms;
			-webkit-animation-iteration-count: infinite;
			-webkit-animation-timing-function: linear;
			-moz-animation-name: spin;
			-moz-animation-duration: 4000ms;
			-moz-animation-iteration-count: infinite;
			-moz-animation-timing-function: linear;
			-ms-animation-name: spin;
			-ms-animation-duration: 4000ms;
			-ms-animation-iteration-count: infinite;
			-ms-animation-timing-function: linear;
			animation-name: spin;
			animation-duration: 4000ms;
			animation-iteration-count: infinite;
			animation-timing-function: linear;
		}

		@-ms-keyframes spin {
			from {
				-ms-transform: rotate(0deg);
			}

			to {
				-ms-transform: rotate(360deg);
			}

		}

		@-moz-keyframes spin {
			from {
				-moz-transform: rotate(0deg);
			}

			to {
				-moz-transform: rotate(360deg);
			}

		}

		@-webkit-keyframes spin {
			from {
				-webkit-transform: rotate(0deg);
			}

			to {
				-webkit-transform: rotate(360deg);
			}

		}

		@keyframes spin {
			from {
				transform: rotate(0deg);
			}

			to {
				transform: rotate(360deg);
			}

		}

		.pager li > a,
		.pager li > span {
			border: none;
			border-radius: 0;
		}

		.outro {
			color: #FFFFFF;
			font-family: "Open Sans";
			font-size: 20px;
			font-weight: 400;
			line-height: 29px;
		}

		.view-lista-de-encontros {
			margin: 0 auto;
		}

		.form-item-exposedfilter {
			display: none !important;
		}


	.space-before-title {
    padding-right: 105px!important;
}

	.space-before-text {
    padding-right: 30px!important;
}
	
		.bgred-projeto {
			margin-bottom: 20px;
			padding-top: 200px;
			padding-bottom: 25px;
			margin-top: 50px;
		}

		.bgred-encontros {
			margin-bottom: 20px;
			padding-top: 140px;
			padding-bottom: 40px;
			margin-top: 50px;
		}

		.bgred-eventos {
			margin-bottom: 20px;
			padding-top: 200px;
			padding-bottom: 65px;
			margin-top: 50px;
		}

		.bgred-noticias {
			margin-bottom: 20px;
			padding-top: 200px;
			padding-bottom: 65px;
			margin-top: 50px;
		}

		.panel-body p.red {
			margin: 0;
		}

		/*tamanho da seta*/
		.table-noticias  a > img {
			width: 24px;
			height: 21px
		}

		.panel-group .panel-heading + .panel-collapse > .panel-body {
			border-top: 1px solid #BE3532;
		}

		.navbar-default .navbar-nav >li > a:hover, a:active {
			color: #8F2A29;
		}

		.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
			color: #be3532;
		}

		/*imagem de destaque detalhe*/
		.hide-img {
			display: none;
		}


		/*Paginação Pessquisa*/
		.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
		    z-index: 3;
		    color: #8f2a29;
		    cursor: default;
		    font-weight: bold;
		    background-color: transparent;
		}

		 .pagination > li:first-child > a, .pagination > li:first-child > span {
		    margin-left: 0;
		    border-top-left-radius: 0;
		    border-bottom-left-radius: 0;
		}

		.pagination > li > a, .pagination > li > span {
		    position: relative;
		    float: left;
		    padding: 6px 12px;
		    margin-left: -1px;
		    line-height: 1.42857143;
		    color: #be3532;
		    text-decoration: none;
		    background-color: #fff;
		    border: none;
		}

		.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
		    z-index: 2;
		    color: #8f2a29;
		    background-color:transparent;
		    border-color: none;
		}

		.hide-desktop{ 
			display: none;
		}

		/* zona de contactos em detalhes */
		.contactos-eventos > h1 {
			margin: 40px 0 30px 0px;
		}

		.contactos-eventos > div > p {
			line-height: 21px;
		}

		.contactos-eventos > div > p > .img-contactos{
			padding-right: 10px;
			float:left;
			margin-top: 6px;
		}

		.contactos-eventos > div > p.red {
			line-height: 30px;
		}

		.contactos-eventos a:hover, a:active {
		    color: #8F2A29
		}


		/*responsive*/
		@media screen and (max-width:767px) {
			

			.chosen-enable{
					border: 1px solid #BE3532;
				    background-color: #fff !important;
				    padding: 10px 20px 10px 5px;
				    color: #BE3532;
				    width: 290px;
				        font-family: 'Open Sans';
	
				}




			.hide-mobile{
				display: none;
			}

			.show-mobile{
				display: inherit;
			}

			.bgred-projeto {
				padding-bottom: 0 !important;
				padding-top: 119px !important;
			}

			.bgred-encontros {
				padding-bottom: 0 !important;
				padding-top: 51px !important;
			}

			.bgred-eventos {
				padding-top: 115px !important;
				padding-bottom: 68px !important;
			}

			.bgred-noticias {
				padding-top: 116px !important;
			}

.views-field-title {
				padding-right: 0!important;
			}

			.space-before-title {
				padding-right: 0!important;
			}

			.space-before-text {
				padding-right: 0!important;
			}

			.form-item-exposedfilter {
				display: block !important;
			}

			.home-container {
				border-bottom: 1px solid #BE3532;
				outline: none;
			}

			.paises .top {
				height: auto !important;
			}

			.ver-todas {
				float: right;
				padding: 18px 5px 0 0;
			}

			.paises {
				background: #ffffff;
			}

			.paises img {
				width: 100%;
			}

			.paises .paises-list {
				padding: 24px 40px 24px 40px;
				background: #be3532;
				margin-top: 15px;
			}

			.bottom {
				background-size: 100% !important;
				background-position: center -1px !important;
				height: 280px !important;
				padding-top: 80px !important;
			}

			.intro-text {
				max-width: 100%;
				padding-top: 0;
			}

			.modulo-documentos {
				padding-top: 25px;
				padding-right: 50px;
			}

			.modulo-documentos .documento:before {
				content: url(../icons_svg/documentos_small.svg);
				padding: 0;
				display: block;
			}

			.modulo-shortcut {
				height: 120px;
				margin: 15px 0 25px;
			}

			.links-rapidos {
				margin: 40px 0 !important;
				text-align: center;
				margin: 0px auto;
				width: 100%;
			}

			.modulo-documentos .titulo {
				padding-bottom: 28px;
			}

			.documento {
				line-height: 40px;
			}

			.eventos-documentos {
				border-top: none;
			}

			.modulo-eventos .ver-todos {
				font-size: 14px;
				text-transform: uppercase;
				padding: 19px 0 0 0;
				float: right;
			}

			.modulo-eventos .outros-eventos .outro a span {
				font-weight: bold;
				text-transform: uppercase;
				display: block;
			}

			.modulo-eventos .localizacao {
				font-size: 16px;
			}

			.doc_bg {
				margin: 0 !important;
			}

			.eventos-documentos {
				margin: 0 !important;
			}

			.destaques {
				width: 100%
			}

			#container-destaque-homepage .lightSlider-destaques-pager {
				display: none;
			}

			.bg_bussola, .bg_bussola_small {
				display: none
			}

			.footer-bg {
				background-color: #ECEFF1;
			}

			.modulo-documentos {
				padding-top: 25px;
				padding-right: 0;
			}

			/* Detalhe encontro*/
			.highlighted-encontros {
				margin: 15px;
				height: 200px;
				padding: 25px 10px;
				width: 96%
			}

			.destaque-top {
				display: none;
			}

			.container-imagem-detalhe {
				display: none;
			}

			.hide-img {
				display: block !important;
				padding: 15px 0;
			}

			.table-noticias > tbody > tr > td {
				border-bottom: none !important;
				padding-top: 10px;
				padding-bottom: 10px;
				vertical-align: top;
			}

			table tr > * {
				display: block;
			}

			table thead {
				display: none;
			}

			.table-noticias > tbody > tr > td:last-child {
				border-bottom: 1px solid #BE3532 !important;
			}

			.table-noticias img {
				display: none;
			}

			.heading-container {
				border: none;
				margin: 0;
				padding: 0 0 25px 0;
				margin-bottom: 0;
				height: auto;
			}

			.exposedfilter {
				display: none;
			}
			.banner-noticias .noticia {
				min-height: 10px

			}

			.banner-noticias .data {
				padding-top: 0;
				margin-bottom: 20px;
				position: relative;
				top:0;

			}
			/* Datas em linhas separadas*/
		

			.arrow-date {
				 display: none;
			}
		
			.float-left {
			    float: none!important;
			}

			.hide-mobile {
				display: none;

			}

		
		}

		




			@media screen and (max-width:992px) {
				.subnav a {
					margin-right: 15px;
					display: -webkit-inline-box;
					margin-bottom: 10px;
				}

			}

			.bg_bussola {
				height: 450px;
				width: 450px;
				background: url(../images/bussola_backgrounds.png);
				background-size: cover;
				background-repeat: no-repeat;
				background-position: 50% 50%;
				position: absolute;
				top: -277px;
				right: -274px;
				z-index: -1;
			}

			.bg_bussola_small {
				height: 125px;
				width: 125px;
				background: url(../images/bussola_backgrounds_2.png);
				background-size: cover;
				background-repeat: no-repeat;
				background-position: 50% 50%;
				position: absolute;
				top: 1152px;
				left: -113px;
				z-index: -1;
			}

			.home-container {

	/*outline: 1px solid #BE3532;
	outline-offset: 50px;*/	
	margin-top: -100px;
	padding-top: 180px;
	background: #ffffff;
	position: relative;
}

.home-container:before {
	display: block;
	content: " ";
	position: absolute;
	top: -50px;
	left: -51px;
	right: -51px;
	bottom: -40px;
	border: 1px solid #BE3532;
	z-index: -1;
}

.paises .paises-list {
	padding-top: 100px;
	padding-left: 40px;
	padding-right: 40px;
}

.modulo-documentos {
	padding-top: 25px;
	padding-right: 40px;
}

.eventos-documentos {
	border-top: 1px solid #BE3532;
	padding: 23px 0;
	margin: 0 -66px;
}

.doc_bg {
	margin: 0 0 0 -30px;
}

/* CSS do Luís Santos */
#exposedfilterPM {
	padding: 0px;
}

#exposedfilterPM li {
	display: inline-flex;
	float: none;
}

.exposedfilter li {
	display: inline-flex;
	float: left;
}

.exposedfilter li span a {
	color: #ffffff;
	font-family: "Open Sans";
	font-weight: 100;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	padding-top: 25px;
	display: block;
	width: 159px;
}

.exposedfilter li span a img {
	pointer-events: none;
}

.exposedfilter li span a.active {
	opacity: 1 !important;
}

.exposedfilter li span a.inactive {
	opacity: 0.2;
}

#all-option {
	height: 30px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#all-option a {
	width: auto;
	color: #BE3532;
	font-weight: 700;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 13px;
	padding-top: 0px;
}

.exposedfilter li span a br {
	line-height: 48px;
}

.view-filters.form-group {
	margin-bottom: 30px;
}

.gray {
	color: #8B9EA8 !important;
}

#option-selected {
	padding-left: 8px;
	pointer-events: none;
}

/**/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	box-shadow: inset 0 -5px 0 #fff;
	background-color: transparent;
	color: #fff;
}

.shadow {
	-webkit-box-shadow: 0px 0px 33px -5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 33px -5px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 33px -5px rgba(0, 0, 0, 0.6);
}
.shadow-hp {
	-webkit-box-shadow: 0px 10px 41px -5px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 10px 41px -5px rgba(0,0,0,0.60);
	box-shadow: 0px 10px 41px -5px rgba(0,0,0,0.60);
}

.arrow-back {
	transform: rotate(90deg);
	margin-bottom: 0.5px;
	margin-right: 5px;
	width: 10px;
	text-indent: -9999px;
}

.see-all {
	position: relative;
	z-index: 1;
	text-decoration: none;
	color: #37474F;
	font-size: 13px;
	font-weight: 600;
	line-height: 29px;
	font-family: 'Open Sans';
}

.see-all:active {
	color: #37474F;
}

.footer-text {
	opacity: 0.32;
	color: #37474F;
	font-family: "Open Sans";
	font-size: 13px;
	line-height: 18px;
	padding-right: 30px
	}

/**/
.intro-text {
	width: 100%;
	color: #BE3532;
	font-size: 16px;
	line-height: 24px;
	padding: 20px;
}

@media screen and (max-width:660px) {
	.home-container {
		margin: 0;
		width: 100%;
	}

	.bottom {
		height: 230px !important;
	}

	.highlighted-encontros {
		width: 94%;
	}



}

@media screen and (max-width:520px) {
	.bottom {
		height: 170px !important;
	}


		    
}
@media screen and (max-width:400px) {
	.bottom {
		height: 170px !important;
	}

}

@media screen and (max-width:390px) {
	.bottom {
		height: 140px !important;
	}

	.highlighted-encontros {
		width: 90%;
	}

}

iframe {
	border: none;
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
	height: 280px!important;
}

/*Conteudos Relacionados*/

#conteudos-relacionados{
	margin-left: 25px;
	margin-top: 90px;
}

#conteudos-relacionados h3{
	margin-left: -8px;
}

#conteudos-relacionados .link{
	border-top: 1px solid #D2D9DC;
	padding: 8px 5px;
	margin-bottom: 0px;
}

#conteudos-relacionados .link:first-child{
	border-top: 0px;
	padding: 8px 5px;
	margin-bottom: 0px;
} 

#conteudos-relacionados .link:before {
	content: url('../icons_svg/link.svg');
	padding-right: 0px;
	width: 5px;
	height: 5px;
	-webkit-transform: translateY(0px) rotate(0deg) scale(0.04);
	-moz-transform: translateY(0px) rotate(0deg) scale(0.04);
}

#conteudos-relacionados .link a {
	padding-left: 55px;
	color:#BE3532;
}

/*Conteudos Relacionados*/

.hs-responsive-embed { 
	position: relative; 
	height: 0; 
	overflow: hidden; 
	padding-top: 0; 
	padding-left: 0; 
	padding-right: 0; 
}

.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	border: 0; 
}

.hs-responsive-embed, 
.hs-responsive-embed.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
	padding-bottom: 56.25%; 
}

.video-embed-field-responsive-video {
    width: 100%!important;
    height: auto!important;
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: auto!important;
}

.float-left { 
	float: left;
 }

.button_search {
    background: transparent;
    border: none;
}

@media screen and (max-width: 768px){

	#mobile-menu input.pull-right{
		width: 100% !important;
	}
}
