body, h1, h2, h3, h4, h5, p, input, select, label, strong, b, li, a, div, i {
    font-family: 'Open Sans';
}

.content {
    border-radius: 10px;
    padding: 30px 40px;
    margin-bottom: 50px;
}

.layout.is-small-screen .content {
    padding: 40px 28px;
}

.container.mdl-grid.formulario > div {
    max-width: 820px;
    margin: 0 auto;
}

.content h1 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 25px;
}

.mdl-cell.mdl-cell--12-col.mdl-typography--text-center {
    padding: 2% 15px;
}

.wizard > .content {
    min-height: 100px !important;
}

.wizard > .content {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}


.wizard > .content > fieldset.body {
    height: fit-content !important;
    position: initial;
}

.wizard > .content > fieldset.body h3 {
    margin: 0;
}

.wizard > .content > fieldset.body .campos {
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 4%;
}

.wizard > .content > fieldset.body.current {
    height: fit-content !important;
    position: initial;
}

.wizard > .content > .body .campo {
    position: relative;
    margin: 15px 0;
}

.wizard > .content > .body .campo label {
    position: absolute;
    background: #fff;
    font-size: 11px;
    text-transform: uppercase;
    left: 8px;
    top: -6px;
    padding: 0 7px;
    color: #666;
    z-index: 9999;
}

.wizard > .content > .body .campo label.error {
    position: absolute !important;
    background: #fff;
    font-size: 11px;
    text-transform: uppercase;
    right: 8px;
    top: -6px;
    padding: 0 7px;
    color: #666;
    left: auto;
}

.wizard > .content > .body .campo input.error {
    background: rgb(255 255 255);
    border: 1px solid #ff7100;
    color: #ff7100;
}

.wizard > .content > fieldset.body .campo input, .select2-container--default .select2-selection--single {
    padding: 10px;
    margin: 0;
    border-radius: 4px;
    height: 47px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

.wizard > .content > fieldset.body .campo select {
    padding: 10px;
    margin: 0;
    border-radius: 4px;
    height: 47px;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff !important;
}

.wizard > .content > .body .campo.aceito {
    display: flex;
    padding: 10px 0;
}

.wizard > .content > .body .campo.aceito label {
    display: inline-block;
    margin-top: -5px;
    margin-left: 10px;
    font-size: 12px;
    margin-bottom: 0;
    position: initial;
}

input#acceptTerms {
    display: inline-block;
    height: 14px;
    float: left;
    width: 30px;
    padding: 50px !important;
}

.wizard > .actions > ul {
    display: block !important;
    text-align: right !important;
    width: 100% !important;
}

.wizard > .actions ul[aria-label=Pagination] li:first-child {
    opacity: 0.3;
    float: left !important;
}

.wizard > .actions ul[aria-label=Pagination] li.disabled:first-child {
    opacity: 0;
}

.wizard > .actions ul[aria-label=Pagination] li:first-child a {
    padding: 14px 30px !important;
    background: none !important;
    color: #555;
    border: 1px solid #555;
}

ul[role=tablist] > li.current {
    position: relative;
}

ul[role=tablist] > li.current:before {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    display: block;
    width: 5px;
    height: 5px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: right !important;
}

.wizard > .actions a {
    font-size: 19px;
    letter-spacing: 0.5px;
    padding: 15px 50px !important;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active, .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #fff !important;
}

.wizard > .steps .number {
    font-size: 1em;
}

ul[role=tablist] {
    display: flex;
    position: initial;
    column-gap: 0;
    padding-right: 20%;
    border-bottom: 2px solid #dddddd;
}

ul[role=tablist] > li {
    width: 100% !important;
    border-bottom: 2px solid #ddd;
    margin-bottom: -2px;
}

.wizard > .steps ul[role=tablist] > li a {
    padding: 15px 20px;
    margin: 0 !important;
    border-radius: 5px 5px 0 0;
    display: none;
}

.card {
    display: grid;
    grid-template-columns: 40% 60%;
    position: initial;
    column-gap: 0;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    overflow: hidden;
}

.imgplaceholder img {
    width: 100%;
    opacity: 0.5;
}

.imgplaceholder {
    background-color: #00a69c;
    filter: saturate(80%) brightness(1);
    background-image: url(../images/building.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .dados {
    padding: 15px 20px 15px 30px !important;
}

.card .dados h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.card .dados ul {
    display: flex;
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0;
}

.card .dados ul li {
    padding: 0px 7px 7px 0;
    font-size: 12px;
}

.card .dados h2 {
    background: #666;
    padding: 25px 25px 10px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    display: inline-block;
    min-width: 630px;
    text-align: left;
    box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
}

.card .dados h2 span {
    position: absolute;
    top: -2px;
    font-size: 14px;
    font-weight: 100;
}

.cta {
    text-align: center;
    margin: 30px 30px 0;
}

a.btn {
    color: #fff;
    background: #333;
    border-radius: 5px;
    padding: 20px 30px;
    display: inline-block;
    text-decoration: none;
    margin: 10px auto;
}

a.btn2 {
    font-size: 12px;
}

.container.mdl-grid.apoio {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.apoio .mdl-cell.mdl-cell--12-col.mdl-typography--text-center {
    margin: 0 auto;
    max-width: 650px;
    padding: 50px 15px;
}

.apoio .mdl-cell.mdl-cell--12-col.mdl-typography--text-center h2 {
    margin: 5px 0 15px !important;
    line-height: 25px;
}

.apoio .mdl-cell.mdl-cell--12-col.mdl-typography--text-center p {
    margin: 5px 0 !important;
}

.wizard > .content > fieldset.body h6 {
    text-align: right;
    margin: 0 0 -10px;
    font-style: italic;
    color: #777;
}

@media only screen and (max-width: 820px) {
    .content h1 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .wizard > .content > fieldset.body {
        display: block;
    }

    .wizard > .actions a {
        font-size: 18px;
        letter-spacing: 0px;
        padding: 15px 20px !important;
    }

    .layout.is-small-screen .content {
        padding: 15px 15px 20px;
        margin-bottom: 20px;
    }

    .wizard > .content > fieldset.body .campos {
        display: block !important;
    }

    .wizard > .actions ul[aria-label=Pagination] li:first-child a {
        padding: 14px 14px !important;
    }

    .card {
        display: block;
        border: none;
        background: #f7f7f7;
        border-radius: 0;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

    .imgplaceholder {
        display: none;
    }

    .card .dados {
        padding: 20px !important;
    }

    .card .dados h2 {
        font-size: 20px;
        display: block;
        padding: 32px 9px 11px;
        min-width: 200px;
    }

    a.btn {
        padding: 15px 20px;
    }

    .apoio .mdl-cell.mdl-cell--12-col.mdl-typography--text-center h2 {
        font-size: 16px;
    }

    .apoio .mdl-cell.mdl-cell--12-col.mdl-typography--text-center p {
        font-size: 14px;
    }
}
