
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;500;800&family=Nunito:wght@200;400;500;600;800&family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,400&family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap');




@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');



.swal2-styled:focus {
  outline: none !important;
  box-shadow: none !important;
}



/******************************************************************************************************ESTRUCTURA*/
html, body {
    height: 100%;
    overflow: hidden; /* Ocultar barra de desplazamiento en el body */
    background-color: #A59D84;
}
header {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    background-color: #A59D84;
}
main {
    margin-top: 5px; /* Ajuste por la altura del navbar */
    padding: 10px;
    height: calc(100vh - 70px); /* Altura total menos la del navbar */
    background-color: #ECEBDE;
    overflow: auto; /* Permitir desplazamiento en el main */
    -ms-overflow-style: none;  /* IE y Edge WebKit*/
    scrollbar-width: none;  /* Firefox WebKit*/    
}
/* Ocultar la barra de desplazamiento */
main::-webkit-scrollbar {
    display: none; /* Ocultar barra de desplazamiento en WebKit */
}
footer {
    display: flex;              /* Utiliza Flexbox para centrado */
    justify-content: center;    /* Centrado horizontal */
    align-items: center;        /* Centrado vertical */
    height: 24px;
    background-color: #A59D84;
}
footer span {
    display: inline-block;
    font-family: Nunito;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    text-align: center;
    color: #e3f7df;
    margin: auto;
}

 



