.color-fondo {
    background-color: #212529;
}

.ion {
    margin-top: 0.9cm;
    color: #ffffff;
}

.estrellas {
    margin-left: 0.3cm;
}

.sombreado {
    text-shadow: 2px 2px 2px black;
}

.img-producto {
    height: 300px;
    width: 400px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

.wsp {
    margin-top: 0.4cm;
}
.social-bar {
	position: fixed;
	right: 0;
	top: 35%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}

.icon {
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
}

.icon-facebook {
	background: #2E406E;
}

.icon-instagram {
	background: #DC2C84;
}

.icon:first-child {
	border-radius: 1rem 0 0 0;
}

.icon:last-child {
	border-radius: 0 0 0 1rem;
}

.icon:hover {
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}

.product {
	padding-right: 5rem;
	padding-left: 5rem;
}

.margen-footer {
	margin-top: 0rem;
	padding-top: 0rem;

}

.color {
	color: #ff9638;
}