/*@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@400;700&display=swap');*/
.nav-link{
	/*color: #FFF !important;	*/
}
#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: #555 !important;
	/*text-shadow: 0px 0px 2px #000, 0px 0px 4px #000;*/
}
#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: #fff !important;
	color: #000 !important;
	border-radius: 0px !important;
	border-bottom: 3px solid #67a2a8 !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: #0073f7
}

.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: 100px;

		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: 120px
	}
	
	.bg-pie{
		background: url(logo_pie.png) bottom right no-repeat
	}
	
	
}
@media (max-width: 767.98px) {
	.mpw-logo-web{
		height: 40px;
		height: 70px
	}
}
@media (max-width: 991.98px) {
	.mpw-logo-web{
		height: 50px;
		height: 80px;
	}
}
@media (max-width: 1199.98px) {
	.mpw-logo-web{
		height: 60px;
		height: 90px
	}
}