@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

h1, h2, h3, h4, h5, h6, label, body, p {
font-family: 'Open Sans', sans-serif;
}

.page-content h1, .page-content h2 {
font-family: 'Open Sans', sans-serif;
} 

.logo-market {
    height: 40px!important;
}

/* TEXTOS */ 

h1, h2, h3 {
    line-height: 1em;
}

.page-content h1 {
    font-weight: 800;
    letter-spacing: 0px;
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 2px 2px #d5d5d5;
}

.page-content h2 {
    font-size: 22px;
    padding: 0px 0px 0px 0px;
    color: #ff5f5f;
    letter-spacing: 0px;
}

/* TEXTO PRODUCTOS */
.listado-productos .thumbnail h5 a {
    color: #ff5f5f;
}

.wdg-producto .caption .precio {
    line-height: 100%;
    font-size: 32px;
    text-align: left;
    line-height: 10%;
    margin-top: 16px;
    float: left;
}

.listado-productos .thumbnail h5 {
    font-size: 20px;
    min-height: 48px;
    font-weight: 700;
    line-height: 24px;
    margin: 0px 0px;
    padding: 60px 0px 0px;
    border-top: 1px solid rgba(128,128,128,0.29);
}

.listado-productos .btn-primary {
    color: #f5f5f5;
    padding: 10px 15px;
    font-size: 14px;
    margin: 0px 0px 0 0;
    border-radius: 0;
    width: 100%;
}

/* BOTONERA */ 
.navbar {
    background-color: transparent;
    border-bottom: 0px solid #d5d5d5;
}

.navbar-inner {
    background-color: transparent;
}

.navbar.navbar-static-top.affix-bottom.affix.affix-at-top {
    background-color: rgba(0, 0, 0, 0.70) !important;
}

.navbar.navbar-static-top.affix-bottom {
    transition: background-color .5s;
}


.navbar .nav {
    float: right;
    margin: 10px 0px 0 0;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar .nav>li>a {
    margin: 0 2px;
    color: #fff;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #ffcb07;
    background-color: transparent;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin: 0 2px;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    color: #ffcb07;
    background-color: transparent;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin: 0 2px;
}

/* BOT CONTA */ 
.form-actions {
    padding: 0px 0px 0px;
}
.btn {
    background-color: #1d1e20;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #ff5f5f;
    border: 1px solid #ff5f5f;
}
/* FOOTER */ 

.modal-footer {
    border-top: 0px solid #ddd;
}

.modal-footer .btn-link {
    color: #d5d5d5;
}

/* AGREGADOS */ 
.pagination ul>.active>a, .pagination ul>.active>span {
    color: #121212;
}

.nav-spinner{
    display:none;   
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #f7f7f7;
    border-bottom: 0px solid #000;
}

.page-body {
    margin-bottom: 0;
}

.listado-productos img {
    padding: 0px 0 0px 0;
}

a {
    color: #dadada;
    text-decoration: none;
}
a:hover, a:focus {
    color: #ff5f5f;
}
  
/* FLASH */ 
.nav-tabs.nav-stacked>li>a {
    border: 0px solid #ddd;
    background-color: #333333;
}

.site-copyright {
    display: none;
}
.mu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    border-radius: 6px;
    background-color: #fff;
}

/* IMAGEN PRODUCTOS */ 

.navbar.navbar-static-top.affix-bottom.affix.affix-at-top {
    background-color: rgb(116, 25, 27) !important;
}
.navbar.navbar-static-top.affix-bottom.affix.affix-at-top {
    background-color: rgb(255, 255, 255) !important;
}
.navbar .navbar-inner .nav > li > a {
    color: #000000 !important;
}
.navbar .navbar-inner .nav > li.active > a, .navbar .navbar-inner .nav > li.active > a:hover, .navbar .navbar-inner .nav > li.active > a:focus {
    color: #75191c !important;
}
.modal-footer {
    padding: 60px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background: #751a1c;
    box-shadow: none;
}
.site-footer .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #b5ada0;
    background-image: none;
    background-repeat: no-repeat;
    border: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: none;
}
.site-footer [data-widget="sitemap"], .site-footer [data-widget="socialsharer"] {
    color: #ffffff;
}
.btn {
    font-weight: 500;
    color: #fff;
    background-color: #751a1c;
    border-color: #000 #000 #000;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border: 1px solid #000;
    border-bottom-color: #000;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-family: 'Open Sans', sans-serif;

}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #751a1c;
    background-color: #b5ada0;
    border: 1px solid #b5ad9f;
}
.logo-market {
    height: 95px!important;
}
.navbar .nav {
    float: right;
    margin: 28px 0px 0 0;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar .navbar-inner .nav > li.active > a, .navbar .navbar-inner .nav > li.active > a:hover, .navbar .navbar-inner .nav > li.active > a:focus {
    color: #e18fb2 !important;
}
.modal-footer {
    padding: 60px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background: #89868b;
    box-shadow: none;
}
.navbar .navbar-inner .nav > li > a {
    color: #89868b !important;
}
.site-footer .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #e08cb0;
    background-image: none;
    background-repeat: no-repeat;
    border: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: none;
}
.btn {
    font-weight: 500;
    color: #fff;
    background-color: #e08cb0;
    border-color: #000 #000 #000;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border: 1px solid #e08cb0;
    border-bottom-color: #e08cb0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-family: 'Open Sans', sans-serif;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
    background-color: #89868b;
    border: 1px solid #89868b;
}
.navbar .navbar-inner .nav > li > a {
    color: #173b9e !important;
}
.navbar .navbar-inner .nav > li.active > a, .navbar .navbar-inner .nav > li.active > a:hover, .navbar .navbar-inner .nav > li.active > a:focus {
    color: #00217c !important;
}

