
.titlepage {
     text-align: center;
     padding-bottom: 0px;
}

.titlepage h2 {
     font-size: 30px;
     color: #733d30 !important;
     font-weight: bold;
     padding: 0;
}

.about {
    /* background-color: #fff; */
    padding-top: 25px;
    position: relative;
    z-index: 1; /* sección base */
}

.about .titlepage {
    text-align: left;
    /* margin-top: 20%; */
    padding-bottom: 0;
    margin-right: -20px;
    position: relative;
    z-index: 2; /* texto por encima de la imagen */
}

.about .titlepage h2 {
    margin-bottom: 35px;
    color: #733d30;
}

/* Cuerpo de Quienes Somos */
.about .titlepage p {
    font-weight: 500;
    text-align: left;
    color: #000000;
    font-size: 22px;
    line-height: 31px;
    /* padding-bottom: 35px; */
}

.about_img {
    /*padding: 40px 30px 45px 30px; 
    position: relative;
    z-index: 0;  imagen al fondo;*/

    display: flex;
    align-items: center; /* Alinea verticalmente */
    height: 100vh;  /* Altura necesaria */
}
/*
.about_img::before {
    position: absolute;
    content: "";
    background: url(../imagenes/vg.png);
    top: 0;
    height: 100%;
    width: 452px;
    right: 0;
    border-radius: 5px;
    z-index: -1;  -- Aún más al fondo 
}
*/

.about_img figure {
    margin: 0;
    position: relative;
}

.about_img figure img {
    width: 100%;
    position: relative;
    z-index: 0; /* ya no se impone sobre el cabezal */
}

.imgprogramas {
     margin-top: 20px;
     padding-top: 0px;
     width: 385px;
     height: 250px;
     /* background-color: #eae7e7; */
     background-color: #fdd09e;
     padding-bottom: 50px;
}

.gallery .titlepage {
     text-align: center;
}

