@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

h1, h2, h3, h4, h5, h6, label, body, p {
    font-family: 'Quicksand', sans-serif;
}

.page-content h1, .page-content h2 {
    font-family: 'Quicksand', sans-serif;
} 

.logo-market {
    height: 60px!important;
}

/* TEXTOS */ 

h1, h2, h3 {
    line-height: 1em;
}

.page-content h1 {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 46px;
}

.page-content h2 {
    font-size: 32px;
    padding: 15px 0 10px 0;
    color: #1a7dba;
    letter-spacing: 0px;
}

/* TEXTO PRODUCTOS */
.listado-productos .thumbnail h5 a {
    color: #007060;
}

.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: rgba(0, 70, 255, 0.25);
}


.navbar .nav {
    float: right;
    margin: 10px 0px 0 0;
}

.navbar .nav>li>a {
    margin: 0 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #00b7de;
    background-color: transparent;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin: 0 2px;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    background-color: transparent;
    color: #00b7de;
    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: #007060;
}
/* FOOTER */ 

.modal-footer {
    border-top: 0px solid #ddd;
}

/* AGREGADOS */ 
.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: #007060;
    text-decoration: none;
}

.mu {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border-radius: 5px;
    background-color: #fff;
}

.mu a{
    color: #fff !important;
    transition: all 0.3s ease;
    }    

.mu a:hover{
    transition: all 0.3s ease;
    color: #ff6700 !important;
    text-decoration:none;
    }   
    
/* IMAGEN PRODUCTOS */ 

.catalogo .page-header {
    background: url(https://sitiosimple.com/inti-color/admin/galeriaimagenes/obtenerimagen/?id=29)no-repeat top center #FFFFFF;
    margin-top: 30px;
    height: 200px;
}
@media (max-width: 979px){
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    background-color: #333;
    background-image: none;
}
.navbar .btn-navbar .icon-bar {
    background-color: #f5f5f5;
}

.logo-market {
    height: 40px!important;
}
}