#dpl {
    padding: 10px 30px 10px 30px;
}

#dpl img {
    object-fit: contain;
    max-width: 100%;
}

.subtitle {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 4px solid orange;
}

.bigtitle {
    padding-top: 10px;
    font-weight: bold;
    font-size: 60px;
}

.programa {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    border-bottom: 4px solid orange;
}

.carq {
    border-bottom: 4px solid orange;
}

.pleft, .pright {
    width: 40%;
}

.orangeborder {
    width: 100%;
    height: 4px;
    border-bottom: 4px solid orange;
    padding-bottom: 15px;
    padding-top: 15px;
}

@media only screen and (max-width: 850px) {
    .pleft, .pright {
        width: 80%;
    }
}