/* Manutenção de cores */

.p1-gradient-bg, .primary-btn, .primary-btn:after, .primary-btn2.primary-border:hover, .content .content-overlay, .single-footer-widget .bb-btn, .single-footer-widget .dec button {
    background-color: #38a4ff;
    background-image: none !important;
    /* background-image: -moz-linear-gradient(0deg, #9a52fd 0%, #57ffed 100%);
    background-image: -webkit-linear-gradient(0deg, #9a52fd 0%, #57ffed 100%);
    background-image: -ms-linear-gradient(0deg, #9a52fd 0%, #57ffed 100%); */
  }
  
  .p1-gradient-bg, .primary-btn, .primary-btn:after, .primary-btn2.primary-border:hover, .content .content-overlay, .single-footer-widget .bb-btn, .single-footer-widget .dec button {
    background-color: #38a4ff;
    background-image: none !important;
    /* background-image: -moz-linear-gradient(0deg, #9a52fd 0%, #57ffed 100%);
    background-image: -webkit-linear-gradient(0deg, #9a52fd 0%, #57ffed 100%);
    background-image: -ms-linear-gradient(0deg, #9a52fd 0%, #57ffed 100%); */
  }
  
  .p1-gradient-color, .sigle-feature:hover .fas, .sigle-feature:hover .fab, .about-left h1, .footer-social a:hover {
    background-image: -moz-linear-gradient(0deg, #38a4ff 0%, #38a4ff 100%) !important;
    background-image: -webkit-linear-gradient(0deg, #38a4ff 0%, #38a4ff 100%) !important;
    background-image: -ms-linear-gradient(0deg, #38a4ff 0%, #38a4ff 100%) !important;
    /* background-image: -moz-linear-gradient(0deg, #9a52fd 0%, #57ffed 100%);
    background-image: -webkit-linear-gradient(0deg, #9a52fd 0%, #57ffed 100%);
    background-image: -ms-linear-gradient(0deg, #9a52fd 0%, #57ffed 100%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .carousel-indicators li {
    background-color: rgba(000, 000, 000, .2);
  }
  
  .carousel-indicators .active {
    background-color: rgba(56, 164, 255, .7)
  }
  
  .pan-image {
    background-color: rgba(56, 164, 255, .7)
  }
  
  nav a:hover, a:hover, i, p#lista_telefones a, .e-mail a, .form-contato, .form-contato h2, .form-contato p, .footer-text a, .footer-text i, .single-footer-widget a, .dropdown-item:focus, .dropdown-item:hover {
    color: #38a4ff;
  }
  
  .btn-black {
    color: #fff;
  }
  