
.cont-app {
    min-height: 100vh;
    margin: 0 auto;
}



.filtros-container {
    width: 100%;
    margin-bottom: 30px;
}

#tablaConsultarNorma thead {
    background-color: #add6fa;
}

#tablaConsultarNorma tbody tr:nth-child(even) {
    background: #e7e6e6;
    /*cursor: pointer;*/
}

#tablaConsultarNorma tbody tr:nth-child(odd) {
    background: #FFF;
    /*cursor: pointer;*/
}

/*#tablaConsultarNorma tbody tr:hover {
    background-color: #d5ecff;
}*/

/*#tablaConsultarNorma thead, .tablaBuscar tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    even columns width, fix width of table too
}*/

/*#sidebar-menu ul li a {
    font-size: 10px;
}*/

/*#sidebar-menu ul li ul.sub-menu li a {
    font-size: 10px;
}*/
    .estilos-borderBox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--vs-search-input-bg);
    border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
    border-radius: var(--vs-border-radius);
    display: flex;
    padding: 8px 5px 4px 6px;
    outline: none;
    white-space: normal;
}

/* ----------------------- Estilos Boton ----------------*/
.boton-est {
    margin: auto;
    padding: 0.5rem;
    text-transform: uppercase;
    color: #fafafa;
    background-color: #073c5e;
    border: 2px inset rgb(0, 135, 247);
    border-radius: 10px;
    box-shadow: 4px 4px 4px #999;
    transition: 0.3s all ease;
    letter-spacing: 0.1rem;
    font-size: 0.85rem;
    position: relative;
    top: 0;
    right: 0;
    padding-left: 2.5rem;
    border-radius: 8px;
    width: auto;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.boton-est:after, .boton-est:before {
    position: absolute;
    font-family: 'Barrio', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #556ee6;
    transition: 0.3s all ease;
}

.boton-est:before {
    content: '_';
    position: absolute;
    left: 1.4rem;
    top: 0.3rem;
}

.boton-est:after {
    content: '>';
    position: absolute;
    left: 0.8rem;
    top: 0.5rem;
}

.boton-est:hover {
    box-shadow: 1px 1px 20px rgba(150, 150, 150, .2);
    top: -0.1rem;
    right: -0.1rem;
    cursor: pointer;
}

.boton-est:hover:before {
    content: '_';
    position: absolute;
    left: 0.8rem;
    top: -0.1rem;
    transform: translateY(-1px);
}

.boton-est:hover:after {
    content: '>';
    position: absolute;
    left: 1.2rem;
    top: 0.3rem;
}

.tituloH5 {
    margin-right: 10%;
    color: #5b5b5b;
    font-weight: bold;
}

.estilos-grilla {
    border-collapse: collapse;
    background-color: #e3e4e8;
    border: 1px solid #f9f9f9;
    width: 100% !important;
}

.estBtn-modalSp {
    border: 1px solid;
    padding-inline: 7px;
    padding-block: 3px;
    margin-left: 3%;
    background-color: #074f7c;
}

.titlePg {
    margin-left: 34%;
    font-size: 21px;
    font-weight: bold;
    margin-top: 13px;
}

.modal-scroll-content {
    max-height: 31em;
    overflow-y: auto;
    width: 100%;
    text-align: inherit;
}

/*Estilos Loading*/

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    padding: 15%;
    margin-left: 30%;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: rgb(78, 172, 245);
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Estilos botón regresar */
.buttonBack {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    border-radius: 10rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: Inter,sans-serif;
    font-weight: 500;
    cursor: pointer;
}

    .buttonBack:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #173970;
        border-radius: 10rem;
        z-index: -2;
    }

.buttonBack:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #008fb3;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}

.buttonBack:hover {
    color: #fff;
}

.buttonBack:hover:before {
    width: 100%;
}
.contBtnBack {
    position: absolute;
    top: 180px;
    left: calc(90% - 300px);
}

#tablaConsultarProceso thead {
    background-color: #add6fa;
}

#tablaConsultarProceso tbody tr:nth-child(even) {
    background: #e7e6e6;
    /*cursor: pointer;*/
}

#tablaConsultarProceso tbody tr:nth-child(odd) {
    background: #FFF;
    /*cursor: pointer;*/
}

