:root {
    --color-bg-sep-1: #cfd1d2;
    --color-bg-sep-2: #a7abad;
    --color-bg-sep-3: #d8c8df;
    --color-bg-sep-4: #cbb791;

    --color-bg-oct-1: #e4e5e7;
    --color-bg-oct-2: #c9cdcf;
    --color-bg-oct-3: #e8ddec;
    --color-bg-oct-4: #ded1b7;

    --color-bg-dic-1: #dbdcdd;
    --color-bg-dic-2: #bdc1c3;
    --color-bg-dic-3: #e1d3e5;
    --color-bg-dic-4: #e6cdaf;
    --color-bg-dic-5: #cfd1d2;
    

}

.cont-prog-slider {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
}    

.cont-pest-slid {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
    }

    
.cont-pest-slid2 {
        display: none;
}

    .slider-containerr {
      width: 100%;
      overflow: hidden;
      position: relative;
      border-radius: 15px;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
    }

    .slider-trackk {
      display: flex;
      transition: transform 0.5s ease;
      background-color: white;
    }

    .slidee {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        border: 1px solid #d9dbdc;
        border-radius: 15px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: start;
        background-color: #d9dbdc;
    }


    .tabss {
      display: flex;
      overflow-x: auto;
      gap: 10px;
      padding: 10px 0;
      margin-top: 10px;
      display: flex;
      justify-content: center;
    }

    .tab4 {
      padding: 8px 12px;
      background: black;
      border: 1px solid black;
      border-radius: 5px;
      cursor: pointer;
      white-space: nowrap;
      transition: background 0.3s;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
            color: white;

    }

    .tab4:nth-child(4) {
      background: #8f499a;
      border: 1px solid #8f499a;
      color: white;

    }

    .tab4:last-child {
      background: #aa7a3c;
      border: 1px solid #aa7a3c;
      color: white;

    }

    .tab4.active {
      background: white;
      color: #8f499a;
      font-weight: bold;
      border: 1px solid #8f499a;

    }

    .img-tab-2{
        display: none;
       
    }

    .cont-compra-1 {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    .box-slid-cons {
        width: 50%;
        height: auto;
        padding: 16px;
        margin: 0;
        background-color: black;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

     .box-slid-cons  img{
        display: inline-block;
        width: 80px;
        height: auto;
        padding: 0;
        margin: 0;
    }

    .txt-cons {
        font-size: 28px;
        font-weight: 600;
        color: white;
        line-height: 1.2;
        padding: 0;
        text-align: start;
    }

     .box-slid-ped {
        width: 50%;
        height: auto;
        padding: 16px;
        margin: 0;
        background-color: #ef4e4c;
        text-align: end;
    }

    .txt-ped-1 {
        font-size: 22px;
        font-weight: 600;
        color: white;
        line-height: 1.2;
        padding: 0;
    }

    .txt-ped-1 span{
        font-size: 30px;
        color: yellow;
        line-height: 1.2;
        padding: 0;
    }

    .txt-ped-2 {
        font-size: 16px;
        font-weight: 400;
        color: white;
        line-height: 1.2;
        padding: 0;
    }

     .txt-ped-2 span{
        font-size: 17px;
        font-weight: 400;
        color: black;
        line-height: 1.2;
        padding: 0 4px;
        background-color: #ffe85e;
    }

    .cont-compra-2 {
        width: 100%;
        height: auto;
        padding: 16px;
        margin: 0;
        background-color: #d9dbdc;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    .box-regalo {
        width: auto;
        height: auto;
        padding: 16px;
        border-radius: 10px;
    }

     .box-regalo:first-child {
        margin: 0 16px 0 0;
    }

    .box-black {
        background-color: black;
    }

    .box-yellow {
        background-color: #ffe85e;
    }

    .txt-gratis {
        font-size: 20px;
        font-weight: 600;
        color: white;
        padding: 0;
        line-height: 1.2;
    }

    .txt-regalo {
        font-size: 18px;
        font-weight: 500;
        color: black;
        padding: 0;
        line-height: 1.2;
    }

    .txt-regalo span{
        font-size: 24px;
        font-weight: 700;
    }

    .cont-compra-3 {
        width: 100%;
        height: auto;
        padding: 16px;
        margin: 0;
        background-color: #d9dbdc;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: start;
    }


    .cont-compra-3 img{
        display: inline-block;
        width: 30%;
        height: auto;
    }

    .cont-compra-3 img:first-child{
        margin: 0 16px 0 0;
    }

    .cont-compra-4 {
        width: 100%;
        height: auto;
        padding: 16px;
        margin: 0;
        background-color: #d9dbdc;
    }

    .txt-desc-reg {
        font-size: 18px;
        font-weight: 400;
        color: black;
        padding: 0;
        line-height: 1.2;
    }

    /* estilos de slider vip */
    
      .slider-container-vip {
      width: 100%;
      overflow: hidden;
      position: relative;
      border-radius: 10px;
    }

    .slider-track-vip {
      display: flex;
      transition: transform 0.5s ease;
      background-color: white;
    }

    .slide2 {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        overflow: hidden;
    }

    .cont-tabs-vip {
      width: 100%;
      display: flex;
      gap: 16px;
      padding: 10px 0;
      margin-bottom: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
    }

    /*
    .cont-tab-opc{
      width: 100%;
      display: flex;
      gap: 10px;
      padding: 10px 0;
      margin-bottom: 16px;
      background-color: pink;
      display: flex;
      flex-direction: column;
      justify-content: start;
    }
    */

    .tab-vip {
        width: 33%;
        height: auto;
        padding: 8px 12px;
        background: white;
        color: #b28134;
        border: 1px solid #b28134;
        border-radius: 5px;
        cursor: pointer;
        white-space: nowrap;
        transition: background 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .tab-vip:first-child {
      border: 1px solid #8f499a;
      color: #8f499a;
    }

    .tab-vip:last-child {
      border: 1px solid #808593;
      color: #808593;
    }


    .tab-vip img{
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }


    .tab-vip p{
        font-size: 16px;
        line-height: 1.2;
        padding: 0;
        margin: 0;
    }

    .tab-vip.active {
      background: #b28134;
      border: 1px solid #b28134;
      color: white;
      font-weight: bold;
    }
    
    .tab-vip.active:first-child {
      background: #8f499a;
      border: 1px solid #8f499a;
      color: white;
      font-weight: bold;
    }

    .tab-vip.active:last-child {
      background: #808593;
      border: 1px solid #808593;
      color: white;
      font-weight: bold;
    }

    /* contenido vip */

    .part-vip-1 {
        width: 50%;
        height: auto;
        padding: 16px;
        margin: 0;
    }

     .part-vip-2 {
        width: 50%;
        height: auto;
        padding: 16px;
        margin: 0;

    }

    .cont-tit-vip {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 auto 16px auto;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
    }

    .box-img-vip {
        width: 20%;
        max-width: 240px;
        height: auto;
        padding: 0;
        margin: 0 16px 0 0;
    }

    .box-img-vip img {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    .box-txt-vip {
        width: 80%;
        max-width: 960px;
        height: auto;
        padding: 0;
        margin: 0 0 0 0;
    }

    .txt-tit-1 {
        font-size: 30px;
        font-weight: 600;
        color: white;
        line-height: 1.2;
        padding: 0;
    }

    .txt-tit-2 {
        font-size: 18px;
        font-weight: 600;
        color: white;
        line-height: 1.2;
        padding: 0;
    }

    .cont-meses-vip-1 {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cont-meses-vip-1 img {
        display: block;
        width: 60%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    .txt-tit-vip {
        font-size: 36px;
        font-weight: 600;
        color: white;
        line-height: 1.2;
        padding: 0;
    }

    .cont-ben-vip {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 16px 0 0 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .box-ben-vip {
        width: 35%;
        height: auto;
        padding: 0;

    }

    .box-ben-vip:first-child {
       margin: 0 16px 0 0;

    }

    .box-imgg {
        width: 100%;
        height: auto;
        padding: 15px 30px;
        margin: 0 0 16px 0;
        background-color: white;
        border-radius: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .box-imgg img {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    .txt-ben-vip {
         font-size: 18px;
        font-weight: 600;
        color: purple;
        line-height: 1.2;
        padding: 0;
    }


    .span-diamante-1 {
        width: auto;
        height: auto;
        padding: 10px;
        margin: 0 auto;
        border-radius: 10px;
        background-color: #808593;
    }

    .txt-diamante-1 {
        font-size: 24px;
        font-weight: 600;
        color: white;
        padding: 0;
        line-height: 1.2;
    }

    .txt-diamante-2 {
        font-size: 18px;
        font-weight: 500;
        color: white;
        padding: 0;
        line-height: 1.2;
    }

    .img-vip-diamante {
        width: 100%;
        height: auto;
        padding: 16px 0 0 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start; 
    }

    .box-prod-diam-1 {
        width: 50%;
        height: auto;
        padding: 0 10px 0 0;
        margin: 0;
    }

    .img-vip-diamante img {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 auto;
    } 

    .box-prod-diam-2 {
        width: 50%;
        height: auto;
        padding: 0 0 0 0;
        margin: 0;
    }

    .txt-desc-diam-1 {
        font-size: 26px;
        font-weight: 600;
        padding: 0;
        line-height: 1.0;
    }

     .txt-desc-diam-2 {
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        line-height: 1.2;
    }

    .span-diamante-2 {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 10px;
        margin: 0 auto 10px auto;
        border-radius: 10px;
        background-color: yellow;
    }

    .txt-diamante-3{
        font-size: 18px;
        font-weight: 500;
       
    }

    .txt-diamante-3 span{
        font-size: 24px;
        font-weight: 600;
       
    }






    .bg-vip-morado-oscuro {
        background-color: #8f499a;
    }

    .bg-vip-morado-claro {
        background-color: #bc91c2;
    }

    .bg-vip-oro-oscuro {
        background-color: #b28134;
    }

    .bg-vip-oro-claro {
        background-color: #d1b385;
    }

    .bg-vip-diamante-oscuro {
        background-color: #808593;
    }

    .bg-vip-diamante-claro {
        background-color: #cfcece;
    }

    .color-vip-morado {
        color: purple;
    }


    @media(max-width: 799px) {

    .cont-tabs-vip {
      width: 100%;
      display: flex;
      gap: 5px;
      padding: 10px 0;
      margin-bottom: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
    }

    .tab-vip {
        width: 33%;
        height: auto;
        padding: 6px 8px;
        background: white;
        color: #b28134;
        border: 1px solid #b28134;
        border-radius: 5px;
        cursor: pointer;
        white-space: nowrap;
        transition: background 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .tab-vip p{
        font-size: 14px;
        line-height: 1.2;
        padding: 0;
        margin: 0;
    }

         .cont-compra-1 {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .box-slid-cons {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        align-items: center;
    }

     .box-slid-cons  img{
        display: inline-block;
        width: 50px;
        height: auto;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .txt-cons {
        font-size: 20px;
        text-align: center;

    }

     .box-slid-ped {
        width: 100%;
        height: auto;
        padding: 16px;
        margin: 0;
        text-align: center;
    }

    .txt-ped-1 {
        font-size: 20px;
        font-weight: 600;
        color: white;
        line-height: 1.2;
        padding: 0;
    }

    .txt-ped-1 span{
        font-size: 22px;
    }

    .txt-ped-2 {
        font-size: 12px;

    }

     .txt-ped-2 span{
        font-size: 14px;
    }


    .cont-compra-2 {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0;
    }

    .box-regalo {
        width: auto;
        height: auto;
        padding: 10px;
    }

     .box-regalo:first-child {
        margin: 0 16px 0 0;
    }

    .txt-gratis {
        font-size: 16px;
    }

    .txt-regalo {
        font-size: 16px;
    }

    .txt-regalo span{
        font-size: 20px;
    }

     .cont-compra-3 {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .cont-compra-3 img{
        display: block;
        width: 80%;
        height: auto;
    }

    .cont-compra-3 img:first-child{
        margin: 0 0 16px 0;
    }

    .cont-compra-4 {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0;
    }

    .txt-desc-reg {
        font-size: 16px;
    
    }


    .tabss {
      display: flex;
      overflow-x: auto;
      gap: 10px;
      padding: 5px 5px;
      margin-top: 10px;
      display: flex;
      justify-content: start;
    }

    .tab4 {
      font-size: 16px;

    }

    .img-tab-2{
        display: inline-block;
        width: 40px;
        height: 40px;
        padding: 0;
        margin: 0 10px 0 0;
    }

    /* estilos de contenido vip */

    .slide2 {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    .part-vip-1 {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0;
    }

     .part-vip-2 {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0;

    }

    .cont-tit-vip {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 auto 16px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .box-img-vip {
        width: 100%;
        max-width: 699px;
        height: auto;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .box-img-vip img {
        display: block;
        width: 30%;
        max-width: 200px;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

    .box-txt-vip {
        width: 100%;
        max-width: 699px;
        height: auto;
        padding: 0;
        margin: 0 0 0 0;
        text-align: center;
    }

    .txt-tit-1 {
        font-size: 24px;
    }

    .txt-tit-2 {
        font-size: 16px;
    }

     .cont-meses-vip-1 {

    }

    .cont-meses-vip-1 img {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }


    .txt-tit-vip {
        font-size: 30px;
    }

    .cont-ben-vip {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 10px 0 0 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .box-ben-vip {
        width: 50%;
        height: auto;
        padding: 0;

    }

    .box-ben-vip:first-child {
       margin: 0 0 16px 0;

    }

    .box-imgg {
        width: 100%;
        height: auto;
        padding: 10px 25px;
        margin: 0 0 16px 0;
    }

    .box-imgg img {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    .txt-ben-vip {
         font-size: 16px;

    }

     .txt-diamante-1 {
        font-size: 20px;

    }

    .txt-diamante-2 {
        font-size: 16px;
    }


     .img-vip-diamante {
        width: 100%;
        height: auto;
        padding: 16px 0 0 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
    }

    .box-prod-diam-1 {
        width: 100%;
        height: auto;
        padding: 0 0 10px 0;
        margin: 0;
    }

    .box-prod-diam-2 {
        width: 100%;
        height: auto;
        padding: 0 0 0 0;
        margin: 0;
    }

     .box-prod-diam-1 img {
        display: block;
        width: 60%;
        height: auto;
        padding: 0;
        margin: 0 auto;
    } 

    .txt-desc-diam-1 {
        font-size: 22px;
    }

     .txt-desc-diam-2 {
        font-size: 13px;
    }

     .txt-diamante-3 {
        font-size: 16px;
    }

    .txt-diamante-3 span{
        font-size: 22px;
       
    }

    /* nuevo slider de compra */

    .cont-pest-slid2 {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
    }

     .slider-containerr2 {
      width: 100%;
      overflow: hidden;
      position: relative;
      border-radius: 15px;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
    }

    .slider-trackk2 {
      display: flex;
      transition: transform 0.5s ease;
      background-color: white;
    }

    .slidee2 {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        border: 1px solid transparent;
        border-radius: 15px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: start;
        background-color: transparent;
    }

    .box-slid-cons2 {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .bg-negro-vip2 {
    background-color: #000000;
  }

  .bg-morado-vip2 {
    background-color: #8f499a;
  }

  .bg-oro-vip2 {
    background-color: #aa7a3c;
  }

  .bg-diamante-vip2 {
    background-color: #7a818f;
  }

  .bg-img-1 {
    background-color: var(--color-bg-dic-1);
  }

  .bg-img-2 {
    background-color: var(--color-bg-dic-2);
  }

  .bg-img-3 {
    background-color: var(--color-bg-dic-3);
  }

  .bg-img-4 {
    background-color: var(--color-bg-dic-4);
  }

  .bg-img-5 {
    background-color: #c6e6f6;
  }

  .bg-img-6 {
    background-color: #981b1f;
  }

  .bg-img-7 {
    background-color: #e4e5e7;
  }

     .box-slid-cons2  img{
        display: inline-block;
        width: 60px;
        height: auto;
        padding: 0;
        margin: 0 auto 10px auto;
    }

    .txt-cons2 {
        font-size: 20px;
        font-weight: 600;
        color: white;
        line-height: 1.2;
        padding: 0;
        text-align: center;
    }

    .txt-cons2 span {
        font-size: 16px;
    }
    .box-slid-ped2 {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0;
        background-color: #ef4e4c;
        text-align: center;
    }

    .txt2-ped-1 {
        font-size: 18px;
        font-weight: 600;
        color: white;
        line-height: 1.2;
        padding: 0;
    }

    .txt2-ped-1 span{
        font-size: 26px;
        color: yellow;
        line-height: 1.2;
        padding: 0;
    }

    .txt2-ped-2 {
        font-size: 14px;
        font-weight: 400;
        color: white;
        line-height: 1.2;
        padding: 0;
    }

     .txt2-ped-2 span{
        font-size: 15px;
        font-weight: 500;
        color: black;
        line-height: 1.2;
        padding: 0 4px;
        background-color: #ffe85e;
        border-radius: 4px;
    }

    .box-grat2 {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0;
        background-color: black;
        text-align: center;
        color: white;
    }

    .txt-grat2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
        padding: 0;
    }

    .box-img-pedido2 {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }

  .box-img-pedido2 img{
    display: block;
    width: 100%;
    max-width: 250px;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }


  .box-valor2 {
     width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
    background-color: #ffe85e;
    color: black;
    text-align: center;
  }

  .txt-valor2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
  }

  .txt-valor2 span{
    font-size: 24px;
    font-weight: 600;
  }

  .tabss2 {
      display: flex;
      overflow-x: auto;
      gap: 10px;
      padding: 5px 5px;
      margin-top: 10px;
      display: flex;
      justify-content: start;
    }

    .tabb4 {
      font-size: 16px;
      padding: 8px 12px;
      background: black;
      border: 1px solid black;
      border-radius: 5px;
      cursor: pointer;
      white-space: nowrap;
      transition: background 0.3s;
      display: flex;
      flex-direction: column;
      flex: 1;  
      justify-content: center;
      align-items: center;
      color: white;
    }

    .tabb4 img{
        width: 50px;
        display: block;
        padding: 0;
        margin: 0 auto;
    }

    .img-tabb-2{
        display: inline-block;
        width: 80px;
        height: 80px;
        padding: 0;
        margin: 0 10px 0 0;
    }

    .tabb4:nth-child(4) {
      background: #8f499a;
      border: 1px solid #8f499a;
      color: white;

    }

    .tabb4:nth-child(5) {
      background: #aa7a3c;
      border: 1px solid #aa7a3c;
      color: white;

    }

    .tabb4:last-child {
      background: #b6b6b6;
      border: 1px solid #b6b6b6;
      color: white;

    }

    .tabb4.active {
      background: white;
      color: #8f499a;
      font-weight: bold;
      border: 1px solid #8f499a;

    }


    }