.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
/*
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}
*/
.owl-nav .prev-slide1{
  position: absolute;
  background: url('../../imagen/left-1.jpg') no-repeat scroll 0px 0px;
  left: -5px;
  width: 39px;
  height: 39px;
  top: 45%;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  background-color: #fff;
}
.owl-nav .next-slide1{
  position: absolute;
  background: url('../../imagen/right-1.jpg') no-repeat scroll 0px 0px;
  right: -5px;
  width: 39px;
  height: 39px;
  top: 45%;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  background-color: #fff;
}
.owl-nav .prev-slide1:hover,
.owl-nav .next-slide1:hover{
  opacity: 1;
}
.owl-nav .prev-slide{
  position: absolute;
  background: url('../../imagen/left-1.jpg') no-repeat scroll 0px 0px;
  left: -5px;
  width: 39px;
  height: 39px;
  top: 94px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  background-color: #fff;
}
.owl-nav .next-slide{
  position: absolute;
  background: url('../../imagen/right-1.jpg') no-repeat scroll 0px 0px;
  right: -5px;
  width: 39px;
  height: 39px;
  top: 94px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  background-color: #fff;
}
.owl-nav .prev-slide:hover,
.owl-nav .next-slide:hover{
  opacity: 1;
}
@media screen and (max-width: 1199px) {
	.owl-nav .prev-slide {
   	top: 55px !important;
	}
	.owl-nav .next-slide {
   	top: 55px !important;
	}
}
@media screen and (max-width: 991px) {

	.owl-nav .prev-slide {
   		 top: 65px !important;
	}
	.owl-nav .next-slide {
   		 top: 65px !important;
	}
	
}
@media screen and (max-width: 767px) {

	.owl-nav .prev-slide {
   		 top: 53px !important;
	}
	.owl-nav .next-slide {
   		 top: 53px !important;
	}
	
}
@media screen and (max-width: 749px) {

	.owl-nav .prev-slide {
   		 top: 60px !important;
	}
	.owl-nav .next-slide {
   		 top: 60px !important;
	}
	
}
@media screen and (max-width: 650px) {

	.owl-nav .prev-slide {
   		 top: 50px !important;
	}
	.owl-nav .next-slide {
   		 top: 50px !important;
	}
	
}
@media screen and (max-width: 599px) {

	.owl-nav .prev-slide {
   		 top: 25% !important;
	}
	.owl-nav .next-slide {
   		 top: 25% !important;
	}
	
}
@media screen and (max-width: 500px) {

	.owl-nav .prev-slide {
   		 top: 21% !important;
	}
	.owl-nav .next-slide {
   		 top: 21% !important;
	}
	
}
@media screen and (max-width: 445px) {

	.owl-nav .prev-slide {
   		 top: 17% !important;
	}
	.owl-nav .next-slide {
   		 top: 17% !important;
	}
	
}
@media screen and (max-width: 399px) {

	.owl-nav .prev-slide {
   		 top: 15% !important;
	}
	.owl-nav .next-slide {
   		 top: 15% !important;
	}
	
}
@media screen and (max-width: 355px) {

	.owl-nav .prev-slide {
   		 top: 12% !important;
	}
	.owl-nav .next-slide {
   		 top: 12% !important;
	}
	
}
@media screen and (max-width: 340px) {

	.owl-nav .prev-slide {
   		 top: 10% !important;
	}
	.owl-nav .next-slide {
   		 top: 10% !important;
	}
	
}


/******************************************************/
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}