﻿.texto-superpuesto {
    position: absolute;
    top: 34%;
    left: 65%;
    transform: translate(-50%, -50%);
    text-align: right;
    color: white;
    z-index: 1;
    width: 39%;
    padding: 10px;
    font-weight: bold;
    overflow: hidden;
    font-size: 40px;
}

    .texto-superpuesto h1 {
        margin: 0;
    }

.titlepnv {
    color: #7e7b7b;
    font-weight: bold;
    padding: 15px 0 25px;
}

.subtitle {
    text-align: center;
    font-weight: bold;
    color: #aa814e;
    margin-top: 15px;
}

.boxtitle {
    font-family: 'Noto Sans', sans-serif ;
    margin-top: 15px;
    height: auto;
    width: 130px;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .boxtitle {
        width: auto;
    }
}

/*planeacion*/

.row1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col1 {
    min-width: 200px;
    margin: 10px;
}



.box3 {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100%;
    flex: 1;
}

.cap1 {
    border: 25px solid #285c4d;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-top: 25px;
}

.cap2 {
    position: relative;
    border: 5px dotted black;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    height: auto;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    border: none;
    margin-top: 25px;
    overflow: hidden;
    flex: 1;
}

.cardheder {
    /*border: 4px solid #bdb9b9;*/
    border-radius: 30px;
    width: 85%;
    height: auto;
    text-align: center;
}

    .cardheder p {
        color: #9d2449;
        padding-top: 5px;
        font-weight: bold;
        margin-top: 3px;
    }

.cardfooter {
    width: 100%;
    position: relative;
    height: 150px;
}

    .cardfooter p {
        height: 100%;
        color: #285c4d;
        font-weight: bold;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        bottom: 0;
        width: 100%;
        margin: 0;
        text-align: center;
    }

@media screen and (max-width: 768px) {
    .cardfooter {
        height: auto;
    }
}

.cont {
    display: flex;
    flex-direction: column;
    height: 700px;
}

@media screen and (max-width: 768px) {
    .cont {
        height: auto;
    }
}

.pagrap {
    width: 80%;
    height: 100%;
    margin-top: 15px;
}

    .pagrap p {
        text-align: justify;
        font-size: 14px;
    }
/***************************/
.conta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.item {
    width: 30%;
    height: 100px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    background-color: white;
}

.banner {
    position: relative;
    background-image: url('/img/pnv/Politica.png');
    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: 100%;
}

    .banner h1 {
        position: absolute;
        top: 35px;
        right: 40px;
        margin: 10px;
        text-align: end;
        font-size: 4.5rem;
        font-weight: bold;
    }



@media screen and (max-width: 768px) {
    .banner {
        padding: 10px;
    }
}





@media screen and (max-width: 768px) {
    .item {
        width: 45%;
    }
}

.item img {
    max-width: 70px;
    margin-right: 20px;
    fill: gray;
}

.item-text {
    flex-grow: 1;
    font-size: 16px;
    font-weight: bold;
    /*color:grey;*/
    /*text-align:justify*/
}

@media screen and (max-width: 768px) {
    .item {
        width: 45%;
    }
}

@media screen and (max-width: 480px) {
    .item {
        width: 100%;
    }
}
/**/
.box {
    border: 1px solid black;
    margin-top: 15px;
    width: 95%;
    border-radius: 0px 90px 90px 0px;
    background-color: #e7d3ad;
    float: right;
    border: 5px solid #cf9f56;
    height: auto;
    overflow: hidden;
    padding: 0px;
}

.box2 {
    border: 1px solid black;
    margin-top: 15px;
    width: 95%;
    border-radius: 90px 0px 0px 90px;
    background-color: #e7d3ad;
    float: left;
    border: 5px solid #cf9f56;
    height: auto;
}

.bx-1 {
    padding-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20%;
}

.bx-2 {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 21%;
    padding: .5px;
}

.anio {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.anio2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}


.anio h1 {
    font-size: 32px;
    color: #591818;
    font-weight: bold;
    padding: 15px;
    margin-right: 25px;
}

.anio2 h1 {
    font-size: 32px;
    color: #591818;
    font-weight: bold;
    padding: 15px;
    margin-left: 25px;
}

.paragrah {
    margin-top: 2%;
    font-family: 'Noto Sans', sans-serif;
    text-align: justify;
    width: 90%;
    height: auto;
}
/*Tabla antecedentes*/
@media screen and (max-width: 768px) {
    .antecedentes {
        display: none;
    }
}

.antesmall {
    width: 100%;
    height: auto;
    background-color: #e7d3ad;
    border: 5px solid #cf9f56;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    /**/
}
/**/
@media only screen and (min-width: 1024px) {
    .antc-1 {
        display: none; /* Oculta el div en pantallas grandes (1024px o más) */
    }
}
/**/
.btn_seg {
    height: 50px;
    width: 100%;
    border: 2px solid #bdb9b9;
    border-radius: 30px;
    margin-top: 120px;
    position: relative;
    background-color: #9f2241;
}

    .btn_seg p {
        color: white;
        font-size: 18px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-weight: bold;
    }

@media screen and (max-width: 768px) {
    .btn_seg {
        margin-top: 20px;
    }
}
.btn_seg2 {
    height: 50px;
    width: 100%;
    border: 2px solid #bdb9b9;
    border-radius: 30px;
    margin-top: 44px;
    position: relative;
    background-color: #9f2241;
}

    .btn_seg2 p {
        color: white;
        font-size: 18px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-weight: bold;
    }

.programap {
    display: grid;
    grid-template-columns: .2fr 1fr;
    height: 130px;
    width: 70%;
}

.programap_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .programap_footer button {
        height: 50px;
        width: 40%;
        border: 2px solid #bdb9b9;
        border-radius: 30px;
        margin-top: 5px;
        background-color: #9f2241;
    }

@media screen and (max-width: 768px) {
    .programap {
        height: 170px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .programap_footer button {
        width: 100%
    }
}

.footer_title {
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
}
.imginformes {
    height: 350px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .imginformes {
        margin-top:20px;
    }
}
