html{
	height: 100%;
}

body{	
	min-height: 100%;
	background: #fdfdfd;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	color:#464748;

}

.grecaptcha-badge {
    display: none !important;
}

.inverted{
	color: #ffffff;
}

section{	
	padding:2rem 0;
}

section.white{
	background: #ffffff;
}

section.blue{
	background: #00A8C6;
	padding:2rem 0;
}

section.grey{
	background: #f2f3f5;
}

section.dark{
	background: #454748;
}

section.bg-surprised{	
	background: #ffffff url('images/surprised.jpg') no-repeat center top;
	background-size: cover;
	min-height: 75vh;
}

#why-claim .container-fluid{
	max-width:1600px;
}


#contact{	
	min-height: 75vh;
}


.navbar{
	border-bottom: 1px solid #f1f1f1;
}


.navbar-brand img{
	height:60px;
}

span.sub {
    display: block;
    font-size: 0.8em;
    /*text-align: center;*/
    margin-top: 5px;
	letter-spacing: 0.4px;
	opacity: 0.75;
}

	span.sub.center {
		text-align: center;
	}
	
.navbar-light .navbar-nav .nav-link{
	color:rgba(0,0,0,0.7);
	font-weight:600;
}

.nav-item.extra{
	padding:0 5px;
	color:#ffffff;
	background:#00A8C6;
	border-radius:4px;	
	white-space: nowrap;
}
.nav-item.extra a, .nav-item.extra a:hover, .nav-itema:active {
	color:#ffffff !important;
}

	
	.navbar-dark .navbar-nav .extra .nav-link{
		color:#ffffff;
	}

a{
	color:#00A8C6;
}

.inverted a{
	color:#ffffff;
	font-weight:600;
}
	
h1{
	font-size:2.2rem;
	font-weight:600;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

	#intro h1{
		color:#00A8C6;
	}

	
h2{
	font-size:1.75rem;
	margin-top: 2rem;
}


h3{
	font-size:1.45rem;
}	

h4{
	font-size:1.15rem;
	font-weight:600;
}	

p.lead{
	font-weight:600;
}

ul.marked{
	margin:1rem 0;
	padding:0;
}

	.marked li{
		position:relative;
		list-style-type: none;
		margin:10px 0;
		padding-left:50px;
	}

		.marked li:before{
			content:'';
			width:20px;
			height:20px;
			display:block;
			background:url('/images/right-arrow.svg') center center no-repeat;
			background-size: contain;
			position:absolute;
			top:50%;
			left:0;
			margin-top:-10px;
		}

			.marked li:hover:before{
				animation: shake 2.6s infinite both;
			}

	.illustration{
		display:block;
		border:1px solid rgba(255,255,255,0.6);
		position:relative;
		width:100%;
		height:100%;
	}

		.illustration span{
			display:block;
			border:1px solid rgba(255,255,255,0.6);
			position:absolute;
			
			margin:10px;
			top:0;
			bottom:0;
			left:0;
			right:0;
			background:url('/images/commission.jpg') center center no-repeat;
			background-size:cover;
		}



.recommendations{
	margin-top:1.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#454748;
	font-weight:600;
}

	.recommendations div{
		padding-top: 34px;
	}


	.recommendations div.no-payment{
		background:url('/images/intro-no-payment.svg') top center no-repeat;
		background-size:28px;
	}

	.recommendations div.confidential{
		background:url('/images/intro-confidential.svg') top center no-repeat;
		background-size:28px;
	}

	.recommendations div.regulated{
		background:url('/images/intro-regulated.svg') top center no-repeat;
		background-size:28px;
	}

	.recommendations div.recommended{
		background:url('/images/intro-recommended.svg') top center no-repeat;
		background-size:28px;
	}
	

.inverted .recommendations{
	color:#ffffff;
}

	.inverted .recommendations div.no-payment{
		background:url('/images/inv-intro-no-payment.svg') top center no-repeat;
		background-size:28px;
	}

	.inverted .recommendations div.confidential{
		background:url('/images/inv-intro-confidential.svg') top center no-repeat;
		background-size:28px;
	}

	.inverted .recommendations div.regulated{
		background:url('/images/inv-intro-regulated.svg') top center no-repeat;
		background-size:28px;
	}

	.inverted .recommendations div.recommended{
		background:url('/images/inv-intro-recommended.svg') top center no-repeat;
		background-size:28px;
	}
	

