/* here you can put your own css to customize and override the theme */

.header{
	position: fixed !important;
	width: 100%;
}

.helper_margin_menu{
	padding-top: 90px;
}

body{
	counter-reset: participantes;
}

p{
	margin: 0px;
	padding: 0px;
}

.page-calendario .holder_mes{
	padding-bottom: 60px;
	padding-top: 50px;
}

.page-calendario .holder_mes:nth-child(even){
	background-color: #f4f4f5;
}

.page-calendario .holder_mes h2{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	color: #e23d02;
	text-align: center;
}

.page-calendario .holder_mes .holder_formacoes{
	max-width: 810px;
	margin: 0 auto;
	padding: 0 15px;
}

.page-calendario .holder_mes .holder_formacoes .formacao_linha{
	margin-top: 30px;
}

.page-calendario .holder_mes .holder_formacoes .formacao_linha .dia{
	background: #e23d02;
	width: 135px;
	height: 135px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding-top: 33px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}

.page-calendario .holder_mes .holder_formacoes .formacao_linha .dia span{
	font-size: 53px;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 35px;
}

.page-calendario .holder_mes .holder_formacoes .formacao_linha .info{
	display: inline-block;
	width: Calc( 100% - 154px );
	padding: 15px 25px;
}

.page-calendario .holder_mes .holder_formacoes .formacao_linha .info .titulo{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #e23d02;
	margin-bottom: 5px;
}

.page-calendario .holder_mes .holder_formacoes .formacao_linha .info .localizacao{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	color: #e23d02;
	margin-bottom: 7px;
}

.page-calendario .holder_mes .holder_formacoes .formacao_linha .info .texto{
	color: #3b3434;
	margin-bottom: 15px;
	font-size: 13px;
}

.page-calendario .holder_mes .holder_formacoes .formacao_linha .info .link{
	text-transform: uppercase;
	font-weight: 100;
	font-size: 15px;
	color: #e23d02;
	margin-top: 9px;
	text-decoration: underline;
	cursor: pointer;
}

