/* Cotizador -> Step 1 */
.tasacion .tit {
    color: #53565A;
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    
}
.cotizador .cont-tit .titu {
    color: #1A1A1A;
    font-family: "VolvoNovum-Regular";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
}
.cotizador .cont-tit .titu strong {
    font-family: "VolvoNovum-Medium";
    font-weight: 400;
}
.cotizador .step-bar li .img-wrap {
    border-color: #325996;
}
.tasacion .step-bar li .img-wrap .ic-step {
    color: #325996;
}
.tasacion .step-bar li.active .img-wrap .ic-step {
    color: #fff;
}
.tasacion .step-bar li.active .img-wrap {
    background-color: #325996;
}
.cotizador .tab-bar .cont-tabs .tablink {
    color: #53565A;
    font-family: "VolvoNovum-Medium";
    font-weight: 500;
    line-height: normal;
}
.cotizador .tab-bar .cont-tabs .tablink.active {
    color: #1B365D;
    font-family: "VolvoNovum-Bold";
}