/* -- nav img -- */
.nav-container div img {
  width: auto;
  height: 65vh;
  /*margin-top: -5%;*/
  margin-left: 20%;
  opacity: .9;
}
.nav-container div:nth-child(1) {
  border-right: 1px solid #fff;
  margin-top: -4%;
}

@media(max-width: 1200px) {
  .nav-container div:nth-child(1) {
    display: none;
  }
  .nav-container div:nth-child(1) {
    width: 100%;
    float: inherit;
  }
}

/* -- page somos -- */
.somos-itegra {
  background-color: #f7f7f7;
  text-align: justify;
}
.somos-itegra .img-somos {
  width: 30%;
  height: 100%;
  float: left;
  display: inline-block;
  background-image: url(../img/somos-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.somos-itegra .text-somos {
  width: 70%;
  float: left;
  display: inline-block;
  background: #f7f7f7;
  padding: 5%;
  margin-top: 0%;
}
.somos-itegra .text-somos div span {
  width: 50%;
  float: left;
  display: inline-block;
  background: #f7f7f7;
  padding: 13px;
}
.somos-itegra .text-somos h1 {
  text-align: left;
  color: #575756;
  line-height: 0.9;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 2%;
  margin-top: 6%;
}
.somos-itegra .text-somos h1 strong {
  font-size: 45px;
}

.img-slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 102%;
  background-image: url(../img/diferentes-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: blur(3px); /* Safari 6.0 - 9.0 */
          filter: blur(3px);
}
.title-slide {
  height: 25vh;
  min-height: 200px;
  background: linear-gradient(to right, #14304C, #48BDCE);
  position: relative;
  top: -20px;
}
.title-slide h1 {
  position: relative;
  top: 35%;
  color: #fff;
  font-size: 50px;
}
.title-slide h1 span img {
  max-width: 90px;
  margin-top: -10px;
}
#slideshow { 
    margin: 0px auto; 
    position: relative;
    height: 75vh;
    min-height: 500px;
}
#slideshow > div { 
    position: absolute; 
    margin-top: -170px;
    top: 50%;
}
#slideshow div section {
  width: 50%;
  padding: 0 131px;
  display: inline-block;
  float: left;
}
#slideshow h1 {
  color: #2ba6ae;
  font-weight: bold;
}
#slideshow p {
  color: #fff;
}
#slideshow div section:nth-child(1) {
  margin-top: 3%;
}
#slideshow div img {
  max-width: 570px;
}

@media(max-width: 1366px) {
  .somos-itegra .text-somos {
    padding: 3%;
  }
  .somos-itegra .text-somos h1 {
    line-height: 0.9;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 1.5%;
    margin-top: 1%;
  }
   .somos-itegra .text-somos p {
    margin: 0 0 40px;
  }
  #slideshow div section {
    padding: 0 50px;
  }
}

@media(max-width: 1024px) {
  .somos-itegra .text-somos {
    margin-top: 0%;
  }
  .somos-itegra p {
    font-size: 16px;
  }
  #slideshow div img {
    max-width: 450px;
  }
  .car-innc {
    display: none;
  }
  #slideshow div section {
    padding: 0 50px;
  }
}

@media(max-width: 1000px) {
  .somos-itegra p {
    font-size: 19px;
  }
  .somos-itegra .img-somos {
    width: 30%;
  }
  .somos-itegra .text-somos {
    width: 70%;
  }

  #slideshow div section {
    width: 100%;
    padding: 2%;
  }

  #slideshow > div { 
    position: absolute; 
    margin-top: -267px;
    top: 50%;
  }
}

@media(max-width: 750px) {
  .title-slide h1 span img {
    display: none;
  }
  .title-slide h1 {
    top: 24%;
    font-size: 40px;
  }

  .somos-itegra .img-somos {
    width: 0%;
  }
  .somos-itegra .text-somos {
    width: 100%;
    padding: 7%;
  }

  #slideshow div section {
    width: 100%;
    padding: 2%;
  }

  #slideshow > div { 
    position: absolute; 
    margin-top: -267px;
    top: 50%;
  }

  .somos-itegra .text-somos h1 {
    margin-bottom: 15px;
  }
}