.lightbox_formacao{
	background-color: rgba(0, 0, 0, 0.52);
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.lightbox_formacao .holder_lightbox{
	background: #fff;
	max-width: 800px;
	position: absolute;
	width: Calc( 100% - 30px );
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: Calc( 100% - 50px );
	overflow: auto;
}

.lightbox_formacao .holder_lightbox .topo{
	position: relative;
}

.lightbox_formacao .holder_lightbox .topo .banner img{
	width: 100%;
}

.lightbox_formacao .holder_lightbox .topo .holder_txt{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 0 55px;
}

.lightbox_formacao .holder_lightbox .topo .holder_txt .titulo{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	color: #fff;
}

.lightbox_formacao .holder_lightbox .topo .holder_txt .info{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
}

.lightbox_formacao .holder_lightbox .corpo{
	padding: 30px 35px;
}

.lightbox_formacao .holder_lightbox .corpo .subtitulo{
	font-size: 16px;
	font-weight: bold;
	color: #ea4333;
	margin-bottom: 7px;
}

.lightbox_formacao .holder_lightbox .corpo .zone_inscricao {
	margin-top: 40px;
	margin-bottom: 30px;
}

.lightbox_formacao .holder_lightbox .corpo .zone_inscricao .holder_informacao{

}

.lightbox_formacao .holder_lightbox .corpo .zone_inscricao .holder_informacao .coluna{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;

}

.lightbox_formacao .holder_lightbox .corpo .zone_inscricao .holder_informacao .coluna .img{
	display: inline-block;
	width: 35px;
	vertical-align: middle;
	text-align: center;
}

.lightbox_formacao .holder_lightbox .corpo .zone_inscricao .holder_informacao .coluna .txt{
	display: inline-block;
	width: Calc( 100% - 40px );
	vertical-align: middle;
}

.lightbox_formacao .holder_lightbox .corpo .holder_inputs .input{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	position: relative;
	margin-top: 25px;
}

.lightbox_formacao .holder_lightbox .corpo .holder_inputs .input.label-top span,
.lightbox_formacao .holder_lightbox .corpo .holder_inputs .input input:focus ~ span{
	top: -16px;
}

.lightbox_formacao .holder_lightbox .corpo .holder_inputs .input span{
	color: rgba(59,52,52, 0.64);
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 6px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	font-size: 11px;
	font-weight: 500;
}

.lightbox_formacao .holder_lightbox .corpo .holder_inputs .input input.input_aux{
	padding: 0px 5px;
	font-size: 15px;
	border: none;
	border-bottom: 1px solid red;
	width: Calc( 100% - 25px );
	outline: none;
}

.lightbox_formacao .holder_lightbox .corpo .holder_participantes{
	margin-top: 40px;
}

.lightbox_formacao .holder_lightbox .corpo .holder_participantes .participante{
	position: relative;
}

.lightbox_formacao .holder_lightbox .corpo .holder_participantes .participante:before{
	counter-increment: participantes;
	content: "" counter(participantes) "";
	background-image: url(/site/imagens/shape_participantes.png);
	width: 20px;
	display: block;
	position: absolute;
	left: -22px;
	padding-left: 10px;
	height: 21px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding-top: 1px;
}

.lightbox_formacao .holder_lightbox .corpo .holder_participantes .label_participante{
	color: rgba(228, 60, 18, 0.64);
	font-weight: 600;
	font-size: 15px;
	position: relative;
}

.lightbox_formacao .holder_lightbox .corpo .holder_participantes .label_participante .btn-menos{
	position: absolute;
	right: 40px;
	top: 0;
}

.lightbox_formacao .holder_lightbox .corpo .holder_participantes .label_participante .btn-menos button{
	margin: 0;
	width: 34px;
	padding: 6px 0;
	background-color: rgba(228, 60, 18, 0.64);
}

.lightbox_formacao .holder_lightbox .corpo button{
	padding: 10px 10px;
	background-color: #ed4720;
	color: #fff;
	border: none;
	margin: 15px 0;
	outline: none;
}

.lightbox_formacao .holder_lightbox .corpo a{
	color: #ed4720;
}

.lightbox_formacao .holder_lightbox .corpo .zone_investimento{
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}

.lightbox_formacao .holder_lightbox .corpo .zone_investimento .img{
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}

.lightbox_formacao .holder_lightbox .corpo .zone_investimento .txt{
	width: Calc( 100% - 35px );
	display: inline-block;
	vertical-align: middle;
}

.lightbox_formacao .holder_lightbox .corpo .checkbox_holder{
	margin-bottom: 20px;
}

.footer1{
	min-width: unset;
	height: auto;
}

.contactos .subdivs img{
	max-width: 100%;
}

.holder_question_3{
	margin: 10px 0 0px;
}

.holder_question_3 select{
	margin-bottom: 20px;
}

.select2-drop{
	z-index: 9999;
}

.select2-container-multi .select2-choices {
	min-height: 22px;
	border: none;
	border-bottom: 1px solid red;
}

.select2-container-multi.select2-dropdown-open .select2-choices{
	border: none;
}

.select2-container-multi .select2-choices .select2-search-field input{
	min-height: 22px;
	padding: 0 6px;
}

.select2-container-multi.select2-dropdown-open .select2-choices {
	border: none !important;
	border-bottom: 1px solid red !important;
	font-size: 12px;
}

.select2-container-multi .select2-choices .select2-search-choice{
	margin: 0 0 0px 5px;
}

@media screen and (max-width: 1200px) {

	.resumo {
		top: 10%;
		padding-right: 17%;
		padding-left: 17%;
	}

	.conteudo {
		top: 10%;
		padding-right: 16%;
		padding-left: 16%;
	}

}

@media screen and (max-width: 1130px) {

	.servicos{
		height: auto;
	}

	.servicos .div_servicos{
		text-align: center;
		padding-top: 40px;
		max-width: 650px;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.servicos .div_servicos .bloco_servicos,
	.servicos .div_servicos .bloco_servicos2{
		width: 200px;
		padding-right: 15px;
		padding-left: 15px;
		top: unset !important;
		float: none;
		display: inline-block;
		margin-bottom: 20px;
		vertical-align: top;
	}

	#back_image_2{
		display: none;
	}

}

@media screen and (max-width: 992px) {

    .footer1 > div{
		margin-top: 15px !important;
		margin-left: 0px !important;
		float: none !important;
		text-align: center;
	}
	
	.assinatura_website{
	    margin-bottom: 10px;
	}
	
	.contactos .subdivs{
		width: 50%;
		padding-left: 0;
		float: none !important;
		display: inline-block;
		margin-right: -4px;
		vertical-align: middle;
		top: 0;
		padding: 0 20px;
	}

	.contactos .subdivs:first-child{
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
		margin-top: 20px;
	}

	.contactos {
		height: auto;
		padding: 10px 30px 30px;
	}

}

@media screen and (max-width: 850px) {

	.resumo {
		width: 100%;
		text-align: center;
		position: relative;
		top: 10%;
		font-size: 25px;
		color: #FFF;
		padding-right: 30px;
		padding-left: 30px;
	}

	.conteudo {
		width: 100%;
		text-align: center;
		position: relative;
		top: 15%;
		font-size: 24px;
		font-weight: bold;
		color: #FFF;
		padding-right: 30px;
		padding-left: 30px;
	}

}

@media screen and (max-width: 767px) {

	.header .navbar-btn{
		background-color: #e23d02;
		margin-top: 35px;
		margin-right: 50px;
	}

	.header .navbar-btn:hover{
		background-color: #e23d02;
	}

	.header .navbar-collapse{
		padding-left: 15px;
		padding-right: 15px !important;
		text-align: center;
	}

	.header .navbar-collapse ul.nav{
		width: 100%;
		margin: 15px 0;
	}

	.page-calendario .holder_mes .holder_formacoes .formacao_linha .info{
		padding: 10px 15px;
	}

	.footer1 > div{
		margin-top: 15px !important;
		margin-left: 0px !important;
		float: none !important;
		text-align: center;
	}

	.lightbox_formacao .holder_lightbox .corpo .holder_inputs .input{
		width: 100%;
	}

	.lightbox_formacao .holder_lightbox .corpo .zone_inscricao .holder_informacao .coluna{
		width: 100%;
	}

}

@media screen and (max-width: 650px) {

	.page-calendario .holder_mes .holder_formacoes .formacao_linha .info{
		width: 100%;
		padding: 10px 0;
	}

	.page-calendario .holder_mes .holder_formacoes .formacao_linha .dia{
		margin-bottom: 10px;
	}

	.page-calendario .holder_mes .holder_formacoes .formacao_linha{
		text-align: center;
	}

	.contactos .subdivs{
		width: 100%;
		margin-bottom: 20px;
	}

	.contactos .subdivs img{
		float: none !important;
		display: block;
		margin: 0 auto;
	}

	.lightbox_formacao .holder_lightbox .corpo {
		padding: 30px 25px;
	}

}

@media screen and (max-width: 600px) {

	.lightbox_formacao .holder_lightbox .topo .banner{
		position: relative;
	}

	.lightbox_formacao .holder_lightbox .topo .banner img{
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		position: relative;
		left: 50%;
		width: 680px;
	}

	.lightbox_formacao .holder_lightbox .topo .holder_txt{
		padding: 0 15px;
	}

}

@media screen and (max-width: 500px) {

	.header a.logo-v1 img{
		margin-left: 10px !important;
	}

	.header .navbar-btn{
		margin-right: 30px;
	}

	.contactos .subdivs .texto table{
		display: block;
	}

	.contactos .subdivs .texto table td{
		display: block;
		width: 100% !important;
		margin-bottom: 20px;
	}

}

