@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
.container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: var(--wp--style--root--padding-left, 1rem);
  width: 100%;
}

.container-fluid {
  width: 100%;
  padding-inline: var(--wp--style--root--padding-left, 1rem);
}

.grid {
  display: grid;
  gap: var(--wp--style--block-gap, 1.5rem);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767.98px) {
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  --gutter-x: var(--wp--style--block-gap, 1.5rem);
  --gutter-y: 0;
  margin-left: calc(-0.5 * var(--gutter-x));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-top: calc(-1 * var(--gutter-y));
}

[class*=col-] {
  flex: 1 0 0%;
  padding-left: calc(0.5 * var(--gutter-x));
  padding-right: calc(0.5 * var(--gutter-x));
  padding-top: var(--gutter-y);
}

.g-0 {
  --gutter-x: 0;
  --gutter-y: 0;
}

.g-1 {
  --gutter-x: 0.25rem;
  --gutter-y: 0.25rem;
}

.g-2 {
  --gutter-x: 0.5rem;
  --gutter-y: 0.5rem;
}

.g-3 {
  --gutter-x: 1rem;
  --gutter-y: 1rem;
}

.g-4 {
  --gutter-x: 1.5rem;
  --gutter-y: 1.5rem;
}

.g-5 {
  --gutter-x: 3rem;
  --gutter-y: 3rem;
}

.col-1 {
  flex-basis: 8.3333%;
  max-width: 8.3333%;
}

.col-2 {
  flex-basis: 16.6666%;
  max-width: 16.6666%;
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}

.col-5 {
  flex-basis: 41.6666%;
  max-width: 41.6666%;
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  flex-basis: 58.3333%;
  max-width: 58.3333%;
}

.col-8 {
  flex-basis: 66.6666%;
  max-width: 66.6666%;
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  flex-basis: 83.3333%;
  max-width: 83.3333%;
}

