/*
font-family: 'Open Sans', sans-serif;
font-family: 'Ubuntu', sans-serif;*/
*{
	padding: 0;
	margin:0;
}


html, body{
	font-family: 'Ubuntu', sans-serif;
}

.clear{
	clear: both;
}

.wrap{
	width: 90%;
	margin:auto;
	max-width: 1400px;
}

/* header */
header{
	padding: 10px 0;
	position: fixed;
	z-index: 10;
	width: 100%;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

header.stick{
	background-color: #f0f0f0;
	padding: 0 0;
}

header .logo{
	width: 150px;
	float: left;
	font-size: 24px;
	font-weight: 300;
	color: #106BA0;
	margin:5px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 5px;
}

header .logo span{
	font-weight: 900;
	color: #444444;
}

/* nav */
nav{
	float: right;
	margin:10px 0 0 0;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

nav li{
	line-height: 40px;
	display: inline-block;
}

header.stick nav{
	margin:18px 0 0 0;
}

header.stick nav li a{
	color: rgba(0,0,0,.7);
}

header.stick nav li a.active,
header.stick nav li a:hover{
	color: #111111;
}

nav li a{
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,.7);
	font-size: 13px;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: 300;
	margin:0 0 0 5px;
	letter-spacing: 1px;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

nav li a:hover,
nav li a.active {
	color: #ffffff;
}

nav li:last-child a,
nav li:last-child a.active{
	color: #410890;
	background-color: rgba(255,255,255,.9);
	border-radius: 25px;
	font-weight: 600;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

header.stick nav li:last-child a{
	background-color: #4b328e;
	color: rgba(255,255,255,.8);
}

/* home */
.home{
	background-image: url(img/bg-home-2.svg?);
	padding: 150px 0 100px 0;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center top;
}

.home .left{
	width: 50%;
	float: left;
	padding: 100px 0 0 0;
}

.home .left h1{
	font-weight: 900;
	font-size: 70px;
	line-height: 65px;
	margin:0 0 20px 0;
	color: #212121;
}

.home .left h2{
	font-weight: 300;
	color: #212121;
}

.home .left form{
	margin:20px 0 10px 0;
}

.home .left form input[type="email"]{
	padding: 18px;
	font-size: 14px;
	font-weight: 300;
	border-radius: 25px 0 0 25px;
	border:none;
	width: 40%;
	float: left;
	outline: none;
}

.home .left form input[type="submit"]{
	padding: 18px;
	border:none;
	float: left;
	font-size: 14px;
	border-radius: 0 25px 25px 0;
	outline: none;
	background-color: #106BA0;
	color: #ffffff;
	font-weight: 500;
	cursor: pointer;
}

.home .left p{
	margin:10px 0 0 10px;
	font-weight: 600;
	color: #414141;
}

.home .right{
	width: 50%;
	float: right;
}

/* details */
.details{
	background-color: rgba(219,235,254,.3);
	padding: 150px 0 200px 0;
	text-align: center;
}

.details h2{
	font-weight: 900;
	font-size: 70px;
	color: #313131;
	letter-spacing: 3px;
	text-align: center;
}

.details h3{
	font-weight: 300;
	letter-spacing: 1px;
	color: #212121;
	margin:0 0 80px 0;
}

.details article{
	width: 15%;
	margin:0 4%;
	display: inline-block;
}

.details article:nth-child(odd){
	transform: translateY(50px);
}

.details article .icon{
	max-width: 130px;
	margin:0 auto 20px auto;
}

.details article:hover .icon img{
	transform: rotateY(360deg) scale(1.2);
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.details article h3.title{
	font-weight: 600;
	color: #212121;
	margin:0 0 10px 0;
}

.details article p{
	color: rgba(0,0,0,.8);
	font-size: 14px;
	font-weight: 300;
}

/* partners */
.partners{
	text-align: center;
	padding: 100px 0;
	background-color: rgba(219,235,254,.1);
}

.partners h2{
	font-size: 30px;
	font-weight: 300;
}

.partners h3{
	margin:10px 0 80px 0;
	color: #666666;
	font-weight: 300;
	letter-spacing: 1px;
}

.partners article{
	width: 12%;
	margin:1%;
	padding: 1%;
	background-color: #ffffff;
	float: left;
}

.partners article img{
	width: 100%;
	filter: grayscale(100%);
	opacity: .8;
	margin:0 0 -4px 0;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.partners article:hover img{
	filter: grayscale(0%);
	opacity: 1;
}

/* new-templates */
.new-templates{
	text-align: center;
	padding: 100px 0;
}

.new-templates h2{
	font-size: 30px;
	font-weight: 300;
}

.new-templates h3{
	margin:10px 0 80px 0;
	color: #666666;
	font-weight: 300;
	letter-spacing: 1px;
}

.new-templates article{
	width: 29%;
	padding: 1%;
	margin:1%;
	float: left;
	position: relative;
}

.new-templates article img{
	width: 100%;
	margin: 0 0 -4px 0;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.new-templates article:hover img{
	filter: blur(2px);
}

.new-templates article .btn-more{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translateY(-50%) translateX(-50%) scale(0);
	opacity: 0;
}

.new-templates article:hover .btn-more{
	opacity: 1;
	transform: translateY(-50%) translateX(-50%) scale(1);
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.new-templates article .btn-more a{
	display: block;
	text-decoration: none;
	color: #4b328e;
	font-weight: 900;
	background-color: #e1d7fb;
	padding: 14px 35px;
	border-radius: 25px;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.new-templates article .btn-more a:hover{
	color: #e1d7fb;
	background-color: #4b328e;
}

/* page-banner */
.page-banner{
	padding: 150px 0 20px;
	background-image: url(img/bg-home-2.svg?);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
}

.page-banner .left{
	width: 30%;
	float: left;
}

.page-banner .right{
	width: 40%;
	float: right;
}

.page-banner h1{
	font-weight: 900;
	font-size: 50px;
	letter-spacing: 14px;
	color: rgba(255,255,255,.3);
	text-transform: uppercase;

}

.page-banner h2{
	font-weight: 300;
	color: rgba(255,255,255,.7);
	max-width: 90%;
	float: right;
	font-size: 18px;
	line-height: 30px;
}

/* content */
.content{
	padding: 100px 0;
	background-color: rgba(219,235,254,.1)
}

/* plans */
.plans{
	text-align: center;
}
.plans article{
	width: 30%;
	display: inline-table;
	background-color: #f9f9f9;
	margin:0 4% 0 0;
	transition: all .4s ease;
}

.plans article:hover{
	box-shadow: 0 10px 40px rgba(0,0,0,.1);
}

.plans article:nth-child(3n +0){
	margin:0 0 0 0;
}

.plans article h2{
	font-size: 24px;
	font-weight: 300;
	background-color: #410890;
	padding: 20px 0;
	color: #ffffff;
}

.plans article h2 span{
	display: block;
	font-weight: 800;
	font-size: 40px !important;
}

.plans article h2 i{
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
}

.plans article h2 em{
	font-size: 13px;
	font-style: normal;
	display: block;
	font-weight: 300;
}

.plans article ul{
	padding: 20px;
}

.plans article ul li{
	padding:15px 0;
	font-weight: 300;
	color: #777777;
	font-size: 15px;
	list-style: none;
}

.plans article input[type="submit"]{
	color: #ffffff;
	display:inline-block;
	text-decoration: none;
	padding: 0 40px;
	line-height: 50px;
	border-radius: 50px;
	background-color: #410890;
	cursor: pointer;
	margin:0 0 30px 0;
	font-size: 14px;
	border:none;
	outline: none;
}
/* contrato */
.contrato{

}

.contrato .left{
	width: 65%;
	float: left;
}

.contrato .sidebar{
	float: right;
	width: 30%;
}

.contrato .form-signup{

}

.contrato .form-signup .section{
	width: 100%;
	padding: 0 0 1.6% 0;
}

.contrato .form-signup .section input[type="text"],
.contrato .form-signup .section input[type="password"]{
	padding: 16px 2.5%;
	width: 44%;
	margin:0 1% 0 0;
	border:none;
	background-color: #f0f0f0;
	border-radius: .3rem;
	font-size: 12px;
	outline: none;
	box-shadow: 0 0 0 2px #f0f0f0;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.contrato .form-signup .section input[type="text"]:focus,
.contrato .form-signup .section input[type="password"]:focus{
	box-shadow: 0 0 0 2px #4b328e;	
	color: #4b328e;
}

.contrato .form-signup .section input[type="text"]::placeholder,
.contrato .form-signup .section input[type="password"]::placeholder{
	color: #313131;
}

.contrato .form-signup .section input[type="text"]:nth-child(2),
.contrato .form-signup .section input[type="password"]:nth-child(2){
	margin:0 0 0 0;
}

.contrato .form-signup .section input[type="submit"]{
	background-color: #4b328e;
	padding: 17px 2.5%;
	width: 49.2%;
	margin:0 0% 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	border:none;
	color: #ffffff;
	font-size: 14px;
	border-radius: .3rem;
	outline: none;
	cursor: pointer;
}

.contrato .form-signup p{
	font-weight: 300;
	color: #555555;
	margin:20px 0 0 0;
}

.contrato .form-signup p a{
	color: #4b328e;
	text-decoration: none;
	font-weight: 600;
}

/* alerts */
.alert {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary,
.alert-ok {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

/* sub-footer */
.sub-footer{
	background-color: rgba(219,235,254,.3);
	padding: 150px 0;
}

.sub-footer article{
	width: 20%;
	float: left;
	margin:0 5% 0 0;
}

.sub-footer article:nth-child(1){
	margin:0 5% 0 0;
	width: 28%;
}

.sub-footer article:nth-child(4){
	margin:0 0 0 0;
	width: 15%;
}

.sub-footer article img{
	width: 50%;
}

.sub-footer article h3{
	font-weight: 600;
	opacity: .7;
	font-size: 14px;
	margin:0 0 20px 0;
	color: #2D136D;
}

.sub-footer article li{
	list-style: none;
}

.sub-footer article p,
.sub-footer article li a{
	color: rgba(0,0,0,.5);
	font-weight: 300;
	line-height: 30px;
	font-size: 14px;
	list-style: none;
	text-decoration: none;
}

.sub-footer article li a:hover{
	color: rgba(0,0,0,.8);
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.sub-footer article ul.social li{
	line-height: 45px;
	width: 45px;
	display: inline-table;
	margin:0 5px 0 0;
	background-color: rgba(0,0,0,.1);
	text-align: center;
	border-radius: 50px;
}


.sub-footer article ul.social li a{
	display: block;
	line-height: 45px;
	border-radius: 50px;
}

.sub-footer article ul.social li a:hover{
	background-color:  #2D136D;
	color: #ffffff;
}

/* footer */
footer{
	background-color: rgba(219,235,254,.9);
	padding: 30px 0;
	color: rgba(0,0,0,.4);
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
}

/* account */
.account-bg{
	background-image: url(img/bg-login.jpg?aqqw);
	background-size: cover;
	background-color: #212121;
	background-attachment: fixed;
}

.account-bg:after{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,.4);
	z-index: 1;
}

.logo-login{
	width: 200px;
	margin:40px auto 0 auto;
	position: relative;
	z-index: 2;
	color: #ffffff;
	font-size: 200px;
	text-align: center;
}

.login-form{
	margin:20px auto 0 auto;
	display: table;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,.4);
	position: relative;
	z-index: 2;
}

.login-form input[type="text"],
.login-form input[type="password"]{
	padding: 12px;
	border:none;
	background-color: #f0f0f0;
	border-radius: 5px;
	width: 200px;
	font-size: 14px;
	outline: none;
	margin:0 5px 0 0;
}

.login-form input[type="submit"]{
	padding: 12px;
	border:none;
	background-color: #106BA0;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	width: 200px;
	outline: none;
	cursor: pointer;
}

.signup-form{
	margin:20px auto 0 auto;
	display: table;
	background-color: #ffffff;
	padding: 20px;
	width: 40%;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,.4);
	position: relative;
	z-index: 2;
}

.signup-form input[type="text"],
.signup-form input[type="password"]{
	padding: 15px 2%;
	border:none;
	background-color: #f0f0f0;
	border-radius: 5px;
	width: 96%;
	font-size: 14px;
	outline: none;
	margin:0 5px 10px 0;
}

.signup-form input[type="submit"]{
	padding: 12px;
	border:none;
	background-color: #106BA0;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	width: 200px;
	outline: none;
	cursor: pointer;
}

.message-1{
	text-align: center;
	margin:50px auto 0 auto;
	color: #ffffff;
	position: relative;
	z-index: 2;
}

.message-1 p{
	font-weight: 300;
	font-size: 30px;
}

.message-1 .btn-1 a{
	display: inline-block;
	line-height: 50px;
	padding: 0 40px;
	background-color: #106BA0;
	color: #ffffff;
	margin:20px 0 0 0;
	text-decoration: none;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	border-radius: .3rem;
}

.message-2{
	font-size: 50px;
	text-align: center;
	max-width: 50%;
	margin:40px auto 0 auto;
	color: #ffffff;
	font-style: italic;
	font-weight: 300;
	position: relative;
	z-index: 2;
}

.signup-form h2{
	font-weight: 300;
	margin:0 0 5px 0;
	font-size: 30px;
	color: #313131;
}

.signup-form .radio{
	margin:0 0 10px 0;
}

.signup-form .radio h3{
	font-weight: 300;
	margin:10px 0 0 0;
	color: #313131;
}

.signup-form .radio input[type="radio"]{
	display: none;
}

.signup-form .radio label{
	width: 28%;
	float: left;
	display: table;
	padding: 20px 2%;
	text-align: center;
	margin:0 2% 0 0;
	background-color: #f0f0f0;
	height: 100px;
	border-radius: .3rem;
	cursor: pointer;
	outline: none;
	transition: all .4s ease;
}

.signup-form .radio input[type="radio"]:checked + label{
	background-color: #106BA0;
	color: #ffffff;
}

.signup-form .radio p{
	vertical-align: middle;
	display: table-cell;
	font-size: 14px;
}

.signup-form .radio p span{
	font-size: 20px;
	font-weight: 600;
	display: block;
}

.signup-form .radio p span i{
	font-style: normal;
	font-size: 12px;
	font-weight: 300;
}

.signup-form .radio label.last{
	margin:0 0 0 0;
}

.signup-form h3{
	font-weight: 300;
	margin:0 0 20px 0;
}


.message-3{
	margin:10px 0 0 0;
	display: block;
	line-height: 30px;
	font-weight: 300;
	font-size: 14px;
	color: #313131;
}

.message-3 a{
	background-color: #106BA0;
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
	border-radius: 24px;
}

.signup-form table {
	margin:0 0 20px 0;
}

.signup-form table tr:nth-child(1) td{
	color: #106BA0;
	font-weight: 900;
	font-size: 25px;
	border:none;
	margin:0 0 10px 0;
}

.signup-form table tr td{
	padding: 10px 0;
	font-weight: 300;
	border-bottom: solid 1px rgba(0,0,0,.1);
}

.signup-form table tr td:nth-child(1){
	font-weight: 500; 
	max-width: 100px;
}

.loader-img{
	text-align: center;
	margin:auto;
	display: block;
	padding: 100px 0;
}
