header {
    z-index: 99;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.418);
}

.tag_A_header {
    display: none;
}

#button-smre-header {
    display: none;
}

.container-header {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}


.logo img {
    width: 130px;
}

.menu-toggle {
    background: none;
    border: none;
    color: #0e0e0e;
    font-size: 24px;
    cursor: pointer;
}

.navigation {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    position: absolute;
    width: 100%;
    top: 60px;
    margin-top: -1px;
    left: 0;
    background-color: #ffffff;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.208);
    overflow: hidden;
    z-index: 99;
    transition: all 0.5s ease;
}

.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation ul li {
    padding: 10px 10px 10px 20px;
}

.navigation ul li a {
    color: #080808;
    text-decoration: none;
    font-size: 15px;
}






.cta-final-formulário {
    height: 350px;
    background-image: url(/img/ripped-paper-revealing-dollar-bill.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    opacity: 86%;
}

.cta-final-formulário h2 {
    font-size: 31px;
    width: 90%;
    line-height: 35px;
    font-weight: 500;
    padding: 4px 0px;
    color: white;
    margin: 0 auto;
}

.container-formulario {
    background: black;
}

.formulario {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding: 25px 0px;
}

.formulario h2 {
    font-size: 24px;
    width: 90%;
    font-weight: 300;
    padding: 4px 0px;
    color: white;
}

.formulario p {
    font-size: 14px;
    line-height: 21px;
    color: white;
    padding-bottom: 10px;
}

.formulario input::placeholder {
    color: rgb(255, 255, 255);
    font-weight: 300;
}

.formulario input {
    background: transparent;
    border: none;
    font-size: 17px;
    padding: 3px 0px;
    margin: 10px 0px;
    border-bottom: 1px solid white;
}

.formulario button {
    padding: 5px 0px;
    width: 230px;
    height: 38px;
    background: rgb(255, 255, 255);
    border: none;
    border-radius: 8px;
    color: black;
    font-size: 19px;
    font-weight: 500;
}

/* container footer */

footer p {
    text-align: center;
    background: white;
    padding: 10px 0px;
}





footer {
    background-color: var(--color3);
}

.div-footer-2 {
    display: flex;
    gap: 22px;
    padding-bottom: 18px;
}

.div-footer-1 img {
    width: 90px;
}

.div-footer-1 h2 {
    color: var(--color2);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    max-width: 367px;
    padding-bottom: 13px;
}

.ul-text-footer-1 li a {
    color: var(--color2);
    font-size: 11px;
    line-height: 24px;
    font-weight: 500;
    max-width: 367px;
}

.div-footer-1 ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.div-footer-text-2 h2 {
    color: var(--color2);
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}

.div-footer-text-2 ul a {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.div-footer-text-2 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.div-footer-text-2 ul li {
    font-weight: 400;
    color: black;
    font-size: 12px;
}

.div-footer-2 img {
    height: 55px;
}

.div-footer-text-3 ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.div-footer-text-3 ul li {
    font-size: 18px;
}

.div-footer-text-3 h2 {
    color: var(--color3);
    font-size: 18px;
    padding-bottom: 5px;
}

.div-footer-text-3 ul li {
    color: var(--color3);
    font-weight: 200;
}

.container-footer {
    width: 93%;
    margin: 1px auto;
}

.div-footer-1 {
    padding: 14px 0px;
}

footer h3 {
    color: var(--color2);
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    padding: 14px 0px 15px;
    border-top: 1px solid var(--color2);
}

footer p {
    text-align: center;
    padding: 10px 0px;
    text-align: justify;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    font-size: 11px;
    line-height: 15px;
}


.section-documentacao {
    padding: 80px 0px;
}

.div_documentacao {
    background: rgb(236 239 241 / 16%);
    width: 85%;
    margin: 0 auto;
    padding: 19px 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px #444444c9;
}

.div_documentacao h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 9px 0px 17px 0px;
}

.div_documentacao {
    max-width: 800px;
}

.div_documentacao2 {
    max-width: 800px;
}

.div_documentacao2 {
    background: rgb(236 239 241 / 16%);
    width: 85%;
    margin: 0 auto;
    padding: 19px 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px #444444c9;
    margin-top: -100px;
}

.div_documentacao2 h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 9px 0px 17px 0px;
}

.cards_politicas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 7px;
    border-bottom: 0.5px solid #00000036;
}

.cards_politicas a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: black;
    font-weight: 500;
}

.container_politica {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 10px;
}

.cards_politicas h3 {
    max-width: 220px;
    font-weight: 500;
    font-size: 15px;
}

.cards_politicas a img {
    width: 25px;
}

@media (min-width: 600px) {

    #button-smre-header {
        display: block;
        width: 115px;
        height: 31px;
        font-size: 15px;
        color: white;
        border: none;
        border-radius: 5px;
        background: #68acab;
    }


    .menu-toggle {
        display: none;
    }

    .navigation {
        visibility: visible;
        width: auto;
        opacity: 1;
        max-height: none;
        position: static;
        background-color: transparent;
        box-shadow: none;
    }

    header {
        box-shadow: 0px;
        position: fixed;
    }

    .container-header {
        max-width: 1250px;
        margin: 0 auto;
    }


    .navigation ul li {
        display: inline;
        padding: 0 15px;
    }



    .container-formulario {
        display: flex;
        justify-content: center;
    }

    .cta-final-formulário {
        width: 50%;
        justify-content: flex-end;
    }

    #id-div-formulario {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .formulario {
        width: 410px;
        margin: 25px 45px;
        padding: 0px;
    }

    .cta-final-formulário h2 {
        width: 470px;
        margin: 0px;
        font-size: 35px;
    }


    .container-footer {
        margin: 1px auto;
        display: flex;
        justify-content: space-between;
        max-width: 800px;
        padding: 25px 0px;
    }

    .div-footer-1 {
        padding: 0px 0px;
    }

    .div-footer-1 h2 {
        padding: 13px 0px;
    }

    footer h3 {
        width: 500px;
        margin: 0 auto;
    }



    .cards_politicas h3 {
        max-width: none;
        font-size: 12px;
    }

    .cards_politicas a {
        font-size: 12px;
    }

}