 .cta-section {
      background-color: #1e2f6a; /* azul profundo */
      background-image: url('https://43906742.fs1.hubspotusercontent-na1.net/hubfs/43906742/platformbg.png');
      background-repeat: no-repeat;
      background-position: top left;
      background-size: auto 100%;
      color: white;
      padding: 60px 20px;
      border-radius: 20px;
      max-width: 1240px;
      margin: 10px auto;
      text-align: center;
    }

    .cta-section h5 {
      color: #66AB5C;
    font-family: Poppins;
font-weight: 400;
font-size: 24px;
line-height: 34px;

text-transform: uppercase;
margin:0;
    }

    .cta-section h2 {
      margin:0;
     font-family: Poppins;
font-weight: 600;
font-size: 40px;
line-height: 50px;
letter-spacing: 0%;
text-align: center;
color:white;
       margin-bottom:25px;
    }

    .cta-section p {
      margin:auto;
      margin-bottom:25px;
      font-family: Roboto;
font-weight: 400;
font-size: 22px;
line-height: 32px;
letter-spacing: 0%;
color:white;
      max-width:800px;
     
    }



    .cta-section .cta-button:hover {
     // background-color: #6ac348;
    }

    @media screen and (max-width: 600px) {

.cta-section h2 {
  margin-bottom:10px;
      line-height: 32px;
      }

      .cta-section h2 {
        font-size: 22px;
      }

      .cta-section p {
        font-size: 14px;
      }
      
      .cta-section {
    
      background-size: auto 50%;
     
    }
    }




   .cta-button {
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: 26px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            padding: 12px 24px;
            background-color: #66AB5C;
            border-radius: 200px;
            text-decoration: none;
     border:0;
            color: white;
            display: flex;
            align-items: center;
            max-width: 200px;
            transition: max-width 0.3s ease-in-out, padding-right 0.3s ease-in-out;
            overflow: hidden;
            white-space: nowrap;
            margin-top: 40px;
     margin:auto;
        }

        .cta-button .link-arrow {
            opacity: 0;
            margin-left: 10px;
            transition: opacity 0.3s ease-in-out;
        }

        .cta-button:hover {
            max-width: 240px;
            padding-right: 30px;
          text-decoration:none;
        }

        .cta-button:hover .link-arrow {
            opacity: 1;
        }


  .lightbox {
            display: none ;
             z-index: 99;
            position: fixed !important;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            
            justify-content: center;
            align-items: center;
        }
        .lightbox-content {
            background: white;
            padding: 20px;
            border-radius: 8px;
            text-align: start;
            position: relative;
            width: 80%;
            max-width: 400px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        }

.lightbox h3 {
    color: #1c2e69;
    font-family: "Poppins";
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}

        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 18px;
            cursor: pointer;
        }
