.uid-218 .padis-page,
.uid-218 .padis-page * {
  box-sizing: border-box;
}

.uid-218 .padis-page * {
  margin: 0;
  padding: 0;
}

/* =========================
   BASE MOBILE FIRST
========================= */


/* Header */
.header-padis {
  background-color: #0880A1;
}

#header-top {
  padding: 1rem 1rem 2rem;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

.miga-de-pan {
  color: white;
  font-size: 0.85rem;
  line-height: 1.4;
}

.miga-de-pan a {
  text-decoration: none;
  color: inherit;
}

#titulo {
  color: white;
  margin: auto auto 0;
  text-align: center;
  font-weight: bolder;
  max-width: 100%;
  padding: 0 0.5rem;
}

#titulo h1 {
  font-size: 1.5rem;
  line-height: 1.25;
}

#header-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#imagen-header,
#texto-header {
  width: 100%;
  max-width: 100%;
}

#imagen-header {
  position: relative;
  background-color: #f3f3f3;
}

#img-header {
  display: block;
  width: 100%;
  height: auto;
}

#filtro-header {
  position: absolute;
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 2;
  pointer-events: none;
}

#logo-header {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  max-width: 180px;
  transform: translate(-50%, -50%);
  z-index: 10;
}

#texto-header {
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding: 1.5rem 1rem;
  margin-bottom: 0.5rem;
}

.contenido-texto-header {
  max-width: 760px;
  width: 100%;
}

#texto-header strong {
  color: #0880A1;
}




/* =========================
   MAIN - MOBILE FIRST
========================= */

.uid-218 main {
  background-color: #f3f3f3;
}

/* ===== FASES ===== */

#fases {
  padding: 2.5rem 1rem 2.5rem;
  border-bottom: 1px solid #0880A1;
}

#titulo-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  margin-bottom: 2rem;
}

.marco-titulo-main {
  border: 2px solid #0880A1;
  padding: 0.9rem 1.25rem;
  background-color: #f3f3f3;
}

.marco-titulo-main h3 {
  color: #0880A1;
  font-size: 1.2rem;
  font-weight: 800;
  font-style: italic;
}

#titulo-main-content p,
#cta-fases {
  color: #0880A1;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

#contenedor-fases {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

#contenedor-fases > *:first-child:hover{
    cursor: pointer;
}

.fase-item {
  position: relative;
  width: 100%;
  max-width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.fase-item:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 28px;
  background-color: #0d83a5;
}

#contenedor-fase-actual {
    display: flex;
    justify-content: center;
}

#fase-actual {
  border: 2px solid #26a6d1;
  border-bottom: none;
  border-radius: 1rem 1rem 0 0;
  color: #0880A1;
  font-weight: 800;
  font-style: italic;
  font-size: 0.95rem;
  padding: 0.7rem 1rem;
  width: fit-content;
  margin-bottom: 0;
}

.numero-paso {
  position: absolute;
  top: -1rem;
  left: -1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: white;
  font-weight: 800;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.numero-paso-1 {
  background-color: #f4c217;
}

.numero-paso-2 {
  background-color: #f2a33c;
}

.numero-paso-3 {
  background-color: #ef4774;
}

.card-paso {
  width: 100%;
  border: 2px solid #0d83a5;
  border-radius: 0 0.9rem 0.9rem 0.9rem;
  overflow: hidden;
  background-color: white;
}

.card-paso-top {
  background-color: #0d83a5;
  color: white;
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.05;
  text-align: center;
  padding: 1rem 1rem 1.1rem;
}

.card-paso-bottom {
  background-color: white;
  color: #222;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.25;
  padding: 0.9rem 1rem;
}

#cta-fases {
  display: none;
}

/* ===== CRONOGRAMA ===== */

#cronograma {
  padding: 2.5rem 1rem 3rem;
  border-bottom: 1px solid #0880A1;
}

#cronograma h2 {
  color: #0880A1;
  text-align: center;
  font-size: 2rem;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 2rem;
}

.cronograma-movil {
    border: 2px solid #0880A1;
    border-radius: 2rem 0 2rem 0;
    display: block;
}

.cronograma-desktop {
  display: none;
}

.tabla-cronograma-movil {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    --alto-mes: 4rem;
}

