@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/Inter-Light.otf");
}

@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.otf");
}

@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.otf");
}

@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.otf");
}

@font-face {
  font-family: "Inter-Black";
  src: url("../fonts/Inter-Black.otf");
}

@font-face {
  font-family: "Reifilano-Light";
  src: url("../fonts/Reifilano-Light.ttf");
}

body {
  font-family: "Inter-Regular" !important;
  background-color: #ffffff;
  color: #484848;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .animar {
    transition: all 0.5s;
  }

  .discount-info {
    background-color: #1f2938;
    padding: 12px 0px 10px 0px;
  }

  .title-discount-info {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #4bbea1;
    text-align: center;
  }

  .link-discount-info {
    color: white;
    text-decoration: none;
    display: none;
  }

  .banner {
    background-image: url("../img/header01.png");
    background-color: #ffffff;
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-left: auto;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .navbar-desktop {
    display: none;
    background-color: #ffffff00;
  }

  #sidebarcarey {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #1f2938;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  #sidebarcarey.active {
    left: 0;
  }

  .logo-nav-desk {
    margin-left: 80px;
    margin-right: 0px;
    width: 160px;
  }

  .item-nav-carey {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #fff;
    margin-left: 0px;
    margin-bottom: 5%;
  }
  .item-nav-carey:hover,
  .item-nav-carey:focus {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #4bbea1;
    margin-left: 0px;
    margin-bottom: 5%;
  }

  .item-nav-careyicons {
    margin-left: 30%;
  }

  .item-nav-carey2 {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #1f2938;
    margin-left: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }
  .item-nav-carey2:hover {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: white;
    margin-left: 10px;
    background: #4bbea1;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-head {
    position: absolute;
    background-color: #4bbea1;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
  }

  .dropdown-g-navbar-carey {
    background: #1f2938;
    border: none;
  }

  .dropdown-navbar-carey {
    color: white;
    transition: all 0.5s;
  }
  .dropdown-navbar-carey:hover,
  .dropdown-navbar-carey:focus {
    color: #4bbea1;
    background-color: transparent !important;
    transition: all 0.5s;
  }

  /*********************************************************************************************************************************************************** SIDEBAR-LIGHT ***********************************************************
******************************************************************************************************************/
  #sidebarcareylight {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #343a40;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  #sidebarcareylight.activelight {
    left: 0;
  }

  .logo-nav-desklight {
    margin-left: 70px;
    margin-right: 40px;
    width: 120px;
  }

  .item-nav-careylight {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #11161f;
    margin-left: 10px;
  }
  .item-nav-careylight:hover,
  .item-nav-careylight:focus {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #4bbea1;
    margin-left: 10px;
  }

  .item-nav-careyiconslight {
    margin-left: 30%;
  }

  .item-nav-carey2light {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #1f2938;
    margin-left: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }
  .item-nav-carey2light:hover {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: white;
    margin-left: 10px;
    background: #4bbea1;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-headlight {
    position: absolute;
    background-color: #4bbea1;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
  }

  .dropdown-g-navbar-carey-light {
    background: #ffffff;
    border: none;
  }

  .dropdown-navbar-carey-light {
    color: #1f2938;
    transition: all 0.5s;
  }
  .dropdown-navbar-carey-light:hover,
  .dropdown-navbar-carey-light:focus {
    color: #4bbea1;
    background-color: transparent !important;
    transition: all 0.5s;
  }

  /* END NAVBAR-LIGHT */

  /* ADENTRO DEL BANNER */

  .content-banner-head {
    margin-top: 10%;
  }

  .title-banner01 {
    font-family: "Reifilano-Light" !important;
    font-weight: 300px;
    font-size: 5rem;
    line-height: 4.8rem;
    color: #fff;
    margin-top: 20%;
  }

  .text-banner01 {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #fff;
    margin-top: 0%;
  }
  .text-vistete-head {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #4bbea1;
    margin-top: -3%;
  }

  .align-btn-head {
    text-align: start;
  }

  .btn-primary-carey {
    font-family: "Inter-Light" !important;
    background-color: #4bbea1;
    color: #003332;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 40px;
  }
  .btn-primary-carey:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea1;
    color: #003332;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 40px;
  }

  .btn-arrow-carey {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff;
    font-size: 2rem;
    padding: 10px 65px;
    border-radius: 40px;
  }
  .btn-arrow-carey:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff;
    font-size: 2rem;
    padding: 10px 65px;
    border-radius: 40px;
  }
  .btn-arrow-carey:active {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff !important;
    font-size: 2rem;
    padding: 10px 65px;
    border-radius: 40px;
    box-shadow: none;
    border-color: transparent !important;
  }

  .arrows-head {
    margin-top: 5%;
  }

  /* PRELOADER */
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1050;
    /* Debe ser mayor que el navbar */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .spinner-border {
    width: 3rem;
    height: 3rem;
  }

  /* FINPRELOADER */

  /* Stadistics */

  .stadistics {
    margin-top: 5%;
  }

  .title-hagamoslo {
    font-family: "Reifilano-Light" !important;
    font-size: 5rem;
    line-height: 4.8rem;
    color: #1f2938;
    margin-top: 5%;
    text-align: center;
  }

  .text-hagamoslo {
    font-family: "Inter-Light" !important;
    font-size: 16px;
    color: #1f2938;
    margin-top: 0%;
    text-align: center;
  }

  .title-stadistics-item {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 1rem;
    color: #1f2938;
    margin-top: 0%;
  }
  .number-stadistics-item {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 2.8rem;
    color: #1f2938;
    margin-top: 0%;
  }
  .text-stadistics-item {
    font-family: "Inter-Light" !important;
    text-align: center;
    font-size: 1rem;
    color: #838383;
    margin-top: 0%;
  }

  /* SPINERS */

  .progress {
    width: 150px;
    height: 150px !important;
    float: left;
    line-height: 150px;
    background: none;
    margin: 20px;
    box-shadow: none;
    position: relative;
  }

  .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }

  .progress .progress-left {
    left: 0;
  }

  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
  }

  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }

  .progress .progress-right {
    right: 0;
  }

  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
  }

  .progress .progress-value {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    font-size: 24px;
    color: black;
    line-height: 135px;
    text-align: center;
    /* position: absolute;
  top: 5%;
  left: 5%; */
  }

  .progress.blue .progress-bar {
    border-color: #259997;
  }

  .progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
  }

  .progress.yellow .progress-bar {
    border-color: #259997;
  }

  .progress.yellow .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards;
  }

  .progress.yellow .progress-left .progress-bar {
    animation: none;
  }

  @keyframes loading-1 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
  }

  /* @keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
} */

  @keyframes loading-3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(140deg);
      transform: rotate(140deg);
    }
  }

  /* SPINERS ENDING */

  .botellagota {
    width: 50px;
  }

  /* PRODUCTOS HOME */

  .productos-home {
    margin-top: 10%;
  }

  .subtitle-phome {
    font-family: "Inter-Medium" !important;
    font-size: 1.2rem;
    color: #23bfbc;
    margin-bottom: 0%;
  }

  .title-phome {
    font-family: "Inter-Bold" !important;
    font-size: 3.2rem;
    color: #11161f;
    margin-bottom: 5%;
  }

  .text-phome {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #11161f;
    margin-bottom: 5%;
  }

  .productos-colections {
    margin-top: 5%;
  }
  .contenedor-producto {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    overflow: hidden;
  }

  .contenedor-producto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Mantiene la proporción de la imagen */
  }

  .icono-producto-fav {
    position: absolute;
    margin-top: -130%;
    margin-left: 75%;
    font-size: 16px;
    color: #11161f;
    background-color: #ffffff;
    padding: 5px 8px 3px 8px;
    border-radius: 50%;
  }

  .link-producto-fav {
    color: #11161f;
  }

  .link-producto-fav2 {
    color: #f24242;
  }

  .title-producto {
    font-family: "Inter-Regular" !important;
    font-size: 12px;
    color: #11161f;
  }
  .price-producto {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }

  .row-dat-producto {
    justify-content: center !important;
    margin-top: 10%;
  }

  /* SWIPER DE PRODUCTOS */

  .swiper-carey {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .botones-productosh {
    margin-top: 5%;
  }

  .alignbtn-productoscarou {
    text-align: center;
  }

  .btn-arrow-productosh {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
  }
  .btn-arrow-productosh:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
  }
  .btn-arrow-productosh:active {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
    box-shadow: none;
    border-color: transparent !important;
  }

  /* END SWIPER DE PRODEUCOTS */

  /* COLLECTIONS */

  .collections-section {
    margin-top: 5%;
  }

  .contenedor-collection {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
  }

  .imagen-collection {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contenedor-collection2 {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    display: none;
  }

  .imagen-collection2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pcollection {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #3b424f;
    margin-top: 10%;
  }

  .title-careycolleciotn {
    font-family: "Inter-Bold" !important;
    text-align: end;
    font-size: 4rem;
    line-height: 4rem;
    color: #352a194f;
    margin-top: -60%;
    position: absolute;
  }

  /* COLLECTIONS END */

  /* CONOCENOS */

  .conocenos-section {
    margin-top: 15%;
  }

  .title-conocenos-home {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 3.2rem;
    color: #3d3d3d;
    margin-bottom: 10%;
  }

  .contenedor-content {
    /* background-image: url("../img/conocenos1.png"); */
    background-image: url("../img/conocenos1.png");
    background-color: #cccccc;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 30px 20px;
    transition: opacity 0.5s ease;
    margin-bottom: 10%;
  }

  .title-conocenos1 {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 1.2rem;
    color: #259997;
    margin-top: 10%;
  }

  .text-conocenos1 {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 1%;
  }

  .align-vermas-conocenos1 {
    text-align: center;
    margin-top: 5%;
  }

  .vermas-conocenos1 {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }
  .vermas-conocenos1:hover {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }

  .contenedor-content2 {
    background-image: url("../img/conocenos2-mob.png");
    background-color: #cccccc;
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 55px;
    border-radius: 30px;
    margin-bottom: auto;
  }

  .title-conocenos2 {
    font-family: "Reifilano-Light" !important;
    text-align: start;
    font-size: 4rem;
    line-height: 3.5rem;
    color: #ffffff;
    margin-top: 150%;
  }

  .text-conocenos2 {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 5%;
  }

  .align-tienda-conocenos2 {
    text-align: start;
    margin-top: 2%;
  }

  .tienda-conocenos2 {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    color: #2e9da2;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }
  .tienda-conocenos2:hover {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    color: #2e9da2;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }

  /* CONOCENOS ENDING */

  /* ULTIMAS NOTICIAS */

  .ultimas-noticias {
    margin-top: 10%;
    padding: 5% 0px;
    background-color: #dddddd40;
  }

  .title-ult-noticias {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 3.2rem;
    color: #1b1b1b;
    line-height: 3.2rem;
  }

  .ver-ult-noticiasalign {
    margin-top: 0%;
    text-align: start;
  }
  .ver-ult-noticias {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 22px;
    color: #1b1b1b;
    text-decoration: none;
  }

  .row-noticias {
    margin-top: 7%;
  }

  .contenedor-ult-noticias {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }

  .imagen-ult-noticias {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-ult-noticias {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 14px;
    color: #1b1b1b;
    text-decoration: none;
  }

  .link-ult-noticias {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 14px;
    color: #1b1b1b;
  }

  /* ENDING ULTIMAS NOTICIAS */

  /*  FOOTERS */

  .footer {
    padding: 3% 0px 2% 0px;
    background-color: #11161f;
  }

  .logos-pay-footer {
    margin-top: 2%;
  }

  .list-item-footer {
    margin-top: 5px;
    display: none;
  }

  .item-footer-link {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #c3c3c3;
    margin-top: 0%;
    text-decoration: none;
  }

  .title-news-letter {
    font-family: "Inter-Light" !important;
    font-size: 18px;
    color: #23bfbc;
    margin-bottom: 5%;
    text-align: center;
  }

  .input-newsletter {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    border-radius: 20px;
  }

  .btn-newsletter {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    width: 100%;
  }

  .icons-footer-social {
    text-align: center;
  }
  .icon-footer {
    font-family: "Inter-Medium" !important;
    color: #7de5b2;
    font-size: 18px;
    margin-right: 18px;
  }

  .copy {
    padding: 20px 0px 10px 0px;
    background-color: #1f2938;
  }
  .title-copy {
    font-family: "Inter-Regular" !important;
    color: #8f8f8f;
    font-size: 14px;
    text-align: center;
  }

  .link-copy {
    text-decoration: none;
    color: #7de5b2;
  }

  /********************************************************************************************
*************************   CARRITO SECTIONS **********************************************
*********************************************************************************************/

  #sidebarcart {
    width: 375px;
    position: fixed;
    right: -500px;
    top: 0;
    height: 101%;
    margin-top: 0px;
    background-color: #f8f9fa;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  #sidebarcart::scrool {
    width: 500px;
    position: fixed;
    right: -500px;
    /* Fuera de la pantalla inicialmente */
    top: 0;
    height: 100%;
    background-color: #f8f9fa;
    transition: right 0.3s ease;
    padding: 20px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 99;
    overflow-y: scroll;
  }

  .contendor-de-productos {
    padding: 20px;
  }

  .title-carrito-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 1rem;
  }
  .title-resumen-cart {
    font-family: "Inter-Regular" !important;
    color: #000000;
    font-size: 1.2rem;
    margin-top: 5%;
  }

  .producto-row-cart {
    margin-top: 5%;
    background: #eafbf500;
    box-shadow: 0px 0px 4px 1px #0000000f;
    border-radius: 20px;
    padding: 15px 5px;
  }

  .contenedor-cart-img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
  }

  .imagen-cart-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .title-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
  }
  .details-producto-cart {
    font-family: "Inter-Regular" !important;
    color: #818181;
    font-size: 12px;
    margin-top: -5px;
  }

  .price-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
  }

  .delete-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 18px;
  }

  .finalcarrito {
    background-color: #f1f1f1;
    box-shadow: 0px -3px 7px 0px #00000024;
    padding: 10px 20px;
    margin-top: 10%;
  }

  .row-checkcart1 {
    margin-top: 2%;
  }
  .item-cart-check-one {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: start;
  }
  .item-cart-check-two {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: end;
  }

  .item-cart-check-three {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 16px;
    text-align: start;
  }
  .item-cart-check-four {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 16px;
    text-align: end;
  }

  .row-checkcart-btn {
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .btn-finalizar-cart {
    font-family: "Inter-Medium" !important;
    background-color: #4bbea1;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 5px;
    width: 100%;
  }
  .btn-finalizar-cart:hover {
    font-family: "Inter-Medium" !important;
    background-color: #4bbea1;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 5px;
    width: 100%;
  }

  /********************************************************************************************
*************************   PROCESO SECTIONS **********************************************
*********************************************************************************************/

  .proceso-banner {
    background-image: url("../img/proceso-banner.png");
    background-color: #ffffff;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25%;
  }

  .proceso-icons {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  /********************************************************************************************
*************************   CONOCENOS SECTIONS **********************************************
*********************************************************************************************/

  .conocenos-banner {
    background-image: url(../img/banner-conocenos.png);
    background-color: #ffffff;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20%;
  }

  .title-conocenos {
    font-family: "Reifilano-Light" !important;
    color: #ffffff;
    font-size: 3rem;
    margin-top: 20%;
    text-align: center;
    text-shadow: 0px 2px 10px #387a7bb5;
  }

  .moda-haciendo {
    margin-top: 0%;
  }

  .col-modaciendo {
    background-color: #ffffffe3;
    border-radius: 20px;
    padding: 5% 10%;
    min-height: 250px;
  }

  .title-modaciendo {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 2rem;
    color: #1f2938;
    margin-top: 1.5rem;
  }
  .text-modaciendo {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 14px;
    color: #1f2938;
    margin-top: 1.5rem;
  }

  .women-bosq {
    background-image: url(../img/banner2-conocenos-mob.png);
    background-color: #ffffff;
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20%;
    padding-top: 0%;
  }

  .women-title-icon {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 2rem;
    color: #1f2938;
  }
  .women-text-icon {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 12px;
    color: #1f2938;
    margin-top: 1rem;
  }

  .title-unete {
    font-family: "Reifilano-Light" !important;
    text-align: center;
    font-size: 4rem;
    line-height: 3.5rem;
    color: #1f2938;
    margin-top: 10%;
  }

  .text-unete {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 14px;
    color: #3c4350;
    margin-top: 1rem;
  }

  .col-unete {
    background-image: url(../img/gancho.png);
    background-color: #ffffff;
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
  }

  /********************************************************************************************
*************************   BLOG SECTIONS **********************************************
*********************************************************************************************/

  .title-section-blog {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 4rem;
    line-height: 4rem;
    margin-top: 5%;
    text-align: center;
  }

  .contenedor-img-section-blog {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
  }

  .imagen-section-blog {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .text-section-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 12px;
    color: #1b1b1b;
    margin-top: 1.5rem;
    text-decoration: none;
  }

  .link-section-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 12px;
    color: #1b1b1b;
  }

  .contenedor-img-section-detalle {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 5%;
  }

  .imagen-section-detalle {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }

  .title-detalle-blog {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 1.2rem;
    text-align: start;
    margin-bottom: 5%;
  }

  .text-detalle-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    margin-bottom: 2%;
  }

  .title-post-recents {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 18px;
    color: #1b1b1b;
    margin-top: 3%;
    margin-bottom: 5%;
  }

  /********************************************************************************************
*************************   FAQS SECTIONS **********************************************
*********************************************************************************************/

  .title-section-faqs {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 3rem;
    line-height: 2.8rem;
    margin-top: 5%;
    text-align: center;
  }

  .title-section-proceso {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 3rem;
    line-height: 2.8rem;
    margin-top: 5%;
    text-align: center;
  }

  .row-faqs {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  /********************************************************************************************
*************************   PRODUCTOS TIENDA **********************************************
*********************************************************************************************/

  .contenedor-productos-tienda {
    margin-top: 5%;
    margin-bottom: 10%;
  }
  .col-prodct {
    margin-bottom: 7%;
  }

  .contenedor-producto-tienda {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
  }

  .contenedor-producto-tienda img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Mantiene la proporción de la imagen */
  }

  .icono-producto-fav-tienda {
    position: absolute;
    margin-top: -190px;
    margin-left: 120px;
    font-size: 14px;
    color: #11161f;
    background-color: #ffffff;
    padding: 5px 8px 3px 8px;
    border-radius: 50%;
  }

  .link-producto-fav-tienda {
    color: #11161f;
  }

  .link-producto-fav-tienda2 {
    color: #f24242;
  }

  .title-producto-tienda {
    font-family: "Inter-Regular" !important;
    font-size: 12px;
    color: #11161f;
  }
  .price-producto-tienda {
    font-family: "Inter-Regular" !important;
    font-size: 12px;
    color: #11161f;
  }

  .row-dat-producto-tienda {
    justify-content: center !important;
    margin-top: 10%;
  }

  .categoria-menu-tienda {
    background-color: white !important;
    box-shadow: 0px 0px black !important;
  }

  .lista-subcategorias-tienda {
    list-style: none;
  }
  .item-lista-categoria-tienda {
    font-family: "Inter-medium" !important;
    color: #919191;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
  }
  .item-lista-categoria-tienda:hover {
    font-family: "Inter-medium" !important;
    color: #4bbea1;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
  }

  .buto-color-menu-tienda {
    border: 3px solid #ffffff;
    padding: 5px 14px;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 1px 1px #bbbbbb;
  }
  /* .color-menu-tienda {
  position: absolute;
  margin-left: -10px;
  margin-top: 1px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
} */

  .accordion-button:not(.collapsed) {
    font-family: "Inter-Medium";
    color: #1f2938 !important;
    background-color: white !important;
    box-shadow: 0px 0px 0px white !important;
  }

  .talla-menu-tienda {
    font-family: "Inter-bold" !important;
    color: #252525;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
    border: 2px solid #252525;
    background-color: #fff;
    padding: 7px 15px;
    width: 20px;
    border-radius: 25px;
    transition: all 0.5s;
  }
  .talla-menu-tienda:hover {
    font-family: "Inter-bold" !important;
    color: white;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
    border: 2px solid #4bbea1;
    background-color: #4bbea1;
    padding: 7px 15px;
    width: 20px;
    border-radius: 25px;
    transition: all 0.5s;
  }

  /* MODAL DE SEARCH */

  .input-modal-search {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .button-modal-search {
    background-color: #4bbea1;
    color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  /* NUEVOS ESTILOS */

  .navbar-mobile {
    display: inline-block;
    padding: 3% 20px;
  }

  .logo-nav-mobile {
    width: 100%;
  }

  .item-nav-carey2-mobile {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #1f2938;
    background: white;
    border: 1px solid #cbcbcb;
    padding: 10px 11px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-head-mobile {
    position: absolute;
    background-color: #4bbea1;
    padding: 4px 8px;
    border-radius: 15px;
    margin-top: -15px;
    color: white;
    font-size: 10px;
  }

  .item-nav-bars-mobile {
    font-family: "Inter-Regular" !important;
    font-size: 30px;
    color: #1f2938;
    padding: 0px 0px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .positionplanet {
    text-align: center;
  }

  /* SIDEBAR -CART */

  .disminuir {
    font-size: 14px;
    background-color: white;
    padding: 2px 9px;
    border-radius: 20px;
  }

  .aumentar {
    font-size: 14px;
    background-color: white;
    padding: 2px 8px;
    border-radius: 20px;
  }

  input[type="number"].cantidad-carrito {
    width: 50px;
    text-align: center;
    font-size: 20px;
    margin: 0 -5px;
    border: none;
  }

  input[type="number"] {
    -moz-appearance: textfield;
    /* Para Firefox */
    -webkit-appearance: none;
    /* Para Chrome/Safari */
    appearance: none;
    /* Para navegadores más modernos */
  }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* Esto asegura que no haya margen alrededor de los botones */
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .animar {
    transition: all 0.5s;
  }

  .discount-info {
    background-color: #1f2938;
    padding: 12px 0px 10px 0px;
  }

  .title-discount-info {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #4bbea1;
    text-align: center;
  }

  .link-discount-info {
    color: white;
    text-decoration: none;
    display: none;
  }

  .banner {
    background-image: url("../img/header01.png");
    background-color: #ffffff;
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-left: auto;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .navbar-desktop {
    display: none;
    background-color: #ffffff00;
  }

  #sidebarcarey {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #1f2938;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  #sidebarcarey.active {
    left: 0;
  }

  .logo-nav-desk {
    margin-left: 80px;
    margin-right: 0px;
    width: 160px;
  }

  .item-nav-carey {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #fff;
    margin-left: 0px;
    margin-bottom: 5%;
  }
  .item-nav-carey:hover,
  .item-nav-carey:focus {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #4bbea1;
    margin-left: 0px;
    margin-bottom: 5%;
  }

  .item-nav-careyicons {
    margin-left: 30%;
  }

  .item-nav-carey2 {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #1f2938;
    margin-left: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }
  .item-nav-carey2:hover {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: white;
    margin-left: 10px;
    background: #4bbea1;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-head {
    position: absolute;
    background-color: #4bbea1;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
  }

  .dropdown-g-navbar-carey {
    background: #1f2938;
    border: none;
  }

  .dropdown-navbar-carey {
    color: white;
    transition: all 0.5s;
  }
  .dropdown-navbar-carey:hover,
  .dropdown-navbar-carey:focus {
    color: #4bbea1;
    background-color: transparent !important;
    transition: all 0.5s;
  }

  /*********************************************************************************************************************************************************** SIDEBAR-LIGHT ***********************************************************
******************************************************************************************************************/
  #sidebarcareylight {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #343a40;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  #sidebarcareylight.activelight {
    left: 0;
  }

  .logo-nav-desklight {
    margin-left: 70px;
    margin-right: 40px;
    width: 120px;
  }

  .item-nav-careylight {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #11161f;
    margin-left: 10px;
  }
  .item-nav-careylight:hover,
  .item-nav-careylight:focus {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #4bbea1;
    margin-left: 10px;
  }

  .item-nav-careyiconslight {
    margin-left: 30%;
  }

  .item-nav-carey2light {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #1f2938;
    margin-left: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }
  .item-nav-carey2light:hover {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: white;
    margin-left: 10px;
    background: #4bbea1;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-headlight {
    position: absolute;
    background-color: #4bbea1;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
  }

  .dropdown-g-navbar-carey-light {
    background: #ffffff;
    border: none;
  }

  .dropdown-navbar-carey-light {
    color: #1f2938;
    transition: all 0.5s;
  }
  .dropdown-navbar-carey-light:hover,
  .dropdown-navbar-carey-light:focus {
    color: #4bbea1;
    background-color: transparent !important;
    transition: all 0.5s;
  }

  /* END NAVBAR-LIGHT */

  /* ADENTRO DEL BANNER */

  .content-banner-head {
    margin-top: 10%;
  }

  .title-banner01 {
    font-family: "Reifilano-Light" !important;
    font-weight: 300px;
    font-size: 5rem;
    line-height: 4.8rem;
    color: #fff;
    margin-top: 20%;
  }

  .text-banner01 {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #fff;
    margin-top: 0%;
  }
  .text-vistete-head {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #4bbea1;
    margin-top: -3%;
  }

  .align-btn-head {
    text-align: start;
  }

  .btn-primary-carey {
    font-family: "Inter-Light" !important;
    background-color: #4bbea1;
    color: #003332;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 40px;
  }
  .btn-primary-carey:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea1;
    color: #003332;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 40px;
  }

  .btn-arrow-carey {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff;
    font-size: 2rem;
    padding: 10px 65px;
    border-radius: 40px;
  }
  .btn-arrow-carey:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff;
    font-size: 2rem;
    padding: 10px 65px;
    border-radius: 40px;
  }
  .btn-arrow-carey:active {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff !important;
    font-size: 2rem;
    padding: 10px 65px;
    border-radius: 40px;
    box-shadow: none;
    border-color: transparent !important;
  }

  .arrows-head {
    margin-top: 5%;
  }

  /* PRELOADER */
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1050;
    /* Debe ser mayor que el navbar */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .spinner-border {
    width: 3rem;
    height: 3rem;
  }

  /* FINPRELOADER */

  /* Stadistics */

  .stadistics {
    margin-top: 5%;
  }

  .title-hagamoslo {
    font-family: "Reifilano-Light" !important;
    font-size: 5rem;
    line-height: 4.8rem;
    color: #1f2938;
    margin-top: 5%;
    text-align: center;
  }

  .text-hagamoslo {
    font-family: "Inter-Light" !important;
    font-size: 16px;
    color: #1f2938;
    margin-top: 0%;
    text-align: center;
  }

  .title-stadistics-item {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 1rem;
    color: #1f2938;
    margin-top: 0%;
  }
  .number-stadistics-item {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 2.8rem;
    color: #1f2938;
    margin-top: 0%;
  }
  .text-stadistics-item {
    font-family: "Inter-Light" !important;
    text-align: center;
    font-size: 1rem;
    color: #838383;
    margin-top: 0%;
  }

  /* SPINERS */

  .progress {
    width: 150px;
    height: 150px !important;
    float: left;
    line-height: 150px;
    background: none;
    margin: 20px;
    box-shadow: none;
    position: relative;
  }

  .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }

  .progress .progress-left {
    left: 0;
  }

  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
  }

  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }

  .progress .progress-right {
    right: 0;
  }

  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
  }

  .progress .progress-value {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    font-size: 24px;
    color: black;
    line-height: 135px;
    text-align: center;
    /* position: absolute;
  top: 5%;
  left: 5%; */
  }

  .progress.blue .progress-bar {
    border-color: #259997;
  }

  .progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
  }

  .progress.yellow .progress-bar {
    border-color: #259997;
  }

  .progress.yellow .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards;
  }

  .progress.yellow .progress-left .progress-bar {
    animation: none;
  }

  @keyframes loading-1 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
  }

  /* @keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
} */

  @keyframes loading-3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(140deg);
      transform: rotate(140deg);
    }
  }

  /* SPINERS ENDING */

  .botellagota {
    width: 50px;
  }

  /* PRODUCTOS HOME */

  .productos-home {
    margin-top: 10%;
  }

  .subtitle-phome {
    font-family: "Inter-Medium" !important;
    font-size: 1.2rem;
    color: #23bfbc;
    margin-bottom: 0%;
  }

  .title-phome {
    font-family: "Inter-Bold" !important;
    font-size: 3.2rem;
    color: #11161f;
    margin-bottom: 5%;
  }

  .text-phome {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #11161f;
    margin-bottom: 5%;
  }

  .productos-colections {
    margin-top: 5%;
  }
  .contenedor-producto {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    overflow: hidden;
  }

  .contenedor-producto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Mantiene la proporción de la imagen */
  }

  .icono-producto-fav {
    position: absolute;
    margin-top: -130%;
    margin-left: 75%;
    font-size: 16px;
    color: #11161f;
    background-color: #ffffff;
    padding: 5px 8px 3px 8px;
    border-radius: 50%;
  }

  .link-producto-fav {
    color: #11161f;
  }

  .link-producto-fav2 {
    color: #f24242;
  }

  .title-producto {
    font-family: "Inter-Regular" !important;
    font-size: 12px;
    color: #11161f;
  }
  .price-producto {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }

  .row-dat-producto {
    justify-content: center !important;
    margin-top: 10%;
  }

  /* SWIPER DE PRODUCTOS */

  .swiper-carey {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .botones-productosh {
    margin-top: 5%;
  }

  .alignbtn-productoscarou {
    text-align: center;
  }

  .btn-arrow-productosh {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
  }
  .btn-arrow-productosh:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
  }
  .btn-arrow-productosh:active {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
    box-shadow: none;
    border-color: transparent !important;
  }

  /* END SWIPER DE PRODEUCOTS */

  /* COLLECTIONS */

  .collections-section {
    margin-top: 5%;
  }

  .contenedor-collection {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
  }

  .imagen-collection {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contenedor-collection2 {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    display: none;
  }

  .imagen-collection2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pcollection {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #3b424f;
    margin-top: 10%;
  }

  .title-careycolleciotn {
    font-family: "Inter-Bold" !important;
    text-align: end;
    font-size: 4rem;
    line-height: 4rem;
    color: #352a194f;
    margin-top: -60%;
    position: absolute;
  }

  /* COLLECTIONS END */

  /* CONOCENOS */

  .conocenos-section {
    margin-top: 15%;
  }

  .title-conocenos-home {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 3.2rem;
    color: #3d3d3d;
    margin-bottom: 10%;
  }

  .contenedor-content {
    /* background-image: url("../img/conocenos1.png"); */
    background-image: url("../img/conocenos1.png");
    background-color: #cccccc;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 30px 20px;
    transition: opacity 0.5s ease;
    margin-bottom: 10%;
  }

  .title-conocenos1 {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 1.2rem;
    color: #259997;
    margin-top: 10%;
  }

  .text-conocenos1 {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 1%;
  }

  .align-vermas-conocenos1 {
    text-align: center;
    margin-top: 5%;
  }

  .vermas-conocenos1 {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }
  .vermas-conocenos1:hover {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }

  .contenedor-content2 {
    background-image: url("../img/conocenos2-mob.png");
    background-color: #cccccc;
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 55px;
    border-radius: 30px;
    margin-bottom: auto;
  }

  .title-conocenos2 {
    font-family: "Reifilano-Light" !important;
    text-align: start;
    font-size: 4rem;
    line-height: 3.5rem;
    color: #ffffff;
    margin-top: 90%;
  }

  .text-conocenos2 {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 5%;
  }

  .align-tienda-conocenos2 {
    text-align: start;
    margin-top: 2%;
  }

  .tienda-conocenos2 {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    color: #2e9da2;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }
  .tienda-conocenos2:hover {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    color: #2e9da2;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }

  /* CONOCENOS ENDING */

  /* ULTIMAS NOTICIAS */

  .ultimas-noticias {
    margin-top: 10%;
    padding: 5% 0px;
    background-color: #dddddd40;
  }

  .title-ult-noticias {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 3.2rem;
    color: #1b1b1b;
    line-height: 3.2rem;
  }

  .ver-ult-noticiasalign {
    margin-top: 0%;
    text-align: start;
  }
  .ver-ult-noticias {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 22px;
    color: #1b1b1b;
    text-decoration: none;
  }

  .row-noticias {
    margin-top: 7%;
  }

  .contenedor-ult-noticias {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }

  .imagen-ult-noticias {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-ult-noticias {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 14px;
    color: #1b1b1b;
    text-decoration: none;
  }

  .link-ult-noticias {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 14px;
    color: #1b1b1b;
  }

  /* ENDING ULTIMAS NOTICIAS */

  /*  FOOTERS */

  .footer {
    padding: 3% 0px 2% 0px;
    background-color: #11161f;
  }

  .logos-pay-footer {
    margin-top: 2%;
  }

  .list-item-footer {
    margin-top: 5px;
    display: none;
  }

  .item-footer-link {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #c3c3c3;
    margin-top: 0%;
    text-decoration: none;
  }

  .title-news-letter {
    font-family: "Inter-Light" !important;
    font-size: 18px;
    color: #23bfbc;
    margin-bottom: 5%;
    text-align: center;
  }

  .input-newsletter {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    border-radius: 20px;
  }

  .btn-newsletter {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    width: 100%;
  }

  .icons-footer-social {
    text-align: center;
  }
  .icon-footer {
    font-family: "Inter-Medium" !important;
    color: #7de5b2;
    font-size: 18px;
    margin-right: 18px;
  }

  .copy {
    padding: 20px 0px 10px 0px;
    background-color: #1f2938;
  }
  .title-copy {
    font-family: "Inter-Regular" !important;
    color: #8f8f8f;
    font-size: 14px;
    text-align: center;
  }

  .link-copy {
    text-decoration: none;
    color: #7de5b2;
  }

  /********************************************************************************************
*************************   CARRITO SECTIONS **********************************************
*********************************************************************************************/

  #sidebarcart {
    width: 375px;
    position: fixed;
    right: -500px;
    top: 0;
    height: 101%;
    margin-top: 0px;
    background-color: #f8f9fa;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  #sidebarcart::scrool {
    width: 500px;
    position: fixed;
    right: -500px;
    /* Fuera de la pantalla inicialmente */
    top: 0;
    height: 100%;
    background-color: #f8f9fa;
    transition: right 0.3s ease;
    padding: 20px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 99;
    overflow-y: scroll;
  }

  .contendor-de-productos {
    padding: 20px;
  }

  .title-carrito-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 1rem;
  }
  .title-resumen-cart {
    font-family: "Inter-Regular" !important;
    color: #000000;
    font-size: 1.2rem;
    margin-top: 5%;
  }

  .producto-row-cart {
    margin-top: 5%;
    background: #eafbf500;
    box-shadow: 0px 0px 4px 1px #0000000f;
    border-radius: 20px;
    padding: 15px 5px;
  }

  .contenedor-cart-img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
  }

  .imagen-cart-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .title-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
  }
  .details-producto-cart {
    font-family: "Inter-Regular" !important;
    color: #818181;
    font-size: 12px;
    margin-top: -5px;
  }

  .price-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
  }

  .delete-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 18px;
  }

  .finalcarrito {
    background-color: #f1f1f1;
    box-shadow: 0px -3px 7px 0px #00000024;
    padding: 10px 20px;
    margin-top: 10%;
  }

  .row-checkcart1 {
    margin-top: 2%;
  }
  .item-cart-check-one {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: start;
  }
  .item-cart-check-two {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: end;
  }

  .item-cart-check-three {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 16px;
    text-align: start;
  }
  .item-cart-check-four {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 16px;
    text-align: end;
  }

  .row-checkcart-btn {
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .btn-finalizar-cart {
    font-family: "Inter-Medium" !important;
    background-color: #4bbea1;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 5px;
    width: 100%;
  }
  .btn-finalizar-cart:hover {
    font-family: "Inter-Medium" !important;
    background-color: #4bbea1;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 5px;
    width: 100%;
  }

  /********************************************************************************************
*************************   PROCESO SECTIONS **********************************************
*********************************************************************************************/

  .proceso-banner {
    background-image: url("../img/proceso-banner.png");
    background-color: #ffffff;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25%;
  }

  .proceso-icons {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  /********************************************************************************************
*************************   CONOCENOS SECTIONS **********************************************
*********************************************************************************************/

  .conocenos-banner {
    background-image: url("../img/banner-conocenos.png");
    background-color: #ffffff;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20%;
  }

  .title-conocenos {
    font-family: "Reifilano-Light" !important;
    color: #ffffff;
    font-size: 6rem;
    margin-top: 5%;
    text-align: center;
    text-shadow: 0px 2px 10px #387a7bb5;
  }

  .moda-haciendo {
    margin-top: -10%;
  }

  .col-modaciendo {
    background-color: #ffffffe3;
    border-radius: 20px;
    padding: 5% 10%;
    min-height: 400px;
  }

  .title-modaciendo {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 3rem;
    color: #1f2938;
    margin-top: 1.5rem;
  }
  .text-modaciendo {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 16px;
    color: #1f2938;
    margin-top: 1.5rem;
  }

  .women-bosq {
    background-image: url("../img/banner2-conocenos.png");
    background-color: #ffffff;
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20%;
    padding-top: 30%;
  }

  .women-title-icon {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 3rem;
    color: #1f2938;
  }
  .women-text-icon {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 12px;
    color: #1f2938;
    margin-top: 1rem;
  }

  .title-unete {
    font-family: "Reifilano-Light" !important;
    text-align: start;
    font-size: 6.5rem;
    line-height: 6rem;
    color: #1f2938;
    margin-top: 25%;
  }

  .text-unete {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 14px;
    color: #3c4350;
    margin-top: 1rem;
  }

  .col-unete {
    background-image: url(../img/gancho.png);
    background-color: #ffffff;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /********************************************************************************************
*************************   BLOG SECTIONS **********************************************
*********************************************************************************************/

  .title-section-blog {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 4rem;
    line-height: 4rem;
    margin-top: 5%;
    text-align: center;
  }

  .contenedor-img-section-blog {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
  }

  .imagen-section-blog {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .text-section-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 12px;
    color: #1b1b1b;
    margin-top: 1.5rem;
    text-decoration: none;
  }

  .link-section-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 12px;
    color: #1b1b1b;
  }

  .contenedor-img-section-detalle {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 5%;
  }

  .imagen-section-detalle {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }

  .title-detalle-blog {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 1.2rem;
    text-align: start;
    margin-bottom: 5%;
  }

  .text-detalle-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    margin-bottom: 2%;
  }

  .title-post-recents {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 18px;
    color: #1b1b1b;
    margin-top: 3%;
    margin-bottom: 5%;
  }

  /********************************************************************************************
*************************   FAQS SECTIONS **********************************************
*********************************************************************************************/

  .title-section-faqs {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 3rem;
    line-height: 2.8rem;
    margin-top: 5%;
    text-align: center;
  }

  .title-section-proceso {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 3rem;
    line-height: 2.8rem;
    margin-top: 5%;
    text-align: center;
  }

  .row-faqs {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  /********************************************************************************************
*************************   PRODUCTOS TIENDA **********************************************
*********************************************************************************************/

  .contenedor-productos-tienda {
    margin-top: 5%;
    margin-bottom: 10%;
  }
  .col-prodct {
    margin-bottom: 7%;
  }

  .contenedor-producto-tienda {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
  }

  .contenedor-producto-tienda img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Mantiene la proporción de la imagen */
  }

  .icono-producto-fav-tienda {
    position: absolute;
    margin-top: -190px;
    margin-left: 120px;
    font-size: 14px;
    color: #11161f;
    background-color: #ffffff;
    padding: 5px 8px 3px 8px;
    border-radius: 50%;
  }

  .link-producto-fav-tienda {
    color: #11161f;
  }

  .link-producto-fav-tienda2 {
    color: #f24242;
  }

  .title-producto-tienda {
    font-family: "Inter-Regular" !important;
    font-size: 12px;
    color: #11161f;
  }
  .price-producto-tienda {
    font-family: "Inter-Regular" !important;
    font-size: 12px;
    color: #11161f;
  }

  .row-dat-producto-tienda {
    justify-content: center !important;
    margin-top: 10%;
  }

  .categoria-menu-tienda {
    background-color: white !important;
    box-shadow: 0px 0px black !important;
  }

  .lista-subcategorias-tienda {
    list-style: none;
  }
  .item-lista-categoria-tienda {
    font-family: "Inter-medium" !important;
    color: #919191;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
  }
  .item-lista-categoria-tienda:hover {
    font-family: "Inter-medium" !important;
    color: #4bbea1;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
  }

  .buto-color-menu-tienda {
    border: 3px solid #ffffff;
    padding: 5px 14px;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 1px 1px #bbbbbb;
  }
  /* .color-menu-tienda {
  position: absolute;
  margin-left: -10px;
  margin-top: 1px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
} */

  .accordion-button:not(.collapsed) {
    font-family: "Inter-Medium";
    color: #1f2938 !important;
    background-color: white !important;
    box-shadow: 0px 0px 0px white !important;
  }

  .talla-menu-tienda {
    font-family: "Inter-bold" !important;
    color: #252525;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
    border: 2px solid #252525;
    background-color: #fff;
    padding: 7px 15px;
    width: 20px;
    border-radius: 25px;
    transition: all 0.5s;
  }
  .talla-menu-tienda:hover {
    font-family: "Inter-bold" !important;
    color: white;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
    border: 2px solid #4bbea1;
    background-color: #4bbea1;
    padding: 7px 15px;
    width: 20px;
    border-radius: 25px;
    transition: all 0.5s;
  }

  /* MODAL DE SEARCH */

  .input-modal-search {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .button-modal-search {
    background-color: #4bbea1;
    color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  /* NUEVOS ESTILOS */

  .navbar-mobile {
    display: inline-block;
    padding: 3% 20px;
  }

  .logo-nav-mobile {
    width: 100%;
  }

  .item-nav-carey2-mobile {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #1f2938;
    background: white;
    border: 1px solid #cbcbcb;
    padding: 10px 11px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-head-mobile {
    position: absolute;
    background-color: #4bbea1;
    padding: 4px 8px;
    border-radius: 15px;
    margin-top: -15px;
    color: white;
    font-size: 10px;
  }

  .item-nav-bars-mobile {
    font-family: "Inter-Regular" !important;
    font-size: 30px;
    color: #1f2938;
    padding: 0px 0px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .positionplanet {
    text-align: center;
  }

  /* SIDEBAR -CART */

  .disminuir {
    font-size: 14px;
    background-color: white;
    padding: 2px 9px;
    border-radius: 20px;
  }

  .aumentar {
    font-size: 14px;
    background-color: white;
    padding: 2px 8px;
    border-radius: 20px;
  }

  input[type="number"].cantidad-carrito {
    width: 50px;
    text-align: center;
    font-size: 20px;
    margin: 0 -5px;
    border: none;
  }

  input[type="number"] {
    -moz-appearance: textfield;
    /* Para Firefox */
    -webkit-appearance: none;
    /* Para Chrome/Safari */
    appearance: none;
    /* Para navegadores más modernos */
  }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* Esto asegura que no haya margen alrededor de los botones */
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .animar {
    transition: all 0.5s;
  }

  .discount-info {
    background-color: #1f2938;
    padding: 12px 0px 10px 0px;
  }

  .title-discount-info {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #4bbea1;
    text-align: center;
  }

  .link-discount-info {
    color: white;
    text-decoration: none;
  }

  .banner {
    background-image: url("../img/header01.png");
    background-color: #ffffff;
    height: 950px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .navbar-desktop {
    background-color: #ffffff00;
    display: none;
  }

  #sidebarcarey {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #343a40;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  #sidebarcarey.active {
    left: 0;
  }

  .logo-nav-desk {
    margin-left: 80px;
    margin-right: 0px;
    width: 160px;
  }

  .item-nav-carey {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    margin-bottom: auto;
  }
  .item-nav-carey:hover,
  .item-nav-carey:focus {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #4bbea1;
    margin-left: 10px;
    margin-bottom: auto;
  }

  .item-nav-careyicons {
    margin-left: 30%;
  }

  .item-nav-carey2 {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #1f2938;
    margin-left: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }
  .item-nav-carey2:hover {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: white;
    margin-left: 10px;
    background: #4bbea1;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-head {
    position: absolute;
    background-color: #4bbea1;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
  }

  .dropdown-g-navbar-carey {
    background: #1f2938;
    border: none;
  }

  .dropdown-navbar-carey {
    color: white;
    transition: all 0.5s;
  }
  .dropdown-navbar-carey:hover,
  .dropdown-navbar-carey:focus {
    color: #4bbea1;
    background-color: transparent !important;
    transition: all 0.5s;
  }

  /*********************************************************************************************************************************************************** SIDEBAR-LIGHT ***********************************************************
******************************************************************************************************************/
  #sidebarcareylight {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #343a40;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  #sidebarcareylight.activelight {
    left: 0;
  }

  .logo-nav-desklight {
    margin-left: 70px;
    margin-right: 40px;
    width: 120px;
  }

  .item-nav-careylight {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #11161f;
    margin-left: 10px;
  }
  .item-nav-careylight:hover,
  .item-nav-careylight:focus {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #4bbea1;
    margin-left: 10px;
  }

  .item-nav-careyiconslight {
    margin-left: 30%;
  }

  .item-nav-carey2light {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #1f2938;
    margin-left: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }
  .item-nav-carey2light:hover {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: white;
    margin-left: 10px;
    background: #4bbea1;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-headlight {
    position: absolute;
    background-color: #4bbea1;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
  }

  .dropdown-g-navbar-carey-light {
    background: #ffffff;
    border: none;
  }

  .dropdown-navbar-carey-light {
    color: #1f2938;
    transition: all 0.5s;
  }
  .dropdown-navbar-carey-light:hover,
  .dropdown-navbar-carey-light:focus {
    color: #4bbea1;
    background-color: transparent !important;
    transition: all 0.5s;
  }

  /* END NAVBAR-LIGHT */

  /* ADENTRO DEL BANNER */

  .content-banner-head {
    margin-top: 10%;
  }

  .title-banner01 {
    font-family: "Reifilano-Light" !important;
    font-weight: 300px;
    font-size: 6rem;
    line-height: 5.8rem;
    color: #fff;
    margin-top: 20%;
  }

  .text-banner01 {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #fff;
    margin-top: 0%;
  }
  .text-vistete-head {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #4bbea1;
    margin-top: -3%;
  }

  .align-btn-head {
    text-align: start;
  }

  .btn-primary-carey {
    font-family: "Inter-Light" !important;
    background-color: #4bbea1;
    color: #003332;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 40px;
  }
  .btn-primary-carey:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea1;
    color: #003332;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 40px;
  }

  .btn-arrow-carey {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff;
    font-size: 2.5rem;
    padding: 10px 15px;
    border-radius: 40px;
  }
  .btn-arrow-carey:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff;
    font-size: 2.5rem;
    padding: 10px 15px;
    border-radius: 40px;
  }
  .btn-arrow-carey:active {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff !important;
    font-size: 2.5rem;
    padding: 10px 15px;
    border-radius: 40px;
    box-shadow: none;
    border-color: transparent !important;
  }

  .arrows-head {
    margin-top: 20%;
  }

  /* PRELOADER */
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1050;
    /* Debe ser mayor que el navbar */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .spinner-border {
    width: 3rem;
    height: 3rem;
  }

  /* FINPRELOADER */

  /* Stadistics */

  .stadistics {
    margin-top: 5%;
  }

  .title-hagamoslo {
    font-family: "Reifilano-Light" !important;
    font-size: 6rem;
    line-height: 5.8rem;
    color: #1f2938;
    margin-top: 5%;
    text-align: start;
  }

  .text-hagamoslo {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #1f2938;
    margin-top: 0%;
    text-align: center;
  }

  .title-stadistics-item {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 1rem;
    color: #1f2938;
    margin-top: 0%;
  }
  .number-stadistics-item {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 2.8rem;
    color: #1f2938;
    margin-top: 0%;
  }
  .text-stadistics-item {
    font-family: "Inter-Light" !important;
    text-align: center;
    font-size: 1rem;
    color: #838383;
    margin-top: 0%;
  }

  /* SPINERS */

  .progress {
    width: 150px;
    height: 150px !important;
    float: left;
    line-height: 150px;
    background: none;
    margin: 20px;
    box-shadow: none;
    position: relative;
  }

  .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }

  .progress .progress-left {
    left: 0;
  }

  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
  }

  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }

  .progress .progress-right {
    right: 0;
  }

  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
  }

  .progress .progress-value {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    font-size: 24px;
    color: black;
    line-height: 135px;
    text-align: center;
    /* position: absolute;
  top: 5%;
  left: 5%; */
  }

  .progress.blue .progress-bar {
    border-color: #259997;
  }

  .progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
  }

  .progress.yellow .progress-bar {
    border-color: #259997;
  }

  .progress.yellow .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards;
  }

  .progress.yellow .progress-left .progress-bar {
    animation: none;
  }

  @keyframes loading-1 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
  }

  /* @keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
} */

  @keyframes loading-3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(140deg);
      transform: rotate(140deg);
    }
  }

  /* SPINERS ENDING */

  .botellagota {
    width: 50px;
  }

  /* PRODUCTOS HOME */

  .productos-home {
    margin-top: 10%;
  }

  .subtitle-phome {
    font-family: "Inter-Medium" !important;
    font-size: 1.2rem;
    color: #23bfbc;
    margin-bottom: 0%;
  }

  .title-phome {
    font-family: "Inter-Bold" !important;
    font-size: 3.2rem;
    color: #11161f;
    margin-bottom: 5%;
  }

  .text-phome {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #11161f;
    margin-bottom: 5%;
  }

  .productos-colections {
    margin-top: 5%;
  }
  .contenedor-producto {
    width: 100%;
    height: 320px;
    border-radius: 30px;
    overflow: hidden;
  }

  .contenedor-producto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Mantiene la proporción de la imagen */
  }

  .icono-producto-fav {
    position: absolute;
    margin-top: -125%;
    margin-left: 80%;
    font-size: 16px;
    color: #11161f;
    background-color: #ffffff;
    padding: 5px 8px 3px 8px;
    border-radius: 50%;
  }

  .link-producto-fav {
    color: #11161f;
  }

  .link-producto-fav2 {
    color: #f24242;
  }

  .title-producto {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }
  .price-producto {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }

  .row-dat-producto {
    justify-content: center !important;
    margin-top: 10%;
  }

  /* SWIPER DE PRODUCTOS */

  .swiper-carey {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .botones-productosh {
    margin-top: 5%;
  }

  .alignbtn-productoscarou {
    text-align: center;
  }

  .btn-arrow-productosh {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
  }
  .btn-arrow-productosh:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
  }
  .btn-arrow-productosh:active {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
    box-shadow: none;
    border-color: transparent !important;
  }

  /* END SWIPER DE PRODEUCOTS */

  /* COLLECTIONS */

  .collections-section {
    margin-top: 5%;
  }

  .contenedor-collection {
    width: 100%;
    height: 670px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
  }

  .imagen-collection {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contenedor-collection2 {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    display: inline-block;
  }

  .imagen-collection2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pcollection {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #3b424f;
    margin-top: 10%;
  }

  .title-careycolleciotn {
    font-family: "Inter-Bold" !important;
    text-align: end;
    font-size: 14rem;
    line-height: 14rem;
    color: #9175494f;
    margin-top: -25%;
    position: absolute;
  }

  /* COLLECTIONS END */

  /* CONOCENOS */

  .conocenos-section {
    margin-top: 15%;
  }

  .title-conocenos-home {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 3.2rem;
    color: #3d3d3d;
    margin-bottom: 10%;
  }

  .contenedor-content {
    /* background-image: url("../img/conocenos1.png"); */
    background-image: url("../img/conocenos1.png");
    background-color: #cccccc;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 30px 20px;
    transition: opacity 0.5s ease;
  }

  .title-conocenos1 {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 1.2rem;
    color: #259997;
    margin-top: 10%;
  }

  .text-conocenos1 {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 1%;
  }

  .align-vermas-conocenos1 {
    text-align: center;
    margin-top: 5%;
  }

  .vermas-conocenos1 {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }
  .vermas-conocenos1:hover {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }

  .contenedor-content2 {
    background-image: url("../img/conocenos2.png");
    background-color: #cccccc;
    height: 580px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 55px;
    border-radius: 30px;
  }

  .title-conocenos2 {
    font-family: "Reifilano-Light" !important;
    text-align: start;
    font-size: 6rem;
    line-height: 5.5rem;
    color: #ffffff;
    margin-top: 10%;
  }

  .text-conocenos2 {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 5%;
  }

  .align-tienda-conocenos2 {
    text-align: start;
    margin-top: 2%;
  }

  .tienda-conocenos2 {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    color: #2e9da2;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }
  .tienda-conocenos2:hover {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    color: #2e9da2;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }

  /* CONOCENOS ENDING */

  /* ULTIMAS NOTICIAS */

  .ultimas-noticias {
    margin-top: 10%;
    padding: 5% 0px;
    background-color: #dddddd40;
  }

  .title-ult-noticias {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 3.2rem;
    color: #1b1b1b;
    line-height: 3.5rem;
  }

  .ver-ult-noticiasalign {
    margin-top: 3%;
    text-align: center;
  }
  .ver-ult-noticias {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    text-decoration: none;
  }

  .row-noticias {
    margin-top: 7%;
  }

  .contenedor-ult-noticias {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }

  .imagen-ult-noticias {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-ult-noticias {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    text-decoration: none;
  }

  .link-ult-noticias {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
  }

  /* ENDING ULTIMAS NOTICIAS */

  /*  FOOTERS */

  .footer {
    padding: 3% 0px 2% 0px;
    background-color: #11161f;
  }

  .logos-pay-footer {
    margin-top: 10%;
  }

  .list-item-footer {
    margin-top: 5px;
    display: flex;
  }

  .item-footer-link {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #c3c3c3;
    margin-top: 0%;
    text-decoration: none;
  }

  .title-news-letter {
    font-family: "Inter-Light" !important;
    font-size: 18px;
    color: #23bfbc;
    margin-bottom: 5%;
    text-align: start;
  }

  .input-newsletter {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    border-radius: 20px;
  }

  .btn-newsletter {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    width: 100%;
  }

  .icons-footer-social {
    text-align: start;
  }
  .icon-footer {
    font-family: "Inter-Medium" !important;
    color: #7de5b2;
    font-size: 18px;
    margin-right: 18px;
  }

  .copy {
    padding: 20px 0px 10px 0px;
    background-color: #1f2938;
  }
  .title-copy {
    font-family: "Inter-Regular" !important;
    color: #8f8f8f;
    font-size: 14px;
    text-align: center;
  }

  .link-copy {
    text-decoration: none;
    color: #7de5b2;
  }

  /********************************************************************************************
*************************   CARRITO SECTIONS **********************************************
*********************************************************************************************/

  #sidebarcart {
    width: 500px;
    position: fixed;
    right: -500px;
    top: 0;
    height: 95%;
    margin-top: 15px;
    background-color: #f8f9fa;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  #sidebarcart::scrool {
    width: 500px;
    position: fixed;
    right: -500px;
    /* Fuera de la pantalla inicialmente */
    top: 0;
    height: 100%;
    background-color: #f8f9fa;
    transition: right 0.3s ease;
    padding: 20px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 99;
    overflow-y: scroll;
  }

  .contendor-de-productos {
    padding: 20px;
  }

  .title-carrito-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 1rem;
  }
  .title-resumen-cart {
    font-family: "Inter-Regular" !important;
    color: #000000;
    font-size: 1.2rem;
    margin-top: 5%;
  }

  .producto-row-cart {
    margin-top: 5%;
    background: #eafbf500;
    box-shadow: 0px 0px 4px 1px #0000000f;
    border-radius: 20px;
    padding: 15px 5px;
  }

  .contenedor-cart-img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
  }

  .imagen-cart-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .title-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
  }
  .details-producto-cart {
    font-family: "Inter-Regular" !important;
    color: #818181;
    font-size: 12px;
    margin-top: -5px;
  }

  .price-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 18px;
  }

  .delete-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 18px;
  }

  .finalcarrito {
    background-color: #f1f1f1;
    box-shadow: 0px -3px 7px 0px #00000024;
    padding: 10px 20px;
    margin-top: 10%;
  }

  .row-checkcart1 {
    margin-top: 2%;
  }
  .item-cart-check-one {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: start;
  }
  .item-cart-check-two {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: end;
  }

  .item-cart-check-three {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 16px;
    text-align: start;
  }
  .item-cart-check-four {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 16px;
    text-align: end;
  }

  .row-checkcart-btn {
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .btn-finalizar-cart {
    font-family: "Inter-Medium" !important;
    background-color: #4bbea1;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 5px;
    width: 100%;
  }
  .btn-finalizar-cart:hover {
    font-family: "Inter-Medium" !important;
    background-color: #4bbea1;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 5px;
    width: 100%;
  }

  /********************************************************************************************
*************************   PROCESO SECTIONS **********************************************
*********************************************************************************************/

  .proceso-banner {
    background-image: url("../img/proceso-banner.png");
    background-color: #ffffff;
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20%;
  }

  .proceso-icons {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  /********************************************************************************************
*************************   CONOCENOS SECTIONS **********************************************
*********************************************************************************************/

  .conocenos-banner {
    background-image: url("../img/banner-conocenos.png");
    background-color: #ffffff;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10%;
  }

  .title-conocenos {
    font-family: "Reifilano-Light" !important;
    color: #ffffff;
    font-size: 5rem;
    margin-top: 40%;
    text-align: center;
    text-shadow: 0px 2px 10px #387a7bb5;
  }

  .moda-haciendo {
    margin-top: -10%;
  }

  .col-modaciendo {
    background-color: #ffffffe3;
    border-radius: 20px;
    padding: 5% 8%;
    min-height: 280px;
  }

  .title-modaciendo {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 2rem;
    color: #1f2938;
    margin-top: 1.5rem;
  }
  .text-modaciendo {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 12px;
    color: #1f2938;
    margin-top: 1rem;
  }

  .women-bosq {
    background-image: url(../img/banner2-conocenos.png);
    background-color: #ffffff;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -10%;
    padding-top: 30%;
  }

  .women-title-icon {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 2rem;
    color: #1f2938;
  }
  .women-text-icon {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 12px;
    color: #1f2938;
    margin-top: 1rem;
  }

  .title-unete {
    font-family: "Reifilano-Light" !important;
    text-align: start;
    font-size: 3.5rem;
    line-height: 3rem;
    color: #1f2938;
    margin-top: 25%;
  }

  .text-unete {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 12px;
    color: #3c4350;
    margin-top: 1rem;
  }

  .col-unete {
    background-image: url(../img/gancho.png);
    background-color: #ffffff;
    height: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /********************************************************************************************
*************************   BLOG SECTIONS **********************************************
*********************************************************************************************/

  .title-section-blog {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 5%;
    text-align: center;
  }

  .contenedor-img-section-blog {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
  }

  .imagen-section-blog {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .text-section-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    margin-top: 1.5rem;
    text-decoration: none;
  }

  .link-section-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
  }

  .contenedor-img-section-detalle {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 5%;
  }

  .imagen-section-detalle {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .title-detalle-blog {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 2.5rem;
    text-align: start;
    margin-bottom: 5%;
  }

  .text-detalle-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    margin-bottom: 2%;
  }

  .title-post-recents {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 18px;
    color: #1b1b1b;
    margin-top: 3%;
    margin-bottom: 5%;
  }

  /********************************************************************************************
*************************   FAQS SECTIONS **********************************************
*********************************************************************************************/

  .title-section-faqs {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 5%;
    text-align: center;
  }

  .title-section-proceso {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 3rem;
    line-height: 2.8rem;
    margin-top: 5%;
    text-align: center;
  }

  .row-faqs {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  /********************************************************************************************
*************************   PRODUCTOS TIENDA **********************************************
*********************************************************************************************/

  .contenedor-productos-tienda {
    margin-top: 5%;
    margin-bottom: 10%;
  }
  .col-prodct {
    margin-bottom: 7%;
  }

  .contenedor-producto-tienda {
    width: 100%;
    height: 320px;
    border-radius: 30px;
    overflow: hidden;
  }

  .contenedor-producto-tienda img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Mantiene la proporción de la imagen */
  }

  .icono-producto-fav-tienda {
    position: absolute;
    margin-top: -300px;
    margin-left: 16%;
    font-size: 16px;
    color: #11161f;
    background-color: #ffffff;
    padding: 5px 8px 3px 8px;
    border-radius: 50%;
  }

  .link-producto-fav-tienda {
    color: #11161f;
  }

  .link-producto-fav-tienda2 {
    color: #f24242;
  }

  .title-producto-tienda {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }
  .price-producto-tienda {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }

  .row-dat-producto-tienda {
    justify-content: center !important;
    margin-top: 10%;
  }

  .categoria-menu-tienda {
    background-color: white !important;
    box-shadow: 0px 0px black !important;
  }

  .lista-subcategorias-tienda {
    list-style: none;
  }
  .item-lista-categoria-tienda {
    font-family: "Inter-medium" !important;
    color: #919191;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
  }
  .item-lista-categoria-tienda:hover {
    font-family: "Inter-medium" !important;
    color: #4bbea1;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
  }

  .buto-color-menu-tienda {
    border: 3px solid #ffffff;
    padding: 5px 14px;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 1px 1px #bbbbbb;
  }
  /* .color-menu-tienda {
  position: absolute;
  margin-left: -10px;
  margin-top: 1px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
} */

  .accordion-button:not(.collapsed) {
    font-family: "Inter-Medium";
    color: #1f2938 !important;
    background-color: white !important;
    box-shadow: 0px 0px 0px white !important;
  }

  .talla-menu-tienda {
    font-family: "Inter-bold" !important;
    color: #252525;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
    border: 2px solid #252525;
    background-color: #fff;
    padding: 7px 15px;
    width: 20px;
    border-radius: 25px;
    transition: all 0.5s;
  }
  .talla-menu-tienda:hover {
    font-family: "Inter-bold" !important;
    color: white;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
    border: 2px solid #4bbea1;
    background-color: #4bbea1;
    padding: 7px 15px;
    width: 20px;
    border-radius: 25px;
    transition: all 0.5s;
  }

  /* MODAL DE SEARCH */

  .input-modal-search {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .button-modal-search {
    background-color: #4bbea1;
    color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  /* NUEVOS ESTILOS */

  .navbar-mobile {
    display: flex;
    padding: 3% 20px;
  }

  .logo-nav-mobile {
    width: 100%;
  }

  .item-nav-carey2-mobile {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #1f2938;
    background: white;
    border: 1px solid #cbcbcb;
    padding: 10px 11px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-head-mobile {
    position: absolute;
    background-color: #4bbea1;
    padding: 4px 8px;
    border-radius: 15px;
    margin-top: -15px;
    color: white;
    font-size: 10px;
  }

  .item-nav-bars-mobile {
    font-family: "Inter-Regular" !important;
    font-size: 30px;
    color: #1f2938;
    padding: 0px 0px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  /* SIDEBAR -CART */

  .disminuir {
    font-size: 16px;
    background-color: white;
    padding: 2px 10px;
    border-radius: 20px;
  }

  .aumentar {
    font-size: 16px;
    background-color: white;
    padding: 2px 10px;
    border-radius: 20px;
  }

  input[type="number"].cantidad-carrito {
    width: 60px;
    text-align: center;
    font-size: 20px;
    margin: 0 -5px;
    border: none;
  }

  input[type="number"] {
    -moz-appearance: textfield;
    /* Para Firefox */
    -webkit-appearance: none;
    /* Para Chrome/Safari */
    appearance: none;
    /* Para navegadores más modernos */
  }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* Esto asegura que no haya margen alrededor de los botones */
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .animar {
    transition: all 0.5s;
  }

  .discount-info {
    background-color: #1f2938;
    padding: 12px 0px 10px 0px;
  }

  .title-discount-info {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #4bbea1;
    text-align: center;
  }

  .link-discount-info {
    color: white;
    text-decoration: none;
  }

  .banner {
    background-image: url("../img/header01.png");
    background-color: #ffffff;
    height: 950px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .navbar-desktop {
    background-color: #ffffff00;
    display: flex;
  }

  #sidebarcarey {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #343a40;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  #sidebarcarey.active {
    left: 0;
  }

  .logo-nav-desk {
    margin-left: 30px;
    margin-right: 0px;
    width: 160px;
  }

  .item-nav-carey {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    margin-bottom: auto;
  }
  .item-nav-carey:hover,
  .item-nav-carey:focus {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #4bbea1;
    margin-left: 10px;
    margin-bottom: auto;
  }

  .item-nav-careyicons {
    margin-left: 5%;
  }

  .item-nav-carey2 {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #1f2938;
    margin-left: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }
  .item-nav-carey2:hover {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: white;
    margin-left: 10px;
    background: #4bbea1;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-head {
    position: absolute;
    background-color: #4bbea1;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
  }

  .dropdown-g-navbar-carey {
    background: #1f2938;
    border: none;
  }

  .dropdown-navbar-carey {
    color: white;
    transition: all 0.5s;
  }
  .dropdown-navbar-carey:hover,
  .dropdown-navbar-carey:focus {
    color: #4bbea1;
    background-color: transparent !important;
    transition: all 0.5s;
  }

  /*********************************************************************************************************************************************************** SIDEBAR-LIGHT ***********************************************************
******************************************************************************************************************/
  #sidebarcareylight {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #343a40;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  #sidebarcareylight.activelight {
    left: 0;
  }

  .logo-nav-desklight {
    margin-left: 25px;
    margin-right: 25px;
    width: 120px;
  }

  .item-nav-careylight {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #11161f;
    margin-left: 10px;
  }
  .item-nav-careylight:hover,
  .item-nav-careylight:focus {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #4bbea1;
    margin-left: 10px;
  }

  .item-nav-careyiconslight {
    margin-left: 5%;
  }

  .item-nav-carey2light {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #1f2938;
    margin-left: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }
  .item-nav-carey2light:hover {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: white;
    margin-left: 10px;
    background: #4bbea1;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-headlight {
    position: absolute;
    background-color: #4bbea1;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
  }

  .dropdown-g-navbar-carey-light {
    background: #ffffff;
    border: none;
  }

  .dropdown-navbar-carey-light {
    color: #1f2938;
    transition: all 0.5s;
  }
  .dropdown-navbar-carey-light:hover,
  .dropdown-navbar-carey-light:focus {
    color: #4bbea1;
    background-color: transparent !important;
    transition: all 0.5s;
  }

  /* END NAVBAR-LIGHT */

  /* ADENTRO DEL BANNER */

  .content-banner-head {
    margin-top: 10%;
  }

  .title-banner01 {
    font-family: "Reifilano-Light" !important;
    font-weight: 300px;
    font-size: 6rem;
    line-height: 5.8rem;
    color: #fff;
    margin-top: 20%;
  }

  .text-banner01 {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #fff;
    margin-top: 0%;
  }
  .text-vistete-head {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #4bbea1;
    margin-top: -3%;
  }

  .align-btn-head {
    text-align: start;
  }

  .btn-primary-carey {
    font-family: "Inter-Light" !important;
    background-color: #4bbea1;
    color: #003332;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 40px;
  }
  .btn-primary-carey:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea1;
    color: #003332;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 40px;
  }

  .btn-arrow-carey {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff;
    font-size: 2.5rem;
    padding: 10px 15px;
    border-radius: 40px;
  }
  .btn-arrow-carey:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff;
    font-size: 2.5rem;
    padding: 10px 15px;
    border-radius: 40px;
  }
  .btn-arrow-carey:active {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff !important;
    font-size: 2.5rem;
    padding: 10px 15px;
    border-radius: 40px;
    box-shadow: none;
    border-color: transparent !important;
  }

  .arrows-head {
    margin-top: 20%;
  }

  /* PRELOADER */
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1050;
    /* Debe ser mayor que el navbar */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .spinner-border {
    width: 3rem;
    height: 3rem;
  }

  /* FINPRELOADER */

  /* Stadistics */

  .stadistics {
    margin-top: 5%;
  }

  .title-hagamoslo {
    font-family: "Reifilano-Light" !important;
    font-size: 6rem;
    line-height: 5.8rem;
    color: #1f2938;
    margin-top: 5%;
    text-align: start;
  }

  .text-hagamoslo {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #1f2938;
    margin-top: 0%;
    text-align: center;
  }

  .title-stadistics-item {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 1rem;
    color: #1f2938;
    margin-top: 0%;
  }
  .number-stadistics-item {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 2.8rem;
    color: #1f2938;
    margin-top: 0%;
  }
  .text-stadistics-item {
    font-family: "Inter-Light" !important;
    text-align: center;
    font-size: 1rem;
    color: #838383;
    margin-top: 0%;
  }

  /* SPINERS */

  .progress {
    width: 150px;
    height: 150px !important;
    float: left;
    line-height: 150px;
    background: none;
    margin: 20px;
    box-shadow: none;
    position: relative;
  }

  .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }

  .progress .progress-left {
    left: 0;
  }

  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
  }

  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }

  .progress .progress-right {
    right: 0;
  }

  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
  }

  .progress .progress-value {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    font-size: 24px;
    color: black;
    line-height: 135px;
    text-align: center;
    /* position: absolute;
  top: 5%;
  left: 5%; */
  }

  .progress.blue .progress-bar {
    border-color: #259997;
  }

  .progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
  }

  .progress.yellow .progress-bar {
    border-color: #259997;
  }

  .progress.yellow .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards;
  }

  .progress.yellow .progress-left .progress-bar {
    animation: none;
  }

  @keyframes loading-1 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
  }

  /* @keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
} */

  @keyframes loading-3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(140deg);
      transform: rotate(140deg);
    }
  }

  /* SPINERS ENDING */

  .botellagota {
    width: 50px;
  }

  /* PRODUCTOS HOME */

  .productos-home {
    margin-top: 10%;
  }

  .subtitle-phome {
    font-family: "Inter-Medium" !important;
    font-size: 1.2rem;
    color: #23bfbc;
    margin-bottom: 0%;
  }

  .title-phome {
    font-family: "Inter-Bold" !important;
    font-size: 3.2rem;
    color: #11161f;
    margin-bottom: 5%;
  }

  .text-phome {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #11161f;
    margin-bottom: 5%;
  }

  .productos-colections {
    margin-top: 5%;
  }
  .contenedor-producto {
    width: 100%;
    height: 320px;
    border-radius: 30px;
    overflow: hidden;
  }

  .contenedor-producto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Mantiene la proporción de la imagen */
  }

  .icono-producto-fav {
    position: absolute;
    margin-top: -125%;
    margin-left: 80%;
    font-size: 16px;
    color: #11161f;
    background-color: #ffffff;
    padding: 5px 8px 3px 8px;
    border-radius: 50%;
  }

  .link-producto-fav {
    color: #11161f;
  }

  .link-producto-fav2 {
    color: #f24242;
  }

  .title-producto {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }
  .price-producto {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }

  .row-dat-producto {
    justify-content: center !important;
    margin-top: 10%;
  }

  /* SWIPER DE PRODUCTOS */

  .swiper-carey {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .botones-productosh {
    margin-top: 5%;
  }

  .alignbtn-productoscarou {
    text-align: center;
  }

  .btn-arrow-productosh {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
  }
  .btn-arrow-productosh:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
  }
  .btn-arrow-productosh:active {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
    box-shadow: none;
    border-color: transparent !important;
  }

  /* END SWIPER DE PRODEUCOTS */

  /* COLLECTIONS */

  .collections-section {
    margin-top: 5%;
  }

  .contenedor-collection {
    width: 100%;
    height: 670px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
  }

  .imagen-collection {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contenedor-collection2 {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    display: inline-block;
  }

  .imagen-collection2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pcollection {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #3b424f;
    margin-top: 10%;
  }

  .title-careycolleciotn {
    font-family: "Inter-Bold" !important;
    text-align: end;
    font-size: 14rem;
    line-height: 14rem;
    color: #9175494f;
    margin-top: -25%;
    position: absolute;
  }

  /* COLLECTIONS END */

  /* CONOCENOS */

  .conocenos-section {
    margin-top: 15%;
  }

  .title-conocenos-home {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 3.2rem;
    color: #3d3d3d;
    margin-bottom: 10%;
  }

  .contenedor-content {
    /* background-image: url("../img/conocenos1.png"); */
    background-image: url("../img/conocenos1.png");
    background-color: #cccccc;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 30px 20px;
    transition: opacity 0.5s ease;
  }

  .title-conocenos1 {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 1.2rem;
    color: #259997;
    margin-top: 10%;
  }

  .text-conocenos1 {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 1%;
  }

  .align-vermas-conocenos1 {
    text-align: center;
    margin-top: 5%;
  }

  .vermas-conocenos1 {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }
  .vermas-conocenos1:hover {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }

  .contenedor-content2 {
    background-image: url("../img/conocenos2.png");
    background-color: #cccccc;
    height: 580px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 55px;
    border-radius: 30px;
  }

  .title-conocenos2 {
    font-family: "Reifilano-Light" !important;
    text-align: start;
    font-size: 6rem;
    line-height: 5.5rem;
    color: #ffffff;
    margin-top: 10%;
  }

  .text-conocenos2 {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 5%;
  }

  .align-tienda-conocenos2 {
    text-align: start;
    margin-top: 2%;
  }

  .tienda-conocenos2 {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    color: #2e9da2;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }
  .tienda-conocenos2:hover {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    color: #2e9da2;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }

  /* CONOCENOS ENDING */

  /* ULTIMAS NOTICIAS */

  .ultimas-noticias {
    margin-top: 10%;
    padding: 5% 0px;
    background-color: #dddddd40;
  }

  .title-ult-noticias {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 3.2rem;
    color: #1b1b1b;
    line-height: 3.5rem;
  }

  .ver-ult-noticiasalign {
    margin-top: 3%;
    text-align: center;
  }
  .ver-ult-noticias {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    text-decoration: none;
  }

  .row-noticias {
    margin-top: 7%;
  }

  .contenedor-ult-noticias {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }

  .imagen-ult-noticias {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-ult-noticias {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    text-decoration: none;
  }

  .link-ult-noticias {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
  }

  /* ENDING ULTIMAS NOTICIAS */

  /*  FOOTERS */

  .footer {
    padding: 3% 0px 2% 0px;
    background-color: #11161f;
  }

  .logos-pay-footer {
    margin-top: 10%;
  }

  .list-item-footer {
    margin-top: 5px;
    display: flex;
  }

  .item-footer-link {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #c3c3c3;
    margin-top: 0%;
    text-decoration: none;
  }

  .title-news-letter {
    font-family: "Inter-Light" !important;
    font-size: 18px;
    color: #23bfbc;
    margin-bottom: 5%;
    text-align: start;
  }

  .input-newsletter {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    border-radius: 20px;
  }

  .btn-newsletter {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    width: 100%;
  }

  .icons-footer-social {
    text-align: start;
  }
  .icon-footer {
    font-family: "Inter-Medium" !important;
    color: #7de5b2;
    font-size: 18px;
    margin-right: 18px;
  }

  .copy {
    padding: 20px 0px 10px 0px;
    background-color: #1f2938;
  }
  .title-copy {
    font-family: "Inter-Regular" !important;
    color: #8f8f8f;
    font-size: 14px;
    text-align: center;
  }

  .link-copy {
    text-decoration: none;
    color: #7de5b2;
  }

  /********************************************************************************************
*************************   CARRITO SECTIONS **********************************************
*********************************************************************************************/

  #sidebarcart {
    width: 500px;
    position: fixed;
    right: -500px;
    top: 0;
    height: 95%;
    margin-top: 15px;
    background-color: #f8f9fa;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  #sidebarcart::scrool {
    width: 500px;
    position: fixed;
    right: -500px;
    /* Fuera de la pantalla inicialmente */
    top: 0;
    height: 100%;
    background-color: #f8f9fa;
    transition: right 0.3s ease;
    padding: 20px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 99;
    overflow-y: scroll;
  }

  .contendor-de-productos {
    padding: 20px;
  }

  .title-carrito-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 1rem;
  }
  .title-resumen-cart {
    font-family: "Inter-Regular" !important;
    color: #000000;
    font-size: 1.2rem;
    margin-top: 5%;
  }

  .producto-row-cart {
    margin-top: 5%;
    background: #eafbf500;
    box-shadow: 0px 0px 4px 1px #0000000f;
    border-radius: 20px;
    padding: 15px 5px;
  }

  .contenedor-cart-img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
  }

  .imagen-cart-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .title-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
  }
  .details-producto-cart {
    font-family: "Inter-Regular" !important;
    color: #818181;
    font-size: 12px;
    margin-top: -5px;
  }

  .price-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 18px;
  }

  .delete-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 18px;
  }

  .finalcarrito {
    background-color: #f1f1f1;
    box-shadow: 0px -3px 7px 0px #00000024;
    padding: 10px 20px;
    margin-top: 10%;
  }

  .row-checkcart1 {
    margin-top: 2%;
  }
  .item-cart-check-one {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: start;
  }
  .item-cart-check-two {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: end;
  }

  .item-cart-check-three {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 16px;
    text-align: start;
  }
  .item-cart-check-four {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 16px;
    text-align: end;
  }

  .row-checkcart-btn {
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .btn-finalizar-cart {
    font-family: "Inter-Medium" !important;
    background-color: #4bbea1;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 5px;
    width: 100%;
  }
  .btn-finalizar-cart:hover {
    font-family: "Inter-Medium" !important;
    background-color: #4bbea1;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 5px;
    width: 100%;
  }

  /********************************************************************************************
*************************   PROCESO SECTIONS **********************************************
*********************************************************************************************/

  .proceso-banner {
    background-image: url("../img/proceso-banner.png");
    background-color: #ffffff;
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20%;
  }

  .proceso-icons {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  /********************************************************************************************
*************************   CONOCENOS SECTIONS **********************************************
*********************************************************************************************/

  .conocenos-banner {
    background-image: url("../img/banner-conocenos.png");
    background-color: #ffffff;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20%;
  }

  .title-conocenos {
    font-family: "Reifilano-Light" !important;
    color: #ffffff;
    font-size: 6rem;
    margin-top: 5%;
    text-align: center;
    text-shadow: 0px 2px 10px #387a7bb5;
  }

  .moda-haciendo {
    margin-top: -10%;
  }

  .col-modaciendo {
    background-color: #ffffffe3;
    border-radius: 20px;
    padding: 5% 10%;
    min-height: 400px;
  }

  .title-modaciendo {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 3rem;
    color: #1f2938;
    margin-top: 1.5rem;
  }
  .text-modaciendo {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 16px;
    color: #1f2938;
    margin-top: 1.5rem;
  }

  .women-bosq {
    background-image: url("../img/banner2-conocenos.png");
    background-color: #ffffff;
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20%;
    padding-top: 30%;
  }

  .women-title-icon {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 3rem;
    color: #1f2938;
  }
  .women-text-icon {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 12px;
    color: #1f2938;
    margin-top: 1rem;
  }

  .title-unete {
    font-family: "Reifilano-Light" !important;
    text-align: start;
    font-size: 6.5rem;
    line-height: 6rem;
    color: #1f2938;
    margin-top: 25%;
  }

  .text-unete {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 14px;
    color: #3c4350;
    margin-top: 1rem;
  }

  .col-unete {
    background-image: url(../img/gancho.png);
    background-color: #ffffff;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /********************************************************************************************
*************************   BLOG SECTIONS **********************************************
*********************************************************************************************/

  .title-section-blog {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 5%;
    text-align: center;
  }

  .contenedor-img-section-blog {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
  }

  .imagen-section-blog {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .text-section-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    margin-top: 1.5rem;
    text-decoration: none;
  }

  .link-section-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
  }

  .contenedor-img-section-detalle {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 5%;
  }

  .imagen-section-detalle {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .title-detalle-blog {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 2.5rem;
    text-align: start;
    margin-bottom: 5%;
  }

  .text-detalle-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    margin-bottom: 2%;
  }

  .title-post-recents {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 18px;
    color: #1b1b1b;
    margin-top: 3%;
    margin-bottom: 5%;
  }

  /********************************************************************************************
*************************   FAQS SECTIONS **********************************************
*********************************************************************************************/

  .title-section-faqs {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 5%;
    text-align: center;
  }

  .title-section-proceso {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 3rem;
    line-height: 2.8rem;
    margin-top: 5%;
    text-align: center;
  }

  .row-faqs {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  /********************************************************************************************
*************************   PRODUCTOS TIENDA **********************************************
*********************************************************************************************/

  .contenedor-productos-tienda {
    margin-top: 5%;
    margin-bottom: 10%;
  }
  .col-prodct {
    margin-bottom: 7%;
  }

  .contenedor-producto-tienda {
    width: 100%;
    height: 320px;
    border-radius: 30px;
    overflow: hidden;
  }

  .contenedor-producto-tienda img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Mantiene la proporción de la imagen */
  }

  .icono-producto-fav-tienda {
    position: absolute;
    margin-top: -300px;
    margin-left: 16%;
    font-size: 16px;
    color: #11161f;
    background-color: #ffffff;
    padding: 5px 8px 3px 8px;
    border-radius: 50%;
  }

  .link-producto-fav-tienda {
    color: #11161f;
  }

  .link-producto-fav-tienda2 {
    color: #f24242;
  }

  .title-producto-tienda {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }
  .price-producto-tienda {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }

  .row-dat-producto-tienda {
    justify-content: center !important;
    margin-top: 10%;
  }

  .categoria-menu-tienda {
    background-color: white !important;
    box-shadow: 0px 0px black !important;
  }

  .lista-subcategorias-tienda {
    list-style: none;
  }
  .item-lista-categoria-tienda {
    font-family: "Inter-medium" !important;
    color: #919191;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
  }
  .item-lista-categoria-tienda:hover {
    font-family: "Inter-medium" !important;
    color: #4bbea1;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
  }

  .buto-color-menu-tienda {
    border: 3px solid #ffffff;
    padding: 5px 14px;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 1px 1px #bbbbbb;
  }
  /* .color-menu-tienda {
  position: absolute;
  margin-left: -10px;
  margin-top: 1px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
} */

  .accordion-button:not(.collapsed) {
    font-family: "Inter-Medium";
    color: #1f2938 !important;
    background-color: white !important;
    box-shadow: 0px 0px 0px white !important;
  }

  .talla-menu-tienda {
    font-family: "Inter-bold" !important;
    color: #252525;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
    border: 2px solid #252525;
    background-color: #fff;
    padding: 7px 15px;
    width: 20px;
    border-radius: 25px;
    transition: all 0.5s;
  }
  .talla-menu-tienda:hover {
    font-family: "Inter-bold" !important;
    color: white;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
    border: 2px solid #4bbea1;
    background-color: #4bbea1;
    padding: 7px 15px;
    width: 20px;
    border-radius: 25px;
    transition: all 0.5s;
  }

  /* MODAL DE SEARCH */

  .input-modal-search {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .button-modal-search {
    background-color: #4bbea1;
    color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  /* NUEVOS ESTILOS */

  .navbar-mobile {
    display: none;
    padding: 3% 20px;
  }

  .logo-nav-mobile {
    width: 100%;
  }

  .item-nav-carey2-mobile {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #1f2938;
    background: white;
    border: 1px solid #cbcbcb;
    padding: 10px 11px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-head-mobile {
    position: absolute;
    background-color: #4bbea1;
    padding: 4px 8px;
    border-radius: 15px;
    margin-top: -15px;
    color: white;
    font-size: 10px;
  }

  .item-nav-bars-mobile {
    font-family: "Inter-Regular" !important;
    font-size: 30px;
    color: #1f2938;
    padding: 0px 0px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  /* SIDEBAR -CART */

  .disminuir {
    font-size: 16px;
    background-color: white;
    padding: 2px 10px;
    border-radius: 20px;
  }

  .aumentar {
    font-size: 16px;
    background-color: white;
    padding: 2px 10px;
    border-radius: 20px;
  }

  input[type="number"].cantidad-carrito {
    width: 60px;
    text-align: center;
    font-size: 20px;
    margin: 0 -5px;
    border: none;
  }

  input[type="number"] {
    -moz-appearance: textfield;
    /* Para Firefox */
    -webkit-appearance: none;
    /* Para Chrome/Safari */
    appearance: none;
    /* Para navegadores más modernos */
  }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* Esto asegura que no haya margen alrededor de los botones */
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .animar {
    transition: all 0.5s;
  }

  .discount-info {
    background-color: #1f2938;
    padding: 12px 0px 10px 0px;
  }

  .title-discount-info {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #4bbea1;
    text-align: center;
  }

  .link-discount-info {
    color: white;
    text-decoration: none;
    display: inline-block;
  }

  .banner {
    background-image: url("../img/header01.png");
    background-color: #ffffff;
    height: 950px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .navbar-desktop {
    background-color: #ffffff00;
    display: flex;
  }

  #sidebarcarey {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #343a40;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  #sidebarcarey.active {
    left: 0;
  }

  .logo-nav-desk {
    margin-left: 40px;
    margin-right: 0px;
    width: 160px;
  }

  .item-nav-carey {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    margin-bottom: auto;
  }
  .item-nav-carey:hover,
  .item-nav-carey:focus {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #4bbea1;
    margin-left: 10px;
    margin-bottom: auto;
  }

  .item-nav-careyicons {
    margin-left: 15%;
  }

  .item-nav-carey2 {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #1f2938;
    margin-left: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }
  .item-nav-carey2:hover {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: white;
    margin-left: 10px;
    background: #4bbea1;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-head {
    position: absolute;
    background-color: #4bbea1;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
  }

  .dropdown-g-navbar-carey {
    background: #1f2938;
    border: none;
  }

  .dropdown-navbar-carey {
    color: white;
    transition: all 0.5s;
  }
  .dropdown-navbar-carey:hover,
  .dropdown-navbar-carey:focus {
    color: #4bbea1;
    background-color: transparent !important;
    transition: all 0.5s;
  }

  /*********************************************************************************************************************************************************** SIDEBAR-LIGHT ***********************************************************
******************************************************************************************************************/
  #sidebarcareylight {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #343a40;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  #sidebarcareylight.activelight {
    left: 0;
  }

  .logo-nav-desklight {
    margin-left: 25px;
    margin-right: 40px;
    width: 120px;
  }

  .item-nav-careylight {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #11161f;
    margin-left: 10px;
  }
  .item-nav-careylight:hover,
  .item-nav-careylight:focus {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #4bbea1;
    margin-left: 10px;
  }

  .item-nav-careyiconslight {
    margin-left: 15%;
  }

  .item-nav-carey2light {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #1f2938;
    margin-left: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }
  .item-nav-carey2light:hover {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: white;
    margin-left: 10px;
    background: #4bbea1;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-headlight {
    position: absolute;
    background-color: #4bbea1;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
  }

  .dropdown-g-navbar-carey-light {
    background: #ffffff;
    border: none;
  }

  .dropdown-navbar-carey-light {
    color: #1f2938;
    transition: all 0.5s;
  }
  .dropdown-navbar-carey-light:hover,
  .dropdown-navbar-carey-light:focus {
    color: #4bbea1;
    background-color: transparent !important;
    transition: all 0.5s;
  }

  /* END NAVBAR-LIGHT */

  /* ADENTRO DEL BANNER */

  .content-banner-head {
    margin-top: 10%;
  }

  .title-banner01 {
    font-family: "Reifilano-Light" !important;
    font-weight: 300px;
    font-size: 6rem;
    line-height: 5.8rem;
    color: #fff;
    margin-top: 20%;
  }

  .text-banner01 {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #fff;
    margin-top: 0%;
  }
  .text-vistete-head {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #4bbea1;
    margin-top: -3%;
  }

  .align-btn-head {
    text-align: start;
  }

  .btn-primary-carey {
    font-family: "Inter-Light" !important;
    background-color: #4bbea1;
    color: #003332;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 40px;
  }
  .btn-primary-carey:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea1;
    color: #003332;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 40px;
  }

  .btn-arrow-carey {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff;
    font-size: 2.5rem;
    padding: 10px 15px;
    border-radius: 40px;
  }
  .btn-arrow-carey:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff;
    font-size: 2.5rem;
    padding: 10px 15px;
    border-radius: 40px;
  }
  .btn-arrow-carey:active {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff !important;
    font-size: 2.5rem;
    padding: 10px 15px;
    border-radius: 40px;
    box-shadow: none;
    border-color: transparent !important;
  }

  .arrows-head {
    margin-top: 20%;
  }

  /* PRELOADER */
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1050;
    /* Debe ser mayor que el navbar */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .spinner-border {
    width: 3rem;
    height: 3rem;
  }

  /* FINPRELOADER */

  /* Stadistics */

  .stadistics {
    margin-top: 5%;
  }

  .title-hagamoslo {
    font-family: "Reifilano-Light" !important;
    font-size: 6rem;
    line-height: 5.8rem;
    color: #1f2938;
    margin-top: 5%;
    text-align: start;
  }

  .text-hagamoslo {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #1f2938;
    margin-top: 0%;
    text-align: center;
  }

  .title-stadistics-item {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 1rem;
    color: #1f2938;
    margin-top: 0%;
  }
  .number-stadistics-item {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 2.8rem;
    color: #1f2938;
    margin-top: 0%;
  }
  .text-stadistics-item {
    font-family: "Inter-Light" !important;
    text-align: center;
    font-size: 1rem;
    color: #838383;
    margin-top: 0%;
  }

  /* SPINERS */

  .progress {
    width: 150px;
    height: 150px !important;
    float: left;
    line-height: 150px;
    background: none;
    margin: 20px;
    box-shadow: none;
    position: relative;
  }

  .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }

  .progress .progress-left {
    left: 0;
  }

  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
  }

  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }

  .progress .progress-right {
    right: 0;
  }

  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
  }

  .progress .progress-value {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    font-size: 24px;
    color: black;
    line-height: 135px;
    text-align: center;
    /* position: absolute;
  top: 5%;
  left: 5%; */
  }

  .progress.blue .progress-bar {
    border-color: #259997;
  }

  .progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
  }

  .progress.yellow .progress-bar {
    border-color: #259997;
  }

  .progress.yellow .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards;
  }

  .progress.yellow .progress-left .progress-bar {
    animation: none;
  }

  @keyframes loading-1 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
  }

  /* @keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
} */

  @keyframes loading-3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(140deg);
      transform: rotate(140deg);
    }
  }

  /* SPINERS ENDING */

  .botellagota {
    width: 50px;
  }

  /* PRODUCTOS HOME */

  .productos-home {
    margin-top: 10%;
  }

  .subtitle-phome {
    font-family: "Inter-Medium" !important;
    font-size: 1.2rem;
    color: #23bfbc;
    margin-bottom: 0%;
  }

  .title-phome {
    font-family: "Inter-Bold" !important;
    font-size: 3.2rem;
    color: #11161f;
    margin-bottom: 5%;
  }

  .text-phome {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #11161f;
    margin-bottom: 5%;
  }

  .productos-colections {
    margin-top: 5%;
  }
  .contenedor-producto {
    width: 100%;
    height: 320px;
    border-radius: 30px;
    overflow: hidden;
  }

  .contenedor-producto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Mantiene la proporción de la imagen */
  }

  .icono-producto-fav {
    position: absolute;
    margin-top: -125%;
    margin-left: 80%;
    font-size: 16px;
    color: #11161f;
    background-color: #ffffff;
    padding: 5px 8px 3px 8px;
    border-radius: 50%;
  }

  .link-producto-fav {
    color: #11161f;
  }

  .link-producto-fav2 {
    color: #f24242;
  }

  .title-producto {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }
  .price-producto {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }

  .row-dat-producto {
    justify-content: center !important;
    margin-top: 10%;
  }

  /* SWIPER DE PRODUCTOS */

  .swiper-carey {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .botones-productosh {
    margin-top: 5%;
  }

  .alignbtn-productoscarou {
    text-align: center;
  }

  .btn-arrow-productosh {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
  }
  .btn-arrow-productosh:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
  }
  .btn-arrow-productosh:active {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
    box-shadow: none;
    border-color: transparent !important;
  }

  /* END SWIPER DE PRODEUCOTS */

  /* COLLECTIONS */

  .collections-section {
    margin-top: 5%;
  }

  .contenedor-collection {
    width: 100%;
    height: 670px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
  }

  .imagen-collection {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contenedor-collection2 {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    display: inline-block;
  }

  .imagen-collection2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pcollection {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #3b424f;
    margin-top: 10%;
  }

  .title-careycolleciotn {
    font-family: "Inter-Bold" !important;
    text-align: end;
    font-size: 14rem;
    line-height: 14rem;
    color: #9175494f;
    margin-top: -25%;
    position: absolute;
  }

  /* COLLECTIONS END */

  /* CONOCENOS */

  .conocenos-section {
    margin-top: 15%;
  }

  .title-conocenos-home {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 3.2rem;
    color: #3d3d3d;
    margin-bottom: 10%;
  }

  .contenedor-content {
    /* background-image: url("../img/conocenos1.png"); */
    background-image: url("../img/conocenos1.png");
    background-color: #cccccc;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 30px 20px;
    transition: opacity 0.5s ease;
  }

  .title-conocenos1 {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 1.2rem;
    color: #259997;
    margin-top: 10%;
  }

  .text-conocenos1 {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 1%;
  }

  .align-vermas-conocenos1 {
    text-align: center;
    margin-top: 5%;
  }

  .vermas-conocenos1 {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }
  .vermas-conocenos1:hover {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }

  .contenedor-content2 {
    background-image: url("../img/conocenos2.png");
    background-color: #cccccc;
    height: 580px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 55px;
    border-radius: 30px;
  }

  .title-conocenos2 {
    font-family: "Reifilano-Light" !important;
    text-align: start;
    font-size: 6rem;
    line-height: 5.5rem;
    color: #ffffff;
    margin-top: 10%;
  }

  .text-conocenos2 {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 5%;
  }

  .align-tienda-conocenos2 {
    text-align: start;
    margin-top: 2%;
  }

  .tienda-conocenos2 {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    color: #2e9da2;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }
  .tienda-conocenos2:hover {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    color: #2e9da2;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }

  /* CONOCENOS ENDING */

  /* ULTIMAS NOTICIAS */

  .ultimas-noticias {
    margin-top: 10%;
    padding: 5% 0px;
    background-color: #dddddd40;
  }

  .title-ult-noticias {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 3.2rem;
    color: #1b1b1b;
    line-height: 3.5rem;
  }

  .ver-ult-noticiasalign {
    margin-top: 3%;
    text-align: center;
  }
  .ver-ult-noticias {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    text-decoration: none;
  }

  .row-noticias {
    margin-top: 7%;
  }

  .contenedor-ult-noticias {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }

  .imagen-ult-noticias {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-ult-noticias {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    text-decoration: none;
  }

  .link-ult-noticias {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
  }

  /* ENDING ULTIMAS NOTICIAS */

  /*  FOOTERS */

  .footer {
    padding: 3% 0px 2% 0px;
    background-color: #11161f;
  }

  .logos-pay-footer {
    margin-top: 10%;
  }

  .list-item-footer {
    margin-top: 5px;
    display: flex;
  }

  .item-footer-link {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #c3c3c3;
    margin-top: 0%;
    text-decoration: none;
  }

  .title-news-letter {
    font-family: "Inter-Light" !important;
    font-size: 18px;
    color: #23bfbc;
    margin-bottom: 5%;
    text-align: start;
  }

  .input-newsletter {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    border-radius: 20px;
  }

  .btn-newsletter {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    width: 100%;
  }

  .icons-footer-social {
    text-align: start;
  }
  .icon-footer {
    font-family: "Inter-Medium" !important;
    color: #7de5b2;
    font-size: 18px;
    margin-right: 18px;
  }

  .copy {
    padding: 20px 0px 10px 0px;
    background-color: #1f2938;
  }
  .title-copy {
    font-family: "Inter-Regular" !important;
    color: #8f8f8f;
    font-size: 14px;
    text-align: center;
  }

  .link-copy {
    text-decoration: none;
    color: #7de5b2;
  }

  /********************************************************************************************
*************************   CARRITO SECTIONS **********************************************
*********************************************************************************************/

  #sidebarcart {
    width: 500px;
    position: fixed;
    right: -500px;
    top: 0;
    height: 95%;
    margin-top: 15px;
    background-color: #f8f9fa;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  #sidebarcart::scrool {
    width: 500px;
    position: fixed;
    right: -500px;
    /* Fuera de la pantalla inicialmente */
    top: 0;
    height: 100%;
    background-color: #f8f9fa;
    transition: right 0.3s ease;
    padding: 20px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 99;
    overflow-y: scroll;
  }

  .contendor-de-productos {
    padding: 20px;
  }

  .title-carrito-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 1rem;
  }
  .title-resumen-cart {
    font-family: "Inter-Regular" !important;
    color: #000000;
    font-size: 1.2rem;
    margin-top: 5%;
  }

  .producto-row-cart {
    margin-top: 5%;
    background: #eafbf500;
    box-shadow: 0px 0px 4px 1px #0000000f;
    border-radius: 20px;
    padding: 15px 5px;
  }

  .contenedor-cart-img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
  }

  .imagen-cart-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .title-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
  }
  .details-producto-cart {
    font-family: "Inter-Regular" !important;
    color: #818181;
    font-size: 12px;
    margin-top: -5px;
  }

  .price-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 18px;
  }

  .delete-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 18px;
  }

  .finalcarrito {
    background-color: #f1f1f1;
    box-shadow: 0px -3px 7px 0px #00000024;
    padding: 10px 20px;
    margin-top: 10%;
  }

  .row-checkcart1 {
    margin-top: 2%;
  }
  .item-cart-check-one {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: start;
  }
  .item-cart-check-two {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: end;
  }

  .item-cart-check-three {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 16px;
    text-align: start;
  }
  .item-cart-check-four {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 16px;
    text-align: end;
  }

  .row-checkcart-btn {
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .btn-finalizar-cart {
    font-family: "Inter-Medium" !important;
    background-color: #4bbea1;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 5px;
    width: 100%;
  }
  .btn-finalizar-cart:hover {
    font-family: "Inter-Medium" !important;
    background-color: #4bbea1;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 5px;
    width: 100%;
  }

  /********************************************************************************************
*************************   PROCESO SECTIONS **********************************************
*********************************************************************************************/

  .proceso-banner {
    background-image: url("../img/proceso-banner.png");
    background-color: #ffffff;
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20%;
  }

  .proceso-icons {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  /********************************************************************************************
*************************   CONOCENOS SECTIONS **********************************************
*********************************************************************************************/

  .conocenos-banner {
    background-image: url("../img/banner-conocenos.png");
    background-color: #ffffff;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20%;
  }

  .title-conocenos {
    font-family: "Reifilano-Light" !important;
    color: #ffffff;
    font-size: 6rem;
    margin-top: 5%;
    text-align: center;
    text-shadow: 0px 2px 10px #387a7bb5;
  }

  .moda-haciendo {
    margin-top: -10%;
  }

  .col-modaciendo {
    background-color: #ffffffe3;
    border-radius: 20px;
    padding: 5% 10%;
    min-height: 400px;
  }

  .title-modaciendo {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 3rem;
    color: #1f2938;
    margin-top: 1.5rem;
  }
  .text-modaciendo {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 16px;
    color: #1f2938;
    margin-top: 1.5rem;
  }

  .women-bosq {
    background-image: url("../img/banner2-conocenos.png");
    background-color: #ffffff;
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20%;
    padding-top: 30%;
  }

  .women-title-icon {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 3rem;
    color: #1f2938;
  }
  .women-text-icon {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 12px;
    color: #1f2938;
    margin-top: 1rem;
  }

  .title-unete {
    font-family: "Reifilano-Light" !important;
    text-align: start;
    font-size: 6.5rem;
    line-height: 6rem;
    color: #1f2938;
    margin-top: 25%;
  }

  .text-unete {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 14px;
    color: #3c4350;
    margin-top: 1rem;
  }

  .col-unete {
    background-image: url(../img/gancho.png);
    background-color: #ffffff;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /********************************************************************************************
*************************   BLOG SECTIONS **********************************************
*********************************************************************************************/

  .title-section-blog {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 5%;
    text-align: center;
  }

  .contenedor-img-section-blog {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
  }

  .imagen-section-blog {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .text-section-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    margin-top: 1.5rem;
    text-decoration: none;
  }

  .link-section-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
  }

  .contenedor-img-section-detalle {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 5%;
  }

  .imagen-section-detalle {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .title-detalle-blog {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 2.5rem;
    text-align: start;
    margin-bottom: 5%;
  }

  .text-detalle-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    margin-bottom: 2%;
  }

  .title-post-recents {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 18px;
    color: #1b1b1b;
    margin-top: 3%;
    margin-bottom: 5%;
  }

  /********************************************************************************************
*************************   FAQS SECTIONS **********************************************
*********************************************************************************************/

  .title-section-faqs {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 5%;
    text-align: center;
  }

  .title-section-proceso {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 4rem;
    line-height: 2.8rem;
    margin-top: 5%;
    text-align: center;
  }

  .row-faqs {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  /********************************************************************************************
*************************   PRODUCTOS TIENDA **********************************************
*********************************************************************************************/

  .contenedor-productos-tienda {
    margin-top: 5%;
    margin-bottom: 10%;
  }
  .col-prodct {
    margin-bottom: 7%;
  }

  .contenedor-producto-tienda {
    width: 100%;
    height: 320px;
    border-radius: 30px;
    overflow: hidden;
  }

  .contenedor-producto-tienda img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Mantiene la proporción de la imagen */
  }

  .icono-producto-fav-tienda {
    position: absolute;
    margin-top: -300px;
    margin-left: 16%;
    font-size: 16px;
    color: #11161f;
    background-color: #ffffff;
    padding: 5px 8px 3px 8px;
    border-radius: 50%;
  }

  .link-producto-fav-tienda {
    color: #11161f;
  }

  .link-producto-fav-tienda2 {
    color: #f24242;
  }

  .title-producto-tienda {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }
  .price-producto-tienda {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }

  .row-dat-producto-tienda {
    justify-content: center !important;
    margin-top: 10%;
  }

  .categoria-menu-tienda {
    background-color: white !important;
    box-shadow: 0px 0px black !important;
  }

  .lista-subcategorias-tienda {
    list-style: none;
  }
  .item-lista-categoria-tienda {
    font-family: "Inter-medium" !important;
    color: #919191;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
  }
  .item-lista-categoria-tienda:hover {
    font-family: "Inter-medium" !important;
    color: #4bbea1;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
  }

  .buto-color-menu-tienda {
    border: 3px solid #ffffff;
    padding: 5px 14px;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 1px 1px #bbbbbb;
  }
  /* .color-menu-tienda {
  position: absolute;
  margin-left: -10px;
  margin-top: 1px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
} */

  .accordion-button:not(.collapsed) {
    font-family: "Inter-Medium";
    color: #1f2938 !important;
    background-color: white !important;
    box-shadow: 0px 0px 0px white !important;
  }

  .talla-menu-tienda {
    font-family: "Inter-bold" !important;
    color: #252525;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
    border: 2px solid #252525;
    background-color: #fff;
    padding: 7px 15px;
    width: 20px;
    border-radius: 25px;
    transition: all 0.5s;
  }
  .talla-menu-tienda:hover {
    font-family: "Inter-bold" !important;
    color: white;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
    border: 2px solid #4bbea1;
    background-color: #4bbea1;
    padding: 7px 15px;
    width: 20px;
    border-radius: 25px;
    transition: all 0.5s;
  }

  /* MODAL DE SEARCH */

  .input-modal-search {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .button-modal-search {
    background-color: #4bbea1;
    color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  /* NUEVOS ESTILOS */

  .navbar-mobile {
    display: none;
    padding: 3% 20px;
  }

  .logo-nav-mobile {
    width: 100%;
  }

  .item-nav-carey2-mobile {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #1f2938;
    background: white;
    border: 1px solid #cbcbcb;
    padding: 10px 11px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-head-mobile {
    position: absolute;
    background-color: #4bbea1;
    padding: 4px 8px;
    border-radius: 15px;
    margin-top: -15px;
    color: white;
    font-size: 10px;
  }

  .item-nav-bars-mobile {
    font-family: "Inter-Regular" !important;
    font-size: 30px;
    color: #1f2938;
    padding: 0px 0px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  /* SIDEBAR -CART */

  .disminuir {
    font-size: 16px;
    background-color: white;
    padding: 2px 10px;
    border-radius: 20px;
  }

  .aumentar {
    font-size: 16px;
    background-color: white;
    padding: 2px 10px;
    border-radius: 20px;
  }

  input[type="number"].cantidad-carrito {
    width: 60px;
    text-align: center;
    font-size: 20px;
    margin: 0 -5px;
    border: none;
  }

  input[type="number"] {
    -moz-appearance: textfield;
    /* Para Firefox */
    -webkit-appearance: none;
    /* Para Chrome/Safari */
    appearance: none;
    /* Para navegadores más modernos */
  }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* Esto asegura que no haya margen alrededor de los botones */
  }
}

/* SUP Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1360px) {
  .animar {
    transition: all 0.5s;
  }

  .discount-info {
    background-color: #1f2938;
    padding: 12px 0px 10px 0px;
  }

  .title-discount-info {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #4bbea1;
    text-align: center;
  }

  .link-discount-info {
    color: white;
    text-decoration: none;
    display: inline-block;
  }

  .banner {
    background-image: url("../img/header01.png");
    background-color: #ffffff;
    height: 950px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .navbar-desktop {
    background-color: #ffffff00;
    display: flex;
  }

  #sidebarcarey {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #343a40;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  #sidebarcarey.active {
    left: 0;
  }

  .logo-nav-desk {
    margin-left: 80px;
    margin-right: 0px;
    width: 160px;
  }

  .item-nav-carey {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    margin-bottom: auto;
  }
  .item-nav-carey:hover,
  .item-nav-carey:focus {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #4bbea1;
    margin-left: 10px;
    margin-bottom: auto;
  }

  .item-nav-careyicons {
    margin-left: 5%;
  }

  .item-nav-carey2 {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #1f2938;
    margin-left: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }
  .item-nav-carey2:hover {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: white;
    margin-left: 10px;
    background: #4bbea1;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-head {
    position: absolute;
    background-color: #4bbea1;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
  }

  .dropdown-g-navbar-carey {
    background: #1f2938;
    border: none;
  }

  .dropdown-navbar-carey {
    color: white;
    transition: all 0.5s;
  }
  .dropdown-navbar-carey:hover,
  .dropdown-navbar-carey:focus {
    color: #4bbea1;
    background-color: transparent !important;
    transition: all 0.5s;
  }

  /*********************************************************************************************************************************************************** SIDEBAR-LIGHT ***********************************************************
******************************************************************************************************************/
  #sidebarcareylight {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #343a40;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  #sidebarcareylight.activelight {
    left: 0;
  }

  .logo-nav-desklight {
    margin-left: 70px;
    margin-right: 40px;
    width: 120px;
  }

  .item-nav-careylight {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #11161f;
    margin-left: 10px;
  }
  .item-nav-careylight:hover,
  .item-nav-careylight:focus {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #4bbea1;
    margin-left: 10px;
  }

  .item-nav-careyiconslight {
    margin-left: 15%;
  }

  .item-nav-carey2light {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #1f2938;
    margin-left: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }
  .item-nav-carey2light:hover {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: white;
    margin-left: 10px;
    background: #4bbea1;
    padding: 10px 15px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-headlight {
    position: absolute;
    background-color: #4bbea1;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
  }

  .dropdown-g-navbar-carey-light {
    background: #ffffff;
    border: none;
  }

  .dropdown-navbar-carey-light {
    color: #1f2938;
    transition: all 0.5s;
  }
  .dropdown-navbar-carey-light:hover,
  .dropdown-navbar-carey-light:focus {
    color: #4bbea1;
    background-color: transparent !important;
    transition: all 0.5s;
  }

  /* END NAVBAR-LIGHT */

  /* ADENTRO DEL BANNER */

  .content-banner-head {
    margin-top: 10%;
  }

  .title-banner01 {
    font-family: "Reifilano-Light" !important;
    font-weight: 300px;
    font-size: 6rem;
    line-height: 5.8rem;
    color: #fff;
    margin-top: 20%;
  }

  .text-banner01 {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #fff;
    margin-top: 0%;
  }
  .text-vistete-head {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #4bbea1;
    margin-top: -3%;
  }

  .align-btn-head {
    text-align: start;
  }

  .btn-primary-carey {
    font-family: "Inter-Light" !important;
    background-color: #4bbea1;
    color: #003332;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 40px;
  }
  .btn-primary-carey:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea1;
    color: #003332;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 40px;
  }

  .btn-arrow-carey {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff;
    font-size: 2.5rem;
    padding: 10px 15px;
    border-radius: 40px;
  }
  .btn-arrow-carey:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff;
    font-size: 2.5rem;
    padding: 10px 15px;
    border-radius: 40px;
  }
  .btn-arrow-carey:active {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #ffffff !important;
    font-size: 2.5rem;
    padding: 10px 15px;
    border-radius: 40px;
    box-shadow: none;
    border-color: transparent !important;
  }

  .arrows-head {
    margin-top: 20%;
  }

  /* PRELOADER */
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1050;
    /* Debe ser mayor que el navbar */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .spinner-border {
    width: 3rem;
    height: 3rem;
  }

  /* FINPRELOADER */

  /* Stadistics */

  .stadistics {
    margin-top: 5%;
  }

  .title-hagamoslo {
    font-family: "Reifilano-Light" !important;
    font-size: 6rem;
    line-height: 5.8rem;
    color: #1f2938;
    margin-top: 5%;
    text-align: start;
  }

  .text-hagamoslo {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #1f2938;
    margin-top: 0%;
    text-align: start;
  }

  .title-stadistics-item {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 1rem;
    color: #1f2938;
    margin-top: 0%;
  }
  .number-stadistics-item {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 2.8rem;
    color: #1f2938;
    margin-top: 0%;
  }
  .text-stadistics-item {
    font-family: "Inter-Light" !important;
    text-align: center;
    font-size: 1rem;
    color: #838383;
    margin-top: 0%;
  }

  /* SPINERS */

  .progress {
    width: 150px;
    height: 150px !important;
    float: left;
    line-height: 150px;
    background: none;
    margin: 20px;
    box-shadow: none;
    position: relative;
  }

  .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }

  .progress .progress-left {
    left: 0;
  }

  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
  }

  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }

  .progress .progress-right {
    right: 0;
  }

  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
  }

  .progress .progress-value {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    font-size: 24px;
    color: black;
    line-height: 135px;
    text-align: center;
    /* position: absolute;
  top: 5%;
  left: 5%; */
  }

  .progress.blue .progress-bar {
    border-color: #259997;
  }

  .progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
  }

  .progress.yellow .progress-bar {
    border-color: #259997;
  }

  .progress.yellow .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards;
  }

  .progress.yellow .progress-left .progress-bar {
    animation: none;
  }

  @keyframes loading-1 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
  }

  /* @keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
} */

  @keyframes loading-3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(140deg);
      transform: rotate(140deg);
    }
  }

  /* SPINERS ENDING */

  .botellagota {
    width: 50px;
  }

  /* PRODUCTOS HOME */

  .productos-home {
    margin-top: 10%;
  }

  .subtitle-phome {
    font-family: "Inter-Medium" !important;
    font-size: 1.2rem;
    color: #23bfbc;
    margin-bottom: 0%;
  }

  .title-phome {
    font-family: "Inter-Bold" !important;
    font-size: 3.2rem;
    color: #11161f;
    margin-bottom: 5%;
  }

  .text-phome {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    color: #11161f;
    margin-bottom: 5%;
  }

  .productos-colections {
    margin-top: 5%;
  }
  .contenedor-producto {
    width: 100%;
    height: 320px;
    border-radius: 30px;
    overflow: hidden;
  }

  .contenedor-producto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Mantiene la proporción de la imagen */
  }

  .icono-producto-fav {
    position: absolute;
    margin-top: -125%;
    margin-left: 80%;
    font-size: 16px;
    color: #11161f;
    background-color: #ffffff;
    padding: 5px 8px 3px 8px;
    border-radius: 50%;
  }

  .link-producto-fav {
    color: #11161f;
  }

  .link-producto-fav2 {
    color: #f24242;
  }

  .title-producto {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }
  .price-producto {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }

  .row-dat-producto {
    justify-content: center !important;
    margin-top: 10%;
  }

  /* SWIPER DE PRODUCTOS */

  .swiper-carey {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .botones-productosh {
    margin-top: 5%;
  }

  .alignbtn-productoscarou {
    text-align: center;
  }

  .btn-arrow-productosh {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
  }
  .btn-arrow-productosh:hover {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
  }
  .btn-arrow-productosh:active {
    font-family: "Inter-Light" !important;
    background-color: #4bbea100;
    color: #3f4041;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 40px;
    box-shadow: none;
    border-color: transparent !important;
  }

  /* END SWIPER DE PRODEUCOTS */

  /* COLLECTIONS */

  .collections-section {
    margin-top: 5%;
  }

  .contenedor-collection {
    width: 100%;
    height: 670px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
  }

  .imagen-collection {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contenedor-collection2 {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    display: inline-block;
  }

  .imagen-collection2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pcollection {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #3b424f;
    margin-top: 10%;
  }

  .title-careycolleciotn {
    font-family: "Inter-Bold" !important;
    text-align: end;
    font-size: 14rem;
    line-height: 14rem;
    color: #9175494f;
    margin-top: -25%;
    position: absolute;
  }

  /* COLLECTIONS END */

  /* CONOCENOS */

  .conocenos-section {
    margin-top: 15%;
  }

  .title-conocenos-home {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 3.2rem;
    color: #3d3d3d;
    margin-bottom: 10%;
  }

  .contenedor-content {
    /* background-image: url("../img/conocenos1.png"); */
    background-image: url("../img/conocenos1.png");
    background-color: #cccccc;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 30px 20px;
    transition: opacity 0.5s ease;
  }

  .title-conocenos1 {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 1.2rem;
    color: #259997;
    margin-top: 10%;
  }

  .text-conocenos1 {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 1%;
  }

  .align-vermas-conocenos1 {
    text-align: center;
    margin-top: 5%;
  }

  .vermas-conocenos1 {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }
  .vermas-conocenos1:hover {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }

  .contenedor-content2 {
    background-image: url("../img/conocenos2.png");
    background-color: #cccccc;
    height: 580px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 55px;
    border-radius: 30px;
  }

  .title-conocenos2 {
    font-family: "Reifilano-Light" !important;
    text-align: start;
    font-size: 6rem;
    line-height: 5.5rem;
    color: #272727;
    margin-top: 10%;
  }

  .text-conocenos2 {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 5%;
  }

  .align-tienda-conocenos2 {
    text-align: start;
    margin-top: 2%;
  }

  .tienda-conocenos2 {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    color: #2e9da2;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }
  .tienda-conocenos2:hover {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    color: #2e9da2;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 30px;
  }

  /* CONOCENOS ENDING */

  /* ULTIMAS NOTICIAS */

  .ultimas-noticias {
    margin-top: 10%;
    padding: 5% 0px;
    background-color: #dddddd40;
  }

  .title-ult-noticias {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 3.2rem;
    color: #1b1b1b;
    line-height: 3.5rem;
  }

  .ver-ult-noticiasalign {
    margin-top: 3%;
    text-align: center;
  }
  .ver-ult-noticias {
    font-family: "Inter-Bold" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    text-decoration: none;
  }

  .row-noticias {
    margin-top: 7%;
  }

  .contenedor-ult-noticias {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }

  .imagen-ult-noticias {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-ult-noticias {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    text-decoration: none;
  }

  .link-ult-noticias {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
  }

  /* ENDING ULTIMAS NOTICIAS */

  /*  FOOTERS */

  .footer {
    padding: 3% 0px 2% 0px;
    background-color: #11161f;
  }

  .logos-pay-footer {
    margin-top: 10%;
  }

  .list-item-footer {
    margin-top: 5px;
    display: flex;
  }

  .item-footer-link {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #c3c3c3;
    margin-top: 0%;
    text-decoration: none;
  }

  .title-news-letter {
    font-family: "Inter-Light" !important;
    font-size: 18px;
    color: #23bfbc;
    margin-bottom: 5%;
    text-align: start;
  }

  .input-newsletter {
    font-family: "Inter-Light" !important;
    font-size: 14px;
    border-radius: 20px;
  }

  .btn-newsletter {
    font-family: "Inter-Medium" !important;
    background-color: #7de5b2;
    color: #11161f;
    font-size: 14px;
    border-radius: 20px;
    width: 100%;
  }

  .icons-footer-social {
    text-align: start;
  }
  .icon-footer {
    font-family: "Inter-Medium" !important;
    color: #7de5b2;
    font-size: 18px;
    margin-right: 18px;
  }

  .copy {
    padding: 20px 0px 10px 0px;
    background-color: #1f2938;
  }
  .title-copy {
    font-family: "Inter-Regular" !important;
    color: #8f8f8f;
    font-size: 14px;
    text-align: center;
  }

  .link-copy {
    text-decoration: none;
    color: #7de5b2;
  }

  /********************************************************************************************
*************************   CARRITO SECTIONS **********************************************
*********************************************************************************************/

  #sidebarcart {
    width: 500px;
    position: fixed;
    right: -500px;
    top: 0;
    height: 95%;
    margin-top: 15px;
    background-color: #f8f9fa;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  #sidebarcart::scrool {
    width: 500px;
    position: fixed;
    right: -500px;
    /* Fuera de la pantalla inicialmente */
    top: 0;
    height: 100%;
    background-color: #f8f9fa;
    transition: right 0.3s ease;
    padding: 20px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 99;
    overflow-y: scroll;
  }

  .contendor-de-productos {
    padding: 20px;
  }

  .title-carrito-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 1rem;
  }
  .title-resumen-cart {
    font-family: "Inter-Regular" !important;
    color: #000000;
    font-size: 1.2rem;
    margin-top: 5%;
  }

  .producto-row-cart {
    margin-top: 5%;
    background: #eafbf500;
    box-shadow: 0px 0px 4px 1px #0000000f;
    border-radius: 20px;
    padding: 15px 5px;
  }

  .contenedor-cart-img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
  }

  .imagen-cart-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .title-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
  }
  .details-producto-cart {
    font-family: "Inter-Regular" !important;
    color: #818181;
    font-size: 12px;
    margin-top: -5px;
  }

  .price-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 18px;
  }

  .delete-producto-cart {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 18px;
  }

  .finalcarrito {
    background-color: #f1f1f1;
    box-shadow: 0px -3px 7px 0px #00000024;
    padding: 10px 20px;
    margin-top: 10%;
  }

  .row-checkcart1 {
    margin-top: 2%;
  }
  .item-cart-check-one {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: start;
  }
  .item-cart-check-two {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: end;
  }

  .item-cart-check-three {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 16px;
    text-align: start;
  }
  .item-cart-check-four {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 16px;
    text-align: end;
  }

  .row-checkcart-btn {
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .btn-finalizar-cart {
    font-family: "Inter-Medium" !important;
    background-color: #4bbea1;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 5px;
    width: 100%;
  }
  .btn-finalizar-cart:hover {
    font-family: "Inter-Medium" !important;
    background-color: #4bbea1;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 5px;
    width: 100%;
  }

  /********************************************************************************************
*************************   PROCESO SECTIONS **********************************************
*********************************************************************************************/

  .proceso-banner {
    background-image: url("../img/proceso-banner.png");
    background-color: #ffffff;
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20%;
  }

  .proceso-icons {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  /********************************************************************************************
*************************   CONOCENOS SECTIONS **********************************************
*********************************************************************************************/

  .conocenos-banner {
    background-image: url("../img/banner-conocenos.png");
    background-color: #ffffff;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20%;
  }

  .title-conocenos {
    font-family: "Reifilano-Light" !important;
    color: #ffffff;
    font-size: 6rem;
    margin-top: 5%;
    text-align: center;
    text-shadow: 0px 2px 10px #387a7bb5;
  }

  .moda-haciendo {
    margin-top: -10%;
  }

  .col-modaciendo {
    background-color: #ffffffe3;
    border-radius: 20px;
    padding: 5% 10%;
    min-height: 400px;
  }

  .title-modaciendo {
    font-family: "Inter-Bold" !important;
    text-align: center;
    font-size: 3rem;
    color: #1f2938;
    margin-top: 1.5rem;
  }
  .text-modaciendo {
    font-family: "Inter-Regular" !important;
    text-align: center;
    font-size: 16px;
    color: #1f2938;
    margin-top: 1.5rem;
  }

  .women-bosq {
    background-image: url("../img/banner2-conocenos.png");
    background-color: #ffffff;
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20%;
    padding-top: 30%;
  }

  .women-title-icon {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 3rem;
    color: #1f2938;
  }
  .women-text-icon {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 12px;
    color: #1f2938;
    margin-top: 1rem;
  }

  .title-unete {
    font-family: "Reifilano-Light" !important;
    text-align: start;
    font-size: 5rem;
    line-height: 5rem;
    color: #1f2938;
    margin-top: 25%;
  }

  .text-unete {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 14px;
    color: #3c4350;
    margin-top: 1rem;
  }

  .col-unete {
    background-image: url(../img/gancho.png);
    background-color: #ffffff;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /********************************************************************************************
*************************   BLOG SECTIONS **********************************************
*********************************************************************************************/

  .title-section-blog {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 5%;
    text-align: center;
  }

  .contenedor-img-section-blog {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
  }

  .imagen-section-blog {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .text-section-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    margin-top: 1.5rem;
    text-decoration: none;
  }

  .link-section-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
  }

  .contenedor-img-section-detalle {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 5%;
  }

  .imagen-section-detalle {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .title-detalle-blog {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 2.5rem;
    text-align: start;
    margin-bottom: 5%;
  }

  .text-detalle-blog {
    font-family: "Inter-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    margin-bottom: 2%;
  }

  .title-post-recents {
    font-family: "Inter-Medium" !important;
    text-align: start;
    font-size: 18px;
    color: #1b1b1b;
    margin-top: 3%;
    margin-bottom: 5%;
  }

  /********************************************************************************************
*************************   FAQS SECTIONS **********************************************
*********************************************************************************************/

  .title-section-faqs {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 5%;
    text-align: center;
  }

  .title-section-proceso {
    font-family: "Reifilano-Light" !important;
    color: #000000;
    font-size: 4rem;
    line-height: 2.8rem;
    margin-top: 5%;
    text-align: center;
  }

  .row-faqs {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  /********************************************************************************************
*************************   PRODUCTOS TIENDA **********************************************
*********************************************************************************************/

  .contenedor-productos-tienda {
    margin-top: 5%;
    margin-bottom: 10%;
  }
  .col-prodct {
    margin-bottom: 7%;
  }

  .contenedor-producto-tienda {
    width: 100%;
    height: 320px;
    border-radius: 30px;
    overflow: hidden;
  }

  .contenedor-producto-tienda img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Mantiene la proporción de la imagen */
  }

  .icono-producto-fav-tienda {
    position: absolute;
    margin-top: -300px;
    margin-left: 16%;
    font-size: 16px;
    color: #11161f;
    background-color: #ffffff;
    padding: 5px 8px 3px 8px;
    border-radius: 50%;
  }

  .link-producto-fav-tienda {
    color: #11161f;
  }

  .link-producto-fav-tienda2 {
    color: #f24242;
  }

  .title-producto-tienda {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }
  .price-producto-tienda {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    color: #11161f;
  }

  .row-dat-producto-tienda {
    justify-content: center !important;
    margin-top: 10%;
  }

  .categoria-menu-tienda {
    background-color: white !important;
    box-shadow: 0px 0px black !important;
  }

  .lista-subcategorias-tienda {
    list-style: none;
  }
  .item-lista-categoria-tienda {
    font-family: "Inter-medium" !important;
    color: #919191;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
  }
  .item-lista-categoria-tienda:hover {
    font-family: "Inter-medium" !important;
    color: #4bbea1;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
  }

  .buto-color-menu-tienda {
    border: 3px solid #ffffff;
    padding: 5px 14px;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 1px 1px #bbbbbb;
  }
  /* .color-menu-tienda {
  position: absolute;
  margin-left: -10px;
  margin-top: 1px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
} */

  .accordion-button:not(.collapsed) {
    font-family: "Inter-Medium";
    color: #1f2938 !important;
    background-color: white !important;
    box-shadow: 0px 0px 0px white !important;
  }

  .talla-menu-tienda {
    font-family: "Inter-bold" !important;
    color: #252525;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
    border: 2px solid #252525;
    background-color: #fff;
    padding: 7px 15px;
    width: 20px;
    border-radius: 25px;
    transition: all 0.5s;
  }
  .talla-menu-tienda:hover {
    font-family: "Inter-bold" !important;
    color: white;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 1rem;
    border: 2px solid #4bbea1;
    background-color: #4bbea1;
    padding: 7px 15px;
    width: 20px;
    border-radius: 25px;
    transition: all 0.5s;
  }

  /* MODAL DE SEARCH */

  .input-modal-search {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .button-modal-search {
    background-color: #4bbea1;
    color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  /* NUEVOS ESTILOS */

  .navbar-mobile {
    display: none;
    padding: 3% 20px;
  }

  .logo-nav-mobile {
    width: 100%;
  }

  .item-nav-carey2-mobile {
    font-family: "Inter-Regular" !important;
    font-size: 16px;
    color: #1f2938;
    background: white;
    border: 1px solid #cbcbcb;
    padding: 10px 11px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  .number-cart-head-mobile {
    position: absolute;
    background-color: #4bbea1;
    padding: 4px 8px;
    border-radius: 15px;
    margin-top: -15px;
    color: white;
    font-size: 10px;
  }

  .item-nav-bars-mobile {
    font-family: "Inter-Regular" !important;
    font-size: 30px;
    color: #1f2938;
    padding: 0px 0px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  /* SIDEBAR -CART */

  .disminuir {
    font-size: 16px;
    background-color: white;
    padding: 2px 10px;
    border-radius: 20px;
  }

  .aumentar {
    font-size: 16px;
    background-color: white;
    padding: 2px 10px;
    border-radius: 20px;
  }

  input[type="number"].cantidad-carrito {
    width: 60px;
    text-align: center;
    font-size: 20px;
    margin: 0 -5px;
    border: none;
  }

  input[type="number"] {
    -moz-appearance: textfield;
    /* Para Firefox */
    -webkit-appearance: none;
    /* Para Chrome/Safari */
    appearance: none;
    /* Para navegadores más modernos */
  }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* Esto asegura que no haya margen alrededor de los botones */
  }
}
