@charset "UTF-8";
/* CSS Document */

*{
	font-family: 'Poppins', sans-serif;
}

#more {display: none;}

#myBtn{
		text-decoration: none;
	background: #FFFFFF;
	padding: 10px 30px;;
	font-size: 14px;
	border: solid #000 1px;
	color: #000;
	font-weight: 100;
	display: inline-block;
	margin-top: 50px;
}

#myBtn:hover{
	background: #EAEAEA;
	color: #000000;
}


main{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

header{
	background: url("1x/slide-index.jpg") center no-repeat;
	width: 80%;
	padding: 20px 10%;
}

#logoh{
	float: left;
	width: 10%;
}

ul#menu{
	list-style: none;
	margin: 0 0 0 30%;
	width: 60%;
	float: right;
	padding: 30px 0;
}

ul#menu li img{
	margin-bottom: -5px;
}

ul#menu li{
	display: inline-block;
	text-align: right;
	margin: 0 2px 0 0;
	width: 16%;
}
ul#menu li a{
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	color: #FFF;
}

ul#menu li a.active{
	color: #A6CFE5;
}

ul#menu li a:hover{
	color: #FF9300;
}

.clear{
	display: block;
	clear: both;
}

#slide{
	padding: 100px 0;
	position: relative;
}

#intro{
	float: left;
	width: 80%;
	z-index: 2;
}

h1{
	font-weight: 100;
	font-size: 130px;
	color: #fff;
	margin-top: 80px;
	line-height: 140px;
}

#imagen{
	width: 40%;
	float: left;
	position: absolute;
	z-index: 1;
	right: 0;
	display: none;
}

ul#contacto{
	list-style: none;
	margin: 0;
	width: 20%;
	float: left;
	padding: 0;
}

ul#contacto li{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-left: 5%;
	text-align: left;
}

ul#contacto li img{
	margin-bottom: -10px;
}

h2{
	font-size: 30px;
	font-weight: 100;
	margin-bottom: 90px;
	text-align: left;
	color: #A6CFE5;
}

h3{
	font-size: 60px;
	font-weight: 600;
	margin: 0;
	text-align: center;
	line-height: 70px;
	color: #006684;
	
}

#empresa img.pleca{
	left: 0;
}

#empresa{
	background: #111415;
	background: #FFF;
	width: 80%;
	padding: 200px 10%;
	text-align: center;
}

#mision img.dos{
	position: relative;
	bottom: 50px;
	left: 0;
}

.boton{
	text-decoration: none;
	padding: 10px 30px;;
	font-size: 14px;
	border: solid #000 1px;
	color: #000;
	font-weight: 100;
	display: inline-block;
	margin-top: 50px;
}

.boton:hover{
	background: #EAEAEA;
	color: #000000;
}

.negro{
	border: solid #000 1px;
	color: #000;
	margin-top: 20px;
}



#mision{
	background: #FFF url("1x/mision.jpg")no-repeat center right;
	width: 60%;
	padding: 100px 30% 100px 10%;
	height: 790px;
}

.mis{
	width: 100%;
	margin-top: 70px;
}
.izq{
	text-align: left;
}

.blanco{
	width: 90%;
	padding: 100px 0 100px 10%;
	height: 800px;
}

.blanco img.pleca{
	position: relative;
	top: -5px;
	left: 0;
}

.texto{
	width: 25%;
	float: left;
}
p{
	font-size: 16px;
	font-weight: 300;
}
.dif{
	color: #006684;
	margin-bottom: 10px;
}


#fotos{
	width: 75%;
	float: right;
}
#logos{
	width: 75%;
	float: right;
}

#boletin{
	background: #F4F4F4;
	padding: 50px 10%;
	width: 80%;
	text-align: center;
}
.bolet{
	color: #000;
	margin-bottom: 50px;
}

input[type=text]{
	line-height: 55px;
	width: 20%;
	border-style: none;
	padding: 0 1%;
	color:#000000;
	background: #F4F4F4;
	font-size: 14px; 
	font-weight: 100;
	border-bottom: 1px solid #5C5C5C;
	transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
  width: 30%;
	outline: none;
}

