/* Importación de la fuente según la especificación de Figma */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;700&display=swap');

/*Valiables*/
:root {
  --neutral-100: #0e0d35;
  --neutral-90: #39404f;
  --neutral-20: #cfd1d3;
  --brand-violet-950: #26035d;
  --brand-blue-500: #4e56d4;
  --brand-blue-600: #3a41b2;
  --neutral-60: #999fa7;
  --neutral-white: #fefdff;
  --neutral-50: #a6abb2;
  --neutral-10: #dddedf;
  --espaciado-24: 24px;
  --font-family-title: "HandoTrial-Bold", sans-serif;
  --font-family-body: "PlusJakartaSans-SemiBold", sans-serif;
  --color-brand-blue-200: #c9cef4;
  --font-body: "PlusJakartaSans-Regular", sans-serif;
  --radius-32: 32px;
  --max-width-container: 1200px;
  --brand-blue-100: #e1e3f8;   
  --font-body-bold: "PlusJakartaSans-Bold", sans-serif;
  --brand-lima-300: #cdfe64;
  --font-family-body-semibold: "PlusJakartaSans-SemiBold", system-ui, -apple-system, sans-serif;   
  --spacing-gap-mobile: 32px;
  --spacing-container-padding: 1.5rem;
  --max-width-container: 1280px;
  --radio-999: 999px;
  --font-main: "Plus Jakarta Sans", sans-serif;
  --radio-16: 16px;
  --radio-12: 12px;
  --card-radius: 24px;
  --brand-tertiary-950: #28283E;
}

body {
    font-family: var(--font-family-body);
    background: #ffff;
    overflow-x: hidden;
    margin: 0;
}
.products-list-mobile{
  display: none;
}

.navbar-toggler {
    position: relative;

}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 35px;
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 35px;
    transform: rotate(-135deg);
    opacity: 0.9;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
    padding: 12px 18px;
    transition: all 500ms ease;
    font-weight: 600;
    min-width: 220px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #ffffff;
    color: #f5b228;
    transition: all 500ms ease;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
    background-color: #ffffff;
    color: #f5b228;
}

.navbar-default .dropdown:hover .dropdown-menu {
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
}
.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: block !important;
}

.navbar-toggler{
    z-index: 9999;
    background: transparent;
    margin-top: 8px;
}
.navbar-toggler:focus{
    box-shadow: 0 0 0 0rem!important;
}
.input-group .btn{
    z-index: 1;
}
.mobile_menu ul{
    display: none;
}
.mobile_menu .navbar-nav .title_menu{
    font-size: 22px;
    font-weight: 800;
    width: 100%;
    display: block;
    padding: 18px 20px;
    margin-bottom: 25px;
}
.mobile_menu .navbar-nav .nav-item:nth-of-type(1){
    padding-top: 30px;
}
.mobile_menu .navbar-nav .nav-item .nav-link{
    font-size: 16px;
    line-height: 50px;
    padding: 10px 25px 10px;
    margin: 0 10px;
    font-weight: 400;
    display: flex;
    color: #0e0d35;
    font-family: var(--font-body);
}
.mobile_menu .navbar-nav .nav-item .nav-link.active{
    color: #7D71FF;
}

.mobile_menu .navbar-nav .nav-item .nav-link .logo-menu-mobil{
    border-radius: 10px;
    width: 65px;
    height: 65px;
    margin-right: 17px;
    background: #fff;
    padding: 15px;

}
.mobile_menu .navbar-nav .nav-item .nav-link .logo-menu-mobil img{    
    width:100%;
    height:100%;
    margin: 0 auto;
   display: block;
}
.mobile_menu .navbar-nav .nav-item .nav-link:before{
    display: none;
}

.header-dark {
    background: #ffffff;
}

.navbar-default {
    transition: all 0.5s ease-in-out;
    background-color: #ffffff;
    padding-top: 28px;
    padding-bottom: 28px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default .nav-search {
    color: #000000;
    font-size: 1.5rem;
}

.navbar-default.navbar-reduce {
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
    position: relative;
    padding-right: 10px;
    padding-bottom: 8px;
    margin-left: 0;
}


.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    background-color: #f5b228;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
}









.navbar-default.navbar-reduce {
    transition: all 0.5s ease-in-out;
    padding-top: 19px;
    padding-bottom: 19px;
}
.navbar-default.navbar-reduce .nav-link {
    /*color: #ffff;*/
}

.navbar-default.navbar-reduce .nav-link:before {
    background-color: #7D71FF;
}

.navbar-default.navbar-reduce .nav-link:hover {
    color: #7D71FF;
    text-decoration: none;
}

.navbar-default.navbar-reduce .show>.nav-link,
.navbar-default.navbar-reduce .active>.nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
    color: #000000;
}

.navbar-default.navbar-reduce .navbar-brand {
    color: #000000;
}