.btn {
    font-weight: 600;
    color: #fff;
    background-color: #00217c;
    border-color: #000 #000 #000;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border: 1px solid #00217c;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-family: 'Open Sans', sans-serif;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #00217c;
    background-color: #ffffff;
}
.navbar-inner {
    background-color: white;
}
.modal-footer {
    padding: 60px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background: #183d9f;
    box-shadow: none;
}
.site-footer .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #00217c;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    border: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: none;
}
.listado-productos .thumbnail .caption {
    padding: 0 9px 9px 9px;
    color: #ffffff;
    position: relative;
    background-color: #173c9f;
}
.listado-productos .thumbnail h5 {
    font-size: 20px;
    min-height: 48px;
    font-weight: 700;
    line-height: 24px;
    margin: 0px 0px;
    padding: 9px 0px 0px;
    border-top: 1px solid rgba(128,128,128,0.29);
}
.listado-productos .thumbnail h5 a {
    color: #ffffff;
}
.wdg-producto .caption .resumen p, .wdg-producto .caption .resumen h5 {
    min-height: 0;
    text-align: center;
}
.listado-productos .thumbnail h5 {
    font-size: 18px;
    min-height: 48px;
    font-weight: 600;
    line-height: 18px;
    margin: 0px 0px;
    padding: 9px 0px 0px;
    border-top: 1px solid rgba(128,128,128,0.29);
}
.listado-productos .thumbnail {
    padding: 0;
    border: 0px solid #173c9f;
    border-radius: 0;
    display: block;
    line-height: 20px;
    margin-bottom: 30px;
}

.listado-productos .thumbnail {
    padding: 0;
    border: 0px solid #173c9f;
    border-radius: 0;
    display: block;
    line-height: 20px;
    margin-bottom: 30px;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);

}
.listado-productos .thumbnail .caption {
    padding: 0 9px 0px 9px;
    color: #ffffff;
    position: relative;
    background-color: #173c9f;
}
.breadcrumb {
    background-color: rgb(0, 4, 115);
}
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: #183d9f;
    text-rendering: optimizelegibility;
}
.breadcrumb {
    background-color: rgb(24, 61, 159);
}
.pagination ul>.disabled>span, .pagination ul>.disabled>a, .pagination ul>.disabled>a:hover, .pagination ul>.disabled>a:focus {
    color: #183d9f;
    background-color: transparent;
    cursor: default;
}


h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
}




@media (max-width: 979px){
.catalogo .page-header {
    display: none;
}
.logo-market {
    height: 60px!important;
     padding-top: 4px;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    background-color: #333333;
    background-image: none;
}
.navbar .nav.pull-right {
    background: transparent;
}
.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
    color: #fff!important;
}
.navbar .nav.pull-right>li>a {
    color: #ffffff;
}
.navbar .btn-navbar .icon-bar {
    background-color: #ffffff;
}
.navbar .nav {
    background-color: #333;
}
.navbar .btn-navbar .icon-bar {
    background-color: #74191b;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    background-color: #ffffff;
    background-image: none;
}
.navbar .nav {
    background-color: #fff;
}
.navbar .btn-navbar .icon-bar {
    background-color: #00227d;
}
.navbar .btn-navbar {
    display: block;
    margin-top: 13px;
}

}

.logo-market {
    height: 64px!important;
}