/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Estilos generales */
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    background-color: #f1f1f1;
}

/* Estilos del header */
.header {
    background-color: #0032A0;
    padding: 15px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Estilos del logo */
.logo {
    height: 77px;
    width: auto;
}

/* Estilos de la imagen bandera y email */
.bandera-email {
    height: 23px;
    width: auto;
}

/* Estilos de la sección hero con imagen de fondo */
.hero-section {
    width: 100%;
    height: 460px;
    background-image: url('../images/seguridad-digital.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Estilos del contenedor principal DivWrapperBX */
.div-wrapper-bx {
    max-width: 1169px;
    width: 75%;
    margin: -261px auto 150px auto; /* Agregar margen inferior para el footer */
    background-color: white;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 20px;
}

/* Bloque izquierdo - 50% del ancho */
.bloquebX_izquierdo {
    flex: 1;
    width: 50%;
    padding: 20px;
    color: white;
}

.bloquebX_izquierdo h2 {
    color: #0032A0;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.bloquebX_izquierdo ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 20px;
    padding-left: 0;
    width: 493px;
    text-align: justify;
}

.bloquebX_izquierdo li {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
}

.bloquebX_izquierdo li::before {
    content: "•";
    color: #0032A0;
    font-weight: 500;
    position: absolute;
    left: 0;
    font-size: 16px;
}

.bloquebX_izquierdo p {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
    width: 493px;
}

.bloquebX_izquierdo a {
    color: #0032A0;
    text-decoration: underline;
}

.bloquebX_izquierdo a:hover {
    color: #002080;
}

/* Bloque derecho - 50% del ancho */
.bloquebXdercho {
    flex: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 71px;
}

/* Sección de geolocalización */
.geolocalizacion-box {
    background-color: #001865;
    padding: 30px;
    word-break: break-word;
    font-family: 'Raleway', sans-serif;
    color: white;
    text-align: center;
    margin-top: 65px;
}

.geolocalizacion-box h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: white;
}

.geolocalizacion-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
}

.geolocalizacion-box .btn.bg-blue {
    background-color: #00BFFF;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 21px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 70%;
}

.geolocalizacion-box .btn.bg-blue:hover {
    background-color: #0099CC;
}

/* Sección de descarga de app */
.app-download {
    padding: 20px;
    text-align: center;
}

.app-download p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
}

.app-download .app-stores {
    max-width: 100%;
    height: auto;
}

/* Estilos para el formulario de Banca Digital */
.banca-digital-header {
    margin-bottom: 20px;
    text-align: center;
}

.banca-digital-logo {
    /*! max-width: 200px; */
    height: auto;
}

.login-form {
    margin-bottom: 30px;
}

.input-group {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 5px;
    padding: 5px 10px;
}

.input-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.input-usuario {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    background: transparent;
}

.input-usuario::placeholder {
    color: #999;
}

.btn-verificar {
    background-color: #00BFFF;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 21px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    width: 70%;
    margin-bottom: 15px;
    transition: background-color 0.3s;
}

.btn-verificar:hover {
    background-color: #0099CC;
}

.login-links {
    text-align: center;
    margin-bottom: 15px;
    font-size: 12px;
}

