.grecaptcha-badge{
    display: none;
}

.error404{
    height: 100vh;
}


/* ------------------------------------------------ FOOTER */
footer{
	background-color: rgba(255, 255, 255);
    background-image: url(/assets/img/avance-border.png);
    background-repeat: repeat-x;
    background-position: top left;
}
.footer-wrapper{
	padding: 60px 0 40px 0;
	text-align: center;
}
footer h3{
	color: #0086c5;
	font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-nav ul li a{
	color: #818285;
	font-size: 18px;
    line-height: 42px;
    font-weight: 300;
}
.footer-brand img{
	margin-bottom: 20px;
	max-width: 220px;
}
.footer-wrapper p{
	color: #818285;
	font-size: 14px;
}
.footer-copy{
	background-color: #0086c5;
	color: #ffffff;
	padding: 25px;
}
.footer-copy p{
	display: initial;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #fff;
	font-size: 14px;
    font-weight: 200;
}
.footer-social{
	margin-top: 25px;
}
.footer-social li a{
	font-size: 28px;
}
@media (min-width: 768px) {
	.footer-wrapper{
		text-align: left;
	}
	.footer-nav ul li a{
	    font-size: 16px;
	    line-height: 32px;
    }
}