html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.dataTables_wrapper {
    overflow-x: scroll;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    /*background: #020024;*/
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 9%, rgba(9, 9, 121, 1) 68%, rgba(0, 91, 255, 1) 97%)
}

/* From Uiverse.io by SyedShahzaib7 */
.wrapper {
    width: 420px;
/*    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 9%, rgba(9, 9, 121, 1) 68%, rgba(0, 91, 255, 1) 97%);
    */backdrop-filter: blur(9px);
    color: #fff;
    border-radius: 12px;
    padding: 30px 40px;
}

.form-login {
    font-size: 36px;
    text-align: center;
}

.wrapper .input-box {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 30px 0;
}

.input-box input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    padding: 20px 45px 20px 20px;
}

    .input-box input::placeholder {
        color: #fff;
    }

.wrapper .remember-forgot {
    display: flex;
    justify-content: space-between;
    font-size: 14.5px;
    margin: -15px 0 15px;
}

.remember-forgot label input {
    accent-color: #fff;
    margin-right: 3px;
}

.remember-forgot a {
    color: #fff;
    text-decoration: none;
}

    .remember-forgot a:hover {
        text-decoration: underline;
    }

.boton {
    width: 150px;
    height: 45px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 600;
/*    margin-left: 90px;
    margin-top: 10px;*/
}
.boton2 {
    width: 150px;
    height: 45px;
    background: #dc3545;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;

}
.boton3 {
    width: 150px;
    height: 45px;
    background: #198754;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.wrapper .register-link {
    font-size: 14.5px;
    text-align: center;
    margin: 20px 0 15px;
}

.register-link p a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

    .register-link p a:hover {
        text-decoration: underline;
    }


.img-i {
    width: 50%;
    height: 50%;
    margin: 20px;
}
.img-20 {
    width: 20%;
    height: 20%;
    margin: 20px;
}
.inicio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 90px;
}
@media (max-width: 992px){
    .inicio {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    .wrapper {
        width: 100%;
    }
        .wrapper .btn {
            width: 100%;
            margin-left: auto;
            margin-top: auto;
        }
    }

.bg1 {
    background-image: url(../img/bg1.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: fixed;
    /* margin: 0; */
    left: 0;
    top: 0;
    z-index: -1;
}
.bg2 {
    background-image: url(../img/bg2.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: fixed;
    /* margin: 0; */
    left: 0;
    top: 0;
    z-index: -1;
}
.bg5 {
    background-image: url(../img/bg1b.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: fixed;
    /* margin: 0; */
    left: 0;
    top: 0;
    z-index: -1;
}
.bg4 {
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 9%, rgba(9, 9, 121, 1) 68%, rgba(0, 91, 255, 1) 97%) width: 100%;
    height: 100vh;
    background-size: cover;
    position: fixed;
    /* margin: 0; */
    left: 0;
    top: 0;
    z-index: -1;
}
.tarjeta1 {
    background: #ffffff40;
    border-radius: 10px;
    /* margin: 10%;*/
    padding: 20px;
    color: white;
    text-align: center;
    width: 80%;
}
.tarjeta2 {
    background: #ffffff40;
    border-radius: 10px;

    padding: 20px;
    color: white;
    text-align: center;
}
.video{
    width:100%
}
.cont-foto{
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
   }

/*.tarjeta2 {
    margin: 30px;
    height: calc(100vh - 60px);*/ /* 30px top + 30px bottom */
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.video {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}
#video {
    width: 100%;
    height: 100%;
    object-fit: contain;*/ /* Ajusta sin deformar, puede dejar espacios */ /* <<< ESTO es lo que rompe la relación de aspecto */
/*}*/

#canvas {
    width: 100%;
    height: auto;
    max-height: 100%;
    margin-top: 20px;
}


.bg3 {
    background: #0c0a2de0;
    width: 100%;
    height: 100vh;
    position: fixed;
    /* margin: 0; */
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
    justify-content: center;
    align-items: center;
}
.mensaje {
    background: #0c0a2de0;
    width: 100%;
    height: 100vh;
    position: fixed;
    /* margin: 0; */
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-mensaje {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    /* border: 10px solid rgb(255 255 255); */
    border-radius: .5rem;
    padding: 30px;
    box-shadow: 6px 5px 11px 2px #02002463;
    align-items: center;
}
.error {
    font-size: 36px;
    margin: 5px;
    color: #b11010;
}
.ok {
    font-size: 36px;
    margin: 5px;
    color: #198754;
}

/* From Uiverse.io by mrhyddenn */
/*.loader {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

    .loader::before,
    .loader::after {
        content: "";
        position: absolute;
        border-radius: inherit;
    }

    .loader::before {
        width: 100%;
        height: 100%;
        background-image: linear-gradient(0deg, #0C3C71 0%, #0571C4 100%);
        animation: load012323 .5s infinite linear;
    }

    .loader::after {
        width: 85%;
        height: 85%;
        background-color: #020024;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

@keyframes load012323 {
    to {
        transform: rotate(360deg);
    }
}*/

/* From Uiverse.io by KSAplay */
.loader {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loader::before,
    .loader::after {
        position: absolute;
        content: "";
        height: 16em;
        width: 16em;
        border: 1em solid #0571C4;
        border-radius: 50%;
        animation: loader_79178 2s linear infinite;
    }

    .loader::after {
        opacity: 0;
        animation-delay: 1s;
    }

@keyframes loader_79178 {
    0% {
        border: 1em solid #0060fa;
        transform: scale(0);
        opacity: 1;
    }

    100% {
        border: 0 solid #0060fa;
        transform: scale(1);
        opacity: 0;
    }
}


@-webkit-keyframes scale-in-ver-top{0%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}100%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}}@keyframes scale-in-ver-top{0%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}100%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}}
.scale-in-ver-top {
    -webkit-animation: scale-in-ver-top .5s cubic-bezier(.25,.46,.45,.94) both;
    animation: scale-in-ver-top .5s cubic-bezier(.25,.46,.45,.94) both
}

