body, html{
	margin: 0;
	padding: 0;
	color: #000000;
}
h1.sombra{
	text-shadow: rgba(0,0,0,0.6) 0px 3px 3px;
}
span.titles{
  text-shadow: rgba(0,0,0,0.6) 0px 3px 3px;
  font-family: 'futurabold';
    font-size: 3vw;
    line-height: 100%;
    font-weight: 200;
}
.contenidos{
	margin-left: 40%;
	/* padding-left: 40px; */
	box-sizing: border-box;
}
.fixedvolver{
	position: fixed !important;
	background: rgb(0, 0, 0) !important;
	z-index: 9999 !important;
	/* padding: 10px !important; */
	left:  0;
}
.fixedmenu{
	position: fixed !important;
	background: rgba(0,0,0,0.6);
	z-index: 9997;
	padding: 10px !important;
	left:  0;
}
.fixedmenu a span{
	color:#fff;
}
h1.secciones{
	color: #fff;
	padding: 20%;
	font-size: 50pt;
}
.volver{
	/* position:  absolute; */
	/* color:  #fff; */
	/* bottom: 30px; */
	/* right: 22px; */
}
.title{
	position:absolute;
	width: 70%;
	z-index: 9999;
	margin-left:  auto;
	margin-right:  auto;
	color: #fff;
	padding: 7px;
	background: rgba(0,0,0,0.6);
	right: 0;
	left: 0;
}
.images {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    width: 100%;
    /* border: solid #fff 3px; */
    -webkit-transition: all .8s ease-in-out;
    }

    .images:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.03);
      z-index:9999;
    }
.owl-wrapper{
	padding-top: 30px;
}
.wrapper {
  width: 75%;
  margin: 0 auto;
}

.owl-carousel {
  list-style: none;
  padding: 0;
}

.owl-item img {
  opacity: 0.75;
}

