Menú alternativo
Toggle preferences menu
Menú alternativo personal
No has accedido
Tu dirección IP será visible si haces alguna edición
.cp-hito {
    position: relative;
    margin: 0 0 1.65rem 0;
    padding: 0.05rem 0 0.1rem 0;
    font-family: sans-serif;
}

.cp-hito__punto {
    position: absolute;
    left: -2.48rem;
    top: 0.28rem;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #2C9ED8;
    box-shadow:
        0 0 0 2px rgba(44,158,216,0.16),
        0 2px 6px rgba(9,62,120,0.18);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease;
}

.cp-hito:hover .cp-hito__punto {
    transform: scale(1.18);
    box-shadow:
        0 0 0 4px rgba(44,158,216,0.14),
        0 3px 8px rgba(9,62,120,0.22);
}

.cp-hito__cabecera {
    line-height: 1.35;
    margin-bottom: 0.25rem;
}

.cp-hito__fecha {
    font-size: 0.95rem;
    font-weight: 800;
    color: #093E78;
}

.cp-hito__separador {
    color: #7C9AB4;
    font-weight: 600;
}

.cp-hito__titulo {
    font-size: 0.94rem;
    font-weight: 700;
    color: #174F7F;
}

.cp-hito__texto {
    max-width: 760px;
    color: #3E5770;
    font-size: 0.92rem;
    line-height: 1.58;
}

.cp-hito__texto p:last-child {
    margin-bottom: 0;
}

@media (max-width: 700px) {
    .cp-hito {
        margin-bottom: 1.35rem;
    }

    .cp-hito__punto {
        left: -1.99rem;
        width: 12px;
        height: 12px;
        border-width: 2px;
    }

    .cp-hito__fecha,
    .cp-hito__titulo {
        font-size: 0.9rem;
    }

    .cp-hito__texto {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}