:root {
  --gris: #545454;
  --amarillo: #fe0;
  --blue: #003b75;
  --light-blue: #2c89ff;
  --black: black;
  --white: white;
}

body {
  color: var(--gris);
  flex-flow: column;
  justify-content: space-between;
  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: 25px;
  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 #0003;
}

.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" 1fr
                 "Main-New Main-New" 1fr
                 "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(#0000, #0000009e 37%, #000 90%);
  border-radius: 20px;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.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;
  inset: 0%;
}

.date-news {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.place-news {
  margin-bottom: 0;
  font-size: 14px;
}

.title-news-h3 {
  color: var(--gris);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
}

.little-new-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 200px;
}

.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-info {
  flex-flow: column;
  display: flex;
}

.middle-new-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.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;
}

.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 #0003;
}

.text-span {
  border-bottom: 2px solid var(--amarillo);
}

.slider-item {
  width: 300px;
}

.slider-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 200px;
}

.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 #0003;
  margin-top: 0;
}

.nav-link-container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.close-open-lottie, .open-lottie {
  display: none;
}

.title-news-h2 {
  color: var(--gris);
}

.form-input-box {
  text-align: center;
  margin-bottom: 2em;
}

.form-label {
  text-shadow: 2px 2px 4px #0003;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
}

.text-field {
  color: var(--black);
  background-color: #2c89ff33;
  border: 3px solid #003b75;
  box-shadow: 3px 5px 8px 2px #0003;
}

.text-field-area {
  color: var(--black);
  background-color: #2c89ff33;
  border: 3px solid #003b75;
  box-shadow: 3px 5px 8px 2px #0003;
  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 #0003;
}

.link-block-news {
  color: #000;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.feature-img {
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}

.body {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

@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;
    inset: 0% 0% 0% 100vw;
  }

  .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;
    inset: 0% 0% auto auto;
  }

  .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;
  }
}

#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;
  }
}


