body {
    background-color: white;
}

.header {
    background-color: #ffffff;
}
.header-custom {
    width: 100%;
    background-position-y: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-body {
    position: relative;
}
.header-logo {
    text-align: center;
    position: absolute;
    border-bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.header-logo-canvas {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 30px;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
}
.container {
    background-color: #ffffff;
}
.step-1-title {
    margin: 0;
    padding: 80px 52px 18px 52px;
    line-height: 1.38;
    font-size: 20px;
    color: #31434a;
    font-weight: 600;
}

/*Header*/
@media (max-width: 768px) {
    #find-cep {
        margin-top: 98px;
    }
    .progress {
        top: 580px;
    }
    .header-custom {
        height: 160px;
    }
    .header-logo {
        text-align: center;
        bottom: -10px;
    }
    .header-logo img {
        width: 82px;
        border-radius: 6px;
    }
    .web-steps,
    .web-progress {
        display: none
    }
}
@media (min-width: 769px) {
    .mobile-progress,
    .mobile-steps {
        display: none;
    }
    .container {
        padding-top: 50px;
    }
    .header-custom {
        text-align: center;
        height: 150px;
    }
    .header-logo {
        bottom: -7px;
    }
    .header-logo img {
        width: 72px;
        border-radius: 6px;
    }
    .header-logo-canvas {
        border-radius: 0;
    }
    .web-progress {
        top: 185px;
    }
    .web-progress .bar {
        width: 50%;
    }
    .subtitle {
        font-size: 18px;
        margin: 50px 0 30px 0;
    }
    #find-cep {
        margin-top: 122px;
    }
}
.find-cep-icon {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid black;
    border-radius: 100%;
    padding: 18px;
}
.progress {
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.progress .step {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #808080;
    font-size: 14px;
}
.progress .background {
    height: 4px;
    width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #c0d1e2;
    position: absolute;
    border-radius: 2px;
}
.progress .bar {
    height: 4px;
    background-color: #4c9ce5;
    position: absolute;
    border-radius: 2px;
    transition: width 0.7s;
}
.or-line {
    margin: 20px 0;
    font-size: 12px;
    position: relative;
    color: #31434a;
    text-align: center;
}
.or-line::after {
    left: 30px;
}
.or-line::before {
    right: 30px;
}
.or-line::after,
.or-line::before{
    content: ' ';
    position: absolute;
    width: 35%;
    top: 8px;
    border-bottom: 1px solid #e5e5e5;
}

.not-know-zipCode {
    font-size: 14px;
}

.address {
    color: #777777;
    font-size: 16px;
    text-align: left;
    width: 300px;
    margin-bottom: 24px;
}

.address-cell {
    cursor: pointer;
    text-align: left;
    padding: 24px 0;
    margin: auto;
    max-width: 330px;
    border-top: 1px solid #C5C5C540;
    color: #777777;
    position: relative;
}

.address-cell-text {
    margin-right: 21px;
}

.address-cell-icon {
    font-size: 30px;
    color: #4c9ce5;
    position: absolute;
    right: 7px;
    bottom: calc(50% - 15px);
}

.address-not-found {
    text-align: center;
    padding: 24px 0;
    margin: auto;
    max-width: 330px;
    color: #777777;
    position: relative;
}
