﻿:root {
    --principal: #093C71;
    --fondo: #C0D2E5;
    --secundario: #4391e2;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mi-div {
    /*background-image: linear-gradient(to left, rgba(121 121 121 / 80%), rgba(121 121 121 / 80%));*/
    /*background-image: linear-gradient(to left, rgb(9 60 113 / 70%), rgba(121 121 121 / 80%));*/
    background-image: linear-gradient(to left, rgb(9 60 113 / 80%), rgba(9 60 113 / 80%)) !important;
    display: flex; /* Para centrar el contenido */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
    border-radius: 15px; /* Bordes redondeados */
    padding: 20px; /* Espaciado interno para el contenido */
    margin: 20px; /* Espaciado externo alrededor del div */
    color: white; /* Color del texto */
    text-align: center; /* Alineación del texto */
    max-width: 100%; /* Evita que el div se expanda más allá del contenedor */
    box-sizing: border-box;
    flex-wrap: nowrap;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 60%), rgba(0, 0, 0, 60%)), url(/imageners/Fondo.png);
    /*background: url('/imageners/A3.jpg');*/
    /*background: linear-gradient(45deg, #ff7eb3, #ffcc00, #33ccff);*/
    background-attachment: fixed; /* La imagen de fondo se queda fija */
    background-size: cover; /* Asegura que la imagen cubra todo el área del fondo */
    background-position: center; /* Centra la imagen en el fondo */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    /*position: relative;*/ /*para poder utilizar el ::before*/
}

    /*body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;*/
        /* background-image: linear-gradient(to right, rgba(0, 0, 0, 60%), rgba(0, 0, 0, 60%)), url(/imageners/Capital_logo.png);*/
        /*background: url('/imageners/Capital_logo.png');*/
        /*pointer-events: none;*/ /* Para que no interfiera con los clics */
        /*background-attachment: fixed;*/ /* La imagen de fondo se queda fija */
        /*background-size: cover;*/ /* Asegura que la imagen cubra todo el área del fondo */
        /*background-position: center;*/ /* Centra la imagen en el fondo */
        /*background-repeat: no-repeat;*/ /* Evita que la imagen se repita */
    /*}*/


form {
    max-width: 300px;
    margin: 10px auto;
    padding: 10px 20px;
    /*background: rgb(121 121 121 / 60%);*/
    /* background: rgb(9 60 113 / 70%);*/
    border-radius: 8px;
}

h1, h2 {
    margin: 0 0 30px 0;
    text-align: center;
    color: white;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select, .inputs {
    background: rgba(255,255,255,0.1);
    border: none !important;
    font-size: 16px !important;
    height: auto !important;
    margin: 0;
    outline: 0;
    padding: 15px !important;
    width: 100% !important;
    background-color: #e8eeef !important;
    color: #000 !important;
    box-shadow: -7px -7px 11px 4px rgb(0 0 0 / 6%) inset !important;
    margin-bottom: 30px !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px 8px 0;
}

select {
    padding: 6px;
    height: 32px;
    border-radius: 2px;
}

button {
    padding: 19px 39px 18px 39px;
    color: #FFF;
    background-color: var(--principal);
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    border: 1px solid var(--principal);
    border-width: 1px 1px 3px;
    box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
    margin-bottom: 10px;
}

fieldset {
    margin-bottom: 30px;
    border: none;
    color: white;
}

legend {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: white;
}

label {
    display: block;
    margin-bottom: 8px;
}

    label.light {
        font-weight: 300;
        display: inline;
    }

.banner {
    width: 100%;
    height: 230px;
    padding: 0;
}

.img-fluid-left {
    width: 15%;
    margin-right: 1%;
}

.img-fluid-rigth {
    margin-right: 15%;
    width: 15%;
}

.center_form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center_row {
    display: block;
    align-self: auto;
    width: 50%;
}

.center_label {
    margin-left: 34%;
    font-size: 2em;
    margin-bottom: 10px;
}

.basic-form label {
    font-weight: bold;
    font-size: 18px;
}

.number {
    /*background-color: var(--principal);*/
    background-color: #0074c8;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 100%;
}

.bg_logo {
    display: flex;
    position: absolute;
    align-items: center;
    width: 80%;
    top: 50%;
    z-index: -1;
    left: 50%;
    opacity: .2;
    transform: translate(-50%, -50%);
}

.form-control {
    opacity: 1;
    color: black;
}

.tipoletra {
    font-family: Monserrat;
}

.logoderechasesion {
    width: 100%;
    height: 150px;
}

.imagensesionlogo {
    float: right;
}

/*ERRORES*/
.text-danger {
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 4px;
    font-size: 23px;
}

.field-validation-error {
    background-color: #ff0000cf;
    border-radius: 9px;
    color: #fff !important;
}

.hide {
    display: none;
}


/*INPUTS*/
.input_file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    width: 100%;
}

    .input_file label {
        overflow: hidden !important;
    }

