

.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}

.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
  opacity: 1;
}
.gtco-testimonials .owl-dots .active span {
  background-color: #f9f500;
  box-shadow: none;
  opacity: 1;
  height: 12px;
  border: 2px solid #f9f500;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  font-family:'OpenSans';
  background: #fff;
  box-shadow: 0 8px 30px -7px #000;
  margin: 0 20px;
  padding: 2vw;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 80px;
  border-radius: 50%;
  margin: 15px auto 0;
  width: 80px;
  height: 80px;
}
.gtco-testimonials .card h5 {
  color: #172639;
  font-size: 1vw;
  margin:0.5vw 0;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 12px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 0.9vw;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 80px;
  width: 80px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
   .gtco-testimonials .card{
	   padding-bottom:5vw;
   }
  .gtco-testimonials .card p {
  font-size: 4vw;
  color: #555;
  margin:2vw;
  padding-bottom: 15px;
}
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}

.localdepoimento{
	width:30% !important;
	margin:0 auto;
}
