#cnt_calendario_eventos {
  font-size: 16px;
}
#cnt_calendario_eventos #cnt_cab_calendario_eventos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.8em;
}
#cnt_calendario_eventos #cnt_cab_calendario_eventos .filtro {
  border-radius: 999em;
  display: inline-block;
  padding: 0.2em 0.6em;
  line-height: 1em;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 2.5em;
  cursor: pointer;
}
#cnt_calendario_eventos #cnt_cab_calendario_eventos .filtro[estado=inactivo] {
  opacity: 0.4;
}
#cnt_calendario_eventos #cnt_cab_calendario_eventos .filtro:hover {
  opacity: 0.7;
}
#cnt_calendario_eventos #cnt_cab_calendario_eventos .filtro.filtro_todo {
  background-color: #2d8a9c;
  color: white;
  cursor: pointer;
}
#cnt_calendario_eventos #cnt_cab_calendario_eventos .filtro.filtro_interno {
  background-color: #f7ab45;
  color: white;
  cursor: pointer;
}
#cnt_calendario_eventos #cnt_cab_calendario_eventos .filtro.filtro_externo {
  background-color: #ee6352;
  color: white;
  cursor: pointer;
}
#cnt_calendario_eventos #cnt_cab_calendario_eventos .filtro.filtro_nacional {
  background-color: green;
  color: white;
  cursor: pointer;
}
#cnt_calendario_eventos #cnt_cab_calendario_eventos .filtro.filtro_internacional {
  background-color: #0069b4;
  color: white;
  cursor: pointer;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .marcador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: url(../imgs/eventos_linea.svg);
  background-position: center;
  background-size: 75%;
  background-repeat: repeat-y;
  width: 2.2em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .marcador .circulo_marcador {
  width: 1.2em;
  height: 1.2em;
  background-color: white;
  border-radius: 9999em;
  border: solid 0.3em #134A5D;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos[estado=inactivo] {
  display: none;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos[estado=activo] {
  display: block;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos:first-of-type .cnt_cab_eventos_anos .marcador.marcador_anos {
  padding-top: 0em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_cab_eventos_anos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_cab_eventos_anos .marcador.marcador_anos {
  padding-top: 5em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_cab_eventos_anos .marcador.marcador_anos .circulo_marcador {
  position: relative;
  bottom: 1.5em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_cab_eventos_anos .txts_anos {
  font-size: 3em;
  font-weight: 900;
  line-height: 1.5em;
  padding-left: 0.2em;
  color: #134A5D;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes[estado=inactivo] {
  display: none;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes[estado=activo] {
  display: block;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes.primer_mes .cnt_cab_eventos_mes {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes.primer_mes .cnt_cab_eventos_mes .marcador.marcador_meses {
  padding-top: 0em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes.primer_mes .cnt_cab_eventos_mes .marcador.marcador_meses .circulo_marcador {
  bottom: auto;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_cab_eventos_mes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_cab_eventos_mes .marcador.marcador_meses {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_cab_eventos_mes .marcador.marcador_meses .circulo_marcador {
  position: relative;
  bottom: 0.5em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_cab_eventos_mes .txts_meses {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.5em;
  padding-left: 0.8em;
  color: #134A5D;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento[estado=inactivo] {
  display: none;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento[estado=activo] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento.interno .circulo_marcador {
  background-color: #f7ab45 !important;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento.interno .cnt_evento_icono {
  background-image: url(../imgs/calendario_interno.svg) !important;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento.interno .cnt_evento_titulo {
  border-left: 0.2em solid #f7ab45 !important;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento.nacional .circulo_marcador {
  background-color: #53ae31 !important;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento.nacional .cnt_evento_icono {
  background-image: url(../imgs/calendario_nacional.svg) !important;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento.nacional .cnt_evento_titulo {
  border-left: 0.2em solid #53ae31 !important;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento.internacional .circulo_marcador {
  background-color: #0069b4 !important;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento.internacional .cnt_evento_icono {
  background-image: url(../imgs/calendario_internacional.svg) !important;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento.internacional .cnt_evento_titulo {
  border-left: 0.2em solid #0069b4 !important;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento.primer_evento .marcador.marcador_evento {
  padding-top: 1.5em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento.primer_evento .txts_evento {
  padding-top: 1em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .marcador.marcador_evento {
  padding-top: 2.5em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .marcador.marcador_evento .circulo_marcador {
  width: 2.2em;
  height: 2.2em;
  border: solid white 0.3em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento {
  padding: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0.9em;
  gap: 1em;
  width: 60em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_icono {
  width: 7em;
  height: 7em;
  background-image: url(../imgs/calendario.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2.2em;
  padding-top: 1.2em;
  font-size: 0.9em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_icono .ico_mes {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 700;
  color: #134A5D;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_icono .ico_dia {
  font-size: 3.2em;
  font-weight: 900;
  color: #134A5D;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_info {
  background-color: rgba(0, 105, 180, 0.062745098);
  padding: 0.5em;
  border-radius: 0.8em;
  margin-top: 0.6em;
  width: 100%;
  max-width: 50em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_info .cnt_evento_titulo {
  font-size: 2.2em;
  color: #1F7180;
  line-height: 1.05em;
  border: none !important;
  padding-left: 0.2em;
  font-weight: 700;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_info .cnt_evento_masinfo {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_info .cnt_evento_masinfo .btn_masinfo {
  background-color: #58a4b0;
  border-radius: 999em;
  display: inline-block;
  padding: 0.2em 0.6em;
  padding-left: 0.4em;
  line-height: 1em;
  font-size: 1.2em;
  font-weight: 700;
  color: white;
  cursor: pointer;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_info .cnt_evento_masinfo .btn_masinfo:hover {
  background-color: #7bb7c0;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_info .cnt_evento_organiza {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_info .cnt_evento_organiza .cnt_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  font-size: 0.8em;
  color: #134A5D;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_info .cnt_evento_organiza .cnt_tags .cnt_tags_lugar {
  background-color: #ffe6e6;
  border-radius: 999em;
  display: inline-block;
  padding: 0.2em 0.6em;
  line-height: 1em;
  font-size: 1.2em;
  font-weight: 700;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_info .cnt_evento_organiza .cnt_tags .cnt_tags_duracion {
  background-color: #dcffdc;
  border-radius: 999em;
  display: inline-block;
  padding: 0.2em 0.6em;
  line-height: 1em;
  font-size: 1.2em;
  font-weight: 700;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_info .cnt_evento_organiza .cnt_tags .cnt_tags_tipoEvento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.5em;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_info .cnt_evento_organiza .cnt_tags .cnt_tags_tipoEvento .cnt_tags_tipoEvento_tag {
  background-color: #cdffcd;
  border-radius: 999em;
  display: inline-block;
  padding: 0.2em 0.6em;
  line-height: 1em;
  font-size: 1.2em;
  font-weight: 700;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_info .cnt_evento_organiza .cnt_tags .cnt_tags_tipoEvento .cnt_tags_tipoEvento_tag.interno {
  background-color: #f7ab45;
  color: white;
  cursor: pointer;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_info .cnt_evento_organiza .cnt_tags .cnt_tags_tipoEvento .cnt_tags_tipoEvento_tag.externo {
  background-color: #ee6352;
  color: white;
  cursor: pointer;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_info .cnt_evento_organiza .cnt_tags .cnt_tags_tipoEvento .cnt_tags_tipoEvento_tag.nacional {
  background-color: green;
  color: white;
  cursor: pointer;
}
#cnt_calendario_eventos #cnt_content_calendario_eventos .cnt_eventos_anos .cnt_eventos_mes .cnt_evento .txts_evento .cnt_evento_info .cnt_evento_organiza .cnt_tags .cnt_tags_tipoEvento .cnt_tags_tipoEvento_tag.internacional {
  background-color: #0069b4;
  color: white;
  cursor: pointer;
}

#cnt_popup_eventos {
  font-size: 16px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5215686275);
  z-index: 2000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  display: none;
}
#cnt_popup_eventos #cnt_fnd_popup_eventos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em;
  height: 90%;
}
#cnt_popup_eventos #cnt_fnd_popup_eventos #popup_eventos {
  background-color: white;
  border-radius: 1em;
  max-width: 55em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cnt_popup_eventos #cnt_fnd_popup_eventos #popup_eventos .cnt_evento_popup {
  display: none;
  padding: 1.6em;
}
#cnt_popup_eventos #cnt_fnd_popup_eventos #popup_eventos .cnt_evento_popup .cnt_evento_popup_cab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
}
#cnt_popup_eventos #cnt_fnd_popup_eventos #popup_eventos .cnt_evento_popup .cnt_evento_popup_cab .cnt_evento_popup_tit {
  width: 100%;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2em;
  padding-right: 2em;
  color: #134A5D;
}
#cnt_popup_eventos #cnt_fnd_popup_eventos #popup_eventos .cnt_evento_popup .cnt_evento_popup_cab .cnt_evento_popup_cerrar {
  margin-top: 0.5em;
  font-size: 1.2em;
  font-weight: 700;
  color: white;
  background-color: #134A5D;
  width: 1.2em;
  height: 1.2em;
  border-radius: 99em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  cursor: pointer;
}
#cnt_popup_eventos #cnt_fnd_popup_eventos #popup_eventos .cnt_evento_popup .cnt_evento_popup_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cnt_popup_eventos #cnt_fnd_popup_eventos #popup_eventos .cnt_evento_popup .cnt_evento_popup_content .cnt_evento_popup_img {
  margin-bottom: 1em;
}
#cnt_popup_eventos #cnt_fnd_popup_eventos #popup_eventos .cnt_evento_popup .cnt_evento_popup_content .cnt_evento_popup_img img {
  max-height: 25em;
  border-radius: 1em;
}
#cnt_popup_eventos #cnt_fnd_popup_eventos #popup_eventos .cnt_evento_popup .cnt_evento_popup_content .cnt_evento_popup_lugar {
  color: #1F7180;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 0.2em;
}
#cnt_popup_eventos #cnt_fnd_popup_eventos #popup_eventos .cnt_evento_popup .cnt_evento_popup_content .cnt_evento_popup_duracion {
  color: #D09D11;
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 0.4em;
}
#cnt_popup_eventos #cnt_fnd_popup_eventos #popup_eventos .cnt_evento_popup .cnt_evento_popup_content .cnt_evento_popup_web {
  font-weight: 500;
}
#cnt_popup_eventos #cnt_fnd_popup_eventos #popup_eventos .cnt_evento_popup .cnt_evento_popup_content .cnt_evento_popup_web a {
  font-size: 1.2em;
  display: inline-block;
  background-color: #0069b4;
  line-height: 1em;
  padding: 0.2em 0.5em;
  border-radius: 9999em;
  color: white;
}
#cnt_popup_eventos #cnt_fnd_popup_eventos #popup_eventos .cnt_evento_popup .cnt_evento_popup_content .cnt_evento_popup_web a:hover {
  background-color: #35abff;
}
#cnt_popup_eventos #cnt_fnd_popup_eventos #popup_eventos .cnt_evento_popup .cnt_evento_popup_content .cnt_evento_popup_contenido {
  font-size: 1.1em;
  line-height: 1.6em;
}