.error {
    color: red;
    width: 50%;
}

hr {
    width: 100%;
}

/*--------------------*/
main .contenedorarchivo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: auto;
    padding-bottom: 25px;
}
main .contenedorarchivo .containerarchivo {
    width: 90%;
    padding: 20px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 4px 10px var(--colorprimary);
    box-shadow: 0 4px 10px var(--colorprimary);
}
main .contenedorarchivo .containerarchivo .card {
    width: 250px;
    height: auto;
}
main .contenedorarchivo .containerarchivo .card p {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    padding: 5px 5px 0 5px;
}
.card span.p2 {
    font-size: 0.6em;
    text-align: center;
    padding: 0 5px 5px 0;
    font-weight: bold;
}
main .contenedorarchivo .containerarchivo .card input {
    margin: auto;
    width: 90%;
}
main .contenedorarchivo .containerarchivo .card .Subir {
    display: block;
    margin: auto;
}
/*--------------------*/
.btnDescargar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    width: 200px;
    margin: 10px auto;
    text-align: center;
    -webkit-box-shadow: 0 4px 10px var(--colorprimary);
    box-shadow: 0 4px 10px var(--colorprimary), 0 -2px 5px var(--excel) inset;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btnDescargar .icono {
    padding: 10px;
    -webkit-box-shadow: 0 4px 10px var(--colorprimary);
    box-shadow: 0 4px 10px var(--colorprimary);
    border-radius: 50px;
}

.btnDescargar .fa-file-excel {
    font-size: 2em;
    color: var(--excel);
}

.btnDescargar .fa-file-pdf {
    font-size: 2em;
    color: var(--pdf);
}

