body{
 background-color: white !important;
 font-family: 'Roboto Condensed', sans-serif;
}

.link-c
{
display: inline !important;
}

.text-menu
{
 font-size: 12px;
 font-weight: bold;
}

.btn-white
{

 background-color: #fff;

 padding: 0 1em;
 margin: 0;
 margin-left: 0px;
border: solid 1px #D8D8D8;
}

.button{
 position: relative;
 background-color: white;
 display: inline-block;
 height: 36px;
 line-height: 34px;
 text-decoration: none;
 margin: 0 .5em;
 border-radius: 2px;
 background-clip: padding-box;
 text-align: center;
 cursor: pointer;
 white-space: nowrap
}

.label-log
{
 font-size: 12px;
}
.log-input
{
  height: 20px;
 border-radius: 3px;
 border: none;
 font-size: 12px;
}
.bd-menu
{

}
.sub-log
{
 background: black;
 color: #fff;
 border: none;
 padding: 2px 5px;
 margin: -2px 0px;
 font-size: 12px;
}

.product
{
 border-top: 5px;
 max-width: 150px;
 max-height: 150px;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.hprod:hover
{

-webkit-transform: scale(1.3);
    transform: scale(1.3);
 box-shadow: 0 0 2px dimgray;
 border-radius: 3px;
}


.outline-left
{
 color: #6c757d;
 background-color: transparent;
 background-image: none;
 border-color: #6c757d;
 border: solid 1px;
 border-radius: 5px 0px 0px 5px;
}
.st-page
{
 color: white !important;
 font-weight: bold;
 background: #2a195f;
}

.page-item a{
 color: #2a195f !important;
}
.btn-menu
{
    font-size: 10px !important;
}
.nv-m
{
 color: white !important;
 border-right: solid 1px white;
}
.active a
{
 color: red !important;
}
.bg-menu
{
  background: #2a195f;
}
.bg-gradient{
 border-radius: 2px;
 background: #2a195f;; /* For browsers that do not support gradients */
 background: linear-gradient(to left, rgba(176,196,222,0), rgba(176,196,222,1)); /* Standard syntax (must be last) */
}

.btn-pagar
{
 background: #FFBF00;
 padding: 2px;
 min-width: 120px;
 margin-bottom: 5px;
 color: black;
 border-radius: 10px;
}

.btn-ver
{
 background: #af1e2d;
 padding: 2px;
 min-width: 120px;
 color: white;
 border-radius: 10px;
}

.btn-ver:hover
{
 color: black;
 font-weight: bold;
}
.outline
{
 color: #6c757d;
 background-color: transparent;
 background-image: none;
 border-color: #6c757d;
 border-radius: 0px 5px 5px 0px;
}
.carousel-inner
{
 max-height: 450px;
}
.search
{
 bottom: 0;
 position: absolute;
}

/*Footer*/
.menu-footer{
 background-color: #181818;
 color: white;
}

.menu-footer ul a
{
 text-decoration: none;
 color: #666666 !important;
}

.menu-footer ul li{
 list-style: none;
}
.menu-footer ul li:hover {
 list-style: none;
 color: #e95668 !important;
 transform: translateX(10px);
}

.menu-footer hr{
 border-color: #A2A2A2;
}

.menu-footer .col-sm-9{
 color: #666666 !important;
}
.menu-footer .col-sm-9:hover {
 list-style: none;
 color: #e95668 !important;
 transform: translateX(-2px);
}
.copyright{
 background-color: #000;
 height: 60px;
}
@media only screen and (max-width: 518px) {
 .search
 {
  position: inherit;
 }
}

/*agregar al carrito*/
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.img-overlay
{
    max-height: 250px;
    max-width: 250px
}
.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    /*top: 20px;*/
    right: 45px;
    font-size: 60px;
}

#sobre{
    /*background-color: #848484;
    border:none; color: white; 
    border-radius: 8px 8px; */
    background-color: #ffffff;
    border: none;
    color: #443f3f;
    border-radius: 8px 8px;
    border: solid 1px #afb7b7;
}

#sobre:hover {
    background-color: #A4A4A4;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /* Tamaño del lente */
  width: 100px;
  height: 100px;
  opacity: 0.4;
  background-color: #ffffff;
  cursor: none;
  z-index: 1000000;
}

@media screen and (max-height: 850px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    /*top: 15px;*/
    right: 5px;
  }
}






