/**************************************************************************************************************PRIMERA RESOLUCION*/
@media screen and (max-width: 662px) {
 
    #title-pac { 
        font-family: Nunito;
        color: #A59D84;
        font-size: 35px;
        font-weight: bold;
        position:absolute;
        display: flex;
        justify-content: center;
        top: 8%;
    }
    #contenedor {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin: 160 0 0 0;
    }
    .cabecera {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 300px;
        max-width: 300px;
        border-radius: 5px;        
        padding: 10 5 10 5;
    }
    .header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }
    form {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        align-content: center;
        margin: 30 0 20 0;
    }
     #imagenLogo {
        width: 35%;
        height: auto;
    }
     #txtUsuario, #txtClave {
        width: 95%;
        height: 35px;
        background-color: #D7D3BF; 
        color: #C1BAA1;    
        border: none;
        outline: none;
        font-family: "IBM Plex Sans";
        font-size: 18px;
        letter-spacing: 1; 
        padding: 0px 10px 0px;   /* arriba | derecha | abajo | izquierda */
    }
    #txtUsuario {
        border-radius: 10px 10px 0px 0px;   /* top-left | top-right | bottom-right | bottom-left */
        margin: 10 0 0 0;
    }
    #txtClave {
        border-radius: 0px 0px 10px 10px;   /* top-left | top-right | bottom-right | bottom-left */
        margin: 10 0 0 0;
    }
    #btnIngresar{ 
        width: 95%;
        height: 30px;
        background-color: #A59D84;
        color: #fff;
        cursor: pointer;
        border-radius: 2px;
        font-family: "IBM Plex Sans";
        font-size: 20px;
        font-weight: 800;
        margin: 20 0 0 0;
        letter-spacing: 2;
        border: none;
        border-radius: 5px;
    }
    #txtUsuario:focus, #txtUsuario:hover {
        background-color: #A59D84;
        color:#fff;     
    }
    #txtClave:focus, #txtClave:hover {
        background-color: #A59D84;
        color:#000;     
    }
    #btnIngresar:hover, #btnIngresar:active {
        background-color: #544302;
        color: white;
    }
    .registro {
        display: flex;
        margin-top: 10px;
        text-align: center;
        width: 280px;
    }
    #btnCambiarClave {
        width: 280px;
        color: #a4bdde;
        background: none;
        font-family: Nunito;
        font-size: 12px;
        font-weight: 600;
        margin: auto;
        padding: none;
        text-align: center;
        letter-spacing: 2;
    }
    #btnCambiarClave:hover {
        color: white;
        cursor: pointer;
    }
    #IMG-Whapp {
        width: 60px; /* Ajusta el ancho según lo necesites */
        height: auto; /* Mantén la proporción de la imagen */
        position: fixed; /* Mantiene la imagen fija en la ventana del navegador */
        bottom: 20px; /* Ajusta la distancia desde la parte inferior */
        right: 20px; /* Ajusta la distancia desde el borde derecho */
        z-index: 999; /* Asegura que la imagen esté por encima de otros elementos */
    }
    #IMG-Whapp img {
        width: 100%; /* Para que la imagen se ajuste al contenedor */
        height: auto; /* Mantiene la proporción de la imagen */
    }
    #modalDetalles .modal-content {
        background: #BFA84E; /* // Light Blue 800 */
        border-radius: 5px;
        padding: 10px;
    }
    #modalDetalles1 {
        width: 380px;
    }
    #modalTitulos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #titulo1 {
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        color: black;
        text-align: center;
    }
    #formulario {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        background: #99873F;
        padding: 5;
    }
    #txtClaveAnterior {
        width: 90%;
        border: 1px solid #ccc;
        outline: none;
        color: black;
        text-align: center;
        font-size: 20px;
        margin: 0 0 18 0;
    }
    #txtClaveNueva1 {
        width: 90%;
        border: 1px solid #ccc;
        outline: none;
        color: black;
        text-align: center;
        font-size: 20px;
        margin: 0 0 5 0;
    }
    #txtClaveNueva2 {
        width: 90%;
        border: 1px solid #ccc;
        outline: none;
        color: black;
        text-align: center;
        font-size: 20px;
    }
    .etiquetas {
        color: black;
        font-family: Roboto;
        font-size: 18px;
        margin: 0;
    }
    #botones {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin: 20 0 5 0;
    }
    #btnCancelar { 
        width: 40%;
        height: 30px;
        border: none;
        outline: none;
        border-radius: 5px;
        background-color: #b80606;
        color: #f5e4e4;
    }
    #btnAceptar {
        width: 40%;
        height: 30px;
        border: none;
        outline: none;
        border-radius: 5px;
        background-color: #036e11;
        color: #d9fade;
    }
    #btnAceptar:hover, #btnCancelar:hover {
        border: none;
        outline: none;
        color: white;
    }

    .titulo {
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        gap: 10px; /* Espacio entre los enlaces */
        padding: 10px;
    }
    .linkPDE {
        width: 100px;
        height: auto;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease; /* Transición suave */
        cursor: pointer;
    }
    /* Efecto hover para simular un botón presionado */
    .linkPDE:hover {
        box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.5);
        transform: translateY(4px); /* Simula que el botón se levanta al pasar el cursor */
    }
    /* Efecto cuando el enlace es presionado (activo) */
    .linkPDE:active {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); /* Sombra más pequeña */
        transform: translateY(2px); /* Simula el botón presionado */
    }
    /*box-shadow: offset-x offset-y blur-radius spread-radius color inset;*/


}


