/*
   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, html {
	line-height: 1;
	width: 100%;
	overflow-x: hidden;


}
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;
}

a	{
	text-decoration: none;
}


/*-------------------END OF CSS RESET---------------------*/

@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,500,700);


/*------------------MAIN STYLE-----------------------------*/


h1, h2, h3, h4, a, p {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}

p {
	font-size: 16px;
}

div.home, div.quienes-somos {
	height: auto;
	min-height: 100vh;

}

img.logo {
	width: 50%;
	margin-left: 10%;
}

ul.menu {
	margin-top: 15px;
}

#nav-home {
	border-bottom: 5px solid #2c82c9;
	font-size: 16px;
	padding-right: 5%;
}

div.home, footer {
	background-color: #114b7b;
}

div.quienes-somos, div.nav-home {
	background-color: #114b7b;
}

#nav-home, div.servicios, div.contacto,
div.quienes-somos div.right {
	background-color: #efefef;
}

div.home h2, div.home h3, div.home p,
div.quienes-somos h2, div.quienes-somos h3, div.quienes-somos p,
footer h3, footer a, footer p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}

div.servicios h2, div.servicios h3,
div.contacto h2, div.contacto h3 {
	font-weight: 700;
	color: #114b7a;
}

div.servicios p, div.servicios a,
div.contacto p, div.contacto a {
	font-weight: 200;
	color: #2c82c9;
}



div.servicios h1, div.quienes-somos h1, div.contacto h1 {
	padding-top: 25px;
	font-size: 46px;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}

/*HOME*/

div.home {
	position: relative;
}

div.home img {
	
	margin-top: 20vh;
	margin-bottom: -50px;
	cursor: pointer;

}

div.home h2 {
	font-size: 36px;
}

div.home p {
	font-size: 18px;
}

div.home a.button {

	background-color: #2c82c9;
	color: #fff;
	padding: 10px 25px;
	font-size: 34px;
	border-radius: 10px;
	margin-top: 25px;
}

div.home a.button:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 0.7;
}



div.home img.flecha-home {
	width: 70px;
	position: absolute;
	bottom: 20px;
	right: 50%;
	margin-right: -35px;
	z-index: 100;
	cursor: pointer;

}


/*SERVICIOS*/

div.servicios {
	position: relative;
	min-height: 80vh;
	height: auto;
}

div.servicios h1 {
	color: #114b7a;
}

div.servicios a.button {
	background-color: #114b7a;
	color: #fff;
	padding: 5px 15px;
	border-radius: 7px;
	font-size: 16px;

}

div.servicios img {
	padding-top: 50px;
}

div.servicios img.servicios {
	width: 70px;
	position: absolute;
	bottom: -35px;
	border: none;
	right: 50%;
	margin-right: -35px;
	z-index: 100;
	cursor: pointer;

}

div.servicios p.serv {
	text-align: justify;
	width: 90%;
	margin: auto;
	height: 115px; 
}

div.servicios p.button {

	background-color: #2c82c9;
	color: #fff;
	padding: 5px 10px;
	width: inherit;
	margin: auto;
	cursor: pointer;
	font-size: 18px;
	border-radius: 10px;
}


p.administracion-mas,
p.soporte-mas,
p.virtualizacion-mas {
	display: none;
	text-align: justify;
	width: 90%;
	margin: auto;
}


/*QUIENES SOMOS*/

div.quienes-somos {
	position: relative;

}

div.quienes-somos h1 {
	color: #fff;
}

div.quienes-somos div.right h2 {
	color: #114b7a;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	padding-top: 10px;
}

div.quienes-somos div.right p {
	color: #2c82c9;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}

div.quienes-somos img.quienes-somos {
	width: 70px;
	position: absolute;
	bottom: -35px;
	border: none;
	right: 50%;
	margin-right: -35px;
	z-index: 100;
	cursor: pointer;

}

img.skills {
	width: 80%;
	padding-bottom: 50px;
}


/*Elegirnos*/

div.elegirnos {
	padding-top: 50px;
	padding-bottom: 50px;
}

img.elegirnos {
	width: 30%;
	margin: 0 auto;
}


/*CONTACTO*/

div.contacto {
	min-height: 90vh;
	height: auto;
}

div.contacto h1 {
	color: #114b7a;
}

div.contacto input {
	background-color: #2c82c9;
	border: none;
	padding: 5px 10px; 
	width: 80%;
	border-radius: 10px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}

div.contacto textarea {
	background-color: #2c82c9;
	border: none;
	padding: 5px 10px; 
	width: 100%;
	border-radius: 10px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	height: 125px;
}

button.enviar {
	background-color: #114b7a;
	border: none;
	padding: 7px 20px; 
	width: auto;
	border-radius: 10px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;


}

h2.enviado {
	display: none;
}

div.contacto iframe {
	background-color: #2c82c9;
	padding: 7px;
	border-radius: 10px;
}


/*FOOTER*/



/*Media Query*/
@media screen and (max-width:1220px){
	div.servicios p.button {

		width: 60%;
		
	}

	div.servicios p.serv {
		height: 150px; 
	}

}

@media screen and (max-width:800px){
	
	
	div.servicios p.serv {
		height: 175px; 
	}


	div.quienes-somos-mobile {
		text-align: center;
	}

	div.home img {
	
		margin-top: 20vh;
		margin-bottom: 00px;
		cursor: pointer;

	}

	div.contacto div.info-contacto {
		text-align: center;
	}

	div.contacto iframe {
		width: 100%;
		margin-bottom: 25px;
	}



}


@media screen and (max-width:768px){
	img.logo-mobile {
		padding-top: 20px;
	}

	img.menu-mobile {
		width: 60%;
		padding-top: 10px;
	}
	div.servicios p.serv {
		height: 115px; 
	}

	footer {
		text-align: center;

	}

}










