/* editando en CSS directo porque hay problemas de permisos  */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f5f5f5;
}

.mensaje {
  max-width: 480px;
  margin: 2rem auto;
  padding: 1rem;
  background-color: var(--verde-oscuro);
  border: none;
  border-radius: 8px;
  text-align: center;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(20px);
}

.icono {
  background-color: var(--verde-limon);
  color: var(--verde-oscuro);
  font-weight: bold;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.mensaje h2 {
  font-size: 1.1rem;
  margin: 0;
  color: var(--blanco);
}

.mensaje p {
  font-size: 0.9rem;
  margin: 0.3rem 0 0;
  color: var(--blanco);
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animado {
  animation: fadeSlideIn 0.6s ease-out forwards;
}

/* fin */

input {
  font-family: "Work sans", sans-serif !important;
}
.omb-parrafo-card {
  padding: 0 16px;
}
.omb-parrafo-card--sin-padding {
  padding: 0 !important;
}
#content {
  padding: 0 !important;
}

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
}
.omb-section--de-interes {
  background-color: var(--color-fondo-seccion-intreres);
}
.btn-primary {
  background-color: var(--color-primario) !important;
  color: #000 !important;
  text-transform: uppercase !important;
  border: 1px solid var(--color-primario) !important;
}
.btn-primary:hover {
  background-color: var(--color-secundario-hover) !important;
  border-color: var(--color-secundario-hover) !important;
}
/* navbar principal */
/* navbar */
#CollapsingNavbar {
  justify-content: center !important;
}
#navbar-main {
  background-color: #e6e6e6 !important;
  border-bottom: 2px solid var(--color-primario);
  height: 72px !important;
  padding: 0 !important;
  z-index: 999;
}
#navbar-main {
  #CollapsingNavbar {
    height: 100%;
  }
  #block-mitema-main-menu {
    align-items: center;
    height: 100%;
    > ul,
    ul > li,
    ul > li > a {
      height: 100%;
    }
    ul > li > a {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .nav-link {
      transition: all 0.3s ease;
      display: flex;
      height: 100%;
      align-items: center;
      justify-content: center;
    }
    .nav-link:hover {
      background-color: var(--color-primario);
      color: #000 !important;
    }
    .is-active {
      background-color: var(--color-primario);
      color: #000 !important;
    }
  }
}

#block-accesible-toolbar {
  position: absolute;
  z-index: -3;
}

#block-mitema-main-menu {
  display: flex;
  flex-direction: row;
  gap: 20px;

  .nav-link {
    color: #4a4a4a !important;
    padding: 8px 18px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }
}
@media (width < 720px) {
  #block-mitema-main-menu {
    width: 100%;
    background-color: #fff !important;
    border-bottom: 1px solid #d3d3ca !important;
    height: auto !important;
    z-index: 999 !important;
    position: absolute;
  }
}
/* fin navbar principal */
#block-seccion-tableros {
  .omb-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .omb-container .view-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0;
    max-width: 980px;
  }
}

.omb-container .view-content > div {
  width: auto !important;
  padding: 0 !important;
}
.omb-card {
  width: 100%;
  max-width: 320px;
  display: flex;
  gap: 8px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  flex-direction: column;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.omb-card:hover {
  border: 1px solid black;
  transform: scale(1.01);
}

.omb-card.omb-card--tableros {
  padding: 0 0 16px 0 !important;
  max-width: 280px;
  gap: 0;
}
.omb-card.omb-card--full {
  width: 100%;
}
.omb-card-tableros-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%;
  padding: 0px 16px;
  box-sizing: border-box;
  margin: 4px 0;
}

/* .omb-card-tableros-tag {
  width: auto;
  height: 24px;
  border-radius: 16px;
  padding: 6px 12px 6px 12px;
  background-color: #f3f4f1;
  color: #71735e;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  display: flex;
  justify-items: center;
  align-items: center;
  box-sizing: border-box;
  gap: 5px;
  font-family: "Work-sans", sans-serif;
  margin-top: 8px;
} */

.omb-card-tableros-tag img {
  width: 12px;
  height: 12px;
}
.omb-card p {
  font-size: 1rem;
  font-family: "Work sans", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  line-height: 1.5rem;
  padding: 0px;
  color: black;
  min-height: 72px;
}
.omb-card h5 {
  min-height: 53px;
  font-weight: 600;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-decoration: underline;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.688rem;
  padding: 0px 16px;
  transition: all 0.1s ease-in !important;
  margin: 0;
}
.omb-card:hover h5 {
  color: var(--color-enlace-hover) !important;
}
.omb-card .views-field-field-imagen img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.omb-imagen-card--pequeña img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.omb-card.omb-card--tableros .views-field-field-taxonomia-tematica {
  li.list-group-item {
    border: none !important;
  }
}
/* card para indicadores home */
.indicador-card {
  position: relative;
  background: white;
  border-radius: 1rem;
  padding: 5.375rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: visible;
  width: 150px;
  height: 220px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.indicador-card p {
  margin: 0 !important;
}
.indicador-wrapper {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.indicador-card .views-field-field-numero-indicador .valor {
  margin-top: 3.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
}
.indicador-card .views-field-field-medida-indicador .valor {
  font-size: 1.5rem !important;
}
.indicador-card .omb-texto-indicadores {
  min-height: auto !important;
}
.site-footer {
  background: white !important;
}
#navbar-top {
  background-color: transparent !important;
  padding: 0 !important;
}
#navbar-top > .row {
  width: 100%;
  margin: 0 !important;
}
#block-header-govco {
  padding: 0 !important;
}

#block-header-govco {
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-section--top-bar {
    padding: 0;
  }

  .omb-logo-container--top {
    width: 100%;
    background-color: #3266b1;
    display: flex;
    justify-content: center;
  }
  .omb-logo-govco-container-top {
    width: 90%;
    height: 3rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .omb-logo-govco {
    width: 8.438rem;
    height: 1.688rem;
  }

  .omb-logo-omb-container {
    width: 90%;
    display: flex;
    align-items: center;
    height: 96px;
    justify-content: space-between;
    gap: 16px;
    color: white;
    box-sizing: border-box;
  }
  .omb-logo-omb-container img {
    height: 40px;
    width: auto;
  }
  .omb-buscador-container {
    border-radius: 8px;
    height: 40px;
    border: 1px solid var(--color-fondo-seccion-intreres);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: border 0.2s;
    overflow: hidden;
    padding-right: 4px;
    background-color: #fff;
  }
  .omb-buscador-container--escritorio {
    display: none;
    width: 280px;
  }

  .omb-input-buscar {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    width: 90%;
    font-family: "Work sans";
    font-size: 1rem;
    padding: 12px 16px;
    box-sizing: border-box;
    outline: none;
  }

  .omb-buscador-container:focus-within {
    border: 2px solid #000;
  }
  .omb-boton-buscar {
    background-color: var(--color-primario);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .omb-boton-buscar:hover {
    background-color: var(--color-secundario-hover);
    transform: scale(1.05);
  }

  .omb-header {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .omb-icono-menu-boton {
    padding: 8px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    background-color: inherit;
  }
  .omb-icono-menu-boton:hover {
    transform: scale(1.01);
  }
  .omb-icono-menu-boton:hover .omb-nav {
    display: flex;
  }
  .omb-buscador-nav-mobile {
    box-sizing: border-box;
    padding: 28px;
  }
  .omb-nav {
    width: 100%;
    background-color: #f0f0f0;
    display: none;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    position: absolute;
    top: 75px;
    right: 0;
  }
  .omb-lista-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .omb-lista-nav li {
    height: 100%;
    width: auto;
    box-sizing: border-box;
    border-right: 1px solid transparent;
    transition: all 0.3s ease;
    padding: 28px;
  }
  .omb-lista-nav li:hover {
    transform: scale(1.01);
  }
  .omb-lista-nav li:hover {
    background-color: var(--color-primario);
  }
  .omb-lista-nav li:last-child {
    border-right: none;
  }
  .omb-lista-nav li a {
    text-decoration: none;
    color: #1b1b1b;
    font-family: "Work sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
  /* hero */
  .omb-titulo-section {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 32px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-titulo-section--centrado {
    text-align: center;
  }
  .omb-titulo-section--sin-margin {
    margin-top: 0px;
  }

  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 26px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section--center {
    text-align: center;
  }
  .omb-section--hero {
    padding-top: 40px;
  }
  .omb-hero-container {
    width: 90%;
    display: flex;
    justify-content: center;
  }
  .omb-card-hero {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .omb-titulo-hero {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 113.99999999999999%;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  .omb-texto-hero span {
    background-color: var(--color-primario);
    font-weight: 700;
  }
  .omb-imagen-hero {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
  .omb-parrafo-hero {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 32px;
    letter-spacing: 0%;
  }
  .omb-section--de-interes {
    background-color: var(--color-fondo-seccion-intreres);
  }
  .omb-botones-contenedor-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .omb-boton {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border: 1px solid var(--color-primario);
  }

  .omb-botton--tamano-fijo {
    min-width: 364px;
  }
  .omb-boton--secundario {
    background-color: #fff;
    border-color: var(--color-primario);
  }

  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .omb-boton--primario:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-secundario-hover);
  }

  .omb-boton--secundario:hover {
    background-color: var(--color-primario);
    color: black;
  }

  /* indicadores */
  .omb-section--inidicadores-home {
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .omb-imagen-edificios-indicadores {
    width: 100%;
  }
  .omb-imagen-edificios-indicadores img {
    width: 100%;
    display: block;
    object-fit: cover;
  }

  .omb-indicadores-destacados-container {
    width: 90%;
    position: relative;
  }
  .omb-fondo-indicadores-home {
    width: 100%;
    background: linear-gradient(to bottom, #f2f4f8 0%, #ffffff 100%);
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    position: relative;
  }

  .omb-swiper {
    width: 85%;
    padding: 4px;
    box-sizing: border-box;
  }
  .indicadoresSwiper {
    padding: 0px 16px;
    box-sizing: border-box;
  }
  .omb-wrapper {
    width: 100%;
  }

  .omb-swiper-slide {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box;
  }
  .omb-swiper-slide--indicadores-home {
    height: 340px;
  }

  .omb-paginacion {
    position: absolute;
    bottom: -32px !important;
  }
  .omb-paginacion-sitios-relacionados {
    bottom: 60px !important;
  }
  .omb-paginacion > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .omb-paginacion > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .omb-boton-control-carrusel {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: -46px;
    min-width: 120px;
    height: 34px;
    width: auto;
    cursor: pointer;
    padding: 0;
  }
  .omb-boton-control-carrusel--variante {
    bottom: 46px;
  }

  .omb-boton-control-carrusel button {
    color: #565747;
    font-family: "Worl sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    width: auto;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
    cursor: pointer;
  }

  .omb-boton-prev {
    left: 0;
  }
  .omb-boton-next {
    right: 0;
  }
  .omb-boton-prev,
  .omb-boton-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    border: 1px solid #d9e36e;
  }
  .omb-boton-prev:hover,
  .omb-boton-next:hover {
    color: black !important;
    background-color: var(--color-primario);
  }

  .omb-boton-prev::after,
  .omb-boton-next::after {
    font-size: 32px;
    font-weight: 900;
  }

  .indicador-card {
    border: 1px solid #eaeae6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: white;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: visible;
    min-width: 175px;
    max-width: 200px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    padding: 0px 8px;
  }
  .indicador-card:hover {
    border-color: #000;
    transform: scale(1.09);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  }
  .indicador-card:hover .valor {
    color: var(--color-hover-secundario);
  }
  .icono-wrapper {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .icono-fondo {
    width: 80px;
    height: 80px;
    top: -28px;
    position: relative;
    border-radius: 50%;
    background-color: #dcef00;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
    border: 6px solid white;
  }
  .icono-fondo img {
    width: 60px;
    height: auto;
  }
  .valor {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2rem;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    min-height: 64px;
  }
  .valor span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0%;
    text-align: center;
  }
  .omb-texto-indicadores {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.063rem;
    text-align: center;
    margin: 8px 0px;
    min-height: 88px;
  }

  /*Aliados */
  .omb-section--aliados-home {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .omb-aliados-container {
    width: 90%;
  }
  .omb-fondo-montañas-aliados {
    width: 100%;
  }
  .omb-fondo-montañas-aliados img {
    width: 100%;
    object-fit: contain;
    position: absolute;
    z-index: -10;
    top: -40px;
  }

  .aliados-logos-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
  }

  .aliados-logos-container img {
    width: 100px;
    height: 80px;
    object-fit: contain;
  }
  .aliados-logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }
  .omb-fondo-aliados {
    width: 100%;
  }
  .omb-fondo-aliados img {
    width: 100%;
    object-fit: cover;
  }

  /* observarotio*/
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 26px;
    color: black;
    font-family: "Montserrat", sans-serif;
  }

  .omb-observatorio-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .omb-acordion-home {
    width: 90%;
  }
  .omb-acordion-boton--home {
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #fff;
    border: 0;
    min-height: 4.375rem;
    padding: 0 1rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }

  .omb-flecha-acordion {
    transition: all 0.3s ease;
  }
  .omb-acordion-boton--home.activo .omb-flecha-acordion {
    transform: rotate(0deg);
  }
  .omb-acordion-boton--home.activo {
    border-left: 1px solid var(--color-secundario-hover);
  }
  .omb-acordion-boton--home:hover {
    border-left: 4px solid var(--color-boder-tab);
    background-color: var(--color-primario);
  }
  .omb-acordion-boton--home.activo {
    border-left: 4px solid var(--color-boder-tab);
    background-color: var(--color-primario);
  }
  .omb-titulo-botton-acordeon {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .omb-icono-titulo-acordion img {
    width: 40px;
  }

  .omb-acordion-content-home {
    max-height: 0;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.4s ease;
    box-sizing: border-box;
    padding: 1rem 0px;
  }
  .omb-acordion-contenido--home.abierto {
    padding: 1rem 0px;
  }
  .omb-card-acordion {
    margin-top: 20px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .omb-imagen-card-acordion {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .omb-parrafo-card-acorderon {
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: 1.5rem;
    color: #666;
    min-height: 96px;
  }

  .omb-tabs-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .omb-parrafo-descripcion-section--observatorio {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-align: center;
  }

  /*publiciones */

  .omb-section--home-publicaciones {
    flex-direction: column;
    align-items: center;
  }
  .omb-publicaciones-container {
    width: 90%;
    position: relative;
  }

  .omb-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
  }

  .omb-card--pequeña {
    max-width: 80%;
  }
  .omb-card:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-imagen-card {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
  .omb-imagen-card--pequeña {
    height: 158px;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }
  .omb-swiper-slide--publicaciones-home {
    display: flex;
    justify-content: center !important;
  }
  .omb-button-container {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 52px;
  }

  /*sitios relacionados*/
  .omb-section--home-sitios-relacionados {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    height: 380px;
    box-sizing: border-box;
    z-index: 1;
  }

  .omb-sitios-relacionados-container {
    width: 90%;
    position: relative;
  }

  .omb-decoracion-lineas-sitios-relacionados {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .omb-card-sitios-relacionados {
    width: 90%;
    height: 158px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 1px solid transparent;
    background-color: #fff;
    transition: all 0.5s ease;
    box-sizing: border-box;
    padding: 8px;
  }
  .omb-card-sitios-relacionados img {
    width: 100%;
    object-fit: cover;
  }

  .omb-card-sitios-relacionados:hover {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-button-container-sitios-relacionados {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 52px;
  }

  /*formulario de suscripcion */

  .omb-suscripcion-section {
    width: 100%;
    position: relative;
    height: 340px;
  }
  .omb-fondo-suscripcion-section {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
  }
  .omb-suscripcion-container {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    gap: 30px;
    position: relative;
    overflow: hidden;
  }
  .omb-imagenes-decoraritvas-suscripcion {
    position: absolute;
    top: 32px;
    width: 100%;
    display: none;
    z-index: -1;
  }
  .omb-imagenes-decoraritvas-suscripcion img:first-child {
    width: 60px;
  }
  .omb-imagenes-decoraritvas-suscripcion img:last-child {
    width: 300%;
    position: relative;
    top: -10px;
  }
  .omb-suscripcion-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .omb-texto {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
  }
  .omb-titulo-section--blanco {
    color: white;
    text-align: start;
    font-size: 1.25rem;
  }
  .omb-parrafo-descripcion-section--blanco {
    color: white;
    margin: 0;
    text-align: start;
    font-size: 1rem;
  }

  .omb-suscripcion-decoracion {
    display: flex;
  }
  .omb-parrafo-descripcion-section--sin-margin {
    margin-top: 0;
  }
  .omb-input-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
  }
  .omb-input-container input {
    width: 100%;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 20px;
    border: 1px solid #d3d3ca;
    box-sizing: border-box;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
  }
  .omb-input-container button {
    width: 100%;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    border-radius: 20px;
    background-color: var(--color-primario);
    color: black;
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease-in;
    border: 1px solid var(--color-primario);
    cursor: pointer;
  }
  .omb-input-container button:hover {
    background-color: var(--color-secundario-hover);
  }

  /*footer*/
  footer {
    width: 100%;
    background-color: var(--color-primario);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 8px;
  }
  .omb-footer-container {
    width: 80%;
    background-color: #fff;
    padding: 32px;
    box-sizing: border-box;
    position: relative;
    top: -80px;
    margin-bottom: 40px;
  }
  .omb-info-footer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .omb-footer-header {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .omb-info-footer {
    width: 100%;
  }
  .omb-info-footer h2 {
    font-weight: 600;
    color: var(--color-hover-secundario);
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;

    transition: all 0.9s ease-in;
  }
  .omb-info-footer p {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    margin: 0;
    font-family: 500;
    line-height: 1.5rem;
    color: var(--color-hover-secundario);
    margin-top: 4px;
  }
  .omb-info-footer ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
  }
  .omb-info-footer ul li {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
  }
  .omb-logos-footer img {
    height: 50px;
  }

  .omb-redes-sociales-footer-container {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .omb-redes-sociales-footer-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-hover-secundario);
    border-left: 2px solid transparent;
    padding-left: 16px;
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 0;
  }
  .omb-redes-sociales-footer-container a:hover {
    color: var(--color-enlace-hover);
    text-decoration: underline;
  }
  .omb-redes-sociales-footer-container a:hover .omb-icono-redes-footer {
    background-color: var(--color-enlace-hover);
  }
  .omb-redes-sociales-footer-container a:first-child {
    border-left: none;
    padding-left: 0;
  }
  .omb-icono-redes-footer {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    background-color: var(--color-enlace);
  }
  .omb-enlaces-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    gap: 16px;
    margin-bottom: 32px;
  }
  .omb-enlaces {
    color: var(--color-hover-secundario);
  }
  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
    text-decoration: underline;
  }

  .omb-enlaces-footer-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-hover-secundario);
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
  }
  .omb-enlaces-footer-container a:hover {
    color: var(--color-enlace-hover);
    text-decoration: underline;
  }

  .omb-logo-govco-container {
    width: 100%;
    height: 80px;
    gap: 16px;
    background-color: #3266b1;
    display: flex;
    align-items: center;
    padding-left: 64px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
  }
  .omb-logo-govco-container img {
    height: 1.875rem;
    width: 8.5rem;
  }

  .omb-obervatorio-section-tabs {
    display: none;
  }
  .omb-tabs-container {
    display: flex;
    width: 100%;
    gap: 32px;
    margin-top: 20px;
  }
  .omb-tabs-menu {
    width: 50%;
    display: flex;
    gap: 16px;
    flex-direction: column;
  }

  .omb-tabs-boton--home {
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #fff;
    border: 0;
    min-height: 4.375rem;
    padding: 0 1rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  .omb-tabs-boton--home:hover {
    border-left: 4px solid var(--color-boder-tab);
    background-color: var(--color-primario);
  }

  .omb-tabs-boton--home.activo {
    border-left: 4px solid var(--color-boder-tab);
    background-color: var(--color-primario);
  }
  .omb-card-observatorio {
    width: 50%;
    margin: 0;
  }
  .hidden {
    display: none;
  }
  .omb-boton-volver-arriba {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    padding: 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    max-width: 56px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: all 0.3s ease;
    z-index: 1000;
  }

  .omb-boton-volver-arriba span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 4px 8px;
    width: 32px;
    height: 32px;
    background-color: var(--color-govco);
    color: #fff;
  }

  .omb-boton-volver-arriba span img {
    flex-shrink: 0;
  }

  .omb-boton-volver-arriba__texto {
    white-space: nowrap;
    overflow: hidden;
    color: var(--color-texto);
    opacity: 0;
    width: 0;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    transition: all 0.3s ease;
  }

  .omb-boton-volver-arriba:hover {
    max-width: 200px;
  }

  .omb-boton-volver-arriba:hover .omb-boton-volver-arriba__texto {
    width: auto;
    opacity: 1;
  }

  .omb-boton-volver-arriba:focus-visible {
    outline: 2px solid #000;
    background-color: var(--color-govco-hover);
  }
  .omb-boton-volver-arriba:focus-visible span:first-child {
    background-color: #fff;
    color: black;
  }

  .omb-barra-accesibilidad {
    height: 143px;
    width: 48px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 35%;
    right: 0;
    background-color: var(--color-govco);
    border-radius: 10px 0px 0px 10px;
    padding: 12px 0 20px 0;
    z-index: 1000;
  }

  .omb-boton-accesibilidad {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    width: 48px;
    height: 40px;
    background-color: inherit;
    border: none;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    transition: width 0.3s ease, background-color 0.3s ease;
  }

  .omb-boton-accesibilidad span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 32px;
    background-color: #fff;
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    box-sizing: border-box;
    color: #000;
    flex-shrink: 0;
    z-index: 2;
    color: var(--color-govco);
    transition: all 0.3s ease-in;
  }
  .omb-boton-accesibilidad:hover span:first-child {
    color: var(--color-govco-hover);
  }

  .omb-boton-accesibilidad__texto {
    white-space: nowrap;
    opacity: 0;
    width: 0;
    color: var(--color-texto);
    font-size: 1rem;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    transition: all 0.3s ease;
    transition: width 0.3s ease, opacity 0.3s ease;
    z-index: 1;
  }

  .omb-boton-accesibilidad:hover {
    width: 340px;
    background-color: var(--color-govco-hover);
  }

  .omb-boton-accesibilidad:hover .omb-boton-accesibilidad__texto {
    width: auto;
    opacity: 1;
    color: #fff;
  }

  @media (min-width: 768px) {
    .omb-titulo-hero {
      font-size: 2.625rem;
      font-weight: 500;
    }
    .omb-buscador {
      width: 90%;
    }
    .omb-botones-contenedor-hero {
      align-items: start;
    }
    .omb-obervatorio-section-tabs {
      display: none;
    }

    .omb-redes-sociales-footer-container {
      justify-content: center;
    }

    .omb-footer-header {
      flex-direction: row;
      justify-content: space-between;
    }
    .omb-footer-container {
      padding: 32px 40px;
      top: -100px;
    }
    .omb-info-footer-content {
      flex-direction: row;
    }
    .omb-card--pequeña {
      width: 100%;
      max-width: none;
    }
  }
  @media (min-width: 1024px) and (max-width: 1139px) {
    .omb-logo-omb-container {
      max-width: 960px;
    }
    .omb-header {
      flex-direction: column;
      background-color: white;
      position: relative;
    }

    .omb-icono-menu-boton {
      display: none;
    }

    .omb-buscador-nav-mobile {
      display: none;
    }
    .omb-buscador-container--escritorio {
      display: flex;
    }

    .omb-nav {
      position: relative;
      display: flex;
      top: 0;
      border-radius: 0px;
      justify-content: start;
      padding-left: 10px;
      width: 100%;
    }
    .omb-lista-nav {
      max-width: 100%;
      flex-direction: row;
    }
    .omb-lista-nav li {
      max-width: 160px;
      border-top: 1px solid transparent;
      border-right-color: #bbbcae;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
    }
    .omb-lista-nav li a {
      padding: 16px;
    }

    .omb-hero-container,
    .omb-aliados-container,
    .omb-observatorio-container,
    .omb-suscripcion-container,
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-sitios-relacionados-container {
      max-width: 960px;
    }
    .omb-titulo-hero {
      font-size: 2rem;
    }
    .omb-carrusel-container {
      width: 100%;
      display: flex;
      justify-content: center;
      position: relative;
    }
    .omb-swiper {
      width: 90%;
    }
    .omb-card-hero {
      flex-direction: row;
    }
    .omb-texto-hero {
      width: 50%;
    }
    .omb-imagen-hero {
      width: 500px;
      object-fit: contain;
    }
    .aliados-logos-container {
      justify-content: space-around;
    }
    .aliados-logos-container img {
      width: 118px;
    }
    .omb-obervatorio-section-acordion {
      display: none;
    }
    .omb-obervatorio-section-tabs {
      display: flex;
    }
    .omb-parrafo-card-acorderon {
      height: 120px;
    }

    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }
    .aliados-logos-container {
      justify-content: space-between;
      margin-top: 40px;
    }
    .aliados-logos-container img {
      width: 140px;
      height: 120px;
    }
    .omb-card--pequeña {
      width: 100%;
      max-width: none;
    }

    .omb-imagen-card--mediana {
      width: 100%;
      height: auto;
      aspect-ratio: 4 / 3;
    }

    .omb-boton-prev,
    .omb-boton-next {
      width: 44px;
      height: 44px;
      display: flex;
    }
    .omb-boton-prev {
      left: -0px;
    }
    .omb-boton-next {
      right: -0px;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 44px;
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 30px;
      font-family: "Monstserrart", sans-serif;
    }
    .omb-suscripcion-section {
      height: 340px;
      align-items: start;
    }

    .omb-suscripcion-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      z-index: 2;
      gap: 20px;
      margin-top: 60px;
      height: auto;
      position: static;
    }
    .omb-texto {
      width: auto;
      display: flex;
      align-items: start;
      justify-content: start;
      color: white;
      padding-left: 0;
    }
    .omb-titulo-section--blanco {
      color: white;
    }
    .omb-parrafo-descripcion-section--blanco {
      color: white;
      margin: 0;
      text-align: start;
    }
    .omb-imagenes-decoraritvas-suscripcion {
      width: 100%;
      top: 52px;
      display: block;
    }
    .omb-imagenes-decoraritvas-suscripcion img:first-child {
      width: 80px;
      position: relative;
      left: 20px;
    }
    .omb-imagenes-decoraritvas-suscripcion img:last-child {
      width: 100%;
      position: relative;
      top: -10px;
    }
    .omb-suscripcion-decoracion {
      display: flex;
      display: none;
    }
    .omb-parrafo-descripcion-section--sin-margin {
      margin-top: 0;
    }
    .omb-input-container {
      width: auto;
      display: flex;
      flex-direction: row;
      gap: 4px;
      margin-top: 40px;
    }
    .omb-input-container input {
      min-width: 280px;
      width: 280px;
      height: 40px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }
    .omb-input-container button {
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
      width: 158px;
    }

    .omb-input-container button:hover {
      background-color: var(--color-secundario-hover);
    }

    .omb-footer-header {
      flex-direction: row;
      justify-content: space-between;
    }

    .omb-footer-container {
      padding: 40px 80px;
      top: -90px;
    }
    .omb-info-footer-content {
      flex-direction: row;
    }
  }

  @media (min-width: 1140px) and (max-width: 1359px) {
    .omb-titulo-hero {
      font-size: 2.3rem;
      font-size: 600;
    }

    .omb-logo-omb-container {
      max-width: 1140px;
    }
    .omb-icono-menu-boton {
      display: none;
    }
    .omb-header {
      flex-direction: column;
      background-color: white;
      position: relative;
    }

    .omb-icono-menu-boton {
      display: none;
    }

    .omb-buscador-nav-mobile {
      display: none;
    }
    .omb-buscador-container--escritorio {
      display: flex;
    }

    .omb-nav {
      position: relative;
      display: flex;
      top: 0;
      border-radius: 0px;
      justify-content: start;
      padding-left: 10px;
      width: 100%;
    }
    .omb-lista-nav {
      max-width: 100%;
      flex-direction: row;
    }
    .omb-lista-nav li {
      max-width: 160px;
      border-top: 1px solid transparent;
      border-right-color: #bbbcae;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
    }
    .omb-lista-nav li a {
      padding: 16px;
    }
    .omb-hero-container,
    .omb-aliados-container,
    .omb-observatorio-container,
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-sitios-relacionados-container {
      max-width: 1140px;
    }
    .omb-carrusel-container {
      width: 100%;
      display: flex;
      justify-content: center;
      position: relative;
    }
    .omb-swiper {
      width: 90%;
    }

    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }
    .omb-card-hero {
      flex-direction: row;
    }
    .omb-section--aliados-home {
      flex-direction: column;
      align-items: center;
    }
    .omb-obervatorio-section-acordion {
      display: none;
    }
    .omb-obervatorio-section-tabs {
      display: flex;
    }
    .omb-imagen-card-acordion {
      height: 395px;
    }

    .omb-boton-prev,
    .omb-boton-next {
      width: 52px;
      height: 52px;
      display: flex;
    }
    .omb-boton-prev {
      left: 0px;
    }
    .omb-boton-next {
      right: 0px;
    }

    .omb-suscripcion-section {
      height: 340px;
      align-items: start;
    }

    .omb-suscripcion-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      z-index: 2;
      gap: 20px;
      margin-top: 60px;
      height: auto;
      position: static;
    }
    .omb-texto {
      width: auto;
      display: flex;
      align-items: start;
      justify-content: start;
      color: white;
      padding-left: 0;
    }
    .omb-titulo-section--blanco {
      color: white;
    }
    .omb-parrafo-descripcion-section--blanco {
      color: white;
      margin: 0;
      text-align: start;
    }
    .omb-imagenes-decoraritvas-suscripcion {
      width: 100%;
      top: 52px;
      display: block;
      z-index: -1;
    }
    .omb-imagenes-decoraritvas-suscripcion img:first-child {
      width: 85px;
      position: relative;
      left: 20px;
    }
    .omb-imagenes-decoraritvas-suscripcion img:last-child {
      width: 100%;
      position: relative;
      top: -10px;
    }

    .omb-imagenes-decoraritvas-suscripcion {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
      top: 70px;
      left: 0;
      z-index: -1;
    }
    .omb-imagenes-decoraritvas-suscripcion img:first-child {
      width: 85px;
      position: relative;
      left: 80px;
    }
    .omb-imagenes-decoraritvas-suscripcion img:last-child {
      width: 100%;
      position: relative;
      top: -0px;
    }
    .omb-card--pequeña {
      width: 100%;
      max-width: none;
    }
    .omb-suscripcion-decoracion {
      display: flex;
      display: none;
    }
    .omb-parrafo-descripcion-section--sin-margin {
      margin-top: 0;
    }
    .omb-input-container {
      width: auto;
      display: flex;
      flex-direction: row;
      gap: 4px;
      margin-top: 40px;
    }
    .omb-input-container input {
      min-width: 280px;
      width: 280px;
      height: 40px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }
    .omb-input-container button {
      width: 158px;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
    }

    .omb-input-container button:hover {
      background-color: var(--color-secundario-hover);
    }
    .omb-footer-header {
      flex-direction: row;
      justify-content: space-between;
    }
    .omb-footer-container {
      padding: 40px 80px;
      top: -100px;
    }
    .omb-info-footer-content {
      flex-direction: row;
    }
    .omb-redes-sociales-footer-container {
      justify-content: space-evenly;
    }
    .omb-enlaces-footer-container {
      gap: 32px;
    }
  }
  @media (min-width: 1280px) {
    .omb-titulo-hero {
      font-size: 2.3rem;
    }
    .omb-logo-omb-container {
      max-width: 1140px;
    }
    .omb-icono-menu-boton {
      display: none;
    }

    .omb-header {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: white;
      position: relative;
    }

    .omb-icono-menu-boton {
      display: none;
    }

    .omb-buscador-nav-mobile {
      display: none;
    }
    .omb-buscador-container--escritorio {
      display: flex;
    }

    .omb-nav {
      position: relative;
      display: flex;
      border-radius: 0px;
      justify-content: center;
      width: 100%;
      flex-direction: row;
      top: 0;
    }
    .omb-lista-nav {
      max-width: 1140px;
      flex-direction: row;
    }
    .omb-lista-nav li {
      max-width: 160px;
      border-top: 1px solid transparent;
      border-right-color: #bbbcae;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
    }
    .omb-lista-nav li a {
      padding: 16px;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }
    .omb-hero-container,
    .omb-aliados-container,
    .omb-observatorio-container,
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-suscripcion-container {
      max-width: 1140px;
    }
    .omb-card--pequeña {
      width: 100%;
      max-width: none;
    }
    .omb-suscripcion-container {
      justify-content: space-between;
    }
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-sitios-relacionados-container {
      width: 1140px;
    }
    .omb-card-hero {
      flex-direction: row;
    }
    .omb-section--aliados-home {
      justify-content: center;
    }

    .aliados-logos-container {
      justify-content: space-between;
      margin-top: 20px;
    }
    .aliados-logos-container img {
      width: 140px;
      height: 120px;
    }
    .omb-obervatorio-section-acordion {
      display: none;
    }
    .omb-obervatorio-section-tabs {
      display: flex;
    }
    .omb-imagen-card-acordion {
      height: 395px;
    }
    .omb-carrusel-container {
      width: 100%;
      display: flex;
      justify-content: center;
      position: relative;
    }
    .omb-swiper {
      width: 85%;
    }

    .omb-boton-prev,
    .omb-boton-next {
      width: 52px;
      height: 52px;
      display: flex;
    }
    .omb-boton-prev {
      left: -0px;
    }
    .omb-boton-next {
      right: -0px;
    }

    .omb-suscripcion-section {
      height: 340px;
      align-items: start;
    }

    .omb-suscripcion-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      z-index: 2;
      gap: 20px;
      margin-top: 60px;
      height: auto;
      position: static;
    }
    .omb-texto {
      width: auto;
      display: flex;
      align-items: start;
      justify-content: start;
      color: white;
      padding-left: 0;
    }
    .omb-titulo-section--blanco {
      color: white;
    }
    .omb-parrafo-descripcion-section--blanco {
      color: white;
      margin: 0;
      text-align: start;
    }
    .omb-imagenes-decoraritvas-suscripcion {
      width: 100%;
      top: 44px;
      padding: 0 24px;
      box-sizing: border-box;
      display: block;
      left: 0px;
    }
    .omb-imagenes-decoraritvas-suscripcion img:first-child {
      width: 85px;
      position: relative;
      left: 32px;
    }
    .omb-imagenes-decoraritvas-suscripcion img:last-child {
      width: 100%;
      position: relative;
      top: -10px;
    }

    .omb-suscripcion-decoracion {
      display: flex;
      display: none;
    }
    .omb-parrafo-descripcion-section--sin-margin {
      margin-top: 0;
    }
    .omb-input-container {
      width: auto;
      display: flex;
      flex-direction: row;
      gap: 4px;
      margin-top: 40px;
    }
    .omb-input-container input {
      min-width: 280px;
      width: 450px;
      height: 40px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }
    .omb-input-container button {
      width: 158px;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
    }

    .omb-input-container button:hover {
      background-color: var(--color-secundario-hover);
    }
    .omb-footer-header {
      flex-direction: row;
      justify-content: space-between;
    }
    .omb-footer-container {
      padding: 40px 80px;
      top: -120px;
    }

    .omb-info-footer-content {
      flex-direction: row;
    }
    .omb-redes-sociales-footer-container {
      justify-content: space-evenly;
    }
    .omb-enlaces-footer-container {
      gap: 32px;
    }
  }
}

#block-topheader-govco2 {
  width: 100%;
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-section--top-bar {
    display: block;
    padding: 0;
  }

  .omb-logo-container--top {
    width: 100%;
    background-color: #3266b1;
    display: flex;
    justify-content: center;
  }
  .omb-logo-govco-container-top {
    width: 90%;
    height: 3rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .omb-logo-govco-container-top img {
    height: 1.875rem;
    width: 8.5rem;
  }

  .omb-buscador-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .omb-buscador {
    width: 90%;
    display: flex;
    align-items: center;
    height: 96px;
    justify-content: space-between;
    gap: 16px;
    color: white;
    box-sizing: border-box;
  }
  @media (width < 720px) {
    .omb-buscador {
      flex-direction: column;
      align-items: center;
      height: auto !important;
      padding: 10px 0;
    }
  }
  .omb-input-busqueda-home {
    border-radius: 24px;
    padding: 12px 16px;
    width: 300px;
    font-family: "Work sans";
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/sites/default/files/2025-07/icono-busqueda.png");
    background-repeat: no-repeat;
    background-position: right 16px center;
  }
  .omb-buscador-container {
    display: flex;
    align-items: center;
  }
}

.hero {
  position: relative;
  padding: 4rem 0;
  background-color: #fff;
}
.hero .container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0;
}
.hero__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.hero__text {
  width: 39.375rem;
}
.hero__text h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.hero__text h1 .highlight {
  color: #c4d600;
}
.hero__text p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #333;
}
.hero__text .hero__buttons {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: left;
  gap: 1rem;
}
.hero__text .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 380px;
}
.hero__text .btn--primary {
  background-color: #c4d600;
  color: black;
}
.hero__text .btn--secondary {
  border: 2px solid #c4d600;
  color: black;
  background-color: transparent;
}
.hero__image {
  width: 100%;
  max-width: 41.5625rem;
  text-align: center;
}
.hero__image img {
  width: 100%;
  height: auto;
}
.hero .city-background {
  background: url("/sites/default/files/2025-06/urban-silhouette.svg") no-repeat
    center bottom;
  background-size: cover;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 1rem;
}

.dashboard {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2rem;
}

.omb-theme {
  background-color: #f6f9fc;
  color: #333;
  font-family: "Poppins", sans-serif;
}

body {
  color: black;
  overflow-x: hidden !important;
}
/* aliados */
#block-aliados {
  .aliados {
    text-align: center;
    padding: 40px 20px;
    width: 100%;
    height: 718px;
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -160px;
  }
  .aliados h2 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: "Work sans", sans-serif;
    position: relative;
    z-index: 1;
  }
  .aliados-logos-container {
    width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
  }

  .aliados-logos img {
    width: 118px;
    height: 94px;
    object-fit: cover;
    opacity: 0.85;
    transition: filter 0.3s ease, opacity 0.3s ease;
  }
  .aliados-logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }
  .omb-fondo-aliados {
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    bottom: 0;
    position: absolute;
  }
  .omb-fondo-aliados img {
    width: 100%;
    height: 100%;
  }
}

/* tabs */
#block-omb-tabs {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: -110px;
}

/* publicaciones */
#block-publicaciones {
  .omb-publicaciones-section {
    width: 100%;
    background-color: #eeeff1;
    height: 760px;
    display: flex;
    padding: 50px 0;
    flex-direction: column;
    align-items: center;
    background-image: url("http://149.130.178.89/media/119");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .omb-title-container {
    width: 1280px;
  }
  .omb-publicaciones-section h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
    vertical-align: middle;
    text-align: start;
    margin-bottom: 0;
  }

  .omb-publicaciones-container {
    width: 1280px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
  }
  .omb-button-container {
    width: 1280px;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }

  .omb-button-container button {
    width: 236px;
    height: 40px;
    background-color: var(--secundario-yellow);
    font-family: "Work sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-radius: 32px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-left: 360px;
    z-index: 10;
    position: relative;
  }

  .omb-button-container button:hover {
    background-color: #c4d600;
    color: black;
  }

  .omb-contenedor-buttones-publicaciones-home {
    display: flex;
    position: relative;
    width: 960px;
    height: 53px;
    justify-content: space-around;
  }
  .omb-botom-control-carrousel-publicaciones-section {
    position: absolute;
    z-index: 10;
    bottom: -30px;
    min-width: 120px;
    height: 34px;
    width: auto;
  }

  .omb-botom-control-carrousel-publicaciones-section button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
  }
  .omb-boton-publicaciones-home-prev {
    left: -150px;
  }
  .omb-boton-publicaciones-home-next {
    right: 170px;
  }

  .omb-boton-publicaciones-home-prev,
  .omb-boton-publicaciones-home-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 53px;
    height: 53px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.9s ease;
    border: 1px solid #d9e36e;
    box-sizing: border-box;
  }
  .omb-boton-publicaciones-home-prev:hover,
  .omb-boton-publicaciones-home-next:hover {
    color: black !important;
    background-color: var(--secundario-yellow);
  }

  .omb-boton-publicaciones-home-prev::after,
  .omb-boton-publicaciones-home-next::after {
    font-size: 32px !important;
    font-weight: 900 !important;
  }

  .omb-pagination-publicaciones-home {
    position: relative !important;
    align-items: center;
    display: flex;
    margin-bottom: 0px;
    margin-top: 32px;
  }

  /* Estilo base de los bullets */
  .omb-pagination-publicaciones-home > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }

  /* Bullet activo */
  .omb-pagination-publicaciones-home > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .publicacionesSectionSwiper {
    width: 75%;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .omb-swiper-slide-publicaciones-home {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 4px;
  }
  .omb-card-publicaciones-home {
    width: 100%;
    display: flex;
    gap: 4px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
  }

  .omb-card-publicaciones-home:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }

  .omb-card-publicaciones-home h5 {
    font-weight: 500;
    margin: 0px;
    transition: all 0.9 ease-in;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline;
    color: #000;
    padding: 0px 16px;
    min-height: 53px;
  }
  .omb-card-publicaciones-home img {
    width: 100%;
    object-fit: cover;
  }
  .omb-card-publicaciones-home p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    margin: 0;
    padding: 0px 16px;
    color: #4d4d4d;
    font-family: "Work sans", sans-serif;
    min-height: 72px;
  }
}

/* SITIOS RELACIONADOS */
#block-sitios-relacionados {
  .omb-sitios-relacionados-section {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    height: 380px;
    box-sizing: border-box;
    z-index: 1;
  }
  .omb-sitios-relacionados-container {
    width: 1280px;
    position: relative;
    top: -60px;
  }

  .omb-fondo-sitios-relacionados {
    position: absolute;
    top: -258px;
    z-index: -1;
    width: 100%;
  }

  .omb-texto-sitios-relacionados-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1280px;
    margin-top: 80px;
  }
  .omb-texto-sitios-relacionados-container h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
  .omb-texto-sitios-relacionados-container p {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;
  }
  .omb-sitios-relacionados-container {
    width: 1280px;
    height: auto;
  }

  .omb-contenedor-buttones-sitios-relacionados {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .omb-boton-sitios-relacionados-prev {
    left: -150px !important;
  }
  .omb-boton-sitios-relacionados-next {
    right: -150px !important;
  }
  .omb-boton-sitios-relacionados-prev,
  .omb-boton-sitios-relacionados-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 53px;
    height: 53px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.9 ease;
    top: 80px !important;
    border: 1px solid #d9e36e;
  }
  .omb-boton-sitios-relacionados-prev:hover,
  .omb-boton-sitios-relacionados-next:hover {
    color: black !important;
    background-color: var(--secundario-yellow);
  }

  .omb-boton-sitios-relacionados-prev::after,
  .omb-boton-sitios-relacionados-next::after {
    font-size: 32px !important;
    font-weight: 900 !important;
  }
  .sitiosRelacionadosSlideSwiper {
    width: 100%;
  }
  .omb-wrapper-sitios-relacionados {
    width: 100%;
    height: 200px;
  }

  .omb-pagination-sitios-relacionados {
    bottom: -60px !important;
  }
  .omb-swiper-slide-sitios-relacionados {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Estilo base de los bullets */
  .omb-pagination-sitios-relacionados > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }

  /* Bullet activo */
  .omb-pagination-sitios-relacionados > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }

  .omb-card-sitios-relacionados {
    width: 400px;
    height: 185px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.09);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 1px solid transparent;
    background-color: #fff;
    transition: all 0.5s ease;
    box-sizing: border-box;
  }

  .omb-card-sitios-relacionados:hover {
    background-color: #fff;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.09);
    border: 1px solid black;
    transform: scale(1.01);
  }

  .omb-botom-control-carrousel-sitios-relacionados {
    position: absolute;
    z-index: 10;
    bottom: -68px;
    min-width: 120px;
    height: 34px;
    width: auto;
  }

  .omb-botom-control-carrousel-sitios-relacionados button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
  }
}
/* sidebar tableros */
.omb-tableros-contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.omb-tableros-contenedor > #main {
  width: 100%;
  /* max-width: 1360px; */
}
aside.section,
#sidebar_first {
  width: 300px;
  padding: 0 !important;
  background-color: transparent !important;
}
#block-sidebar-tableros {
  width: 300px;
  background-color: transparent !important;
  border: none !important;
}
#block-tableros,
#block-menu-tableros,
#block-seccion-tableros,
#block-seccion-indicadores-movilidad {
  padding-bottom: 60px;
  .omb-label-buscador {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .omb-label-buscador P {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
    font-family: "Work sans", sans-serif;
  }
  .omb-busqueda-container {
    display: flex;
    gap: 8px;
  }
  .omb-buscador-container {
    width: 100%;
    border-radius: 8px;
    height: 40px;
    border: 1px solid var(--color-fondo-seccion-intreres);
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    transition: border 0.2s;
    overflow: hidden;
    padding-right: 4px;
    background-color: #fff;
  }
  .omb-buscador-container {
    width: 720px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .omb-buscador-container--escritorio {
    display: flex;
    width: 100%;
  }

  .omb-input-buscar {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    width: 100%;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    padding: 12px 16px;
    box-sizing: border-box;
    outline: none;
  }

  .omb-buscador-container:focus-within {
    border: 2px solid #000;
  }
  .omb-boton-buscar {
    background-color: var(--color-primario);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .omb-boton-buscar:hover {
    background-color: var(--color-secundario-hover);
    transform: scale(1.05);
  }
  .omb-select {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .omb-boton-filtro-container {
    height: 67px;
    display: flex;
    align-items: end;
  }

  .omb-select p {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
  }

  .omb-opcion-selecionada {
    border-radius: 24px;
    padding-left: 16px;
    height: 40px;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    border: 1px solid;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-texto);
    position: relative;
  }
  .omb-opcion-selecionada--ordenar {
    width: 140px;
    gap: 8px;
  }
  .icono-flecha-select {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    transition: all 0.3s ease;
  }
  .icono-flecha-select.activo {
    transform: rotate(-90deg);
  }
  .omb-opciones {
    display: flex;
    flex-direction: column;
    list-style: none;
    border-radius: 16px;
    padding: 16px 0px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 140px;
    background-color: #fff;
    overflow: hidden;
    top: 32px;
    z-index: 1;
  }

  .omb-opciones li {
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s ease;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
  }
  .omb-opciones li:hover {
    background-color: var(--color-primario);
  }
  .omb-opciones li:focus-visible {
    background-color: var(--color-primario);
  }

  .omb-boton {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border: 1px solid var(--color-primario);
  }

  .omb-boton--primario:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-secundario-hover);
  }
  .omb-botton--tamano-fijo {
    min-width: 364px;
  }
  .omb-boton--secundario {
    background-color: #fff;
    border-color: var(--color-primario);
  }

  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .omb-boton--secundario:hover {
    background-color: var(--color-primario);
    color: black;
  }
  .hidden {
    display: none;
  }

  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
  .omb-tableros-container {
    width: 90%;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-sidebar-container {
    width: 297px;
    position: relative;
    display: none;
    z-index: 50;
  }
  .omb-sidebar-container.activo {
    display: block;
  }

  .omb-sidebar-content {
    position: absolute;
    border-radius: 16px;
    background-color: #fff;
  }
  .omb-boton-sidebar-mobile {
    background-color: var(--color-primario);
    width: 265px;
    height: 62px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: var(--color-texto);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    position: relative;
    gap: 8px;
    padding: 8px 24px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 20px 0px;
    width: 297px;
  }
  .icono-flecha {
    transition: all 0.3s ease;
    transform: rotate(-90deg);
  }
  .omb-text-button {
    display: flex;
    align-items: center;
  }

  .omb-boton-sidebar {
    background-color: var(--color-primario-soft);
    width: 265px;
    height: 62px;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    color: var(--color-texto);
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 12px;
    position: relative;
    gap: 8px;
    padding: 8px 24px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .omb-boton-sidebar--width {
    width: 297px;
    display: none;
  }
  .omb-boton-sidebar:hover {
    background-color: var(--color-primario);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 600;
  }

  .omb-boton-sidebar--secundario {
    padding: 16px 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .omb-boton-sidebar--active {
    background-color: var(--color-primario);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .omb-boton-sidebar--active::before {
    content: "";
    position: absolute;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 14px solid var(--color-primario);
    border-bottom: 8px solid transparent;
  }

  .omb-sidebar {
    width: 297px;
    height: auto;
    background: var(--color-primario-soft);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
  }

  .omb-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: start;
    gap: 16px;
  }
  .omb-sidebar-list-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }

  .omb-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .omb-busqueda-container .view-header {
    display: flex;
    gap: 8px;
    width: 100%;
  }

  .omb-input-busqueda {
    width: 90%;
    height: 40px;
    background-color: #f8f9f1;
    border: none;
    padding: 0px 16px;
    font-size: 16px;
    color: #71735e;
    border-radius: 32px;
  }
  .omb-input-busqueda:focus {
    outline: none;
    box-shadow: none;
  }
  .omb-icon-busqueda {
    padding: 6px 16px 6px 16px;
  }
  .omb-select {
    position: relative;
  }

  .omb-boton-filtro-container {
    height: 67px;
    display: flex;
    align-items: end;
  }

  .omb-select p {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
  }

  .omb-opcion-selecionada {
    border-radius: 8px;
    padding-left: 16px;
    height: 40px;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    border: 1px solid;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: var(--color-texto);
    position: relative;
  }
  .omb-opcion-selecionada--ordenar {
    width: 140px;
    gap: 8px;
  }
  .icono-flecha-select {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    transition: all 0.3s ease;
  }
  .icono-flecha-select.activo {
    transform: rotate(-90deg);
  }
  .omb-opciones {
    display: flex;
    flex-direction: column;
    list-style: none;
    border-radius: 16px;
    padding: 16px 0px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 140px;
    background-color: #fff;
    overflow: hidden;
    top: 32px;
    z-index: 1;
  }

  .omb-opciones li {
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s ease;
  }
  .omb-opciones li:hover {
    background-color: var(--color-primario);
  }
  .ombe-select option:hover {
    border-radius: 16px;
    background-color: var(--color-enlace-hover);
  }
  .omb-div {
    min-height: 1100px;
  }
  .omb-cards-container {
    display: grid;
    place-items: center;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
  }

  .omb-card-tableros {
    max-width: 100%;
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
    align-self: center;
  }
  .omb-card-tableros:hover h5 {
    color: var(--color-enlace);
  }

  .omb-card-tableros:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }

  .omb-card--tableros > img {
    width: 100%;
    height: 158px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .omb-card-tableros-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
    margin: 4px 0;
  }

  .omb-card-tableros-tag > div {
    width: auto;
    height: 24px;
    border-radius: 16px;
    padding: 6px 12px 6px 12px;
    background-color: #f3f4f1;
    color: #515900;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work-sans", sans-serif;
  }

  .omb-card-tableros-tag img {
    width: 12px;
    height: 12px;
  }

  .omb-card-tableros h5 {
    min-height: 53px;
    font-weight: 600;
    color: var();
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
  }

  .omb-card-tableros p {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }
  .omb-paginacion-numerica {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .omb-paginacion-numerica ul {
    display: flex;
    list-style: none;
    gap: 20px;
    padding-left: 0;
    align-items: center;
  }

  .omb-paginacion-enlace {
    font-weight: 600;
    font-family: "Work sans", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
    color: var(--color-enlace-hover);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    background-color: inherit;
  }

  .omb-pagination-numero {
    width: 40px;
    height: 40px;
    padding: 0px;
    border: none;
    background-color: inherit;
    text-decoration: none;
  }

  .omb-paginacion-enlace--activo {
    background-color: var(--color-primario);
    border-radius: 8px;
    color: var(--color-texto);
  }
  .hidden {
    display: none;
  }
}
/* aliados */
.aliados {
  text-align: center;
  background: linear-gradient(to bottom, #fefefe, #ffffff);
  padding: 40px 20px;
}
.aliados h2 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  font-weight: 600;
}
.aliados-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.aliados-logos img {
  height: 70px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.85;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.aliados-logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.site-footer {
  padding: 0 !important;

  > * {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.site-footer__bottom {
  margin: 0 !important;

  > * {
    margin: 0 !important;
  }
}
.omb-footer {
  font-family: sans-serif;
  background: #edf2b3;
  color: #000;
  margin-top: -2rem;
  height: calc(529px + 72px);
  width: 100%;
  position: relative;
}
.omb-footer__top {
  max-width: 1200px;
  background: #fff;
  border-radius: 16px;
  margin: 0 auto;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -90px;
}
.omb-footer__content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.omb-footer__contact {
  flex: 2;
  font-size: 14px;
}
.omb-footer__contact strong {
  font-size: 16px;
  display: block;
  margin-bottom: 0.5rem;
}
.omb-footer__contact a {
  color: #acbd00 !important;
  text-decoration: none;
}
.omb-footer__contact a:hover {
  text-decoration: underline;
}
.omb-footer__contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.omb-footer__contact ul li {
  margin-bottom: 0.5rem;
}
.omb-footer__logos {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.omb-footer__logos img {
  max-height: 94px;
  object-fit: contain;
}
.omb-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 1rem 2rem;
  font-size: 14px;
  border-top: 2px solid #e0e0e0;
}
.omb-footer__social img {
  width: 45px;
  height: 45px;
  margin-left: 0;
  opacity: 0.7;
}
.omb-footer__gov {
  background: #c7da00;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.omb-footer__gov img {
  height: 40px;
}
/* INDICADORES */
#block-indicadores-destacados {
  .omb-indicadores-section {
    padding: 2rem 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    background-image: url("http://149.130.178.89/sites/default/files/2025-06/edificios.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }

  .omb-indicadores-section h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    margin-bottom: 0;
    margin-top: 100px;
    font-family: "Work sans", sans-serif;
  }

  .indicadores-destacados {
    position: relative;
    width: 1280px;
  }
  .omb-button-container {
    width: 40px;
    background-color: red;
    height: 100%;
  }

  .omb-button-indicadores-prev {
    left: -100px !important;
  }
  .omb-button-indicadores-next {
    right: -100px !important;
  }

  .omb-button-indicadores-prev,
  .omb-button-indicadores-next {
    /* width: 200px;
  height: 300px;
  top: 0;
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(242, 244, 248, 0.8) 100%
  ); */
  }
  .omb-button-indicadores-prev,
  .omb-button-indicadores-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 53px;
    height: 53px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    top: 110px !important;
    border: 1px solid #d9e36e;
  }
  .omb-button-indicadores-prev::after,
  .omb-button-indicadores-next::after {
    /* width: 53px;
  height: 53px;
  padding: 4px 16px;
  border-radius: 8px;
  border-width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.9s ease;
  background-color: #f3f4f1cc;
  color: #565747 !important;
  border: 1px solid #d9e36e; */
    font-size: 32px !important;
    font-weight: 900 !important;
  }
  .omb-button-indicadores-prev:hover,
  .omb-button-indicadores-next:hover {
    color: black !important;
    background-color: var(--secundario-yellow);
  }

  .omb-slide-container-card-indicadores {
    width: 1280px;
    height: 300px;
    justify-content: center;
    align-items: center;
  }

  .omb-swiper-wrapper-indicadores {
    display: flex;
    width: 1280px;
  }

  .omb-swiper-card-indicadores {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px !important;
  }

  .indicador-card {
    position: relative;
    background: white;
    border-radius: 1rem;
    padding: 5.375rem 1.5rem 1.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: visible;
    width: 200px;
    cursor: pointer;
    box-sizing: border-box;
  }
  .icono-wrapper {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .icono-fondo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #dcef00;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
    border: 6px solid white;
  }
  .icono-fondo img {
    width: 60px;
    height: auto;
  }
  .valor {
    font-size: 2rem;
    font-weight: 900;
    color: #4d5420;
  }
  .valor span {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #4d5420;
    margin-top: -4px;
  }
  .descripcion {
    font-size: 0.95rem;
    color: #565747;
    margin-top: 0.5rem;
    line-height: 1.3;
    text-align: center;
  }
  .omb-paginacion-indicadores {
    bottom: -40px !important;
  }
  /* Estilo base de los bullets */
  .omb-paginacion-indicadores > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }

  /* Bullet activo */
  .omb-paginacion-indicadores > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .omb-botom-control-carrousel-indicadores {
    position: absolute;
    z-index: 10;
    bottom: -50px;
    min-width: 120px;
    height: 34px;
    width: auto;
  }
  .omb-botom-control-carrousel-indicadores button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
  }
}
/* FIN INDICADORES */
/* TABS */
.tabs-container {
  display: flex;
  gap: 2rem;
  padding: 2rem 1rem;
  background: #fff;
  width: 100%;
  max-width: calc(520px + 730px);
}
.tabs-menu {
  flex: 1 1 520px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.tabs-menu button {
  width: 520px;
  height: 88px;
  text-align: left;
  padding: 12px 32px 12px 16px;
  background: transparent;
  border: none;
  font-weight: 700;
  font-size: 20px;
  color: #555;
  cursor: pointer;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0 16px 16px 0;
}
.tabs-menu button.active,
.tabs-menu button:hover {
  background-color: #dbf000;
  border-left: 4px solid #798400;
  color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.tabs-menu img {
  width: 40px;
  height: 40px;
}
.tab-content {
  flex: 3 1 730px;
  display: none;
  width: 730px;
  height: 600px;
  flex-direction: column;
  gap: 1rem;
}
.tab-content.active {
  display: flex;
}
.tab-content img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.tab-content p {
  max-width: 600px;
  color: #666;
  font-size: 1rem;
}
.tab-content a {
  display: inline-block;
  width: 290px;
  text-align: center;
  background: transparent;
  color: #000;
  border: 2px solid #acbd00;
  padding: 0.6rem 1.5rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
}
.tab-content a:hover {
  background: #acbd00;
  color: #fff;
}
.omb-tabs-header {
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.omb-tabs-header h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.omb-tabs-header .separador {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.omb-tabs-header .separador div {
  display: block;
  width: 24px;
  height: 4px;
  background: #dbf000;
  border-radius: 2px;
}
.omb-tabs-header p {
  font-size: 1rem;
  color: #333;
}

#block-libro-de-mapas {
  .omb-titulo-libro-mapa-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
  .omb-titulo-libro-mapa-container {
    width: 1280px;
    height: 85px;
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .omb-titulo-libro-mapa-container p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1a1a1a;
    width: 548px;
    height: 48px;
  }
  .omb-logo-libro-mapa {
    display: flex;
    align-items: center;
    border-right: 1px solid #d3d3ca;
    width: 295px;
    height: 85px;
    gap: 16px;
    border-right-width: 1px;
    padding-top: 8px;
    padding-right: 32px;
    padding-bottom: 8px;
    box-sizing: border-box;
  }
  .omb-logo-libro-mapa h2 {
    width: 152px;
    height: 56px;
  }

  .omb-libro-mapas-section {
    width: 100%;
    height: 739px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background-image: url("http://149.130.178.89/media/78");
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: #eaedf5;
    padding-bottom: 40px;
  }
  .omb-decoracion {
    position: absolute;
    height: 32px;
    width: 100px;
    top: -4px;
  }
  .omb-decoracion-abajo {
    position: absolute;
    height: 32px;
    width: 100px;
    bottom: -32px;
  }
  .omb-decoracion img {
    filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.3));
  }

  .omb-titulo-container-mapas {
    width: 544px;
    height: 59px;
    margin: 16px 0;
    padding-top: 16px;
    padding-right: 8px;
    padding-bottom: 16px;
    padding-left: 24px;
    border-left-width: 3px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    line-height: 44px;
    border-left: 4px solid var(--secundario-yellow);
    border-radius: 0 16px 16px 0;
  }

  .omb-map-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 1280px;
  }

  .omb-map-card {
    width: 406px;
    height: 277px;
    gap: 12px;
    border-radius: 16px;
    padding: 16px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
  }
  .omb-map-card:hover {
    border: 1px solid black;
  }
  .omb-map-card:hover .omb-descripcion-container {
    transform: translateY(-120px);
    border-top: 4px solid var(--secundario-yellow);
  }
  .omb-map-card:hover .omb-descripcion-number {
    background-color: var(--secundario-yellow);
  }
  .omb-map-card-img {
    width: 392px;
    height: 243px;
    border-radius: 8px;
  }

  .omb-map-card h5:hover {
    color: #bed000; /* Cambia el color al que desees */
  }

  .omb-descripcion-container {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    width: 100%;
    position: absolute;
    transform: translateY(-42px);
    transition: all 0.3s ease;
    left: 0;
    padding-top: 20px;
    padding-right: 16px;
    padding-bottom: 20px;
    padding-left: 32px;
    gap: 24px;
    box-sizing: border-box;
    border-top: 4px solid transparent;
  }

  .omb-map-card:hover .omb-descripcion-container-variante {
    background-color: var(--secundario-yellow);
  }

  .omb-titulo-container {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .omb-titulo-container h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #1b1b1b;
    margin: 0;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    text-decoration: underline;
  }
  .omb-descripcion-number {
    width: 30px;
    height: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }
  .omb-map-card:hover .omb-descripcion-number-variante {
    background-color: #fff;
  }

  .omb-descripcion-container p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    margin: 0;
    color: #1b1b1b;
    font-family: "Work sans", sans-serif;
    min-height: 76px;
    padding-left: 40px;
  }

  .omb-recursos-cartografico-section {
    width: 100%;
    display: flex;
    justify-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .omb-recursos-container {
    width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .omb-titulo-container-recursos {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 20px;
  }
  .omb-titulo-container-recursos h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    margin: 0;
    text-align: center;
  }
  .omb-titulo-container-recursos p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #1a1a1a;
    text-align: center;
    margin-top: 0;
  }
  .omb-card-recursos-container .view-content {
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: center;
  }
  .omb-card-recursos {
    width: 287px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 16px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.3s ease;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.28);
    border: 1px solid transparent;
  }
  .omb-card-recursos:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-card-recursos img {
    width: 100%;
    height: 158px;
    border-radius: 8px;
  }
  .omb-card-recursos h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #1b1b1b;
    margin: 0;
    min-height: 54px;
    padding: 0px 16px;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
  }
  .omb-card-recursos p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    margin: 0;
    padding: 0px 16px;
    color: #4d4d4d;
    font-family: "Work sans", sans-serif;
    min-height: 72px;
  }
}

/* //////////////////////////////// */
#block-boletin {
  padding: 0 !important;
  margin: 0 !important;
  .omb-suscripcion-section {
    width: 100%;
    height: 440px;
    background: linear-gradient(180deg, #f1f3f7 0%, #fcffe0 100%);
    display: flex;
    align-items: center;
    margin-top: 185px;
  }
  .omb-suscripcion-container {
    width: 100%;
    height: 321px;
    background-image: url("http://149.130.178.89/media/115");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .omb-suscripcion-content {
    width: 1303px;
    height: 98px;
    margin-left: 356px;
    margin-top: 70px;
    display: flex;
  }
  .omb-texto {
    width: 701px;
    height: 98px;
  }

  .omb-texto h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    height: 39px;
    color: #000;
  }
  .omb-texto p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    margin: 0;
    height: 39px;
    color: #000;
  }
  .omb-suscripcion-decoracion {
    height: 39px;
    display: flex;
    align-items: center;
  }
  .omb-input-container {
    flex: 1;
    display: flex;
    gap: 2px;
    align-items: center;
  }
  .omb-input-container input {
    width: 455px;
    height: 40px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #d3d3ca;
    box-sizing: border-box;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
  }
  .omb-input-container button {
    width: 149px;
    height: 40px;
    gap: 6px;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #dbf000;
    color: black;
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease-in;
    border: 1px solid transparent;
  }
  .omb-input-container button:hover {
    border: 1px solid black;
  }
  .omb-input-container button:hover {
    background-color: #ecff24;
  }
}

/* contexto */
#block-contexto-tablero-nuevo {
  padding-top: 40px !important;
  .omb-header {
    width: 100%;
    height: 75px;
    position: sticky;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
  }
  .omb-nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 200px;
  }
  .omb-lista-nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    width: 100%;
  }
  .omb-lista-nav li {
    height: 100%;
    width: auto;
    padding: 24px;
    box-sizing: border-box;
    border-left: 1px solid #bbbcae;
    transition: all 0.3s ease;
  }
  .omb-lista-nav li:hover {
    background-color: var(--secundario-yellow);
  }
  .omb-lista-nav li:first-child {
    border-left: none;
  }

  .omb-lista-nav li a {
    text-decoration: none;
    color: #1b1b1b;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 0;
    width: 100%;
    margin-top: 40px;
  }
  .omb-breadcrumb-section {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 40px;
  }
  .omb-breadcrumb-container {
    width: 1280px;
    height: 40px;
    display: flex;
    align-items: center;
    box-sizing: border-box;

    > nav {
      display: flex;
    }
  }

  .omb-breadcrumb-lista {
    display: flex;
    align-self: center;
    justify-content: center;
    list-style: none;
    color: #bbbcae;
    height: 25px;
    border-radius: 16px;
    padding: 4px 16px 4px 16px;
    gap: 14px;
    font-weight: 500;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 100%;
  }
  .omb-breadcrumb-lista span {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #4c4c4c;
  }
  .omb-breadcrumb-lista li {
    color: #4c4c4c;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    font-family: "Montserrat";
  }
  .omb-breadcrumb-lista li a {
    color: #4c4c4c;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    font-family: "Work sans", sans-serif;
  }
  .omb-breadcrumb-lista li a:hover {
    color: #000;
  }

  .omb-card-contexto-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }
  .omb-card-contexto-container {
    width: 1280px;
    display: flex;
    justify-content: center;
  }
  .omb-card-contexto-content {
    display: flex;
    justify-content: center;
    width: 90%;
  }

  .omb-descripcion {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    position: relative;
  }
  .omb-title-descripcion-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-items: start;
    align-items: center;
    padding: 0px 32px 0px 30px;
    gap: 16px;
    box-sizing: border-box;
  }
  .omb-container-icon {
    width: auto;
    height: auto;
    padding: 8px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(103, 108, 46, 0.1);
  }
  .omb-icon-title-descripcion {
    width: auto;
    height: auto;
    padding: 20px;
    background: #dbf000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .omb-title-descripcion-container h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #1b1b1b;
    margin: 0;
  }

  .omb-texto-descripcion-container {
    height: auto;
    width: 100%;
    padding: 32px;
    transition: all 0.3s ease-in;
    box-sizing: border-box;
  }

  .omb-texto-descripcion {
    font-size: 16px;
    font-weight: 400;
    font-family: "Work sans", sans-serif;
    line-height: 30px;
    letter-spacing: 0;
    color: #1b1b1b;
    margin: 0;
  }
  .omb-img-container {
    width: 544px;
    height: 322px;
  }
  .omb-img-container img {
    width: 544px;
    height: 322px;
    object-fit: cover;
    border-radius: 16px;
  }
  .omb-fuentes-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }
  .omb-fuentes-container {
    width: 1280px;
    height: 140px;
    background-color: #e6e6e6;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .omb-fuentes-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .omb-fuentes-item {
    width: 332px;
    height: 100%;
    padding-right: 16px;
    padding-left: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border-left-width: 1px;
    border: 1px solid #ffffff;
  }

  .omb-fuentes-item h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #1b1b1b;
    margin: 0;
  }
  .omb-fuentes-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #1b1b1b;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }
  .omb-botom-container {
    flex: 1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .omb-botom-container button {
    height: 40px;
    background-color: var(--secundario-yellow);
    font-family: "Work sans" sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    width: auto;
    border-radius: 32px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .omb-botom-container button:hover {
    background-color: #c4d600;
    color: black;
  }
  .omb-botom-container button > span {
    display: flex;
    justify-content: start;
    align-items: start;
    width: auto;
    height: auto;
    position: relative;
    bottom: 2px;
    padding: 2px;
  }

  .omb-text-button-container {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .omb-grafica-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
  }
  .omb-selectores-grafica-container {
    width: 1280px;
    height: 70px;
    border: 2px solid var(--secundario-yellow);
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 100px;
    position: relative;
    padding-bottom: 2px;
  }
  .omb-nav-grafica {
    width: 1280px;
    height: 100%;
  }
  .omb-lista-selectores-grafica {
    display: flex;
    justify-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    position: absolute;
    padding-left: 12px;
  }
  .omb-botones-lista {
    width: 200px;
    height: 70px;
    padding: 24px 16px 24px 16px;
    gap: 8px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 21px;
    line-height: 100%;
    border: none;
    background-color: #e6e6e6;
    color: #000;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .omb-botones-lista:hover {
    border: 1px solid transparent;
    color: #212400;
    background: var(--secundario-yellow);
  }

  .omb-botones-lista-seleccionado {
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: var(--secundario-yellow);
    color: #212400;
  }
  .omb-grafica-container {
    width: 1280px;
    height: 600px;
    text-align: center;
  }
  .omb-compartir-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }

  .omb-compartir-content {
    width: 1280px;
    height: 116px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    padding: 52px;
    background-color: #e6e6e6;
    box-sizing: border-box;
  }

  .omb-bottom-descarga {
    height: 40px;
    background-color: var(--secundario-yellow);
    font-family: "Work sans" sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    width: auto;
    border-radius: 32px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .omb-bottom-descarga:hover {
    background-color: #c4d600;
    color: #000;
  }
  .omb-bottom-descarga span {
    width: 23px;
    height: 23px;
  }
  .omb-redes-sociales {
    width: 424px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
  }
  .omb-redes-sociales p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
  }
  .omb-lista-redes {
    display: flex;
    gap: 28px;
  }
  .omb-lista-redes a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4c531e;
    border-radius: 50%;
    padding: 8px;
  }

  .omb-contexto-section {
    display: flex;
    justify-content: center;
    color: #4d4d4d;
    padding-bottom: 40px;
  }
  .omb-contexto-content {
    width: 1280px;
    display: flex;
    gap: 30px;
  }

  .omb-contexto-section h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin: 0;
  }
  .omb-contexto-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }
  .omb-contexto-section ul {
    padding: 0px 0px 0px 20px;
  }
  .omb-contexto-section ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }

  .omb-enlaces-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .omb-context-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .omb-lista-enlaces {
    width: 545px;
    height: 90px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .omb-enlace {
    display: flex;
    align-items: center;
  }

  .omb-enlace a {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #acbd00;
    text-decoration: underline;
    font-family: "Work sans", sans-serif;
  }
  .omb-enlace a:hover {
    color: #a5ad4a;
  }
  .omb-otros-tableros-section {
    width: 100%;
    position: relative;
    background-color: #f3f4f1;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .omb-otros-tableros-destacados {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
  }

  .omb-contenedor-botones-tableros-interes {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .omb-button-tableros-interes-prev,
  .omb-button-tableros-interes-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 53px;
    height: 53px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    border: 1px solid #d9e36e;
  }
  .omb-button-tableros-interes-prev:hover,
  .omb-button-tableros-interes-next:hover {
    color: black !important;
    background-color: var(--secundario-yellow);
  }
  .omb-button-tableros-interes-prev {
    left: -150px;
  }
  .omb-button-tableros-interes-next {
    right: -150px;
  }
  .omb-button-tableros-interes-prev::after,
  .omb-button-tableros-interes-next::after {
    font-size: 32px !important;
    font-weight: 900 !important;
  }

  .omb-titulo-otros-tableros-container {
    width: 1280px;
  }

  .omb-titulo-otros-tableros-container h2 {
    font-size: 32px;
    font-weight: 600;
    color: #1b1b1b;
    margin-top: 0;
    font-family: "Montserrat";
  }
  .omb-titulo-otros-tableros-container p {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #1b1b1b;
    margin: 0;
  }
  .omb-tableros-interes-container {
    width: 1280px;
    position: relative;
  }
  .omb-slide-container-tableros-interes {
    width: 1280px;
    height: 380px;
    padding: 0;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 2px;
    overflow: hidden !important;
  }

  .omb-swiper-slide-tableros-interes {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .omb-paginacion-tableros-interes {
    bottom: -32px !important;
  }
  /* Estilo base de los bullets */
  .omb-paginacion-tableros-interes > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }

  /* Bullet activo */
  .omb-paginacion-tableros-interes > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }

  .omb-card-tableros {
    width: 297px;
    display: flex;
    gap: 8px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
  }

  .omb-card-tableros:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }

  .omb-card-tableros-img {
    width: 100%;
    height: 158px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .omb-card-tableros-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
  }

  .omb-card-tableros-tag {
    width: auto;
    min-width: 150px;
    height: 24px;
    border-radius: 16px;
    padding: 6px 12px 6px 12px;
    background-color: #f3f4f1;
    color: #71735e;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work-sans", sans-serif;
  }

  .omb-card-tableros-tag img {
    width: 12px;
    height: 12px;
  }

  .omb-card-tableros h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #1b1b1b;
    margin: 0;
    min-height: 54px;
    padding: 0px 16px;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
  }

  .omb-card-tableros p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    margin: 0;
    padding: 0px 16px;
    color: #4d4d4d;
    font-family: "Work sans", sans-serif;
    min-height: 72px;
  }
  .omb-botom-control-carrousel-tableros-interes {
    position: absolute;
    z-index: 20;
    bottom: -32px;
    left: 0;
    min-width: 120px;
    height: 34px;
    width: auto;
  }

  .omb-botom-control-carrousel-tableros-interes button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
  }
}
/* contexto mapas */
#block-contexto-mapa {
  .omb-breadcrumb-container {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    border: 1px solid #d3d3ca;
    box-shadow: 0px 2px 10px 0px #0000001f;
    background-color: #f8f9f1;
    box-sizing: border-box;
  }

  .omb-breadcrumb-lista {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 12px;
    color: #bbbcae;
    max-width: auto;
    min-width: 324px;
    height: 25px;
    border-radius: 16px;
    padding: 4px 16px 4px 16px;
    gap: 14px;
    margin-left: 294px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
  }
  .omb-breadcrumb-lista span {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #9ea453;
  }
  .omb-breadcrumb-lista li a {
    color: #9ea453;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
  }
  .omb-breadcrumb-lista li a:hover {
    color: #acbd00;
  }
  .omb-descripcion-contexto-section {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 40px 0px;
  }
  .omb-descripcion-contexto-section h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    margin: 0px 0px 16px;
  }
  .omb-descripcion-content {
    width: 1280px;
    height: auto;
  }
  .omb-texto-descripcion {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    height: auto;
  }
  .omb-texto-descripcion p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    height: auto;
    width: 600px;
    font-family: "Work sans", sans-serif;
  }
  .omb-fuentes-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }
  .omb-fuentes-container {
    width: 1280px;
    height: 140px;
    background-color: #e6e6e6;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .omb-fuentes-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .omb-fuentes-item {
    width: 332px;
    height: 100%;
    padding-right: 16px;
    padding-left: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border-left-width: 1px;
    border: 1px solid #ffffff;
  }

  .omb-fuentes-item h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #1b1b1b;
    margin: 0;
  }
  .omb-fuentes-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #1b1b1b;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }
  .omb-botom-container {
    flex: 1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .omb-botom-container button {
    height: 40px;
    background-color: var(--secundario-yellow);
    font-family: "Work sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    width: auto;
    border-radius: 32px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .omb-botom-container button:hover {
    background-color: #c4d600;
    color: black;
  }
  .omb-botom-container button > span {
    display: flex;
    justify-content: start;
    align-items: start;
    width: auto;
    height: auto;
    position: relative;
    bottom: 2px;
    padding: 2px;
  }

  .omb-mapa-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
  }
  .omb-mapa-container {
    overflow: hidden;
    width: 1280px;
    height: 808px;
    border-radius: 16px;
    position: relative;
  }
  .omb-mapa-container img {
    width: 100%;
    object-fit: cover;
  }

  .omb-descripcion-mapa {
    position: absolute;
    border: 1px solid #bbbcae;
    border-radius: 16px 0px 0px 16px;
    border-right: 4px solid var(--secundario-yellow);
    width: 455px;
    height: 232px;
    opacity: 0.7;
    gap: 8px;
    padding: 32px;
    right: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .omb-descripcion-mapa h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin: 0;
  }
  .omb-descripcion-mapa p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-family: "Work Sans", sans-serif;
  }
  .omb-compartir-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }

  .omb-compartir-content {
    width: 1280px;
    height: 116px;
    display: flex;
    justify-content: end;
    align-items: center;
    border-radius: 20px;
    padding: 52px;
    background-color: #e6e6e6;
    box-sizing: border-box;
  }

  .omb-redes-sociales {
    width: 424px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
  }
  .omb-redes-sociales p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
  }
  .omb-lista-redes {
    display: flex;
    gap: 28px;
  }
  .omb-lista-redes a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4c531e;
    border-radius: 50%;
    padding: 8px;
  }

  .omb-contexto-section {
    display: flex;
    justify-content: center;
    color: #4d4d4d;
    padding-bottom: 40px;
  }
  .omb-contexto-content {
    width: 1280px;
    display: flex;
    gap: 16px;
  }

  .omb-contexto-section h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    color: #000;
  }
  .omb-contexto-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }
  .omb-contexto-section ul {
    padding: 0px 0px 0px 20px;
  }
  .omb-contexto-section ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
  }

  .omb-enlaces-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .omb-context-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .omb-lista-enlaces {
    width: 545px;
    height: 90px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .omb-enlace {
    display: flex;
    align-items: center;
  }

  .omb-enlace a {
    display: flex;
    align-items: start;
    gap: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #acbd00;
    text-decoration: underline;
    font-family: "Work sans", sans-serif;
  }
  .omb-enlace a:hover {
    color: #a5ad4a;
  }

  .omb-otros-recursos-section {
    width: 100%;
    position: relative;
    background-color: #f3f4f1;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .omb-otros-recursos-destacados {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
  }

  .omb-contenedor-botones-recursos-interes {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .omb-button-recursos-interes-prev,
  .omb-button-recursos-interes-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 53px;
    height: 53px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    border: 1px solid #d9e36e;
  }
  .omb-button-recursos-interes-prev:hover,
  .omb-button-recursos-interes-next:hover {
    color: black !important;
    background-color: var(--secundario-yellow);
  }
  .omb-button-recursos-interes-prev {
    left: -150px;
  }
  .omb-button-recursos-interes-next {
    right: -150px;
  }
  .omb-button-recursos-interes-prev::after,
  .omb-button-recursos-interes-next::after {
    font-size: 32px !important;
    font-weight: 900 !important;
  }

  .omb-titulo-otros-recursos-container {
    width: 1280px;
  }

  .omb-titulo-otros-recursos-container h2 {
    font-size: 32px;
    font-weight: 600;
    color: #1b1b1b;
    margin-top: 0;
    font-family: "Montserrat";
  }
  .omb-titulo-otros-recursos-container p {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #1b1b1b;
    margin: 0;
  }
  .omb-recursos-interes-container {
    width: 1280px;
    position: relative;
  }
  .omb-slide-container-recursos-interes {
    width: 1280px;
    height: 380px;
    padding: 0;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden !important;
  }

  .omb-swiper-slide-recursos-interes {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .omb-paginacion-recursos-interes {
    bottom: -20px !important;
  }

  /* Estilo base de los bullets */
  .omb-paginacion-recursos-interes > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }

  /* Bullet activo */
  .omb-paginacion-recursos-interes > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .omb-card-recursos-container .view-content {
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: center;
  }
  .omb-card-recursos {
    width: 287px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 16px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.3s ease;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.28);
    border: 1px solid transparent;
  }
  .omb-card-recursos:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-card-recursos img {
    width: 100%;
    height: 158px;
    border-radius: 8px;
  }
  .omb-card-recursos h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #1b1b1b;
    margin: 0;
    min-height: 54px;
    padding: 0px 16px;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
  }
  .omb-card-recursos p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    margin: 0;
    padding: 0px 16px;
    color: #4d4d4d;
    font-family: "Work sans", sans-serif;
    min-height: 72px;
  }

  .omb-botom-control-carrousel-recursos-interes {
    position: absolute;
    z-index: 20;
    bottom: -20px;
    left: 0;
    min-width: 120px;
    height: 34px;
    width: auto;
  }

  .omb-botom-control-carrousel-recursos-interes button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
  }
}
/* publicaciones */
#block-publicaciones-page {
  .omb-fondo-explorar-publicaciones-slide {
    width: 100%;
    position: absolute;
  }

  .omb-explora-publicacion-section {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 40px;
  }
  .omb-fondo-explorar-publicaciones-slide {
    width: 100%;
    position: absolute;

    transform: rotate(180deg);
    z-index: -1;
  }

  .omb-explora-publicaciones-container {
    width: 1280px;
  }
  .omb-wrapper-publicaciones-explorar {
    padding: 4px;
  }
  .omb-swiper-slide-publicaciones-explorar {
    width: 406px !important;
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .omb-explora-texto-container {
    display: flex;
    text-align: center;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
  }

  .omb-explora-texto-container h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    margin: 0;
  }
  .omb-explora-texto-container p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    width: 100%;
  }
  .omb-explora-texto-container h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    margin: 0;
    text-align: start;
    font-family: "Montserrat", sans-serif;
  }
  .omb-publicaciones-explorar-container {
    width: 1280px;
    position: relative;
    margin-top: 20px;
  }
  .omb-pagination-publicaciones-explorar {
    bottom: -40px !important;
  }
  .omb-pagination-publicaciones-explorar > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }

  /* Bullet activo */
  .omb-pagination-publicaciones-explorar > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .omb-botom-control-carrousel-publicaciones {
    position: absolute;
    z-index: 20;
    bottom: -50px;
    left: 0;
    min-width: 120px;
    height: 34px;
    width: auto;
  }

  .omb-botom-control-carrousel-publicaciones button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
  }

  .omb-contenedor-buttones-publicaciones-explorar {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .omb-boton-publicaciones-prev {
    left: -150px;
  }
  .omb-boton-publicaciones-next {
    right: -150px;
  }
  .omb-boton-publicaciones-prev,
  .omb-boton-publicaciones-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 53px;
    height: 53px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    top: 110px !important;
    border: 1px solid #d9e36e;
  }
  .omb-boton-publicaciones-prev:hover,
  .omb-boton-publicaciones-next:hover {
    color: black !important;
    background-color: var(--secundario-yellow);
  }

  .omb-boton-publicaciones-prev::after,
  .omb-boton-publicaciones-next::after {
    font-size: 32px;
    font-weight: 900;
  }

  .omb-card-explorar-publicaciones {
    width: 406px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  .omb-imagen-card-explorar-publicaciones {
    border-radius: 16px;
    overflow: hidden;
    height: 260px;
    display: block;
  }
  .omb-imagen-card-explorar-publicaciones img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
  }
  .omb-imagen-card-explorar-publicaciones:hover img {
    transform: scale(0.99);
  }

  .omb-card-content-explorar-publicaciones {
    border-radius: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    transition: all 0.4s ease;
    overflow: hidden;
  }
  .omb-texto-card-content {
    display: flex;
    gap: 8px;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
  }

  .omb-texto-card-content h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    vertical-align: bottom;
    width: calc(100% - 40px);
    height: 43.2px;
    margin: 0;
    text-decoration: underline;
    font-family: "Work Sans", sans-serif;
    color: #acbd00;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .omb-texto-card-content .icono-descarga {
    width: 45px !important;
  }
  .omb-ver-documentos-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0px 20px 0px;
  }
  .omb-boton-ver-documento {
    background-color: var(--secundario-yellow);
    font-family: "Work sans" sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    width: auto;
    border-radius: 32px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
  }

  .omb-boton-ver-documento:hover {
    background-color: #c4d600;
  }

  .omb-categoria-publicaciones-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
    background-color: #f1f3f7;
  }
  .omb-titulo-categoria-publicaciones-container {
    width: 1280px;
  }
  .omb-titulo-categoria-publicaciones-container h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    margin: 0px 0px 40px 0px;
    margin-top: 40px;
  }
  .omb-categorias-publicaciones-container {
    width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .omb-categorias-publicaciones-container a {
    text-decoration: none;
    color: inherit;
  }
  .omb-card-categoria-publicaciones {
    width: 360px;
    height: 380px;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
    transition: box-shadow 0.5s ease;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
    transition: all 0.5s ease;
    background-color: #ffffff;
  }
  .omb-card-categoria-publicaciones:hover {
    border-color: black;
  }

  .card:focus {
    border-color: black;
  }

  .omb-card-categoria-publicaciones:hover h5 {
    color: #acbd00;
  }
  .omb-icono-card-publicaciones-container {
    width: 113px;
  }
  .omb-icono-content {
    width: 113px;
    height: 113px;
    border-radius: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(222.15deg, #f0ff57 0%, #c4d600 100.91%);
  }
  .omb-texto-card-publicaciones {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    flex: 1;
  }
  .omb-texto-card-publicaciones h5 {
    font-weight: 600;
    margin: 0px;
    transition: all 0.9 ease-in;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline;
    height: 40px;
  }

  .omb-texto-card-publicaciones p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* número de líneas visibles */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .omb-enlace-ver-articulo {
    border: none;
    background-color: inherit;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #acbd00;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: underline;
  }
}

/* encuestas */
#block-encuentas {
  .omb-card-link {
    color: #1b1b1b;
  }

  .omb-info-categoria-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px;
  }
  .omb-info-categoria-section h2 {
    text-align: center;
    width: 1280px;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
  }
  .omb-card-info-categoria {
    width: 1280px;
    display: flex;
    gap: 32px;
    justify-content: start;
  }

  .omb-card-info-categoria img {
    width: 495px;
    height: 250px;
    border-radius: 8px;
    object-fit: cover;
  }
  .omb-texto-categoria {
    width: 656px;
    height: 151px;
  }
  .omb-texto-categoria h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    text-decoration: underline;
    margin-top: 0;
  }
  .omb-texto-categoria p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    font-family: "Work sans", sans-serif;
  }
  .omb-texto-categoria button {
    width: auto;
    height: 32px;
    border-radius: 20px;
    border-width: 2px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    background-color: var(--secundario-yellow);
    border: none;
    font-family: "Work sans";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .omb-texto-categoria button:hover {
    background-color: #c4d600;
    color: #000;
  }
  .omb-categorias-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto;
    background-color: #f1f3f7;
    padding-bottom: 40px;
  }

  .omb-ordenar-control-container {
    width: 1280px;
    height: 48px;
    margin: 40px 0px;
  }
  .omb-ordernar-select {
    width: 145px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #a4a592;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    box-sizing: border-box;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
    background-color: inherit;
    transition: all 0.5s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("http://149.130.178.89/media/111");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
  }
  .omb-ordernar-select:hover {
    color: #7e8a00;
  }

  .omb-cards-categorias-container {
    width: 1280px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .omb-card-categoria-selecionada {
    width: 360px;
    height: 320px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 16px;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
  }

  .omb-card-categoria-selecionada:hover {
    border: 1px solid black;
    transform: scale(1.02);
  }
  .omb-card-categoria-selecionada:hover .omb-enlace-categoria-selecionada {
    color: #7e8a00;
  }
  .omb-card-categoria-selecionada img {
    width: 100%;
    height: 216px;
  }

  .omb-card-categoria-selecionada h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #1b1b1b;
    margin: 0;
    padding: 0px 16px;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
  }

  .omb-card-categoria-selecionada p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: #4d4d4d;
    font-family: "Work sans", sans-serif;
  }

  .omb-enlace-categoria-selecionada {
    color: #acbd00;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.5 ease;
    font-family: "Worksans Regular", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
    text-decoration: underline;
  }

  a {
    text-decoration: none;
  }
}

/* indicadores movilidad */
#block-indicadores-movilidad {
  padding: 80px 0;
  .omb-label-buscador {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .omb-label-buscador P {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
    font-family: "Work sans", sans-serif;
  }
  .omb-busqueda-container {
    display: flex;
    gap: 8px;
  }
  .omb-buscador-container {
    width: 100%;
    border-radius: 8px;
    height: 40px;
    border: 1px solid var(--color-fondo-seccion-intreres);
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    transition: border 0.2s;
    overflow: hidden;
    padding-right: 4px;
    background-color: #fff;
  }
  .omb-buscador-container {
    width: 720px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .omb-buscador-container--escritorio {
    display: flex;
    width: 100%;
  }

  .omb-input-buscar {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    width: 100%;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    padding: 12px 16px;
    box-sizing: border-box;
    outline: none;
  }

  .omb-buscador-container:focus-within {
    border: 2px solid #000;
  }
  .omb-boton-buscar {
    background-color: var(--color-primario);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .omb-boton-buscar:hover {
    background-color: var(--color-secundario-hover);
    transform: scale(1.05);
  }
  .omb-select {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .omb-boton-filtro-container {
    height: 67px;
    display: flex;
    align-items: end;
  }

  .omb-select p {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
  }

  .omb-opcion-selecionada {
    width: 75px;

    border-radius: 24px;
    padding-left: 16px;
    height: 40px;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    appearance: none;
    border: 1px solid;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("http://149.130.178.89/media/111");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    color: var(--color-texto);
    position: relative;
  }
  .omb-opcion-selecionada--ordenar {
    width: 140px;
    gap: 8px;
  }
  .icono-flecha-select {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    transition: all 0.3s ease;
  }
  .icono-flecha-select.activo {
    transform: rotate(-90deg);
  }
  .omb-opciones {
    display: flex;
    flex-direction: column;
    list-style: none;
    border-radius: 16px;
    padding: 16px 0px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 140px;
    background-color: #fff;
    overflow: hidden;
    top: 32px;
    z-index: 1;
  }

  .omb-opciones li {
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s ease;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
  }
  .omb-opciones li:hover {
    background-color: var(--color-primario);
  }
  .omb-opciones li:focus-visible {
    background-color: var(--color-primario);
  }

  .omb-boton {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border: 1px solid var(--color-primario);
  }

  .omb-boton--primario:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-secundario-hover);
  }
  .omb-botton--tamano-fijo {
    min-width: 364px;
  }
  .omb-boton--secundario {
    background-color: #fff;
    border-color: var(--color-primario);
  }

  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .omb-boton--secundario:hover {
    background-color: var(--color-primario);
    color: black;
  }
  .hidden {
    display: none;
  }
  @media (min-width: 768px) {
    .omb-busqueda-container {
      flex-direction: row;
      flex-wrap: nowrap;
    }
    .omb-buscador-container {
      width: 100%;
    }
  }
  .omb-movilidad-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .omb-titulo-section {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-texto);
    font-family: "Work Sans", sans-serif;
    margin-top: 0;
  }

  .omb-movilidad-container {
    width: 1280px;
    display: flex;
    gap: 30px;
  }

  .omb-boton-sidebar {
    background-color: var(--color-primario-soft);
    width: 265px;
    height: 62px;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    color: var(--color-texto);
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 12px;
    position: relative;
    gap: 8px;
    padding: 8px 32px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .omb-boton-sidebar--width {
    width: 297px;
  }
  .omb-boton-sidebar:hover {
    background-color: var(--color-primario);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 600;
  }

  .omb-boton-sidebar--secundario {
    padding: 16px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .omb-boton-sidebar--active {
    background-color: var(--color-primario);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .omb-boton-sidebar--active::before {
    content: "";
    position: absolute;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 14px solid var(--color-primario);
    border-bottom: 8px solid transparent;
  }

  .omb-sidebar {
    width: 297px;
    height: auto;
    background: var(--color-primario-soft);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    margin-top: 10px;
  }

  .omb-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: start;
    gap: 16px;
  }
  .omb-sidebar-list-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }

  .omb-cards-movilidad-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    width: 953px;
  }

  .omb-card-informativa {
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
    display: flex;
    gap: 10px;
  }

  .omb-card-informativa--pequeña {
    width: 297px;
  }
  .omb-card-informativa--pequeña-sin-parrafo {
    height: 275px;
  }

  .omb-card-informativa:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-imagen-card-informativa {
    width: 100%;
  }
  .omb-imagen-card-informativa--pequeña {
    height: 158px;
  }
  .omb-tags-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .omb-tag-card {
    width: auto;
    min-width: 150px;
    height: 24px;
    border-radius: 16px;
    padding: 6px 12px 6px 12px;
    background-color: #f3f4f1;
    color: #71735e;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work-sans", sans-serif;
  }

  .omb-tag-icono {
    width: 12px;
    height: 12px;
  }

  .omb-titulo-card-informativa {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
  }

  .omb-titulo-card-informativa--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card-informativa {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }
}

#block-contexto-movilidad {
  padding: 0px;

  main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 0;
    width: 100%;
  }
  .omb-breadcrumb-section {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
  }
  .omb-breadcrumb-container {
    width: 1280px;
    height: 40px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .omb-breadcrumb-container nav {
    display: flex;
  }
  .omb-breadcrumb-lista {
    display: flex;
    align-self: center;
    justify-content: center;
    list-style: none;
    color: #bbbcae;
    height: 25px;
    border-radius: 16px;
    padding: 4px 16px 4px 16px;
    gap: 14px;
    font-weight: 500;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 100%;
  }
  .omb-breadcrumb-lista span {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #4c4c4c;
  }
  .omb-breadcrumb-lista li {
    color: #4c4c4c;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    font-family: "Montserrat";
  }
  .omb-breadcrumb-lista li a {
    color: #4c4c4c;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    font-family: "Work sans", sans-serif;
  }
  .omb-breadcrumb-lista li a:hover {
    color: #000;
  }
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-section--de-interes {
    background-color: var(--color-fondo-seccion-intreres);
  }

  .omb-imagen-card-contexto {
    width: 544px;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
  }
  .omb-imagen-card-contexto--menor-tamaño {
    height: 304px;
  }

  .omb-card-contexto-container {
    width: 1280px;
    display: flex;
    justify-content: center;
  }
  .omb-card-contexto-content {
    display: flex;
    justify-content: center;
    width: 90%;
  }

  .omb-texto-card-contexto {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    position: relative;
  }
  .omb-titulo-card-contexto {
    font-weight: 600;
    font-size: 28px;
    line-height: 26px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    padding: 0px 16px 0px 16px;
  }
  .omb-titulo-card-contexto--variante {
    margin: 0;
  }
  .omb-parrafo-card-contexto {
    font-size: 16px;
    padding: 0px 16px 0px;
    font-weight: 400;
    font-family: "Work sans", sans-serif;
    line-height: 30px;
    letter-spacing: 0;
    color: #1b1b1b;
    margin: 0;
  }

  .omb-grafica-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
  }
  .omb-selectores-grafica-container {
    width: 1280px;
    height: 70px;
    border: 2px solid var(--color-primario);
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 100px;
    position: relative;
    padding-bottom: 2px;
  }
  .omb-nav-grafica {
    width: 1280px;
    height: 100%;
  }
  .omb-lista-selectores-grafica {
    display: flex;
    justify-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    position: absolute;
    padding-left: 12px;
  }
  .omb-botones-lista {
    width: 200px;
    height: 70px;
    padding: 24px 16px 24px 16px;
    gap: 8px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 21px;
    line-height: 100%;
    border: none;
    background-color: #e6e6e6;
    color: #000;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .omb-botones-lista:hover {
    border: 1px solid transparent;
    color: #212400;
    background: var(--color-primario);
  }

  .omb-botones-lista-seleccionado {
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: var(--color-primario);
    color: #212400;
  }
  .omb-grafica-container {
    width: 1280px;
    height: 600px;
    text-align: center;
  }
  .omb-compartir-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }

  .omb-compartir-content {
    width: 1280px;
    height: 116px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    padding: 52px;
    background-color: #e6e6e6;
    box-sizing: border-box;
  }

  .omb-bottom-descarga {
    height: 40px;
    background-color: var(--color-primario);
    font-family: "Work sans" sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    width: auto;
    border-radius: 32px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .omb-bottom-descarga:hover {
    background-color: #c4d600;
    color: #000;
  }
  .omb-bottom-descarga span {
    width: 23px;
    height: 23px;
  }
  .omb-redes-sociales {
    width: 424px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
  }
  .omb-redes-sociales p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
  }
  .omb-lista-redes {
    display: flex;
    gap: 28px;
  }
  .omb-lista-redes a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4c531e;
    border-radius: 50%;
    padding: 8px;
  }

  .omb-contexto-section {
    display: flex;
    justify-content: center;
    color: #4d4d4d;
    padding-bottom: 40px;
  }
  .omb-contexto-content {
    width: 1280px;
    display: flex;
    gap: 30px;
  }

  .omb-contexto-section h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin: 0;
  }
  .omb-contexto-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }
  .omb-contexto-section ul {
    padding: 0px 0px 0px 20px;
  }
  .omb-contexto-section ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }

  .omb-enlaces-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .omb-context-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .omb-lista-enlaces {
    width: 545px;
    height: 90px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .omb-enlace {
    display: flex;
    align-items: center;
  }

  .omb-enlace a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #acbd00;
    text-decoration: underline;
    font-family: "Work sans", sans-serif;
  }
  .omb-enlace a:hover {
    color: #a5ad4a;
  }
  .omb-de-interes-container {
    width: 1280px;
    position: relative;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: black;
    font-family: "Montserrat", sans-serif;
    padding-top: 40px;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: black;
  }

  .omb-swiper {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
  }

  .omb-wrapper {
    width: 100%;
  }

  .omb-swiper-slide {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .omb-paginacion {
    position: absolute;
    bottom: -32px !important;
  }

  .omb-paginacion > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }
  /* Bullet activo */
  .omb-paginacion > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .omb-botom-control-carrousel {
    position: absolute;
    z-index: 20;
    bottom: -40px;
    min-width: 120px;
    height: 34px;
    width: auto;
    cursor: pointer;
  }

  .omb-botom-control-carrousel button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
    cursor: pointer;
  }

  .omb-boton-prev {
    left: -100px;
  }
  .omb-boton-next {
    right: -100px;
  }
  .omb-boton-prev,
  .omb-boton-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 53px;
    height: 53px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    border: 1px solid #d9e36e;
  }
  .omb-boton-prev:hover,
  .omb-boton-next:hover {
    color: black !important;
    background-color: var(--color-primario);
  }

  .omb-boton-prev::after,
  .omb-boton-next::after {
    font-size: 32px;
    font-weight: 900;
  }
  .omb-botom-control-carrousel-tableros-interes {
    position: absolute;
    z-index: 20;
    bottom: -40px;
    left: 0;
    min-width: 120px;
    height: 34px;
    width: auto;
  }

  .omb-botom-control-carrousel-tableros-interes button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
  }

  .omb-card-informativa {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
  }

  .omb-card-informativa--pequeña {
    width: 297px;
  }
  .omb-card-informativa:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-imagen-card-informativa {
    width: 100%;
  }
  .omb-imagen-card-informativa--pequeña {
    height: 158px;
  }
  .omb-tags-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .omb-tag-card {
    width: auto;
    min-width: 150px;
    height: 24px;
    border-radius: 16px;
    padding: 6px 12px 6px 12px;
    background-color: #f3f4f1;
    color: #71735e;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work-sans", sans-serif;
  }

  .omb-tag-icono {
    width: 12px;
    height: 12px;
  }

  .omb-titulo-card-informativa {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
  }

  .omb-titulo-card-informativa--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card-informativa {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }
}
#block-indicadores-planes-y-politicas,
#block-seccion-indicadores-planesypoliticas {
  .omb-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
  }
  .omb-indicadores-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
  }

  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }

  .omb-titulo-section--centrado {
    text-align: center;
  }

  .omb-parrafo-descripcion-section--centrado {
    text-align: center;
  }

  .omb-cards-planes-politica-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }

  .omb-card--con-icono {
    width: 360px;
    height: 400px !important;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    transition: all 0.3s ease;
  }
  .omb-card--con-icono:hover {
    border-color: black;
  }

  .omb-card--con-icono:hover .omb-titulo-card {
    color: var(--color-enlace);
  }

  .omb-icono-container {
    width: 113px;
    height: 113px;
    padding: 8px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: rgb(103, 108, 46, 0.1);
    overflow: hidden;
  }

  .omb-icono-content {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(222.15deg, #f0ff57 0%, #c4d600 100.91%);
  }
  .omb-texto-card-publicaciones {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
    height: 100%;
  }
  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
  }
  .omb-titulo-card--sin-padding {
    padding: 0;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }

  .omb-parrafo-card--sin-padding {
    padding: 0;
  }
  .omb-parrafo-card--variante-card-icono {
    padding: 0;
    -webkit-line-clamp: 7;
    min-height: 168px;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
    margin-bottom: 0 !important;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }
}
#block-contexto-planes-y-politicas {
  padding: 20px 0 0 0;
  main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 0;
    width: 100%;
    margin-top: 40px;
  }
  .omb-breadcrumb-section {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 40px;
  }
  .omb-breadcrumb-section nav {
    display: flex;
  }
  .omb-breadcrumb-container {
    width: 1280px;
    height: 40px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }

  .omb-breadcrumb-lista {
    display: flex;
    align-self: center;
    justify-content: center;
    list-style: none;
    color: #bbbcae;
    height: 25px;
    border-radius: 16px;
    padding: 4px 16px 4px 16px;
    gap: 14px;
    font-weight: 500;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 100%;
  }
  .omb-breadcrumb-lista span {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #4c4c4c;
  }
  .omb-breadcrumb-lista li {
    color: #4c4c4c;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    font-family: "Montserrat";
  }
  .omb-breadcrumb-lista li a {
    color: #4c4c4c;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    font-family: "Work sans", sans-serif;
  }
  .omb-breadcrumb-lista li a:hover {
    color: #000;
  }

  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-section--de-interes {
    background-color: var(--color-fondo-seccion-intreres);
  }

  .omb-card-contexto-container {
    width: 1280px;
    display: flex;
    justify-content: center;
  }
  .omb-card-contexto-content {
    display: flex;
    justify-content: center;
    width: 90%;
  }

  .omb-texto-card-contexto {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    position: relative;
  }
  .omb-titulo-card-contexto {
    font-weight: 600;
    font-size: 28px;
    line-height: 26px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-titulo-card-container {
    width: 100%;
    display: flex;
    justify-items: start;
    align-items: center;
    padding: 0px 16px 0px 16px;
    gap: 8px;
    box-sizing: border-box;
  }

  .omb-parrafo-card-contexto {
    font-size: 16px;
    padding: 16px;
    font-weight: 400;
    font-family: "Work sans", sans-serif;
    line-height: 30px;
    letter-spacing: 0;
    color: #1b1b1b;
    margin: 0;
  }
  .omb-icono-container {
    width: auto;
    height: auto;
    padding: 8px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(103, 108, 46, 0.1);
    > * {
      margin-bottom: 0 !important;
    }
  }
  .omb-icon-card-contexto {
    width: auto;
    height: auto;
    padding: 20px;
    background: #dbf000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .omb-imgagen-card-contexto {
    width: 544px;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
  }

  .omb-fuentes-container {
    width: 1280px;
    height: 140px;
    background-color: #e6e6e6;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .omb-fuentes-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .omb-fuentes-item {
    width: 332px;
    height: 100%;
    padding-right: 16px;
    padding-left: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border-left-width: 1px;
    border: 1px solid #ffffff;
  }

  .omb-titulo-fuentes {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #1b1b1b;
    margin: 0;
  }
  .omb-parrafo-fuentes {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #1b1b1b;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }
  .omb-boton-fuentes-container {
    flex: 1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .omb-boton {
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border-color: var(--color-primario);
  }
  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .omb-boton:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-texto);
    color: white;
  }
  .omb-grafica-container {
    width: 1280px;
    display: flex;
    flex-direction: column;
  }

  .omb-selectores-grafica-container {
    width: 1280px;
    height: 70px;
    border: 2px solid var(--color-primario);
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 100px;
    position: relative;
    padding-bottom: 2px;
  }
  .omb-nav-grafica {
    width: 1280px;
    height: 100%;
  }
  .omb-lista-selectores-grafica {
    display: flex;
    justify-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    position: absolute;
    padding-left: 12px;
  }
  .omb-botones-lista {
    width: 200px;
    height: 70px;
    padding: 24px 16px 24px 16px;
    gap: 8px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 21px;
    line-height: 100%;
    border: none;
    background-color: #e6e6e6;
    color: #000;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .omb-botones-lista:hover {
    border: 1px solid transparent;
    color: #212400;
    background: var(--color-primario);
  }

  .omb-botones-lista-seleccionado {
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: var(--color-primario);
    color: #212400;
  }
  .omb-grafica {
    width: 1280px;
    height: 600px;
    text-align: center;
  }

  .omb-compartir-container {
    width: 1280px;
    height: 116px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 24px;
    padding: 52px;
    background-color: #e6e6e6;
    box-sizing: border-box;
  }

  .omb-bottom-descarga {
    width: auto;
    height: 40px;
    background-color: var(--color-primario);
    font-family: "Work sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-radius: 32px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .omb-bottom-descarga:hover {
    background-color: var(--color-secundario-hover);
    color: #fff;
  }
  .omb-bottom-descarga span {
    width: 23px;
    height: 23px;
  }
  .omb-redes-sociales {
    width: 424px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
  }
  .omb-redes-sociales p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
  }
  .omb-lista-redes {
    display: flex;
    gap: 28px;
  }
  .omb-lista-redes a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4c531e;
    border-radius: 50%;
    padding: 8px;
  }

  .omb-contexto-section {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-contexto-container {
    width: 1280px;
    display: flex;
    gap: 30px;
  }

  .omb-titulos-contexto-container {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin-top: 0;
  }
  .omb-parrafo-contexto-container {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }
  .omb-contexto-section ul {
    padding: 0px 0px 0px 20px;
  }
  .omb-contexto-section ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }

  .omb-enlaces-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .omb-parrafos-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .omb-lista-enlaces {
    width: 545px;
    height: 90px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
    color: var(--color-enlace);
  }
  .omb-enlace:hover {
    color: var(--color-enlace-hover);
  }

  .omb-de-interes-container {
    width: 1280px;
    position: relative;
    padding-top: 40px;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: black;
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: black;
  }

  .omb-swiper {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
  }

  .omb-wrapper {
    width: 100%;
  }

  .omb-swiper-slide {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .omb-paginacion {
    position: absolute;
    bottom: -32px !important;
  }

  .omb-paginacion > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }
  /* Bullet activo */
  .omb-paginacion > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .omb-botom-control-carrousel {
    position: absolute;
    z-index: 20;
    bottom: -40px;
    min-width: 120px;
    height: 34px;
    width: auto;
    cursor: pointer;
  }

  .omb-botom-control-carrousel button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
    cursor: pointer;
  }

  .omb-boton-prev {
    left: -100px;
  }
  .omb-boton-next {
    right: -100px;
  }
  .omb-boton-prev,
  .omb-boton-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 53px;
    height: 53px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    border: 1px solid #d9e36e;
  }
  .omb-boton-prev:hover,
  .omb-boton-next:hover {
    color: black !important;
    background-color: var(--color-primario);
  }

  .omb-boton-prev::after,
  .omb-boton-next::after {
    font-size: 32px;
    font-weight: 900;
  }
  .omb-botom-control-carrousel-tableros-interes {
    position: absolute;
    z-index: 20;
    bottom: -40px;
    left: 0;
    min-width: 120px;
    height: 34px;
    width: auto;
  }

  .omb-botom-control-carrousel-tableros-interes button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
  }

  .omb-card-informativa {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
  }

  .omb-card-informativa--pequeña {
    width: 297px;
  }
  .omb-card-informativa:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-imagen-card-informativa {
    width: 100%;
  }
  .omb-imagen-card-informativa--pequeña {
    height: 158px;
  }
  .omb-tags-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .omb-tag-card {
    width: auto;
    min-width: 150px;
    height: 24px;
    border-radius: 16px;
    padding: 6px 12px 6px 12px;
    background-color: #f3f4f1;
    color: #71735e;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work-sans", sans-serif;
  }

  .omb-tag-icono {
    width: 12px;
    height: 12px;
  }

  .omb-titulo-card-informativa {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
  }

  .omb-titulo-card-informativa--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card-informativa {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }
}

#block-tematica {
  padding: 30px 0 0 0;
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: black;
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
  }

  .omb-section--de-interes {
    background-color: var(--color-fondo-seccion-intreres);
  }

  .omb-filtro-tematica-container {
    width: 1280px;
  }
  .omb-filtros {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 64px;
    padding: 0px 64px;
    box-sizing: border-box;
  }
  .omb-input-busqueda {
    width: 300px;
    height: 40px;
    padding-left: 16px;
    border-radius: 24px;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
  }
  .omb-label {
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .omb-select-tematica {
    border-radius: 8px;
    height: 16px;
    padding-left: 16px;
    height: 40px;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
  }
  .omb-container {
    width: 1280px;
    display: flex;
    gap: 30px;
  }
  .omb-sidebar-tematicas {
    width: 380px;
    height: auto;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .omb-sidebar-tematicas-lista {
    width: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 790px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0px;
    margin-top: 8px;
    padding-bottom: 4px;
  }
  .omb-sidebar-tematicas-item,
  .omb-tematica-selecionada {
    width: 340px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: var(--color-primario);
  }

  .omb-sidebar-tematicas-link {
    width: 340px;
    min-height: 80px;
    height: 80px;
    border: none;
    border-left: 4px solid var(--color-primario);
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    color: var(--color-texto);
    display: flex;
    align-items: center;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    position: relative;
    gap: 8px;
    padding: 8px 32px;
    box-sizing: border-box;
    font-weight: 500;
    font-family: "Work sans", sans-serif;
    transition: all 0.2s ease;
    background-color: #fff;
  }

  .omb-sidebar-tematicas-link:hover {
    font-weight: 600;
    background-color: var(--color-primario);
    transform: translateX(20px);
  }
  .omb-sidebar-tematicas-item--activo {
    background-color: var(--color-primario);
    transform: translateX(20px);
    font-weight: 600;
    color: #000;
    order: -1;
  }
  .omb-tematicas-container {
    width: 100%;
    border-radius: 24px;
    box-sizing: border-box;
    padding: 20px 24px;
    display: flex;
    justify-content: center;
  }
  .omb-tematicas-items-container {
    display: flex;
    gap: 16px;
    flex-direction: column;
    height: 980px;
    overflow: hidden;
  }
  .omb-card-tematica {
    width: 100%;
    border-bottom: 4px solid #f0f1f2;
  }
  .omb-fecha-tematica {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 44px;
    color: black;
  }

  .omb-enlaces-tematicas {
    min-height: 56px;
    font-weight: 600;
    color: var(--color-enlace);
    font-family: "Work sans", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
    color: var(--color-enlace);
    display: flex;
    gap: 8px;
  }
  .omb-paginacion-numerica {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .omb-paginacion-numerica ul {
    display: flex;
    list-style: none;
    gap: 20px;
  }

  .omb-paginacion-enlace {
    font-weight: 600;
    font-family: "Work sans", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
    color: var(--color-enlace);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .omb-pagination-numero {
    width: 40px;
    height: 40px;
    padding: 0px;
  }

  .omb-paginacion-enlace--activo {
    background-color: var(--color-primario);
    border-radius: 50%;
  }
}
.dropdown-menu {
  border-radius: 0 !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25) !important;
  background-color: #fff !important;
  border: none !important;
}
.dropdown-menu[data-bs-popper] {
  top: 100% !important;
}
.dropdown-menu a {
  color: #666 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 8px 16px !important;
  text-decoration: none !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--color-primario) !important;
  color: #000 !important;
}
.omb-icono-content svg {
  color: #000 !important;
}
/* ///////////////////////////////////////// */
#block-home,
#block-banner-principal,
#block-home-carrusel-indicadores,
#block-home-seccion-aliados,
#block-home-seccion-acordeon,
#block-home-seccion-tabs,
#block-carrusel-publicaciones-home,
#block-home-carrusel-sitiosrelacionados,
#block-suscribete,
#block-carrusel-ultimas-publicaciones,
#block-carrusel-interes-mapa,
#block-carrusel-interes-tablero {
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-section--top-bar {
    display: block;
    padding: 0;
  }

  .omb-logo-container--top {
    width: 100%;
    background-color: #3266b1;
    display: flex;
    justify-content: center;
  }
  .omb-logo-govco-container-top {
    width: 90%;
    height: 3rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .omb-logo-govco-container-top img {
    width: 8.438rem;
    height: 1.688rem;
  }

  .omb-buscador-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .omb-buscador {
    width: 90%;
    display: flex;
    align-items: center;
    height: 96px;
    justify-content: space-between;
    gap: 16px;
    color: white;
    box-sizing: border-box;
  }
  .omb-input-busqueda-home {
    border-radius: 24px;
    padding: 12px 16px;
    width: 300px;
    font-family: "Work sans";
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/sites/default/files/2025-07/icono-busqueda.png");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px 16px;
    box-sizing: border-box;
  }
  .omb-buscador-container {
    display: flex;
    align-items: center;
  }
  .omb-header {
    width: 100%;
    height: 75px;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .omb-icono-menu-container {
    padding: 8px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .omb-icono-menu-container:hover {
    transform: scale(1.01);
  }
  .omb-icono-menu-container:hover .omb-nav {
    display: flex;
  }
  .omb-nav {
    width: 240px;
    background-color: #e6e6e6;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 75px;
    border-bottom-right-radius: 16px;
  }
  .omb-lista-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .omb-lista-nav li {
    height: 100%;
    width: auto;
    box-sizing: border-box;
    border-top: 1px solid #bbbcae;
    border-right: 1px solid transparent;
    transition: all 0.3s ease;
  }
  .omb-lista-nav li:hover {
    transform: scale(1.01);
  }
  .omb-lista-nav li:hover {
    background-color: var(--color-primario);
  }
  .omb-lista-nav li:last-child {
    border-right: none;
  }

  .omb-lista-nav li a {
    text-decoration: none;
    color: #1b1b1b;
    font-family: "Work sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .omb-sitios-realacionados-section {
    padding-bottom: 80px;
  }

  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 32px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-titulo-section--centrado {
    text-align: center;
  }
  .omb-titulo-section--sin-margin {
    margin-top: 0px;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 26px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section--center {
    text-align: center;
  }
  .omb-section--hero {
    padding-top: 40px;
  }
  .omb-hero-container {
    width: 90%;
    display: flex;
    justify-content: center;
  }
  .omb-card-hero {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .omb-titulo-hero {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 113.99999999999999%;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .omb-imagen-hero {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }
  .omb-texto-hero span {
    color: #000;
    background-color: var(--color-primario-soft);
    padding: 0.25rem 0.5rem;
    width: 100%;
    max-width: 450px;
    margin-left: -0.5rem;
  }
  .omb-parrafo-hero {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 32px;
    letter-spacing: 0%;
  }
  .omb-section--de-interes {
    background-color: var(--color-fondo-seccion-intreres);
  }
  .omb-botones-contenedor-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .omb-boton {
    padding: 0.5rem 1.5rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-secundario-hover);
  }
  .omb-botton--tamano-fijo {
    min-width: 364px;
  }
  .omb-boton--secundario {
    background-color: #fff;
    border-color: var(--color-primario);
  }

  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  /* .omb-boton:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-texto);
    color: white;
  } */

  /* aliados */
  .omb-section--inidicadores-home {
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .omb-imagen-edificios-indicadores {
    width: 100%;
  }
  .omb-imagen-edificios-indicadores img {
    width: 100%;
    display: block;
    object-fit: cover;
  }

  .omb-indicadores-destacados-container {
    width: 90%;
    position: relative;
  }
  .omb-fondo-indicadores-home {
    width: 100%;
    background: linear-gradient(to bottom, #f2f4f8 0%, #ffffff 100%);
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    position: relative;
  }

  .omb-swiper {
    width: 85%;
    padding: 4px;
    box-sizing: border-box;
  }

  .omb-wrapper {
    width: 100%;
  }

  .omb-swiper-slide {
    padding: 8px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box;
  }
  .omb-swiper-slide--indicadores-home {
    height: 308px;
  }

  .omb-paginacion {
    position: absolute;
    bottom: -32px !important;
  }
  .omb-paginacion-sitios-relacionados {
    bottom: 60px !important;
  }
  .omb-paginacion > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }
  /* Bullet activo */
  .omb-paginacion > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .omb-boton-control-carrusel {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: -44px;
    min-width: 120px;
    height: 34px;
    width: auto;
    cursor: pointer;
    padding: 0;
  }
  .omb-boton-control-carrusel--variante {
    bottom: 46px;
  }

  .omb-boton-control-carrusel button {
    color: #565747;
    font-family: "Worl sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    width: auto;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
    cursor: pointer;
  }

  .omb-boton-prev {
    left: 0;
  }
  .omb-boton-next {
    right: 0;
  }
  .omb-boton-prev,
  .omb-boton-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    border: 1px solid #d9e36e;
  }
  .omb-boton-prev:hover,
  .omb-boton-next:hover {
    color: black !important;
    background-color: var(--color-primario);
  }

  .omb-boton-prev::after,
  .omb-boton-next::after {
    font-size: 32px;
    font-weight: 900;
  }

  .indicador-card {
    border: 1px solid #eaeae6;
    display: flex;
    flex-direction: column;
    position: relative;
    background: white;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: visible;
    min-width: 175px;
    max-width: 200px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    padding: 0px 8px;
  }
  .indicador-card:hover {
    border-color: #000;
    transform: scale(1.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  }
  .indicador-card:hover .valor {
    color: var(--color-hover-secundario);

    a {
      color: var(--color-hover-secundario) !important;
    }
  }
  .indicador-card:hover .omb-texto-indicadores a,
  .indicador-card:hover .mi-tarjeta .omb-texto-indicadores p {
    color: #000 !important;
  }
  .icono-wrapper {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .icono-fondo {
    width: 80px;
    height: 80px;
    top: -28px;
    position: relative;
    border-radius: 50%;
    background-color: #dcef00;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
    border: 6px solid white;
  }
  .icono-fondo img {
    width: 60px;
    height: auto;
  }
  .valor {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2rem;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    min-height: 64px;
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .valor span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0%;
    text-align: center;
  }
  .omb-texto-indicadores {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.063rem;
    text-align: center;
    margin: 8px 0px;
    min-height: 88px;
  }

  .omb-section--aliados-home {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .omb-aliados-container {
    width: 90%;
  }
  .omb-fondo-montañas-aliados {
    width: 100%;
  }
  .omb-fondo-montañas-aliados img {
    width: 100%;
    object-fit: contain;
    position: absolute;
    z-index: -10;
    top: -40px;
  }

  .aliados-logos-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
  }

  .aliados-logos-container img {
    width: 100px;
    height: 94px;
    object-fit: contain;
    opacity: 0.85;
    transition: filter 0.3s ease, opacity 0.3s ease;
  }
  .aliados-logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }
  .omb-fondo-aliados {
    width: 100%;
  }
  .omb-fondo-aliados img {
    width: 100%;
    object-fit: cover;
  }

  /* observarotio*/
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 26px;
    color: black;
    font-family: "Montserrat", sans-serif;
  }
  .omb-observatorio-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .omb-acordion-home {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .omb-acordion-boton--home {
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #fff;
    border: 0;
    min-height: 4.375rem;
    padding: 0 1rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }

  .omb-flecha-acordion {
    transition: all 0.3s ease;
  }
  .omb-acordion-boton--home.activo .omb-flecha-acordion {
    transform: rotate(0deg);
  }
  .omb-acordion-boton--home.activo {
    border-left: 1px solid var(--color-secundario-hover);
  }
  .omb-acordion-boton--home:hover {
    border-left: 4px solid var(--color-secundario-hover);
    background-color: var(--color-primario);
  }
  .omb-acordion-boton--home.activo {
    border-left: 4px solid var(--color-secundario-hover);
    background-color: var(--color-primario);
  }
  .omb-titulo-botton-acordeon {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
  }
  .omb-icono-titulo-acordion img {
    width: 40px;
  }

  .omb-acordion-content-home {
    width: 100%;
    overflow: hidden;
    transition: max-height 0.4s ease;
    box-sizing: border-box;
    padding: 1rem 0px;
    max-height: 0;
  }
  .omb-acordion-contenido--home.abierto {
    padding: 1rem 0px;
  }
  .omb-card-acordion {
    margin-top: 20px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .omb-imagen-card-acordion {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .omb-parrafo-card-acorderon {
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: 1.5rem;
    color: #666;
    min-height: 96px;
  }

  .omb-tabs-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .omb-parrafo-descripcion-section--observatorio {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-align: center;
  }
  /*publiciones */

  .omb-section--home-publicaciones {
    flex-direction: column;
    align-items: center;
  }
  .omb-publicaciones-container {
    width: 90%;
    position: relative;
  }

  .omb-button-container {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 52px;
  }
  .omb-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
  }

  .omb-card--pequeña {
    max-width: 80%;
    gap: 0;
  }
  .omb-card:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-imagen-card {
    width: 100%;
  }
  .omb-card--pequeña > img {
    width: 100%;
    height: 140px;
  }
  .omb-card--pequeña .omb-container-info {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .omb-card--pequeña .omb-container-info img {
    width: 140px;
    height: 140px;
  }
  .omb-imagen-card--pequeña {
    height: 158px;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }
  .omb-swiper-slide--publicaciones-home {
    display: flex;
    justify-content: center !important;
  }
  .omb-section--home-sitios-relacionados {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    height: 380px;
    box-sizing: border-box;
    z-index: 1;
  }

  .omb-fondo-sitios-relacionados {
    position: absolute;
    top: -258px;
    z-index: -1;
    width: 100%;
  }

  .omb-sitios-relacionados-container {
    width: 90%;
    position: relative;
  }

  .omb-decoracion-lineas-sitios-relacionados {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .omb-card-sitios-relacionados {
    width: 90%;
    height: 158px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 1px solid transparent;
    background-color: #fff;
    transition: all 0.5s ease;
    box-sizing: border-box;
    padding: 8px;
  }
  .omb-card-sitios-relacionados img {
    width: 100%;
    object-fit: cover;
  }

  .omb-card-sitios-relacionados:hover {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-button-container-sitios-relacionados {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 52px;
  }

  /*formulario de suscripcion */

  .omb-suscripcion-section {
    width: 100%;
    position: relative;
    height: 300px;
  }
  .omb-fondo-suscripcion-section {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
  }
  .omb-suscripcion-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
  }

  .omb-suscripcion-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .omb-texto {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
  }
  .omb-titulo-section--blanco {
    color: white;
  }
  .omb-parrafo-descripcion-section--blanco {
    color: white;
    margin: 0;
    text-align: center;
  }

  .omb-suscripcion-decoracion {
    display: flex;
  }
  .omb-parrafo-descripcion-section--sin-margin {
    margin-top: 0;
  }
  .omb-input-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
  }
  .omb-input-container input {
    width: 100%;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 20px;
    border: 1px solid #d3d3ca;
    box-sizing: border-box;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
  }
  .omb-input-container button {
    width: 100%;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    border-radius: 20px;
    background-color: var(--color-primario);
    color: black;
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease-in;
    border: 1px solid var(--color-primario);
  }
  .omb-input-container button:hover {
    border: 1px solid black;
  }
  .omb-input-container button:hover {
    background-color: #ecff24;
  }

  /*footer*/
  footer {
    width: 100%;
    background-color: var(--color-primario);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .omb-footer-container {
    width: 90%;
    background-color: #fff;
    padding: 32px;
    box-sizing: border-box;
    position: relative;
    top: -80px;
    margin-bottom: 40px;
  }
  .omb-info-footer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .omb-footer-header {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .omb-info-footer {
    width: 100%;
  }
  .omb-info-footer h2 {
    font-weight: 600;
    color: var(--color-enlace);
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;

    transition: all 0.9s ease-in;
  }
  .omb-info-footer p {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    margin: 0;
    line-height: 1.5rem;
    color: var(--color-enlace);
    margin-top: 4px;
  }
  .omb-info-footer ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
  }
  .omb-info-footer ul li {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
  }
  .omb-logos-footer img {
    height: 50px;
  }

  .omb-redes-sociales-footer-container {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .omb-redes-sociales-footer-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-enlace);
    border-left: 2px solid transparent;
    padding-left: 16px;
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 0;
  }
  .omb-redes-sociales-footer-container a:hover {
    color: var(--color-enlace-hover);
    text-decoration: underline;
  }
  .omb-redes-sociales-footer-container a:hover .omb-icono-redes-footer {
    background-color: var(--color-enlace-hover);
  }
  .omb-redes-sociales-footer-container a:first-child {
    border-left: none;
    padding-left: 0;
  }
  .omb-icono-redes-footer {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    background-color: var(--color-enlace);
  }
  .omb-enlaces-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    gap: 16px;
    margin-bottom: 32px;
  }
  .omb-enlaces {
    color: var(--color-enlace);
  }
  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
    text-decoration: underline;
  }

  .omb-enlaces-footer-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-enlace);
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
  }
  .omb-enlaces-footer-container a:hover {
    color: var(--color-enlace-hover);
    text-decoration: underline;
  }

  .omb-logo-govco-container {
    width: 100%;
    height: 80px;
    gap: 16px;
    background-color: #3266b1;
    display: flex;
    align-items: center;
    padding-left: 64px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
  }
  .omb-logo-govco-container img {
    height: 1.875rem;
    width: 8.5rem;
  }
  .hidden {
    display: none;
  }

  .omb-obervatorio-section-tabs {
    display: none;
  }
  .omb-tabs-container {
    display: flex;
    width: 100%;
    gap: 32px;
    margin-top: 20px;
  }
  .omb-tabs-menu {
    width: 40%;
    display: flex;
    gap: 16px;
    flex-direction: column;
  }

  .omb-tabs-boton--home {
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #fff;
    border: 0;
    min-height: 4.375rem;
    padding: 0 1rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  .omb-tabs-boton--home:hover {
    border-left: 4px solid var(--color-secundario-hover);
    background-color: var(--color-primario);
  }

  .omb-tabs-boton--home.activo {
    border-left: 4px solid var(--color-secundario-hover);
    background-color: var(--color-primario);
  }
  .omb-card-observatorio {
    width: 60%;
    margin: 0;
  }

  @media (min-width: 768px) {
    .omb-titulo-hero {
      font-size: 2.625rem;
    }
    .omb-buscador {
      width: 90%;
    }
    .omb-botones-contenedor-hero {
      align-items: start;
    }
    .omb-obervatorio-section-tabs {
      display: none;
    }

    .omb-redes-sociales-footer-container {
      justify-content: center;
    }

    .omb-footer-header {
      flex-direction: row;
      justify-content: space-between;
    }
    .omb-footer-container {
      padding: 32px 40px;
    }
    .omb-info-footer-content {
      flex-direction: row;
    }
    .omb-card--pequeña {
      width: 100%;
      max-width: none;
    }
  }
  @media (min-width: 1024px) and (max-width: 1139px) {
    .omb-buscador {
      max-width: 960px;
    }
    .omb-icono-menu-container {
      display: none;
    }
    .omb-nav {
      position: relative;
      display: flex;
      top: 0;
      border-radius: 0px;
      justify-content: start;
      padding-left: 10px;
      width: 100%;
    }
    .omb-lista-nav {
      max-width: 100%;
      flex-direction: row;
    }
    .omb-lista-nav li {
      max-width: 160px;
      border-top: 1px solid transparent;
      border-right-color: #bbbcae;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .omb-lista-nav li a {
      padding: 16px;
    }

    .omb-hero-container,
    .omb-aliados-container,
    .omb-observatorio-container,
    .omb-suscripcion-container,
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-sitios-relacionados-container {
      max-width: 960px;
    }
    .omb-titulo-hero {
      font-size: 2.625rem;
    }
    .omb-carrusel-container {
      width: 100%;
      display: flex;
      justify-content: center;
      position: relative;
    }
    .omb-swiper {
      width: 90%;
    }
    .omb-card-hero {
      flex-direction: row;
    }
    .omb-texto-hero {
      width: 50%;
    }
    .omb-imagen-hero {
      width: 500px;
      object-fit: contain;
    }
    .aliados-logos-container {
      justify-content: space-around;
    }
    .aliados-logos-container img {
      width: 118px;
    }
    .omb-obervatorio-section-acordion {
      display: none;
    }
    .omb-obervatorio-section-tabs {
      display: flex;
    }
    .omb-parrafo-card-acorderon {
      height: 120px;
    }

    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }
    .aliados-logos-container {
      justify-content: space-between;
      margin-top: 40px;
    }
    .aliados-logos-container img {
      width: 140px;
      height: 120px;
    }
    .omb-card--pequeña {
      width: 100%;
      max-width: none;
    }

    .omb-imagen-card--mediana {
      width: 100%;
      height: auto;
      aspect-ratio: 4 / 3;
    }

    .omb-boton-prev,
    .omb-boton-next {
      width: 44px;
      height: 44px;
      display: flex;
    }
    .omb-boton-prev {
      left: -0px;
    }
    .omb-boton-next {
      right: -0px;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 44px;
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 30px;
      font-family: "Monstserrart", sans-serif;
    }

    .omb-suscripcion-container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      z-index: 2;
    }
    .omb-texto {
      width: auto;
      display: flex;
      align-items: center;
      justify-content: start;
      color: white;
    }
    .omb-titulo-section--blanco {
      color: white;
    }
    .omb-parrafo-descripcion-section--blanco {
      color: white;
      margin: 0;
      text-align: start;
    }

    .omb-suscripcion-decoracion {
      display: flex;
      display: none;
    }
    .omb-parrafo-descripcion-section--sin-margin {
      margin-top: 0;
    }
    .omb-input-container {
      width: auto;
      display: flex;
      flex-direction: row;
      gap: 4px;
      margin-top: 40px;
    }
    .omb-input-container input {
      min-width: 280px;
      width: 450px;
      height: 40px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }
    .omb-input-container button {
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
      width: 158px;
    }
    .omb-input-container button:hover {
      border: 1px solid black;
    }
    .omb-input-container button:hover {
      background-color: #ecff24;
    }
    .omb-footer-header {
      flex-direction: row;
      justify-content: space-between;
    }

    .omb-footer-container {
      padding: 40px 80px;
    }
    .omb-info-footer-content {
      flex-direction: row;
    }
  }

  @media (min-width: 1140px) and (max-width: 1359px) {
    .omb-titulo-hero {
      font-size: 2.625rem;
    }
    .omb-buscador {
      max-width: 1140px;
    }
    .omb-icono-menu-container {
      display: none;
    }
    .omb-nav {
      position: relative;
      display: flex;
      top: 0;
      border-radius: 0px;
      justify-content: start;
      padding-left: 40px;
      width: 1140px;
    }
    .omb-lista-nav {
      max-width: 100%;
      flex-direction: row;
    }
    .omb-lista-nav li {
      max-width: 160px;
      border-top: 1px solid transparent;
      border-right-color: #bbbcae;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .omb-lista-nav li a {
      padding: 16px;
    }
    .omb-hero-container,
    .omb-aliados-container,
    .omb-observatorio-container,
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-sitios-relacionados-container {
      max-width: 1140px;
    }
    .omb-carrusel-container {
      width: 100%;
      display: flex;
      justify-content: center;
      position: relative;
    }
    .omb-swiper {
      width: 90%;
    }

    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }
    .omb-card-hero {
      flex-direction: row;
    }
    .omb-section--aliados-home {
      flex-direction: column;
      align-items: center;
    }
    .omb-obervatorio-section-acordion {
      display: none;
    }
    .omb-obervatorio-section-tabs {
      display: flex;
    }
    .omb-imagen-card-acordion {
      height: 395px;
    }

    .omb-boton-prev,
    .omb-boton-next {
      width: 52px;
      height: 52px;
      display: flex;
    }
    .omb-boton-prev {
      left: 0px;
    }
    .omb-boton-next {
      right: 0px;
    }

    .omb-suscripcion-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 60px;
      z-index: 2;
    }
    .omb-texto {
      width: 400px;
      display: flex;
      align-items: start;
      justify-content: start;
      color: white;
    }
    .omb-titulo-section--blanco {
      color: white;
    }
    .omb-parrafo-descripcion-section--blanco {
      color: white;
      margin: 0;
      text-align: start;
    }
    .omb-card--pequeña {
      width: 100%;
      max-width: none;
    }
    .omb-suscripcion-decoracion {
      display: flex;
      display: none;
    }
    .omb-parrafo-descripcion-section--sin-margin {
      margin-top: 0;
    }
    .omb-input-container {
      width: auto;
      display: flex;
      flex-direction: row;
      gap: 4px;
      margin-top: 40px;
    }
    .omb-input-container input {
      min-width: 280px;
      width: 450px;
      height: 40px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }
    .omb-input-container button {
      width: 158px;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
    }
    .omb-input-container button:hover {
      border: 1px solid black;
    }
    .omb-input-container button:hover {
      background-color: #ecff24;
    }
    .omb-footer-header {
      flex-direction: row;
      justify-content: space-between;
    }
    .omb-footer-container {
      padding: 40px 80px;
    }
    .omb-info-footer-content {
      flex-direction: row;
    }
    .omb-redes-sociales-footer-container {
      justify-content: space-evenly;
    }
    .omb-enlaces-footer-container {
      gap: 32px;
    }
  }
  @media (min-width: 1280px) {
    .omb-titulo-hero {
      font-size: 2.625rem;
    }
    header {
      display: flex;
      justify-content: center;
    }
    .omb-buscador {
      max-width: 1140px;
    }
    .omb-icono-menu-container {
      display: none;
    }
    .omb-nav {
      position: relative;
      display: flex;
      top: 0;
      border-radius: 0px;
      justify-content: start;
      padding-left: 10px;
      width: 1280px;
    }
    .omb-lista-nav {
      max-width: 1280px;
      flex-direction: row;
    }
    .omb-lista-nav li {
      max-width: 160px;
      border-top: 1px solid transparent;
      border-right-color: #bbbcae;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .omb-lista-nav li a {
      padding: 16px;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }
    .omb-hero-container,
    .omb-aliados-container,
    .omb-observatorio-container,
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-suscripcion-container {
      max-width: 1140px;
    }
    .omb-card--pequeña {
      width: 100%;
      max-width: none;
    }
    .omb-suscripcion-container {
      justify-content: space-between;
    }
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-sitios-relacionados-container {
      width: 1140px;
    }
    .omb-card-hero {
      flex-direction: row;
    }
    .omb-section--aliados-home {
      justify-content: center;
    }

    .aliados-logos-container {
      justify-content: space-between;
      margin-top: 20px;
    }
    .aliados-logos-container img {
      width: 140px;
      height: 120px;
    }
    .omb-obervatorio-section-acordion {
      display: none;
    }
    .omb-obervatorio-section-tabs {
      display: flex;
    }
    .omb-imagen-card-acordion {
      object-fit: contain;
    }
    .omb-carrusel-container {
      width: 100%;
      display: flex;
      justify-content: center;
      position: relative;
    }
    .omb-swiper {
      width: 85%;
    }

    .omb-boton-prev,
    .omb-boton-next {
      width: 52px;
      height: 52px;
      display: flex;
    }
    .omb-boton-prev {
      left: -0px;
    }
    .omb-boton-next {
      right: -0px;
    }
    .omb-suscripcion-section {
      height: 280px;
    }

    .omb-suscripcion-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 90px;
      align-items: center;
      z-index: 2;
    }
    .omb-texto {
      width: 380px;
      max-width: 400px;
      display: flex;
      align-items: start;
      justify-content: start;
      color: white;
      padding-left: 20px;
    }
    .omb-titulo-section--blanco {
      color: white;
    }
    .omb-parrafo-descripcion-section--blanco {
      color: white;
      margin: 0;
      text-align: start;
    }

    .omb-suscripcion-decoracion {
      display: flex;
      display: none;
    }
    .omb-parrafo-descripcion-section--sin-margin {
      margin-top: 0;
    }
    .omb-input-container {
      width: auto;
      display: flex;
      flex-direction: row;
      gap: 4px;
      margin-top: 40px;
    }
    .omb-input-container input {
      min-width: 280px;
      width: 450px;
      height: 40px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }
    .omb-input-container button {
      width: 158px;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
    }
    .omb-input-container button:hover {
      border: 1px solid black;
    }
    .omb-input-container button:hover {
      background-color: #ecff24;
    }
    .omb-footer-header {
      flex-direction: row;
      justify-content: space-between;
    }
    .omb-footer-container {
      padding: 40px 80px;
    }

    .omb-info-footer-content {
      flex-direction: row;
    }
    .omb-redes-sociales-footer-container {
      justify-content: space-evenly;
    }
    .omb-enlaces-footer-container {
      gap: 32px;
    }
  }
}
#block-home,
#block-banner-principal,
#block-home-carrusel-indicadores,
#block-home-seccion-aliados,
#block-home-seccion-acordeon,
#block-carrusel-publicaciones-home,
#block-home-carrusel-sitiosrelacionados,
#block-suscribete,
#block-carrusel-ultimas-publicaciones,
#block-carrusel-interes-mapa,
#block-carrusel-interes-tablero {
  .omb-logo-govco-container {
    width: 100%;
    height: 80px;
    gap: 16px;
    background-color: #3266b1;
    display: flex;
    align-items: center;
    padding-left: 64px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
  }
  .omb-logo-govco-container img {
    height: 1.875rem;
    width: 8.5rem;
  }
  .hidden {
    display: none;
  }

  .omb-obervatorio-section-tabs {
    display: none;
  }
  .omb-tabs-container {
    display: flex;
    width: 100%;
    gap: 32px;
    margin-top: 20px;
  }
  .omb-tabs-menu {
    width: 40%;
    display: flex;
    gap: 16px;
    flex-direction: column;
  }

  .omb-tabs-boton--home {
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #fff;
    border: 0;
    min-height: 4.375rem;
    padding: 0 1rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  .omb-tabs-boton--home:hover {
    border-left: 4px solid var(--color-secundario-hover);
    background-color: var(--color-primario);
  }

  .omb-tabs-boton--home.activo {
    border-left: 4px solid var(--color-secundario-hover);
    background-color: var(--color-primario);
  }
  .omb-card-observatorio {
    width: 60%;
    margin: 0;
  }

  @media (min-width: 768px) {
    .omb-titulo-hero {
      font-size: 2.625rem;
    }
    .omb-buscador {
      width: 90%;
    }
    .omb-botones-contenedor-hero {
      align-items: start;
    }
    .omb-obervatorio-section-tabs {
      display: none;
    }

    .omb-redes-sociales-footer-container {
      justify-content: center;
    }
    footer {
      height: 836px;
    }
    .omb-footer-container {
      padding: 40px;
    }
    .omb-info-footer-content {
      flex-direction: row;
    }
  }
  @media (min-width: 1024px) and (max-width: 1139px) {
    .omb-buscador {
      max-width: 960px;
    }
    .omb-icono-menu-container {
      display: none;
    }
    .omb-nav {
      position: relative;
      display: flex;
      top: 0;
      border-radius: 0px;
      justify-content: start;
      padding-left: 10px;
      width: 100%;
    }
    .omb-lista-nav {
      max-width: 100%;
      flex-direction: row;
    }
    .omb-lista-nav li {
      max-width: 160px;
      border-top: 1px solid transparent;
      border-right-color: #bbbcae;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .omb-lista-nav li a {
      padding: 16px;
    }

    .omb-hero-container,
    .omb-aliados-container,
    .omb-observatorio-container,
    .omb-suscripcion-container,
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-sitios-relacionados-container {
      max-width: 960px;
    }
    .omb-titulo-hero {
      font-size: 2rem;
    }
    .omb-carrusel-container {
      width: 100%;
      display: flex;
      justify-content: center;
      position: relative;
    }
    .omb-swiper {
      width: 90%;
    }
    .omb-card-hero {
      flex-direction: row;
    }
    .omb-texto-hero {
      width: 50%;
    }
    .omb-imagen-hero {
      width: 500px;
      object-fit: contain;
    }
    .aliados-logos-container {
      justify-content: space-around;
    }
    .aliados-logos-container img {
      width: 118px;
    }
    .omb-obervatorio-section-acordion {
      display: none;
    }
    .omb-obervatorio-section-tabs {
      display: flex;
    }
    .omb-parrafo-card-acorderon {
      height: 120px;
    }

    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }
    .aliados-logos-container {
      justify-content: space-between;
      margin-top: 40px;
    }
    .aliados-logos-container img {
      width: 140px;
      height: 120px;
    }
    .omb-card--pequeña {
      width: 100%;
      max-width: none;
    }

    .omb-imagen-card--mediana {
      width: 100%;
      height: auto;
      aspect-ratio: 4 / 3;
    }

    .omb-boton-prev,
    .omb-boton-next {
      width: 44px;
      height: 44px;
      display: flex;
    }
    .omb-boton-prev {
      left: -0px;
    }
    .omb-boton-next {
      right: -0px;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 44px;
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 30px;
      font-family: "Monstserrart", sans-serif;
    }

    .omb-suscripcion-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      z-index: 2;
    }
    .omb-texto {
      width: auto;
      display: flex;
      align-items: center;
      justify-content: start;
      color: white;
    }
    .omb-titulo-section--blanco {
      color: white;
    }
    .omb-parrafo-descripcion-section--blanco {
      color: white;
      margin: 0;
      text-align: start;
    }

    .omb-suscripcion-decoracion {
      display: flex;
      display: none;
    }
    .omb-parrafo-descripcion-section--sin-margin {
      margin-top: 0;
    }
    .omb-input-container {
      width: auto;
      display: flex;
      flex-direction: row;
      gap: 4px;
      margin-top: 40px;
    }
    .omb-input-container input {
      min-width: 280px;
      width: 450px;
      height: 40px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }
    .omb-input-container button {
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
      width: 158px;
    }
    .omb-input-container button:hover {
      border: 1px solid black;
    }
    .omb-input-container button:hover {
      background-color: #ecff24;
    }
    footer {
      height: 1040px;
    }
    .omb-footer-container {
      padding: 80px;
    }
    .omb-info-footer-content {
      flex-direction: row;
    }
  }

  @media (min-width: 1140px) and (max-width: 1359px) {
    .omb-titulo-hero {
      font-size: 2.625rem;
    }
    .omb-buscador {
      max-width: 1140px;
    }
    .omb-icono-menu-container {
      display: none;
    }
    .omb-nav {
      position: relative;
      display: flex;
      top: 0;
      border-radius: 0px;
      justify-content: start;
      padding-left: 40px;
      width: 1140px;
    }
    .omb-lista-nav {
      max-width: 100%;
      flex-direction: row;
    }
    .omb-lista-nav li {
      max-width: 160px;
      border-top: 1px solid transparent;
      border-right-color: #bbbcae;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .omb-lista-nav li a {
      padding: 16px;
    }
    .omb-hero-container,
    .omb-aliados-container,
    .omb-observatorio-container,
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-sitios-relacionados-container {
      max-width: 1140px;
    }
    .omb-carrusel-container {
      width: 100%;
      display: flex;
      justify-content: center;
      position: relative;
    }
    .omb-swiper {
      width: 90%;
    }

    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }
    .omb-card-hero {
      flex-direction: row;
    }
    .omb-section--aliados-home {
      flex-direction: column;
      align-items: center;
    }
    .omb-obervatorio-section-acordion {
      display: none;
    }
    .omb-obervatorio-section-tabs {
      display: flex;
    }
    .omb-imagen-card-acordion {
      height: 395px;
    }

    .omb-boton-prev,
    .omb-boton-next {
      width: 52px;
      height: 52px;
      display: flex;
    }
    .omb-boton-prev {
      left: 0px;
    }
    .omb-boton-next {
      right: 0px;
    }

    .omb-suscripcion-container {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 60px;
      z-index: 2;
    }
    .omb-texto {
      width: 400px;
      display: flex;
      align-items: start;
      justify-content: start;
      color: white;
    }
    .omb-titulo-section--blanco {
      color: white;
    }
    .omb-parrafo-descripcion-section--blanco {
      color: white;
      margin: 0;
      text-align: start;
    }

    .omb-suscripcion-decoracion {
      display: flex;
      display: none;
    }
    .omb-parrafo-descripcion-section--sin-margin {
      margin-top: 0;
    }
    .omb-input-container {
      width: auto;
      display: flex;
      flex-direction: row;
      gap: 4px;
      margin-top: 40px;
    }
    .omb-input-container input {
      min-width: 280px;
      width: 450px;
      height: 40px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }
    .omb-input-container button {
      width: 158px;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
    }
    .omb-input-container button:hover {
      border: 1px solid black;
    }
    .omb-input-container button:hover {
      background-color: #ecff24;
    }
    footer {
      height: 1040px;
    }
    .omb-footer-container {
      padding: 80px;
    }
    .omb-info-footer-content {
      flex-direction: row;
    }
    .omb-redes-sociales-footer-container {
      justify-content: space-evenly;
    }
    .omb-enlaces-footer-container {
      gap: 32px;
    }
  }
  @media (min-width: 1360px) {
    .omb-titulo-hero {
      font-size: 2.625rem;
    }
    header {
      display: flex;
      justify-content: center;
    }
    .omb-buscador {
      max-width: 1280px;
    }
    .omb-icono-menu-container {
      display: none;
    }
    .omb-nav {
      position: relative;
      display: flex;
      top: 0;
      border-radius: 0px;
      justify-content: start;
      padding-left: 10px;
      width: 1280px;
    }
    .omb-lista-nav {
      max-width: 1280px;
      flex-direction: row;
    }
    .omb-lista-nav li {
      max-width: 160px;
      border-top: 1px solid transparent;
      border-right-color: #bbbcae;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .omb-lista-nav li a {
      padding: 16px;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }
    .omb-hero-container,
    .omb-aliados-container,
    .omb-observatorio-container,
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-suscripcion-container {
      max-width: 1280px;
    }
    .omb-suscripcion-container {
      justify-content: space-between;
    }
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-sitios-relacionados-container {
      width: 1280px;
    }
    .omb-card-hero {
      flex-direction: row;
    }
    .omb-section--aliados-home {
      justify-content: center;
    }

    .aliados-logos-container {
      justify-content: space-between;
      margin-top: 20px;
    }
    .aliados-logos-container img {
      width: 140px;
      height: 120px;
    }
    .omb-obervatorio-section-acordion {
      display: none;
    }
    .omb-obervatorio-section-tabs {
      display: flex;
    }
    .omb-imagen-card-acordion {
      height: 395px;
    }
    .omb-carrusel-container {
      width: 100%;
      display: flex;
      justify-content: center;
      position: relative;
    }
    .omb-swiper {
      width: 90%;
    }

    .omb-boton-prev,
    .omb-boton-next {
      width: 52px;
      height: 52px;
      display: flex;
    }
    .omb-boton-prev {
      left: -60px;
    }
    .omb-boton-next {
      right: -60px;
    }
    .omb-suscripcion-section {
      height: 280px;
    }

    .omb-suscripcion-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 90px;
      align-items: center;
      z-index: 2;
    }
    .omb-texto {
      width: 380px;
      max-width: 400px;
      display: flex;
      align-items: start;
      justify-content: start;
      color: white;
      padding-left: 20px;
    }
    .omb-titulo-section--blanco {
      color: white;
    }
    .omb-parrafo-descripcion-section--blanco {
      color: white;
      margin: 0;
      text-align: start;
    }

    .omb-suscripcion-decoracion {
      display: flex;
      display: none;
    }
    .omb-parrafo-descripcion-section--sin-margin {
      margin-top: 0;
    }
    .omb-input-container {
      width: auto;
      display: flex;
      flex-direction: row;
      gap: 4px;
      margin-top: 40px;
    }
    .omb-input-container input {
      min-width: 280px;
      width: 450px;
      height: 40px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }
    .omb-input-container button {
      width: 158px;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
    }
    .omb-input-container button:hover {
      border: 1px solid black;
    }
    .omb-input-container button:hover {
      background-color: #ecff24;
    }
    footer {
      height: 820px;
    }
    .omb-footer-container {
      padding: 80px;
    }

    .omb-info-footer-content {
      flex-direction: row;
    }
    .omb-redes-sociales-footer-container {
      justify-content: space-evenly;
    }
    .omb-enlaces-footer-container {
      gap: 32px;
    }
  }
  @media (min-width: 1440px) {
    .omb-titulo-hero {
      font-size: 2.625rem;
    }
    header {
      display: flex;
      justify-content: center;
    }
    .omb-buscador {
      max-width: 1280px;
    }
    .omb-icono-menu-container {
      display: none;
    }
    .omb-nav {
      position: relative;
      display: flex;
      top: 0;
      border-radius: 0px;
      justify-content: start;
      padding-left: 10px;
      width: 1280px;
    }
    .omb-lista-nav {
      max-width: 1280px;
      flex-direction: row;
    }
    .omb-lista-nav li {
      max-width: 160px;
      border-top: 1px solid transparent;
      border-right-color: #bbbcae;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .omb-lista-nav li a {
      padding: 16px;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }
    .omb-hero-container,
    .omb-aliados-container,
    .omb-observatorio-container,
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-suscripcion-container,
    .omb-indicadores-destacados-container,
    .omb-publicaciones-container,
    .omb-sitios-relacionados-container {
      max-width: 1280px;
    }
    .omb-suscripcion-container {
      justify-content: space-between;
    }

    .omb-card-hero {
      flex-direction: row;
    }
    .omb-section--aliados-home {
      justify-content: center;
    }

    .aliados-logos-container {
      justify-content: space-between;
    }
    .aliados-logos-container img {
      width: 140px;
      height: 120px;
    }
    .omb-obervatorio-section-acordion {
      display: none;
    }
    .omb-obervatorio-section-tabs {
      display: flex;
    }
    .omb-imagen-card-acordion {
      height: 395px;
    }

    .omb-carrusel-container {
      width: 100%;
      display: flex;
      justify-content: center;
      position: relative;
    }
    .omb-swiper {
      width: 90%;
    }
    .omb-boton-prev,
    .omb-boton-next {
      width: 52px;
      height: 52px;
      display: flex;
    }
    .omb-boton-prev {
      left: 0px;
    }
    .omb-boton-next {
      right: 0px;
    }
    .omb-suscripcion-section {
      height: 280px;
    }

    .omb-suscripcion-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 90px;
      align-items: center;
      z-index: 2;
    }
    .omb-texto {
      width: 380px;
      max-width: 400px;
      display: flex;
      align-items: start;
      justify-content: start;
      color: white;
      padding-left: 20px;
    }
    .omb-titulo-section--blanco {
      color: white;
    }
    .omb-parrafo-descripcion-section--blanco {
      color: white;
      margin: 0;
      text-align: start;
    }

    .omb-suscripcion-decoracion {
      display: flex;
      display: none;
    }
    .omb-parrafo-descripcion-section--sin-margin {
      margin-top: 0;
    }
    .omb-input-container {
      width: auto;
      display: flex;
      flex-direction: row;
      gap: 4px;
      margin-top: 40px;
    }
    .omb-input-container input {
      min-width: 280px;
      width: 450px;
      height: 40px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }
    .omb-input-container button {
      width: 158px;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
    }
    .omb-input-container button:hover {
      border: 1px solid black;
    }
    .omb-input-container button:hover {
      background-color: #ecff24;
    }
    footer {
      height: 820px;
    }
    .omb-footer-container {
      padding: 80px;
    }

    .omb-info-footer-content {
      flex-direction: row;
    }
    .omb-redes-sociales-footer-container {
      justify-content: space-evenly;
    }
    .omb-enlaces-footer-container {
      gap: 32px;
    }
  }
}
#block-footer {
  padding: 0 !important;
  margin: 0 !important;
  margin-top: -12px !important;
  > .content {
    padding: 0 !important;
    margin: 0 !important;
  }
  /*footer*/
  .footer {
    width: 100%;
    background-color: var(--color-primario);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 8px;
  }
  .omb-footer-container {
    width: 80%;
    background-color: #fff;
    padding: 32px;
    box-sizing: border-box;
    position: relative;
    top: -50px;
    margin-bottom: 40px;
  }
  .omb-info-footer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .omb-footer-header {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .omb-info-footer {
    width: 100%;
  }
  .omb-info-footer h2 {
    font-weight: 600;
    color: var(--color-hover-secundario);
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;

    transition: all 0.9s ease-in;
  }
  .omb-info-footer p {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    margin: 0;
    font-family: 500;
    line-height: 1.5rem;
    color: var(--color-hover-secundario);
    margin-top: 4px;
  }
  .omb-info-footer ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    color: #000;
  }
  .omb-info-footer ul li {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
  }
  .omb-logos-footer img {
    height: 70px !important;
    width: 100%;
    object-fit: contain;
  }

  .omb-redes-sociales-footer-container {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .omb-redes-sociales-footer-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-hover-secundario);
    border-left: 2px solid transparent;
    padding-left: 16px;
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 0;
  }
  .omb-redes-sociales-footer-container a:hover {
    color: var(--color-enlace-hover);
    text-decoration: underline;
  }
  .omb-redes-sociales-footer-container a:hover .omb-icono-redes-footer {
    background-color: var(--color-enlace-hover);
  }
  .omb-redes-sociales-footer-container a:first-child {
    border-left: none;
    padding-left: 0;
  }
  .omb-icono-redes-footer {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    background-color: var(--color-enlace);
    padding: 8px;
  }
  .omb-icono-redes-footer img {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
  }
  .omb-enlaces-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    gap: 16px;
    margin-bottom: 32px;
  }
  .omb-enlaces {
    color: var(--color-hover-secundario);
  }
  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
    text-decoration: underline;
  }

  .omb-enlaces-footer-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-hover-secundario);
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
  }
  .omb-enlaces-footer-container a:hover {
    color: var(--color-enlace-hover);
    text-decoration: underline;
  }

  .omb-logo-govco-container {
    width: 100%;
    height: 80px;
    gap: 16px;
    background-color: #3266b1;
    display: flex;
    align-items: center;
    padding-left: 64px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
  }
  .omb-logo-govco-container img {
    height: 1.875rem;
    width: 8.5rem;
  }

  .omb-boton-volver-arriba {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    padding: 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    max-width: 48px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: all 0.3s ease;
    z-index: 1000;
    opacity: 0;
    transition: all 0.3s ease-in;
  }

  .omb-boton-volver-arriba span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 4px 8px;
    width: 32px;
    height: 32px;
    background-color: var(--color-primario);
    color: #000;
  }

  .omb-boton-volver-arriba span svg {
    flex-shrink: 0;
  }

  .omb-boton-volver-arriba__texto {
    white-space: nowrap;
    overflow: hidden;
    color: var(--color-texto);
    opacity: 0;
    width: 0;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    transition: all 0.3s ease;
  }

  .omb-boton-volver-arriba:hover {
    max-width: 200px;
  }
  .omb-boton-volver-arriba.activo {
    opacity: 1;
  }

  .omb-boton-volver-arriba:hover .omb-boton-volver-arriba__texto {
    width: auto;
    opacity: 1;
  }
  .omb-boton-volver-arriba.activo .omb-boton-volver-arriba__texto {
    width: auto;
    opacity: 1;
  }
  .omb-boton-volver-arriba:focus-visible {
    outline: 2px solid #000;
    background-color: var(--color-govco-hover);
  }
  .omb-boton-volver-arriba:focus-visible span:first-child {
    background-color: #fff;
    color: black;
  }
  .omb-barra-accesibilidad {
    height: 143px;
    width: 48px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 35%;
    right: 0;
    background-color: var(--color-govco);
    border-radius: 10px 0px 0px 10px;
    padding: 12px 0 20px 13px;
    z-index: 1000;
  }

  .omb-boton-accesibilidad {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    width: 48px;
    height: 40px;
    background-color: inherit;
    border: none;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    transition: width 0.3s ease, background-color 0.3s ease;
  }

  .omb-boton-accesibilidad span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 32px;
    background-color: #fff;
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    box-sizing: border-box;
    color: #000;
    flex-shrink: 0;
    z-index: 2;
    color: var(--color-govco);
    transition: all 0.3s ease-in;
  }
  .omb-boton-accesibilidad:hover span:first-child {
    color: var(--color-govco-hover);
  }

  .omb-boton-accesibilidad__texto {
    white-space: nowrap;
    opacity: 0;
    width: 0;
    color: var(--color-texto);
    font-size: 1rem;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    transition: all 0.3s ease;
    transition: width 0.3s ease, opacity 0.3s ease;
    z-index: 1;
  }

  .omb-boton-accesibilidad:hover {
    width: 340px;
    background-color: var(--color-govco-hover);
  }

  .omb-boton-accesibilidad:hover .omb-boton-accesibilidad__texto {
    width: auto;
    opacity: 1;
    color: #fff;
  }

  @media (min-width: 768px) {
    .omb-redes-sociales-footer-container {
      justify-content: center;
    }

    .omb-footer-header {
      flex-direction: row;
      justify-content: space-between;
    }
    .omb-footer-container {
      padding: 32px 40px;
      top: -100px;
    }
    .omb-info-footer-content {
      flex-direction: row;
    }
  }
  @media (min-width: 1024px) and (max-width: 1139px) {
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }

    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 44px;
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 30px;
      font-family: "Monstserrart", sans-serif;
    }

    .omb-footer-header {
      flex-direction: row;
      justify-content: space-between;
    }

    .omb-footer-container {
      padding: 40px 80px;
      top: -80px;
    }
    .omb-info-footer-content {
      flex-direction: row;
    }
  }

  @media (min-width: 1140px) and (max-width: 1359px) {
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }

    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 44px;
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-footer-header {
      flex-direction: row;
      justify-content: space-between;
    }
    .omb-footer-container {
      padding: 40px 80px;
      top: -100px;
    }
    .omb-info-footer-content {
      flex-direction: row;
    }
    .omb-redes-sociales-footer-container {
      justify-content: space-evenly;
    }
    .omb-enlaces-footer-container {
      gap: 32px;
    }
  }
  @media (min-width: 1280px) {
    .omb-footer-header {
      flex-direction: row;
      justify-content: space-between;
    }
    .omb-footer-container {
      padding: 40px 80px;
      top: -90px;
    }

    .omb-info-footer-content {
      flex-direction: row;
    }
    .omb-redes-sociales-footer-container {
      justify-content: space-evenly;
    }
    .omb-enlaces-footer-container {
      gap: 32px;
    }
  }
}
#block-mapas,
#block-mapas-inicio {
  padding-bottom: 80px;
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-section--logo {
    height: 149px;
    align-items: center;
    padding-bottom: 0;
  }
  .omb-logo-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .omb-titulo-libro-mapa-container {
    width: 90%;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 32px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-titulo-section--color {
    color: var(--color-enlace);
  }
  .omb-titulo-section--padding {
    padding-left: 16px;
    margin: 0;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 26px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }

  .omb-logo-libro-mapa {
    display: flex;
    align-items: center;
    border-right: 1px solid #d3d3ca;
    width: 295px;
    height: 85px;
    gap: 16px;
    border-right-width: 1px;

    padding-right: 24px;

    box-sizing: border-box;
  }
  .omb-logo-libro-mapa img {
    object-fit: contain;
    width: 140px;
  }
  .omb-parrafo-descripcion-logo {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 18px;
    color: var(--color-texto);
    margin: 0;
    font-family: "Montserrat", sans-serif;
  }
  .omb-logo-libro-mapa h2 {
    width: 152px;
    height: 56px;
  }
  .omb-cards-mapa-container .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 100%;
    > div {
      margin: 0 !important;
      width: auto !important;
      padding: 0 !important;
    }
  }
  .omb-libro-mapas-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background-image: url("/sites/default/files/2025-09/omb-ldm-map-bg.webp");
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: #eaedf5;
    padding-bottom: 40px;
  }
  .omb-decoracion {
    position: absolute;
    height: 32px;
    width: 100px;
    top: -37px;
  }
  .omb-decoracion-abajo {
    position: absolute;
    height: 32px;
    width: 100px;
    bottom: -30px;
  }
  .omb-decoracion img {
    filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.3));
    width: 100px;
  }
  .omb-decoracion-abajo img {
    width: 100px;
  }
  .omb-mapa-container {
    width: 90%;
    padding-top: 40px;
  }

  .omb-titulo-container-mapas {
    max-width: 100%;
    margin: 16px 0;
    padding-top: 16px;
    padding-right: 8px;
    padding-bottom: 16px;
    padding-left: 24px;
    border-left-width: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 2.75rem;
    border-left: 4px solid var(--color-primario);
    border-radius: 0 8px 8px 0;
    box-sizing: border-box;
  }

  .omb-map-card {
    width: 100%;
    height: 277px;
    gap: 12px;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
  }
  .omb-map-card:hover {
    border: 1px solid black;
  }

  .omb-map-card:hover .omb-descripcion-number {
    background-color: var(--color-primario);
  }
  .omb-map-card > img {
    width: 100%;
    height: auto;
  }
  .omb-map-card-img {
    width: 100%;
    border-radius: 8px;
  }
  .omb-blur-card-map {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: rgba(76, 83, 30, 0.1);
  }

  .omb-map-card h5:hover {
    color: #bed000; /* Cambia el color al que desees */
  }

  .omb-descripcion-container {
    background-color: rgba(255, 255, 255);
    display: flex;
    width: 100%;
    position: absolute;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    left: 0;
    padding-top: 20px;
    padding-right: 16px;
    padding-bottom: 20px;
    padding-left: 32px;
    gap: 24px;
    box-sizing: border-box;
    border-top: 4px solid transparent;
  }
  .omb-map-card:hover .omb-descripcion-container {
    transform: translateY(-105px);
    border-top: 4px solid var(--secundario-yellow);
  }

  .omb-map-card:hover .omb-descripcion-container-variante {
    background-color: var(--color-primario);
  }

  .omb-titulo-container {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .omb-titulo-container h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: var(--color-texto);
    margin: 0;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    text-decoration: underline;
    margin-bottom: 5px;
  }
  .omb-descripcion-number {
    width: 30px;
    height: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }
  .omb-map-card:hover .omb-descripcion-number-variante {
    background-color: #fff;
  }

  .omb-descripcion-container p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    margin: 0;
    color: var(--color-texto);
    font-family: "Work sans", sans-serif;
    min-height: 76px;
  }

  .omb-section-recursos {
    padding-top: 40px;
  }
  .omb-recursos-container {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .omb-titulo-container-recursos {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 20px;
  }
  .omb-titulo-container-recursos h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    margin: 0;
    text-align: center;
  }
  .omb-titulo-container-recursos p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #1a1a1a;
    text-align: center;
    margin-top: 0;
  }
  .omb-card-recursos-container .view-content {
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    > div {
      width: auto !important;
      padding: 0 !important;
      margin: 0 !important;
    }
  }
  .omb-card-recursos {
    width: 270px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 16px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    cursor: pointer;
  }
  .omb-card-recursos:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-card-recursos img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .omb-card-recursos h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: var(--color-texto);
    margin: 0;
    min-height: 54px;
    padding: 0px 16px;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
  }
  .omb-card-recursos p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    margin: 0;
    padding: 0px 16px;
    color: #4d4d4d;
    font-family: "Work sans", sans-serif;
    min-height: 72px;
    color: var(--color-texto);
  }
}
#block-suscribete {
  padding: 0 !important;
  margin: 0 !important;
}

/* publicaciones */
#block-mitema-custommarkup-2,
#block-carrusel-interes-publicaciones {
  .omb-fondo-explorar-publicaciones-slide {
    width: 100%;
    position: absolute;
  }
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }

  .omb-explora-publicacion-section {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 40px;
  }
  .omb-fondo-explorar-publicaciones-slide {
    width: 100%;
    position: absolute;

    transform: rotate(180deg);
    z-index: -1;
  }

  .omb-explora-publicaciones-container {
    width: 90%;
    position: relative;
  }
  .omb-wrapper-publicaciones-explorar {
    padding: 4px;
  }
  .omb-swiper-slide-publicaciones-explorar {
    width: 406px !important;
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .omb-explora-texto-container {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 32px;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-titulo-section--color {
    color: var(--color-enlace);
  }
  .omb-titulo-section--padding {
    padding-left: 16px;
    margin: 0;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 26px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-titulo-publicaciones {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    margin: 0;
  }
  .omb-carrusel-container {
    position: relative;
    width: 100%;
  }

  .omb-swiper {
    width: 85%;
    padding: 4px;
    box-sizing: border-box;
  }

  .omb-wrapper {
    width: 100%;
  }

  .omb-swiper-slide {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
  }
  .omb-paginacion {
    position: absolute;
    bottom: -32px !important;
  }

  .omb-paginacion > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }
  /* Bullet activo */
  .omb-paginacion > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .omb-botom-control-carrousel {
    position: absolute;
    z-index: 20;
    bottom: -40px;
    min-width: 120px;
    height: 34px;
    width: auto;
    cursor: pointer;
  }

  .omb-botom-control-carrousel button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
    cursor: pointer;
  }

  .omb-boton-prev {
    left: -10px;
  }
  .omb-boton-next {
    right: -10px;
  }
  .omb-boton-prev,
  .omb-boton-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    border: 1px solid #d9e36e;
  }
  .omb-boton-prev:hover,
  .omb-boton-next:hover {
    color: black !important;
    background-color: var(--color-primario);
  }

  .omb-boton-prev::after,
  .omb-boton-next::after {
    font-size: 32px;
    font-weight: 900;
  }

  .omb-card-explorar-publicaciones {
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    color: var(--color-enlace);
  }
  .omb-card-explorar-publicaciones:hover {
    transform: scale(1.01);
  }
  .omb-imagen-card-explorar-publicaciones {
    border-radius: 16px;
    overflow: hidden;
    display: block;
  }
  .omb-imagen-card-explorar-publicaciones img {
    width: 100%;
    height: 260px !important;
    object-fit: cover;
    object-position: center right;
    border-radius: 16px;
    transition: all 0.5s ease;
  }
  .omb-imagen-card-explorar-publicaciones:hover img {
    transform: scale(0.99);
  }

  .omb-card-content-explorar-publicaciones {
    border-radius: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    transition: all 0.4s ease;
    overflow: hidden;
  }
  .omb-texto-card-content {
    display: flex;
    gap: 8px;
    box-sizing: border-box;
    width: 100%;
    align-items: center;
  }
  .omb-texto-card-content .icono-descarga {
    width: 45px !important;
  }
  .omb-texto-card-content h5 {
    font-weight: 600;
    color: var(--color-enlace);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px;
    transition: all 0.9s ease-in;
  }
  .omb-ver-documentos-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .omb-boton {
    padding: 0.5rem 1.5rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border-color: var(--color-primario);
  }
  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .omb-boton:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-texto);
    color: white;
  }

  .omb-categoria-publicaciones-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
    background-color: #f1f3f7;
  }
  .omb-categorias-publicaciones-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .view-categoria-publicaciones {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .omb-cards-categorias-publicaciones-container .view-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
    > div {
      width: auto !important;
      padding: 0 !important;
      margin: 0 !important;
    }
  }
  .omb-categorias-publicaciones-container a {
    text-decoration: none;
    color: inherit;
  }
  .omb-card--con-icono {
    width: 360px;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    transition: all 0.3s ease;
    background-color: #ffffff;
  }
  .omb-card--con-icono:hover {
    border-color: black;
  }

  .omb-card--con-icono:hover .omb-titulo-card {
    color: var(--color-enlace);
  }

  .omb-icono-container {
    width: 113px;
    height: 113px;
    padding: 8px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: rgb(103, 108, 46, 0.1);
    overflow: hidden;
  }

  .omb-icono-content {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(222.15deg, #f0ff57 0%, #c4d600 100.91%);
  }
  .omb-texto-card-publicaciones {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
  }
  .omb-texto-card-publicaciones p:not(.omb-enlaces) {
    height: 144px !important;
  }
  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
  }
  .omb-titulo-card--sin-padding {
    padding: 0;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }
  .omb-parrafo-card--variante-card-icono {
    padding: 0;
    -webkit-line-clamp: 7;
    min-height: 168px;
    overflow: visible;
  }

  .omb-enlaces {
    gap: 8px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }
}

/* qcomunidad */
#block-mitema-custommarkup-3,
#block-seccion-comunidad {
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-comunidad-container {
    width: 90%;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 32px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 26px;
    color: black;
    font-family: "Montserrat", sans-serif;
  }
  .view-comunidad {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .omb-cards-comunidad-container .view-content {
    width: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 30px;

    > div {
      width: auto !important;
      margin: 0 !important;
      padding: 0 !important;
    }
  }
  .omb-card {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
  }

  .omb-card-publicaciones-interes:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }

  .omb-imagen-card {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .omb-card-content-explorar-publicaciones {
    border-radius: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    transition: all 0.4s ease;
    overflow: hidden;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px;
    color: black;
    min-height: 72px;
    padding: 0 16px;
  }
  .link-title {
    color: #515900 !important;
  }
  .link-title:hover {
    color: var(--color-enlace-hover) !important;
  }
  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
    margin: 8px 0px;
  }
  .omb-enlaces--con-padding {
    padding-left: 16px;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }
}
p:not(.omb-enlaces) a {
  text-decoration: none;
  color: #000;
}
p.omb-enlaces a {
  text-decoration: underline;
  color: var(--color-enlace) !important;
}
/* QACTUALIDAD*/
#block-mitema-custommarkup-4,
#block-seccion-actualidad {
  .omb-busqueda-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
  }

  .omb-label-buscador {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .omb-label-buscador P {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
    font-family: "Work sans", sans-serif;
  }
  .omb-buscador-container {
    width: 100%;
    border-radius: 8px;
    height: 40px;
    border: 1px solid var(--color-fondo-seccion-intreres);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: border 0.2s;
    overflow: hidden;
    padding-right: 4px;
    background-color: #fff;
  }
  .omb-buscador-container--escritorio {
    display: flex;
    width: 100%;
  }

  .omb-input-buscar {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    width: 100%;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    padding: 12px 16px;
    box-sizing: border-box;
    outline: none;
  }

  .omb-buscador-container:focus-within {
    border: 2px solid #000;
  }
  .omb-boton-buscar {
    background-color: var(--color-primario);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .omb-boton-buscar:hover {
    background-color: var(--color-secundario-hover);
    transform: scale(1.05);
  }
  .omb-select {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .omb-boton-filtro-container {
    height: 67px;
    display: flex;
    align-items: end;
  }

  .omb-select p {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
  }

  .omb-opcion-selecionada {
    border-radius: 8px;
    padding-left: 16px;
    height: 40px;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    border: 1px solid;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-texto);
    position: relative;
  }
  .omb-opcion-selecionada--ordenar {
    width: 140px;
    gap: 8px;
  }
  .icono-flecha-select {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    transition: all 0.3s ease;
  }
  .icono-flecha-select.activo {
    transform: rotate(-90deg);
  }
  .omb-opciones {
    display: flex;
    flex-direction: column;
    list-style: none;
    border-radius: 16px;
    padding: 16px 0px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 140px;
    background-color: #fff;
    overflow: hidden;
    top: 32px;
    z-index: 1;
  }

  .omb-opciones li {
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s ease;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
  }
  .omb-opciones li:hover {
    background-color: var(--color-primario);
  }
  .omb-opciones li:focus-visible {
    background-color: var(--color-primario);
  }

  .omb-boton {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border: 1px solid var(--color-primario);
  }

  .omb-boton--primario:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-secundario-hover);
  }
  .omb-botton--tamano-fijo {
    min-width: 364px;
  }
  .omb-boton--secundario {
    background-color: #fff;
    border-color: var(--color-primario);
  }

  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .omb-boton--secundario:hover {
    background-color: var(--color-primario);
    color: black;
  }
  .hidden {
    display: none;
  }

  .omb-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .omb-titulo-section {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: black;
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  .omb-decoracion-lineas {
    margin-bottom: 20px;
  }
  .omb-titulo-section--centrado {
    text-align: center;
  }
  .omb-card-container .view-content {
    width: 1280px;
  }
  .omb-card-hero {
    width: 1280px;
    display: flex;
    gap: 32px;
  }
  .omb-card-hero img {
    width: 504px;
    height: 312px;
    border-radius: 16px;
    object-fit: cover;
  }
  .omb-card-hero .omb-titulo-card {
    font-size: 24px;
  }
  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 18px;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
  }
  .omb-card--pequeña {
    gap: 0 !important;
  }
  .omb-titulo-card--dos-lineas {
    height: 53px;
  }
  .omb-titulo-card--sin-padding {
    padding: 0;
  }
  .omb-fecha {
    font-size: 0.875rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5rem;
    color: black;
    display: flex;
    align-items: center;
    margin: 0px 0px 8px;
    color: #71735e;
  }
  .omb-fecha--padding {
    padding: 0 16px;
  }
  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0 16px;
    margin-bottom: 8px;

    color: black;
    min-height: 72px;
  }
  .omb-parrafo-card--sin-padding {
    padding: 0;
  }
  .omb-texto-card-hero > div {
    max-width: 200px;
  }
  .omb-boton {
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border-color: var(--color-primario);
  }
  .omb-boton--con-margen {
    margin: 16px 0px;
  }
  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .omb-boton:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-secundario-hover);
    color: #000;
  }
  .omb-enlaces.omb-enlaces--centrado {
    text-decoration: underline !important;
  }
  .omb-noticias-container {
    width: 1280px;
    display: flex;
    gap: 32px;
  }

  .omb-boton-sidebar {
    background-color: var(--color-primario-soft);
    width: 265px;
    height: 62px;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    color: var(--color-texto);
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 12px;
    position: relative;
    gap: 8px;
    padding: 8px 32px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .omb-boton-sidebar--width {
    width: 297px;
  }
  .omb-boton-sidebar:hover {
    background-color: var(--color-primario);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 600;
  }

  .omb-boton-sidebar--secundario {
    padding: 16px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .omb-boton-sidebar--active {
    background-color: var(--color-primario);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .omb-boton-sidebar--active::before {
    content: "";
    position: absolute;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 14px solid var(--color-primario);
    border-bottom: 8px solid transparent;
  }

  .omb-sidebar {
    width: 297px;
    height: auto;
    background: var(--color-primario-soft);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    margin-top: 10px;
  }

  .omb-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: start;
    gap: 16px;
  }
  .omb-sidebar-list-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }
  .omb-buscador-container {
    width: 720px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .omb-input-busqueda {
    width: 1080px;
    height: 48px;
    background-color: #f8f9f1;
    border: none;
    border-radius: 32px;
    padding: 0px 16px;
    font-size: 16px;
    color: #71735e;
  }
  .omb-input-busqueda:focus {
    outline: none;
    box-shadow: none;
  }

  .omb-ordenar-select {
    width: 145px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #a4a592;
    padding: 8px 8px 8px 16px;
    box-sizing: border-box;
    font-family: "Wor sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
    background-color: inherit;
    transition: all 0.5s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("http://149.130.178.89/media/111");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
  }
  .omb-ordernar-select:hover {
    color: #7e8a00;
  }
  .omb-cards-noticias-container {
    min-height: 1204px;
  }
  .omb-cards-noticias-container .view-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    width: 953px;
    > div {
      width: auto !important;
    }
  }
  .omb-cards-noticias-container .omb-card.omb-card--pequeña {
    padding: 0 0 20px 0;
  }
  .omb-cards-noticias-container .omb-card.omb-card--pequeña img {
    height: 160px;
    width: 100%;
  }
  .omb-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 0px;
    cursor: pointer;
  }
  .omb-card--pequeña {
    width: 297px;
  }

  .omb-card:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-imagen-card {
    width: 100%;
  }
  .omb-imagen-card--mediana {
    height: 260px;
  }

  .omb-card:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-imagen-card {
    width: 100%;
  }
  .omb-imagen-card--pequeña {
    height: 158px;
  }

  .omb-paginacion-numerica {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .omb-paginacion-numerica ul {
    display: flex;
    list-style: none;
    gap: 20px;
  }

  .omb-paginacion-enlace {
    font-weight: 600;
    font-family: "Work sans", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
    color: var(--color-enlace);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    background-color: inherit;
  }
  .omb-pagination-numero {
    width: 40px;
    height: 40px;
    padding: 0px;
    border: none;
    background-color: inherit;
  }

  .omb-paginacion-enlace--activo {
    background-color: var(--color-primario);
    border-radius: 50%;
  }
  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: center;
    color: var(--color-enlace);
    text-decoration: underline;
  }
  .omb-enlaces--centrado {
    width: 100%;
    justify-content: center;
  }
}

/*qmovilidad*/
#block-mitema-custommarkup-5,
#block-seccion-indicadores-movilidad {
  .omb-label-buscador {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .omb-label-buscador P {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
    font-family: "Work sans", sans-serif;
  }
  .omb-busqueda-container {
    display: flex;
    gap: 8px;
  }
  .omb-buscador-container {
    width: 100%;
    border-radius: 8px;
    height: 40px;
    border: 1px solid var(--color-fondo-seccion-intreres);
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    transition: border 0.2s;
    overflow: hidden;
    padding-right: 4px;
    background-color: #fff;
  }
  .omb-buscador-container {
    width: 720px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .omb-buscador-container--escritorio {
    display: flex;
    width: 100%;
  }

  .omb-input-buscar {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    width: 100%;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    padding: 12px 16px;
    box-sizing: border-box;
    outline: none;
  }

  .omb-buscador-container:focus-within {
    border: 2px solid #000;
  }
  .omb-boton-buscar {
    background-color: var(--color-primario);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .omb-boton-buscar:hover {
    background-color: var(--color-secundario-hover);
    transform: scale(1.05);
  }
  .omb-select {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .omb-boton-filtro-container {
    height: 67px;
    display: flex;
    align-items: end;
  }

  .omb-select p {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
  }

  .omb-opcion-selecionada {
    border-radius: 8px;
    padding-left: 16px;
    height: 40px;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    border: 1px solid;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-texto);
    position: relative;
  }
  .omb-opcion-selecionada--ordenar {
    width: 140px;
    gap: 8px;
  }
  .icono-flecha-select {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    transition: all 0.3s ease;
  }
  .icono-flecha-select.activo {
    transform: rotate(-90deg);
  }
  .omb-opciones {
    display: flex;
    flex-direction: column;
    list-style: none;
    border-radius: 16px;
    padding: 16px 0px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 140px;
    background-color: #fff;
    overflow: hidden;
    top: 32px;
    z-index: 1;
  }

  .omb-opciones li {
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s ease;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
  }
  .omb-opciones li:hover {
    background-color: var(--color-primario);
  }
  .omb-opciones li:focus-visible {
    background-color: var(--color-primario);
  }

  .omb-boton {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border: 1px solid var(--color-primario);
  }

  .omb-boton--primario:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-secundario-hover);
  }
  .omb-botton--tamano-fijo {
    min-width: 364px;
  }
  .omb-boton--secundario {
    background-color: #fff;
    border-color: var(--color-primario);
  }

  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .omb-boton--secundario:hover {
    background-color: var(--color-primario);
    color: black;
  }
  .hidden {
    display: none;
  }
  .omb-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }
  .omb-titulo-container {
    max-width: 1280px;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-texto);
    font-family: "Work Sans", sans-serif;
    margin-top: 0;
  }

  .omb-movilidad-container {
    width: 1280px;
    display: flex;
    gap: 30px;
    position: relative;
  }
  .omb-sidebar-container {
    width: 297px;
    position: relative;
  }
  .omb-sidebar-content {
    /* position: fixed; */
  }
  .omb-boton-sidebar {
    background-color: var(--color-primario-soft);
    width: 265px;
    height: 62px;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    color: var(--color-texto);
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 12px;
    position: relative;
    gap: 8px;
    padding: 8px 32px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .omb-boton-sidebar--width {
    width: 297px;
  }
  .omb-boton-sidebar:hover {
    background-color: var(--color-primario);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 600;
  }

  .omb-boton-sidebar--secundario {
    padding: 16px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .omb-boton-sidebar--active {
    background-color: var(--color-primario);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .omb-boton-sidebar--active::before {
    content: "";
    position: absolute;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 14px solid var(--color-primario);
    border-bottom: 8px solid transparent;
  }

  .omb-sidebar {
    width: 297px;
    height: auto;
    background: var(--color-primario-soft);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    margin-top: 10px;
  }

  .omb-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: start;
    gap: 16px;
  }
  .omb-sidebar-list-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }

  .omb-cards-movilidad-container .view-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    width: 953px;
  }

  .omb-card {
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
  }

  .omb-card--pequeña {
    width: 297px;
    gap: 0 !important;
  }
  .omb-card--pequeña > img {
    width: 100%;
    height: 158px;
    object-fit: cover;
  }
  .omb-card--pequeña-sin-parrafo {
    height: 300px;
  }

  .omb-card:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-imagen-card {
    width: 100%;
  }
  .omb-imagen-card--pequeña {
    height: 158px;
  }
  .omb-tags-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .omb-tag-card {
    width: auto;
    min-width: 150px;
    height: 24px;
    border-radius: 16px;
    padding: 6px 12px 6px 12px;
    background-color: #f3f4f1;
    color: #71735e;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work-sans", sans-serif;
  }

  .omb-tag-icono {
    width: 12px;
    height: 12px;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }
}

/*qplanesypoliticas*/
#block-mitema-custommarkup-6,
#block-seccion-indicadores-planesypoliticas {
  .omb-planes-politica-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
  }

  .omb-titulo-section {
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }

  .omb-titulo-section--centrado {
    text-align: center;
  }
  .omb-parrafo-descripcion-section {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    margin: 0;
    text-align: center;
    font-family: "Work Sans", sans-serif;
  }
  .omb-parrafo-descripcion-section--centrado {
    text-align: center;
  }
  .omb-cards-publicaciones-container {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .omb-cards-planes-politica-container .view-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 40px;
    > div {
      width: auto !important;
    }
  }

  .omb-card--con-icono {
    width: 360px;
    height: 380px;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    transition: all 0.3s ease;
  }
  .omb-card--con-icono:hover {
    border-color: black;
  }

  .omb-card--con-icono:hover .omb-titulo-card {
    color: var(--color-enlace);
  }

  .omb-icono-container {
    width: 113px;
    height: 113px;
    padding: 8px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: rgb(103, 108, 46, 0.1);
    overflow: hidden;
  }

  .omb-icono-content {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(222.15deg, #f0ff57 0%, #c4d600 100.91%);
  }
  .omb-texto-card-publicaciones {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
  }
  .omb-texto-card-publicaciones > div p {
    color: #000 !important;
  }
  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
  }
  .omb-titulo-card--sin-padding {
    padding: 0;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }
  .omb-parrafo-card--sin-padding {
    padding: 0;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }
}
/* qtematicas */
#block-mitema-custommarkup-7,
#block-tematicas {
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 32px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-titulo-section--color {
    color: var(--color-enlace);
  }
  .omb-titulo-section--padding {
    padding-left: 16px;
    margin: 0;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 26px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-section--de-interes {
    background-color: var(--color-fondo-seccion-intreres);
  }

  .omb-filtro-tematica-container {
    width: 90%;
  }
  .omb-filtros {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .omb-inputs-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
    box-shadow: 0px 0px 10px rgba(134, 129, 129, 0.25);
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 24px;
    padding: 16px;
  }
  .omb-select {
    position: relative;
  }
  .omb-select--con-dos-elementos {
    position: relative;
    display: flex;
    width: 100%;
    gap: 16px;
  }
  .omb-boton-filtro-container {
    display: flex;
    align-items: end;
    gap: 16px;
    width: 100% !important;
  }
  .omb-boton--filtro {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 16px !important;
  }
  .omb-select p {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
  }

  .omb-opcion-selecionada {
    width: 354px;
    border-radius: 8px;
    padding: 0px 16px;
    height: 40px;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    border: 1px solid;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: var(--color-texto);
    position: relative;
    background-color: var(--color-fondo-seccion-intreres);
    justify-content: space-between;
  }
  .omb-opcion-selecionada::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg); /* Rota 180° */
    width: 24px;
    height: 24px;
    background: url("/sites/default/files/2025-07/flecha%20select.svg")
      no-repeat center;
    background-size: contain;
    transition: all 0.3s ease-in;
  }

  .omb-opcion-selecionada.activo::after {
    transform: translateY(-50%) rotate(-90deg);
  }

  .omb-opcion-selecionada--ordenar {
    width: 272px;
  }
  .omb-opciones {
    display: flex;
    flex-direction: column;
    list-style: none;
    border-radius: 16px;
    padding: 16px 0px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 356px;
    background-color: #fff;
    overflow: hidden;
    top: 52px;
    z-index: 1;
  }

  .omb-opciones li {
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s ease;
  }
  .omb-opciones li:hover {
    background-color: var(--color-primario);
  }

  .omb-paginacion-numerica {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .omb-paginacion-numerica ul {
    display: flex;
    list-style: none;
    gap: 20px;
    padding-left: 0;
    align-items: center;
  }

  .omb-paginacion-enlace {
    font-weight: 600;
    font-family: "Work sans", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
    color: var(--color-enlace-hover);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    background-color: inherit;
  }

  .omb-pagination-numero {
    width: 40px;
    height: 40px;
    padding: 0px;
    border: none;
    background-color: inherit;
    text-decoration: none;
  }

  .omb-paginacion-enlace--activo {
    background-color: var(--color-primario);
    border-radius: 8px;
    color: var(--color-texto);
  }
  .omb-opciones--ordenar {
    width: 272px;
  }

  .omb-boton {
    padding: 0.5rem 1.5rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
    box-sizing: border-box;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border-color: var(--color-primario);
  }
  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .omb-boton:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-texto);
    color: white;
  }
  .omb-sin-resultado {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
  }
  .omb-tematicas-container {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .omb-tematicas-container .views-element-container {
    width: 100%;
  }
  .omb-titulo-resultado-container {
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 8px;
  }
  .omb-cards-resultados-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .omb-cards-resultados-container .view-header {
    align-self: end;
    padding: 8px 0px;
    font-family: "Work Sans", sans-serif;
  }
  .omb-cards-resultados-container .view-content {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 16px;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 16px;
    > div {
      padding: 0;
    }
  }
  .hidden {
    display: none;
  }

  .omb-card-resultado {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 16px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .omb-card-resultados--full-width {
    width: 100%;
  }
  .omb-card-resultado:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-card-tipo {
    color: #515900;
    padding-left: 16px;
    font-weight: 700;
    cursor: pointer;
    width: auto;
    padding: 8px 8px 8px 0px;
    border-radius: 8px;
    margin-left: 28px;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: "Work sans", "sans serif";
  }

  .omb-titulo-card {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
    min-height: 53px;
  }

  .omb-titulo-card--con-icono {
    display: flex;
    color: var(--color-enlace);
    padding: 0;
  }
  .omb-titulo-card span {
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .omb-titulo-card--color {
    color: var(--color-enlace);
  }
  .omb-titulo-card--color:hover {
    color: var(--color-enlace-hover);
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    height: 53px;
  }
  .omb-parrafo-card--padding {
    padding-left: 28px;
  }
  .omb-fecha {
    font-size: 0.875rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5rem;
    color: black;
    display: flex;
    align-items: center;
    margin: 4px 0px 0px;
    color: #71735e;
    padding-left: 16px;
  }
  .omb-fecha--padding {
    padding: 0 28px;
  }
  .omb-tags-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .omb-tags-card-container--padding {
    padding-left: 28px;
  }
  .omb-tag-card {
    width: auto;
    min-width: 150px;
    height: 24px;
    border-radius: 16px;
    padding: 6px 12px 6px 12px;
    background-color: #f3f4f1;
    color: #71735e;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work-sans", sans-serif;
  }

  .omb-tag-icono {
    width: 12px;
    height: 12px;
  }
  .hidden {
    display: none;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    cursor: pointer;
    text-decoration: underline;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }

  .omb-buton-ver-resultado {
    border: none;
    background-color: inherit;
    margin: 8px 0px;
    cursor: pointer;
  }
}
.omb-breadcrumb-section nav {
  display: flex;
}
/* contexto indicadores politicas */
#block-contexto-indicadores-2 {
  .omb-header {
    width: 100%;
    height: 75px;
    position: sticky;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
  }
  .omb-nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 200px;
  }
  .omb-lista-nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    width: 100%;
  }
  .omb-lista-nav li {
    height: 100%;
    width: auto;
    padding: 24px;
    box-sizing: border-box;
    border-left: 1px solid #bbbcae;
    transition: all 0.3s ease;
  }
  .omb-lista-nav li:hover {
    background-color: var(--color-primario);
  }
  .omb-lista-nav li:first-child {
    border-left: none;
  }

  .omb-lista-nav li a {
    text-decoration: none;
    color: #1b1b1b;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 0;
    width: 100%;
    margin-top: 40px;
  }
  .omb-breadcrumb-section {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 40px;
  }
  .omb-breadcrumb-section nav {
    display: flex;
  }
  .omb-breadcrumb-container {
    width: 1280px;
    height: 40px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }

  .omb-breadcrumb-lista {
    display: flex;
    align-self: center;
    justify-content: center;
    list-style: none;
    color: #bbbcae;
    height: 25px;
    border-radius: 16px;
    padding: 4px 16px 4px 16px;
    gap: 14px;
    font-weight: 500;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 100%;
  }
  .omb-breadcrumb-lista span {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #4c4c4c;
  }
  .omb-breadcrumb-lista li {
    color: #4c4c4c;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    font-family: "Montserrat";
  }
  .omb-breadcrumb-lista li a {
    color: #4c4c4c;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    font-family: "Work sans", sans-serif;
  }
  .omb-breadcrumb-lista li a:hover {
    color: #000;
  }

  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-section--de-interes {
    background-color: var(--color-fondo-seccion-intreres);
  }

  .omb-card-contexto-container {
    width: 1280px;
    display: flex;
    justify-content: center;
  }
  .omb-card-contexto-content {
    display: flex;
    justify-content: center;
    width: 90%;
  }

  .omb-texto-card-contexto {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    position: relative;
  }
  .omb-titulo-card-contexto {
    font-weight: 600;
    font-size: 28px;
    line-height: 26px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-titulo-card-container {
    width: 100%;
    display: flex;
    justify-items: start;
    align-items: center;
    padding: 0px 16px 0px 16px;
    gap: 8px;
    box-sizing: border-box;
  }

  .omb-parrafo-card-contexto {
    font-size: 16px;
    padding: 16px;
    font-weight: 400;
    font-family: "Work sans", sans-serif;
    line-height: 30px;
    letter-spacing: 0;
    color: #1b1b1b;
    margin: 0;
  }
  .omb-icono-container {
    width: auto;
    height: auto;
    padding: 8px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(103, 108, 46, 0.1);
    > * {
      margin-bottom: 0 !important;
    }
  }
  .omb-icon-card-contexto {
    width: auto;
    height: auto;
    padding: 20px;
    background: #dbf000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .omb-imgagen-card-contexto {
    width: 544px;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
  }

  .omb-fuentes-container {
    width: 1280px;
    height: 140px;
    background-color: #e6e6e6;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .omb-fuentes-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .omb-fuentes-item {
    width: 332px;
    height: 100%;
    padding-right: 16px;
    padding-left: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border-left-width: 1px;
    border: 1px solid #ffffff;
  }

  .omb-titulo-fuentes {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #1b1b1b;
    margin: 0;
  }
  .omb-parrafo-fuentes {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #1b1b1b;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }
  .omb-boton-fuentes-container {
    flex: 1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .omb-boton {
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border-color: var(--color-primario);
  }
  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .omb-boton:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-texto);
    color: white;
  }
  .omb-grafica-container {
    width: 1280px;
    display: flex;
    flex-direction: column;
  }

  .omb-selectores-grafica-container {
    width: 1280px;
    height: 70px;
    border: 2px solid var(--color-primario);
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 100px;
    position: relative;
    padding-bottom: 2px;
  }
  .omb-nav-grafica {
    width: 1280px;
    height: 100%;
  }
  .omb-lista-selectores-grafica {
    display: flex;
    justify-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    position: absolute;
    padding-left: 12px;
  }
  .omb-botones-lista {
    width: 200px;
    height: 70px;
    padding: 24px 16px 24px 16px;
    gap: 8px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 21px;
    line-height: 100%;
    border: none;
    background-color: #e6e6e6;
    color: #000;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .omb-botones-lista:hover {
    border: 1px solid transparent;
    color: #212400;
    background: var(--color-primario);
  }

  .omb-botones-lista-seleccionado {
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: var(--color-primario);
    color: #212400;
  }
  .omb-grafica {
    width: 1280px;
    height: 600px;
    text-align: center;
  }

  .omb-compartir-container {
    width: 1280px;
    height: 116px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 24px;
    padding: 52px;
    background-color: #e6e6e6;
    box-sizing: border-box;
  }

  .omb-bottom-descarga {
    width: auto;
    height: 40px;
    background-color: var(--color-primario);
    font-family: "Work sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-radius: 32px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .omb-bottom-descarga:hover {
    background-color: var(--color-secundario-hover);
    color: #fff;
  }
  .omb-bottom-descarga span {
    width: 23px;
    height: 23px;
  }
  .omb-redes-sociales {
    width: 424px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
  }
  .omb-redes-sociales p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
  }
  .omb-lista-redes {
    display: flex;
    gap: 28px;
  }
  .omb-lista-redes a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4c531e;
    border-radius: 50%;
    padding: 8px;
  }

  .omb-contexto-section {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-contexto-container {
    width: 1280px;
    display: flex;
    gap: 30px;
  }

  .omb-titulos-contexto-container {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin-top: 0;
  }
  .omb-parrafo-contexto-container {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }
  .omb-contexto-section ul {
    padding: 0px 0px 0px 20px;
  }
  .omb-contexto-section ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }

  .omb-enlaces-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .omb-parrafos-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .omb-lista-enlaces {
    width: 545px;
    height: 90px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
    color: var(--color-enlace);
  }
  .omb-enlace:hover {
    color: var(--color-enlace-hover);
  }

  .omb-de-interes-container {
    width: 1280px;
    position: relative;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: black;
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: black;
  }

  .omb-swiper {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
  }

  .omb-wrapper {
    width: 100%;
  }

  .omb-swiper-slide {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .omb-paginacion {
    position: absolute;
    bottom: -32px !important;
  }

  .omb-paginacion > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }
  /* Bullet activo */
  .omb-paginacion > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .omb-botom-control-carrousel {
    position: absolute;
    z-index: 20;
    bottom: -40px;
    min-width: 120px;
    height: 34px;
    width: auto;
    cursor: pointer;
  }

  .omb-botom-control-carrousel button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
    cursor: pointer;
  }

  .omb-boton-prev {
    left: -100px;
  }
  .omb-boton-next {
    right: -100px;
  }
  .omb-boton-prev,
  .omb-boton-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 53px;
    height: 53px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    border: 1px solid #d9e36e;
  }
  .omb-boton-prev:hover,
  .omb-boton-next:hover {
    color: black !important;
    background-color: var(--color-primario);
  }

  .omb-boton-prev::after,
  .omb-boton-next::after {
    font-size: 32px;
    font-weight: 900;
  }
  .omb-botom-control-carrousel-tableros-interes {
    position: absolute;
    z-index: 20;
    bottom: -40px;
    left: 0;
    min-width: 120px;
    height: 34px;
    width: auto;
  }

  .omb-botom-control-carrousel-tableros-interes button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
  }

  .omb-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
  }

  .omb-card--pequeña {
    width: 297px;
  }
  .omb-card:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-imagen-card {
    width: 100%;
  }
  .omb-imagen-card--pequeña {
    height: 158px;
  }
  .omb-tags-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .omb-tag-card {
    width: auto;
    min-width: 150px;
    height: 24px;
    border-radius: 16px;
    padding: 6px 12px 6px 12px;
    background-color: #f3f4f1;
    color: #71735e;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work-sans", sans-serif;
  }

  .omb-tag-icono {
    width: 12px;
    height: 12px;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }
  .omb-parrafo-card--sin-paddding {
    padding: 0;
  }
}
.omb-input-buscar {
  border-color: #f2f2f2 !important;
}
.field--name-field-grafica-indicadores {
  width: 100%;
  text-align: center;
}

/* contexto tableros */

.nodo-omb-tablero {
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }

  .omb-section--top-bar {
    display: block;
    padding: 0;
  }

  .omb-logo-container--top {
    width: 100%;
    background-color: #3266b1;
    display: flex;
    justify-content: center;
  }
  .omb-logo-govco-container-top {
    width: 90%;
    height: 3rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .omb-logo-govco-container-top img {
    height: 1.875rem;
    width: 8.5rem;
  }

  .omb-buscador-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .omb-buscador {
    width: 90%;
    display: flex;
    align-items: center;
    height: 96px;
    justify-content: space-between;
    gap: 16px;
    color: white;
    box-sizing: border-box;
  }
  .omb-input-busqueda-home {
    border-radius: 24px;
    padding: 12px 16px;
    width: 300px;
    font-family: "Work sans";
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/sites/default/files/2025-07/icono-busqueda.png");
    background-repeat: no-repeat;
    background-position: right 16px center;
  }
  .omb-buscador-container {
    display: flex;
    align-items: center;
  }
  .omb-header {
    width: 100%;
    height: 75px;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .omb-icono-menu-container {
    padding: 8px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .omb-icono-menu-container:hover {
    transform: scale(1.01);
  }
  .omb-icono-menu-container:hover .omb-nav {
    display: flex;
  }
  .omb-nav {
    width: 240px;
    background-color: #e6e6e6;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 75px;
    border-bottom-right-radius: 16px;
  }
  .omb-lista-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .omb-lista-nav li {
    height: 100%;
    width: auto;
    box-sizing: border-box;
    border-top: 1px solid #bbbcae;
    border-right: 1px solid transparent;
    transition: all 0.3s ease;
  }
  .omb-lista-nav li:hover {
    transform: scale(1.01);
  }
  .omb-lista-nav li:hover {
    background-color: var(--color-primario);
  }
  .omb-lista-nav li:last-child {
    border-right: none;
  }

  .omb-lista-nav li a {
    text-decoration: none;
    color: #1b1b1b;
    font-family: "Work sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .omb-breadcrumb-section {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .omb-breadcrumb-container {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 16px 0px;
    margin: 20px 0px;
  }

  .omb-breadcrumb-lista {
    display: flex;
    align-self: center;
    justify-content: center;
    list-style: none;
    color: #bbbcae;
    height: 25px;
    border-radius: 16px;
    padding: 0px;
    box-sizing: border-box;
  }
  .omb-breadcrumb-lista span {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #4c4c4c;
  }
  .omb-breadcrumb-lista li {
    display: flex;
    align-items: center;
    padding: 0.3rem 0.4rem 0.3rem 0.8rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    font-family: "Work sans", sans-serif;
  }
  .omb-breadcrumb-lista li a {
    color: #4c4c4c;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    font-family: "Work sans", sans-serif;
  }
  .omb-breadcrumb-lista li:not(:last-child)::after {
    float: left;
    padding-left: 0.8rem;
    color: #282c34;
    content: var(--bs-breadcrumb-divider, ">");
    font-weight: 500; /* No existe 'medium' como valor válido, usa 500 */
  }
  .omb-breadcrumb-lista li a:hover {
    color: #000;
  }

  .omb-section--de-interes {
    background-color: var(--color-fondo-seccion-intreres);
  }

  .omb-card-contexto-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .omb-card-contexto-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    width: 90%;
  }

  .omb-texto-card-contexto {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    position: relative;
  }
  .omb-titulo-card-contexto {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 26px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    margin: 16px 0;
  }
  .omb-titulo-card-container {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
  }

  .omb-parrafo-card-contexto {
    font-size: 16px;
    font-weight: 400;
    font-family: "Work sans", sans-serif;
    line-height: 30px;
    letter-spacing: 0;
    color: #1b1b1b;
    margin: 0;
  }
  .omb-icono-container {
    width: auto;
    height: auto;
    padding: 8px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(103, 108, 46, 0.1);

    * {
      margin-bottom: 0 !important;
    }
  }
  .omb-icon-card-contexto {
    width: auto;
    height: auto;
    padding: 15px;
    background: #dbf000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .omb-icon-card-contexto img {
    width: 60px;
    height: 60px;
    max-width: none !important;
  }

  .omb-imagen-card-contexto img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
  }

  .omb-fuentes-container {
    width: 90%;

    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .omb-fuentes-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: #e6e6e6;
  }
  .omb-fuente-doble {
    display: flex;
    flex-direction: column;
  }
  .omb-fuentes-item {
    padding: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border-left-width: 1px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
  }
  .omb-boton-fuentes-container {
    background-color: #fff;
  }

  .omb-titulo-fuentes {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #1b1b1b;
    margin: 0;
  }
  .omb-parrafo-fuentes {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #1b1b1b;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }
  .omb-boton-fuentes-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }

  .omb-boton {
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border-color: var(--color-primario);
  }
  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .omb-boton:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-texto);
    color: #000;
  }
  .omb-acordion-container {
    width: 90%;
  }
  .omb-acordion {
    width: 100%;
  }
  .omb-acordion-boton {
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #fff;
    border: 0;
    min-height: 4.375rem;
    padding: 0 1rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s ease;
    border-left: 4px solid var(--color-primario);
    margin-bottom: 16px;
  }

  .omb-flecha-acordion {
    transition: all 0.3s ease;
  }
  .omb-acordion-boton.activo .omb-flecha-acordion {
    transform: rotate(0deg);
  }
  .omb-acordion-boton:hover {
    border-left: 4px solid var(--color-secundario-hover-2);
    background-color: var(--color-primario);
  }
  .omb-acordion-boton.activo {
    border-left: 4px solid var(--color-secundario-hover-2);
    background-color: var(--color-primario);
  }
  .omb-titulo-botton-acordeon {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .omb-icono-titulo-acordion img {
    width: 40px;
  }

  .omb-acordion-content {
    max-height: 0;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.4s ease;
    box-sizing: border-box;
  }
  .omb-acordion-contenido--home.abierto {
    padding: 1rem 0px;
  }
  .omb-grafica-section {
    display: none;
  }

  .omb-grafica-container {
    width: 90%;
    display: flex;
    flex-direction: column;
  }

  .omb-selectores-grafica-container {
    width: 90%;
    height: 57px;
    border: 2px solid var(--color-primario);
    border-top: none;
    border-left: none;
    border-right: none;
    position: relative;
    padding-bottom: 2px;
  }
  .omb-nav-grafica {
    width: 90%;
    height: 100%;
  }
  .omb-lista-selectores-grafica {
    display: flex;
    justify-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    position: absolute;
    padding-left: 12px;
  }

  .omb-botones-lista {
    min-width: 240px;
    height: 55px;
    padding: 16px;
    gap: 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    border: none;
    background-color: #e6e6e6;
    color: #000;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .omb-botones-lista:hover {
    border: 1px solid transparent;
    color: #212400;
    background: var(--color-primario);
  }

  .omb-botones-lista-seleccionado {
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: var(--color-primario);
    color: #212400;
  }
  .omb-grafica-mobile {
    width: 90%;
    text-align: center;
  }
  .omb-grafica {
    width: 100%;
    text-align: center;
    padding: 36px;
  }

  .omb-compartir-container {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 24px;
    padding: 12px;
    background-color: #e6e6e6;
    box-sizing: border-box;
  }

  .omb-redes-sociales {
    width: 424px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .omb-redes-sociales p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
    margin: 0;
  }
  .omb-lista-redes {
    display: flex;
    gap: 16px;
  }
  .omb-lista-redes a {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    background-color: var(--color-enlace);
    padding: 8px;
  }
  .omb-lista-redes a img {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
  }

  .omb-de-interes-container {
    width: 90%;
    position: relative;
  }

  .omb-contexto-section {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-contexto-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .omb-titulos-contexto-container {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin: 0;
  }
  .omb-parrafo-contexto-container {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }

  .omb-enlaces-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .omb-enlaces-container .field--name-field-enlace-detalle a {
    color: #515900;
    text-decoration: underline;
    display: flex;
  }
  .omb-enlaces-container .field--name-field-enlace-detalle a:hover {
    color: #a5ad4a;
  }
  .omb-enlaces-container .field--name-field-enlace-detalle a::before {
    content: "";
    width: 30px;
    height: 20px;
    display: inline-block;
    background-image: url("/sites/default/files/2025-07/ico-descarga.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 4px;
  }

  .omb-parrafos-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .omb-parrafos-container ul {
    padding: 0px 0px 0px 20px;
  }
  .omb-parrafos-container ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }

  .omb-lista-enlaces {
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
    color: var(--color-enlace);
  }
  .omb-enlace:hover {
    color: var(--color-enlace-hover);
  }

  .omb-de-interes-container {
    width: 100%;
    max-width: 1140px;
    position: relative;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: black;
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: black;
  }

  .omb-swiper {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
  }

  .omb-wrapper {
    width: 100%;
  }

  .omb-swiper-slide {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .omb-paginacion {
    position: absolute;
    bottom: -32px !important;
  }

  .omb-paginacion > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }
  /* Bullet activo */
  .omb-paginacion > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .omb-botom-control-carrousel {
    position: absolute;
    z-index: 20;
    bottom: -40px;
    min-width: 120px;
    height: 34px;
    width: auto;
    cursor: pointer;
  }

  .omb-botom-control-carrousel button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
    cursor: pointer;
  }

  .omb-boton-prev {
    left: -100px;
  }
  .omb-boton-next {
    right: -100px;
  }
  .omb-boton-prev,
  .omb-boton-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 53px;
    height: 53px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    border: 1px solid #d9e36e;
  }
  .omb-boton-prev:hover,
  .omb-boton-next:hover {
    color: black !important;
    background-color: var(--color-primario);
  }

  .omb-boton-prev::after,
  .omb-boton-next::after {
    font-size: 32px;
    font-weight: 900;
  }
  .omb-botom-control-carrousel-tableros-interes {
    position: absolute;
    z-index: 20;
    bottom: -40px;
    left: 0;
    min-width: 120px;
    height: 34px;
    width: auto;
  }

  .omb-botom-control-carrousel-tableros-interes button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
  }

  .omb-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
  }

  .omb-card--pequeña {
    width: 297px;
  }
  .omb-card--pequeña > img {
    height: 158px !important;
    width: 100% !important;
  }
  .omb-card:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-imagen-card {
    width: 100%;
  }
  .omb-imagen-card--pequeña {
    height: 158px;
  }
  .omb-tags-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .omb-tag-card {
    width: auto;
    min-width: 150px;
    height: 24px;
    border-radius: 16px;
    padding: 6px 12px 6px 12px;
    background-color: #f3f4f1;
    color: #71735e;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work-sans", sans-serif;
  }

  .omb-tag-icono {
    width: 12px;
    height: 12px;
  }
  .hidden {
    display: none;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }

  @media (768px <= width < 1024px) {
    .omb-swiper {
      width: 80%;
    }
    .omb-titulo-card-container {
      margin: 16px 0px;
    }
    .omb-card.omb-card--tableros {
      max-width: none;
    }
    .omb-card.omb-card--tableros > img {
      width: 100% !important;
      object-fit: cover !important;
    }
    .omb-card.omb-card--tableros > p {
      padding: 0 16px !important;
    }
  }
  @media (1024px <= width < 1140px) {
    .omb-swiper {
      width: 90%;
    }
    .omb-card.omb-card--tableros {
      max-width: none;
    }
    .omb-card.omb-card--tableros > img {
      width: 100% !important;
      object-fit: cover !important;
    }
    .omb-card.omb-card--tableros > p {
      padding: 0 16px !important;
    }
    .omb-card.omb-card--pequeña {
      width: 100% !important;
    }
    .omb-buscador {
      max-width: 960px;
    }
    .omb-icono-menu-container {
      display: none;
    }
    .omb-nav {
      position: relative;
      display: flex;
      top: 0;
      border-radius: 0px;
      justify-content: start;
      padding-left: 10px;
      width: 100%;
    }
    .omb-lista-nav {
      max-width: 100%;
      flex-direction: row;
    }
    .omb-lista-nav li {
      max-width: 160px;
      border-top: 1px solid transparent;
      border-right-color: #bbbcae;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .omb-lista-nav li a {
      padding: 16px;
    }
    .omb-card-contexto-container {
      justify-content: start;
    }
    .omb-texto-card-contexto {
      width: 50%;
    }
    .omb-card-contexto-container,
    .omb-breadcrumb-container,
    .omb-fuentes-container,
    .omb-contexto-container {
      max-width: 960px;
    }
    .omb-compartir-container {
      justify-content: space-between;
    }
    .omb-card-contexto-content {
      flex-direction: row;
      justify-content: start;
      gap: 30px;
      width: 100%;
    }
    .omb-imagen-card-contexto {
      width: 50%;
      height: 316px;
    }
    .omb-titulo-card-container {
      margin: 16px 0px;
    }
    .omb-fuentes-container {
      flex-direction: row;
    }
    .omb-fuentes-content {
      flex-direction: row;
      justify-content: start;
      width: 600px;
    }
    .omb-fuentes-item {
      width: 300px;
    }
    .omb-boton-fuentes-container {
      background-color: #e6e6e6;
      flex: 1;
    }
    .omb-boton-fuentes-container {
      background-color: #e6e6e6;
    }
    .omb-fuentes-container {
      justify-content: start;
      background-color: #e6e6e6;
      overflow: hidden;
    }
    .omb-grafica-section-mobile {
      display: none;
    }
    .omb-grafica-section {
      display: flex;
    }
    .omb-selectores-grafica-container {
      width: 100%;
    }
    .omb-nav-grafica {
      width: 100%;
    }
    .omb-contexto-container {
      flex-direction: row;
    }
    .omb-enlaces-container {
      width: 50%;
    }
    .omb-parrafos-container {
      width: 50%;
    }
  }

  @media (1140px <= width < 1360px) {
    .omb-swiper {
      width: 90%;
    }
    .omb-card.omb-card--tableros {
      max-width: none;
    }
    .omb-card.omb-card--tableros > img {
      width: 100% !important;
      object-fit: cover !important;
    }
    .omb-card.omb-card--tableros > p {
      padding: 0 16px !important;
    }
    .omb-card.omb-card--pequeña {
      width: 100% !important;
    }
    .omb-buscador {
      max-width: 1140px;
    }
    .omb-icono-menu-container {
      display: none;
    }
    .omb-nav {
      position: relative;
      display: flex;
      top: 0;
      border-radius: 0px;
      justify-content: start;
      padding-left: 40px;
      width: 1140px;
    }
    .omb-lista-nav {
      max-width: 100%;
      flex-direction: row;
    }
    .omb-lista-nav li {
      max-width: 160px;
      border-top: 1px solid transparent;
      border-right-color: #bbbcae;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .omb-lista-nav li a {
      padding: 16px;
    }

    .omb-card-contexto-container {
      justify-content: start;
    }
    .omb-texto-card-contexto {
      width: 50%;
    }

    .omb-breadcrumb-container,
    .omb-fuentes-container,
    .omb-contexto-container {
      max-width: 1140px;
    }
    .omb-card-contexto-container {
      width: 1026px;
    }
    .omb-compartir-container {
      justify-content: space-between;
    }
    .omb-card-contexto-content {
      flex-direction: row;
      justify-content: start;
      gap: 30px;
      width: 100%;
    }
    .omb-imagen-card-contexto {
      width: 50%;
      height: 316px;
    }
    .omb-titulo-card-container {
      margin: 16px 0px;
    }
    .omb-fuentes-container {
      flex-direction: row;
    }
    .omb-fuentes-content {
      flex-direction: row;
      justify-content: start;
      width: 700px;
    }
    .omb-fuentes-item {
      width: 360px;
    }
    .omb-boton-fuentes-container {
      background-color: #e6e6e6;
      flex: 1;
    }
    .omb-boton-fuentes-container {
      background-color: #e6e6e6;
    }
    .omb-fuentes-container {
      justify-content: start;
      background-color: #e6e6e6;
      overflow: hidden;
    }
    .omb-grafica-section-mobile {
      display: none;
    }
    .omb-grafica-section {
      display: flex;
    }
    .omb-selectores-grafica-container {
      width: 100%;
    }
    .omb-nav-grafica {
      width: 100%;
    }
    .omb-contexto-container {
      flex-direction: row;
    }
    .omb-enlaces-container {
      width: 50%;
    }
    .omb-parrafos-container {
      width: 50%;
    }
  }
  @media (width >= 1360px) {
    .omb-swiper {
      width: 90%;
    }
    .omb-card.omb-card--tableros {
      max-width: none;
    }
    .omb-card.omb-card--tableros > img {
      width: 100% !important;
      object-fit: cover !important;
    }
    .omb-card.omb-card--tableros > p {
      padding: 0 16px !important;
    }
    .omb-card.omb-card--pequeña {
      width: 100% !important;
    }
    .omb-buscador {
      max-width: 1140px;
    }

    header {
      display: flex;
      justify-content: center;
    }
    .omb-buscador {
      max-width: 1280px;
    }
    .omb-icono-menu-container {
      display: none;
    }
    .omb-nav {
      position: relative;
      display: flex;
      top: 0;
      border-radius: 0px;
      justify-content: start;
      padding-left: 10px;
      width: 1280px;
    }
    .omb-lista-nav {
      max-width: 1280px;
      flex-direction: row;
    }
    .omb-lista-nav li {
      max-width: 160px;
      border-top: 1px solid transparent;
      border-right-color: #bbbcae;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .omb-lista-nav li a {
      padding: 16px;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }

    .omb-card-contexto-container {
      justify-content: start;
    }
    .omb-texto-card-contexto {
      width: 50%;
    }
    .omb-fuentes-container,
    .omb-breadcrumb-container,
    .omb-fuentes-container,
    .omb-compartir-container,
    .omb-contexto-container,
    .omb-grafica-container {
      max-width: 1280px;
    }
    .omb-card-contexto-container {
      width: 1280px;
    }
    .omb-compartir-container {
      justify-content: space-between;
    }
    .omb-card-contexto-content {
      flex-direction: row;
      justify-content: start;
      gap: 30px;
      width: 100%;
    }
    .omb-imagen-card-contexto {
      width: 50%;
      height: 316px;
    }
    .omb-imagen-card-contexto img {
      width: 100%;
      height: 316px;
      border-radius: 16px;
    }
    .omb-titulo-card-container {
      margin: 16px 0px;
    }
    .omb-fuentes-container {
      flex-direction: row;
    }
    .omb-fuentes-content {
      flex-direction: row;
      justify-content: start;
      width: 900px;
    }
    .omb-fuentes-item {
      width: 460px;
    }
    .omb-boton-fuentes-container {
      background-color: #e6e6e6;
      flex: 1;
    }
    .omb-fuentes-container {
      justify-content: start;
      background-color: #e6e6e6;
      overflow: hidden;
    }
    .omb-grafica-section-mobile {
      display: none;
    }
    .omb-grafica-section {
      display: flex;
    }
    .omb-selectores-grafica-container {
      width: 100%;
    }
    .omb-nav-grafica {
      width: 100%;
    }
    .omb-contexto-container {
      flex-direction: row;
    }
    .omb-enlaces-container {
      width: 50%;
    }
    .omb-parrafos-container {
      width: 50%;
    }
  }
}
@media (width <= 480px) {
  .nodo-omb-tablero {
    .omb-section--de-interes {
      padding-bottom: 30px !important;
    }
    .omb-de-interes-container {
      padding: 0 16px 50px 16px !important;
    }
    .omb-titulo-section {
      font-size: 1.5rem !important;
      line-height: 1.5rem !important;
    }
    .omb-parrafo-descripcion-section {
      font-size: 1rem !important;
      line-height: 1.5rem !important;
    }
    .omb-titulo-card-container {
      gap: 8px !important;
      margin-bottom: 16px !important;
    }
    .omb-icon-card-contexto {
      padding: 0px !important;
    }
    .omb-icon-card-contexto img {
      width: 35px !important;
      height: 35px !important;
    }
    .omb-titulo-card-contexto {
      line-height: 24px !important;
      margin: 0 !important;
    }
    .omb-grafica-container iframe {
      height: auto !important;
      min-height: 520px !important;
    }
    .omb-contexto-container {
      flex-direction: column-reverse !important;
    }
    .omb-card--pequeña {
      width: 260px !important;
    }
    .omb-card.omb-card--tableros {
      width: 256px !important;
    }
    .omb-card.omb-card--tableros > img {
      width: 100% !important;
      object-fit: cover !important;
    }
    .omb-titulo-card {
      line-height: 24px !important;
      height: 48px !important;
      min-height: auto !important;
    }
    .omb-card.omb-card--tableros > p {
      padding: 0 16px !important;
    }
    .omb-paginacion > .swiper-pagination-bullet {
      width: 10px !important;
      height: 10px !important;
    }
    .omb-botom-control-carrousel {
      bottom: 16px !important;
    }
    .omb-carrusel-container .omb-paginacion {
      bottom: -16px !important;
    }
  }
}
/* contexto mapas */

.nodo-omb-mapa {
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }

  .omb-section--de-interes {
    background-color: var(--color-fondo-seccion-intreres);
    padding-bottom: 80px;
  }
  .omb-texto-container {
    width: 90%;
  }

  .omb-card-contexto-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .omb-card-contexto-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    width: 90%;
  }

  .omb-texto-card-contexto {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    position: relative;
  }

  .omb-titulo-card-contexto {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.75rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  .omb-titulo-card-container {
    width: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    margin: 16px 0px;
  }
  .omb-parrafos-contexto-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .omb-parrafo-card-contexto {
    font-size: 16px;
    font-weight: 400;
    font-family: "Work sans", sans-serif;
    line-height: 30px;
    letter-spacing: 0;
    color: #1b1b1b;
    margin: 0;
  }
  .omb-icono-container {
    width: auto;
    height: auto;
    padding: 8px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(103, 108, 46, 0.1);
  }
  .omb-icon-card-contexto {
    width: auto;
    height: auto;
    padding: 20px;
    background: #dbf000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .omb-imagen-card-contexto {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
  .omb-enlaces-container .field--name-field-enlaces a {
    color: #515900;
    text-decoration: underline;
    display: flex;
  }
  .omb-enlaces-container .field--name-field-enlaces a:hover {
    color: #a5ad4a;
  }
  .omb-enlaces-container .field--name-field-enlaces a::before {
    content: "";
    width: 30px;
    height: 20px;
    display: inline-block;
    background-image: url("/sites/default/files/2025-07/ico-descarga.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 4px;
  }
  .omb-fuentes-container {
    width: 90%;

    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .omb-fuentes-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: #e6e6e6;
  }
  .omb-fuente-doble {
    display: flex;
    flex-direction: column;
  }
  .omb-fuentes-item {
    padding: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border-left-width: 1px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
  }
  .omb-boton-fuentes-container {
    background-color: #fff;
  }

  .omb-titulo-fuentes {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #1b1b1b;
    margin: 0;
  }
  .omb-parrafo-fuentes {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #1b1b1b;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }
  .omb-boton-fuentes-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }

  .omb-boton {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border: 1px solid var(--color-primario);
  }
  .omb-boton--primario:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-secundario-hover);
  }
  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .omb-mapa-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
  }
  .omb-mapa-container {
    overflow: hidden;
    width: 90%;
    height: 808px;
    border-radius: 16px;
    position: relative;
    overflow-x: scroll;
  }
  .omb-mapa-container iframe {
    width: 1140px;
    height: 100%;
  }

  .omb-descripcion-mapa {
    position: absolute;
    border: 1px solid #bbbcae;
    border-radius: 16px 0px 0px 16px;
    border-right: 4px solid var(--color-primario);
    width: 384px;
    height: 232px;
    opacity: 1;
    gap: 8px;
    padding: 32px;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
  }

  .omb-compartir-container {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 24px;
    padding: 12px;
    background-color: #e6e6e6;
    box-sizing: border-box;
  }

  .omb-redes-sociales {
    width: 424px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .omb-redes-sociales p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
    margin: 0;
  }
  .omb-lista-redes {
    display: flex;
    gap: 8px;
  }
  .omb-lista-redes a {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    background-color: var(--color-enlace);
    padding: 8px;
  }
  .omb-lista-redes a img {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
  }
  .omb-de-interes-container {
    width: 90%;
    position: relative;
  }

  .omb-contexto-section {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-contexto-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .omb-titulos-contexto-container {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin: 0;
  }
  .omb-parrafo-contexto-container {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }

  .omb-enlaces-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
  }
  .omb-parrafos-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
  }
  .omb-parrafos-container ul {
    padding: 0px 0px 0px 20px;
  }
  .omb-parrafos-container ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: "Work sans", sans-serif;
  }

  .omb-lista-enlaces {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
    color: var(--color-enlace);
  }
  .omb-enlace:hover {
    color: var(--color-enlace-hover);
  }
  .omb-section-recursos {
    background-color: var(--color-fondo-seccion-intreres);
  }
  .omb-de-interes-container {
    width: 90%;
    position: relative;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: black;
  }

  .omb-carrusel-container {
    position: relative;
    width: 100%;
  }

  .omb-swiper {
    width: 80%;
    padding: 4px;
    box-sizing: border-box;
  }

  .omb-wrapper {
    width: 100%;
  }

  .omb-swiper-slide {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .omb-paginacion {
    position: absolute;
    bottom: -32px !important;
  }

  .omb-paginacion > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }
  /* Bullet activo */
  .omb-paginacion > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .omb-boton-control-carrusel-container {
    position: absolute;
    z-index: 20;
    bottom: -40px;
    min-width: 120px;
    height: 34px;
    width: auto;
    cursor: pointer;
  }

  .omb-boton-control-carrusel {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
    cursor: pointer;
  }

  .omb-boton-prev {
    left: 0px;
  }
  .omb-boton-next {
    right: 0px;
  }
  .omb-boton-prev,
  .omb-boton-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    border: 1px solid #d9e36e;
  }
  .omb-boton-prev:hover,
  .omb-boton-next:hover {
    color: black !important;
    background-color: var(--color-primario);
  }

  .omb-boton-prev::after,
  .omb-boton-next::after {
    font-size: 32px;
    font-weight: 900;
  }

  .omb-botom-control-carrousel-tableros-interes {
    position: absolute;
    z-index: 20;
    bottom: -40px;
    left: 0;
    min-width: 120px;
    height: 34px;
    width: auto;
  }

  .omb-botom-control-carrousel-tableros-interes button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
  }

  .omb-card-recursos {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
  }

  .omb-card--pequeña {
    width: 100%;
  }
  .omb-card-recursos:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-card-recusos:hover h5 {
    color: var(--color-enlace);
  }
  .omb-card-recursos > img {
    width: 100%;
    height: 158px;
  }

  .omb-card-recursos h5 {
    font-weight: 600;
    color: #000;
    font-family: "Montserrat", sans-serif;
    text-decoration: underline !important;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px !important;
    transition: all 0.3s ease-in;
    height: 53px;
  }

  .omb-card-recursos p {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px !important;
    color: black;
    min-height: 72px;
    color: #000;
  }
  .omb-parrafo-card--sin-limite {
    overflow: visible;
    text-overflow: clip;
    display: block;
    -webkit-line-clamp: unset;
    line-height: 1.5rem;
    min-height: auto;
  }
  .hidden {
    display: none;
  }
  @media (width <= 480px) {
    .omb-titulo-card-contexto {
      font-size: 1.5rem;
      line-height: 1.5rem;
      margin-top: 0.5rem;
      margin-bottom: 1.5rem;
    }
    .omb-parrafos-contexto-container .field--name-field-imagen-contexto img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 16px;
    }
    .omb-contexto-container {
      flex-direction: column-reverse;
    }
    .omb-recursos-container {
      position: relative;
      width: 90%;
    }
    .omb-paginacion {
      bottom: -38px !important;
    }
    .omb-paginacion > .swiper-pagination-bullet {
      width: 10px !important;
      height: 10px !important;
    }
    .omb-card-recursos {
      width: 100%;
    }
  }
  @media (480px < width < 1140px) {
    .omb-texto-container {
      width: 100%;
      max-width: 1024px;
      padding: 0 16px;
    }
    .omb-parrafos-contexto-container .field--name-field-imagen-contexto {
      display: flex;
      justify-content: center;
      width: 100%;
    }
    .omb-parrafos-contexto-container .field--name-field-imagen-contexto img {
      width: 100%;
      max-width: 480px;
      height: 300px;
      object-fit: cover;
      border-radius: 16px;
    }
    .omb-contexto-container {
      flex-direction: column-reverse;
    }
    .omb-recursos-container {
      width: 100%;
      max-width: 1024px;
      padding: 0 16px;
    }
  }
  @media (width >= 1140px) {
    .omb-texto-container {
      width: 100%;
      max-width: 1140px;
      padding: 0 16px;
    }
    .omb-titulo-card-contexto {
      margin-bottom: 1.25rem;
    }
    .omb-parrafos-contexto-container {
      display: flex;
      flex-direction: row;
      gap: 30px;
    }
    .omb-parrafo-card-contexto > div {
      display: flex;
      flex-direction: column;
      gap: 0px;
    }
    .omb-parrafos-contexto-container .field--name-field-imagen-contexto img {
      width: 480px;
      max-width: none;
      height: auto;
      border-radius: 16px;
    }
    .omb-fuentes-container {
      width: 100%;
      height: 160px;
      max-width: 1140px;
      flex-direction: row;
      background-color: #e6e6e6;
    }
    .omb-fuentes-content {
      flex-direction: row;
      width: 800px;
    }
    .omb-fuentes-item {
      width: 400px;
    }
    .omb-boton-fuentes-container {
      background-color: transparent;
      flex: 1;
    }
    .omb-mapa-container,
    .omb-compartir-container {
      width: 100%;
      max-width: 1140px;
      padding: 0 16px;
    }
    .omb-mapa-container {
      overflow-x: auto;
    }
    .omb-mapa-container iframe {
      width: 100%;
    }

    .omb-compartir-container {
      justify-content: right;
    }
    .omb-redes-sociales {
      justify-content: right;
      padding-right: 30px;
      gap: 16px;
    }
    .omb-redes-sociales p {
      width: 180px;
    }
    .omb-contexto-container {
      width: 100%;
      max-width: 1140px;
      padding: 0 16px;
      flex-direction: row;
    }
    .omb-recursos-container {
      width: 100%;
      max-width: 1140px;
      padding: 0 16px 40px 16px;
      position: relative;
    }
    .omb-swiper {
      width: 90%;
    }
    .omb-boton-control-carrusel-container {
      bottom: 0;
    }
  }
}

/* contexto noticia */
.nodo-omb-actualidad {
  .omb-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }
  .omb-section--de-interes {
    background-color: var(--color-fondo-seccion-intreres);
  }
  .omb-noticia-container {
    width: 880px;
  }
  .omb-noticia-container .field--name-field-imagen img {
    width: 100%;
    border-radius: 16px;
  }
  .omb-texto-noticia {
    > div {
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
    p {
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      margin: 0;
      font-family: "Work sans", sans-serif;
    }
    ul {
      display: flex;
      flex-direction: column;
      gap: 8px;
      font-size: 16px;
    }
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: black;
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  .omb-titulo-section--centrado {
    text-align: center;
  }
  .omb-fecha {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5rem;
    color: black;
    display: flex;
    align-items: center;
    margin: 0px 0px 8px;
  }
  .omb-fecha--padding {
    padding: 0 16px;
  }
  .omb-lista-parrafo {
    padding: 0px 0px 0px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    font-family: "Work sans", sans-serif;
  }
  .omb-parrafos {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    font-family: "Work sans", sans-serif;
  }

  .omb-compartir-container {
    width: 1280px;
    height: 116px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 24px;
    padding: 52px;
    background-color: #e6e6e6;
    box-sizing: border-box;
  }
  .omb-compartir-container--variante {
    justify-content: end;
  }

  .omb-redes-sociales {
    width: 424px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .omb-redes-sociales p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .omb-lista-redes {
    display: flex;
    gap: 16px;
  }
  .omb-lista-redes a {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    background-color: var(--color-enlace);
    padding: 8px;
  }
  .omb-lista-redes a img {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
  }
  .omb-de-interes-container {
    width: 1280px;
    position: relative;
  }

  .omb-swiper {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
  }

  .omb-wrapper {
    width: 100%;
  }

  .omb-swiper-slide {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .omb-paginacion {
    position: absolute;
    bottom: -32px !important;
  }

  .omb-paginacion > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }
  /* Bullet activo */
  .omb-paginacion > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .omb-botom-control-carrousel {
    position: absolute;
    z-index: 20;
    bottom: -40px;
    min-width: 120px;
    height: 34px;
    width: auto;
    cursor: pointer;
  }

  .omb-botom-control-carrousel button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
    cursor: pointer;
  }

  .omb-boton-prev {
    left: -100px;
  }
  .omb-boton-next {
    right: -100px;
  }
  .omb-boton-prev,
  .omb-boton-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 53px;
    height: 53px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    border: 1px solid #d9e36e;
  }
  .omb-boton-prev:hover,
  .omb-boton-next:hover {
    color: black !important;
    background-color: var(--color-primario);
  }

  .omb-boton-prev::after,
  .omb-boton-next::after {
    font-size: 32px;
    font-weight: 900;
  }

  .omb-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 0px;
    cursor: pointer;
  }
  .omb-card--pequeña {
    width: 297px;
  }
  .omb-card--pequeña > img {
    height: 158px !important;
    width: 100% !important;
  }

  .omb-card:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-imagen-card {
    width: 100%;
  }
  .omb-imagen-card--mediana {
    height: 260px;
  }

  .omb-card:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-imagen-card {
    width: 100%;
  }
  .omb-imagen-card--pequeña {
    height: 158px;
  }
  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }
  .omb-titulo-card--sin-padding {
    padding: 0;
  }
  .omb-fecha {
    font-size: 0.875rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5rem;
    color: black;
    display: flex;
    align-items: center;
    margin: 0px 0px 8px;
    color: #71735e;
  }
  .omb-fecha--padding {
    padding: 0 16px;
  }
  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }
  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: center;
    color: var(--color-enlace);
    text-decoration: underline;
  }
  .omb-enlaces--centrado {
    width: 100%;
    justify-content: center;
  }
  @media (width <= 480px) {
    .omb-noticia-container {
      width: 100%;
      padding: 0 16px;
    }
    .omb-noticia-container .field--name-field-imagen img {
      width: 100%;
      height: 240px;
      object-fit: cover;
      margin-bottom: 0;
    }
    .omb-texto-noticia {
      margin-top: 36px;
    }
    .omb-compartir-container {
      width: 100%;
      height: auto;
      padding: 16px;
    }
    .omb-redes-sociales {
      width: 100%;
      height: auto;
      flex-direction: column;
      gap: 8px;
    }
    .omb-redes-sociales p {
      font-size: 1.25rem;
    }
    .omb-de-interes-container {
      width: 100%;
      padding: 0 16px 32px 16px;
    }
    .omb-swiper {
      width: 74%;
    }
    .omb-card {
      width: 100%;
      max-width: 100%;
    }
    .omb-paginacion {
      bottom: 0 !important;
    }
    .omb-paginacion > .swiper-pagination-bullet {
      width: 10px !important;
      height: 10px !important;
    }
  }
  @media (480px < width < 1140px) {
    .omb-noticia-container {
      width: 100%;
      max-width: 1024px;
      padding: 0 16px;
    }
    .omb-compartir-container {
      width: 100%;
      height: auto;
      padding: 16px;
      max-width: 1000px;
    }
    .omb-de-interes-container {
      width: 100%;
      padding: 0 16px 32px 16px;
      max-width: 1024px;
    }
    .omb-swiper {
      width: 88%;
    }
    .omb-card {
      width: 100%;
      max-width: 100%;
    }
  }
  @media (width >= 1140px) {
    .omb-noticia-container {
      width: 100%;
      max-width: 880px;
      padding: 0 16px;
    }
    .omb-compartir-container {
      width: 100%;
      height: auto;
      padding: 16px;
      max-width: 1024px;
    }
    .omb-de-interes-container {
      width: 100%;
      padding: 0 16px 32px 16px;
      max-width: 1140px;
    }
    .omb-swiper {
      width: 90%;
    }
    .omb-card {
      width: 100%;
      max-width: 100%;
    }
    .omb-texto-noticia > div {
      width: 100%;
    }
  }
}

/* resultados de encuestas */

#block-encuestas,
#block-informes-tecnicos-cosultoria {
  .omb-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-card-info-container {
    width: 90%;
    display: flex;
    flex-direction: column;
  }

  .omb-card-info-categoria {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .omb-card-info-categoria img {
    width: 100%;
    height: 250px;
    border-radius: 16px;
    object-fit: cover;
  }
  .omb-texto-categoria {
    width: 100%;
  }
  .omb-titulo-card-hero {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 0rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0px;
    transition: all 0.3s ease-in;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px;
    transition: all 0.3s ease-in;
  }

  .omb-boton {
    padding: 0.5rem 1.5rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border-color: var(--color-primario);
  }
  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .omb-boton:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-texto);
    color: white;
  }
  .omb-categorias-section {
    background-color: #f1f3f7;
  }

  .omb-encuestas-container {
    width: 90%;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .omb-select {
    position: relative;
  }
  .omb-select--con-dos-elementos {
    position: relative;
    display: flex;
    width: 100%;
    gap: 4px;
  }
  .omb-boton-filtro-container {
    height: 67px;
    display: flex;
    align-items: end;
  }

  .omb-select p {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
  }

  .omb-opcion-selecionada {
    padding-left: 12px;
    height: 40px;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    appearance: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    color: var(--color-texto);
    position: relative;
  }
  .omb-opcion-selecionada--ordenar {
    width: 140px;
  }
  .icono-flecha-select {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    transition: all 0.3s ease;
  }
  .icono-flecha-select.activo {
    transform: rotate(-90deg);
  }
  .omb-opciones {
    display: flex;
    flex-direction: column;
    list-style: none;
    border-radius: 16px;
    padding: 16px 0px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 200px;
    background-color: #fff;
    overflow: hidden;
    top: 32px;
    z-index: 1;
  }

  .omb-opciones li {
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s ease;
  }
  .omb-opciones li:hover {
    background-color: var(--color-primario);
  }

  .omb-cards-encuesta-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: 848px;
    overflow: hidden;
    gap: 30px;
    padding: 4px;
    box-sizing: border-box;
    gap: 30px;
  }

  .omb-card-encuesta {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
  }

  .omb-card-encuesta:hover {
    border: 1px solid black;
    transform: scale(1.02);
  }
  .omb-card-encuesta:hover .omb-enlace-categoria-selecionada {
    color: #7e8a00;
  }
  .omb-card-encuesta img {
    width: 100%;
    height: 216px;
  }

  .omb-card-encuesta h5 {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: var(--color-texto);
    min-height: 72px;
  }
  .omb-parrafo-card--sin-padding {
    padding: 0;
    margin: 1rem 0;
  }

  .omb-enlace-categoria-selecionada {
    color: #acbd00;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.5 ease;
    font-family: "Work sans" sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
    text-decoration: underline;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
    margin: 8px 0px;
    margin-bottom: 8px;
    padding-left: 16px;
  }
  .omb-enlaces span {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }

  .hidden {
    display: none;
  }
}

/* contexto encuesta */
.nodo-omb-encuestas {
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
  .omb-section--de-interes {
    background-color: var(--color-fondo-seccion-intreres);
  }

  .omb-articulo-container {
    width: 90%;
    display: flex;
    flex-direction: column;
  }

  .omb-img-principal-articulo {
    width: 100%;
    border-radius: 16px;
  }
  .omb-texto-articulo-content {
    width: 100%;
  }
  .omb-texto-articulo-content > a.omb-enlaces {
    margin-bottom: 16px;
  }
  .omb-texto-articulo-content .field--name-field-imagen-publicacion img {
    width: 100%;
    border-radius: 16px;
  }
  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    cursor: pointer;
    text-decoration: underline;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }

  .omb-parrafos {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    font-family: "Work sans", sans-serif;
  }

  .omb-sidebar-derecho {
    width: 100%;
    border-radius: 16px;
    padding-right: 8px;
    padding-bottom: 32px;
    padding-left: 8px;
    box-sizing: border-box;
    background-color: var(--color-primario-soft);
    display: flex;
    flex-direction: column;
    display: flex;
    transition: all 0.3s ease;
    gap: 0px;
  }
  .omb-sidebar-inner .omb-titulo-section {
    padding: 0 16px;
    font-size: 1.25rem;
  }
  .omb-sidebar-derecho--open {
    transform: translateX(0px);
  }
  .omb-cards-sidebar-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .omb-compartir-container {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    gap: 16px;
    border-radius: 24px;
    padding: 12px;
    background-color: #e6e6e6;
    box-sizing: border-box;
  }
  .omb-compartir-container--escritorio {
    width: 100%;
    display: none;
  }
  .omb-redes-sociales {
    width: 424px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .omb-redes-sociales p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
    margin: 0;
  }
  .omb-lista-redes {
    display: flex;
    gap: 8px;
  }
  .omb-lista-redes a {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    background-color: var(--color-enlace);
    padding: 8px;
  }
  .omb-lista-redes a img {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
  }

  .omb-boton {
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border-color: var(--color-primario);
  }

  .omb-boton:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-texto);
    color: white;
  }
  .omb-boton-open-sidebar {
    position: absolute;
    border-radius: 8px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -40px;
  }
  .omb-boton-open-sidebar svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
  }

  .omb-boton-open-sidebar--open svg {
    transform: rotate(180deg);
  }
  .omb-titulo-card-sidebar {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    color: black;
  }

  .omb-card-sidebar-derecho {
    background-color: #fff;
    width: 100%;
    gap: 16px;
    border-radius: 16px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .omb-card-sidebar-derecho p > a {
    color: #515900;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .omb-card-sidebar-derecho p > a:hover {
    color: var(--color-enlace-hover);
  }
  .omb-card-sidebar-derecho p > a::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(/sites/default/files/2025-07/ico-descarga.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .omb-card-sidebar-derecho p > a:hover::before {
    filter: opacity(0.6);
  }
  .omb-lista-enumerda {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 20px;
  }

  .omb-item-lista-enumerada {
    font-family: "Work sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }

  .omb-explora-publicacion-interes-section {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 40px;
    background-color: #f3f4f1;
  }

  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }

  .omb-de-interes-container {
    width: 90%;
    position: relative;
  }
  .omb-carrusel-container {
    position: relative;
    width: 100%;
  }

  .omb-swiper {
    width: 80%;
    padding: 4px;
    box-sizing: border-box;
  }

  .omb-wrapper {
    width: 100%;
  }

  .omb-swiper-slide {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .omb-paginacion {
    position: absolute;
    bottom: -32px !important;
  }

  .omb-paginacion > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }
  /* Bullet activo */
  .omb-paginacion > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .omb-botom-control-carrousel {
    position: absolute;
    z-index: 20;
    bottom: -40px;
    min-width: 120px;
    height: 34px;
    width: auto;
    cursor: pointer;
  }

  .omb-botom-control-carrousel button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
    cursor: pointer;
  }

  .omb-boton-prev {
    left: -0px;
  }
  .omb-boton-next {
    right: -0px;
  }
  .omb-boton-prev,
  .omb-boton-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    border: 1px solid #d9e36e;
  }
  .omb-boton-prev:hover,
  .omb-boton-next:hover {
    color: black !important;
    background-color: var(--color-primario);
  }

  .omb-boton-prev::after,
  .omb-boton-next::after {
    font-size: 32px;
    font-weight: 900;
  }

  .omb-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
  }
  .omb-card--pequeña {
    width: 100%;
  }
  .omb-card:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-card--pequeña {
    width: 100%;
    max-width: none;
  }
  .omb-card--pequeña > img {
    width: 100%;
    height: 140px;
  }
  .omb-card--pequeña .omb-container-info img {
    width: 140px;
    height: 140px;
  }
  .omb-imagen-card--mediana {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }
  .hidden {
    display: none;
  }

  @media (481px < width < 759px) {
    .omb-articulo-container {
      width: 90%;
      flex-direction: column;
      flex-wrap: wrap;
      gap: 30px;
    }
    .omb-texto-articulo-content {
      width: 100%;
      min-width: 300px;
    }
  }
  @media (760px < width < 1140px) {
    .omb-articulo-container {
      width: 90%;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 30px;
    }
    .omb-texto-articulo-content {
      flex: 1;
    }

    .omb-sidebar-derecho {
      width: 100%;
      max-width: 300px;
    }

    .omb-img-principal-articulo {
      width: 100%;
      border-radius: 16px;
    }

    .omb-card--mediana {
      width: 100%;
      max-width: none;
    }

    .omb-imagen-card--mediana {
      width: 100%;
      height: auto;
      aspect-ratio: 4 / 3;
    }

    .omb-swiper {
      width: 90%;
    }
  }

  @media (width >= 1140px) {
    .omb-de-interes-container {
      max-width: 1140px;
    }
    .omb-articulo-container {
      max-width: 1140px;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 30px;
    }
    .omb-texto-articulo-content {
      flex: 1;
    }

    .omb-sidebar-derecho {
      width: 100%;
      max-width: 300px;
    }
    .omb-compartir-container--escritorio {
      display: flex;
    }
    .omb-section-compartir--movil {
      display: none;
    }
    .omb-swiper {
      width: 90%;
    }
  }
}

/* comunidad sitios relacionados */
#block-sitios-relacionados {
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-comunidad-container {
    width: 90%;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 32px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 26px;
    color: black;
    font-family: "Montserrat", sans-serif;
  }

  .omb-cards-comunidad-container {
    width: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .omb-card {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
  }

  .omb-card-publicaciones-interes:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }

  .omb-imagen-card {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .omb-card-content-explorar-publicaciones {
    border-radius: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    transition: all 0.4s ease;
    overflow: hidden;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
    margin: 8px 0px;
  }
  .omb-enlaces--con-padding {
    padding-left: 16px;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }

  @media (min-width: 768px) {
    .omb-comunidad-container {
      width: 90%;
    }
    .omb-cards-comunidad-container {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (min-width: 1024px) and (max-width: 1139px) {
    .omb-comunidad-container {
      max-width: 1140px;
    }
    .omb-cards-comunidad-container {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 44px;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 20px;
      line-height: 30px;
      color: var(--color-texto);
    }
  }

  @media (min-width: 1140px) and (max-width: 1359px) {
    .omb-comunidad-container {
      max-width: 1140px;
    }
    .omb-cards-comunidad-container {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 44px;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 20px;
      line-height: 30px;
      color: var(--color-texto);
    }
  }
  @media (min-width: 1360px) {
    .omb-comunidad-container {
      max-width: 1280px;
    }
    .omb-cards-comunidad-container {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 44px;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 30px;
      color: var(--color-texto);
    }
  }
}

#block-suscribete-omb {
  > .content {
    padding: 0 !important;
  }
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-titulo-section {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 32px;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-titulo-section--centrado {
    text-align: center;
  }

  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 26px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-suscripcion-section {
    width: 100%;
    position: relative;
    height: 340px;
  }
  .omb-fondo-suscripcion-section {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    background-color: #4c531e;
  }
  .omb-suscripcion-container {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    gap: 30px;
    position: relative;
    overflow: hidden;
  }
  .omb-imagenes-decoraritvas-suscripcion {
    position: absolute;
    top: 32px;
    width: 100%;
    display: none;
    z-index: -1;
  }
  .omb-imagenes-decoraritvas-suscripcion img:first-child {
    width: 60px;
  }
  .omb-imagenes-decoraritvas-suscripcion img:last-child {
    width: 300%;
    position: relative;
    top: -10px;
  }
  .omb-suscripcion-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .omb-texto {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    background-color: #4c531e;
    margin-top: 30px;
  }
  .omb-titulo-section--blanco {
    color: white;
    text-align: start;
    font-size: 1.25rem;
  }
  .omb-parrafo-descripcion-section--blanco {
    color: white;
    margin: 0;
    text-align: start;
    font-size: 1rem;
  }

  .omb-suscripcion-decoracion {
    display: flex;
  }
  .omb-parrafo-descripcion-section--sin-margin {
    margin-top: 0;
  }
  .omb-input-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .omb-input-container input {
    width: 100%;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 20px;
    border: 1px solid #d3d3ca;
    box-sizing: border-box;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
  }
  .omb-input-container button {
    width: 100%;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    border-radius: 20px;
    background-color: var(--color-primario);
    color: black;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease-in;
    border: 1px solid var(--color-primario);
    cursor: pointer;
  }
  .omb-input-container button:hover {
    background-color: var(--color-secundario-hover);
  }
  @media (min-width: 768px) {
  }
  @media (min-width: 1024px) and (max-width: 1139px) {
    .omb-suscripcion-container {
      max-width: 960px;
    }

    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 0rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }
    .aliados-logos-container {
      justify-content: space-between;
      margin-top: 40px;
    }
    .aliados-logos-container img {
      width: 140px;
      height: 120px;
    }
    .omb-card--pequeña {
      width: 100%;
      max-width: none;
    }

    .omb-imagen-card--mediana {
      width: 100%;
      height: auto;
      aspect-ratio: 4 / 3;
    }

    .omb-boton-prev,
    .omb-boton-next {
      width: 44px;
      height: 44px;
      display: flex;
    }
    .omb-boton-prev {
      left: -0px;
    }
    .omb-boton-next {
      right: -0px;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 44px;
      font-family: "Montserrat", sans-serif;
      margin-top: 0rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 30px;
      font-family: "Monstserrart", sans-serif;
    }
    .omb-suscripcion-section {
      height: 340px;
      align-items: start;
    }

    .omb-suscripcion-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      z-index: 2;
      gap: 20px;
      margin-top: 60px;
      height: auto;
      position: static;
    }
    .omb-texto {
      width: auto;
      display: flex;
      align-items: start;
      justify-content: start;
      color: white;
      padding-left: 0;
      margin-top: 0;
    }
    .omb-titulo-section--blanco {
      color: white;
    }
    .omb-parrafo-descripcion-section--blanco {
      color: white;
      margin: 0;
      text-align: start;
    }
    .omb-imagenes-decoraritvas-suscripcion {
      width: 100%;
      top: 52px;
      display: block;
    }
    .omb-imagenes-decoraritvas-suscripcion img:first-child {
      width: 80px;
      position: relative;
      left: 20px;
    }
    .omb-imagenes-decoraritvas-suscripcion img:last-child {
      width: 100%;
      position: relative;
      top: -10px;
    }
    .omb-suscripcion-decoracion {
      display: flex;
      display: none;
    }
    .omb-parrafo-descripcion-section--sin-margin {
      margin-top: 0;
    }
    .omb-input-container {
      width: auto;
      display: flex;
      flex-direction: row;
      gap: 4px;
    }
    .omb-input-container input {
      min-width: 280px;
      width: 280px;
      height: 40px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }
    .omb-input-container button {
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
      width: 158px;
    }

    .omb-input-container button:hover {
      background-color: var(--color-secundario-hover);
    }
  }

  @media (min-width: 1140px) and (max-width: 1359px) {
    .omb-suscripcion-container {
      max-width: 1140px;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 0rem;
      margin-bottom: 0.5rem;
    }
    .omb-titulo-section--sin-margin {
      margin-top: 0px;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }

    .omb-suscripcion-section {
      height: 340px;
      align-items: start;
    }

    .omb-suscripcion-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      z-index: 2;
      gap: 20px;
      margin-top: 60px;
      height: auto;
      position: static;
    }
    .omb-texto {
      width: auto;
      display: flex;
      align-items: start;
      justify-content: start;
      color: white;
      padding-left: 0;
    }
    .omb-titulo-section--blanco {
      color: white;
    }
    .omb-parrafo-descripcion-section--blanco {
      color: white;
      margin: 0;
      text-align: start;
    }
    .omb-imagenes-decoraritvas-suscripcion {
      width: 100%;
      top: 52px;
      display: block;
      z-index: -1;
    }
    .omb-imagenes-decoraritvas-suscripcion img:first-child {
      width: 85px;
      position: relative;
      left: 20px;
    }
    .omb-imagenes-decoraritvas-suscripcion img:last-child {
      width: 100%;
      position: relative;
      top: -10px;
    }

    .omb-imagenes-decoraritvas-suscripcion {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
      top: 70px;
      left: 0;
      z-index: -1;
    }
    .omb-imagenes-decoraritvas-suscripcion img:first-child {
      width: 85px;
      position: relative;
      left: 80px;
    }
    .omb-imagenes-decoraritvas-suscripcion img:last-child {
      width: 100%;
      position: relative;
      top: -0px;
    }

    .omb-suscripcion-decoracion {
      display: flex;
      display: none;
    }
    .omb-parrafo-descripcion-section--sin-margin {
      margin-top: 0;
    }
    .omb-input-container {
      width: auto;
      display: flex;
      flex-direction: row;
      gap: 4px;
      margin-top: 40px;
    }
    .omb-input-container input {
      min-width: 280px;
      width: 280px;
      height: 40px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }
    .omb-input-container button {
      width: 158px;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
    }

    .omb-input-container button:hover {
      background-color: var(--color-secundario-hover);
    }
  }
  @media (min-width: 1280px) {
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 0rem;
      margin-bottom: 0.5rem;
    }

    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }

    .omb-suscripcion-container {
      max-width: 1140px;
    }

    .omb-suscripcion-section {
      height: 340px;
      align-items: start;
    }

    .omb-suscripcion-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      z-index: 2;
      gap: 20px;
      margin-top: 60px;
      height: auto;
      position: static;
    }
    .omb-texto {
      width: auto;
      display: flex;
      align-items: start;
      justify-content: start;
      color: white;
      padding-left: 0;
      margin-top: 0;
    }
    .omb-titulo-section--blanco {
      color: white;
    }
    .omb-parrafo-descripcion-section--blanco {
      color: white;
      margin: 0;
      text-align: start;
    }
    .omb-imagenes-decoraritvas-suscripcion {
      width: 100%;
      top: 44px;
      padding: 0 24px;
      box-sizing: border-box;
      display: block;
      left: 0px;
    }
    .omb-imagenes-decoraritvas-suscripcion img:first-child {
      width: 85px;
      position: relative;
      left: 32px;
    }
    .omb-imagenes-decoraritvas-suscripcion img:last-child {
      width: 100%;
      position: relative;
      top: -10px;
    }

    .omb-suscripcion-decoracion {
      display: flex;
      display: none;
    }
    .omb-parrafo-descripcion-section--sin-margin {
      margin-top: 0;
    }
    .omb-input-container {
      width: auto;
      display: flex;
      flex-direction: row;
      gap: 4px;
    }
    .omb-input-container input {
      min-width: 280px;
      width: 450px;
      height: 40px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }
    .omb-input-container button {
      width: 158px;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
    }

    .omb-input-container button:hover {
      background-color: var(--color-secundario-hover);
    }
  }
}
/* link tarjetas */
a.mi-tarjeta {
  display: block;
  text-decoration: none;
  color: inherit;
}

.mi-tarjeta a,
.mi-tarjeta a:visited {
  text-decoration: none;
  color: inherit;
  display: block;
}

article[class*="nodo-omb-"] {
  margin-bottom: 100px;
}

.omb-boton {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-family: "Work sans", sans-serif;
  border-width: 0.125rem;
  border-style: solid;
  color: var(--color-texto);
  cursor: pointer;
}
.omb-boton--primario {
  background-color: var(--color-primario);
  border: 1px solid var(--color-primario);
}

.omb-boton--primario:hover {
  background-color: var(--color-secundario-hover) !important;
  border-color: var(--color-secundario-hover) !important;
}

/* ////infografia SM */
#block-mitema-custommarkup-8 {
  .omb-label-buscador {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .omb-label-buscador P {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
    font-family: "Work sans", sans-serif;
  }
  .omb-busqueda-container {
    display: flex;
    gap: 8px;
  }
  .omb-buscador-container {
    width: 100%;
    border-radius: 8px;
    height: 40px;
    border: 1px solid var(--color-fondo-seccion-intreres);
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    transition: border 0.2s;
    overflow: hidden;
    padding-right: 4px;
    background-color: #fff;
  }
  .omb-buscador-container {
    width: 720px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .omb-buscador-container--escritorio {
    display: flex;
    width: 100%;
  }

  .omb-input-buscar {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    width: 100%;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    padding: 12px 16px;
    box-sizing: border-box;
    outline: none;
  }

  .omb-buscador-container:focus-within {
    border: 2px solid #000;
  }
  .omb-boton-buscar {
    background-color: var(--color-primario);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .omb-boton-buscar:hover {
    background-color: var(--color-secundario-hover);
    transform: scale(1.05);
  }
  .omb-select {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .omb-boton-filtro-container {
    height: 67px;
    display: flex;
    align-items: end;
  }

  .omb-select p {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
  }

  .omb-opcion-selecionada {
    border-radius: 8px;
    padding-left: 16px;
    height: 40px;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    border: 1px solid;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-texto);
    position: relative;
  }
  .omb-opcion-selecionada--ordenar {
    width: 140px;
    gap: 8px;
  }
  .icono-flecha-select {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    transition: all 0.3s ease;
  }
  .icono-flecha-select.activo {
    transform: rotate(-90deg);
  }
  .omb-opciones {
    display: flex;
    flex-direction: column;
    list-style: none;
    border-radius: 16px;
    padding: 16px 0px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 140px;
    background-color: #fff;
    overflow: hidden;
    top: 32px;
    z-index: 1;
  }

  .omb-opciones li {
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s ease;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
  }
  .omb-opciones li:hover {
    background-color: var(--color-primario);
  }
  .omb-opciones li:focus-visible {
    background-color: var(--color-primario);
  }

  .omb-boton {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border: 1px solid var(--color-primario);
  }

  .omb-boton--primario:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-secundario-hover);
  }
  .omb-botton--tamano-fijo {
    min-width: 364px;
  }
  .omb-boton--secundario {
    background-color: #fff;
    border-color: var(--color-primario);
  }

  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .omb-boton--secundario:hover {
    background-color: var(--color-primario);
    color: black;
  }
  .hidden {
    display: none;
  }

  .omb-section {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .omb-infografia-container {
    width: 90%;
  }

  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-boton-sidebar-mobile {
    background-color: var(--color-primario);
    width: 265px;
    height: 62px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: var(--color-texto);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    position: relative;
    gap: 8px;
    padding: 8px 36px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 20px 0px;
    width: 297px;
  }
  .icono-flecha {
    transition: all 0.3s ease;
    transform: rotate(-90deg);
  }
  .omb-text-button {
    display: flex;
    align-items: center;
  }

  .omb-sidebar-container {
    width: 297px;
    position: absolute;
    display: none;
    z-index: 1;
  }
  .omb-sidebar-container.activo {
    display: block;
  }
  .omb-sidebar-content {
    position: absolute;
    border-radius: 16px;
    background-color: #fff;
  }

  .omb-boton-sidebar {
    background-color: var(--color-primario-soft);
    width: 265px;
    height: 62px;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    color: var(--color-texto);
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 12px;
    position: relative;
    gap: 8px;
    padding: 8px 32px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .omb-boton-sidebar--width {
    width: 297px;
    display: none;
  }
  .omb-boton-sidebar:hover {
    background-color: var(--color-primario);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 600;
  }

  .omb-boton-sidebar--secundario {
    padding: 16px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .omb-boton-sidebar--active {
    background-color: var(--color-primario);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .omb-boton-sidebar--active::before {
    content: "";
    position: absolute;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 14px solid var(--color-primario);
    border-bottom: 8px solid transparent;
  }

  .omb-sidebar {
    width: 297px;
    height: auto;
    background: var(--color-primario-soft);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
  }

  .omb-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: start;
    gap: 16px;
  }
  .omb-sidebar-list-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }
  .omb-cards-infogracia-container {
    min-height: 1040px;
  }
  .omb-cards-infogracia-container .view-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    margin-bottom: 16px;

    > div {
      width: 100% !important;
    }
  }

  .omb-card-infografia {
    display: flex;
    width: 100%;
    height: 184px;
    border-radius: 16px;
    border-width: 1px;
    padding: 12px 12px 12px 12px;
    border: 1px solid #d3d3ca;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    gap: 16px;
  }
  .omb-card-infografia:hover {
    border: 1px solid #000;
    transform: scale(1.01);
  }

  .omb-card-infografia-content {
    display: flex;
    flex-direction: column;
  }

  .omb-card-infografia-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    box-sizing: border-box;
    min-height: 56px;
  }

  .omb-card-infografia-tag {
    width: auto;
    height: 24px;
    border-radius: 16px;
    padding: 6px 8px 6px 8px;
    background-color: #f3f4f1;
    color: #71735e;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    gap: 4px;
    font-family: "Work-sans", sans-serif;
  }

  .omb-card-tableros-tag img {
    width: 12px;
    height: 12px;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    transition: all 0.9s ease-in;
    padding: 0px 16px;
  }
  .omb-titulo-card--sin-padding {
    padding: 0;
  }
  .omb-titulo-card--dos-lineas {
    height: 53px;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }
  .omb-paginacion-numerica {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .omb-paginacion-numerica ul {
    display: flex;
    list-style: none;
    gap: 20px;
    padding-left: 0;
    align-items: center;
  }

  .omb-paginacion-enlace {
    font-weight: 600;
    font-family: "Work sans", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
    color: var(--color-enlace-hover);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    background-color: inherit;
  }

  .omb-pagination-numero {
    width: 40px;
    height: 40px;
    padding: 0px;
    border: none;
    background-color: inherit;
    text-decoration: none;
  }

  .omb-paginacion-enlace--activo {
    background-color: var(--color-primario);
    border-radius: 8px;
    color: var(--color-texto);
  }
}

/* ////DETALLE COMUNIDAD APLICACIONES MOVILIDAD SM */
#block-mitema-custommarkup-9 {
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-comunidad-container {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 32px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 26px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }

  .omb-cards-aplicaciones-comunidad-container .view-content {
    width: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    gap: 30px;
    > div {
      width: auto !important;
    }
  }
  .omb-card--horizontal {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border-width: 1px;
    padding: 12px 24px 12px 12px;
    border: 1px solid #d3d3ca;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    gap: 16px;
    flex-direction: row;
  }

  .omb-card-img--horizontal {
    width: 164px;
    height: 164px;
  }
  .omb-card-img--horizontal-aplicaciones {
    width: 100px;
    height: 112px;
    object-fit: contain;
  }
  .omb-card:hover {
    border: 1px solid #000;
  }

  .omb-card-infografia-content {
    display: flex;
    flex-direction: column;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    transition: all 0.9s ease-in;
    padding: 0px 16px;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }
  .omb-titulo-card--sin-padding {
    padding: 0;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }
  .omb-parrafo-card--sin-padding {
    padding: 0;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
    margin: 8px 0px;
    margin-bottom: 8px;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }
  .omb-paginacion-numerica {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .omb-paginacion-numerica ul {
    display: flex;
    list-style: none;
    gap: 20px;
    padding-left: 0;
    align-items: center;
  }

  .omb-paginacion-enlace {
    font-weight: 600;
    font-family: "Work sans", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
    color: var(--color-enlace-hover);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    background-color: inherit;
  }

  .omb-pagination-numero {
    width: 40px;
    height: 40px;
    padding: 0px;
    border: none;
    background-color: inherit;
    text-decoration: none;
  }

  .omb-paginacion-enlace--activo {
    background-color: var(--color-primario);
    border-radius: 8px;
    color: var(--color-texto);
  }
}
/*  detalle comunidad investigaciones */

#block-detalle-comunidad-investigaciones {
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-comunidad-container {
    width: 90%;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-cards-aplicaciones-comunidad-container .view-content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 40px;
    > div {
      width: auto !important;
    }
  }
  .omb-card--horizontal {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border-width: 1px;
    padding: 12px 24px 12px 12px;
    border: 1px solid #d3d3ca;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    gap: 16px;
    width: 100%;
    flex-direction: row;
  }
  .omb-card-informatica:hover {
    border: 1px solid #000;
  }
  .omb-card-img--horizontal {
    width: 164px;
    height: 164px;
  }
  .omb-card-img--horizontal-aplicaciones {
    width: 100px;
    height: 112px;
    object-fit: contain;
  }
  .omb-card-infografia-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    transition: all 0.9s ease-in;
    padding: 0px 16px;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }
  .omb-titulo-card--sin-padding {
    padding: 0;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }
  .omb-parrafo-card.omb-parrafo-card--sin-padding p {
    padding: 0 !important;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
    margin: 0;
    margin-top: 8px;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }
  .omb-paginacion-numerica {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .omb-paginacion-numerica ul {
    display: flex;
    list-style: none;
    gap: 8px;
    padding-left: 0;
    align-items: center;
  }

  .omb-paginacion-enlace {
    font-weight: 600;
    font-family: "Work sans", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
    color: var(--color-enlace);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    background-color: inherit;
  }
  .omb-paginacion-enlace:hover {
    color: var(--color-enlace-hover);
    text-decoration: underline;
  }

  .omb-pagination-numero {
    width: 32px;
    height: 32px;
    padding: 0px;
    border: none;
    background-color: inherit;
    text-decoration: none;
  }

  .omb-paginacion-enlace--activo {
    background-color: var(--color-primario);
    border-radius: 8px;
    color: var(--color-texto);
  }
}

/* DETALLE COMUNIDAD EVENTOS */
#block-eventos-comunidad {
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-comunidad-container,
  .omb-eventos-comunidad-container {
    width: 90%;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: black;
  }
  .omb-cards-eventos-container .view-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 30px;
    padding-bottom: 20px;
    > div {
      width: auto !important;
      padding: 0 !important;
    }
  }
  .omb-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
  }
  .omb-card--mediana {
    max-width: 400px;
  }
  .omb-card > img {
    width: 100%;
  }
  .omb-card--mediana > img {
    height: 260px;
  }

  .omb-card:hover {
    border: 1px solid #000;
  }

  .omb-card-infografia-content {
    display: flex;
    flex-direction: column;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    transition: all 0.9s ease-in;
    padding: 0px 16px;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }
  .omb-fecha {
    font-size: 0.875rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5rem;
    color: black;
    display: flex;
    align-items: center;
    margin: 0px 0px 8px;
    display: flex;
    gap: 8px;
    color: #71735e;
  }
  .omb-fecha span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .omb-fecha--padding {
    padding: 0 16px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
    margin: 0;
  }
  .omb-enlaces--con-padding {
    padding-left: 16px;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }
  .omb-paginacion-numerica {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .omb-paginacion-numerica ul {
    display: flex;
    list-style: none;
    gap: 8px;
    padding-left: 0;
    align-items: center;
  }

  .omb-paginacion-enlace {
    font-weight: 600;
    font-family: "Work sans", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
    color: var(--color-enlace);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    background-color: inherit;
  }
  .omb-paginacion-enlace:hover {
    color: var(--color-enlace-hover);
    text-decoration: underline;
  }

  .omb-pagination-numero {
    width: 32px;
    height: 32px;
    padding: 0px;
    border: none;
    background-color: inherit;
    text-decoration: none;
  }

  .omb-paginacion-enlace--activo {
    background-color: var(--color-primario);
    border-radius: 8px;
    color: var(--color-texto);
  }
}

#block-detalle-comunidad-sitios-r {
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-comunidad-container {
    width: 90%;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 32px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 26px;
    color: black;
    font-family: "Montserrat", sans-serif;
  }

  .omb-cards-comunidad-container .view-content {
    width: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    gap: 30px;
    > div {
      width: auto !important;
    }
  }
  .omb-card {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
  }
  .omb-card--md {
    max-width: 380px;
    gap: 0 !important;
  }
  .omb-card.omb-card--md > img {
    width: 100%;
 /*   height: 260px;*/
  }
  .omb-card-publicaciones-interes:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }

  .omb-imagen-card {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 3;
  }

  .omb-card-content-explorar-publicaciones {
    border-radius: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    transition: all 0.4s ease;
    overflow: hidden;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px;
    color: black;
    min-height: 72px;
    padding: 0 16px;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
    margin: 8px 0px;
  }
  .omb-enlaces--con-padding {
    padding-left: 16px;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }
}
#block-memorias,
#block-arcticulos-investigaciones,
#block-informes-tecnicos-cosultoria,
#block-mitema-custommarkup-10,
#block-encuestas {
  .omb-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-card-info-container {
    width: 90%;
    display: flex;
    flex-direction: column;
  }

  .omb-card-info {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .omb-card-info > a > img,
  .omb-card-info > img {
    width: 480px;
    height: 300px;
    border-radius: 16px;
    object-fit: contain;
  }
  .omb-texto-card-info {
    width: 100%;
  }
  .omb-titulo-card-hero {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 0rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0px;
    transition: all 0.3s ease-in;
  }
  .omb-parrafo-card-hero {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    text-overflow: ellipsis;
    line-height: 1.5rem;
    padding: 0px;
    margin-top: 16px;
    color: var(--color-texto);
  }
  .omb-enlaces-hero-container {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .omb-enlaces-hero-container--variante {
    padding: 0px 16px;
    gap: 8px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
  }
  .omb-enlaces-hero-container .omb-enlaces img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
    border-radius: 0 !important;
  }
  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
    margin: 8px 0px;
    margin-bottom: 8px;
  }
  .omb-enlaces span {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px;
    transition: all 0.3s ease-in;
  }

  .omb-boton {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border: 1px solid var(--color-primario);
  }
  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .omb-boton--primario:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-secundario-hover);
  }
  .omb-section--color-fondo {
    background-color: #f1f3f7;
  }

  .omb-container {
    width: 90%;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .omb-select {
    position: relative;
  }
  .omb-select--con-dos-elementos {
    position: relative;
    display: flex;
    width: 100%;
    gap: 4px;
  }
  .omb-boton-filtro-container {
    height: 67px;
    display: flex;
    align-items: end;
  }

  .omb-select p {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
  }

  .omb-opcion-selecionada {
    padding-left: 16px;
    height: 40px;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    appearance: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    color: var(--color-texto);
    position: relative;
  }
  .omb-opcion-selecionada > span {
    display: flex;
    align-items: center;
    justify-self: center;
    transition: all 0.3s ease;
  }
  .omb-opcion-selecionada.activo > span {
    transform: rotate(-90deg);
  }
  .omb-opcion-selecionada--ordenar {
    width: 160px;
    gap: 8px;
  }
  .omb-opciones {
    display: flex;
    flex-direction: column;
    list-style: none;
    border-radius: 16px;
    padding: 16px 0px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 200px;
    background-color: #fff;
    overflow: hidden;
    top: 32px;
    z-index: 1;
  }

  .omb-opciones li {
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s ease;
  }
  .omb-opciones li:hover {
    background-color: var(--color-primario);
  }
  .omb-opciones li:focus-visible {
    background-color: var(--color-primario);
  }

  .omb-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .omb-cards-container .view-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    min-height: 848px;
    gap: 30px;
    padding: 4px;
    box-sizing: border-box;
  }

  .omb-card {
    width: 100%;
    max-width: 356px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    gap: 0 !important;
  }

  .omb-card:hover {
    border: 1px solid black;
    transform: scale(1.02);
  }
  .omb-card:hover .omb-enlace-categoria-selecionada {
    color: #7e8a00;
  }
  .omb-card > a > img,
  .omb-card > img {
    width: 100%;
    height: 216px;
  }

  .omb-card h5 {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
  }

  .omb-card p {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: var(--color-texto);
    min-height: 72px;
  }

  .omb-enlace-categoria-selecionada {
    color: #acbd00;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.5 ease;
    font-family: "Work sans" sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
    text-decoration: underline;
  }
  .omb-paginacion-numerica {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .omb-paginacion-numerica ul {
    display: flex;
    list-style: none;
    gap: 8px;
    padding-left: 0;
    align-items: center;
  }

  .omb-paginacion-enlace {
    font-weight: 600;
    font-family: "Work sans", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
    color: var(--color-enlace);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    background-color: inherit;
  }
  .omb-paginacion-enlace:hover {
    color: var(--color-enlace-hover);
    text-decoration: underline;
  }

  .omb-pagination-numero {
    width: 32px;
    height: 32px;
    padding: 0px;
    border: none;
    background-color: inherit;
    text-decoration: none;
  }

  .omb-paginacion-enlace--activo {
    background-color: var(--color-primario);
    border-radius: 8px;
    color: var(--color-texto);
  }

  .hidden {
    display: none;
  }
}
.nodo-omb-infografia {
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-section--de-interes {
    background-color: var(--color-fondo-seccion-intreres);
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-galeria-infografia-container {
    width: 90%;
  }
  .omb-galeria-infografia-container img {
    width: 100% !important;
    max-width: 1140px !important;
    height: auto;
    margin-top: 20px;
  }
  .omb-compartir-container {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 24px;
    padding: 12px;
    background-color: #e6e6e6;
    box-sizing: border-box;
  }

  .omb-boton {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: "Work sans", sans-serif;
    border-width: 0.125rem;
    border-style: solid;
    color: var(--color-texto);
    cursor: pointer;
  }
  .omb-boton--primario {
    background-color: var(--color-primario);
    border: 1px solid var(--color-primario);
  }

  .omb-boton--primario:hover {
    background-color: var(--color-secundario-hover);
    border-color: var(--color-secundario-hover);
  }
  .omb-boton--con-icono {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .omb-redes-sociales {
    width: 424px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .omb-redes-sociales p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .omb-lista-redes {
    display: flex;
    gap: 16px;
  }
  .omb-lista-redes a {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    background-color: var(--color-enlace);
    padding: 8px;
  }
  .omb-lista-redes a img {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
  }
  .omb-de-interes-container {
    width: 90%;
    position: relative;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: black;
  }
  .omb-carrusel-container {
    position: relative;
    width: 100%;
  }

  .omb-swiper {
    width: 80%;
    padding: 4px;
    box-sizing: border-box;
  }

  .omb-wrapper {
    width: 100%;
  }

  .omb-swiper-slide {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .omb-paginacion {
    position: absolute;
    bottom: -32px !important;
  }

  .omb-paginacion > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }
  /* Bullet activo */
  .omb-paginacion > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .omb-botom-control-carrousel {
    position: absolute;
    z-index: 20;
    bottom: -40px;
    min-width: 120px;
    height: 34px;
    width: auto;
    cursor: pointer;
  }

  .omb-botom-control-carrousel button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
    cursor: pointer;
  }

  .omb-boton-prev {
    left: -0px;
  }
  .omb-boton-next {
    right: -0px;
  }
  .omb-boton-prev,
  .omb-boton-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    border: 1px solid #d9e36e;
  }
  .omb-boton-prev:hover,
  .omb-boton-next:hover {
    color: black !important;
    background-color: var(--color-primario);
  }

  .omb-boton-prev::after,
  .omb-boton-next::after {
    font-size: 32px;
    font-weight: 900;
  }

  .omb-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
  }

  .omb-card--pequeña {
    max-width: 100%;
    gap: 0;
  }
  .omb-card:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-imagen-card {
    width: 100%;
  }
  .omb-card--pequeña > img {
    width: 100%;
    height: 140px;
  }
  .omb-card--pequeña .omb-container-info {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .omb-card--pequeña .omb-container-info img {
    width: 140px;
    height: 140px;
  }
  .omb-imagen-card--pequeña {
    height: 158px;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }
  @media (min-width: 768px) {
    .omb-swiper {
      width: 90%;
    }
  }
  @media (min-width: 1024px) and (max-width: 1139px) {
    .omb-galeria-infografia-container,
    .omb-compartir-container,
    .omb-de-interes-container {
      max-width: 960px;
    }
    .omb-compartir-container {
      justify-content: space-between;
      padding: 16px;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-swiper {
      width: 90%;
    }
    .omb-boton-prev,
    .omb-boton-next {
      width: 44px;
      height: 44px;
    }
    .omb-card-img {
      width: 120px;
      height: 120px;
      object-fit: cover;
    }
  }

  @media (min-width: 1140px) and (max-width: 1359px) {
    .omb-galeria-infografia-container,
    .omb-compartir-container,
    .omb-de-interes-container {
      max-width: 1140px;
    }
    .omb-compartir-container {
      justify-content: space-between;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }

    .omb-swiper {
      width: 90%;
    }
    .omb-boton-prev,
    .omb-boton-next {
      width: 48px;
      height: 48px;
    }
    .omb-card-img {
      width: 120px;
      height: 120px;
      object-fit: cover;
    }
  }
  @media (min-width: 1280px) {
    .omb-galeria-infografia-container,
    .omb-compartir-container,
    .omb-de-interes-container {
      max-width: 1140px;
    }
    .omb-compartir-container {
      justify-content: space-between;
      padding: 16px;
    }

    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-swiper {
      width: 90%;
    }
    .omb-boton-prev,
    .omb-boton-next {
      width: 48px;
      height: 48px;
    }
    .omb-card-img {
      width: 120px;
      height: 120px;
      object-fit: cover;
    }
  }
}
.nodo-omb-evento {
  .omb-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }
  .omb-section--de-interes {
    background-color: var(--color-fondo-seccion-intreres);
  }
  .omb-evento-container {
    width: 90%;
  }

  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-titulo-section--centrado {
    text-align: center;
  }
  .omb-fecha-container {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .omb-fecha {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5rem;
    color: black;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0px 0px 8px;
  }
  .omb-fecha--padding {
    padding: 0 16px;
  }
  .omb-fecha span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .omb-img-principal {
    width: 100%;
  }
  .omb-lista-parrafo {
    padding: 0px 0px 0px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    font-family: "Work sans", sans-serif;
  }
  .omb-parrafos {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    font-family: "Work sans", sans-serif;
  }

  .omb-compartir-container {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    gap: 16px;
    border-radius: 24px;
    padding: 12px;
    background-color: #e6e6e6;
    box-sizing: border-box;
  }

  .omb-redes-sociales {
    width: 424px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .omb-redes-sociales p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .omb-lista-redes {
    display: flex;
    gap: 16px;
  }
  .omb-lista-redes a {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    background-color: var(--color-enlace);
    padding: 8px;
  }
  .omb-lista-redes a img {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
  }
  .omb-de-interes-container {
    width: 90%;
    position: relative;
  }
  .omb-carrusel-container {
    position: relative;
    width: 100%;
  }

  .omb-swiper {
    width: 80%;
    padding: 4px;
    box-sizing: border-box;
  }

  .omb-wrapper {
    width: 100%;
  }

  .omb-swiper-slide {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .omb-paginacion {
    position: absolute;
    bottom: -32px !important;
  }

  .omb-paginacion > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white !important;
    border: 2px solid #4b521d;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }
  /* Bullet activo */
  .omb-paginacion > .swiper-pagination-bullet-active {
    background-color: #4b521d !important;
    border-color: #4b521d;
    transform: scale(1.2);
  }
  .omb-botom-control-carrousel {
    position: absolute;
    z-index: 20;
    bottom: -40px;
    min-width: 120px;
    height: 34px;
    width: auto;
    cursor: pointer;
  }

  .omb-botom-control-carrousel button {
    color: #565747;
    border-radius: 8px;
    font-family: "Worl sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
    cursor: pointer;
  }

  .omb-boton-prev {
    left: -0px;
  }
  .omb-boton-next {
    right: -0px;
  }
  .omb-boton-prev,
  .omb-boton-next {
    color: #565747 !important;
    background-color: #f3f4f1cc;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border-width: 1px;
    transition: all 0.5s ease;
    border: 1px solid #d9e36e;
  }
  .omb-boton-prev:hover,
  .omb-boton-next:hover {
    color: black !important;
    background-color: var(--color-primario);
  }

  .omb-boton-prev::after,
  .omb-boton-next::after {
    font-size: 32px;
    font-weight: 900;
  }

  .omb-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 16px;
  }
  .omb-card > img {
    width: 100%;
    height: 154px;
    object-fit: cover;
  }
  .omb-fecha.omb-fecha--padding {
    height: 48px;
  }
  .omb-card--mediana {
    width: 400px;
  }
  .omb-imagen-card {
    width: 100%;
    object-fit: cover;
  }
  .omb-imagen-card--mediana {
    height: 260px;
  }

  .omb-card:hover {
    border: 1px solid #000;
  }

  .omb-card-infografia-content {
    display: flex;
    flex-direction: column;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    transition: all 0.9s ease-in;
    padding: 0px 16px;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }
  .omb-fecha {
    font-size: 0.875rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5rem;
    color: black;
    display: flex;
    align-items: center;
    margin: 0px 0px 8px;
    display: flex;
    gap: 8px;
    color: #71735e;
  }
  .omb-fecha span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .omb-fecha--padding {
    padding: 0 16px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
    margin: 0;
  }
  .omb-enlaces--con-padding {
    padding-left: 16px;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }
  @media (width <= 480px) {
    .omb-titulo-section {
      margin-bottom: 1rem;
    }
    .omb-fecha-container {
      flex-direction: column;
      gap: 8px;
      align-items: flex-start;
    }
    .omb-redes-sociales {
      flex-direction: column;
    }
    .omb-paginacion > .swiper-pagination-bullet {
      width: 10px !important;
      height: 10px !important;
    }
  }
  @media (480px < width < 1140px) {
    .field--name-field-media-image img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }
  }
  @media (width >= 1140px) {
    .omb-evento-container {
      max-width: 980px;
    }
    .omb-evento-container .field--name-field-imagen-publicacion {
      display: flex;
      justify-content: center;
    }

    .omb-evento-container .field--name-field-imagen-publicacion img {
      width: 100%;
      max-width: 400px;
      height: 246px;
      object-fit: cover;
      border-radius: 16px;
    }
    .omb-compartir-container {
      width: 100%;
      max-width: 980px;
    }
    .omb-de-interes-container {
      max-width: 1140px;
    }
  }
}
#block-publicaciones-pyp {
  .omb-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }

  .omb-publicaciones-planes-politica-container {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .omb-cards-publicaciones-planes-politica-container .view-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 40px;
    > div {
      width: auto !important;
      padding: 0 !important;
    }
  }
  .omb-card-publicaciones-interes {
    width: 360px;
    height: 420px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
  }

  .omb-card-publicaciones-interes:hover {
    border: 1px solid black;
    transform: scale(1.01);
  }
  .omb-imagen-card-publicaciones-interes {
    width: 100%;
    height: 216px;
    overflow: hidden;
  }
  .omb-imagen-card-publicaciones-interes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .omb-card-content-explorar-publicaciones {
    border-radius: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    transition: all 0.4s ease;
    overflow: hidden;
  }

  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.9s ease-in;
    min-height: 55px;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    width: auto;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
    margin: 8px 0;
  }
  .omb-enlaces--con-padding {
    padding-left: 16px;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }
  .omb-enlaces:hover svg {
    fill: var(--color-enlace-hover);
  }
  @media (min-width: 768px) {
    .omb-comunidad-container {
      width: 90%;
    }
    .omb-cards-aplicaciones-comunidad-container {
      grid-template-columns: 1fr 1fr;
    }
    .omb-card-publicaciones-interes {
      width: 330px;
    }
  }
  @media (min-width: 1024px) and (max-width: 1139px) {
    .omb-publicaciones-planes-politica-container {
      max-width: 960px;
    }
    .omb-card-publicaciones-interes {
      width: 287px;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 44px;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 30px;
      color: var(--color-texto);
      font-family: "Monstserrart", sans-serif;
    }
  }

  @media (min-width: 1140px) and (max-width: 1359px) {
    .omb-publicaciones-planes-politica-container {
      max-width: 1140px;
    }
    .omb-card-publicaciones-interes {
      width: 360px;
    }

    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 44px;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 30px;
      color: var(--color-texto);
      font-family: "Monstserrart", sans-serif;
    }
  }
  @media (min-width: 1280px) {
    .omb-publicaciones-planes-politica-container {
      max-width: 1140px;
    }
    .omb-card-publicaciones-interes {
      width: 360px;
    }

    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 44px;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 30px;
      color: var(--color-texto);
      font-family: "Monstserrart", sans-serif;
    }
  }
}
.omb-card-recursos h5 a,
.omb-card.omb-card--tableros h5 a,
.omb-titulo-card.omb-titulo-card--dos-lineas a {
  color: #000 !important;
}
.omb-card-content-explorar-publicaciones h5 a {
  color: var(--color-enlace) !important;
}
.omb-card-recursos:hover h5 a,
.omb-card.omb-card--tableros:hover h5 a,
.omb-titulo-card.omb-titulo-card--dos-lineas:hover a,
.omb-card-content-explorar-publicaciones:hover h5 a {
  color: var(--color-enlace-hover) !important;
}

.omb-enlace--not-underline {
  text-decoration: none !important;

  span {
    text-decoration: none !important;
  }
  p {
    text-decoration: none !important;
  }
  div:not(.omb-enlaces) {
    text-decoration: none !important;
  }
}

.omb-card--pb {
  padding-bottom: 20px !important;
}

nav[aria-label="pagination-heading"] {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 1.25rem !important;
}

.js-pager__items {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
  list-style: none !important;
}
.page-item {
  color: var(--color-enlace) !important;
}
.page-link {
  position: relative !important;
  display: block !important;
  padding: 0.375rem 0.75rem !important;
  font-family: "Work Sans", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.688rem !important;
  font-weight: 600 !important;
  color: var(--color-enlace) !important;
  text-decoration: underline !important;
  background-color: #fff !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.page-item:hover .page-link {
  background-color: var(--color-primario) !important;
  border-color: var(--color-primario) !important;
  color: var(--color-texto) !important;
}

.page-item.active .page-link {
  background-color: var(--color-primario) !important;
  border-color: var(--color-primario) !important;
  color: var(--color-texto) !important;
}

/* sm */
/* Fija el encabezado superior */
thead.sticky-top th {
  position: sticky;
  top: 0;
  z-index: 10;
}

/* Fija la primera columna */
.sticky-col {
  position: sticky;
  left: 0;
  z-index: 9;
  background-color: #fff; /* Ajusta según el fondo */
}

/* Ajustes adicionales si usas scroll horizontal */
.table-indicadores {
  display: block;
  overflow: auto;
  max-height: 80vh;
  white-space: nowrap;
}
table.table-indicadores {
  background-color: white; /* o cualquier otro color */
}
/* Evita que los th de primera columna queden por debajo del header */
thead.sticky-top .sticky-col {
  z-index: 11; /* más alto que las celdas normales */
}

#block-resultados-busqueda {
  a {
    text-decoration: none;
    color: inherit;
  }
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 32px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-titulo-section--color {
    color: var(--color-enlace);
  }
  .omb-titulo-section--padding {
    padding-left: 16px;
    margin: 0;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 26px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-section--de-interes {
    background-color: var(--color-fondo-seccion-intreres);
  }
  .omb-buscador-nav-mobile {
    width: 100%;
  }
  .omb-buscador-container {
    border-radius: 8px;
    height: 40px;
    border: 1px solid var(--color-fondo-seccion-intreres);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: border 0.2s;
    overflow: hidden;
    padding-right: 4px;
    background-color: #fff;
  }
  .omb-filtro-container {
    width: 90%;
  }
  .omb-filtros {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .omb-inputs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    box-shadow: 0px 0px 10px rgba(134, 129, 129, 0.25);
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 24px;
    padding: 16px;
    background-color: #f3f4f1;
  }
  .omb-select {
    position: relative;
  }
  .omb-select--con-dos-elementos {
    position: relative;
    display: flex;

    gap: 4px;
  }
  .omb-boton-filtro-container {
    height: 67px;
    display: flex;
    align-items: end;
  }

  .omb-select p {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
    font-family: "Work sans", sans-serif;
  }

  .omb-opcion-selecionada {
    width: 164px;
    border-radius: 24px;
    padding: 0px 16px;
    height: 40px;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    appearance: none;
    border: 1px solid;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("http://149.130.178.89/media/111");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    color: var(--color-texto);
    position: relative;
    background-color: var(--color-fondo-seccion-intreres);
    justify-content: space-between;
  }
  .omb-opcion-selecionada > span {
    display: flex;
    align-items: center;
    justify-self: center;
    transition: all 0.3s ease;
  }
  .omb-opcion-selecionada.activo > span {
    transform: rotate(-90deg);
  }
  .omb-opcion-selecionada--ordenar {
    width: 164px;
  }
  .omb-opciones {
    display: flex;
    flex-direction: column;
    list-style: none;
    border-radius: 16px;
    padding: 16px 0px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 160px;
    background-color: #fff;
    overflow: hidden;
    top: 56px;
    z-index: 1;
  }

  .omb-opciones li {
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s ease;
  }
  .omb-opciones li:hover {
    background-color: var(--color-primario);
  }
  .omb-opciones li:focus-visible {
    background-color: var(--color-primario);
  }
  .omb-opciones--ordenar {
    width: 160px;
  }
  .omb-label-buscador {
    width: 100%;
  }

  .omb-label-buscador P {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
    font-family: "Work sans", sans-serif;
  }
  .omb-buscador-container {
    border-radius: 8px;
    height: 40px;
    border: 1px solid var(--color-fondo-seccion-intreres);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: border 0.2s;
    overflow: hidden;
    padding-right: 4px;
    background-color: #fff;
  }
  .omb-buscador-container--escritorio {
    display: flex;
  }

  .omb-input-buscar {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    width: 100%;
    font-family: "Work sans", sans-serif;
    font-size: 1rem;
    padding: 12px 16px;
    box-sizing: border-box;
    outline: none;
  }

  .omb-buscador-container:focus-within {
    border: 2px solid #000;
  }
  .omb-boton-buscar {
    background-color: var(--color-primario);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .omb-boton-buscar:hover {
    background-color: var(--color-secundario-hover);
    transform: scale(1.05);
  }
  .omb-resultados-container {
    display: flex;
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
  .omb-cards-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }
  .omb-card-resultado {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
  }
  .omb-fecha {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.38rem;
    color: var(--color-fecha);
    font-family: "Work sans", sans-serif;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .omb-titulo-card-resultado {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: var(--color-enlace);
    font-family: "Montserrat", sans-serif;
    margin-top: 0px;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease-in;
  }

  .omb-titulo-card-resultado a {
    text-decoration: none;
  }
  .omb-titulo-card-resultado a:hover {
    color: var(--color-enlace-hover);
    text-decoration: underline;
  }
  .omb-parrafo-card-resultado {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    color: var(--color-texto);
    font-family: "Work sans", sans-serif;
    margin-bottom: 1rem;
    margin-top: 0;
  }
  .omb-paginacion-numerica {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .omb-paginacion-numerica ul {
    display: flex;
    list-style: none;
    gap: 8px;
    padding-left: 0;
    align-items: center;
  }

  .omb-paginacion-enlace {
    font-weight: 600;
    font-family: "Work sans", sans-serif;
    text-decoration: underline;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
    color: var(--color-enlace);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    background-color: inherit;
  }
  .omb-paginacion-enlace:hover {
    color: var(--color-enlace-hover);
    text-decoration: underline;
  }

  .omb-pagination-numero {
    width: 32px;
    height: 32px;
    padding: 0px;
    border: none;
    background-color: inherit;
    text-decoration: none;
  }

  .omb-paginacion-enlace--activo {
    background-color: var(--color-primario);
    border-radius: 8px;
    color: var(--color-texto);
  }
  .hidden {
    display: none;
  }
  @media (min-width: 768px) {
    .omb-inputs-container {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
    .omb-label-buscador {
      width: 280px;
    }
  }
  @media (min-width: 1024px) and (max-width: 1139px) {
    .omb-filtro-container,
    .omb-resultados-container {
      max-width: 960px;
    }
    .omb-inputs-container {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
    .omb-label-buscador {
      width: 360px;
    }
  }

  @media (min-width: 1140px) and (max-width: 1359px) {
    .omb-filtro-container,
    .omb-resultados-container {
      max-width: 1040px;
    }
    .omb-buscador-nav-mobile {
      display: none;
    }
  }
  @media (min-width: 1280px) {
    .omb-buscador-nav-mobile {
      display: none;
    }
    .omb-filtro-container,
    .omb-resultados-container {
      max-width: 1040px;
    }
    .omb-inputs-container {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
    .omb-label-buscador {
      width: 360px;
    }
  }
}

.indicador-card:hover .omb-texto-indicadores p {
  color: #000 !important;
}

.indicador-card .omb-texto-indicadores p {
  color: #000 !important;
}

#block-quienes-somos {
  .omb-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
  }
  .omb-quienes-somos-container {
    width: 90%;
  }
  .omb-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .omb-card-texto {
    width: 100%;
  }
  .omb-titulo-card-texto {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.1rem;
    color: var(--color-texto);
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .omb-card-texto p {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--color-texto);
    margin: 0;
    margin-bottom: 1.5rem;
  }
  .omb-titulo-section {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }
  .omb-parrafo-descripcion-section {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
  }

  .omb-titulo-section--centrado {
    text-align: center;
  }

  .omb-parrafo-descripcion-section--centrado {
    text-align: center;
  }

  .omb-cards-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }

  .omb-card--con-icono {
    width: 360px;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    transition: all 0.3s ease;
  }
  .omb-card--con-icono:hover {
    border-color: black;
  }

  .omb-card--con-icono:hover .omb-titulo-card {
    color: var(--color-enlace);
  }

  .omb-icono-container {
    width: 113px;
    height: 113px;
    padding: 8px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: rgb(103, 108, 46, 0.1);
    overflow: hidden;
  }

  .omb-icono-content {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(222.15deg, #f0ff57 0%, #c4d600 100.91%);
  }
  .omb-texto-card-publicaciones {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
  }
  .omb-titulo-card {
    font-weight: 600;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.688rem;
    padding: 0px 16px;
    transition: all 0.3s ease-in;
  }
  .omb-titulo-card--sin-padding {
    padding: 0;
  }

  .omb-titulo-card--dos-lineas {
    height: 53px;
  }

  .omb-parrafo-card {
    font-size: 1rem;
    font-family: "Work sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.5rem;
    padding: 0px 16px;
    color: black;
    min-height: 72px;
  }

  .omb-parrafo-card--sin-padding {
    padding: 0;
  }
  .omb-parrafo-card--variante-card-icono {
    padding: 0;
    -webkit-line-clamp: none;
    min-height: 192px;
    max-height: 264px;
  }

  .omb-enlaces {
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-enlace);
    text-decoration: underline;
  }

  .omb-enlaces:hover {
    color: var(--color-enlace-hover);
  }

  @media (min-width: 768px) {
    .omb-card--con-icono {
      width: 320px;
    }
    .omb-cards-container {
      width: 100%;
    }
  }
  @media (min-width: 1024px) and (max-width: 1139px) {
    .omb-quienes-somos-container {
      max-width: 960px;
    }
    .omb-content {
      width: 100%;
      display: flex;
      flex-direction: row;
    }
    .omb-cards-texto-container {
      width: 297px;
    }
    .omb-cards-container {
      justify-content: start;
      width: calc(100% - 297px - 30px);
    }
    .omb-card--con-icono {
      width: 282px;
    }
    .omb-parrafo-card--variante-card-icono {
      min-height: 264px;
    }

    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }
  }

  @media (min-width: 1140px) and (max-width: 1359px) {
    .omb-quienes-somos-container {
      max-width: 1140px;
    }
    .omb-content {
      width: 100%;
      display: flex;
      flex-direction: row;
    }
    .omb-cards-texto-container {
      width: 360px;
    }
    .omb-cards-container {
      justify-content: start;
      width: calc(100% - 360px - 30px);
    }
    .omb-card--con-icono {
      width: 360px;
    }
    .omb-parrafo-card--variante-card-icono {
      min-height: 264px;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }
  }

  @media (min-width: 1280px) {
    .omb-quienes-somos-container {
      max-width: 1140px;
    }
    .omb-content {
      width: 100%;
      display: flex;
      flex-direction: row;
    }
    .omb-cards-texto-container {
      width: 378px;
    }
    .omb-cards-container {
      justify-content: start;
      width: calc(100% - 378px - 30px);
    }
    .omb-card--con-icono {
      width: 350px;
    }
    .omb-parrafo-card--variante-card-icono {
      min-height: 192px;
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }
  }
}
.omb-boton {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-family: "Work sans", sans-serif;
  border-width: 0.125rem;
  border-style: solid;
  color: var(--color-texto);
  cursor: pointer;
}
.omb-boton--primario {
  background-color: var(--color-primario) !important;
  border: 1px solid var(--color-primario) !important;
}

.omb-boton--primario:hover {
  background-color: var(--color-secundario-hover) !important;
  border-color: var(--color-secundario-hover) !important;
  color: #000 !important;
}
.omb-botton--tamano-fijo {
  min-width: 364px;
}
.omb-boton--secundario {
  background-color: #fff;
  border-color: var(--color-primario);
}

.omb-boton--con-icono {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.omb-boton--secundario:hover {
  background-color: var(--color-primario) !important;
  color: black !important;
}
#block-mitema-webform {
  position: absolute;
  z-index: -3;
}
#block-migadepan {
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-breadcrumb-section {
    width: 100%;
    padding: 0;
  }
  .omb-breadcrumb-container {
    width: 90%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 16px 0px;
  }
  .omb-breadcrumb-lista {
    display: flex;
    align-self: center;
    justify-content: center;
    list-style: none;
    color: #75766d;
    border-radius: 16px;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 0 !important;
  }
  .omb-breadcrumb-lista span {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #4c4c4c;
  }
  .omb-breadcrumb-lista li {
    display: flex;
    align-items: center;
    padding: 0.3rem 0.4rem 0.3rem 0.8rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    font-family: "Work sans", sans-serif;
  }
  .omb-breadcrumb-lista li a {
    color: #4c4c4c;
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    font-family: "Work sans", sans-serif;
  }
  .omb-breadcrumb-lista li:not(:last-child)::after {
    float: left;
    padding-left: 0.8rem;
    color: #282c34;
    content: var(--bs-breadcrumb-divider, ">");
    font-weight: 500; /* No existe 'medium' como valor válido, usa 500 */
  }
  .omb-breadcrumb-lista li a:hover {
    color: #000;
  }
  .omb-breadcrumb-lista li.sin-after::after {
    content: none !important;
  }
  @media (min-width: 768px) {
  }
  @media (min-width: 1024px) and (max-width: 1139px) {
    .omb-breadcrumb-container {
      max-width: 960px;
    }
  }
  @media (min-width: 1140px) and (max-width: 1359px) {
    .omb-breadcrumb-container {
      max-width: 1140px;
    }
  }
  @media (min-width: 1280px) {
    .omb-breadcrumb-container {
      max-width: 1140px;
    }
  }
}
.omb-paginacion > .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
}

.modo-contraste-alto {
  background-color: #000 !important;
  color: #fff !important;
}
.modo-contraste-alto a {
  color: #ffff00 !important; /* Amarillo sobre negro para enlaces */
  text-decoration: underline !important;
}
.modo-contraste-alto button,
.modo-contraste-alto input,
.modo-contraste-alto select,
.modo-contraste-alto textarea {
  background-color: #000 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
.modo-contraste-alto img {
  filter: grayscale(100%) contrast(150%);
}
.omb-parrafo-card p {
  padding: 0 !important;
}
/* RESPONSIVE TABLET MOVIL */
/* HEADER TOP -- GOVCO Y LOGO ENTIDAD */
@media (width < 1024px) {
  #block-header-govco {
    .omb-logo-omb-container {
      justify-content: center;
    }
  }
}
/* CARRUSEL INDICADORES EN EL HOME */
@media (width <= 480px) {
  #block-home-carrusel-indicadores {
    .omb-boton-control-carrusel {
      bottom: 0;
    }
    .omb-boton-control-carrusel button {
      font-size: 1rem;
    }
    .omb-paginacion > .swiper-pagination-bullet {
      width: 10px !important;
      height: 10px !important;
    }
  }
}
/* OBSERVATORIO DE MOVILIDAD ACCORDION  */
@media (width < 1024px) {
  #block-home-seccion-acordeon {
    .omb-tabs-header {
      padding-top: 0;
    }
    .omb-imagen-card-acordion {
      object-fit: contain;
      height: auto;
    }
  }
}
/* CARRUSEL PUBLICACIONES HOME */
@media (width < 1024px) {
  #block-carrusel-publicaciones-home {
    .omb-enlace--not-underline {
      display: flex;
      justify-content: center;
    }
    .omb-paginacion > .swiper-pagination-bullet {
      width: 10px !important;
      height: 10px !important;
    }
  }
}
/* CARRUSEL SITIOS RELACIONADOS HOME */
@media (width < 1024px) {
  #block-home-carrusel-sitiosrelacionados {
    .omb-paginacion-sitios-relacionados {
      bottom: 90px !important;
    }
    .omb-paginacion > .swiper-pagination-bullet {
      width: 10px !important;
      height: 10px !important;
    }
  }
}
.omb-boton-next {
  right: 0px !important;
}
.omb-boton-prev {
  left: 0px !important;
}
.omb-buscador-container {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09) !important;
  border: 1px solid #3b3b3b !important;
}
/* GLOBALES MEDIA QUERIES */
@media (width <= 480px) {
  /* TABLEROS */
  #block-seccion-tableros,
  #block-seccion-indicadores-movilidad {
    .omb-container .view-header {
      align-self: end;
    }
    .omb-container .view-content,
    .omb-cards-movilidad-container .view-content {
      grid-template-columns: 1fr;
      width: 100%;
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card.omb-card--tableros {
      max-width: 100%;
    }
    .omb-busqueda-container {
      flex-direction: column;
    }
    .omb-buscador-container {
      width: 100% !important;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
      border: 1px solid #3b3b3b;
    }
    .omb-select {
      justify-content: left;
    }
    .omb-opcion-selecionada {
      width: 100px !important;
    }
  }
  /* FIN TABLEROS */
  /* LIBRO DE MAPAS */
  #block-mapas-inicio {
    .omb-logo-container {
      gap: 24px;
    }
    .omb-titulo-container-mapas {
      line-height: 1.75rem;
    }
    .omb-cards-mapa-container,
    .omb-card-recursos-container {
      display: flex;
      justify-content: center;
    }
    .omb-cards-mapa-container .view-content {
      flex-direction: column;
      width: fit-content;
    }
    .omb-map-card {
      width: 100%;
      max-width: 335px;
    }
    .omb-titulo-container {
      gap: 0;
      height: 48px;
      align-items: baseline;
    }
    .omb-card-recursos {
      width: 100%;
    }
  }
  /* FIN LIBRO DE MAPAS */
  /* PUBLICACIONES */
  #block-carrusel-interes-publicaciones {
    .omb-explora-texto-container {
      padding-top: 0;
    }
    .omb-swiper {
      width: 80%;
    }
    .omb-imagen-card-explorar-publicaciones img {
      height: auto !important;
      object-fit: contain;
    }
    .omb-paginacion {
      bottom: -38px !important;
    }
    .omb-paginacion > .swiper-pagination-bullet {
      width: 10px !important;
      height: 10px !important;
    }
    .omb-boton.omb-boton--primario {
      max-width: 320px;
      font-size: 14px;
    }
    .omb-card--con-icono {
      width: 100%;
      max-width: 320px;
    }
    .omb-texto-card-publicaciones p:not(.omb-enlaces) {
      height: auto !important;
    }
  }
  /* FIN PUBLICACIONES */
  /* INDICADORES DE MOVILIDAD */
  #block-seccion-indicadores-movilidad {
    .omb-section {
      padding: 0 16px;
    }
    .omb-section > p {
      align-self: baseline;
    }
    .omb-movilidad-container {
      width: 100%;
    }
    .omb-cards-movilidad-container {
      width: 100%;
    }
    .omb-div-movilidad .view-indicadores {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-card.omb-card--pequeña {
      width: 100%;
      max-width: 100%;
    }
  }
  /* FIN INDICADORES DE MOVILIDAD */
  /* INDICADORES PLANES Y POLITICAS */
  #block-seccion-indicadores-planesypoliticas {
    .omb-titulo-section {
      margin-top: 0;
    }
    .omb-card--con-icono {
      width: 100%;
      max-width: 320px;
    }
  }
  /* FIN INDICADORES PLANES Y POLITICAS */
  /* ------------------------------------------------------- */
  /* ACTUALIDAD */
  #block-seccion-actualidad {
    .omb-section {
      width: 100%;
      padding: 0 16px;
    }
    .omb-card-hero {
      width: 100%;
      flex-direction: column;
      gap: 30px;
    }
    .omb-card-hero img {
      width: 100%;
      height: 200px;
    }
    .omb-card-hero .omb-titulo-card {
      margin: 0;
    }
    .omb-section > p {
      align-self: baseline;
    }
    .omb-noticias-container {
      width: 100%;
    }
    .omb-buscador-container {
      width: 100%;
    }
    .view-actualidad-bloque {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-noticias-container .view-content {
      grid-template-columns: 1fr;
      width: 100%;
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card.omb-card--pequeña {
      width: 100%;
      max-width: 100%;
    }
    .omb-boton-sidebar-mobile {
      background-color: var(--color-primario);
      width: 265px;
      height: 62px;
      border: none;
      cursor: pointer;
      font-size: 16px;
      color: var(--color-texto);
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 12px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      position: relative;
      gap: 8px;
      padding: 8px 24px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      margin: 20px 0px;
      width: 297px;
    }
    .icono-flecha {
      transition: all 0.3s ease;
      transform: rotate(-90deg);
    }

    .omb-sidebar-container {
      width: 297px;
      position: absolute;
      display: none;
      z-index: 50;
    }
    .omb-sidebar-container.activo {
      display: block;
    }
    .omb-sidebar-content {
      position: absolute;
      border-radius: 16px;
      background-color: #fff;
    }
  }
  /* FIN ACTUALIDAD */
  /* ------------------------------------------------------- */
  /* COMUNIDAD */
  #block-seccion-comunidad {
    .omb-titulo-section {
      margin-top: 0;
    }
    .omb-card > img {
      width: 100%;
      height: 246px;
    }
  }
  /* FIN COMUNIDAD */
  /* TEMATICAS */
  #block-tematicas {
    .omb-opcion-selecionada {
      width: 100%;
    }
    .omb-cards-resultados-container .view-header {
      padding: 8px 20px 8px 0;
      box-sizing: border-box;
    }
    .language-json {
      display: none;
    }

    .js-pager__items {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  /* FIN TEMATICA */
  /* PUBLICACIONES ENCUESTAS */
  #block-encuestas,
  #block-mitema-custommarkup-10,
  #block-informes-tecnicos-cosultoria,
  #block-arcticulos-investigaciones,
  #block-memorias {
    .omb-titulo-section {
      margin-top: 0;
    }
    .omb-card-info > img {
      width: 100%;
      height: auto;
      margin-bottom: 1rem;
    }
    .omb-container {
      padding: 0 16px;
      width: 100%;
    }
    .omb-cards-container .views-element-container > div[class*="view-"] {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-card-encuesta img {
      width: 100%;
      height: 216px;
    }
    .omb-card > img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }
  }
  /* FIN PUBLICACIONES ENCUESTAS */
  /* INFOGRAFIAS */
  #block-mitema-custommarkup-8 {
    .omb-busqueda-container {
      flex-direction: column;
    }
    .omb-buscador-container {
      width: 100% !important;
    }
    .omb-div-infografia div[class*="view-infografias"] {
      display: flex;
      flex-direction: column;
      align-items: center;

      .view-header {
        align-self: flex-end;
      }
    }
    .omb-cards-infogracia-container .view-content {
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card-infografia {
      align-items: start;
    }
    .omb-card-infografia > img {
      width: 100px;
      height: auto;
      object-fit: contain;
    }
  }
  /* FIN INFOGRAFIAS */
  /* EVENTOS DE COMUNIDAD */
  #block-eventos-comunidad {
    .omb-subtitulo {
      font-size: 1.25rem;
      font-weight: 600;
    }
    .view-evento {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-card {
      max-width: 100%;
    }
  }
  /* FIN EVENTOS COMUNIDAD */
  /* INVESTIGACIONES COMUNIDAD */
  #block-detalle-comunidad-investigaciones {
    .view-investigaciones {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-aplicaciones-comunidad-container .view-content {
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card {
      max-width: 100%;
    }
    .omb-titulo-card {
      margin-top: 0;
    }
  }
  /* FIN INVESTIGACIONES COMUNIDAD */
  /* APLICACIONES COMUNIDAD */
  #block-mitema-custommarkup-9 {
    .view-aplicaciones-de-movilidad {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-aplicaciones-comunidad-container .view-content {
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card.omb-card--horizontal {
      flex-direction: column;
      max-width: 100%;
      gap: 0;
    }
    .omb-card.omb-card--horizontal > img {
      width: 120px;
      height: auto;
      object-fit: contain;
    }
    .omb-parrafo-card {
      margin-bottom: 8px;
    }
    .omb-enlaces {
      margin: 0;
    }
  }
  /* FIN APLICACIONES COMUNIDAD */
  /* SITIOS RELACIONADOS COMUNIDAD */
  #block-detalle-comunidad-sitios-r {
    .view-sitios-relacionados {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-comunidad-container .view-content {
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card {
      max-width: 100%;
    }
  }
  .omb-breadcrumb-lista {
    flex-wrap: wrap;
  }
}
@media (480px < width < 1140px) {
  /* TABLEROS */
  #block-seccion-tableros,
  #block-seccion-indicadores-movilidad {
    .omb-tableros-content {
      width: 100%;
      max-width: 1024px;
      justify-content: center;
    }
    .omb-sidebar-container {
      width: 297px;
      position: absolute;
      display: none;
      z-index: 50;
    }
    .omb-sidebar-content {
      position: absolute;
      border-radius: 16px;
      background-color: #fff;
    }
    .omb-boton-sidebar--width {
      display: none;
    }
    .omb-boton-sidebar-mobile {
      display: flex;
    }
    .omb-sidebar {
      width: 297px;
      height: auto;
      background: var(--color-primario-soft);
      border-radius: 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 8px;
      box-sizing: border-box;
    }
    .omb-sidebar-list li:first-child {
      display: block;
    }
    .omb-buscador-container {
      width: 100% !important;
      max-width: 580px;
    }
    .omb-container .view-content,
    .omb-cards-movilidad-container .view-content {
      grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
      width: 100%;
      max-width: 1024px;
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card.omb-card--tableros {
      max-width: 100%;
    }
  }
  /* FIN TABLEROS */
  /* LIBRO DE MAPAS */
  #block-mapas-inicio {
    .omb-map-card {
      max-width: 286px;
    }
    .omb-descripcion-container {
      transform: translateY(28px);
    }
    .omb-titulo-container {
      gap: 0;
      height: 48px;
      align-items: baseline;
    }
  }
  /* FIN LIBRO DE MAPAS */
  /* PUBLICACIONES */
  #block-carrusel-interes-publicaciones {
    .omb-explora-publicaciones-container,
    .omb-categorias-publicaciones-container {
      width: 100%;
      max-width: 1024px;
      padding: 0 16px;
    }
    .omb-explora-texto-container {
      padding-top: 0;
    }
  }
  /* FIN PUBLICACIONES */
  /* INDICADORES DE MOVILIDAD */
  #block-seccion-indicadores-movilidad {
    .omb-section {
      padding: 0 16px;
    }
    .omb-titulo-section {
      align-self: baseline;
    }
    .omb-section > p {
      align-self: baseline;
    }
    .omb-movilidad-container .omb-titulo-container {
      width: 100%;
    }
    .omb-boton-sidebar--width {
      display: flex;
    }
    .omb-sidebar-list li:first-child {
      display: block;
    }
    .omb-cards-movilidad-container {
      width: 100%;
    }
    .omb-div-movilidad .view-indicadores {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-card.omb-card--pequeña {
      width: 100%;
      max-width: 100%;
    }
  }
  /* FIN INDICADORES DE MOVILIDAD */
  /* INDICADORES PLANES Y POLITICAS */
  #block-seccion-indicadores-planesypoliticas {
    .omb-indicadores-container {
      width: 100%;
      max-width: 1024px;
      padding: 0 16px;
    }
    .omb-titulo-section {
      margin-top: 0;
    }
    .omb-cards-planes-politica-container {
      width: 100%;
      max-width: 1024px;
    }
    .omb-cards-planes-politica-container .view-content {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      padding-top: 40px;
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card--con-icono {
      width: 100%;
      max-width: 310px;
    }
  }
  /* FIN INDICADORES PLANES Y POLITICAS */
  /* ------------------------------------------------------- */
  /* ACTUALIDAD */
  #block-seccion-actualidad {
    .omb-section {
      width: 100%;
    }
    .omb-section > p {
      padding-left: 16px;
    }
    .omb-section .omb-noticias-container {
      padding: 0 16px;
    }
    .view-display-id-page_1 .view-content {
      margin: 0 !important;
    }
    .omb-card-container {
      padding: 0 !important;
    }
    .omb-card-hero {
      width: 100%;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }
    .omb-card-hero img {
      width: 100%;
      max-width: 420px;
      height: 200px;
    }
    .omb-texto-card-hero {
      width: 100%;
      max-width: 450px;
    }
    .omb-card-hero .omb-titulo-card {
      margin: 0;
    }
    .omb-section > p {
      align-self: baseline;
    }
    .omb-noticias-container {
      width: 100%;
    }
    .omb-buscador-container {
      width: 100%;
    }
    .view-actualidad-bloque {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-noticias-container .view-content {
      grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
      width: 100%;
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card.omb-card--pequeña {
      width: 100%;
      max-width: 100%;
    }
    .omb-boton-sidebar-mobile {
      background-color: var(--color-primario);
      width: 265px;
      height: 62px;
      border: none;
      cursor: pointer;
      font-size: 16px;
      color: var(--color-texto);
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 12px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      position: relative;
      gap: 8px;
      padding: 8px 24px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      margin: 20px 0px;
      width: 297px;
    }
    .omb-sidebar-container {
      width: 297px;
      position: absolute;
      display: none;
      z-index: 50;
    }
    .omb-sidebar-container.activo {
      display: block;
    }
    .omb-sidebar-content {
      position: absolute;
      border-radius: 16px;
      background-color: #fff;
    }
  }
  /* FIN ACTUALIDAD */
  /* ------------------------------------------------------- */
  /* COMUNIDAD */
  #block-seccion-comunidad {
    .omb-comunidad-container {
      width: 100%;
      max-width: 1024px;
      padding: 0 16px;
    }
    .view-comunidad {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-comunidad-container .view-content {
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      width: 100%;
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card {
      width: 100%;
      max-width: 100%;
    }
    .omb-card > img {
      width: 100%;
      height: 246px;
    }
  }
  /* FIN COMUNIDAD */
  /* TEMATICAS */
  #block-tematicas {
    .omb-inputs-container {
      flex-direction: row;
    }
    .omb-opcion-selecionada {
      max-width: 430px;
    }
    .omb-cards-resultados-container .view-header {
      padding: 8px 20px 8px 0;
      box-sizing: border-box;
    }
    .omb-tematicas-container {
      width: 90%;
    }
    .omb-cards-resultados-container .view-content {
      width: 100%;
    }
    .language-json {
      display: none;
    }

    .js-pager__items {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  /* FIN TEMATICA */
  /* ENCUESTAS */
  #block-encuestas,
  #block-mitema-custommarkup-10,
  #block-informes-tecnicos-cosultoria,
  #block-arcticulos-investigaciones,
  #block-memorias {
    .omb-card-info-container {
      width: 100%;
      max-width: 1024px;
      padding: 0 16px;
    }
    .omb-container {
      width: 100%;
      max-width: 1024px;
      padding: 0 16px;
    }
    .omb-card-info {
      width: 100%;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
    }
    .omb-texto-card-info {
      height: auto;
    }
    .omb-texto-card-info {
      width: 450px;
    }
    .omb-cards-container .views-element-container > div[class*="view-"] {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-container .view-content {
      display: grid;
      gap: 30px;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card {
      max-width: 100%;
    }
  }
  /* FIN ENCUESTAS */
  /* INFOGRAFIAS */
  #block-mitema-custommarkup-8 {
    .omb-boton-sidebar-mobile {
      margin-left: 16px;
    }
    .omb-cards-infogracia-container {
      width: 100%;
      max-width: 1024px;
      padding: 0 16px;
    }
    .omb-div-infografia div[class*="view-infografias"] {
      display: flex;
      flex-direction: column;
      align-items: center;

      .view-header {
        align-self: flex-end;
      }
    }
    .omb-cards-infogracia-container .view-content {
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));

      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card-infografia {
      align-items: start;
    }
    .omb-card-infografia > img {
      width: 100px;
      height: auto;
      object-fit: contain;
    }
  }
  /* FIN INFOGRAFIAS */
  /* EVENTOS DE COMUNIDAD */
  #block-eventos-comunidad {
    .omb-subtitulo {
      font-size: 1.25rem;
      font-weight: 600;
    }
    .omb-comunidad-container {
      max-width: 1024px;
      width: 100%;
      padding: 0 16px;
    }
    .view-evento {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-eventos-container .view-content {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card {
      max-width: 310px;
    }
  }
  /* FIN EVENTOS COMUNIDAD */
  /* INVESTIGACIONES COMUNIDAD */
  #block-detalle-comunidad-investigaciones {
    .omb-comunidad-container {
      max-width: 1024px;
      width: 100%;
      padding: 0 16px;
    }
    .view-investigaciones {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-aplicaciones-comunidad-container .view-content {
      grid-template-columns: repeat(auto-fit, minmax(374px, 1fr));
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card {
      max-width: 100%;
    }
    .omb-titulo-card {
      margin-top: 0;
    }
  }
  /* FIN INVESTIGACIONES COMUNIDAD */
  /* APLICACIONES COMUNIDAD */
  #block-mitema-custommarkup-9 {
    .omb-comunidad-container {
      max-width: 1024px;
      width: 100%;
      padding: 0 16px;
    }
    .view-aplicaciones-de-movilidad {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-aplicaciones-comunidad-container .view-content {
      grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card.omb-card--horizontal {
      max-width: 100%;
      align-items: start;
    }
    .omb-card.omb-card--horizontal > img {
      width: 120px;
      height: auto;
      object-fit: contain;
    }
    .omb-card h5 {
      margin-bottom: 8px;
    }
    .omb-parrafo-card {
      margin-bottom: 8px;
    }
    .omb-enlaces {
      margin: 0 0 8px 0;
    }
  }
  /* FIN APLICACIONES COMUNIDAD */
  /* SITIOS RELACIONADOS COMUNIDAD */
  #block-detalle-comunidad-sitios-r {
    .omb-comunidad-container {
      max-width: 1024px;
      width: 100%;
      padding: 0 16px;
    }
    .view-sitios-relacionados {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-comunidad-container .view-content {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card {
      max-width: 100%;
    }
  }
}
@media (width >= 1140px) {
  /* TABLEROS */
  #block-seccion-tableros,
  #block-seccion-indicadores-movilidad {
    .omb-boton-sidebar-mobile {
      display: none;
    }
    .omb-sidebar-container {
      display: block;
      position: relative;
    }
    .omb-boton-sidebar--width {
      display: flex;
    }
    .omb-sidebar {
      margin-top: 12px;
    }
    .omb-sidebar-list li:first-child {
      display: block;
    }
    .omb-tableros-container {
      width: 100%;
      max-width: 1140px;
    }
    .omb-tableros-content {
      display: flex;
      gap: 30px;
    }
    .omb-buscador-container {
      width: calc(100% - 257px) !important;
    }
    .omb-container .view-header {
      align-self: flex-end;
    }
    .omb-content {
      width: calc(100% - 297px - 30px);
    }
    .omb-card-tableros {
      width: 250px;
    }
    .omb-cards-container {
      width: 100%;
      place-items: start;
      grid-template-columns: repeat(3, 1fr);
    }
    .omb-titulo-section {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.75rem;
      color: var(--color-texto);
      font-family: "Montserrat", sans-serif;
      margin-top: 2rem;
      margin-bottom: 0.5rem;
    }
    .omb-parrafo-descripcion-section {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.875rem;
      color: var(--color-texto);
    }
  }
  /* FIN TABLEROS */
  /* ------------------------------------------------------- */
  /* LIBRO DE MAPAS */
  #block-mapas-inicio {
    .omb-mapa-container {
      max-width: 1140px;
      width: 100%;
    }
    .omb-titulo-libro-mapa-container,
    .omb-recursos-container {
      width: 100%;
      max-width: 1140px;
    }
    .omb-logo-libro-mapa img {
      width: 256px;
    }
    .omb-parrafo-descripcion-logo {
      width: 440px;
      font-size: 18px;
      line-height: 24px;
    }
    .omb-titulo-container-mapas {
      max-width: 540px;
    }
    .omb-map-card {
      max-width: 360px;
    }
    .omb-titulo-container {
      gap: 0;
      height: 48px;
      align-items: baseline;
    }
    .omb-card-recursos {
      width: 260px;
    }
  }
  /* FIN LIBRO DE MAPAS */
  /* ------------------------------------------------------- */
  /* PUBLICACIONES */
  #block-carrusel-interes-publicaciones {
    .omb-explora-publicaciones-container,
    .omb-categorias-publicaciones-container {
      width: 100%;
      max-width: 1140px;
      padding: 0 20px;
    }
    .omb-titulo-section {
      font-size: 2rem;
    }
    .omb-parrafo-descripcion-section {
      font-size: 1.25rem;
    }
    .omb-titulo-publicaciones {
      font-size: 1.5rem;
      margin-bottom: 16px;
    }
    .omb-swiper {
      width: 92%;
    }
    .omb-imagen-card-explorar-publicaciones img {
      height: 200px !important;
    }
    .omb-boton.omb-boton--primario {
      max-width: 100%;
      font-size: 16px;
    }
    .omb-categorias-publicaciones-container .omb-titulo-section {
      padding-top: 40px;
    }
    .omb-card--con-icono {
      width: 344px;
    }
  }
  /* FIN PUBLICACIONES */
  /* ------------------------------------------------------- */
  /* INDICADORES DE MOVILIDAD */
  #block-seccion-indicadores-movilidad {
    .omb-movilidad-container,
    .omb-titulo-container {
      width: 100%;
      max-width: 1140px;
    }
    .omb-cards-movilidad-container {
      width: calc(1140px - 30px - 297px);
    }
    .omb-sidebar-content {
      position: relative;
    }
    .view-indicadores {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .view-indicadores .view-header {
      align-self: end;
    }
    .omb-cards-movilidad-container .view-content {
      width: 100%;
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }

    .omb-card--pequeña {
      width: 250px;
    }
  }
  /* FIN INDICADORES DE MOVILIDAD */
  /* ------------------------------------------------------- */
  /* INDICADORES PLANES Y POLITICAS */
  #block-seccion-indicadores-planesypoliticas {
    .omb-indicadores-container {
      width: 100%;
      max-width: 1140px;
      padding: 0 20px;
    }
    .omb-cards-planes-politica-container .view-content {
      width: 100%;
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card--con-icono {
      width: 100%;
      max-width: 346px;
    }
  }
  /* FIN INDICADORES PLANES Y POLITICAS */
  /* ------------------------------------------------------- */
  /* ACTUALIDAD */
  #block-seccion-actualidad {
    .omb-boton-sidebar-mobile {
      display: none;
    }
    .omb-card-container {
      max-width: 1140px;
      width: 100%;
    }
    .omb-card-hero {
      width: 100%;
    }
    .omb-noticias-container {
      width: 100%;
      max-width: 1140px;
    }
    .omb-busqueda-container {
      flex-wrap: nowrap;
    }
    .omb-buscador-container {
      width: calc(100% - 257px) !important;
    }
    .omb-select {
      width: auto;
    }
    .omb-cards-noticias-container {
      width: calc(1140px - 297px - 30px);
    }
    .view-actualidad-bloque {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .view-actualidad-bloque .view-header {
      align-self: end;
    }
    .omb-cards-noticias-container .view-content {
      width: 100%;
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card.omb-card--pequeña {
      width: 100%;
      max-width: 250px;
    }
  }
  /* FIN ACTUALIDAD */
  /* ------------------------------------------------------- */
  /* COMUNIDAD */
  #block-seccion-comunidad {
    .omb-comunidad-container {
      width: 100%;
      max-width: 1140px;
      padding: 0 16px;
    }
    .view-comunidad {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-comunidad-container .view-content {
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      width: 100%;
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card {
      width: 100%;
      max-width: 100%;
    }
    .omb-card > img {
      width: 100%;
      height: 246px;
    }
  }
  /* FIN COMUNIDAD */
  /* TEMATICAS */
  #block-tematicas {
    .omb-filtro-tematica-container,
    .omb-tematicas-container {
      width: 100%;
      max-width: 1140px;
    }
    .omb-inputs-container {
      flex-direction: row;
      flex-wrap: nowrap;
    }
    .omb-opcion-selecionada {
      width: 280px;
    }
    .omb-cards-resultados-container .view-header {
      padding: 8px 20px 8px 0;
      box-sizing: border-box;
    }
    .omb-tematicas-container {
      width: 90%;
    }
    .omb-cards-resultados-container .view-content {
      width: 100%;
    }
    .language-json {
      display: none;
    }

    .js-pager__items {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  /* FIN TEMATICA */
  /* ENCUESTAS */
  #block-encuestas,
  #block-mitema-custommarkup-10,
  #block-informes-tecnicos-cosultoria,
  #block-arcticulos-investigaciones,
  #block-memorias {
    .omb-card-info-container {
      width: 100%;
      max-width: 1140px;
      padding: 0 16px;
    }
    .omb-card-info {
      display: flex;
      flex-direction: row;
      gap: 30px;
    }
    .omb-card-info > img {
      width: 480px;
      height: auto;
      border-radius: 16px;
      object-fit: contain;
    }
    .omb-container {
      width: 100%;
      max-width: 1140px;
      padding: 0 16px;
    }
    .omb-cards-container .views-element-container > div[class*="view-"] {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-container .view-content {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 346px));
      gap: 30px;
      width: 100%;
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card {
      max-width: 100%;
    }
    .omb-card-encuesta h5,
    .omb-card h5 {
      margin-top: 8px;
    }
  }
  /* FIN ENCUESTAS */
  /* INFOGRAFIAS */
  #block-mitema-custommarkup-8 {
    .omb-infografia-container {
      width: 100%;
      max-width: 1140px;
      padding: 0 16px;
    }
    .omb-boton-sidebar-mobile {
      display: none;
    }
    .omb-boton-sidebar--width {
      display: flex;
    }
    .omb-sidebar-container {
      display: block;
      position: relative;
    }
    .omb-sidebar-content {
      position: relative;
    }
    .omb-contenedor-derecho {
      width: 100%;
    }
    .omb-infografia-content {
      width: 100%;
      display: flex;
      gap: 30px;
    }
    .omb-busqueda-container {
      flex-wrap: nowrap;
    }
    .omb-buscador-container {
      width: calc(100% - 257px) !important;
    }
    .omb-select {
      width: auto;
    }
    .omb-div-infografia div[class*="view-infografias"] {
      display: flex;
      flex-direction: column;
      align-items: center;

      .view-header {
        align-self: flex-end;
      }
    }
    .omb-cards-infogracia-container .view-content {
      grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));

      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card-infografia {
      align-items: start;
    }
    .omb-card-infografia > img {
      width: 100px;
      height: auto;
      object-fit: contain;
    }
  }
  /* FIN INFOGRAFIAS */
  /* EVENTOS DE COMUNIDAD */
  #block-eventos-comunidad {
    .omb-subtitulo {
      font-size: 1.5rem;
      font-weight: 600;
    }
    .omb-comunidad-container {
      max-width: 1140px;
      width: 100%;
      padding: 0 16px;
    }
    .view-evento {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-eventos-container .view-content {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card {
      max-width: 348px;
    }
  }
  /* FIN EVENTOS COMUNIDAD */
  /* INVESTIGACIONES COMUNIDAD */
  #block-detalle-comunidad-investigaciones {
    .omb-comunidad-container {
      max-width: 1140px;
      width: 100%;
      padding: 0 16px;
    }
    .view-investigaciones {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-aplicaciones-comunidad-container .view-content {
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card {
      max-width: 100%;
    }
    .omb-titulo-card {
      margin-top: 0;
    }
  }
  /* APLICACIONES COMUNIDAD */
  #block-mitema-custommarkup-9 {
    .omb-comunidad-container {
      max-width: 1140px;
      width: 100%;
      padding: 0 16px;
    }
    .view-aplicaciones-de-movilidad {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-aplicaciones-comunidad-container .view-content {
      grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card.omb-card--horizontal {
      max-width: 100%;
      align-items: start;
    }
    .omb-card.omb-card--horizontal > img {
      width: 120px;
      height: auto;
      object-fit: contain;
    }
    .omb-card h5 {
      margin-bottom: 8px;
    }
    .omb-parrafo-card {
      margin-bottom: 8px;
    }
    .omb-enlaces {
      margin: 0 0 8px 0;
    }
  }
  /* FIN APLICACIONES COMUNIDAD */
  /* SITIOS RELACIONADOS COMUNIDAD */
  #block-detalle-comunidad-sitios-r {
    .omb-comunidad-container {
      max-width: 1140px;
      width: 100%;
      padding: 0 16px;
    }
    .view-sitios-relacionados {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .omb-cards-comunidad-container .view-content {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      > div {
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
      }
    }
    .omb-card {
      max-width: 100%;
    }
  }
}

/* sitemap */
#block-sitemap-omb {
  .omb-section {
    margin-bottom: 60px;
  }
  .omb-titulo-section {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 32px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    text-align: center;
  }
  #html-sitemap {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
  }

  #html-sitemap h3 {
    width: 100%;
    align-items: center;
    text-align: left;
    background-color: inherit;
    border-radius: 12px;
    min-height: 4.375rem;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s ease;
    border: 1px solid var(--color-fondo-seccion-intreres);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5rem;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 8px;
  }

  #html-sitemap h3::after {
    content: "▼"; /* flecha hacia abajo */
    position: absolute;
    right: 16px;
    font-size: 14px;
    transition: transform 0.3s ease;
    background-color: black;
    color: var(--color-enlace-hover);
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  #html-sitemap h3:hover,
  #html-sitemap h3.activo {
    background-color: var(--color-primario);
  }
  #html-sitemap h3.activo::after {
    transform: rotate(180deg); /* flecha hacia arriba */
  }

  #html-sitemap ul {
    list-style: none;
    padding: 0 16px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.3s ease;
    background: #f8f9fa;
    border-radius: 0 0 6px 6px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  #html-sitemap ul li {
    padding: 6px;
    box-sizing: border-box;
    border: 8px;
  }

  #html-sitemap ul li:nth-child(odd) {
    background-color: #ffffff; /* blanco */
  }

  #html-sitemap ul li:nth-child(even) {
    background-color: #f1f1f1; /* gris claro */
  }

  #html-sitemap ul li a {
    color: var(--color-enlace);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
  }

  #html-sitemap ul li a:hover {
    text-decoration: underline;
  }

  /* Estado abierto */
  #html-sitemap ul.open {
    padding: 10px 16px;
    max-height: 10000px;
  }
}

/* Select ocupando todo el contenedor y sin estilo nativo */
.omb-opcion-selecionada select {
  border-radius: 8px;
  padding: 5px 10px;
  height: 40px;
  font-family: "Work sans", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  border: 1px solid;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: var(--color-texto);
  position: relative;
}
.omb-opcion-selecionada {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
}
.icono-flecha-select {
  margin-left: 5px;
}

.ui-dialog {
  max-width: 425px !important;
  width: 100% !important;
  z-index: 10001 !important;
}

.node--type-pagina-politica-privacidad header {
  display: none;
}
.node__content {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.field--name-body {
  width: 90%;
  max-width: 1140px;
}
.node__content h1 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 32px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: var(--color-texto);
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.node__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #1b1b1b;
  margin: 0;
  font-family: "Work sans", sans-serif;
}

@media (760px < width < 1140px) {
  .node__content h1 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 44px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
}

@media (width >= 1140px) {
  .node__content h1 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 44px;
    color: var(--color-texto);
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
}

.omb-icono-limpiar-buscador {
  width: 20px !important;
  height: 20px !important;
  margin-right: 4px;
}

.omb-icono-limpiar-buscador--header {
  display: none;
}

.omb-icono-limpiar-buscador--tableros {
  display: none;
}

.omb-icono-limpiar-buscador--infografia {
  display: none;
}

.omb-icono-limpiar-buscador--movilidad {
  display: none;
}

.omb-icono-limpiar-buscador--actualidad {
  display: none;
}

#block-header-movil {
  padding: 0 !important;
  margin: 0;
  .omb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .omb-section--top-bar {
    padding: 0;
  }

  .omb-logo-container--top {
    width: 100%;
    background-color: #3266b1;
    display: flex;
    justify-content: center;
  }
  .omb-logo-govco-container-top {
    width: 90%;
    height: 3rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .omb-logo-govco {
    width: 8.438rem;
    height: 1.688rem;
  }
  .omb-nav-movil-container {
    transition: all 0.3s ease;
  }
  .omb-logo-omb-container {
    width: 100%;
    display: flex;
    align-items: center;
    height: 96px;
    justify-content: space-between;
    gap: 16px;
    background-color: #f0f0f0;
    box-sizing: border-box;
    padding: 0px 16px;
    position: relative;
    border-bottom: 2px solid var(--color-primario);
  }
  .omb-logo-omb-container > img {
    height: 40px;
    object-fit: contain;
  }
  .omb-buscador-container {
    border-radius: 8px;
    height: 40px;
    border: 1px solid var(--color-fondo-seccion-intreres);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: border 0.2s;
    overflow: hidden;
    padding-right: 4px;
    background-color: #fff;
  }
  .omb-logo-omb-container > p {
    margin: 0 !important;
  }
  .omb-buscador-container--escritorio {
    display: none;
    width: 280px;
  }

  .omb-input-buscar {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    width: 100%;
    font-family: "Work sans";
    font-size: 1rem;
    padding: 12px 16px;
    box-sizing: border-box;
    outline: none;
  }

  .omb-buscador-container:focus-within {
    border: 2px solid #000;
  }
  .omb-boton-buscar {
    background-color: var(--color-primario);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .omb-boton-buscar:hover {
    background-color: var(--color-secundario-hover);
    transform: scale(1.05);
  }

  .omb-header {
    width: 100%;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    z-index: 50;
  }
  .omb-icono-menu-boton {
    padding: 8px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    background-color: inherit;
  }
  .omb-icono-menu-boton:hover {
    transform: scale(1.01);
  }
  .omb-icono-menu-boton:hover .omb-nav {
    display: flex;
  }
  .omb-buscador-nav-mobile {
    box-sizing: border-box;
    padding: 16px;
  }
  .omb-nav {
    width: 100%;
    background-color: #f0f0f0;
    display: none;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    position: absolute;
    top: 96px;
    right: 0;
    border-bottom: 2px solid var(--color-primario);
  }
  .omb-lista-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .omb-lista-nav li a {
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid transparent;
    transition: all 0.3s ease;
    padding: 16px 28px;
    text-decoration: none;
    color: #1b1b1b;
    font-family: "Work sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .omb-lista-nav li a:hover {
    transform: scale(1.01);
  }
  .omb-lista-nav li a:hover {
    background-color: var(--color-primario);
  }

  .omb-lista-nav li a.activo,
  .omb-nav-item-indicadores.activo {
    background-color: var(--color-primario);
    color: #000 !important;
  }
  .omb-lista-nav li:last-child {
    border-right: none;
  }

  .omb-sub-nav {
    padding: 16px;
    background-color: white;
    border-radius: 8px;
    display: none;
  }
  .omb-nav-item-indicadores {
    text-decoration: none;
    color: #1b1b1b;
    font-family: "Work sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    width: auto;
    box-sizing: border-box;
    border-right: 1px solid transparent;
    transition: all 0.3s ease;
    padding: 16px 28px;
  }
  .omb-sub-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .omb-sub-nav li {
    padding: 0;
  }
  .omb-sub-nav li a {
    text-decoration: none;
    color: #1b1b1b;
    font-family: "Work sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (width < 1140px) {
  #block-header-govco,
  #navbar-main {
    display: none !important;
  }
}

@media (width >= 1140px) {
  #block-header-movil {
    display: none !important;
  }
}

/* user login */
form#user-login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  > * {
    width: 100% !important;
    max-width: 520px !important;
    align-self: center !important;
  }
  input {
    border-radius: 8px !important;
    background-color: #fff !important;
    transition: all 0.3s ease !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09) !important;
    border: 1px solid #3b3b3b !important;
    outline: none !important;
  }
  input:focus {
    border-color: var(--color-hover-secundario) !important;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1) !important;
  }
}
