
  
  .text-primary {
    color: #FF6A00 !important;
  }
  
  .btn-laranja {
    background-color: #FF6A00;
    color: white;
    border: none;
  }
  
  .btn-laranja:hover {
    background-color: #e55e00;
    color: white;
  }
  
  .btn-outline-laranja {
    color: #FF6A00;
    border: 2px solid #FF6A00;
    background-color: transparent;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(255, 106, 0, 0.3);
  }
  
  .btn-outline-laranja:hover {
    background-color: #FF6A00;
    color: #fff;
    box-shadow: 0 6px 12px rgba(255, 106, 0, 0.5);
    transform: translateY(-2px);
  }

  .text-laranja {
    color: #FF6A00 !important;
  }
  
  .text-laranja:hover {
    text-decoration: none;
  }
  
  hr {
    border: none;
    height: 4px;                /* Espessura da linha */
    background:#ff6a00; /* Gradiente laranja */
    border-radius: 2px;
    margin: 2rem auto;
    width: 67%;                 /* Largura da linha */
  }

  .texto{
    font-size: 20px;
  }
  