.fila.meses-movile {
    width: 20%;
    display: grid;
    grid-template-rows: repeat(9, var(--alto-mes));
    border-right: 2px solid #26a6d1;
}

.fila.meses-movile div {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0880A1;
    font-size: 1.3rem;
    font-weight: 800;
    border-bottom: 1px solid #26a6d1;
    height: var(--alto-mes);
}

.fila.meses-movile div:last-child{
    border-bottom: none;
}

.fila.contenido-movile {
    position: relative;
    width: 80%;
    min-height: calc(var(--alto-mes) * 9);
}

.fila.contenido-movile::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.8;
    background:
        /* líneas horizontales continuas entre meses */
        linear-gradient(to bottom,
            transparent calc(var(--alto-mes) * 1 - 1px),
            #26a6d1 calc(var(--alto-mes) * 1 - 1px),
            #26a6d1 calc(var(--alto-mes) * 1),
            transparent calc(var(--alto-mes) * 1)
        ),
        linear-gradient(to bottom,
            transparent calc(var(--alto-mes) * 2 - 1px),
            #26a6d1 calc(var(--alto-mes) * 2 - 1px),
            #26a6d1 calc(var(--alto-mes) * 2),
            transparent calc(var(--alto-mes) * 2)
        ),
        linear-gradient(to bottom,
            transparent calc(var(--alto-mes) * 3 - 1px),
            #26a6d1 calc(var(--alto-mes) * 3 - 1px),
            #26a6d1 calc(var(--alto-mes) * 3),
            transparent calc(var(--alto-mes) * 3)
        ),
        linear-gradient(to bottom,
            transparent calc(var(--alto-mes) * 4 - 1px),
            #26a6d1 calc(var(--alto-mes) * 4 - 1px),
            #26a6d1 calc(var(--alto-mes) * 4),
            transparent calc(var(--alto-mes) * 4)
        ),
        linear-gradient(to bottom,
            transparent calc(var(--alto-mes) * 5 - 1px),
            #26a6d1 calc(var(--alto-mes) * 5 - 1px),
            #26a6d1 calc(var(--alto-mes) * 5),
            transparent calc(var(--alto-mes) * 5)
        ),
        linear-gradient(to bottom,
            transparent calc(var(--alto-mes) * 6 - 1px),
            #26a6d1 calc(var(--alto-mes) * 6 - 1px),
            #26a6d1 calc(var(--alto-mes) * 6),
            transparent calc(var(--alto-mes) * 6)
        ),
        linear-gradient(to bottom,
            transparent calc(var(--alto-mes) * 7 - 1px),
            #26a6d1 calc(var(--alto-mes) * 7 - 1px),
            #26a6d1 calc(var(--alto-mes) * 7),
            transparent calc(var(--alto-mes) * 7)
        ),
        linear-gradient(to bottom,
            transparent calc(var(--alto-mes) * 8 - 1px),
            #26a6d1 calc(var(--alto-mes) * 8 - 1px),
            #26a6d1 calc(var(--alto-mes) * 8),
            transparent calc(var(--alto-mes) * 8)
        ),

        /* líneas punteadas al centro de cada mes */
        repeating-linear-gradient(to right, #26a6d1 0 2px, transparent 2px 6px)
            0 calc(var(--alto-mes) * 0.5) / 100% 1px no-repeat,
        repeating-linear-gradient(to right, #26a6d1 0 2px, transparent 2px 6px)
            0 calc(var(--alto-mes) * 1.5) / 100% 1px no-repeat,
        repeating-linear-gradient(to right, #26a6d1 0 2px, transparent 2px 6px)
            0 calc(var(--alto-mes) * 2.5) / 100% 1px no-repeat,
        repeating-linear-gradient(to right, #26a6d1 0 2px, transparent 2px 6px)
            0 calc(var(--alto-mes) * 3.5) / 100% 1px no-repeat,
        repeating-linear-gradient(to right, #26a6d1 0 2px, transparent 2px 6px)
            0 calc(var(--alto-mes) * 4.5) / 100% 1px no-repeat,
        repeating-linear-gradient(to right, #26a6d1 0 2px, transparent 2px 6px)
            0 calc(var(--alto-mes) * 5.5) / 100% 1px no-repeat,
        repeating-linear-gradient(to right, #26a6d1 0 2px, transparent 2px 6px)
            0 calc(var(--alto-mes) * 6.5) / 100% 1px no-repeat,
        repeating-linear-gradient(to right, #26a6d1 0 2px, transparent 2px 6px)
            0 calc(var(--alto-mes) * 7.5) / 100% 1px no-repeat,
        repeating-linear-gradient(to right, #26a6d1 0 2px, transparent 2px 6px)
            0 calc(var(--alto-mes) * 8.5) / 100% 1px no-repeat;
}


  .bloque-fase {
    position: absolute;
    top: 34px;
    background-color: white;
    overflow: hidden;
    z-index: 1;
  }

  .bloque-fase-header {
    height: 20px;
    background-color: #0d83a5;
    color: white;
    text-align: center;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
  }

  .bloque-fase-body {
    color: #222;
    line-height: 1.35;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding: 0.8rem 1.1rem;
    
  }

  .bloque-fase-body ul {
    margin: 0;
    padding-left: 1rem;
    text-align: left;
  }

  .bloque-fase-1 {
    left: 10%;
    width: 80%;
    border-radius: 0 0 1rem 1rem;
    top: 0;
  }

  .bloque-fase-body-1 {
    border: 2px solid #f4c217;
    border-radius: 0 0 1rem 1rem;
    border-top: none;
    min-height: calc(var(--alto-mes) - 0px);
  }

  .bloque-fase-2 {
    left: 10%;
    top: calc(var(--alto-mes) * 1.5);
    width: 80%;
    border-top: none;
    border-radius: 0 0 1rem 1rem;
  }

  .bloque-fase-body-2 {
    border: 2px solid #f2a33c;
    border-radius: 0 0 1rem 1rem;
    border-top: none;
    min-height: calc(var(--alto-mes) * 2.2);
  }

  .bloque-fase-2 .bloque-fase-body {
    align-items: center;
  }

  .bloque-fase-3 {
    left: 10%;
    width: 80%;
    top: calc(var(--alto-mes) * 4.5);
    border-top: none;
    border-radius: 0 0 1rem 1rem;
  }

  .bloque-fase-body-3 {
    border: 2px solid #ef4774;
    border-radius: 0 0 1rem 1rem;
    border-top: none;
    min-height: calc(var(--alto-mes) * 4.19);
  }

/* =========================
   TABLET
========================= */

@media (min-width: 768px) {
  #fases {
    padding: 3rem 2rem;
  }

  #cronograma {
    padding: 3rem 2rem 3.5rem;
    border-bottom: 1px solid #0880A1;
  }

  .fase-item {
    max-width: 260px;
  }

  .card-paso-top {
    font-size: 1.15rem;
  }

  .card-paso-bottom {
    font-size: 0.95rem;
  }

  #cronograma h2 {
    font-size: 2.3rem;
  }
}



/* Footer */
.footer-padis {
  background-color: #f3f3f3;
  padding: 5rem 1rem 2rem;
  position: relative;
}

#contenedor-footer {
  max-width: 1500px;
  margin: 0 auto;
  border: 2px solid #0880A1;
  border-radius: 2rem 0 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 4rem 1rem 1.5rem;
  background-color: #f3f3f3;
  position: relative;
}

#titulo-footer {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #f3f3f3;
  padding: 0 1rem;
  z-index: 3;
  width: calc(100% - 2rem);
  max-width: 420px;
}

#titulo-top-footer {
  color: #0880A1;
  font-size: 1.7rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1;
  white-space: normal;
}

#subtitilo-footer {
  color: #0880A1;
  font-size: 0.95rem;
  margin-top: 0.2rem;
}

.footer-col {
  width: 100%;
  font-size: 0.98rem;
  line-height: 1.5;
  padding: 0;
  color: #333;
}

.footer-col:not(:last-child) {
  border-bottom: 1px solid #0880A1;
  padding-bottom: 1rem;
}

#contenedor-footer a {
  color: #0880A1;
  text-decoration: underline;
  font-weight: 500;
}

