/* Principal Content ============================================================*/
#principalContent {
	position: relative;	
	background-image: linear-gradient(180deg, #29789b 0%, #29789b 50%, #29789b 50%, #3241ce 100%);
}
#principalContent .container {
	padding-bottom:100px;
	min-height: 700px;
}
#principalContent .row {
	padding-top:100px;
	justify-content: space-between;
}

@media only screen and (min-width: 426px){
	#principalContent .row {
		width: calc(100% + 24px);
	}
}
@media only screen and (max-width:970px) {
	header {
		width: 100%;
	}
}
#principalContent .text-box {
	align-content: center;
	margin-bottom:70px;
}
#principalContent h1 {
	font-size: 65px;
	color: #fff;
	margin-bottom: 1.1rem;
}
#principalContent h1.line {
    margin-bottom: 20px;
	padding-bottom: 20px;
}
#principalContent h1.line::after {
	top: 20px;
    border-top: 4px solid #fff;
}
#principalContent p {
	font-size: 28px;
	line-height: 1.5em;
	color: #fff;
	margin-bottom: 2rem;
	max-width: 525px;
}
#principalContent .btn {
	font-size: 20px;
}
#principalContent h1.line {
	max-width:450px;
}
h2 {
	color: #000;
}
.btn {
	border-radius:100px;
	text-transform: uppercase;
	font-weight: 700;
}
.module .subtitle-module {
    font-size: 21px;
    margin-bottom: 80px;
}
.banner {
	background: #2756cc;
	text-align: center;
	padding: 45px 25px;
	color: #fff;
}
.banner h2 {
	font-size: 58px;
	color: #fff;
}
.banner p {
	font-size: 22px;
}
#formContainer {
	background-image: url(../images/chart-bg.png);
    background-origin: padding-box;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
	margin-bottom: 100px;
}
#formContainer p {
	font-size: 22px;
	max-width: 570px;
	margin: 0 auto 10px;
	font-weight: 600;
}
#formContainer .basicForm {
	max-width: 500px;
}
#formContainer .signup_form_container {
	background-size: 100% 100%;
	background-position: 0px 0px;
	background-image: linear-gradient(180deg, #2a48ff 0%, #6992ea 100%);
	padding: 45px 30px 30px;
	border-radius: 10px;
	font-weight: 700;
	border: none;
}
#formContainer form .disclaimed,
#formContainer form .container-check {
	color: #fff;
}
#formContainer .basicForm input:not([type="submit"]), .basicForm textarea,
#formContainer .intl-tel-input.separate-dial-code .selected-flag{
	border: none;
}
#formContainer .btn {
	background: #fff;
	color: #2a48ff;
}


@media only screen and (min-width:992px) {
	#protectedCapital .inner {
		padding-right:15px;
	}
}
@media only screen and (max-width: 1289px) {
	
}
@media only screen and (max-width: 991px) {
    #principalContent .vmiddle-content {
        padding-bottom: 80px;
    }
}
@media only screen and (min-width:601px) and (max-width: 991px) {

}

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

	header .container {
		justify-content: center;
	}
	.module h2 {
		font-size: 33px;
	}
	#principalContent {
		text-align: center;
	}
	#principalContent .row {
		padding-top: 40px;
	}
	#principalContent .container {
		min-height: auto;
		padding-bottom: 0;
	}
	#principalContent h1 {
		font-size: 43px;
	}
	#principalContent p {
		font-size: 18px;
	}
	.line::after {
		left: 50%;
    	margin-left: -26px;
	}
	#principalContent .text-box {
		margin-bottom: 0;
	}
	#principalContent .img-box img {
		width: 100%;
		margin-bottom: 40px;
	}

	.banner {
		padding: 60px 5px;
	}
	.banner h2 {
		font-size: 35px;
		margin-bottom: 25px;
	}
	.banner p {
		font-size: 19px;
	}
}


@media (max-width: 992px) {
	
}

@media only screen and (max-width:480px) {
	
}