/* =========================================
   HERO NOSOTROS
========================================= */
.nosotros-hero{
    max-width:1400px;
    margin:170px auto;
    padding:0 40px;
    display:grid;
    grid-template-columns:1.1fr 1fr;
    gap:60px;
    align-items:center;
}

.mini-title{
    color:#7a8d52;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.nosotros-info h1{
    font-size:58px;
    line-height:1.08;
    margin:15px 0 25px;
    color:#1f1f1f;
    font-family: 'Times New Roman', serif;
    font-weight:500;
}

.nosotros-info p{
    font-size:18px;
    line-height:1.8;
    color:#5d5d5d;
    max-width:620px;
}

/* DATOS */
.nosotros-datos{
    display:flex;
    gap:25px;
    margin-top:35px;
}

.nosotros-datos div{
    background:#f5f2ea;
    border:1px solid #e6dfd1;
    padding:18px 25px;
    border-radius:18px;
    min-width:150px;
    box-shadow:0 8px 25px rgba(0,0,0,0.04);
}

.nosotros-datos strong{
    display:block;
    font-size:28px;
    color:#5d6d3d;
    margin-bottom:5px;
}

.nosotros-datos span{
    font-size:13px;
    color:#666;
}

/* IMG */
.nosotros-img img{
    width:100%;
    border-radius:28px;
    box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

/* =========================================
   ABOUT RESUMEN
========================================= */
.about-resumen{
    max-width:1400px;
    margin:90px auto;
    padding:0 40px;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.about-card{
    background:#fff;
    border:1px solid #ece6da;
    border-radius:25px;
    padding:35px 30px;
    text-align:center;

    box-shadow:0 12px 30px rgba(0,0,0,0.04);
    transition:.3s;
}

.about-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.about-card img{
    width:75px;
    height:75px;
    object-fit:cover;
    border-radius:50%;
    margin-bottom:20px;
}

.about-card h3{
    font-size:28px;
    margin-bottom:18px;
    color:#2b2b2b;
    font-family:'Times New Roman', serif;
}

.about-card p{
    font-size:15px;
    line-height:1.8;
    color:#666;
    margin-bottom:16px;
}

.valores-lista{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
    justify-content:center;
}

.valores-lista span{
    background:#f5f2ea;
    border:1px solid #e6dfd1;
    color:#5d6d3d;
    font-size:13px;
    padding:10px 14px;
    border-radius:20px;
    box-shadow:0 4px 10px rgba(0,0,0,0.03);
}

/* =========================================
   PORQUE METAL
========================================= */
/* =========================================
   PORQUE METAL PREMIUM
========================================= */
.porque-metal{
    max-width:1400px;
    margin:100px auto;
    padding:0 40px;
    text-align:center;
}

.porque-metal h2{
    font-size:46px;
    color:#222;
    font-family:'Times New Roman', serif;
    margin-bottom:10px;
}

.porque-sub{
    color:#777;
    font-size:17px;
    margin-bottom:45px;
}

.porque-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.porque-item{
    background:#f7f3eb;
    border:1px solid #e7dfd0;
    border-radius:24px;
    padding:35px 30px;
    text-align:left;
    box-shadow:0 10px 25px rgba(0,0,0,0.04);
    transition:.3s;
}

.porque-item:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(0,0,0,0.07);
}

.num{
    display:inline-block;
    font-size:34px;
    font-weight:700;
    color:#7a8d52;
    margin-bottom:15px;
    font-family:'Times New Roman', serif;
}

.porque-item h4{
    font-size:22px;
    margin-bottom:14px;
    color:#2b2b2b;
}

.porque-item p{
    font-size:15px;
    line-height:1.8;
    color:#666;
}

/* =========================================
   CTA FINAL
========================================= */
.cta-nosotros{
    text-align:center;
    padding:90px 20px;
}

.cta-nosotros h2{
    font-size:48px;
    margin-bottom:25px;
    color:#1f1f1f;
    font-family:'Times New Roman', serif;
}

.cta-nosotros a{
    display:inline-block;
    background:#6f7f46;
    color:#fff;
    padding:16px 40px;
    border-radius:35px;
    text-decoration:none;
    font-weight:600;
    font-size:15px;
    box-shadow:0 12px 30px rgba(111,127,70,0.25);
    transition:.3s;
}

.cta-nosotros a:hover{
    background:#5c6c39;
    transform:translateY(-3px);
}








/* ================================
BLOG PRO (EDITORIAL)
================================ */
/* =========================================
   BLOG HOME PREMIUM
========================================= */
.blog{
    max-width:1400px;
    margin:100px auto;
    padding:0 40px;
}

.blog h2{
    text-align:center;
    font-size:46px;
    color:#222;
    font-family:'Times New Roman', serif;
    margin-bottom:10px;
}

.blog-sub{
    text-align:center;
    color:#777;
    font-size:17px;
    margin-bottom:45px;
}

.blog-layout{
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:35px;
}

/* FEATURE */
.blog-feature{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,0.05);
    border:1px solid #ebe4d7;
}

