.elementor-379 .elementor-element.elementor-element-0c81a45{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-67cc800 *//* =========================
   CONTENEDOR GENERAL
========================= */

.guarantee-container {
    max-width: 1150px;
    margin: 60px auto;
    padding: 20px;
    font-family: inherit;
}

/* =========================
   HEADER
========================= */

.guarantee-header {
    text-align: center;
    margin-bottom: 60px;
}

.guarantee-header h1 {
    font-size: 44px;
    font-weight: 700;
    color: #030A11;
    margin-bottom: 18px;
}

.guarantee-header p {
    max-width: 760px;
    margin: 0 auto;
    color: #666;
    line-height: 1.9;
    font-size: 17px;
}

/* =========================
   GRID TARJETAS
========================= */

.guarantee-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 70px;
}

/* =========================
   TARJETAS
========================= */

.guarantee-card {
    background: #F2F5F8;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    padding: 35px 28px;
    text-align: center;
    transition: all 0.35s ease;
}

.guarantee-card:hover {
    transform: translateY(-5px);
    border-color: #c9a96e;
    box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}

/* =========================
   ICONOS
========================= */

.guarantee-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #030A11;
    color: #c9a96e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 30px;
    transition: all 0.3s ease;
}

.guarantee-card:hover .guarantee-icon {
    background: #c9a96e;
    color: #030A11;
    transform: scale(1.08);
}

/* =========================
   TITULOS
========================= */

.guarantee-card h2 {
    font-size: 24px;
    color: #030A11;
    margin-bottom: 15px;
}

/* =========================
   TEXTOS
========================= */

.guarantee-card p {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

/* =========================
   BLOQUE AUTENTICIDAD
========================= */

.guarantee-authenticity {
    background: #F2F5F8;
    border-radius: 28px;
    padding: 55px 45px;
    border: 1px solid #e5e5e5;
    margin-bottom: 70px;
}

.guarantee-authenticity h2 {
    text-align: center;
    font-size: 36px;
    color: #030A11;
    margin-bottom: 18px;
}

.guarantee-authenticity > p {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 45px;
    color: #666;
    line-height: 1.9;
    font-size: 16px;
}

/* =========================
   GRID AUTENTICIDAD
========================= */

.authenticity-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}

/* =========================
   ITEMS AUTENTICIDAD
========================= */

.auth-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.auth-item:hover {
    border-color: #c9a96e;
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.05);
}

/* ICONO CHECK */

.auth-item span {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #030A11;
    color: #c9a96e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}

/* TEXTO ITEM */

.auth-item p {
    margin: 0;
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

/* =========================
   FOOTER
========================= */

.guarantee-footer {
    background: #030A11;
    border-radius: 28px;
    padding: 55px 35px;
    text-align: center;
}

/* TITULO */

.guarantee-footer h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
}

/* TEXTO */

.guarantee-footer p {
    color: rgba(255,255,255,0.75);
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.8;
}

/* BOTON */

.guarantee-button {
    display: inline-block;
    padding: 14px 34px;
    background: #c9a96e;
    color: #030A11;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.guarantee-button:hover {
    background: #fff;
    color: #030A11;
    transform: translateY(-2px);
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .guarantee-header h1 {
        font-size: 34px;
    }

    .guarantee-authenticity {
        padding: 35px 24px;
    }

    .guarantee-authenticity h2 {
        font-size: 28px;
    }

    .guarantee-footer {
        padding: 40px 24px;
    }

    .guarantee-footer h3 {
        font-size: 26px;
    }

}/* End custom CSS */