<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 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: #a0d155;
}

.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: rgba(160,209,85,1);
background: -moz-linear-gradient(left, rgba(160,209,85,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(160,209,85,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(160,209,85,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(160,209,85,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(160,209,85,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(160,209,85,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d155', endColorstr='#ffffff', GradientType=1 );
    /*background-color: #fff;
    border-bottom: 0px solid #d5d5d5;*/
}


.navbar .nav {
    float: right;
    margin: 10px 0px 0 0;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar .nav&gt;li&gt;a {
    margin: 0 2px;
    color: #666;
}

.navbar .nav&gt;.active&gt;a, .navbar .nav&gt;.active&gt;a:hover, .navbar .nav&gt;.active&gt;a:focus {
    color: #a0d155;
    background-color: transparent;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin: 0 2px;
}

.navbar .nav&gt;li&gt;a:focus, .navbar .nav&gt;li&gt;a:hover {
    color: #a0d155;
    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: #a0d155;
    border: 1px solid #a0d155;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.btn:hover, .btn:focus {
    background-color: #333333;
    border: 1px solid #333333;
    color: #fff;
}

/* FOOTER */ 

.modal-footer {
    border-top: 0px solid #ddd;
}

.modal-footer .btn-link {
    color: #02a8f3;
}

/* 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: #ff5f5f;
}
  
/* FLASH */ 
.nav-tabs.nav-stacked&gt;li&gt;a {
    border: 0px solid #ddd;
    background-color: #333333;
}


/* IMAGEN PRODUCTOS */ 

.catalogo .page-header {
    margin-top: -80px;
    height: 400px;
    padding-bottom: 30px;
}
.catalogo .page-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 355px;    
    background: url(https://sitiosimple.com/grafica-cr/admin/galeriaimagenes/obtenerimagen/?id=69)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&gt;li&gt;a, .nav-collapse .dropdown-menu a {
    color: #333333!important;
}
.navbar .nav.pull-right&gt;li&gt;a {
    color: #333333;
}
.navbar .btn-navbar .icon-bar {
    background-color: #333333;
}
}</pre></body></html>