.footer-col:last-child {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#ultimo-footer-col {
  gap: 0;
}

#ultimo-footer-col a {
  padding: 0.75rem 0;
}

#ultimo-footer-col a:not(:last-child) {
  border-bottom: 1px solid #0880A1;
}

#contenedor-logos {
  display: flex;
  justify-content: center;
  margin: 5rem 0 4rem;
}

#contenedor-logos div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

#contenedor-logos div img {
  height: 55px;
  width: auto;
  object-fit: contain;
}

/* Fase 1 clickeable */
.fase-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.fase-link:hover,
.fase-link:focus {
  color: inherit;
  text-decoration: none;
}

/* Animación visual al pasar el mouse */
.fase-1-content .card-paso {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.fase-1-content:hover .card-paso,
.fase-1-content:focus .card-paso {
  transform: scale(1.025);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  border-color: #f4c217;
}

/* Refuerzo visual en el número */
.fase-1-content .numero-paso {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fase-1-content:hover .numero-paso,
.fase-1-content:focus .numero-paso {
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}



/* =========================
   TABLET
========================= */
@media (min-width: 768px) {
  #header-top {
    padding: 1rem 2rem 3rem;
  }

  #titulo {
    margin: auto auto;
    max-width: 900px;
    padding: 0 2rem;
  }

  #titulo h1 {
    font-size: 2.2rem;
  }

  #texto-header {
    padding: 2rem;
    font-size: 1.08rem;
  }

  #logo-header {
    width: 28%;
    max-width: 220px;
  }

  #contenedor-footer {
    padding: 4.5rem 1.5rem 2rem;
  }

  #titulo-footer {
    max-width: 520px;
    padding: 0 2rem;
  }

  #titulo-top-footer {
    font-size: 2.4rem;
  }

  #subtitilo-footer {
    font-size: 1rem;
  }

  .footer-col {
    font-size: 1rem;
  }

  #contenedor-logos div {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
}

