@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body{

	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #000;
}

body.modal,
#sbox-content,
body.view-profile{

	background-color: #231f20 !important;
	color: #FFF;
}

.body-overlayed{

	overflow: scroll !important;
}

*:focus {
    outline: none;
}

h2{

	font-size: 22px;
	line-height: 30px;
	margin: 25px 0 0;
}

h2 a{

	color: #000;
}

.itemTitle{

	margin: 0 0 40px;
}


h3{

    text-align: center;
    margin: 0px 0 50px;
    position: relative;
    font-size: 25px;
    line-height: 30px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
}

h3:before {
    width: 5%;
    height: 5px;
    background: #a71815;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}

h5{

	font-size: 18px;
	margin: 5px 0 10px;
	line-height: 25px;
}

.participantes h5{

	padding:20px 10px 0;
	margin: 0;
	background: #EAEAEA;
}


a{

	text-decoration: none;
}

p{

	margin:0;
}

img,
iframe{

	max-width: 100%;
	height: auto;
}

iframe{

	width: 100%;
}

#contentor p{

	margin: 0 0 15px;
}

.full{

	float: left;
	width: 100%;
}

#logo{

	width: 217px;
}

#pesquisa img{

	width: 25px;
	cursor: pointer;
}

#topMenu ul{

	padding: 0;
	margin: 0;
	list-style: none;
}

#topMenu li{

	float: left;
	margin: 0 5px 0 0;
}

#topMenu li a{

	color: #231f20;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

#topMenu ul > li:first-child a{

	border-right: solid 2px #a90f14;
	padding: 0 5px 0 0;

}


@media(min-width: 641px) and (max-width: 1199px){

	.cabecalho_categoria .btn,
	#mod_pesquisa .btn,
	.destaque .btn,
	.controls .btn{

		font-size: 16px;
		font-weight: bold;
		padding:10px 50px;
	}		

	iframe{

		min-height: 400px;
	}

	.itemTitle{

		font-size: 30px;
		line-height: 35px;
	}

	.itemTitle,
	.itemFullText{

		width: 97%;
		padding: 0 1.5%;
	}	

	#contentor{

		padding: 40px 0;
	}

	.img_destaque{

		display: none;
	}	

	#itemListPrimary .itemContainer{

		float: left;
		width: 48%;
		margin: 0 0 20px;
	}

	#tabela_equipa td td{

		padding: 20px;
		width: 50%;
	}

	#table_moderador td{

		display: table;
		margin: 0 auto;
		padding: 0;
		width: auto !important;
	}

	#itemListPrimary > .itemContainer:nth-child(odd){

		clear: left;
	}

	#itemListPrimary > .itemContainer:nth-child(even){

		float: right;
	}

	footer{

		text-align: center;
	}
}

@media (min-width: 50px) and (max-width: 640px){

	.itemFullText iframe{

		height: 220px;
	}

	#sbox-content iframe{

		height: 810px !important;
	}

	.img_destaque{

		display: none;
	}

	#logo,
	#top_elem{

		display: table;
		margin: 0 auto;
		padding: 20px 0;
	}

	#contentor{

		padding: 30px 0;
	}

	.itemTitle{

		font-size: 25px;
		line-height: 30px;
		width: 97%;
		padding: 0 1.5%;
	}

	#pesquisa{

		text-align: center;
	}

	#close{

		right: 5px !important;
	}

	.cabecalho_categoria .btn,
	#mod_pesquisa .btn,
	.destaque .btn,
	.controls .btn{

		font-size: 10px;
		font-weight: bold;
		padding: 5px 10px;
	}	

	.controls .btn{

		padding: 10px 30px;
		font-size: 12px;
	}

	.itemFullText{

		width: 97%;
		padding: 0 1.5%;
		display: block;
	}


	#tabela_equipa td td{

		width: 95%;
		padding: 0 2.5%;
		display: block;
	}	

	#tabela_equipa td td img{

		display: block;
		margin: 0 auto;
	}

	footer{

		font-size: 11px;
		text-align: center;
	}
}

@media (min-width: 641px){

	#logo{

		float: left;
	}

	#pesquisa,
	#topMenu{

		float: right;
		margin-left: 10px;
	}

}

@media (min-width: 1200px){

	.img_destaque_mob{

		display: none;
	}

	iframe{

		min-height: 670px;
	}

	.wrapper{

		width: 1200px;
		display: table;
		margin: 0 auto;
	}

	.cabecalho_categoria .btn,
	#mod_pesquisa .btn,
	.destaque .btn,
	.controls .btn{

		font-size: 12px;
		font-weight: bold;
		padding:10px 30px;
	}	

	.itemTitle{

		font-size: 35px;
		line-height: 40px;
	}

	#header{

		padding: 10px 0;
		border-bottom: solid 10px #231f20;
	}

	#contentor{

		padding: 80px 0;
	}

	#table_moderador{

		width: 35%;
	}

	#table_participantes{

		width: 65%;
	}

	#table_participantes.tres_cols{

		width: 85%;
	}

	#tabela_equipa td td{

		padding: 20px;
		width: 50%;
	}	

	#tabela_equipa td .tres_cols td{

		width: 33.3%;
	}

	footer{

		font-size: 11px;
	}

	#footer_left{

		float: left;
	}

	#footer_right{

		float: right;
	}

}


