@charset "utf-8";
/* CSS Document */

footer{
	width: 100%;
	padding: 0em;
	background-color: #000000;
	font-family: glacial-indifference;
	color: #ffffff;
}

footer section{
	margin: auto;
	color: inherit;	
}
footer a{
	color: inherit;
	text-decoration: none;
}
footer h3{
	font-family: abril-fatface;
	font-weight: lighter;
	display: inline-block;
	font-size: 1.3rem;
	text-align: center;
} 

footer section p{
	display: inline-block;
	/*position: relative;*/
}
.footer-title{ /*Division para dar color a franja superior de footer*/
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
.footer-title a{ 
	color: inherit;
	text-decoration: inherit;
}
.footer-title h3{ 
	font-size: 18px;
	font-weight: lighter;
}

.footer-body {
	padding-top: 1em;
}
.footer-body section{
	display: inline-block;
	vertical-align: top;
	margin-top: 0.5rem;
}
.footer-body ul{
	list-style-type: none;
	font-size: 16px;
	vertical-align: top;
	margin: 0px;
}
.footer-body section li{
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.footer-body section hr{
	background-color: white;
	border: 1px solid white;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	width: 4.5em;
}
.footer-end {
	width: 90%;
	max-width: 1100px;
	padding: 1em;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
}
.footer-end ul {
	list-style-type: none;
    margin: auto;
    padding: 0;
	font-size: 14px;
}
.footer-end h3 {
	font-size: 20px;
	padding-bottom: 0.5em;
	font-weight: lighter;
}
.footer-end h4 {
	font-size: 18px;
}
.footer-end li {
	display: inline-block;
}
.footer-end hr{
	border: 0.5px solid white;
	margin-top: 0.5em;
	margin-bottom: 1.5em;	
}
.faq-icon {
	display: inline-block;
	vertical-align: top;
	margin: 0.4em;
}