@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@400;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');*/

.skewX {
  -webkit-transform: skewX(15deg) translateX(120px);
  -moz-transform: skewX(15deg) translateX(120px);
  -ms-transform: skewX(15deg) translateX(120px);
  transform: skewX(15deg) translateX(120px);
}
.square-skew {
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

#menu-editado .nav .nav-link{
	color: #666666 !important;	
	padding: .3rem 1.2rem;
	/*background: url(bg-1.png); background-size: 100% 100%;
	
    -ms-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);*/
	
}

#menu-editado .nav-pills .nav-link{
	border: 0px solid #999999 !important;
	border-radius: 20px;
	background-color: #FFF !important;
}
#menu-editado .nav-main .nav-link{
	text-transform: uppercase !important;
	font-weight: bold !important;
}
.nav-link{
	color: #cc0000 !important
}
.nav-main .nav-link{
text-transform: uppercase !important;
	font-weight: bold !important;
}
#menu-editado .nav .show>.nav-link,.nav-link.active,.nav-link:active,.nav-pills .nav-link.active,.navbar-nav .show>.nav-link{
	/*background-color: #ed3237 !important;*/
	background-color: transparent !important;
	color: #000 !important;
	border: 0px solid #ff3333 !important;
}

body{
	font-family: 'Oxanium' !important;
}

header{	
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.sombra-resaltada{
	text-shadow: 0px 0px 2px #000,0px 0px 3px #000;
}
.evita-hover-bg:hover{
	background-color: inherit !important;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.producto-agotado{
	position: absolute; 
	top: 0px; bottom: 0px; left: 0px; right: 0px; 
	background: rgba(255,255,255,0.50); 
	
	display: flex;  
	justify-content: center; 
	align-items: center;
}
.producto-agotado a{
background-color: darkgray; color: #FFF; vertical-align: center; align-content: center; padding: 10px
}

.img-marca-producto {
	height: 30px
}

.texto-marca-producto {
	color: #ff3333
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
	.mpw-logo-web{
		height: 80px
	}
}

@media (max-width: 575.98px) {
	.mpw-logo-web{
		width: 200px;
		height: inherit !important
	}
}
@media (max-width: 767.98px) {
	.mpw-logo-web{
		height: 50px
	}
}
@media (max-width: 991.98px) {
	.mpw-logo-web{
		height: 60px
	}
}
@media (max-width: 1199.98px) {
	.mpw-logo-web{
		height: 70px
	}
}