/* DESKTOP */
@media(min-width: 992px) {
	.footer {
		padding-top: 40px;
	}
	
	.noticia-footer .link-noticia {
		color: white;
		text-decoration: none;
		display: flex;
	}
	
	.noticia-footer .titulo-noticia {
		padding-left: 5px;
		text-align: left;
		margin: 0;
	}
	
	.noticia-footer .fecha-noticia {
		font-style: italic;
		font-size: 12px;
		color: #CCCAC7;
	}
	
	.noticia-footer {
		margin-bottom: 30px;
	}
	
	.ctf-tweets .ctf-tweet-text {
		text-align: left;
	}
	
	.ctf-tweets .ctf-item {
		background-image: url(/wp-content/uploads/2016/06/icono-twitter.png);
		background-repeat: no-repeat;
		background-position-y: center;
		padding: 0px 40px !important;
		border-top: none !important;
	}
}

/* MOBILE */

@media(max-width: 992px) {

	.footer {
		height: 354px;
    	padding-top: 40px;
	}
	
	.footer .col-medio {
		display: none;
	}
	
	.footer .col-derecha {
		display: none;
	}
	
	.footer h6, .footer p, .redes-sociales {
		text-align: center;
	}
	
	.red-social {
		margin: 5%;
	}
}


/* FOOTER */

.footer {
	background: #323232;
}

.footer {
	color: white;
}

.footer p {
	font-size: 13px;
}

.redes-sociales img {
	max-width: 17px;
	height: auto;
	margin: 1%;
}

.footer .footer-redes{
	margin-top: 20px;
}