.mesaSec01 {
    max-width: 1100px;
    margin: 0px auto;
    min-height: 600px;
    padding-bottom: 100px;
}

.mesaPresiCol1,
.mesaPresiCol2,
.mesaRepCol1,
.mesaRepCol2 {
    padding: 40px;
    max-width: 450px;
}


/* .mesaAsamCol1,
.mesaAsamCol2 {
    margin: 20px auto;
} */

.mesaPresiWrap,
.mesaRepWrap,
.mesaAsamWrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.mesaRepWrap {
    margin-bottom: 50px;
}

.noMargin {
    margin-bottom: -50px !important;
}


/* .mesaAsamWrap {
    justify-content: center;
} */

.mesaPresiNom {
    font-size: 2em;
    color: var(--canacintra-color1);
    font-weight: 500;
    margin: 0 0 5px 0;
}

.mesaPresiTit {
    font-size: 1.3em;
    color: grey;
    font-weight: 600;
    margin: 0 0 40px 0;
}

.mesaPresiFoto {
    width: 100%;
    top: 0;
    box-sizing: border-box;
}

.mesaPresiDesc {
    text-align: justify;
}

.mesaRepNom {
    text-align: center;
    color: grey;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.mesaRepTit {
    text-align: center;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.mesaRepFoto {
    width: 100%;
    top: 0;
    box-sizing: border-box;
}

.mesaRepCol1,
.mesaRepCol2 {
    /* padding: 20px 100px; */
    justify-self: end;
    flex-grow: 0;
    flex-shrink: 0;
}

.mesaList {
    text-align: center;
    line-height: 20px;
}

.tituloStd {
    margin-top: 40px;
}

@media screen and (max-width: 1080px) {
    .mesaPresiWrap,
    .mesaRepWrap,
    .mesaAsamWrap {
        flex-wrap: wrap;
    }
}