.navbar-default .dropdown .dropdown-menu {
    border-top: 0;
    border-left: 4px solid #f5b228;
    border-right: 0;
    border-bottom: 0;
    transform: translate3d(0px, 40px, 0px);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
    margin: 0;
    border-radius: 0;
    padding: 12px 0;
}

  .titlecart{
    color: var(--neutral-100, #0E0D35);
    /* H2/48 px */
    font-family: var(--font-family-title);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px; 
    text-align: center;
  }
  .counter-cart{
    width: 64px;
    height: 37px;
    padding: 4px 11px 5px 11px;
    justify-content: center;
    border-radius: var(--radio-999);
    background: var(--brand-lima-300);
    color: var(--brand-violet-950);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
  }

  .title-product-cart{
    color: var(--neutral-90);
    /* Cuerpo de texto/16 px/Regular */
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }

  .info-product-cart{
    color: var(--neutral-90);
    /* Cuerpo de texto/16 px/Regular */
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    margin-bottom: 3px !important;
  }
  .info-product-cart span{
    color: var(--neutral-100);
    /* Cuerpo de texto/16 px/Bold */
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .info-product-price{
    color: var(--neutral-100);
    /* H5/24 px */
    font-family: var(--font-family-title);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
    margin-bottom: 3px !important;
  }

  .remove-item{    
    background: transparent;
    display: flex;
    padding: var(--Espaciado---8, 8px);  
    border:none;
    color:var(--neutral-white)
  }
  .item-cart{
    padding: 30px 15px;
    border-bottom: solid 1px #CFD1D3;
  }

  .resume{
    border-radius: var(--Espaciado---32, 32px);
    background: var(--brand-blue-100);
    display: flex;
    padding: 48px 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .title-products-cart{
    color: var(--neutral-100);
    text-align: center;
    /* H3/36 px */
    font-family:var(--font-family-title);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 127.778% */
  }

  .summary-detail{
    display:flex;
    flex-direction:column;
    gap:16px;
    width: 90%;
}

.summary-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.summary-label{
    color: var(--brand-tertiary-950);
    /* Cuerpo de texto/16 px/Bold */
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
}

.summary-value{
    color: var(--brand-tertiary-950);
    text-align: right;
    /* Cuerpo de texto/16 px/Regular */
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.summary-divider{
    margin:8px 0;
    border:0;
    border-top:1px solid #A6ABB2;
}

.summary-total{
    margin-top:8px;
}

.summary-total span:first-child, .summary-total span:last-child{
    color: var(--neutral-100);
    /* H5/24 px */
    font-family: var(--font-family-title);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
}


.title-pages{  
    padding: 87px 297px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #F4F1FF 0%, #ACACE8 100%);
    color: var(--brand-violet-950);
    font-family: var(--font-family-title);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin-top: 43px;
    text-align: center;
}

.title-pages-default{
    color: var(--neutral-100);
    font-family: var(--font-family-title);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    display: block;
    margin-bottom: 15px;
    
}
.text-pages-default{
  color: var(--neutral-90);
  /* Cuerpo de texto/16 px/Regular */
  font-family: var(--font-family-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.title-login{
    color: var(--neutral-100);
    /* H2/48 px */
    font-family: var(--font-family-title);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px; /* 120.833% */
}
.radio-8{
  border-radius: 8px !important;
}
.forgot-passs{
  color: var(--brand-blue-500);
  text-align: right;
  font-family: var(--font-family-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 200% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 8%; /* 0.96px */
  text-underline-offset: 25%; /* 3px */
  text-underline-position: from-font;
}

a:hover {
    color:var(--brand-violet-950);
    text-decoration: none;
}
.btn-link-register{
  color: var(--neutral-90);
  text-align: center;
  /* Leyenda/14 px/Regular */
  font-family: var(--font-family-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  display: block;
}
.btn-link-register strong{
  color: var(--brand-blue-500);
  /* Leyenda/14 px/Bold */
  font-family: var(--font-family-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 8%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}

.input-login{
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.eye-login{
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.banner-proyecto{
      margin-top: 70px !important;
}

.title-proyecto{
  color: var(--neutral-100);
  /* H5/24 px */
  font-family: var(--font-family-title);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
}

.category-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(210px,1fr));
    gap:24px;
}

.category-card_proyecto{
    position:relative;
    display:flex;
    flex-direction:column;
    background:#26035D;
    border-radius:16px;
    overflow:hidden;
    cursor:pointer;
    transition:.3s;
    border:2px solid transparent;
}

.category-card_proyecto:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 30px rgba(0,0,0,.18);
}

.category-radio{
    display:none;
}

.category-image_proyecto{
    background:#FFF;
    margin:10px;
    border-radius:12px;
    height:175px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.category-image_proyecto img{
    max-width:120px;
    max-height:120px;
    object-fit:contain;
}

.category-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 16px;

}

.category-footer span{
    color:#FFF;
    font-size:16px;
    font-weight:600;
}

.radio-custom{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#FFF;
    border:2px solid #CFD1D3;
    position:relative;
    transition:.3s;
}

.radio-custom::after{
    content:"";
    width:12px;
    height:12px;
    border-radius:50%;
    background:#4E56D4;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(0);
    transition:.3s;
}

.category-radio:checked + .category-image_proyecto + .category-footer .radio-custom{
    border-color:#4E56D4;
}

.category-radio:checked + .category-image_proyecto + .category-footer .radio-custom::after{
    transform:translate(-50%,-50%) scale(1);
}

.category-radio:checked ~ .category-footer{
    background:#1C0146;
}

.category-radio:checked ~ .category-footer span{
    font-weight:700;
}

.category-card:has(.category-radio:checked){
    border-color:#CDFE64;
}

@media screen and (max-width: 991px){
    .mobile_menu ul{
        display: block;
        position: fixed;
        top: -5px;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #e1e3f8;
        z-index: 999;
    }
    .mobile_menu ul li:hover{
        background: #a5b0eb;
    }

}

@media (min-width: 768px) {
    .navbar-default .dropdown .dropdown-menu {
        border-top: 4px solid #f5b228;
        border-left: 0;
        display: block;
        position: absolute;
        box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);

    }
    .navbar-default.navbar-trans .nav-item,
    .navbar-default.navbar-reduce .nav-item {
        margin-left: 15px;
    }
}

/*Fin header*/


.active-search{
  background-color:var(--brand-blue-100)
}

.frame-1000004992,
.frame-1000004992 * {
  box-sizing: border-box;
}

.frame-1000004992 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 580px;
}

.frame-1000004989 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  align-self: stretch;
}

.mug-paja-de-trigo {
  color: var(--neutral-100);
  font-family: "HandoTrial-Bold", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}

.frame-1000004513 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.etiqueta {
  border-radius: 999px;
  border: 1px solid var(--brand-violet-950);
  padding: 6px 16px;
  display: flex;
  align-items: center;
}

.frame-1000004498 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.brand-icon {
  color: var(--brand-violet-950);
  font-size: 14px;
}

.pedido-m-nimo-15 {
  color: var(--brand-violet-950);
  font-family: "PlusJakartaSans-Medium", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.mug-con-manija-elaborado-en-paja-de-trigo-ligero-reutilizable-e-ideal-para-bebidas-calientes-o-fr-as-temperatura-recomendada-60-c-capacidad-350-ml-12-oz {
  color: var(--neutral-90);
  font-family: "PlusJakartaSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  align-self: stretch;
}
.scale-cell{
      border-bottom: 1px solid var(--neutral-20);
}

/* Rediseño fluido de la Tabla de Escalas (group-186) de Figma */
.group-186-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  padding: 12px 0;
  row-gap: 5px;
}

.scale-header {
  color: var(--neutral-100);
  font-family: "PlusJakartaSans-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--neutral-20);
}
.mySwiperclientes,
.mySwiperclientesmobile {
    background: #cdfe64;
    padding: 30px 45px;
}

.scale-cell {
  color: var(--neutral-90);
  font-family: var(--font-family-body);
  font-size: 16px;
  padding: 4px 0;
}

 .price-unit{
    color: var(--neutral-100);
    font-family: var(--font-family-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

.frame-1000004991 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}

.select-color {
  color: var(--neutral-100);
  font-family: "PlusJakartaSans-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.selecci-n-colores {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.rectangle-color-item {
  border-radius: 100px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.2s, border-color 0.2s;
}

.rectangle-color-item:hover, .rectangle-color-item.active-variant {
  transform: scale(1.15);
  border-color: var(--brand-violet-950);
}

.size-box-item {
  padding: 6px 16px;
  border: 1px solid var(--neutral-20);
  border-radius: 8px;
  cursor: pointer;
  font-family: "PlusJakartaSans-Bold", sans-serif;
  font-size: 14px;
}

.size-box-item.active-variant {
  border-color: var(--brand-blue-500);
  background-color: rgba(78, 86, 212, 0.05);
}

._8-914-iva-incluido-8-914-valor-por-unidad-span {
  font-family: "HandoTrial-Bold", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: var(--neutral-100);
}

._8-914-iva-incluido-8-914-valor-por-unidad-span3 {
  font-family: "PlusJakartaSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: var(--neutral-90);
  display: block;
}

.frame-1000004990 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  align-self: stretch;
  flex-wrap: wrap;
}

.frame-1000004512 {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.cantidad2 {
  color: var(--neutral-90);
  font-family: "PlusJakartaSans-Regular", sans-serif;
  font-size: 16px;
}

.frame-1000004506 {
  border-radius: 8px;
  border: 1px solid var(--neutral-20);
  padding: 4px 12px;
  width: 90px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._1 {
  color: var(--neutral-100);
  font-family: "PlusJakartaSans-Bold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  outline: none;
}

.buttons-primary-text-icon {
  background: var(--brand-blue-500);
  border-radius: 999px;
  padding: 12px 24px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
  color: var(--neutral-white);
}

.buttons-primary-text-icon:hover {
  background: var(--brand-blue-600);
}

.buttons-outline-text-icon {
  background: transparent;
  border: 2px solid var(--brand-blue-500);
  border-radius: 999px;
  padding: 12px 24px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.button-outline {
  color: var(--brand-blue-500);
  font-family: "PlusJakartaSans-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cursor-pointer {
  cursor: pointer;
}

/* ==========================================================================
   TOKENS EXTRAÍDOS EXACTAMENTE DEL CSS DE FIGMA
   ========================================================================== */


.faq-section-wrapper {
    width: 100%;
}

/* Título estilo Figma: 36px / 46px line-height / Bold */
.preguntas-frecuentes-title {
    color: var(--neutral-100);
    font-family: var(--font-family-title);
    font-size: 2.25rem; /* 36px */
    line-height: 1.27;   /* 46px */
    font-weight: 700;
    margin: 0;
}

/* Contenedor de ítem acordeón y línea divisoria (line-19) */
.accordion-figma .faq-item-container {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--neutral-20); /* Reemplaza .line-19 */
    border-radius: 0 !important;
    margin-bottom: 1.5rem; /* Separación gap de 24px */
}

.accordion-figma .faq-item-container:last-child {
    margin-bottom: 0;
}

/* Botón disparador del acordeón */
.accordion-figma .accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 0 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
}

/* Quitar la flecha nativa por defecto de Bootstrap */
.accordion-figma .accordion-button::after {
    display: none !important;
}

/* Estilo del texto de la pregunta: 20px / 30px line-height / SemiBold */
.faq-question-text {
    color: var(--neutral-100);
    font-family: var(--font-family-body-semibold);
    font-size: 1.25rem; /* 20px */
    line-height: 1.5;    /* 30px */
    font-weight: 600;
    text-align: left;
    margin: 0;
}

/* ==========================================================================
   ÍCONOS ENCERRADOS FIGMA (24px x 24px) - FONT AWESOME 6.4.2
   ========================================================================== */
.faq-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.faq-icon-box i {
    font-size: 1.5rem; /* 24px exacta de Figma */
    color: var(--neutral-100);
    transition: opacity 0.2s ease-in-out;
}

/* Estado 1: CERRADO (Muestra + encerrado en un cuadrado) */
.accordion-button.collapsed .faq-icon-plus {
    display: inline-block !important;
}
.accordion-button.collapsed .faq-icon-minus {
    display: none !important;
}

/* Estado 2: DESPLEGADO / ABIERTO (Muestra - encerrado en un cuadrado) */
.accordion-button:not(.collapsed) .faq-icon-plus {
    display: none !important;
}
.accordion-button:not(.collapsed) .faq-icon-minus {
    display: inline-block !important;
}

/* Texto de la respuesta dentro del acordeón */
.faq-answer-text {
    color: var(--neutral-100);
    font-family: var(--font-family-body-semibold);
    font-size: 1rem;
    line-height: 1.6;
    padding: 0 0 1.5rem 0;
    opacity: 0.85;
}

/* Layout General */
.frame-1000004993 {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.frame-1000004988 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Slider Principal */
._1771454440-y-6-j-k-hb-m-1 {
  border-radius: var(--radius-32);
  width: 100%;
  height: auto;
  max-height: 566px;
  object-fit: cover;
  aspect-ratio: 650 / 566;
  display: block;
}

/* Slider de Miniaturas (Splide Override) */
#thumbnail-slider {
  padding: 5px 0;
}
.price-unit-badge{
    color: var(--neutral-100, #0E0D35);
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#thumbnail-slider .splide__slide {
  opacity: 0.6;
  transition: opacity 0.3s ease, border-color 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
/* Contenedor principal: garantiza el centrado horizontal en el espacio asignado */
.photo-counter-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0;
}

/* Badge circular: maneja el fondo, la sombra y el centrado interno */
.photo-counter-badge {
    min-width: 76px;
    height: 41px;
    padding: 0 14px;
    background-color: var(--Brand-Blue-100, #E1E3F8);
    box-shadow: 0px 6px 16px rgba(38, 3, 93, 0.08);
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Texto del contador: tipografía y color alineados al sistema de diseño */
.photo-counter-text {
    color: #0E0D35;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}
#thumbnail-slider .splide__slide.is-active {
  opacity: 1;
  border: 2px solid var(--neutral-100);
}

.rectangle-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Ocultar scrollbars nativas sobrantes */
#thumbnail-slider .splide__track {
  overflow: hidden;
}

/* Descripción Figma */
.product-description-figma {
  color: var(--neutral-90);
  font-size: 16px;
  line-height: 26px;
  font-family: var(--font-family-body);
}


/** LOGO & HEADER BASE **/
.logo {
    max-width: 100%;
    height: auto;
}

.navbar-nav {
    margin-top: 7px;
}
button.navbar-toggler{
    margin-top: 5px;
}

.navbar-toggler span {
    display: block;
    background-color: #4E56D4;
    height: 3px;
    width: 18px;
    margin-top: 4px;
    margin-bottom: 4px;
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

/* Rediseño de Íconos */
ul.icons-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 24px;
}

ul.icons-menu li {
    color: #4e56d4;
    cursor: pointer;
    font-size: 1.1rem;
    transition: color 0.2s ease-in-out;
}

ul.icons-menu li:hover {
    color: #292175;
}

/* Estilos específicos para la sección EasyGift */
.nav-link.easy-gift-link {
    color: #292175 !important;
}

/** NAVEGACIÓN DESKTOP **/
.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
    font-size: 16px;
    color: #0E0D35;
    letter-spacing: 0.03em;
    transition: all 0.1s ease-in-out;
    position: relative;
    font-weight: 500;
}

.navbar-default.navbar-trans .show > .nav-link,
.navbar-default.navbar-trans .active > .nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
    color: #4e56d4;
    font-weight: 700;
}

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
    color: #4e56d4;
}

.text-inherit {
    color: inherit;
    text-decoration: none;
}

.btn-icon-search {
    background: transparent;
    border: none;
    color: inherit;
    padding: 0;
    font-size: inherit;
    cursor: pointer;
}

.empresas-slide img.img-fluid {
    max-width: 190px !important;
}

/* COMPONENTE DE BUSCADOR SUPERPUESTO */
.relative-container {
    position: relative;
}

.search-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 12px 12px;
    animation: fadeInDown 0.2s ease-in-out;
}

.search-box-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.search-results-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 380px;
    overflow-y: auto;
    z-index: 1060;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
}

.search-result-item {
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f1f3f5;
}

.search-result-item:hover {
    background-color: #f8f9fa;
}

.mobile-subcategories-list {
    margin-top: 70px;
    padding-left: 0px;
}



/* Reset básico para el componente */
.categories-section *,
.categories-section *::before,
.categories-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.categories-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
}

.categories-title {
  color: var(--neutral-100); 
  font-family: var(--font-family-title);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px; 
}

/* Layout responsivo utilizando CSS Flexbox con Auto-Wrap */
/* ============================================
   NUEVO - CONTENEDOR DEL CARRUSEL
   ============================================ */
.categories-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: visible;
}

.categoriesSwiper {
    width: 100%;
    overflow: visible;
    padding: 10px 0;
}

/* Los slides usan el ancho automático según su contenido */
.categoriesSwiper .swiper-slide {
    width: auto !important;
    height: auto;
    flex-shrink: 0;
}

/* ============================================
   PAGINACIÓN - PUNTOS (SOLO MÓVIL)
   ============================================ */
.categories-pagination {
    display: none; /* Oculto por defecto */
}

/* En móvil se muestra */
@media (max-width: 767.98px) {
    .categoriesSwiper {
        padding: 5px 0 40px 0;
    }
    
    .categories-pagination {
        display: flex !important;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        justify-content: center;
        gap: 8px;
        padding: 10px 0;
        z-index: 10;
    }

    .categories-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #D1D1D1;
        opacity: 1;
        border-radius: 50%;
        transition: all 0.3s ease;
        margin: 0 4px;
        cursor: pointer;
    }

    .categories-pagination .swiper-pagination-bullet-active {
        background: #0E0D35;
        width: 24px;
        border-radius: 4px;
    }

    /* Mejora experiencia táctil */
    .category-card {
        cursor: grab;
        touch-action: pan-y;
    }
    .category-card:active {
        cursor: grabbing;
    }
}

