#programa-startups .program-banner{
    padding-bottom: 52px;
    padding-top: 104px;
}

#programa-startups .program-banner p{
    color: #FFF;
    text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

#programa-startups .program-banner .eretz-btn{
    display: block;
    width: 231px;
    margin-left: 0;
    margin-right: auto;
    border-radius: 100px;
    background: linear-gradient(101deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 58.31%), #008FCB;
    background-blend-mode: overlay, normal;
    box-shadow: 0px 4px 8px 0px rgba(0, 110, 156, 0.31);
    padding: 16px 44px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-top: 48px;
}

#secao-1 .img-destaque{
    position: relative;
}


#secao-1 .img-destaque .img-content{
    position: absolute;
    left: 16px;
    top: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    object-fit: cover;
    border-radius: 32px;
}

#first-sections{
    background: linear-gradient(181deg, rgba(40, 40, 94, 0.04) 24.59%, rgba(40, 40, 94, 0.20) 98.61%), linear-gradient(180deg, #FFF 51.67%, rgba(255, 255, 255, 0.00) 157.74%), #FFF;
}

#secao-1{
    padding-top: 72px;
    padding-bottom: 32px;    
    position: relative;
}

#secao-1 h3{
    color: #28285E;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 130% */
    letter-spacing: -0.8px;
    display: block;
    margin-bottom: 24px;
}

#secao-1 span{
    color:#181838;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}

#secao-1::after{
    content: url(../img/lines-group-9257.png);
    position: absolute;
    right: 0;
    top: 44px;
}

#secao-1::before{
    content: url(../img/lines-group-9258-2.png);
    position: absolute;
    left: 0;
    top: 240px;
}

@media screen and (max-width: 1440px){
    #secao-1::after{
        right: calc(100vw - 1440px);
    }

    #secao-1::before{
        left: calc(100vw - 1440px);
    }

    #secao-1{
        overflow: hidden;
    }
}


.shape-image{
    width: 100%;
    max-width: 100%;
    height: auto;
}

#secao-2{
    padding-top: 96px;
    padding-bottom: 96px;
}

.secao-2__title{
    color: #28285E;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.8px;
    display: block;
    margin-bottom: 32px;
}

.secao-2__text{
    display: block;
}

.secao-2__text,
.secao-2__text p{
    color: #181838;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}

#participe{
    background: #28285E;
    padding-top: 96px;
    padding-bottom: 96px;
}

#participe h3{
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 130% */
    letter-spacing: -0.8px;
    display: block;
    margin-bottom: 40px;
}

.participe__categorias-list{
    display: flex;
    flex-direction: column;
}

.categorias-item{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);    
    padding: 16px 24px;
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    cursor: pointer;
}

.categorias-item img{
    width: 48px;
    height: 48px;
    object-fit: contain;
    object-position: center;
    margin-right: 8px;
}

.categorias-item .cat-title{
    color: #28285E;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 160% */
}

.categorias-item:hover,
.categorias-item.active{
    background-color: #008FCB;
}

.categorias-item:hover .cat-title,
.categorias-item.active .cat-title{
    color: #FFF;
}

.categorias-item:hover img,
.categorias-item.active img{
    filter: brightness(0) invert(1);
}

#participe .img-destaque{
    position: relative;
}

#participe .img-destaque .img-content{
    border-radius: 32px;
    position: absolute;
    left: 16px;
    top: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    object-fit: cover;
}

.participe__text{
    color: var(--Texto-Branco, #FFF);
    text-align: center;
    
    /* Body/B1 Regular */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    display: block;
    margin-top: 32px;
}

a.cta-participe{
    border-radius: 100px;
    background: var(--blue-support-color-blue-support-500, #3CA7F8);
    box-shadow: 0px 4px 16px 0px rgba(0, 95, 170, 0.25);
    display: flex;
    padding: 16px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    color: var(--Texto-Branco, #FFF);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}

#how-to-works{
    padding-top: 96px;
    padding-bottom: 96px;
}

#how-to-works .img-destaque{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 96px;
}

#how-to-works h3{
    color: #28285E;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 130% */
    letter-spacing: -0.8px;
    display: block;
    margin-bottom: 32px;
}

.cards-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.card-step{
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 32px;
    backdrop-filter: blur(4px);
}

.cards-grid .card-step:nth-child(1){
    background: linear-gradient(125deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.00) 100%), #D4D4DF;
}

.cards-grid .card-step:nth-child(2){
    background: linear-gradient(125deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.00) 100%), #3CA7F8;
}

.cards-grid .card-step:nth-child(3){
    background: linear-gradient(125deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), #28285E;

}

.card-title{
    color: var(--purpple-brand-color-purpple-brand-500, #28285E);
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 128.571% */
    display: flex;
    align-items: center;
}

.cards-grid .card-step:nth-child(2) .card-title,
.cards-grid .card-step:nth-child(3) .card-title{
    color: #FFF;

}

.cards-grid .card-step:nth-child(2) .card-text,
.cards-grid .card-step:nth-child(3) .card-text{
    color: #FFF;
}

.card-title .card-num{
    color: #3CA9E5;
    font-family: "Inter", sans-serif;
    font-size: 140px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    margin-right: -30px;

}

.cards-grid .card-step:nth-child(2) .card-title .card-num{
    color: #20204B;
}

.cards-grid .card-step:nth-child(3) .card-title .card-num{
    color: #3CA9E5;
    text-shadow: 0px 4px 24px rgba(1, 103, 178, 0.25);
}

.card-title p.card-text{
    color: #28285E;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    margin-bottom: 0;
}

.cta-cards{
    border-radius: 100px;
    background: linear-gradient(101deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 58.31%), #008FCB;
    background-blend-mode: overlay, normal;
    box-shadow: 0px 4px 8px 0px rgba(0, 110, 156, 0.31);
    display: flex;
    padding: 20px 44px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 133.333% */
    display: block;
    margin-top: 32px;
}

.cards-grid{
    position: relative;
}

.cards-grid .line{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media screen and (max-width: 767px){
    .cards-grid .line{
        display: none;
    }

    .cards-grid{
        grid-template-columns: 1fr;
    }
}