@font-face {
    font-family: 'Principal';
    src: url('./fonts/Felixti.TTF');
}


body {
    overflow: hidden;
}


.loginregister,
.content {
    height: 94vh;
}

.content {
    background: url('./../img/background.jpg');
    background-size: 100%;
}



.title {
    font-family: "Noto Sans", sans-serif;
    padding: 0.2rem 0.5rem;
    width: 90%;
    letter-spacing: 1px;
    border-bottom: solid 1.5px white;
}

.subtitle {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    font-weight: 100;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.text-static {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

.text-dinamico {
    font-family: "Montserrat", sans-serif;
}

.loginre {
    color: rgb(0, 0, 0) !important;

    &:hover {
        color: #ff0000 !important;
    }
}

.home-container {

    height: 94vh;
    width: 100%;
    background: transparent;
    backdrop-filter: blur(4px);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;

    .container-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 2rem 0 2rem 0;

        img {
            width: auto;
            filter: drop-shadow(1px 1px 15px rgb(0, 0, 0));
        }
    }

    .menu_items {

        width: 100%;
        overflow-y: scroll;
        z-index: 1;

        .accordion {
            border: none;
            background: rgb(241, 241, 241) !important;
        }

        .accordion-item {
            border: none;
            border-bottom: solid 1.5px white;
            background: none;
        }

        .accordion-button {
            background-color: #000000 !important;
            color: white !important;
        }

        .accordion-button:focus {
            background-color: rgba(0, 0, 0, 0.582) !important;
            box-shadow: rgba(0, 0, 0, 0.582) !important;
        }

        .accordion-button::after {
            background-color: white !important;
            color: white !important;
            border-radius: 5px;
            padding: 5px;
        }

        .accordion-body {
            padding: 0;
            background: transparent !important;
            color: rgb(0, 0, 0) !important;

            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
        }
    }

    ul {
        list-style: none;
        padding-left: 0;


        li {
            width: 100%;
            padding: 0.3rem;
            padding-left: 2rem;

            border-radius: 0.5rem;
            transition: all 1s ease;

            &:hover {
                background-color: #ffffff;
                color: rgb(0, 0, 0) !important;
            }

            & a:hover {
                color: rgb(0, 0, 0);
            }
        }
    }

    a {
        text-decoration: none;
        width: 80%;
        color: rgb(0, 0, 0);
    }
}

.logo {

    span {
        text-align: center;
        font-size: 2.5rem;
        color: rgb(255, 255, 255);

    }

    p {
        text-align: center;
        font-size: 2rem;
    }

    img {
        width: auto;
        height: 220px;
        margin: auto;
    }
}

.tarjeta {

    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    height: 100%;
    padding: 40px;
    box-shadow: 0 15px 25px rgba(78, 78, 78, 0.6);
    /* backdrop-filter: blur(4px); */
    background: rgba(83, 83, 83, 0.144);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;

    .user-box input {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 30px;
        border: none;
        border-bottom: 1px solid #b4b4b4;
        outline: none;
        background: transparent;

        &::placeholder {
            color: rgb(255, 255, 255);
        }
    }

    .user-box label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 0;
        font-size: 16px;
        color: #000000;
        pointer-events: none;
        transition: 0.5s;
    }

    .user-box input:focus~label,
    .user-box input:valid~label {
        top: -20px;
        left: 0;
        color: #bdb8b8;
        font-size: 12px;
    }

    button {
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        color: white;

        background: #bf920b;
        border-radius: 5px;
        border: none;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        overflow: hidden;
        transition: 0.5s;
        margin-top: 40px;
        letter-spacing: 4px;


        &:hover {
            background-color: #000000;
            color: #fff;
            border-radius: 5px;
            box-shadow: 0 0 5px #000000, 0 0 25px #000000,
                0 0 50px hsl(0, 0%, 0%), 0 0 100px #000000;
        }

        /* span {
            position: absolute;
            display: block;
        }

        span:nth-child(1) {
            bottom: 2px;
            left: -100%;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, #bf920b);
            animation: btn-anim1 2s linear infinite;
        } */
    }
}

