/* Espaçamentos verticais: reduz super paddings apenas no mobile escopado */
@media (max-width: 991.98px){

  .xb-item--title {
    text-align: left !important;
    line-height: 30px !important;
  }
  .tituCel {
    font-size: 24px !important;
    line-height: 34px !important;
    text-align: center !important;
  }

  .contente-mobi {
    text-align: center !important;
    font-size: 15px !important;
    margin-top: 15px !important;
  }

  .about-img {
    height: 490px !important;
    background-image: url(../../assets/img/about/about-img.png);
    background-position: -160px -40px !important;
    background-size: 190% !important;
    background-repeat: no-repeat;
  }


  .about-img img {
    display: none;
  }

  .them-btn {
    width: 100% !important;
  }

  .cry-mobile-img {
    height: 600px ;
    background-image: url('../../assets/img/feature/fea-mobile.png');
    background-size: cover;
    background-position: -30px 20px;
  }

  #chart {

    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cry-mobile-img img {
    display: none;
  }

  #features {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 50px !important;
  }

  .btn_label {
    text-align: center !important;
  }

  .roadmap--head {
    text-align: left !important;
    padding-right: 30px !important;
    line-height: 32px !important;
  }

  /*.roadmap--info {*/
  /*    border: #0dcaf0 1px solid;*/
  /*}*/
  .ul_li {
    width: 100% !important;
    padding-bottom: 20px !important;
  }

  .ul_li .xb-item--title {
    font-size: 28px !important;
    text-align: center !important;
    padding-bottom: 20px !important;
  }

  .ul_li .xb-item--content {
    text-align: center !important;
  }

  .xb-item--holder {
    margin-bottom: 0px !important;
  }

  .xb-item--feature-icon {
    margin-left: 55px;
  }

  .them-btn {
    padding: 0 30px;
  }

  .process {
    margin-top: 60px !important;
    margin-bottom: 10px !important;
  }

  .process p {
    text-align: center !important;
  }

  .feature-shape {
    margin-right: 100px !important;
    margin-top: -5px !important;
  }

  .team {

    padding-top: 50px !important;
  }

  .team .section-title {
    padding-bottom: 0px;
  }


  .team .xb-item--title {
    text-align: center !important;
    font-size: 32px !important;
  }

  .team h1.xb-item--content {
    display: none !important;
  }

  .faq {
    padding-top: 40px !important;
  }

  .faq .section-title {
    padding-bottom: 25px !important;
  }

  .acc-btn {
    padding-right: 30px !important;
  }

  .bg_img{

    padding-bottom: 40px !important;
  }

  .event {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
  }

  .event .section-title {
    padding-bottom: 10px !important;
  }

  footer .xb-inner.bg_img {
    background: none !important;
  }

  footer .xb-inner {
    border: #2b3035 1px solid;
    background: #2b3035 !important;
    margin: 0px !important;
    padding: 0px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
  }


  .col-lg-5 > .testimonial-wrap.bg_img {
    background: none !important;
  }

  .xb-inner .xb-item--contact-btn .them-btn {
    height: 70px !important;
  }

  h2.xb-item--title {
    text-align: center !important;
  }

  .testemunho{
    padding-top: 0px !important;
    margin-top: 0px !important;
  }

  .testemunho h3{

    font-size: 32px !important;
  }

}