/* TREMA - Pagina Nosotros */
.cms-nosotros .page-title-wrapper,
.cms-nosotros .column.main > .page-title {
    display: none !important;
}

.cms-nosotros .column.main {
    padding-top: 0;
}

.trema-nosotros {
    font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #282828;
    line-height: 1.6;
}

.trema-nosotros .nosotros-hero {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
}

.trema-nosotros .nosotros-hero__content {
    flex: 1 1 320px;
    background: #000;
    color: #fff;
    padding: 48px 40px 40px;
    border: 3px solid #fff;
    border-right: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 320px;
}

.trema-nosotros .nosotros-hero__content h1 {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #fff;
    line-height: 1.15;
}

.trema-nosotros .nosotros-hero__tagline {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 24px;
    max-width: 420px;
}

.trema-nosotros .nosotros-hero__branches {
    font-size: 14px;
    margin-top: auto;
    opacity: 0.95;
}

.trema-nosotros .nosotros-hero__media {
    flex: 1 1 320px;
    background: #ff2d37;
    padding: 0 0 12px 12px;
    min-height: 320px;
}

.trema-nosotros .nosotros-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 308px;
    object-fit: cover;
}

.trema-nosotros .nosotros-intro {
    text-align: center;
    padding: 56px 20px 48px;
    max-width: 920px;
    margin: 0 auto;
}

.trema-nosotros .nosotros-intro__divider {
    width: 120px;
    height: 4px;
    margin: 0 auto 32px;
    background: linear-gradient(to right, #000 50%, #ff2d37 50%);
}

.trema-nosotros .nosotros-intro__title {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 4px;
    color: #000;
    line-height: 1.2;
}

.trema-nosotros .nosotros-intro__subtitle {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 28px;
    color: #ff2d37;
    line-height: 1.2;
}

.trema-nosotros .nosotros-intro p {
    font-size: 15px;
    color: #686868;
    margin: 0 0 18px;
}

.trema-nosotros .nosotros-intro__icon {
    margin-top: 28px;
}

.trema-nosotros .nosotros-intro__icon svg {
    width: 48px;
    height: 48px;
}

.trema-nosotros .nosotros-porque {
    padding: 0 20px 56px;
    max-width: 1100px;
    margin: 0 auto;
}

.trema-nosotros .nosotros-stats {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.trema-nosotros .nosotros-porque__heading {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px;
    color: #000;
}

.trema-nosotros .nosotros-porque__subheading {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0 0 32px;
    color: #282828;
}

.trema-nosotros .nosotros-stat {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
    color: #fff;
}

.trema-nosotros .nosotros-stat__number {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px 24px;
    text-align: center;
}

.trema-nosotros .nosotros-stat__number-value {
    font-size: 72px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin-bottom: 8px;
}

.trema-nosotros .nosotros-stat__number-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.35;
}

.trema-nosotros .nosotros-stat__body {
    flex: 1 1 280px;
    padding: 36px 40px;
}

.trema-nosotros .nosotros-stat__title {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 14px;
    line-height: 1.25;
}

.trema-nosotros .nosotros-stat__text {
    font-size: 14px;
    margin: 0 0 16px;
    line-height: 1.55;
}

.trema-nosotros .nosotros-stat__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.trema-nosotros .nosotros-stat__list li {
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 0;
}

.trema-nosotros .nosotros-stat--black {
    background: #000;
    border-left: 5px solid #ff2d37;
}

.trema-nosotros .nosotros-stat--gray {
    background: #555;
}

.trema-nosotros .nosotros-stat--red {
    background: #ff2d37;
}

@media (max-width: 767px) {
    .trema-nosotros .nosotros-hero__content {
        border-right: 3px solid #fff;
        border-bottom: none;
    }

    .trema-nosotros .nosotros-hero__content h1 {
        font-size: 30px;
    }

    .trema-nosotros .nosotros-intro__title {
        font-size: 26px;
    }

    .trema-nosotros .nosotros-intro__subtitle {
        font-size: 22px;
    }

    .trema-nosotros .nosotros-stat__number {
        flex: 1 1 100%;
        padding-bottom: 16px;
    }

    .trema-nosotros .nosotros-stat__body {
        padding: 24px 20px 32px;
    }

    .trema-nosotros .nosotros-stat__number-value {
        font-size: 56px;
    }
}

.trema-nosotros .nosotros-stat--branches {
    border-left: none;
}
