		*{
		margin: 0;
		padding: 0;

	}

header.lcpixel{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	background-color: #fff;
		background-image: url();
	 background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
}

nav.lcpixel{
	width: 100%;
	height: auto;
	min-height: 50px;
	position: relative;
	float: left;
	background-color: grey;
}

.div_container{
	width: 100%;
	height: auto;
	min-height: 100px;
	float: left;
	position: relative;
}

.slidecontainer{
	width: 100%;
	height: auto;
	min-height: 50px;
    background-color: #edeef0;
    margin: 0 auto;
    position: relative;
   
}

.portadas{
	width: 100%;
	height: auto;
	min-height: 150px;
    background-color: #edeef0;
    margin: 0 auto;
    position: relative;
   
}

.naviconos{
	width: 100%;
	height: 150px;
	position: relative;
	float: left;
	background: #000428;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #004e92, #000428);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.iconos{
	width: 100px;
	height: auto;
	color: #fff;
	font-size: 35px;
	position: relative;
	float: right;
	right: 10px;
	margin-top: 100px;

}

i.iconfa{
	padding-left: 10px;
}

.calltoaction2{
	 font-family: 'route_159semibold_italic';
	 text-align: center;
	 color: #f79a04;
	font-size: 30px;

}

.cta{
	 font-family: 'route_159regular';
	 color: #f79a04;

	
}

span.spancta{
	 font-family: 'route_159regular';
}

.markup{
	width: 90%;
	height: auto;
	position: absolute;
	margin: 0 auto;
}

.cuadrologo{
	width: 250px;
	height: 250px;
	margin-left: 75px;
	position: absolute;
	background-color: #004e92;
	z-index: 1200;
	  	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.logo{
	width: 240px;
	height: auto;
	margin-top: 140px;
	margin-left: auto;
	position: relative;
  	background-repeat: no-repeat;
  	background-size: contain;
  	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}

.logowhite{
	display: none;
}

img{
	width: 100%;
	height: auto;
}



.fb_count {
  width: 95px;
  height: 95px;
  position: absolute;
  right: 10px;
  margin-top: -100px;
  background-color: #fff;
}

article{
	width: 90%;
	max-width: 975px;
	margin: 0 auto;
	position: relative;
}

h1.titulo{
	font-family: 'route_159semibold';
	text-align: center;
	font-size: 40px;
	padding-top: 15px;
	color: #444242;
}
h2.subtitulo{
	 font-family: 'route_159light';
	text-align: center;
	font-size: 30px;
	color: #444242;
}

h3.h3{
	font-family: 'route_159ultralight';
	text-align: left;
	font-size: 27px;
	color: #444242;
}

p.texto{
	font-family: 'route_159regular';
	padding: 10px;
	color: #444242;
	font-size: 18px;
	line-height: 22px;
	text-align: justify;
}

p.texto2{
	font-family: 'route_159light_italic';
	padding: 10px;
	color: #444242;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
}

.contenedor{
display:table; /* ¡La clave de todo! */
text-align:left;
margin:0 auto;
}

.elemento{
float:left; /* importante darle este atributo */
width:150px; /* importante darle una anchura */
margin-right:10px; /* esto ya es optativo */
border:0px solid #ccc; /* esto ya es optativo */
}

.cluster2{
	width: 100%;
	height: auto;
	max-width: 750px;
	position: relative;
	margin: 0 auto;
	
}

.contenedor2{
display:table; /* ¡La clave de todo! */
text-align:left;
margin:0 auto;
padding-top: 30px;
}

.elemento2{
float:left; /* importante darle este atributo */
width:225px; /* importante darle una anchura */
height: 250px;
margin-right:10px; /* esto ya es optativo */
border:1px solid #ccc; /* esto ya es optativo */
padding: 5px;

}

.titulocluster2{
	font-family: 'route_159light';
	text-align: center;
	font-size: 30px;
	color: #333;
	margin: 0 auto;
}

a.elemento22{
text-decoration: none;
color: #f79a04;
}

.imgelemento2{
	width: 225px;
	height: 225px;
	float: left;
	position: relative;
}

.enlacelemento2{
	font-family: 'route_159regular';
	text-align: center;
	font-size: 20px;
	color: #333;
}

.tituloicono2{
	font-family: 'route_159semibold';
	text-align: center;
	font-size: 18px;
	color: #333;
}

a.iconosjs{
	color: #fff;
	text-decoration: none;
}

a.iconosjs:hover{
	color: cyan;
}
	
.espacio{
	width: 100%;
	float: left;
	height: 50px;
	position: relative;
}

	#footercontainer{
				font-family: 'Assistant', sans-serif;
					text-align: center;
					color: #fff;
					width: 100%;
					height: auto;
						background: #000428;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #004e92, #000428);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

					float: left;
					padding: 5px;
					font-size: 15px;
					line-height: 15px;
							}

				.liga{
  				color: red;
					}

				.liga:hover{
 				color: #787875;
						}

				a{
 				 text-decoration: none;
					}

				#footer_lcpixel{
					font-family: 'Monda', sans-serif;
					font-size: 14px;
					text-align: center;
					color: #fff;
					width: 100%;
					height: auto;
					background-color: #004e92;
					float: left;
					padding: 5px;
					
				}

	a.urlfooter{
		text-decoration: none;
		color: #fff;
		font-size: 17px;
	}	

	a.mailfooter{
		text-decoration: none;
		color: #fff;
	}	

		a.a2{
		text-decoration: none;
		color: #fff;
	}	

@media only screen and (max-width:768px) {
	.logo {
	width: 200px;
	height: auto;
	margin-top:50px;
	margin-left: 10px;

	}	

	.cuadrologo{
		width: 200px;
		height:150px;
		margin-top: 0px;
		background-color: transparent;
		margin-left: 10px;
		box-shadow: none;
	}

	.logowhite{
	display: block;
	width: 200px;
	height: 200px;
	position: relative;
	margin: 0 auto;
	margin-top: 25px;
}

	nav.lcpixel{
	width: 100%;
	min-height: 0px;
}

	.contenedor{
		width: 490px;
		margin: auto;
		position: relative;
display:table; /* ¡La clave de todo! */
text-align:left;
margin:0 auto;

}

.elemento{
float:left; /* importante darle este atributo */
width:110px; /* importante darle una anchura */
margin-right:10px; /* esto ya es optativo */
border:0px solid #ccc; /* esto ya es optativo */
}

.cluster2{
	max-width: 525px;
}


	}

@media only screen and (max-width:600px) {
	.cluster2{
	max-width: 250px;
}
}



@media only screen and (max-width:500px) {
	.contenedor{
		width: 325px;
		margin: auto;
		position: relative;
display:table; /* ¡La clave de todo! */
text-align:left;
margin:0 auto;

}

.elemento{
float:left; /* importante darle este atributo */
width:150px; /* importante darle una anchura */
margin-right:10px; /* esto ya es optativo */
border:0px solid #ccc; /* esto ya es optativo */
}

.cluster2{
	max-width: 240px;
}
}




	.logostxt{
		 font-family: 'route_159semibold';
		font-size: 15px;
		color: #a1a1a1;
		text-align: center;
	}

	.row {
		background-color: #ececec;
		background-color: rgba(233,230,230,0.79);
		padding: 2% 0;
	}

	/* Slider */

.container_logo{
    width: 100%;
    max-width: 700px;
    position: relative;
    margin: 0 auto;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.div_espacio{
	width: 100%;
	height: 25px;
	float: left;
	position: relative;
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}



/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow:before {

  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}
