.pagina-no-encontrada-pc {
    max-width: 900px;
    margin: 50px auto;
    padding: 30px;
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    font-family: "Segoe UI", sans-serif;
    text-align: center;
    color: #333;
}
.pagina-no-encontrada-pc img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.pagina-no-encontrada-pc h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.pagina-no-encontrada-pc p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.pagina-no-encontrada-pc ul {
    list-style-type: disc;
    text-align: left;
    margin: 20px auto;
    padding-left: 40px;
}
.pagina-no-encontrada-pc li {
    margin-bottom: 10px;
}
.boton-descubre-pc {
    display: inline-block;
    margin-top: 20px;
    background-color: #ff4747;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.boton-descubre-pc:hover {
    background-color: #e03535;
    color: #fff;
}
.nv-page-title-wrap,
.nv-post-cover .nv-title-meta-wrap,
.nv-page-title-wrap .nv-page-title{
    display: none;
}