
/* ==========================================================
   ARDTEC NAV CONTEXTO V1
   ========================================================== */

.ardtec-nav-activo{
    position:relative;
    font-weight:800 !important;
}

.ardtec-nav-activo::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-8px;
    height:2px;
    background:currentColor;
    opacity:.85;
}

.ardtec-breadcrumb{
    width:100%;
    background:#f5f7f9;
    border-top:1px solid #e7ebef;
    border-bottom:1px solid #e7ebef;
}

.ardtec-breadcrumb-inner{
    width:min(1180px,calc(100% - 48px));
    margin:0 auto;
    min-height:42px;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:13px;
    color:#6f7f8d;
}

.ardtec-breadcrumb a{
    color:#526170;
    text-decoration:none;
}

.ardtec-breadcrumb a:hover{
    text-decoration:underline;
}

.ardtec-breadcrumb strong{
    color:#172431;
    font-weight:800;
}

@media(max-width:700px){

    .ardtec-breadcrumb-inner{
        width:min(100% - 28px,1180px);
        overflow:auto;
        white-space:nowrap;
    }

}
