
      body {
        background-color: #f3f6fb;
        font-family: 'Inter', sans-serif;
      }
      .navbar {
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
      }
      .navbar-brand img {
        height: 55px;
      }
      .hero-title {
        font-weight: 700;
        text-align: center;
        margin-top: 10px;
      }
      .hero-subtitle {
        text-align: center;
        color: #04724dff;
        text-decoration: underline;
        font-weight: 600;
        margin-top: 10px;
      }
      .card-custom {
        border: none;
         border-radius: 0 !important;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
      }
      .card-custom:hover {
        transform: translateY(-5px);
      }
      .card-img-top {
        width: 100%;
      }
      .card-body {
        padding: 20px;
      }
      .btn-inscrever {
        background-color: #198754;
        color: white;
        font-size: 0.9rem;
        padding: 4px 10px;
        border-radius: 5px;
        text-decoration: none;
      }
      .btn-inscrever:hover {
        background-color: #157347;
      }



    