footer {
    border-bottom: solid 10px #1E381E;
}

    footer #footer {
        background-color: #7E9C7E;
        padding: 47px 32px;
    }

@media (min-width: 992px) {
    footer #footer {
        padding: 0;
    }
}

@media (min-width: 992px) {
    footer #footer .box {
        padding: 52px 0 0 90px;
    }
}

footer #footer .box ul {
    padding-inline-start: 0;
}

    footer #footer .box ul li {
        list-style: none;
    }

footer #footer .box .txt {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
}

@media (min-width: 992px) {
    footer #footer .box .txt {
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
    }
}

footer #footer .box .txt a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
}

@media (min-width: 992px) {
    footer #footer .box .txt a {
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
    }
}

footer #footer .box .small {
    margin-top: 30px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

footer #footer .box .social {
    color: #fff;
    margin-top: 30px;
}

    footer #footer .box .social p {
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 33px;
    }

@media (min-width: 992px) {
    footer #footer .box .social p {
        font-size: 24px;
        line-height: 33px;
    }
}

footer #footer .box .social a {
    color: #fff;
    text-decoration: none;
}

footer #footer .divisor {
    border: solid 1px #fff;
}

footer #footer .copy {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding-bottom: 27px;
    padding-top: 20px;
}





@media (min-width: 992px) {
    .footer-content .txt {
        font-family: "Open Sans", sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left;
        color: #050705;
    }

    .footer-content .txt {
        font-size: 28px;
        line-height: 38px;
    }
}

.footer-content ul {
    padding-inline-start: 0;
}

    .footer-content ul li {
        list-style: none;
    }

.footer-content p {
    margin-top: 0;
}

.footer-content .txt a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
}

@media (min-width: 992px) {
    .footer-content .txt a {
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
    }
}

.footer-content .small {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.footer-content .social {
    color: #fff;
    margin-top: 30px;
}

    .footer-content .social p {
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 33px;
    }

@media (min-width: 992px) {
    .footer-content .social a {
        font-size: 24px;
        line-height: 33px;
    }
}

.footer-content .social a {
    color: #fff;
    text-decoration: none;
}

    .footer-content .social a img {
        display: inline-block;
    }


@media (min-width: 992px) {
    #content #associado .box {
        width: 960px;
    }
}



.login-form-2 {
    padding: 9%;
    z-index:20;
    width: 100%;
    /*border-radius: 40px;*/
    background: #84949f;
    /*box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);*/
}

    .login-form-2 h3 {
        text-align: center;
        margin-bottom: 4%;
        color: #fff;
    }

.btnSubmit {
    font-weight: 600;
    width: 100%;
    color: #282726;
    background-color: #fff;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
}

#associado::before {
    content: "";
    display: block;
    width: 1131px;
    height: 958px;
    position: absolute;
    top: 959px;
    right: 0;
    background-image: url(../img/plus_conhecer.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}