*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:#000;
    font-family:Arial,sans-serif;
}

.lp-hero{
    position:relative;
    min-height:100vh;
    background-image:url('/assets/img/cabecera-parias.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center top;
    background-color:#000;
    overflow:hidden;
}

.lp-site-title{
    position:absolute;
    top:25px;
    left:50%;
    transform:translateX(-50%);
    z-index:20;
    font-size:48px;
    font-weight:900;
    letter-spacing:4px;
    color:#111111;
    text-shadow:0 0 4px #d4a53a,0 0 12px rgba(212,165,58,.60),0 2px 8px rgba(0,0,0,.90);
}

.lp-site-ip{
    position:absolute;
    top:85px;
    left:50%;
    transform:translateX(-50%);
    z-index:20;
    font-size:14px;
    font-weight:800;
    letter-spacing:2px;
    color:#d4a53a;
    padding:4px 12px;
    background:rgba(0,0,0,.55);
    border:1px solid rgba(212,165,58,.45);
    border-radius:4px;
    box-shadow:0 0 10px rgba(0,0,0,.8);
}

.lp-news-card{
    position:absolute;
    top:36%;
    left:7%;
    transform:translateY(-50%);
    z-index:10;
    width:360px;
    max-width:36vw;
    padding:20px 20px 18px;
    color:#fff;
    background:linear-gradient(135deg, rgba(10,10,10,.90), rgba(22,18,10,.82));
    border:1px solid rgba(212,165,58,.55);
    box-shadow:0 0 30px rgba(0,0,0,.85), inset 0 0 24px rgba(212,165,58,.06);
    backdrop-filter:blur(2px);
}

.lp-news-card:hover{
    border-color:rgba(242,193,90,.85);
    box-shadow:0 0 38px rgba(0,0,0,.95), 0 0 22px rgba(212,165,58,.18), inset 0 0 24px rgba(212,165,58,.08);
}

.lp-news-head{
    padding-bottom:13px;
    margin-bottom:14px;
    border-bottom:1px solid rgba(212,165,58,.30);
}

.lp-news-head span{
    display:block;
    color:#d4a53a;
    font-size:15px;
    font-weight:900;
    letter-spacing:2.5px;
}

.lp-news-head small{
    display:block;
    margin-top:5px;
    color:#8f8f8f;
    font-size:10px;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.lp-news-list{
    display:flex;
    flex-direction:column;
    gap:13px;
}

.lp-news-item{
    position:relative;
    padding:13px 13px 13px 15px;
    background:rgba(0,0,0,.48);
    border-left:3px solid rgba(212,165,58,.65);
}

.lp-news-featured{
    border-left-color:#f2c15a;
    box-shadow:inset 0 0 18px rgba(212,165,58,.08);
}

.lp-news-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:8px;
}

.lp-news-meta span{
    padding:3px 7px;
    color:#111;
    background:#d4a53a;
    font-size:9px;
    font-weight:900;
    letter-spacing:1.2px;
}

.lp-news-meta time{
    color:#9d9d9d;
    font-size:10px;
    font-weight:800;
    letter-spacing:1px;
    white-space:nowrap;
}

.lp-news-item h3{
    margin-bottom:6px;
    color:#fff;
    font-size:17px;
    line-height:1.15;
}

.lp-news-item p{
    color:#cfcfcf;
    font-size:13px;
    line-height:1.45;
}

.lp-news-empty{
    padding:12px;
    color:#cfcfcf;
    background:rgba(0,0,0,.45);
    border-left:3px solid rgba(212,165,58,.65);
}

.lp-news-more{
    display:inline-block;
    margin-top:16px;
    color:#d4a53a;
    text-decoration:none;
    font-size:11px;
    font-weight:900;
    letter-spacing:1.7px;
    text-transform:uppercase;
}

.lp-news-more:hover{
    color:#f2c15a;
}

.lp-hero-menu{
    position:absolute;
    top:38%;
    right:105px;
    transform:translateY(-50%);
    z-index:5;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.lp-hero-menu a{
    width:130px;
    padding:9px 12px;
    background:#111111;
    color:#d4a53a;
    text-align:center;
    text-decoration:none;
    font-size:10px;
    font-weight:900;
    letter-spacing:1.5px;
    border:1px solid #d4a53a;
    box-shadow:0 0 12px rgba(0,0,0,.70);
}

.lp-hero-menu a:hover{
    background:#1f1f1f;
    color:#f2c15a;
}

.lp-home{
    background:#050505;
    color:#fff;
    padding:90px 8%;
}

.lp-section{
    max-width:1100px;
    margin:0 auto 55px;
    padding:45px 50px;
    background:linear-gradient(135deg, rgba(20,20,20,.96), rgba(5,5,5,.96));
    border:1px solid rgba(212,165,58,.28);
    box-shadow:0 0 35px rgba(0,0,0,.55);
}

.lp-section span{
    display:block;
    margin-bottom:14px;
    color:#d4a53a;
    font-size:13px;
    font-weight:900;
    letter-spacing:3px;
}

.lp-section h2{
    margin-bottom:18px;
    font-size:36px;
    line-height:1.15;
}

.lp-section p{
    max-width:760px;
    color:#cfcfcf;
    font-size:18px;
    line-height:1.65;
}

.lp-section a{
    display:inline-block;
    margin-top:28px;
    padding:12px 24px;
    color:#d4a53a;
    text-decoration:none;
    font-size:13px;
    font-weight:900;
    letter-spacing:2px;
    border:1px solid #d4a53a;
}

.lp-section a:hover{
    background:#1f1f1f;
    color:#f2c15a;
}

.lp-vip-section{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:45px;
}

.lp-vip-section img{
    width:260px;
    max-width:35%;
    background:#e8e8e8;
    border-radius:18px;
    padding:20px;
    box-shadow:0 0 35px rgba(212,165,58,.25);
}

@media (max-width:1200px){
    .lp-news-card{
        left:4%;
        width:320px;
        max-width:34vw;
    }

    .lp-hero-menu{
        right:45px;
    }
}

@media (max-width:900px){
    .lp-hero{
        min-height:auto;
        padding:185px 22px 45px;
        background-size:760px auto;
        background-position:center top;
    }

    .lp-site-title{
        top:22px;
        width:100%;
        text-align:center;
        font-size:32px;
        letter-spacing:2px;
    }

    .lp-site-ip{
        top:72px;
        font-size:11px;
    }

    .lp-news-card{
        position:relative;
        top:auto;
        left:auto;
        transform:none;
        width:100%;
        max-width:520px;
        margin:330px auto 24px;
    }

    .lp-hero-menu{
        position:relative;
        top:auto;
        right:auto;
        transform:none;
        z-index:12;
        width:100%;
        max-width:520px;
        margin:0 auto;
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        gap:10px;
    }

    .lp-hero-menu a{
        width:100%;
    }

    .lp-vip-section{
        flex-direction:column;
        align-items:flex-start;
    }

    .lp-vip-section img{
        max-width:100%;
        width:220px;
    }
}

@media (max-width:520px){
    .lp-hero{
        padding-left:14px;
        padding-right:14px;
        background-size:620px auto;
    }

    .lp-news-card{
        margin-top:260px;
        padding:16px;
    }

    .lp-news-meta{
        align-items:flex-start;
        flex-direction:column;
        gap:6px;
    }

    .lp-hero-menu{
        grid-template-columns:1fr;
    }

    .lp-home{
        padding:55px 5%;
    }

    .lp-section{
        padding:32px 24px;
    }

    .lp-section h2{
        font-size:28px;
    }

    .lp-section p{
        font-size:16px;
    }
}
/* ============================= */
/* PÁGINA NOVEDADES              */
/* ============================= */

.lp-news-page{
    min-height:100vh;
    padding:70px 0 90px 8%;
    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.78) 0%,
        rgba(0,0,0,.70) 40%,
        rgba(0,0,0,.26) 68%,
        rgba(0,0,0,.08) 100%
    ),
    url('/assets/img/novedades.png');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    background-attachment:fixed;
}

