* { 
	border: 0; 
	margin: 0;
}

@media (max-width: 572px) {
	body { 
		background-color: #dfd8ce !important;
    	background-image: none !important;
	}

}
@media (max-width: 766px) {
	.left { 
		border-radius: #fff !important;
		-webkit-border-radius: #fff !important;
		-moz-border-radius: #fff !important;
		border-radius: #fff !important;
	}

	.right { 
		border-radius: 0 0 0.5em 0.5em !important;
		-webkit-border-radius: 0 0 0.5em 0.5em !important;
		-moz-border-radius: 0 0 0.5em 0.5em !important;
		border-radius: 0 0 0.5em 0.5em !important;
	}

}
body { 
	background: #dfd8ce;
	background-position: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
	z-index: -1;
	font-family: 'Montserrat', sans-serif;
}

#menuaccordion .card, #menuaccordion .card-header {
	background-color: #eaeaea;
	border-radius: 0 !important;
	border-left:none !important;
	border-right:none !important;
}
#menuaccordion .card-header {
	cursor: pointer;
	font-weight: 900
}
#menuaccordion .card-header h5 {
	font-weight: 900
}
#menuaccordion button {
	float: right;
	min-width: 150px;
	color: white;
	background: rgba(227,172,94,1);
	background: -moz-linear-gradient(top, rgba(227,172,94,1) 0%, rgba(197,117,64,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227,172,94,1)), color-stop(100%, rgba(197,117,64,1)));
	background: -webkit-linear-gradient(top, rgba(227,172,94,1) 0%, rgba(197,117,64,1) 100%);
	background: -o-linear-gradient(top, rgba(227,172,94,1) 0%, rgba(197,117,64,1) 100%);
	background: -ms-linear-gradient(top, rgba(227,172,94,1) 0%, rgba(197,117,64,1) 100%);
	background: linear-gradient(to bottom, rgba(227,172,94,1) 0%, rgba(197,117,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ac5e', endColorstr='#c57540', GradientType=0 );
	border: none;
}
#menuaccordion button:hover {
	background: rgba(227,168,95,1);
	background: -moz-linear-gradient(top, rgba(227,168,95,1) 0%, rgba(138,59,47,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227,168,95,1)), color-stop(100%, rgba(138,59,47,1)));
	background: -webkit-linear-gradient(top, rgba(227,168,95,1) 0%, rgba(138,59,47,1) 100%);
	background: -o-linear-gradient(top, rgba(227,168,95,1) 0%, rgba(138,59,47,1) 100%);
	background: -ms-linear-gradient(top, rgba(227,168,95,1) 0%, rgba(138,59,47,1) 100%);
	background: linear-gradient(to bottom, rgba(227,168,95,1) 0%, rgba(138,59,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3a85f', endColorstr='#8a3b2f', GradientType=0 );
	border: none;
}

#menuaccordion .label-accordion {
	color: #b75f32;
}
#menuaccordion label ,#menuaccordion .form-group {
    margin-bottom: 0.2rem;
}
div#msg {
	background-color: yellow; 
	padding: 10px; 
	font-family: arial, sans-serif; 
	font-size: 15px;
	text-align: center;
}
#meio { 
	width: 100%; 

}
.accordion .collapsed .ico-seta {
	
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}


.accordion .ico-seta {
    width: 25px;
    height: 25px;
    background-color: #b0b0b0;
    float: right;
    position: relative;
    border-radius: 5em;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	border-radius: 5em;
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);

}

.seta-down.s2 {
	top: -17px;
    position: relative;
}
.seta-down:before {
	content: "";
    vertical-align: middle;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid;
    top: 13px;
    left: 5px;
    position: relative;
	color: #eaeaea;
	display:block;
}
div.a_alert {
	color: #721c24 !important;
	background: #f8d7da url('../images/icones/alert.png') no-repeat 10px 8px;
	width: 98%;
	margin: 16px auto 0;
	padding: 5px 0;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
}

div.a_alert span{
	display: block;
	padding: 2px 0 2px 40px;
	font-size: 15px;
}
div.a_notice {
	border: 1px solid #9BCC54;
	color: #587F1F;
	/* background: #CDEFA6 url('../images/icones/notice.png') no-repeat 10px 8px; */
	width: 98%;
	margin: 10px auto;
	padding: 5px 0;
}
div.a_notice span{
	display: block;
	padding: 2px 0 2px 40px;
	font-size: 15px;
}
.spanPreto{
	color: #000 !important;
}

