.textoDegrade{
    background: var(--TEXTO-DEGRADE, linear-gradient(274deg, #005D9C 9.74%, #00D1FF 97.93%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.textoDegradeEasy{
    background: var(--TEXTO-DEGRADE, linear-gradient(274deg, #339d62 9.74%, #73d79b 97.93%));
    background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.video{
    width: 699px;
    max-width: 624px;
height: 354px;
padding-bottom: 50px;

}

.fontFooter{
    font-family: "Noto Sans";
}
.bgBlue{ 
    border-radius: 8px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, #17006B 0%, #020321 100%);
    display: flex;
    flex-direction: column;
    justify-content:space-around;
align-items:center;
min-height: 692px;
height: auto;
align-items: center;
z-index: 20;
}

.colorBlueDg{ 
    border-radius: 12px 12px 0px 0px ;
    background: radial-gradient(70.71% 70.71% at 50% 50%, #17006B 0%, #020321 100%);
}

.titleWhite{
    color: #FFF;
    font-family: 'Plus Jakarta Sans';
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 57.6px; /* 90% */
    letter-spacing: -0.8px;
}

.paragrafoWhite { 
    color: #FFF;
    font-family: 'Open sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px; /* 162.5% */}

    .botao{
        display: flex;
        width: 116px;
        height: 37px;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
        color: #FFF;
        text-align: center;
        font-family: 'Open Sans';
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 16.8px; /* 140% */
        letter-spacing: -0.4px;
        text-transform: capitalize;
        
        width: 116.48px;
        
        
        align-items: center;
        
        border-radius: 4px;
        background: var(--botes, linear-gradient(286deg, #095E9D -28.94%, #4BA0D1 59.38%));
        box-shadow: 0px 4px 7px -1px rgba(0, 0, 0, 0.11), 0px 2px 4px -1px rgba(0, 0, 0, 0.07);
        transition: 1.3s;

 
    }

    .botao:hover{
        filter: contrast(2);
    }

    .botaoAzulCOR {
        border-radius: 4px;
        background: var(--botes, linear-gradient(286deg, #095E9D -28.94%, #4BA0D1 59.38%));
        box-shadow: 0px 4px 7px -1px rgba(0, 0, 0, 0.11), 0px 2px 4px -1px rgba(0, 0, 0, 0.07);
    }



    .bg010E3D{
        background:#010E3D;
    }
    .cardContent{
        max-width: 1296px;
        width: 80vw;
        height: 210.5px;
        display: flex;
       align-items:center;
justify-content: center;        
        border-radius: 16px;
        background: linear-gradient(0deg, #FFF 47.02%, #D0D0D0 100%);
        box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.90) inset, 0px 20px 27px 0px rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(35px);
       
   margin-top: -60px;
    }


    section {
        min-width: 332px;
    }

    section h3 {
        color: #344767;
        text-align: center;
        font-family: "Open Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 27.5px;
        /* 137.5% */
        display: flex;
        width: 268px;
        height: 27px;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;

    }

    section p {
        color: #67748E;
        text-align: center;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        /* 150% */
        display: flex;
        width: 267.62px;
        height: 42px;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
    }

    .plusSans{
        font-family: 'Plus Jakarta Sans';
    }


    .lenteCard p{
        color: #67748E;
text-align: justify;
font-family: "Open Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; /* 162.5% */
max-width: 361px;
    }
    .lenteCard h3 {
        color: #344767;
font-family: "Open Sans";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 46.8px; /* 260% */
letter-spacing: -0.8px;
    }

    .lenteCard ul li {
        list-style: disc;
     margin-left: 20px;
     color: #9C9C9C;
font-family: "Open Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 27.5px; /* 183.333% */
    }

    *{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    .color344767{
        color: #344767;
    }


    .fade-in-element {
        opacity: 0;
        transition: opacity 1s ease-in-out;
      }
      
      .fade-in-element.visible {
        opacity: 1;
      }

      .invisible{
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
      }

      .fade-zoom-element {
        opacity: 0;
        transition: opacity 0.5s ease-in-out, transform 0.2s ease-in-out;
      }
      
      .fade-zoom-element.visible {
        opacity: 1;
      }
      
     
      

    