input[type=submit]{
	padding: 10px 50px;;
	font-size: 14px;
	font-weight: 200;
	border: solid #000 1px;
	color: #000;
	background: #F4F4F4;
}

input[type=submit]:hover{
	background: #979797;
	color: #000000;
}


footer{
	background: #111415;
	width: 80%;
	height: 170px;
	padding: 20px 10%;

}

#logof{
	width: 10%;
	float: left;
}

#informacion{
	width: 90%;
	float: right;
	text-align: right;
}

ul#menufoo{
	list-style: none;
	margin: 0;
	width: 100%;
	float: right;
	padding: 0;
	text-align: right;
}

ul#menufoo li{
	display: inline-block;
	margin-left: 50px;
}

ul#menufoo li a{
	color: #fff;
}

ul#menufoo li a.active2{
	color: #A6CFE5;
}

ul#menufoo li a:hover{
	color: #FF9300;
}

ul#redesfoo{
	list-style: none;
	margin-top: 20px;
	width: 100%;
	float: right;
	padding: 0;
	text-align: right;
}

ul#redesfoo li{
	display: inline-block;
	margin-left: 20px;
}

.pfoo{
	color: #fff;
}

a{
	text-decoration: none;
}

#servicios{
	width: 62%;
}

.serv{
	text-align: center;
}
#slidedos{
	padding: 50px 0%;
	height: 740px;
	width: 100%;
	text-align: center;
}

.otro{
	color:#000;
	margin: 10px 0 40px 0;
}

#contenido{
	width: 80%;
	padding: 50px 10%;
}

.servicio{
	width: 48%;
	padding: 20px 2% 20px 0;
	float: left;
	margin: 60px 0;
}

.imagen{
	width: 50%;
	float: left;
}

.quees{
	width: 48%;
	float: left;
	padding: 0 0 10px 2%;
}

.minimo{
	font-size: 15px;
	font-weight: 300;
}

h4{
	margin: 0;
	color: #006684;
	font-weight: 600;
}

.fondo{
	background: url("1x/slide-servicios.jpg") no-repeat center;
}

#gestiones{
	width: 70%;
}

ul.asesorias{
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 30%;
	margin-right: 1%;
	margin-bottom: 80px;
}

ul.asesorias li{
	display: inline-table;
	background: url("1x/pleca.oscuro.svg") no-repeat;
	background-size: 30px;
	background-position: 0 10px ;
	width: 93%;
	padding: 10px 0 0 7%;
	margin-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 689px){
	main{
	width: 100%;
	margin: 0 auto;
}

	header{
	width: 80%;
	padding: 0px 10%;
	height: 600px;
}

#logoh{
	width: 50%;
	padding: 0 25%;
}

ul#menu{
	margin: 0 0 0 0;
	width: 100%;
	padding: 0;
}

ul#menu li img{
	margin: -3px -2px ;
	position: left;
	width: 18px;
}

ul#menu li{
	margin: 10px 0 0 1%;
	width: 30%;
	padding: 0;
	text-align: center;
}
ul#menu li a{
	font-size: 14px;
}

#slide{
	padding: 0;
	height: 300px;
}

#intro{
	float: left;
	width: 100%;
}

h1{
	font-weight: 100;
	font-size: 40px;
	margin-top: 70px;
	line-height: 45px;
}

#imagen{
	width: 30%;
	float: right;
	display: none;
}

ul#contacto{
	list-style: none;
	margin: 0;
	width: 50%;
	float: left;
	padding: 0;
}

ul#contacto li{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-left: 5%;
	text-align: left;
}

ul#contacto li img{
	margin-bottom: -10px;
}

h2{
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 50px;
	text-align: left;
}

h3{
	font-size: 30px;
	font-weight: 600;
	margin-top: -30px;
	text-align: center;
	line-height: 32px;
}

#mision img.dos{
	position: relative;
	bottom: 60px;
	left: 0;
	width: 30px;
}

.boton{
	text-decoration: none;
	padding: 10px 30px;;
	font-size: 14px;
	border: solid #000 1px;
	color: #000;
	font-weight: 100;
	display: inline-block;
	margin-top: 50px;
}

.boton:hover{
	background: #EAEAEA;
	color: #000000;
}

.negro{
	border: solid #000 1px;
	color: #000;
	margin-top: 20px;
}