/**************************************************************************************************************SEGUNDA RESOLUCION*/
@media screen and (min-width: 662px) and (max-width: 836px) {
    .titulo {
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        gap: 10px; /* Espacio entre los enlaces */
        padding: 10px;
    }
    .linkPDE {
        width: 140px;
        height: auto;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease; /* Transición suave */
        cursor: pointer;
    }
    .linkPDE:hover {
        box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.5);
        transform: translateY(4px); /* Simula que el botón se levanta al pasar el cursor */
    }
    .linkPDE:active {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); /* Sombra más pequeña */
        transform: translateY(2px); /* Simula el botón presionado */
    }
    #title-pac { 
        font-family: Nunito;
        color: #BFA84E;
        font-size: 40px;
        font-weight: bold;
        position:absolute;
        display: flex;
        justify-content: center;
        top: 8%;
    }
    #contenedor {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin: 200 0 0 0;
    }
    .cabecera {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 300px;
        max-width: 300px;
        border-radius: 5px;        
        padding: 10 5 10 5;
    }
    .header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }
    form {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        align-content: center;
        margin: 30 0 20 0;
    }
    #imagenLogo {
        width: 35%;
        height: auto;
    }
    #txtUsuario, #txtClave {
        width: 95%;
        height: 35px;
        background-color: #D7D3BF; 
        color: #C1BAA1;    
        border: none;
        outline: none;
        font-family: "IBM Plex Sans";
        font-size: 18px;
        letter-spacing: 1; 
        padding: 0px 10px 0px;   /* arriba | derecha | abajo | izquierda */
    }
    #txtUsuario {
        border-radius: 10px 10px 0px 0px;   /* top-left | top-right | bottom-right | bottom-left */
        margin: 10 0 0 0;
    }
    #txtClave {
        border-radius: 0px 0px 10px 10px;   /* top-left | top-right | bottom-right | bottom-left */
        margin: 10 0 0 0;
    }
    #btnIngresar{ 
        width: 95%;
        height: 30px;
        background-color: #A59D84;
        color: #fff;
        cursor: pointer;
        border-radius: 2px;
        font-family: "IBM Plex Sans";
        font-size: 20px;
        font-weight: 800;
        margin: 20 0 0 0;
        letter-spacing: 2;
        border: none;
        border-radius: 5px;
    }
    #txtUsuario:focus, #txtUsuario:hover {
        background-color: #A59D84;
        color:#fff;     
    }
    #txtClave:focus, #txtClave:hover {
        background-color: #A59D84;
        color:#000;     
    }
    #btnIngresar:hover, #btnIngresar:active {
        background-color: #544302;
        color: white;
    }
    .registro {
        display: flex;
        margin-top: 10px;
        text-align: center;
        width: 280px;
    }
    #btnCambiarClave {
        width: 280px;
        color: #a4bdde;
        background: none;
        font-family: Nunito;
        font-size: 12px;
        font-weight: 600;
        margin: auto;
        padding: none;
        text-align: center;
        letter-spacing: 2;
    }
    #btnCambiarClave:hover {
        color: white;
        cursor: pointer;
    }
    #IMG-Whapp {
        width: 60px; /* Ajusta el ancho según lo necesites */
        height: auto; /* Mantén la proporción de la imagen */
        position: fixed; /* Mantiene la imagen fija en la ventana del navegador */
        bottom: 20px; /* Ajusta la distancia desde la parte inferior */
        right: 20px; /* Ajusta la distancia desde el borde derecho */
        z-index: 999; /* Asegura que la imagen esté por encima de otros elementos */
    }
    #IMG-Whapp img {
        width: 100%; /* Para que la imagen se ajuste al contenedor */
        height: auto; /* Mantiene la proporción de la imagen */
    }
    #modalDetalles .modal-content {
        background: #BFA84E; /* // Light Blue 800 */
        border-radius: 5px;
        padding: 10px;
    }
    #modalDetalles1 {
        width: 380px;
    }
    #modalTitulos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #titulo1 {
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        color: black;
        text-align: center;
    }
    #formulario {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        background: #99873F;
        padding: 5;
    }
    #txtClaveAnterior {
        width: 90%;
        border: 1px solid #ccc;
        outline: none;
        color: black;
        text-align: center;
        font-size: 20px;
        margin: 0 0 18 0;
    }
    #txtClaveNueva1 {
        width: 90%;
        border: 1px solid #ccc;
        outline: none;
        color: black;
        text-align: center;
        font-size: 20px;
        margin: 0 0 5 0;
    }
    #txtClaveNueva2 {
        width: 90%;
        border: 1px solid #ccc;
        outline: none;
        color: black;
        text-align: center;
        font-size: 20px;
    }
    .etiquetas {
        color: black;
        font-family: Roboto;
        font-size: 18px;
        margin: 0;
    }
    #botones {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin: 20 0 5 0;
    }
    #btnCancelar { 
        width: 40%;
        height: 30px;
        border: none;
        outline: none;
        border-radius: 5px;
        background-color: #b80606;
        color: #f5e4e4;
    }
    #btnAceptar {
        width: 40%;
        height: 30px;
        border: none;
        outline: none;
        border-radius: 5px;
        background-color: #036e11;
        color: #d9fade;
    }
    #btnAceptar:hover, #btnCancelar:hover {
        border: none;
        outline: none;
        color: white;
    }

}



