

/* ============= AUTO ADESAO ================*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

textarea:focus, input:focus, select:focus, button:focus {
    border: 0 none;
    box-shadow: 0 0 0 0;
    outline: 0;
}

body {
	background: url('/assets/images/bg-zipag.png');
   
    font-family: 'Roboto', sans-serif;
}
label{
	font-size: 0.8rem;
}

.form-control{
	font-size: 0.8rem !important;
}

.centro {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 5em;
    margin-top: 5em;
    width: 100%;
}

.wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
   height: 100%;
    justify-content: space-around;
}

.div-box {
    align-items: center;
    background-color: white;
    border-radius: 2em;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-around;
    position: relative;
    text-align: center;
    width: 20em;
}

.div-box p {
    align-items: left;
    display: flex;
    font-size: 1.1rem;
    margin-bottom: 1.3em;
    margin-top: 1em;
    text-align: left;
}

.div-box .bem-vindo {
    margin-top: 1.7em;
}

.bem-vindo {
    color: #2F2F2F;
    font-size: 1.5em;
}

.zipag-logo {
    align-items: center;
    display: flex;
    height: 33.3%;
    margin-bottom: 1em;
    margin-top: -1.5em;
}

.zipag-logo img {
    display: block;
    margin-bottom: -2em;
    max-height: 100%;
    max-width: 100%;
}

.zipag-form {
    width: 80%;
}

.formulario-zipag label {
    width: 100%;
    text-align: left;
}

.formulario-zipag input, textarea {
    background-color: #F3F3F3 !important;
    border: none !important;
    border-radius: 1em !important;
    color: #000000 !important;
   
}


.formulario-zipag select {
    background-color: #F3F3F3;
    border: none;
    border-radius: 1em;
    color: #000000;
    cursor: text;
    height: 3.1em;
    padding: 0 2em;
    position: relative;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.formulario-zipag { 
     color: #000000; 
     margin-bottom: 0.5em !important; 
 } 

.formulario-zipag .input-email { 
    margin-bottom: 1.5em; 
    margin-left: 2.6em; 
 } 

.input-email { 
    font-size: 14px; 
} 

.botao-continuar {
    align-items: center;
    background-color: #a77dbf;
    border: none;
    border-radius: 2em;
    color: #FFF;
    cursor: pointer;
    height: 3em;
    margin-bottom: 1em;
    margin-top: -0.7em;
    text-align: center;
    position: relative;
    width: 100%;
}

.botao-continuar:hover {
    background-color: #c0a0d0;
}

.botao-secundario {
    align-items: center;
    background-color: #1D384D;
    border: none;
    border-radius: 2em;
    color: #FFF;
    cursor: pointer;
    height: 3em;
    margin-bottom: 1em;
    margin-top: -0.7em;
    text-align: center;
    position: relative;
    width: 100%;
}


a {
    color: #a77dbf !important;
    text-decoration: none;
}


.textoLilas {
    color: #a77dbf !important;
}

.site-seguro .texto-site-seguro {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-around;
    margin-left: -10em;
    margin-top: 2em;
    position: absolute;
    text-align: center;
    width: 20em;
}

.texto-site-seguro {
    color: #FFF;
}

.logo-ssl {
    display: flex;
    height: 33.3%;
    margin-bottom: 2.5em;
    margin-top: -1.5em;
    width: -1em;
}

.logo-ssl img {
    align-items: center;
    display: block;
    margin-left: -3.3em;
    margin-top: 4em;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    width: 30%;
}

/*Sobrescrevendo o estilo do erro do jQuery Validation*/
.error {
    color: red;
    text-align: left;
    width: 100%;
}

label.error {
    margin-bottom: 0;
    margin-top: 0.5em;
}

@media(max-width: 320px) {
    .div-box {
        width: 18em;
    }
}


.voltar {
    align-items: center;
    background: #F3F3F3;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    margin-left: -8.5em;
    margin-top: 1.2em;
    position: absolute;
    width: 2em;
}

.fechar  {
	align-items: center;
    background: #F3F3F3;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    margin-left: 6.5em;
    margin-top: 1.2em;
    position: absolute;
    width: 2em;
}

.cabecalho {
    align-items: center;
    background-color: white;
    display: flex;
    justify-content: space-between;
    width: 100vw;
}

.cabecalho button {
    background-color: #a77dbf;
    border: 0 none;
    border-radius: 4em;
    box-shadow: 0 0 0 0;
    color: white;
    cursor: pointer;
    height: 3.2em;
    margin-right: 2em;
    outline: 0;
    width: 12em;
}

.conteudo {
    align-items: initial;
    background: rgb(255,122,0);
    background: url('/assets/images/bg-zipag.png');
    display: flex;
    flex-direction: column;
    height: 55vh;
    justify-content: space-around;
    width: 100vw;
}

.banner-principal {
    align-items: center;
    color: white;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-around;
    text-align: center;
}

.paragrafos-wrapper {
    width: 80%;
}

.banner-principal h2 {
    font-size: 2.4em;
    padding: 0 0 0.5em;
}

.banner-principal p {
    margin: 0.3em 1em 1.5em 1em;
    padding-left: 0.8em;
    padding-right: 0.8em;
}

.termo-utilizacao {
    align-items: center;
    background: lightgray;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-around;
    width: 100%;
}

.conteudo-termo {
    align-items: center;
    background-color: white;
    border-radius: 2em;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 5em;
    margin-top: 3.5em;
    padding-top: 2em;
    width: 70%;
}

.texto-termo {
    height: auto;
    line-height: 1.3em;
    margin: 3em;
    text-align: justify;
    text-justify: inter-word;
    width: 80%;
}

.footer {
    align-items: center;
    background-color: white;
    display: flex;
    justify-content: space-between;
    width: 100vw;
}

.footer p {
    font-size: 0.7em;
    margin-left: 2em;
}

.footer .zipag-space-logo {
    height: 3em;
    margin-right: 2em;
    width: 4em;
}

.zipag-space-logo img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

@media(max-width: 600px) {   

    .banner-principal h2 {
        font-size: 2em;
    }

    .banner-principal p {
        font-size: 0.9em;
        margin-left: 1em;
        margin-right: 1em;
        padding-left: 0.8em;
        padding-right: 0.8em;
    }

    .termo-utilizacao {
        width: 100%;
    }

    .conteudo-termo {
        width: 90%;
    }

    .texto-termo {
        font-size: 0.8em;
        width: 80%;
    }
}

@media(max-width: 780px) {
    table {
        font-size: 0.6em;
    }
}