/*  --- Inicio Index --- */

.ilustraciones_title {
    width: 100%;
    text-align: center;
}

.pry-illustrations__item {
    text-align: center;
    width: 25%;
    padding: 20px;
}

.pry_illustration_home_title .h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #3b5769;
    margin-left: 0px;
    margin-top: 30px;
    /* line-height: 1.8; */
}


.pry_illustration_home_title .h5 {
    font-size: 1rem;
    font-weight: 400;
    color: #1e4457;
    margin-top: 5px;
    /* line-height: 1.8; */
}

.pry_illustration_home_title {
    width: 100%;
    text-align: center;
}

.pry_illustration_home_body {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.pry_illustration_home_links {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

    .pry_illustration_home_links a {
        color: #004657;
        border-bottom: 2px solid #004657;
        font-weight: 600;
        line-height: 20pt;
    }

.linea_verde {
    width: 35px;
    height: 6px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #7acb67;
}

.linea_amarillo {
    width: 35px;
    height: 6px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #ebd03d;
}

.linea_morado {
    width: 35px;
    height: 6px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #a92186;
}

.linea_azul {
    width: 35px;
    height: 6px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #97cef1;
}

.home-illustrations_oscuro {
    background: linear-gradient(90deg, #68b7bd, #33598b);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
}

.home-illustrations_colores {
    background: linear-gradient(90deg, #e9a126, #9bda41, #e9a427);
    width: 100%;
    height: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
}

.osc_items {
    display: flex;
    overflow: hidden;
    width: 33%;
    padding: 20px;
    padding-bottom: 50px;
}

.osc_img {
    display: flex;
    overflow: hidden;
    width: 35px;
}

    .osc_img img {
        width: 33px;
        height: 44px;
    }


.osc_contenido {
    overflow: hidden;
}

.osc_illustration_home_title .h3 {
    font-size: 1.25rem;
    font-weight: 800;
    text-align: left;
    color: #fff;
    margin-left: 10px;
    /* line-height: 1.8; */
}


.osc_illustration_home_title .h5 {
    font-size: 0.9rem;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin-top: 5px;
    margin-left: 10px;
    /* line-height: 1.8; */
}

.osc_illustration_home_title {
    width: 100%;
    text-align: center;
}

.osc_illustration_home_links {
    width: 100%;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

    .osc_illustration_home_links a {
        color: #fff;
        border-bottom: 2px solid #fff;
        font-weight: 600;
        line-height: 20pt;
    }


/*  --- Inicio Eventos --- */


.noticias_titulo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 80px;
}

.eventos_titulo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 80px;
}

.pry_cont-events {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
    justify-content: space-around;
}

.pry_cont-events2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 450px;
    margin: auto;
    justify-content: space-around;
}

.noticias {
    max-width: 26.25rem;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 25px 2px rgba(242,239,242,1);
    -moz-box-shadow: 0px 0px 25px 2px rgba(242,239,242,1);
    box-shadow: 0px 0px 25px 2px rgba(242,239,242,1);
}

.noticias__header {
    display: flex;
    align-items: center;
}

    .noticias__header img {
        width: 100%;
    }

.noticias__body {
    position: relative;
    padding: 15px;
    padding-bottom: 35px;
}

.noticias__whole-date {
    margin: 0;
    color: #1e4457;
}

h4, .h4 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #1e4457;
    /* line-height: 1.8; */
}

.noticias__description {
    /* border-bottom: 1px solid #9b9b9b; */
    padding: 1rem 0;
    margin: 0;
}

h5, .h5 {
    font-size: rem;
    font-weight: 400;
    color: #1e4457;
    /* line-height: 1.8; */
}

.noticias__see-more .text-content {
    position: relative;
    /*z-index: 1;
    display: flex;
    align-items: center;*/
}

.noticias__see-more {
    position: absolute;
    /* bottom: 0; */
    /* right: 0; */
    color: #004657;
    font-weight: 600;
    text-align: center;
}

    .noticias__see-more:before {
        content: '';
        height: 1.5px;
        background-color: #004657;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
/*.noticias__see-more span:before {
    content: '';
    height: 1px;
    background-color: #004657;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}*/

/*  --- Fin Eventos --- */

/*  --- Inicio Ssantiago--- */

.banner-citizen-santiago {
    display: flex;
    width: 100%;
    max-width: 68.1875rem;
    margin: auto;
    margin-bottom: 60px;
    margin-top: 60px;
}

.banner-citizen-santiago__content {
    width: 70%;
    background-color: #f8f8f8;
    padding: 1.5rem;
}

.pry_santiago_home_links a {
    color: #004657;
    border-bottom: 2px solid #004657;
    font-weight: 600;
    line-height: 20pt;
}

/*  --- Fin Eventos --- */

/*  --- Fin Index --- */



/*  --- Inicio pagina 2 --- */


.home-illustrations_map_pry {
    background-color: #f8f8f8;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
}


.map_pry-illustrations__item {
    text-align: center;
    width: 50%;
    padding: 20px;
}

.noticias2 {
    max-width: 26.25rem;
    width: 350px;
    position: relative;
    margin-bottom: 40px;
    right: 0;
}

.map_pry_img {
    width: 100%; /*ajuste temporal*/
    display: inline-block;
    flex-wrap: wrap;
}


.map_pry_cont-events2 {
    display: inline-block;
    flex-wrap: wrap;
    width: 350px; /*ajuste nuevo*/
    max-width: 450px;
    justify-content: space-around;
}

.noticias2_titulo {
    /*margin-left: auto;*/
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 80px;
}

noticias2__header {
    display: flex;
    align-items: center;
}

.noticias2__header img {
    width: 100%;
}

.noticias2__body {
    position: relative;
    padding: 15px;
    padding-bottom: 35px;
}

.noticias2__description {
    /* border-bottom: 1px solid #9b9b9b; */
    padding: 1rem 0;
    margin: 0;
}



.noticias2__see-more {
    position: absolute;
    /* bottom: 0; */
    /* right: 0; */
    color: #004657;
    font-weight: 600;
    text-align: center;
}



.map_pry {
    display: flex;
    overflow: hidden;
    width: 68%; /*ajuste temporal*/
    padding: 20px;
    padding-bottom: 50px;
}



.banner-citizen-map_pry__content {
    width: 1000%;
    background-color: #f8f8f8;
    padding: 1.5rem;
    margin-right: 450px;
}

.mapy_pry_home_links a {
    color: #004657;
    border-bottom: 2px solid #004657;
    font-weight: 600;
    line-height: 20pt;
}



.map_pry-block_titulo {
    overflow: hidden;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

    .map_pry-block_titulo .A {
        float: left;
        height: 20px;
    }

    .map_pry-block_titulo h6, h7 {
        margin-bottom: 12px;
        margin-top: 12px;
    }


/*  --- Fin pagina 2 --- */

/* --- ESTILOS ENCABEZADO PROYECTOS */
.titulo1_pry {
    font-size: 1rem;
    font-weight: 400;
    color: #1e4457;
}

.titulo2_pry {
    font-size: 1rem /*0.875rem*/;
    font-weight: 700;
    color: #1e4457;
    /* line-height: 1.8; */
    padding-top: 5px;
}

.titulo_encabezado_pry {
    font-size: 1rem /*0.875rem*/;
    font-weight: 700;
    color: #1e4457;
    line-height: 1.8;
}

.contenido_encabezado_pry {
    font-size: 0.9rem;
    font-weight: 400;
    color: #1e4457;
}

/* --- FIN ESTILOS ENCABEZADO PRODUCCION */




.pry_banner {
    overflow: hidden;
    width: 100%;
    background-color: #f8f8f8;
    /*box-shadow: 0 -5px 6px 0 rgba(0, 0, 0, 0.2);*/
    z-index: 300;
    margin-bottom: 20px;
}

.pry_banner .A {
    float: left;
    width: 25%;
    height: 160px;
    background-color: #0ba2b1;
}

.pry_banner .A img {
    height: 100%;
    margin: 0 -50px 0 -170px;
}

.pry_banner .B {
    background-color: #E0BE79;
    padding: 15px;
    float: left;
    width: 37.5%;
    height: 160px;
}

.pry_banner .C {
    padding: 5px;
    float: right;
    width: 37.5%;
    height: 130px;
}


.pry_banner_tile {
    border-radius: 0px;
    /*box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);*/
    border: solid 0px #ffffff;
    overflow: hidden;
}

.h6_titulo_pry {
    font-size: 16px /*20px*/;
    text-align: left;
    font-weight: 400;
    color: #fff;
}

.pry_banner_tile p {
    margin: 0 5px 0px;
}

.h6_titulo_italic_pry {
    font-size: 15px;
    /*font-style: italic;*/
    font-weight: 500;
    color: #fff;
}


/* ---- botones --- */

.pry_button_blue {
    /*margin-top: 15px;*/
    overflow: hidden;
    text-align: right;
}

.pry_btn-b {
    border-radius: 4px;
    font-size: 0.875rem;
    /*padding: 5px 23px;*/
}

.pry_btn-b {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pry_btn-blue {
    color: #fff;
    background-color: #1cb0c9;
    border-color: #1cb0c9;
}

.pry_btn-white {
    color: #1cb0c9;
    background-color: #fff;
    border-color: #1cb0c9;
}


/* ---- fin botones ---- */

/* ---- Tile list --- */

.tiles_color {
    width: 100%;
    height: 700px;
    background-color: #f8f8f8;
    margin-bottom: 0px;
    padding-top: 30px;
}

.tiles_color2 {
    width: 100%;
    height: 300px;
    background-color: #f8f8f8;
    margin-bottom: 0px;
    padding-top: 30px;
}

.tiles_color3 {
    width: 100%;
    height: 750px;
    background-color: #f8f8f8;
    margin-bottom: 0px;
    padding-top: 30px;
}

.tiles_color4 {
    width: 100%;
    height: 600px;
    background-color: #f8f8f8;
    margin-bottom: 0px;
    padding-top: 30px;
}

.tiles_color5 {
    width: 100%;
    /*height: 590px;*/
    background-color: #f8f8f8;
    margin-bottom: 0px;
    padding-top: 30px;
}

.tiles_color6 {
    width: 100%;
    /*height: 550px;*/
    background-color: #f8f8f8;
    margin-bottom: 0px;
    padding-top: 30px;
}

.pry_datos_grl {
    width: 1350px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: flex;
    overflow: hidden;
    text-align: center;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin: 1rem;*/
}

.pry_datos_grl2 {
    width: 1350px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: flex;
    overflow: hidden;
    text-align: center;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin: 1rem;*/
}

.rec_presupuesto_2 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: flex;
    overflow: hidden;
    text-align: center;
}

.pry_datos_grl_header {
    display: flex;
    overflow: hidden;
    background-color: #f8f8f8;
    width: 450px;
    /*padding-left: 3rem;
    padding-right: 3rem;*/
    text-align: center;
    padding-left: 50px;
}

    .pry_datos_grl_header img {
        width: 80px;
        height: 80px;
        margin: 10px;
    }

.pry_datos_grl_text {
    /*width: 300px;*/
    text-align: left;
}

    .pry_datos_grl_text label {
        font-size: 1rem /*0.875rem*/;
        font-weight: 400;
        color: #1e4457;
        padding-left: 30px;
    }

    .pry_datos_grl_text li {
        font-size: 1.25rem;
        font-weight: 800;
        color: #1e4457;
        display: inline-block;
    }


    .pry_datos_grl_text .h3 {
        /*font-size: 1rem;*/
        font-size: 1.2rem;
        text-align: left;
        font-weight: 800;
        color: #1e4457;
        margin-left: 30px;
    }

    .pry_datos_grl_text .h5 {
        /*font-size: 0.9rem;*/
        text-align: left;
        color: #1e4457;
        font-weight: 800;
        margin-top: 5px;
        margin-left: 30px;
    }


/* ---- boton ficha ebi ---- */
.btn_ficha_pry {
    background-color: #f8f8f8;
    width: 300px;
    display: flex;
    margin-left: auto;
    /*margin-right: auto;*/
    justify-content: center;
    align-items: center;
    padding: 1.5rem 1rem;
}


/* ---- fin boton ficha ebi ---- */

/* ---- progress bar ---- */


/* completo*/
.progres_contenedor {
    width: 200px;
    height: 15px;
    margin-left: 30px;
    position: relative;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #004657;
}
/* porcentaje*/
.progres {
    background-color: #E0BE79;
    height: 100%;
    border-radius: 7px;
    position: absolute;
    line-height: inherit;
}
/* ---- fin proress bar ---- */
/* ---- fin Tile list ---- */

.pry_documentos_relacionados {
    width: 1100px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}


/* ---- Inicio tile productos ---- */


/* ---- tile verde ---- */
.prod-card__header {
    background-color: #E0BE79;
    width: 380px;
    min-height: 75px;
    display: flex;
    align-items: center;
    padding: 5px 16px 5px 16px;
    height: auto;
}


.prod-card__header-text p {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    max-width: 260px;
    margin-top: 10px;
    height: auto;
}

.prod-card__clasification-id {
    background-color: #ffffff;
    color: #E0BE79;
    width: 3.3125rem;
    height: 3.3125rem;
    border-radius: 50%;
    text-transform: uppercase;
    text-align: center;
    line-height: 3.3125rem;
    margin: 0 2rem 0 0;
}




/* ---- tile verde ---- */

.pry_prod_grl {
    /*width: 1290px;*/
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    overflow: hidden;
    text-align: center;
    overflow-y: auto;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin: 1rem;*/
}


.titulo_icono {
    width: 1290px;
    background-color: #f8f8f8;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.pry_prod_grl_header {
    display: flex;
    overflow: hidden;
    background-color: #f8f8f8;
    width: 450px;
    height: 85px;
    /*padding-left: 3rem;
    padding-right: 3rem;*/
    text-align: center;
}

.pry_prod_grl .A {
    display: flex;
    overflow: hidden;
    background-color: #fff;
    width: 380px;
    height: auto;
    /*padding-left: 3rem;
    padding-right: 3rem;*/
    text-align: center;
}


.pry_prod_grl .B {
    display: flex;
    overflow: hidden;
    background-color: #fff;
    width: 300px;
    height: auto;
    /*padding-left: 3rem;
    padding-right: 3rem;*/
    text-align: center;
    overflow-y: auto;
}

    .pry_prod_grl .B p {
        font-size: 0.875rem;
        font-weight: 700;
        color: #1e4457;
        text-align: center;
        position: relative;
        top: 30%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.pry_prod_grl .H {
    display: flex;
    overflow: hidden;
    background-color: #fff;
    /*width: 310px;*/
    height: auto;
    /*padding-left: 3rem;
    padding-right: 3rem;*/
    text-align: center;
    
}

    .pry_prod_grl .H p {
        font-size: 0.750rem;
        font-weight: 700;
        color: #1e4457;
        text-align: center;
        position: relative;
        top: 30%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }



.pry_prod_grl .C {
    display: flex;
    overflow: hidden;
    background-color: #fff;
    width: 220px;
    height: 75px;
    /*padding-left: 3rem;
    padding-right: 3rem;*/
    text-align: center;
}

    .pry_prod_grl .C label, .pry_prod_grl .C p {
        padding: 0 0 0 20px;
        text-align: center;
    }

.prod_valor {
    text-align: center;
    position: relative;
    top: 30%;
    font-size: 0.9rem;
    font-weight: 800;
    color: #1e4457;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

.prod_valor_2 {
    text-align: center;
    position: relative;
    top: 40%;
    font-size: 1.25rem;
    font-weight: 800;
    color: #1e4457;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pry_prod_grl .D {
    display: flex;
    overflow: hidden;
    background-color: #fff;
    width: 100px;
    height: 75px;
    /*padding-left: 3rem;
    padding-right: 3rem;*/
    text-align: center;
}

    .pry_prod_grl .D label, .pry_prod_grl .D p {
        padding: 0 0 0 20px;
        text-align: center;
    }

.pry_prod_grl .E {
    display: flex;
    overflow: hidden;
    background-color: #fff;
    width: 200px /*190px*/;
    height: 75px;
    text-align: right;
    /*padding-left: 3rem;
    padding-right: 3rem;*/
}

    .pry_prod_grl .E label, .pry_prod_grl .E p {
        padding: 0 0 0 20px;
        /*text-align: left;*/
    }

    .pry_prod_grl .E p {
        text-align: right;
        padding-right: 20px;
        /*text-align: left;*/
    }

.pry_prod_grl .F {
    display: flex;
    overflow: hidden;
    background-color: #fff;
    width: 90px;
    height: 75px;
    text-align: left;
    /*padding-left: 3rem;
    padding-right: 3rem;*/
    text-align: center;
}

    .pry_prod_grl .F label, .pry_prod_grl .F p {
        padding: 0 0 0 20px;
        text-align: left;
    }

.pry_prod_grl .G {
    display: flex;
    overflow: hidden;
    background-color: #fff;
    width: 80px;
    height: 75px;
    text-align: left;
    /*padding-left: 3rem;
    padding-right: 3rem;*/
    text-align: center;
}

    .pry_prod_grl .G a {
        margin-bottom: auto;
        margin-top: auto;
    }


.pry_prod_grl_header img {
    width: auto;
    height: 100px;
    margin: 10px;
}

.pry_prod_grl_text {
    width: 300px;
    text-align: center;
}

    .pry_prod_grl_text label {
        font-size: 15px;
        font-weight: 400;
        color: #1e4457;
        padding-left: 30px;
        margin: 5px 0 0 0;
    }

    .pry_prod_grl_text p {
        margin: 0 0 5px 0;
    }
/* ---- Fin tile verde ---- */

/* ---- Fin tile productos ---- */

/* ---- Inicio Tabla productos ---- */

.pry_tabla_grl {
    width: 1290px;
    background-color: #f8f8f8;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    display: flex;
    overflow: hidden;
    text-align: center;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin: 1rem;*/
}

    .pry_tabla_grl .A {
        display: flex;
        overflow: hidden;
        background-color: #fff;
        width: 33%;
        min-height: 40px;
        margin-right: 5px;
        /*padding-left: 3rem;
    padding-right: 3rem;*/
        text-align: center;
    }

/*
.pry_tabla_grl .A label{
    font-size: 16px;
    font-weight: 400;
    color: #1e4457;
    padding-left: 30px;
    margin: 5px 0 0 0;
    position: relative;
    line-height: 1;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 40%;
    text-align: center;
    vertical-align: middle;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}
*/

.pry_tabla_grl_Act label {
    font-size: 16px;
    font-weight: 400;
    color: #1e4457;
    padding-left: 30px;
    margin: 5px 0 0 0;
    position: relative;
    line-height: 1;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 40%;
    text-align: left;
    vertical-align: middle;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pry_tabla_grl_Cos label, .pry_tabla_grl_Can label {
    font-size: 16px;
    font-weight: 400;
    color: #1e4457;
    padding-left: 30px;
    margin: 5px 0 0 0;
    position: relative;
    line-height: 1;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 40%;
    text-align: center;
    vertical-align: middle;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}





.pry_tabla_grl .A p {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1e4457;
    position: relative;
    line-height: 1;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    text-align: center;
    vertical-align: middle;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



.pry_tabla_grl .B {
    display: flex;
    overflow: hidden;
    background-color: #fff;
    width: 30%;
    height: 40px;
    margin-right: 5px;
    /*padding-left: 3rem;
    padding-right: 3rem;*/
    text-align: center;
}

    .pry_tabla_grl .B label, .pry_tabla_grl .B p {
        line-height: 1;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        text-align: center;
        vertical-align: middle;
    }

.pry_tabla_grl .C {
    display: flex;
    overflow: hidden;
    background-color: #fff;
    width: 23%;
    height: 40px;
    margin-right: 5px;
    /*padding-left: 3rem;
    padding-right: 3rem;*/
    text-align: center;
}

    .pry_tabla_grl .C label, .pry_tabla_grl .C p {
        line-height: 1;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        text-align: center;
        vertical-align: middle;
    }

.pry_tabla_grl_text {
    width: 400px;
    vertical-align: middle;
}

.pry_tabla_grl_Act {
    width: 400px;
    vertical-align: middle;
}

.pry_tabla_grl_Cos {
    width: 400px;
    vertical-align: middle;
}

.pry_tabla_grl_Can {
    width: 400px;
    vertical-align: middle;
}

.pry_tabla_grl_text p {
    text-align: center;
    vertical-align: middle;
}

/* ---- Fin Tabla productos ---- */

.pry_token-card {
    width: 100%;
    max-width: 100%;
    margin: 30px;
}

.pry-token-cards {
    display: flex;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    /* justify-content: space-around; */
    flex-wrap: wrap;
    padding: 1rem;
}

.pry_token-card__header2 {
    background-color: #E0BE79;
    height: 50px;
    /* min-height: 6.25rem; */
    display: flex;
    align-items: center;
    vertical-align: middle;
    padding: 1rem;
}

.pry_token-card__header3 {
    background-color: #f8f8f8;
    height: 100px;
    /* min-height: 6.25rem; */
    display: flex;
    align-items: center;
    vertical-align: middle;
    padding: 1rem;
}

    .pry_token-card__header3 label {
        font-size: 18px;
        font-weight: 400;
        color: #1e4457;
        padding-left: 30px;
        margin: 0 0 70px 0;
    }

.h7_pry_card {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 30px;
    /* line-height: 1.8; */
}

/**/

.pry_finan {
    /*width: 1500px;*/
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 40px;*/
    display: flex;
    /*overflow: hidden;*/
    text-align: center;
    min-width: 1355px;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin: 1rem;*/
}

.pry_finan_header {
    background-color: #fff;
    width: 50%;
    /*padding-left: 3rem;
    padding-right: 3rem;*/
    text-align: center;
    /*margin-left: 25px;
    margin-right: 25px;*/
    min-width: 677px;
}

    .pry_finan_header img {
        width: 600px;
        padding-top: 3px;
        padding-right: 0px;
    }

.grafica_finan {
    /*height: 230px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

    .grafica_finan img {
        width: 380px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

.finana_presup {
    overflow: hidden;
    width: 710px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

    .finana_presup .A {
        float: left;
        width: 350px;
        height: 110px;
    }

    .finana_presup .B {
        margin-left: 10px;
        float: left;
        width: 350px;
        height: 110px;
    }

.finan_tile {
    text-align: left;
    height: 100px;
    border-radius: 0px;
    background-color: #ffffff;
    /*box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);*/
    margin-top: 5px;
    border: solid 1px #fff;
    border-bottom: 0;
    /*overflow: hidden;*/
}




.card-body_finan {
    width: 100px;
    float: left;
    padding: 0px 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 10px;
}

    .card-body_finan img {
        width: 80px;
        margin-left: auto;
        margin-right: auto;
    }

.pry_finan_img {
    display: flex;
    overflow: hidden;
    background-color: #fff;
    width: 550px;
    /*padding-left: 3rem;
    padding-right: 3rem;*/
    text-align: center;
}





.pry_finan_text {
    width: 350px;
    text-align: right;
}


    .pry_finan_text label {
        font-size: 1.2rem /*0.875rem*/;
        text-align: left;
        font-weight: 400;
        color: #1e4457;
        margin-left: 30px;
    }

    .pry_finan_text .h3 {
        font-size: 1rem;
        text-align: left;
        font-weight: 800;
        color: #1e4457;
        margin-left: 30px;
    }

    .pry_finan_text .h5 {
        text-align: left;
        color: #1e4457;
        font-weight: 800;
        margin-top: 5px;
        margin-left: 30px;
    }

.total_produ {
    font-size: 120%;
}

#registroFotografico .sectionRegistroFotografico {
    text-align: center;
}

#registroFotografico .panelRegistroFotografico {
    display: inline-block;
}

#registroFotografico .innerRegistroFotografico {
    display: flex;
}

#registroFotografico .innerRegistroFotografico a {
    font-size: 34px;
    cursor: pointer;
}

#registroFotografico .arrowRegistroFotografico {
    display: flex;
    align-items: center;
    padding: 20px;
}

#registroFotografico img {
    max-width: 600px;
    max-height: 400px;
}

#registroFotografico .imageRegistroFotografico {
    width: 600px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#graficoAvanceEjecucion {
    display: inline-block;
    width: 700px;
    height: 150px;
}

