.owl-nav button {
  position: absolute;
  top: 91%;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  right: 5%;
}
.owl-nav button.owl-next {
  right: 0;
}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{
  -webkit-tap-highlight-color:transparent;
  position:relative;

}
.owl-carousel{
  display:none;
  width:100%;
  z-index:1;
}

.owl-carousel .owl-stage{
  position:relative;
  -ms-touch-action:pan-Y;touch-action:manipulation;
  -moz-backface-visibility:hidden;
}

.owl-carousel .owl-stage:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.owl-carousel .owl-stage-outer{
  position:relative;
  overflow:hidden;
  -webkit-transform:translate3d(0,0,0);
  border-bottom: 4px solid #0A5429;
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0);
}

.owl-carousel .owl-item{
  min-height:1px;
  float:left;
  -webkit-backface-visibility:hidden;
  -webkit-touch-callout:none;
  border-left: 1px solid #a4a7a5;
}

.owl-carousel .owl-item:hover{
  background-color: #dcdcdc;
  text-decoration: none;
}

.owl-carousel .owl-item h1{
  color: #0A5429;
  text-align: center;
  font-size: 32px;
  font-family:"Montserrat-Bold";
  padding-top: 15px;
  padding-bottom: 15px;
}

.owl-carousel .owl-item h1 span{
  color: #000;
  text-align: center;
  font-family:"Montserrat-Regular";
  font-size: 25px;
}

.text_home2:hover{
  text-decoration: none;
}

/*.owl-carousel .owl-item a{
  background-image:url(../img/mas.png);
  background-repeat: no-repeat;
  background-position: right;
  float: right;
  position: relative;
}*/



.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
  display:none;
}

.no-js .owl-carousel,.owl-carousel.owl-loaded{
  display:block;
}

.owl-carousel.owl-loading{
  opacity:0;
  display:block;
}

.owl-carousel.owl-hidden{
  opacity:0;
}

.owl-prev{
  background-image: url(../img/prev.webp);
  background-color: transparent;
  width: 21px;
  height: 35px;
  border:none;
}


.owl-next{
  background-image: url(../img/next.webp);
  background-color: transparent;
  width: 21px;
  height: 35px;
  border:none;
}

.owl-dot{
  border:none;
  background-color:transparent;
}


/*------------------------------------------------------------------------------*/



/* carousel 2-------------------------------------------------------- */

.owl-carousel2,.owl-carousel2 .owl-item{
  -webkit-tap-highlight-color:transparent;
  position:relative;

}
.owl-carousel2{
  display:none;
  width:100%;
  z-index:1;
}

.owl-carousel2 .owl-stage{
  position:relative;
  -ms-touch-action:pan-Y;touch-action:manipulation;
  -moz-backface-visibility:hidden;
}

.owl-carousel2 .owl-stage:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.owl-carousel2 .owl-stage-outer{
  position:relative;
  overflow:hidden;
  -webkit-transform:translate3d(0,0,0);
}

.owl-carousel2 .owl-item,.owl-carousel2 .owl-wrapper{
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0);
}

.owl-carousel2 .owl-item{
  min-height:1px;
  float:left;
  -webkit-backface-visibility:hidden;
  -webkit-touch-callout:none;
}

.owl-carousel2 .owl-item img{
  display:block;
}

.owl-carousel2 .owl-dots.disabled,.owl-carousel2 .owl-nav.disabled{
  display:none;
}

.no-js .owl-carousel2,.owl-carousel2.owl-loaded{
  display:block;
}

.owl-carousel2.owl-loading{
  opacity:0;
  display:block;
}

.owl-carousel2.owl-hidden{
  opacity:0;
}
