.text-center {text-align: center;}
.item-next, .item-prev, .item.active {
  display: block;
}
.txtcenter {
    text-align: center;
    max-width: 650px;
    margin: auto;
    padding: 10px;
    color: #fff;
}
.text-center {text-align: center;}
.item{
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.intro{text-align: center;}
b, strong { font-weight: bold;}

blockquote { text-align: left;}

blockquote { padding: 11px 22px;  margin: 0 0 22px; font-size: 20px; border-left: 5px solid #eee;}

a:hover, a.text-white:hover, a.text-light:hover, .article a, .article a:hover, p a { color: #0075ce; }
.dincond-medium {
  display: inline-block;
  font-family: "DINCond-Medium";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article.infographics .card{border: 0; border-radius: 0;}
article.infographics .h3{color:inherit;}
article.infographics div .carousel-caption {position: absolute; bottom: 0.1%; left: 0%; width: 100%; text-align: center;  color: #fff; text-shadow: 1px 1px #000000; display: inline-table;}
article.infographics .padding-10 {padding: 10px;}
/*article.infographics .txt {text-align: left; max-width: inherit; margin: auto; padding: 10px; font-size: 18px;}*/

article.infographics .content{margin-left: auto!important; margin-right: auto!important;}
article.infographics .relative img{width: 100%;}
article.infographics .img-circle {border-radius: 50%;}
article.infographics .descricao-foto{border-bottom: 0px;}
article.infographics hr {border-top: 0px;}

/*boot3 conversion*/
.img-responsive{display: block; max-width: 100%; height: auto; }
.pull-left{	float: left;}
.pull-right{ float: right;}