.btnDescargar p {
    margin: 10px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.btnDescargar:hover {
    -webkit-box-shadow: 0 6px 20px var(--colorprimary);
    box-shadow: 0 6px 20px var(--colorprimary);
}
/*--------------------*/
.formulario {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
    margin: auto;
}
.ocultar {
    display: none;
}
.grupo {
    position: relative;
    margin: 15px 15px 25px 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gruposelect {
    position: relative;
    margin: 15px;
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.grupotextarea {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grupo .icono {
    position: absolute;
    right: 2px;
    bottom: 2px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    cursor: pointer;
    border: none;
    color: #000;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 20px 20px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
}
.grupo .icono::after {
    font-size: 1.5em;
    content: "\f06e";
    text-shadow: 0 1px 1px #000;
}
.grupo .icono.hide::after {
    font-size: 1.5em;
    content: "\f070";
    text-shadow: 0 1px 1px #000;
}
.grupo .icono:hover {
    text-shadow: 1px 1px 1px #000;
}
.grupo .btnBuscar {
    position: absolute;
    right: -5px;
    bottom: 5px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    cursor: pointer;
    border: none;
    background-color: var(--colorprimary);
    width: 35px;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 20px 20px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
}
.grupo .btnBuscar::after {
    font-size: 16px;
    content: "\f002";
}
.grupo .btnBuscar:hover {
    background-color: var(--colorsecundary);
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.btnBuscar2 {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    cursor: pointer;
    border: none;
    background-color: var(--colorprimary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    padding: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
}
.btnBuscar2::after {
    font-size: 1.2em;
    content: "\f002";
}
.btnBuscar2:hover {
    background-color: var(--colorsecundary);
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.grupo .btnCheck {
    position: absolute;
    right: -5px;
    bottom: 2px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    cursor: pointer;
    border: none;
    background-color: var(--colorprimary);
    color: #fff;
    width: 35px;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 20px 20px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
}
.grupo .btnCheck::after {
    font-size: 16px;
    content: "\f00c";
    text-shadow: 0 1px 1px #000;
}
.grupo .btnCheck:hover {
    background-color: var(--colorsecundary);
    color: #fff;
}

/*Input*/
input {
    border: none;
    outline: none;
    padding: 5px;
    font-size: 1rem;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid var(--colorsecundary);
}

.formulario__input {
    border-bottom: 1px solid var(--colorsecundary);
    padding: 5px 5px 3px 5px;
    z-index: 1;
}

.formulario__input + label {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    left: 0;
    color: #000;
    padding: 0 0.125rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.formulario__input:focus {
    border-color: var(--colorsecundary);
    outline: none;
}

.formulario__input:focus + label,
.formulario__input:not(:placeholder-shown) + label {
    top: -30%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    color: var(--colorsecundary);
    font-weight: bold;
    z-index: 2;
}

/*Select*/
select {
    border: none;
    outline: none;
    padding: 5px;
    font-size: 1em;
    width: 100%;
    background-color: transparent;
}

.formulario__select {
    border-bottom: 1px solid #000;
    padding: 5px;
}

.fijar {
    position: absolute;
    top: -65%;
    left: 0;
    color: #000;
    padding: 0 0.125rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: bold;
}

.formulario__select:focus {
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    color: var(--colorsecundary);
    z-index: 2;
}

/*TextArea*/
textarea {
    position: relative;
    border: none;
    outline: none;
    padding: 5px;
    font-size: 1rem;
    width: 100%;
    min-height: 30px;
    overflow: auto;
    background-color: transparent;
}

.formulario__textarea {
    resize: vertical;
    padding: 10px;
    padding-bottom: 4px;
    padding-left: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--colorsecundary);
    z-index: 2;
}

.formulario__textarea + label {
    position: absolute;
    top: 20px;
    left: 0;
    color: #000;
    padding: 0 0.125rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.formulario__textarea:focus {
    border-color: var(--colorsecundary);
    outline: none;
}

.formulario__textarea:focus + label,
.formulario__textarea:not(:placeholder-shown) + label {
    top: -10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    color: var(--colorsecundary);
    font-weight: bold;
    z-index: 2;
}

.grupofile {
    margin: 20px 10px 20px 12px;
    width: 300px;
    height: 30px;
    position: relative;
}

.grupofile label:nth-child(1) {
    position: absolute;
    color: #000;
    width: 300px;
    top: -18px;
    margin-bottom: 5px;
    padding: 0 0.125rem;
    font-weight: bold;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.grupofile .logounidad {
    height: 60px;
    width: 60px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 10px var(--colorprimary);
    box-shadow: 0 4px 10px var(--colorprimary);
    position: absolute;
    left: 205px;
    top: -50px;
}

.grupofile .logounidad img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.grupofile .logounidad img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.contenedorimagenyeliminar {
    position: relative;
}
.contenedorimagenyeliminar .EliminarImagen {
    background-color: #ff0000;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    right: 20px;
    top: -60px;
    z-index: 2;
}
.contenedorimagenyeliminar .EliminarImagen::after {
    font-family: "Font Awesome 6 Free";
    content: "\f2ed";
    font-size: 1.2em;
    color: #fff;
}

.botonsubirarchivos {
    text-decoration: none;
    color: #000;
    width: 150px;
    background-color: var(--colorprimary);
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-size: 1em;
    border-radius: 20px;
    border: none;
    -webkit-box-shadow: 2px 2px 5px #000;
    box-shadow: 2px 2px 5px #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.botonsubirarchivos:hover {
    background-color: var(--colorsecundary);
    color: #fff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*Switche*/
.gruposwitch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gruposwitch .tituloswitch {
    font-weight: bold;
}
.switche {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-left: 10px;
}

.switche input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #aaa;
    border-radius: 50px;
    -webkit-box-shadow: 0 2px 2px #000;
    box-shadow: 0 2px 2px #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    border-radius: 50px;
    -webkit-box-shadow: 0 2px 2px #000;
    box-shadow: 0 2px 2px #000;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: var(--colorprimary);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
}

/*Botones*/

.botones {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.botones button {
    margin: 5px;
    border: none;
    -webkit-box-shadow: 0 4px 5px var(--colorprimary);
    box-shadow: 0 4px 5px var(--colorprimary);
}

.Guardar {
    width: 90px;
    height: 40px;
    overflow: hidden;
    background-color: var(--guardar);
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 50px;
}

.Guardar:after {
    font-family: "Font Awesome 6 Free";
    content: "\f0c7";
    font-size: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Guardar:hover:after {
    top: -50%;
}

.Guardar:before {
    content: "Guardar";
    font-size: 18px;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 160%;
}

.Guardar:hover:before {
    top: 50%;
}

.Subir {
    width: 130px;
    height: 40px;
    overflow: hidden;
    background-color: var(--colorprimary);
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 50px;
    border: none;
    -webkit-box-shadow: 0 4px 10px var(--colorprimary);
    box-shadow: 0 4px 10px var(--colorprimary);
}

.Subir:after {
    font-family: "Font Awesome 6 Free";
    content: "\f382";
    font-size: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Subir:hover:after {
    top: -50%;
}

.Subir:before {
    content: "Subir";
    font-size: 18px;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 160%;
}

.Subir:hover:before {
    top: 50%;
}

.Editar {
    width: 90px;
    height: 40px;
    overflow: hidden;
    background-color: var(--editar);
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    border-radius: 50px;
    margin-left: 5px;
    margin-right: 5px;
}

.Editar:after {
    font-family: "Font Awesome 6 Free";
    content: "\f303";
    font-size: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Editar:hover:after {
    top: -50%;
}

.Editar:before {
    content: "Editar";
    font-size: 18px;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 160%;
}

.Editar:hover:before {
    top: 50%;
}

.Eliminar {
    width: 90px;
    height: 40px;
    overflow: hidden;
    background-color: var(--eliminar);
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 50px;
}

.Eliminar:after {
    font-family: "Font Awesome 6 Free";
    content: "\f2ed";
    font-size: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Eliminar:hover:after {
    top: -50%;
}

.Eliminar:before {
    content: "Eliminar";
    font-size: 18px;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 160%;
}

.Eliminar:hover:before {
    top: 50%;
}

.EliminarTodo {
    width: 100px;
    height: 50px;
    overflow: hidden;
    background-color: var(--colorsecundary);
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 50px;
}

.EliminarTodo:after {
    font-family: "Font Awesome 6 Free";
    content: "\f2ed";
    font-size: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.EliminarTodo:hover:after {
    top: -50%;
}

.EliminarTodo:before {
    content: "Eliminar Todo";
    font-size: 18px;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 160%;
}

.EliminarTodo:hover:before {
    top: 50%;
}

.Imprimir,
.Imprimir2 {
    width: 90px;
    height: 40px;
    overflow: hidden;
    background-color: var(--colorsecundary);
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 50px;
}

.Imprimir:after,
.Imprimir2:after {
    font-family: "Font Awesome 6 Free";
    content: "\f02f";
    font-size: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Imprimir:hover:after,
.Imprimir2:hover:after {
    top: -50%;
}

.Imprimir:before {
    content: "Imprimir";
    font-size: 18px;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 160%;
}

.Imprimir2:before {
    content: "Imprimir Todos";
    font-size: 16px;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 160%;
}

.Imprimir:hover:before,
.Imprimir2:hover:before {
    top: 50%;
}

.grupo span button {
    background-color: transparent;
    border: none;
    margin-top: -10px;
}

.btnBuscar {
    width: 30px;
    border-radius: 0px 30px 30px 0px;
    background-color: var(--colorprimary);
    -webkit-box-shadow: 2px 2px 5px var(--colorprimary);
    box-shadow: 2px 2px 5px var(--colorprimary);
    color: #fff;
    border: none;
    padding: 5px 5px 5px 0;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    cursor: pointer;
    margin-top: 5px;
    position: relative;
    text-shadow: 0 1px 0 #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btnBuscar:hover {
    background-color: var(--colorsecundary);
    color: #fff;
    -webkit-box-shadow: 1px 1px 0 var(--colorprimary);
    box-shadow: 1px 1px 0 var(--colorprimary);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.aumento {
    position: relative;
}

.aumento > .tooltip::before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #777;
    top: -5px;
    content: "";
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
    z-index: 6;
}

.aumento > .tooltip {
    background-color: #777;
    color: #ffffff;
    display: none;
    left: -50px;
    top: 38px;
    padding: 10px;
    border-radius: 20px;
    width: 110px;
    position: absolute;
}

.aumento:hover > .tooltip {
    display: block;
    z-index: 6;
}

.btnAgregar {
    width: 180px;
    border-radius: 30px;
    background-color: var(--guardar);
    color: #fff;
    border: none;
    padding: 2px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btnAgregar:hover {
    background-color: var(--colorsecundary);
    color: #fff;
    -webkit-box-shadow: 1px 1px 0 var(--colorprimary);
    box-shadow: 1px 1px 0 var(--colorprimary);
    text-shadow: 1px 1px #000;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.fa.fa-search {
    font-size: 20px;
}

.VerPDF {
    width: 120px;
    height: 50px;
    overflow: hidden;
    background-color: var(--pdf);
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 50px;
}

.VerPDF:after {
    font-family: "Font Awesome 6 Free";
    content: "\f1c1";
    font-size: 35px;
    left: 50%;
    top: 50%;
    position: absolute;
    text-shadow: -1px 1px 2px #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.VerPDF:hover:after {
    top: -50%;
}

.VerPDF:before {
    content: "Ver PDF";
    font-size: 18px;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 160%;
}

.VerPDF:hover:before {
    top: 50%;
}

.archivo {
    display: none;
}

.Enviar {
    width: 90px;
    height: 40px;
    overflow: hidden;
    background-color: var(--colorprimary);
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 50px;
}

.Enviar:after {
    font-family: "Font Awesome 6 Free";
    content: "\f1d8";
    font-size: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Enviar:hover:after {
    top: -50%;
}

.Enviar:before {
    content: "Enviar";
    font-size: 18px;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 160%;
}

.Enviar:hover:before {
    top: 50%;
}

.EnviarCorreo {
    width: 150px;
    height: 50px;
    overflow: hidden;
    background-color: var(--colorsecundary);
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 50px;
    margin-bottom: 10px;
}

.EnviarCorreo:after {
    font-family: "Font Awesome 6 Free";
    content: "\f1d8";
    font-size: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.EnviarCorreo:hover:after {
    top: -50%;
}

.EnviarCorreo:before {
    content: "Enviar Correo Administrador";
    font-size: 18px;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 160%;
}

.EnviarCorreo:hover:before {
    top: 50%;
}

.Confirmar {
    width: 120px;
    height: 40px;
    overflow: hidden;
    background-color: var(--guardar);
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 50px;
}

.Confirmar:after {
    font-family: "Font Awesome 6 Free";
    content: "\f00c";
    font-size: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Confirmar:hover:after {
    top: -50%;
}

.Confirmar:before {
    content: "Confirmar";
    font-size: 18px;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 160%;
}

.Confirmar:hover:before {
    top: 50%;
}

/*---Votar---*/
.Votar {
    width: 90px;
    height: 40px;
    overflow: hidden;
    background-color: var(--guardar);
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 50px;
}

.Votar:after {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-size: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Votar:hover:after {
    top: -50%;
}

.Votar:before {
    content: "Votar";
    font-size: 18px;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 160%;
}

.Votar:hover:before {
    top: 50%;
}

.contenido2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.contenido2 hr{
    margin: 10px 0;
}

.contenido2 .Grupo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contenido2 .Grupo label {
    color: #000;
    padding: 5px 15px 5px 40px;
    display: inline-block;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contenido2 .Grupo label:hover {
    border-bottom: 4px solid var(--colorprimary);
    -webkit-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
}

.contenido2 .Grupo label::before {
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    background: none;
    border: 3px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contenido2 .Grupo input[type="radio"] {
    display: none;
}

.contenido2 .Grupo input[type="radio"]:checked+label {
    border-bottom: 4px solid var(--colorprimary);
    -webkit-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
}

.contenido2 .Grupo input[type="radio"]:checked+label::after {
    content: '';
    background-color: var(--colorprimary);
    -webkit-box-shadow: 0 1px 0 #000, 0 -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000;
    box-shadow: 0 1px 0 #000, 0 -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*--------------------------------------------------------------------------*/

.VerApoderados{
    padding: 10px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    width: 120px;
    cursor: pointer;
    background-color: green;
}
.BorrarIngreso{
    padding: 10px;
    border-radius: 50px;
    font-weight: bold;
    width: 120px;
    color: #fff;
    cursor: pointer;
    background-color: red;
}
.RegistrarRetiro{
    padding: 10px;
    border-radius: 50px;
    width: 120px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    background-color: var(--colorprimary);
}
/*-------------------------------*/

/*paginación*/

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.pagination a {
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid var(--colorsecundary);
    background-color: #fff;
    border-radius: 5px;
    margin-left: 1px;
    margin-right: 1px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.pagination a.active {
    background-color: var(--colorsecundary);
    color: #fff;
    border-radius: 5px;
    border: 1px solid var(--colorprimary);
    cursor: pointer;
    margin-left: 1px;
    margin-right: 1px;
    text-shadow: 1px 1px 1px #000;
}

.pagination a:hover:not(.active) {
    background-color: var(--colorprimary);
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

/*Modal Imprimir*/

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8);
    /* Black w/ opacity */
    margin: auto;
}

/* Modal Content/Box */

.modal-content {
    background-color: var(--colorprimary);
    margin: 10% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 2px solid #fff;
    width: 30%;
    /* Could be more or less, depending on screen size */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: 20px;
}

.modal-content a {
    color: #fff;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.5em;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.modal-content a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width: 768px) {
    .modal-content {
        width: 80%;
    }

    .tabla .formulario__select {
        width: 100px;
    }

    .grupofile {
        font-size: 90%;
    }
    .contenedorimagenyeliminar .EliminarImagen {
        right: 20px;
    }
}

@media screen and (max-width: 300px) {
    .grupofile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        width: 90%;
        margin: auto;
    }

    .grupofile .formulario__label {
        top: 50px;
    }
}

/*---------------------------------*/
