/* Add here all your css styles (customizations) */

body {
	overflow-x: hidden !important;
}

.g-bg-orange-opacity-0_9 {
	background: rgba(239, 125, 0, 0.9);
	color: #FFF;
}

.g-font-size-54 {
	font-size: 54px;
}

.g-color-redt {
	color: #e73329;
}

.g-bg-redt {
	color: #e73329;
}

/* Button Primary */

.u-btn-redt {
	color: #fff;
	background-color: #eb2625;
}

.u-btn-redt:hover, .u-btn-redt.active {
	border-color: #eb2625;
	background-color: black;
}

.u-btn-redt:hover, .u-btn-redt:focus, .u-btn-redt.active {
	color: #fff;
}

.tpl {
	width: 27%;
	margin-left: 20px;
}

.ancla:before {
	display: block;
	content: " ";
	margin-top: -130px;
	height: 130px;
	visibility: hidden;
}

.footer {
	margin-left: 180px !important;
}
#lista-mb{
	display: none;
}

@media only screen and (max-width: 600px) {
	.logo {
		width: 25%;
	}
	.tpl-xs {
		width: 20%;
		margin-left: 20px;
	}
	.footer {
		margin-left: 0px !important;
	}
	#lista-mb{
		display: block;
	}
	#listaPrecios{
		display: none;
	}
}

.u-header__section--dark .dropdown-item.active>a, .u-header__section--dark .dropdown-item:active>a {
	color: #4a4a4a !important;
}

#producto {
	min-height: 400px !important;
}

#navBar {
	width:1050px;
}

button.navbar-toggler.navbar-toggler-right.btn.g-line-height-1.g-brd-none.g-pa-0.g-pos-abs.g-top-minus-0.g-right-10 {
	top: 0;
}

.g-color-gray-dark-v5 {
	color: #000 !important
}