/*.tablaBuscar tbody {
    display: block;
    max-height: 200px;
    overflow: auto;
    scrollbar-width: thin;
}*/

.scroll-tbody::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #e4e4e4; /* or add it to the track */
}

.scroll-tbody::-webkit-scrollbar-thumb {
    background: #aaa;
}

.tablaBuscar thead {
    background-image: -webkit-linear-gradient(top,#fdfdfd,#eaeaea);
}

.tablaBuscar tbody tr:nth-child(even) {
    background: #e7e6e6;
    cursor: pointer;
}

.tablaBuscar tbody tr:nth-child(odd) {
    background: #FFF;
    cursor: pointer;
}

.tablaBuscar tbody tr:hover {
    background-color: #d5ecff;
}

.tablaBuscar thead, .tablaBuscar tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed; /* even columns width , fix width of table too*/
}

.swal2-title {
    font-size: 21px !important;
}
.swal2-popup {
    font-size: 12px;
    min-width: 35em;
}


/* Loading */

.centerrr {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f0f0f0d6;
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.ring {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    animation: ring 1s linear infinite;
}

@keyframes ring {
    0% {
        transform: rotate(0deg);
        box-shadow: 1px 5px 2px #0456c8;
    }

    50% {
        transform: rotate(180deg);
        box-shadow: 1px 5px 2px #0456c8;
    }

    80% {
        transform: rotate(288deg);
        box-shadow: 1px 5px 2px #0456c8;
    }

    100% {
        transform: rotate(360deg);
        box-shadow: 1px 5px 2px #0456c8;
    }
}

.ring:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(255, 255, 255, .3);
}

.text-crg {
    color: #737373;
    font-size: 20px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    /*line-height: 200px;*/
    animation: text 3s ease-in-out infinite;
    font-family: sans-serif;
    margin-top: 280px;
}

.gif-container {
    /*background-image: url(../img/gif-inclusion/principal/bienvenida.gif);*/
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed !important;
    width: 120px !important;
    height: 130px;
    margin: auto;
    left: 260px;
    box-shadow: 0 0px 15px 0px var(--blue);
    border-radius: 5px;
    z-index: 10000;
    background-color: #fff;
    box-shadow: 0 0px 15px 0px #2c6eb4;
    border-radius: 5px;
    border: solid 1px #144e6e;
}

.gif-container2 {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute !important;
    width: 120px !important;
    height: 130px;
    margin: auto;
    left: -70px;
    box-shadow: 0 0px 15px 0px var(--blue);
    border-radius: 5px;
    z-index: 10000;
    background-color: #fff;
    box-shadow: 0 0px 15px 0px #2c6eb4;
    border-radius: 5px;
    border: solid 1px #144e6e;
}

.gif-bienvenida {
    background-image: url(../img/gif-inclusion/principal/bienvenida.gif);
}
.gif-explicacion1 {
    background-image: url(../img/gif-inclusion/principal/explicacion1.gif);
}
.gif-explicacion2 {
    background-image: url(../img/gif-inclusion/principal/explicacion2.gif);
}
.gif-explicacion3 {
    background-image: url(../img/gif-inclusion/principal/explicacion3.gif);
}
.gif-principal {
    background-image: url(../img/gif-inclusion/ciudadanos/principal.gif);
}
.gif-boton-cdh {
    background-image: url(../img/gif-inclusion/ciudadanos/botones/boton-cdh.gif);
}
.gif-boton-nrmg {
    background-image: url(../img/gif-inclusion/ciudadanos/botones/boton-nrmg.gif);
}
.gif-boton-oac {
    background-image: url(../img/gif-inclusion/ciudadanos/botones/boton-oac.gif);
}
.gif-boton-pqr {
    background-image: url(../img/gif-inclusion/ciudadanos/botones/boton-pqr.gif);
}
.gif-boton-ptc {
    background-image: url(../img/gif-inclusion/ciudadanos/botones/boton-ptc.gif);
}
.gif-boton-pyc {
    background-image: url(../img/gif-inclusion/ciudadanos/botones/boton-pyc.gif);
}
.gif-boton-trs {
    background-image: url(../img/gif-inclusion/ciudadanos/botones/boton-trs.gif);
}