body { 

    background-color: #F7F7F7;

}



*{

	margin: 0;

	padding: 0;

}





/* Header */

.header {

    height: 350px;

    background-image: linear-gradient(to right, #2d35d4, #0068ec, #008beb, #00a6dc, #31becd);

    text-align: center;

}



.header img {
    width: 250px;
    margin-top: 48px;
}







/* Container */



.container {
    max-width: 840px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    padding: 24px;
    z-index: 3;
    width: calc(100% - 24px);
    height: calc(250% - 24px);
    box-shadow: var(--elevation);
    box-sizing: border-box;
    border-radius: 25px;
    margin-top: -180px;
    margin-bottom: 40px;
}



.content {
    /*max-width: 640px;*/
    background-color: #fff;
    margin: -110px auto 0;
    position: relative;
    padding: 24px;
    z-index: 3;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: var(--color_default_white);
    box-shadow: var(--elevation);
    padding: 24px;
    margin: 0 12px 12px 0;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
}



h1 {

    font-size: 18px;

    text-transform: uppercase;

    color: #2C3E50;

    margin-bottom: 10px;

    letter-spacing: 2px;

    font-weight: bold;

    font-family: 'Nunito Sans', sans-serif;

    text-align: center;

}



h2 {

    font-weight: bold;

    font-size: 15px;

    color: #ed5353;

    font-family: 'Open Sans', sans-serif;

    text-align: left;

    margin-bottom: 5px;

}



h3 {

    font-weight: normal;

    font-family: 'Open Sans', sans-serif;

    text-align: justify;

    color: #666;

    font-size: 13px;

    margin-bottom: 20px;

}



p > {

    font-weight: 400;

    font-family: 'Open Sans', sans-serif;

    text-align: justify;

    color: #333;

    font-size: 13px;

    margin-bottom: 20px;

}







/* Formulário Padrão */

.form-padrao {

    width: 100%;

    overflow: hidden;

    margin-top: 20px;

}



.form-padrao h4 {

    font-size: 15px;

    text-transform: uppercase;

    color: #2C3E50;

    margin-bottom: 10px;

    letter-spacing: 2px;

    font-weight: bold;

    font-family: 'Nunito Sans', sans-serif;

    text-align: left;

}



.form-padrao input,

.form-padrao textarea,

.form-padrao select {

    padding: 15px;

    border: 1px solid #ccc;

    border-radius: 0px;

    margin-bottom: 10px;

    width: 100%;

    box-sizing: border-box;

    font-family: 'Roboto', sans-serif;

    font-weight: bold;

    color: #2C3E50;

    font-size: 13px;

    border-radius: 5px;

}



.form-padrao textarea {

    height: 100px;

}



.form-padrao h4 {

    margin-top: 10px;

}

.form-padrao ul {

    width: 100%;

    overflow: hidden;



    list-style: none;

    display: flex;

    flex-wrap: wrap; 

}

.form-padrao ul li {

    width: 48%;

    float: left;

    list-style: none;

}

.form-padrao ul li:nth-child(even){

    margin-left: 4%;

}







/*

.form-pessoal {

    width: 100%;

    overflow: hidden;

    margin-bottom: 20px;

}



.form-pessoal input:nth-child(1),

.form-pessoal input:nth-child(3),

.form-pessoal input:nth-child(5) {

    margin-right: 3%;

}





.form-contato {

    width: 100%;

    overflow: hidden;

    margin-bottom: 20px;

}

.form-contato input:nth-child(2),

.form-contato input:nth-child(4),

.form-contato input:nth-child(6) {

    margin-right: 3%;

}





.form-endereco {

    width: 100%;

    overflow: hidden;

    margin-bottom: 20px;

}

.form-endereco select:nth-child(2),

.form-endereco input:nth-child(4) {

    margin-right: 3%;

}





.form-trabalho {

    width: 100%;

    overflow: hidden;

    margin-bottom: 20px;

}

.form-trabalho select:nth-child(2) {

    margin-right: 3%;

}





.form-acao {

    width: 100%;

    overflow: hidden;

    margin-bottom: 20px;

}

.form-acao textarea {

    height: 90px;

}







.form-anexo {

    width: 100%;

    overflow: hidden;

    margin-bottom: 20px;

}





.form-socio {

    width: 100%;

    overflow: hidden;

    margin-bottom: 20px;

}

*/

.form-todo {

    width: 100% !important;

    margin-left: 0 !important;

}







.form-padrao .action-button:hover {

    box-shadow: 0 0 0 2px white, 0 0 0 3px #5252D4;

}

.form-padrao input:hover {

    border: 1px solid #009EE1;

}

.form-padrao .action-button {
    width: 100px;
    background: #5252D4;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 16px 0;
    margin: 10px 5px;
}



.form-padrao .submit:hover {

    box-shadow: 0 0 0 2px white, 0 0 0 3px #01cdda;

}

.form-padrao .submit {

    background: #01cdda;

}







.form-autorizo p {
    margin-left: 40px;
    margin-bottom: 20px;
    text-align: justify;
}

.form-autorizo p:nth-child(2) {

    margin-top: -8px;

}

.ctt {

    display: block;

    position: relative;

    padding-left: 35px;

    margin-bottom: 12px;

    cursor: pointer;

    font-size: 22px;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}



.ctt input {

    position: absolute;

    opacity: 0;

    cursor: pointer;

    height: 0;

    width: 0;

}



.checkmark {

    position: absolute;

    top: 0;

    left: 0;

    height: 25px;

    width: 25px;

    background-color: #eee;

}



.ctt:hover input ~ .checkmark {

    background-color: #ccc;

}



.ctt input:checked ~ .checkmark {

    background-color: #2196F3;

}



.checkmark:after {

    content: "";

    position: absolute;

    display: none;

}



.ctt input:checked ~ .checkmark:after {

    display: block;

}



.ctt .checkmark:after {

    left: 9px;

    top: 5px;

    width: 5px;

    height: 10px;

    border: solid white;

    border-width: 0 3px 3px 0;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

}



/* Mensagem Saudação */



.mensagem-saudacao {

    width: 100%;

    overflow: hidden;

}



.mensagem-saudacao p {

    font-size: 13px;

    margin-bottom: 10px;

    font-weight: bold;

    font-family: 'Nunito Sans', sans-serif;

    text-align: justify;

}



.mensagem-saudacao p:last-child {

    margin-bottom: 30px;

}



#rua_,

#bairro_ {

    display: none;

}



