    /* Custom Styles for the Landing Page */
    body {
        font-family: 'Raleway', sans-serif;
      }
  
      .section-heading h4 {
        font-weight: bold;
        font-size: 24px;
        color: #333;
      }
  
      .section-heading p {
        font-size: 16px;
        color: #666;
      }
  
      .footer-section p {
        font-size: 14px;
        color: pink;
      }
  
      .contact-form {
        background-color: #ffffff;
        padding: 40px;
        border-radius: 8px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      }
  
      .contact-form h3 {
        font-size: 24px;
        margin-bottom: 30px;
        color: #333;
      }
  
      .form-group {
        margin-bottom: 20px;
      }
  
      .form-group label {
        font-weight: bold;
        color: #555;
      }
  
      .form-group input {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        /* border-radius: 40px; */
        font-size: 17px;
        border-width: 2px;
        color: #555; /* Definindo a cor do texto do input */

  
      }
  
      .form-group input::placeholder {
        color: #999;
      }
  
      .form-group input:focus {
        outline: none;
        border-color: #4CAF50;
        /* border-radius: 40px; */
        border-width: 3px;
  
      }
  
      .form-group button {
        padding: 12px 24px;
        border: none;
        background-color: #4CAF50;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        border-radius: 4px;
      }
  
      .form-group button:hover {
        background-color: #45a049;
      }
  
      .terms-checkbox {
        margin-left: 25px;
      }
  
      .terms-checkbox label {
        display: block;
        margin-bottom: 10px;
        color: #555;
      }
  
      /* Adjusted Paragraph Styles */
      .section-heading p,
      .footer-section p {
        color: #888;
        line-height: 1.6;
      }
  
      #subtitulo {
        color: #333;
        font-size: 17px;
        line-height: 180%;
        font-weight: bold;
        justify-content: space-around;
      }
  
      #rodape,
      li,
      a {
        color: #333;
        font-size: 17px;
        line-height: 180%;
        justify-content: space-around;
      }
      .custom-form-group select {
        width: 100%;
        padding: 10px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        /* border-radius: 40px; */
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .custom-select {
        width: 100%;
        padding: 10px;
        margin: 1px 0;
        display: inline-block;
        border: 2px solid #ccc;
        border-radius: 0px;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .custom-form-group select:focus {
        outline: none;
        border-color: #4CAF50;
        border-width: 3px;
    }

    .custom-select:focus {
      outline: none;
      border-color: #4CAF50;
      border-width: 3px;
  }

    .custom-form-group {
        position: relative;
    }

    .custom-form-group::after {
        content: '\25BC';
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        pointer-events: none;
    }
      /* li,a  { // talvez
        list-style-type: none;
        padding: 0;
        color: #333;
        font-size: 16px;
        justify-content: space-around;
  
      }  */

      .link-button {
        padding: 12px 24px;
        border: none;
        background-color: #4CAF50;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        border-radius: 4px;
      }
  
      .link-button:hover {
        background-color: #45a049;
        color: #fff;
      }