/**************************************************************************************************************TERCERA RESOLUCION*/
@media screen and (min-width: 836px) and (max-width: 1280px) {
    .titulo {
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        gap: 10px; /* Espacio entre los enlaces */
        padding: 10px;
    }
    .linkPDE {
        width: 140px;
        height: auto;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease; /* Transición suave */
        cursor: pointer;
    }
    .linkPDE:hover {
        box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.5);
        transform: translateY(4px); /* Simula que el botón se levanta al pasar el cursor */
    }
    .linkPDE:active {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); /* Sombra más pequeña */
        transform: translateY(2px); /* Simula el botón presionado */
    }
    #title-pac { 
        font-family: Nunito;
        color: #BFA84E;
        font-size: 70px;
        font-weight: bold;
        position:absolute;
        display: flex;
        justify-content: center;
        top: 8%;
    }
    #contenedor {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin: 250 0 0 0;
    }
    .cabecera {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 300px;
        max-width: 300px;
        border-radius: 5px;        
        padding: 10 5 10 5;
    }
    .header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }
    form {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        align-content: center;
        margin: 30 0 20 0;
    }
    #imagenLogo {
        width: 35%;
        height: auto;
    }
    #txtUsuario, #txtClave {
        width: 95%;
        height: 35px;
        background-color: #D7D3BF; 
        color: #C1BAA1;    
        border: none;
        outline: none;
        font-family: "IBM Plex Sans";
        font-size: 18px;
        letter-spacing: 1; 
        padding: 0px 10px 0px;   /* arriba | derecha | abajo | izquierda */
    }
    #txtUsuario {
        border-radius: 10px 10px 0px 0px;   /* top-left | top-right | bottom-right | bottom-left */
        margin: 10 0 0 0;
    }
    #txtClave {
        border-radius: 0px 0px 10px 10px;   /* top-left | top-right | bottom-right | bottom-left */
        margin: 10 0 0 0;
    }
    #btnIngresar{ 
        width: 95%;
        height: 30px;
        background-color: #A59D84;
        color: #fff;
        cursor: pointer;
        border-radius: 2px;
        font-family: "IBM Plex Sans";
        font-size: 20px;
        font-weight: 800;
        margin: 20 0 0 0;
        letter-spacing: 2;
        border: none;
        border-radius: 5px;
    }
    #txtUsuario:focus, #txtUsuario:hover {
        background-color: #A59D84;
        color:#fff;     
    }
    #txtClave:focus, #txtClave:hover {
        background-color: #A59D84;
        color:#000;     
    }
    #btnIngresar:hover, #btnIngresar:active {
        background-color: #544302;
        color: white;
    }
    .registro {
        display: flex;
        margin-top: 10px;
        text-align: center;
        width: 280px;
    }
    #btnCambiarClave {
        width: 280px;
        color: #a4bdde;
        background: none;
        font-family: Nunito;
        font-size: 12px;
        font-weight: 600;
        margin: auto;
        padding: none;
        text-align: center;
        letter-spacing: 2;
    }
    #btnCambiarClave:hover {
        color: white;
        cursor: pointer;
    }
    #IMG-Whapp {
        width: 60px; /* Ajusta el ancho según lo necesites */
        height: auto; /* Mantén la proporción de la imagen */
        position: fixed; /* Mantiene la imagen fija en la ventana del navegador */
        bottom: 20px; /* Ajusta la distancia desde la parte inferior */
        right: 20px; /* Ajusta la distancia desde el borde derecho */
        z-index: 999; /* Asegura que la imagen esté por encima de otros elementos */
    }
    #IMG-Whapp img {
        width: 100%; /* Para que la imagen se ajuste al contenedor */
        height: auto; /* Mantiene la proporción de la imagen */
    }
    #modalDetalles .modal-content {
        background: #BFA84E; /* // Light Blue 800 */
        border-radius: 5px;
        padding: 10px;
    }
    #modalDetalles1 {
        width: 380px;
    }
    #modalTitulos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #titulo1 {
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        color: black;
        text-align: center;
    }
    #formulario {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        background: #99873F;
        padding: 5;
    }
    #txtClaveAnterior {
        width: 90%;
        border: 1px solid #ccc;
        outline: none;
        color: black;
        text-align: center;
        font-size: 20px;
        margin: 0 0 18 0;
    }
    #txtClaveNueva1 {
        width: 90%;
        border: 1px solid #ccc;
        outline: none;
        color: black;
        text-align: center;
        font-size: 20px;
        margin: 0 0 5 0;
    }
    #txtClaveNueva2 {
        width: 90%;
        border: 1px solid #ccc;
        outline: none;
        color: black;
        text-align: center;
        font-size: 20px;
    }
    .etiquetas {
        color: black;
        font-family: Roboto;
        font-size: 18px;
        margin: 0;
    }
    #botones {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin: 20 0 5 0;
    }
    #btnCancelar { 
        width: 40%;
        height: 30px;
        border: none;
        outline: none;
        border-radius: 5px;
        background-color: #b80606;
        color: #f5e4e4;
    }
    #btnAceptar {
        width: 40%;
        height: 30px;
        border: none;
        outline: none;
        border-radius: 5px;
        background-color: #036e11;
        color: #d9fade;
    }
    #btnAceptar:hover, #btnCancelar:hover {
        border: none;
        outline: none;
        color: white;
    }

}



