:root{

    --colorPrimary: #00AD42;

    /* Tamaño fuentes */
    --font-h1: clamp(2rem, 1.1vw + 1.55rem, 2.25rem);   /* 36px */
    --font-h2: clamp(1.55rem, 0.8vw + 1.25rem, 1.75rem);   /* 28px */
    --font-h3: clamp(1.25rem, 0.55vw + 1rem, 1.375rem);  /* 22px */
    --font-h4: clamp(1rem, 0.35vw + 0.9rem, 1.125rem);

    --radius-md: 10px;
    --radius-lg: 12px;
}

.requisitos-header {

    --color-borde: #00ad42;

    margin-bottom: 2.5rem;
    border-left: 4px solid var(--color-borde);
    padding-left: 20px;
}

.requisitos-article {
    background: #fff;
    padding: 40px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 1200px;
    margin: 40px auto;
    margin-top: 70px;
}

.requisitos-article__tittle {
    font-size: var(--font-h1);
    font-weight: 700;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.requisitos-article__intro {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

.requisitos-section {
    margin-bottom: 35px;
}

.requisitos-section__title {
    font-size: var(--font-h2);
    color: #1b8f3a;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.requisitos-article-list {
    font-size: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.requisitos-article-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    color: #2d3748;
    line-height: 1.5;
}

.requisitos-article-list li::before {

    --colorCheck: #3bc36fd6;
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--colorCheck);
    font-weight: 900;
    font-size: 20px;
}

.article-list-certificados li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1.5;
}

.article-list-certificados li::before{
    content: "";
}

/* ==== MANUAL DE USUARIO ==== */


/* Fecha */
.update-date {
    display: block;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    font-style: italic;
}

.manual-title{
    font-size: var(--font-h2);
    margin-bottom: 2.5rem;
    
} 

.manualAyuda-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
}

/* Artículo */
.accessibility-article {
    background: #ffffff;
    padding: 35px 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}

.accesibility-header{
    margin-bottom: 2.5rem;
    border-left: 4px solid #00ad42;
    padding-left: 20px;
}

/* ===== Títulos ===== */
.accesibilidad-title-main {
    font-size: var(--font-h1);
    font-weight: 700;
    color: #222;
    margin-top: 0;
    line-height: 1.6;
}

.title-section {
    font-size: var(--font-h2);
    color: #1b8f3a;
    margin-top: 35px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.6;
}

.title-subsection {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 6px;
    line-height: 1.6;
}

/* ===== Secciones ===== */
.content-section p {
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0;
    text-wrap: pretty;
}

.content-section li{
    font-size: 16px;
    line-height: 1.5;
}

/* Listas */
.list {
    padding-left: 22px;
    margin-top: 8px;
}

.list li {
    margin-bottom: 8px;
}

/* ===== Tarjeta de contacto ===== */
.contact-card {
    margin-top: 20px;
    padding: 15px 18px;
    background: #f5f5f5;
    border-left: 4px solid #1b8f3a;
}

.link-email {
    font-weight: bold;
    word-break: break-word;
}

.list-circle{
    list-style: circle;
}

/* ===== Responsive ===== */
@media (max-width: 600px) {
    .accessibility-article {
        padding: 0;
    }

    .title-main {
        font-size: 26px;
    }

    .title-section {
        font-size: 20px;
    }
}


:root{
  --ses-green-50: #e6f4ec;
  --ses-gray-50: #f7f8fa;
  --ses-gray-200: #e5e7eb;
  --ses-gray-600: #4B5563;


  /* Tipografía fluida */
  --font-h1: clamp(2rem, 1.1vw + 1.55rem, 2.25rem);   /* 36px */
  --fs-subtitle: clamp(1.5rem, 0.55vw + 0.95rem, 1.5rem);

}

.pactobolsa{
    max-width: 1200px;
    margin: 0 auto;
}


/* ============ Título y subtítulo ============ */
.pactoBolsa__title{
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 70px;
  margin-bottom: 0px;
  color: rgb(26 31 44);
  font-weight: 700;
  font-size: var(--font-h1);
  line-height: 1.6;
}

/* barrita verde a la izquierda */
.pactoBolsa__title > span{
  display: inline-block;
  width: 6px;
  height: 1.2em;
  background: var(--colorPrimary);
  border-radius: 3px;
}

/* Responsive barrita verde */
@media (width<660px) {
  .pactoBolsa__title > span{
    display: inline-block;
    width: 6px;
    height: 2em;
    border-radius: 3px;

  }
}

.pactoBolsa__subtitle{
  margin: 0 0 2rem 0;
  color: var(--ses-gray-600);
  font-size: var(--fs-subtitle);
  line-height: 1.6;
}

/* ============ Lista de documentos ============ */
.pactoBolsa__list{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 1rem 0 0 0;
  overflow: hidden;
}

.pactoBolsa__item{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px 14px 48px; /* dejamos hueco para el icono ::before */
  background: #fff;
  border: 1px solid var(--ses-gray-200);
  border-radius: var(--radius-md);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  border-left: 4px solid var(--colorPrimary);
  transition: all 0.2s ease-in-out;
  color: #334155;
}

.pactoBolsa__item:last-child{
   margin-bottom: 20px;
}

.pactoBolsa__list > a:nth-child(13) {
  margin-bottom: 20px;
}

.pactoBolsa__item:hover{
    background-color: #f0fdf4;
    border-color: var(--colorPrimary);
    transform: translateX(4px);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05);
    text-decoration: none;
    cursor: pointer;
}
   
.pactoBolsa__item:hover{
  border-color: #cfe8d8;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.pactoBolsa__item:active{
  transform: translateY(1px);
}

.pactoBolsa__item:focus{
  outline: 3px solid rgba(0,173,66,.25);
  outline-offset: 2px;
  border-color: var(--colorPrimary);
}

.pactoBolsa__list svg{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--colorPrimary);
    margin-right: 1rem;
}