/* Innova /acelera-contenedores/ — variant of the Acelera landing 
/* new jc 07072026 */
/* ============================== HERO ============================== */
/* ONIZEA - Eliminar margen en blanco inferior Hero */
.hero_convocatoria {
	margin-bottom: 0px !important;
}

/* new jc 07072026 */
/* ============================== ANTI-SCROLL HORIZONTAL ============================== */
/* Clip cualquier desbordamiento horizontal. Solo aplica en esta landing
   porque el CSS se encola por slug. */
html, body {
    overflow-x: hidden;
}

/* ============================== OCULTAR BARRA DE TÍTULO DE CITYGOV ============================== */
/* citygov pinta `.top_panel_title` (con el nombre de la página y migas)
   entre el menú principal y el contenido en todas las páginas que no
   sean is_home() / is_front_page(). En esta landing es ruido visual
   (rompe el flujo del hero alignfull), así que la ocultamos por
   completo. Solo afecta a /acelera-contenedores/ porque este CSS se
   encola únicamente para ese slug. */
.top_panel_title {
    display: none !important;
}

/* ============================== ELIMINAR ESPACIO EN BLANCO ENTRE ULTIMO DIV Y FOOTER ============================== */
.page_content_wrap.page_paddings_no {
    padding: 0px !important;
}

.hero_title {
    font-family: "Montserrat", sans-serif !important;
}