@font-face {
    font-family: 'Garet-Book';
    src: url('../fonts/Garet-Book.woff') format('woff');
}

.gx-warning-message {
    display: none;
}

#MAINTABLE { /*CAMBIO*/
    /*display: flex;*/
    height: 100%;
    background-size: cover !important;
    overflow: hidden !important;
    /*ackground-color: #1C64AC;*/
    background: radial-gradient(circle, #FFFFFF 0%, #D8E2E7 100%);
}

#TBLPRINCIPALIZQUIERDAINICIO1 { /*TABLE1*/
    /*width: 50vw;  Ocupa la mitad de la pantalla a lo ancho */
    height: 100%; /* Ocupa toda la altura de MAINTABLE */

    /*display: flex;  Flexbox para centrar TABLE2 */
    /*justify-content: center;  Centra TABLE2 horizontalmente */
    align-items: center; /* Centra TABLE2 verticalmente */

    /*padding-left: 20px; padding: 20px; /* Espacio interior */
    padding-top: 20px;
    border-radius: 20px;
    margin-top: 20px;
    /*background-color: #1C64AC;*/
}

/* Configuraci�n de TABLE2 dentro de TABLE1 */
#TBLSECUNDARIAIZQUIERDAINICIO {
    /*width: 48vw;*/
    height: 95.5vh;
    /*display: flex;
    justify-content: center;*/
    border-radius: 20px;
    background-color: transparent;
    padding-top: 10vh;
    box-sizing: border-box; /* BORRAR CAMBIO */
}

#IMAGENSINNOMBRE { /*  #IMAGE2  */
    margin-bottom: 80px;
    /* Limita el ancho m�ximo de la imagen al 90% de TABLE2 */
}

/* Configuraci�n de TABLE6 para ocupar la izquierda */
#TBLPRINCIPALIZQUIERDAINICIO6 { /*#TABLE6*/
    /*width: 50vw;*/
    height: 100%;
    display: flex;
    /*justify-content: center;*/
}

/* Configuraci�n de TABLE6 para ocupar la derecha */
#TBLPRINCIPALDERECHAINICIO6 { /*#TABLE6*/
    /*width: 50vw;*/
    height: 100%;
    display: flex;
    /*justify-content: center;*/
}

#IMAGENGRANDEIZQUIERDAINICIO,#IMAGENGRANDEDERECHAINICIO { /*#IMAGE1*/
    width: 100%;
    height: 100vh;
}

#BTNINICIOINGRESAR {
    width: 17vw;
    height: 50px !important;
    border-radius: 25px !important;
    background-color: #1C64AC;
    color: #FFFFFF;
    font-family: Garet-Book;
    font-size: 20px;
    font-weight: 900;
}

#BTNINICIOREGISTRARSE {
    width: 17vw;
    height: 50px !important;
    border-radius: 25px !important;
    background-color: #898989;
    color: #FFFFFF;
    font-family: Garet-Book;
    font-size: 20px;
}

#TEXTBLOCKMENSAJEBIENVENIDA {
    color: #898989;
    font-family: Garet-Book;
    font-size: 24px;
    font-weight: 700 !important;
}

#LBLUSUARIO, #LBLCONTRASENA, #LBLCORREO{
    color: #898989;
    font-family: Garet-Book;
    font-size: 20px;
    font-weight: 700 !important;
    display: table;
    width: 100%;
    text-align: left;
}

#vUSUARIOV2 {
    border-radius: 25px !important;
    height: 50px;
    width: 27vw;
    border-color: #1C64AC;
    background-color: transparent;
    color: #898989;
    font-family: Garet-Book;
    font-size: 20px;
}

    #vUSUARIOV2::placeholder {
        padding-left: 1vw;
    }

#DIVSAVEUSER {
    cursor: default;
}

#TBLREMEMBERUSER {
    display: flex;
}

#TXTBLOCKRECORDARUSUARIO { /*TEXTBLOCK2*/
    margin-left: -127% !important;
    font-family: Garet-Book !important;
    font-size: 14px !important;
    color: black !important;
    font-weight: normal !important;
    cursor: pointer !important;
}

    #TXTBLOCKRECORDARUSUARIO:hover {
        text-decoration: none !important;
    }

