.dp_strs{
	color: #fdda17;
	margin: 10px auto 0 auto;
}

@-webkit-keyframes check {
  50% {
    outline-color: #013302;
    box-shadow: 0 0 0 12px #013302, 0 0 0 36px rgba(51, 51, 51, 0.2); }
  100% {
    outline-color: #013302;
    box-shadow: 0 0 0 0 #013302, 0 0 0 0 rgba(51, 51, 51, 0); } }
@keyframes check {
  50% {
    outline-color: #013302;
    box-shadow: 0 0 0 12px #013302, 0 0 0 36px rgba(51, 51, 51, 0.2); }
  100% {
    outline-color: #013302;
    box-shadow: 0 0 0 0 #013302, 0 0 0 0 rgba(51, 51, 51, 0); } }

.testimonilas-box{
	width: 490px;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
}
.testimonials-section {
  /*background: #fff;*/
  height: 470px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 0; }

/* Altura points nav */
.slider__nav { 
  width: 30px;
  height: 30px;
  margin: 60px 8px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #999999;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #013302, 0 0 0 0 #013302;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
}

.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
  animation: check 0.4s linear forwards; }

.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%; }

.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%; }

.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%; }

.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%; }

.slider__nav:checked:nth-of-type(5) ~ .slider__inner {
  left: -400%; }

/* Altura image text */
.slider__inner {
  position: absolute;
  top: -90px;
  left: 0;
  width: 300%; /* Quantidade de depoimentos em % */
  height: auto;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.slider__contents {	
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px auto 0 auto;
}
.slider__contents img {
	width: 114px;
  -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	
	margin: 10px auto -40px auto;
}

.slider__caption {
	
  font-size: 14px;
  color: #013302;
  opacity:1;
  font-weight: 600; }

.slider__txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  color: #013302;
  margin-top: -20px;
  margin-bottom: 20px;
  max-width: 750px;
  text-align: center; /* alinha texto depoimentos */
}
img.timg {
  padding: 5rem; 
}


@media only screen and (max-width: 1001px) {	
	
.testimonilas-box{
	width: 95%;
}	
	
	
.testimonials-section {  
	height: 600px;  
}

/* Altura points nav */
.slider__nav { 
  margin: 60px 8px;
}
	
}