/* PT Serif removed 2026-02-21; Playfair Display + Lora loaded via <link> in html.php */
.bg-brand{
    background-color:gold;
}
.bg-brand-light{
    background-color:#ffefa3; /*light yellow on the home hero wave*/
}


/* NEW LOGO STYLES - Perfect circle "io" badge with color swap on hover */
a.logo:link, a.logo:visited {
  color: #222222;
  color: rgba(0, 0, 0, 0.84);
  text-rendering: optimizeLegibility;
  text-decoration: none;
}

.logo {
  font-family: "PT Serif", serif;
  font-size: 25px;
  text-align: left;
  margin-bottom: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.logo:hover {
  text-decoration: none; /* No underline on hover */
}

.logo span.art {
  transition: color 0.2s ease;
}

.logo small.tv {
  /* Perfect circle: equal width/height with border-radius 50% */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4em;
  height: 1.4em;
  margin-left: 0.1em;
  border: 2px solid gold;
  background: gold;
  border-radius: 50%;
  text-decoration: none !important;
  font-size: 1em; /* Same size as logo text */
  line-height: 1;
  vertical-align: baseline; /* Align with text baseline */
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.logo:hover small.tv {
  text-decoration: none !important;
  border-color: #232323;
  background-color: #232323;
  color: gold;
}

.logo span.mini {
  display: none; /* Hide the space span, no longer needed */
}





















a.logo-footer:link, a.logo-footer:visited{
  text-rendering: optimizeLegibility;
  text-decoration:none;
}
.logo-footer {
  font-family: "PT Serif", serif;
  font-size: 25px;
  text-align: left;
  margin-bottom: 8px;
}
.tv-footer{
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  border: 2px solid white;
  background:white;
  border-radius: 50%;
}
.yellow{
  background:gold;
}

.wave{
    background-image:url('https://articulos.io/img/wave.webp');
    background-repeat:no-repeat;
    background-size:100% 100%;
}
.home-cat-img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.cat-img-1{ /* Administracion y Negocios */
    background-image: url("https://i.imgur.com/ckShB82.jpg");
}
.cat-img-8{ /* Animales */
    background-image: url("https://i.imgur.com/RDKWeis.jpg");
}
.cat-img-13{ /* Arte y Cultura */
    background-image: url("https://i.imgur.com/Y77GqAy.jpg");
}
.cat-img-20{ /* Deportes */
    background-image: url("https://i.imgur.com/XPV4mjk.jpg");
}
.cat-img-27{ /* Entretenimiento */
    background-image: url("https://i.imgur.com/SbEsZIq.jpg");
}
.cat-img-33{ /* Familia y Hogar */
    background-image: url("https://i.imgur.com/Hn80F9Q.jpg");
}
.cat-img-44{ /* Finanzas e Inversiones */
    background-image: url("https://i.imgur.com/iZ6lDM6.jpg");
}
.cat-img-52{ /* Internet y Negocios Online */
    background-image: url("https://i.imgur.com/TN8ReD5.jpg");
}
.cat-img-57{ /* Naturaleza y Medio Ambiente */
    background-image: url("https://i.imgur.com/8VWPfme.jpg");
}
.cat-img-62{ /* Relaciones Interpersonales */
    background-image: url("https://i.imgur.com/EYMJgLO.jpg");
}
.cat-img-68{ /* Salud y Medicina */
    background-image: url("https://i.imgur.com/2ukwdcF.jpg");
}
.cat-img-77{ /* Sociedad */
    background-image: url("https://i.imgur.com/6kHpVeN.jpg");
}
.cat-img-87{ /* Superacion Personal y Autoayuda */
    background-image: url("https://i.imgur.com/aLh1WX6.jpg");
}
.cat-img-93{ /* Trabajo y Empleo */
    background-image: url("https://i.imgur.com/Kogdl71.jpg");
}
.cat-img-97{ /* Tecnologia e Informacion */
    background-image: url("https://i.imgur.com/S7XTBFm.jpg");
}
.cat-img-105{ /* Viajes y Turismo */
    background-image: url("https://i.imgur.com/j3cFHKI.jpg");
}


/* Articulo */
.articulo-body{
    font-size:14px;
    overflow:hidden;
}
.articulo-body a {
    color: #0d6efd;
    text-decoration: underline;
}
.articulo-body blockquote {
    border-left: 3px solid #d4d4d8;
    padding-left: 1em;
    margin: 1em 0;
    color: #52525b;
    font-style: italic;
}
.articulo-body del {
    text-decoration: line-through;
}
.articulo-body ul {
    list-style-type: disc;
}
.articulo-body ol {
    list-style-type: decimal;
}
#articulo-resumen{
    background:#f7f7f7;border-top:1px solid #e8e8e8;border-right:1px solid #e8e8e8;border-left:1px solid #e8e8e8;border-bottom:3px solid #e8e8e8;
}

/* stretched-link: makes entire relatively-positioned parent clickable */
.stretched-link::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
}
#avatar:hover{
    opacity:0.8;
    cursor:pointer;
}









/* ♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣ */
/* SM -- Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .logo {
      font-size: 30px;
    }
}


/* ♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣ */
/* MD -- NAVBAR BREAK ♣♣♣ // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    .articulo-body{
        font-size:19px;
    }
    .logo {
      font-size: 48px;
    }
}


/* ♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣ */
/* LG -- Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}


/* ♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣♣ */
/* XL -- Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}