/*-----------------------------------------------------------------------------------*/
/*-------------------------------FOOTER.CSS------------------------------------------*/
/*-----------------------------------------------------------------------------------*/

.about-us-id {
	background-color: rgba(0,133,188,1.00);
	background-image: linear-gradient(150deg,rgba(1,71,137,1.00) 0%,rgba(0,113,188,1.00) 50%);
}

.about-us-id .social-links {
	text-align: right;
}

.about-us-id .social-links a,
.about-us-id .social-links p {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin: 0 5px;
    font-size: 30px;
	color:rgba(255,255,255,1.00);
	/*text-shadow: 2px 2px rgba(0,0,0,0.5);*/
}

.about-us-id .social-links a:hover,
.about-us-id .social-links p:hover {
	opacity: 0.80;
}

/* FOOTER
------------------------------------------------------*/

footer {
	background-color: rgba(242,242,242,1.00);
	min-height: 25vh;
}

footer .footer-menu {}

footer .footer-menu ul {
	width: 100%;
	text-align: right;
}

footer .footer-menu ul li {
	display: inline;
}

footer .footer-menu ul li a {
	color: rgba(0,113,188,1.00);
	font-weight: 700;
	padding: 1rem 1rem;
	display: inline-block;
}

footer .footer-menu ul li a:hover {
	opacity: 0.80;
}

/* BLOCO - SIGNATURE
------------------------------------------------------*/
.signature {
	font-size: 0.8rem;
	color: rgba(100,100,100,1.00);
	background-color: rgba(242,242,242,1.00);
}

.signature .container {
	border-top: 1px solid rgba(200,200,200,1.00);
	padding-top: 1rem;
	padding-bottom: 1rem;

}

.signature a {
	display: block;
	text-align: right;
}


.signature img {
	filter: grayscale(100%);
}


@media (min-width:768px) and (max-width:991px) {
	footer {
		min-height: 15vh;
	}

	footer .footer-menu ul {
		text-align: center;
	}
}