.lp-news-page .lp-section{
    width:58%;
    max-width:900px;
    margin:0 0 45px 0;
    background:linear-gradient(135deg, rgba(15,15,15,.92), rgba(0,0,0,.88));
    border:1px solid rgba(212,165,58,.32);
    box-shadow:0 0 35px rgba(0,0,0,.75);
}

.lp-news-page .lp-section p{
    max-width:760px;
}

.lp-news-full-featured{
    border-color:rgba(212,165,58,.65)!important;
    box-shadow:0 0 42px rgba(212,165,58,.12),0 0 35px rgba(0,0,0,.85)!important;
}

@media (max-width:1000px){
    .lp-news-page{
        padding:60px 6%;
        background-position:center top;
    }

    .lp-news-page .lp-section{
        width:100%;
        max-width:none;
    }
}
.lp-global-header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:50;
    padding:12px 5% 6px;
    background:linear-gradient(to bottom, rgba(0,0,0,.55), rgba(0,0,0,0));
    border-bottom:none;
    text-align:center;
    pointer-events:none;
}

.lp-global-title{
    margin-bottom:10px;
    font-size:28px;
    font-weight:900;
    letter-spacing:4px;
    color:#111;
    text-shadow:0 0 4px #d4a53a,0 0 14px rgba(212,165,58,.75),0 2px 8px rgba(0,0,0,.95);
}

.lp-global-menu{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:6px;
    pointer-events:auto;
}

.lp-global-menu a{
    padding:6px 11px;
    background:rgba(5,5,5,.55);
    color:#d4a53a;
    text-decoration:none;
    font-size:10px;
    font-weight:900;
    letter-spacing:1.2px;
    border:1px solid rgba(212,165,58,.65);
}

.lp-global-menu a:hover,
.lp-global-menu a.active{
    background:#d4a53a;
    color:#050505;
}