@charset "utf-8";

body {
    background-color: #e7e7e7;
}

header h1 {
    font-size: 35px;
}

section#conteudo {
    float: left;
    width: 100%;
}

section#conteudo h1#tit-assine {
    display: inline-block;
    width: 90%;
    padding: 30px 0;
    color: #363636;
    font-family: 'poppins-bold', sans-serif;
    font-size: 50px;
}

#form {
    display: inline-flex;
    flex-direction: column-reverse;
    width: 100%;
    box-sizing: border-box;
}

#form div.cadastro { 
    display: inline-block;
    width: 100%;
    max-width: 680px;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

/* COMEÇO DO TOPO */
#form div.cadastro div.topo {
    display: inline-block;
    width: 100%;
}

#form div.cadastro div.topo h1 {
    display: inline-block;
    font-size: 32px;
    margin-bottom: 20px;
}

#form div.cadastro div.topo #progress {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

#form div.cadastro #progress li {
    float: left;
    width: 33.33%;
    list-style-type: none;
    color: #494747;
    font-size: 12px;
    position: relative;
    font-family: 'panton-light', sans-serif;
}

#form div.cadastro #progress li:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    color: #fff;
    border: 1px solid #00246d;
    border-radius: 10px;
    margin: 0 auto 10px auto;
}

#form div.cadastro #progress li:after { 
    content: '';
    width: 100%;
    background: #00246d;
    height: 1px;
    position: absolute;
    top: 10px;
    left: -50%;
    z-index: -1;
}

#form div.cadastro #progress li:first-child:after { 
    display: none;
}

#form div.cadastro #progress li.ativo:before, #form div.cadastro #progress li.ativo:after {
    background: #00246d;
}
/* FINAL DO TOPO */

/* COMEÇO FIELDSET */
#form div.cadastro fieldset {
    /* position: absolute; */
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 20px;
}

#form div.cadastro fieldset:not(:first-of-type) {
    display: none;
}

#form div.cadastro fieldset h2 {
    float: left;
    width: auto;
    padding-left: 10px;
    font-size: 22px;
    font-family: 'poppins-light', sans-serif;
    color: #3c3a3a;
    margin-bottom: 20px;
}

#form div.cadastro fieldset h2:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #3c3a3a;
}

#form div.cadastro input.text, #form div.cadastro select {
    display: inline-block;
    width: 90%;
    border-radius: 8px;
    padding: 20px 0 20px 10px;
    margin: 10px 0;
    border: 1px solid #d6d4d4;
    box-sizing: border-box;
    background-color: transparent;
}

#form div.cadastro select {
    cursor: pointer;
}

#form div.cadastro input.text::placeholder, #form div.cadastro select {
    color: #3c3a3a;
    font-family: 'poppins-light', sans-serif;
    font-size: 14px;
}

#form div.cadastro input.acao {
    float: right;
    background-color: #008ed5;
    margin: 50px 10px 0 10px;
    font-family: 'poppins-medium', sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    border: 0 none;
    cursor: pointer;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

#form div.cadastro input.acao:hover {
    background-color: #00a4f7;
}

#form div.cadastro h3 {
    display: inline-block;
    width: 90%;
    font-family: 'poppins-light', sans-serif;
    font-size: 30px;
    margin-top: 30px;
}

#form div.cadastro h4 {
    display: inline-block;
    width: 90%;
    font-family: 'poppins-rugular', sans-serif;
    margin-top: 20px;
    margin-bottom: 50px;
}
/* FINAL FIELDSET */



div.velo-info {
    display: inline-block;
    width: 100%;
    /* max-width: 500px; */
    background-color: #f1eef4;
    padding: 30px 0 40px;
}

div.velo-info h1 {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-family: 'poppins-semibold', sans-serif;
    font-size: 20px;
    color: #363636;
    vertical-align: bottom;
    margin-top: 40px;
}

div.velo-info h1::after {
    content: '';
    background: #00246d;
    width: 15px;
    height: 30px;
    float: left;
    margin-right: 10px;
    position: relative;
    bottom: 8px;
    margin-left: 10px;
}

