@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
h1 {
	font-size: 4em;
	color: #44555F;
	margin-bottom: 7px;
}
a {
	text-decoration: none;
	color: #9ECB3B;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
a:hover {
	color: #333;
}
hr {
	border: 0;
	border-bottom: thin solid #9ECB3B;
	width: 17%;
	margin: 0 0 17px;
}
h1 {
	font-size: 4em;
}
.green {
	 color: #9ECB3B;
}
.strokeme {
    color: #9ECB3B;
  text-shadow: -1px -1px #000,1px -1px #000,-1px 1px #000,1px 1px #000;  
}
.white {
	color: #FFF;
}

.flotaDerecha {
	float: right;
}
.nota {
	font-size: 10px;
	font-style: italic;
}
#contenedor {
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 1200px;
}
#slides {
  position: relative;
  height: 657px;
  margin-top: 77px;
  z-index: 1;
}
#mapa {
	z-index: 1;
	position: relative;
	width: 50%;
	height: 100%;
	float: left;
}
.container {
	position: absolute;
	left: 7%;
	/* [disabled]top: 277px; */
	/* [disabled]width: 70%; */
	bottom: 170px;
}
.textoDES {
	position: absolute;
	width: 25%;
	max-width: 320px;
	height: 100%;
	background-color: #3C4E57;
	padding: 60px 17px;
	right: 0px;
	border-left: thin solid #CCC;
	color: #FFF;
}
#mapaSpacer {
	width: 100%;
	height: 100%;
	position: relative;
	z-index:2;
}
.der {
	left: 0%;
	right: 7%;
	text-align: right;
}
#logo {
	width: 120px !important;
	background-image: url(../images/logo-libra.png);
	background-size: auto 70%;
	background-position: center !important;
	background-repeat: no-repeat;
	background-color: #FFF !important;
	z-index: 999;
}
#logo a {
	line-height: 92px;
	display: block;
	text-indent: -9999999999em;
	color: transparent !important;
}
#logo.logo_home{
	top: 90px;
}
#navmain {
	width: 100%;
	height: 77px;
	background-color: #F4F4F4;
	z-index: 9999;
	bottom: 0;
	position: absolute;
	border-top: thin solid  #FFF;
	display: none;
}
#navmain.menu_top{
	display: block !important;
	bottom: inherit;
	top: 0px;
	z-index: 99999;
}
#navmain.menu_top.scroll{
	position: fixed;
	top: -80px;
	-webkit-transition: top ease .3s;
	-o-transition: top ease .3s;
	transition: top ease .3s;
}
#navmain.menu_top.scroll.efecto{
	top: 0px !important;
}
#navmainB {
	width: 100%;
	height: 77px;
	background-color: #9ECB3B;
	z-index: 9999;
	top: 0;
	position: fixed;
	display: none;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
#navmain ul, #navmainB ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#navmain ul li, #navmainB ul li {
	width: 12.3%;
	float: left;
	text-align: right;
	border-left: thin solid #d1dee6;
	cursor: pointer;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
	background-color: #F4F4F4;
	background-repeat: no-repeat;
	background-size: auto 40%;
	background-position: 10% center;
}
#navmain ul li a, #navmainB ul li a {
	display: block;
	line-height: 77px;
	color: #242424;
	font-size: 0.9em;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
	padding-right: 15px;
}
#navmain ul li:hover, #navmainB ul li:hover {
	background-color: #D5D5D5;
}
#navmain ul li a:hover, #navmainB ul li a:hover {
	color: #9ECB3B;
}
#navmain ul ul {
	position: absolute;
	top: -78px;
	margin-left: -1px;
	display: none;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
