:root {
    --color-rosa-nat-1: #f09491;
    --color-naranja-nat-1: #f48264;
    --color-verde-nat-1: #afc3bc;
    --color-naranja-1: #fd5e33;

}

    .cont-prog-slider {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }    

    /* 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 0 0;
      margin-bottom: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
    }

    .cont-tabs-vip  img{
      display: none;
    }

    /*
    .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: 18%;
        height: auto;
        padding: 8px 12px;
        background: white;
        color: #f48264;
        border: 1px solid #f48264;
        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: 16px;
        line-height: 1.2;
        font-weight: 500;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .tab-vip.active {
      background: #f48264;
      border: 1px solid #f48264;
      color: white;
      font-weight: bold;
    }
    

    /* estilos de contenido de cada slider */

    .cont-pest-ind {
        width: 100%;
        padding: 16px;
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
    }

    .box-pest-ind-1 {
        width: 80%;
        height: auto;
        padding: 0 16px 0 0;
        margin: 0;
    }

    .txt-desc-off {
        display: inline-block;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.2;
        padding: 10px 8px;
        background-color: rgb(9, 187, 54);
        border-radius: 5px;
        color: white;
    }

    .txt-desc-off span{
        display: inline-block;
        font-size: 36px;
        font-weight: 700;
    }

    .txt-desc-info {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.2;
        color: white;
    }

    .txt-desc-ext {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
        color: white;
    }

    .btn-ing-desc {
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        padding: 10px 12px;
        background-color: white;
        color: var(--color-rosa-nat-1);
        text-decoration: none;
        border: 1px solid var(--color-rosa-nat-1);
        border-radius: 30px;
    }

    .btn-ing-desc:hover {
        background-color: var(--color-rosa-nat-1);
        color: white;
    }

    .txt-not {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.2;
        color: white;
    }

    .box-pest-ind-2 {
        width: 20%;
        height: auto;
        padding: 0 0 0 0;
        margin: 0;
    }

    .box-pest-ind-2 img {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

    /* contenido vip */


    .bg-rosa-1 {
        background-color: var(--color-naranja-nat-1);
    }

    .bg-verde-1 {
        background-color: var(--color-verde-nat-1);
    }

    .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;
    }


    /* ---------- estilos de las segundas pestañas  ----------- */

    .cont-pest-desc {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }    

    /* estilos de slider vip */
    
    .slider-container-vip2 {
        width: 100%;
        overflow: hidden;
        position: relative;
        border-radius: 10px;
    }

    .slider-track-vip2 {
      display: flex;
      transition: transform 0.5s ease;
      background-color: white;
    }

    .slide3 {
        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-vip2 {
      width: 100%;
      display: flex;
      gap: 16px;
      padding: 10px 0 0 0;
      margin-bottom: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
    }

    .cont-tabs-vip2  img{
      display: none;
    }

    /*
    .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-vip2 {
        width: 18%;
        height: auto;
        padding: 8px 12px;
        background: white;
        color: #f48264;
        border: 1px solid #f48264;
        border-radius: 5px;
        cursor: pointer;
        white-space: nowrap;
        transition: background 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .tab-vip2 p{
        font-size: 16px;
        line-height: 1.2;
        font-weight: 500;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .tab-vip2.active {
      background: #f48264;
      border: 1px solid #f48264;
      color: white;
      font-weight: bold;
    }
    

    /* estilos de contenido de cada slider */

    

    @media(max-width: 799px) {

    .cont-prog-slider {
        
    }    

    /* estilos de slider vip */
    
    .slider-container-vip {
        width: 100%;
        overflow: hidden;
        position: relative;
        border-radius: 10px;
    }

    .slider-track-vip {
      
    }

    .slide2 {
        
    }



    .cont-tabs-vip {
      width: 100%;
      max-width: 700px;
      display: flex;
      gap: 16px;
      padding: 10px 0 0 0;
      margin-bottom: 0;
      display: flex;
      flex-direction: row;
      justify-content: start;
      overflow-x: auto;
    }

    .cont-tabs-vip  img{
      display: block;
      width: 50px;
      height: auto;
      padding: 0;
      margin: 0;
    }


    .tab-vip {
        width: auto;
        height: auto;
    }


    .tab-vip p{
       
    }

    .tab-vip.active {
     
    }
    

    /* estilos de contenido de cada slider */

    .cont-pest-ind {
        width: 100%;
        padding: 16px;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    .box-pest-ind-1 {
        width: 100%;
        height: auto;
        padding: 0 0 10px 0;
        margin: 0;
    }

    .txt-desc-info {
        font-size: 26px;
    }

    .txt-desc-ext {
        font-size: 18px;
    }

    .btn-ing-desc {
        display: inline-block;
        font-size: 17px;
        
    }

    .btn-ing-desc:hover {
        
    }

    .txt-not {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2;
        color: white;
    }

    .box-pest-ind-2 {
        width: 100%;
        height: auto;
        padding: 0 0 0 0;
        margin: 0;
    }

    .box-pest-ind-2 img {
        display: block;
        width: 80%;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }




    .slider-container-vip2 {
        width: 100%;
        overflow: hidden;
        position: relative;
        border-radius: 10px;
    }

    .slider-track-vip2 {
      
    }

    .slide3 {
        
    }



    .cont-tabs-vip2 {
      width: 100%;
      max-width: 700px;
      display: flex;
      gap: 16px;
      padding: 10px 0 0 0;
      margin-bottom: 0;
      display: flex;
      flex-direction: row;
      justify-content: start;
      overflow-x: auto;
    }

    .cont-tabs-vip2  img{
      display: block;
      width: 50px;
      height: auto;
      padding: 0;
      margin: 0;
    }


    .tab-vip2 {
        width: auto;
        height: auto;
    }


    .tab-vip2 p{
       
    }

    .tab-vip.active2 {
     
    }

    }