@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto+Condensed');

/*font-family: 'Roboto Condensed', sans-serif;
font-family: 'Raleway', sans-serif;*/

html, body {
  overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', 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;
}

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

/* INICIO MENU PRINCIPAL */
header nav {
	display: none;
}

.menu {
	margin-top: 76px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #E2E2E2;
}

.menu li {
	border-bottom: 1px solid rgba(55,55,55,.3);	
}

.menu li a {
	color: #000;
	text-decoration: none;
	line-height: 3;
	display: block;
	padding-left: .7em;
	font-size: 1.2em;
}

.menu li a:hover {
	color: #8E2008;
	/*box-shadow: 0px 2px 0px #8E2008 inset;*/
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

.menu_bar {
	display: block;
	margin-top: 76px;
	width: 100%;
	background: #ccc;
}

header .contenedor .menu_bar .bt-menu {
	display: block;
	padding: 20px;
	background: black;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu_bar span {
	float: right;
	font-size: 22px;

}
/* FIN MENU PRINCIPAL */

#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: #9a9da2;
}

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

.sociales img {
	margin: 0px 1px;
	padding-bottom: 8px;
	width: 52px;
}
/* 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: 90px;
	}
}

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

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

	.contenedor {
		width: 100%;
	}

	header nav {
		display: block;
	}

	.menu_bar {
		display: none;
	}

	.menu {
		display: flex;
		margin-top: 76px;
		background: transparent;
	}

	.menu li {
		flex: auto;
		text-align: center;
		border-bottom: 0;
	}
	.menu li a {
		padding-left: 0;
		line-height: 4;
	}

}

@media (min-width: 1128px) {

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

	.contenedor {
		width: 1128px;
	}

	header nav {
		display: block;
	}

	.menu_bar {
		display: none;
	}

	.menu {
		display: flex;
		margin-top: 76px;
		background: transparent;
	}

	.menu li a {
		line-height: 4;
	}

}