#empresa{
	width: 80%;
	padding: 100px 10%;
	text-align: center;
}

	#empresa img.pleca{
	left: 0;
}


#mision{
	background-size: cover;
	width: 80%;
	padding: 10px 10% 100px 10%;
	height: 400px;
}

.mis{
	width: 100%;
	margin-top: 70px;
}
.izq{
}
 
	.claro{
		color: #A6CFE5;
		text-align: center;
	}
	
.blanco{
	width: 80%;
	padding: 20px 10%;
	height: 650px;
}

.blanco img.pleca{
	position: relative;
	top: -5px;
	left: 0;
}

.texto{
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
p{
	font-size: 13px;
	font-weight: 300;
}
.dif{
	color: #006684;
	margin-bottom: 10px;
}


#fotos{
	width: 100%;
	float: right;
	margin-bottom: 30px;
}
#logos{
	width: 100%;
	float: right;
	margin-bottom: 100px;
}

#boletin{
	background: #F4F4F4;
	padding: 50px 10%;
	width: 80%;
	text-align: center;
}
.bolet{
	color: #000;
	margin-bottom: 50px;
}

input[type=text]{
	line-height: 55px;
	width: 80%;
	border-style: none;
	padding: 0 1%;
	color:#000000;
	background: #F4F4F4;
	font-size: 14px; 
	font-weight: 100;
	border-bottom: 1px solid #5C5C5C;
	transition: width 0.4s ease-in-out;
	margin-bottom: 20px;
}

input[type=text]:focus {
  width: 70%;
	outline: none;
}

input[type=submit]{
	padding: 10px 50px;;
	font-size: 14px;
	font-weight: 200;
	border: solid #000 1px;
	color: #000;
	background: #F4F4F4;
}

input[type=submit]:hover{
	background: #979797;
	color: #000000;
}


footer{
	background: #111415;
	width: 80%;
	height: 300px;
	padding: 10px 10%;
}

#logof{
	width: 33%;
	float: left;
	padding: 0px 33%;
}

#informacion{
	width: 100%;
	float: right;
	text-align: center;
}

ul#menufoo{
	list-style: none;
	margin: 0;
	width: 100%;
	float: right;
	padding: 0;
	text-align: center;
}

ul#menufoo li{
	display: inline-block;
	margin-left: 1px;
	width: 40%;
}
	ul#menufoo li a{
		font-size: 12px;
	}
	ul#menufoo li:last-child{
		display: none;
	}

ul#redesfoo{
	margin-top: 10px;
	text-align: center;
}

ul#redesfoo li a{
	display: inline-block;
	margin-left: -10px;
}

.pfoo{
	color: #fff;
	font-size: 10px;
}

	
a{
	text-decoration: none;
}

#servicios{
	width: 100%;
	padding: 0;
	height: 500px;
}

.serv{
	text-align: center;
}
#slidedos{
	padding: 20px 0;
	height: 300px;
	width: 100%;
	text-align: center;
}

.otro{
	color:#000;
	margin: 10px 0 40px 0;
}

#contenido{
	width: 80%;
	padding: 50px 10%;
}

.servicio{
	width: 96%;
	padding: 20px 2%;
	float: left;
	margin: 10px 0;
}

.imagen{
	width: 100%;
	float: left;
}

.quees{
	width: 100%;
	float: left;
	padding: 0 0 10px 2%;
}

.minimo{
	font-size: 12px;
	font-weight: 300;
}

h4{
	margin: 0;
	color: #006684;
	font-weight: 600;
}

.fondo{
	height: 700px;
}

#gestiones{
	width: 100%;
}

ul.asesorias{
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	margin-right: 1%;
	margin-bottom: 0;
	font-size: 12px;
}

ul.asesorias li{
	display: inline-table;
	background-size: 30px;
	background-position: -10px 5px ;
	width: 93%;
	padding: 10px 0 0 7%;
	margin-bottom: 20px;
}
	
	ul.asesorias:last-child{
		margin-bottom: 100px;
	}
	
	
	
}

@media only screen and (min-width: 690px) and (max-width: 849px)
{
	main{
	width: 100%;
	margin: 0 auto;
}

header{
	width: 80%;
	padding: 0px 10%;
	height: 800px;
}

#logoh{
	width: 33%;
	padding: 0 33%;
}

