#body {
    width: 95%;
    margin: 30px 60px;
}

.tarjetas{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    
}

.tarjeta {
    width: 20%;
    margin: 25px;
    border: #084E9C 1px solid;
    border-radius: 5px;
}

.tituloP{
    background-color: #084E9C;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.tituloP h5 {
    font-size: 15px;
}

.imagenP{
    display: flex;
    justify-content: center;
    margin: 50px 0px;
    height: 100px;
}

.imagenP img {
    max-width: 200px;
}

.precioP {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #084E9C;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.precioP p {
    margin: 5px;
}

#oferta {
    font-size: 12px;
    color: #CCCCCC;
}

#button {
    width: 100%;
    background-color: #00ADEE;
    color: #fff;
    border: none;
    border-radius: 5px;
}