.dashboard-home-panel {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.dashboard-home-panel::before {
    content: "";
    position: fixed;
    top: 52%;
    left: 58%;
    width: 48vw;
    max-width: 620px;
    height: 48vw;
    max-height: 620px;
    min-width: 360px;
    min-height: 360px;
    background: url('../images/logochone.png') no-repeat center center;
    background-size: contain;
    opacity: 0.07;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.dashboard-home-panel > .x_content {
    position: relative;
    z-index: 1;
}

.dashboard-servicios {
    clear: both;
    margin: 14px 0 0;
}

.dashboard-servicios .x_panel {
    margin-bottom: 12px;
    border: 1px solid #e6ebf1;
    border-radius: 5px;
    box-shadow: 0 4px 14px rgba(42, 63, 84, 0.08);
}

.dashboard-servicios .x_title {
    margin-bottom: 0;
    border-bottom-color: #e6ebf1;
}

.dashboard-servicios .x_title h2 {
    color: #2a3f54;
    font-weight: 600;
}

.dashboard-servicios .x_title h2 i {
    color: #26b99a;
}

.dashboard-servicio-link {
    display: block;
    min-height: 116px;
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid #e6ebf1;
    border-radius: 5px;
    color: #2a3f54;
    background: #fff;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dashboard-servicio-link:hover,
.dashboard-servicio-link:focus {
    border-color: #26b99a;
    box-shadow: 0 6px 16px rgba(42, 63, 84, 0.14);
    color: #2a3f54;
    outline: 0;
    text-decoration: none;
    transform: translateY(-2px);
}

.dashboard-servicio-icon {
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 13px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    background: #2a3f54;
}

.dashboard-servicio-content {
    display: block;
    min-height: 50px;
}

.dashboard-servicio-content strong,
.dashboard-servicio-content small {
    display: block;
}

.dashboard-servicio-content strong {
    margin-bottom: 5px;
    color: #2a3f54;
    font-size: 14px;
}

.dashboard-servicio-content small {
    color: #73879c;
    font-size: 12px;
    line-height: 1.35;
}

.dashboard-servicio-action {
    display: block;
    margin-top: 9px;
    color: #26b99a;
    font-size: 12px;
    font-weight: 600;
}

.dashboard-servicio-link:hover .dashboard-servicio-action,
.dashboard-servicio-link:focus .dashboard-servicio-action {
    color: #169f84;
}

.dashboard-servicio-pago {
    background: #337ab7;
}

.dashboard-servicio-agua {
    background: #2a9fd6;
}

.dashboard-servicio-titulo {
    background: #7a5ca8;
}

.dashboard-servicio-validacion {
    background: #26b99a;
}

.dashboard-servicio-ayuda {
    background: #f0ad4e;
}

.dashboard-servicio-tramite {
    background: #26b99a;
}

.dashboard-servicio-consulta {
    background: #5bc0de;
}

.dashboard-servicio-certificado {
    background: #7a5ca8;
}

@media (max-width: 767px) {
    .dashboard-servicios .x_title h2 {
        font-size: 16px;
    }

    .dashboard-servicios .x_title h2 small {
        display: block;
        margin: 5px 0 0 22px;
        font-size: 12px;
    }

    .dashboard-servicio-link {
        min-height: 104px;
        margin-bottom: 10px;
    }
}

.dashboard-certificados-destacados {
    clear: both;
    margin: 14px 0 0;
}

.dashboard-certificado-destacado {
    display: block;
    min-height: 104px;
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid #e6ebf1;
    border-radius: 5px;
    color: #2a3f54;
    background: #fff;
    text-align: left;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dashboard-certificado-destacado:hover,
.dashboard-certificado-destacado:focus {
    border-color: #26b99a;
    color: #2a3f54;
    box-shadow: 0 6px 16px rgba(42, 63, 84, 0.14);
    outline: 0;
    text-decoration: none;
    transform: translateY(-2px);
}

.dashboard-certificado-destacado-icon {
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 13px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    line-height: 44px;
    background: #2a3f54;
    text-align: center;
}

.dashboard-certificado-destacado strong,
.dashboard-certificado-destacado small,
.dashboard-certificado-destacado > span:last-child {
    display: block;
}

.dashboard-certificado-destacado strong {
    margin-bottom: 7px;
    color: #2a3f54;
    font-size: 15px;
}

.dashboard-certificado-destacado small {
    min-height: 24px;
    color: #73879c;
    font-size: 12px;
    line-height: 1.35;
}

.dashboard-certificado-destacado > span:last-child {
    margin-top: 8px;
    color: #26b99a;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .dashboard-home-panel::before {
        top: 55%;
        left: 50%;
        width: 84vw;
        height: 84vw;
        min-width: 260px;
        min-height: 260px;
        opacity: 0.055;
    }

    .dashboard-certificado-destacado {
        min-height: 96px;
    }
}
