/* Contenedor principal */
.cobertura-page-wrapper {
    max-width: 1184px;
    margin: 0 auto;
    padding: 0 24px 40px;
    box-sizing: border-box;
    background-color: #FFF;
}

.cobertura-container {
    width: 100%;
}

#carrito-breadcrumb {
    width: 100%;
    padding: 24px 0 0 0;
}

.carrito-breadcrumb-inner {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.carrito-breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ICO-texto-mate, #343737);
    text-align: center;
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    transition: color 0.2s ease;
}

.carrito-breadcrumb-item:hover {
    color: var(--ICO-Celeste, #459CD6);
}

.carrito-breadcrumb-item.active {
    color: var(--ICO-texto-mate, #343737);
    pointer-events: none;
}

.carrito-breadcrumb-separator {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: var(--ICO-texto-mate, #343737);
    width: 24px;
    height: 24px;
}

.carrito-breadcrumb-separator img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cobertura-main-title {
    color: var(--ICO-Azul, #0B4460);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-top: 24px;
    margin-bottom: 40px;
}

.cobertura-section-title {
    color: var(--ICO-Azul, #0B4460);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 24px;
}

.cobertura-text {
    color: var(--ICO-texto-mate, #343737);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    margin: 0 0 24px 0;
}

.cobertura-subtitle {
    color: var(--ICO-texto-mate, #343737);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    display: block;
}

.cobertura-list {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
}

.cobertura-list li {
    color: var(--ICO-texto-mate, #343737);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

@media (max-width: 1024px) {
    #carrito-breadcrumb {
        padding: 24px 0 0 0;
    }

    .carrito-breadcrumb-inner {
        width: 100%;
    }

    .cobertura-main-title {
        margin-top: 24px;
        margin-bottom: 32px;
    }

    .cobertura-section-title {
        margin-bottom: 24px;
    }
}
/* Fix breadcrumb visited global ICO */
.carrito-breadcrumb-item,
.carrito-breadcrumb-item:visited,
.carrito-breadcrumb-item:active,
.carrito-breadcrumb-item.active,
.carrito-breadcrumb-item.active:visited {
    color: var(--ICO-texto-mate, #343737) !important;
    text-decoration: none !important;
}

.carrito-breadcrumb-item:hover {
    color: var(--ICO-texto-mate, #343737) !important;
    text-decoration: none !important;
}