ul#menu{
	margin: 0 0 0 0;
	width: 100%;
	padding: 0;
}

ul#menu li img{
	margin: -3px -2px ;
	position: left;
	width: 18px;
}

ul#menu li{
	margin: 0 0 0 0;
	width: 16%;
	padding: 0;
	text-align: center;
}
ul#menu li a{
	font-size: 13px;
}

#slide{
	padding: 100px 0;
	height: 600px;
}

#intro{
	float: left;
	width: 100%;
}

h1{
	font-weight: 100;
	font-size: 80px;
	margin-top: 50px;
	line-height: 80px;
}

#imagen{
	width: 30%;
	float: right;
	display: none;
}

ul#contacto{
	list-style: none;
	margin: 0;
	width: 35%;
	float: left;
	padding: 0;
}

ul#contacto li{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-left: 5%;
	text-align: left;
}

ul#contacto li img{
	margin-bottom: -10px;
}

h2{
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 80px;
	text-align: left;
}

h3{
	font-size: 40px;
	font-weight: 600;
	margin-top: -30px;
	text-align: center;
	line-height: 44px;
}

#empresa img.pleca{
	left: 0;
}

#mision img.dos{
	position: relative;
	bottom: 60px;
	left: 0;
	width: 30px;
}

.boton{
	text-decoration: none;
	padding: 10px 30px;;
	font-size: 14px;
	border: solid #000 1px;
	color: #000;
	font-weight: 100;
	display: inline-block;
	margin-top: 50px;
}

.boton:hover{
	background: #EAEAEA;
	color: #000000;
}

.negro{
	border: solid #000 1px;
	color: #000;
	margin-top: 20px;
}

#empresa{
	width: 80%;
	padding: 200px 10%;
	text-align: center;
}

#mision{
	background-size: cover;
	width: 80%;
	padding: 10px 10% 100px 10%;
	height: 400px;
}

.mis{
	width: 100%;
	margin-top: 70px;
}
.izq{
}
 
	.claro{
		color: #A6CFE5;
		text-align: center;
	}

.blanco{
	width: 90%;
	padding: 100px 0 100px 10%;
	height: 500px;
}

.blanco img.pleca{
	position: relative;
	top: -5px;
	left: 0;
}

.texto{
	width: 20%;
	float: left;
}
p{
	font-size: 13px;
	font-weight: 300;
}
.dif{
	color: #006684;
	margin-bottom: 10px;
}


#fotos{
	width: 75%;
	float: right;
}
#logos{
	width: 75%;
	float: right;
}

#boletin{
	background: #F4F4F4;
	padding: 50px 10%;
	width: 80%;
	text-align: center;
}
.bolet{
	color: #000;
	margin-bottom: 50px;
}

input[type=text]{
	line-height: 55px;
	width: 45%;
	border-style: none;
	padding: 0 1%;
	color:#000000;
	background: #F4F4F4;
	font-size: 14px; 
	font-weight: 100;
	border-bottom: 1px solid #5C5C5C;
	transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
  width: 70%;
	outline: none;
}

input[type=submit]{
	padding: 10px 50px;;
	font-size: 14px;
	font-weight: 200;
	border: solid #000 1px;
	color: #000;
	background: #F4F4F4;
}

input[type=submit]:hover{
	background: #979797;
	color: #000000;
}


footer{
	background: #111415;
	width: 80%;
	height: 150px;
	padding: 10px 10%;
}

#logof{
	width: 15%;
	float: left;
}

#informacion{
	width: 85%;
	float: right;
	text-align: right;
}

ul#menufoo{
	list-style: none;
	margin: 0;
	width: 100%;
	float: right;
	padding: 0;
	text-align: right;
}

ul#menufoo li{
	display: inline-block;
	margin-left: 1px;
	width: 19%;
}
	ul#menufoo li a{
		font-size: 12px;
	}

ul#redesfoo{
	margin-top: 10px;
}

ul#redesfoo li a{
	display: inline-block;
	margin-left: -10px;
}

.pfoo{
	color: #fff;
	font-size: 12px;
}

	
a{
	text-decoration: none;
}