/* =========================
   DESKTOP
========================= */
@media (min-width: 1024px) {
  .miga-de-pan {
    font-weight: bolder;
    margin-left: 220px;
    font-size: clamp(0.8rem, 2.3vw, 1.2rem);
  }

  #titulo {
    margin: auto auto 0;
    max-width: 1200px;
    padding: 0 ;
  }

  #titulo h1 {
    font-size: clamp(2rem, 4.6vw, 45px);
    line-height: 1.2;
    font-weight: 900;
  }

  #header-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  #imagen-header,
  #texto-header {
    width: 100%;
    max-width: 100%;
  }

  #img-header,
  #filtro-header,
  #logo-header {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #texto-header {
    padding: clamp(1.5rem, 2vw, 2.5rem);
    font-size: clamp(1rem, 1.4vw, 2rem);
  }


  #logo-header {
    width: clamp(100px, 18%, 180px);
    height: auto;
  }

  #contenedor-footer {
    flex-direction: row;
    gap: 0;
    padding: 4.5rem 1.5rem 2rem;
  }

  #titulo-footer {
    width: auto;
    max-width: none;
    padding: 0 2.5rem;
  }

  #titulo-top-footer {
    font-size: 3rem;
    white-space: nowrap;
  }

  #subtitilo-footer {
    font-size: 1.5rem;
  }

  .footer-col {
    flex: 1 1 0;
    width: 25%;
    padding: 0 1.5rem;
  }

  .footer-col:not(:last-child) {
    border-bottom: none;
    border-right: 1px solid #0880A1;
    padding-bottom: 0;
  }

#contenedor-logos {
  display: flex;
  justify-content: center;
  margin: 5rem 0 4rem;
}

#contenedor-logos div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  position: relative;
}

#contenedor-logos div::after {
  content: "";
  width: 1px;
  height: 55px;
  background-color: #0880A1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#contenedor-logos div img {
  flex: 0 0 auto;
  width: auto;
  object-fit: contain;
  padding: 0;
}

#contenedor-logos div img:first-child {
  height: 55px;
}

