* {
  font-family: "Jost";
}

header .dropdown {
  cursor: pointer;
}

header .dropdown:hover .dropdown-menu {
  display: block;
}

header .header-top {
  background-color: #1b1f22;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
}

header .header-top .top-info a {
  color: inherit;
  margin-right: 10px;
}

header .header-top .top-info a:hover>a {
  color: #e91e63;
}

header .header-top .language-switch .dropdown {
  cursor: pointer;
}

header .header-top .language-switch .dropdown:hover>a {
  color: #e91e63;
}

header .header-top .language-switch .dropdown>a {
  color: inherit;
  border-radius: 0;
  border: none;
  padding: 0;
  height: 40px;
  line-height: 40px;
}

header .header-top .language-switch .dropdown>a img {
  width: 20px;
}

header .search-group {
  background-color: #f1f3f5;
  position: relative;
}

header .search-group:hover input {
  background-color: #eee;
}

header .search-group input {
  background-color: transparent;
  padding-right: 40px;
  border-radius: 4px;
  border: none;
  width: 210px;
  font-size: 16px;
  height: 44px;
  box-shadow: none;
}

header .search-group .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

header .search-group .btn i {
  font-size: 22px;
}

header .header-desktop {
  padding: 30px 0;
  /*background: #E30052;*/
}


@media (max-width: 1027px) {
  header .header-desktop {
    display: none;
  }

  header .logo .img-fluid {
    width: 60px !important;
  }
}

header .header-desktop .left {
  display: flex;
  align-items: center;
}

header .header-desktop .left .logo {
  max-width: 180px;
  max-height: 60px;
  margin-bottom: 0;
}

header .header-desktop .left .menu {
  margin-left: 40px;
}

header .header-desktop .left .menu .navbar {
  padding: 0;
}

header .header-desktop .left .menu .navbar .nav-item>.dropdown>.nav-link,
header .header-desktop .left .menu .navbar .nav-item>.nav-link {
  font-weight: bold;
  color: #222;
  font-size: 16px;
  padding-left: 6px;
  padding-right: 6px;
  margin: 0 9px;
  position: relative;
}

header .header-desktop .left .menu .navbar .nav-item>.dropdown>.nav-link::after,
header .header-desktop .left .menu .navbar .nav-item>.nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid;
  border-bottom-width: 2px;
  transition: width 0.3s;
}

header .header-desktop .left .menu .navbar .nav-item:hover>.dropdown>.nav-link::after,
header .header-desktop .left .menu .navbar .nav-item:hover>.nav-link::after,
header .header-desktop .left .menu .navbar .nav-item.active>.nav-link::after {
  width: 100%;
  left: 0;
}

header .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu {
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
  display: block;
}

header .header-desktop .right {
  display: flex;
  align-items: center;
}

.nav-item-text.active a {
  border: 1px solid #000;
}

header .header-desktop .right .dropdown .dropdown-toggle::after {
  display: none;
}

header .header-desktop .right .icons {
  display: flex;
  align-items: center;
}

header .header-desktop .right .icons .account-icon .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
  text-align: center;
}

header .header-desktop .right .icons .account-icon .dropdown-menu a {
  padding: 10px 0;
}

header .header-desktop .right .icons .item {
  margin-left: 26px;
  position: relative;
}

header .header-desktop .right .icons .item .icon-quantity {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: #e91e63;
  color: #fff;
  font-size: 9px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

@media (min-width: 1025px) {
  header .header-mobile {
    display: none;
  }
}

header .header-mobile .logo {
  max-width: 160px;
  max-height: 50px;
  margin-bottom: 0;
}

header .header-mobile .mb-icon i {
  font-size: 30px;
  line-height: 1;
}

header .header-mobile .header-cart-icon {
  position: relative;
}

header .header-mobile .header-cart-icon .icon-quantity {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: #e91e63;
  color: #fff;
  font-size: 9px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .header-mobile #mobile-menu-offcanvas {
  width: 76%;
}

header .header-mobile #mobile-menu-offcanvas .offcanvas-header {
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
}

header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group {
  margin-right: 10px;
}

header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group input {
  height: 38px;
}

header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group .btn i {
  font-size: 18px;
}

