@font-face {
	font-family: "Flaticon";
	src: url("../fonts/flaticon.eot");
	src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("../fonts/flaticon.woff") format("woff"),
	url("../fonts/flaticon.ttf") format("truetype"),
	url("../fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
        
        color: #fff;
font-style: normal;

}.flaticon-menu31:before {
	content: "\e000";
}
.flaticon-phone54:before {
	content: "\e001";
}

div#menuMovil {
	height: 28px;
	width: 28px;
	cursor: pointer;
	display: none;
}


.flaticon-menu31 {
	font-size: 28px;
	margin: 0px 0px 0px 10px;
	float: left;
	display: none;
}


#lightbox {
width: 100%;
height: 100%;
position: fixed;
z-index: 9999;
background: rgba(0,0,0,0.5);
display: none;

}

#formSingIn {
	text-align: center;
	width: 500px;
	min-height: 450px;
	padding: 30px 0px 30px 0px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	position: fixed;
	z-index: 99999;
	left: 50%;
	margin: -300px 0px 0px -250px;
	display: none;
	top: 50%;
}

#formulario
{
	width: 100%;
	border: 0px solid;
}
#formuno
{
	border: 0px solid;
	width: 100%;
}
#razon
{
	width: 45%;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-left: -49%;
	padding: 7px;
}
#formdos
{
	margin-top: 20px;
}
#nombre,#correo 
{
	border-radius: 4px;
	border: 1px solid #ddd;
	width: 40%;
	padding: 10px;
}
#correo 
{
	margin-left: 3%;
}
#comentario
{
	margin-top: 20px;
	border: 1px solid #ddd;
	width: 99%;
	max-width: 92%;
	height: 90px;
	margin-bottom: 20px;
	border-radius: 4px;
	max-height: 90px;
}
#enviar
{
	padding: 7px;
	width: 50%;
	margin-top: 20px;
	background: #9b0004;
	color: #fff;
	border: none;
	font-family: 'Open Sans', sans-serif;
	border-radius: 4px;
}
#llenartodos
{
	display: none;
}
#enviado
{
	display: none;
}
.classenviado
{
	padding: 10px;
	width: 50%;
	margin: auto;
	color: #fff;
	background: #06923e;
}
#load
{
	display: none;
}


.left{float: left;}
.right{float: right;}

.flecha{
	background: url(../images/flecha.jpg) no-repeat 0px 6px;
	height: 30px;
	border: 1px solid #f00;
	padding: 0px 0px 0px 25px;
	margin: 20px 20px 0px 0px;
}

.flecha a{
	color: #000;
}


