@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');




.logo-market {
    height: 50px !important;
}
.navbar .nav>li>a {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.2em !important; 
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #fff !important;
    background-color: #00afef !important;
}
.page-header {
    display: none !important;
}
.navbar-container, .affix {
    -webkit-box-shadow: 1px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 5px 10px 0px rgba(0,0,0,0.5);

}
.site-footer {
    border-top-color: #00afef;
    border-top-style: solid;
    border-top-width: 10px;
     -webkit-box-shadow: inset 1px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 1px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: inset 1px 5px 10px 0px rgba(0,0,0,0.5);
}


.site-footer .btn:hover {
    background-color: #00a759;
}

.site-footer .btn {
    background-color: #00afef;
}
.btn {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
}
.encabezado {
text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
background: rgba(13,112,0,1);
background: -moz-linear-gradient(top, rgba(13,112,0,1) 0%, rgba(61,165,47,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(13,112,0,1)), color-stop(100%, rgba(61,165,47,1)));
background: -webkit-linear-gradient(top, rgba(13,112,0,1) 0%, rgba(61,165,47,1) 100%);
background: -o-linear-gradient(top, rgba(13,112,0,1) 0%, rgba(61,165,47,1) 100%);
background: -ms-linear-gradient(top, rgba(13,112,0,1) 0%, rgba(61,165,47,1) 100%);
background: linear-gradient(to bottom, rgba(13,112,0,1) 0%, rgba(61,165,47,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d7000', endColorstr='#3da52f', GradientType=0 );
-webkit-box-shadow: 1px 5px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 1px 5px 10px 0px rgba(0,0,0,0.25);
box-shadow: 1px 5px 10px 0px rgba(0,0,0,0.25);
}
.sombra_caja {
-webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
}

.bt_pie .btn-link {
     font-size: 2em;
    text-decoration: none;
}

@media (min-width: 980px) {
.img_logo {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 767px) {
.iconos01 img {
    width: 80px !important;
}




}

@media (max-width: 420px){

.logo-market {
    height: 35px !important;
    padding-top: 7px;
}
}

@media (max-width: 979px){
.navbar .btn-navbar {
    padding-top: 22px;
    padding-right: 0px;
    padding-bottom: 22px;
    padding-left: 10px;
}
}

.listado-productos .thumbnail h5 a {
    color: #000;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif !important;
}
.thumbnails>li {
    margin-bottom: -10px;
}
.listado-productos .thumbnail h5 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.listado-productos .thumbnail .caption {
   padding-bottom: 0px !important;
}
label, input, button, select, textarea {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
    font-size: 15px;
}

.control-label strong {
    color: #ff0000;
}

.listado-productos .caption p {
    font-weight: 700;
    color: #00a759;
}

h2 small {
    color: #00a759;
    font-weight: 700;
}

.purchase-btn {
    bottom: 30px;
    left: 12px;
    position: fixed;
    z-index: 99999999999999999999999999999999;
    text-align: center;
}
.purchase-btn > a {
    background-color: #00a759;
    color: #ffffff;
    display: inline-block;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 700;
    height: 70px;
    left: 0px;
    line-height: 70px;
    width: 70px;
}
.pulse-button {
    position: relative;
    width: 64px;
    height: 64px;
    border: none;
    box-shadow: 0 0 0 rgba(37,211,102, 0.6);
    animation: pulse 3s infinite;
    border-radius: 50%;
    background-color: #a1577b;
    background-image: url(https://ss-static-01.esmsv.com/id/106362/galeriaimagenes/obtenerimagen/?id=37&tipoEscala=stretch&width=64&height=64);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    
}


.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37,211,102, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 30px rgba(37,211,102, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(37,211,102, 0.6);
    box-shadow: 0 0 0 0 rgba(37,211,102, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 30px rgba(37,211,102, 0);
      box-shadow: 0 0 0 30px rgba(37,211,102, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
      box-shadow: 0 0 0 0 rgba(37,211,102, 0);
  }
}

@media screen and (max-width:1125px) {

.purchase-btn {
    left: 12px !important;
    position: fixed;

}
}
.btn {
    text-transform: none !important;
}

h3 {
    text-transform: none !important;
    font-weight: 900;
    font-size: 18px;
}
.chatwith .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-person-info.has-tag .chatwith-whatsapp-type, .chatwith .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-person-info.has-tag .chatwith-whatsapp-type, .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-person-info.has-tag .chatwith-whatsapp-type, .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-person-info.has-tag .chatwith-whatsapp-type
 {
    display: none;
}