@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

.menu-clientes{
    background-color: #121c45;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
}
.nav__item-clientes{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    position: relative;
    color: white;
    line-height: 100px;
    letter-spacing: .4px;
    cursor: pointer;
}

.df-logo span {
    display: inline-block;
    font-weight: 400;
    color: #C52A2C;
}

.guia-buscar{
    margin-top: 30px;
}
.etapas{
    font-family: "Poppins", sans-serif;
    font-size: 2em;
    font-weight: 700;
}
.etapas_disabled{
    color: #cf4a4e;
    opacity: 50%;
}
.etapas_enabled{
    color: #05103b;
}

.timestamp{
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    font-weight: 500;
    color: #05103b;
}
.timestamp_nd{
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    font-weight: 500;
    color: #cf4a4e;
    opacity: 50%;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
 }

.stepper-item {
    font-family: "Poppins", sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    color: #fff;
}

.stepper-item.active {
    font-weight: bold;
    opacity: 50%;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #cf4a4e;
   /* border: 5px solid #cf4a4e;*/
    margin-bottom: 6px;
}

.stepper-item.completed .step-counter {
    background-color: #05103b;
    color: #fff !important;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 5px solid #05103b;
    width: 100%;
    top: 20px;
    /*left: 50%;*/
    z-index: 3;
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 5px solid #ccc;
    width: 100%;
    top: 20px;
    /*left: -50%;*/
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 5px solid #ccc;
    width: 100%;
    top: 20px;
    /*left: 50%;*/
    z-index: 2;
}

.openbox{
    background-color: #05103b;
    color: #fff;
    padding: 5px;
    border-color:#F3F2F2;
    border: solid;
}
.opentab{
    font-size: 25px;
    cursor: pointer;
}
.tabscontent{
    padding: 20px;
    background-color: #F3F2F2;
}