#navmain.menu_top ul ul{
	top: 77px;
}
#navmain ul ul li,  #navmainB ul ul li{
	background-color: #F4F4F4;
	border-bottom: thin solid #d1dee6;
	border-top: thin solid #d1dee6;
	border-right: thin solid #d1dee6;
	margin-right: -1px;
}
#navmain ul ul li:hover, #navmainB ul ul li:hover {
	background-color: #D5D5D5;
}
#navmainB ul ul {
	display:none;
	position: absolute;
}
#navmain li:hover ul {display: block} /* The magic */
#navmainB li:hover ul{display:block}
#arrenda{
	width: 100%;
	height: 477px;
	position: relative;
	background-image: url(../images/arrendamiento.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #f2f2f2;
	display: table;
	background-size: cover;
}
#intro {
	width: 100%;
	height: 477px;
	position: relative;
	background-image: url(../images/Powerpack.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #f2f2f2;
	display: table;
}
.textoIZQ {
	width: 57%;
	padding-top: 77px;
	padding-right: 47px;
	padding-left: 47px;
	padding-bottom: 47px;
}
#promos{
	margin-top: 77px;
}
.full-image{
	display: block;
	float: left;
	height: auto;
	margin: 0px;
	width: 50%;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
#promos:hover .full-image{
	opacity: .5;
	-webkit-transform: scale(.98);
	-o-transform: scale(.98);
	transform: scale(.98);
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.full-image:hover{
	opacity: 1 !important;
	-webkit-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
	-webkit-filter: grayscale(0%) !important;
	-o-filter: grayscale(0%) !important;
	filter: grayscale(0%) !important;
}
.blanca {
	width: 100%;
	height: 477px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
	display: table;
	overflow-x: hidden;
}
.credito {
	background-image: url(../images/credito.jpg);
	background-position: left center;
	background-size: auto;
}

.ensamd{
	background-image: url(../images/ensambleamd.jpg);
	background-position: left center;
	background-size: auto;
}
#pie {
	width: 100%;
	height: 77px;
	position: relative;
	background-color: #222;
	color: #777;
	display: table;
}
.medida {
	width: 77%;
	margin: 0 auto;
}
.columna70 {
	width: 70%;
	float: left;
}
.columna30 {
	width: 30%;
	float: left;
}
.padding {
	padding: 17px;
}
#contact input[type="text"], #contact textarea, #contact select, #newsletter input[type="text"], #newsletter input[type="email"] {
	background-color: #FFF;
	border: thin solid #CCC;
	outline: none;
	padding: 17px;
	width: 77%;
	resize: none;
	margin-top: 7px;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
#contact input[type="text"]:focus, #contact textarea:focus, #contact select:focus, #newsletter input[type="text"]:focus, #newsletter input[type="email"]:focus {
	background-color: #F4F4F4;
	border: thin solid #9ECB3B;
}
#contact input[type="submit"], #newsletter input[type="submit"] {
	background-color: #111;
	border: none;
	outline: none;
	padding: 17px;
	width: 77%;
	color: #FFF;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
#contact input[type="submit"]:hover, #newsletter input[type="submit"]:hover {
	background-color: #333;
}
#contacto {
	background-image: url(../images/fondo-contacto.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	float: right;
	position: relative;
}
#empresa {
	/* [disabled]background-image: url(../images/fondo-empresa.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
}
#mision {
	background-image: url(../images/slider/fondo-mision.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 77px;
}
#soporte {
	background-image: url(../images/soporteLIBRA.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.border-left {
	border-left: thin solid #9ECB3B;
}
.grisOscura {
	background-color: #44555E;
	width: 100%;
	height: 477px;
	position: relative;
	background-repeat: no-repeat;
	display: table;
	color: #FFF;
}
.verde {
	background-color: #ABC949;
	color: #FFF;
	display: table;
}
#call2 {
	position: relative;
	width: 100%;
	height: 47px;
	background-color: #9ECB3B;
	color: #FFF;
	text-align: center;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
#call2:hover {
	background-color: #000;
}
#call2 a {
	line-height: 47px;
	display: block;
	color: #FFF;
}.columna50 {
	width: 50%;
	float: left;
	height: 490px;
	overflow-y: auto;
}
.columna20 {
	width: 20%;
	float: left;
	height: 520px;
	overflow-y: auto;
}
.columna40 {
	width: 40%;
	float: left;
	height: 480px;
	overflow-y: auto;
}
.columna60 {
	width: 60%;
	float: left;
	height: 480px;
	overflow-y: auto;
}
.columna33 {
	width: 33.3%;
	float: left;
	height: 520px;
	overflow-y: auto;
}
.columnafulled {
	width: 40%;
	float: left;
	overflow-y: auto;
	padding: 40px 30% 80px;
}
.cover{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.3_em{
	font-size: 3em !important;
}
#gris, .gris {
	background-color: #43555E;
	color: #FFF;
	position: relative;
}
/*#gris, #blanco, .gris, .verde {
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}*/
/*#gris:hover {
	background-color: #FFF;
	color: #43555E;
}
#gris:hover h1.white {
	color: #43555E;
}*/
#psg, .contenedor_paq {
	border-top: thin solid #9ECB3B;
}
.contenedor_paq{
	padding-bottom: 60px;
}
#ipg {
	background-image: url(../images/ipg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
#iss {
	background-image: url(../images/servers.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
#storage {
	background-image: url(../images/storage.jpg);
	color: #FFF;
}
#network {
	/* [disabled]background-image: url(../images/networking.jpg); */
}
#capella {
	background-image: url(../images/capella.jpg);
}
.pyme {
	display: block;
	float: right;
	height: auto;
	margin-top: -120px;
}
.pyme2 {
	float: left;
	margin-top: -77px;
}
#scroll {
	position: absolute;
	z-index: 5;
	width: 48px;
	height: 52px;
	background-image: url(../images/scrolldown.png);
}
.producto {
	width: 21%;
	height: 310px;
	float: left;
	margin-right: 17px;
	margin-bottom: 17px;
	text-align: center;
	margin-left: 17px;
	cursor: pointer;
	padding: 7px;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
	margin-top: 17px;
}
.producto:hover {
	background-color: #f4f4f4;
}
.imgProd {
	width: 100%;
	height: 177px;
	text-align: center;
}
.imgProd img {
	height: 177px;
	width: auto;
}
#social {
	position: fixed;
	z-index: 9999;
	right: 0px;
	top: 177px;
	width: 52px;
	height: 180px;
        cursor:pointer;
}
.icono {
	width: 52px;
	height: 52px;
	margin-bottom: 7px;
	background-color: rgba(158,203,59,0.7);
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
        cursor:pointer;
}
.icono:hover {
	background-color: #000;
        cursor:pointer;
}
#menuCat {
	width: 100%;
	height: 47px;
}
#menuCat ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menuCat li {
	float: left;
	width: 12.5%;
	text-align: center;
	margin-right: -1px;
}
#menuCat li a {
	padding: 5px;
	display: block;
	line-height: 47px;
	border-left: thin solid #9ECB3B;
	border-bottom: thin solid #9ECB3B;
}
#menuCat li a:hover {
	background-color: #222;
	color: #FFF;
}