/* From Uiverse.io by alexruix */
/*.card-inicio {
    width: 190px;
    height: 254px;
    border-radius: 20px;
    background: #f5f5f5;
    position: relative;
    padding: 1.8rem;
    border: 2px solid #c3c6ce;
    transition: 0.5s ease-out;
    overflow: visible;
}

.card-inicio-details {
    color: black;
    height: 100%;
    gap: .5em;
    display: grid;
    place-content: center;
}

.card-inicio-button {
    transform: translate(-50%, 125%);
    width: 60%;
    border-radius: 1rem;
    border: none;
    background-color: #008bf8;
    color: #fff;
    font-size: 1rem;
    padding: .5rem 1rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    transition: 0.3s ease-out;
}

.text-body {
    color: rgb(134, 134, 134);
}*/

/*Text*/
/*.text-title {
    font-size: 1.5em;
    font-weight: bold;
}*/

/*Hover*/
/*.card-inicio:hover {
    border-color: #008bf8;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

    .card-inicio:hover .card-inicio-button {
        transform: translate(-50%, 50%);
        opacity: 1;
    }*/

.notification {
    display: flex;
    flex-direction: column;
    isolation: isolate;
    position: relative;
    width: 18rem;
    height: 8rem;
    border-radius: 1rem;
    overflow: hidden;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    --gradient: linear-gradient(to bottom, #2eadff, #3d83ff, #7e61ff);
    --color: #32a6ff;
    text-align: start;
}

    .notification:before {
        position: absolute;
        content: "";
        inset: 0.0625rem;
        border-radius: 0.9375rem;
        background: #ffffff1c;
        z-index: 2;
    }

    .notification:after {
        position: absolute;
        content: "";
        width: 0.25rem;
        inset: 0.65rem auto 0.65rem 0.5rem;
        border-radius: 0.125rem;
        background: var(--gradient);
        transition: transform 300ms ease;
        z-index: 4;
    }

    .notification:hover:after {
        transform: translateX(0.15rem)
    }

.notititle {
    color: var(--color);
    padding: 0.65rem 0.25rem 0.4rem 1.25rem;
    font-weight: 500;
    font-size: 1.1rem;
    transition: transform 300ms ease;
    z-index: 5;
}

.notification:hover .notititle {
    transform: translateX(0.15rem)
}

.notibody {
    color: #ffffffcc;
    padding: 0 1.25rem;
    transition: transform 300ms ease;
    z-index: 5;
}

.notification:hover .notibody {
    transform: translateX(0.25rem)
}

.notiglow,
.notiborderglow {
    position: absolute;
    width: 20rem;
    height: 20rem;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle closest-side at center, white, transparent);
    opacity: 0;
    transition: opacity 300ms ease;
}

.notiglow {
    z-index: 3;
}

.notiborderglow {
    z-index: 1;
}

.notification:hover .notiglow {
    opacity: 0.1
}

.notification:hover .notiborderglow {
    opacity: 0.1
}

.note {
    color: var(--color);
    position: fixed;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 0.9rem;
    width: 75%;
}

.reportes-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /*background: #ffffff0d;*/
    padding: 30px;
    border-radius: 20px;
    width: 100%;
    background: #ffffff0d;
}

.reportes-card-header {
    background: #ffffff0d;
    padding: 30px;
    border-radius: 20px;
    color: white;
    text-align: start;
    width: 100%;
    margin: 30px;
}

