/* ============================================
   TIPOGRAFÍA GLOBAL - ZUGATECH
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

* {
    font-family: 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

body {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

h1, .h1 { font-size: 2.5rem; font-weight: 700; }
h2, .h2 { font-size: 2rem; font-weight: 600; }
h3, .h3 { font-size: 1.75rem; font-weight: 600; }
h4, .h4 { font-size: 1.5rem; font-weight: 600; }
h5, .h5 { font-size: 1.25rem; font-weight: 500; }
h6, .h6 { font-size: 1rem; font-weight: 500; }

input, textarea, select, button {
    font-family: 'Poppins', 'Inter', sans-serif;
}

.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
}

label {
    font-weight: 500;
    font-size: 0.9rem;
}

/* ============================================
   ESTILOS CORPORATIVOS ZUGATECH
   ============================================ */
.bkblue1Zuga {
    background-color: #0F6D95 !important;
    color: white;
}
.bkblue2Zuga {
    background-color: #002055 !important;
    color: white;
}
.btnbkblue2Zuga:hover {
    background-color: #0F6D95;
    color: white;
}
.bkgray1Zuga {
    background-color: #838386;
    color: white;
}
.bkgray2Zuga {
    background-color: #5F5F61;
    color: white;
}
.colorblue1Zuga {
    color: #0F6D95;
}
.colorblue2Zuga {
    color: #002055;
}
.colorgray1Zuga {
    color: #838386;
}
.colorgray2Zuga {
    color: #5F4F61;
}
.select2-container {
    width: 100% !important;
}
.card-header {
    border: none !important;
    padding: .5rem 1.5rem !important;
}
.card-body {
    padding: 0 .5rem !important;
}
.coldiv-filter {
    padding: 0px !important;
}
/* TABLAS */
.table {
    font-size: 12px !important;
}

.table thead {
    background-color: #0F6D95 !important;
    color: white;
    text-align: center;
    font-weight: bold;
}

.table tfoot {
    background-color: #0F6D95 !important;
    color: white;
    text-align: center;
    font-weight: bold;
}

.table .row-detail {
    background-color: #838386 !important;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 11px !important;
}

.table table tr td {
    border: none;
    padding: 0 !important;
}

.table tr td {
    padding: .5rem 1rem !important;
}

.table .table-row-detail {
    font-size: 11px !important;
}

.table thead tr th {
    position: -webkit-sticky !important;
    background-color: #0F6D95 !important;
    position: sticky !important;
    top: 0;
    z-index: 2;
}
table > tbody > tr:nth-child(odd) {
    background: #ffffff;
}
.swal-button--cancel {
    background-color: #838386 !important;
}

    .swal-button--cancel:hover {
        background-color: #838386 !important;
    }

.swal-button--confirm {
    background-color: #0F6D95 !important;
}

@media (max-width: 575.97px) {
    .font-size-small {
        font-size: 10px !important;
    }
}

@media (min-width: 575.98px) and (max-width: 767.97px) {
    .font-size-small {
        font-size: 10px !important;
    }
}

@media (min-width: 767.98px) and (max-width: 991.97px) {
    .font-size-small {
        font-size: 12px !important;
    }
}

@media (min-width: 991.98px) and (max-width: 1023px) {
    .font-size-small {
        font-size: 12px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
}

@media (min-width: 1440px) and (max-width: 1679px) {
}

@media (min-width: 1680px) {
}