.input-file-input {
    position: absolute;
    opacity: 0;
}

.input-file-btn {
    height: 34px;
    padding: 6px 12px;
    border-radius: 7px; /*ANTES 17PX*/
    /*background-color: var(--principal);*/
    background-color: #0074c8;
    color: white;
    width: 170px;
    text-align: center;
    line-height: 22px;
    width: 100%;
    cursor: pointer;
}

    .input-file-btn:hover {
        background-color: var(--secundario) !important;
    }

    .input-file-btn:active {
        -webkit-box-shadow: 0 3px 5px var(--principal) inset;
        box-shadow: 0 3px 5px var(--principal) inset;
    }


.file-selected {
    background: green;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem;
    border-radius: 1rem;
}

.bor-ok {
    border: 2px solid #08ae0891 !important;
}

.loader_form {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000073;
    z-index: 3;
}

.pulse {
    width: 28.8px;
    height: 28.8px;
    border-radius: 50%;
    background: #0074C8;
    box-shadow: 0 0 0 0 #093C71;
    animation: pulse-kefe91lg 1.5s infinite linear;
    position: relative;
}

    .pulse::before,
    .pulse::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        box-shadow: 0 0 0 0 #093C71;
        animation: inherit;
        animation-delay: -0.5s;
    }

    .pulse::after {
        animation-delay: -1s;
    }

@keyframes pulse-kefe91lg {
    100% {
        box-shadow: 0 0 0 57.6px #0000;
    }
}

@media screen and (min-width: 480px) {
    form {
        max-width: 900px;
    }
}

.size {
    width: 500px;
}

@media (max-width:600px) {
    .not-btns {
        display: flex;
        flex-direction: column;
    }
    .bg_logo {
        display: flex;
        position: absolute;
        align-items: center;
        width: 80%;
        top: 50%;
        z-index: -1;
        left: 50%;
        opacity: .2;
        transform: translate(-50%, -50%);
    }
    }

    .img-fluid-left {
        width: 40%;
        margin-left: 2%;
    }

    .center_row {
        width: 100%;
    }

    .center_label {
        margin-left: 30%;
    }

    .img-fluid-rigth {
        width: 40%;
    }

    .dataTables_wrapper {
        overflow: auto;
        padding: 1rem;
        background-color: #80808017;
        color: white;
    }
}

.bar {
    width: 280px;
    height: 100vh;
    position: fixed;
    z-index: 1;
    display: flex;
}

/*.btn-abrir {
    display: none;
    cursor: pointer;
    background-color: #337ab7;
    Color: white;
    width: fit-content;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
}
    .btn-abrir:hover {
        text-decoration: none !important;
        color: white;
    }
.btn-cerrar {
    cursor: pointer;
    background-color: #337ab7;
    Color: white;
    width: fit-content;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
}
    .btn-cerrar:hover {
        text-decoration: none !important;
        color: white;
    }*/

.caja {
    margin: 10px;
    border-style: solid;
}

/* btn general AZUL */
.btn2 {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #0074c8;
    /*min-width: 200px;*/
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 16px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
}

    .btn2:hover {
        opacity: .95;
    }

    .btn2 .animation {
        border-radius: 100%;
        animation: ripple 0.6s linear infinite;
    }

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

/*BTN SECUNDARIO Azul*/
.btn3 {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 0.7em 2em;
    border: 2px solid white;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: white;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
    width: auto;
    background-color: #0074c887;
}

    .btn3:before {
        transition: 0.5s all ease;
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        bottom: 0;
        opacity: 0;
        content: '';
        background-color: #093c71;
        z-index: -1;
    }

    .btn3:hover, .btn3:focus {
        color: white;
    }

        .btn3:hover:before, .btn3:focus:before {
            transition: 0.5s all ease;
            left: 0;
            right: 0;
            opacity: 1;
        }

    .btn3:active {
        transform: scale(0.9);
    }


a {
    text-decoration: none !important;
}



@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