/* En desktop ocultamos puntos */
@media (min-width: 768px) {
    .categories-pagination {
        display: none !important;
    }
}

/* Tarjeta Principal */
.category-card {
  background-color: var(--brand-violet-950);
  border-radius: var(--espaciado-24);
  width: 240px;
  height: 283px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex-shrink: 0; /* Evita que la tarjeta se encoja inapropiadamente */
}

/* Efecto Hover para UX profesional */
.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(38, 3, 93, 0.2);
}

/* Área Blanca Interna para la Imagen */
.card-media {
  background-color: var(--neutral-white);
  border-radius: var(--espaciado-24);
  width: 100%;
  height: 204px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 16px;
}

.category-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Ajusta la imagen dinámicamente sin deformarla */
}

/* Sección Inferior de Texto e Icono */
.card-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4px 4px 0 4px;
}

.category-name {
  color: var(--neutral-white);
  font-family: var(--font-family-body);
 font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /* Corta textos muy largos con '...' */
  max-width: 160px;
}

.category-icon-wrapper {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Layout General de la Sección */
.empresas-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 100%;
    margin: 40px 0;
}

.empresas-title {
    color: var(--neutral-100, #0e0d35);
    text-align: center;
    font-family: var(--font-family-title);
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
}

/* Franja de Fondo Lima de Ancho Completo */
.empresas-banner {
    background: var(--brand-lima-300, #cdfe64);
    width: 100%;
    min-height: 153px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.empresas-swiper {
    width: 100%;
    height: 100%;
}

/* REGLA CLAVE: Fuerza la animación continua y lineal en Swiper */
.empresas-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/* Configuración de las Diapositivas e Imágenes */
.empresa-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important; /* Requerido para slidesPerView: 'auto' */
}

.empresa-logo {
    max-height: 56px;
    width: auto;
    object-fit: contain;
    display: block;
}



/* Base Reset Box-Sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Layout Principal */
.feature-card {
  background-color: var(--brand-lima-300);
  border-radius: var(--card-radius);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;   
  height: 254px;
  justify-content: flex-start;   
  box-sizing: border-box;
  overflow: hidden;
}

/* Columna de Imagen */
.feature-card__media-wrapper {
  flex: 1 1 50%;
  max-width: 650px;
}

.feature-card__media {
  width: 100%;
  height: auto;
  aspect-ratio: 650 / 433;
  object-fit: cover;
  border-radius: var(--radius-32);
  display: block;
}

/* Columna de Contenido */
.feature-card__content {
  flex: 1 1 50%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: 60px;
}

/* Tipografía y Elementos de Texto */
.feature-card__title_cat {
  margin: 0;
  color: var(--neutral-100);
  font-family: var(--font-family-title);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

 .input-cart {
    border-radius: 8px;
    background: #fff;
}
.modal-title{
  color: var(--neutral-100);
  text-align: center;
  /* H5/24 px */
  font-family: var(--font-family-title);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  width: 100%;
}
.header-modal-cart{
  border-bottom: none !important;
}

.btn-modal-cart{
  display: block !important;
  width: 50% !important;
  margin: 0 auto !important;

}
.divisor{
    margin-top: 70px;
    margin-bottom: 70px;
}

/* ============================================
   CUSTOM FILE UPLOAD - ESTILOS
   ============================================ */
.custom-file-upload {
    position: relative;
    width: 100%;
}

.custom-file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.custom-file-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    border: 2px solid #CFD1D3;
    border-radius: 12px;
    background-color: #F8F9FC;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    position: relative;
}

.custom-file-label:hover {
    border-color: #4E56D4;
    background-color: #F0F1FF;
}

/* Cuando el input está enfocado (accesibilidad) */
.custom-file-input:focus + .custom-file-label {
    border-color: #4E56D4;
    box-shadow: 0 0 0 3px rgba(78, 86, 212, 0.2);
}

/* Contenido del upload */
.file-upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    pointer-events: none; /* Permite que el input capture el click */
}

.upload-icon {
    width: 48px;
    height: 15px;
    margin-bottom: 4px;
}

.upload-text {
    font-family: var(--font-body);
    font-size: 14px;
    color: #0E0D35;
}

.upload-subtext {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    color: #999FA7;
}

/* Nombre del archivo seleccionado */
.file-name {
    display: none;
    margin-top: 8px;
    font-family: var(--font-body);
    font-size: 14px;
    color: #0E0D35;
    padding: 8px 12px;
    background-color: #E1E3F8;
    border-radius: 8px;
    word-break: break-all;
}

.file-name.has-file {
    display: inline-block;
}

/* Estado cuando hay un archivo seleccionado */
.custom-file-input.has-file + .custom-file-label {
    border-color: #4E56D4;
    border-style: solid;
    background-color: #E1E3F8;
}

.custom-file-input.has-file + .custom-file-label .upload-text {
    color: #4E56D4;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 767.98px) {
    .custom-file-label {
        min-height: 130px;
        padding: 16px;
    }

    .upload-icon {
        width: 36px;
        height: 36px;
    }

    .upload-text {
        font-size: 14px;
    }

    .upload-subtext {
        font-size: 12px;
    }
}

.info-cont-product{
  padding-left: 85px;
}
.feature-card__description {
  margin: 0;
  color: var(--neutral-90);
  font-family: var(--font-family-body);
  font-size: 1rem; /* 16px */
  line-height: 1.625; /* 26px */
  font-weight: 400;
}

.feature-card__highlight {
  margin: 0;
  color: var(--neutral-90);
  font-family: var(--font-family-body-semibold);
  font-size: 1rem; /* 16px */
  line-height: 1.625; /* 26px */
  font-weight: 600;
}

/* Box Sizing Universal */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Sección Contenedora */
.why-us {
  width: 100%;
  padding: 4rem var(--spacing-container-padding);
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.why-us__container {
  width: 100%;
  max-width: var(--max-width-container);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

/* Título Principal de la Sección */
.why-us__title {
  margin: 0;
  color: var(--neutral-100);
  text-align: center;
  font-family: var(--font-family-title);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
}

.project-products-mobile {
        display: none !important;
    }

    .project-products-desktop {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .project-products-header {
        display: grid;
        grid-template-columns: 100px 2fr 1fr 1fr;
        gap: 16px;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--brand-border);
        font-weight: 700;
        color: var(--brand-dark);
    }

    .project-product-row {
        display: grid;
        grid-template-columns: 100px 2fr 1fr 1fr;
        gap: 16px;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid #EAEAEA;
    }

    .project-product-img-col img {
        width: 80px;
        height: 80px;
        border-radius: 8px;
        object-fit: cover;
    }

    .project-contract-summary {
        display: flex;
        justify-content: space-between;
        padding-top: 24px;
        margin-top: 16px;
        border-top: 1px solid var(--brand-border);
    }

    .project-contract-summary .summary-labels,
    .project-contract-summary .summary-values {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 50%;
    }

    .project-contract-summary .summary-values {
        text-align: right;
    }

    .project-products-wrapper {
    width: 100%;
    font-family: var(--font-body);
    box-sizing: border-box;
}

/* Layout de Tarjetas usando CSS Grid */
.why-us__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem; /* 20px */
  width: 100%;
}

/* Estilos base (Móvil por defecto: Dirección en columna normal -> Texto primero, Imagen después) */
.feature-card_home {
    display: flex;
    flex-direction: column; /* Apila los elementos verticalmente */
    gap: 1.5rem;
}

/* Cambiamos el orden visual en móvil utilizando flexbox order */
.feature-card__content {
    order: 1; /* Aparece primero en móvil (arriba) */
}

.feature-card__media-wrapper {
    order: 2; /* Aparece segundo en móvil (abajo) */
}

/* Imagen responsive para que se adapte al contenedor en móvil */
.feature-card__media {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* --- ESCRITORIO (a partir de 768px o 992px según prefieras) --- */
@media (min-width: 768px) {
    .feature-card_home {
        flex-direction: row; /* Coloca imagen a la izquierda y texto a la derecha */
        align-items: center;
        gap: 2rem;
    }

    /* Restablecemos el orden natural para pantallas grandes */
    .feature-card__media-wrapper {
        order: 1; /* Imagen a la izquierda */
        flex: 1;
    }

    .feature-card__content {
        order: 2; /* Texto a la derecha */
        flex: 1;
    }
}

/* Breakpoint para Laptops y Monitor Desktop (2 Columnas) */
@media (min-width: 768px) {
  .why-us__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Estructura de la Tarjeta (Card) */
.why-card {
  background-color: var(--brand-blue-100);
  border-radius: var(--radius-32);
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 384px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}


/* Iconos */
.why-card__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  width: 100%;
}

.why-card__icon {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

/* Contenido de la Tarjeta */
.why-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: left;
  width: 100%;
}

.why-card__title {
  margin: 0;
  color: var(--neutral-100);
  font-family: var(--font-family-title);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

.why-card__description {
  margin: 0;
  color: var(--neutral-90);
  font-family: var(--font-body);
  font-size: 1rem; /* 16px */
  line-height: 1.625; /* 26px */
  font-weight: 400;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Sección Principal */
.testimonials {
  width: 100%;
  padding: 4rem 1.5rem;
  display: flex;
  justify-content: center;
}

.testimonials__container {
  width: 100%;
  max-width: var(--max-width-container);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

/* Título */
.testimonials__title {
  margin: 0;
  color: var(--neutral-100);
  text-align: center;
  font-family: var(--font-family-title);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  font-weight: 700;
}

/* Tarjeta Principal */
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 100%;
}

@media (min-width: 992px) {
  .testimonial-card {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5.5rem; /* 88px figma */
  }
}

/* Columna de Imagen + Fondo Púrpura */
.testimonial__media {
  position: relative;
  width: 100%;
  max-width: 453px;
  height: 490px;
  flex-shrink: 0;
}

/* Marco Púrpura de fondo */
.testimonial__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand-violet-950);
  border-radius: var(--radius-32);
  z-index: 1;
}

.testimonial__avatar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 435px;
  object-fit: cover;
  border-bottom-left-radius: var(--radius-32);
  border-bottom-right-radius: var(--radius-32);
  z-index: 2;
}

/* Estilos para la paginación del carrusel de categorías */
.categories-carousel-wrapper {
    position: relative;
    overflow: visible;
}

.categoriesSwiper {
    overflow: visible;
    padding-bottom: 40px; /* Espacio para los indicadores */
}

.categories-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 10px 0;
}

.categories-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #D1D1D1;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.categories-pagination .swiper-pagination-bullet-active {
    background: #0E0D35;
    width: 24px;
    border-radius: 4px;
}

