.ceviche-bandera {
    background-color: transparent;
}

.ceviche-bandera__layout {
    align-items: stretch;
    gap: 1.5rem;
}

.ceviche-bandera__chef-wrap {
    margin: 0;
    flex: 0 1 560px;
    min-width: 300px;
}

.ceviche-bandera__chef-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ceviche-bandera__content {
    width: 450px;
    flex-grow: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ceviche-bandera__title {
    margin: 0;
    color: #111214;
    text-transform: uppercase;
    line-height: 0.95;
}

.ceviche-bandera__subtitle {
    margin: 0;
    color: #111214;
    line-height: 1.05;
}

.ceviche-bandera__text {
    margin: 0;
    color: #242628;
    line-height: 1.45;
}

.ceviche-bandera__unesco-row {
    align-items: center;
    gap: 1.2rem;
    margin-top: 0.35rem;
}

.ceviche-bandera__unesco-card {
    margin: 0;
    flex: 0 1 300px;
    min-height: 170px;
    background: #19a0d4;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.ceviche-bandera__unesco-image {
    width: min(100%, 165px);
    height: auto;
    display: block;
}

.ceviche-bandera__stats {
    margin-top: 0.4rem;
    gap: 1rem;
}

.ceviche-bandera__stat {
    flex: 1 1 180px;
}

.ceviche-bandera__stat-value {
    display: block;
    color: #2e78af;
    line-height: 1;
}

.ceviche-bandera__stat-text {
    margin: 0.25rem 0 0;
    color: #2b2d2f;
    line-height: 1.35;
}

.ceviche-bandera__consumo {
    margin-top: 0.2rem;
    overflow: hidden;
    min-height: 170px;
    background-color: var(--color-secondary);
    background-image: url(../img/textures/waterTexture-brightBlue.webp);
}

.ceviche-bandera__consumo-image-wrap {
    margin: 0;
    flex: 0 1 43%;
    min-width: 240px;
}

.ceviche-bandera__consumo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ceviche-bandera__consumo-copy {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.2rem 1.5rem;
    color: #ffffff;
    background-image: radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0) 50%);
}

.ceviche-bandera__consumo-value {
    margin: 0;
    line-height: 1;
    font-weight: 700;
}

.ceviche-bandera__consumo-text {
    margin: 0.45rem 0 0;
    line-height: 1.35;
}

@media (max-width: 980px) {
    .ceviche-bandera__unesco-card {
        flex-basis: 100%;
    }

    .ceviche-bandera__consumo-image-wrap {
        flex-basis: 100%;
    }
}