.owl-item img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .wrapper {
    width: 100%;
  }
}
@font-face {
    font-family: 'futurabold';
    src: url('https://ingenex.com.co/templates/Ingenex/fonts/unicode.futurab-webfont.woff2') format('woff2'),
         url('https://ingenex.com.co/templates/Ingenex/fonts/unicode.futurab-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.clientes{
	background: rgba(128,128,128,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(128,128,128,1) 0%, rgba(51,51,51,1) 56%, rgba(51,51,51,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(128,128,128,1)), color-stop(56%, rgba(51,51,51,1)), color-stop(100%, rgba(51,51,51,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(128,128,128,1) 0%, rgba(51,51,51,1) 56%, rgba(51,51,51,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(128,128,128,1) 0%, rgba(51,51,51,1) 56%, rgba(51,51,51,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(128,128,128,1) 0%, rgba(51,51,51,1) 56%, rgba(51,51,51,1) 100%);
	background: radial-gradient(ellipse at center, rgba(128,128,128,1) 0%, rgba(51,51,51,1) 56%, rgba(51,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#333333', GradientType=1 );
	min-height: 381px;
}
.proyectos{background: rgba(102,102,102,1);background: -moz-linear-gradient(left, rgba(102,102,102,1) 0%, rgba(230,230,230,1) 100%);background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,102,102,1)), color-stop(100%, rgba(230,230,230,1)));background: -webkit-linear-gradient(left, rgba(102,102,102,1) 0%, rgba(230,230,230,1) 100%);background: -o-linear-gradient(left, rgba(102,102,102,1) 0%, rgba(230,230,230,1) 100%);background: -ms-linear-gradient(left, rgba(102,102,102,1) 0%, rgba(230,230,230,1) 100%);background: linear-gradient(to right, rgba(102,102,102,1) 0%, rgba(230,230,230,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#e6e6e6', GradientType=1 );}
.section::before{
	content:"";
	background-image: url(https://ingenex.com.co/images/plantilla/colombia.png);
	position:absolute;
	width:100%;
	background-repeat:  no-repeat;
	height:22px;
	bottom:0;
	z-index:2;
}
#section0{
	background-image: url(https://ingenex.com.co/images/plantilla/bck1.jpg);
	background-size:  cover;
}
.logo{
	position: absolute !important;
	top: 40px;
}
.frase{
	bottom: 15%;
	position: absolute !important;
	text-align: left;
	padding-left: 60px;
}
#Mymenu li{
	list-style: none;
	margin: 0 0 10px;
	text-align: center;
	font-size: 35px;
}
#Mymenu li a{
	width: 70px;
	height: 70px;
	padding: 12px 5px;
	box-sizing:  border-box;
	display: flex;
	justify-content:  center;
	align-content:  center;
	color: #e66d2a;
	border: solid 6px;
	background-color: rgb(255, 255, 255);
	border-radius: 100%;
}
#Mymenu li span{
}
#Mymenu{
	width: 80px;
	margin: -14% 0 0;
	padding: 0;
	z-index: 1;
	position: fixed;
	right: 2px;
	top: 43%;
}
.p10 {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 10%;
}
.p20 {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 20%;
}
#flexp20{
	display: flex;
	justify-content: center;
	align-items: center;
}
.p22 {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 22%;
}
.p25 {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 25%;
}
.p30 {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 30%;
}
.fixed {
	position: fixed !important;
	height: 100%;
	background: url(https://ingenex.com.co/images/plantilla/proyectosbck.png);
	background-size: cover;
}
.p33 {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 33%;
}
.p40 {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 40%;
}
.p50 {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 50%;
}
.p60 {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 60%;
}
.p70 {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 70%;
}
.p80 {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 80%;
}
.p100 {
	position: relative;
	float: left;
	box-sizing: border-box;
	clear: both;
	width: 100%;
}
.p1024 {
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 1024px;
}
.p900 {
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 900px;
}
.p1200 {
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 1200px;
}
.clear {
	clear: both;
}
 @media screen and (max-width:767px) {
.p10, .p20, .p30, .p33, .p40, .p50, .p60, .p70, .p80, .p100, .p1024, .p900, .p1200  {
	width: 100%;
}
h1.sombra{font-size:  8vw;padding: 0 !important;text-align:  center;}
h4{font-size: 3vw !important;}
.volver{top: 7% !important;}
.titulopro{line-height: 120%;font-size: 1em;}
h1.secciones{padding: 20px;font-size: 43pt;}
.sticky a span{color:#000;font-size: 11px;padding: 0;}
.sticky{padding: 10px !important;display: flex;}
.sticky a{word-break: break-word;text-align: center;width: 25%;}
.contenidos{margin-left: 0;}
.fixedmenu a span{color:#fff;font-size: 11px;padding: 0;}
.fixedmenu{top: 0;padding: 10px !important;display: flex;}
.fixedmenu a{word-break: break-word;text-align: center;width: 25%;}
.fixed{position: relative !important;}
}
span.ancla{
	font-family: 'futurabold';
	font-size: 16px;
	line-height:110%;
	color: #000;
	padding: 20px 30px 0 0;
}
p {font-family: 'Ubuntu', sans-serif;font-size: 0.9em;list-style:none;text-decoration:none;margin:0;padding:0;background-color:transparent;border-right: none;border-right-color:none;}

h1 {font-family: 'futurabold';font-size: 3vw;line-height:100%;font-weight:200;}
.titulopro{
	border-bottom: solid 7px #e66d2a;
	margin: 0;
}

h2 {font-family: 'futurabold';display: -webkit-inline-box;font-size: 1.2vw;line-height:200%;}

h3 {
font-family: 'futurabold';
  font-size: 12px; 
  line-height:120%;
  text-align: justify;
}

h4 {font-family: 'futurabold';font-size: 1vw;line-height:100%;margin: 0;}

h5 {
font-family: 'Norican', cursive;
font-size: 50pt;  
  line-height:100%;    
}
span.count{
	font-family: 'futurabold';
	color:#FFF;
	font-size: 30px;
}

a {
	text-decoration:none;
	/* color:#000000; */
}




.showcase-panels-container {
    height: 100%;
  }
  .showcase-panels-container > ul > li {
    width: 25%;
  }
  .showcase-panels-container > ul > li:last-of-type {
    width: 25%;
  }
  .showcase-panels-container[data-hover] > ul > li {
    width: 120px;
  }
  .showcase-panels-container > ul > li.hovered {
    width: calc(100% - 120px * 3);
  }
  .showcase-panels-container .panel1 {
    background: url(https://ingenex.com.co/images/plantilla/servicio2.png) 50% 0;
    background-size: 100%;
    background-repeat:  no-repeat;
  }
  .showcase-panels-container[data-hover] .panel1.right-was-hovered {
    background: url(https://ingenex.com.co/images/plantilla/servicio2.png) 50% 0; 
 background-repeat:  no-repeat;}
  .showcase-panels-container[data-hover] .panel1.left-was-hovered {
    background: url(https://ingenex.com.co/images/plantilla/servicio2.png) 50% 0; 
 background-repeat:  no-repeat;}
  .showcase-panels-container[data-hover] .panel1.hovered {
    background: url(https://ingenex.com.co/images/plantilla/servicio2hover.png);
    background-repeat:  no-repeat;
  }

  .showcase-panels-container .panel2 {
    background: url(https://ingenex.com.co/images/plantilla/servicio1.png) 50% 0;
    background-size: 100%;
    background-repeat:  no-repeat;
  }
  .showcase-panels-container[data-hover] .panel2.right-was-hovered {
    background: url(https://ingenex.com.co/images/plantilla/servicio1.png) 50% 0;  
	background-repeat: no-repeat}
  .showcase-panels-container[data-hover] .panel2.left-was-hovered {
    background: url(https://ingenex.com.co/images/plantilla/servicio1.png) 50% 0;
background-repeat: no-repeat}
  .showcase-panels-container[data-hover] .panel2.hovered {
    background: url(https://ingenex.com.co/images/plantilla/servicio1hover.png);
    background-repeat:  no-repeat;
  }

  .showcase-panels-container .panel3 {
    background: url(https://ingenex.com.co/images/plantilla/servicio3.png) 50% 0;
    background-size: 100%;
    background-repeat:  no-repeat;
  }
  .showcase-panels-container[data-hover] .panel3.right-was-hovered {
    background: url(https://ingenex.com.co/images/plantilla/servicio3.png) 50% 0;
background-repeat: no-repeat}
  .showcase-panels-container[data-hover] .panel3.left-was-hovered {
    background: url(https://ingenex.com.co/images/plantilla/servicio3.png) 50% 0;
background-repeat: no-repeat}
  .showcase-panels-container[data-hover] .panel3.hovered {
    background: url(https://ingenex.com.co/images/plantilla/servicio3hover.png);
    background-repeat:  no-repeat;
  }

  .showcase-panels-container .panel4 {
    background: url(https://ingenex.com.co/images/plantilla/servicio2.png) 50% 0;
    background-size: 100%;
    background-repeat:  no-repeat;
  }
  .showcase-panels-container[data-hover] .panel4.right-was-hovered {
    background: url(https://ingenex.com.co/images/plantilla/servicio4.png) 50% 0;
background-repeat: no-repeat}
  .showcase-panels-container[data-hover] .panel4.left-was-hovered {
    background: url(https://ingenex.com.co/images/plantilla/servicio4.png) 50% 0;
background-repeat: no-repeat}
  .showcase-panels-container[data-hover] .panel4.hovered {
    background: url(https://ingenex.com.co/images/plantilla/servicio4hover.png);
    background-repeat:  no-repeat;
  }
  .panel1 .showcase-panel-title {
    padding-bottom: 50px;
    color: #fff;
  }
  .panel1 .showcase-panel-content {
    color: #fff;
  }
  .panel2 .showcase-panel-title {
    padding-bottom: 50px;
    color: #fff;
  }
.panel2 .showcase-panel-content {
    color: #fff;
  }
  .panel3 .showcase-panel-title {
    padding-bottom: 50px;
    color: #fff;
  }
.panel3 .showcase-panel-content {
    color: #fff;
  }
  .panel4 .showcase-panel-title {
    padding-bottom: 50px;
    color: #fff;
  }
.panel4 .showcase-panel-content {
    color: #fff;
  }



.showcase-panels-container {
  overflow: hidden;
}
.showcase-panels-container:after {
  clear: both;
}
.showcase-panels-container > ul {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #000;
}
.showcase-panels-container > ul > li {
  display: block;
  height: 100%;
  width: 25%;
  float: left;
  position: relative;
  -moz-transition: width 0.8s ease 0.2s, background 0.8s ease 0.3s;
  -o-transition: width 0.8s ease 0.2s, background 0.8s ease 0.3s;
  -webkit-transition: width 0.8s ease, background 0.8s ease;
  -webkit-transition-delay: 0.2s, 0.3s;
  transition: width 0.8s ease 0.2s, background 0.8s ease 0.3s;
}
.showcase-panels-container > ul > li:nth-of-type(1) {
  z-index: 1;
}
.showcase-panels-container > ul > li:nth-of-type(2) {
  z-index: 2;
}
.showcase-panels-container > ul > li:nth-of-type(3) {
  z-index: 3;
}
.showcase-panels-container > ul > li:nth-of-type(4) {
  z-index: 4;
}
.showcase-panels-container > ul > li:nth-of-type(5) {
  z-index: 5;
}
.showcase-panels-container > ul > li:nth-of-type(6) {
  z-index: 6;
}
.showcase-panels-container > ul > li:nth-of-type(7) {
  z-index: 7;
}
.showcase-panels-container > ul > li:nth-of-type(8) {
  z-index: 8;
}
.showcase-panels-container > ul > li:nth-of-type(9) {
  z-index: 9;
}
.showcase-panels-container > ul > li:nth-of-type(10) {
  z-index: 10;
}
.showcase-panels-container .showcase-panel-title {
  position: absolute;
  margin: 0;
  font-size: 25px;
  padding: 0px 20px;
  bottom: 40px;
  line-height: 100%;
  left: 0;
  right: 0;
  text-align: left;
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: all 0.2s ease 1s;
  -o-transition: all 0.2s ease 1s;
  -webkit-transition: all 0.2s ease;
  -webkit-transition-delay: 1s;
  transition: all 0.2s ease 1s;
}
.showcase-panels-container[data-hover] .showcase-panel-title {
  opacity: 0;
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.showcase-panels-container .showcase-panel-content {
  opacity: 0;
  position: relative;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 50%;
  top: 0;
  bottom: 0;
  padding: 30px 30px 30px 0;
  margin-left: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.showcase-panels-container .showcase-panel-content.left {
  padding: 30px 0 30px 30px;
  margin-left: 0;
}
.showcase-panels-container[data-hover] .hovered .showcase-panel-content {
  opacity: 1;
  -moz-transition: all 0.4s ease 1s;
  -o-transition: all 0.4s ease 1s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 1s;
  transition: all 0.4s ease 1s;
  margin-top: 20%;
  text-align: justify;
  padding: 0px 70px 0px 10px;
  margin-left: 44%;
  border-left: solid #e66d2a 7px;
}

.showcase-panels-container.has-shadow > ul > li {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.6);
}

.showcase-panels-container {
  width: 100%;
  margin: 0 auto;
}

.panel1 {
  background: red;
}

.panel2 {
  background: #7f8c8d;
}

.panel3 {
  background: #2ecc71;
}

.panel4 {
  background: #9b59b6;
}

.trigger {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 3em;
  height: 2.5em;
  outline: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trigger:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(20%, white), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, white), color-stop(60%, white), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, white), to(white));
  background: linear-gradient(to bottom, white, white 20%, transparent 20%, transparent 40%, white 40%, white 60%, transparent 60%, transparent 80%, white 80%, white 100%);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trigger.js-animating {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trigger:hover:after {
  opacity: 1;
}







