.fade-in-image {
	animation: fadeIn 5s;
	-webkit-animation: fadeIn 5s;
	-moz-animation: fadeIn 5s;
	-o-animation: fadeIn 5s;
	-ms-animation: fadeIn 5s;
}

.bg-white {
	--bs-bg-opacity: 1;
	background-color: transparent !important;
}
.col-md-12
	{
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 30px !important;
	}
.divBg {
	height: 102vh;
	width: 100%;
	margin-top: -90px;
	margin-left: -10px;
	position: fixed;
	z-index: -10;
	opacity: 0.70;
}

.bgStyle {
	height: 100%;
	width: 100%;
}

.media {
	width: 95%;
}


.cardM {
	width: 25rem;
	margin: auto;
}

.card {
	min-height: 307px;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.tag {
	opacity: 0;
	transform: translate(0, 10vh);
	transition: all 1s;
}

.tag.visible {
	opacity: 1;
	transform: translate(0, 0);
}

@media (min-width:1024px) {
	.tagS {
		opacity: 0;
		transform: translate(0, 10vh);
		transition: all 1s;
	}

	.tagS.visible {
		opacity: 1;
		transform: translate(0, 0);
	}

}

.imgNoti {
	width: 25px;
	height: 25px;

}

.btn-black {
	color: #fff !important;
	background-color: #000 !important;
	border-color: #000 !important;
}

.btn-pink {
	color: #fff !important;
	background-color:  #FFB6F8 !important;
	border-color:  #FFB6F8 !important;
}

.btn-black:hover {
	color: #fff !important;
	background-color: #494949 !important;
}

.btn-pink:hover {
	color: #fff !important;
	background-color:  #FFB6F8 !important;
}

.btn-flotante {
	font-size: 16px;
	/* Cambiar el tamaño de la tipografia */
	text-transform: uppercase;
	/* Texto en mayusculas */
	font-weight: bold;
	/* Fuente en negrita o bold */
	color: #1a4063;
	/* Color del texto */
	border-radius: 5px;
	/* Borde del boton */
	letter-spacing: 2px;
	/* Espacio entre letras */
	background-color:  #000000;
	/* Color de fondo */
	padding: 5px 5px;
	/* Relleno del boton */
	position: fixed;
	bottom: 100px;
	right: 20px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}

.div-notification {
	position: fixed;
	bottom: 10px;
	right: 20px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}

.btn-flotante:hover {
	background-color: #5f5f5f;
	/* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}

.carousel {
	margin: 50px auto;
	padding: 0 70px;
}

.carousel .item {
	color: #747d89;
	min-height: 325px;
	text-align: center;
	overflow: hidden;
}

.carousel .thumb-wrapper {
	padding: 25px 15px;
	background: #fff;
	border-radius: 6px;
	text-align: center;
	position: relative;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.carousel .item .img-box {
	height: 120px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}

.carousel .item img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.carousel .item h4 {
	font-size: 18px;
}

.carousel .item h4,
.carousel .item p,
.carousel .item ul {
	margin-bottom: 5px;
}

.carousel .thumb-content .btn {
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	border: 1px solid #000;
	padding: 6px 14px;
	margin-top: 5px;
	line-height: 16px;
	border-radius: 20px;
}

.carousel .thumb-content .btn:hover,
.carousel .thumb-content .btn:focus {
	color: #fff;
	background: #000;
	box-shadow: none;
}

.carousel .thumb-content .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}

.carousel .carousel-control {
	height: 44px;
	width: 40px;
	background:  #FFB6F8;
	margin: auto 0;
	border-radius: 4px;
	opacity: 0.8;
}

.carousel .carousel-control:hover {
	background: #FFB6F8;
	opacity: 1;
}

.carousel .carousel-control i {
	font-size: 36px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -19px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;
	color: #fff;
	text-shadow: none;
	font-weight: bold;
}

.carousel .item-price {
	font-size: 13px;
	padding: 2px 0;
}

.carousel .item-price strike {
	opacity: 0.7;
	margin-right: 5px;
}

.carousel .carousel-control.left i {
	margin-left: -2px;
}

.carousel .carousel-control.right i {
	margin-right: -4px;
}

.carousel .carousel-indicators {
	bottom: -50px;
}

.carousel-indicators li,
.carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 50%;
	border: none;
}

.carousel-indicators li {
	background: rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
	background: rgba(0, 0, 0, 0.6);
}

.carousel .wish-icon {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
	cursor: pointer;
	font-size: 16px;
	color: #abb0b8;
}

.carousel .wish-icon .fa-heart {
	color:  #FFB6F8;
}

.star-rating li {
	padding: 0;
}

.star-rating i {
	font-size: 14px;
	color:  #FFB6F8;
}

.brand {
	float: left;
	height: 50px;
	font-size: 18px;
	line-height: 20px;
}

@media (min-width:1024px) {

	.media {
		width: 35% !important;
	}

	.cardM {
		width: 18rem;
		margin: 0;
	}

	.col {
		flex: 1 0 0%;
	}

	.divBg {
		display: none !important;
	}
}

.hr2 {
	margin: auto !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	border-top: 2px solid  #FFB6F8 !important;
	width: 80%;
}

.likep{
	float: right!important;
	margin-top: -5px;
	margin-right: 10px;
	border: 0px white;
}

.likep:hover{
	border: 0px white;
}

.like{
	background: transparent;
	border: 0px white;
}
.like:hover{
	border: 0px white;
	color:  #FFB6F8;
}
.likeb{
	background: transparent;
	border: 0px white;
}
.likeb:hover{
	border: 0px white;
	color:  #FFB6F8;
}

.icon-pink{
color:  #FFB6F8;
}