/*estilo para un boton deshabilitado*/
button:disabled {
    background-color: gray !important;
    border-color: gray !important;
    cursor: not-allowed;
    opacity: 0.6;
}

/*alinear el formulario*/
.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /* Asegura que el formulario esté centrado verticalmente */
    padding: 20px;
}

/*estilos para el nav*/
.sidebar {
    width: 250px;
    height: 100vh;
    background: linear-gradient(135deg, #1e1e2f, #093c71);
    color: white;
    position: fixed;
    left: 0;
    top: 0;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    overflow-y:auto;
}

    .sidebar .nav {
        font-size: 18px;
    }

    .sidebar ul.nav li:hover {
        background-color: #093c71 !important;
        transition: background 0.3s ease-in-out;
    }

        .sidebar ul.nav li:hover a {
            color: #093c71;
        }


    .sidebar a {
        text-decoration: none;
        color: white !important;
        display: block;
        padding: 10px;
        border-radius: 5px;
        transition: background 0.3s;
    }

        .sidebar a:hover {
            background: rgb(255, 255, 255, 1.00);
            color: #0f3c63 !important;
        }

    .sidebar hr {
        border-color: rgba(255, 255, 255, 0.3);
    }

    .sidebar .logo {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }
    .sidebar::-webkit-scrollbar {
        width: 8px;
        border-radius: 5px;
    }

    .sidebar::-webkit-scrollbar-track {
        background: #093c71;
        padding: 2px;
    }

    .sidebar::-webkit-scrollbar-thumb {
        background: rgb(21, 77, 134);
        border-radius: 10px;
        padding: 3px;
    }

        .sidebar::-webkit-scrollbar-thumb:hover {
            background: rgba(13, 83, 133, 0.6);
        }
/* Estilo del submenú */
.submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
}

    .submenu li {
        margin-top: 5px;
    }

        .submenu li a {
            color: white;
            text-decoration: none;
            display: block;
            padding: 10px;
            border-radius: 5px;
            transition: background 0.3s;
        }
            .submenu li a:hover {
                background: rgb(255, 255, 255);
                color: #0f3c63;
            }

.btn-cerrar {
    display: none;
    font-size: 20px;
    cursor: pointer;
    color: white;
    text-align: right;
}

/* Botón de abrir menú en móviles */
.btn-abrir {
    display: none;
    font-size: 24px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    left: 20px;
    background: none;
    border: none;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .sidebar {
        transform: translateX(-100%);
        width: 250px;
        z-index: 1000;
    }

        .sidebar.mostrar {
            transform: translateX(0);
        }

    .btn-cerrar {
        display: block;
    }

    .btn-abrir {
        display: flex;
        background-color: bisque;
        margin-left: 15px;
        /* height: 33px; */
        width: 30px;
        text-align: center;
        flex-wrap: nowrap;
        align-content: stretch;
        justify-content: center;
    }
}

/*que todo empiece despues del nav*/
.content {
    margin-left: 250px; /* Ajuste para que inicie después del sidebar */
    padding: 20px;
    transition: margin-left 0.3s ease-in-out;
}
/* Cuando el sidebar está oculto en móviles */
@media (max-width: 768px) {
    .content {
        margin-left: 0;
        /*margin-top: 60px;*/ /* Para que el contenido empiece debajo del botón de hamburguesa */
    }
}

/*estilos para el select de los centros*/
.ts-wrapper.multi .ts-control > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #0074c8 !important;
    color: white !important;
    border: 0px solid #d0d0d0;
}

.size2 {
    height: auto !important;
}

.ico {
    font-size: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #fff !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 15px !important;
}

.sizelabel {
    font-size: 16px;
}
/*botones principales y segundarios*/
/*principales*/
.red {
    background: #c80000 !important;
}

.green {
    background: #058126 !important;
}
/*secundarios*/
.rojo {
    background-color: #c8000094 !important;
}

    .rojo:before {
        background-color: #710909 !important;
    }

.verde {
    background-color: #29c20094;
}

    .verde::before {
        background-color: #0c7109;
    }

