*, h1, h2 {
    font-family: "Montserrat",Sans-serif
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 15px;
    border-bottom: 1px solid #212529;
}
.top h3 {
    margin: 0;
}

.logo_ss {
    width: 180px;
}

.lei {
    padding-top: 15px;
}

.outter {
    padding: 0 !important;
}

@media (max-width: 768px) {
    .top {
        flex-direction: column;
    }
    .top h3 {
        margin-top: 10px;
    }
}

@media (min-width: 575px) {
    .inner {
        flex-direction: row-reverse;
    }
    .botao {
        text-align: right !important;
    }
}

p {
    text-align: justify;
}
.captchadiv {
    padding: 0 15px;
}
.botao {
    text-align: center;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}