div.velo-info span {
    display: inline-block;
    width: 80%;
    text-align: left;
    color: #3c3a3a;
    font-family: 'poppins-light', sans-serif;
    font-size: 20px;
    margin-top: 30px;
}

div.velo-info select {
    float: left;
    width: 260px;
    background: transparent;
    border: 1px solid #d6d4d4;
    height: 60px;
    color: #3c3a3a;
    font-family: 'poppins-light', sans-serif;
    font-size: 20px;
    padding-left: 10px;
    margin-top: 10px;
    margin-left: 25px;
    border-radius: 10px;
    cursor: pointer;
}

div.velo-info div.line {
    display: inline-block;
    width: 90%;
    background: #d1d0d2;
    height: 2px;
    margin: 50px 0 20px;
}

div.velo-info div.line:last-child {
    display: none;
}

div.velo-info p {
    display: inline-block;
    width: 70%;
    text-align: left;
    color: #3c3a3a;
    font-family: 'poppins-light', sans-serif;
    margin: 2px 0;
    font-size: 20px;
}

div.velo-info p:first-of-type {
    margin-top: 20px;
}

div.velo-info a {
    float: left;
    width: 260px;
    color: #ffffff;
    font-family: 'poppins-medium', sans-serif;
    background: #54b505;
    font-size: 18px;
    padding: 15px 0;
    border-radius: 10px;
    margin-top: 30px;
    margin-left: 30px;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

div.velo-info a:hover {
    color: #54b505;
    background: #ffffff;
}



@media screen and (min-width: 768px) {
    header h1 {
        font-size: 55px;
        margin-top: 55px;
    }

    #form {
        display: inline-block;
    }

    #form div.cadastro div.topo h1 {
        float: left;
        margin-bottom: 0;
        font-size: 38px;
    }

    #form div.cadastro input.text, #form div.cadastro select {
        width: 95%;
    }

    #form div.cadastro input.half, #form div.cadastro select.half {
        width: 46%;
    }

    #form div.cadastro input.half-r {
        margin-right: 15px;
    }

    #form div.cadastro input.mid {
        width: 84%;
    }

    #form div.cadastro input.small {
        width: 10%;
    }

    #form div.cadastro h3 {
        font-size: 40px;
        margin-top: 50px;
    }
    
    #form div.cadastro h4 {
        font-size: 20px;
        margin-bottom: 80px;
    }

    div.velo-info h1 {
        font-size: 25px;
        margin-top: 40px;
    }
    
    div.velo-info h1::after {
        height: 40px;
        bottom: 10px;
    }

    div.velo-info span {
        width: 90%;
        font-size: 30px;
        margin-top: 30px;
    }

    div.velo-info select {
        width: 350px;
        height: 70px;
        font-size: 25px;
    }
    
    div.velo-info p {
        width: 90%;
        font-size: 30px;
    }
    
    div.velo-info p:first-of-type {
        margin-top: 50px;
    }
    
    div.velo-info div.line:last-of-type {
        display: inline-block;
        margin-top: 80px;
    }

}

@media screen and (min-width: 1024px) {

    section#conteudo h1#tit-assine {
        float: left;
        width: auto;
        padding: 0;
        font-size: 50px;
        top: 10px;
        margin: 50px 0 0 10px;
        position: relative;
    }

    #form div.cadastro { 
        float: left;
        max-width: 500px;
        margin-left: 20px;
        margin-top: 50px;
    }

    div.velo-info {
        float: right;
        max-width: 450px;
        padding: 80px 0 200px;
        margin-top: -100px;
    }

    div.velo-info h1 {
        font-size: 25px;
        margin-top: 40px;
    }
    
    div.velo-info h1::after {
        height: 40px;
        bottom: 10px;
    }

    div.velo-info span {
        width: 78%;
    }

    div.velo-info select {
        margin-left: 45px;
    }
    
    div.velo-info p {
        width: 75%;
        font-size: 30px;
    }
    
    div.velo-info a {
        margin-left: 60px;
    }

}

@media screen and (min-width: 1200px) {
    section#conteudo h1#tit-assine {
        margin-left: 0;
    }
    
    #form div.cadastro { 
        max-width: 680px;
        margin-left: 0;
    }

    div.velo-info {
        max-width: 500px;
    }
}