figure img {
    width: 100% !important;
    height: auto !important;
}

.text-bg-augc {
    background-color: #276289 !important;
    color: #ffffff !important;
}

.article-docs {
    margin: 30px 0;
}

.article-docs .doc-title {
    margin-bottom: 5px;
    font-family: "Noto Serif",serif;
    font-size: 20px;
    letter-spacing: -.025em;
    font-weight: 700;
    color: #276289;
    border-bottom: 1px solid #dddfe0;
}

.article-docs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-position: inside;
  list-style-type: symbols(cyclic "\1F4C4");
}

.article-docs ul li a{
  padding: 5px 0 5px 14px;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 700;
  border-bottom: 1px solid #dddfe0;
  text-decoration: none;
  width: 100%;
  color:#000;
}

/* Vídeos Embebidos */
.embed-video {
    position: relative;
    max-width: 100%;
    margin: 1.5rem 0;
    border-radius: 0.375rem;
    overflow: hidden;
    background-color: #000;
}

.embed-video video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 75vh;
}

blockquote {
    color: #444;
    font-size: large;
    line-height: 30px;
    border-left: 4px #999 solid;
    padding-left: 20px;
}

.image-with-caption {
    width: 100%;
    max-width: 800px;        /* evita imágenes gigantes en desktop */
    margin: 1.5rem auto;
    text-align: center;
}

.image-with-caption img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.5rem;
    object-fit: cover;
}

/* Pie de foto */
.image-caption {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.4;
    color: #666;
}

/* Tablets */
@media (min-width: 768px) {
    .image-with-caption {
        max-width: 720px;
    }

    .image-caption {
        font-size: 0.7rem;
    }
}

/* Desktop grande */
@media (min-width: 1200px) {
    .image-with-caption {
        max-width: 800px;
    }

    .image-caption {
        font-size: 0.8rem;
    }
}
