.infografia-exportaciones .flex-wraper {
    align-items: stretch;
    gap: 1.5rem;
}

.pesca-pais__body{
    max-width: 650px;
}

.infografia-exportaciones__grafico,
.infografia-exportaciones__especies {
    height: inset;
}

.infografia-exportaciones__grafico {
    background: var(--color-success);
    padding: clamp(1.25rem, 2.4vw, 2.25rem);
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    background-image: url(../img/textures/waterTexture-lightturquoise.webp);
}

.infografia-exportaciones__grafico-title {
    margin: 0;
    text-transform: uppercase;
}

.infografia-exportaciones__grafico-subtitle {
    margin: 1.25rem 0 0;
    line-height: 1.2;
}

.infografia-exportaciones__grafico-figure {
    margin: 1.1rem 0 0;
}

.infografia-exportaciones__grafico-figure img {
    width: 100%;
    height: auto;
    display: block;
}

.infografia-exportaciones__grafico-fuente {
    margin: 1rem 0 0;
    text-align: right;
    font-size: 1rem;
}

.infografia-exportaciones__especies {
    padding: clamp(0.25rem, 1.2vw, 1rem);
}

.infografia-exportaciones__especies-title {
    margin: 0;
    text-transform: uppercase;
    line-height: 0.95;
    color: #3f4042;
}

.infografia-exportaciones__especies-title{
    color: var(--color-primary);
}

.infografia-exportaciones__especies-subtitle {
    margin: 1rem 0 2rem;
    color: #3f4042;
}

.infografia-exportaciones__table-wrap {
    width: 100%;
    border: 1px solid #d7dde2;
    overflow-x: auto;
    background: #fff;
}

.infografia-exportaciones__table {
    width: 100%;
    min-width: 540px;
    border-collapse: collapse;
}

.infografia-exportaciones__table th,
.infografia-exportaciones__table td {
    padding: 0.85rem 0.9rem;
    border-bottom: 1px solid #e3e8ed;
    text-align: center;
    vertical-align: middle;
}

.infografia-exportaciones__table th {
    background: var(--color-primary);
    color: var(--color-white);
    font-weight: 700;
}

.infografia-exportaciones__table tbody tr:last-child td {
    border-bottom: 0;
}

.infografia-exportaciones__table td:first-child,
.infografia-exportaciones__table th:first-child {
    text-align: left;
}

