/* ===========================
   ESTILO GENERAL CLARO PERÚ
   By Guetto Design
   =========================== */

body {
    font-family: 'Segoe UI', Tahoma, sans-serif;
    margin: 0;
    background: #f5f7fa;
}

header {
    background: #E60000;
    color: white;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header h1 { margin: 0; font-size: 20px; }
header a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.wrapper { max-width: 1100px; margin: auto; padding: 20px; }

.card {
    background: white;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
    margin-bottom: 20px;
}

.card h2 {
    margin-top: 0;
    font-size: 17px;
    color: #E60000;
}

.btn-primary {
    background: #E60000;
    color: white;
    border: none;
    padding: 9px 18px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
}

.btn-secondary {
    border: 1px solid #d1d1d1;
    background: white;
    padding: 8px 14px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 12px;
}

.btn-danger {
    background: #B80000;
    color: white;
    border: none;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 12px;
    cursor: pointer;
}

.btn-whatsapp {
    background: #25D366;
    color: white !important;
    padding: 7px 14px;
    border-radius: 50px;
    font-size: 12px;
}

input, select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 13px;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

th {
    background: #f1f1f1;
    padding: 8px;
    text-align: left;
}

td {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
}

.tag {
    padding: 3px 8px;
    border-radius: 8px;
    font-size: 11px;
}

.tag-vencido { background: #ffd2d2; color:#b30000; }
.tag-hoy { background:#fff1b1;color:#8a6d00; }
.tag-por-vencer { background:#dcecff;color:#004b9c; }
.tag-pagado { background:#d9ffe4;color:#0f7a29;font-weight:600; }

.td-acciones {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.btn-icon {
    display: flex;
    align-items: center;
    gap: 4px;
}

.login-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: white;
}

.login-box {
    width: 330px;
    background: white;
    padding: 24px;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    text-align: center;
}

.msg-error {
    background:#ffd2d2;padding:10px;border-radius:6px;color:#b30000;margin-bottom:10px;
}

.logo-header {
    height: 10px;
    width: auto;
    display: block;
}
.login-body {
    background: linear-gradient(135deg, #000000, #222222);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


