* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
}
img {
	max-width: 100%;
	vertical-align: middle;
}

body, footer {	
	font-family: 'Open Sans', sans-serif;	
	color: #333;
}

div.centered {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

section div.centered {
	padding: 0rem;
}

footer {
	background: #414042;
	color: white;
	text-align: center;
	padding: 2rem 1rem;
}

section {
	padding: 0 1rem;
}

div.clientes {
	margin-top: 4rem;
}

div.clientes ul {
	overflow: hidden;
}

.clientes li {
	float: left;
	width: 32.3%;
	list-style-type: none;
	padding: 0 20px;
	border-bottom: 1px solid #ccc;
}

.clientes li.last {
	border-bottom: none;
}

#evento {
	clear: both;
}
/*==================
	STRUCTURE
====================*/

header {
	position: relative;
	background: #414042;
	/*box-shadow: 0 5px 4px rgba(0,0,0,.5);*/
}

div#logo {
	position: absolute;
	color: white;
	width: 100%;
	/*text-align: center;*/
	/*margin-left: 20px;*/
	z-index: 1000;
}

section#content, section#contact {
	width: 100%;
	max-width: 800px;
	margin: auto;
	
	overflow: hidden;
	margin-bottom: 2rem;
}

section#content {
	padding-top: 2rem;
}

div#slider {
	
}

span#separator {
	width: 90px;
	height: 3px;
	background: #b0c922;
	margin: auto;
	display: block;
}

/*==================
	TYPOGRAPHY
====================*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 1rem;
	color: #414042
}

h2 {
	font-size: 1.2rem;
}

h2#intro, div#evento {
	text-align: center;
}

h2#intro {
	font-weight: bold;
	margin-bottom: 1.6rem;
	color: #414042;
	font-size: 1.6rem;
}

h3 {
	font-size: 1rem;
}

h3#servicios-title {
	/*text-align: center;*/
	/*font-weight: bold;*/
	margin: 2rem 0 .5rem 0;
}

div#evento {
	border-top: 3px solid #b0c922;
	border-bottom: 3px solid #b0c922;
	/*font-style: italic;*/
	padding: 2rem 0 2.5rem;
	margin: 2.5rem 0 2rem;
}

div#evento img {
	max-width: 110px;
}

h3#servicio-head {
	text-align: center;
	margin-top: 1.2rem;
	font-size: 1.7rem
}

.left h3 {
	/*text-align: center;*/
}

p, li {
	font-size: 1rem;
	margin-bottom: 1rem;
}

input, textarea {
	font-size: 1rem;
	font-family: sans-serif;
	padding: 1rem;
	width: 100%;
	border-radius: 4px;
	border: none;
	border: 1px solid #ccc;
	display: inline-block;
	margin-bottom: 1rem;
}

input[type="submit"] {
	background: #b0c922;
	width: 200px;
	margin: auto;
	display: block;
	text-align: center;
	transition: all .3s ease-in-out;
}

input[type="submit"]:hover {
	cursor: pointer;
	background: #414042;
	color: #fff;
}

ul {
	list-style: none;
}

ul#experiencia, ul#servicios-head {
	text-align: center;
	margin-bottom: 2rem;
}

ul#servicios-head {
	margin-top: 1.2rem;
}

ul#direccion {
	text-align: center;
	margin-bottom: 2rem;
}

ul#experiencia li {
	margin-bottom: .4rem;
}

ul#servicios li {
	padding-left: 1.2rem;
	position: relative;
	background: url(../imgs/arrow.png) 0 9px no-repeat;
	background-size: 12px;
}

li:before {
	/*content: "1;*/
}

a.social {
	color: #fff;
	transition: all .1s ease-in-out;
	margin: 0 6px 0 8px;
}

a.social:hover {
	color: #898989;
}

a img {
	border: none;
}

/*==================
	IMAGES
====================*/

div#logo img {
	width: 120px;
	margin-left: 20px;
}


@media (min-width: 785px) {
	ul#experiencia li {
		font-size: 2rem;
	}

	section div.centered {
		padding: 0;
		/*border: 1px solid gray;*/
	}

}

@media (min-width: 768px) {
	section {
		/*padding: 0;*/
	}

	div.left {
		float: left;
		width: 25%;
		/*text-align: right;*/
		/*padding-right: 1rem;*/
	}

	div.right {
		float: left;
		width: 75%;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		margin-bottom: 1.5rem;
	}

	h2 {
		font-size: 1.9rem;
	}

	h2#intro {
		font-size: 2.8rem;
		line-height: 4.2rem;
		margin-bottom: 0rem;
	}

	h3 {
		font-size: 1.4rem;
	}

	h3#evento {
		margin: 4rem 0 3rem;
	}

	ul#experiencia {
		text-align: center;
		margin: 1rem 0;
	}

	ul#experiencia li {
		margin-bottom: .4rem;
		display: inline-block;
		padding: 0rem .9rem .3rem 1rem;
		font-size: 1.7rem;
		border-left: 1px solid black;
	}

	ul#experiencia li:first-child {
		border-left: none;
	}

	ul#servicios-head li {
		margin-bottom: .4rem;
		display: inline-block;
		padding: 0rem .9rem .3rem 1rem;
		font-size: 1.2rem;
		border-left: 1px solid black;
	}

	ul#servicios-head li:first-child {
		border-left: none;
	}

	ul#direccion {
		text-align: center;
		margin: 1rem 0;
	}

	ul#direccion li {
		margin-bottom: .4rem;
		display: inline-block;
		padding: 0rem .7rem .1rem .9rem;
		font-size: 1rem;
		border-left: 1px solid white;
	}

	ul#direccion li:first-child {
		border-left: none;
	}

	p, ul, li, input, textarea {
		font-size: 1.2rem;
		margin-bottom: 1rem;
	}

	div#logo img {
		width: 150px;
		margin-left: 20px;
	}

	div#evento img {
		width: 120px;
	}

	input[type="submit"] {
		float: right;
	}

	footer#gracias {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

}