.status{
	width:120px;
	height:120px;
}

/*Footer*/

footer{
	background:#fdfdfd;
	padding:1rem;
	font-size:0.8rem;
	color:#666666;
}	
	
	footer .footer-menu{
		text-align:center;
	}
	
	footer .footer-menu a{
		display:inline-block;
		margin:0 1rem;
		color:#333333;
	}
	
	footer .footer-menu a:hover,
	footer .footer-menu a:active,
	footer .footer-menu a:focus{
		color:#666666;
	}

/*Back To Top*/
	
#back-to-top {
    position: fixed;
    right: 0;
    bottom: 30px;
    background-color: #fff;
    width: 200px;
    height: 70px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    z-index: 999;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.2);
    font-size: 16px;
    color: #333937;
    -webkit-box-align: center;
    align-items: center;
    padding: 5px;
    opacity: 0;
    transition: visibility 0s linear 0s,opacity .25s;
	cursor:pointer;
}	

	#back-to-top .round {
		width: 60px;
		height: 60px;
		background-color: #F7C15D;
		border-radius: 50%;
		color:#ffffff;
		font-size:2rem;
		line-height:60px;
		text-align:center;
		float:left;
	}

	#back-to-top .btn-text {
		
		float:left;
		margin-left: 20px;
		line-height: 60px;
}

/* How it works */

			
.steps p, .steps h2,.steps h4{
	text-align: center;
	margin:1rem auto;
}	
.steps>div{
	padding:40px 40px 0;
}


.step {
    display: block;
    height: 120px;
    width: auto;
    margin: 0 auto 1em;
}

	.step.st-1 {
		background: url(/images/st-1.svg) 50% 50% no-repeat;
		background-size: contain;
	}
	.step.st-2 {
		background: url(/images/st-2.svg) 50% 50% no-repeat;
		background-size: contain;
	}
	.step.st-3 {
		background: url(/images/st-3.svg) 50% 50% no-repeat;
		background-size: contain;
	}

	.step.pro-1 {
		background: url(/images/pro-1.svg) 50% 50% no-repeat;
		background-size: contain;
	}
	.step.pro-2 {
		background: url(/images/pro-2.svg) 50% 50% no-repeat;
		background-size: contain;
	}
	.step.pro-3 {
		background: url(/images/pro-3.svg) 50% 50% no-repeat;
		background-size: contain;
	}


.faq{
	background:#fff;
	padding:1rem;
	border-radius: 1rem;
	margin-bottom:1rem;
	color:#333;
}	

		
	.faq .answer{
		margin-top:1rem;
		padding-top:1rem;
		border-top:2px dotted #efefef;
	}	
		
	.faq p{
		color:#333;
	}	
		
	.faq p:last-of-type{
		margin-bottom:0;
	}	
	
	.faq h5 button, .faq h5 button:hover, .faq h5 button:active, .faq h5 button:focus {
		color: #333;
		text-decoration: none;
		font-weight: 600;
		font-size: 1.2rem;
		display: block;
		width: 100%;
		text-align: left;
		position:relative;
		padding-right: 30px;
		box-shadow: none !important;
	}	
	
	.faq h5 button:after{
		font-family: "Font Awesome 5 Free"; 
		content:'\f078';
		display:block;
		color:#F6C05C;
		position:absolute;
		top:50%;
		margin-top:-14px;
		right:0;
	}

/* Forms */



input, textarea{
	margin-bottom:1rem;
}
 label{
	margin-bottom:0.6rem;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0 !important;
  font-size:.75rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border: 2px solid #c1c1c1;
  border-radius:4px;
}

.checkbox:hover input ~ .checkmark {
  background-color: #e8e8e8;
}