.txt-azul {
    color: #32a6ff !important;
}

.navazul {
    border-bottom: 1px solid #0080ff !important;
    border-radius: 30px;
    color: white;
    width: 95%;
    justify-self: center;
    background: #32a6ffde;
    padding: 05px 20px;
}
.navboton {
    background: #ffffff;
    color: #32a6ffde;
    border-radius: 30px;
    padding: 5px 15px;
    margin: 5px;
    text-decoration: none;
    transition: color 0.5s ease;
    transition: background 0.5s ease;
}
    .navboton:hover {
        background: #2c85cade;
        color: white !important;
    }
.horainput {
    line-height: normal;
    border: none;
    outline: none;
    width: 40px;
    text-align: center;
}
/* From Uiverse.io by BlackisPlay */
.dateInput {
    margin-left: auto;
    margin-right: auto;
    height: 2.5em;
    width: 13em;
    border-radius: 2.5em;
    border: none;
    background-color: rgb(255, 255, 255);
    -webkit-filter: drop-shadow(1px 1px 10px #000);
    box-shadow: 2px 2px 7px #2d92e663;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0 142 255);
    text-align: center;
    font-size: 14px;
    outline: 2px solid rgb(47 148 231);
    transition: outline-offset 0.5s ease, outline-color 0.5s ease, height 0.5s ease, width 0.5s ease, filter 0.5s ease;
    padding: 10px 20px;
    margin: 10px;
}

    .dateInput:focus {
        outline-offset: 0.5em;
        outline-color: rgb(45 146 227);
        transition: 0.2s;
        height: 3em;
        width: 13em;
        -webkit-filter: drop-shadow(1px 1px 10px #000);
        filter: drop-shadow(-7px 7px 10px #00000059);
    }

    .dateInput::placeholder {
        padding-left: 0.8em;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
        transform: translateX(-6px);
        transition: transform 0.5s ease;
    }

    .dateInput:focus::placeholder {
        transform: translateX(-85px);
        transition: 0.5s;
    }

.boton-filtrar {
    /* width: 150px; */
    height: 35px;
    background: #2e93ea;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    /* font-weight: 600; */
    padding: 5px 20px;
}

.tabla {
    background: #ffffff0d;
    padding: 30px;
    border-radius: 10px;
    overflow-x: scroll;
    scrollbar-color: #0b0c42ab #2f95e833;
}
th {
    color: #2e93e7;
}

td{
    color:white;
}

.asistenciaDetalle {
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin: 20px;
    width: 50%;
}
.asistenciaImg {
    width: 40%;
}

.asistencia-cont{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

@media (max-width: 990px){
    .asistenciaDetalle {
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }
    .asistenciaImg {
        width: 100%;
    }
}

.boton-asistencia {
    width: 110px;
    height: 35px;
    background: #2e93ea;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    /* font-weight: 600; */
    padding: 5px 10px;
    margin-bottom: 30px;
    transition: color 0.5s ease;
    transition: background 0.5s ease;
}
    .boton-asistencia:hover {
        background: #2c85cade;
        color: white !important;
        /* font-weight: 600; */
    }

.regresar {
    font-size: 13px;
    color: #ffffff;
    transition: color 0.5s ease;
}
    .regresar:hover {
        color: #32a6ff;
    }
/*input[type=file]::file-selector-button {
    margin-left: auto;
    margin-right: auto;
    height: 2.5em;
    width: 13em;
    border-radius: 2.5em;
    border: none;
    background-color: rgb(255, 255, 255);
    -webkit-filter: drop-shadow(1px 1px 10px #000);
    box-shadow: 2px 2px 7px #2d92e663;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0 142 255);
    text-align: center;
    font-size: 14px;
    outline: 2px solid rgb(47 148 231);
    transition: outline-offset 0.5s ease, outline-color 0.5s ease, height 0.5s ease, width 0.5s ease, filter 0.5s ease;
    padding: 10px 20px;
    margin: 10px;
}*/
.labelc {
    margin-left: auto;
    margin-right: auto;
    height: 2.5em;
    min-width: 13em;
    border-radius: 2.5em;
    border: none;
    background-color: rgb(255, 255, 255);
    -webkit-filter: drop-shadow(1px 1px 10px #000);
    box-shadow: 2px 2px 7px #2d92e663;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0 142 255);
    text-align: center;
    font-size: 14px;
    outline: 2px solid rgb(47 148 231);
    transition: outline-offset 0.5s ease, outline-color 0.5s ease, height 0.5s ease, width 0.5s ease, filter 0.5s ease;
    padding: 10px 20px;
    margin: 10px;
    transition: .5s;
}

.labelc:hover {
    background-color: #eee;

}