.infografia-exportaciones__species-cell {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.infografia-exportaciones__species-cell .infografia-exportaciones__species-image-wrap {
    width: 72px;
    min-height: 72px;
    flex: 0 0 72px;
    display: grid;
    place-items: center;
}

.infografia-exportaciones__species-cell .infografia-exportaciones__species-image {
    max-width: 100%;
    max-height: 72px;
}

.infografia-exportaciones__species-cell .infografia-exportaciones__species-placeholder {
    padding: 0.35rem;
    font-size: 0.82rem;
}

.infografia-exportaciones__species-name {
    display: block;
    margin: 0;
    line-height: 1;
    color: #111;
}

.infografia-exportaciones__table-value {
    display: inline-grid;
    place-items: center;
    min-width: 86px;
    min-height: 86px;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.infografia-exportaciones__table-value--2000 {
    background-color: var(--color-warning);
}

.infografia-exportaciones__table-value--2020 {
    background-color: var(--color-error);
}

.infografia-exportaciones__slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.infografia-exportaciones__slider.is-single .infografia-exportaciones__nav {
    display: none;
}

.infografia-exportaciones__viewport {
    width: 100%;
    overflow: hidden;
}

.infografia-exportaciones__track {
    position: relative;
    min-height: 350px;
}

.infografia-exportaciones__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.infografia-exportaciones__slide.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.infografia-exportaciones__species-name {
    margin: 0 0 0.75rem;
    line-height: 1;
}

.infografia-exportaciones__species-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.infografia-exportaciones__species-image-wrap {
    width: min(100%, 100px);
    min-height: 220px;
    display: grid;
    place-items: center;
}

.infografia-exportaciones__species-image {
    max-width: 100%;
    max-height: 250px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.infografia-exportaciones__species-placeholder {
    border: 1px dashed #9ea7af;
    color: #5d6670;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
}

.infografia-exportaciones__values {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.infografia-exportaciones__value-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
}

.infografia-exportaciones__value-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
}

.infografia-exportaciones__value-circle--2000 {
    background-color: #85a2b5;
}

.infografia-exportaciones__value-circle--2020 {
    background-color: #eda277;
}

.infografia-exportaciones__value-label {
    color: #111;
}

.infografia-exportaciones__nav {
    width: 42px;
    height: 42px;
    border: none;
    background: transparent;
    display: grid;
    place-items: center;
    cursor: pointer;
    padding: 0;
}

.infografia-exportaciones__nav svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: #2f88c6;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.infografia-exportaciones__empty {
    border-radius: 1.2rem;
    border: 1px dashed #b5bbc2;
    padding: 1rem;
}

@media (max-width: 980px) {
    .infografia-exportaciones__species-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .infografia-exportaciones__values {
        width: 100%;
        justify-content: center;
    }

    .infografia-exportaciones__table-value {
        min-width: 74px;
        min-height: 74px;
    }

    .infografia-exportaciones__species-cell .infografia-exportaciones__species-image-wrap {
        width: 62px;
        min-height: 62px;
        flex-basis: 62px;
    }

    .infografia-exportaciones__species-cell .infografia-exportaciones__species-image {
        max-height: 62px;
    }
}

@media (max-width: 576px) {
    .infografia-exportaciones__value-circle {
        width: 70px;
        height: 70px;
        font-size: 1rem;
    }

    .infografia-exportaciones__value-label {
        font-size: 1rem;
    }

    .infografia-exportaciones__track {
        min-height: 410px;
    }
}

@media (max-width: 762px), (min-width: 800px) and (max-width: 1220px) {
    .infografia-exportaciones__table-wrap {
        border: 0;
        overflow: visible;
        background: transparent;
    }

    .infografia-exportaciones__table {
        min-width: 0;
        border-collapse: separate;
        border-spacing: 0;
    }

    .infografia-exportaciones__table thead {
        display: none;
    }

    .infografia-exportaciones__table tbody,
    .infografia-exportaciones__table tr,
    .infografia-exportaciones__table td {
        display: block;
        width: 100%;
    }

    .infografia-exportaciones__table tr {
        border: 1px solid #d7dde2;
        background: #fff;
        margin-bottom: 0.8rem;
        padding: 0.8rem;
    }

    .infografia-exportaciones__table td {
        border: 0;
        padding: 0.35rem 0;
        text-align: left;
    }

    .infografia-exportaciones__table td:first-child {
        margin-bottom: 0.35rem;
    }

    .infografia-exportaciones__table td:nth-child(2),
    .infografia-exportaciones__table td:nth-child(3) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.8rem;
    }

    .infografia-exportaciones__table td:nth-child(2)::before,
    .infografia-exportaciones__table td:nth-child(3)::before {
        color: var(--color-primary);
        font-weight: 700;
    }

    .infografia-exportaciones__table td:nth-child(2)::before {
        content: "Año 2000";
    }

    .infografia-exportaciones__table td:nth-child(3)::before {
        content: "Año 2020";
    }

    .infografia-exportaciones__table-value {
        min-width: 64px;
        min-height: 64px;
        font-size: 0.95rem;
    }

    .infografia-exportaciones__species-cell .infografia-exportaciones__species-image-wrap {
        width: 54px;
        min-height: 54px;
        flex-basis: 54px;
    }

    .infografia-exportaciones__species-cell .infografia-exportaciones__species-image {
        max-height: 54px;
    }
}
