@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

h1, h2, h3, h4, h5, h6, label, body, p {
    font-family: 'Roboto Condensed', sans-serif;
}

.page-content h1, .page-content h2 {
    font-family: 'Roboto Condensed', sans-serif;
} 

.logo-market {
    height: 60px!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: 10px 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: #00cfff;
    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: #00cfff;
    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;
    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;
}

/* 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: #999;
    text-decoration: none;
}

a:hover, a:focus {
    color: #000000;
}

.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 */ 

.catalogo .page-header {
    margin-top: -80px;
    height: 300px;
    padding-bottom: 70px;
}
.catalogo .page-header::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 300px;    
    background: url(https://sitiosimple.com/tierra-austral/admin/galeriaimagenes/obtenerimagen/?id=3)no-repeat top center #FFFFFF;
    background-size: cover;
}

@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: #fff;
    background-image: none;
}
.navbar .nav.pull-right {
    background: transparent;
}
.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
    color: #333333!important;
}
.navbar .nav.pull-right>li>a {
    color: #00cfff;
}
.navbar .btn-navbar .icon-bar {
    background-color: #00cfff;
    
}
}
        .modal {
            display: flex;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            justify-content: center;
            align-items: center;
        }
        /* Estilos de la caja del mensaje */
        .modal-content {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 8px;
            width: 320px;
            text-align: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        }
        .modal-content h3 {
            margin-top: 0;
            color: #333333;
        }
        .modal-content p {
            color: #666666;
            font-size: 15px;
        }
        .contador {
            font-weight: bold;
            color: #e74c3c;
        }