@font-face {
    font-family: "staples";
    src: url("../fonts/Staples-Calligraphy.ttf"); }
*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #444b47;
}
textarea{
    width: 100%;
    resize: none;
}
h1{
    color: #dad8c1 !important;
    font-weight: 700;
    margin-bottom: 20px !important;
    font-family: 'staples';
    text-align: center;
}

.larg-600{
    max-width: 600px;
}
.element-center{
    margin: 0 auto;
}
.txt-white{
    color: #444b47;
}
.txt-concluido{
    color: #fff;
}
.btn{
    background-color: #444b47;
    color: #fff;
}
#enviar{
    width: 100%;
    margin-top: 30px;
    position: absolute;
    right: -200%;
}
#apt label{
    margin-top: 10px;
}
.txt{
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.text-pad{
    padding: 5px 15px;
}
.btn-white{
    background: #dad8c1;
    color: #444b47;
    line-height: 250%;
    margin-top: 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-white:hover{
    background-color: #adab98 !important;
}
.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}
.inputGroup label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}
.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: rgba(218, 216, 193, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}
.inputGroup label:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #d1d7dc;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
    color: #444b47;
}
.inputGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}
.inputGroup input:checked ~ label:after {
    background-color: #444b47;
    border-color: #444b47;
}
.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}
.form {
    padding: 0 16px;
    max-width: 550px;
    margin: 50px auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
}
.col-12{
    padding-top: 10px;
}
.help-inline{
    font-weight: 700;
    color: #e74c3c;
    padding: 5px;
    font-size: 10px;
}
#cpfTxt span{
    font-weight: 700;
    color: #e74c3c;
    padding: 5px;
    font-size: 10px;
}