@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

h1, h2, h3, h4, h5, h6, label, body, p, .btn {
    font-family: 'Quicksand', sans-serif;
}


.logo-market {
    height: 85px!important;
}

/* TEXTOS */ 

h1, h2, h3 {
    line-height: 1em;
}

.page-content h1 {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 60px;
}

.page-content h2 {
    font-size: 32px;
    padding: 15px 0 10px 0;
    color: #1a7dba;
    letter-spacing: 0px;
}

/* TEXTO PRODUCTOS */
.listado-productos .thumbnail h5 a {
    color: #062170;
}

.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.navbar-static-top.affix-bottom {
    transition: background-color .5s;
}


.navbar .nav {
    float: right;
    margin: 13px 0px 0 0;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.navbar .nav>li>a {
    margin: 0 2px;
    color: #333;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #003399;
    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: #003399;
    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;
    transition: all 0.3s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #f5f5f5;
    border: 1px solid #000;
    border-bottom-color: #000;
    transition: all 0.3s ease;
}
/* FOOTER */ 

.modal-footer {
    border-top: 0px solid #ddd;
}

.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: #5f9bce;
    text-decoration: none;
}

a:hover, a:focus {
    color: #003399;
}
  
.mu {
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    background-color: #fff;*/
}


/* IMAGEN PRODUCTOS */ 
@media (max-width: 979px){
.catalogo .page-header {
    display: none;}
.logo-market {
    height: 30px!important;}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    background-color: #fff;
    background-image: none;}
.navbar .nav.pull-right {
    background: #fff;}
.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
    color: #333!important;}
.navbar .nav.pull-right>li>a {
    color: #333;}
.navbar .btn-navbar .icon-bar {
    background-color: #333;}
.logo-market {
    height: 40px!important;}
}

.listado-productos .caption p {
    font-size: 20px;
    color: #003399;
}

.site-footer {
    background-color: #1f7dd2 !important;
    color: #ffffff !important;
}

.site-footer .btn-default {
    background-color: #ffffff !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: #5f9bce;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #1f7dd2;
    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: #FFF;
}

.modal-footer .btn-link:hover {
    color: #003399;
    text-decoration:none;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #003399;
    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: #003399;
    background-color: transparent;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin: 0 2px;
}

.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;
}

.muted {
    color: #062170;
}

.btn-link:hover, .btn-link:focus {
    color: #000;
    text-decoration: underline;
    background-color: transparent;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #003399;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret{
    border-top-color: #0082b6 ;
    border-bottom-color: #0082b6;
}

.site-footer, .site-footer a {
    color: #1f7dd2;
}

.site-copyright{
    padding:10px;
    color:#1f7dd2;
    background-color:#fff;
    line-height: 1em;
    font-size: 12px;
    font-weight: normal;
    font-family: "Open Sans",Arial;
    opacity:100;
    text-align: center;
    margin:-15px;
}

body.pagina-19 .navbar-container {
    display: none;
}

/*.site-copyright {
display: none;
}*/

/*Footer promociones*/
@media (max-width: 979px){
.pagina-19 .modal-footer{display:none;}
}

.btn {
    padding: 11px 19px;
    font-size: 17.5px;
    
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #000;
}

/*sliders controladores*/
.clientes .carousel.slide.carousel-reset>*{
    z-index: 100!important;
}

.clientes .carousel.indicators-position-center-bottom .carousel-indicators {
    bottom: -70px!important;
}

.clientes .carousel.slide.carousel-reset {
    overflow:visible!important;
}

@media (max-width: 979px){
.carousel a.carousel-control{
    display:inline-block!important;}
}

/*QUITAR HEADER*/
div.page-header{
    display:none;
}