.title-blog {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    min-height: 36px;
}

.contador-institucional .elementor-counter-title {
    text-align: center;
}

.contact-list li:nth-child(even) {
    padding-left: 35px;
    font-size: 10px;

}

.contact-list li:nth-child(odd) {
    padding-top: 30px;
}

/* CONTENEDOR DEL PAGINADO */
.navigation-btn .elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* BOTONES */
.navigation-btn .elementor-pagination .page-numbers {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    color: #2f436e;

    border: 1px solid #cfd3dc;
    border-radius: 5px;

    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    padding-left: 3px;

    transition: all 0.25s ease;
}

/* HOVER SOLO EN LINKS (no deshabilitados ni activos) */
.navigation-btn .elementor-pagination a.page-numbers:not(.current):hover {
    background: #3754A2;
    color: #ffffff !important;
    border-color: #3754A2;
}

/* PÁGINA ACTIVA */
.navigation-btn .elementor-pagination .page-numbers.current {
    background: #3754A2;
    color: #ffffff !important;
    border-color: #3754A2;
}

/* DESACTIVADOS: Elementor los renderiza como <span>, sin clase .disabled */
.navigation-btn .elementor-pagination span.page-numbers:not(.current) {
    opacity: 0.45;
    cursor: default;
    pointer-events: none;
}

/* FLECHAS */
.navigation-btn .elementor-pagination .prev,
.navigation-btn .elementor-pagination .next {
    font-size: 16px;
    font-weight: 400;
}

/* BARRA DE BUSQUEDA */
.search-bar .e-search-input-wrapper,
.search-bar .e-search-form,
.search-bar .e-search {
    height: 42px !important;
    min-height: unset !important;
    max-height: 42px !important;
}

.search-bar .e-search-input {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    height: 42px !important;
    min-height: 42px !important;
}

.search-bar .e-search-submit {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: 42px !important;
}

.suscription-blog {
    max-height: 280px !important;
}

/* TABLET */
@media (max-width: 1024px) {
    .suscription-blog {
        max-height: 250px !important;
    }
}


.titulo-rotary .elementor-heading-title{
    display: flex;
    flex-direction: column;
}

.titulo-rotary .linea-1{
    display: block;
    font-size: 20px !important;
}

.titulo-rotary .linea-2{
    display: block;
    letter-spacing: 0.62em;
    font-size: 16px !important;
}