.template-dahsboard{
    height: 90vh;
}
.video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.text-mark-dark {
    font-family: 'Principal', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    background: rgba(83, 83, 83, 0.26);
    border-radius: 5px;
    padding: 1rem;
}

.guardar {
    button {
        background: #000000;
        --color: #ffffff;
        font-family: inherit;
        display: inline-block;
        width: 8em;
        height: 2.6em;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        transition: color 0.5s;
        z-index: 1;
        font-size: 17px;
        border-radius: 6px;
        font-weight: 500;
        color: var(--color);
    }

    button:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 200px;
        border-radius: 50%;
    }

    button:hover {
        color: #000000;
    }

    button:before {
        top: 100%;
        left: 100%;
        transition: all 0.7s;
    }

    button:hover:before {
        top: -30px;
        left: -30px;
    }

    button:active:before {
        background: #000000;
        transition: background 0s;
    }
}

.verificado {
    color: rgb(82, 90, 11);
}




.administrativo {
    width: 20rem;
    height: 40vh;
    background: url(./../img/administrativo.jpg);
    background-size: cover;
    background-position-x: 50%;
    border-radius: 12px;
    border: solid 1px rgba(0, 0, 0, 0.137) ;
    box-shadow: -10px 10px 5px rgba(70, 70, 70, 0.089);
    position: relative;
    margin: 1rem;
    transition: all 1s;

    .cbody {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
        padding: 1rem 1.5rem;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        backdrop-filter: blur(4px);
        width: 100%;
        transition: all 1s ease-in;

        .card-text,
        .btn {
            display: none;
            transition: all 2s;
        }


        &:hover {
            background: rgba(0, 0, 0, 0.411);

            >.card-text,
            .btn {
                display: block;

            }
        }
    }
}

.operativo {
    width: 20rem;
    height: 40vh;
    background: url(./../img/operativo.jpg);
    background-size: cover;
    background-position-x: 50%;
    border-radius: 12px;
    box-shadow: -10px 10px 5px rgba(70, 70, 70, 0.089);
    position: relative;
    margin: 1rem;
    transition: all 1s;

    .cbody {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
        padding: 1rem 1.5rem;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        backdrop-filter: blur(4px);
        width: 100%;
        transition: all 1s ease-in;

        .card-text,
        .btn {
            display: none;
            transition: all 2s;
        }


        &:hover {
            background: rgba(0, 0, 0, 0.411);

            >.card-text,
            .btn {
                display: block;

            }
        }
    }
}



@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

#foto {
    transform: rotate3d(0, 1, 0, 180);
}

.dashboard {
    background-color: white;
    width: 50px;
    height: 50px;
}

.background_campos {
    background-color: rgb(32 95 164);
}

.d-flex .boton-back {
    color: white;

    &:hover {
        background-color: black;
    }
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.scrollbar::-webkit-scrollbar {
    display: none;
}

.tablas-y::.scrollbar::-webkit-scrollbar {
    display: none;
}

.d-flex .selectColaborador {
    cursor: pointer;
    transition: all 1s ease;

    & :hover {
        background-color: black;
        color: white;
    }
}


.imagengrande {
    object-fit: cover;
}

.embebido {
    display: flex;
    justify-content: center;
    align-items: center;

    img {
        width: 100%;
    }
}

#tarjetanombre {
    position: absolute;
    top: 0%;
}