/* En desktop ocultamos la paginación */
@media (min-width: 768px) {
    .categories-pagination {
        display: none !important;
    }
    .categoriesSwiper {
        padding-bottom: 0;
    }
}

/* Mejora la experiencia táctil en móvil */
@media (max-width: 767px) {
    .category-card {
        cursor: grab;
        touch-action: pan-y;
    }
    .category-card:active {
        cursor: grabbing;
    }
}

/* Columna de Contenido */
.testimonial__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 434px;
  gap: 2rem;
}

@media (min-width: 992px) {
  .testimonial__content {
    align-items: flex-end; /* Alinea controles a la derecha en desktop */
  }
}

.testimonial__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  text-align: left;
}

.testimonial__quote-icon {
  flex-shrink: 0;
}

.testimonial__quote {
  margin: 0;
}

.testimonial__text {
  margin: 0;
  color: var(--neutral-90);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.625;
}

/* Datos del Autor */
.testimonial__author {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.testimonial__name {
  color: var(--neutral-90);
  font-family: var(--font-body);
  font-size: 0.875rem; /* 14px */
  line-height: 1.5;
  font-weight: 700;
}

.testimonial__role {
  color: var(--neutral-90);
  font-family: var(--font-body);
  font-size: 0.75rem; /* 12px */
  line-height: 1.5;
}
.delete-cart{
  position: absolute;
  top: 0;
  right: 10px;
}

/* Controles (Botones Flecha) */
.testimonial__nav {
  display: flex;
  gap: 0.75rem; /* 12px */
}

.testimonial__control {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.testimonial__control:hover {
  opacity: 0.7;
  transform: scale(1.05);
}

.testimonial__control:focus-visible {
  outline: 2px solid var(--brand-violet-950);
  outline-offset: 4px;
}

.list-color li label{
    border-radius: 50px;
    width: 30px;
    height: 30px;
    border: solid 1px  #e9e9e9;
}

/* Indicadores / Puntos inferiores */
.testimonials__indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem; /* 12px entre puntos */
  margin-top: 1rem;
}

.testimonials__indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: var(--color-brand-blue-200);
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.testimonials__indicator--active {
  background-color: var(--brand-violet-950);
  transform: scale(1.1);
}




/* Reset de contenedor general */
.news-products-section {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.title-new-products {
  color: var(--neutral-100);
  text-align: center;
  font-family: var(--font-family-title);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
}


/* Ajustes del Slider */
.mySwiper {
  padding: 10px 5px 30px 5px !important;
}

.tarjeta-producto-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

/* Tarjeta individual adaptada de Figma */
.tarjeta-productos {
  background-color: var(--brand-blue-100);
  border-radius: 24px; 
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  width: 305px;
  height: 409px;
  padding: 16px 16px 24px 16px;
  align-items: flex-start;
  gap: 10px;
}

.tarjeta-productos:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
 .btn-whatsaap-card{
    color:#fff;
    font-size: 18px;
  }

.tarjeta-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 100%;
}

/* Imagen con proporciones de Figma */
.product-image-container {
  width: 100%;
  aspect-ratio: 273 / 272;
  border-radius: 24px;
  overflow: hidden;
  background-color: #ffffff;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}

/* Información del producto */
.product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0 4px;
}

.product-title {
  color: var(--neutral-90);
  font-family: var(--font-body-bold);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
  
}
.title-cot{
  color: var(--neutral-100);  
  font-family: var(--font-family-title);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px; 
}
.text-dark{
  color: var(--neutral-100);
  /* Cuerpo de texto/16 px/Bold */
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.text-secondary-cot{
  color: var(--neutral-100) !important;
  /* Cuerpo de texto/16 px/Regular */
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.pl-80{
  padding-left: 80px !important;
}



.product-price,
.product-quantity {
  color: var(--neutral-90);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
    line-height: 26px;
  margin: 0;
}

.page-item.active .page-link{
    background: var(--brand-blue-500, #4E56D4) !important;
    border: 1px solid var(--brand-blue-500, #4E56D4) !important;    
    border-radius: 100px;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    font-size: 16px !important;
    font-family: var(--font-body);
  }
  .page-item{
    border-radius: 100px !important;
    border: var(--Lnea-1-5, 1.5px) solid var(--Brand-Blue-500, #4E56D4) !important;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 6.125px 0.625px 7.875px 0.625px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    color: var(--brand-blue-500);
    font-size: 16px !important;
    font-family: var(--font-body);
    margin-right: 7px;
  }
  .page-item button{
    color: var(--brand-blue-500) !important;
    border-radius: 100px !important;
  }
  .page-link:hover{
    width: 40px !important;
    height: 40px !important;
    background: var(--brand-blue-500, #4E56D4) !important;
    color: #fff !important;
    border-radius: 100px !important;
  }

  .quote-products-mobile{
    display: none;
  }

/* Tarjeta Principal */
.meeting-card {
    background-color: var(--brand-lima-300);
    border-radius: 32px;
    padding: 64px 48px;
    position: relative;
    overflow: hidden;
}

/* Tipografía */
.meeting-title {
    color: var(--neutral-100);
    font-family: var(--font-family-title);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px
}

.meeting-subtitle {
    color: var(--neutral-90);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

/* Layout del Formulario */
.inputs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    color: var(--neutral-90);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

/* Campos de entrada */
.custom-input,
.custom-textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--neutral-60);
    border-radius: 8px;
    padding: 12px 16px;
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--neutral-100);
    outline: none;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.custom-input::placeholder,
.custom-textarea::placeholder {
    color: var(--neutral-60);
}

.custom-input:focus,
.custom-textarea:focus {
    border-color: var(--brand-blue-500);
    box-shadow: 0 0 0 3px rgba(78, 86, 212, 0.2);
}

.custom-textarea {
    resize: vertical;
    min-height: 96px;
}
.resume-quote{
  display: none;
}

/* Botón Primario */
.btn-submit-primary {
    background-color: var(--brand-blue-500);
    color: var(--neutral-white);
    border: none;
    border-radius: 999px;
    padding: 12px 32px;
    font-family: var(--font-body-bold);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
}

.btn-submit-primary:hover {
    background-color: #3b42b8;
}

.btn-submit-primary:active {
    transform: scale(0.98);
}

/* Imagen Lateral */
.meeting-img {
    max-height: 520px;
    object-fit: contain;
}

/* Modificadores de Alertas */
.missing_alert {
    font-size: 12px;
    margin-top: 4px;
    display: block;
}


.hero-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Título */
.hero-title {
    color: var(--neutral-100);
    font-family: var(--font-family-title);
    font-size: clamp(2.5rem, 5vw, 4rem); /* Responsive: de 40px a 64px */
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

.hero-title .text-highlight {
    color: var(--brand-blue-500);
    display: inline;
}

/* Botón Call To Action */
.btn-primary-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brand-blue-500);
    color: var(--neutral-white);
    font-family: var(--font-body);
    font-size: 1.25rem; /* 20px */
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    padding: 12px 32px;
    min-height: 56px;
    border-radius: var( --radio-999);
    box-shadow: 0 4px 14px rgba(78, 86, 212, 0.25);
    transition: all 0.3s ease-in-out;
}

.btn-primary-custom:hover {
    background-color: var(--brand-blue-600);
    color: var(--neutral-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(78, 86, 212, 0.35);
}

.btn-primary-custom:active {
    transform: translateY(0);
}
 .banner-p-desk{
    display: block;
  }
  .banner-p-mobile{
    display: none;
  }

/* Imagen Ilustrativa */
.hero-media {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-img {
    width: 100%;
    max-width: 758px;
    height: auto;
    object-fit: cover;
    border-radius: var(--radius-32);
}



.footer-desktop,
.footer-desktop * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.footer-desktop {
  background: var(--brand-violet-950);
  padding: 88px 80px 40px 80px; /* Padding inferior ajustado */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: auto; /* Altura flexible según contenido */
  position: relative;
  width: 100%;
}

.frame-1000004817 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  max-width: 1280.79px;
  width: 100%;
  position: relative;
}

/* Estilos para el contenedor del carrusel de categorías */
.categories-carousel-wrapper {
    padding: 0 45px;
}

/* Botones de navegación (Flechas Escritorio) */
.category-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e293b;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.category-nav-arrow:hover {
    background-color: #f8fafc;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
    color: #000000;
}

.category-prev-btn {
    left: 0px;
}

.category-next-btn {
    right: 0px;
}
.empresas-section{
      margin-bottom: 130px;
}

/* En dispositivos móviles se ocultan los botones y se aprovecha el margen */
@media (max-width: 767.98px) {
    .categories-carousel-wrapper {
        padding: 0;
    }
    .category-nav-arrow {
        display: none !important;
    }
}

.frame-1000004816 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  gap: 40px;
}

.group-27 {
  flex-shrink: 0;
  width: 50px;
  height: 54.99px;
  position: relative;
  overflow: visible;
  aspect-ratio: 50 / 54.99;
}

.frame-1000004815 {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.frame-1000004814,
.frame-1000004813 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.footer-link {
  color: var(--neutral-white);
  text-align: left;
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
  display: flex;
  align-items: center;
}

.footer-link:hover {
  opacity: 0.8;
  color: var(--brand-lima-300);
}

.btn-email-cart{
  font-size: 18px;
}
.frame-1000004812 {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.chat-gpt-image-2-jun-2026-12-01-33-p-m-3 {
  flex-shrink: 0;
  width: 107.14px;
  height: 124px;
  position: relative;
  transform: scaleX(-1);
  object-fit: cover;
  aspect-ratio: 107.14 / 124;
}

.frame-1000004811 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 192px;
  position: relative;
}

.instagram-stroke-rounded-1-1 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  transition: transform 0.2s ease;
}

.instagram-stroke-rounded-1-1:hover {
  transform: scale(1.1);
}

.frame-1000004810 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.creamos-algo-especial {
  color: var(--neutral-white);
  text-align: left;
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.buttons-tertiary-text-icon {
  background: var(--brand-lima-300);
  border-radius: var(--radio-999);
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.buttons-tertiary-text-icon:hover {
  background-color: #b8e64b;
  transform: translateY(-2px);
}

.frame-1000004809 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 24px;
}

.button {
  color: var(--neutral-100);
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.title-related {
    font-family: var(--font-family-title);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    color: var(--neutral-100);
    text-align: center;
}
.sl-close, .sl-next, .sl-prev, .sl-counter{
  color: #4E56D4 !important;
}
.sl-wrapper{
      background: #ffffffd4 !important;
}
.swal2-popup{
    width: 32em !important;
    padding: 25px 45px !important;
}
.btn-c1{
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    background:  var(--brand-blue-500) !important;
    border-color: var(--brand-blue-500) !important;
    border-radius: var(--radio-999); 
    box-shadow: none !important;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}
.btn-c1:hover{
    background: var(--brand-blue-600) !important; /* o un azul más oscuro */
    border-color: var(--brand-blue-600) !important;
    color: #fff !important;
    transform: translateY(-2px);
}
.btn-c2{
    display: inline-block;
    color: var(--brand-blue-500) !important;
    border-color:var(--brand-blue-500) !important;
    background: transparent !important;
    border-radius: var(--radio-999); 
    box-shadow: none !important;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}
.btn-c2:hover{
    background: var(--brand-blue-500) !important;
    border-color: var(--brand-blue-500) !important;
    color: #fff !important;
    transform: translateY(-2px);
}
.swal2-popup{
      border-radius: 32px !important;
}

.btn-p{
  color:#fff;   
  width: 250px;
}

/* Botón flotante WhatsApp */
#btn-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  transition: transform 0.3s ease;
}

#btn-whatsapp:hover {
  transform: scale(1.1);
}

/* 1. Contenedor Máscara */
.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
  
}

/* 2. Pista en movimiento */
.marquee-track {
    display: flex;
    width: max-content;
    gap: 20px;
    /* Ajustar los segundos (ej. 25s) para acelerar o desacelerar el paso */
    animation: marquee-scroll 50s linear infinite;
    will-change: transform;
}

/* Pausar el desplazamiento al hacer hover para facilitar el clic */
.marquee-track:hover {
    animation-play-state: paused;
}

/* 3. Bloques paralelos de contenido */
.marquee-content {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
}

/* Keyframes para el desplazamiento infinito continuo */
@keyframes marquee-scroll {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

/* 4. Estilos de las Tarjetas (Figma Design) */
.subcategor-a-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.2s ease-in-out;
}

.subcategor-a-link:hover {
    transform: translateY(-4px);
}

.subcategor-a {
    background: var(--brand-violet-950);
    border-radius: var(--radio-16);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 182px;
    height: 200px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.frame-1000002470 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.frame-1000002469 {
    background: var(--neutral-white);
    border-radius: var(--radio-12);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 135px;
    box-sizing: border-box;
}

.frame-1000004279 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.icono-ilustrado {
    max-width: 100%;
    max-height: 86px;
    object-fit: contain;
}

.frame-1000002468 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 4px;
}

.subcategory-title {
    color: var(--neutral-white);
    font-family: "PlusJakartaSans-SemiBold", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
}

.arrow-right-up-circle {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}


/* Grilla de 3 Columnas */
.feature-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

/* Contenedor Flexbox de la Tarjeta */
.feature-card_home {
    height: 435px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; /* Alinea todo al inicio para pegar el texto a la imagen */
    gap: 12px; /* Controla la distancia exacta entre imagen y texto */   
    box-sizing: border-box;
    overflow: hidden;
}

/* Columna de la Imagen */
.feature-card__col-image {
    flex: 0 0 auto; /* Ocupa solo el ancho necesario */
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end; /* Asienta la imagen en el borde inferior */
    justify-content: flex-start;
}

.paginacion-wrapper .pagination-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 4px;
    align-items: center;
}

.paginacion-wrapper .pagination-list li {
    display: inline-flex;
}

.paginacion-wrapper .pagination-list li a,
.paginacion-wrapper .pagination-list li span {
    
    align-items: center;
    justify-content: center;    
    color: #4E56D4;   
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    border-radius: 20px;
    border: 1.5px solid var(--Brand-Blue-500, #4E56D4);
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.paginacion-wrapper .pagination-list li.active span {    
    color: white;
    border: 1px solid var(--Brand-Blue-500, #4E56D4);
    background: var(--Brand-Blue-500, #4E56D4);
}

.paginacion-wrapper .pagination-list li.disabled span {
    opacity: 0.5;
    cursor: not-allowed;
}

.paginacion-wrapper .pagination-list li a:hover:not(.disabled) {
    background: #f7fafc;
    border-color: #cbd5e0;
}

/* Mobile: solo flechas y números pequeños */
@media (max-width: 480px) {
    .paginacion-wrapper .pagination-list li a,
    .paginacion-wrapper .pagination-list li span {        
        padding: 0 8px;
        font-size: 13px;
    }
    
    .paginacion-wrapper .pagination-list li:first-child a,
    .paginacion-wrapper .pagination-list li:first-child span,
    .paginacion-wrapper .pagination-list li:last-child a,
    .paginacion-wrapper .pagination-list li:last-child span {
        padding: 0 10px;
    }
}
.feature-card__image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    object-position: bottom left;
    display: block;
}

/* Columna del Texto (Pegada a la imagen) */
.feature-card__col-content {
    flex: 1 1 auto; /* Toma el espacio restante pegado al gap */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

/* Tipografía Anti-Ruptura de Palabras */
.feature-card__title {
    font-family: var(--font-family-title);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
}

/* Colores de Título */
.feature-card__title--primary {
    color: var(--brand-blue-500);
}

.feature-card__title--secondary {
    color: var(--brand-violet-950);
}

.list-products-mobile{
    padding: 0;
}
.list-color{
    padding: 0px;
    margin-bottom: 0px;
}
.list-color li{
    float: left;
    list-style: none;
    margin-right: 7px;
}

.list-tallas{
    padding: 0px;
    margin-bottom: 0px;
}
.list-tallas li{
    float: left;
    list-style: none;
    margin-right: 7px;
}
.list-tallas li label{
    border: solid 1px #707070;
    border-radius: 50px;
    padding: 5px 5px;
    font-size: 12px;
    height: 28px;
    width: 28px;
    text-align: center;
}
.color-active{
    border: none !important;
}
.color-active i{
    color: #1ED161;
    font-size: 25px;
    font-weight: bold;
}

.talla-active{
    border: none !important;
}
.talla-active i{
    color: #1ED161;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.filter-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 277px;
  margin: 0 auto;
}

.filter-sidebar__title {
  color: var(--neutral-100);
  font-family: var(--font-family-title);
      font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;

}
.btn-cot{
  font-size: 20px !important;
  font-weight: 600 !important;
}

.filter-sidebar__divider {
  border: 0;
  border-top: 1px solid var(--neutral-10);
  margin: 0;
}

/* Acordeón */
.filter-accordion__item {
  border-bottom: 1px solid var(--neutral-10);
  padding-bottom: 16px;
}

.filter-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.filter-accordion__header::-webkit-details-marker {
  display: none;
}

.filter-accordion__title {
  color: var(--neutral-100);
  font-family: var(--font-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.filter-accordion__icon {
  transition: transform 0.2s ease;
}

.filter-accordion__item[open] .filter-accordion__icon {
  transform: rotate(180deg);
}

.filter-accordion__content {
  padding-top: 16px;
}

/* Lista Subcategorías */
.subcategory-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.subcategory-list__link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--neutral-90);
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 14px;
  padding: 6px 8px;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.subcategory-list__link:hover,
.subcategory-list__link.is-active {
  background-color: rgba(78, 86, 212, 0.08);
  color: var(--brand-blue-500);
  font-weight: 700;
}

.subcategory-list__img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 4px;
}

/* Switches / Toggles */
.filter-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--neutral-10);
}

.filter-toggle__label {
  color: var(--neutral-100);
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin: 0;
}

.ui-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
  margin: 0;
}

.ui-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ui-switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: var(--neutral-10);
  border-radius: 100px;
  transition: 0.3s;
}

.ui-switch__slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: var(--neutral-50);
  border-radius: 50%;
  transition: 0.3s;
}

.ui-switch input:checked + .ui-switch__slider {
  background-color: var(--brand-blue-500);
}

.ui-switch input:checked + .ui-switch__slider:before {
  transform: translateX(24px);
  background-color: #ffffff;
}

/* Botón Limpiar Filtros */
.btn-filter-reset {
  background-color: var(--brand-blue-500);
  color: var(--neutral-white);
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  height: 52px;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.btn-filter-reset:hover {
  opacity: 0.9;
}

/* Card Promo */
.banner-promo {
  background-color: var(--brand-lima-300);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}

.banner-promo__img {
  width: 100px;
  height: auto;
  margin-bottom: 16px;
}

.banner-promo__title {
  color: var(--neutral-100);
  font-family: var(--font-family-title);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.banner-promo__description {
  color: var(--neutral-90);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.btn-primary-action {
  background-color: var(--brand-blue-500);
  color: var(--neutral-white);
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  height: 52px;
  width: 100%;
  transition: opacity 0.2s ease;
}

.btn-primary-action:hover {
  color: var(--neutral-white);
  opacity: 0.9;
}

.price-range__inputs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

/* Layout General */
.catalogo-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
}

/* Grid Responsivo (Reemplaza los list-products-desk y mobile) */
.products-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 1 Columna en Móvil */
  gap: 24px;
  width: 100%;
}

@media (min-width: 640px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 Columnas en Tablets */
  }
}

@media (min-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr); /* 3 Columnas en Escritorio */
    gap: 32px;
  }
}

