.ludoteca-modulo {
  margin: 24px auto;
  max-width: 560px;
}

.tp-container{
    padding: 20px;
}

.tp-card {
    border: 2px solid #09686f;
    border-radius: 12px;
    padding: 20px;
    background: #71c0c5;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    position: relative;
}

.tp-step {
    font-size: 14px;
    margin-bottom: 8px;
   color: #006168;
}

.tp-card h3 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.25;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
    font-weight: 800;
}

.tp-card h3 i {
    font-weight: 400;
    opacity: 0.7;
}

.tp-card.tp-result h3 {
    text-align: center;
    color: #ffffff;
    font-size: 28px;
}

.tp-nombre{
   font-size: 16px;
   font-weight: 400;
   color: #006168;
}
.tp-nombre b{
    font-size: 30px;
   font-weight: 700;
}

.tp-polaroid-stack {
    position: relative;
    width: min(100%, 280px);
    margin: 0 auto 18px;
}

.tp-polaroid-back {
    position: absolute;
    top: 0px;
    left: 10px;
    right: -10px;
    bottom: 4px;
    background: #dfe7e7a1;
    border: 1px solid #087279ad;
    border-radius: 3px;
    padding: 12px 12px 12px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(18px);
    transition: transform 0.35s ease, opacity 0.35s ease;
    z-index: 1;
    width: 200px;
}

.tp-card.tp-result .tp-polaroid-back-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
      color: #006168;

    text-align: center;
}

.tp-polaroid {
    position: relative;
    z-index: 2;
    width: 160px;
    border: 0;
    border-radius: 4px;
    background: #ffffff;
    padding: 10px 10px 30px;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
    transform: rotate(-1.2deg);
    transition: transform 0.35s ease;
}

.tp-polaroid-photo-wrap {
    display: block;
    border: 1px solid #d9d9d9;
    background: #f4f4f4;
}

.tp-polaroid-image {
    display: block;
    width: 100%;
    height: auto;
}

.tp-polaroid-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #444;
}

.tp-polaroid-open .tp-polaroid-back {
    opacity: 1;
    transform: translateX(104px);
}

.tp-polaroid-open .tp-polaroid {
    transform: translateX(-96px) rotate(-3deg);
}

.tp-card.tp-result p {
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    margin: 0px;
    color: #ffffff;
    font-weight: 400;
}

.tp-card.tp-result p b {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.25;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
    font-weight: 800;
}

.tp-options {
    display: grid;
    gap: 14px;
}

.tp-option,
.tp-btn {
  border: 0;
  border-radius: 8px;
  padding: 12px 14px;
  background: #09686f;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  text-align: left;
  background: linear-gradient(180deg, #C9A4C6 0%, #AD76A0 100%);
  border: 2px solid #ffffff;
  letter-spacing: 0.05em;
  text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


@media (hover: hover) and (pointer: fine) {
    .tp-option:hover,
    .tp-btn:hover {
        color: #000;
        background: linear-gradient(180deg, #E9B859 0%, #EFCAAD 100%);
        box-shadow: 0 1px 9px rgb(255, 255, 255);
        border: 2px solid #5c2a48;
    }
}

.tp-option i {
    opacity: 0.7;
}

.tp-btn {
    margin-top: 12px;
    text-align: center;
}


    .logo_test {
    position: relative;
    right: 0;
    top: 0;
    height: 80px;
    margin-bottom: 10px;
    }   

.logo_test img {
    height: 100%;
}


@media (max-width: 768px) {
    .tp-card {
        padding: 16px;
    }

    .tp-card h3 {
        font-size: 21px;
    }

 
}
