#emailSenha>form>br {
    display: none;
}

.cadastro .col-md-1.col-sm-1 {
    display: none;
}

.cadastro .col-md-7.col-sm-7.divEnderec {
    width: 100%;
}

#divCadastroMobileOcultar div hr {
    display: none;
}

#divCadastroMobileOcultar>div>.row:nth-of-type(1), #divCadastroMobileOcultar>div>.row:nth-of-type(2) {
    display: none;
}

#aIconePF, #aLinkCadPj {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #ffffff;
    border-color: #e54d1c;
    background-color: #e54d1c;
    margin-top: 15px;
    min-width: 240px;
    font-size: 22px;
    font-weight: lighter;
}

#aIconePF img, #aLinkCadPj img {
    display: none;
}

#aIconePF p, #aLinkCadPj p {
    margin: 0;
}

#aIconePF:hover, #aLinkCadPj:hover {
    color: #fff;
    background: #e54d1c;
    border-color: #e54d1c;
}

#divCadastroMobileOcultar>div>.row:nth-of-type(3) {
    display: none;
}

#divCadastroMobileOcultar>div>.row:nth-of-type(3)::before {
    content: '';
    background-image: url(../img/Grupo\ 269.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -80px;
    left: 0;
    height: 255px;
    width: 100%;
}

#divCadastroMobileOcultar>div>.row:nth-of-type(3) .col-md-6.col-sm-6.col-xs-6.text-center {
    width: auto;
}

.divEnderec {
    min-height: 0;
}

#divTituloCadastro {
    display: none;
}

#divTituloCadastro hr, #divTituloCadastro h3 {
    display: none;
}

#divTituloCadastro::before {
    content: '';
    background-image: url('../img/dots.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
}

#divTituloCadastro.empresario::before {
    background-image: url('../img/dots2.png');
}

#bt-cadastrar-cliente {
    margin-left: auto;
    margin-right: 30px;
    display: block;
    color: #ffffff;
    border-color: #e54d1c;
    background-color: #e54d1c;
    font-size: 18px;

    transition: color .5s ease, background-color .3s ease,
        border-color .3s ease, box-shadow .5s ease;
}

#bt-cadastrar-cliente:hover {
    color: #fff;
    background-color: #e87323;
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, .4);
    border-color: #e87323;
}

#cadastro {
    position: relative;
    padding: 5% 0;
}

#cadastro>div {
    margin: 0 !important;
}

#btnvoltar .btn {
    margin: 30px auto;
    font-size: 18px;
    display: block;
}

.cadastro .titulos {
    padding: 50px 0;
    padding-bottom: 10px;
}

.cadastro .titulos h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0;
    color: #e54d1c;
    margin-bottom: 0px;
}

.cadastro .titulos span {
    color: #e54d1c;
    margin-bottom: 30px;
}

.cadastro .titulos img {
    width: 50%;
    position: relative;
    z-index: 2;
}

.cadastro .subtitulos p {
    font-size: 28px;
    color: #e54d1c;
    margin: 30px 0;
    text-align: left;
    max-width: 100%;
}

.cadastro .imagem img {
    width: auto;
    max-width: 100%;
    max-height: 555px;
    display: block;
    margin-left: auto;
}

#emailSenha a {
    color: #e54d1c;
    font-size: 18px;
}

#emailSenha .letraLaranja {
    display: none;
}

#emailSenha hr {
    display: none;
}

#emailSenha br {
    display: none;
}

#emailSenha .form-group>label {
    font-size: 16px;
    font-weight: bold;
}

#emailSenha form>.form-group {
    position: relative;
    padding: 0;
    margin-bottom: 30px;
}

#emailSenha form>.form-group input {
    height: 45px;
    border: 2px solid #e54d1c;
    border-radius: 5px;
    padding-left: 20px;
}

#logar {
    margin-right: 47%;
    min-width: 120px;
    display: inline-block;
    height: 45px;
    font-size: 21px;
    border-radius: 5px;
    color: #fff;
    background-color: #e54d1c;
    border-color: #e54d1c;

    transition: color .5s ease, background-color .3s ease,
        border-color .3s ease, box-shadow .5s ease;
}

#logar:hover {
    color: #fff;
    background-color: #e87323;
    box-shadow: 0 4px 8px 1px rgba(0, 0, 0, .4);
    border-color: #e87323;
}

#emailSenha label {
    padding-left: 0;
}

.cadastrarP>div>h1 {
    margin: 0 auto;
    text-align: center;
    max-width: 640px;
    font-size: 48px;
    margin-bottom: 40px;
    color: #fff;
}

.cadastrarP>div>p {
    margin: 0 auto;
    text-align: center;
    max-width: 220px;
    font-size: 22px;
    margin-top: 20px;
}

.cadastrarP .peoples {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cadastrarP .peoples>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF;
    border-radius: 6px;
    cursor: pointer;
    width: 150px;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 5px 5px 0px 5px;

    transition: box-shadow .5s ease;
}

.cadastrarP .peoples>div:first-child {
    margin-right: 20px;
}

.cadastrarP .peoples>div:hover {
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, .4);
}

.cadastrarP .peoples>div:hover .imagem {
    background-color: #e87323;
}

.cadastrarP .peoples>div .imagem {
    background-color: #e54d1c;
    border-radius: 4px;
    width: 100%;

    transition: background-color .5s ease;
}

.cadastrarP .peoples>div .imagem img {
    height: 100%;
}

.cadastrarP .peoples>div p {
    width: 100%;
    text-align: center;
    margin: 0;
    border: none;
    color: #e54d1c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 0;
    font-weight: bold;
}

.alinhaCentro .btn.btn-primary {
    color: #e54d1c;
    border-color: #e54d1c;
}

.alinhaCentro .btn.btn-primary:hover {
    background-color: #e54d1c;
    color: #fff;
}

.sec-criar-conta {
    background-color: #e54d1c;
    color: #fff !important;
    padding: 20px 0;
    margin-top: -90px;
    padding: 40px 0;
}

.sec-criar-conta h3 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sec-criar-conta .icone-playstore img {
    width: 200px;
}

input.btn {
    background-color: #e54d1c;
    color: #fff;
    border-color: #e54d1c;
}

input.btn:hover {
    background-color: #fff;
    color: #e54d1c;
}