@font-face {
    font-family: "Gotham";
    src: url("./fonts/GothamBook.ttf");
}

@font-face {
    font-family: "CeraPro";
    src: url("./fonts/CeraPro-Medium.ttf");
}

body {
    font-family: 'Gotham';
    margin: 0px !important;
}

h1{
    text-align: center;
    /* padding: 1em; */
    font-weight: bold;
}

.footer-legal{
    margin: 0 auto;

}

.footer-legal-text{
    text-align: center;
    text-decoration: none;
    color: black;
    margin: 0 auto;
}

.navbar-nav a{
    font-weight: bold;
    color: black !important;
}

.ojo {
    position: absolute;
    top: 70%;
    right: 1rem;
    transform: translateY(-50%);
    cursor: pointer;
}

.btn-primary{
    background-color: #004AFF;
    border-color: #fff;
}

.btn-primary:hover{
    background-color: #eee;
    border-color: #fff;
    color: black;
}

.breadcrumbs { 
    text-align: center;
    margin-top: 3px;
    margin-bottom: 15px;
}

.breadcrumbs a{
    text-decoration: none;
    color: #004AFF;
}

.vertical-navbar {
    height: 100vh; 
    width: 13%; 
    position: fixed; 
    top: 0;
    left: 0;
    background-color: #343a40 !important; 
}
.vertical-navbar .nav-link {
    color: #fff; 
    padding: 15px;
}
.vertical-navbar .nav-link:hover {
    background-color: #495057; 
}
#content {
    margin-left: 250px; 
    padding: 20px;
}

span.circulo { 
    font-family: 'CeraPro';
    background: #004AFF;
    border-radius: 10em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 13.5em;
    margin: 1em;
    text-align: center;
    width: 13.5em;
}

span.simbolo { 
    font-size: xx-large;
    font-weight: bold;
}

.numero {
    font-size: 1.5em;
    line-height: normal;
}

.titulo{
    font-weight: bold;
    font-size: large;
}

.cliente {
    display: flex;
    align-items: center;
}

.cliente h3 {
    margin-right: 10px;
}

.cliente select,
.cliente input {
    margin-right: 10px;
}
