@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');

h1, h2, h3, h4, h5, h6, label, body, p {
    font-family: 'Montserrat', sans-serif;
}

.page-content h1, .page-content h2 {
    font-family: 'Montserrat', sans-serif;
} 

.logo-market {
    height: 70px!important;
}

/* TEXTOS */ 

h1, h2, h3 {
    line-height: 1em;
}

h1 {
    text-shadow: 1px 2px #e3e3e3;
}

.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: #217c6a;
}

.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: #217c6a;
    padding: 10px 15px;
    font-size: 14px;
    margin: 0px 0px 0 0;
    border-radius: 0;
    width: 100%;
}

/* BOTONERA */ 

.navbar {
    background-color: #0066b3;
    border-bottom: 0px solid #d5d5d5;
}

.navbar-inner {
    background-color: transparent;
}


.navbar .nav {
    float: right;
    margin: 15px 0px 0 0;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar .nav>li>a {
    margin: 0 2px;
    color: #fff;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #00c6ff;
    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: #00c6ff;
    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: #278976;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #11443a;
}
/* FOOTER */ 

.modal-footer {
    border-top: 0px solid #ddd;
}

.modal-footer .btn-link {
    color: #11443a;
}

/* 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: #dadada;
    text-decoration: none;
}
a:hover, a:focus {
    color: #2798ee;
}
  
/* FLASH */ 
.nav-tabs.nav-stacked>li>a {
    border: 0px solid #000000;
    background-color: #f5f5f5;
}


/* IMAGEN PRODUCTOS */ 


@media (max-width: 979px){
.catalogo .page-header {
    display: none;
}
.logo-market {
    height: 40px!important;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    background-color: #2b937f;
    background-image: none;
}
.navbar .nav.pull-right {
    background: transparent;
}
.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
    color: #2b937f!important;
}
.navbar .nav.pull-right>li>a {
    color: #ffffff;
}
.navbar .btn-navbar .icon-bar {
    background-color: #ffffff;
}
}
.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #3cdbc0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.nav-tabs>li>a, .nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}
a {
    color: #000000;
    text-decoration: none;
}
.muted {
    color: #000000;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #000000;
}
.pagination ul>.disabled>span, .pagination ul>.disabled>a, .pagination ul>.disabled>a:hover, .pagination ul>.disabled>a:focus {
    color: #000000;
    background-color: transparent;
    cursor: default;
}
.listado-productos .thumbnail .caption {
    padding: 0 9px 9px 9px;
    color: #000000;
    position: relative;
    background-color: #fff;
}
.thumbnail .caption {
    padding: 9px;
    color: #000000;
}
.listado-productos .btn-primary span  {
    display: none;
}
.listado-productos .btn-primary:after  {
    content: 'INSCRÍBETE AQUÍ';
}

/*ESPACIADO MENÚ*/
.navbar .nav>li>a {
    padding: 15px 8px;
}