.elementor-388 .elementor-element.elementor-element-4ffbfbf{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f371646 *//* =========================
   CONTENEDOR GENERAL
========================= */

.about-container {
    max-width: 1180px;
    margin: 60px auto;
    padding: 20px;
    font-family: inherit;
}

/* =========================
   HERO
========================= */

.about-hero {
    background: linear-gradient(135deg, #030A11 0%, #111926 100%);
    border-radius: 34px;
    padding: 90px 60px;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}

.about-hero::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    background: rgba(201,169,110,0.08);
    border-radius: 50%;
    top: -120px;
    right: -100px;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

/* TAG */

.about-tag {
    display: inline-block;
    background: rgba(201,169,110,0.12);
    color: #c9a96e;
    padding: 10px 18px;
    border-radius: 50px;
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* TITULO */

.about-hero h1 {
    color: #fff;
    font-size: 56px;
    line-height: 1.15;
    margin-bottom: 24px;
    font-weight: 700;
}

/* TEXTO */

.about-hero p {
    color: rgba(255,255,255,0.75);
    line-height: 1.9;
    font-size: 17px;
    margin-bottom: 35px;
}

/* BOTON */

.about-button,
.about-button-dark {
    display: inline-block;
    padding: 15px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* BOTON CLARO */

.about-button {
    background: #c9a96e;
    color: #030A11;
}

.about-button:hover {
    background: #fff;
    transform: translateY(-2px);
}

/* =========================
   GRID INFO
========================= */

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin-bottom: 80px;
}

/* TARJETAS */

.about-card {
    background: #F2F5F8;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    padding: 35px 28px;
    text-align: center;
    transition: all 0.35s ease;
}

.about-card:hover {
    transform: translateY(-5px);
    border-color: #c9a96e;
    box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}

/* ICONOS */

.about-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #030A11;
    color: #c9a96e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 28px;
    transition: all 0.3s ease;
}

.about-card:hover .about-icon {
    background: #c9a96e;
    color: #030A11;
}

/* TITULOS */

.about-card h2 {
    color: #030A11;
    margin-bottom: 15px;
    font-size: 24px;
}

/* TEXTOS */

.about-card p {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

/* =========================
   HISTORIA
========================= */

.about-story {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 80px;
}

/* MINI TITULO */

.section-mini-title {
    color: #c9a96e;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

/* TITULO */

.about-story h2 {
    font-size: 42px;
    color: #030A11;
    margin: 18px 0 24px;
}

/* TEXTO */

.about-story p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 18px;
}

/* BOX */

.about-story-box {
    background: #030A11;
    border-radius: 30px;
    padding: 60px 40px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.about-story-box::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: rgba(201,169,110,0.08);
    border-radius: 50%;
    bottom: -120px;
    right: -90px;
}

/* NUMERO */

.about-number {
    font-size: 72px;
    font-weight: 700;
    color: #c9a96e;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

/* TEXTO BOX */

.about-story-box span {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,0.8);
}

/* =========================
   VALORES
========================= */

.about-values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    margin-bottom: 80px;
}

/* VALUE CARD */

.value-card {
    background: #F2F5F8;
    border-radius: 24px;
    padding: 35px 30px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.value-card:hover {
    border-color: #c9a96e;
    transform: translateY(-4px);
}

/* TITULO */

.value-card h3 {
    font-size: 24px;
    color: #030A11;
    margin-bottom: 14px;
}

/* TEXTO */

.value-card p {
    color: #666;
    line-height: 1.8;
}

/* =========================
   CTA
========================= */

.about-cta {
    background: #F2F5F8;
    border-radius: 34px;
    padding: 70px 40px;
    text-align: center;
}

/* TITULO */

.about-cta h2 {
    font-size: 44px;
    color: #030A11;
    margin-bottom: 18px;
}

/* TEXTO */

.about-cta p {
    color: #666;
    max-width: 700px;
    margin: 0 auto 32px;
    line-height: 1.9;
}

/* BOTON OSCURO */

.about-button-dark {
    background: #030A11;
    color: #fff;
}

.about-button-dark:hover {
    background: #c9a96e;
    color: #030A11;
    transform: translateY(-2px);
}

/* =========================
   MOBILE
========================= */

@media (max-width: 900px) {

    .about-story {
        grid-template-columns: 1fr;
    }

    .about-hero {
        padding: 70px 35px;
    }

    .about-hero h1 {
        font-size: 40px;
    }

}

@media (max-width: 768px) {

    .about-hero {
        padding: 60px 28px;
    }

    .about-hero h1 {
        font-size: 34px;
    }

    .about-story h2,
    .about-cta h2 {
        font-size: 32px;
    }

    .about-number {
        font-size: 58px;
    }

}/* End custom CSS */