* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

body,
html {
	height: 100%;
}

a {
	text-decoration: none;
}

.contenedor {
	text-align: center;
	max-width: 100%;
	min-height: 100%;
	width: 1200px;
	max-width: 100%;
	margin: 0px auto;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.3);
	background: #F5F5F5;
}

/*.contehead {
	margin: 0px;
	padding: 10px 18px 0px 18px;
	position: sticky;
	top: 0px;
	left: 0px;
	width: 1200px;
	max-width: 100%;
	background: #FFFFFFDD;
	z-index: 1;
}

.lineah {
	margin-top: 60px;
	border-bottom: 1px solid #F6F6F6;
	margin-bottom: 20px;
}

.imgcor {
	vertical-align: middle;
	margin-right: 10px;
	width: 40px;
}

.divhead1 {
	padding: 10px 0px;
	font-weight: bold;
	font-size: 20px;
}

.divhead1 span {
	vertical-align: super;
}

.divhead2 {
	float: right;
	padding: 15px 0px;
}

.contebot {
	padding-bottom: 30px;
}*/

.difuminado-abajo {
	display: none;
	position: fixed;
	bottom: 0px;
	left: calc((100% - 1200px) / 2);
	height: 25px;
	width: 1200px;
	max-width: 100%;
	z-index: 1;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.25+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40ffffff', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

.swiper-slide {
	width: auto !important;
}

.botonact {
	padding: 10px 25px;
	font-weight: bold;
	font-size: 16px;
	width: auto;
	border-bottom: 4px solid var(--fondo-boton);
}

.botoninact {
	padding: 10px 25px;
	font-weight: bold;
	font-size: 16px;
	width: auto;
}

.contepro {
	text-align: center;
	margin: 0px auto;
	padding: 15px 10px 5px 0px;
	cursor: pointer;
}

.conteactivo {
	background-color: #e8e8e8;
}

.divpro {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.divpro:first-child {
	width: 30%;
}

.divpro:last-child {
	width: 60%;
}

.divpro:not(:last-child) {
	padding-right: 10px;
}

.divpro img {
	width: 100%;
}

.pronom {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	color: var(--color-texto);
}

.prodet {
	font-size: 12px;
	padding-bottom: 20px;
	color: var(--color-texto);
}

.propre {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	float: left;
	color: var(--color-precio);
}

.procar {
	float: right;
	bottom: 15px;
	position: relative;
}

#bolsa g {
	fill: var(--fondo-boton);
}

.fil1 {
	fill: #ffffff;
}

.cantbol {
	background-color: var(--fondo-contador-carrito);
	position: absolute;
	margin-top: 20px;
	margin-left: -12px;
	color: var(--color-contador-carrito);
	padding: 1px;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 0px solid #000000;
	width: 20px;
	height: 20px;
	text-align: center;
}

.scroll_To_Top {
	display: block;
	height: 100px;
	color: black;
	text-decoration: none;
	position: relative;
	text-align: right;
	background: var(--fondo-boton);
	font-weight: bold;
	right: 0px;
	bottom: 30px;
	/*opacity: 0.89;*/
	z-index: 1;
	outline: none;
}

@media only screen and (max-width: 1199px) {
	.divpro:not(:last-child) {
		padding-right: 10px;
	}

	.divpro:last-child {
		position: relative;
	}

	.pronom {
		padding-top: 10px;
	}

	.scroll_To_Top {
		display: inline-block;
		height: 100px;
		color: black;
		text-decoration: none;
		position: fixed;
		text-align: center;
		background-color: transparent;
		font-weight: bold;
		right: 20px;
		bottom: 30px;
		/*opacity: 0.89;*/
		z-index: 1;
		outline: none;
	}
}

@media only screen and (max-width: 700px) {
	.difuminado-abajo {
		display: block;
		width: 100%;
		left: 0px;
	}
}

.flotante_inferior_derecha {
	position: fixed;
	right: calc(((100% - 1200px) / 2) + 20px);
	bottom: 20px;
	height: auto;
	width: auto;
}

@media screen and (max-width: 1199px) {
	.flotante_inferior_derecha {
		right: 20px;
	}
}

.scroll_To_Top {
	width: auto;
	height: auto;
	position: static;
}

.botped {
	margin: 0px auto;
	background-color: var(--fondo-boton);
	padding: 20px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	margin-top: 30px;
	font-weight: bold;
	color: #ffffff;
	width: 250px;
	max-width: 90%;
	cursor: pointer;
	margin-bottom: 20px;
	box-shadow: 0px 0px 8px 2px #999;
	transition: 0.25s transform ease-in-out, 0.25s opacity ease-in-out;
}

.botped:hover {
	transform: scale(1.05);
	opacity: 0.8;
}

