@media(max-width: 1199px) {

	/* Header */

	.container {
		width: 100%;
		padding: 0 10px;
		margin: 0;
	}

	.header-content {
		height: auto;
		margin-bottom: 30px;
	}

	.content-logos {
		float: none !important;
		text-align: center;
		margin-bottom: 30px;
	}

	.content-links {
		float: none !important;
		position: relative;
	}

	header .social {
		float: left;
		margin: 0;
	}

	header nav { float: right; }

	header .horario { text-align: center; }

}

@media(max-width: 991px) {

	/* Header */

	header nav {
		float: left;
		width: 100%;
	}

	header nav ul { display: none; }

	header .toggle-menu { display: block; }

	header nav li { display: block; }

	header nav a {
		width: 100%;
		text-align: center;
		background: none;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
	}

	header nav .i-home { display: none; }

	/* Slide */

	.box-noticia { left: 0; }

	.box-noticia .i-noticia { display: none; }

	.box-noticia-content {
		float: none;
		width: auto;
		margin: 0 auto;
	}

	/* Footer */

	.box-horario-content { position: relative; }

	footer .logo-footer { height: 140px; }

	footer nav ul { text-align: center; }

	footer nav li { display: inline-block; }

	footer .copy { text-align: center; }

}

@media(max-width: 767px) {

	.box-entrevista { margin-bottom: 20px; }
	
	.facebook-like { margin-bottom: 20px; }

	.box-horario-content { height: 300px; }

}

@media(max-width: 479px) {

	/* Header */

	header .logo { margin: 0; }
}