﻿#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FFFFFF; /* Fondo semitransparente */
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Asegúrate de que esté por encima de otros elementos */
}

@font-face {
    font-family: 'BankGothic';
    src: url('../fonts/bank-gothic-light-bt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.FuenteBankGothic {
    font-family: 'BankGothic', 'Arial', sans-serif;
}

@font-face {
    font-family: 'BankGothic';
    src: url('../fonts/bank-gothic-light-bt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.FuenteBankGothic {
    font-family: 'BankGothic', 'Arial', sans-serif;
}

