*{
    box-sizing: border-box;
}
.padre {
    display: flex;
    background-color: #DBD7C5;
    border: 3px solid #C4C3A8;
    border-radius: 10px;
    width: 1000px;
    margin:auto;
    padding:10px;
    /* height: 70vh; */
}
.izq, .mid, .der {
    margin: 0 10px 0 10px;
    width: 32%;
    text-align: center;
    border-bottom: 4px solid #a3a38b;

ul{
    text-align: left;
}
.tituloDiv{
    font-size: large;
    font-weight:bolder;
    height: 50px;
    text-transform: uppercase;
}
.subTituloDiv{
    padding-bottom: 10px;
    text-transform: uppercase;
}
.linea{
    border-top: 4px solid #a3a38b;
    padding: 15px 0 2px 0;
    min-height: 600px;
    /* max-height: auto; */
}
    /* height: 80%; */
}