#span_vTXTREMEMBERUSER {
    margin-left: -127% !important;
    font-family: Garet-Book !important;
    font-size: 14px !important;
    color: black !important;
    cursor: pointer !important;
    white-space: nowrap;
    margin-top: -8px !important;
}
/*#LBLOLVIDACREDENCIALES {
    color: #000000;
    font-size: 8pt;
    font-family: 'Garet-Book';
}*/
/*#TEXTBLOCK1 {
    font-family: 'Garet-Heavy';
    color: #000000;
    font-size: 24px;
    
}*/
#TBLIMAGENTEXTOSEGURIDAD {
    width: 100%; /* Ajusta al tama�o de la tabla contenedora */
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se muevan a la siguiente l�nea si no caben */
    justify-content: center; /* Centra el contenido principal horizontalmente */
    align-items: center; /* Centra verticalmente */
    box-sizing: border-box; /* Incluye el padding en el tama�o total */
}

#TBLIMAGENIZQUIERDAPASSWORD {
    flex: 1 1 auto; /* Permite que la imagen ocupe el espacio disponible */
    display: flex;
    justify-content: center; /* Centra la imagen en su contenedor */
    align-items: center; /* Centra verticalmente */
    padding: 10px; /* Espaciado alrededor */
    max-width: 100%; /* Asegura que la imagen no se salga del contenedor */
    box-sizing: border-box; /* Incluye el padding en el tama�o total */
}

#TBLTEXTODERECHAPASSWORD {
    flex: 2 1 auto; /* Permite que el texto ocupe m�s espacio */
    display: flex;
    justify-content: flex-start; /* Alinea el texto a la izquierda */
    align-items: center; /* Centra verticalmente */
    padding: 10px; /* Espaciado alrededor */
    margin-left: 0; /* No se necesita margen negativo */
    word-wrap: break-word; /* Ajusta texto si es muy largo */
    max-width: 100%; /* Asegura que el texto no se salga del contenedor */
    box-sizing: border-box; /* Incluye el padding en el tama�o total */
}

#IDTEXTOSEGURIDADDERECHO {
    word-wrap: break-word; /* Asegura que las palabras largas se dividan correctamente */
    word-break: break-word; /* Ayuda con el control del desbordamiento de las palabras */
    width: 100%; /* Asegura que el div ocupe el 100% del ancho disponible */
    box-sizing: border-box; /* Incluye padding y border en el ancho total del div */
    height: auto; /* Permite que la altura del div se ajuste autom�ticamente */
}

    #IDTEXTOSEGURIDADDERECHO p {
        color: #000000;
        font-size: 12pt;
        font-family: 'Garet-Book';
        margin: 0;
        word-wrap: break-word; /* Ajusta el texto para que se divida correctamente */
        /*white-space: normal;*/ /* PONERLO SOLO EN MEDIA QUERY */
        text-align: left;
        margin-top: 20px !important;
    }
/*#TBLIMAGENTEXTOSEGURIDAD {
    background-color: aqua;
    width: 30%*/ /*30vw;*/
/*}

#TBLIMAGENIZQUIERDAPASSWORD {
    background-color: aquamarine;
    display: flex;
    justify-content: end;
}

#TBLTEXTODERECHAPASSWORD {
    display: flex;
    justify-content: center;
    margin-left: -30px;
}*/
#vCONTRASENAV2, #vNOCUENTATARJETA, #vIDENTIDAD, #vCORREOELECTRONICO,
#vPREGUNTA1, #vPREGUNTA2, #vPREGUNTA3, #vPREGUNTA_1, #vPREGUNTA_2, #vPREGUNTA_3 {
    border-radius: 25px !important;
    height: 50px;
    width: 27vw; /*27*/
    border-color: #1C64AC;
    background-color: transparent;
    color: #898989;
    font-family: Garet-Book;
    font-size: 20px;
}

    #vCONTRASENAV2::placeholder {
        padding-left: 2vw;
        font-size: 18px;
    }

