.maxbutton,
.maxbutton:hover {
    box-shadow: 0 0 2px 0 #333;
    text-decoration: none
}

.maxbutton {
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-family: Arial;
    font-size: 28px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    box-sizing: border-box;
    display: block;
    padding: 18px 0 0;
    transition: all .3s ease-in-out
}

@media (max-width:410px) {
    .maxbutton {
        font-size: 23px
    }
}

.maxbutton:not(:last-child) {
    margin-bottom: 3vh
}

@media only screen and (min-width:0px) and (max-width:480px) {
    .maxbutton-2.maxbutton.maxbutton-botao-um {
        width: 90%
    }

    .maxbutton-2.maxbutton.maxbutton-botao-um .mb-text {
        font-size: 22px
    }
}

.text-center.maxbutton.azul {
    background-color: #0048ff
}

.maxbutton.azul:hover {
    color: #505ac7;
    border-color: #0048ff;
    background-color: #fff
}

.maxbutton.verde {
    background-color: #2e7800
}

.maxbutton.verde:hover {
    color: #2e7800;
    border-color: #2e7800;
    background-color: #fff
}

.maxbutton.vermelho {
    background-color: #7a0000
}

.maxbutton.vermelho:hover {
    border-color: #7a0000;
    background-color: #fff;
    color: #7a0000
}

#mainNav {
    border-color: transparent;
    background-color: transparent;
    transition: all .35s
}

#logo {
    width: 250px
}