@font-face {
    font-family: "corbel";
    src: url(../fonts/corbel.ttf);
}
:root {
    --azul: #0054a4;
    --rojo: #c41230;
    --gris: #e8e8e8;
    --gristxt: #959292;
    --azulFondo: #d5dbea;
}
* {
    margin: 0;
    font-family: "Tahoma", sans-serif;
}
button {
    cursor: pointer;
    transition: 200ms;
}
button:hover {
    transform: scale(1.025);
}
p,
li,
input,
textarea,
label,
table {
    font-size: 18px;
}
html {
    scroll-behavior: smooth;
}
/* FORMULARIO DE INICIO DE SESION INICIO --------------------------- */
body {
    background-color: var(--gris);
}
.feed-form {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    width: 300px;
}
.section_form {
    position: relative;
    width: fit-content;
    padding: 3rem 2rem 6rem;
    margin: 0 auto;
    background-color: white;
    /* text-align: center; */
}
.container__card__login {
    padding: 7rem 0 12rem;
}
.feed-form input,
.feed-form select {
    height: 54px;
    background: var(--gris);
    margin-bottom: 15px;
    border: none;
    padding: 0 20px;
    font-weight: 300;
    font-size: 14px;
    color: #4b4b4b;
}
.button_submit:hover,
.feed-form input:hover {
    box-shadow: 0px 0px 3px 0px #212529;
}
.button_submit {
    transition: 250ms;
    width: 100px;
    height: 100px;
    bottom: 0;
    font-size: 14px;
    color: white;
    background: var(--rojo);
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    right: -100px;
    bottom: -100px;
}
.button_submit2 {
    transition: 250ms;
    width: 100px;
    height: 100px;
    bottom: 0;
    font-size: 14px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    left: -100px;
    bottom: -140px;
}
.logo_login_form {
    width: 100px;
    margin-bottom: 1rem;
}
label {
    text-align: left;
}
.tag_registro {
    margin: 1rem 0 2rem;
}
/* FORMULARIO DE INICIO DE SESION FIN --------------------------- */
.copiar-celda {
    cursor: copy;
}
.copiar-celda.clicked {
    cursor: default;
}
.no-resultados {
    max-width: 1000px;
    margin: auto;
    color: var(--azul);
    text-align: center;
    padding: max(7vh, 150px) 0 2rem 0;
    display: flex;
    justify-content: center;
    align-content: center;
}
.regreso-buscadorDiv {
    text-align: center;
    padding-bottom: max(7vh, 150px);
}
.regreso-buscadorDiv a {
    display: inline-block;
}
.estado-reporte {
    cursor: pointer;
}
.cambio-estado form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    width: 100%;
}
.cambio-estado {
    width: clamp(0px, 95%, 700px);
    margin: auto;
    position: fixed;
    flex-direction: column;
    gap: 2rem;
    inset: 0;
    margin: auto;
    padding: 2rem;
    background: white;
    height: fit-content;
    display: none;
}
.input-camb {
    pointer-events: none;
    background-color: var(--gris);
    border: none;
    padding: 0.5rem;
}
.botonesDeCambio {
    display: flex;
    justify-content: right;
}
/* HEADER PRINCIPAL INICIO */
.header-admin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    background: rgb(232, 232, 232);
    background: linear-gradient(
        0deg,
        rgba(232, 232, 232, 1) 0%,
        rgba(255, 255, 255, 1) 30%
    );
}
.header-admin img {
    max-width: 110px;
}
.titulo-mob {
    display: none;
}
.header-admin h1,
.titulo-mob {
    font-size: 3rem;
    color: var(--azul);
}
.iconos-nav {
    display: flex;
    gap: 1rem;
}
.user-sesion-header {
    width: 3.5rem;
    height: 3.5rem;
    border: var(--azul) solid 3px;
    padding: 0.5rem;
    box-sizing: border-box;
    cursor: pointer;
}
.icono-sesion {
    position: relative;
}
.icono-sesion:hover .cerrar-sesion-header {
    top: 100%;
    opacity: 1;
    pointer-events: all;
}
.cerrar-sesion-header {
    color: var(--azul);
    background-color: white;
    text-decoration: none;
    padding: 1rem;
    min-width: 100px;
    border: var(--azul) 1px solid;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: 250ms;
}
/* HEADER PRINCIPAL FIN */

