﻿* {
    font-family: 'Noto Sans', sans-serif;
}

.tool-box {
            background-color: #D9D9D9;
            padding: 20px;
            border-radius: 30px;
        }

.banner {
    background-image: url('/img/pnv/PNV_Banner.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height:70%;
    width:auto;
}
    .banner h1 {
        margin: 0 25px 60px;
        text-align:start;
        font-weight:bold;
        font-size:4.5rem;
        
    }

@media screen and (max-width: 768px) {
    .banner {
        padding: 10px;
    }
}

.sect_programa {
    padding: 20px 0px 20px 0px;
}

.titlepnv {
    color: #7e7b7b;
    font-weight: bold;
    padding:15px 0 25px;    
}

@media screen and (max-width: 768px) {
    .titlepnv {
        padding: 5px 0 10px;
    }
}

.titlecolor {
    font-weight: bold;
    color: #bc955c;
    margin-top:10px;
    text-align:justify;
}

.paragraph {
    text-align: justify;
    font-size: 16px;
}

.bx_firsbox{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
    gap:60px
}

@media screen and (max-width: 768px) {
    .bx_firsbox {
        grid-template-columns: 1fr;
    }
}

.bx_pnv {
    display: grid;
    grid-template-columns: .5fr .5fr 1fr;
    height: 120px;
    width:100%;
    gap: 5px;
    border: 1px solid #bc955c;
}

.bx_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
    .bx_icon img {
        height: 100px;
        width: 100px;
    }

.bx_num {   
    font-size: 2rem;    
    color: #bc955c;
    position: relative;
}
    .bx_num h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        font-weight: bold;
    }

.bx_paragraph {
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
    .bx_paragraph p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        width: 100%;
        text-align: justify;
        font-size:16px;
        padding-right:5px
    }

@media screen and (max-width: 768px) {
    .bx_paragraph p {
        font-size:14px;
    }
}

.bx_avance {
    display: grid;
    grid-template-columns: 1.5fr 2fr 1.5fr;
    height: auto;
    width: 100%;
    gap: 5px;
    margin-top:70px;
}

.bx_btn {
    height: 67px;
    width: 90%;
    border: 4px solid #bdb9b9;
    border-radius: 30px;
    margin-top: 35px;
    position: relative;
    background-color: #9f2241;
}

    .bx_btn p {
        color: white;
        font-size: 18px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-weight: bold;
        
    }
.informes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    height: auto;
    text-align: center;
}
/*.imginfo:hover {
    transform: scale(1.02);*/ 
    /*cursor: default;*/ 
/*}*/

@media screen and (max-width: 768px) {
    .bx_num h1 {
        position: absolute; 
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        font-size:25px;
    }
}

.avance_img {
    width: 110%;
    height: auto;
    text-align: center;
    margin-left: -25px;
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .informes {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .bx_avance {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .bx_img {
        margin-top:20px;
    }
}

.avance_img:hover {
    transform: scale(1.045); 
    cursor: pointer; 
}

@media screen and (max-width: 768px) {
    .footer_bximg {
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .lista2 {
        margin-top: 100px;
    }
}

.footer_bximg {
    position: absolute;
    top: 90%;
    width: 100%;
    text-align: center;
    height: auto;
    background-color: #bc955c;
    color: white;
}

.lista {
    column-count: 1; 
    column-gap: 10px; 
}

    .lista li {
        margin-bottom: 10px; 
        list-style: none;
        line-height: 35px;
    }

        .lista li::before {
            content: '*';
            background-image: url('/img/pnv/check_box.svg'); 
            background-size: contain; 
            display: inline-block;
            background-repeat: no-repeat;
            width: 30px; 
            height: 30px; 
            margin-left: -30px; 
            margin-right: 5px;
            line-height: 30px;
            font-size: 0;
        }
        .lista li.pruebapnv:before {
            content: '*';
            background-image: url('svg/enproceso_pnv.svg');
            background-size: contain;
            display: inline-block;
            background-repeat: no-repeat;
            width: 40px;
            height: 30px;
            margin-left: -40px;
            margin-right: 5px;
            line-height: 30px;
            font-size: 0;
        }

/**/
.lista2 {
    column-count: 1; 
    column-gap: 10px; 
}

    .lista2 li {
        margin-bottom: 10px; 
        list-style: none; 
        line-height: 35px;
    }
        .lista2 li.vineta1:before {
            content: '*';
            background-image: url('/img/pnv/Vivienda_a.svg'); 
            background-size: contain;
            display: inline-block;
            background-repeat: no-repeat;
            width: 40px; 
            height: 40px;
            margin-left: -20px; 
            margin-right: 5px;
            line-height: 30px;
            font-size: 0;
        }
        .lista2 li.vineta2:before {
            content: '*';
            background-image: url('/img/pnv/Financiamiento.svg'); 
            background-size: contain;
            display: inline-block;
            background-repeat: no-repeat;
            width: 40px; 
            height: 40px; 
            margin-left: -20px; 
            margin-right: 5px;
            line-height: 30px;
            font-size: 0;
        }
        .lista2 li.vineta3:before {
            content: '*';
            background-image: url('/img/pnv/capacitacion.svg'); 
            background-size: contain; 
            display: inline-block;
            background-repeat: no-repeat;
            width: 40px;
            height: 40px; 
            margin-left: -20px; 
            margin-right: 5px; 
            line-height: 30px;
            font-size: 0;
        }
        .lista2 li.vineta4:before {
            content: '*';
            background-image: url('/img/pnv/planeacion.svg'); 
            background-size: contain; 
            display: inline-block;
            background-repeat: no-repeat;
            width: 40px; 
            height: 40px; 
            margin-left: -20px; 
            margin-right: 5px; 
            line-height: 30px;
            font-size: 0;
        }
        .lista2 li.vineta5:before {
            content: '*';
            background-image: url('/img/pnv/Vivienda_a.svg'); 
            background-size: contain; 
            display: inline-block;
            background-repeat: no-repeat;
            width: 40px; 
            height: 40px;
            margin-left: -20px; 
            margin-right: 5px;
            line-height: 30px;
            font-size: 0;
        }
        .lista2 li.vineta6:before {
            content: '*';
            background-image: url('/img/pnv/mejoratecnologica.svg');
            background-size: contain; 
            display: inline-block;
            background-repeat: no-repeat;
            width: 40px; 
            height: 40px; 
            margin-left: -20px;
            margin-right: 5px; 
            line-height: 30px;
            font-size: 0;
        }

.cierre {
    float: right;
    margin-right: 18px;
    width: 110%;
    margin-top: 18px;
    column-count: 1;
    column-gap: 10px;
}

        /*PNV tab*/
.pnvtab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    padding: 0;
    list-style: none;
    margin: 0;
}
    .pnvtab li a {
        background-color: #ECF0F1;
        color: black;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
@media screen and (max-width: 768px) {
    .pnvtab {
        margin-top: 60px;
        gap:5px;
    }
}

.info_avance {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    width: 80%;
    margin: 0 auto;
}

.imginfo {
    height: 420px;
    width: 85%; 
    object-fit: cover; 
}

.button_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bx_btn {
    padding: 10px 20px;
    background-color: #9f2241;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .info_avance {
        grid-template-columns: 1fr; 
    }

    .imginfo {
        height: auto; 
        margin: 0 auto;
    }

    .bx_btn {
        width: 100%; 
        text-align: center;
    }
}