.blog-feature img{
    width:100%;
    height:320px;
    object-fit:cover;
}

.blog-feature .info{
    padding:28px;
}

.blog-feature .info h3{
    font-size:30px;
    margin:14px 0;
    color:#222;
    font-family:'Times New Roman', serif;
}

.blog-feature .info p{
    color:#666;
    line-height:1.8;
    font-size:15px;
    margin-bottom:18px;
}

.blog-feature .info a{
    color:#6f7f46;
    text-decoration:none;
    font-weight:600;
}

/* LISTADO DERECHO */
.blog-list{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.blog-mini{
    display:flex;
    gap:18px;
    background:#f8f4ec;
    border:1px solid #e8dfd0;
    padding:16px;
    border-radius:22px;
    align-items:center;
    box-shadow:0 8px 20px rgba(0,0,0,0.03);
}

.blog-mini img{
    width:150px;
    height:120px;
    object-fit:cover;
    border-radius:16px;
}

.blog-mini h3{
    font-size:21px;
    color:#222;
    margin:10px 0;
    font-family:'Times New Roman', serif;
}

.blog-mini a{
    color:#6f7f46;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}

/* TAG */
.tag{
    display:inline-block;
    background:#e9e3d6;
    color:#6f7f46;
    padding:5px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:700;
}
/* ================================
GARANTIAS
================================ */
/* ================================
GARANTIAS PRO
================================ */
.garantias{
    padding:40px 40px;
    background: var(--blanco);
}

/* CONTENEDOR */
.garantias-box{
    max-width:1000px;
    margin:auto;
    text-align:center;
}

/* ================================
MENSAJE PRINCIPAL
================================ */
.gar-main h2{
    font-size:38px;
    margin-bottom:15px;

    background: linear-gradient(
        90deg,
        #222,
        #777,
        var(--rojo)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gar-main p{
    color:#666;
    max-width:600px;
    margin:0 auto 60px;
    line-height:1.6;
}

/* ================================
LISTA
================================ */
.gar-list{
    display:flex;
    justify-content:center;
    gap:40px;
    flex-wrap:wrap;
}

/* ITEM */
.gar-item{
    text-align:center;
    transition:0.3s;
}

/* NUMERO GRANDE */
.gar-item span{
    font-size:40px;
    font-weight:700;
    display:block;
    margin-bottom:10px;

    color:rgba(0,0,0,0.08);
}

/* TITULO */
.gar-item h3{
    color: var(--texto);
    transition:0.3s;
}

/* HOVER */
.gar-item:hover{
    transform:translateY(-5px);
}

/* HOVER TITULO */
.gar-item:hover h3{
    color: var(--rojo);
}

/* LINEA SEPARADORA */
.gar-item::after{
    content:"";
    display:block;
    width:40px;
    height:2px;
    margin:10px auto 0;

    background: var(--rojo);
    opacity:0.3;
}

/* RESPONSIVE */
@media(max-width:768px){
    .gar-main h2{
        font-size:28px;
    }
}




































/* =========================================
   CTA FINAL PREMIUM
========================================= */
.cta{
    max-width:1400px;
    margin:110px auto;
    padding:0 40px;
}

.cta-box{
    background:linear-gradient(135deg,#f6f2ea,#efe8dc);
    border:1px solid #e4dccd;
    border-radius:32px;
    padding:55px;
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:45px;
    align-items:center;
    box-shadow:0 15px 35px rgba(0,0,0,0.04);
}

.cta-left .mini-title{
    color:#7a8d52;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
}

.cta-left h2{
    font-size:48px;
    line-height:1.1;
    margin:15px 0 20px;
    color:#222;
    font-family:'Times New Roman', serif;
}

.cta-left p{
    font-size:17px;
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

/* BOTONES */
.cta-botones{
    display:flex;
    gap:15px;
    margin-bottom:30px;
}

.cta .btn{
    padding:14px 28px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.cta .btn.primary{
    background:#6f7f46;
    color:#fff;
    box-shadow:0 10px 25px rgba(111,127,70,0.2);
}

.cta .btn.primary:hover{
    background:#5b6b38;
    transform:translateY(-3px);
}

.cta .btn.secondary{
    border:1px solid #cfc6b8;
    color:#333;
    background:#fff;
}

.cta .btn.secondary:hover{
    background:#f3eee4;
}

/* SELLOS */
.cta-extra{
    display:flex;
    flex-direction:column;
    gap:10px;
    color:#5d5d5d;
    font-size:14px;
}

/* IMAGEN */
.cta-right img{
    width:100%;
    border-radius:24px;
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
}