body {
	font-family: "Poppins", sans-serif;
	color: #1A1A38;	
	font-size: 0.85rem;
}

/* Font */
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.fs-sm-8 { font-size: 8px !important; }
.fs-sm-10 { font-size: 10px !important; }
.fs-sm-11 { font-size: 11px !important; }
.fs-sm-12 { font-size: 12px !important; }
.fs-sm-13 { font-size: 13px !important; }
.fs-sm-14 { font-size: 14px !important; }
.fs-sm-16 { font-size: 16px !important; }
.fs-sm-18 { font-size: 18px !important; }
.fs-sm-20 { font-size: 20px !important; }
.fs-sm-21 { font-size: 21px !important; }
.fs-sm-22 { font-size: 22px !important; }
.fs-sm-24 { font-size: 24px !important; }
.fs-sm-26 { font-size: 26px !important; }
.fs-sm-28 { font-size: 28px !important; }
.fs-sm-30 { font-size: 30px !important; }
.fs-sm-32 { font-size: 32px !important; }
.fs-sm-36 { font-size: 36px !important; }
.fs-sm-38 { font-size: 38px !important; }
.fs-sm-42 { font-size: 42px !important; }
.fs-sm-48 { font-size: 48px !important; }
.fs-sm-56 { font-size: 56px !important; }
.fs-sm-62 { font-size: 62px !important; }


@media( max-width: 767px ) {
  .fs-8 { font-size: 8px !important; }
  .fs-10 { font-size: 10px !important; }
  .fs-11 { font-size: 11px !important; }
  .fs-12 { font-size: 12px !important; }
  .fs-13 { font-size: 13px !important; }
  .fs-14 { font-size: 14px !important; }
  .fs-16 { font-size: 16px !important; }
  .fs-18 { font-size: 18px !important; }
  .fs-20 { font-size: 20px !important; }
  .fs-21 { font-size: 21px !important; }
  .fs-22 { font-size: 22px !important; }
  .fs-24 { font-size: 24px !important; }
  .fs-26 { font-size: 26px !important; }
  .fs-28 { font-size: 28px !important; }
  .fs-30 { font-size: 30px !important; }
  .fs-32 { font-size: 32px !important; }
  .fs-36 { font-size: 36px !important; }
  .fs-38 { font-size: 38px !important; }
  .fs-42 { font-size: 42px !important; }
  .fs-48 { font-size: 48px !important; }
  .fs-56 { font-size: 56px !important; }
  .fs-62 { font-size: 62px !important; }
}