/* Tarjeta de Producto */
.tarjeta-producto {
  background-color: var(--brand-blue-100);
  border-radius: 24px;
  padding: 16px 16px 24px 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.tarjeta-producto:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.tarjeta-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

/* Imagen */
.imagen-wrapper {
  width: 100%;
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
}

.imagen-producto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Contenido de la Tarjeta */
.info-producto {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

/* Badges de Colores y Tallas */
.colores-container,
.tallas-container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.color-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: inline-block;
}

.talla-badge {
  font-family: var(--font-body);
  font-size: 11px;
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--neutral-90);
  padding: 2px 6px;
  border-radius: 4px;
}

/* Título */
.titulo-producto {
  font-family: var(--font-body-bold);
  font-size: 16px;
  line-height: 26px;
  color: var(--neutral-90);
  margin: 0;
  /* Truncar texto a 2 líneas si es muy largo */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
}

/* Meta Datos (Precio y Cantidad) */
.meta-producto {
  display: flex;
  flex-direction: column;
}

.meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.meta-icono {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.meta-texto {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--neutral-90);
  font-weight: 400;
  line-height: 26px;
}

/* Paginación */
.paginacion-wrapper {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  width: 100%;
}
/* 1. Wrapper exterior: Empuja todo el contenido al extremo derecho */
.sorting-toolbar {
  display: flex;
  justify-content: flex-end; /* Alinea a la derecha de la pantalla/contenedor */
  align-items: center;
  width: 100%;
  background: transparent;
  padding: 8px 0;
}