table{

	border-collapse: collapse;
	border: solid 0px;
}

#tabela_equipa{

	width: 100%;
	padding:10px 0;
}

#table_moderador{

	margin: 0 auto;
}

#table_participantes{

	margin: 0 auto;
}

#tabela_equipa td td{

	vertical-align: top;
}

.itemContainer{

	float: left;
	margin: 0 0 60px;
}

.data_categoria{

	font-size: 12px;
	color: #4f4f4f;
	font-weight: normal;
}

.itemFullText{

	margin: 20px 0 40px;
}

.cabecalho_categoria{

	position: relative;
	line-height: 0;
}

.participantes td{

	line-height: 0;
}

.overlay{

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	background: rgba(0,0,0, .6);
	display: none;
}

.cabecalho_categoria .btn,
#mod_pesquisa .btn,
.destaque .btn,
.controls .btn{

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	text-transform: uppercase;
	background: #FFF;
	color: #000;	
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	display: none;
	text-shadow: 0 0 0;
	border:solid 0px;
	cursor: pointer;
}

.destaque .btn{

	bottom: 20px;
	top: unset;
	transform: translateY(0);
	transform: translateX(-50%);
}

.btn i{

	color: #a90f14;
	font-size: 16px;
}

.controls .btn{

	position: static;
	transform: unset;
	left: unset;
	top: unset;
	display: block;
	margin: 40px auto 0;
}

.participantes ul{

	padding:10px 40px 20px;
	margin: 0;
	background: #EAEAEA;
	line-height: 25px;
}

.salta{

	display: block;
	z-index: 3500;
}

.salta:hover{

	display: inline-block;
	animation: bounce; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */	

}

.cabecalho_categoria .salta{

	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

footer{

	background: #231f20;
	padding: 10px 0;
	color: #FFF;
}

footer a{

	color: #FFF;
}

footer a:hover{

	text-decoration: underline;
}

#mod_pesquisa{

	position: absolute;
	top: -444px;
	left: 0;
	width: 100%;
	background: #FFF;
	z-index: 4500;
}

#mod_pesquisa .module{

	padding: 40px 5% 60px;
	width: 90%;
	float: left;
}

i.input-button,
.k2filter-cell h3,
.field-spacer{

	display: none;
}

#mod_pesquisa .wrapper,
.destaque{

	position: relative;
}

#close{

	position: absolute;
	right: 0;
	top: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.k2filter-responsive .k2filter-table .k2filter-cell{

	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	min-height: unset;
}

.K2FilterBlock .k2filter-keyword .inputbox{

	border: solid 0px;
	padding:10px 1.5%;
	border-bottom: solid 2px #4f4f4f;
}

.k2filter-cell select{

	width: auto !important;
	border-radius: 20px;
	padding:10px 5px;
	border: solid 2px #4f4f4f;
}

#mod_pesquisa .btn{

	background: #a90f14;
	position: static;
	display: table;
	margin: 40px auto 0;
	color: #FFF;
	border: solid 0px;
}

#destaque img{

	display: block;
	margin: 0 auto;

}

.k2filter-responsive .k2filter-table > .k2filter-cell1,
.k2filter-responsive .k2filter-table > .k2filter-cell2{

	float: left;
	width: auto;
}

.k2filter-responsive .k2filter-table > .k2filter-cell1{

	margin-right: 10px;

}

.controls .btn{

	position: relative;
}

.controls .btn:before{

	position: absolute;
	left: 20px;
	top: 10px;
	color: #a90f14;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
}

.form-user{

	display: table;
	margin: 0 auto;
	width: 80%;
}

.form-user input{

	background: transparent;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	border:solid 1px #FFF;
	padding: 10px 1.5%;
	width: 97%;
	color: #FFF;
}

.form-user select{

	padding: 10px 1.5%;
	width: 97%;

}

.registration h4{

	font-size: 25px;
	font-weight: bold;
	border-bottom: solid 1px #3d3c3c;
	padding: 0 0 10px;
	margin: 40px 0 10px;
}

.registration h5{

	font-size: 16px;
	color: #FFF;
	margin: 0 0 30px;
	font-weight: normal;
}

#sbox-window{

	padding: 0 !important;
}

.form-user .control-group{

	margin: 0 0 10px;
}

#sbox-content iframe{

	height: 100%;
	min-height: unset;
}

body.view-profile #header,
body.view-profile #contentor,
body.view-profile #destaque,
body.view-profile footer{

	display: none;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0 0 .5em;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
	cursor: pointer;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}

.alert-link {
	font-weight: bold;
}
.alert .alert-link {
	color: #a47e3c;
}
.alert-success .alert-link {
	color: #356635;
}
.alert-danger .alert-link,
.alert-error .alert-link {
	color: #953b39;
}
.alert-info .alert-link {
	color: #2d6987;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.controls iframe{

	height: 80px;
}

.itemFullText video{

	width: 100%;
	height: auto;
}

#contentor input{

	border: solid 1px #231f20;
	color: #231f20;
}

#contentor .form-user h4,
#contentor .form-user h5{

	color: #000;
}

#table_participantes p,
#table_moderador p{

	padding: 10px;
	background: #EAEAEA;
}