
    @media only screen and (max-width: 1200px) {}

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .certificate-grid {
      grid-template-columns: 1fr;
      gap: 40px;
    }

    .oferta-inicio {
      margin-top: 40px;
    }

    .header-main {
      height: 4rem;
      background: #333;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
      padding: 10px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .b-matricula {
      text-align: center;
    }
.video1 {
    width: 560px;
    height: 315px;
}
    .img-empresas {
      width: 50%;
    }

    .logo_img01 {
      width: 9rem;
      margin-right: -10px;
      position: fixed;
      top: 10px;
      left: 10px;
    }

    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: #333;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      margin-top: 4rem;
    }

    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .hero {
      background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
      color: white;
      padding: 80px 0;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="%23ffffff08" points="0,0 1000,300 1000,1000 0,700"/></svg>');
      pointer-events: none;
    }

    .hero-content {
      position: relative;
      z-index: 1;
    }

    .hero h1 {
      font-size: 3.5rem;
      font-weight: 700;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .hero-subtitle {
      font-size: 1.3rem;
      margin-bottom: 30px;
      opacity: 0.9;
    }

    .course-info {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      margin: 40px 0;
    }

    .info-card {
      background: rgba(255, 255, 255, 0.1);
      padding: 25px;
      border-radius: 15px;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .info-card:hover {
      transform: translateY(-5px);
    }

    .info-card h3 {
      font-size: 1.1rem;
      margin-bottom: 10px;
      color: #ffd700;
    }

    .cta-primary {
      display: inline-block;
      background: linear-gradient(45deg, #ff6b35, #f7931e);
      color: white;
      padding: 18px 40px;
      text-decoration: none;
      border-radius: 50px;
      font-weight: 700;
      font-size: 1.2rem;
      margin: 20px 10px;
      transition: all 0.3s ease;
      box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .cta-secondary {
    display: inline-block;
    background: transparent;
    color: white;
    padding: 18px 40px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 20px 10px;
    border: 2px solid white;
    transition: all 0.3s ease;
}

    .cta-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 35px rgba(255, 107, 53, 0.4);
      color: white;
      text-decoration: none;
    }

    .section {
      padding: 80px 0;
      background: white;
    }

    .section:nth-child(even) {
      background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
    }

    .section-title {
      font-size: 2.5rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 50px;
      color: #2c3e50;
      position: relative;
    }

    .section-title::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background: linear-gradient(45deg, #ff6b35, #f7931e);
      border-radius: 2px;
    }

    .section-title2 {
      font-size: 2.5rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 50px;
      color: #2c3e50;
      position: relative;
    }

    .content-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 40px;
    }

    .content-card {
      background: white;
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      border: 1px solid #e8ecff;
    }

    .content-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    }

    .content-card h3 {
      color: #2c3e50;
      font-size: 1.5rem;
      margin-bottom: 20px;
      font-weight: 600;
    }

    .curriculum-section {
      background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
    }

    .discipline {
      background: white;
      margin-bottom: 30px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

    .discipline-header {
      background: linear-gradient(45deg, #2c3e50, #3498db);
      color: white;
      padding: 20px 30px;
      font-weight: 600;
      font-size: 1.2rem;
    }

    .discipline-content {
      padding: 25px 30px;
    }

    .discipline-content ul {
      list-style: none;
    }

    .discipline-content li {
      padding: 8px 0;
      padding-left: 25px;
      position: relative;
    }

    .discipline-content li::before {
      content: '✓';
      position: absolute;
      left: 0;
      color: #27ae60;
      font-weight: bold;
    }

    .price-section {
      background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
      color: white;
      padding: 100px 0;
      text-align: center;
    }

    .price-container {
      background: rgba(255, 255, 255, 0.1);
      padding: 60px;
      border-radius: 25px;
      backdrop-filter: blur(15px);
      border: 2px solid rgba(255, 255, 255, 0.2);
      max-width: 600px;
      margin: 0 auto;
    }

    .old-price {
      font-size: 1.5rem;
      text-decoration: line-through;
      opacity: 0.7;
      margin-bottom: 10px;
    }

    .new-price {
      font-size: 4rem;
      font-weight: 700;
      color: #ffd700;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .professor-card {
      background: white;
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
      text-align: center;
      margin-bottom: 40px;
    }

    .professor-card h3 {
      color: #2c3e50;
      font-size: 2rem;
      margin-bottom: 10px;
    }

    .professor-card .title {
      color: #3498db;
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .mec-badge {
      background: linear-gradient(45deg, #27ae60, #2ecc71);
      color: white;
      padding: 15px 30px;
      border-radius: 50px;
      display: inline-block;
      font-weight: 600;
      margin: 20px 0;
      box-shadow: 0 5px 20px rgba(39, 174, 96, 0.3);
    }

    .urgency-banner {
      background: linear-gradient(45deg, #e74c3c, #c0392b);
      color: white;
      padding: 20px 10px;
      text-align: center;
      font-weight: 600;
      animation: pulse 2s infinite;
      margin-top: 4rem;
    }

    @keyframes pulse {
      0% { opacity: 1; }
      50% { opacity: 0.8; }
      100% { opacity: 1; }
    }

    .faculty-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .faculty-item {
      background: white;
      padding: 25px;
      border-radius: 15px;
      text-align: center;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

    .certificate-section {
      background: white;
      padding: 80px 0;
    }

    .certificate-content h3 {
      color: #2c3e50;
      font-size: 2rem;
    }

    .certificate-content ul {
      list-style: none;
    }

    .certificate-content li {
      padding: 15px 0;
      padding-left: 35px;
      position: relative;
      font-size: 1.1rem;
      border-bottom: 1px solid #eee;
    }

    .certificate-content li::before {
      content: '🏆';
      position: absolute;
      left: 0;
      font-size: 1.3rem;
    }

    .certificate-image {
      text-align: center;
    }

    .faq-section {
      background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
      padding: 80px 0;
    }

    .faq-item {
      background: white;
      margin-bottom: 20px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

    .faq-question {
      padding: 25px 30px;
      background: linear-gradient(45deg, #2c3e50, #3498db);
      color: white;
      cursor: pointer;
      font-weight: 600;
      font-size: 1.1rem;
      position: relative;
      transition: all 0.3s ease;
    }

    .faq-question:hover {
      background: linear-gradient(45deg, #34495e, #2980b9);
    }

    .faq-question::after {
      content: '+';
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5rem;
      transition: transform 0.3s ease;
    }

    .faq-question.active::after {
      transform: translateY(-50%) rotate(45deg);
    }

    .faq-answer {
      padding: 0 30px;
      max-height: 0;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .faq-answer.active {
      padding: 25px 30px;
      max-height: 200px;
    }

    .footer {
      background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
      color: white;
      padding: 60px 0 30px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 40px;
      margin-bottom: 40px;
    }

    .footer-section h4 {
      color: #3498db;
      font-size: 1.3rem;
      margin-bottom: 20px;
      font-weight: 600;
    }

    .footer-section p,
    .footer-section a {
      color: #bdc3c7;
      text-decoration: none;
      line-height: 1.8;
      transition: color 0.3s ease;
    }

    .footer-section a:hover {
      color: #3498db;
    }

    .footer-bottom {
      border-top: 1px solid #34495e;
      padding-top: 30px;
      text-align: center;
      color: #95a5a6;
    }

    /* Problem & Solution cards */
    .problem-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 24px;
      margin-bottom: 40px;
    }

    .problem-card {
      background: white;
      border-left: 5px solid #e74c3c;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.08);
      transition: transform 0.3s;
    }

    .problem-card:hover { transform: translateY(-5px); }

    .problem-card .p-icon {
      font-size: 2rem;
      margin-bottom: 14px;
    }

    .problem-card h4 {
      font-size: 1.1rem;
      font-weight: 700;
      color: #c0392b;
      margin-bottom: 10px;
    }

    .problem-card p { color: #666; font-size: 0.95rem; }

    .result-highlight {
      background: linear-gradient(135deg, #2c3e50, #3498db);
      color: white;
      border-radius: 14px;
      padding: 24px 32px;
      text-align: center;
      font-size: 1.15rem;
      font-weight: 600;
      margin-top: 10px;
    }

    .solution-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      margin-top: 40px;
    }

    .solution-card {
      border-radius: 18px;
      padding: 36px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      transition: transform 0.3s;
    }

    .solution-card:hover { transform: translateY(-6px); }

    .solution-book {
      background: linear-gradient(135deg, #1a3a6b, #1e4d8c);
      color: white;
      border: 1px solid rgba(52,152,219,0.4);
    }

    .solution-lab {
      background: linear-gradient(135deg, #1a4a2e, #1e6b3a);
      color: white;
      border: 1px solid rgba(39,174,96,0.4);
    }

    .solution-card .sol-icon { font-size: 2.8rem; display: block; margin-bottom: 16px; }

    .solution-card h3 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 6px;
    }

    .solution-card .sol-tagline {
      font-style: italic;
      opacity: 0.75;
      font-size: 0.9rem;
      margin-bottom: 20px;
    }

    .solution-card ul { list-style: none; padding: 0; }

    .solution-card li {
      padding: 8px 0;
      padding-left: 24px;
      position: relative;
      font-size: 0.95rem;
      opacity: 0.9;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .solution-card li:last-child { border-bottom: none; }
    .solution-card li::before { content: '✓'; position: absolute; left: 0; font-weight: bold; }
    .solution-book li::before { color: #74b9ff; }
    .solution-lab li::before { color: #55efc4; }

    .solution-together {
      margin-top: 28px;
      background: linear-gradient(135deg, #2c3e50, #3498db);
      border-radius: 14px;
      padding: 22px 32px;
      text-align: center;
      color: white;
      font-size: 1.1rem;
      font-weight: 600;
    }

    /* Steps */
    .steps-row {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .step-card {
      background: white;
      border-radius: 16px;
      padding: 28px 20px;
      text-align: center;
      box-shadow: 0 5px 20px rgba(0,0,0,0.08);
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .step-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 15px 35px rgba(0,0,0,0.13);
    }

    .step-number {
      width: 52px;
      height: 52px;
      background: linear-gradient(135deg, #ff6b35, #f7931e);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      font-weight: 700;
      color: white;
      margin: 0 auto 16px;
      box-shadow: 0 4px 15px rgba(255,107,53,0.35);
    }

    .step-card p { color: #555; font-size: 0.9rem; line-height: 1.6; }

    /* Who grid */
    .who-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }

    .who-card {
      border-radius: 18px;
      padding: 36px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .who-yes {
      background: white;
      border-left: 6px solid #27ae60;
    }

    .who-no {
      background: white;
      border-left: 6px solid #e74c3c;
    }

    .who-card h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 24px; }
    .who-yes h3 { color: #27ae60; }
    .who-no h3 { color: #e74c3c; }

    .who-card ul { list-style: none; padding: 0; }

    .who-card li {
      padding: 10px 0;
      padding-left: 30px;
      position: relative;
      color: #555;
      border-bottom: 1px solid #f0f0f0;
      font-size: 0.95rem;
    }

    .who-card li:last-child { border-bottom: none; }
    .who-yes li::before { content: '✅'; position: absolute; left: 0; }
    .who-no li::before { content: '⛔'; position: absolute; left: 0; }

    /* Outcome cards */
    .outcomes-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 24px;
      margin-top: 10px;
    }

    .outcome-card {
      background: white;
      border-radius: 16px;
      padding: 30px 24px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.08);
      border-top: 4px solid #3498db;
      text-align: center;
      transition: transform 0.3s;
    }

    .outcome-card:hover { transform: translateY(-6px); }
    .outcome-card .out-icon { font-size: 2.4rem; display: block; margin-bottom: 14px; }
    .outcome-card p { color: #555; font-size: 0.95rem; line-height: 1.6; }

    /* WhatsApp floating */
    .whatsapp-link {
      position: fixed;
      bottom: 1.4rem;
      right: 0.8rem;
      z-index: 1000;
    }

    .whatsapp-link a {
      display: block;
      transition: transform 0.3s ease;
    }

    .whatsapp-link a:hover { transform: scale(1.1); }

    /* Carrossel */
    .carrossel-projeto {
      margin-top: 2rem;
      margin-bottom: 2rem;
      border: #ccc solid;
    }

    .img-empresas { width: 50%; }
 
    /* Responsive */
    @media (max-width: 768px) {
      .logo_img01 { width: 8.5rem; }
      .img-empresas { width: 100%; }

      .hero h1 { font-size: 2.3rem; }
      .hero-subtitle { font-size: 1.05rem; }
      .course-info { grid-template-columns: 1fr; }
      .new-price { font-size: 2.5rem; }
      .price-container { padding: 36px 20px; }
      .solution-grid { grid-template-columns: 1fr; }
      .who-grid { grid-template-columns: 1fr; }
       .video1 {
        width: 349px;
        height: 196px;
        margin-left: 0px;
    }
    }
  