#graficoFuentesFinanciacion {
    display: inline-block;
    width: 700px;
    height: 150px;
}

.banner-citizen-participation {
    box-shadow: 0 -5px 6px 0 rgba(0, 0, 0, 0.2);
    max-width: 840px;
    margin-bottom: 30px;
}

.supervisor_interventor {
    font-size: 18px;
    font-weight: 400;
    color: #1e4457;
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.bull_supervisor_interventor {
    color: #E0BE79;
    font-size: 20px;
}

.bull_entidad_beneficiada {
    color: #E0BE79;
    font-size: 18px;
}

.tooltip-icon:before {
    margin-right: 0;
}

.entidad_beneficiada {
    display: flex;
}

.proyectosEntidadBeneficiada {
    padding-left: 5px;
}

#proyectosNombre {
    height: 105px;
    overflow: hidden;
}

#proyectosObjetivo {
    height: 85px;
    overflow: hidden;
}

.menu_btn-blue_select {
    width: 19% !important;
    min-width: 200px !important;
}

.menu_btn-blue {
    width: 19% !important;
    min-width: 200px !important;
}

.rec_btn_menu {
    min-width: unset !important;
}

.nombrePilar {
    display: flex;
    align-items: center;
    width: 98%;
    justify-content: space-between;
    padding-left: 15px;
    background-color: white;
    border: 1px solid #E0BE79;
}

.pilar {
    display: flex;
    justify-content: center;
}

.proyectosPilarPazPresupuesto {
    width: 400px;
    min-width: 400px;
    height: 120px;
}