#contenedor-logos div img:last-child {
  height: 48px;
}

   #fases {
    padding: 1rem 2rem 3rem;
  }

  #titulo-main-content {
    margin-bottom: 3rem;
  }

  .marco-titulo-main {
    display: none;
  }

  #titulo-main-content p {
    display: none;
  }

  #contenedor-fases {
    --fase-gap: clamp(4rem, 10vw, 15rem);
    --linea-y: 5.2rem;

    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 300px));
    justify-content: center;
    gap: var(--fase-gap);
    position: relative;
    margin-bottom: 3rem;
  }

  .fase-item {
    position: relative;
    width: 100%;
    max-width: 300px;
    z-index: 1;
  }

  .fase-item::after {
    content: none;
  }


  .fase-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: var(--linea-y);
    left: 100%;
    width: var(--fase-gap);
    height: 5px;
    background-color: #0d83a5;
    z-index: 0;
  }

  .fase-item-activa {
    padding-top: 1.8rem;
  }

  #contenedor-fase-actual {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 300px));
    justify-content: center;
    gap: clamp(4rem, 10vw, 15rem);
    margin-bottom: 0;
  }

  #fase-actual {
    grid-column: 1;
    justify-self: center;
    position: relative;
    z-index: 0;
    font-size: 21px;
    padding: 0.7rem 1rem;
    white-space: nowrap;
    
  }

  .numero-paso {
    top: -0.9rem;
    left: -1.8rem;
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.6rem;
  }

  .card-paso {
    border-radius: 0 1rem 1rem 1rem;
  }

  .card-paso-top {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    padding: 1rem;
  }

  .card-paso-bottom {
    min-height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    padding: 0.85rem;
  }

  #cta-fases {
    display: block;
    width: fit-content;
    margin: 0 auto;
    border: 2px solid #26a6d1;
    padding: 1rem 1.4rem;
    min-width: 290px;
    background-color: #f3f3f3;
    font-size: 1rem;
  }

    #cronograma {
    padding: 3.5rem 2rem 4rem;
    border-bottom: 1px solid #0880A1;
  }

  #cronograma h2 {
    font-size: 2.9rem;
    margin-bottom: 1.8rem;
    color: #0880A1;
    text-align: center;
    font-style: italic;
    font-weight: 800;
  }

  .cronograma-movil {
    display: none;
  }

  .cronograma-desktop {
    display: block;
  }

  .tabla-cronograma {
    max-width: 1200px;
    margin: 0 auto;
    border: 2px solid #26a6d1;
    border-radius: 1.6rem 0 1.6rem 0;
    overflow: hidden;
    background-color: #f3f3f3;
    position: relative;
    --mes: calc(100% / 9);
  }

  .fila.meses {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    height: 48px;
    border-bottom: 2px solid #26a6d1;
  }

  .fila.meses div {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0880A1;
    font-size: 1.3rem;
    font-weight: 800;
    border-right: 1px solid #26a6d1;
  }

  .fila.meses div:last-child {
    border-right: none;
  }

  .fila.contenido {
    position: relative;
    height: 200px;
    background-color: #f3f3f3;
  }

  .fila.contenido::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.8;
    background:
        /* líneas continuas entre meses */
        linear-gradient(to right, transparent calc(var(--mes) * 1 - 1px), #26a6d1 calc(var(--mes) * 1 - 1px), #26a6d1 calc(var(--mes) * 1), transparent calc(var(--mes) * 1)),
        linear-gradient(to right, transparent calc(var(--mes) * 2 - 1px), #26a6d1 calc(var(--mes) * 2 - 1px), #26a6d1 calc(var(--mes) * 2), transparent calc(var(--mes) * 2)),
        linear-gradient(to right, transparent calc(var(--mes) * 3 - 1px), #26a6d1 calc(var(--mes) * 3 - 1px), #26a6d1 calc(var(--mes) * 3), transparent calc(var(--mes) * 3)),
        linear-gradient(to right, transparent calc(var(--mes) * 4 - 1px), #26a6d1 calc(var(--mes) * 4 - 1px), #26a6d1 calc(var(--mes) * 4), transparent calc(var(--mes) * 4)),
        linear-gradient(to right, transparent calc(var(--mes) * 5 - 1px), #26a6d1 calc(var(--mes) * 5 - 1px), #26a6d1 calc(var(--mes) * 5), transparent calc(var(--mes) * 5)),
        linear-gradient(to right, transparent calc(var(--mes) * 6 - 1px), #26a6d1 calc(var(--mes) * 6 - 1px), #26a6d1 calc(var(--mes) * 6), transparent calc(var(--mes) * 6)),
        linear-gradient(to right, transparent calc(var(--mes) * 7 - 1px), #26a6d1 calc(var(--mes) * 7 - 1px), #26a6d1 calc(var(--mes) * 7), transparent calc(var(--mes) * 7)),
        linear-gradient(to right, transparent calc(var(--mes) * 8 - 1px), #26a6d1 calc(var(--mes) * 8 - 1px), #26a6d1 calc(var(--mes) * 8), transparent calc(var(--mes) * 8)),

        /* líneas punteadas al centro de cada mes */
        repeating-linear-gradient(to bottom, #26a6d1 0 2px, transparent 2px 6px) calc(var(--mes) * 0.5) 0 / 1px 100% no-repeat,
        repeating-linear-gradient(to bottom, #26a6d1 0 2px, transparent 2px 6px) calc(var(--mes) * 1.5) 0 / 1px 100% no-repeat,
        repeating-linear-gradient(to bottom, #26a6d1 0 2px, transparent 2px 6px) calc(var(--mes) * 2.5) 0 / 1px 100% no-repeat,
        repeating-linear-gradient(to bottom, #26a6d1 0 2px, transparent 2px 6px) calc(var(--mes) * 3.5) 0 / 1px 100% no-repeat,
        repeating-linear-gradient(to bottom, #26a6d1 0 2px, transparent 2px 6px) calc(var(--mes) * 4.5) 0 / 1px 100% no-repeat,
        repeating-linear-gradient(to bottom, #26a6d1 0 2px, transparent 2px 6px) calc(var(--mes) * 5.5) 0 / 1px 100% no-repeat,
        repeating-linear-gradient(to bottom, #26a6d1 0 2px, transparent 2px 6px) calc(var(--mes) * 6.5) 0 / 1px 100% no-repeat,
        repeating-linear-gradient(to bottom, #26a6d1 0 2px, transparent 2px 6px) calc(var(--mes) * 7.5) 0 / 1px 100% no-repeat,
        repeating-linear-gradient(to bottom, #26a6d1 0 2px, transparent 2px 6px) calc(var(--mes) * 8.5) 0 / 1px 100% no-repeat;
    }
  

  .bloque-fase {
    position: absolute;
    top: 34px;
    background-color: white;
    overflow: hidden;
    z-index: 1;
  }

  .bloque-fase-header {
    height: 40px;
    background-color: #0d83a5;
    color: white;
    text-align: center;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
  }

  .bloque-fase-body {
    color: #222;
    line-height: 1.35;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding: 0.8rem 1.1rem;
    min-height: 70px;
  }

  .uid-218 .padis-page .padis-bloque-fase-body ul {
    margin: 0;
    padding-left: 1rem;
    text-align: left;
    list-style-type: disc;
  }

  .bloque-fase-1 {
    left: 0;
    width: 14%;
    border-radius: 0 0 1rem 1rem;
  }

  .bloque-fase-body-1 {
    border: 2px solid #f4c217;
    border-radius: 0 0 1rem 1rem;
    border-top: none;
  }

  .bloque-fase-2 {
    left: 16.68%;
    width: 27.8%;
    border-top: none;
    border-radius: 0 0 1rem 1rem;
  }

  .bloque-fase-body-2 {
    border: 2px solid #f2a33c;
    border-radius: 0 0 1rem 1rem;
    border-top: none;
  }

  .bloque-fase-2 .bloque-fase-body {
    align-items: flex-start;
    align-items: center;
  }

  .bloque-fase-3 {
    left: 50%;
    width: 50%;
    border-top: none;
    border-radius: 0 0 1rem 1rem;
  }

  .bloque-fase-body-3 {
    border: 2px solid #ef4774;
    border-radius: 0 0 1rem 1rem;
    border-top: none;
  }
}




/* Quitar espacios heredados del template/Bootstrap solo en PADIS */
.uid-218 main.detalle,
.uid-218 main.detalle .contenido,
.uid-218 main.detalle .printable,
.uid-218 main.detalle .articulo,
.uid-218 main.detalle .frame {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Neutralizar el comportamiento de .row de Bootstrap */
.uid-218 main.detalle .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Neutralizar padding de columnas Bootstrap */
.uid-218 main.detalle [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Evitar scroll/desbordamiento horizontal */
.uid-218,
.uid-218 body,
.uid-218 .padis-page {
  overflow-x: hidden;
}