body {
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin-top: 90px;
}
.container {
	max-width: 960px;
	margin: auto;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
}
a {
	text-decoration: none;
	border: none;
	outline: none;
	transition: .25s;
	color: inherit;
}
button {
	padding: 0;
	display: block;
	border: none;
	transition: .25s;
	cursor: pointer;
}
img {
	display: block;
}
strong {
	font-weight: bold;
}
.inner-container {
	overflow: hidden;
	position: relative;
}
section {
	padding: 30px 0;
	text-align: center;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}
section p {
	line-height: 1.5;
	margin: 1em auto 0;
}

/* Styles */
#header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10000;
	height: 90px;
	background: #fff;
	box-shadow: 0 0 8px #ccc;
	left: 0;
	right: 0;
}
#header .container {
	overflow: visible;
}
#logo {
	float: left;
	margin: 15px 0;
}
#footer {
	color: #f3f3f3;
	background: #37393e;
	padding: 30px 0;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 32px;
}
#footer .container {
	overflow: hidden;
}
#copyright {
	float: left;
}
#info {
	float: right;
}
#social {
	overflow: hidden;
	font-size: 0;
	text-align: center;
}
#social a {
	color: #dbdbdb;
	background: #787878;
	line-height: 30px;
	width: 30px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
}

#nav {
	float: right;
}
#nav ul {
	overflow: hidden;
	margin: 35px 0;
}
#nav li {
	float: left;
	margin: 0 30px 0 0;
}
#nav li a {
	font-size: 16px;
	line-height: 20px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
#nav li:hover a, #nav li.active a {
	color: #c7060d;
}

/* Slider */
#slider {
	position: relative;
	margin: 0 auto 30px;
}
#slider li {
	height: 480px;
}
#slider img {
}
#slider .caption {
	padding: 30px;
	color: #343536;
	line-height: 30px;
	font-size: 25px;
	max-width: 360px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: rgba(255, 255, 255, .85);
	height: 90px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#slider .bx-controls {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
#slider .bx-pager {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
#slider .bx-pager-item {
	float: left;
	margin: 0 6px;
}
#slider .bx-pager-link {
	border-radius: 50%;
	background: #fff;
	width: 12px;
	height: 12px;
	font-size: 0;
	display: block;
}
#slider .bx-pager-link.active, #slider .bx-pager-link:hover {
	background: #C7060D;
}

#nosotros .slider {
	background: #eaeaea;
	margin: 60px auto 0;
	padding: 45px;
	position: relative;
}
#nosotros .slider li {
	background: #fff;
	padding: 15px;
}
#nosotros .slider img {
	width: 100%;
}
#nosotros .bx-controls-direction a {
	position: absolute;
	width: 24px;
	height: 24px;
	color: #adadad;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
#nosotros .bx-prev {
	left: 10px;
}
#nosotros .bx-next {
	right: 10px;
}
.col {
	overflow: hidden;
}
.col li {
	float: left;
}
.col-4 li {
	width: 23.5%;
	margin: 0 0 0 2%;
}
.col-4 li:nth-child(4n + 1) {
	margin: 0;
}
.col img {
	width: 100%;
	margin: auto;
}
.logo {
	margin: 30px auto;
}
.slicknav_menu {
	display: none;
}
#contacto h1 {
	margin: 0 auto 1em;
}
#map {
	background: #EAEAEA;
	float: right;
	width: 50%;
	margin: 0 0 0 30px;
	position: relative;
}
.map-container {
	padding: 15px;
}
#map iframe {
	width: 100%;
	height: 360px;
	display: block;
}
#form {
	text-align: left;
	overflow: hidden;
}
label {
	display: block;
}
input[type="text"], textarea {
	display: block;
	width: 100%;
	background: #EAEAEA;
	font-size: 18px;
	font-family: 'Droid Sans', sans-serif;
	color: #343536;
	border: none;
	margin: .5em auto 1em;
	line-height: 32px;
}
textarea {
	height: 96px;
}
button {
	font-size: 18px;
	font-family: 'Droid Sans', sans-serif;
	background: #C7060D;
	color: #fff;
	display: inline-block;
	border: none;
	cursor: pointer;
	padding: .5em 1em;
	font-weight: bold;
	text-transform: uppercase;
}
@media screen and (max-width: 960px) {
	#social {
		clear: both;
		padding: 10px 0 0;
	}
}
@media screen and (max-width: 800px) {
	.slicknav_menu {
		display: block;
	}
	#nav {
		display: none;
	}
	#copyright, #info {
		float: none;
		margin: 0 auto 1em;
		line-height: 1.25;
	}
	#social {
		text-align: right;
	}
	#slider li {
		height: 360px;
	}
}
@media screen and (max-width: 600px) {
	#slider .caption {
		top: 20px;
		bottom: auto;
		max-width: none;
		margin: 0 20px;
		height: auto;
	}
	.col li {
		float: none !important;
		width: auto !important;
		margin: 20px auto 0;
	}
	.col li:first-child {
		margin: 0 auto !important;
	}
	.col img {
		max-width: 100%;
		width: auto;
	}
	#nosotros .slider {
		padding: 20px 24px;
	}
	#nosotros .slider li {
		padding: 10px;
	}
	#nosotros .bx-next {
	    right: 0;
	}
	#nosotros .bx-prev {
	    left: 0;
	}
	#map {
		float: none;
		width: 100%;
		margin: 0 auto 1em;
	}
}
@media screen and (max-width: 600px) {
	#social {
		text-align: center;
	}
}