/* -- page producto -- */
.product .col-md-12 {
  height: 100%;
  min-height: 1000px;
}
.product p {
  color: #fff;
  text-align: justify;
}
.product .img-product {
  height: 100vh;
  min-height: 1000px;
  float: left;
  display: inline-block;
}
.product .img-product .img-1 {
  width: 90%;
  position: relative;
  top: 50%;
  margin-top: -50%;
}
.product .img-product .img-2 {
  width: 100%;
  position: relative;
  top: 50%;
  margin-top: -40%;
}
.product .img-product .img-3 {
  width: 95%;
  position: relative;
  top: 50%;
  margin-top: -36%;
}
.product .img-product .img-4 {
  width: 90%;
  position: relative;
  top: 50%;
  margin-top: -43%;
  float: right;
}
.product .text-product {
  float: left;
  display: inline-block;
}
.product:nth-child(1) .text-product {
  position: relative;
  top: 50%;
  margin-top: -17%;
}
.product:nth-child(2) .text-product {
  position: relative;
  top: 50%;
  margin-top: -17%;
}
.product:nth-child(3) .text-product {
  position: relative;
  top: 50%;
  margin-top: -13%;
}
.product:nth-child(6) .text-product {
  position: relative;
  top: 50%;
  margin-top: -16%;
}
.product .text-product ul li {
  color: #fff;
  font-size: 15px;
  list-style-type: square;
}
.product .text-product hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 4px solid #fff;
  max-width: 350px;
}
.product .text-product img {
  max-width: 350px;
}
.product .text-product div span {
  width: 22%;
  /*float: left;*/
  display: inline-block;
  padding: 15px;
  text-align: center;
}
.product .text-product div span h1 {
  text-align: left;
}
.ico-innc {
  max-width: 90px !important;
  /*float: left;*/
}
.button-pro button {
  outline: none;
  padding: 15px;
  margin-top: 7px;
  margin-left: -13%;
  margin-bottom: 10%;
  min-width: 240px;
  border-radius: 2px;
  border: 2px solid #2ba6ae;
  text-align: center;
  font-size: 1.5rem;
  color: #2ba6ae;
  background-color: #f7f7f7;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.button-pro button:hover {
  background-color: #2ba6ae;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.report div {
  padding-right: 0px;
  padding-left: 0px;
}
.title-report {
  height: 25vh;
  min-height: 200px;
  background: linear-gradient(to right, #14304c, #48bdce);
  position: absolute;
  top: 0;
  width: 100%;
}
.title-report h1 {
  position: relative;
  top: 30%;
  color: #fff;
  font-size: 50px;
  text-align: center;
}
.title-report h1 span img {
  max-width: 90px;
  margin-top: -10px;
}
.cont-report {
  margin-top: 230px;
}
.img-report img {
  width: 90%;
  float: right;
}
.img-report img {
  width: 90%;
  position: relative;
  top: 50%;
  float: right;
}

.icons-prod img {
  max-height: 120px !important;
}

@media(max-width: 1366px) {
  .product:nth-child(1) .text-product {
    margin-top: -20%;
  }
  .product:nth-child(2) .text-product {
    margin-top: -20%;
  }
  .product:nth-child(3) .text-product {
    margin-top: -17%;
  }
  .product:nth-child(6) .text-product {
    margin-top: -25%;
  }
  .product .text-product .car-innc span:nth-child(5),
  .product .text-product .car-innc span:nth-child(6),
  .product .text-product .car-innc span:nth-child(7),
  .product .text-product .car-innc span:nth-child(8) {
    display: none;
  }
  .product .text-product div .icons-prod:nth-child(4),
  .product .text-product div .icons-prod:nth-child(5),
  .product .text-product div .icons-prod:nth-child(6) {
    display: none;
  }
}

@media(max-width: 1024px) {
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
  margin-top: 230px;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}


/* reportes */
.content-report {
  max-width: 900px;
  margin: 0 auto;
  font-size: 25px;
  margin-top: 300px;
}
.content-report .title-report {
  background: linear-gradient(to right, #14304C, #48BDCE);
}
.content-report .title-report h1 span img {
  width: 80px;
}

.item-report div span {
  float: left;
}
.item-report div span img {
  width: 80px;
}
.item-report div ul {
  list-style-type: square;
  margin-top: 20px;
}
.item-report div ul li {
  margin: 10px;
}
.content-report hr {
  margin-top: 30px;
  margin-bottom: 30px;
}


/* producto icontrol */
.title-icon {
  background: linear-gradient(to right, rgb(16, 136, 109), rgb(65, 177, 125));
  height: 28vh;
  min-height: 200px;
}
.title-icon img {
  width: 320px;
  margin-top: 58px;
  margin-left: -160px;
  position: relative;
  left: 50%;
}
.item-icon p {
  /*font-size: 1.7rem;*/
}
.item-icon div h2 img {
  width: 100px;
}

@media (max-width: 1600px) {
  .product .col-md-12 {
    height: 100%;
    min-height: 1000px;
  }
  .product .img-product {
    min-height: 1000px;
  }
}


@media (min-width: 1600px) {
  .content-report {
    font-size: 24px;
  }
}

@media (max-width: 1366px) {
  .product .col-md-12 {
    height: 100%;
    min-height: 700px;
  }
  .product .img-product {
    min-height: 700px;
  }

  .content-report {
    font-size: 20px;
  }
}


/* -- style movil --*/
@media (max-width: 995px) {
  h2 {
    font-size: 28px;
  }

  .product .col-md-12 {
    height: auto;
    min-height: 25px;
  }
  .product .img-product {
    min-height: auto;
  }
  .product .img-product {
    height: auto;
    float: none;
    display: block;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 10%;
  }
  .product:nth-child(1) .text-product {
    top: 0%;
    margin-top: 10%;
    z-index: 1;
    padding: 0 10%;
  }
  .product .img-product .img-1 {
    width: 90%;
    position: relative;
    top: 0%;
    margin-top: 0%;
  }
  .product .img-product .img-2 {
    top: 0%;
    margin-top: 10%;
  }
  .product .text-product div span {
    display: none;
  }
  .product .col-md-12 {
    height: auto;
  }
  .product:nth-child(2) .text-product {
    top: 0%;
    margin-top: 0%;
    padding: 0 10%;
    padding-bottom: 10%;
  }
  .product:nth-child(3) .text-product {
    top: 0%;
    margin-top: 10%;
    padding: 0 10%;
  }
  .product .img-product .img-3 {
    top: 0%;
    margin-top: 0%;
  }
  .product .img-product .img-4 {
    top: 0%;
    margin-top: 10%;
  }
  .product:nth-child(6) .text-product {
    margin-top: 0;
    padding: 0 10%;
    padding-bottom: 10%;
  }

  /*-- incontrol --*/
  .item-icon div h2 img {
    width: 120px;
    display: block;
    margin: 0 auto;
  }
  .item-icon.mg-tp {
    padding: 0 10%;
    margin-top: -12%;
  }

  .content-report {
    margin-top: 30px;
  }
  .title-report {
    position: relative;
    top: -20px;
  }
  .title-report h1 {
    top: 37%;
    font-size: 40px;
  }
  .cont-report {
    margin-top: 25px;
  }
  .img-report img {
    width: 95%;
    top: 0%;
    float: none;
    margin-top: -75px;
  }
  .text-report {
    max-width: 340px;
    margin: 0 auto;
  }
  .button-pro {
    margin-bottom: 26px;
  }

  /*-- reportes --*/
  .item-icon {
    padding: 0 10%;
  }
  .item-icon div p {
    text-align: justify;
  }
  .item-report div ul {
    text-align: justify;
    padding: 0 10%;
  }
  .item-report div span {
    float: left;
    margin-left: 8%;
    margin-bottom: 4%;
  }
  .img-report {
    max-width: 600px;
    margin: 0 auto;
  }

  /*-- carousel --*/
  .section.logos {
    height: auto !important;
  }
  .carousel-wrap {
    margin: 14px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
    margin-top: 5%;
  }
  .fp-tableCell {
    height: auto !important;
  }
}