/************************************************************************************* IQUAL - PHILIPS **********CUARTA RESOLUCION*/
@media screen and (min-width: 1280px) {
    .titulo {
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        gap: 10px; /* Espacio entre los enlaces */
        padding: 10px;
    }
    .linkPDE {
        width: 140px;
        height: auto;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease; /* Transición suave */
        cursor: pointer;
    }
    .linkPDE:hover {
        box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.5);
        transform: translateY(4px); /* Simula que el botón se levanta al pasar el cursor */
    }
    .linkPDE:active {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); /* Sombra más pequeña */
        transform: translateY(2px); /* Simula el botón presionado */
    }
    #title-pac { 
        font-family: "IBM Plex Sans";
        color: #A59D84;
        font-size: 90px;
        font-weight: bold;
        position:absolute;
        display: flex;
        justify-content: center;
        top: 6%;
    }
    #contenedor {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin: 300 0 0 0;
    }
    .cabecera {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 300px;
        max-width: 300px;
        border-radius: 5px;        
        padding: 10 5 10 5;
    }
    .header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }
    form {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        align-content: center;
        margin: 30 0 20 0;
    }
    #imagenLogo {
        width: 35%;
        height: auto;
    }
    #txtUsuario, #txtClave {
        width: 95%;
        height: 35px;
        background-color: #D7D3BF; 
        color: #000;    
        border: none;
        outline: none;
        font-family: "IBM Plex Sans";
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1; 
        padding: 0px 10px 0px;   /* arriba | derecha | abajo | izquierda */
    }
    #txtUsuario {
        border-radius: 10px 10px 0px 0px;   /* top-left | top-right | bottom-right | bottom-left */
        margin: 10 0 0 0;
    }
    #txtClave {
        border-radius: 0px 0px 10px 10px;   /* top-left | top-right | bottom-right | bottom-left */
        margin: 10 0 0 0;
    }
    #btnIngresar{ 
        width: 95%;
        height: 30px;
        background-color: #A59D84;
        color: #fff;
        cursor: pointer;
        border-radius: 2px;
        font-family: "IBM Plex Sans";
        font-size: 20px;
        font-weight: 800;
        margin: 20 0 0 0;
        letter-spacing: 2;
        border: none;
        border-radius: 5px;
    }
    #txtUsuario:focus, #txtUsuario:hover {
        background-color: #A59D84;
        color:#fff;     
    }
    #txtClave:focus, #txtClave:hover {
        background-color: #A59D84;
        color:#000;     
    }
    #btnIngresar:hover, #btnIngresar:active {
        background-color: #544302;
        color: white;
    }
    .registro {
        display: flex;
        margin-top: 10px;
        text-align: center;
        width: 280px;
    }
    #btnCambiarClave {
        width: 280px;
        color: #a4bdde;
        background: none;
        font-family: Nunito;
        font-size: 12px;
        font-weight: 600;
        margin: auto;
        padding: none;
        text-align: center;
        letter-spacing: 2;
    }
    #btnCambiarClave:hover {
        color: white;
        cursor: pointer;
    }
    #IMG-Whapp {
        width: 60px; /* Ajusta el ancho según lo necesites */
        height: auto; /* Mantén la proporción de la imagen */
        position: fixed; /* Mantiene la imagen fija en la ventana del navegador */
        bottom: 20px; /* Ajusta la distancia desde la parte inferior */
        right: 20px; /* Ajusta la distancia desde el borde derecho */
        z-index: 999; /* Asegura que la imagen esté por encima de otros elementos */
    }
    #IMG-Whapp img {
        width: 100%; /* Para que la imagen se ajuste al contenedor */
        height: auto; /* Mantiene la proporción de la imagen */
    }
    #modalDetalles .modal-content {
        background: #BFA84E; /* // Light Blue 800 */
        border-radius: 5px;
        padding: 10px;
    }
    #modalDetalles1 {
        width: 380px;
    }
    #modalTitulos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #titulo1 {
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        color: black;
        text-align: center;
    }
    #formulario {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        background: #99873F;
        padding: 5;
    }
    #txtClaveAnterior {
        width: 90%;
        border: 1px solid #ccc;
        outline: none;
        color: black;
        text-align: center;
        font-size: 20px;
        margin: 0 0 18 0;
    }
    #txtClaveNueva1 {
        width: 90%;
        border: 1px solid #ccc;
        outline: none;
        color: black;
        text-align: center;
        font-size: 20px;
        margin: 0 0 5 0;
    }
    #txtClaveNueva2 {
        width: 90%;
        border: 1px solid #ccc;
        outline: none;
        color: black;
        text-align: center;
        font-size: 20px;
    }
    .etiquetas {
        color: black;
        font-family: Roboto;
        font-size: 18px;
        margin: 0;
    }
    #botones {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin: 20 0 5 0;
    }
    #btnCancelar { 
        width: 40%;
        height: 30px;
        border: none;
        outline: none;
        border-radius: 5px;
        background-color: #b80606;
        color: #f5e4e4;
    }
    #btnAceptar {
        width: 40%;
        height: 30px;
        border: none;
        outline: none;
        border-radius: 5px;
        background-color: #036e11;
        color: #d9fade;
    }
    #btnAceptar:hover, #btnCancelar:hover {
        border: none;
        outline: none;
        color: white;
    }

}






    /* Estilo para el contenedor del campo de contraseña */
    .input-container { 
        position: relative;
        width: 95%; /* O ajusta al tamaño del input que desees */
    }

    #txtClave {
        width: 100%; /* Asegura que el input ocupe el ancho completo */
        padding-right: 40px; /* Espacio para el icono */
        box-sizing: border-box; /* Incluye el padding en el tamaño total del input */
    }

    /* Estilo para el enlace con el icono */
    #toggleClave {
        position: absolute;
        right: 10px; /* Ajusta la distancia del icono del borde derecho del input */
        top: 60%;
        transform: translateY(-50%);
        cursor: pointer;
        color: #f5f1e6; /* Cambia el color si lo necesitas */
    }

    #iconClave {
        font-size: 1em; /* Ajusta el tamaño del icono si es necesario */
    }



 


.modal-content {
    background-color: #BFA84E;
    border: none;
    outline: none;
    color: #F2D563;
    padding: 20px;
}
.modal-espera {
    display: none; /* La modal se oculta por defecto */
    position: fixed;
    z-index: 9999; /* Valor alto para asegurarte de que la modal se muestre por encima de otros elementos */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
}
.modal-espera-contenido {
    background-color: #fefefe;
    margin: 15% auto; /* Centrar la modal verticalmente y alejarla del borde superior */
    padding: 20px;
    border: 1px solid #BFA84E;
    width: 80%;
    max-width: 500px;
}
.modal-espera-carga {
    border: 16px solid #f3f3f3; /* Estilos de carga */
    border-top: 16px solid #BFA84E;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}
.modal-espera-texto {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    color: #BFA84E;
} 
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}