/* APERTURA */

.caf_tit_apertura_proyecto h2, .caf_tit_apertura_proyecto h1 {
    font-size: min(max(22px, 3vw), 36px);
    color: black;/*#fff;*/
}

.caf_apertura_proyecto .jumbotron {
    border-radius: 0rem;
}

.caf_apertura_proyecto a{
    color: black;
}

/* BLOQUE SUPERIOR. FICHAS. OBJETIVO. COMPONENTES */
@media screen and (min-width: 768px) {
    .caf_apertura_proyecto_wrap {
        padding: 6em 15px 3em 15px;
        /*padding: 5em 0 3em 0;*/
    }
}

.caf_dos_col {
    columns: 2;
}

.caf_header {
    padding: 1.25em;
    color: #fff;
}

.caf_header_licitaciones {
    padding: 1.25em 1.25em 0 1.25em;
    color: #fff;
}
/*
.caf_header h6 {
    font-family: Playfair Display,
        serif;
    font-weight: 400;
}
*/
.caf_header h3 {
    font-size: 2em;
    font-weight: 600;
}

.caf_header_licitaciones h3 {
    font-size: 1.5em;
    font-weight: 600;
}

label {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 300;
    display: block;
    margin-bottom: 0em;
}

h5 {
    /*font-size: 1.2em*/
    font-size: min(max(19px, 1.8vw), 22px);
}

.caf_historias h5, .caf_proyectos_bloques_tit h5 {
    font-size: 1.8em
}

.caf_body h5 {
    font-size: 1.4em;
    /*font-weight: 900; */
}

.caf_card h6 {
    font-weight: inherit;
}


.caf_licitaciones_body h6 {
    font-size: .9em;
}

.caf_block1_wrap h5 {
    font-size: .9em;
}

.caf_card {
    margin-top: -80px;
    border-radius: 0px;
    border: none;
    /*border: 1px solid #165578;*/
}

.caf_card_licitaciones {
    border-radius: 0px;
    position: relative;
}

.caf_card .caf_body {
    padding-left: 0;
}

.caf_card_licitaciones p {
    color: #fff;
}

.caf_card_licitaciones h6 span {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    padding-right: 8px;
    border-right: 2px solid #fff;
    margin-right: 7px;
    text-transform: initial;
}

.card-header:first-child {
    border-radius: 0;
}

.caf_separador {
    position: relative;
}

.caf_separador::before {
    content: "";
    background: #ccc;
    position: absolute;
    top: -20px;
    left: 40%;
    width: 20%;
    height: 1px;
}

.caf_licitaciones h6 {
    font-size: .7em;
    font-weight: 100;
    line-height: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.caf_scroll {
    /*height: 300px;*/ /*190px;*/
    /*overflow-y: scroll; */
    overflow-y: auto;
    -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
    /*padding-bottom: 60px;*/
}

.caf_block1_wrap h4 {
    font-family: Raleway,
        sans-serif;
    /*font-weight: 300; */
    font-size: 1.6em;
}

.caf_column_block {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}

.caf_column_block h5 {
    font-size: 18px;
}

.caf_column_block h6 {
    font-weight: inherit;
}

.caf_clear_floats {
    clear: both;
}

.caf_block_h145 {
    display: block;
    min-height: 145px;
}

.project-ods img {
    float: left;
    width: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.adicionalidades {
    padding-bottom: 1em;
}

.adicionalidades h6{
    font-weight: inherit;
}

.adicionalidades .adicionalidadNF{
    font-size: 1.4em;
    font-style: italic;
}
/* SE PUEDEN TENER HASTA 8 PASOS (BARRA DE PROGRESO) */
.caf_progressbar_wrap {
    display: block;
    min-height: 60px;
}

ol.caf_progressbar[data-steps="2"] li {
    width: 49%;
}

ol.caf_progressbar[data-steps="3"] li {
    width: 33%;
}

ol.caf_progressbar[data-steps="4"] li {
    width: 24%;
}

ol.caf_progressbar[data-steps="5"] li {
    width: 19%;
}

ol.caf_progressbar[data-steps="6"] li {
    width: 16%;
}

ol.caf_progressbar[data-steps="7"] li {
    width: 14%;
}

ol.caf_progressbar[data-steps="8"] li {
    width: 12%;
}

ol.caf_progressbar[data-steps="9"] li {
    width: 11%;
}

.caf_progressbar {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 20px 0 20px 0;
    padding: 0;
}

.caf_progressbar li {
    float: left;
    text-align: center;
    position: relative;
}

.caf_progressbar .name {
    font-family: Raleway, serif;
    display: block;
    vertical-align: bottom;
    text-align: center;
    color: black;
    font-size: .8em;
}

.caf_progressbar .step {
    border: 3px solid #ddd;
    background-color: #ddd;
    border-radius: 50%;
    line-height: 1.2;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    z-index: 0;
}

.caf_progressbar .step span {
    opacity: 0.3;
}

.caf_progressbar .active .name,
.caf_progressbar .active .step span {
    opacity: 1;
}

.caf_progressbar .step:before {
    content: "";
    display: block;
    background-color: #ddd;
    height: 0.4em;
    width: 50%;
    position: absolute;
    top: 0.4em;
    left: 0;
    z-index: -1;
}

.caf_progressbar .step:after {
    content: "";
    display: block;
    background-color: #ddd;
    height: 0.4em;
    width: 50%;
    position: absolute;
    top: 0.4em;
    right: 0;
    z-index: -1;
}

.caf_progressbar li:first-of-type .step:before {
    display: none;
}

.caf_progressbar li:last-of-type .step:after {
    display: none;
}

/* BARRA PORCENTUAL */

.progress {
    height: 4rem;
    border-radius: 0rem;
}

.progress-bar {
    border-right: 1px solid white;
    background-color: #fff0;
    font-family: Raleway, sans-serif;
    font-weight: 300;
    font-size: 1.7em;
}

.caf_triangulo_1 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    margin: 0 6%;
}

.caf_triangulo_2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    margin: 0 6%;
}

/* STRAP Y FILETES */

.caf_filete {
    border-bottom: 4px solid;
    border-image-slice: 1;
}


.caf_leyenda_wrap h6 {
    font-size: 0.9em;/*.7em;*/
    font-weight: 300;
    line-height: 0.7;
}

.caf_box_wrap label {
    font-weight: 700;
}

.caf_strap_label h6 {
    display: block;
    font-weight: 100;
    /*font-size: .8em;*/
    font-size: 1em;
    color: #fff;
    background-color: #00789f;
    padding: .5em;
}

.caf_nexprev_bx {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.caf_strap_label span {
    float: right;
}

.caf_pagination {
    font-family: Raleway,
        sans-serif;
    font-weight: 100;
    font-size: 14px;
}

.caf_table_wrap p {
    font-size: .8em;
}

/* HISTORIAS RELACIONADAS */

.caf_historias h4 {
    font-size: min(max(22px, 2.8vw), 28px);
    font-weight: 700;
}

.caf_descarga_proyectos a {
    color: #000;
    text-transform: uppercase;
}

.caf_block2_wrap img {
    width: 100%;
    height: 12vw;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .caf_block2_wrap img {
        height: 52vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .caf_block2_wrap img {
        height: 22vw;
    }
}

.caf_movimientos_li {
    font-family: Raleway, serif;
    font-weight: bold;
}

.caf_movimientos_li span {
    display: block;
    font-weight: normal;
}

@media screen and (min-width: 1200px) {
    .caf_movimientos_li span {
        float: right;
    }

    .pagination_listcaf_one ul {
        min-height: 208px;
    }
}