.producto-sing .marco-img  {
    
    float: left;
    width: 100%;
}

.navbar .navbar-header {
    padding: 0 12px;
}

.navbar-brand {
     display: flex;
    align-items: center;   
    
}

.menu-info li a:hover {
    color: #ff6600;
}



.producto-sing .marco-img {
    border: none;
}

/* lazyload */
			img:not([src]) {
				visibility: hidden;
			}
			/* Fixes Firefox anomaly during image load */
			@-moz-document url-prefix() {
				img:-moz-loading {
					visibility: hidden;
				}
			}


/* menu Mobile */


.hamburger {
  position: fixed;
  background-color: transparent;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  padding: 20px 20px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  z-index: 1002;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hamburger.is-active {
  background-color: none; }

._layer {
  background: #ccc;
  margin-bottom: 4px;
  border-radius: 2px;
  width: 28px;
  height: 4px;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98); }

.hamburger.is-active .-top {
  background: white;
  -webkit-transform: translateY(200%) rotate(45deg) !important;
  -ms-transform: translateY(200%) rotate(45deg) !important;
  transform: translateY(200%) rotate(45deg) !important; }

.hamburger.is-active .-mid {
  opacity: 0; }

.hamburger.is-active .-bottom {
  background: white;
  -webkit-transform: translateY(-200%) rotate(135deg) !important;
  -ms-transform: translateY(-200%) rotate(135deg) !important;
  transform: translateY(-200%) rotate(135deg) !important; }

.menubackup.is_active {
  transform: translate3d(0px, 0px, 0px); }

.menubackup {
  background-color: hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.98);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transform: translate3d(-100%, 0, 0px);
  transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
  width: 300px;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  padding: var(--space-xs);
  align-items: center;
  -webkit-box-shadow: 2px 2px 30px 0px rgba(97, 74, 217, 0.21);
  -moz-box-shadow: 2px 2px 30px 0px rgba(97, 74, 217, 0.21);
  box-shadow: 2px 2px 30px 0px rgba(97, 74, 217, 0.21); }
  @media only screen and (max-width: 48rem) {
    .menubackup {
      width: 100%; } }

.menubackup ul {
  margin: 0;
  padding: 0;
  width: 100%; }

.menubackup ul li {
  list-style: none;
  text-align: left;
  color: #fff;
  font-size: 18px;
  margin: var(--space-xs);
  text-transform: none; }
  .menubackup ul li:nth-child(1) {
    margin-top: 48px; }

.menubackup ul li a {
  text-decoration: none;
  color: #fff; }

.menubackup ul li a:hover {
  text-decoration: none;
  color: #fafafa; }

