/*
 * Versao 1.3.3
 * */

.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-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)}

/*Theme*/
.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}

/*Selber*/
.testimonial{
    background: #fff;
    text-align: center;
    padding: 30px;
    padding-left: 20px;
    padding-bottom: 50px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 7px;
    
    border-radius: 7px;
     
    box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
 
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.testimonial .pic img{
    width: auto;
    height: 100%;
    /*filter: grayscale(100%);*/
}
.testimonial .testimonial-title{
    font-size: 16px;
    color: #9e9e9e;
    color: #f89406;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.testimonial .post{
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #bcbcbc;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #86868a;
    line-height: 1.8;
    margin-top: 10px;
    text-align: justify;
 
    text-align-last: center;
    text-align-first: center; 
}



.testimonial .description i:first-of-type {
  font-size: 85%; 
  line-height: 0; 
  position: relative; 
  vertical-align: baseline; 
  top: -0.25em;
}

.testimonial .description i:last-of-type { 
  font-size: 85%; 
  line-height: 0; 
  position: relative; 
  vertical-align: baseline; 
  bottom: -0.25em;
}





.owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 65px;
}
.owl-theme .owl-controls .owl-buttons div{
    font-size: 18px;
    background: transparent;
    opacity: 0.5;
}
.owl-theme .owl-prev{
    position: relative;
    left: -85px;
    transition: all 0.4s ease-in-out 0s;
}
.owl-theme .owl-next{
    position: relative;
    right: -75px;
    transition: all 0.4s ease-in-out 0s;
}
.owl-prev:before,
.owl-next:before{
    /*content: "\f177";*/
    content: "\f104";
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
.owl-next:before{
    /*content: "\f178";*/
    content: "\f105";
}
@media only screen and (max-width: 480px){
    .testimonial{
        padding: 40px 10%;
    }
}   





/*Outro*/
/*#testimonial-slider{
    padding: 50px 20px 35px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 115px 19px rgba(236, 236, 236, 1);
}
.testimonial .description{
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -15px;
}
.testimonial .title{
    font-size: 24px;
    font-weight: bold;
    color: #363636;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #363636;
}
.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.owl-theme .owl-controls{
    margin-top: 40px;
}

     
 .owl-theme .owl-controls .owl-page span{
    width: 100px;
    height: 110px;
     border-radius: 50%; 
    border: 2px solid #ccc;
    background: url("assets/testemonials/bilder/1.JPG") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("assets/testemonials/bilder/2.JPG") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("assets/testemonials/bilder/3.JPG") no-repeat;
    background-size: cover;
}   
    
   
.owl-theme .owl-controls .owl-page:nth-child(4) span{
    background: url("assets/testemonials/bilder/4.JPG") no-repeat;
    background-size: cover;
}       

    
.owl-theme .owl-controls .owl-page:nth-child(5) span{
    background: url("assets/testemonials/bilder/5.JPG") no-repeat;
    background-size: cover;
}   
    
    
   
    
    
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
    border-color: #f89406;
    opacity: 1;
}
@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
}
    
    
    
    
.owl-pagination {
margin-top: -20px;
}  */  