@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed&family=Rosario:wght@200&display=swap');

body{
    font-family: "Asap Condensed", 'Segoe UI';
    font-size:1.2rem!important;
}
a, a:hover {
    text-decoration: none;
}
.main-body{
    background:url('../../images/fondo.jpg');
    background-size: cover;
}
.header{
    font-family: "Asap Condensed", 'Segoe UI';
}
.footer{
    position: fixed;
    font-size:0.75em;
    bottom:0px
}

.btn{
    padding:15px;
}
.sticky-container{
    position: sticky;
    top:58px;
    z-index:2000;
}
.menu-option img {
    height:35px;
    padding: 2px;
    margin-right:10px;
}
.menu-option{
    padding:10px;
    font-family: "Asap Condensed", 'Segoe UI';
}

.table-sm{
    font-size:0.75em;
}


span.input-group-text {
    width: 100px;
}
input.form-control {
    background: #fff!important;
}