@font-face {
    font-family: "Inter";
    src: url("../Fonts/inter/Inter-SemiBold.otf") format("truetype");
    font-weight: normal;
    font-style: inline;
}

@font-face {
    font-family: "Satoshi";
    src: url("../Fonts/satoshi/Satoshi-Medium.otf") format("truetype");
    font-weight: normal;
    font-style: inline;
}

html {
    background-color: black;
    color: white;
    background-size: contain;
}

body {
    background: url("../Imagenes/LogoNavi.png") no-repeat center center fixed;
    background-size: 70%;
    /* background-color: transparent; */
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 10px;
    height: 100%;
}

.table {
    margin-bottom: 0px;
}

.table-dark th {
    background-color: var(--bs-primary) !important;
}

.table-dark tr {
    border-bottom: 2px solid var(--bs-primary) !important;
}

h1 {
    /* text-transform: uppercase; */
    font-family: "Inter";
    color: #212c91;
    font-weight: bold;
    font-size: 70px;
    text-align: left;
    max-width: 10%;
}

h2 {
    /* text-transform: uppercase; */
    font-family: "Inter";
    color: #212c91;
    font-weight: bold;
    font-size: 70px;
    text-align: left;
    max-width: 10%;
}

h3 {
    /* text-transform: uppercase; */
    font-family: "Satoshi";
    color: #212c91;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    /* max-width: 10%; */
}

h4 {
    /* text-transform: uppercase; */
    font-family: "Satoshi";
    color: yellowgreen;
    /* font-weight: bold; */
    /* font-style: italic; */
    font-size: 38px;
    text-align: center;
    /* max-width: 10%; */
}

h5 {
    /* text-transform: uppercase; */
    font-family: "Satoshi";
    color: #ffffff;
    /* font-weight: bold; */
    font-size: 28px;
    text-align: center;
    /* max-width: 10%; */
}

p {
    font-family: "Inter";
    color: #9ca2a6;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    /* max-width: 10%; */
}

/* ------------------ Paginaion ---------------------*/
.pagination {
    margin: 0px;
}

.pagination > li > a {
    background-color: rgba(255, 255, 255, 1);
    color: black;
    border: solid 1px var(--bs-primary);
    border-radius: 5px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: black;
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.pagination > .active > a {
    color: white;
    background-color: var(--bs-primary) !important;
    border: solid 2px var(--bs-primary) !important;
    font-weight: bold;
}

.pagination > .active > a:hover {
    background-color: var(--bs-primary) !important;
    border: solid 2px var(--bs-primary);
}

.pagination > .disabled > a {
    background-color: black !important;
    border: solid 1px var(--bs-primary) !important;
    color: gray;
}

/* ------------------ Termina Pagination ----------- */

/*---------------- Comienzan Modal ----------------*/

.modal {
    /* background-color: rgba(0, 0, 0, 0.2); */
    border-radius: 0px;
    backdrop-filter: blur(5px);
}

.modal-dialog {
    background-color: transparent;
    /* border: 2px solid var(--bs-primary); */
    border-radius: 5px;
}

.modal-content {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    text-align: left;
    border: 2px solid var(--bs-primary);
}

.modal-header {
    border-bottom: 2px solid var(--bs-primary);
    /* background-color: rgba(255, 255, 255, 0.2); */
    color: black;

    .btn-close {
        background-color: var(--bs-primary);
        --bs-btn-close-color: white !important;
    }
}

.modal-footer {
    border-top: 2px solid var(--bs-primary);
    align-content: start;
}

/*---------------- Terminan MODAL ----------------*/

hr {
    border: 3px solid var(--bs-primary);
}

.carga {
    background-color: white;
    border: 2px solid var(--bs-primary);
    padding: 0px;
    border-radius: 5px;
    margin: 0px;
    padding: 5px;
    width: 100%;
    max-height: 270px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.carga img {
    margin-left: 25%;
}



/* **************** TOOLTIPS ****************** */
.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
    --bs-tooltip-color: white;
    text-align: left;
}

.tooltip-inner {
    background-color: black !important;
    box-shadow: 0px 0px 4px var(--bs-primary) !important;
    opacity: 1 !important;
}

/* aspectos modal */

.final {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.siguiente {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.miniEspacio {
    margin-left: 30px !important;
    /* margin-right: 5px; */
}

.paginacion {
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 4px solid var(--bs-primary);
    height: 40px;
}

.paginacionModal {
    padding: 5px;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 4px solid var(--bs-primary);
    /* height: 40px; */
}

/* OFFCANVAS */
.offcanvas {
    --bs-offcanvas-color: white;
    /* --bs-offcanvas-bg: rgba(0, 255, 0, 0.9) !important; */
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.offcanvas-backdrop {
    background-color: white;
}

.offcanvas-backdrop.show {
    opacity: 0.5;
}

.offcanvas-body {
    border-right: 2px solid transparent !important;
}

.offcanvas-header {
    border-right: 2px solid transparent !important;
}

.offcanvas-end {
    /* background-color: red !important; */
    min-width: 500px !important;
    --bs-offcanvas-zindex: 99999;

    border: 2px solid var(--bs-primary) !important;
}

/*  */

.documentossuccess_1 {
    background-color: rgba(0, 255, 0, 0.2) !important;
    color: black !important;
    font-weight: bold;
}

.documentossuccess_2 {
    background-color: rgba(0, 255, 0, 0.3) !important;
    color: black !important;
    font-weight: bold;
}

.documentosdanger {
    background-color: var(--bs-primary) !important;
    color: white !important;
    font-weight: bold;
}

.spiner {
    text-shadow:
        -1px 0 white,
        0 1px white,
        1px 0 white,
        0 -1px white !important;
    font-family: sans !important;
    color: black !important;
    text-transform: uppercase;
}

.spinner-grow {
    border: 1px solid white;
}

.btn-none-success {
    cursor: default !important;
    --bs-btn-hover-bg: var(--bs-success);
    --bs-btn-hover-border-color: var(--bs-success);
    --bs-btn-active-bg: var(--bs-success);
    --bs-btn-active-border-color: var(--bs-success);
}

.btn-none-danger {
    cursor: default !important;
    --bs-btn-hover-bg: var(--bs-danger);
    --bs-btn-hover-border-color: var(--bs-danger);
    --bs-btn-active-bg: var(--bs-danger);
    --bs-btn-active-border-color: var(--bs-danger);
}