#servicios{
	width: 100%;
	padding: 0;
	height: 500px;
}

.serv{
	text-align: center;
}
#slidedos{
	padding: 20px 0;
	height: 300px;
	width: 100%;
	text-align: center;
}

.otro{
	color:#000;
	margin: 10px 0 40px 0;
}

#contenido{
	width: 80%;
	padding: 50px 10%;
}

.servicio{
	width: 96%;
	padding: 20px 2%;
	float: left;
	margin: 10px 0;
}

.imagen{
	width: 50%;
	float: left;
}

.quees{
	width: 48%;
	float: left;
	padding: 0 0 10px 2%;
}

.minimo{
	font-size: 12px;
	font-weight: 300;
}

h4{
	margin: 0;
	color: #006684;
	font-weight: 600;
}

.fondo{
	height: 900px;
}

#gestiones{
	width: 100%;
}

ul.asesorias{
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 30%;
	margin-right: 1%;
	margin-bottom: 100px;
	font-size: 12px;
}

ul.asesorias li{
	display: inline-table;
	background-size: 30px;
	background-position: -10px 5px ;
	width: 93%;
	padding: 10px 0 0 7%;
	margin-bottom: 20px;
}
	
}

@media only screen and (min-width: 850px) and (max-width: 1040px){
main{
	width: 100%;
	margin: 0 auto;
}

header{
	width: 80%;
	padding: 0px 10%;
	height: 800px;
}

#logoh{
	width: 15%;
	padding: 15px 0;
	height: auto;
}

ul#menu{
	list-style: none;
	float: right;
	margin: 0 0 0 0;
	width: 85%;
	padding: 40px 0;
}

ul#menu li img{
	margin: -3px -2px ;
	position: left;
	width: 18px;
}

ul#menu li{
	margin: 0 0 0 0;
	width: 15%;
}
ul#menu li a{
	font-size: 14px;
}

#slide{
	padding: 100px 0;
	height: 600px;
}

#intro{
	float: left;
	width: 100%;
}

h1{
	font-weight: 100;
	font-size: 80px;
	margin-top: 50px;
	line-height: 80px;
}

#imagen{
	width: 30%;
	float: right;
	display: none;
}

ul#contacto{
	list-style: none;
	margin: 0;
	width: 30%;
	float: left;
	padding: 0;
}

ul#contacto li{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-left: 5%;
	text-align: left;
}

ul#contacto li img{
	margin-bottom: -10px;
}

h2{
	font-size: 28px;
	font-weight: 100;
	margin-bottom: 90px;
	text-align: left;
}

h3{
	font-size: 46px;
	font-weight: 600;
	margin: 0;
	text-align: center;
	line-height: 56px;
}

#empresa img.pleca{
	left: 0;
}

#mision img.dos{
	position: relative;
	bottom: 70px;
	left: 0;
}

.boton{
	text-decoration: none;
	padding: 10px 30px;;
	font-size: 14px;
	border: solid #000 1px;
	color: #000;
	font-weight: 100;
	display: inline-block;
	margin-top: 50px;
}

.boton:hover{
	background: #EAEAEA;
	color: #000000;
}

.negro{
	border: solid #000 1px;
	color: #000;
	margin-top: 20px;
}

#empresa{
	width: 80%;
	padding: 200px 10%;
	text-align: center;
}

#mision{
	background-size: 450px;
	width: 80%;
	padding: 10px 10% 100px 10%;
	height: 790px;
}

.mis{
	width: 100%;
	margin-top: 70px;
}
.izq{
	text-align: left;
}

.blanco{
	width: 90%;
	padding: 100px 0 100px 10%;
	height: 800px;
}

.blanco img.pleca{
	position: relative;
	top: -5px;
	left: 0;
}

.texto{
	width: 20%;
	float: left;
}
p{
	font-size: 14px;
	font-weight: 300;
}
.dif{
	color: #006684;
	margin-bottom: 10px;
}


#fotos{
	width: 75%;
	float: right;
}
#logos{
	width: 75%;
	float: right;
}

#boletin{
	background: #F4F4F4;
	padding: 50px 10%;
	width: 80%;
	text-align: center;
}
.bolet{
	color: #000;
	margin-bottom: 50px;
}

