/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
    font:16px/1.5 'Open Sans',sans-serif;
    color:#666;
	background: #EFEFEF;
}

h1,h2,h3,h4 {
	letter-spacing: -1px;
	font-family: "Oswald", sans-serif;
}

strong {
	font-weight: 700;
}

h1,h2,h3,h4,p {
    margin-bottom:20px
}

h1 {
    font-size:3.5em;
}

h2 {
    font-size:2.2em;
}

h3 {
    font-size:1.5em;
}

h4 {
    font-size:1.3em;
}

a:link,a:active,a {
    color:#666;
    text-decoration:none
}


.inner {
	max-width: 1200px;
	margin: 0 auto;
}

a#logo  {
	display: block;
	float: left;
	margin-bottom: 10px;
}

a#logo img {
	width: 100px;
	height: auto;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
	padding: 13px;
}

#mapa-ubicacion {
	margin: 0 0 40px 0;
}

header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 50px;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 0 25px 1px rgba(0,0,0,0.4);
	box-shadow: 0 0 25px 1px rgba(0,0,0,0.4);
}

header nav {
	float: right;
	margin-top:20px;
}

ul.main-navi {
	width: 450px;
}

ul.main-navi li {
	display: inline;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-left: 40px;
}

body section {
	width: 100%;
	float: left;
}

.banner {
	text-align: center;
	height: 400px;
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 30px;
}

#nosotros {
	background: url('images/nosotros.jpg') no-repeat fixed 0px / cover transparent;
}

#que-hacemos {
	background: url('images/que-hacemos.jpg') no-repeat fixed 0px / cover transparent;
}

.banner h1 {
	background-color: rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 1);
	padding: 30px;
	float: none;
	width: 30%;
	margin: 120px auto;
	text-transform: uppercase;
}

img.separador {
	display: block;
	max-width: 700px;
	min-height:25px;
	margin: 30px auto;
}

.margin-height {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

div.widget {
	width: 27%;
	display: inline-block;
	margin: 0 3% 5em 3%;
	text-align: center;
}

div.widget img {
	width: 100px;
	display: block;
	margin: 40px auto;
}

.seccion-pagina {
	padding: 120px 0 50px 0;
}

#seccion-contacto {
	background: #DDDDDD;
	padding-bottom: 50px;
}

#area-corporativa {
	width: 45%;
	float: left;
	text-align: center;
}

div#formulario {
	float: right;
	width: 50%;
}

img#logo-contacto {
	width: 150px;
	height: auto;
	display: block;
	margin: 10px auto;
}

#formulario form {
	width: 80%;
	float: right;
	margin: 0 0 0 0;
}

#formulario form input[type="email"], 
#formulario form input[type="number"], 
#formulario form input[type="password"], 
#formulario form input[type="tel"], 
#formulario form input[type="url"], 
#formulario form input[type="text"],
#formulario form textarea{
	width:100%;
	float:left;
	margin:0;
	padding: 6px 3px;
	box-sizing: border-box;
	border: 10px #fff solid;
	border-top: none;
	background: #ddd;
}

#formulario form textarea{
	height: 160px;
}

#formulario form input[type="text"].borde {
	border-top: 10px #fff solid;
}

#formulario form input[type="submit"]{
	width:100%;
	float:left;
	margin:15px 0;
	padding: 10px 5px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	background: #ef4138;
	border: none;
	transition: all 300ms ease-in-out 0s;
}

#formulario form input[type="submit"]:hover{
	background: #000;
}

.boton-mas{
	width:120px;
	margin:15px auto;
	padding: 10px 25px;
	box-sizing: border-box;
	text-align: center;
	color: #fff !important;
	background: #ef4138;
	border: none;
	font-size: .9em;
	transition: all 300ms ease-in-out 0s;
}

.boton-mas:hover{
	background: #000;
}

footer {
	background: #21232b;
	text-align: center;
	font-size: .8em;
	padding: 10px 0;
	width: 100%;
	float: left;
}

footer p {
	margin:0;
}

footer a {
	color:#fff !important;
}

section article ul {
	list-style: circle;
	padding-left: 40px;
	line-height: 1.9;
	margin-bottom: 30px;
}

.slider-captions {
	position: absolute;
	z-index: 999;
	top:40%;
	background-color: rgba(0, 0, 0, 0.6);
	color: rgba(0, 0, 0, 0.6);
	padding: 1em 2em;
}

.slider-captions h1 {
	text-transform: uppercase;
}

.slider-captions h1, .slider-captions p {
	color: #fff;
}

ul .callbacks_tabs {
	width: 100%;
	text-align: center;
}

.margin-height {
	margin: 30px 0 0 0;
}

/* Responsive */
@media only screen and (max-width: 768px) {    
	body {
		font-size: 0.9em;
	}
	.slider-captions {
		top:45%;
		padding: .5em 1em;
		right: 0;
	}
	
	.slider-captions h1 {
		font-size: 2em;
	}

	.inner {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 15px;
	}
	
	.banner h1 {
		padding: 10px;
		width: 30%;
		margin: 30% auto;
		font-size: 2em;
	}

}


@media only screen and (max-width: 640px) {    
	body {
		font-size: 0.8em;
	}
	
	div.widget {
		width: 100%;
		display: inline-block;
		margin-right: 0;
	}
	
	#area-corporativa {
		width: 100%;
		float: left;
		margin: 0 0 40px 0;
		text-align: center;
		
	}
	
	div#formulario {
		float: right;
		width: 100%;
	}
	
	#formulario form {
		width: 100%;
		margin: 0 0 40px 0;
	}
	
	header {
		height: auto;
		background-color: rgba(255, 255, 255, 1);
		color: rgba(255, 255, 255, 1);
		-webkit-box-shadow: 0 0 25px 1px rgba(0,0,0,0.4);
		box-shadow: 0 0 25px 1px rgba(0,0,0,0.4);
	}

	header nav {
		float: right;
		margin-top:20px;
	}
	
	ul.main-navi {
		width: inherit;
		float: right;
		text-align: right;
	}
	
	ul.main-navi li {
		display: inline;
		float: left;
		text-align: left;
		font-size: 1em;
		margin: 0 0 0 0;
		width: 100%;
	}
	
	ul.main-navi li a {
		display: block;
		padding: 4px 0;
	}
}



