/* @font-face {
    font-family: 'DIN Condensed';
    src: url('../fonts/DIN Condensed Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Phosphate';
    src: url('../fonts/PhosphatePro-Inline.otf') format('truetype');
    font-weight: normal;
    font-style: inline;
}
 */

@font-face {
    font-family: "MFinance HK Bold";
    src: url("../fonts/MFinance HK Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

/* Navbar */
#navbar {
    position: fixed;
    top: 0;
    width: 100%;
    color: white;
    padding: 15px;
    opacity: 0;
    transform: translateY(-20px);
    transition:
        opacity 0.5s ease,
        transform 0.5s ease;
    z-index: 1000;
}

#navbar.visible {
    opacity: 1;
    transform: translateY(0);
}

#navbar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 0;
}

#navbar a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

html {
    background-color: black;
    background-image: url("../Imagenes/logoVirtualBookNew.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 50%;
    background-position: center center;
    width: 100%;
    height: 100%;
    margin-bottom: 100px;
}

body {
    background-color: transparent;
    height: 100%;
}

section {
    border-top: 2px solid #006fb8;
    border-bottom: 2px solid #006fb8;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(50px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
    /* padding: 60px 20px; */
    /* margin: 20px 0; */
    /* background: white; */
    margin-left: auto;
    margin-right: auto;
    /* border-radius: 10px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-height: 250px;
    align-content: center;
}

section.visible {
    opacity: 1;
    transform: translateY(0);
}

.titulo{
    margin-top: 22.3%;
}

.table-dark {
    color: red !important;
}

.bordes {
    border: 2px solid purple;
    padding: 5px;
}

.radius {
    border-radius: 5px;
}

/* img {
    border: 1px solid purple;
    border-radius: 5px;
    width: 100%;
    height: 100%; 
} */

h1 {
    color: #ffffff;
    text-align: center;
    font-family: "MFinance HK Bold";
    font-size: 80%;
    text-transform: uppercase;
    padding: 10px;
}

h2 {
    color: #ffffff;
    text-align: center;
    font-family: "MFinance HK Bold";
    text-transform: uppercase;
}

h3 {
    color: #ffffff;
    text-align: center;
    font-family: "MFinance HK Bold";
    font-size: 20px;
    text-transform: uppercase;
}

h4 {
    color: #ffffff;
    text-align: center;
    font-family: "MFinance HK Bold";
    font-size: 15px;
    text-transform: uppercase;
}

.panel {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid purple;
    margin-top: 10px;
    padding: 10px;
}

p {
    /* font-family: 'DIN Condensed'; */
    text-align: justify;
    color: #ffffff;
}

ul {
    list-style-type: none !important;
}

.espacioCard {
    margin-top: 150px;
}

/* CARD */

.card {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: 2px solid purple;
    padding: 5px;
    margin-bottom: 10px;
}

.card-img-top {
    background-color: rgba(255, 255, 255, 0.8);
}

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

/* LIST */
.list-group {
    background-color: transparent;
    /* border: 2px solid purple; */
    border-radius: 5px;
}

.list-group-item {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid purple;
    color: white;
    font-weight: bold;
    font-size: 15px;
}

/*  */

/*---------------- 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;
}

.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-danger);
        --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%;
}

.input-group-text {
    background-color: purple;
    color: white;
    border: none;
    text-align: center;
    vertical-align: middle;
}

.form-control:disabled,
input[type="text"].form-control:read-only {
    background-color: gray;
    color: white;
    border: 2px solid gray;
    text-align: center;
}

.form-control,
input[type="text"].form-control {
    color: black;
    border: 2px solid gray;
    text-align: left;
    vertical-align: middle;
}

input[type="checkbox"]:disabled {
    background-color: black;
    border: none;
    /* visibility: hidden; */
}

.form-select {
    color: black;
    border: 2px solid gray;
    text-align: left;
    vertical-align: middle;
}

textarea {
    color: black !important;
    border: 2px solid gray !important;
    text-align: left !important;
}

/* **************** 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; */
}

.cajacookies {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px;
    margin: 0;
    margin-bottom: 0px;
    height: auto;
    border: 2px solid purple;
    color: white;
    /* font-family: 'DIN Condensed'; */
    /* font-size: 15px; */
    text-align: center;
    vertical-align: middle;
}

.fixed-bottom {
    bottom: 40% !important;
}

.aTop {
    /* margin: 15px !important; */
    width: 30px;
    /* border-radius: 10px !important; */
    margin-bottom: 54px !important;
    top: 10%;
    left: 95%;
}

a {
    /* font-family: 'DIN Condensed'; */
    color: white;
}

.btn-outline-purple {
    border: 1px solid purple;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
    color: white !important;
}

.btn-outline-purple:hover,
.btn-outline-purple:active {
    border: 1px solid purple;
    border-radius: 5px;
    background-color: purple;
}

.btn-purple {
    border: 1px solid purple;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
    background-color: purple;
    color: white !important;
}

.btn-purple:hover,
.btn-purple:active {
    border: 1px solid purple;
    border-radius: 5px;
    background-color: purple;
}

.carousel-control-next {
    width: 15px !important;
    /* background: purple; */
    margin-right: -18px;
}

.carousel-control-prev {
    width: 15px !important;
    /* background: purple; */
    margin-left: -18px;
}

.modal-footer {
    border-top: 2px solid 006fb8;
    align-content: start;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: -5px;
}

.mostrar-texto:hover {
    display: none;
}

