/** MAIN **/
body{
	font-family: 'Titillium Web',sans-serif;
	background-color: white;
}

.learn-more{
	cursor: pointer;
}

.checkbox-inline{
	cursor: pointer;

	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

label.error{
	color: #a90000!important;
	font-size: 14px!important;
}

/** Page first section **/
#page-first-section{
	padding: 30px 20px 130px 20px;
	background-image: url(../img/bgvidacredito12.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#page-first-section-title{
	font-size: 48px;
	font-weight: 600;
	line-height: 68.5714px;

	color: white;
}

#page-first-section-title span{
	color: #bc5592;
}

#page-first-section-promotion{
	font-weight: 700;
	line-height: 73.5px;
}

#page-first-section-promotion span:nth-of-type(1){
	font-size: 30px;
	font-weight: 700;

	line-height: 43.5px;

	text-transform: uppercase;

	color: #bc5592;
}

#page-first-section-promotion span:nth-of-type(2){
	font-size: 130px;

	color: white;
}

#page-first-section-offer-area{
	margin-top: 40px;
}

#page-first-section-offer-area h3{
	font-size: 30px;
	font-weight: 700;

	line-height: 0.7;

	color: #bc5592;

	text-transform: uppercase;

	margin: 0;
}

#page-first-section-offer-area p{
	font-size: 20px;
	font-weight: 700;

	color: white;

	margin-bottom: 10px;
}

#page-first-section-offer-area ul{
	margin: 0;
	padding: 0;

	list-style: none;
}

#page-first-section-offer-area ul li i{
	color: white;

	font-size: 40px;

	vertical-align: middle;

	margin-right: 5px;
}

#page-first-section-offer-area ul li span{
	color: #bc5592;

	font-size: 25px;
	font-weight: 700;

	vertical-align: middle;
}

#full-page-shadow{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	background-color: rgba(0,0,0,0.7);

	z-index: 1;

	display: none;
}

#first-page-simulation-form{
	background-color: #bc5592;

	max-width: 400px;
	padding: 20px;
	margin-top: 40px;

	position: relative;
	z-index: 2;
}

#first-page-simulation-form h3{
	text-align: center;

	font-size: 30px;
	font-weight: 600;

	color: white;

	margin-bottom: 10px;
}

#first-page-simulation-form .form-group{
	margin-bottom: 0;
}

#first-page-simulation-form .form-group label:not(.checkbox-inline){
	font-size: 20px;
	font-weight: 700;

	color: white;

	line-height: 0.3;
}

#debt-slider{
	height: 7px;
	background: white;
	border: none!important;
	margin-top: 5px;
}

#debt-slider .ui-slider-handle{
	border-radius: 360px;
	color: white;

	top: -7px;

	background: white;
}

#debt-slider .ui-slider-range{
	background: #e0e0e0;
}

input[name=debt]{
	border: 0;
	background-color: transparent!important;
	margin: 10px 0;
	font-size: 22px!important;
	color: white!important;
	max-height: 30px!important;
	max-width: 340px;
	padding-left: 0!important;
	border-bottom: 1px solid #fff!important;

	transition: width 0.25s;
}

#first-page-simulation-form .form-group input[type='text']:not(#debt-input), #first-page-simulation-form .form-group input[type='email']{
	padding-left: 10px;

	width: 100%;
	height: 46px;

	font-weight: 300;
	font-size: 20px;

	color: #bc5592;

	border: 2px solid #bc5592;

	background: #e2e6e7;

	outline: 0;
}

#has-other-holder-line label{
	font-size: 17px;
	font-weight: 100;

	color: #e0e0e0;
}

#has-other-holder-line label a{
	color: #e0e0e0!important;
	text-decoration: underline;
}

#has-other-holder-line label span{
	display: inline-block;
	width: 15px;
	height: 15px;

	margin-right: 10px;

	cursor: pointer;

	background-color: #f4f4f4;

	position: relative;
	top: 2px;
	left: 2px;
}

#has-other-holder-line label span input{
	display: none;
}

#has-other-holder-line label span i{
    font-size: 15px;

    color: #bc5592;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    opacity: 0;
}

#has-other-holder-line label span input:checked+i{
	opacity: 1;
}

#other-holder-inputs-wrapper{
	margin-bottom: 20px;
}






#accept-terms-and-condition-line{
	margin: 10px 0;
}

#accept-terms-and-condition-line label{
	font-size: 17px;
	font-weight: 100;

	color: #e0e0e0;
}

#accept-terms-and-condition-line label a{
	color: #e0e0e0!important;
	text-decoration: underline;
}

#accept-terms-and-condition-line label span{
	display: inline-block;
	width: 15px;
	height: 15px;

	margin-right: 10px;

	cursor: pointer;

	background-color: #f4f4f4;

	position: relative;
	top: 2px;
	left: 2px;
}

#accept-terms-and-condition-line label span input{
	display: none;
}

#accept-terms-and-condition-line label span i{
    font-size: 15px;

    color: #bc5592;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    opacity: 0;
}

#accept-terms-and-condition-line label span input:checked+i{
	opacity: 1;
}

#first-page-simulation-form .form-group button[type='submit']{
	width: 100%;
	padding: 10px 60px;
	border: none;

	font-size: 37px;
	font-weight: 700;

	text-transform: uppercase;

	background-color: white;

	color: #bc5592;

	cursor: pointer;
}

/** Page second section **/
#page-second-section{
	padding: 20px 15px;
}

#page-second-section #awards-slider{
	max-width: 992px;

	margin: auto;
	padding: 0!important;

	list-style: none;
}

#page-second-section #awards-slider div{
	padding: 5px;
}

#page-second-section #awards-slider div img{
	width: 100%;
}

