/*@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@400;700&display=swap');*/
.nav-link{
	/*color: #FFF !important;	*/
}


.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: #FFF !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: 2px solid transparent !important;
	border-radius: 0px;
}
#menu-editado .nav-main .nav-link{
	text-transform: uppercase !important;
	font-weight: bold !important;
}
.nav-link{
	color: #333 !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-bottom: 0px solid #31383d !important;
	border-radius: 0px 0px 0px 0px;
}





#menu-cabezera .nav-link:active{
	background-color: #CCC !important;
	/*font-style: italic;*/
}

#logo-cabezera .nav-link:active{
	background-color: #CCC !important;
	/*font-style: italic;*/
}

#top-bar .nav-link:hover{color:black;background-color: inherit}

/*#menu-editado .nav-pills .nav-link{
	border: 0px solid #000 !important;
	border-radius: 0px;
}
#menu-editado .nav-main .nav-link{
	text-transform: uppercase !important;
	font-weight: bold !important;
	color: #FFF !important;
}
#menu-editado .nav .show>.nav-link,#menu-editado .nav-link.active,#menu-editado .nav-link:active,#menu-editado .nav-pills .nav-link.active,#menu-editado .navbar-nav .show>.nav-link{
	background-color: rgba(0,51,153,1.00) !important;
	color: #FFF !important;
	border-radius: 0px !important
}*/
header {
	padding-bottom: 0px !important
}

body{
	/*font-family: 'Oxanium' !important;
	font-style: oblique;*/
}

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;
}
.evita-focus-bg:focus{
	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: #70c000
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
	.mpw-logo-web{
		height: inherit !important;
		width: 248px;

		margin-top: 0px;
		margin-bottom: 0px
	}
	.bg-pie{
		background: url(logo_pie.png) bottom right no-repeat
	}
}

@media (max-width: 575.98px) {
	.menu-forzado{
		padding-left: .4rem !important;
		padding-right: .4rem !important;
		background-color: rgba(255,255,255,1.00) !important
	}
	.mpw-logo-web{
		/*width: 100%;
		height: inherit !important;*/
		height: inherit !important;
		width: 130px
	}
	
	.bg-pie{
		background: url(logo_pie.png) bottom right no-repeat
	}
	
	
}
@media (max-width: 767.98px) {
	.mpw-logo-web{
		height: inherit !important;
		width: 135px

	}
}
@media (max-width: 991.98px) {
	.mpw-logo-web{
		height: inherit !important;
		width: 160px

	}
}
@media (max-width: 1199.98px) {
	.mpw-logo-web{
		height: inherit !important;
		width: 200px

	}
}