body{
    color: white;
}

.center{
    text-align: center;
}

.titulo{
    background-image: linear-gradient(90deg, rgba(226,50,99,1) 0%, rgba(181,83,193,1) 49%, rgba(255,197,93,1) 100%);
    color: black;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: bold;
    font-size: 40px;
    /* Adicionado: */
    -webkit-text-fill-color: transparent;
}

.btn-assinar{
    background: linear-gradient(90deg, rgba(226,50,99,1) 0%, rgba(181,83,193,1) 49%, rgba(255,197,93,1) 100%);
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 30px;
    color: #fff !important;
}

.semi-titulo{
    
}

.text-vermelho{
    color: rgb(255, 108, 164);
}

.btn-assinar:hover{
    cursor: pointer;
    color: #fff;
    border: none;
    text-decoration: none;
    
}

.fundo-primario{
    height: 10vh;
    background-size: cover;
}

.img-exemplo{
    width: 100%;
    box-shadow: 1px 1px 10px 1px rgba(226,50,99,.4);
}

.icon-tech{
    font-size: 30px;
    color: rgba(255,197,93,1);
}

.borda-amarela{
    border: 1px solid rgba(181,83,193,.2);
}

.img-projeto{
    width: 100%;
    border-radius: 20px 20px 0px 0;
}

.card-projetos{
    background-color: var(--dark-color);
    border-radius: 20px;
}

.descricao-projetos{
    padding: 20px;
}

.sub-titulo{
    font-size: 20px;
}

.fundo2{
    background-color: var(--main-color);
}



@media (max-width: 770px) {
    .fundo-primario{
        height: 10vh;
    }

    .img-exemplo{
        display: none;
    }

    .card-projetos{
        width: 90%;
        margin-top: 20px;
    }

}
  