.checkbox input:checked ~ .checkmark {
  background-color: #ffffff;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 4px;
  top: 0;
  width: 6px;
  height: 12px;
  border: solid #00A8C6;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Buttons */

.button{
		width:100%;
		max-width:320px;
		padding:20px;
		font-size:1.5rem;
		line-height:1;
		font-weight:700;
		text-transform:uppercase;
		text-align:center;
		border-radius:4px;
		display:block;
		margin:1.5rem 0 0;
		cursor:pointer;
		white-space: normal;
		border:3px solid #ffffff;
		
		color:#ffffff;
		transition:transform .5s, background-color 1s;
	}
		
	
		.button:hover{
			text-decoration:none;
			color:#ffffff;
		}
		
		.button.center{
			margin-left:auto;
			margin-right:auto;
		}

		.button.orange{
			background:#F7C15D;
		}
		
		.button.blue{
			background:#00A8C6;
		}
		
		.button.green{
			background:#8FBE00;
		}
	
		.button.wide{
			max-width:initial;
		}
		
			.button.orange:hover{
				background:#E5A43C;
			}
		
			.button.blue:hover{
				background:#00708E;
			}

			.button.green:hover{
				background:#568700;
			}


/* Animations */


.jump {
    -webkit-animation: jump 1.5s ease 0s infinite normal ;
    animation: jump 1.5s ease 0s infinite normal ;
 }

	@keyframes jump {
	  0%{
		transform: translateY(0);
	  }
	  20%{
		transform: translateY(0);
	  }
	  40%{
		transform: translateY(-20px);
	  }
	  50%{
		transform: translateY(0);
	  }
	  60%{
		transform: translateY(-10px);
	  }
	  80%{
		transform: translateY(0);
	  }
	  100%{
		transform: translateY(0);
	 }
	}


	@-webkit-keyframes jump {
	  0%{
		-webkit-transform: translateY(0);
	  }
	  20%{
		-webkit-transform: translateY(0);
	  }
	  40%{
		-webkit-transform: translateY(-20px);
	  }
	  50%{
		-webkit-transform: translateY(0);
	  }
	  60%{
		-webkit-transform: translateY(-10px);
	  }
	  80%{
		-webkit-transform: translateY(0);
	  }
	  100%{
		-webkit-transform: translateY(0);
	 }
	}

.shake{
	animation: shake 2.6s infinite both;
}


	@keyframes shake {
	  10%, 40% {
		transform: translate3d(-1px, 0, 0);
	  }
	  
	  15%, 35% {
		transform: translate3d(2px, 0, 0);
	  }

	  20%, 25%, 30% {
		transform: translate3d(-4px, 0, 0);
	  }

	  22%, 28% {
		transform: translate3d(4px, 0, 0);
	  }
	}
	
	@-webkit-keyframes shake {
	  10%, 40% {
		-webkit-transform: translate3d(-1px, 0, 0);
	  }
	  
	  15%, 35% {
		-webkit-transform: translate3d(2px, 0, 0);
	  }

	  20%, 25%, 30% {
		-webkit-transform: translate3d(-4px, 0, 0);
	  }

	  22%, 28% {
		-webkit-transform: translate3d(4px, 0, 0);
	  }
	}

	
	
.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

	@keyframes pulse {
		0% {
			transform: scale(0.95);
			opacity: 1;		
		}
		50% {
			transform: scale(1);
			opacity: 1;	
		}	
		100% {
			transform: scale(0.95);
			opacity: 1;	
		}			
	}

	@-webkit-keyframes pulse {
		0% {
			-webkit-transform: scale(0.95);
			opacity: 1;		
		}
		50% {
			-webkit-transform: scale(1);
			opacity: 1;	
		}	
		100% {
			-webkit-transform: scale(0.95);
			opacity: 1;	
		}			
	}
	

@media (max-width: 991px){
	section.bg-surprised {
		background: #f2f3f5;
		min-height: auto;
	}
	
	#intro .button{
		margin: 1.5rem auto 0;
	}	
	
	h1{
		margin-top: 0;
	}
	
	
	.illustrations{
		min-height:30vh;
	}
	
}


@media (max-width: 767px){
	html{
		font-size:14px;
	}

}

@media (max-width: 360px){
	h1{
		font-size:1.6rem;
	}
	
	
}