footer {
	background-color: #333;
}
footer>div {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	padding-top: 40px;
}

footer .line {
	width: 100%;
	height: 1px;
	border: 0;
	margin: 10px 0;
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.5), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}

.footer_column {
	float: left;
	width: 33%;
	margin-bottom: 20px;
	padding: 0 30px;
}
@media screen and (max-width: 750px) and (min-width: 0px){
	.footer_column {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 30px;
		text-align: center;
	}
}
.footer_column h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-family: "riffic";
	letter-spacing: 1px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

.footer_column a p {
	margin: 3px 0;
	font-size: 15px;
	color: #FFF;
	transition: color 0.1s;
}
.footer_column a:hover p {
	color: #F80;
	transition: color 0.1s;
}

.footer_column .footer_social {
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	margin: 0 5px;
}
.footer_column .footer_social .fa-brands:hover {
	color: #f80;
}

.footer_cards {
	width: 50%;
	text-align: center;
}
@media screen and (max-width: 650px) and (min-width: 0px){
	.footer_cards {
		width: 100%;
		margin-bottom: 20px;
	}
}
.footer_cards img {
	height: 40px;
	padding: 5px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.2);
}



#copyright {
	width: 100%;
	margin-top: 15px;
	padding: 10px 0;
	text-align: right;
}
#copyright p {
	font-size: 13px;
	color: #FFF;
}
@media screen and (max-width: 600px) and (min-width: 0px) {
	#copyright > p:last-child {
		clear: both;
		padding-top: 20px;
	}
}
#copyright p a {
	color: #F80;
	transition: color 0.1s;
}
#copyright p a:hover {
	color: rgba(255,136,0,0.8);
	transition: color 0.1s;
}
#copyright a:hover p {
	color: #F80;
	transition: color 0.1s;
}

#politica_cookies {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0px;
    left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: rgba(255,255,255,0.8);
    text-align: left;
    z-index: 999;
}
#contenido_cookies {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}
#politica_cookies h1 {
    font-family: 'riffic';
	letter-spacing: 1px;
    font-size: 19px;
    color: #555;
}
#politica_cookies h1 i {
    padding-right: 5px;
}
#contenido_cookies p {
    color: #333;
    font-size: 15px;
}
#politica_cookies a {
     color: #48A2D5;
}
#politica_cookies a:hover {
    text-decoration: underline;
}

#back-top {
    z-index: 1000;
    display: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 15px;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.2);
    cursor: pointer;
}
#back-top:hover {
    background-color: rgba(0,0,0,0.8);
}
#back-top span {
    font-size: 45px;
    line-height: 65px;
    color: #fff;
}