@charset "UTF-8";

/*Início Geral*/
.navblue .btn img, .inscwhitebox .btn img {
	margin-right: 3px;
	margin-top: -2px;
}
.inscwhitebox {
	border-radius: 5px;
	border: #dddddd 1px solid;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.inscwhitebox:first-child {
	margin-top: 20px;
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.boxheader {
	padding-bottom: 10px;
	border-bottom: #dddddd 1px solid;
}
.boxheader h1 {
	font-size: 16px;
	float: left;
	color:#296884;
	line-height: 20px;
	margin: 0px 5px 0px 0px;
	font-weight: bold;
}
.boxheader a {
	float: right;
	line-height: 20px;
	margin: 0px 0px 0px 15px;	
}
.boxheader a img {
	margin-right: 5px;
	margin-top: -2px;
}
.boxheader p {
	float: left;
	line-height: 20px;
	margin: 0px 15px 0px 0px !important;
}
.boxbody {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: #dddddd 1px solid;
}
.boxbody:last-child {
	border-bottom: none;
}
.boxtable {
    border-bottom: #dddddd 1px solid;
	padding:0;
}
/*Fim Inscrição Geral*/

/*Início Inscrição Header*/
.inscheader {
	background-color: #ffffff;
	border-bottom: #dddddd 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 80px;
}
.inscheader .insclogoevento {
	height: 60px;
}
.inscheader .inscnomeevento {
	font-size: 16px;
	margin-top: 10px;
}
.passoheader .media {
	height: 30px;
	margin-top: 15px;
	float: left;
}
.passoheader .media:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.passoheader .media:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.passoheader .media h4.media-heading {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 8px;
}
.passoheader .passoselecionado {
	background-color: #f89735;
	width: 70%;
}
.passoheader .passooculto {
	background-color: #aaaaaa;
	width: 10%;
}
.passoheader .passooculto .media-left {
	display: block;
	padding-right: 0;
}
.passoheader .passooculto .media-object {
	position: relative;
	left: 50%;
	margin-left: -15px;
}
.passoheader .passooculto .media-body {
	display: none;
}
.passoheader .passook {
	background-color:#296884;
	
}
/*Fim Inscrição Header*/


/*Início Produtos*/
.inscproduto .prodimg img {
	max-width: 360px;
	width: 100%;
}
.inscproduto .proddados {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.inscproduto .proddados h4 {
	font-size: 18px;
	padding-bottom: 5px;
}
.inscproduto .proddados img {
	width: 100%;
}
.prodform .btn {
	margin-top: 0px !important;
	width: 100%;
}
.prodform {
	padding-top: 10px;
}
.prodformcol {
	padding-left: 0px;
}
a.prodocultar {
	position: absolute;
	right: 15px;
	margin-top: 0 !important;
	cursor: pointer;
	font-size: 13px;
	text-decoration: underline;
}
/*Fim Produtos*/


@media (max-width:991px) {	
	/*Início Produtos*/
	.prodform .btn {
		margin-top: 21px !important;
		width: 100%;
	}
	/*Fim Produtos*/
	
	/*Início Inscrição Header*/
	.passoheader .passoselecionado {
		width: 64%;
	}
	.passoheader .passooculto {
		width: 12%;
	}
	/*Fim Inscrição Header*/
}

@media (max-width:767px) {
	.inscwhitebox {
		padding-top: 15px;
	}
	.inscwhitebox h1 {
		float: none;
		margin-bottom: 0px;
	}
	.boxheader label {
		margin-top: 15px;
	}
	.boxheader .liregulamento {
		float: none;
		clear: both;
		margin-left: 0px;
		padding-bottom: 15px;
	}
	.boxheader a {
		float: none;
		width:100%;
		clear: both;
		margin: 15px 0px 15px 0px;
		text-align: center;
	}
	.boxheader p {
		float: none;
		line-height: normal;
		padding-top: 5px;
	}
	.inscwhitebox .form-group {
		margin-bottom: 0px !important;
	}
	.continscricoes {
	margin-left: 10px;
	margin-right: 10px;
	}
	
	/*Início Produtos*/
	.proddados {
		padding-left: 25px;
		padding-right: 25px;
	}
	.prodformcol {
		padding-left: 15px;
		padding-bottom: 10px;		
	}
	.prodform {
		padding-left: 25px;
		padding-right: 25px;
	}
	a.prodocultar {
		position: relative;
		display: block;
		right: auto;
		top: auto;
		font-size: 14px;
	}
	/*Fim Produtos*/
	
	/*Início Inscrição Header*/
	.inscheader {
		height: auto;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.passoheader {
		padding-left: 0;
		padding-right: 0;
	}
	.passoheader .media {
		border-radius: 0 !important;
  		-webkit-box-shadow: 0 1px 0.5px rgba(0, 0, 0, .125);
          		box-shadow: 0 1px 0.5px rgba(0, 0, 0, .125);
	}
	/*Fim Inscrição Header*/
}