header .header-mobile #mobile-menu-offcanvas .offcanvas-header .account-icon img {
  width: 24px;
}

header .header-mobile #mobile-menu-offcanvas .close-offcanvas {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  width: 26px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
}

header .header-mobile #mobile-menu-offcanvas .close-offcanvas:active {
  background-color: #f1f1f1;
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap {
  padding: 0;
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a {
  flex: 1;
  height: 44px;
  padding: 0 14px;
  display: flex;
  align-items: center;
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a:active {
  background-color: #eee;
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a .badge {
  position: relative;
  margin-left: 13px;
  font-weight: 400;
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a .badge::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  border: 4px solid;
  border-right-width: 7px;
  border: 5px solid #000 0;
  border-right-color: inherit;
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span:active {
  background-color: #eee;
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span[aria-expanded="true"] i {
  transform: rotate(180deg);
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse {
  border-top: 1px solid #e5e5e5;
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group {
  padding: 5px 0;
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title {
  height: 44px;
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title span {
  margin-right: -10px;
  width: 44px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title span:active {
  background-color: #eee;
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title span[aria-expanded="true"] i::before {
  content: "\F63B";
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .nav a {
  color: #333;
}

header .logo .img-fluid {
  width: 80px;
}


/********************************** CARD RECOMENDED *******************************/
.dress-card-head{
  position: relative;
  cursor: pointer;
}
.dress-card-img-top {
  width: 100%;
  border-radius: 7px 7px 0 0;
  height: 370px;
  position: relative;
    transition: opacity 0.3s ease-in-out;
}
.dress-card-img-top-2 {
  width: 100%;
  border-radius: 7px 7px 0 0;
  height: 370px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.dress-card-head:hover .dress-card-img-top-2 {
 opacity: 1;
}
.dress-card-head:hover .dress-card-img-top{
   opacity: 0;
}
.dress-card-body {
  padding: 1rem;
  background: #fff;
  border-radius: 0 0 7px 7px;
}

.dress-card-title {
 /* line-height: 0.5rem;*/
  font-size: 24px;
  font-weight: 800;
  color: #000 !important;
  letter-spacing: 1.5px;
}

.dress-card-crossed {
  text-decoration: line-through;
}

.dress-card-price {
  font-size: 1rem;
  font-weight: bold;
}

.dress-card-off {
  color: #E06C9F;
}

.dress-card-para {
  margin-bottom: 0.2rem;
  font-size: 1.0rem;
  margin-bottom: 0rem;
  color: #000 !important;
}

.dress-card {
  border-radius: 14px;
  min-width: 250px;

}

.col-md-3c {
  width: 250px;
  min-width: 250px;
  margin: 5px;
}

.dress-card-heart {
  font-size: 1em;
  color: #DB2763;

  position: absolute;


}

.dress-card-head {
  justify-content: end;
  align-items: end;
  display: flex;
}

.surprise-bubble {
  position: absolute;
  margin-bottom: 15px;
  margin-right: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: white;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.surprise-bubble a {
  font-size: 0.65em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;

  text-decoration: none;
  position: absolute;
  top: 9px;
  left: 20px;
  opacity: 0;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.surprise-bubble:hover {
  border-radius: 999rem;
  padding: 1rem;
  width: 70px;
  height: 30px;
  background: #DB2763;
  color: white;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.surprise-bubble:hover a {
  opacity: 1;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.card-button {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  padding: 9px;

  display: flex;

}

.card-button-1 {
  justify-content: end;
}

.card-button-2 {
  justify-content: start;
}

.card-button a {
  text-decoration: none;
  width: 50px;
  display: flex;
}


.card-button-inner {
  width: 100%;
  padding: 10px;
  border-radius: 3px;

}

.bag-button {
  background: #E06C9F;
  color: white;
}

.bag-button :hover {
  background: #e299b9;
}

.wish-button {
  border: 1px solid #E06C9F;
  color: #E06C9F;
}

@media only screen and (max-width: 850px) {
  .dress-buttons {
    display: flex;
  }

  .dress-buttons .col-md-6 {
    width: 50% !important;
  }
  .about-section{
  padding:0 25px;
}
}

/****************** END RECOMENDADOS ********************/

/******************* Categorias ************************/
.center2 {
  display: flex;

  align-items: center;
  justify-content: center;
}

.article-card {
  width: 100%;
  height: 400px;
  max-width: 500px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  font-family: Canela, Helvetica, sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 300ms;
}

.article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.article-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card .content {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  padding: 30px 20px 20px 20px;
  height: auto;
  bottom: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 1));
}

.article-card .date,
.article-card .title {
  margin: 0;
}

.article-card .date {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 4px;
}

.article-card .title {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

.categories .center2 {
  margin-top: 25px;
}

/*************** END CATEGORIES *******************/

.newsletter section {
  padding: 60px 0;
  min-height: 100vh;
}

.newsletter a,
.newsletter a:hover,
.newsletter a:focus,
.newsletter a:active {
  text-decoration: none;
  outline: none;
}

.newsletter a,
.newsletter a:active,
.newsletter a:focus {
  color: #6f6f6f;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.newsletter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.newsletter img {
  max-width: 100%;
  height: auto;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  background-image: -webkit-linear-gradient(-30deg, #520b72 0%, #e123f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
}

.newsletter {
  padding: 16% 0 5%;
  background: url(/assets/bg-news.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 2;
  min-height: 100vh;
}

.newsletter:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-30deg, #e123f3 0%, #42095d 100%);
  opacity: .8;
  z-index: -1;
}

.newsletter .section-title {
  margin-bottom: 59px;
}

.newsletter .section-title h2 {
  background-image: -webkit-linear-gradient(-30deg, #ffffff 0%, #ffffff 100%);
}

.newsletter .section-title p {
  color: #fff;
}

.newsletter .newsletter-form {
  background: -webkit-linear-gradient(-30deg, #91039f 0%, #42095d 100%);
  position: relative;
  height: 60px;
  z-index: 2;
}

.newsletter .newsletter-form:after {
  position: absolute;
  content: '';
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  background: -webkit-linear-gradient(-30deg, #42095d 0%, #91039f 100%);
  z-index: -1;
}

.newsletter .newsletter-form input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 30px;
  background: #530a40;
  color: #fff;
  padding-right: 200px;
}

.newsletter .newsletter-form input::-webkit-input-placeholder {
  color: #fff;
  opacity: .6;
}

.newsletter .newsletter-form input:-ms-input-placeholder {
  color: #fff;
  opacity: .6;
}

.newsletter .newsletter-form input::-ms-input-placeholder {
  color: #fff;
  opacity: .6;
}

.newsletter .newsletter-form input::placeholder {
  color: #fff;
  opacity: .6;
}

.newsletter .newsletter-form button {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  width: 170px;
  background: -webkit-linear-gradient(-30deg, #91039f 0%, #42095d 100%);
  outline: none;
  border: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.newsletter .newsletter-form button:hover {
  background: -webkit-linear-gradient(-30deg, #42095d 0%, #91039f 100%);
}

.newsletter {
  margin-top: 0px;
}

@media only screen and (max-width: 850px) {
  .newsletter {
    min-height: auto;
            padding-bottom: 400px;
  }
}

/************************************* BODY *************************************/
.page {
  padding: 75px 25px 0px 25px;
}

.flex-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  z-index: 2;
  padding-top: 0;
}



.footer {
  position: relative;
  margin-top: 300px;
  padding: 3rem 0;
  color: #fff;
  background: #000;
  margin-top: 55px;
  z-index: 2;
}

.footer__columns {
  display: flex;
  justify-content: space-between;
}

.footer__col-title {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.footer__col-title *~span {
  margin-left: 1rem;
}

.footer a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.footer a *~span {
  margin-left: 1rem;
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer__copyrights {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__copyrights p {
  display: flex;
}

.footer__copyrights p a {
  margin-left: 0.5rem;
}

@keyframes parralax {
  0% {
    background-position: 260px;
  }

  100% {
    background-position: -10000vw;
  }
}

@keyframes moto {
  0% {
    transform: translateY(0) rotate(0);
  }

  5% {
    transform: translateY(0) rotate(-5deg);
  }

  25% {
    transform: translateY(60px) rotate(-20deg);
  }

  49% {
    transform: translateY(0) rotate(-1deg);
  }

  51% {
    transform: translateY(0) rotate(1deg);
  }

  75% {
    transform: translateY(60px) rotate(20deg);
  }

  80% {
    transform: translateY(60px) rotate(0deg);
  }

  98% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes voiture {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(0);
  }

  75% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(0);
  }
}

.footer__parralax {
  position: absolute;
  left: 0;
  top: -300px;
  height: 300px;
  width: 100%;
  overflow: hidden;
}

.footer__parralax-premierplan {
  background-position: 260px;
}

.footer__parralax-trees,
.footer__parralax-premierplan,
.footer__parralax-secondplan {
  position: absolute;
  inset: 0;
  background-repeat: repeat-x;
  background-position-y: 100% !important;
  animation: parralax 600s linear infinite;
}

.footer__parralax-moto {
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -250px;
  height: 200px;
  width: 150px;

  background-repeat: no-repeat;
  transform-origin: 50% 80%;
  animation: moto 5s linear infinite;
}

.footer__parralax-voiture {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: 250px;
  height: 114px;
  width: 206px;

  background-repeat: no-repeat;
  animation: voiture 1s linear infinite;
}

.footer__parralax-trees {

  bottom: -60px;
  animation-duration: 1000s;
}

.footer__parralax-premierplan {
  background-image: url(/assets/premierplanv3.png);
  animation-duration: 500s;
}

.footer__parralax-secondplan {
  background-image: url(/assets/second-plan.png);
  animation-duration: 600s;
}

/*************** SPINNER ***************/
.loader {
  background: linear-gradient(90deg,
      #6f22ff,
      #00aaff,
      #2cc92c,
      #00aaff,
      #6f22ff);
  background-size: 600% 600%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: neonRotate 10s linear infinite;
  position: relative;
}

.circleMiddle {
  background-color: rgb(255, 255, 255);
  background: url(/assets/logo.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 99;
}

.worm {
  position: absolute;
  width: 20px;
  height: 105px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 5px;
  animation: rotateWorm 4s linear infinite;
  z-index: 80;
}

@keyframes neonRotate {

  0%,
  100% {
    background-position: 0% 0%;
  }

  25%,
  75% {
    background-position: 100% 0%;
  }

  50% {
    background-position: 0% 100%;
  }
}

@keyframes rotateWorm {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.container-load {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.7);
}

.img-banner {
  height: 80vh
}

.p-25 {
  padding: 0 45px;
}

.badge- {
  border: 1px solid #656565;
  font-weight: 100;
  cursor: pointer;
}

.count {
  width: 120px;
  border: 1px solid #c9c6c6;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 45px;
}

.count * {
  background-color: #fff;
  border: none;
}

* {
  font-family: Canela;
  letter-spacing: 0.5px;
}

.btn-custom {
  background-color: #eb4a90;
  color: #fff;
  margin-left: 5px;
  width: 175px;
  min-width: 175px;
}

.btn-custom:hover {
  background-color: #eb4a90;
  color: #fff;
}

.info-article {}

.breadcrumb {
  background: transparent;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '›';
}

.fade-in {
  animation: fadeInEffect 0.5s ease-in-out forwards;
}

.fade-out {
  animation: fadeOutEffect 0.5s ease-in-out forwards;
}

@keyframes fadeInEffect {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutEffect {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
  }
}

@media only screen and (max-width: 850px) {
  .add-cart {
    display: flex;
    justify-content: center;
  }

  .info-article {
    padding: 30px;
  }

  .p-25 {
    padding: 0 10px;
  }

  .img-banner {
    height: 40vh;
  }

  .footer__col-title {
    font-size: 16px;
  }

  .footer__nav-link {
    font-size: 12px;
  }
}


#filters-movil {
  position: fixed;
  top: 0;
  width: 300px;
  height: 100vh;
  z-index: 40;
  background-color: #fff;
  padding: 0 10px;
  padding-top: 50px;

}

.col-sm-10c {
  width: 80%;
  padding: 0px 10px;
}

.col-sm-2c {
  width: 20%;
  padding: 0px 10px;
}

#close_filter {
  cursor: pointer;
}

.text-category {
  font-size: 46px;
}

.bubbles {
  position: absolute;
  margin-top: 5px;
  z-index: 2;
  margin-left: 5px;
  flex-direction: column;
  display: flex;
  gap: 5px;
}

.badge-discount {
  background-color: #e56060;
  color: #fff;
}

.bg-section {
  background-color: #f4f1ea;
  padding: 25px 75px;
  margin-top: 0px;
}

.card-concept {
  width: 210px;
}

.card-concept i {
  font-size: 60px;
}

.card-concept span,
.card-concept h4 {
  color: #157578;
}

.gap-10 h3 {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  color: #000 !important;
}

.gap-10 {
  gap: 10px;
  justify-content: center;
}

.card-concept h4 {
  font-size: 20px;
  text-align: center;
}

.card-concept p {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #000 !important;
}

/************** POP UP NEWSLETTER ***********/
.modal-popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-popup .close-icon {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.modal-popup .popup {
  position: relative;
  width: 320px;
  height: fit-content;
  background: #FFFFFF;
  box-shadow: 0px 187px 75px rgba(0, 0, 0, 0.01), 0px 105px 63px rgba(0, 0, 0, 0.05), 0px 47px 47px rgba(0, 0, 0, 0.09), 0px 12px 26px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 13px;


}

.modal-popup .form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 20px;
}

.modal-popup .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #ECF1FD;
  box-shadow: 0px 0.5px 0.5px #EFEFEF, 0px 1px 0.5px rgba(239, 239, 239, 0.5);
  border-radius: 5px;
}

.modal-popup .note {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal-popup .title {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #2B2B2F;
}

.modal-popup .subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #5F5D6B;
}

.modal-popup .input_field {
  width: 100%;
  height: 42px;
  padding: 0 0 0 12px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #e5e5e5;
  filter: drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
  transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.modal-popup .input_field:focus {
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 1px #2B2B2F;
  background-color: transparent;
}

.modal-popup .form button.submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  width: 100%;
  height: 42px;
  background: linear-gradient(180deg, #4480FF 0%, #115DFC 50%, #0550ED 100%);
  box-shadow: 0px 0.5px 0.5px #EFEFEF, 0px 1px 0.5px rgba(239, 239, 239, 0.5);
  border-radius: 5px;
  border: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}


.Btn-whatsapp {}

.Btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: #00d757;
  right: 25px;
  bottom: 25px;
  z-index: 300;
  animation: crecer-decrecer 4s infinite ease-in-out;
}

@keyframes crecer-decrecer {
  0% {
    transform: scale(1);
  }

  /* Tamaño normal */
  25% {
    transform: scale(1.1);
  }

  /* Crece un poco */
  50% {
    transform: scale(0.9);
  }

  /* Disminuye */
  75% {
    transform: scale(1.2);
  }

  /* Crece más */
  100% {
    transform: scale(1);
  }

  /* Vuelve al tamaño original */
}

.Btn-whatsapp .sign {
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Btn-whatsapp .sign svg {
  width: 25px;
}

.Btn-whatsapp .sign svg path {
  fill: white;
}

.Btn-whatsapp .text {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  transition-duration: 0.3s;
}

.Btn-whatsapp:hover {
  width: 150px;
  border-radius: 40px;
  transition-duration: 0.3s;
}

.Btn-whatsapp:hover .sign {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 10px;
}

.Btn-whatsapp:hover .text {
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
  padding-right: 10px;
}

.Btn-whatsapp:active {
  transform: translate(2px, 2px);
}

/************ ************/
@font-face {
  font-family: Canela;
  src: url("/assets/canela/canela_light.otf") format("opentype");
}

section h2 {
  font-size: 3.2rem;
  font-weight: bold;
}

#banners .carousel-item img {
  object-fit: fill;
  height: 100%;
}

#banners .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Ajusta la opacidad aquí */
}

#banners .carousel-item,
#banners .carousel-inner {
  height: 100%;
}

#banners {
  height: calc(100vh - 50px);
}

@media only screen and (max-width: 1025px) {
  #banners {
    height: 45vh;
  }

}

@media only screen and (min-width: 1023px) and (max-width: 1100px) {
  .newsletter {
    min-height: 70vh !important;
  }
}

.mch-100 {
  max-height: 100vh;
}

@media only screen and (max-width: 830px) {
  .mch-100 {
    max-height: 85vh;
  }

  .bg-section {
    padding: 10px;
  }

  section h2 {
    font-size: 2.2rem;
  }

  header .logo .img-fluid {
    width: 50px
  }

  .container-img img {
    height: auto !important;

  }
}

.offcanvas.offcanvas-start {
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: var(--bs-offcanvas-width);
}

.me-2 img {
  width: 30px;
}

.font-size-18 {
  font-size: 18px;
  font-weight: 700;
}

.container-banner {
  display: flex;
  justify-content: center;
  align-items: end;
}

.container-banner h2 {
  font-size: 70px;
  color: #fff !important;
  margin: 0;
}

.container-banner p {

  font-size: 30px;
  color: #fff !important;
}

.container-banner .subcontainer {
  margin-bottom: 100px;
  text-align: center;
}

.container-banner .container-img {
  width: 100%;
}

.container-img img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.container-banner .container-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}


.in-pc {
  display: block;
}

.in-movil {
  display: none;
}

@media only screen and (max-width: 1025px) {
  .in-movil {
    display: block;
  }

  .in-pc {
    display: none;
  }

  .menu {
    display: block;
  }

  .menu-pc {
    display: none;
  }

  .page {
    padding-top: 0px !important;
  }
}
.img-about, .img-about-2{
height:200px;    max-width: 100%;
}
.video-about{
height:425px
}
@media only screen and (max-width: 850px) {
  .img-about, .img-about-2{
height:170px;    max-width: 100%;
}
.video-about{
height:360px
}
  .in-movil {
    display: block;
  }

  .in-pc {
    display: none;
  }

  .menu {
    display: block;
  }

  .menu-pc {
    display: none;
  }

  .page {
    padding-top: 0px !important;
  }

  .top-info {
    font-size: 10px;
  }

  .col-md-3c {
    min-width: 150px;
    width: 150px;
    padding: 0;
  }

  .dress-card {
    min-width: 150px;
    height: 360px;
  }

  .dress-card .img {
    height: 150px !important;
  }
.dress-card .img2 {
    height: 215px !important;
  }
  .dress-card-title {
    font-size: 14px;
  }

  .container-banner .subcontainer {
    margin-bottom: 25px;
  }

  .container-banner .subcontainer h2 {
    font-size: 17px;
  }

  .container-banner .subcontainer p {
    font-size: 14px;
  }
}

.dress-card img {
  height: 376px;
  object-fit: cover;
}

.img-title::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
}

.img-title {
  width: 100%;
}

.products {
  padding-bottom: 195px;
}

.info-article li a,
.info-article li {
  font-size: 18px;
}

.info-article .breadcrumb-item+.breadcrumb-item::before {
  font-size: 18px;
}

.info-article h4 {
  font-weight: bold;
  font-size: 24px;
}

.info-article p,
.info-article label,
.info-article td {
  font-size: 20px;
}

.info-article .btn-custom {
  font-size: 20px;
}

.info-article input {
  font-size: 20px;
  text-align: center;
}
header{
 /* background: #e30052;*/
}
header .header-desktop ul li a{
  font-weight: bold;
  font-size: 17px!important;
  color:#000!important;
}
.header-cart-icon img{
  /*filter:invert(1);*/
}
.header-mobile .mb-icon{
  /*filter:invert(1);*/
}
#about-title{
  color:#e91e63;
}
.about-section{
  padding:0 35px;
}
/* TABLET */
@media (min-width: 768px) and (max-width: 1025px) {
  /* Estilos exclusivos para tablets */
  header .header-desktop {
    display: none;
  }

  header .logo .img-fluid {
    width: 50px !important;
  }
  header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a{
    height: 75px;
    font-size: 2.5rem;
  }
  
}
@media (min-device-width: 768px) and (max-device-width: 1025px) {
  /* Esto se basa en el ancho físico del dispositivo, que cambia con el zoom y la densidad de píxeles */
  header .header-desktop {
    display: none;
  }
 
  header .logo .img-fluid {
    width: 50px !important;
  }
  header .header-mobile {
    display: flex;
  }
  header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a{
    height: 75px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1270px) {
 header .header-desktop ul li a{
    font-size: 13px!important;
  }
}