/* 2. Contenedor interno: Sin fondo, sin borde */
.sort-container {
  display: inline-flex;
  align-items: center; /* Centrado vertical estricto entre label y select */
  gap: 12px; /* Separación horizontal */
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
}

/* 3. Etiqueta Label: Reset total de márgenes y alturas de línea */
.sort-label {
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  font-size: 0.875rem; /* 14px */
  font-weight: 600;
  color: #334155;
  margin: 0 !important; /* Neutraliza el margin-bottom de Bootstrap/reset CSS */
  padding: 0 !important;
  line-height: 1 !important; /* Resetea la altura para coincidir con el centro geométrico */
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}

/* 4. Wrapper intermedio del select */
.sort-container .filter-accordion__content {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: auto;
}

/* 5. Select limpio: Ancho adaptable y alineación corregida */
.sort-select-clean {
  display: inline-block;
  width: auto !important; /* Sobrescribe el 100% de Bootstrap */
  height: 38px; /* Altura fija para control preciso */
  line-height: 1.2;
  font-size: 0.875rem;
  color: #1e293b;
  background-color: transparent;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0 32px 0 12px; /* Sin padding vertical excesivo para no descentrar el texto */
  margin: 0 !important;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Estilos de interacción */
.sort-select-clean:focus {
  outline: none;
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

.breadcrumb,
.breadcrumb * {
  box-sizing: border-box;
}
.breadcrumb {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-top: 30px;
}
.breadcrumb2 {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.breadcrumb-main {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.breadcrumb-items-core {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.text {
  color: var(--neutral-50, #a6abb2);
  text-align: left;
  font-family: var(
    --leyenda-14-px-regular-font-family,
    "PlusJakartaSans-Regular",
    sans-serif
  );
  font-size: var(--leyenda-14-px-regular-font-size, 14px);
  line-height: var(--leyenda-14-px-regular-line-height, 24px);
  font-weight: var(--leyenda-14-px-regular-font-weight, 400);
  position: relative;
}
.chevron-right {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: visible;
}
.chevron-right2 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: visible;
}
.text2 {
  color: var(--neutral-100, #0e0d35);
  text-align: left;
  font-family: var(
    --leyenda-14-px-regular-font-family,
    "PlusJakartaSans-Regular",
    sans-serif
  );
  font-size: var(--leyenda-14-px-regular-font-size, 14px);
  line-height: var(--leyenda-14-px-regular-line-height, 24px);
  font-weight: var(--leyenda-14-px-regular-font-weight, 400);
  position: relative;
}


.item-sub .logo-menu-mobil{
    border-radius: 10px;
    width: 65px;
    height: 65px;
    margin-right: 17px;
    background: #fff;
    padding: 15px;
  }

  .item-sub .logo-menu-mobil img{    
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
  }

  .item-sub{
    font-size: 16px;
    line-height: 50px;
    padding: 10px 25px 10px;
    margin: 0 10px;
    font-weight: 600;
    display: flex;
    cursor: pointer;
    color: #0e0d35;
    font-family: var(--font-body);
    font-weight: 400;
  }
  .mobile_menu ul.navbar-nav{
    background: #e1e3f8;
  }

  .m-menu {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 768px;
    width: calc(100vw - 30px);
    height: 100%;
    -moz-transform: translate3d(-450px, 0, 0);
    -o-transform: translate3d(-450px, 0, 0);
    -ms-transform: translate3d(-450px, 0, 0);
    -webkit-transform: translate3d(-450px, 0, 0);
    transform: translate3d(-450px, 0, 0);
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 1;
    overflow: hidden;
    background: #e1e3f8;
  }

/* ==========================================================================
   Responsive
   ========================================================================== */



@media (max-width: 992px) {
    .feature-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .feature-cards-grid {
        grid-template-columns: 1fr;
    }
    
    .feature-card {
        height: 180px;
    }
}

/* Adaptabilidad Responsiva */
@media (max-width: 992px) {
  .footer-desktop {
    padding: 40px 20px 30px 20px;
  }

  .frame-1000004816 {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .frame-1000004815 {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
  }

  .frame-1000004814,
  .frame-1000004813 {
    align-items: center;
  }

  .frame-1000004812 {
    flex-direction: column;
  }

  .frame-1000004811 {
    align-items: center;
  }
}

/* ==========================================
   AJUSTES RESPONSIVOS (MOBILE/TABLET)
   ========================================== */
@media (max-width: 991.98px) {
    .hero-content {
        text-align: center;
    }
    
    .hero-title {
        margin-bottom: 2rem;
    }
    .product-list-desk{
      display: none;;
    }
}

/* Adaptación Responsiva */
@media (max-width: 991px) {
    .meeting-card {
        padding: 40px 24px;
    }
    .meeting-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .inputs-grid {
        grid-template-columns: 1fr;
    }
}

/* Ajustes Responsive */
@media (max-width: 768px) {
  .title-new-products {
    font-size: 32px;
    line-height: 40px;
  }
}

/* Adaptación Responsiva (Tablets y Móbiles) */
@media (max-width: 992px) {
  .feature-card {
    flex-direction: column;
    gap: var(--spacing-gap-mobile);
    align-items: stretch;
  }

  .feature-card__media-wrapper,
  .feature-card__content {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

/* --- SOLO PARA MÓVIL (< 768px) --- */
@media (max-width: 767.98px) {
  .categories-carousel-wrapper, /* Si usaste un wrapper */
    .container, 
    section {
        overflow: hidden;
    }
    

}
/* Media Queries para comportamiento en Dispositivos Móviles */
@media (max-width: 768px) {
  .categories-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
  }
  .products-list-mobile{
    display: flex;
  }
    
 
  .hero-title{
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-align: justify;
  }
  .btn-primary-custom{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    display: block;
  }
  .card-media{
    height: 133px;
  }
  .category-card{
    height: 180px;
    width: 148px;
  }
  .category-name{
    font-size: 14px;
  }
  .empresas-title{
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; 
  }
  .empresas-slide img.img-fluid{
    max-width: 125px !important
  }  

  .feature-card_home{
     display: grid;
    height: 100%;
    margin-top: 40px;
  }
  .feature-card__content{
    display: block;
    margin-left: 0px;
  }
  .feature-card__title{
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; 
    text-align: center;
  }
  .why-us__title{
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
  }
  .why-card{
    max-height: 346px;
    padding: 2rem 1.5rem;
  }
  .why-card__icon-wrapper{
        height: 110px;
  }
  .why-card__title{
    font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px
  }
  .why-card{
    gap: 1rem;
    min-height: auto;
  }
  .testimonials__title{
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
  }
  .testimonials__container{
    padding: 0px !important;
  }
  .product-image-container{
        aspect-ratio: 174 / 174;
  }

  .tarjeta-productos{
    width: 175px;
    height: 310px;
  }
  .product-title{
    line-height: 20px;
  }
  .meeting-img{
    height: 268px;
  }
  .meeting-title{
    line-height: 30px;
    font-size: 24px;
  }
  .btn-submit-primary{
    width: 100%;
  }
  .frame-1000004816, .frame-1000004814, .frame-1000004813{
    align-items: start;
  }
  .cont-f{
    flex-direction: row;
  }
  .feature-card{
    gap: 10px;
    flex-direction: row;
  }
  .card-products-mobile{
    border-radius: var(--Espaciado---16, 16px);
    background: var(--brand-blue-100);
    border: none;    
  }

  .list-products-mobile {
    display: block;
    padding: 7px;
  }
   .cardproducts {
        padding: 10px 1px;
    }
  .title-card-mobile-list{
    color: var(--neutral-90);
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding: 0px;
    border-bottom: none;
  }

  .info-list-mobile {
    padding: 7px 0px;
  }

  .filter-mobile{
    width: 85%;
  }
  .btn-filter{
    color: var(--brand-blue-500);

    /* Subtitulo/20 px/Bold */
    font-family: var(--font-body);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    display: flex;
    height: 56px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: var(--button-icon-text-gap, 8px);
    border-radius: var(--Radio-999, 999px);
    border: 1px solid var(--Brand-Blue-500, #4E56D4);
    background: var(--Background-Lavanda-Nube, #FEFDFF);
  }
  .filter-accordion{
    margin-bottom: 15px;
  }
  .btn-filter-reset{
    margin-top: 15px;
  }
  .sorting-toolbar{
    display: none;
  }
  .list-pro{
        margin-top: 0rem !important;
  }
  .title-product-view {
      color: var(--neutral-100);
      /* H4/32 px */
      font-family:var(--font-family-title);
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 42px; /* 131.25% */
  }

  .quantity_min{    
    padding: 8px 16px;   
    align-items: center;    
    border-radius: var(--radio-999, 999px);
    border: 1px solid var(--brand-violet-950, #26035D);
    font-size: 14px;
    color: var(--rand-violet-950, #26035D);

  }
  .table>:not(:first-child){
    border-top: none !important;
  }
  .titlecolor{
    color: var(--neutral-100, #0E0D35);
    /* Cuerpo de texto/16 px/Bold */
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    display: block;
    margin-bottom: 15px;
  }
  .text-price{
    color: var(--neutral-100, #0E0D35);
    /* H5/24 px */
    font-family: var(--font-family-title);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
  }
  .iva{
    color: var(--neutral-100, #0E0D35);
    /* Leyenda/14 px/Regular */
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .description{
    color: var(--neutral-90, #39404F);
    /* Cuerpo de texto/16 px/Regular */
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .preguntas-frecuentes-title{
    color: var(--neutral-100, #0E0D35);
    /* H4/32 px */
    font-family: var(--font-family-title);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
  }
  .title-related{
    color: var(--neutral-100, #0E0D35);
    text-align: center;
    /* H4/32 px */
    font-family: var(--font-family-title);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
  }
  .swal2-popup{
    padding: 25px 15px !important;
  }
  .titlecart {
    color: var(--neutral-100, #0E0D35);
    /* H4/32 px */
    font-family: var(--font-family-title);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
  }
  .delete-cart{
    bottom: 0;
    top: initial;
  }
  .resume-mobile1{
        margin-top: 60px !important;
  }
  .resume{
        padding: 30px 15px;
  }
  .title-products-cart {
    color: var(--neutral-100, #0E0D35);
    text-align: center;
    /* H4/32 px */
    font-family: var(--font-family-title);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
  }
 .btn-whatsaap-card{
    color:#fff;
    font-size: 16px;
  }
  .btn-email-cart{
    font-size: 16px;
  }
  .section-cart{
        padding-top: 5rem !important;
  }
  .row-content-cart{
    margin-top: 1rem !important;
  }
  .item-cart{
    padding: 20px 15px;
  }
  .banner-p-desk{
    display: none;
  }
  .banner-p-mobile{
    display: block;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px; /* Espaciado reducido para optimizar pantalla móvil */
  }

  .category-footer {
    padding: 10px 12px;
    font-size: 0.875rem; /* Ajuste sutil de tipografía para móviles */
  }
  .btn-p{
    width: 100%;
  }
  .p-m-3{
    padding-top: 3rem !important;
  }
  .title-login{
    font-size: 32px;
    margin-bottom: 0px !important;
  }
  .info-register{
    padding: 20px 15px;
  }
  .title-pages{
    padding: 20px 15px;
    line-height: 42px;
    margin-top: 0px;
    font-size: 32px;
  }
  .p-t-4{
    padding-top: 4rem;
  }
  .title-pages-default{
    font-size: 20px;
    line-height: 30px;
  }
  .contact-hero-card {
        display: flex;
        flex-direction: column;
    }

    /* 2. Forzamos a que el bloque de la imagen se posicionen PRIMERO */
    .contact-image-space {
        order: 1;
        width: 100%;
        margin-bottom: 0px; /* Espacio entre la imagen y el título */
        text-align: center;
    }

    /* 3. El contenido con el título y formulario se posiciona SEGUNDO */
    .contact-hero-content {
        order: 2;
        width: 100%;
    }

    /* 4. Ajuste opcional para la imagen en móvil */
    .contact-image-space img.meeting-img {
        max-width: 100%;
        max-height: 280px; /* Evita que la imagen ocupe demasiada pantalla en móvil */
        object-fit: contain;
        margin: 0 auto;
    }
    .contact-page-section{
      padding: 75px 0 60px;
    }
    .mt-pt-0{
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    .title-cot{
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 42px;
    }
    .pl-80{
          padding-left: 1.5rem!important;
    }
    .quote-table-d{
      display: none;
    }

  .quote-products-mobile {
    --brand-dark: #0E0D35;
    --brand-text: #39404F;
    --brand-violet: #26035D;
    --brand-violet-light: #DAD0FF;
    --brand-border: #CFD1D3;

    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    font-family: var(--font-body);
    box-sizing: border-box;
}

/* Encabezado */
.quote-products-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.quote-products-title {
    color: var(--brand-dark);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.quote-divider {
    width: 100%;
    height: 1px;
    background-color: var(--brand-border);
}

/* Lista y Tarjetas */
.quote-products-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.quote-product-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

/* Imagen */
.quote-product-media {
    flex-shrink: 0;
}

.quote-product-img {
    width: 104px;
    height: 104px;
    border-radius: 12px;
    object-fit: cover;
    background-color: #F4F5F7;
    display: block;
}

/* Cuerpo de la tarjeta */
.quote-product-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
    min-width: 0; /* Previene desbordamiento en Flexbox */
}

.quote-product-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.quote-product-title {
    color: var(--brand-dark);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    word-break: break-word;
}

.quote-product-description {
    color: var(--brand-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    word-break: break-word;
}

/* Componente Badge / Pill de Cantidad */
.quote-quantity-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid var(--brand-violet);
    background-color: transparent;
}

.quote-badge-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.quote-quantity-text {
    color: var(--brand-violet);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
}

/* Precio */
.quote-product-price {
    color: var(--brand-dark);
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.quote-divider{
  display:none;
}
.resume-quote{
  display: block;
  color: var(--neutral-100);
  /* Subtitulo/20 px/Bold */
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; 
  margin-bottom: 20px;
}
.project-products-mobile{
  display: flex !important;
}
.project-products-desktop {
        display: none !important;
    }

    .project-products-mobile {
        display: flex;
        flex-direction: column;
        gap: 32px;
        width: 100%;
    }

    /* Encabezado */
    .mobile-section-header {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }

    .mobile-section-title {
        color: var(--brand-dark);
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        margin: 0;
    }

    .mobile-divider {
        width: 100%;
        height: 1px;
        background-color: var(--brand-border);
    }

    /* Lista y Tarjetas */
    .mobile-products-list {
        display: flex;
        flex-direction: column;
        gap: 32px;
        width: 100%;
    }

    .mobile-product-card {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        width: 100%;
    }

    .mobile-product-media {
        flex-shrink: 0;
    }

    .mobile-product-img {
        width: 104px;
        height: 104px;
        border-radius: 12px;
        object-fit: cover;
        background-color: #F4F5F7;
        display: block;
    }

    /* Detalles del producto */
    .mobile-product-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        flex: 1;
        min-width: 0;
    }

    .mobile-product-title {
        color: var(--brand-dark);
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin: 0;
        word-break: break-word;
    }

    /* Badge de Cantidad */
    .mobile-qty-badge {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 8px 16px;
        border-radius: 999px;
        border: 1px solid var(--brand-violet);
        background-color: transparent;
    }

    .mobile-badge-icon {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .mobile-qty-text {
        color: var(--brand-violet);
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        white-space: nowrap;
    }

    /* Precio */
    .mobile-product-price {
        color: var(--brand-dark);
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
    }

    /* Resumen de Contrato Móvil */
    .mobile-contract-summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .mobile-summary-labels,
    .mobile-summary-values {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .mobile-summary-labels span {
        color: var(--brand-text);
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    .mobile-summary-values {
        text-align: right;
    }

    .mobile-summary-values strong {
        color: var(--brand-text);
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        display: block;
    }
    .title-p{
      color: var(--Neutral-100, #0E0D35);
      /* H4/32 px */
      font-family: var(--font-family-title);
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 42px;
    }
    .pt-30{
      padding-top: 30px !important;
    }
    .list-color li label{
          width: 20px;
        height: 20px;
    }
    #search-overlay-container{
      z-index: 10000;
      background: #e1e3f8;
    }
    .search-input-group{
          border-radius: 7px;
    background: #ffff;
    padding: 7px;
    }
    #default-mobile-categories{
      margin-top: 25px;
    }
    .mobile-cat-list li{
      margin-bottom: 15px;
    }
    .mobile-cat-link{
      text-decoration: none;
      color: var(--neutral-100);
    }
    .section-banner-mobile{
          padding-top: 4rem !important;
    }
    .empresas-section{
      margin-bottom: 25px;
    }
    .info-cont-product{
      padding-left: initial;
    }
    .title-categoryorsub{
      color: var(--neutral-100);
      /* H4/32 px */
      font-family: var(--font-family-title);
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 42px;
    }
    .list-products-n{
          margin-top: 1rem !important;
    }
    .total-productos{
      color: var(--neutral-90, #39404F);
      text-align: right;
      /* Cuerpo de texto/16 px/Regular */
      font-family: var(--font-family-body);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px;
    }
    .paginacion-wrapper{
      margin-bottom: 50px;
      margin-top: 25px;
    }
      .label-cantidad{
        color: var(--neutral-90, #39404F);

        /* Cuerpo de texto/16 px/Regular */
        font-family: var(--font-body);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 162.5% */
      }
      .only-product-mobile{
margin-top: 5px !important;
      }


/*yefer*/
}



/* Ajustes Responsive para Pantallas < 380px */
@media (max-width: 380px) {
    .quote-product-card {
        flex-direction: column;
        gap: 16px;
    }

    .quote-product-img {
        width: 100%;
        height: 160px;
    }
}

/* --- MÓVIL (< 768px): SLIDER 1 A 1 --- */
@media (max-width: 767.98px) {
    .feature-cards-grid {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory; /* Fuerza a encajar tarjeta por tarjeta */
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding-bottom: 10px;
    }

    /* Ocultar barra de scroll visual para mejor estética */
    .feature-cards-grid::-webkit-scrollbar {
        display: none;
    }
    .feature-cards-grid {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .feature-card {
        flex: 0 0 100%; /* Cada tarjeta ocupa exactamente el 100% de la pantalla */
        min-width: 100%;
        scroll-snap-align: start;
        box-sizing: border-box;
    }
}

/* --- ESCRITORIO (>= 768px): MANTIENE GRID ORIGINAL --- */
@media (min-width: 768px) {
    .feature-cards-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 24px;
        overflow-x: visible;
    }

    .feature-card {
        flex: initial;
        min-width: auto;
    }
}


@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/** RESPONSIVE (Móvil) **/
@media (max-width: 767.98px) { 
    .header-mobile-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logo {
        max-height: 40px;
        object-fit: contain;
    }

    ul.icons-menu.cont-icons-menu-mobile {
        display: flex;
        margin: 0;
    }
    .navbar {
        padding: 0px 0px 0px 0px !important;
    }

    .search-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        border-radius: 0;
        z-index: 2000;
        padding-top: 20px;
    }
}
/* Buscador expandido en el header: cubre el menú central al abrirse */
@media (min-width: 768px) {
    .search-overlay {
        top: 50%;
        left: calc(16.66666667% + 12px);
        right: calc(16.66666667% - 12px);
        transform: translateY(-50%);
        z-index: 1070;
        background: transparent;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        animation: none;
    }

    .search-box-wrapper {
        max-width: none;
        width: 100%;
    }

    .search-box-wrapper .input-group {
        align-items: center;
        background: #ffffff;
        border-radius: 8px;
        height: 50px;
        overflow: hidden;
    }

    .search-box-wrapper .input-group-text,
    .search-box-wrapper .form-control,
    .search-box-wrapper .btn {
        border: 0;
        box-shadow: none;
        height: 50px;
    }

    .search-box-wrapper .input-group-text {
        color: #4E56D4;
        padding-left: 18px;
        padding-right: 10px;
    }

    .search-box-wrapper .form-control {
        color: #0E0D35;
        font-size: 16px;
        padding-left: 6px;
    }

    .search-box-wrapper .form-control::placeholder {
        color: #9AA0B5;
        opacity: 1;
    }

    #close-search-overlay {
        width: 44px;
        color: #4E56D4;
        background: transparent;
    }

    .search-results-dropdown {
        top: calc(100% + 8px);
        border: 0;
        border-radius: 12px;
    }
}

/* Contact page */
.contact-page-section {
    background: #fefdff;
    padding: 150px 0 90px;
}

.contact-page-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-hero-card {
    align-items: center;
    background: #cdfe64;
    border-radius: 32px;
    display: flex;
    gap: 40px;
    justify-content: center;
    min-height: 704px;
    padding: 64px;
}

.contact-hero-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 610px;
    width: 100%;
}

.contact-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-copy h1 {
    color: #0e0d35;
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    margin: 0;
}

.contact-copy p {
    color: #39404f;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-fields-grid {
    display: grid;
    gap: 24px 19px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-field label {
    color: #39404f;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.contact-field input,
.contact-field textarea {
    background: transparent;
    border: 1px solid #999fa7;
    border-radius: 8px;
    color: #0e0d35;
    font-size: 16px;
    line-height: 26px;
    outline: none;
    padding: 12px;
    width: 100%;
}

.contact-field input {
    height: 50px;
}

.contact-field textarea {
    height: 96px;
    resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #999fa7;
    opacity: 1;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: #4e56d4;
    box-shadow: 0 0 0 3px rgba(78, 86, 212, 0.14);
}

.contact-field .is-invalid {
    border-color: #dc3545;
}

.contact-error {
    color: #dc3545;
    font-size: 13px;
    line-height: 18px;
}

.contact-primary-button {
    align-items: center;
    background: #4e56d4;
    border: 0;
    border-radius: 999px;
    color: #fefdff;
    display: inline-flex;
    font-size: 20px;
    font-weight: 600;
    height: 56px;
    justify-content: center;
    line-height: 30px;
    padding: 12px 24px;
    text-decoration: none;
    width: fit-content;
}

.contact-primary-button:hover {
    color: #fefdff;
    opacity: 0.92;
    text-decoration: none;
}

.contact-image-space {
    align-items: center;
    border-radius: 24px;
    color: #39404f;
    display: flex;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 700;
    height: 576px;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    width: 488px;
}

.contact-alert {
    border: 0;
    border-radius: 16px;
    margin: 0;
}

.contact-info-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-info-card {
    align-items: center;
    background: #e1e3f8;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    min-height: 311px;
    padding: 48px;
    text-align: center;
}

.contact-info-icon {
    color: #4e56d4;
    font-size: 48px;
    line-height: 1;
}

.contact-info-card h2 {
    color: #0e0d35;
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
    margin: 0;
}

.contact-info-card p,
.contact-info-card span {
    color: #39404f;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.contact-info-card span {
    font-size: 14px;
    line-height: 24px;
}

.contact-info-card a:not(.contact-primary-button) {
    color: #4e56d4;
    text-decoration: underline;
}

.contact-whatsapp-button {
    width: min(100%, 430px);
}

@media (max-width: 1199px) {
    .contact-hero-card {
        align-items: stretch;
    }

    .contact-image-space {
        width: 38%;
    }
}

@media (max-width: 991px) {
    .contact-page-section {
        padding: 120px 0 60px;
    }

    .contact-hero-card {
        flex-direction: column;
        min-height: auto;
        padding: 32px 24px;
    }

    .contact-image-space {
        height: 320px;
        width: 100%;
    }

    .contact-info-grid,
    .contact-fields-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-card {
        min-height: auto;
        padding: 32px 24px;
    }
}

@media (max-width: 575px) {
    .contact-copy h1 {
        font-size: 38px;
        line-height: 46px;
    }

    .contact-primary-button {
        font-size: 18px;
        width: 100%;
    }
}
