#btnvermais {
    width: 230px;
    color: #5A00CC;
    border: 4px solid;
    font-family: 'Lexend Deca';
    font-weight: bold;
}

body h1 {
    font-family: 'Nunito';
    font-weight: 800;
}

body p {
    font-family: 'Nunito';
    color: #1C122A;
}

.gradientep {
    background: linear-gradient(290.72deg, #F47CA8 -6.77%, #8B33FF 32.83%, #5A00CC 67.22%, #2C0066 93.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font: 'Lexend Deca';
}

.brevemente_magenta {
    background: #F04282;
    color: #ffF;
    border-radius: 18px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    width: 130px;
}

.brevemente_azul {
    background: #5AC9D8;
    color: #ffF;
    border-radius: 18px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    width: 130px;
}

.rounded2 {
    border-radius: 1.25rem !important;
}

@media screen and (max-width: 768px) {
    .adapt.col-2 {
        width: 0% !important;
    }
}