header .main-bar__logo {
  width: 240px;
  height: 100px;
}
header .main-bar__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-bar__logo a img {
  width: 240px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0px;
  max-height: 6rem;
  margin-top: -5px;
}
.hero .hero__title {
  color: rgb(23, 97, 172);
  line-height: 2.5rem;
}
.hero .button__secondary {
  background-color: rgb(0, 151, 65);
}
.hero__container {
  background-image: var(--hero-image);
}
.footer-content-custom {
  max-width: 800px;
  margin: auto;
  color: white;
  background-image: url(/decidim-packs/media/images/footer_home-66521f60c48f9a1e2159.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gestion-ie {
  max-width: 600px;
  margin: auto;
  color: white;
  background-color: #009740;
  padding: 0.6rem 2rem;
  border-radius: 0.2rem;
}
.gestion-ie [data-external-link=true] {
  display: none;
}
.footer-image-container-custom {
  background-image: url(/decidim-packs/media/images/new_footer_home-db37067f92e1478708e5.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 8rem 1rem;
  display: grid;
  grid-template-rows: 60% auto 30%;
}
.card__grid-img .card__proposal-placeholder-g {
  display: block !important;
}
@media (min-width: 768px) {
  [id*=dropdown-menu].order-by {
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767px) {
  .footer-image-container-custom {
    background-image: url(/decidim-packs/media/images/new_footer_home-db37067f92e1478708e5.png);
    background-size: cover;
    background-position: center top;
    min-height: 430px;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 3rem;
  }
  .container-custom {
    max-width: 100% !important;
    width: 100%;
    padding: 0 1.5rem;
  }
  .map-container-custom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .container-custom > img[alt=familia_aporte] {
    position: static !important;
    max-width: 240px !important;
    margin: 0 auto;
    display: block;
  }
  .map-container-custom > img[alt=img_home] {
    max-width: 280px !important;
  }
}
.main-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
  position: relative;
}
.main-title::after {
  content: "";
  position: absolute;
  bottom: -0.9rem;
  left: 0;
  width: 2.5rem;
  height: 4px;
  background-color: var(--tertiary);
  border-radius: 0px 0px 50px 50px;
}
.news-grid-container {
  max-width: 1200px;
  margin: 3rem auto;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.news-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.news-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card h3 {
  color: #000;
  font-size: 1.1rem;
  margin: 1rem;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}
@font-face {
  font-family: "OpenDyslexic3";
  src: url(/decidim-packs/media/images/OpenDyslexic-Regular-904b03b8ee84dff60d49.woff2) format("woff" 2), url(/decidim-packs/media/images/OpenDyslexic-Regular-faf7bb41c4bbb5a043ed.woff) format("woff");
}

/*# sourceMappingURL=decidim_overrides-85660753.css.map*/