*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
scroll-behavior: smooth;
}

.imgs{
	width: 100%;
	height: auto;
	margin: auto;
	flex-wrap: wrap;
	flex: 1 1%;
	text-align: center;
	margin-top: -80px;
}
.imgs img{
	width: auto;
	height: auto;
	margin: auto;
}

.titulo-productos{
	width: 90%;
	height: auto;
	margin:auto;
	margin-top: 10px;
	flex-wrap: wrap;
}
.titulo1{
	font-size: 1.25em;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.decripcion-contenido {
	font-size: 0.92em;
	color: #404040;
	align-items:center;
	text-align: left;
	list-style: none;
}
.ray{
	border: none;
	height: 1px;
	background: #A0A6C6;
}


#contenido-descripcion{
	width: 100%;
	max-width: 1680px;
	height: auto;
	margin: auto;
	margin-top: -60px;
	font-family: sans-serif;
	display: flex;
	flex-wrap: wrap;
}
aside{
	width: 90%;
	height: auto;
	background: #fff;
	display: flex;
	font-family: sans-serif;
	padding: 10px 10px 0px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 8px 8px #A0A6C6;
	-moz-box-shadow: 0px 8px 8px #A0A6C6;
	-webkit-box-shadow: 0px 8px 8px #A0A6C6;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 8px;
}
#contenido-descripcion h4{
	margin: auto;
	font-size: 1.6rem;
	font-weight: bold;
	color: #202020;
}


.descripcion-pro{
	width: 40%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-top: auto;
}

.img-fotos img{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.img-grupo{
	display: flex;
	justify-content: space-between;

}
.img-list{
	flex-basis: 24%;
	cursor: pointer;
}
.img-une {
	width: 60%;
	height: auto;
	display: flex;
	flex-wrap: wrap;

}
.ImagVer{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.detalle-pro{
	width: 60%;
	float: right;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4px;
	font-family: sans-serif;
	border-left: 1px solid #A0A6C6;
}
.detalles-pro{
	width: 90%;
	height: auto;
	text-align: justify;
}
.descripcion{
	width: 100%;
	height: auto;
}
.descripcion h2{
	width: 18.2%;
	height: auto;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #d80061;
}

.detalle-pro p{
	width: 100%;
	height: auto;
	border-left: 10px;
	list-style: none;
}
.incluye li{
	width: 100%;
	height: auto;
	border-left: 10px;
	list-style: none;
}
.MarcaModelo{
	width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 10px;
}
.MarcaModelo td{
	width: 10%;
	font-size: 1em;
	font-weight: bold;
	float: left;
	margin-left: 10px;
}
.CompraVer{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 20px 20px;
	align-items:center;
	text-align: center;
	list-style: none;
	display: flex;
}

.iice {
	width: 24%;
	height: 28px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	background-color: #d80061;
	border-top-left-radius: 0px;
	border-top-right-radius: 500px;
	border-bottom-right-radius: 500px;
	border-bottom-left-radius: 0px;

}
.iice:hover{
	background: -webkit-linear-gradient(#001957, #143470 120%);
}
.iice a{
	width: 100%;
	margin: auto;
	font-size: 0.8em;
	left: 0;
	color: #fff;
	text-align: center;
}
.iice a:hover{
	width: 100%;
	font-size: 0.8em;
	left: 0;
	color: #fff;
	text-decoration: none;
}


.descripcion-producto{
	width: 90%;
	height: auto;
	flex-wrap: wrap;
}
#indicador{
	width: 100%;
	height: auto;
	padding: 60px 0px 40px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	align-items: center;
}

#indicador ul{
	width: 20px;
	height: auto;
	margin: 0;
	display: flex;
	list-style: none;
	margin-top: -28px;
	flex-grow: 1;
	left: 0;
}

#indicador ul li a{
	width: 100%;
	height: auto;
	margin: 0;
	list-style: none;
	text-align: center;
	padding: 6px 0;
	display: inline-block;
	margin-right: 2%;
	font-size: 1.15em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-image: linear-gradient(120deg, transparent 0%, #00AFEF 0% 85%, transparent 85%);
}

#indicador ul li a:hover{
	width: 100%;
	height: auto;
	margin: 0;
	list-style: none;
	text-align: center;
	padding: 6px 0;
	display: inline-block;
	margin-right: 2%;
	font-size: 1.15em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-image: linear-gradient(120deg, transparent 0%, #d80061 0% 85%, transparent 85%);
}

.barra1{
	width: 100%;
	border-top: solid #d80061 100%;
	border-left: solid #1949cc  120px;
	border-right: solid #EDC331 40px;
	border-bottom: solid #0437C4 10px;
}
.barra2{
	width: 20px;
	height: 60px;
	flex-wrap: wrap;
	background: #0437c4;
	margin-left: 0;
	margin-bottom: 10px;
	border-left: solid #0437c4  20px;
	border-bottom: solid #fff 20px;
}

.indica{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	float: left;
}

#seccion-1{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;

}
.informacion-adicional{
	width: auto;
	height: auto;
	margin: 20px;
	text-decoration: none;
	list-style: none;
	text-align: justify;
}
.informacion-adicional h4{
	padding: 40px 0 2px;
	}

