:root {
  --cassiopeia-font-family-body: "Open Sans", sans-serif;
  --cassiopeia-font-family-headings: "Poppins", sans-serif;
  --cassiopeia-font-weight-headings: 700;
  --cassiopeia-font-weight-normal: 400;
  --cassiopeia-color-primary: #112855;
  --cassiopeia-color-link: #224faa;
  --cassiopeia-color-hover: #424077;
  --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --body-font-family: var(--cassiopeia-font-family-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  --body-font-size: 1.1rem;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-color: #22262a;
  --body-bg: white;
}
h1, .h1 {
  font-size: 2.2rem;
}
.item-content h1 {
  font-size: 1.8rem;
}
h2, .h2 {
  font-size: 1.9rem;
}
.item-content h2 {
  font-size: 1.5rem;
}
h3, .h3 {
  font-size: 1.6rem;
}

h4, .h4 {
  font-size: 1.3rem;
}

h5, .h5 {
  font-size: 1.2rem;
}

h6, .h6 {
  font-size: 1.1rem;
}
blockquote {
    display: block;
    background-color: #f7f7f7;
  	padding: 1em;
  	border-radius: 10px;
  	color: #313a43;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}
.item-content p {
  font-size: 0.9rem;
}
@counter-style custom-ul-list {
  system: cyclic; /* also supports cyclic, additive, symbolic, etc. */
  symbols: "✅";
  suffix: "  "; /* this can be left empty if you don't want to append anything */
}
div[itemprop="articleBody"] ul {
  list-style: custom-ul-list;
  margin-left: 1em;
}
i.custom-ul-list {
  color: green;
}
@counter-style custom-ol-list {
  system: fixed; /* also supports cyclic, additive, symbolic, etc. */
  symbols: Ⓐ Ⓑ Ⓒ Ⓓ Ⓔ Ⓕ Ⓖ Ⓗ Ⓘ Ⓙ Ⓚ Ⓛ Ⓜ Ⓝ Ⓞ Ⓟ Ⓠ Ⓡ Ⓢ Ⓣ Ⓤ Ⓥ Ⓦ Ⓧ Ⓨ Ⓩ;
  suffix: "  "; /* this can be left empty if you don't want to append anything */
}
div[itemprop="articleBody"] ol {
  list-style: custom-ol-list;
  margin-left: 1em;
}
div[itemprop="articleBody"] h2 {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
div[itemprop="articleBody"] i {
  padding-right: 0.6em;
}
div[itemprop="articleBody"] .card h2 {
  font-size: 1.1em;
}
div[itemprop="articleBody"] .card h3 {
  font-size: 1em;
}
/* Estilos de la barra principal */
.container-header .container-nav {
    justify-content: space-between;
    padding-bottom: 0.4em;
    padding-top: 0.3em;
}
.card-header {
    background: linear-gradient(90deg, rgba(19,41,86,1) 35%, rgba(64,63,117,1) 100%);
}
/* Fin Estilos barra principal */
/* Estilos Banner */
.container-banner .banner-overlay {
    height: max(300px, 60vh); /* by default is 50vh in Cassiopeia */
}
/* Fin Estilos Banner */
/* Animación */
h1.mytest, h2.mytest, h3.mytest, p.mytest, a.mytest {
    animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}
/* Fin Animación */
/* Estilos body */
.container-top-a {
    padding: 0;
    margin: 0;
}
.top-a {
    padding: 0;
    margin: 0;
}
.page-header h1 {
  padding-bottom: 0.8em;
}
a {
    text-decoration: none !important;
}
a.pathway {
    padding: 1em;
}
.weblinks li {
    list-style: none;
    padding: .25em 0;
}
.btn, .badge {
    border-radius: 0.5rem;
}
.btn-secondary {
    color: #ffffff;
    background-color: #403f75;
    border-color: #59597a;
}
.btn-info {
    color: #ffffff;
    background-color: #395cad;
    border-color: #395cad;
}
.card {
  border: 0px;
}
.card-header {
    color: #ffffff;
}
.no-card h2, h3 {
  padding-bottom: 1em;
}
/* Fin Estilos body */
/* Redondeado */
.card, .mm-collapse, .breadcrumb, .item-content, .blog-item, .item-image, .item-page, .card-header, .left.item-image img, .category-list, .reset, .remind, .login, .list-group-item, .finder, .no-card .newsflash-horiz li {
    border-radius: 0.5em !Important;
}
/* Fin Redondeado */
/* Footer en una línea */
footer div.mod-footer {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9em;
  padding-bottom: 0em;
  padding-top: 0em;
}
/* Fin Footer en una línea */
/* Estilo centrar imagen */
.float-center img, .float-center video, .item-image {
  text-align: center;
}
.col-type {
  text-align: center;
}
/* Fin estilo centrar imagen */
/* Para embed (videos, etc) responsive*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fin embed responsive */

/* Sección dispositivos */
@media (min-width: 768px) {
  footer div.mod-footer {
    flex-direction: row;
  }
}
/* Fin Sección dispositivos */
/* Módulo adhesivo */
div.sticky-module {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 100px;
}
/* Fin Módulo adhesivo */
/* Publicidad con animación */
.customAdvertise_Campaign {
    position: relative;
    z-index: 0;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 20px 4px;
    text-align: center;
    font-family: Open Sans;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
@keyframes rotate {
  100% { transform: rotate(-360deg); }
}
.customAdvertise_Campaign::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 100%;
    background-image: linear-gradient(#b8b8f1, #b8b8f1), linear-gradient(#4c27fd, #4c27fd);
    /*-webkit-animation: rotate 10s linear infinite;*/
    animation: rotate 10s linear infinite;
}
.customAdvertise_Campaign::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 3px;
    background: url(/images/banners/live-campaign-bg.jpeg) center no-repeat;
}
.customAdvertise_Campaign .customAdvertise_cName {
    color: #4c27fd;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 3px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 21px;
}
.customAdvertise_Campaign .customAdvertise_cTitle {
    color: #4c27fd;
    background: #dadafe;
    font-weight: 600;
    width: 100%;
    padding: 10px 10px 8px;
    font-size: 16px;
    line-height: 22px;
}
.customAdvertise_Campaign .customAdvertise_cSubtitle {
    color: #4c27fd;
    font-weight: 500;
    width: 100%;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 16px;
}
.customAdvertise_Campaign p.button {
    background-color: transparent !important;
    color: #4c27fd !important;
    border: 1px solid #4c27fd;
    border-radius: 50px;
    padding: 9px 21px;
    top: 0;
    position: relative;
    font-weight: 600;
    min-width: auto;
    float: right;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    line-height: 26px;
}
/* Fin Publicidad con animación */

/* Aviso apuntes actualizados */
/* Asides use <p> block element whereas alerts use <div>. */
.article-style aside p,
div.alert > div {
  position: relative;
  display: block;
  font-size: 1rem;
  margin-left: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}

div.alert div > * {
  margin-bottom: 0.5rem; /* Use smaller paragraph spacing than usual. */
}

div.alert div > :last-child {
  margin-bottom: 0;
}

.article-style aside p::before,
div.alert > div:first-child::before {
  position: absolute;
  top: -0.5rem;
  left: -2rem;
  font-size: 1.5rem;
  color: #1976d2;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f05a';
  width: 1.5rem;
  text-align: center;
}
.alert-note {
  color: #12537e;
  background-color: #f6fbfe;
  border-color: #1976d2;
}
.cta-group {
  --button-group-margin: 0.75em;

  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  justify-content: left;
  margin-left: calc(-1 * var(--button-group-margin));
  margin-right: calc(-1 * var(--button-group-margin));
  padding: 0;
}
.cta-group li {
  margin-bottom: 1em;
  margin-left: var(--button-group-margin);
  margin-right: var(--button-group-margin);
}
/* Fin aviso apuntes actualizados */

/* TOC Texplic. No lo utilizo. Borrar dentro de un tiempo */
#toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding-right: 20px;
    padding-top: 15px;
    width: auto;
}

.toc_title {
    font-weight: 700;
    text-align: center;
}

#toc_container li, #toc_container ul, #toc_container ul li{
    list-style: outside none none;
    line-height: 2em;
}
/* Fin TOC */