.bot-inscreva-se {
    max-width: 350px;
    height: 68px;
    box-shadow: inset 0px -3px 7px 0px #a3c95b;
    background: linear-gradient(to bottom, #a3c95b 5%, #abd263 100%);
    background-color: #abd263;
    border-radius: 50px;
    border: 3px solid #abd263;
    display: flex;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    padding: 20px 30px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #abd2635e;
    font-family: 'Roboto Regular', sans-serif;
    letter-spacing: 1px;
    text-align: center;
}

.bot-inscreva-se:hover {
    background-color: #2dabf9;
    transition: all .3s ease;

}

.bot-inscreva-se:active {
    position: relative;
    top: 1px;
}

.transition {
    transition: all .3s ease;
}

.transition:hover {
    transform: scale(0.98);
    border: 3px solid #3e5c0a;
}

@media screen and (max-width: 768px) {
    .bot-inscreva-se {
        margin: 0 auto;
    }
}

.bot-simple {
    max-width: 350px;
    height: 68px;
    border-radius: 50px;
    border: 3px solid #abd263;
    display: flex;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    padding: 20px 30px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #abd2635e;
    font-family: 'Roboto Regular', sans-serif;
    letter-spacing: 1px;
    text-align: center;
}