.informacion-adicional li{
	width: auto;
	height: auto;
	margin: 0;
	text-decoration: none;
	list-style: none;
}

#seccion-2{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	flex-wrap: wrap;

}
.descripcion-detalles{
	width: 90%;
	height: auto;
	text-decoration: none;
	text-align: justify;
	padding: 40px 0 40px;
}
.descripcion-detalles h4{
	padding: 40px 0 2px;

	}
.descripcion-detalles li{
	width: auto;
	height: auto;
	margin: 0;
	text-decoration: none;
	list-style: none;
}
#seccion-3{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	padding: 60px 4px 0px 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 8px 8px #A0A6C6;
	-moz-box-shadow: 0px 8px 8px #A0A6C6;
	-webkit-box-shadow: 0px 8px 8px #A0A6C6;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 8px;
	}

.tabla{
	width: 100%;
	border: 1px solid;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	border-collapse: collapse;
}

.tabla th{
	font-size: 1.2rem;
	color: #202020;
	text-align: center;
	border: 1px solid;
}
.tabla td{
	border: 1px solid;
	font-size: 1.2rem;
	color: #202020;
	padding-left: 4px;
}
#img{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 2px;
}




@media (min-width:0) and (max-width: 860px){
		#contenido{
		  width: 100%;
		  height: auto;
		  margin: auto;
		  flex-wrap: wrap;
		  font-family: sans-serif;
		  background-attachment: fixed;
		 }
		.imgs{
			width: 100%;
			height: auto;
			margin: auto;
			flex-wrap: wrap;
			flex: 1 1%;
		}
		.imgs img{
			width: 100%;
		}

		.titulo-productos{
			width: 92%;
			height: auto;
			margin:auto;
			flex-wrap: wrap;
			margin-top: 28px;
			margin-bottom: 4px
		}
		.titulo1 {
			font-size: 1.2em;
			color: #000;
			font-weight: bold;
			text-align: left;
		}
		.decripcion-contenido{
			font-size: 0.8em;
			color: #404040;
			align-items:center;
			text-align: left;
			list-style: none;
			margin-top: -6px
		}
		aside{
			width: 98%;
		}

		.descripcion-pro{
			width: 100%;
			margin: auto;
			display: flex;
			flex-wrap: wrap;
			position: relative;
			margin-top: auto;
		}
		.detalle-pro{
			width: 100%;
			float: right;
			display: flex;
			flex-wrap: wrap;
			font-family: sans-serif;
			border-left: 0;
			border-top: 1px solid #A0A6C6;
		}
		.detalles-pro{
			width: 100%;
			height: auto;
			font-size: 0.8em;
			color: #404040;
		}

		.CompraVer{
			padding: 10px 0px;
			align-items:center;
			text-align: center;
			list-style: none;
			display: flex;
		}

		.iice {
			width: 30%;
			height: 28px;
			margin: auto;
			display: flex;
			flex-wrap: wrap;
			background: -webkit-linear-gradient(#d80061, #143470 120%);
			border-top-left-radius: 0px;
			border-top-right-radius: 500px;
			border-bottom-right-radius: 500px;
			border-bottom-left-radius: 0px;
		}

		.iice a{
			width: 100%;
			margin: auto;
			font-size: 0.8em;
			left: 0;
			color: #fff;
			text-align: center;
		}
		#indicador ul li a{
			width: 100%;
			height: auto;
			margin: 0;
			font-size: 0.65em;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
		}
		#indicador ul li a:hover{
			width: 100%;
			height: auto;
			margin: 0;
			font-size: 0.65em;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
		}

		#img img{
			width: 50%;
			height: auto;
			display: flex;
			flex-wrap: wrap;
		}

		.descripcion-detalles h4{
			font-size: 1.2em;
			padding: 40px 0 2px;
			font-weight: bold;
		}

}