/* Responsividade */

@media only screen and (max-width: 600px){

    .form-padrao ul li {

        width: 100%;

        margin-left: 0 !important;

    }

}



/* POPUP */
.img-replace {
    /* replace text with an image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}


/* -------------------------------- 
    
    xnugget info 
    
    -------------------------------- */

.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    left: 0;
}

.cd-nugget-info a {
    position: relative;
    font-size: 14px;
    color: #5e6e8d;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.no-touch .cd-nugget-info a:hover {
    opacity: .8;
}

.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block;
}

.cd-nugget-info span svg {
    display: block;
}

.cd-nugget-info .cd-nugget-info-arrow {
    fill: #5e6e8d;
}

.cd-popup-trigger {
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    margin: 3em auto;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50em;
    background: #35a785;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 1170px) {
    .cd-popup-trigger {
        margin: 6em auto;
    }
}


/* -------------------------------- 
    
    xpopup 
    
    -------------------------------- */

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 999;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
    list-style: none;
}

.cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
}

.cd-popup-container {
    width: 80%;
    padding: 40px;
    overflow: hidden;
    border-bottom: 10px solid #34bf49;
    margin-top: 140px;
    /*min-height: 100vh;*/
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.cd-popup-container i {
    font-size: 19px;
    font-size: 50px;
    color: #34bf49;
    margin-bottom: 20px;
}

.popup-text {
    width: 80%;
    margin: 0 auto;
}

.popup-text h2 {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
}

.popup-text p {
    font-size: 17px;
}

.certo h2 {
    color: #34bf49;
}

.error h2 {
    color: #ed5353;
}

.error .cd-popup-container {
    border-bottom: 10px solid #ed5353;
}


/* CONFIRMAÇÃO */

.cadastro-confirmado {
    width: 100%;
    overflow: hidden;
    margin-bottom: 80px;
}

.confirmacao-titulo,
.erro-titulo {
    text-align: center;
}

.confirmacao-titulo img,
.erro-titulo img {
    width: 60px;
    fill: green;
}

.confirmacao-titulo h1 {
    color: green;
}

.confirmacao-titulo h1:nth-child(3) {
    color: #333;
}


.confirmacao-saudacao,
.erro-saudacao {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}

.confirmacao-saudacao p,
.erro-saudacao p {
    margin-bottom: 10px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
}


/* ERRO */
.cadastro-erro {
    width: 100%;
    overflow: hidden;
    margin-bottom: 80px;
}

.erro-titulo h1 {
    color: #ed5353;
}