:root {
  --gris: #545454;
  --amarillo: #fe0;
  --blue: #003b75;
  --light-blue: #2c89ff;
  --black: black;
  --white: white;
}

body {
  color: var(--gris);
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 39px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.footer {
  border-top: 9px solid var(--amarillo);
  padding: 25px 2rem;
  position: sticky;
  top: 100vh;
}

.hero {
  padding: 3rem 2rem;
}

.recommended {
  padding: 4rem 2rem;
}

.nav-link {
  color: var(--blue);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--blue);
  border-bottom: 2px solid #fe0;
  text-decoration: none;
}

.nav-menu {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search {
  background-color: var(--light-blue);
  color: #fff;
  border-radius: 10px 16px 16px 10px;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  height: 33px;
  padding-left: 18px;
  font-size: 13px;
  display: flex;
  box-shadow: 4px 3px 5px rgba(0, 0, 0, .2);
  cursor: pointer;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.magnifying-glasse-box {
  background-color: var(--blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 100%;
  display: flex;
}

.paragraph-search {
  margin-bottom: 0;
  font-size: 13px;
}

.navbar {
  border-bottom: 7px solid var(--blue);
  background-color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container.hero {
  padding-left: 0;
  padding-right: 0;
}

.grid-hero {
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  grid-template: "Main-New Main-New"
                 "Main-New Main-New"
                 "Medium-News Medium-News"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.main-new-box {
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  position: relative;
}

.main-new-cover {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.main-new-info {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .62) 37%, #000 90%);
  border-radius: 20px;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  width: 100%;
}

.main-new-title {
  color: #fff;
  font-size: 47px;
}

.main-new-date, .main-new-place {
  color: #fff;
  font-size: 26px;
}

.main-new-bg-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.date-news {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.place-news {
  margin-bottom: 0;
  font-size: 14px;
}

.title-news-h2 {
  color: var(--gris);
}

.title-news-h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
  color: var(--gris);
}

.little-new-img {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.little-new-cover {
  margin-bottom: 10px;
}

.middle-new-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.middle-new-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 280px;
}

.link-block {
  color: #000;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.blue-banner {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(90deg, #003874 8%, #0067b3 50%, #2c89ff 92%);
  padding: 1rem;
}

.banner-heading {
  font-size: 40px;
}

.line-divisor-vertical {
  background-color: #2c89ff;
  width: 2px;
  height: 30px;
}

.right-footer {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-container {
  justify-content: space-around;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-footer {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--light-blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.social-media-box-big {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-icon-big {
  width: 32px;
}

.hero-h1 {
  color: var(--gris);
  text-align: center;
  text-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}

.text-span {
  border-bottom: 2px solid var(--amarillo);
}

.slider-item {
  width: 300px;
}

.slider-img {
  object-fit: cover;
  border-radius: 20px;
  height: 200px;
  width: 100%;
}

.slider-img-box {
  margin-bottom: 10px;
}

.slider-item-heading {
  color: var(--gris);
  font-size: 22px;
}

.slider-container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.big-banner {
  height: 600px;
}

.section {
  padding: 4rem 2rem;
}

.section.sintoniza {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.noticias {
  padding-top: 2rem;
}

.big-banner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-center {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.sintoniza-box {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  align-items: center;
  max-width: 1091px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.noticias-container {
  padding-top: 2em;
}

.noticias-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.noticias-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.heading-municipio-noticias {
  color: var(--blue);
  text-shadow: 1px 4px 5px rgba(0, 0, 0, .2);
  margin-top: 0;
}

.nav-link-container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.close-open-lottie, .open-lottie {
  display: none;
}

.form-input-box {
  text-align: center;
  margin-bottom: 2em;
}

.form-label {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
}

.text-field {
  color: var(--black);
  background-color: rgba(44, 137, 255, .2);
  border: 3px solid #003b75;
  box-shadow: 3px 5px 8px 2px rgba(0, 0, 0, .2);
}

.text-field-area {
  color: var(--black);
  background-color: rgba(44, 137, 255, .2);
  border: 3px solid #003b75;
  box-shadow: 3px 5px 8px 2px rgba(0, 0, 0, .2);
  height: 260px !important;
}

.submit-button {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 20px;
  font-weight: 800;
  display: block;
  box-shadow: 6px 5px 8px -1px rgba(0, 0, 0, .2);
}

.link-block-news {
  color: #000;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.feature-img {
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    font-size: 40px;
    line-height: 1.2;
  }

  .social-media-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .social-media-icon {
    width: 45px;
  }

  .nav-menu {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    width: 100vw;
    height: 100vh;
    padding: 4rem 2rem;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 100vw;
    right: 0%;
  }

  .search {
    margin-left: auto;
  }

  .nav-container {
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-link-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .close-open-lottie {
    width: 65px;
    margin-top: 2em;
    margin-right: 2em;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .open-lottie {
    width: 32px;
    margin-left: 2em;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .grid-hero {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .middle-new-box {
    grid-template-columns: 1.5fr;
  }

  .footer-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .slider-container {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .social-media-box {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-logo {
    width: 128px;
  }

  .main-new-title {
    font-size: 29px;
    line-height: 1.2;
  }

  .little-new-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .middle-new-box {
    flex-flow: column;
    display: flex;
  }

  .description-news {
    font-size: 17px;
  }

  .left-footer {
    flex-flow: column;
  }

  .footer-link {
    font-size: 13px;
  }

  .nav-link-container {
    width: 100%;
  }

  .open-lottie {
    width: 48px;
  }

  .title-news-h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .section {
    padding: 2rem 2rem !important;
  }

  .hero {
    padding: 0rem;
  }

  h1 {
    font-size: 2em;
  }

  .banner-heading {
    font-size: 2em;
  }

  p {
    font-size: 20px;
  }
}

#w-node-a669dfbf-1593-5c63-a756-d3c61f8ce99f-948285e7, #w-node-_278ab074-e6fb-b7f4-87bc-a9b4847f448c-948285e7 {
  grid-area: Main-New;
}

#w-node-_50afcf49-2e51-72ee-3b83-631e2c880f8f-948285e7, #w-node-d261f71b-cf23-2739-fdfb-958bceb35521-948285e7 {
  grid-area: Medium-News;
}

@media screen and (max-width: 767px) {
  #w-node-a669dfbf-1593-5c63-a756-d3c61f8ce99f-948285e7, #w-node-_50afcf49-2e51-72ee-3b83-631e2c880f8f-948285e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a669dfbf-1593-5c63-a756-d3c61f8ce99f-948285e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* ********************  Card General Style styles******************** */


.kg-card figcaption {
  @include caption();
}

.kg-width-wide {
  width: 100%;

  @include mq($from: tablet) {
    width: calc(100vw - calc(var(--grid-margin) * 2));
    max-width: calc(var(--grid-width) - calc(var(--grid-margin) * 2));
  }
}

.kg-width-full {
  figcaption {
    padding-left: var(--space-16);
  }

  :is(video, .kg-image) {
    max-width: 100vw;
  }
}

/* ******************** END  Card General Style styles******************** */


.c-feature-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.kg-image {
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.kg-image-card {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  background-color: var(--color-background-secondary)
}

.kg-gallery-container {
  display: flex;
  flex-direction: column
}

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center
}

.kg-gallery-row:not(:first-of-type) {
  margin-top: var(--content-flow)
}

.kg-gallery-image {
  background-color: var(--color-background-secondary)
}

.kg-gallery-image:not(:first-of-type) {
  margin-left: var(--content-flow)
}

.kg-gallery-image img {
  width: 100%;
  height: 100%
}

.kg-embed-card {
  display: flex;
  align-items: center;
  flex-direction: column
}

.kg-embed-card iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: var(--ratio-16x9)
}

/* ******************** Post styles******************** */

/* Container */
.container-post {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

/* Category Styles */
.category {
  color: #1174cf; /* Example color for the category */
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.category a {
  text-decoration: none;
  color: black;
}

/* Title and Meta Information Styles */
.article-header .title {
  font-size: 2.5em;
  font-weight: bold;
  margin: 10px 0;
}

.article-header .description {
  font-size: 25px;
  margin: 10px 0 20px 0;
}

.article-header .meta-info {
  font-size: 0.9em;
  color: #888;
  margin-bottom: 20px;
}

.article-header .meta-info span {
  margin-right: 10px;
}

/* Social Share Icons */
.social-share {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.social-share a {
  margin-right: 10px;
  text-decoration: none;
  color: #000;
}

.social-share a:hover {
  color: #ff4500; /* Hover color for social icons */
}

/* Content Box Styles */
.content-box {
  font-size: 1em;
  color: #333;
  line-height: 1.8;
}

.content-box img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.content-box p {
  margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .article-header .title {
    font-size: 2em;
    line-height: 35px;
  }

  .article-header .description {
    font-size: 1em;
  }

  .social-share {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-share a {
    margin-bottom: 10px;
  }
}
/* Feature Image Styles */
.feature-image {
  margin: 20px 0;
}

.feature-image-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.feature-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-image-caption {
  font-size: 0.9em;
  color: #666;
  text-align: center;
  margin-top: 10px;
}
/* ******************** Progress Bar styles******************** */
.reading-progress {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 5px; /* Progress bar height */
  background: #c5d2d9; /* Progress bar background color */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* Hide default progress bar */
}

.reading-progress::-webkit-progress-bar {
  background-color: transparent;
}

.reading-progress::-webkit-progress-value {
  background: #2684f4; /* Progress bar color */
}

blockquote {
  font-style: italic;
  font-family: "Source Serif Pro",Georgia,serif;
  padding-left: 20px;
  font-size: 20px;
  line-height: 32px;
  border-left: 2px solid #003b75;
  margin-left: 0;
  margin-right: 0;
}

ul,ol {
  font-size: 20px;
  line-height: 1.2;
}

li {
  margin-bottom: 10px;
}