@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
body{ font-family: 'Nunito', sans-serif !important; }

html,body{ scroll-behavior: smooth !important; }
a{ color:#4e5861; }
#logo{ height: 2.4rem; }
/* B */
.btn-menu{ 
	border-right: solid 0.1rem #e5eaec;
	border-radius: 99rem !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-menu.active{ background: #fd0037; color:#ffffff !important; }
.nav-link.active{ color:#ffffff !important; }
.btn-subscribe{
	background-color: #fd0037;
	border: none;
	border-radius: 99rem;
	color: #ffffff;
	float: right;
	font-size: 2.2rem;
	margin-top: -3.4rem;
	position: relative;
	width: 100px;
}
.btn-card-product{
  background:white;
	border: solid 0.12rem #4e5861;
	border-radius: 99rem;
	color:#4e5861;
	font-size: 1.4rem;
	margin:0rem 0.3rem;
	padding:0.34rem 0.4rem 0.2rem 0.44rem;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none !important;
}
.btn-card-product:hover{
	background: #fd0037;
	border: solid 0.12rem #fd0037;
	color:#ffffff;
}
.btn-card-product.pd-1{ padding:0.34rem 0.1rem 0.2rem 0.44rem; }
.btn-card-product.fsz-1{ font-size: 1rem; }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{ background-color:#fd0037; color:#ffffff !important; border-radius: 99rem !important; }
.nav-link{ border-radius: 99rem !important; }
/* C */
.cont{ width: 100%; }
/* D */
.discount{
  align-items: center;
  background-image: url('../img/discount.webp');
  background-size: cover;
  display: table;
  color:white;
  height: 50px;
  font-weight: 700;
  margin-left: 85%;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  width: 50px;
  z-index:2;
}
.discount.list{ margin-left: 12%; }
.discount.view{ margin-left: -1%; }
.discount-child{
  display: table-cell;
  vertical-align: middle;
}
/* F */
.ff-roboto{ font-family: 'Roboto', sans-serif !important; }
.fileUpload {
	background: #be0039;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
  overflow: hidden;
  padding:8px 4px;
	position: relative;
	text-align: center;
	width: 100%;
  cursor: pointer;
}
.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
	background: #a80133;
  cursor: pointer;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 148px;
  height: 80px;
  cursor: pointer;
}
.fileUpload input.upload.max{
  height: 90px !important;
  width: 100% !important;
}
input[type="file"]{
  cursor:pointer;
  position: fixed;
  right: 100%;
  bottom: 100%;
}
.custom-file-upload{
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.form-control, .btn{ border-radius: 999rem; }
textarea{ border-radius: 1rem !important; }
.form-control:focus, .btn:focus{
	border-color: #fd0037;
	box-shadow: none;
	outline: 0;
}
.form-subscribe{
	font-size: 1.5rem;
	padding: 0.5rem 6.4rem 0.5rem 1.4rem;
}
.fs-1{ font-size: 0.25rem !important; }
.fs-2{ font-size: 0.5rem !important; }
.fs-2-1{ font-size: 0.8rem !important; }
.fs-3{ font-size: 1rem !important; }
.fs-4{ font-size: 1.25rem !important; }
.fs-5{ font-size: 1.5rem !important; }
.fs-5-1{ font-size: .25rem; }
.fs-5-2{ font-size: .5rem; }
.fs-5-3{ font-size: .75rem; }
.fs-5-4{ font-size: 1rem; }
.fs-6-4{ font-size: 1.6rem; }
.fs-7{ font-size: 2rem; }
.fs-8{ font-size: 3rem; }
.fs-9{ font-size: 4rem; }
.fs-10{ font-size: 5rem; }
.fs-11{ font-size: 6rem; }

.fw-200{ font-weight: 200; }
.fw-300{ font-weight: 300; }
.fw-400{ font-weight: 400; }
.fw-600{ font-weight: 600; }
.fw-700{ font-weight: 700; }
.fw-800{ font-weight: 800; }
.fw-900{ font-weight: 900; }
/* I */
.img_prev, .img_next{
  background: rgba(255,255,255,.7);
  border-radius: 99rem;
  border: solid 1px #c1c1c1;
  margin-top: 20%;
  padding: 0rem;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img_next:hover, .img_prev:hover{ background:#d5d6d8; }
.img_next:active, .img_prev:active{ background:#bdbec0; }
.img_next{ margin-left: -2.4rem; }
.img_detail{ width: 528px; height: 528px; }
/* L */
.limit-text{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.limit-text-3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}
/* M */
.mh-4{ max-height: 1.25rem !important; }
.mh-10{ max-height: 3.25rem !important; }
.mh-11{ max-height: 3.5rem !important; }
.mh-12{ max-height: 4rem !important; }
.mt-5-2{ margin-top: 3.25rem; }
.mt-5-3{ margin-top: 3.5rem; }
.mt-5-4{ margin-top: 3.75rem; }
.mt-6{ margin-top: 4rem; }
.mt-7{ margin-top: 5rem; }
.mt-8{ margin-top: 6rem; }
.mt-9{ margin-top: 7rem; }
.mt-10{ margin-top: 8rem; }
.mt-11{ margin-top: 9rem; }
.mt-12{ margin-top: 10rem; }
.mt-13{ margin-top: 11rem; }
.mt-14{ margin-top: 12rem; }
.mt-n1 { margin-top: -0.25rem !important; }
.mt-n2 { margin-top: -0.5rem !important; }
.mt-n3 { margin-top: -1rem !important; }
.mt-n4 { margin-top: -1.25rem !important; }
.mt-n5 { margin-top: -3rem !important; }
/* N */
.navbar-expand-lg .navbar-nav .nav-link{ padding: 0.1rem 1rem 0.1rem 1rem !important; }
.no-text{ font-size:0px; color:transparent; }
.notify{
  background:white;
  border:solid 1px #f3f3f3;
  border-radius:8px;
  box-shadow:0px 0px 8px rgba(0,0,0,.3);
  top:150px;
  left: 38%;
  padding:8px;
  position: fixed;
  width: 30%;
  z-index: 99;
}
/* S */
.shopping-cart{
  background:#fd0037;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 6px rgba(0,0,0,.7);
  bottom: 10px;
  color:white;
  padding:0.5rem 1rem;
  position:fixed;
  right:10px;
  width: 220px;
  z-index:999;
}
.social-network-face, .social-network-insta, .social-network-twitt,
.social-network-face-2, .social-network-insta-2, .social-network-twitt-2{ 
  border-radius: 999px; 
  background-color: #e2297f; 
  color:#ffffff; 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-network-face-2, .social-network-insta-2, .social-network-twitt-2{
  background-color:white;
  border:solid 2px #c7c7c7;
  color:#c7c7c7; 
}
.social-network-face, .social-network-face-2{ padding: 5px 10px; }
.social-network-insta, .social-network-insta-2{ padding: 6px 9px; }
.social-network-twitt, .social-network-twitt-2{ padding: 6px 8px; }
.social-network-face:hover{ color:#ffffff !important; background-color:#0071db; }
.social-network-insta:hover{ color:#ffffff !important; background-color:#cc00f5; }
.social-network-twitt:hover{ color:#ffffff !important; background-color:#00c3ff; }

.social-network-face-2:hover{ color:#ffffff !important; background-color:#0071db; border-color:#0071db; }
.social-network-insta-2:hover{ color:#ffffff !important; background-color:#cc00f5; border-color:#cc00f5; }
.social-network-twitt-2:hover{ color:#ffffff !important; background-color:#00c3ff; border-color:#00c3ff; }
/* P */
.p-cp{ padding: 0.25rem 0.5rem }
/* T */
.text-justify{ text-align: justify; }
/* V */
.v-p{ display: initial; }
.v-m{ display: none; }
/* W */
.w-30poor{ width: 30% !important; }
.w-60{ width: 60% !important; }
.w-75{ width: 75% !important; }
.w-100px{ width: 100px; }
.w-520px{ width: 520px; }
.whatsapp {
  bottom: 20px;
  left: 20px;
  max-height: 92px;
  position: fixed;
  z-index: 3;
}
/* Z */
.z-idx-0{ z-index: 0; }
.z-idx-1{ z-index: 1; }
.z-idx-2{ z-index: 2; }
.z-idx-10{ z-index: 10; }
.z-idx-20{ z-index: 20; }
.z-idx-30{ z-index: 30; }
.z-idx-40{ z-index: 40; }
.z-idx-99{ z-index: 99; }
.z-idx-999{ z-index: 999; }
@media(min-width:1400px){
	.cont{ max-width: 1320px; }
}
@media(max-width:1000px){
  .fs-5m{ font-size: 2rem; }
  .fs-5-1m{ font-size: .25rem; }
  .fs-5-2m{ font-size: .5rem; }
  .fs-5-3m{ font-size: .75rem; }
  .fs-5-4m{ font-size: 1rem; }
  .fs-6m{ font-size: 1.2rem; }
  .fs-6-1m{ font-size: 1.3rem; }
  .fs-6-2m{ font-size: 1.4rem; }
  .fs-6-3m{ font-size: 1.5rem; }
  .fs-6-4m{ font-size: 1.6rem; }
  .fs-7m{ font-size: 2rem; }
  .fs-8m{ font-size: 3rem; }
  .fs-9m{ font-size: 4rem; }
  .fs-10m{ font-size: 5rem; }
  .fs-11m{ font-size: 6rem; }


  .img_detail{ width: 100%; height: 400px; }
  .d-block-m{ display: block; width: 100%; }
	.btn-card-product{  font-size: 1rem; }
	.p-0-m{ padding: 0rem 0rem !important; }
	.pt-0-m{ padding-top: 0rem !important; }
	.px-0-m{ padding-left: 0rem !important; padding-right: 0rem !important; }
  .mh-card{ min-height: 350px; }
	.nav-item{ 
		font-size: 1.2rem !important;
		padding: 0.5rem 1rem !important;
	}
	.mt-1-m{ margin-top: 0.25rem !important; }
	.mt-2-m{ margin-top: 0.5rem !important; }
	.mt-3-m{ margin-top: 1rem !important; }
	.mt-4-m{ margin-top: 1.5rem !important; }
	.mt-5-m{ margin-top: 3rem !important; }
	
	/* V */
	.v-p{ display: none; }
	.v-m{ display: initial; }
}


/* 
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
[data-tooltip] {
  position: relative;
  z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + 5px); /* 5px is the size of the arrow */
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 10px 18px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 14px;
  background-color: rgba(59, 72, 80, 0.9);
  background-image: linear-gradient(30deg,
    rgba(59, 72, 80, 0.44),
    rgba(59, 68, 75, 0.44),
    rgba(60, 82, 88, 0.44));
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%, -5px) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: 5px 5px 0px 5px; /* CSS triangle */
  border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
  transition-duration: 0s; /* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
  transform-origin: top;   /* Orientation setting for the
                              slide-down effect */
  transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, -5px) scale(1);
}
/* 
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
[data-tooltip]:hover:after {
  transition-delay: 0.5s; /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}
/*
  That's it.
*/






/*
  If you want some adjustability
  here are some orientation settings you can use:
*/

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
  left: auto;
  right: calc(100% + 5px);
  bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
  transform: translate(-5px, 50%) scale(0.5);
}
[data-tooltip-location="left"]:hover:before {
  transform: translate(-5px, 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
  transform-origin: left;
  transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="left"]:hover:after {
  transform: translateY(50%) scaleX(1);
}



/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
  left: calc(100% + 5px);
  bottom: 50%;
}

[data-tooltip-location="right"]:before {
  transform: translate(5px, 50%) scale(0.5);
}
[data-tooltip-location="right"]:hover:before {
  transform: translate(5px, 50%) scale(1);
}

[data-tooltip-location="right"]:after {
  border-width: 5px 5px 5px 0px;
  border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
  transform-origin: right;
  transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="right"]:hover:after {
  transform: translateY(50%) scaleX(1);
}



/* BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
  top: calc(100% + 5px);
  bottom: auto;
}

[data-tooltip-location="bottom"]:before {
  transform: translate(-50%, 5px) scale(0.5);
}
[data-tooltip-location="bottom"]:hover:before {
  transform: translate(-50%, 5px) scale(1);
}

[data-tooltip-location="bottom"]:after {
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
  transform-origin: bottom;
}


@media screen and (min-width: 100px) and (max-width: 875px){
  .notify{ left: 5% !important; width:90% !important; }
}