@charset "utf-8";

@font-face {
    font-family: FontAwesomeBrand;
    src: url("../fonts/FontAwesome/fa-brands-400.ttf") format('truetype');
}
@font-face {
    font-family: FontAwesomeRegular;
    src: url("../fonts/FontAwesome/fa-regular-400.ttf") format('truetype');
}
@font-face {
    font-family: FontAwesomeSolid;
    src: url("../fonts/FontAwesome/fa-solid-900.ttf") format('truetype');
}
* {
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 12px;
}

html, body {
    min-height: 100vh;
    min-width: 958px;
    width: 100%;
    height: auto;
    /*width:100vh;*/
    background-size: cover;
    scroll-behavior:smooth !important;
}

header {
    background: #1EA0CA;
    /*background: rgb(7, 33, 70);*/
    min-height: 10%;
    width: 100%;
    height: auto;
    border-bottom: solid 2px #f7f7f7;
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 35px;
    box-sizing: border-box;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    /*SI SE REQUIERE QUE SEA CENTRADO APLICAR FLOAT:NONE SOLO EN ESA PANTALLA*/
    .contenido-principal {
        margin: auto;
        min-height: 100vh;
        width: 77.4%;
        min-width: 77.4%;
        float: left;
        box-sizing: border-box;
    }

    .menu-vertical {
        background: rgba(247, 247, 247, 1);
        width: 21%;
        float: left;
        height: auto;
        margin-right: 0.4%;
        box-sizing: border-box;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /*SI SE REQUIERE QUE SEA CENTRADO APLICAR FLOAT:NONE SOLO EN ESA PANTALLA*/
    .contenido-principal {
        margin: auto;
        min-height: 100vh;
        width: 77.4%;
        min-width: 77.4%;
        float: left;
        box-sizing: border-box;
    }

    .menu-vertical {
        background: rgba(247, 247, 247, 1);
        width: 21%;
        float: left;
        height: auto;
        margin-right: 0.4%;
        box-sizing: border-box;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /*SI SE REQUIERE QUE SEA CENTRADO APLICAR FLOAT:NONE SOLO EN ESA PANTALLA*/
    .contenido-principal {
        margin: auto;
        min-height: 100%;
        width: 77.4%;
        min-width: 77.4%;
        float: left;
        box-sizing: border-box;
    }

    .menu-vertical {
        background: rgba(247, 247, 247, 1);
        width: 21%;
        float: left;
        height: auto;
        margin-right: 0.4%;
        box-sizing: border-box;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /*SI SE REQUIERE QUE SEA CENTRADO APLICAR FLOAT:NONE SOLO EN ESA PANTALLA*/
    .contenido-principal {
        margin: auto;
        min-height: 100vh;
        width: 77.4%;
        min-width: 77.4%;
        float: left;
        box-sizing: border-box;
    }

    .menu-vertical {
        background: rgba(247, 247, 247, 1);
        width: 21%;
        float: left;
        height: auto;
        margin-right: 0.4%;
        box-sizing: border-box;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /*SI SE REQUIERE QUE SEA CENTRADO APLICAR FLOAT:NONE SOLO EN ESA PANTALLA*/
    .contenido-principal {
        margin: auto;
        min-height: 100vh;
        width: 77.4%;
        min-width: 77.4%;
        float: left;
        box-sizing: border-box;
    }

    .menu-vertical {
        background: rgba(247, 247, 247, 1);
        width: 21%;
        float: left;
        height: auto;
        margin-right: 0.4%;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1200px) {
    /*SI SE REQUIERE QUE SEA CENTRADO APLICAR FLOAT:NONE SOLO EN ESA PANTALLA*/
    .contenido-principal {
        margin: auto;
        min-height: 100vh;
        width: 77.4%;
        min-width: 77.4%;
        float: left;
        box-sizing: border-box;
    }

    .menu-vertical {
        background: rgba(247, 247, 247, 1);
        width: 21%;
        float: left;
        height: auto;
        margin-right: 0.4%;
        box-sizing: border-box;
    }
}

.fondo-perfil {
    padding: 5px;
    box-sizing: border-box;
}


footer {
    background-color: black;
    margin-top: 100px;
    width: 100%;
    bottom: 0;
    height: 42px;
    min-height: 2%;
    color: white;
    clear: both;
}

.logo-sics-login {
    width: 70%;
    height: auto;
}



/*CENTRA TOTALMENTE LOS ELEMENTOS QUE SE ENCUENTREN DENTRO*/
.center-elements {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.login-box {
    margin-top: 2px !important;
    max-width: 320px;
    border: 1px solid #9C9C9C;
    background-color: #ffffff;
    margin: auto;
}



.input-login {
    border: none;
    display: block;
    width: 80%;
    color: #1EA0CA;
    padding: 6px 12px;
    font: 14px Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    margin-top: 4px !important;
    box-sizing: border-box;
}

    .input-login:focus {
        border-color: transparent;
        outline: 0;
        -webkit-box-shadow: 0;
        box-shadow: 0;
    }




.input-group-addon {
    background-color: transparent;
    border-radius: 0;
    border: 0;
}



.btn {
    font: 12px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background: #1EA0CA;
    /*background: rgb(7, 33, 70);*/
    border-style: Solid;
    border-color: #0078C3;
    border-color: rgba(0, 120, 195, 1);
    border-width: 1px;
    outline: 0px;
}

.btn-login {
    font: 15px Arial, Helvetica, sans-serif;
    color: rgb(7, 33, 70);
    text-align: center;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 40px;
    border-style: none;
    outline: 0px;
}

    .btn-login:hover {
        background: #1EA0CA;
        color: #FFFFFF;
        box-shadow: inset 0 0 0 3px #FFFFFF;
    }

.panel {
    border-style: none;
    border-radius: 0;
}

.container-desabilitarSesion .panel-heading {
    height: 60px;
    border-bottom: solid 2px #f7f7f7;
    background: #cdcdcd;
    border-radius: 0;
}

.container-desabilitarSesion .panel-heading {
    height: 60px;
    border-top: solid 3px;
    border-top-color: #1EA0CA;
    border-bottom: solid 3px white;
    background: #F7F7F7;
    border-radius: 0;
}

.container-desabilitarSesion .panel-body {
    background-color: #F7F7F7;
    background-image: url(../Images/logo-dbsoft.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 35% !important;
    padding: 5% 10%;
    box-sizing: border-box;
}
/*CENTRA UN TEXTO VERTICALMENTE*/
.vertical-align-center {
    height: 100%;
    display: table;
}
    /*CENTRA UN TEXTO VERTICALMENTE*/
    .vertical-align-center p {
        display: table-cell;
        vertical-align: middle;
    }

.titulo-2O-px {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    color: #757C7F;
    color: rgb(117, 124, 127);
}

.lbl-desabilitarSesion {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    color: #757C7F;
    color: rgb(117, 124, 127);
}

.txt-desabilitarSesion {
    font: 12px Arial, Helvetica, sans-serif;
    color: #757c7f;
    background-color: #e6e6e6;
    border: #cdcdcd 1px solid;
    border-radius: 0;
    outline: 0px;
}



.validation-summary-errors {
    background-color: white;
    color: #fa0b0b;
    font-weight: bold;
}



.icono-rojo {
    background-image: url(../Images/icono-rojo_1_.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border: none;
    outline: 0px;
    width: 23px;
    height: 23px;
}

.header-menu1-login {
    font-family: Open Sans;
    font-size: 14px;
    color: #FFFFFF;
    vertical-align: middle;
}




.logo-sic-desabilitarSesion {
    background-image: url(../Images/logo-dbsoft.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.header-menu2-login {
    font-family: Open Sans;
    font-size: 14px;
}

    .header-menu2-login:hover {
        font-size: 15px;
    }

a.header-menu2-login:link {
    text-decoration: none;
}





.texto-ingresa {
    font-family: Open Sans;
    font-size: 15px;
    letter-spacing: 2.4px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
}



.icono-usuario {
    background-image: url(../Images/icono-usuario.png);
    background-repeat: no-repeat;
    left: 10%;
    top: 15%;
    width: 17%;
    height: 15%;
}



.linea-imput {
    border-style: Solid;
    border-color: #1EA0CA;
    /*border-color: rgb(7, 33, 70);*/
    border-width: 1px;
    width: 80%;
    height: 0px;
}

















.icono-rojo:hover {
    background-image: url(../Images/icono-rojo-hover.png);
    width: 30px;
    height: 30px;
}

.contador-notificaciones {
    color: white;
    border: none;
    font-size: 0.8em;
    margin: auto;
    font-weight: bold;
}

.iconos-notificaciones {
    margin-top: 30%;
    width: 35px;
    height: 35px;
}


.icono-amarillo {
    background-image: url(../Images/icono-amarillo_1_.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border: none;
    outline: 0px;
    width: 23px;
    height: 23px;
}

    .icono-amarillo:hover {
        background-image: url(../Images/icono-amarillo-hover.png);
        width: 30px;
        height: 30px;
    }

.icono-verde {
    background-image: url(../Images/icono-verde_1_.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border: none;
    width: 23px;
    height: 23px;
}

    .icono-verde:hover {
        background-image: url(../Images/icono-verde-hover.png);
        width: 30px;
        height: 30px;
    }

.btn-ayuda {
    font-family: Open Sans;
    font-size: 14px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    position: absolute;
    left: 900px;
    top: 42px;
}

    .btn-ayuda:hover {
        font-size: 15px;
    }


a.btn-ayuda {
    text-decoration: none;
}



    .btn-contacto:hover {
        font-size: 15px;
    }

a.btn-contacto:link {
    text-decoration: none;
}


.btn-cerrar-sesion {
    font-family: Open Sans;
    font-size: 14px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    padding: 0 20%;
    box-sizing: border-box;
    height: 100%;
}

    .btn-cerrar-sesion:hover {
        font-size: 15px;
    }

a.btn-cerrar-sesion {
    text-decoration: none;
}



.logo-empresa_1_ {
    max-width: 80px;
    max-height: 85px;
    min-width: 10px;
    min-height: 10px;
    box-sizing: border-box;
}

.dato1-perfil {
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: bold;
    color: #757C7F;
    color: rgb(34, 45, 50);
}

.dato2-perfil {
    font-family: 'Poppins';
    font-size: 11px;
    color: #757C7F;
    color: rgb(117, 124, 127);
}

.NombreEmpresa {
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: bold;
    color: #757C7F;
    color: rgb(117, 124, 127);
}


div.wrapper {
    margin-top: 10px;
    width: 100%;
    height: auto;
}

nav.vertical {
    border-radius: 0px;
    overflow: hidden;
    text-align: left;
    text-indent: 5%;
}

    nav.vertical > ul {
        list-style-type: none;
    }

        nav.vertical > ul > li {
            display: block;
        }

            nav.vertical > ul > li > label,
            nav.vertical > ul > li > a {
                background-color: rgb(230, 230, 230);
                color: rgb(6,6,6);
                display: block;
                font-size: 12px;
                font-weight: 500;
                height: auto;
                letter-spacing: .0rem;
                padding:20px 5px 20px 10px;
                /*line-height: 50px;*/
                text-transform: uppercase;
                transition: all .1s ease;
            }

                nav.vertical > ul > li > label:hover,
                nav.vertical > ul > li > a:hover {
                    background-color: #1EA0CA;
                    color: white;
                }

                nav.vertical > ul > li > label + input {
                    display: none;
                }

            nav.vertical > ul > li > div {
                background-color: rgb(255,255,255);
                max-height: 0;
                overflow: hidden;
                transition: all .5s linear;
            }

            nav.vertical > ul > li > label + input:checked + div {
                max-height: 800%;
            }

            nav.vertical > ul > li > div > ul {
                list-style-type: none;
            }

                nav.vertical > ul > li > div > ul > li > a {
                    background-color: rgb(255,255,255);
                    border-bottom: 1px solid rgba(0,0,0,.05);
                    color: #333331;
                    display: block;
                    font-size: 12px;
                    padding: 10px 5px 10px 20px;
                    /*top padding is 10px 
                    right padding is 5px 
                    bottom padding is 15px 
                    left padding is 20px*/ 
                    /*padding: 10px 0;*/
                    text-decoration: none;
                    box-sizing: border-box;
                }

                nav.vertical > ul > li > div > ul > li:hover > a {
                    background-color: #f7f7f7;
                }

.titulo-tabla {
    font-family: 'Poppins';
    font-size: 30px;
    color: #222D32;
    color: rgb(34, 45, 50);
}

.linea-azul-infobusqueda {
    border-style: Solid;
    border-color: #1EA0CA;
    border-color: rgba(30, 160, 202, 1);
    border-width: 1px;
    width: 918px;
    height: 0px;
}

.fondo-tabla-infobusqueda {
    background: #F7F7F7;
    background: rgba(247, 247, 247, 1);
    width: 918px;
}

.titulo-tabla-infobusqueda {
    font-family: 'Poppins';
    font-size: 20px;
    color: #757C7F;
    color: rgb(117, 124, 127);
    position: absolute;
    font-weight: 500;
    top: 200px;
    left: 318px;
}




















    .normal th, .normal td {
        border: 1px solid #000;
    }

tr:nth-child(2n+1) {
    background-color: #F7F7F7;
    color: #757C7F;
}

caption {
    padding: 0.3em;
}

.btn-adicionar {
    background-image: url(../Images/btn-adicionar.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border: none;
    outline: 0px;
    width: 25px;
    height: 20px;
    margin: 0 auto;
    z-index: 24;
}

    .btn-adicionar:hover {
        z-index: 24;
        text-decoration: none;
    }

    .btn-adicionar span {
        display: none
    }

    .btn-adicionar:hover span { /* Estilos de la descripción */
        display: block;
        position: absolute;
        margin-top: -30px;
        top: auto;
        left: auto;
        width: 6em;
        border: 1px solid #0078C3;
        background: #1EA0CA;
        color: #FFFFFF;
        text-align: center;
    }



.btn-detalle {
    background-image: url(../Images/btn-detalle.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border: none;
    outline: 0px;
    width: 25px;
    height: 20px;
    margin: 0 auto;
}

    .btn-detalle:hover {
        z-index: 24;
        text-decoration: none;
    }

    .btn-detalle span {
        display: none
    }

    .btn-detalle:hover span { /* Estilos de la descripción */
        display: block;
        top: auto;
        left: auto;
        width: 6em;
        border: 1px solid #fccc00;
        background: #ffd91d;
        color: #FFFFFF;
        text-align: center;
    }



.btn-modificar {
    background-image: url(../Images/btn-modificar.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border: none;
    outline: 0px;
    width: 25px;
    height: 20px;
    margin: 0 auto;
}
    .btn-modificar:hover {
        z-index: 24;
        text-decoration: none;
    }

    .btn-modificar span {
        display: none
    }

    .btn-modificar:hover span { /* Estilos de la descripción */
        display: block;
        margin-top: -30px;
        top: auto;
        left: auto;
        width: 6em;
        border: 1px solid #0f9e00;
        background: #24b718;
        color: #FFFFFF;
        text-align: center;
    }


/*adicion Actividad*/
.btn-actividad {
    background-image: url(../Images/btn-actividad.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border: none;
    outline: 0px;
    width: 25px;
    height: 20px;
    margin: 0 auto;
}
.btn-actividad:hover {
    z-index: 24;
    text-decoration: none;
}
    .btn-actividad span {
        display: none
    }
    .btn-actividad:hover span { /* Estilos de la descripción */
        display: block;
        margin-top: -30px;
        top: auto;
        left: auto;
        width: 6em;
        border: 1px solid #0f9e00;
        background: #24b718;
        color: #FFFFFF;
        text-align: center;
    }


/*adicion Reasignar*/
.btn-reasignar {
    background-image: url(../Images/btn-reasignar.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border: none;
    outline: 0px;
    width: 25px;
    height: 20px;
    margin: 0 auto;
}
    .btn-reasignar:hover {
        z-index: 24;
        text-decoration: none;
    }
    .btn-reasignar span {
        display: none
    }
    .btn-reasignar:hover span { /* Estilos de la descripción */
        display: block;
        margin-top: -30px;
        top: auto;
        left: auto;
        width: 6em;
        border: 1px solid #fccc00;
        background: #ffd91d;
        color: #FFFFFF;
        text-align: center;
    }


/*adicion Bitacora*/
.btn-bitacora {
    background-image: url(../Images/btn-bitacora.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border: none;
    outline: 0px;
    width: 25px;
    height: 20px;
    margin: 0 auto;
}
    .btn-bitacora:hover {
        z-index: 24;
        text-decoration: none;
    }
    .btn-bitacora span {
        display: none
    }
    .btn-bitacora:hover span { /* Estilos de la descripción */
        display: block;
        margin-top: -30px;
        top: auto;
        left: auto;
        width: 6em;
        border: 1px solid #0f9e00;
        background: #24b718;
        color: #FFFFFF;
        text-align: center;
    }


/*adicion Vincular*/
.btn-vincular {
    background-image: url(../Images/btn-vincular.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border: none;
    outline: 0px;
    width: 25px;
    height: 20px;
    margin: 0 auto;
}
    .btn-vincular:hover {
        z-index: 24;
        text-decoration: none;
    }
    .btn-vincular span {
        display: none
    }
    .btn-vincular:hover span { /* Estilos de la descripción */
        display: block;
        margin-top: -30px;
        top: auto;
        left: auto;
        width: 6em;
        border: 1px solid #0f9e00;
        background: #24b718;
        color: #FFFFFF;
        text-align: center;
    }





.btn-eliminar {
    background-image: url(../Images/btn-eliminar.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border: none;
    outline: 0px;
    width: 25px;
    height: 20px;
    margin: 0 auto;
}

    .btn-eliminar:hover {
        z-index: 24;
        text-decoration: none;
    }

    .btn-eliminar span {
        display: none
    }

    .btn-eliminar:hover span { /* Estilos de la descripción */
        display: block;
        /*margin-top: -30px;*/
        top: auto;
        left: auto;
        width: 6em;
        border: 1px solid #cc0202;
        background: #ea2121;
        color: #FFFFFF;
        text-align: center;
    }







.footer-fondo {
    background: #222D32;
    background: rgba(34, 45, 50, 1);
    width: 100%;
}

.footer-text {
    font-family: Poppins;
    font-size: 9px;
    color: #A2A2A2;
    color: rgb(162, 162, 162);
    text-align: center;
}




/*****/
.titulo-inicial-desabilitar {
    font-family: Poppins;
    font-size: 20px;
    font-weight: bold;
    color: #757C7F;
    color: rgb(117, 124, 127);
    padding: 10px 12px;
    box-sizing: border-box;
}

.container-desabilitarSesion {
    max-width: 70%;
}


.linea-azul-desabilitar {
    border-style: Solid;
    border-color: #1EA0CA;
    border-color: rgba(30, 160, 202, 1);
    border-width: 1px;
    position: absolute;
    left: 20%;
    top: 20%;
    width: 67%;
    height: 0px;
}

.fondo-tabla-desabilitar {
    background-color: rgb(34, 45, 50);
    background-attachment: fixed;
}





.linea-blanca-adicionar-desabilitar {
    border-style: Solid;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, 1);
    border-width: 2px;
    position: absolute;
    left: 20%;
    top: 28%;
    width: 67%;
    height: 0px;
}


/******/

.lbl-desahabiliar-Usuario {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    color: #757C7F;
    color: rgb(117, 124, 127);
    position: absolute;
    left: 26%;
    top: 36%;
}





.txt-desahabiliar-fecha {
    position: absolute;
    top: 36%;
    left: 54%;
    font: 12px Arial, Helvetica, sans-serif;
    color: #757c7f;
    background-color: #e6e6e6;
    border: #cdcdcd 1px solid;
    outline: 0px;
    line-height: 20px;
    padding: 0 2px;
    width: 12%;
    height: 3%;
    box-sizing: border-box;
}


/****/
.lbl-desahabiliar-browser {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    color: #757C7F;
    color: rgb(117, 124, 127);
    position: absolute;
    left: 26%;
    top: 44%;
}

.txt-desahabiliar-browser {
    position: absolute;
    top: 44%;
    left: 34%;
    font: 12px Arial, Helvetica, sans-serif;
    color: #757c7f;
    background-color: #e6e6e6;
    border: #cdcdcd 1px solid;
    outline: 0px;
    line-height: 20px;
    padding: 0 2px;
    width: 10%;
    height: 3%;
    box-sizing: border-box;
}

.lbl-desahabiliar-ip {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    color: #757C7F;
    color: rgb(117, 124, 127);
    position: absolute;
    left: 46%;
    top: 44%;
}

.txt-desahabiliar-ip {
    position: absolute;
    top: 44%;
    left: 54%;
    font: 12px Arial, Helvetica, sans-serif;
    color: #757c7f;
    background-color: #e6e6e6;
    border: #cdcdcd 1px solid;
    outline: 0px;
    line-height: 20px;
    padding: 0 2px;
    width: 12%;
    height: 3%;
    box-sizing: border-box;
}


.titulo-final-desabilitar {
    margin: 20px 20px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    color: #757C7F;
    color: rgb(117, 124, 127);
}


.btn-desahabilitarUsuario {
    font: 12px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background: #1EA0CA;
    background: rgba(30, 160, 202, 1);
    border-style: Solid;
    border-color: #0078C3;
    border-color: rgba(0, 120, 195, 1);
    border-width: 1px;
    padding: 20px 15px;
    width: auto;
    height: auto;
    outline: 0px;
    box-sizing: border-box;
}

    .btn-desahabilitarUsuario:hover {
        background: rgba(0,0,0,0);
        color: #1EA0CA;
        box-shadow: inset 0 0 0 1px #1EA0CA;
    }


.lbl-errorores-masivo {
    font-family: Poppins;
    font-weight: 500;
    font-size: 100%;
    color: red;
    position: absolute;
    left: 24%;
    top: 10%;
}

.icono-whatsapp {
    background-image: url(../Images/whatsapp_1.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border: none;
    width: 23px;
    height: 23px;
}

    .icono-whatsapp:hover {
        background-image: url(../Images/whatsapp_hover.png);
        width: 30px;
        height: 30px;
    }
.icono-whatsapp2 {
    background-color: transparent;
    border-style: none;
    border: none;
    width: 23px;
    height: 25px;
    color:#FFF;
    transition: .2s all linear;
}

    .icono-whatsapp2:hover {
        width: 32px;
        height: 32px;
    }

.lbl-mensage-masivamente {
    font: 14px Arial, Helvetica, sans-serif;
    color: #008000;
    position: absolute;
    top: 10%;
    left: 24%;
    outline: 0px;
}


/*CSS Utilizado para Sekuritas*/

.contenedorGeneralPopUp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 10%;
    right: 0;
    bottom: 0;
}

.contenedorGeneralPopUp .PopUp{
      width: 529px;
    height: 225px;
    background: #fff;
    display: block;
    overflow: hidden;
    border: 1px solid #36a2c6;
}
.contenedorGeneralPopUp .PopUp .Header{
    width: 100%;
    height: 50px;
    background: #2ca1c8;
    color: #fff;
    display: flex;
    align-items: center;
    padding:  0 0 0 1rem;
    font-size: 1.3em;
}

.contenedorGeneralPopUp .PopUp .Header p {
    width: 100%;
    height: 50px;
    background: #2ca1c8;
    color: #fff;
    display: flex;
    align-items: center;
    padding:  0 0 0 1rem;
    font-size: 1.3em;
    margin:0;
}
.contenedorGeneralPopUp .PopUp .textoPopUp{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1rem 0;
    font-size: 1.1em;
    color: #7f7f7f;
}
.contenedorGeneralPopUp .PopUp .textoPopUp p{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1rem 0;
    font-size: 1.1em;
    color: #7f7f7f;
    font-weight: 600;
}
.contenedorGeneralPopUp .PopUp .InfoGeneralPopUp{
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
  align-items: flex-start;
}

.contenedorGeneralPopUp .PopUp .InfoGeneralPopUp .IconoPopUp{
    font-size: 3em;
    width: 15%;
    color: rgb(228, 2, 2);
    display:flex;
    align-items:flex-start;
}
.contenedorGeneralPopUp .PopUp .InfoGeneralPopUp .IconoPopUp span{
 font-size: 1.3em;
    width: 15%;
    color: rgb(228, 2, 2);
    display: flex;
}
.contenedorGeneralPopUp .PopUp .InfoGeneralPopUp .InfoPopUp .lista {
    font-weight: 600;
}
.contenedorGeneralPopUp .PopUp .InfoGeneralPopUp .InfoPopUp .lista li {
    display: flex;
    color: #7f7f7f;
}

.contenedorGeneralPopUp .PopUp .InfoGeneralPopUp .InfoPopUp .lista p{
    margin: 0 1rem;
}
.contenedorGeneralPopUp .PopUp .InfoGeneralPopUp .footer{
    height: 10px;
}
.contenedorGeneralPopUp .PopUp .footer .hrPopUp{
    border: 1px solid #2ca1c8;
    position: relative;
    display: block;
    width: 100%;
    margin: 1rem 0 0 0;
}

.contenedorGeneralPopUp .PopUp .footer .contenedorBtnPopUp{
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    height: 100%;
}

.contenedorGeneralPopUp .PopUp .footer .contenedorBtnPopUp .btnPopUp{
    height: 100%;
    background: #2ca1c8;
    border: none;
    padding: 5px 15px ;
    color: #fff;
    margin: 0.5rem 3rem;
}
/*CSS Utilizado para Sekuritas*/
.contenedorSekuritasPopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 10%;
    right: 0;
    bottom: 0;
}

.contenedorSekuritasPopup .popUp {
    border: 1px solid #1c9ce6;
    width: 650px;
    height: 300px;
    background: #fff;
}

    .contenedorSekuritasPopup .popUp .header {
        height: 70px;
        background: #3197d2;
        display: flex;
        justify-content: end;
        align-items: center;
        font-size: 1.5em;
        padding: 0 0 0 1rem;
        color: #fff;
    }

    .contenedorSekuritasPopup .popUp .contenedorPopUp {
        width: 100%;
        height: 17.5vh;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }

        .contenedorSekuritasPopup .popUp .contenedorPopUp .contenedorImg {
            height: 4rem;
            width: 4rem;
        }

            .contenedorSekuritasPopup .popUp .contenedorPopUp .contenedorImg .imgError {
                background: url('/Images/error.png') no-repeat;
                height: 100%;
                background-size: contain;
            }

        .contenedorSekuritasPopup .popUp .contenedorPopUp .texto {
            font-size: 1.5em;
            padding: 0 0 0 3rem;
        }

            .contenedorSekuritasPopup .popUp .contenedorPopUp .texto .paragrafo {
                font-size: 1em;
                font-weight: bolder;
                color: #777777;
                text-align: center;
                display: contents;
            }

    .contenedorSekuritasPopup .popUp .footer {
        border-top: 1px solid #3197d2;
        height: 5vh;
    }

    .contenedorSekuritasPopup .popUp .contendorbtn {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
        width: 100%;
        padding: .5rem 3rem 0 0;
    }

    .contenedorSekuritasPopup .popUp .btnAceptar {
        text-decoration: none;
        background: #3197d2;
        padding: 0.5rem 2rem;
        color: #fff;
    }

    .contenedorSekuritasPopup .popUp .footer .contendorbtn a {
        /*pointer-events:;*/
        /*cursor:default;*/
    }
.contenedor-lista-amparos {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    display:none;
}

.content-lista-amparos {
    min-width: 500px;
    min-height: 300px;
    max-width: 90%;
    max-height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
}

.lista-amparos {
    width: 100%;
    height: 100%;
    text-align:center;
    overflow-x:hidden;
}
/*CSS Utilizado para Sekuritas*/

.d-none{
    display:none;
}
.d-block{
    display:block;
}
/*
    BBVA

*/
.contenedorPopUpEmisionBBVA {
    position: absolute;
    width: 65%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items:center;
    z-index: 10000;
}
.contenedorPopUpEmisionBBVA .popupEmisionBBVA {
    position: sticky;
    width: 600px;
    min-height: 300px;
    background: #000843;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 4rem 2rem;
}
.contenedorPopUpEmisionBBVA .lista {
    margin:3rem 0;
}
.contenedorPopUpEmisionBBVA .lista ul {
    list-style: none;
    text-align: justify;
}
.contenedorPopUpEmisionBBVA .lista ul li{
    font-size: 1.2em;
}
.contenedorPopUpEmisionBBVA .contenedorbotones{
        display: flex;
        justify-content: center;
        margin: 4rem 0;
}
.contenedorPopUpEmisionBBVA .contenedorbotones div {
    width: 50%;
    text-align: center;
}
.contenedorPopUpEmisionBBVA .contenedorbotones div button{
background: #000843;
    width: 120px;
    height: 35px;
    border: 1px solid #fff;
}