.infoInscricao{
	padding: 0 5px 0 25px;
	display: block;	
	font-size: 15px;
	line-height: 23px;
}
.contLog { 
	margin: 0 auto; 
	width: 900px; 
	/* height: 442px;   */
	position: relative;
}
.left { 
	background-color:#fff;
	background:#fff;
	color:#fff;
	border-radius: 0.5em 0 0 0.5em;
	-webkit-border-radius: 0.5em 0 0 0.5em;
	-moz-border-radius: 0.5em 0 0 0.5em;
	border-radius: 0.5em 0 0 0.5em;
}

.bk-login-cont {
	border-radius: 0.5em 0 0 0.5em;
	-webkit-border-radius: 0.5em 0 0 0.5em;
	-moz-border-radius: 0.5em 0 0 0.5em;
	border-radius: 0.5em 0 0 0.5em;
}

.left p { 

	color: #fff; 

}
.right { 

	background-color: #eaeaea;
	border-radius: 0 0.5em 0.5em 0;
	-webkit-border-radius: 0 0.5em 0.5em 0;
	-moz-border-radius: 0 0.5em 0.5em 0;
	border-radius: 0 0.5em 0.5em 0;
}
.right h2.stA a { 
	display:block; 
	text-decoration: none; 
	height: 30px; 
	font-size:17px; 
	color: #fff; 
	border-bottom: 1px solid #081a37; 
	padding: 10px 0 0 15px; 
}
.right h2.stB a { 
	display:block; 
	text-decoration: none; 
	/* background: transparent url('../imagens/login/bar.png') no-repeat bottom left;  */
	height: 30px; 
	font-size:17px; 
	color: #b6c5dd; 
	border-bottom: 1px solid #081a37; 
	padding: 10px 0 0 15px; 
}
.contForm { 
	/* background: transparent url('../imagens/login/bgBox.jpg') repeat-y top left;  */
	padding: 10px 0 10px 40px;
}
.contForm input { 
	width: 350px; 
	height: 23px; 
	margin: 3px 0; 
	padding: 7px 0 0 5px; 
	/* background: #dde4ee url('../imagens/login/input.jpg') no-repeat top left;  */
	border: 1px solid #7b7b7b;
	display: block;
}
.contForm select { 
	width: 350px; 
	height: 32px; 
	margin: 3px 0; 
	padding: 7px 0 0 5px; 
	/* background: #dde4ee url('../imagens/login/input.jpg') no-repeat top left;  */
	border: 1px solid #7b7b7b;
	display: block;
}
.contForm option { 
	background: #DDE4EE; 
}
.contForm button { 
	width: 124px; 
	height: 30px; 
	/*margin: 3px 0 0 232px; */
	background: #dde4ee url('../imagens/login/bt_geral.jpg') no-repeat top left; 
	cursor: pointer; 
	font-size:17px; 
	color: #a3b2ca;
}
.defaultBt {
	margin: 3px 0 0 232px;
}
.contForm .label {
	font-size: 12px; 
	color: #0066cc; /*#607fb2;*/
}

.btBack {
    margin-top: 45px;
    position: relative;
    text-align: center;
}

.btBack a {
    color: #ffffff;
    display: inline-block;
    font-family: Arial;
    text-decoration: none;
    width: 240px;
}

.btBack a img{
	max-width: 100%;
}

a.remember {
	color:#28a745 !important;
	text-decoration: underline;
}

.slide-in-elliptic-top-fwd {
	-webkit-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-elliptic-top-fwd {
	0% {
	  -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
			  transform: translateY(-600px) rotateX(-30deg) scale(0);
	  -webkit-transform-origin: 50% 100%;
			  transform-origin: 50% 100%;
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateY(0) rotateX(0) scale(1);
			  transform: translateY(0) rotateX(0) scale(1);
	  -webkit-transform-origin: 50% 1400px;
			  transform-origin: 50% 1400px;
	  opacity: 1;
	}
  }
  @keyframes slide-in-elliptic-top-fwd {
	0% {
	  -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
			  transform: translateY(-600px) rotateX(-30deg) scale(0);
	  -webkit-transform-origin: 50% 100%;
			  transform-origin: 50% 100%;
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateY(0) rotateX(0) scale(1);
			  transform: translateY(0) rotateX(0) scale(1);
	  -webkit-transform-origin: 50% 1400px;
			  transform-origin: 50% 1400px;
	  opacity: 1;
	}
  }