#BTNINICIOCANCELAR {
    width: 17vw;
    height: 50px !important;
    border-radius: 25px !important;
    background-color: #E9212D;
    color: #FFFFFF;
    font-family: Garet-Book;
    font-size: 20px;
    font-weight: 900;
}

#IMAGENSINNOMBRE2 {
    margin-bottom: 45px;
    /* Limita el ancho m�ximo de la imagen al 90% de TABLE2 */
    /*max-height: 50%;  Limita el alto m�ximo al 90% de TABLE2 */
}

#IMGIZQUIERDASEGURIDAD {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 110px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    margin-left: 10px;
}

#OLVIDAUSUARIO {
    font-size: 8px;
}

#LBLOLVIDACREDENCIALES {
    color: red !important;
}

#TEXTREMEMBERUSER {
    font-family: Garet-Book !important;
    font-size: 14px !important;
    text-decoration: none !important; /* Elimina el subrayado de manera global */
    /*display: inline-block;*/ /* Hace que se comporte como un enlace */
}

#BTNTEXTRECORDARUSUARIO {
    color: blue !important;
    width: 50%;
}

#TEXTBLOCKANGEL {
    color: red;
}

.modal-backdrop {
    z-index: -10 !important;
}

.ButtonFin {
    background-color: #ff0000;
    border-bottom-color: #ff0000;
    border-left-color: #ff0000;
    border-right-color: #ff0000;
    border-top-color: #ff0000;
}

[data-gx-evt], [data-gx-evt-control] {
    cursor: pointer;
    outline: none;
}

.TextBlockOpcionesLogin > a:link {
    font-weight: 800;
    color: rgb(0 96 164);
    text-align: left;
    font-family: 'Poppins';
}

.TextBlockOpcionesLogin {
    color: black;
    font-weight: 550;
}

.TableCrearUsuario {
    width: 200px;
    height: 40px !important;
    border-radius: 10px !important;
    background-color: #cecbcb;
}


.ImageCrearUsuario {
    margin-left: 20px;
    padding-bottom: 5px;
}

#BTNSIGUIENTE {
    width: 100px;
    height: 40px !important;
    color: rgb(255 255 255);
    font-weight: bold;
    border-radius: 25px !important;
    background-color: #ff0000;
}

span#TEXTBLOCK3 > a:link {
    font-weight: bold;
}

span#TEXTBLOCK6 {
    font-weight: 800;
    color: rgb(0 96 164);
    text-align: left;
    font-family: 'Poppins';
}


.gx-pwd-reveal-btn > button.btn.btn-default {
    height: 50px;
    position: relative;
    left: 2px;
    border: 1px solid #ccc;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.AttributeInicioUsuario {
    border-radius: 25px !important;
    height: 50px;
    width: 260px !important;
    border-style: none;
}

.input-group > input {
    padding-right: 46px;
    border-radius: 25px !important;
}

.ImageSeguridadLogin {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 110px;
    margin-top: -60px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
}

.TextBlockTitleSecondary {
    font-weight: 800;
    color: rgb(0 96 164);
    text-align: left;
    font-family: 'Poppins';
}

h3#md-modal-title {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    color: white;
    opacity: 1;
    background: #505050;
    border-radius: 3px 3px 0 0;
}

.TableCell100x100H {
    background-color: transparent !important;
}

.Table10W {
    width: 4vw;
}

.Image100VH {
    position: relative;
    height: 100vh;
    top: -2px;
    margin-bottom: -7px;
}

.BtnDefault:hover, .BtnDefault:focus, .BtnDefault.btn-default:active:hover, .BtnDefault.btn-default:active:focus {
    border-color: #474747 !important;
    background-color: transparent;
    color: #66a51b;
}

@media(max-width: 767px) and (orientation: portrait) {
    #vUSUARIOV2, #BTNINICIOINGRESAR, #vCONTRASENAV2, #BTNINICIOINGRESAR, #BTNINICIOCANCELAR, #vNOCUENTATARJETA, #vIDENTIDAD, #vCORREOELECTRONICO, #vPREGUNTA1, #vPREGUNTA2, #vPREGUNTA3 {
        width: 100%;
    }

    div[data-align-flex][data-align]{
        display: block;
    }
}