.banner_principal {
    display: flex;
}
.banner_principal_texto {
    width: 570px;
    height: 300px;
    margin: 2rem 0;
}
.banner_titulo {
    margin-bottom: 3rem;
}
.banner_titulo h2 {
    padding-left: 1rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-radius: 5rem;
    width: 190px;
}

.banner_principal_imgs {
    width: 570px;
}

@keyframes top {
    to {
        margin: 0;
    }
    from {
        margin: 5rem 0px;
    }
}

.banner_principal_img {
    animation-name: top;
    animation-duration: 3s;
}

.card_desconto {
    width: 250px;
}
.card_desconto_txt {
    padding: 1rem;
}

.btn_veja_mais {
    background-color: red;
    color: #fff;
    border-radius: 2rem;
}
.btn_veja_mais:hover {
    color: #fff;
}

.card_desconto_exclusivo {
    display: flex;
    justify-content: space-between;
}

.descontos_associados {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid red;
    border-radius: 1rem;
    padding: 2rem;
}

.titulo_associese {
    margin-bottom: 2rem;
}

.titulo_associese h2 {
    padding-left: 1rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-radius: 5rem;
    width: 410px;
}

.titulo_associados {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.titulo_associados h2 {
    padding-left: 1rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-radius: 5rem;
    width: 470px;
}
.termo {
    color: #000;
}

.termo:hover {
    text-decoration: none;
    color: #000;
}

.itens {
    display: flex;
    justify-content: start;
    align-items: baseline;
}

.titulo_dados_pessoais {
    margin-bottom: 2rem;
}

.titulo_dados_pessoais h2 {
    padding-left: 1rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-radius: 5rem;
    width: 265px;
}

.titulo_endereco {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.titulo_endereco h2 {
    padding-left: 1rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-radius: 5rem;
    width: 163px;
}

.titulo_escolaridade {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.titulo_escolaridade h2 {
    padding-left: 1rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-radius: 5rem;
    width: 217px;
}

.titulo_anexos {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.titulo_anexos h2 {
    padding-left: 1rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-radius: 5rem;
    width: 135px;
    margin-bottom: 2rem;
}
.titulo_responsavel {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.titulo_responsavel h2 {
    padding-left: 1rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-radius: 5rem;
    width: 212px;
    margin-bottom: 0rem;
}
.cadastro_responsavel_btn {
    display: flex;
    align-items: baseline;
}
.btn_color a {
    background-color: #fff;
}

.titulo_termo {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.titulo_termo h2 {
    padding-left: 1rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-radius: 5rem;
    width: 122px;
}

.form_parceiro {
    border: 1px solid red;
    border-radius: 1rem;
    padding: 5px 20px;
    margin: 8px 0;
}
.form_nome {
    width: 680px;
}
.form_email {
    width: 680px;
}
.form_data_nascimento {
    width: 220px;
}

input[type="date"]::before {
    color: #999;
    content: attr(placeholder) ": ";
}
input[type="date"]:focus::before {
    content: "" !important;
}

.form_rua {
    width: 460px;
}
.form_numero {
    width: 125px;
}
.form_complemento {
    width: 560px;
}
.form_bairro {
    width: 310px;
}
.form_cidade {
    width: 310px;
}
.form_uf {
    width: 60px;
}
.form_faculdade {
    width: 680px;
}
.form_ano_formatura {
    width: 200px;
}
.form_oab {
    width: 480px;
}

.btn {
    background-color: #555555;
}

.btn a {
    color: aliceblue;
}

.btn_enviar {
    border: 1px solid red;
    border-radius: 1rem;
    padding: 8px 20px;
    margin: 1rem 0;
}

.mapa_contato {
    display: flex;
}

.fundo_contato {
    position: absolute;
    margin: 0 -500px;
}

.formulario {
    position: absolute;
    margin: 3rem -20rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_especifico {
    border: 2px solid #000;
    border-radius: 2rem;
    padding: 3px 1rem;
    margin: 10px 0;
}

.formulario_form {
    display: flex;
    flex-direction: column;
    width: 280px;
}

.texto_mobile {
    margin: 0 2rem;
    height: 350px;
}
.logohoom {
    position: absolute;
    margin: 0rem 10rem;
}

.noticias_titulo {
    margin: 2rem 0 3rem 0;
}
.noticias {
    display: flex;
    justify-content: space-around;
}

.hidden {
    display: none;
}

@media screen and (orientation: portrait), (max-width: 1000px) {
    .mobile_none,
    .fundo_contato,
    .dividir {
        display: none;
    }
    .servicos_associados,
    .mapa_contato {
        display: block;
    }
    .servicos_associados_txt {
        margin-top: 0;
    }
    .noticias_titulo {
        margin-top: 3rem;
    }
    .noticias {
        display: flex;
        flex-direction: column;
        justify-items: center;
        justify-content: center;
        align-items: center;
    }
    .img_veja {
        width: 100vw;
        margin: 11px 0;
        background-color: rgba(0, 0, 0, 0.035);
        border-radius: 2rem;
    }
    .parceiro_img {
        margin: 1rem;
        width: 18rem;
    }
    .mapa_contato iframe {
        width: 100%;
    }
    .formulario {
        position: relative;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .texto_mobile {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    .logohoom {
        position: relative;
        margin: 5rem 0 1rem 0;
    }
    .banner_txt {
        width: 90vw;
        flex-direction: column;
        margin: 45vw 0;
        padding: 1rem;
    }
    .banner_img {
        width: 90vw;
        height: 450px;
        background-color: darkgrey;
        border-radius: 1rem 1rem 1rem 1rem;
    }
    .card_associado {
        width: 90vw;
    }
    .banner_principal {
        display: block;
    }
    .banner_principal_texto {
        width: 90vw;
        height: auto;
        text-align: justify;
    }
    .banner_principal_img {
        width: 90vw;
    }
    .titulo_dados_pessoais h2,
    .titulo_endereco h2,
    .titulo_escolaridade h2,
    .titulo_anexos h2,
    .titulo_responsavel h2,
    .titulo_termo h2 {
        width: 90vw;
        height: auto;
        text-align: center;
    }
    .banner_titulo h2 {
        width: 90vw;
        text-align: center;
        padding: 0;
    }
    .form_parceiro {
        width: 90vw !important;
    }

    .titulo_associese h2 {
        width: 90vw;
        text-align: center;
        padding: 0;
    }
    .titulo_associados h2 {
        width: 90vw;
        text-align: center;
        padding: 0;
    }
    .card_desconto_exclusivo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 1.5rem 0;
    }
    .parceiro_img {
        margin: 1rem;
        width: auto;
    }
    .mobile_center {
        text-align: center;
    }
    .cadastro_responsavel_btn {
        flex-direction: column;
    }
}
