.content-tracking {
    background-color: #f4f4f4;
    min-height: 100vh;
}

.card {
    z-index: 0;
    background-color: #ECEFF1;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 35px;
    border-radius: 10px
}

.whatsapp-content {
    background-color: #25d165;
    border-radius: 50px;
    padding: 10px 20px;
}

.whatsapp-content a:hover {
    text-decoration: none;
}

.whatsapp-content p {
    font-size: 18px;
    color: white;
    margin-bottom: 0;
    margin-left: 15px;
}

.tracking-search .card {
    padding: 20px 45px;
}

.tracking-search .card input {
    padding: 4px 15px;
    /*margin-top: 5px;*/
}

@media (max-width: 560px) {
    .whatsapp-content p {
        display: none;
    }

    .whatsapp-content {
        padding: 10px;
    }
}

.card-tracking-1 .text-content {
    margin: 0 75px;
}

.text-color-df {
    color: #000000;
    margin-right: 10px;
}

.card-tracking-2 {
    /*padding: 0 75px 40px;*/
}

.text-content-ob {
    width: 30%;
}

@media (max-width: 560px) {
    .text-content-ob {
        width: 100%;
    }
}

.top {
    padding-top: 40px;
    padding-left: 13% !important;
    padding-right: 13% !important
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar .step0:before {
    font-family: FontAwesome;
    content: "\f10c";
    color: #fff
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    background: #e3eef1;
    border-radius: 50%;
    margin: auto;
    padding: 0px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: #e3eef1;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

#progressbar li:nth-child(2):after,
#progressbar li:nth-child(3):after,
#progressbar li:nth-child(4):after {
    left: -50%
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #000000;
}

#progressbar li.active:before {
    font-family: FontAwesome;
    content: "\f00c"
}

.icon {
    width: 60px;
    height: 60px;
    margin-right: 15px
}

.icon-content {
    padding-bottom: 20px
}

@media screen and (max-width: 992px) {
    .icon-content {
        width: 50%
    }
}

body {
    margin-top: 20px;
}

.steps .step {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center
}

.steps .step .step-icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 3px;
    margin-top: -1px;
    background-color: #e1e7ec;
    content: '';
    z-index: 1
}

.steps .step .step-icon-wrap::before {
    left: 0
}

.steps .step .step-icon-wrap::after {
    right: 0
}

.steps .step .step-icon {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #374250;
    font-size: 38px;
    line-height: 81px;
    z-index: 5
}

.steps .step .step-title {
    margin-top: 16px;
    margin-bottom: 0;
    color: #606975;
    font-size: 14px;
    font-weight: 500
}

.steps .step:first-child .step-icon-wrap::before {
    display: none
}

.steps .step:last-child .step-icon-wrap::after {
    display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
    background-color: #000000;
}

.steps .step.completed .step-icon {
    border-color: #000000;
    background-color: #000000;
    color: #fff
}

.steps .step-icon img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    vertical-align: text-top;
}

.steps .completed .step-icon img, .process-step-circle-content img{
    filter: invert(1);
}

@media (max-width: 576px) {
    .flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 768px) {
    .flex-md-nowrap .step .step-icon-wrap::before,
    .flex-md-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 991px) {
    .flex-lg-nowrap .step .step-icon-wrap::before,
    .flex-lg-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 1200px) {
    .flex-xl-nowrap .step .step-icon-wrap::before,
    .flex-xl-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

.bg-faded, .bg-secondary {
    background-color: #f5f5f5 !important;
}

.bg-black{
    background-color: #000000;
}

.back-to-home a {
    background-color: transparent;
    border-color: #232528 !important;
    color: #232528 !important;
    padding: 10px 30px;
}

.back-to-home a:hover {
    color: #fff !important;
    background-color: #232528 !important;
    border-color: #232528 !important;
}

.contato-content {
    background-color: #000000;
}

@media (max-width: 560px) {
    .mb-aj {
        flex-direction: column;
        text-align: center;
    }
}

footer {
    background-color: #232528;
}

@media (max-width: 560px) {
    footer {
        text-align: center;
    }
}

.btn-life{
    background-color: #e61b1e !important;
    color: #ffffff !important;
}

.btn-life:hover{
    background-color: #232528 !important;
    color: #ffffff !important;
}