/* Tela Cadastro */
/* Alinhamento formulário */

.card-img-mobile-conecta{
    display: none;
}

#login_pag{
    text-align: center;
    color: #fe410e;
    text-decoration: underline;
    font-family: Goldplay Bold;
    padding-left: 50;
    font-size: 15px;
}

#cadastro_pag{
    text-align: center;
    color: #fe410e;
    text-decoration: underline;
    font-family: Goldplay Bold;
    padding-right: 50;
    font-size: 15px;
}

/* Tela cadastro */
#form_cadastro{
    width: 350px;
    height: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border: solid; */
    border-radius: 15px;
    background: white;
 }

 /* Tela confirmação */
 #form_confirmacao{
    width: 350px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    /* border: solid; */
    background: white;
 }

#card-img-cadastro{
    margin-top: 5%;
    margin-left: 20%;
    width: 60%;
    height: 50%;
}

.card-img-cadastro-conecta{
    display: none;
}

#header{
    height: 50px;
}

.form-group{
    height: 33px;
} 

.label_form{
    height: 20px;
    font-size: 14px;
    font-family: Goldplay Bold;
    color: white;
}

.form-control{
    height: 35px;
    font-family: Goldplay Bold;
    color:808080;
}

.form-control-label{
    font-family: Goldplay Bold;
    color:808080;
}

.form-control-venc{
    height: 30px;
    font-family: Goldplay Bold;
    color:808080;
}

#nome-error, #cpf_cnpj-error, #nascimento-error, #filiacao-error, #telefone-error, #email-error, #endereco-error, #bairro-error, #cidade-error, #referencia-error {
    font-size: 11px;
    font-family: Goldplay Bold;
    color: white;
}

.form-endereco{
    width: 75%;
    font-family: Goldplay Bold;
	color:808080;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.form-numero{
    margin-top: -16%;
    margin-left: 80%;
    width: 20%;
    font-family: Goldplay Bold;
	color:808080;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.form-data{
    margin-top: -10%;
    margin-left: 48%;
    width: 52%;
    font-family: Goldplay Black;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

#fundo{
    background-image: url("../../img/fundo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#fundo_cadastro{
    background-image: url("../../img/bg_desktop.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat:no-repeat;
    background-size: 100% 100%;
}

#termos_uso_style{
    font-size: 12px;
    font-weight: bold;
}

#submit_form{
    font-family: Goldplay Bold;
    margin-top: -6%;
}

#fonte_cadastro{
    margin-top: 5%;
    font-size: 25;
    font-family: "Goldplay Black";
    color: #fe410e;
}

#fonte_cadastro_sec{
    margin-top: 5%;
    font-size: 16;
    font-family: "Goldplay Black";
    /* color: white; */
}

#fonte_confirmacao{
    margin-top: 25%;
    font-size: 20;
    font-family: Goldplay Bold;
    /* color: white; */
}

#fonte_confirmacao_low{
    /* margin-top: 25%; */
    font-size: 20;
    font-family: Goldplay Bold;
    /* color: white; */
}

#fonte_login_cadastro{
    font-size: 20;
    font-family: "Goldplay Black";
}

/* Fonte cadastro */
#fonte_ef_cad{
    font-family: "Goldplay Black"
}

/* Fonte confirmação parte de baixo */
#fonte_low_confirmacao{
    text-align: center;
    margin-top: -10%;
    font-family: Goldplay Bold;
    font-size: 15;
    padding: 0.375rem 0.75rem;
    margin-left: 1%;
}

/* Fontes */
@font-face {
    font-family: "Goldplay Bold";
    src: url(../../fonte/Goldplay\ Bold.otf);
}

@font-face {
    font-family: "Goldplay Regular";
    src: url(../../fonte/Goldplay\ Regular.otf);
}

@font-face {
    font-family: "Goldplay Black";
    src: url(../../fonte/Goldplay\ Black.otf);
}

@font-face {
    font-family: "Goldplay Light";
    src: url(../../fonte/Goldplay\ Light.otf);
}

@font-face {
    font-family: "Goldplay Medium";
    src: url(../../fonte/Goldplay\ Medium.otf);
}

@font-face {
    font-family: "Goldplay SemiBold";
    src: url(../../fonte/Goldplay\ SemiBold.otf);
}

@font-face {
    font-family: "Goldplay Thin";
    src: url(fonte/Goldplay\ Thin.otf);
}

/* ================================================================= */
/* === Telas até 1200px ============================ */
/* ================================================================= */
@media (max-width: 1200px) {

    #form_cadastro, #form_confirmacao {
        width: 450px;
    }

    #card-img-cadastro {
        margin-left: 15%;
        width: 70%;
    }
}

/* ================================================================= */
/* === Telas até 768px (tablets) ================================== */
/* ================================================================= */
@media (max-width: 768px) {

    /* Mostra imagem mobile, esconde desktop */
    .card-img-cadastro-conecta {
        display: block;
        width: 60%;
        margin: 0 auto;
    }

    .card-img-mobile-conecta {
        display: block;
        width: 60%;
        margin: 0 auto;
    }

    #card-img-cadastro {
        display: none;
    }

    /* Ajuste do formulário */
    #form_cadastro,
    #form_confirmacao {
        width: 90%;
        height: auto;
        padding: 20px;
        top: auto;
        left: auto;
        transform: none;
        margin: 40px auto;
        position: relative;
    }

    /* Texto */
    #fonte_cadastro {
        font-size: 22px;
        margin-top: 10%;
    }

    #fonte_cadastro_sec {
        font-size: 15px;
    }

    /* Inputs */
    .form-group {
        height: auto;
        margin-bottom: 12px;
    }

    .form-control {
        height: 40px;
        font-size: 14px;
    }

    /* Endereço + número (vira colunas completas) */
    .form-endereco,
    .form-numero {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .form-data {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
}

/* ================================================================= */
/* === Telas até 480px (celulares) ================================ */
/* ================================================================= */
@media (max-width: 480px) {

    /* Cabeçalho login/cadastro */
    #login_pag,
    #cadastro_pag {
        padding: 0;
        font-size: 14px;
    }

    /* Formulários */
    #form_cadastro,
    #form_confirmacao {
        width: 95%;
        padding: 15px;
        border-radius: 10px;
        margin-top: 20px;
    }

    #fonte_cadastro {
        font-size: 20px;
    }

    #fonte_cadastro_sec {
        font-size: 14px;
    }

    #fonte_login_cadastro {
        font-size: 18px;
    }

    /* Inputs */
    .form-control,
    .form-endereco,
    .form-numero,
    .form-data {
        font-size: 14px;
        padding: 10px;
        height: 40px;
    }

    /* Mensagens de erro */
    #nome-error, 
    #cpf_cnpj-error, 
    #nascimento-error, 
    #filiacao-error, 
    #telefone-error, 
    #email-error, 
    #endereco-error, 
    #bairro-error, 
    #cidade-error, 
    #referencia-error {
        font-size: 10px;
    }

    /* Fontes menores */
    #fonte_low_confirmacao {
        font-size: 13px;
    }
}