/* Celebración / Logo 40 años - Landing Caja Arequipa */

.caja40-celebracion,
.caja40-celebracion * { 
  font-family: "Helvetica Rounded LT Std", sans-serif;
}


.caja40-celebracion {
    padding: 1rem 24px 2rem 24px;
}
@media (max-width: 768px) {
  .caja40-celebracion {

  }
}

.caja40-celebracion-inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.caja40-celebracion-logo {
    margin-bottom: 1.5rem;
}

.caja40-celebracion-logo img {
    max-width: 510px;
    height: auto;
    display: inline-block;
}

.caja40-celebracion-descripcion {
  max-width: 700px;
  margin: 0 auto 20px auto;
}

.caja40-celebracion-descripcion,
.caja40-celebracion-descripcion p {
  color: #FFF;
  text-align: center;
    font-family: "Helvetica Rounded LT Std", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.caja40-celebracion-descripcion p:last-child {
    margin-bottom: 0;
}

.caja40-celebracion-imagen-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.caja40-celebracion-imagen {
    flex: 0 1 auto;
    max-width: 80%;
    position: relative;
    z-index: 1;
}

.caja40-celebracion-imagen img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); */
}

/* Decoración serpentina (tiras laterales estáticas; la animación confetti es por JS) */
.caja40-celebracion-serpentina {
    position: absolute;
    bottom: -60px;
    width: 117px;
    pointer-events: none;
    z-index: 50;
}

@media (max-width: 768px) {
  .caja40-celebracion-serpentina {
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
  }
}
.caja40-celebracion-serpentina--izq {
    left: 0;
}

.caja40-celebracion-serpentina--der {
    right: 0;
}

/* Responsive: tablet */
@media (max-width: 1024px) {
    .caja40-celebracion-logo img {
        max-width: 100%;
    }
    .caja40-celebracion-imagen {
        max-width: 85%;
    }
    /* .caja40-celebracion-serpentina {
        width: 50px;
    } */
}

/* Responsive: mobile */
@media (max-width: 768px) {
    .caja40-celebracion-descripcion {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
    }
    .caja40-celebracion-imagen-wrap {
        flex-direction: column;
    }
    .caja40-celebracion-imagen {
        max-width: 100%;
    }
    /* .caja40-celebracion-serpentina {
        display: none;
    } */
}

