nav {
	border-bottom: 3px solid #f09d37;
}

nav .logo{
	width: 300px
}

form label {
	color: #3b3364;
	font-weight: 500;
}

form .line-orange {
	background-color: #e8a87b;
	height: 2px;
	margin: 30px auto;
	width:  50%;
}

form h2 {
	font-size:1.8em;
}

.show-me{
	display: block !important;
}

.banner_login {
	background-color: #3b3364;
	display: flex;
	height: 100vh;
}

.banner_login figure {
	margin:auto;
	width: 500px;
}

.botonera {
	overflow:auto;

}

.btn-orange {
	background-color:#e7a778; 
	border-color:#e7a778;
	color:white;
}

.btn-orange:hover{
	color:white;
}

.bg-purple {
	background-color: #3B3364;
}

.cpp-portada {background-color: #3B3364; height: 100%;}
.cpp-portada figure{
	width: 87%;
}
.text-orange{color: #d9742d !important;}

.participate {
	background-color: #db782ca6;
}

.form figure {
	margin: 0 auto;
	width: 70%;
}

.invalid {
	border-color: #dc3545;
	padding-right:calc(1.5em + .75em);
	background-image: url('../images/invalid.svg');
	background-repeat: no-repeat;
	background-position: right calc(.375rem + .1875rem) center;
	background-size: calc(30px) calc(15px) ;

	}

.line-orange {
	height: 4px;
	background-color: #f09d37;
	width: 100%;
}

.nada {
	position: absolute;
	top:20px;
	left:16px;
}
.mucho{
	position: absolute;
	top:20px;
	right:73%;
}

.steps{
	border-top:2px solid #e8a87b;
	padding: 10px;
	margin: 40px auto;
	width: 50%;
}

.steps .step{
	background-color: #e8a87b;
	height: 15px;
	width:15px;
	margin:0 2px;
	border:none; 
	border-radius:50%;
	display:inline-block !important;
	opacity: .5;
}

.steps .step.active{
	background-color: #ff852d;
	opacity: 1;
}

.tab {	
	transition: all 0.8s ease-in-out;
}

.text-green {color: #66b375 !important;}
.text-blue {color:#3b3364 !important;}

.form-information{
	margin: 0 auto;
	width: 75%;
}

@media (max-width: 1199.98px) { 
	.mucho{
		right:68%;
	}

}


@media (max-width: 769px) { 
	.mucho{
		right:56%;
	}
}

@media (max-width: 575.98px) {
	.mucho{
		right:14%;
		display: none;
	}

	.nada {display: none;}

	.cpp-portada  {
		height: 100%;
	}

}