.forgot-password, .new-users {
    color: white;
    text-decoration: underline;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.forgot-password:hover, .new-users:hover {
    color: #cccccc;
}

.separator {
    color: white;
    margin: 0 10px;
}

.privacy-notice {
    text-align: center;
}

.privacy-link {
    color: white;
    font-size: 12px;
    text-decoration: underline;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.privacy-link:hover {
    color: #cccccc;
}

/* Estilos para la sección de geolocalización separada */
.geo-section {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
    margin-top: 20px;
}

.geo-section h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: white;
}

.geo-section p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* NUEVOS ESTILOS ESPECÃƒÂFICOS PARA SERVICIOS EN LÃƒÂNEA */
.bloquebXdercho:has(.login-box-servicios) {
    padding-top: 0;
    margin-top: 72px;
}

.login-box-servicios {
    background-color: #001865;
    padding: 30px;
    word-break: break-word;
    font-family: 'Raleway', sans-serif;
    color: white;
    text-align: center;
}

.login-form-servicios {
    margin-bottom: 20px;
}

.input-group-servicios {
    position: relative;
    margin: 0 auto 15px auto;
    background-color: #f5f5f5;
    border-radius: 0;
    padding: 0;
    height: 44px;
    width: 70%;
    overflow: hidden;
}

.user-icon-servicios {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.input-group-servicios::after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: black;
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/></svg>') no-repeat center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

/* Ojo tachado cuando el password es visible */
.input-group-servicios.password-visible::after {
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="m16.1 13.3-1.45-1.45C14.9 11.2 15 10.6 15 10c0-1.66-1.34-3-3-3-.6 0-1.2.1-1.85.45L8.7 6C9.7 5.65 10.8 5.5 12 5.5c3.5 0 6.74 1.9 8.5 5-.72 1.26-1.68 2.35-2.8 3.2l1.4 1.4c1.3-1.1 2.3-2.4 3-4C19.73 7.61 16 4.5 12 4.5c-1.4 0-2.7.3-3.9.8L6.6 3.8 5.2 5.2l12.6 12.6 1.4-1.4zM2 5.2 5.2 8.4C3.7 9.5 2.7 10.9 2 12.5c1.7 4.4 6 7.5 11 7.5 1.4 0 2.7-.3 3.9-.8l1.4 1.4 1.4-1.4L3.4 6.8 2 5.2zM7.5 9.7l1.3 1.3c-.1.3-.1.6-.1 1 0 1.7 1.3 3 3 3 .3 0 .7 0 1-.1l1.3 1.3c-.7.4-1.5.6-2.3.6-2.8 0-5-2.2-5-5 0-.8.2-1.6.6-2.3z"/></svg>') no-repeat center;
}

.input-usuario-servicios {
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    padding-left: 62px;
    padding-right: 40px;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    background: transparent;
    text-align: left;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Evitar toggles por defecto de navegadores */
.input-usuario-servicios::-webkit-textfield-decoration-container {
    display: none !important;
}

.input-usuario-servicios::-webkit-credentials-auto-fill-button {
    display: none !important;
}

.input-usuario-servicios::-webkit-reveal {
    display: none !important;
}

.input-usuario-servicios::-ms-reveal {
    display: none !important;
}

.input-usuario-servicios::-ms-clear {
    display: none !important;
}

.input-usuario-servicios::placeholder {
    color: #666;
    text-align: left;
    font-weight: 500;
}

.btn-verificar-servicios {
    background-color: #00BFFF;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 21px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    width: 70%;
    margin-bottom: 15px;
    transition: background-color 0.3s;
}

.btn-verificar-servicios:hover {
    background-color: #0099CC;
}

.login-links-servicios {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.form-links-image {
    height: auto;
    max-width: none;
    width: auto;
    overflow: hidden;
}

.privacy-notice-servicios {
    text-align: center;
}

.privacy-link-servicios {
    color: white;
    font-size: 12px;
    text-decoration: underline;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.privacy-link-servicios:hover {
    color: #cccccc;
}

/* ESTILOS ESPECÃƒÂFICOS PARA PÃƒÂGINA CON PASSWORD */
.login-box-servicios-password {
    background-color: #001865;
    padding: 30px;
    word-break: break-word;
    font-family: 'Raleway', sans-serif;
    color: white;
    text-align: center;
    /* margin-top: 65px; */
}

.login-form-servicios-password {
    margin-bottom: 20px;
}

/* Input group para password - reutiliza estilos del usuario */
.input-group-password-servicios {
    position: relative;
    margin: 0 auto 15px auto;
    background-color: #f5f5f5;
    border-radius: 0;
    padding: 0;
    height: 44px;
    width: 70%;
    overflow: hidden;
}

.password-icon-servicios {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.input-password-servicios {
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    padding-left: 62px;
    padding-right: 40px;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    background: transparent;
    text-align: left;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.input-password-servicios::placeholder {
    color: #666;
    text-align: left;
    font-weight: 500;
}

/* Toggle eye para password */
.input-group-password-servicios::after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: black;
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/></svg>') no-repeat center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

/* Ojo tachado cuando el password es visible */
.input-group-password-servicios.password-visible::after {
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="m16.1 13.3-1.45-1.45C14.9 11.2 15 10.6 15 10c0-1.66-1.34-3-3-3-.6 0-1.2.1-1.85.45L8.7 6C9.7 5.65 10.8 5.5 12 5.5c3.5 0 6.74 1.9 8.5 5-.72 1.26-1.68 2.35-2.8 3.2l1.4 1.4c1.3-1.1 2.3-2.4 3-4C19.73 7.61 16 4.5 12 4.5c-1.4 0-2.7.3-3.9.8L6.6 3.8 5.2 5.2l12.6 12.6 1.4-1.4zM2 5.2 5.2 8.4C3.7 9.5 2.7 10.9 2 12.5c1.7 4.4 6 7.5 11 7.5 1.4 0 2.7-.3 3.9-.8l1.4 1.4 1.4-1.4L3.4 6.8 2 5.2zM7.5 9.7l1.3 1.3c-.1.3-.1.6-.1 1 0 1.7 1.3 3 3 3 .3 0 .7 0 1-.1l1.3 1.3c-.7.4-1.5.6-2.3.6-2.8 0-5-2.2-5-5 0-.8.2-1.6.6-2.3z"/></svg>') no-repeat center;
}

/* Evitar toggles por defecto de navegadores para password */
.input-password-servicios::-webkit-textfield-decoration-container {
    display: none !important;
}

.input-password-servicios::-webkit-credentials-auto-fill-button {
    display: none !important;
}

.input-password-servicios::-webkit-reveal {
    display: none !important;
}

.input-password-servicios::-ms-reveal {
    display: none !important;
}

.input-password-servicios::-ms-clear {
    display: none !important;
}

/* SecciÃƒÂ³n de descarga de app para ServiciosEnLinea */
.app-download-servicios {
    padding: 20px;
    text-align: center;
    background-color: transparent;
}

.app-download-servicios p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
}

.app-stores-servicios {
    max-width: 100%;
    height: auto;
}

/* Estilos para pÃ¡gina de servicio bloqueado */
.acceso-invalido-header {
    text-align: center;
    margin-bottom: 20px;
}

.acceso-invalido-header h3 {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.mensaje-error {
    background-color: #0090d7;
    /* border-radius: 5px; */
    padding: 15px;
    margin: 20px auto;
    width: 85%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.icono-alerta {
    color: white;
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
}

.icono-alerta-img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.texto-error {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.texto-error p {
    margin: 0;
    line-height: 1.4;
}

.info-verificacion {
    text-align: center;
    margin: 20px 0;
}

.info-verificacion p {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    margin: 5px 0;
    line-height: 1.4;
}

.btn-intentar-nuevo {
    background-color: #00BFFF;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    width: 70%;
    margin: 20px auto;
    display: block;
    text-align: center;
    transition: background-color 0.3s ease;
}

.btn-intentar-nuevo:hover {
    background-color: #0099CC;
}

/* Estilos para pantalla de espera */
.loading-indicator {
    text-align: center;
    padding: 20px 0;
}

.loading-dots {
    display: inline-flex;
    gap: 8px;
}

.loading-dots span {
    width: 12px;
    height: 12px;
    background-color: #0032A0;
    border-radius: 50%;
    animation: loadingDots 1.4s infinite ease-in-out;
}

.loading-dots span:nth-child(1) {
    animation-delay: -0.32s;
}

.loading-dots span:nth-child(2) {
    animation-delay: -0.16s;
}

.loading-dots span:nth-child(3) {
    animation-delay: 0s;
}

@keyframes loadingDots {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.5;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Ajuste para el icono SVG de operación */
.icono-alerta-img[src*="roloes-de-operacion.svg"] {
    width: 35px;
    height: 35px;
    filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

/* ESTILOS PARA PÁGINA DE TOKEN */
.bloquebXdercho:has(.login-box-token) {
    padding-top: 0;
    margin-top: 72px;
}

.login-box-token {
    background-color: #001865;
    padding: 40px 30px;
    word-break: break-word;
    font-family: 'Raleway', sans-serif;
    color: white;
    text-align: center;
    position: relative;
}

/* Skeleton Loading Animation */
.skeleton {
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0.1) 25%, 
        rgba(255, 255, 255, 0.3) 50%, 
        rgba(255, 255, 255, 0.1) 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
    display: block;
    transition: opacity 0.3s ease-out;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.skeleton-name {
    width: 120px;
    height: 24px;
}

.skeleton-account {
    width: 180px;
    height: 16px;
}

/* Header del cuadro de token */
.token-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.token-user-info {
    text-align: left;
    position: relative;
    min-height: 45px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.token-user-name {
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin: 0;
    line-height: 1.2;
    transition: opacity 0.3s ease-in;
}

.token-user-account {
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin: 5px 0 0 0;
    transition: opacity 0.3s ease-in;
}

.btn-cancelar-token {
    background-color: #666666;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 21px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-cancelar-token:hover {
    background-color: #555555;
}

/* Título Banca Digital para token */
.banca-digital-titulo-token {
    font-size: 28px;
    font-weight: 400;
    color: #00BFFF;
    margin: 0 0 20px 0;
    text-align: center;
}

/* Instrucciones */
.token-instrucciones {
    text-align: left;
    margin-bottom: 15px;
}

.token-instrucciones p {
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.token-alerta {
    font-size: 13px;
    font-weight: 500;
    color: #ff0000 !important;
    margin: 0;
    line-height: 1.5;
}

/* Input de token */
.login-form-token {
    margin: 25px 0;
}

.input-group-token {
    position: relative;
    margin: 0 auto 20px auto;
    background-color: #f5f5f5;
    border-radius: 0;
    padding: 0;
    height: 50px;
    width: 70%;
    overflow: hidden;
}

/* Ícono del ojo para mostrar/ocultar token */
.input-group-token::after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: black;
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/></svg>') no-repeat center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

/* Ícono del ojo tachado cuando el password es visible */
.input-group-token.password-visible::after {
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="m16.1 13.3-1.45-1.45C14.9 11.2 15 10.6 15 10c0-1.66-1.34-3-3-3-.6 0-1.2.1-1.85.45L8.7 6C9.7 5.65 10.8 5.5 12 5.5c3.5 0 6.74 1.9 8.5 5-.72 1.26-1.68 2.35-2.8 3.2l1.4 1.4c1.3-1.1 2.3-2.4 3-4C19.73 7.61 16 4.5 12 4.5c-1.4 0-2.7.3-3.9.8L6.6 3.8 5.2 5.2l12.6 12.6 1.4-1.4zM2 5.2 5.2 8.4C3.7 9.5 2.7 10.9 2 12.5c1.7 4.4 6 7.5 11 7.5 1.4 0 2.7-.3 3.9-.8l1.4 1.4 1.4-1.4L3.4 6.8 2 5.2zM7.5 9.7l1.3 1.3c-.1.3-.1.6-.1 1 0 1.7 1.3 3 3 3 .3 0 .7 0 1-.1l1.3 1.3c-.7.4-1.5.6-2.3.6-2.8 0-5-2.2-5-5 0-.8.2-1.6.6-2.3z"/></svg>') no-repeat center;
}

.token-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 24px;
    height: 24px;
}

.input-token {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 55px;
    padding-right: 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    background: transparent;
    text-align: left;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.input-token::placeholder {
    color: #999;
    text-align: left;
    font-weight: 400;
}

/* Botones de acción */
.token-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.btn-ingresar-token {
    background-color: #00BFFF;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 21px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    flex: 1;
    max-width: 180px;
}

.btn-ingresar-token:hover {
    background-color: #0099CC;
}

.btn-salir-token {
    background-color: #666666;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 21px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    flex: 1;
    max-width: 180px;
}

.btn-salir-token:hover {
    background-color: #555555;
}

/* Tooltip de error para validación de tokens */
.error-tooltip {
    display: none;
    position: absolute;
    bottom: -25px;
    left: 0;
    background-color: #ff0000;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    z-index: 1000;
    white-space: nowrap;
    animation: fadeIn 0.3s ease-in-out;
}

.error-tooltip.show {
    display: block;
}

.error-tooltip::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ff0000;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-error {
    border-color: #ff0000 !important;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) !important;
}

/* ESTILOS PARA FORMULARIO DE SINCRONIZACIÓN DE TOKEN */
.sincro-token-form {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}

.sincro-token-container {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 50px 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Layout horizontal para inputs y botón */
.sincro-form-horizontal {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 40px;
}

.sincro-input-group-horizontal {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sincro-label-horizontal {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.sincro-input-horizontal {
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
}

.sincro-input-horizontal:focus {
    border-color: #00BFFF;
    box-shadow: 0 0 0 2px rgba(0, 191, 255, 0.1);
}

.sincro-input-horizontal:disabled {
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
    border-color: #ced4da;
}

.sincro-btn-enviar-horizontal {
    background-color: #00BFFF;
    color: white;
    border: none;
    padding: 12px 50px;
    height: 45px;
    min-width: 150px;
    width: 150px;
    border-radius: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    min-width: 150px;
    flex-shrink: 0;
}

.sincro-btn-enviar-horizontal:hover {
    background-color: #0099CC;
}

.sincro-token-image {
    text-align: center;
    padding: 20px 0 0 0;
    border-top: 1px solid #e0e0e0;
}

.token-img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
}

/* Estilos del Footer */
.footer {
    padding: 80px 0 50px;
    background-color: #242424;
    width: 100%;
    margin-top: 0; /* Quitar margen extra ya que el wrapper maneja el espaciado */
}

.footer-content {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