#qr
{
	height: 50px;
	border: 0px solid;
	height: 50%;
}
#qr img
{
	width: 150px;
}

	/* ============================== Estilos globales ===============================*/
	body{
		font-family: Verdana;
		color: #444444;
		font-size: 14px;
		background: #fff;
	}

	p{
		padding: 0px;
		margin: 0px;
		text-align: left;
		font-family: 'Open Sans', sans-serif;
		font-size: 22px;
	}

	a{ 
		text-decoration: none;
		color: #fff;
		font-weight: normal;
	}
	
	h2,h3,h4{
		color:#000;
		font-weight:300;
		font-family: 'Open Sans', sans-serif;
		margin: 0px;
		padding: 0px;
	}

	h2{	
		font-size: 30px;
	}

	h3{		
		font-size: 20px;
	}

	h4{
		font-size: 16px;
	}

	b{font-family: 'Open Sans', sans-serif; font-weight: normal;}

	.bold{font-weight:400;}
	
	.centrar{text-align: center;}

	.parrafo{font-size: 16px; padding: 0px 0px 30px 20px;}
	
	.halltec{ color: #9b0004; font-weight: 400;}
	.num{font-size: 14px; color: #00d265;  font-weight: 500;}

	.warning{border: 1px solid #f00!important;}
	/* ============================== Estilos principales desarrollo ===============================*/
	#container{	
		width: 1024px;
		border: 0px solid;
		min-height: 400px;
		margin: 10px auto 20px auto;
		background: #fff;
		
	}

	#contHeader{
		width: 100%;
		background: #9b0004;
		min-height: 30px;
	}
	header{
		width: 1024px;
		min-height: 30px;
		padding: 15px 0px;
		margin: 0px auto;
	}



	section#publicidadHome{
		width: 100%;
		height: 88px;
		vertical-align: top;
		margin: 10px auto;
	}

	section#publicidadHome img{
		width: 881px;
		height: 85px;
		margin: 0px auto;
		display: block;
		box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
		border-radius: 6px;
	}



	section#modulos{
		width: 100%;
		min-height: 30px;
		border: 1px solid #f00;
		vertical-align: top;
		margin: 10px auto;
	}

	.desc,
	.ilustra{
		width: 500px;
		height: 342px;

	}
	
	.ilustra img{
		display: block;
		margin: 0px auto;
		padding: 140px 0px 0px 0px;
	}

	.how img{
		padding: 10px 0px 0px 0px;
	}

	#contPregunta{
		width: 1024px;
		margin: 0px auto;
	}

	#preguntar{
		width: 900px;
		margin: 0px auto;
		position: absolute;
		z-index: 999;
		margin: -300px 0px 0px 0px;
	}

	#preguntar h1{
		color: #fff;
		display: none;
		text-shadow: 1px 1px 1px rgba(0,0,0,1);
	}

	#preBtn{
		cursor: pointer;
		width: 200px;
		height: 45px;
		display: none;
		border-radius: 4px;
		line-height: 45px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		background: #9b0004;
		color: #fff;
		font-size: 18px;
	}

	#btnPlanes{
		width: 220px;
		height: 45px;
		float: right;
		border-radius: 4px;
		line-height: 45px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		background: #ffc42a;
		font-size: 18px;
		margin: 20px 0px 0px 0px;
		box-shadow: 0px 3px 1px rgba(148,98,0,1);
	}

	#btnPlanes a{
		color: #946200;
	}

	h1{
		color:#000;
		font-size: 40px;
		font-weight:300;
		font-family: 'Open Sans', sans-serif;
	}

	p{
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-size: 22px;
		line-height: 30px;
		color: #8c989e;
	}

	.grid1{
		width: 100%;
		min-height: 30px;
		vertical-align: top;
		margin: 10px auto;
	}

	.grid2{
		width: 49.5%;
		min-height: 30px;
		display: inline-block;
		vertical-align: top;
		margin: 0px auto;

	}
	

	.grid3{
		width: 35.7%;
		min-height: 30px;
		display: inline-block;
		vertical-align: top;		
		background: #f9f9f9;
		margin: 0px 0px 0px 100px;
		padding: 20px;
	}

	
	.grid3Add{
		width: 33%;
		min-height: 30px;
		display: inline-block;
		vertical-align: top;		
		background: #f9f9f9;
		margin: 0px 0px 0px 0px;
		padding: 20px;
	}

	.grid4{
		width: 24.4%;
		min-height: 30px;
		border: 1px solid #f00;
		display: inline-block;
		vertical-align: top;
	}

	


	body.home section#banner{
 		width: 100%;
 		min-height: 405px;
		margin: 0px auto;
	}


	body.home section#banner img{
		width: 100%;
		height: auto;
	}

	body.internal section#banner {
	height: 250px;
	overflow: hidden;
	}
	#bannerc{
		height: 250px;
		overflow: hidden;
	}

	body.internal section#banner img{
		width: 100%;
		height: auto;
	}


	body.internal #preguntar{
		margin:-200px 0px 0px 0px;
	}

	#logo{
		width: 195px;
		height: 30px;
		vertical-align: top;
		display: inline-block;
	}

	nav{
		/*height: 30px;*/
		width: 815px;
		vertical-align: top;
		display: inline-block;
	}

	nav ul{
		padding: 0px;
		margin: 0px;
		text-align: center;
	}

	nav ul li a{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	}
	
	.active,
	nav ul li:hover{
		background: #b94c4f;
		border-radius: 4px;
	}

	nav ul li{
		vertical-align: top;
		padding: 0px 15px;
		display: inline-block;
		text-align: center;
		line-height: 30px;
	}

	section#servicios{
		border-top: 4px solid #f9f9f9;
		border-bottom: 4px solid #f9f9f9;
		width: 100%;
		margin: 20px auto;
		padding: 20px 0px 20px 0px;
	}

	section#servicios ul{
		margin: 20px 0px 0px 0px;
		padding: 0px;
	}
	
	section#servicios ul li{
		list-style: none;
		min-height: 35px;
		margin: 20px auto;
		font-size: 18px;
		color: #8c989e;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	section#servicios label{
		float: left;
		margin: 0px 10px 0px 0px;
	}




	section#contenido{
		width: 97%;
		padding: 5px;
		min-height:100px;
		margin: 15px auto 15px auto;
	}

	section#contenido img{
		margin: 0px auto;
		display: block;
	}

	section#contenido #content{
			width: 80%;
		margin: 0px auto;
	}

	section#modules{
			width: 100%;
		min-height: 157px;
	}

	section#modules img{
		border-radius: 6px;
		width: 98%!important;
		border: 1px solid #0b4b8b;
	}

	#asesores{
		width: 1000px;
		background: #ededed;
		margin: 20px auto 0px auto;
		height: 400px;
	}



	.mod1{
		width: 100%;
		border: 1px solid #f00;
		height: 157px;
		vertical-align: top;
		text-align: center;
	}
	.mod2{
		width: 49.4%;
		border: 1px solid #f00;
		height: 157px;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
	.mod3{
		width: 32.6%;
		height: 157px;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}


	footer{
		width: 100%;
		margin: 10px auto 0px auto;
		background: #9b0004;
	}

.avatar{
	width: 35%;
	display: inline-block;
}

.avatar img{
	width: 100%;
}

.skills{
	width: 60%;
	min-height: 30px;
	display: inline-block;
	vertical-align: top;
	padding: 0px 0px 0px 30px;
	width: 300px;
	margin: 0px auto;
	display: block;
}


/*----------------estilos para quienes somos-----------------*/

.imgnosotros
{
	border: 0px solid;
	display: block;
	width: 400px;
	margin: auto;
}

#nosotros p
{
	margin-top: 30px;
}
#nosotros .grid1
{
	margin-top: 50px;
	border-bottom: 0px solid #c1c1c1;
}

.porta
{
	border:0px solid;
	color: #9b0004;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	cursor: pointer;

}
.portafolio
{
	font-size: 25px;
	color:#9b0004;
}

#trabajos,#trabajos1
{
	width: 100%;
	display: none;
	background: #f9f9f9;
}


.trabajos{
	width: 100%;
	margin: 0px auto;
	font-size: 0px;
	background: #f9f9f9;
	padding: 10px;
}
.trabajos ul{
	margin: 0px;
	padding: 0px;
}

.trabajos ul li{
	background: #fff;
	display: inline-block;
	border: 1px solid #ededed;
	margin: 10px 5px;
	border-radius: 3px;

	padding: 5px 0px;
	width: 18%;
}

.trabajos ul li img{
	width: 100%;
}

.trabajos ul li a {
	height: 80px;
	width: 100%;
	display: block;
	overflow: hidden;
}



.trabajos .titulo{
	font-size: 12px;
	margin: 5px 0px ;
	font-family: verdana;
	font-weight: bold;
	text-align: center;
}
.trabajos .tec{
	font-size: 12px;
	margin: 5px 0px ;
	text-align: center;
}

.trabajos .estado{
		font-size: 12px;
	margin: 5px auto;
	text-align: center;
}

.off,
.on{
	width: 70px;
	height: 20px;
	line-height: 20px;
	display: block;
	border-radius: 4px;
	color: #fff;
}

.off{background: #f00;}
.on{background: #89b235;}


/*----------------estilos para como funciona-----------------*/

.como
{
	font-family: 'Open Sans', sans-serif;

color: #8c989e;
}

.howImage{
	margin: 0px auto; 
	display: block;
}
.howImageShow{
	margin: 0px auto; 
	display: none;
	width: 80%;
}

/*----------estilos para servicios-----------*/
#planes .grid1 
{
	border: 0px solid;
	margin-top: 50px;

}

#planes .grid2
{
	border: 0px solid;
}
#planes .grid2 img
{
	margin:auto;
	display: block;
}

#planes .grid2 p 
{
	padding-top: 30px;
}

.plans
{
	width: 24.3%;
	min-height: 100px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #dddddd;
}

.head
{
	width: 100%;
	height: 40px;
	background: #3C4345;
}
.head span
{
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	font-weight: 300;
	text-align: center;
	display: block;
	font-family:'Open Sans', sans-serif;
}
#planes ul
{
	width: 100%;
	margin: 0px;
	padding: 15px;

}
#planes ul li 
{
	list-style: none;
width: 100%;
color: #5a5a5a;
min-height: 24px;
font-weight: 400;
font-size: 14px;
border-top: 0px solid #dddddd;
border-bottom: 0px solid #dddddd;
}
#planes h5 
{
	color: #5a5a5a;
	font-weight: bold;
	height: 1px;
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
}
.foot 
{
	width: 100%;
	font-family:'Open Sans', sans-serif;
	text-align: center;
	color: #fff;
	font-size: 30px;	
	height: 40px;
	border: 0px solid;
}

.azul{background: #009aa6;}
.verde{background: #06c066;}
.rojo{background: #b60000;}
.naranja{background: #ff7f00;}


#precioempresa
{
	width: 100%;
	min-height: 50px;
	background: #b60000;
	padding-top: 10px;
}

#precioempresa span 
{
	color: #fff;	
	font-family:'Open Sans', sans-serif;
	font-size: 25px;
	text-align: center;
	display: block;		

}

/*---------estilos formulario pagina formulario-------*/
#escribenos
{
	width: 100%;
	background: #9b0004;
	min-height: 600px;
	border: 0px solid;
}
#escribenos #razon
{
	margin-left: 60px;
	margin-top: 30px;
	width: 42%;
}
#escribenos #nombre
{
	width: 40%;
	margin-top: 30px;
	margin-left: 60px;
}
#escribenos #correo
{
	width: 40%;
}
#escribenos #comentario
{
	margin-left: 60px;
	max-width: 87%;
	min-height: 150px;
}
#escribenos #llenartodos
{
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	text-align: center;

}
#escribenos #load
{
	margin-left: 400px;
}
#escribenos #env 
{
	display: inline-block;
	width: 60%;
	margin-top: 20px;
	border: 0px solid;
	vertical-align: top;
}
#escribenos #enviado
{
	width: 87%;
	text-align: center;
}
#escribenos #enviar
{
	background: #fff;
	width: 95%;
	margin-top: 0px;
	border: 0px solid;
	color: #000;
}
#escribenos #qr
{
	display: inline-block;
	margin-left: 60px;
	margin-top: 20px;
	width: 30%;
	border: 0px solid;
}
/*--------estilos footer------------*/
 .foonav
 {
 	border: 1px solid #9b0004;
 }

 .foonav nav 
 {
 	border: 0px solid;
 	display: block;
 	margin:auto;
 	margin-top: 20px;
 
 }
 #tel{
 	width: 100%;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	height: 40px;
 }
 .derechos
 {
 	width: 29%;
 	height: 50px;
 	margin-top: 20px;
 	border: 0px solid;
 	display: inline-block;
 	vertical-align: top;
 }
.derechos1
{
	width: 65%;
	text-align: center;
	color: #fff;
 	height: 50px;
 	margin-top: 20px;
 	border: 0px solid;
 	display: inline-block;
 	vertical-align: top;
}