.upload {
    .Documents-btn {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: fit-content;
        height: 45px;
        border: none;
        padding: 0px 10px;
        border-radius: 5px;
        background-color: transparent;
        gap: 10px;
        cursor: pointer;
        transition: all 0.3s;
    }

    .folderContainer {
        width: 40px;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        position: relative;
    }

    .fileBack {
        z-index: 1;
        width: 80%;
        height: auto;
    }

    .filePage {
        width: 50%;
        height: auto;
        position: absolute;
        z-index: 2;
        transition: all 0.3s ease-out;
    }

    .fileFront {
        width: 85%;
        height: auto;
        position: absolute;
        z-index: 3;
        opacity: 0.95;
        transform-origin: bottom;
        transition: all 0.3s ease-out;
    }

    .text {
        color: white;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .Documents-btn:hover .filePage {
        transform: translateY(-5px);
    }

    .Documents-btn:hover {
        background-color: rgb(58, 58, 94);
    }

    .Documents-btn:active {
        transform: scale(0.95);
    }

    .Documents-btn:hover .fileFront {
        transform: rotateX(30deg);
    }
}

.marca-agua{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    z-index: 0;
    width: 100%;
    height: 100%;

    img{
        width: 100% !important;
        height: 100% !important;
    }
}


.botonera {

    button,
    a {
        padding: 5px 10px;
        border: unset;
        border-radius: 15px;
        color: #212121;
        z-index: 1;
        background: #ffffff;
        position: relative;
        font-weight: 1000;
        font-size: 17px;
        -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
        box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
        transition: all 250ms;
        overflow: hidden;
    }

    button::before,
    a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        border-radius: 15px;
        background-color: #FD921E;
        z-index: -1;
        -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
        box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
        transition: all 250ms;
    }

    button:hover,
    a:hover {
        color: #ffffff;

    }

    button:hover::before,
    a:hover::before {
        width: 100%;
    }
}

.autorizarlista {
    button {
        padding: 5px 40px;
        border-radius: 5px;
        cursor: pointer;
        border: 0;
        background: #FD921E;
        box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
        color: white;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        transition: all 0.5s ease;
    }

    button:hover {
        letter-spacing: 3px;
        background-color: hsl(261deg 80% 48%);
        color: hsl(0, 0%, 100%);
        box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
    }

    button:active {
        letter-spacing: 3px;
        background-color: hsl(261deg 80% 48%);
        color: hsl(0, 0%, 100%);
        box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
        transform: translateY(10px);
        transition: 100ms;
    }
}

.listaPersonal {
    button {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        background-color: transparent;
        font-family: "Montserrat", sans-serif !important;
        border: solid 1px #000000 !important;
        overflow: hidden;
        cursor: pointer;
        border: none;

        &:hover {
            border: solid 1px #FD921E !important;
        }
    }

    button:after {
        content: " ";
        width: 0%;
        height: 100%;
        background: #FD921E;
        position: absolute;
        transition: all 0.4s ease-in-out;
        right: 0;
    }

    button:hover::after {
        right: auto;
        left: 0;
        width: 100%;
    }

    button span {
        text-align: center;
        text-decoration: none;
        width: 100%;
        color: #000000;
        font-weight: 700;
        letter-spacing: 0.3em;
        z-index: 20;
        transition: all 0.3s ease-in-out;
    }

    button:hover span {
        color: #ffffff;
    }

    @keyframes scaleUp {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(0.95);
        }

        100% {
            transform: scale(1);
        }
    }
}

.files {
    .custum-file-upload {
        display: flex;
        flex-direction: column;
        align-items: space-between;
        gap: 2rem;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        border: 2px dashed #000000;
        background-color: #c7c7c7a2;
        padding: 1.5rem;
        border-radius: 10px;
    }

    .custum-file-upload .icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custum-file-upload .icon svg {
        height: 80px;
        fill: #000000;
    }

    .custum-file-upload .text {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custum-file-upload .text span {
        font-weight: 400;
        color: #000000;
    }

    .custum-file-upload input {
        display: none;
    }
}

.powerby {
    filter: drop-shadow(1px 1px 5px rgba(194, 194, 194, 0.603));
}

.bg-background {
    background-color: rgb(32, 96, 164);
}

.degradado {
    background: linear-gradient(100deg, rgb(122 11 50), rgb(55 1 37));
    background: transparent;
    /* backdrop-filter: blur(4px); */
}

.degradado-tarjeta-visual {
    background: linear-gradient(224deg, rgb(47 20 30), rgb(53 49 31));
    box-shadow: 1px 1px 15px white;
}

.bg-card {
    background:rgba(224, 224, 224, 0.103)
        /* backdrop-filter: blur(14px); */
}

.subinformacion{
    background:rgba(141, 141, 141, 0.24);box-shadow:rgba(255, 255, 255, 0.507) 1px 1px 5px;
}

.inputRegistrar{
    width: 22%;
}

#modalflotantes {
    background-color: rgba(32, 96, 164, 0.767);
    backdrop-filter: blur(5px);
}

