#contenedorPT {
    background-color: #f2f2f2; /* gris claro */
    padding: 20px;
    border-radius: 8px;
}

#tituloPT img {
    max-width: 250px;
}

#subtituloPT {
    font-size: 1.4rem;
    font-weight: bold;
    color: #003366;
    margin-bottom: 10px;
}

#textoPT {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

#rowPT {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cardPT {
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    width: 200px;
}

.imgPT {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.textoCardPT {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1rem;
}