.lista_servicios{
	margin: 40px 0px;
	list-style: circle;
	padding: 0px;
	padding-left: 20px;
}

.lista_servicios li{
	color: #44555F;
	margin: 5px 0px;
}

.lista_servicios ul{
	list-style: square;
	padding: 10px 20px;
}

.lista_servicios ul ul{
	list-style: disc;
}

.lista_avanzada{
	margin: 40px 0px;
	list-style: none;
	padding: 0px;
	padding-left: 5px;
}

.lista_avanzada li{
	color: #44555F;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 600;
	margin: 5px 0px 20px;
	padding: 0px 2%;
	position: relative;
	vertical-align: top;
	width: 29%;
}

.lista_avanzada li img{
	display: block;
	height: auto;
	margin: 10px 0px 40px;
	width: 60%;
}

.lista_avanzada li:before{
	background-color: transparent;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 0px;
	position: absolute;
	top: 6px;
	width: 4px;
}

.lista_avanzada ul{
	list-style: none;
	padding: 10px 0px;
}

.lista_avanzada ul li{
	color: #44555F;
	font-size: .75em;
	font-weight: 400;
	margin: 5px 0px;
	padding: 0px;
	padding-left: 10px;
	width: 100%;
}

.lista_avanzada ul li:before{
	background-color: #44555F;
	border-radius: 0px;
}

.lista_avanzada ul ul{
	list-style: disc;
	padding: 10px 0px;
	padding-left: 10px;
}

.lista_avanzada ul li ul li{
	color: #44555F;
	font-size: 1em;
	font-weight: 400;
	padding: 0px;
	padding-left: 10px;
	width: 100%;
}

.lista_avanzada ul li ul li:before{
	background-color: #6D8898;
	border-radius: 0px;
}

.descargar{
	background-color: #9ECB3B;
	border-radius: 2px;
	color: #FFF !important;
	display: inline-block;
	padding: 10px 15px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.descargar:hover{
	background-color: #242424;
}


@media screen and (min-width: 1200px) and (max-width: 1600px) {
	
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
	#contenedor {
		min-width: 1024px;
	}
	#navmain ul li, #navmainB ul li {
		width: 14%;
	}
	#menuCat {
		display: none;
	}
	.producto {
		width: 19.9%;
	}
}
@media screen and (min-width: 960px) and (max-width: 1023px) {
	#contenedor {
		min-width: 960px;
	}
	.producto {
		width: 19.9%;
	}
	#menuCat {
		display: none;
	}
	.medida {
		width: 95%;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	#contenedor {
		min-width: 768px;
	}
	#menuCat {
		display: none;
	}
	#slides {
		height: 470px !important;
	}
	#social {
		top: 5%;
	}
	.producto {
		width: 17%;
	}
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.2em;
	}
	.columna30 {
		width: 100%;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
	#contenedor {
		min-width: 480px;
	}
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1em;
	}
	.columna30 {
		width: 100%;
	}
	#menuCat {
		display: none;
	}
	.producto {
		width: 40%;
	}
}
.logos {
	list-style: none;
	margin: 0;
	/*padding: 127px;
	margin-bottom: 77px;*/
	display: table;
}
.logos li {
	float: left;
	width: 30%;
	margin: 1%;
	text-align: center;
	height: 127px;
}
.logos li img {
	margin-bottom: 7px;
}
.row {
	width: 100%;
	clear: both;
}
#empresaM {
	background-image: url(../images/empresa.png);
 }
#proyectosM {
	background-image: url(../images/ingenieria-proyectos.png);
}
#tiendaM {
	background-image: url(../images/tienda.png);
}
#servicioM {
	background-image: url(../images/servicio.png);
}
#pymesM {
	background-image: url(../images/pymes.png);
}
#promoM {
	background-image: url(../images/promociones.png);
}
#contactoM {
	background-image: url(../images/contacto.png);
}
