/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, html{
	font-size: 10px;	
}

/* CABEZAL */
div#nav{
	position: fixed;
	width: 100%;
	background-color: white;
	display: block;
	top: 0;
	z-index: 1000;
}
div#nav div.wrap{
	margin: 0 auto;
	padding: 13px 15px 13px 11px;
	overflow: hidden
}
div#nav div.wrap h1{
	float: left;
	height: 58px;
	width: 286px;
}
div#nav div.web ul.menu{
	float: right;
	margin-top: 37px;
}
div#nav div.web ul.menu li{
	float: left;
	margin-left: 32px;
}
div#nav div.web ul.menu a{
    font-family: Arial, Gotham, Helvetica Neue, Helvetica, "sans-serif";
	color: black;
	text-decoration: none;
	font-size: 1.5em;
	text-transform: lowercase;
}
div#nav div.web ul.menu a:hover{
    text-decoration: underline;
}
div#nav div.mobile p.menu{
	text-align: center;
	padding: 20px 0px;
}
div#nav div.mobile p.menu a{
	margin-right: 8%;
}
div#nav div.mobile p.menu a.ultimo{
	margin-right: 0;
}
div#nav div.mobile p.menu a{
    font-family: Arial, Gotham, Helvetica Neue, Helvetica, "sans-serif";
	color: white;
	text-decoration: none;
	font-size: 1.1em;
	text-transform: lowercase;
}
div#nav div.mobile p.menu a:hover{
    text-decoration: underline;
}
/* CABEZAL */

/* MENU MOBILE */
div.web{
	display:block;
}
div.mobile{
	display:none;
}
div.mobile div#myContent{
	display: none;
	clear:both;
	overflow:hidden;
	width:100%;
	background-color: black;
}
div.mobile div#myContent ul.menu{
	padding: 20px;
}
div.mobile a.minimenu{
	float: right;
	margin-top: 34px;
	margin-right: 15px;
}
/* MENU MOBILE */

/* SLIDE */
div.slides{
	padding-top: 84px;
}
.mySlides1 {display:none;}
.mySlides2 {display:none;}

/* SLIDE */


/* CUERPO */
iframe {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	width:70%; 
	height:580px;
	z-index: 0;
	margin: 0 auto;
}
img.aplicaciones{
	display: block;
}
img.aplicacionesm{
	display: none;
}
div#slideweb{
	display: block;
}
div#slidemobile{
	display: none;
}
div.contenido{
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
	padding: 105px 50px 0px 50px;
}
div.contenido h2{
	padding-bottom: 0.3em;
	margin: 0 auto;
	font-family: "ITC Avant Garde Gothic Std", 'Poppins', Futura, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700;
	font-size: 3.8em;
	text-transform: lowercase;
	border-bottom:1px solid black;
	margin-bottom: 0.6em;
}
div h3{
	padding-bottom: 0.3em;
	margin: 0 auto;
	font-family:  "ITC Avant Garde Gothic Std", 'Poppins', Futura, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 400;
	font-size: 3.1em;
	line-height: 1.4em;
	width: 55%;
	margin-bottom: 0.6em;
}
div h3 strong{
	font-family:  "ITC Avant Garde Gothic Std", 'Poppins', Futura, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700;
}
div#nosotros h2{
	width: 4.8em;
}
div#tubo h2{
	width: 7.5em;
}
div#tubo h2.principales{
	width: 13.4em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
div#proyectos h2{
	width: 5.3em;
}
div#contacto h2{
	width: 5em;
}
div#mensaje h2{
	width: 5em;
}
div#mensaje {
	margin-top: 5em;
}
div#error h2{
	width: 3em;
}
div#error {
	margin-top: 5em;
}