.tablehover {
    transition: all 1s ease;

    &:hover {
        color: white;
        background-color: #000000;
        cursor: pointer;
    }
}


.btn-manual {
    background-color: yellow;
}

.navipm {
    background: rgb(9, 204, 155);
    color: rgb(255, 255, 255) !important;
    box-shadow: -1px -5px 10px 0px white;
    z-index: 1;
}

#manual {
    border: solid 1px;
    color: white;
    transition: all 1s ease;

    &:hover {
        background-color: #FD921E;
    }
}

.btn-busqueda {
    border: solid 1px #370125 !important;
    transition: all 1s ease !important;

    &:hover {
        box-shadow: 1px 1px 5px #fff;
    }
}

.boxbusqueda {
    font-family: Montserrat, sans-serif;
    height: 90%;
    overflow-y: scroll;

    .listabusqueda {
        transition: all 1s ease;

        &:hover {
            background: #370125;
            color: #fff;

            .btn-busqueda {
                background: #FD921E;
                border: solid 1px #FD921E !important;
            }
        }
    }
}

.listaAsistencia {
    &:hover {
        background-color: #000000 !important;
        color: white;

        button {
            border: solid #fff 1px !important;
        }

        span {
            color: #fff !important;
        }
    }
}

.btnbuscarColaborador {
    background-color: #FD921E !important;
    color: #fff !important;

    &:hover {
        background-color: #FD921E !important;
    }
}

.tarjetalogo {
    width: auto;
    height: 415px;
    box-shadow: rgb(201, 201, 201) 1px 1px 10px;
    background: linear-gradient(140deg, #00ffcb00, transparent);
    backdrop-filter: blur(15px);
    display: flex;
    justify-content: center;
    align-items: center;

    img {
        width: 60%;
        height: auto;
    }

    .logo {
        filter: drop-shadow(1px 1px 15px rgb(9, 204, 155));
    }

    .silueta {
        z-index: 1;
        height: 100%;
        
    }
}
.logo {
        filter: drop-shadow(1px 1px 15px rgb(9, 204, 155));
    }
.listadocumentos {
    font-family: Montserrat, sans-serif;
    background: rgba(255, 255, 255, 0.88);
    transition: all .3s ease;

    &:hover {
        background-color: #370125;
        color: white;
    }
}

.modal-backdrop {
    z-index: 99999;
}

.fade {
    z-index: 99999;
}


.entradaFantasma {
    position: relative;
    animation-name: entradaFantasma;
    animation-duration: 2s;
    animation-direction: normal;
    animation-timing-function: ease-in;
    animation-delay: 0s;
}

.btnturnar {
    background: #FD921E !important;
}

.encabezados {
    background: #370125;
    backdrop-filter: blur(14px)
}

@keyframes entradaFantasma {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.entradaDerecha {
    position: relative;
    animation-name: entradaDerecha;
    animation-duration: 2s;
    animation-direction: normal;
    animation-timing-function: ease-in;
    animation-delay: 0s;
}

.contendor-progress {
    position: relative;
    display: flex;
}

.fechaturnado,
.fechabaja {
    width: 200px;
}

.circle-progess {

    width: 40px;
    height: 40px;
    border-radius: 25px;
    margin-bottom: .5rem;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;

}

.barra-progress {
    position: absolute;
    top: 13px;
    left: 25px;
    height: 15px;
    width: 190px;
    border-radius: 15px;
    background-color: rgb(0, 0, 0);
}

.barra-progress2 {
    position: absolute;
    top: 13px;
    left: 230px;
    height: 15px;
    width: 180px;
    border-radius: 15px;
    background-color: rgb(0, 0, 0);
}

.barra-progress3 {
    position: absolute;
    top: 13px;
    left: 430px;
    height: 15px;
    width: 180px;
    border-radius: 15px;
    background-color: rgb(0, 0, 0);
}

.perfiles {
    font-family: "Montserrat", sans-serif;
    font-size: 140px;
    box-shadow: white 1px 1px 5px !important;
}

@keyframes entradaDerecha {
    from {
        opacity: 0;
        transform: translateX(300px);
    }

    to {
        opacity: 1;
    }
}