*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    min-height: 100vh;
    position: relative;
    font-family: "MR";
    /*min-width: 1250px;  */
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}
@font-face{
    font-family: "MB";
    src: url("../fonts/GOTHAM-BOLD.OTF");
}
@font-face{
    font-family: "MR";
    src: url("../fonts/GOTHAM-BOOK.OTF");
}
@font-face{
    font-family: "ML";
    src: url("../fonts/GOTHAM-LIGHT.OTF");
}
@font-face{
    font-family: "MBB";
    src: url("../fonts/GOTHAM-BOLDITALIC.OTF");
}
body {
    font-family: "MR" !important;
    padding-bottom: 50px;
}
h1 {
    font-size: 1.6em;
    font-family: "MR";
    color: rgb(255, 255, 255);
}
h2 {
    font-family: "MR";
    font-weight: inherit;
    font-size: 20px;
    text-align: left;
}
li{
    font-family: "MR" !important ;
    font-size: 2rem;
    line-height: 26px;
}
.title{
    width: 100%;
    height: 20vh;
    top: 0 !important;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.title-cat b{
    background-color: #FFE80A;
    font-family: "MR" !important ;
}
.cont{
    width: 100%;
    margin: 20px 0 20px 0;
}
.amarillo{
    background-color: #FFE80A;
    font-size: 20px;
}
.black{
    color: black;
    font-size: 40px;
}
.iconitos{
    width: 100px;
}
.iconitos img{
    width: 20px;
    height: auto;
}
a{
    color: black !important;
}
a:hover{
    color: #272727!important;
    text-decoration: none;
}
#sticky-footer {
    flex-shrink: none;
}
.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding: 10px;
}
.card{
    padding: 20px;
    border-radius: 5px !important;
    transition: 0.3s;
}
.card:hover{
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.btn{
    border-radius: 2px;
    font-family: "MR";
    margin-left: auto;
}
.rojo{
    background-color: #dc3545;
}
.azul{
    background-color: #4353ff;
}
.verde{
    background-color: #28a745 ;
}
.tit{
    font-size: 2rem;
    color:black !important;
}
.btn-primary{
    background-color: #4353ff;
    border-color: #4353ff;
    transition: .2s;
    border-radius: 3px;
}
.btn-primary:hover{
    background-color: #2f40f3;
}
.btn-danger, .btn-success, .btn-secondary, .btn-primary{
    padding: 8px 13px;
    border-radius: 3px !important;
}
.tachado{
    text-decoration: line-through;
}
.c1{
    background: white;
}
.client{
    transition: 0.2s;
}
.client:hover{
    transform: translateY(-5px);
}
.nav{
    padding: .3% 6%;
    margin: 0 auto;
}
.nav-fixed{
    z-index: 100;
    position: fixed;
    width: 100%;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.mesacabecera{
    max-height: 100% !important;
}
.modal {
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    z-index: 10;
    padding: 20px;
    border: 0px !important;
}
.modal-container {
    padding: 3%;
    background-color: #ffff;
    width: 90%;
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border: 0px !important;
    border-radius: 5px !important;
}
.modal .options {
    display: inline-block;
    margin: 10px;
}
.search-bar {
    position: absolute;
    margin-left: 43%;
}
ul li a{
    color: #5c5c5c !important;
    transition: 0.2s;
    border-radius: 10px;
}
ul li a:hover {
    color: black !important;
}
.table td, .table th{
    padding: .4rem;
}
label{
    margin-bottom: 0px;
}
a.text-light:focus, a.text-light:hover{
    color: white !important;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media(min-width: 600px) {
}
#hoverLogin{
    color: black !important;
}
#hoverLogin:hover{
    color: #2f40f3 !important;
}
#hoverLogin2:hover{
    color: #ff0303 !important;
}
.exit{
    color:#5c5c5c;
}
.exit:hover{
    color:#ff0303;
}
.btn-adm{
    background-color: #ff0303;
    color: rgb(255, 255, 255);
    padding: 8px 13px;
    border-radius: 3px !important;
}
.btn-adm:hover{
    background-color: #db0000;
    color: rgb(245, 245, 245);
}
.desc{
    max-height: 200px;
    overflow: auto;
}