.container {
    max-width: 1150px;
}

.logo-titulos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imagen-logo {
    width: clamp(220px, 45vw, 260px);
}

/* Encabezado */
.titulo-politica {
    color: var(--azul-marino-medex);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    line-height: normal;
}

hr {
    border: none;
    height: 8px;
    background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
    opacity: 1;
    border-radius: 10px;
    margin: 1.5rem 0;
}

p,
div.p-politicas {
    color: var(--azul-marino-medex);
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

p > a,
div > a {
    color: var(--azul-marino-medex);
}

p.vigencia {
    font-weight: 800;
    text-align: center;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.bold,
ol.puntos > li {
    font-weight: 800;
}

@media (max-width: 1290px) {
    .container {
        padding-inline: 2.2rem;
    }
}
