@charset "UTF-8";
#supercnt_posts_formacion #cnt_cab_post_formacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#supercnt_posts_formacion #cnt_cab_post_formacion #pcajax_tit {
  font-size: 1.3em;
  font-weight: 700;
  color: #1F7180;
}
#supercnt_posts_formacion #cnt_cab_post_formacion #pcajax-select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
#supercnt_posts_formacion #cnt_cab_post_formacion #pcajax-select-wrapper .cnt_ico_filtro {
  margin-right: 0.4em;
  color: #1F7180;
  border-radius: 9999em;
  width: 1.5em;
  height: 1.5em;
  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;
  cursor: pointer;
}
#supercnt_posts_formacion #cnt_cab_post_formacion #pcajax-select-wrapper .cnt_ico_filtro:hover {
  background-color: #FFF7E6;
}
#supercnt_posts_formacion #cnt_cab_post_formacion #pcajax-select-wrapper .cnt_ico_filtro .fas {
  padding-top: 0.1em;
}
#supercnt_posts_formacion #cnt_cab_post_formacion #pcajax-select-wrapper .cnt_select_filtro .dropdown {
  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;
}
#supercnt_posts_formacion #cnt_cab_post_formacion #pcajax-select-wrapper .cnt_select_filtro .dropdown .dropdown-toggle {
  padding: 0.1em 0.5em;
}
#supercnt_posts_formacion #cnt_cab_post_formacion #pcajax-select-wrapper .cnt_select_filtro li {
  list-style: none;
  margin-left: 0;
}
#supercnt_posts_formacion #cnt_cab_post_formacion #pcajax-select-wrapper .cnt_select_filtro a {
  color: #134A5D;
}
#supercnt_posts_formacion #cnt_cab_post_formacion #pcajax-select-wrapper .cnt_select_filtro a.selected {
  color: white;
}
#supercnt_posts_formacion #cnt_cab_post_formacion #pcajax-select-wrapper .cnt_select_filtro a.active {
  background-color: #1F7180;
}
#supercnt_posts_formacion #pcajax-posts {
  margin-top: 2em;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2em;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post {
  -webkit-box-shadow: 0.1em 0.1em 0.6em 0.05em rgba(99, 75, 9, 0.3);
          box-shadow: 0.1em 0.1em 0.6em 0.05em rgba(99, 75, 9, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  width: 100%;
  max-width: 25em;
  background-color: #FFF7E6;
  border-radius: 1em;
  overflow: hidden;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaA {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaA .supercnt_img_post {
  font-size: 16px;
  height: 15em;
  width: 100%;
  background-color: white;
  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;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaA .supercnt_img_post .cnt_imagen_destacada {
  width: 100%;
  height: 15em;
  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;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaA .supercnt_img_post .cnt_imagen_destacada .cnt_ico_img {
  background-color: red;
  width: 3.5em;
  height: 3.5em;
  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;
  border-radius: 9999px;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaA .supercnt_img_post .cnt_imagen_destacada .cnt_ico_img .enlace_video i.fas {
  color: white;
  font-size: 2em;
  line-height: 1.6em;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaA .supercnt_img_post .cnt_imagen_destacada .cnt_ico_img:hover {
  background-color: #cc0000;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaA .supercnt_txt_post {
  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;
  width: 100%;
  padding: 0 1em;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaA .supercnt_txt_post .cnt_titulo .enlace_titulo {
  font-size: 1.4em;
  color: #D09D11;
  font-weight: 700;
  line-height: 1.2em;
  display: inline-block;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaA .supercnt_txt_post .cnt_titulo .enlace_titulo:hover {
  color: #1F7180;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaA .supercnt_txt_post .cnt_resumen {
  display: inline-block;
  line-height: 1.4em;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaB {
  width: 100%;
  padding-bottom: 0.8em;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaB .cnt_masInfo {
  margin-top: auto;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaB .cnt_masInfo .btn_masInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaB .cnt_masInfo .btn_masInfo .enlace_masInfo {
  font-size: 1em;
  font-weight: 700;
  background-color: #2D8A9C;
  border-radius: 5em;
  padding: 0.4em 0.8em 0.35em;
  margin: 0;
  line-height: 1em;
  color: white;
  text-transform: uppercase;
  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;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaB .cnt_masInfo .btn_masInfo .enlace_masInfo i.fas {
  margin-right: 0.4em;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-post-list .pcajax-post .cnt_filaB .cnt_masInfo .btn_masInfo .enlace_masInfo:hover {
  background-color: #226774;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3em;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-pagination.bottom {
  margin-top: 3em;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-pagination.oculto {
  display: none;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-pagination .cnt_pcajax-page {
  width: 1.4em;
  height: 1.4em;
  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;
  background-color: rgba(0, 105, 180, 0.537254902);
  border-radius: 9999em;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-pagination .cnt_pcajax-page a {
  text-align: center;
  font-weight: 700;
  color: white;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-pagination .cnt_pcajax-page:hover {
  background-color: rgba(0, 105, 180, 0.7647058824);
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-pagination .cnt_pcajax-page.current_page {
  background-color: #0069b4;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-pagination .cnt_pcajax-page.atajo {
  background-color: white;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-pagination .cnt_pcajax-page.atajo .fas {
  color: #0069b4;
}
#supercnt_posts_formacion #pcajax-posts #cnt_posts_formacion .pcajax-pagination .cnt_pcajax-page.atajo:hover {
  background-color: rgba(0, 105, 180, 0.1294117647);
}

.cnt_categorías {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-bottom: 0.8em;
}
.cnt_categorías .tag {
  background-color: #58a4b0;
  border-radius: 5em;
  padding: 0.2em 0.5em 0.15em;
  margin: 0;
  line-height: 1em;
  font-size: 0.9em;
  font-weight: 700;
  color: white;
  cursor: pointer;
}
.cnt_categorías .tag a {
  color: white;
}
.cnt_categorías .tag.fecha_formacion {
  background-color: #0069b4;
}

#cnt_post_formacion #cnt_post_formacion_cabecera .fusion-fullwidth {
  padding-bottom: 1em;
}
#cnt_post_formacion #cnt_post_formacion_contenido .fusion-fullwidth {
  padding-top: 0em;
}