/*ancho de los centros*/
.size3 {
    width: 70% !important;
    background-color: rgba(9, 60, 113, 0.8); /* Mantiene el fondo azul */
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}
.sizeA {
    width: 85% !important;
    background-color: rgba(9, 60, 113, 0.8); /* Mantiene el fondo azul */
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

.size4 {
    width: 50%;
}
/*ancho boton firma candidato*/
.size5 {
    width: 30%;
}

/*color blanco*/
.white {
    color: white;
}
/*tabla de CUPOS*/
.table-gradient {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

    .table-gradient th {
        background: linear-gradient(90deg, #093c71, #0074c8);
        color: white;
        padding: 14px;
        text-align: center;
    }

    .table-gradient td {
        padding: 12px;
        text-align: center;
        border: 1px solid #ddd;
        background-color: #f7f7f7;
    }

    .table-gradient tr:nth-child(even) td {
        background-color: #e8f4ff;
    }

    .table-gradient tr:hover {
        background-color: #d1eaff;
    }
/*marco de Puestos y horarios*/
.marcos {
    border: 2px solid #0074c8;
    text-align: center;
}
/*fondo semi transparente azul*/
.fondoform {
    background: rgb(9 60 113 / 80%);
}

.sincolor {
    background-image: linear-gradient(to left, rgb(9 60 113 / 0%), rgb(9 60 113 / 0%)) !important;
}

.izquierda {
    text-align: right;
}

/*estilos para tamaño de laptop*/
@media (min-width: 1024px) and (max-width: 1366px) {
    .mi-div {
        width: 80% !important;
    }

    .mi-div2 {
        background-image: linear-gradient(to left, rgb(9 60 113 / 80%), rgba(9 60 113 / 80%));
        border-radius: 15px;
        padding: 20px;
        margin: 20px;
        color: white;
        text-align: center;
        max-width: 100%;
        width: 80%;
    }


    .tamL {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mi-div {
        width: 100%;
    }

    .tabla-responsive {
        width: 90% !important;
    }
    .puestos-horarios .row {
        flex-direction: column;

    }

    .puestos-horarios .col-md-6 {
        width: 100%;
    }

    .puestos-horarios .table-gradient {
        width: 100%;
        overflow-x: auto; 
    }
}


/* Responsive: Ajustes para móviles */
@media (max-width: 768px) {
    /* Ajustar la sidebar para que esté sobre el contenido */
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: 100vh;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        z-index: 1100; /* Para que quede sobre el contenido */
    }

        .sidebar.mostrar {
            transform: translateX(0);
        }

    /* Botón de cerrar dentro del sidebar */
    .btn-cerrar {
        display: block;
        font-size: 24px;
        text-align: right;
        cursor: pointer;
        color: white;
        padding: 10px;
    }

    /* Botón de abrir menú */
    .btn-abrir {
        display: flex;
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 1200; /* Para que esté siempre visible */
        font-size: 24px;
        background: none;
        border: none;
        color: white;
        padding: 10px;
        cursor: pointer;
        background-color: #16497ab3;
    }

    /* Contenido centrado sin ser afectado por el sidebar */
    .content {
        margin-left: 0 !important;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 100vh; /* Centrar verticalmente */
        transition: margin-left 0.3s ease-in-out;
    }

    .mi-div {
        background-image: linear-gradient(to left, rgb(9 60 113 / 80%), rgba(9 60 113 / 80%)) !important;
        display: flex;
        justify-content: center;
        border-radius: 15px;
        padding: 20px;
        margin: 20px;
        color: white;
        text-align: center;
        /* max-width: 100%; */
        box-sizing: border-box;
        flex-wrap: nowrap;
    }

    .fondoform {
        background: rgb(9 60 113 / 80%);
        width: 100%;
    }

    .size3 {
        width: 100% !important;
        background-color: rgba(9, 60, 113, 0.8);
        border-radius: 15px;
        padding: 20px;
        text-align: center;
    }

    .btn3 {
        font-size: 8px;
        /* letter-spacing: 2px; */
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        /* font-weight: bold; */
        padding: 0.7em 2em;
        border: 2px solid white;
        border-radius: 6px;
        position: relative;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
        color: white;
        text-decoration: none;
        transition: 0.3s ease all;
        z-index: 1;
        width: auto;
        /*background-color: #0074c887;*/
    }

    .botones-contenedor {
        display: ruby-text !important;
        gap: 15px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .botones-contenedor2 {
        /*display: inline-flex !important;
        gap: 15px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;*/
    }

    .table-gradient {
        font-size: 14px;
        min-width: 600px;
    }

    .card {
        width: 100% !important;
    }

    .tablagra {
        min-width: 200px !important;
    }
    .puestos-horarios{
        width: 100%;
    }
    
}

.botones-contenedor {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tabla-responsive {
    width: 100%;
    overflow-x: auto;
}
/*letras tabla contacto candidatos*/
.negro {
    color: black;
}
/*centrar logo en vista candidatos*/
.centrar-imagen {
    display: block;
    margin: 0 auto; /* Centra horizontalmente */
    text-align: center;
}

.sinregistros {
    color:white; 
    text-align:center; 
    font-size:20px;
}

.subtable {
    width: 100%;
    max-width: 400px;
    margin: auto;
    border-collapse: collapse;
}

    .subtable th, .subtable td {
        padding: 8px;
        border-bottom: 1px solid #555;
        color: black;
        text-align: center;
    }

    .subtable th {
        background-color: #343a40;
        color: white;
    }
.notn {
    background: #d9534f;
    padding: 6px;
    border-radius: 10px;
}
.not0 {
    background: #154d86;
    padding: 6px;
    border-radius: 10px;
}
.card-not {
    color: #132d50;
    width: 90%;
    margin: 10px;
}
.not-nvo {
    color: white;
    font-size: 8px;
    cursor: pointer;
}
.not-fec {
    font-size: 10px;
    color: #565656;
}
.not-hr {
    border-style: solid none none none;
    border-width: 1px;
    border-color: #88a0b9;
}

/*ESTILOS SUPERVISOR*/
/* Contenedor del formulario */
.login-containerS {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
}

    
    .login-containerS h3 {
        color: #333;
        margin-bottom: 10px;
    }


.input-groupS {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 15px;
}

    .input-groupS label {
        font-size: 14px;
        color: #555;
        margin-bottom: 5px;
    }

    .input-groupS input {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 14px;
        transition: all 0.3s ease-in-out;
    }

        .input-groupS input:focus {
            border-color: #007bff;
            outline: none;
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
        }

/* Ocultar la tabla en móviles */
@media screen and (max-width: 768px) {
    .table2 {
        display: none;
    }
}
/* Cards para dispositivos móviles */
.card-containerS {
    display: none;
}

@media screen and (max-width: 768px) {
    .card-containerS {
        display: grid;
        gap: 10px; 
        /*grid-template-columns: repeat(2, 1fr) !important;*/
        padding: 10px;
    }

    .cardS {
        background: white;
        border-radius: 8px;
        padding: 15px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        text-align: center;
        transition: transform 0.2s ease-in-out;
        margin-bottom: 10px;
    }

    .card-headerS {
        font-size: 11px;
        font-weight: bold;
        color: #000;
        text-align: justify;
        display: flex;
        border-style: none none solid none;
        border-width: 1px;
        border-color: #308ed261;
        color: #1d4f84;
    }

    .card-bodyS {
        font-size: 11px;
        color: #717070;
        display: flex;
        flex-wrap: wrap;
    }
    .S-tag {
        margin-right: 10px;
    }
    .tabla-scroll {
        overflow-x: auto;
        position: relative;
    }

    .tabla-centros {
        min-width: 600px; 
        border-collapse: collapse;
        white-space: nowrap;
    }

        .tabla-centros th,
        .tabla-centros td {
            min-width: 80px; 
            text-align: center;
            padding: 2px;
        }

        /* Fijar las primeras dos columnas */
        .tabla-centros .sticky-col {
            position: sticky;
            left: 0;
            background-color: rgba(9, 60, 113);
            z-index: 2;
            font-size: 12px !important;
            padding: 8px;
        }

            .tabla-centros .sticky-col:nth-child(2) {
                left: 50px; 
            }

            /*vista Reporteos*/
}

.grand{
    width: 100% !important;
}

/* Estilos para VISUALIZA ALTAS */
.card-VA {
    margin-bottom: 20px;
}

    .card-VA .btn3 {
        width: 100%;
        margin-bottom: 10px;
    }

.table-responsive2 {
    display: none;
}

/* Mostrar la tabla en pantallas grandes */
@media (min-width: 768px) {
    .table-responsive2 {
        display: block;
    }

    .card-VA {
        display: none;
    }
}

/* Mostrar las cards en pantallas pequeñas */
@media (max-width: 767px) {
    .table-responsive2 {
        display: none;
    }

    .card-VA {
        display: block;
    }
    .card-titleVA, .card-textVA {
        color: black;
        text-align: justify;
    }
}

/* FIN Estilos para VISUALIZA ALTAS */

.iniciocard {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #154d86bf;
    padding: 20px;
    border-radius: 10px;
}