@charset "utf-8";
/* CSS Document */

#client-testimonial-carousel {padding-bottom: 40px;}

/* ========================= DEPOIMENTOS ========================*/

/* Testimonial CSS Code Start */
/* background */
.carousel-bg {
  background-color: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* quote */
.quote-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding-top: 60px;
  width: 80px;
}
/* text-style */
.testimonial-style .testimonial-caption-style {

  font-weight: 400;
  font-size: 24px;

  line-height: 30px;
  bottom: 40%;
  text-shadow: none;
  top: 10%;
}
.testimonial-style .testimonial-authors {

  font-weight: 700;
  font-size: 20px;

  line-height: 30px;
  margin-top: 40px;
}
/* carousel-height-control */
.testimonial-style .carousel-inner > .item {
  padding-top: auto;
  padding-bottom: auto;
  height: 380px;



}
/* carousel-left-right-control */
.testimonial-style .carousel-control.left {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control.right {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control {

}
.testimonial-style .carousel-control:hover {

  text-decoration: none;
  transition: background-color 1s ease;
}


/* indicators */


.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
	
  border-radius: 10px;
	
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators .active {

 border: solid #eec930!important;
  background-color: #eec930!important;
}
 .carousel-indicators li {
  border: solid #b3b3b3!important;
  background-color: #b3b3b3!important;

}



/* Textimonial CSS Code End */


.carousel-control-next{
	background: url(../dados/layout/next.png) no-repeat center;
}

.carousel-control-prev{
	background: url(../dados/layout/prev.png) no-repeat center;
}

.carousel-item p{

}

.carousel-item p strong{
	
}

.titletext{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
}
