/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
 .owl-theme-home .owl-nav {
  bottom: 15px;
  position: absolute;
  text-align: center;
 }
 .owl-theme-home .owl-nav [class*='owl-'] {
  /*border: 2px solid #9096a1;
  color: #9096a1;*/
  border-radius: 100%;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  height: 40px;
  line-height: 34px;
  margin: 10px 10px;
  text-align: center;
  width: 40px;
}
.owl-theme-home .owl-nav [class*='owl-']:hover,
.owl-theme-home .owl-nav [class*='owl-']:focus {
  border: 2px solid #9df008;
  color: #9df008;
}
.owl-theme-home .owl-nav [class*='owl-'],
.owl-theme-home .owl-nav [class*='owl-']:hover,
.owl-theme-home .owl-nav [class*='owl-']:focus {
  -webkit-transition: 0.3s all;
     -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
       -o-transition: 0.3s all;
          transition: 0.3s all;
}
.owl-carousel.owlc-grupo-trabajo,
.owl-carousel.owlc-clientes,
.owl-carousel.owlc-certificaciones {
  margin-top: 40px;
}
.owl-carousel.owlc-grupo-trabajo .owl-item img,
.owl-carousel.owlc-clientes .owl-item img,
.owl-carousel.owlc-certificaciones .owl-item img {
  display: inline-block;
}
.owl-carousel.owlc-grupo-trabajo .owl-item img {
  height: 160px;
  width: 160px;
}
.owl-carousel.owlc-clientes .owl-item img,
.owl-carousel.owlc-certificaciones .owl-item img {
  height: 120px;
  width: 210px;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  background: #D6D6D6;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid transparent;
  display: block;
  height: 20px;
  margin: 5px 7px;
  position: relative;
  transition: opacity 200ms ease;
  width: 20px;
  -webkit-backface-visibility: visible;
}
.owl-theme .owl-dots .owl-dot span:before {
  background-color: #b2b9c5;
  border-radius: 50%;
  content: '';
  height: 14px;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 14px;
}
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span:before {
  -webkit-transition: 0.3s all;
     -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
       -o-transition: 0.3s all;
          transition: 0.3s all;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  /*background: #869791;*/
  border-color: #9df008;
}
.owl-theme .owl-dots .owl-dot.active span:before,
.owl-theme .owl-dots .owl-dot:hover span:before {
  background-color: #9df008;
}
@media (min-width: 768px) {
  .owl-theme-home .owl-nav {
    margin-right: -60px; 
    right: 50%;
  }
}
@media (min-width: 992px) {
  .owl-theme-home .owl-nav {
    /*margin-right: -60px;*/
    /*right: 90px;*/
    margin-right: 0px;
    right: 94px;
  }
}
