*{
	margin: 0;
	padding: 0;
	font-family: rale;
}

header{
	width: 100%;
	background: rgb(0,0,0,.8);
	height: 80px;
	position: fixed;
	top: 0px;
	z-index: 10;
}
/* aquí estamos modificando el ancho */
.titulo{
	width: 99%;
	height: 70px;
	margin: 15px;
	position: fixed;
	display: inline-block;
}
.logo1 {
	width: 50px;
	height: 50px;		
	float: left;
	padding-top: 5px;
	position: fixed;
	box-sizing: border-box;
	background: lightyellow;
	border-radius: 15px;
}
.logo1 p a{
	color: rgb(22, 18, 233);
	font-size: 250%;
	text-decoration: none;
	font-weight: bold;
	font-family: rale;
	margin-left: 2px;
}
.logo2 {
	margin-left: 56px;
	width: 38%;
	height: 60px;		
	float: left;
	padding-top: 0px;
	box-sizing: border-box;
/*	text-align: center;*/
}
.logo2 p a{
	color: #fff;
	font-size: 50px;
	text-decoration: none;
	font-weight: bold;
	font-family: rale;
}
.logo2 p a:hover{
	background: lightyellow;
	color: blue;
	border-radius: 15px;
}
/* presentacion del menu */
nav{
	width: 50%;
	height: 60px;
	float: left;
	text-align: right;
	padding-top: 10px;
	padding-right: 8px;
	box-sizing: border-box;
}
nav ul li{
	display: inline;
}
nav ul li a{
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: rale;
}
nav ul li a:hover{
	color: rgb(236, 146, 146);
}
.produ-p1{
	width: 100%;
	top: 55px;
	position: absolute;
	box-sizing: 2px solid red;
}
.gmhtech{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.gmhtech h2{
	color: #444;
}

@font-face{
	font-family: rale;
	src: url(fuentes/Raleway-Regular.ttf);
}
/* Ajuste automatico del ancho de pantalla
		para los distintos dispositivos */

@media screen and (min-width: 400px)
 {
 	.logo2 p {
 		padding-top: 15px;		
 	}
	.logo2 p a{
		font-size: 20px;
}
	nav ul li a{
		font-size: 10px;
	}
.servicios h2{
	font-size: 15px;
}
.columnasx3 h4{
		font-size: 10px;
	}
.columnasx4 h4{
		font-size: 10px;
	}	
}


@media screen and (min-width: 650px)
 {
	.logo2 p a{
		font-size: 24px;
	}
	nav ul li a{
		font-size: 10px;
	}
	.servicios h2{
	font-size: 15px;
}
	.columnasx3 h4{
		font-size: 10px;
	}
	.columnasx4 h4{
		font-size: 10px;
	}
}
@media screen and (min-width: 767px)
 {
 		.logo2 p {
 		padding-top: 5px;		
 	}
 	.logo2 p a{
		font-size: 2.3em;
	}
	nav ul li a{
		font-size: 10px;
	}
	.servicios h2{
	font-size: 18px;
}
	.columnasx3 h4{
		font-size: 12px;
	}
	.columnasx4 h4{
		font-size: 10px;
	}
}
@media screen and (min-width: 950px)
  {
	.logo2 p {
 		padding-top: 0px;		
 	} 	  	
	.logo2 p a{
		font-size: 40px;
	}
		nav ul li a{
		font-size: 13px;
	}
.servicios h2{
	font-size: 22px;
}	
.columnasx3 h4{
		font-size: 16px;
	}
.columnasx4 h4{
		font-size: 16px;
	}	
}
@media screen and (min-width: 1050px)
  {
.logo2 p {
 		padding-top: 0px;		
 	} 	
	.logo2 p a{
		font-size: 50px;
	}
		nav ul li a{
		font-size: 13px;
	}
.servicios h2{
	font-size: 25px;
}	
.columnasx3 h4{
		font-size: 16px;
	}
.columnasx4 h4{
		font-size: 16px;
	}	
}