/** Page third section **/
#page-third-section{
	padding: 60px 15px;
	background-color: #bc5592;
}

#page-third-section h2{
	color: #f4f4f4;

	font-size: 27px;

	text-align: center;

	display: block;
	max-width: 920px;

	margin: 0 auto 60px auto;
}

#page-third-section h2 strong{
	font-weight: 700;
}

/** Page third section **/
#page-third-section #benefits-list{
	display: table;

	margin: auto;

	font-size: 0;
}

#page-third-section #benefits-list article{
	display: inline-block;

	width: 33.33%;
	padding: 5px;

	vertical-align: top;
}

#page-third-section #benefits-list article div{
	padding: 30px;
	background-color: #f4f4f4;
	text-align: center;
}

#page-third-section #benefits-list article div header{
	margin: 20px auto;
}

#page-third-section #benefits-list article div p{
	font-size: 19px;
	font-weight: 400;
	font-style: italic;

	line-height: 27.55px;

	color: #15283d;

	opacity: .8;

	display: block;
	max-width: 90%;
	margin: auto;
}

/** Page fifth section **/
#calculator-bg-wrapper{
	background-image: url(../img/simulate-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	height: 400px;
}

#page-fourth-section .row:first-child header h2{
	color: #15283d;

	font-size: 30px;
	font-weight: 400;

	line-height: 43.5px;

	max-width: 560px;

	margin: 65px 0;
}

#page-fourth-section .row:first-child header button{
	padding: 15px 60px;

	font-size: 35px;
	font-weight: 700;

	text-transform: uppercase;

	border: none;

	background-color: #bc5592;

	color: white;
}

#testimonials-list{
	margin: auto;
	padding: 0;

	max-width: 1170px;
	width: 100%;
	margin: 70px auto;

	list-style: none;
}

#testimonials-list li:not(:last-child){
	margin-bottom: 40px;
}

#testimonials-list li article{
	background-color: #fbfbfb;

	padding: 50px 50px 30px 100px;

	border: 2px solid #f4f4f4;

	position: relative;
}

#testimonials-list li article header{
	position: absolute;
	left: 0;
	top: -100px;
}

#testimonials-list li article p{
	font-size: 19px;
	font-weight: 300;
	font-style: italic;

	color: #15283d;

	line-height: 27.55px;
}

#testimonials-list li article p strong{
	font-weight: 700;
}

#testimonials-list li article button{
	background: none;
	border: none;

	color: #15283d;

	text-decoration: underline;

	font-size: 20px;
}

#simulate-big-button{
	border: 0;

	background: #bc5592;

	max-width: 798px;
	width: 100%;
	margin-bottom: 50px;

	font-size: 25px;
	font-weight: 700;

	color: #f4f4f4;

	padding: 15px;
	text-transform: uppercase;

	cursor: pointer;
}

/** Facebook **/
.fb-like{
	margin-bottom: 15px;
}

/** Footer **/
footer{
	padding: 10px 0 60px 0;

	background: rgba(188, 85, 146, 0.34);
}

footer p{
	font-size: 10px;
	font-weight: 300;

	color: #bc5592;
}

/** Media Queries **/
@media only screen and (max-width: 992px){
	/** Page first section **/
	#page-first-section-title{
		font-size: 32px;
		line-height: 47.5714px;
	}

	#page-first-section-promotion span:nth-of-type(2){
		font-size: 80px;
		line-height: 33.5px;
	}

	#page-first-section-offer-area ul li i{
		font-size: 20px;
	}

	#page-first-section-offer-area ul li span{
		font-size: 20px;
	}

	#first-page-simulation-form h3{
		font-size: 24px;	
	}

	/** Page third section **/
	#page-third-section #benefits-list article div{
		padding: 15px;
	}
}	

@media only screen and (max-width : 768px) {
	/** Page first section **/
	#page-first-section{
		background-position: left;
	}

	#page-first-section-title {
	    font-size: 24px;
	    line-height: 30.5714px;
	}

	#page-first-section-promotion{
		line-height: 1.5;
	}

	#page-first-section-promotion span:nth-of-type(1), #page-first-section-promotion span:nth-of-type(2){
		line-height: 0;
	}

	#page-first-section-promotion span:nth-of-type(2){
		font-size: 50px;
	}

	#first-page-simulation-form h3{
		font-size: 16px;
	}

	#first-page-simulation-form .form-group label:not(.checkbox-inline){
		font-size: 14px;
	}

	#debt-slider .ui-slider-handle{
		width: 15px;
		height: 15px;
		top: -5px;
	}

	#debt-slider-value{
		font-size: 14px;
	}

	#first-page-simulation-form .form-group input[type='text'], #first-page-simulation-form .form-group input[type='email']{
		height: 36px;
		font-size: 14px;
	}

	#accept-terms-and-condition-line label{
		font-size: 12px;
	}

	#accept-terms-and-condition-line label span{
		margin-right: 10px;
		top: 3px;
		font-size: 13px;
	}

	#first-page-simulation-form .form-group button[type='submit']{
		font-size: 25px;
		padding: 0;
	}

	#page-first-section-offer-area ul li span{
		font-size: 16px;
	}

	/** Page third section **/
	#page-third-section h2{
		font-size: 22px;
	}

	#page-third-section #benefits-list article{
		width: 100%;
	}

	/** Page fourth section **/
	#page-fourth-section .row:first-child header h2{
		font-size: 18px;
		line-height: 28.5px;
	}

	#page-fourth-section .row:first-child header button{
		font-size: 18px;
	}

	#testimonials-list li article{
		padding: 60px 15px 30px 15px;
	}

	#testimonials-list li article p{
		font-size: 16px;
	}

	#testimonials-list li article button{
		font-size: 16px;
	}
}