h1 {
    /* font-size: calc(var(--font-size) * 2.4); */
    /* font-weight: 500; */
}

h2 {
    font-size: calc(var(--font-size) * 1.6);
    font-weight: 425;
    margin-bottom: .8em;
}

h3 {
    font-size: calc(var(--font-size) * 1.2);
    font-weight: 500;
    /* margin-bottom: .8em; */
    margin-top: 1.5em;
    margin-bottom: .8em;
}

.gestion-inacal{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.image-item{
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.gestion {
    font-size: var(--font-size);
    margin-top: 3.5em;
    margin-bottom: 4em;
}

.gestion-title {
    text-align: center;
    margin-bottom: 1em;
}

.gestion-content > div {
    margin-bottom: 2em;
}

.gestion-content a {
    font-size: 1.05em;
    color: var(--color-primario);
    font-weight: 500;
}

.gestion-content a:hover {
    text-decoration: none;
}

.accion p {
    margin-left: 1em;
}



@media (max-width: 1200px) {
    h1 {
        font-size: calc(var(--font-size) * 2.2);
    }
    h2 {
        font-size: calc(var(--font-size) * 1.5);
    }
    h3 {
        font-size: calc(var(--font-size) * 1.2);
    }
    .gestion-title {
        margin-bottom: 2.5em;
    }
}

@media (max-width: 800px) {
    h1 {
        font-size: calc(var(--font-size) * 1.8);
    }
    h2 {
        font-size: calc(var(--font-size) * 1.25);
    }
    h3 {
        font-size: calc(var(--font-size) * 1.1);
    }
    .gestion {
        margin-top: 2.5em;
    }
    .gestion-title {
        margin-bottom: 2em;
    }
}