.col-11 {
  flex-basis: 91.6666%;
  max-width: 91.6666%;
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.d-none {
  display: none !important;
}

.d-xs-block {
  display: block !important;
}

.d-xs-flex {
  display: flex !important;
}

.d-xs-grid {
  display: grid !important;
}

.d-xs-none {
  display: none !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.justify-center {
  justify-content: center !important;
}

.align-center {
  align-items: center !important;
}

.m-auto {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mt-1 {
  margin-top: var(--wp--preset--spacing--20, 0.5rem) !important;
}

.mb-1 {
  margin-bottom: var(--wp--preset--spacing--20, 0.5rem) !important;
}

.pt-1 {
  padding-top: var(--wp--preset--spacing--20, 0.5rem) !important;
}

.pb-1 {
  padding-bottom: var(--wp--preset--spacing--20, 0.5rem) !important;
}

.mt-2 {
  margin-top: var(--wp--preset--spacing--40, 1rem) !important;
}

.mb-2 {
  margin-bottom: var(--wp--preset--spacing--40, 1rem) !important;
}

.pt-2 {
  padding-top: var(--wp--preset--spacing--40, 1rem) !important;
}

.pb-2 {
  padding-bottom: var(--wp--preset--spacing--40, 1rem) !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-layout-container,
.is-layout-container-sm,
.is-layout-container-md,
.is-layout-container-lg,
.is-layout-container-xl,
.is-layout-container-xxl,
.is-layout-container-fluid {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  .is-layout-container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .is-layout-container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .is-layout-container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .is-layout-container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .is-layout-container-xxl {
    max-width: 1320px;
  }
}
.is-layout-container {
  max-width: 960px;
}

.is-layout-container-fluid {
  max-width: 100%;
}

.banner-cabecera-gov {
  background-color: #08365A;
}

.banner-cabecera-gov .wp-block-image img,
.banner-cabecera-gov .wp-image-1 {
  max-height: 30px;
}

.site-info {
  background-color: #2C2C2C;
  color: #fff;
  display: flex;
  flex-direction: row;
  padding: 3em 0;
  border-top: 1px solid #2C2C2C;
  font-size: 16px;
  margin: 0;
}
.site-info .footer-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.site-info .footer-col-1 .footer-logo {
  display: flex;
  justify-content: center;
}
.site-info .footer-col-1 .footer-social-media {
  display: flex;
  list-style: none;
  justify-content: center;
}
.site-info .footer-col-1 .footer-social-media li {
  margin: 0.5em;
}
.site-info .footer-col-2, .site-info .footer-col-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.site-info .footer-col-3 .cpl-info-text {
  text-align: justify;
  padding-top: 2em;
}
.site-info .footer-col-3 a {
  text-decoration: none;
  color: #fff;
}
.site-info .footer-col-3 .logos-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-info .footer-col-3 .logos-links .cpl-bogota-gov {
  color: #fff;
  border-radius: 1em;
  border: 1px solid #fff;
  padding: 0.5em 1em;
  margin-right: 0.5em;
  text-decoration: none;
  display: block;
  height: max-content;
  font-weight: 800;
}

.footer-links-canal-capital {
  font-size: 14px;
}
.footer-links-canal-capital a {
  text-decoration: none;
}

.cptl-eureka-link-page {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cptl-eureka-link-page text-decoration:none img {
  height: 50px;
  width: auto;
}

.cptl-eureka-link-alive {
  font-family: "Belligan";
  position: relative;
  display: inline-block;
  padding: 0.3em 1.5em 0.3em 2.5em;
  background: linear-gradient(90deg, rgb(244, 49, 81) 0%, rgb(232, 155, 130) 100%);
  border-radius: 3em;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
}
.cptl-eureka-link-alive::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 5px);
  left: 15%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid white;
  background: linear-gradient(90deg, rgb(244, 49, 81) 0%, rgb(232, 155, 130) 100%);
  /* Opcional: Transición para un efecto suave */
  transition: all 0.3s ease;
}

.post-template-special-single,
.post-template-single-hero-sidebar,
.post-template-hero-single,
.post-template-default {
  background-color: #F5F5F5;
}
.post-template-special-single .single-hero,
.post-template-single-hero-sidebar .single-hero,
.post-template-hero-single .single-hero,
.post-template-default .single-hero {
  position: relative;
}
.post-template-special-single .single-hero .wp-block-post-terms a,
.post-template-single-hero-sidebar .single-hero .wp-block-post-terms a,
.post-template-hero-single .single-hero .wp-block-post-terms a,
.post-template-default .single-hero .wp-block-post-terms a {
  background-color: #0071AB;
  color: #ffffff;
  padding: 0.5em 1em;
  margin-right: 0.2em;
  text-decoration: none;
}
.post-template-special-single .single-hero .wp-block-post-terms .wp-block-post-terms__separator,
.post-template-single-hero-sidebar .single-hero .wp-block-post-terms .wp-block-post-terms__separator,
.post-template-hero-single .single-hero .wp-block-post-terms .wp-block-post-terms__separator,
.post-template-default .single-hero .wp-block-post-terms .wp-block-post-terms__separator {
  display: none;
}
.post-template-special-single .single-hero .wp-block-post-date,
.post-template-single-hero-sidebar .single-hero .wp-block-post-date,
.post-template-hero-single .single-hero .wp-block-post-date,
.post-template-default .single-hero .wp-block-post-date {
  margin: 0.5em 0;
  color: #A8A8A8;
}
.post-template-special-single .single-hero .wp-block-post-title,
.post-template-single-hero-sidebar .single-hero .wp-block-post-title,
.post-template-hero-single .single-hero .wp-block-post-title,
.post-template-default .single-hero .wp-block-post-title {
  color: #0071AB;
  font-weight: bold;
}
.post-template-special-single .single-hero .wp-block-post-excerpt p,
.post-template-single-hero-sidebar .single-hero .wp-block-post-excerpt p,
.post-template-hero-single .single-hero .wp-block-post-excerpt p,
.post-template-default .single-hero .wp-block-post-excerpt p {
  color: #606060;
  font-size: 1.2rem;
  font-weight: 500;
}
.post-template-special-single .single-hero .wp-block-post-author-label,
.post-template-special-single .single-hero .wp-block-post-author-name .wp-block-post-author-name__link,
.post-template-single-hero-sidebar .single-hero .wp-block-post-author-label,
.post-template-single-hero-sidebar .single-hero .wp-block-post-author-name .wp-block-post-author-name__link,
.post-template-hero-single .single-hero .wp-block-post-author-label,
.post-template-hero-single .single-hero .wp-block-post-author-name .wp-block-post-author-name__link,
.post-template-default .single-hero .wp-block-post-author-label,
.post-template-default .single-hero .wp-block-post-author-name .wp-block-post-author-name__link {
  color: #A8A8A8;
  font-size: 1rem;
  text-decoration: none;
}
.post-template-special-single .single-hero .wp-block-post-featured-image,
.post-template-single-hero-sidebar .single-hero .wp-block-post-featured-image,
.post-template-hero-single .single-hero .wp-block-post-featured-image,
.post-template-default .single-hero .wp-block-post-featured-image {
  max-height: 500px;
  overflow: hidden;
}
.post-template-special-single .single-hero .wp-block-post-featured-image img,
.post-template-single-hero-sidebar .single-hero .wp-block-post-featured-image img,
.post-template-hero-single .single-hero .wp-block-post-featured-image img,
.post-template-default .single-hero .wp-block-post-featured-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}
.post-template-special-single .single-hero-content,
.post-template-single-hero-sidebar .single-hero-content,
.post-template-hero-single .single-hero-content,
.post-template-default .single-hero-content {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  margin-top: -200px;
  position: relative;
  z-index: 1;
}
.post-template-special-single .single-hero-content .wp-block-post-title,
.post-template-single-hero-sidebar .single-hero-content .wp-block-post-title,
.post-template-hero-single .single-hero-content .wp-block-post-title,
.post-template-default .single-hero-content .wp-block-post-title {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.2;
}
.post-template-special-single .single-layout-container,
.post-template-single-hero-sidebar .single-layout-container,
.post-template-hero-single .single-layout-container,
.post-template-default .single-layout-container {
  display: flex;
  gap: var(--wp--preset--spacing--50);
  align-items: flex-start;
}
.post-template-special-single .single-main-content,
.post-template-single-hero-sidebar .single-main-content,
.post-template-hero-single .single-main-content,
.post-template-default .single-main-content {
  flex: 1 1 100%;
  min-width: 0;
}
@media (min-width: 992px) {
  .post-template-special-single .single-main-content,
  .post-template-single-hero-sidebar .single-main-content,
  .post-template-hero-single .single-main-content,
  .post-template-default .single-main-content {
    flex: 1 1 70%;
    max-width: 70%;
    top: 2rem;
  }
}
.post-template-special-single .single-main-content .wp-block-post-content,
.post-template-single-hero-sidebar .single-main-content .wp-block-post-content,
.post-template-hero-single .single-main-content .wp-block-post-content,
.post-template-default .single-main-content .wp-block-post-content {
  font-size: 1.125rem;
  line-height: 1.8;
}
.post-template-special-single .single-main-content .wp-block-post-content p,
.post-template-single-hero-sidebar .single-main-content .wp-block-post-content p,
.post-template-hero-single .single-main-content .wp-block-post-content p,
.post-template-default .single-main-content .wp-block-post-content p {
  margin-bottom: 1.5rem;
}
.post-template-special-single .single-main-content .wp-block-post-content h2, .post-template-special-single .single-main-content .wp-block-post-content h3, .post-template-special-single .single-main-content .wp-block-post-content h4, .post-template-special-single .single-main-content .wp-block-post-content h5, .post-template-special-single .single-main-content .wp-block-post-content h6,
.post-template-single-hero-sidebar .single-main-content .wp-block-post-content h2,
.post-template-single-hero-sidebar .single-main-content .wp-block-post-content h3,
.post-template-single-hero-sidebar .single-main-content .wp-block-post-content h4,
.post-template-single-hero-sidebar .single-main-content .wp-block-post-content h5,
.post-template-single-hero-sidebar .single-main-content .wp-block-post-content h6,
.post-template-hero-single .single-main-content .wp-block-post-content h2,
.post-template-hero-single .single-main-content .wp-block-post-content h3,
.post-template-hero-single .single-main-content .wp-block-post-content h4,
.post-template-hero-single .single-main-content .wp-block-post-content h5,
.post-template-hero-single .single-main-content .wp-block-post-content h6,
.post-template-default .single-main-content .wp-block-post-content h2,
.post-template-default .single-main-content .wp-block-post-content h3,
.post-template-default .single-main-content .wp-block-post-content h4,
.post-template-default .single-main-content .wp-block-post-content h5,
.post-template-default .single-main-content .wp-block-post-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.post-template-special-single .single-main-content .wp-block-post-content img,
.post-template-single-hero-sidebar .single-main-content .wp-block-post-content img,
.post-template-hero-single .single-main-content .wp-block-post-content img,
.post-template-default .single-main-content .wp-block-post-content img {
  max-width: 100%;
  height: auto;
}
.post-template-special-single .single-main-content .wp-block-post-content ul, .post-template-special-single .single-main-content .wp-block-post-content ol,
.post-template-single-hero-sidebar .single-main-content .wp-block-post-content ul,
.post-template-single-hero-sidebar .single-main-content .wp-block-post-content ol,
.post-template-hero-single .single-main-content .wp-block-post-content ul,
.post-template-hero-single .single-main-content .wp-block-post-content ol,
.post-template-default .single-main-content .wp-block-post-content ul,
.post-template-default .single-main-content .wp-block-post-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.post-template-special-single .single-main-content .wp-block-post-content ul li, .post-template-special-single .single-main-content .wp-block-post-content ol li,
.post-template-single-hero-sidebar .single-main-content .wp-block-post-content ul li,
.post-template-single-hero-sidebar .single-main-content .wp-block-post-content ol li,
.post-template-hero-single .single-main-content .wp-block-post-content ul li,
.post-template-hero-single .single-main-content .wp-block-post-content ol li,
.post-template-default .single-main-content .wp-block-post-content ul li,
.post-template-default .single-main-content .wp-block-post-content ol li {
  margin-bottom: 0.5rem;
}
.post-template-special-single .single-main-content .wp-block-post-terms,
.post-template-single-hero-sidebar .single-main-content .wp-block-post-terms,
.post-template-hero-single .single-main-content .wp-block-post-terms,
.post-template-default .single-main-content .wp-block-post-terms {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.post-template-special-single .single-main-content .wp-block-post-terms a,
.post-template-single-hero-sidebar .single-main-content .wp-block-post-terms a,
.post-template-hero-single .single-main-content .wp-block-post-terms a,
.post-template-default .single-main-content .wp-block-post-terms a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #f0f0f0;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.875rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  transition: background-color 0.3s ease;
}
.post-template-special-single .single-main-content .wp-block-post-terms a:hover,
.post-template-single-hero-sidebar .single-main-content .wp-block-post-terms a:hover,
.post-template-hero-single .single-main-content .wp-block-post-terms a:hover,
.post-template-default .single-main-content .wp-block-post-terms a:hover {
  background-color: #0779B3;
  color: #fff;
}
.post-template-special-single .single-sidebar,
.post-template-single-hero-sidebar .single-sidebar,
.post-template-hero-single .single-sidebar,
.post-template-default .single-sidebar {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .post-template-special-single .single-sidebar,
  .post-template-single-hero-sidebar .single-sidebar,
  .post-template-hero-single .single-sidebar,
  .post-template-default .single-sidebar {
    flex: 1 1 30%;
    max-width: 30%;
    position: sticky;
    top: 2rem;
  }
}
.post-template-special-single .single-sidebar .sidebar-content,
.post-template-single-hero-sidebar .single-sidebar .sidebar-content,
.post-template-hero-single .single-sidebar .sidebar-content,
.post-template-default .single-sidebar .sidebar-content {
  background-color: #EDEEED;
  border-radius: 8px;
}
.post-template-special-single .single-sidebar .sidebar-content .wp-block-heading,
.post-template-single-hero-sidebar .single-sidebar .sidebar-content .wp-block-heading,
.post-template-hero-single .single-sidebar .sidebar-content .wp-block-heading,
.post-template-default .single-sidebar .sidebar-content .wp-block-heading {
  color: #0779B3;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.post-template-special-single .single-sidebar .sidebar-content .wp-block-latest-posts,
.post-template-special-single .single-sidebar .sidebar-content .wp-block-categories,
.post-template-special-single .single-sidebar .sidebar-content .wp-block-tag-cloud,
.post-template-single-hero-sidebar .single-sidebar .sidebar-content .wp-block-latest-posts,
.post-template-single-hero-sidebar .single-sidebar .sidebar-content .wp-block-categories,
.post-template-single-hero-sidebar .single-sidebar .sidebar-content .wp-block-tag-cloud,
.post-template-hero-single .single-sidebar .sidebar-content .wp-block-latest-posts,
.post-template-hero-single .single-sidebar .sidebar-content .wp-block-categories,
.post-template-hero-single .single-sidebar .sidebar-content .wp-block-tag-cloud,
.post-template-default .single-sidebar .sidebar-content .wp-block-latest-posts,
.post-template-default .single-sidebar .sidebar-content .wp-block-categories,
.post-template-default .single-sidebar .sidebar-content .wp-block-tag-cloud {
  list-style: none;
  padding-left: 0;
}
.post-template-special-single .single-sidebar .sidebar-content .wp-block-latest-posts li,
.post-template-special-single .single-sidebar .sidebar-content .wp-block-categories li,
.post-template-special-single .single-sidebar .sidebar-content .wp-block-tag-cloud li,
.post-template-single-hero-sidebar .single-sidebar .sidebar-content .wp-block-latest-posts li,
.post-template-single-hero-sidebar .single-sidebar .sidebar-content .wp-block-categories li,
.post-template-single-hero-sidebar .single-sidebar .sidebar-content .wp-block-tag-cloud li,
.post-template-hero-single .single-sidebar .sidebar-content .wp-block-latest-posts li,
.post-template-hero-single .single-sidebar .sidebar-content .wp-block-categories li,
.post-template-hero-single .single-sidebar .sidebar-content .wp-block-tag-cloud li,
.post-template-default .single-sidebar .sidebar-content .wp-block-latest-posts li,
.post-template-default .single-sidebar .sidebar-content .wp-block-categories li,
.post-template-default .single-sidebar .sidebar-content .wp-block-tag-cloud li {
  margin-bottom: 0.5rem;
}
.post-template-special-single .single-sidebar .sidebar-content .wp-block-latest-posts li a,
.post-template-special-single .single-sidebar .sidebar-content .wp-block-categories li a,
.post-template-special-single .single-sidebar .sidebar-content .wp-block-tag-cloud li a,
.post-template-single-hero-sidebar .single-sidebar .sidebar-content .wp-block-latest-posts li a,
.post-template-single-hero-sidebar .single-sidebar .sidebar-content .wp-block-categories li a,
.post-template-single-hero-sidebar .single-sidebar .sidebar-content .wp-block-tag-cloud li a,
.post-template-hero-single .single-sidebar .sidebar-content .wp-block-latest-posts li a,
.post-template-hero-single .single-sidebar .sidebar-content .wp-block-categories li a,
.post-template-hero-single .single-sidebar .sidebar-content .wp-block-tag-cloud li a,
.post-template-default .single-sidebar .sidebar-content .wp-block-latest-posts li a,
.post-template-default .single-sidebar .sidebar-content .wp-block-categories li a,
.post-template-default .single-sidebar .sidebar-content .wp-block-tag-cloud li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}
.post-template-special-single .single-sidebar .sidebar-content .wp-block-latest-posts li a:hover,
.post-template-special-single .single-sidebar .sidebar-content .wp-block-categories li a:hover,
.post-template-special-single .single-sidebar .sidebar-content .wp-block-tag-cloud li a:hover,
.post-template-single-hero-sidebar .single-sidebar .sidebar-content .wp-block-latest-posts li a:hover,
.post-template-single-hero-sidebar .single-sidebar .sidebar-content .wp-block-categories li a:hover,
.post-template-single-hero-sidebar .single-sidebar .sidebar-content .wp-block-tag-cloud li a:hover,
.post-template-hero-single .single-sidebar .sidebar-content .wp-block-latest-posts li a:hover,
.post-template-hero-single .single-sidebar .sidebar-content .wp-block-categories li a:hover,
.post-template-hero-single .single-sidebar .sidebar-content .wp-block-tag-cloud li a:hover,
.post-template-default .single-sidebar .sidebar-content .wp-block-latest-posts li a:hover,
.post-template-default .single-sidebar .sidebar-content .wp-block-categories li a:hover,
.post-template-default .single-sidebar .sidebar-content .wp-block-tag-cloud li a:hover {
  color: #0779B3;
}
.post-template-special-single .single-sidebar .sidebar-content .wp-block-search,
.post-template-single-hero-sidebar .single-sidebar .sidebar-content .wp-block-search,
.post-template-hero-single .single-sidebar .sidebar-content .wp-block-search,
.post-template-default .single-sidebar .sidebar-content .wp-block-search {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .post-template-special-single .single-hero .wp-block-post-featured-image,
  .post-template-single-hero-sidebar .single-hero .wp-block-post-featured-image,
  .post-template-hero-single .single-hero .wp-block-post-featured-image,
  .post-template-default .single-hero .wp-block-post-featured-image {
    max-height: 300px;
  }
  .post-template-special-single .single-hero .wp-block-post-featured-image img,
  .post-template-single-hero-sidebar .single-hero .wp-block-post-featured-image img,
  .post-template-hero-single .single-hero .wp-block-post-featured-image img,
  .post-template-default .single-hero .wp-block-post-featured-image img {
    height: 300px;
  }
  .post-template-special-single .single-hero-content,
  .post-template-single-hero-sidebar .single-hero-content,
  .post-template-hero-single .single-hero-content,
  .post-template-default .single-hero-content {
    margin-top: -100px;
  }
  .post-template-special-single .single-hero-content .wp-block-post-title,
  .post-template-single-hero-sidebar .single-hero-content .wp-block-post-title,
  .post-template-hero-single .single-hero-content .wp-block-post-title,
  .post-template-default .single-hero-content .wp-block-post-title {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }
  .post-template-special-single .single-layout-container,
  .post-template-single-hero-sidebar .single-layout-container,
  .post-template-hero-single .single-layout-container,
  .post-template-default .single-layout-container {
    flex-direction: column;
    gap: var(--wp--preset--spacing--40);
  }
}
@media (max-width: 768px) {
  .post-template-special-single .single-content-wrapper,
  .post-template-single-hero-sidebar .single-content-wrapper,
  .post-template-hero-single .single-content-wrapper,
  .post-template-default .single-content-wrapper {
    padding-left: var(--wp--preset--spacing--40) !important;
    padding-right: var(--wp--preset--spacing--40) !important;
  }
  .post-template-special-single .single-main-content .wp-block-post-content,
  .post-template-single-hero-sidebar .single-main-content .wp-block-post-content,
  .post-template-hero-single .single-main-content .wp-block-post-content,
  .post-template-default .single-main-content .wp-block-post-content {
    font-size: 1rem;
  }
}
.post-template-special-single .addtoany_shortcode::before,
.post-template-single-hero-sidebar .addtoany_shortcode::before,
.post-template-hero-single .addtoany_shortcode::before,
.post-template-default .addtoany_shortcode::before {
  content: "Comparte";
  color: #0071AB;
  font-size: 0.9rem;
}
.post-template-special-single .addtoany_shortcode .a2a_kit .a2a_svg svg,
.post-template-single-hero-sidebar .addtoany_shortcode .a2a_kit .a2a_svg svg,
.post-template-hero-single .addtoany_shortcode .a2a_kit .a2a_svg svg,
.post-template-default .addtoany_shortcode .a2a_kit .a2a_svg svg {
  fill: #0071AB;
  stroke: #0071AB;
  display: none;
}
.post-template-special-single .addtoany_shortcode .a2a_kit a,
.post-template-single-hero-sidebar .addtoany_shortcode .a2a_kit a,
.post-template-hero-single .addtoany_shortcode .a2a_kit a,
.post-template-default .addtoany_shortcode .a2a_kit a {
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.post-template-special-single .addtoany_shortcode .a2a_kit a.a2a_button_facebook,
.post-template-single-hero-sidebar .addtoany_shortcode .a2a_kit a.a2a_button_facebook,
.post-template-hero-single .addtoany_shortcode .a2a_kit a.a2a_button_facebook,
.post-template-default .addtoany_shortcode .a2a_kit a.a2a_button_facebook {
  background-image: url("../images/icon_facebook_blue.svg");
}
.post-template-special-single .addtoany_shortcode .a2a_kit a.a2a_button_x,
.post-template-single-hero-sidebar .addtoany_shortcode .a2a_kit a.a2a_button_x,
.post-template-hero-single .addtoany_shortcode .a2a_kit a.a2a_button_x,
.post-template-default .addtoany_shortcode .a2a_kit a.a2a_button_x {
  background-image: url("../images/icon_x_blue.svg");
}
.post-template-special-single .addtoany_shortcode .a2a_kit a.a2a_button_whatsapp,
.post-template-single-hero-sidebar .addtoany_shortcode .a2a_kit a.a2a_button_whatsapp,
.post-template-hero-single .addtoany_shortcode .a2a_kit a.a2a_button_whatsapp,
.post-template-default .addtoany_shortcode .a2a_kit a.a2a_button_whatsapp {
  background-image: url("../images/icon_whatsapp_blue.svg");
}
.post-template-special-single .addtoany_shortcode .a2a_kit a.a2a_button_facebook_messenger,
.post-template-single-hero-sidebar .addtoany_shortcode .a2a_kit a.a2a_button_facebook_messenger,
.post-template-hero-single .addtoany_shortcode .a2a_kit a.a2a_button_facebook_messenger,
.post-template-default .addtoany_shortcode .a2a_kit a.a2a_button_facebook_messenger {
  background-image: url("../images/icon_messenger_blue.svg");
}
.post-template-special-single .addtoany_shortcode .a2a_kit a.a2a_dd addtoany_share_save addtoany_share,
.post-template-single-hero-sidebar .addtoany_shortcode .a2a_kit a.a2a_dd addtoany_share_save addtoany_share,
.post-template-hero-single .addtoany_shortcode .a2a_kit a.a2a_dd addtoany_share_save addtoany_share,
.post-template-default .addtoany_shortcode .a2a_kit a.a2a_dd addtoany_share_save addtoany_share {
  display: none;
}
.post-template-special-single .addtoany_shortcode .a2a_kit a:hover,
.post-template-single-hero-sidebar .addtoany_shortcode .a2a_kit a:hover,
.post-template-hero-single .addtoany_shortcode .a2a_kit a:hover,
.post-template-default .addtoany_shortcode .a2a_kit a:hover {
  background-repeat: no-repeat;
}
.post-template-special-single footer .site-info,
.post-template-single-hero-sidebar footer .site-info,
.post-template-hero-single footer .site-info,
.post-template-default footer .site-info {
  background-color: #222324;
}
.post-template-special-single footer .cptl-footer-info-gov,
.post-template-single-hero-sidebar footer .cptl-footer-info-gov,
.post-template-hero-single footer .cptl-footer-info-gov,
.post-template-default footer .cptl-footer-info-gov {
  background-color: #2378B9;
}
.post-template-special-single footer .cptl-footer-info-gov p, .post-template-special-single footer .cptl-footer-info-gov a,
.post-template-single-hero-sidebar footer .cptl-footer-info-gov p,
.post-template-single-hero-sidebar footer .cptl-footer-info-gov a,
.post-template-hero-single footer .cptl-footer-info-gov p,
.post-template-hero-single footer .cptl-footer-info-gov a,
.post-template-default footer .cptl-footer-info-gov p,
.post-template-default footer .cptl-footer-info-gov a {
  font-weight: bold;
}

@media (min-width: 992px) {
  .post-template-hero-single .single-main-content {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.post-template-eureka01-single-sidebar,
.post-template-eureka02-single-hero {
  background-color: #F5F5F5;
}
.post-template-eureka01-single-sidebar .single-hero,
.post-template-eureka02-single-hero .single-hero {
  position: relative;
}
.post-template-eureka01-single-sidebar .single-hero .wp-block-post-terms a,
.post-template-eureka02-single-hero .single-hero .wp-block-post-terms a {
  background-color: #5C2FEB;
  color: #ffffff;
  padding: 0.5em 1em;
  margin-right: 0.2em;
  text-decoration: none;
}
.post-template-eureka01-single-sidebar .single-hero .wp-block-post-terms .wp-block-post-terms__separator,
.post-template-eureka02-single-hero .single-hero .wp-block-post-terms .wp-block-post-terms__separator {
  display: none;
}
.post-template-eureka01-single-sidebar .single-hero .wp-block-post-date,
.post-template-eureka02-single-hero .single-hero .wp-block-post-date {
  margin: 0.5em 0;
  color: #A8A8A8;
}
.post-template-eureka01-single-sidebar .single-hero .wp-block-post-title,
.post-template-eureka02-single-hero .single-hero .wp-block-post-title {
  font-family: "Belligan";
  color: #F43151;
  font-weight: bold;
}
.post-template-eureka01-single-sidebar .single-hero .wp-block-post-excerpt p,
.post-template-eureka02-single-hero .single-hero .wp-block-post-excerpt p {
  color: #606060;
  font-size: 1.2rem;
  font-weight: 500;
}
.post-template-eureka01-single-sidebar .single-hero .wp-block-post-author-label,
.post-template-eureka01-single-sidebar .single-hero .wp-block-post-author-name .wp-block-post-author-name__link,
.post-template-eureka02-single-hero .single-hero .wp-block-post-author-label,
.post-template-eureka02-single-hero .single-hero .wp-block-post-author-name .wp-block-post-author-name__link {
  color: #A8A8A8;
  font-size: 1rem;
  text-decoration: none;
}
.post-template-eureka01-single-sidebar .single-hero .wp-block-post-featured-image,
.post-template-eureka02-single-hero .single-hero .wp-block-post-featured-image {
  max-height: 500px;
  overflow: hidden;
}
.post-template-eureka01-single-sidebar .single-hero .wp-block-post-featured-image img,
.post-template-eureka02-single-hero .single-hero .wp-block-post-featured-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}
.post-template-eureka01-single-sidebar .single-hero-content,
.post-template-eureka02-single-hero .single-hero-content {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  margin-top: -200px;
  position: relative;
  z-index: 1;
}
.post-template-eureka01-single-sidebar .single-hero-content .wp-block-post-title,
.post-template-eureka02-single-hero .single-hero-content .wp-block-post-title {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.2;
}
.post-template-eureka01-single-sidebar .single-layout-container,
.post-template-eureka02-single-hero .single-layout-container {
  display: flex;
  gap: var(--wp--preset--spacing--50);
  align-items: flex-start;
}
.post-template-eureka01-single-sidebar .single-main-content,
.post-template-eureka02-single-hero .single-main-content {
  flex: 1 1 100%;
  min-width: 0;
}
@media (min-width: 992px) {
  .post-template-eureka01-single-sidebar .single-main-content,
  .post-template-eureka02-single-hero .single-main-content {
    flex: 1 1 70%;
    max-width: 70%;
    top: 2rem;
  }
}
.post-template-eureka01-single-sidebar .single-main-content .wp-block-post-content,
.post-template-eureka02-single-hero .single-main-content .wp-block-post-content {
  font-size: 1.125rem;
  line-height: 1.8;
}
.post-template-eureka01-single-sidebar .single-main-content .wp-block-post-content p,
.post-template-eureka02-single-hero .single-main-content .wp-block-post-content p {
  margin-bottom: 1.5rem;
}
.post-template-eureka01-single-sidebar .single-main-content .wp-block-post-content h2, .post-template-eureka01-single-sidebar .single-main-content .wp-block-post-content h3, .post-template-eureka01-single-sidebar .single-main-content .wp-block-post-content h4, .post-template-eureka01-single-sidebar .single-main-content .wp-block-post-content h5, .post-template-eureka01-single-sidebar .single-main-content .wp-block-post-content h6,
.post-template-eureka02-single-hero .single-main-content .wp-block-post-content h2,
.post-template-eureka02-single-hero .single-main-content .wp-block-post-content h3,
.post-template-eureka02-single-hero .single-main-content .wp-block-post-content h4,
.post-template-eureka02-single-hero .single-main-content .wp-block-post-content h5,
.post-template-eureka02-single-hero .single-main-content .wp-block-post-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.post-template-eureka01-single-sidebar .single-main-content .wp-block-post-content img,
.post-template-eureka02-single-hero .single-main-content .wp-block-post-content img {
  max-width: 100%;
  height: auto;
}
.post-template-eureka01-single-sidebar .single-main-content .wp-block-post-content ul, .post-template-eureka01-single-sidebar .single-main-content .wp-block-post-content ol,
.post-template-eureka02-single-hero .single-main-content .wp-block-post-content ul,
.post-template-eureka02-single-hero .single-main-content .wp-block-post-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.post-template-eureka01-single-sidebar .single-main-content .wp-block-post-content ul li, .post-template-eureka01-single-sidebar .single-main-content .wp-block-post-content ol li,
.post-template-eureka02-single-hero .single-main-content .wp-block-post-content ul li,
.post-template-eureka02-single-hero .single-main-content .wp-block-post-content ol li {
  margin-bottom: 0.5rem;
}
.post-template-eureka01-single-sidebar .single-main-content .wp-block-post-terms,
.post-template-eureka02-single-hero .single-main-content .wp-block-post-terms {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.post-template-eureka01-single-sidebar .single-main-content .wp-block-post-terms a,
.post-template-eureka02-single-hero .single-main-content .wp-block-post-terms a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #f0f0f0;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.875rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  transition: background-color 0.3s ease;
}
.post-template-eureka01-single-sidebar .single-main-content .wp-block-post-terms a:hover,
.post-template-eureka02-single-hero .single-main-content .wp-block-post-terms a:hover {
  background-color: #0779B3;
  color: #fff;
}
.post-template-eureka01-single-sidebar .single-sidebar,
.post-template-eureka02-single-hero .single-sidebar {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .post-template-eureka01-single-sidebar .single-sidebar,
  .post-template-eureka02-single-hero .single-sidebar {
    flex: 1 1 30%;
    max-width: 30%;
    position: sticky;
    top: 2rem;
  }
}
.post-template-eureka01-single-sidebar .single-sidebar .sidebar-content,
.post-template-eureka02-single-hero .single-sidebar .sidebar-content {
  background-color: #EDEEED;
  border-radius: 8px;
}
.post-template-eureka01-single-sidebar .single-sidebar .sidebar-content .wp-block-heading,
.post-template-eureka02-single-hero .single-sidebar .sidebar-content .wp-block-heading {
  color: #0779B3;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.post-template-eureka01-single-sidebar .single-sidebar .sidebar-content .wp-block-latest-posts,
.post-template-eureka01-single-sidebar .single-sidebar .sidebar-content .wp-block-categories,
.post-template-eureka01-single-sidebar .single-sidebar .sidebar-content .wp-block-tag-cloud,
.post-template-eureka02-single-hero .single-sidebar .sidebar-content .wp-block-latest-posts,
.post-template-eureka02-single-hero .single-sidebar .sidebar-content .wp-block-categories,
.post-template-eureka02-single-hero .single-sidebar .sidebar-content .wp-block-tag-cloud {
  list-style: none;
  padding-left: 0;
}
.post-template-eureka01-single-sidebar .single-sidebar .sidebar-content .wp-block-latest-posts li,
.post-template-eureka01-single-sidebar .single-sidebar .sidebar-content .wp-block-categories li,
.post-template-eureka01-single-sidebar .single-sidebar .sidebar-content .wp-block-tag-cloud li,
.post-template-eureka02-single-hero .single-sidebar .sidebar-content .wp-block-latest-posts li,
.post-template-eureka02-single-hero .single-sidebar .sidebar-content .wp-block-categories li,
.post-template-eureka02-single-hero .single-sidebar .sidebar-content .wp-block-tag-cloud li {
  margin-bottom: 0.5rem;
}
.post-template-eureka01-single-sidebar .single-sidebar .sidebar-content .wp-block-latest-posts li a,
.post-template-eureka01-single-sidebar .single-sidebar .sidebar-content .wp-block-categories li a,
.post-template-eureka01-single-sidebar .single-sidebar .sidebar-content .wp-block-tag-cloud li a,
.post-template-eureka02-single-hero .single-sidebar .sidebar-content .wp-block-latest-posts li a,
.post-template-eureka02-single-hero .single-sidebar .sidebar-content .wp-block-categories li a,
.post-template-eureka02-single-hero .single-sidebar .sidebar-content .wp-block-tag-cloud li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}
.post-template-eureka01-single-sidebar .single-sidebar .sidebar-content .wp-block-latest-posts li a:hover,
.post-template-eureka01-single-sidebar .single-sidebar .sidebar-content .wp-block-categories li a:hover,
.post-template-eureka01-single-sidebar .single-sidebar .sidebar-content .wp-block-tag-cloud li a:hover,
.post-template-eureka02-single-hero .single-sidebar .sidebar-content .wp-block-latest-posts li a:hover,
.post-template-eureka02-single-hero .single-sidebar .sidebar-content .wp-block-categories li a:hover,
.post-template-eureka02-single-hero .single-sidebar .sidebar-content .wp-block-tag-cloud li a:hover {
  color: #0779B3;
}
.post-template-eureka01-single-sidebar .single-sidebar .sidebar-content .wp-block-search,
.post-template-eureka02-single-hero .single-sidebar .sidebar-content .wp-block-search {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .post-template-eureka01-single-sidebar .single-hero .wp-block-post-featured-image,
  .post-template-eureka02-single-hero .single-hero .wp-block-post-featured-image {
    max-height: 300px;
  }
  .post-template-eureka01-single-sidebar .single-hero .wp-block-post-featured-image img,
  .post-template-eureka02-single-hero .single-hero .wp-block-post-featured-image img {
    height: 300px;
  }
  .post-template-eureka01-single-sidebar .single-hero-content,
  .post-template-eureka02-single-hero .single-hero-content {
    margin-top: -100px;
  }
  .post-template-eureka01-single-sidebar .single-hero-content .wp-block-post-title,
  .post-template-eureka02-single-hero .single-hero-content .wp-block-post-title {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }
  .post-template-eureka01-single-sidebar .single-layout-container,
  .post-template-eureka02-single-hero .single-layout-container {
    flex-direction: column;
    gap: var(--wp--preset--spacing--40);
  }
}
@media (max-width: 768px) {
  .post-template-eureka01-single-sidebar .single-content-wrapper,
  .post-template-eureka02-single-hero .single-content-wrapper {
    padding-left: var(--wp--preset--spacing--40) !important;
    padding-right: var(--wp--preset--spacing--40) !important;
  }
  .post-template-eureka01-single-sidebar .single-main-content .wp-block-post-content,
  .post-template-eureka02-single-hero .single-main-content .wp-block-post-content {
    font-size: 1rem;
  }
}
.post-template-eureka01-single-sidebar .addtoany_shortcode::before,
.post-template-eureka02-single-hero .addtoany_shortcode::before {
  content: "Comparte";
  color: #0071AB;
  font-size: 0.9rem;
}
.post-template-eureka01-single-sidebar .addtoany_shortcode .a2a_kit .a2a_svg svg,
.post-template-eureka02-single-hero .addtoany_shortcode .a2a_kit .a2a_svg svg {
  fill: #0071AB;
  stroke: #0071AB;
  display: none;
}
.post-template-eureka01-single-sidebar .addtoany_shortcode .a2a_kit a,
.post-template-eureka02-single-hero .addtoany_shortcode .a2a_kit a {
  background-color: #27C9C9;
  width: 32px;
  height: 32px;
  padding: 2px;
  border-radius: 50%;
  margin-right: 0.2em;
}
.post-template-eureka01-single-sidebar .addtoany_shortcode .a2a_kit a .a2a_svg,
.post-template-eureka02-single-hero .addtoany_shortcode .a2a_kit a .a2a_svg {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.post-template-eureka01-single-sidebar .addtoany_shortcode .a2a_kit a.a2a_button_facebook .a2a_svg,
.post-template-eureka02-single-hero .addtoany_shortcode .a2a_kit a.a2a_button_facebook .a2a_svg {
  background-image: url("../images/rk_icon_facebook_blue.svg");
}
.post-template-eureka01-single-sidebar .addtoany_shortcode .a2a_kit a.a2a_button_x .a2a_svg,
.post-template-eureka02-single-hero .addtoany_shortcode .a2a_kit a.a2a_button_x .a2a_svg {
  background-image: url("../images/rk_icon_x_blue.svg");
}
.post-template-eureka01-single-sidebar .addtoany_shortcode .a2a_kit a.a2a_button_whatsapp .a2a_svg,
.post-template-eureka02-single-hero .addtoany_shortcode .a2a_kit a.a2a_button_whatsapp .a2a_svg {
  background-image: url("../images/rk_icon_whatsapp_blue.svg");
}
.post-template-eureka01-single-sidebar .addtoany_shortcode .a2a_kit a.a2a_button_facebook_messenger .a2a_svg,
.post-template-eureka02-single-hero .addtoany_shortcode .a2a_kit a.a2a_button_facebook_messenger .a2a_svg {
  background-image: url("../images/rk_icon_messenger_blue.svg");
}
.post-template-eureka01-single-sidebar .addtoany_shortcode .a2a_kit a.a2a_dd.addtoany_share_save,
.post-template-eureka02-single-hero .addtoany_shortcode .a2a_kit a.a2a_dd.addtoany_share_save {
  display: none;
}
.post-template-eureka01-single-sidebar .addtoany_shortcode .a2a_kit a:hover,
.post-template-eureka02-single-hero .addtoany_shortcode .a2a_kit a:hover {
  background-color: #27C9C9;
  background-repeat: no-repeat;
}
.post-template-eureka01-single-sidebar footer .site-info,
.post-template-eureka02-single-hero footer .site-info {
  background-color: #234CE1;
}
.post-template-eureka01-single-sidebar footer .cptl-footer-info-gov,
.post-template-eureka02-single-hero footer .cptl-footer-info-gov {
  background-color: #20BCB8;
}
.post-template-eureka01-single-sidebar footer .cptl-footer-info-gov p, .post-template-eureka01-single-sidebar footer .cptl-footer-info-gov a,
.post-template-eureka02-single-hero footer .cptl-footer-info-gov p,
.post-template-eureka02-single-hero footer .cptl-footer-info-gov a {
  font-weight: bold;
}

@media (min-width: 992px) {
  .post-template-eureka02-single-hero .single-main-content {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.talento-template-default,
.programa-template-default {
  background-color: #F5F5F5;
}
.talento-template-default .wp-site-blocks,
.programa-template-default .wp-site-blocks {
  position: relative;
}
.talento-template-default .wp-site-blocks .wp-block-post-terms a,
.programa-template-default .wp-site-blocks .wp-block-post-terms a {
  background-color: #0071AB;
  color: #ffffff;
  padding: 0.5em 1em;
  margin-right: 0.2em;
  text-decoration: none;
}
.talento-template-default .wp-site-blocks .wp-block-post-terms .wp-block-post-terms__separator,
.programa-template-default .wp-site-blocks .wp-block-post-terms .wp-block-post-terms__separator {
  display: none;
}
.talento-template-default .wp-site-blocks .wp-block-post-date,
.programa-template-default .wp-site-blocks .wp-block-post-date {
  margin: 0.5em 0;
  color: #A8A8A8;
}
.talento-template-default .wp-site-blocks .wp-block-post-title,
.programa-template-default .wp-site-blocks .wp-block-post-title {
  color: #FF4D1E;
  font-weight: bold;
  padding-top: 1em;
}
.talento-template-default .wp-site-blocks .wp-block-post-excerpt p,
.programa-template-default .wp-site-blocks .wp-block-post-excerpt p {
  color: #606060;
  font-size: 1.2rem;
  font-weight: 500;
}
.talento-template-default .wp-site-blocks .wp-block-post-author-label,
.talento-template-default .wp-site-blocks .wp-block-post-author-name .wp-block-post-author-name__link,
.programa-template-default .wp-site-blocks .wp-block-post-author-label,
.programa-template-default .wp-site-blocks .wp-block-post-author-name .wp-block-post-author-name__link {
  color: #A8A8A8;
  font-size: 1rem;
  text-decoration: none;
}
.talento-template-default .wp-site-blocks .gr-head-hero,
.programa-template-default .wp-site-blocks .gr-head-hero {
  padding-top: 2em;
}
.talento-template-default .wp-site-blocks .wp-block-post-featured-image,
.programa-template-default .wp-site-blocks .wp-block-post-featured-image {
  overflow: hidden;
}
.talento-template-default .wp-site-blocks .wp-block-post-featured-image img,
.programa-template-default .wp-site-blocks .wp-block-post-featured-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}
.talento-template-default .wp-site-blocks-content,
.programa-template-default .wp-site-blocks-content {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  margin-top: -200px;
  position: relative;
  z-index: 1;
}
.talento-template-default .wp-site-blocks-content .wp-block-post-title,
.programa-template-default .wp-site-blocks-content .wp-block-post-title {
  color: #FF4D1E;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.2;
}
.talento-template-default .single-layout-container,
.programa-template-default .single-layout-container {
  display: flex;
  gap: var(--wp--preset--spacing--50);
  align-items: flex-start;
}
.talento-template-default .single-main-content,
.programa-template-default .single-main-content {
  flex: 1 1 100%;
  min-width: 0;
}
@media (min-width: 992px) {
  .talento-template-default .single-main-content,
  .programa-template-default .single-main-content {
    flex: 1 1 70%;
    max-width: 70%;
    top: 2rem;
  }
}
.talento-template-default .single-main-content .wp-block-post-content,
.programa-template-default .single-main-content .wp-block-post-content {
  font-size: 1.125rem;
  line-height: 1.8;
}
.talento-template-default .single-main-content .wp-block-post-content p,
.programa-template-default .single-main-content .wp-block-post-content p {
  margin-bottom: 1.5rem;
}
.talento-template-default .single-main-content .wp-block-post-content h2, .talento-template-default .single-main-content .wp-block-post-content h3, .talento-template-default .single-main-content .wp-block-post-content h4, .talento-template-default .single-main-content .wp-block-post-content h5, .talento-template-default .single-main-content .wp-block-post-content h6,
.programa-template-default .single-main-content .wp-block-post-content h2,
.programa-template-default .single-main-content .wp-block-post-content h3,
.programa-template-default .single-main-content .wp-block-post-content h4,
.programa-template-default .single-main-content .wp-block-post-content h5,
.programa-template-default .single-main-content .wp-block-post-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.talento-template-default .single-main-content .wp-block-post-content img,
.programa-template-default .single-main-content .wp-block-post-content img {
  max-width: 100%;
  height: auto;
}
.talento-template-default .single-main-content .wp-block-post-content ul, .talento-template-default .single-main-content .wp-block-post-content ol,
.programa-template-default .single-main-content .wp-block-post-content ul,
.programa-template-default .single-main-content .wp-block-post-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.talento-template-default .single-main-content .wp-block-post-content ul li, .talento-template-default .single-main-content .wp-block-post-content ol li,
.programa-template-default .single-main-content .wp-block-post-content ul li,
.programa-template-default .single-main-content .wp-block-post-content ol li {
  margin-bottom: 0.5rem;
}
.talento-template-default .single-main-content .wp-block-post-terms,
.programa-template-default .single-main-content .wp-block-post-terms {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.talento-template-default .single-main-content .wp-block-post-terms a,
.programa-template-default .single-main-content .wp-block-post-terms a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #f0f0f0;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.875rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  transition: background-color 0.3s ease;
}
.talento-template-default .single-main-content .wp-block-post-terms a:hover,
.programa-template-default .single-main-content .wp-block-post-terms a:hover {
  background-color: #0779B3;
  color: #fff;
}
.talento-template-default .single-sidebar,
.programa-template-default .single-sidebar {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .talento-template-default .single-sidebar,
  .programa-template-default .single-sidebar {
    flex: 1 1 30%;
    max-width: 30%;
    position: sticky;
    top: 2rem;
  }
}
.talento-template-default .single-sidebar .sidebar-content,
.programa-template-default .single-sidebar .sidebar-content {
  background-color: #EDEEED;
  border-radius: 8px;
}
.talento-template-default .single-sidebar .sidebar-content .wp-block-heading,
.programa-template-default .single-sidebar .sidebar-content .wp-block-heading {
  color: #0779B3;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.talento-template-default .single-sidebar .sidebar-content .wp-block-latest-posts,
.talento-template-default .single-sidebar .sidebar-content .wp-block-categories,
.talento-template-default .single-sidebar .sidebar-content .wp-block-tag-cloud,
.programa-template-default .single-sidebar .sidebar-content .wp-block-latest-posts,
.programa-template-default .single-sidebar .sidebar-content .wp-block-categories,
.programa-template-default .single-sidebar .sidebar-content .wp-block-tag-cloud {
  list-style: none;
  padding-left: 0;
}
.talento-template-default .single-sidebar .sidebar-content .wp-block-latest-posts li,
.talento-template-default .single-sidebar .sidebar-content .wp-block-categories li,
.talento-template-default .single-sidebar .sidebar-content .wp-block-tag-cloud li,
.programa-template-default .single-sidebar .sidebar-content .wp-block-latest-posts li,
.programa-template-default .single-sidebar .sidebar-content .wp-block-categories li,
.programa-template-default .single-sidebar .sidebar-content .wp-block-tag-cloud li {
  margin-bottom: 0.5rem;
}
.talento-template-default .single-sidebar .sidebar-content .wp-block-latest-posts li a,
.talento-template-default .single-sidebar .sidebar-content .wp-block-categories li a,
.talento-template-default .single-sidebar .sidebar-content .wp-block-tag-cloud li a,
.programa-template-default .single-sidebar .sidebar-content .wp-block-latest-posts li a,
.programa-template-default .single-sidebar .sidebar-content .wp-block-categories li a,
.programa-template-default .single-sidebar .sidebar-content .wp-block-tag-cloud li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}
.talento-template-default .single-sidebar .sidebar-content .wp-block-latest-posts li a:hover,
.talento-template-default .single-sidebar .sidebar-content .wp-block-categories li a:hover,
.talento-template-default .single-sidebar .sidebar-content .wp-block-tag-cloud li a:hover,
.programa-template-default .single-sidebar .sidebar-content .wp-block-latest-posts li a:hover,
.programa-template-default .single-sidebar .sidebar-content .wp-block-categories li a:hover,
.programa-template-default .single-sidebar .sidebar-content .wp-block-tag-cloud li a:hover {
  color: #0779B3;
}
.talento-template-default .single-sidebar .sidebar-content .wp-block-search,
.programa-template-default .single-sidebar .sidebar-content .wp-block-search {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .talento-template-default .single-hero .wp-block-post-featured-image,
  .programa-template-default .single-hero .wp-block-post-featured-image {
    max-height: 300px;
  }
  .talento-template-default .single-hero .wp-block-post-featured-image img,
  .programa-template-default .single-hero .wp-block-post-featured-image img {
    height: 300px;
  }
  .talento-template-default .single-hero-content,
  .programa-template-default .single-hero-content {
    margin-top: -100px;
  }
  .talento-template-default .single-hero-content .wp-block-post-title,
  .programa-template-default .single-hero-content .wp-block-post-title {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }
  .talento-template-default .single-layout-container,
  .programa-template-default .single-layout-container {
    flex-direction: column;
    gap: var(--wp--preset--spacing--40);
  }
}
@media (max-width: 768px) {
  .talento-template-default .single-content-wrapper,
  .programa-template-default .single-content-wrapper {
    padding-left: var(--wp--preset--spacing--40) !important;
    padding-right: var(--wp--preset--spacing--40) !important;
  }
  .talento-template-default .single-main-content .wp-block-post-content,
  .programa-template-default .single-main-content .wp-block-post-content {
    font-size: 1rem;
  }
}
.talento-template-default .addtoany_shortcode::before,
.programa-template-default .addtoany_shortcode::before {
  content: "Comparte";
  color: #FF4D1E;
  font-size: 0.9rem;
}
.talento-template-default .addtoany_shortcode .a2a_kit .a2a_svg svg,
.programa-template-default .addtoany_shortcode .a2a_kit .a2a_svg svg {
  fill: #FF4D1E;
  stroke: #FF4D1E;
  display: none;
}
.talento-template-default .addtoany_shortcode .a2a_kit a,
.programa-template-default .addtoany_shortcode .a2a_kit a {
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.talento-template-default .addtoany_shortcode .a2a_kit a.a2a_button_facebook,
.programa-template-default .addtoany_shortcode .a2a_kit a.a2a_button_facebook {
  background-image: url("../images/icon_facebook_orange.svg");
}
.talento-template-default .addtoany_shortcode .a2a_kit a.a2a_button_x,
.programa-template-default .addtoany_shortcode .a2a_kit a.a2a_button_x {
  background-image: url("../images/icon_x_orange.svg");
}
.talento-template-default .addtoany_shortcode .a2a_kit a.a2a_button_whatsapp,
.programa-template-default .addtoany_shortcode .a2a_kit a.a2a_button_whatsapp {
  background-image: url("../images/icon_whatsapp_orange.svg");
}
.talento-template-default .addtoany_shortcode .a2a_kit a.a2a_button_facebook_messenger,
.programa-template-default .addtoany_shortcode .a2a_kit a.a2a_button_facebook_messenger {
  background-image: url("../images/icon_messenger_orange.svg");
}
.talento-template-default .addtoany_shortcode .a2a_kit a.a2a_dd addtoany_share_save addtoany_share,
.programa-template-default .addtoany_shortcode .a2a_kit a.a2a_dd addtoany_share_save addtoany_share {
  display: none;
}
.talento-template-default .addtoany_shortcode .a2a_kit a:hover,
.programa-template-default .addtoany_shortcode .a2a_kit a:hover {
  background-repeat: no-repeat;
}
.talento-template-default footer .site-info,
.programa-template-default footer .site-info {
  background-color: #222324;
}
.talento-template-default footer .cptl-footer-info-gov,
.programa-template-default footer .cptl-footer-info-gov {
  background-color: #2378B9;
}
.talento-template-default footer .cptl-footer-info-gov p, .talento-template-default footer .cptl-footer-info-gov a,
.programa-template-default footer .cptl-footer-info-gov p,
.programa-template-default footer .cptl-footer-info-gov a {
  font-weight: bold;
}

@media (min-width: 992px) {
  .post-template-hero-single .single-main-content {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@font-face {
  font-family: "Belligan";
  src: url("../fonts/Belligan.woff2") format("woff2"), url("../fonts/Belligan.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat", Arial, sans-serif;
}

.wp-block-image.size-full img {
  width: 100%;
  max-width: unset;
  margin: 0;
}

.wp-width-full {
  width: 100vw; /* ancho total de la ventana */
  max-width: 100vw;
  margin-left: calc(-1 * var(--wp--style--root--padding-left, 0px)) !important;
  margin-right: calc(-1 * var(--wp--style--root--padding-right, 0px)) !important;
}

.wp-width-full img {
  width: 100%;
}

.entry-content {
  width: 100%;
}

.entry-content > h1:first-of-type {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.template-single-hero-sidebar .wp-block-group[style*=flex] {
  gap: 2rem;
}
.template-single-hero-sidebar .wp-block-group[style*='flexSize:"70%"'] {
  flex-basis: 70%;
}
.template-single-hero-sidebar .wp-block-group[style*='flexSize:"30%"'] {
  flex-basis: 30%;
}
.template-single-hero-sidebar .wp-block-cover {
  margin-left: calc(-1 * var(--wp--style--root--padding-left));
  margin-right: calc(-1 * var(--wp--style--root--padding-right));
  width: 100vw;
  max-width: 100vw;
}

/* Layout principal 70 / 30 */
.layout-hero-sidebar {
  display: flex;
  gap: 2rem;
}

/* LEFT SIDE (70%) */
.layout-hero-sidebar .content-area {
  flex: 0 0 70%;
}

/* RIGHT SIDE (30%) */
.layout-hero-sidebar .sidebar-area {
  flex: 0 0 30%;
}

.cptl-institucional-menu {
  margin-top: 0;
  justify-content: center;
}
.cptl-institucional-menu .wp-block-navigation-item__content {
  padding: 0.5em;
}
.cptl-institucional-menu .wp-block-navigation-item__content .wp-block-navigation-item__label {
  color: #7f7f7f;
}
