﻿/***********************************************************************
CADASTRO
***********************************************************************/

.Cadastro{}


    .Cadastro .main{
        margin-bottom: 65px;
    }
    
    .Cadastro h2{
        font-size: 1.7em;
    }


    .Cadastro_left, .Cadastro_endereco{
        width: 49%;
        float: left;
        padding-right: 24px;
        border-right: 1px solid #d6d6d6;
    }

    .Cadastro .form_half{
        width: 49.12%;
    }

        .Cadastro .form_half + .form_half{
            float: right;
        }

    

    /* Dados pessoais */
    .Cadastro_pessoais{}

        .Cadastro_pessoais li:first-child label{
            padding: 2.9% 5%;
            margin: 0;
        }

        .Cadastro_pessoais li:first-child input{
            margin-top: 4.5%;
        }

        .Cadastro_pessoais li:first-child + li .form_half{
            width: 77.01%;
        }

        .Cadastro_pessoais li:first-child + li .form_half + .form_half{
            width: 21.22%;
            float: right;
        }


    /* Dados de acesso */
    .Cadastro_acesso{
        margin-top: 20px;
    }


    /* Endereço */
    .Cadastro_endereco{
        margin-left: 24px;
        padding: 0;
        border: 0;
    }

        .Cadastro_endereco li:first-child .form_half{
            width: 21.22%;
        }

        .Cadastro_endereco li:first-child .form_half + .form_half{
            width: 77.01%;
            float: right;
        }

        .Cadastro_endereco li:first-child + li .form_half{
            width: 32.10%;
            float: left;
            margin-right: 1.75%;
        }

            .Cadastro_endereco li:first-child + li .form_half:last-child{
                margin: 0;
            }


    /* Prosseguir */
    .Cadastro .main .form-btnSubmit{
        width: 123px;
        height: 43px;
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 1.4em;
    }