@font-face {
    font-family: 'museo300';
    src: url('../FONTS/museo300-regular-webfont.woff2') format('woff2'), url('../FONTS/museo300-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo700';
    src: url('../FONTS/museo700-regular-webfont.woff2') format('woff2'), url('../FONTS/museo700-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: 'museo300';
    transition: ease-in-out 0.2s;
}

body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #95bf02;
}

#left {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 38%;
}

#woman {
    bottom: 0px;
    right: 5%;
    position: absolute;
    width: 70%;
    height: 100%;
}

#woman-mobile {
    display: none;
}

#backgroundcolor-1 {
    display: none;
}

#backgroundcolor-2 {
    display: none;
}

#backgroundcolor-3 {
    display: none;
}

#backgroundcolor-4 {
    display: none;
}

#backgroundcolor-5 {
    display: none;
}

#backgroundcolor-6 {
    display: none;
}

#rigth {
    position: absolute;
    width: 20%;
    right: 0;
    bottom: 0;
}

.menu {
    width: 100%;
    height: 70px;
}

.Logo {
    position: absolute;
    left: 0px;
    top: 0px;
}

    .Logo img {
        width: 96px;
        padding-top: 0px;
    }
/* Menu */
ul {
    list-style: none;
}

.open-nav {
    display: none;
}

nav {
    width: 100%;
    max-width: 750px;
}

    nav .list-menu {
        display: flex;
        padding: 0 0 0 0;
        align-items: center;
    }

        nav .list-menu a {
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
        }

            nav .list-menu a:hover {
                color: rgb(241, 241, 241);
                transition: ease-in-out 0.2s;
            }

.links_pag {
    padding: 30px 0 0 80px;
}

    .links_pag ul li {
        font-size: 14px;
        padding-left: 25px;
    }

#login {
    position: absolute;
    right: 3%;
}

/* Fim do menu */

.abrir_menu {
    display: none;
}

.texto {
    color: #ffffff;
    padding-top: 15%;
    padding-left: 3%;
    font-size: 150%;
    width: 30%;
}

    .texto h1 {
        line-height: 47px;
        letter-spacing: 1px;
    }

#slogan_positivo {
    color: #fcc514;
}

#privacity {
    padding-left: 33px;
}

.caixa-formulario {
    padding: 10px;
    position: absolute;
    right: 6%;
    top: 11%;
    border-radius: 22px;
    height: 550px;
    width: 300px;
    background: #ffffff;
    z-index: 9999999;
    box-shadow: 0em 0em 5em -3em #565455;
}

.caixa-formulario-abra-sua-conta {
    padding: 10px;
    position: absolute;
    right: 6%;
    top: 11%;
    border-radius: 22px;
    height: 70px;
    width: 300px;
    background: #ffffff;
    z-index: 9999999;
    box-shadow: 0em 0em 5em -3em #565455;
}



#titulo {
    font-family: Arial, Helvetica, sans-serif;
    color: #58595b;
    font-size: 20px;
    padding: 20px 60px 0 15px;
}

.questoes_formulario p {
    font-family: Arial, Helvetica, sans-serif;
    color: #58595b;
    font-size: 13px;
    padding: 35px 60px 0 15px;
}

.questoes_formulario input {
    text-decoration: underline;
}

.button {
    position: absolute;
    right: 30px;
    top: 30px;
    border-radius: 10px;
    margin: 12px 10px 0px 15px;
    padding: 10px;
    font-size: 20px;
    width: 200px;
    transition: ease-in-out 0.2s;
    background-color: #00aeef;
}



    .button:hover {
        transition: ease-in-out 0.2s;
        background-color: #0086ff;
        cursor: pointer;
    }

.button-primary {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}

.input_formulario {
    border-bottom: 1px solid #9f9f9f;
    padding: 15px 0px 0px 0px;
    margin-left: 15px;
    width: 80%;
    text-align: center;
}

#checkbox {
    margin-left: 15px;
}

#politicaprivacidade {
    font-family: Arial, Helvetica, sans-serif;
    color: #00aeef;
    text-decoration: none;
}

    #politicaprivacidade:hover {
        color: #0086ff;
        text-decoration: underline;
    }


/*Responsivo*/

@media (max-width: 600px) {
    /* Inicio do botÃ£o */
    .line:before,
    .line:after {
        background: #fff;
        display: block;
        content: '';
        width: 100%;
        border-radius: 3px;
        height: 100%;
        position: absolute;
        transition: .5s ease-in-out;
    }

    .line:before {
        top: -10px;
    }

    .line:after {
        bottom: -10px;
    }

    .open-nav.open .line {
        transform: rotate(45deg);
    }

        .open-nav.open .line:before {
            top: 0px;
            transform: rotate(90deg);
        }

        .open-nav.open .line:after {
            transform: rotate(90deg);
            bottom: 0px;
        }

    nav {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: rgb(149, 191, 2, 0.95);
        z-index: 9999999;
    }

        nav .list-menu {
            flex-direction: column;
            padding: 180px 0 0 0;
        }

            nav .list-menu a {
                display: block;
                margin-bottom: 40px;
            }

    .open-nav {
        background: none;
        position: absolute;
        top: 3%;
        right: 8%;
        display: block;
        width: 30px;
        height: 20px;
        z-index: 999999999999;
    }

        .open-nav .line {
            position: absolute;
            width: 100%;
            height: 4px;
            background: #ffffff;
            left: 0;
            border-radius: 5px;
        }

            .open-nav .line.line-1 {
                top: 0;
            }

    nav.links_pag.active {
        left: 0;
    }

    .links_pag {
        padding: 0 0 0 0;
    }

        .links_pag ul li {
            padding: 10px;
        }

    #login {
        position: relative;
        right: 0%;
    }
    /* fim do botÃ£o */
    #woman {
        display: none;
    }

    #left {
        display: none;
    }

    #rigth {
        display: none;
    }

    #woman-mobile {
        display: block;
        bottom: 0;
        position: absolute;
        width: 400px;
        right: 0px;
    }

    #backgroundcolor-1 {
        display: block;
        position: absolute;
        top: 17%;
        left: 0;
        width: 100%;
    }

    #backgroundcolor-2 {
        display: block;
        position: absolute;
        top: 49%;
        left: 0;
        width: 50%;
    }

    #backgroundcolor-3 {
        display: block;
        position: absolute;
        top: 49%;
        right: 0;
        width: 50%;
    }

    .Logo img {
        width: 80px;
        padding-top: 0px;
    }

    #titulo {
        font-family: Arial, Helvetica, sans-serif;
        color: #58595b;
        font-size: 20px;
        padding: 10px 60px 0 15px;
    }

    .questoes_formulario p {
        font-family: Arial, Helvetica, sans-serif;
        color: #58595b;
        font-size: 14px;
        padding: 25px 0px 0 15px;
    }

    .questoes_formulario input {
        text-decoration: underline;
    }

    .input_formulario {
        border-bottom: 1px solid #9f9f9f;
        padding: 15px 0px 0px 0px;
        margin-left: 15px;
        width: 80%;
        text-align: center;
    }

    #checkbox {
        margin-left: 15px;
    }

    #politicaprivacidade {
        font-family: Arial, Helvetica, sans-serif;
        color: #00aeef;
        text-decoration: none;
    }

        #politicaprivacidade:hover {
            color: #0086ff;
            text-decoration: underline;
        }
}