.owl-carousel{width: 100%;position: relative;

}

/* webkit-transition: 0.5s ease-in;
-moz-transition: 0.5s ease-in;
-o-transition: 0.5s ease-in;
transition: 0.5s ease-in; */
	  
 .owl-carousel .item_one{border-radius: 20px; overflow: hidden;}
 .owl-carousel .item_one img{
    width: 100%; 
    height: auto;
    max-height: 430px!important;

	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	
	 }

	 
.owl-carousel .item_one img:hover{	 
-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.owl-carousel .texto_item{ 
   width:100%;
   position: absolute;
   bottom:0;   
   z-index:99;
   padding: 10px 0px 10px 0px!important; 
   border-radius:0px !important;   
  
}
.bg-texto{
	width: 100%;
	height: 50%;
	background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,rgb(0, 0, 0) 100%);
	border-radius: 20px;
	position: absolute;
	bottom: 0;
}

.owl-carousel .texto_item h3 a{
 font-size:28px!important; 
 font-weight:normal!important;
color:#fff!important;
padding:0 25px!important;
display:block;
text-shadow:none!important; 
text-decoration:none;
font-weight: 900!important;

/* font-family: 'Be Vietnam', sans-serif!important; */
}


 .owl-carousel .owl-prev, .owl-carousel .owl-next {		
	
	background-image:url(img/next_2.png);	
	background-repeat: no-repeat;
	background-position: center;
	background-size:20%;	
	width: 40px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	bottom:50%;
	font-size: 30px!important;
	border-radius:0px !important;
	background-color: #000!important;
	opacity: 0.3;
	color: #fff!important;
	line-height: 0!important;
	
 }
 .owl-carousel .owl-prev {left: 30px;}
  .owl-carousel .owl-next {right: 30px;}
 .xowl-carousel .owl-prev{-moz-transform: scaleX(-1); -o-transform: scaleX(-1);-webkit-transform: scaleX(-1); transform: scaleX(-1);	
}
.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
	background-color:#0f75bc!important; background-image:url(img/xnext.png)!important;
	opacity: 0.9;
	
	

}

/* ____sessao_bannercentrar______ */

 #sessao_servicos .owl-carousel .owl-prev{
	left: -15px!important; 
	background-color: #2b929f !important;
	border-radius:100%!important; opacity: none!important;
	opacity: 8!important;
	}

 #sessao_servicos .owl-carousel .owl-next{
	right: -15px!important;  
	background-color:#2b929f!important; 
	border-radius:100%!important;
	opacity: 8!important;
	
}