@import url('https://fonts.googleapis.com/css?family=Rubik|Titillium+Web');
/*
font-family: 'Titillium Web', sans-serif;
font-family: 'Rubik', sans-serif;
*/


html, body {
  overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
	position: relative;
}

.contenedor {
	width: 98%;
	margin: auto;
}

.contenedor_carrusel {
	width: 98%;
	margin: auto;
	display: flex;
	justify-content: center;
}

#topper {
	width: 100%;
	height: 77px;
	background: #fff;
	position: fixed;
	color: #fff;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
	z-index: 300;
	display: flex;
	justify-content: center;
	align-items: center;
}

#topper img {
	margin: 0;
	margin-left: 7%;
}

#topper p {
	margin: auto;
	padding-top: 50px;
	margin-right: 16px;
}

#spacejam {
	width: 100%;
	height: 130px;
	background: #fff;
}

header {
	width: 100%;
	font-family: 'Arimo', sans-serif;
	/*position: fixed;
	z-index: 100;*/
}

#carrusel {
	color: #950608;
	height: 50px;

	background-color: #fff;
}
#prev {
	margin: 2px;
	float: left;
	padding: 5px 15px;
	background: gray;
	text-decoration: none;
	color: #fff;


	border-radius: 3px;
	/*box-shadow: 0px -1px 2px inset;*/
	font-family: 'Raleway', sans-serif;
}

#prev:hover {
	padding: 5px 14px;
	background: #424242;
	color: #fff;
	cursor: pointer;
}

#next {
	margin: 2px;
	float: right;
	padding: 5px 15px;
	background: gray;
	text-decoration: none;
	color: #fff;

	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
}
#next:hover {
	padding: 5px 14px;
	background: #424242;
	color: #fff;
	cursor: pointer;
}

/* INICIO FOOTER */
footer {
	background: #fff;
}

footer .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 5px;
	width: 95%;
}

footer img {
	display: flex;
	margin: 0;
	padding: 0;
}

#derechos {
	margin: 0;
	display: flex;
	flex: auto;
}

#derechos .copy {
	font-size: 14px;
	color: #000;
	flex: auto;
	padding-left: 1%
}

#derechos img {
	width: 149px;
	height: 27px;
	padding-right: 1%
}

.sociales {
	width: 100%;
	padding-top: 10px;
	font-size: 28px;
	text-align: center;
	background: #fff;
}

.sociales a {
	margin: 0px 0px;
	color: #fff;
	text-decoration: none;
}

.sociales img {
	margin: 0px 1px;
	padding-bottom: 8px;
	width: 140px;
}
/* FIN FOOTER */

/* MEDIA QUERYS */
@media screen and (min-width: 468px) {

	.contenedor {
		width: 100%;
		margin: auto;
	}

	#topper img {
		margin: 0;
		margin-left: 25%;
	}

	.sociales img {
		margin: 0px .5em;
		padding-bottom: 8px;
		width: 160px;
	}
}

@media screen and (min-width: 768px) {

	#topper img {
		margin: 0;
		margin-left: 35%;
	}

	.contenedor {
		width: 100%;
	}

	header nav {
		display: block;
	}

}

@media (min-width: 1128px) {

	#topper img {
		margin: 0;
		margin-left: 35%;
	}

	.contenedor {
		width: 1128px;
	}

	header nav {
		display: block;
	}

}