/*-------iniciocarrusel--------*/
.carouselsug {
  max-width: 95%;
  margin: 0px auto;
  display: flex;
  width: 100%;
}
.carousel-wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center;
  color: #c9c9c9;
  font-size: 13px;
}
.owl-carousel .item,
.owl-carousel .item2 {
  max-width: 95%;
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}
.owl-nav > div {
  margin-top: -29px;
  position: absolute;
  top: 50%;
  color: #ccc;
}
.disabled {
  color: #ccc !important;
}
.marketing-font-Active,
.marketing-font:hover {
  color: #00e9c0 !important;
  cursor: pointer !important;
}
.identificadores-font-Active,
.identificadores-font:hover {
  color: #9e6dcc !important;
  cursor: pointer !important;
}
.generico-font-Active,
.generico-font:hover {
  color: #444;
  cursor: pointer !important;
}
.owl-nav i {
  font-size: 30px;
  background: #fff;
  border-radius: 50%;
}
.owl-nav .owl-prev {
  left: -16px;
}
.owl-nav .owl-next {
  right: -16px;
}
.related {
  cursor: pointer;
}
.related img {
  width: 47% !important;
  margin-bottom: 10px !important;
}
.owl-one i.fa {
  font-size: 25px !important;
}
footer {
  z-index: 99;
}
@media only screen and (max-width: 800px) {
  .owl-nav .owl-prev {
    left: -15px;
  }
  .owl-nav .owl-next {
    right: -15px;
  }
}
/*-------fincarrusel--------*/

.fa-chevron-circle-left:before {
  content: "\f137"; }

  .fa-chevron-circle-right:before {
    content: "\f138"; }