div.contenido p{
	font-family: Arial, Gotham, Helvetica Neue, Helvetica, "sans-serif";
	font-size: 1.6em;
	line-height: 1.4em;
	width: 55%;
	margin: 0 auto;
	margin-bottom: 1em;
}
div.contenido p strong.aisa{
	font-family:  "ITC Avant Garde Gothic Std", 'Poppins', Futura, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700;
}
div.contenido p strong{
	font-family: Arial, Gotham, Helvetica Neue, Helvetica, "sans-serif";
	font-weight: 700;
}
a.top{
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	padding: 20px;
	margin-bottom: 1em;
	margin-top: 5em;
	padding-top: 1em;
	border-top:1px solid black;
}
img.esquema{
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 70%;
}
img.esquemam{
	display:none;
}

img.proyectos{
	margin-bottom: 50px;
	width: 70%;
}
img.mapa{
	width: 70%;
}
img.aplicaciones{
	width: 70%;
	margin: 0 auto;
}
form{
	display: block;
	margin: 0 auto;
	margin-top:5em;
	width: 70%;
}
form input.textfield{
	display: block;
	clear: both;
	margin: 0 auto;
	margin-bottom: 1.5em;
	border: 1px solid black;
	font-family: Arial, Gotham, Helvetica Neue, Helvetica, "sans-serif";
	color: black;
	padding: 0.8em;
	width: 40%;
}    

form textarea{
	display: block;
	clear: both;
	margin: 0 auto;
	margin-bottom: 1.5em;
	border: 1px solid black;
	font-family: Arial, Gotham, Helvetica Neue, Helvetica, "sans-serif";
	color: black;
	padding: 0.8em;
	width: 40%;
}

form input.enviar{
	border: 1px solid black;
	font-family:  "ITC Avant Garde Gothic Std", 'Poppins', Futura, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700;
	color: black;
	padding: 0.3em 0.6em 0.1em 0.6em;
	text-transform: lowercase;
	font-size: 2em;
	cursor: pointer;
}
/* CUERPO */


/* RESPONSIVE */

@media (min-width: 320px) and (max-width: 900px) {
	form{
		display: block;
		margin: 0 auto;
		margin-top:5em;
		width: 70%;
	}
	form input.textfield{
		width: 100%;
	}    

	form textarea{
		width: 100%;
	}

	form input.enviar{
		border: 1px solid black;
		font-family:  "ITC Avant Garde Gothic Std", 'Poppins', Futura, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
		font-weight: 700;
		color: black;
		padding: 0.3em 0.6em 0.1em 0.6em;
		text-transform: lowercase;
		font-size: 2em;
		cursor: pointer;
	}
	iframe {
		width:100%;
		height:280px;
	}
	img.aplicaciones{
		display: none;
	}
	img.aplicacionesm{
		display: block;
	}
  	div#slideweb{
		display: none;
	}
	div#slidemobile{
		display: block;
	}
	div.web{
		display:none;
	}
	div.mobile{
		display:block;
		clear:both;
		overflow:hidden;
	}
	div#nav div.wrap{
		padding: 0;
	}
	div#nav div.wrap h1 {
    	height: 40px;
		width: 198px;
		margin-left: 10px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	div.slides{
		padding-top: 70px;
	}
	a.top{
		width: 21px;
		height: 21px;
	}
	div.contenido{
		padding: 75px 15px 0px 15px;
	}
	div h3{
		font-size: 2.3em;
		line-height: 1.4em;
		width: 55%;
	}
	div.contenido p{
		font-size: 1.3em;
		line-height: 1.3em;
		width: 95%;
		margin: 0 auto;
		margin-bottom: 0.5em;
	}
	div.contenido h2{
		padding-bottom: 0.3em;
		font-size: 2.8em;
		margin-bottom: 0.6em;
	}
	div#tubo h2.principales{
		font-size: 2.8em;
		width: 55%;
	}
	div h3{
		padding-bottom: 0.3em;
		font-size: 2.1em;
		line-height: 1.4em;
		width: 90%;
		margin-bottom: 0.6em;
	}
	img.proyectos{
		width: 100%;
	}
	img.mapa{
		width: 100%;
	}
	img.esquema{
		display:none;
	}
	img.esquemam{
		display: block;
		width: 100%;
		margin: 0 auto;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	img.aplicaciones{
		width: 100%;
	}
}

/* RESPONSIVE */

/* font-family: 'ag_bookregular'; */
    
