@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');

h1, h2, h3, h4, h5, h6, label, body, p {
    font-family: 'Source Sans Pro', sans-serif;
}

.page-content h1, .page-content h2 {
    font-family: 'Source Sans Pro', sans-serif;
} 

.logo-market {
    height: 80px!important;
}

/* TEXTOS */ 

h1, h2, h3 {
    line-height: 1em;
}

.page-content h1 {
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 46px;
    text-transform: uppercase;
}

.page-content h2 {
    font-size: 32px;
    padding: 0px 0px 0px 0px;
    color: #1a7dba;
    letter-spacing: 0px;
}

/* TEXTO PRODUCTOS */
.listado-productos .thumbnail h5 a {
    color: #00cfff;
}

.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: #fff;
    border-bottom: 0px solid #d5d5d5;
}

.navbar-inner {
    background-color: #fff;
}


.navbar .nav {
    float: right;
    margin: 25px 0px 0 0;
}

.navbar .nav>li>a {
    margin: 0 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    color: #333333;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #82121b;
    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: #f9f9f9;
    color: #82121b;
    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: #82121b;
    transition: all 0.3s ease;
    font-family: 'Roboto Condensed', sans-serif;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #00cfff;
    transition: all 0.3s ease;
}

/* FOOTER */ 

.modal-footer {
    border-top: 0px solid #ddd;
}
.site-footer .btn {
    background-color: #7e2c32;
}
.modal-footer .btn-link {
    color: #fff;
}

/* 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: #622327;
    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;
}

/* IMAGEN PRODUCTOS */ 


@media (max-width: 979px){
.catalogo .page-header {
    display: none;
}
}
.categorias-y-productos .detalle .galeria-detalle-producto.galeria-zoom .thumbnail .vista-previa>img.thumb {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #fff;
}
.listado-productos .thumbnail h5 a {
    color: #622327;
}
.muted {
    color: #3a3a3a;
}