input[type=text]{
	line-height: 55px;
	width: 20%;
	border-style: none;
	padding: 0 1%;
	color:#000000;
	background: #F4F4F4;
	font-size: 14px; 
	font-weight: 100;
	border-bottom: 1px solid #5C5C5C;
	transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
  width: 30%;
	outline: none;
}

input[type=submit]{
	padding: 10px 50px;;
	font-size: 14px;
	font-weight: 200;
	border: solid #000 1px;
	color: #000;
	background: #F4F4F4;
}

input[type=submit]:hover{
	background: #979797;
	color: #000000;
}


footer{
	background: #111415;
	width: 80%;
	height: auto;
	padding: 20px 10%;
	float: left;
}

#logof{
	width: 15%;
	float: left;
}

#informacion{
	width: 85%;
	float: right;
	text-align: right;
}

ul#menufoo{
	list-style: none;
	margin: 0;
	width: 100%;
	float: right;
	padding: 0;
	text-align: right;
}

ul#menufoo li{
	display: inline-block;
	margin-left: 2px;
	width: 19%;
}

ul#menufoo li a:hover{
	color: #FF9300;
}

ul#redesfoo{
	margin-top: 10px;
}

ul#redesfoo li a{
	display: inline-block;
	margin-left: -10px;
}

.pfoo{
	color: #fff;
	font-size: 12px;
}
	
a{
	text-decoration: none;
}

#servicios{
	width: 100%;
	padding: 0;
	height: 500px;
}

.serv{
	text-align: center;
}
#slidedos{
	padding: 20px 0;
	height: 300px;
	width: 100%;
	text-align: center;
}

.otro{
	color:#000;
	margin: 10px 0 40px 0;
}

#contenido{
	width: 80%;
	padding: 50px 10%;
}

.servicio{
	width: 96%;
	padding: 20px 2%;
	float: left;
	margin: 10px 0;
}

.imagen{
	width: 50%;
	float: left;
}

.quees{
	width: 48%;
	float: left;
	padding: 0 0 10px 2%;
}

.minimo{
	font-size: 12px;
	font-weight: 300;
}

h4{
	margin: 0;
	color: #006684;
	font-weight: 600;
}

.fondo{
	height: 900px;
}

#gestiones{
	width: 100%;
}

ul.asesorias{
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 30%;
	margin-right: 1%;
	margin-bottom: 100px;
	font-size: 12px;
}

ul.asesorias li{
	display: inline-table;
	background-size: 30px;
	background-position: -10px 5px ;
	width: 93%;
	padding: 10px 0 0 7%;
	margin-bottom: 20px;
}
}

@media only screen and (min-width: 1041px) and (max-width: 1750px){
main{
	width: 100%;
	margin: 0 auto;
}

header{
	width: 80%;
	padding: 0px 10%;
}

#logoh{
	width: 15%;
	padding: 15px 0;
	height: auto;
}

ul#menu{
	list-style: none;
	float: right;
	margin: 0 0 0 0;
	width: 85%;
	padding: 40px 0;
}

ul#menu li img{
	margin: -3px -2px ;
	position: left;
	width: 18px;
}

ul#menu li{
	margin: 0 0 0 0;
	width: 15%;
}
ul#menu li a{
	font-size: 14px;
}

#slide{
	padding: 100px 0;
	position: relative;
}

#intro{
	float: left;
	width: 90%;
}

h1{
	font-weight: 100;
	font-size: 120px;
	margin-top: 50px;
	line-height: 120px;
}
	
	#imagen{
	width: 40%;
	float: left;
	position: absolute;
	z-index: 1;
	right: 0;
		display: none;
}

ul#contacto{
	list-style: none;
	margin: 0;
	width: 20%;
	float: left;
	padding: 0;
}

ul#contacto li{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-left: 5%;
	text-align: left;
}

ul#contacto li img{
	margin-bottom: -10px;
}

h2{
	font-size: 30px;
	font-weight: 100;
	margin-bottom: 90px;
	text-align: left;
}

h3{
	font-size: 50px;
	font-weight: 600;
	margin: 0;
	text-align: center;
	line-height: 60px;
}

#empresa img.pleca{
	left: 0;
}

#mision img.dos{
	position: relative;
	bottom: 70px;
	left: 0;
}