/* SECCION DE BOTONES INICIO */
.sec-botones {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
}
.sec-botones form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: fit-content;
    margin: 0 auto;
}
.sec-botones {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 2rem 0 3rem;
    gap: 0;
    flex-wrap: wrap;
    row-gap: 2.2rem;
}
.sec-botones .btn_cuadrado {
    margin-top: 1rem;
}
.sec-botones h2 {
    margin-bottom: 1rem;
}
.seccion-edicion-clientes {
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.bloque-botones {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: clamp(0px, 24%, 900px);
}

.bloque-botones .btn_cuadrado {
    color: white;
}
.bloque-botones:nth-child(odd) .btn_cuadrado {
    background-color: var(--rojo);
}
.bloque-botones:nth-child(even) .btn_cuadrado {
    background-color: var(--azul);
}
/* SECCION DE BOTONES FIN */

/* BOTON DE CERRAR SESION INICIO --------------------------- */
.btn {
    border: none;
    width: 14rem;
    padding: 0.5rem;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 200ms;
    box-sizing: border-box;
}
.btn_azul {
    background-color: var(--azul);
    color: white;
}
.btn_rojo {
    background-color: var(--rojo);
    color: white;
}
.btn_blanco {
    border: 1px var(--azul) solid;
    background-color: white;
    color: black;
}
.btn_cuadrado {
    border: none;
    height: 110px;
    width: 110px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 200ms;
    margin: auto;
}
input.btn:hover {
    transform: scale(1.025);
}
.btn_cuadrado:hover {
    transform: scale(1.025);
}
/* BOTON DE CERRAR SESION FIN --------------------------- */

.selecciona_cliente_edicion {
    width: 100%;
    height: 54px;
    background: var(--gris);
    margin-bottom: 15px;
    border: none;
    padding: 0 20px;
    font-weight: 300;
    font-size: 14px;
    color: #4b4b4b;
}

/* TABLAS INICIO --------------------------- */
.table td,
.table th {
    padding: 0.5rem;
}
.table,
td,
th {
    border: 1px solid black;
    border-collapse: collapse;
}
.table th {
    border: 1px solid #003566;
    background-color: var(--azul);
    color: white;
    font-weight: bold;
}
.table {
    width: clamp(250px, 90%, 1500px);
    margin: 0 auto;
    box-sizing: border-box;
}
.th-folio {
    width: 24%;
}
.th-fecha {
    width: 24%;
}
.th-categoria {
    width: 24%;
}
.th-cliente {
    width: 24%;
}
.table-container {
    /* max-height: 240px; */
    /* overflow: scroll; */
    margin: 1rem 0 3rem;
}
/* TABLAS FIN --------------------------- */

input.input-archivo {
    background-color: white;
    height: auto;
    padding: 1rem 10px;
    text-align: center;
    cursor: pointer;
}
input.input-archivo:hover {
    box-shadow: none;
}
.label_archivo_csv {
    padding: 1rem 0;
}
.separador-o-equipos {
    margin-top: 1rem;
    position: relative;
    text-align: center;
}
.separador-o-equipos span {
    background: white;
    position: relative;
    padding: 5px;
}
.separador-o-equipos::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    height: 1px;
    width: 100%;
    background-color: black;
}

@media (max-device-width: 1050px) {
    .sec-botones {
        justify-content: space-evenly;
        row-gap: 3rem;
    }
    .bloque-botones {
        min-width: 300px;
    }
}

@media (max-device-width: 600px) {
    .table {
        font-size: 2.5vw;
    }
    .table td,
    .table th {
        padding: 0.3rem 0.15rem;
    }
    .section_form {
        padding: 3rem 5%;
        width: 85%;
    }
    .feed-form {
        width: 100%;
    }
    .sec-botones {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        row-gap: 3rem;
        margin: 4rem auto;
    }
    .header-admin h1 {
        display: none;
    }

    .header-admin {
        padding: 2rem 5%;
    }
    .titulo-mob {
        display: block;
        padding: 2rem 5% 0;
        text-align: center;
    }
    .button_submit {
        left: 0;
    }
}
