html {
    font-weight: 400;
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

body {
    margin: 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    /*font-family: Roboto, sans-serif;*/
    min-height: 100vh;   
    line-height: 1.6rem;
    height: 100%;
    background-color: #EDF0F4;
}

*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e5e5e5;
}

h1 {
    font-size: 2.25rem;
    line-height: 1.15;
    font-family: inherit;
}

.gobpe-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}

.gobpe-header {
    background-color: #bf0909;
    padding: 1rem 0rem;
}

.gobpe-header-div {
    max-width: 1200px;
    padding-right: 2rem;
    padding-left: 2rem;
    margin: auto;
}

.gobpe-header-div2 {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gobpe-header-img {
    margin-right: 1rem;
    height: 45px;
    width: auto;
    max-width: 100%;
}

.gobpe-header-img2 {
    height: 25px;
    width: auto;
    display: none;
}

.gobpe-header-linea {
    display: inline;
    margin-right: 1rem;
    height: 2.5rem;
    border-left-width: 1px;
    border-color: #fff;
}

.gobpe-header-titulo {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.gobpe-footer {
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-gap: 1rem;
    --text-opacity: 1;
    text-align: center;
    padding: 3rem;
    display: grid;
    color: #fff;
    --bg-opacity: 1;
    background-color: #26292e;
    margin-top: auto;
}

.gobpe-footer-cell {
    line-height: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gobpe-centrar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gobpe-centrar-texto {
    text-align: center;
}

.gobpe-custom-center-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 60px);
}

.gobpe-derecha {
    text-align: right;
    display: block;
    padding-left: 0;
}

.gobpe-footer-cell a {
    color: #ffffff;
}

.gobpe-footer-cell-izq {
    text-align: left;
}

.gobpe-main-body{
    margin-top: 20px;
    margin-bottom: 20px;
   /* border: 2px solid;*/
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
}

.gobpe-consulta-busca{
    padding: 0px;
}

.gobpe-consulta-busca-row {
    padding: 0px;
    margin: 0px;
}

.gobpe-consulta-busca-item {
    background-color: transparent;
    color: #000;
}

.gobpe-pad {
    padding-left: 20px;
    padding-right: 20px;
}

.gobpe-no-pad-r {
    padding-right: 0;
}

.gobpe-no-pad-l {
    padding-left: 0;
}

.gobpe-no-pad {
    padding-left: 0;
    padding-right: 0;
}

.gobpe-mar {
    margin-left: 20px;
    margin-right: 20px;
}

.gobpe-no-mar {
    margin: 0;
}

.gobpe-main-cuadro {
    border: 1px solid #A8A9AB;
    border-radius: 8px;
    padding: 15px;
}

.gobpe-alerta-roja {
    color: #bf0909;
}

.gobpe-boton {
    justify-content: center;
    --text-opacity: 1;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 10rem;
    min-width: 10rem;
    font-size: 1.125rem;
    font-weight: 400;
    font-family: inherit;
    border-radius: 0.25rem;
}

.gobpe-control {
    max-width: 100%;
    height: 63px;
    font-size: 16px;
    border: 1px solid #A8A9AB;
    border-radius: 6px;
}

.gobpe-control-l {
    max-width: 100%;
    height: 63px;
    font-size: 16px;
    border: 1px solid #A8A9AB;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.gobpe-control-c {
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #A8A9AB;
    border-top: 1px solid #A8A9AB;
}

.gobpe-control-r {
    max-width: 100%;
    width: 100%;
    height: 63px;
    font-size: 16px;
    border: 1px solid #A8A9AB !important;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.gobpe-mensaje-a {
    color: #BF0909;
    background-color: #F9DEDC;
    font-weight: bold;
    padding: 5px 10px;
}

.gobpe-icon-number {
    background-color: #BF0909;
    padding-top: 8px;
    padding-right: 26px;
    padding-left: 16px;
    padding-bottom: 8px;
    font-size: 20px;
    border-radius: 20px;
}

.gobpe-resultado {
    margin-left: -35px;
    margin-right: -35px;
    background-color: #EDF0F4;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.gobpe-res-tabla-base {
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
}

.gobpe-res-tabla-cuerpo {
    border: 5px solid #dddddd;
    margin-bottom: 0;
}

.gobpe-res-tabla-cuerpo > thead > tr > th {
    background-color: #0056ac;
    color: #fff;
    text-align: center;
    border: 1px solid #dddddd;
}

.gobpe-res-tabla-cuerpo > tbody > tr > td {
    border-left: 1px solid #dddddd;
     border-right: 1px solid #dddddd;
}

.gobpe-res-tabla {
    padding-left: 0;
    padding-right: 0;
}

.gobpe-icon-center {
    display: flex;
    justify-content: center;
}

.gobpe-row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.gobpe-fuente-tabla {
    font-size: 12px;
    flex-direction: column;
    font-style: italic;
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gobpe-fuente-tabla > ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 5px;
}

.gobpe-tabla-nodata {
    font-size: 16px;
    font-weight: bold;
}

.gobpe-tabla-seccion-respuesta {
    padding-bottom: 20px;
}

.gobpe-seecion-tabla-titulo {
    font-size: 18px;
}

.gobpe-no-top {
    margin-top: 0;
}

@media (min-width: 768px) {
    .gobpe-header-img2 {
        display: block;
    }

    .gobpe-header-linea {
        margin-left: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .gobpe-control-r {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gobpe-control-r {
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media (max-width: 767px) {
    .gobpe-sm-r {
        text-align: right;
    }
}

@media (max-width: 421px) {
    .gobpe-sm {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .gobpe-main-body {
        padding-left: 0;
        padding-right: 0;
    }

    .gobpe-derecha {
        width: 100%;
        margin-top: 0;
    }

    .gobpe-derecha > button {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .gobpe-izquierda {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media (min-width: 422px) {
    .gobpe-sm {
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }

    .mensaje-resultado-datos {
        height: 59.7px; 
    }
}

@media (max-width: 458px) {
    .gobpe-boton-l {
        margin-right: 0;
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .gobpe-boton-r {
        margin-left: 0;
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }
}

@media (max-width: 767px) {
    .gobpe-tabla-nodata-main {
        display: none
    }
}

@media (min-width: 768px) {
    .gobpe-tabla-res-small {
        display: none;
    }
}

@media (max-width: 768px) {
    .gobpe-res-tabla-base {
        border: none;
        overflow-x: hidden;
        overflow-y: hidden;
        margin-bottom: 0;
    }

    .gobpe-res-tabla-base > table > thead > tr > th, .gobpe-res-tabla-base > table > tbody > tr > td {
        white-space: normal !important;
    }
}

@media (max-width: 767px) {
    .gobpe-main-body {
        margin-top: 0;
        margin-bottom: 0;
    }

    .gobpe-tabla-res {
        display: none;
    }

    .gobpe-card-item {
        border: 2px solid #dddddd;
        padding: 10px;
        margin-bottom: 5px;
    }

    .gobpe-tabla-res-small {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .gobpe-seecion-tabla-titulo {
        font-weight: bold;
        color: #0056ac !important;
    }
}

@media (min-width: 422px) and (max-width: 629px) {
    .gobpe-derecha {
        width: 50%;
    }

    .gobpe-izquierda {
        width: 50%;
    }
}

@media (min-width: 520px) and (max-width: 629px) {
    .gobpe-izquierda {
        font-size: 20px;
        width: 60%;
        padding-right: 10px;
    }

    .gobpe-derecha {
        font-size: 20px;
        width: 40%;
    }
}

@media (max-width: 519px) {
    .gobpe-derecha {
        width: 100%;
        margin-top: 0;
    }

    .gobpe-derecha > button {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .gobpe-izquierda {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-top: 10px;
        margin-top: 10px;
    }
}

@media (min-width: 1060px) {
    .gobpe-footer-2 {
        display: none;
    }

    .gobpe-footer-1 {
        display: none;
    }
}

@media (min-width: 680px) and (max-width: 1059px) {
    .gobpe-footer {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .gobpe-footer-cell {
        justify-content: left;
    }

    .gobpe-footer-2 {
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
    }

    .gobpe-footer-3 {
        display: none;
    }

    .gobpe-footer-1 {
        display: none;
    }
}

@media (max-width: 679px) {
    .gobpe-footer {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }

    .gobpe-footer-cell {
        flex-direction: column;
        text-align: center;
    }

    .gobpe-footer-2 {
        display: none;
    }

    .gobpe-footer-3 {
        display: none;
    }
}