.boton{
	text-decoration: none;
	padding: 10px 30px;;
	font-size: 14px;
	border: solid #000 1px;
	color: #000;
	font-weight: 100;
	display: inline-block;
	margin-top: 50px;
}

.boton:hover{
	background: #EAEAEA;
	color: #000000;
}

.negro{
	border: solid #000 1px;
	color: #000;
	margin-top: 20px;
}

#empresa{
	width: 80%;
	padding: 200px 10%;
	text-align: center;
}

#mision{
	background-size: 600px;
	width: 80%;
	padding: 100px 10%;
	height: 790px;
}

.mis{
	width: 100%;
	margin-top: 70px;
}
.izq{
	text-align: left;
}

.blanco{
	width: 90%;
	padding: 100px 0 100px 10%;
	height: 800px;
}

.blanco img.pleca{
	position: relative;
	top: -5px;
	left: 0;
}

.texto{
	width: 25%;
	float: left;
}
p{
	font-size: 14px;
	font-weight: 300;
}
.dif{
	color: #006684;
	margin-bottom: 10px;
}


#fotos{
	width: 75%;
	float: right;
}
#logos{
	width: 75%;
	float: right;
}

#boletin{
	background: #F4F4F4;
	padding: 50px 10%;
	width: 80%;
	text-align: center;
}
.bolet{
	color: #000;
	margin-bottom: 50px;
}

input[type=text]{
	line-height: 55px;
	width: 20%;
	border-style: none;
	padding: 0 1%;
	color:#000000;
	background: #F4F4F4;
	font-size: 14px; 
	font-weight: 100;
	border-bottom: 1px solid #5C5C5C;
	transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
  width: 30%;
	outline: none;
}

input[type=submit]{
	padding: 10px 50px;;
	font-size: 14px;
	font-weight: 200;
	border: solid #000 1px;
	color: #000;
	background: #F4F4F4;
}

input[type=submit]:hover{
	background: #979797;
	color: #000000;
}


footer{
	background: #111415;
	width: 80%;
	height: 170px;
	padding: 20px 10%;
}

#logof{
	width: 10%;
	float: left;
}

#informacion{
	width: 90%;
	float: right;
	text-align: right;
}

ul#menufoo{
	list-style: none;
	margin: 0;
	width: 100%;
	float: right;
	padding: 0;
	text-align: right;
}

ul#menufoo li{
	display: inline-block;
	margin-left: 50px;
}

ul#menufoo li a{
	color: #fff;
}

ul#menufoo li a.active2{
	color: #A6CFE5;
}

ul#menufoo li a:hover{
	color: #FF9300;
}

ul#redesfoo{
	list-style: none;
	margin-top: 20px;
	width: 100%;
	float: right;
	padding: 0;
	text-align: right;
}

ul#redesfoo li{
	display: inline-block;
	margin-left: 20px;
}

.pfoo{
	color: #fff;
}

a{
	text-decoration: none;
}

#servicios{
	width: 100%;
}

.serv{
	text-align: center;
	font-size: 90px;
	line-height: 100px;
}
#slidedos{
	padding: 0px 5%;
	height: 650px;
	width: 90%;
	text-align: center;
}

.otro{
	color:#000;
	margin: 10px 0 40px 0;
}

#contenido{
	width: 80%;
	padding: 50px 10%;
}

.servicio{
	width: 48%;
	padding: 20px 2% 20px 0;
	float: left;
	margin: 60px 0;
}

.imagen{
	width: 50%;
	float: left;
}

.quees{
	width: 48%;
	float: left;
	padding: 0 0 10px 2%;
}

.minimo{
	font-size: 12px;
	font-weight: 300;
}

h4{
	margin: 0;
	color: #006684;
	font-weight: 600;
}

.fondo{
	padding-bottom: 30px;
}

#gestiones{
	width: 100%;
}

ul.asesorias{
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 30%;
	margin-right: 1%;
	margin-bottom: 100px;
	font-size: 12px;
}

ul.asesorias li{
	display: inline-table;
	background-size: 30px;
	background-position: -10px 10px ;
	width: 93%;
	padding: 10px 0 0 7%;
	margin-bottom: 20px;
}
}