@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

.logo-market {
    height: 80px !important;
}
.page-header {
    display: none;
}
.navbar .navbar-inner .nav > li.active > a, .navbar .navbar-inner .nav > li.active > a:hover, .navbar .navbar-inner .nav > li.active > a:focus {
    font-weight: 700;
    background: #133233;
    color: #ffffff !important;
}
.navbar .nav>li {
    line-height: 47px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 1.3em;
}
.navbar .nav {
    float: right;
}
.navbar-inner {
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
}
.sombra01 {
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
    z-index: 9999999999999;
}
a:hover, a:focus {
    color: #3d3d3d;
    text-decoration: none;
}
.page-body .brand-text, .page-body h1 {
    color: #133233 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
hr {
    border-top: 2px solid #133233;
}
h3.form-title {
    display: none;
}
.control-label {
    color: #fff;
}
.control-label strong {
    display: none;
}
.form-actions {
       background-color: rgba(241,240,238,0);
}
.btn-primary {
    color: #fff;
    background-color: #133233;
    border-color: none;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
    padding: 10px 20px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
   border-radius: 5px;
}
.modal-footer .btn-link {
    color: #fff;
}
.site-copyright {
    display: none;
}
.modal-footer {
    padding: 40px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background: #fff;
    box-shadow: none;
}