:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-012197e *//* =========================================
   RESET BASE PARA BLOG PRODUCTOS
========================================= */

.cb-hero-producto,
.cb-ficha-tecnica,
.cb-indice,
.cb-blog-section,
.cb-cta-producto {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}

/* =========================================
   HERO
========================================= */

.cb-producto-grid{
    display:flex;
    align-items:center;
    gap:40px;
    flex-wrap:wrap;
}

.cb-producto-texto{
    flex:1;
}

.cb-producto-imagen img{
    width:100%;
    max-width:320px;
    border-radius:12px;
}

/* Badge */

.cb-badge{
    display:inline-block;
    background:#004680;
    color:#fff;
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
    margin-bottom:10px;
}

/* =========================================
   TITULOS
========================================= */

.cb-hero-producto h1,
.cb-blog-section h2,
.cb-ficha-tecnica h2,
.cb-indice h2{
    font-family: "Times New Roman", serif;
    color:#004680;
}

.cb-hero-producto h1{
    font-size:32px;
    margin-bottom:10px;
}

.cb-hero-producto h2{
    font-size:22px;
    margin-bottom:15px;
    font-weight:500;
}

/* =========================================
   FICHA TECNICA GRID
========================================= */

.cb-card-grid{
    display:grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
    gap:20px;
}

.cb-card{
    background:#fff;
    padding:18px;
    border-radius:12px;
    box-shadow:0 10px 20px rgba(0,0,0,0.08);
    text-align:center;
}

/* =========================================
   INDICE
========================================= */

.cb-indice ol{
    padding-left:20px;
}

/* =========================================
   SECCIONES
========================================= */

.cb-blog-section{
    margin-top:50px;
}

.cb-blog-section p{
    line-height:1.7;
    margin-bottom:15px;
}

/* =========================================
   GRID 2 COLUMNAS
========================================= */

.cb-grid-2{
    display:grid !important;
    grid-template-columns: 1fr 1fr;
    gap:20px;
}

@media(max-width:768px){
    .cb-grid-2{
        grid-template-columns:1fr;
    }
}

/* =========================================
   CHECK LIST
========================================= */

.cb-check-list ul{
    list-style:none;
    padding-left:0;
}

.cb-check-list li{
    margin-bottom:8px;
}

/* =========================================
   CAJAS (TIP / WARNING)
========================================= */

.cb-tip-box{
    background:#eaf4ff;
    border-left:5px solid #004680;
    padding:20px;
    border-radius:8px;
}

.cb-warning-box{
    background:#fff4e5;
    border-left:5px solid #ff9800;
    padding:20px;
    border-radius:8px;
}

/* =========================================
   CTA FINAL
========================================= */

.cb-cta-producto{
    background:#0d4d85;
    color:#fff;
    padding:40px;
    border-radius:16px;
    text-align:center;
}

.cb-btn-group{
    margin-top:20px;
}

.cb-btn-primary{
    background:#fff;
    color:#0d4d85;
    padding:12px 22px;
    border-radius:8px;
    text-decoration:none;
    margin-right:10px;
    display:inline-block;
}

.cb-btn-secondary{
    background:transparent;
    color:#fff;
    border:2px solid #fff;
    padding:12px 22px;
    border-radius:8px;
    text-decoration:none;
}

.cb-wrapper{
    all: unset;
    display:block;
}

.cb-hero-producto *,
.cb-blog-section *,
.cb-ficha-tecnica *,
.cb-indice *{
    box-sizing:border-box;
}/* End custom CSS */