/* Bg Color */
.bg-blue { background-color: #1A1A38; }
.bg-pink { background-color: #EE2A7B; }
.bg-light-pink-50 { position: relative;  background: none; }
.bg-light-pink-50::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 40%; background-color: #EE2A7B; z-index: -1; }
.bg-light-grey { background-color: #F8F9FA; }
.bg-light-pink { background-color: #FFEAF4; }
.bg-light-blue { background-color: #D3DFFF; }

/* Text Color */
.text-pink { color: #EE2A7B; }
.text-blue { color: #1A1A38; }

/* Btns */
.bt.bt-pink { background: #ee2a7b; border: 1px solid transparent; border-radius: 50px; color: #FFF; display: inline-block; font-size: 14px; font-weight: 500; text-align: center; transition: all ease-in-out .3s; text-transform: none; padding: 0rem 2rem; line-height: 40px;}
.bt.bt-pink:hover { background: transparent; border-color: #ee2a7b; color: #ee2a7b; }

.bt.bt-pink-border { background: transparent; border: 1px solid #ee2a7b; border-radius: 50px; color: #ee2a7b; display: inline-block; font-size: 14px; font-weight: 500; text-align: center; transition: all ease-in-out .3s; text-transform: none; padding: 0rem 2rem; line-height: 40px;}
.bt.bt-pink-border:hover { background: #ee2a7b; border-color: #ee2a7b; color: #FFFFFF; }

.bt.bt-pink-border.sm, .bt.bt-pink.sm {line-height: 24px; padding: 0.1rem 1rem; font-size: 13px;}
.bt.bt-pink-border.sm:hover, .bt.bt-pink.sm:hover {line-height: 24px; padding: 0.1rem 1rem; font-size: 13px;}
.bt.bt-gradient {
  padding: 10px 30px; border: 1px solid #ee2a7b; color: #FFFFFF; display: inline-block; font-size: 16px; font-weight: 600; text-align: center; transition: all ease-in-out .3s; box-shadow: var(--bs-box-shadow-sm) !important; background: #FDBC46; background: -moz-linear-gradient(90deg, #FB627D 0%, #FDBC46 100%); background: -webkit-linear-gradient(90deg, #FB627D 0%, #FDBC46 100%); background: linear-gradient(90deg, #FB627D 0%, #FDBC46 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FB627D",endColorstr="#FDBC46",GradientType=1);
}
.bt.bt-gradient:hover {
  padding: 10px 30px; border: 1px solid #FFF; color: #FFFFFF; display: inline-block; font-size: 16px; font-weight: 600; text-align: center; transition: all ease-in-out .3s; box-shadow: var(--bs-box-shadow-sm) !important; background: transparent; 
}
.bt.bt-yellow {
  padding: 10px 30px; border: 2px solid #1A1A38; color: #1A1A38; display: inline-block; font-size: 16px; font-weight: 600; text-align: center; transition: all ease-in-out .3s; box-shadow: var(--bs-box-shadow-sm) !important; background: #FFF655;
}
.bt.bt-yellow:hover {
  padding: 10px 30px; border: 2px solid #1A1A38; color: #1A1A38; display: inline-block; font-size: 16px; font-weight: 600; text-align: center; transition: all ease-in-out .3s; box-shadow: var(--bs-box-shadow-sm) !important; background: transparent; 
}

.square-icon {
	width: 50px;
	height: 50px;
	z-index: 10000 !important;
	font-size: 25px;
	padding-top: 7px;
}

.card {
  height: 100%;
}

/* Owl carrousel */
.owl-theme .owl-nav {
  text-align: right;
  font-size: 20px;
  padding-bottom: 10px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #EE2A7B;
    text-decoration: none;
}
.owl-theme .owl-dots {
  position: absolute;
  margin-top: -55px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
}
.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 20px 4px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.slider-banners > .owl-theme .owl-nav {
  display: none;
}
.slider-banners > .owl-theme .owl-nav [class*=owl-]:hover {
  display: none;
}
.slider-banners > .owl-theme .owl-dots {
  position: relative;
  margin-top: 0px;
}

/* Owl carrousel NEW */
.owl-theme.new .owl-nav {
  text-align: right;
  font-size: 20px;
  padding-bottom: 10px;
  display: none;
}

.owl-theme.new .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #EE2A7B;
    text-decoration: none;
}
.owl-theme.new .owl-dots {
  position: relative;
  margin-top: 0px;
}
.owl-theme.new .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #EE2A7B;
}
.owl-theme.new .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 20px 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.slider-banners > .owl-theme.new .owl-nav {
  display: none;
}
.slider-banners > .owl-theme.new .owl-nav [class*=owl-]:hover {
  display: none;
}
.slider-banners > .owl-theme.new .owl-dots {
  position: relative;
  margin-top: 0px;
}


/* Stores */
.item.stores {position: relative}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 42, 123, 0.9); /* Fondo rosa semitransparente */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: semibold;
  opacity: 0; /* Inicialmente invisible */
  transition: opacity 0.5s ease; /* Transición suave para la opacidad */
}
.stores:hover .overlay {
  opacity: 1; /* Muestra el overlay al hacer hover */
}
.cuotas-badge {margin: 10px 10px 0 0; padding: 7px;}

/* Top alert */
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.25rem 0.3rem;
    font-size: 13px;
}
.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: none ;
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 2em;
    height: 2em;
    padding: 0;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
}

.item-button {border: 1px solid #CDCDCD; font-weight: 500; margin-right: 20px; padding: 10px 20px; font-size: 13px; text-align: center; color: #828282;}
.item-button:focus, .item-button:hover, .item-button:active {border: 1px solid #EE2A7B; color: #EE2A7B}

#caja-texto {font-size: 14px;}

a {text-decoration: none}

.item:hover{
  opacity: 0.95;
}

/* Leave always at the end */
.gradient-bg {
  background-color: #FB627D;
  background-image: linear-gradient(to right, #FB627D, #FCA554);
}

#scrollDiv {
  transition: opacity 0.5s ease-in;
  box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Appear when scroll */
.hidden-element-2, .hidden-element-3, .hidden-element-4, .hidden-element-5, .hidden-element-6, .hidden-element-7, .hidden-element-8, .hidden-element-9, .hidden-element-10, .hidden-element-11, .hidden-element-12, .hidden-element-13 {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    margin-top: 0px;
}
.hidden-element-2.visible, .hidden-element-3.visible, .hidden-element-4.visible, .hidden-element-5.visible, .hidden-element-6.visible, .hidden-element-7.visible, .hidden-element-8.visible, .hidden-element-9.visible, .hidden-element-10.visible, .hidden-element-11.visible, .hidden-element-12.visible, .hidden-element-13.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767px) {
 .w-xs-100 { width: 100% !important; }
}