
        body,
        h2,
        h1,
        h3,
        h4,
        h5,
        h6,
        h7,
        p,
        li,
        label,
        span,
        b {
            font-family: "Poppins", Poppins;
        }



        .gallery {
            animation: fadein 2s;
        }

        @keyframes fadein {
            from {
                opacity: 0
            }

            to {
                opacity: 1
            }
        }

        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .gallery {
            width: 100%;
        }

        .mejorprecioporcentaje {
            color: #ff7500;
            font-size: 12px;
            font-weight: 700;
        }

        /* contenido principal de cada item */
        .gallery-cell:before {
            display: block;
            text-align: center;
            content: counter(gallery-cell);
            line-height: 200px;
            font-size: 80px;
            color: white;
        }

        .li-paginador {
            margin-top: 10px !important;
            width: 40px !important;
            height: 40px !important;
            border-radius: 50% !important;
            
            color: black !important;
            background: white;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .li-paginador a {
            width: 100%;
        }

        .li-paginador .page_link {
            font-size: 18px;
            margin-top: 0 !important;
        }

        .paginador-container ul {
            margin: 0;
        }

        /* composicion de todos los elementos que indica el tama;o del mismo */
        .box-pr-m4 {
            width: 300px;
            height: 200px;
            margin-right: 70px;
            counter-increment: gallery-cell;
            -webkit-box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            -moz-box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            margin-bottom: 10px;
            margin-top: 10px;
            border-radius: 20px;
            font-family: 'Roboto', sans-serif;
            margin-left: auto;
            margin-right: auto;
        }

        .top_img_1-pr-m4 {
            width: 120px;
            height: 120px;
            background-repeat: no-repeat;
            background-size: 120px;
            border-radius: 20px;
        }

        .ppp-m4 {
            margin: 0;
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            overflow: hidden;
            height: 40px;
            padding-left: 15px;
            padding-right: 15px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .ppp-des-m4 {
            margin: 0;
            font-size: 12px;
            text-align: left;
            overflow: hidden;
            height: 55px;
            padding-left: 15px;
            padding-right: 15px;
            text-overflow: ellipsis;
            color: gray;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .ppp-pr-m4 {
            margin: 0;
            font-size: 12px;
            font-weight: bold;
            text-align: left;
            overflow: hidden;
            height: 30px;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-left: 15px;
        }

        .ppp-especial-m4 {
            /* Muestra dos líneas de texto */
            max-height: 50px;
            overflow: hidden;

            /* Muestra puntos suspensivos cuando el texto es demasiado largo */
            text-overflow: ellipsis;
        }

        .ppp-especial-des-m4 {
            /* Muestra dos líneas de texto */
            max-height: 60px;
            overflow: hidden;

            /* Muestra puntos suspensivos cuando el texto es demasiado largo */
            text-overflow: ellipsis;
        }

        .mitades1 {
            height: 120px;
        }

        .mitades2 {
            height: 80px;
        }

        .btx-m4 {

            width: 26px;
            height: 26px;
            border-radius: 50%;
            padding: 1px;
        }

        .fa-cart-plus {
            color: #018543;
            font-size: 15px;
            padding: 5px;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 17px !important;
            border-radius: 50%;
            border: 1px solid;
        }

        @media screen and (max-width: 450px) {
            .box-pr-doble {
                width: 200px;
            }
        }

        /* estilos de contenido interno*/
        .top_img_1-pr-doble {
            width: 200px;
            height: 200px;
            background-repeat: no-repeat;
            background-size: cover;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            position: relative;
        }

        .paginadera {
            display: inline-flex;
        }

        .ppublico-doble {
            font-size: 12px;
        }

        @media screen and (max-width: 450px) {
            .ppublico-doble {
                font-size: 9px !important;
            }

            .top_img_1-pr-doble {
                width: 200px !important;
                background-size: 200px !important
            }

            .paginadera {
                display: flex !important;
                justify-content: center !important;
            }

            .letra-afiliado {
                font-size: 10px !important;
            }

            .no-afiliado {
                line-height: 8px !important;
            }
        }

        .buttom_info-pr {
            width: 200px;
            height: 200px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 15px;
        }

        .left_info-pr {
            width: 165px;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 5px;
        }

        .right_info-pr {
            width: 135px;
            height: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 5px;
        }

        .vl-pr {
            border-left: 1.1px dashed #ce9852;
            height: 100%;
            left: 50%;
            top: 0;
            margin-right: 5px;
        }

        .discount-pr {
            display: flex;
            flex-direction: column;
            height: 30px;
            color: #ce9852;
            font-size: 15px;
            font-weight: normal;
            align-items: center;
        }

        .info_discount-pr {
            margin: 2%;
            margin-left: 20px;
        }

        td {
            backgorund-color: white !important;
        }

        .box_title-pr {
            width: 100%;
            max-height: 34px;
            font-weight: bold;
            line-height: 30px;
            font-size: 15px;
            line-height: 1.1;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
        }

        .box_offer-pr {
            font-size: 13px;
            color: #636363;
            font-weight: bold;
            margin: 0px;
            line-height: 1.6;
            display: -webkit-box;
            max-width: 100%;
            height: 50px;
            margin-top: 5px;
            line-height: normal;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: left
        }

        .box_type-pr {
            color: #818281;
            font-size: 12px;
            font-weight: normal;
        }

        .box_schedule-pr {
            color: #818281;
            font-size: 10px;
            margin-right: 4%;
            font-weight: normal;
            font-size: 12px;
        }

        .imagenes-varias {
            display: flex;
            justify-content: center;
        }

        .ppp-doble {
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            overflow: hidden;
            height: 40px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .ppp-pr {
            margin: 0;
            font-size: 12px;
            font-weight: bold;
            text-align: left;
            overflow: hidden;
            height: 30px;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-left: 15px;
        }

        .px-pr {
            margin: 0;
        }

        .see_more11-pr-doble {
            z-index: 2;
            color: darkgreen;
            font-weight: normal;
            opacity: 0.9;
            font-size: 12px;
        }

        .see_more_agotado-pr {
            background-color: #a34039;
            display: flex;
            z-index: 2;
            top: 195px;
            left: 180px;
            position: absolute;
            color: white;
            width: 120px;
            height: 36px;
            font-weight: normal;
            opacity: 0.9;
            padding: 7px;
        }

        .plink-pr {
            font-size: 15px;
            margin-left: 15px;
        }

        .flickity-page-dots {
            display: none;
        }

        .flickity-prev-next-button {
            border-radius: 25px !important;
        }

        .fa-map-marker-alt-pr {
            color: #c0e579;
        }

        .publicbuttom1-pr {
            background-color: #ff7500;
            font-size: 11px;
            width: 40px;
            border-radius: 40px;
            height: 40px;
            color: white;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            align-self: center;
        }

        .public1-pr {
            display: flex;
            flex-direction: row;
            width: 100%;
            align-items: center;
        }

        .public1-pr2 {
            display: flex;
            flex-direction: row;
            width: 100%;
            align-items: center;
        }

        .publicbuttom1text-pr2 {
            color: #ff7500;
            font-size: 12px;
            text-align: center;
            margin-left: 40%;
            margin-right: 5px;
            font-weight: bold;
        }

        .publicbuttom1text-pr {
            color: #ff7500;
            font-size: 12px;
            text-align: right;
            margin-left: 10px;
            margin-right: 5px;
            font-weight: bold;
        }

        .publicbuttom12text-pr {
            color: #636363;
            font-size: 9px;
            text-decoration: line-through;
            font-weight: normal;
        }

        .publicbuttom123text-pr {
            color: #636363;
            font-size: 12px;
            font-weight: lighter;
        }

        /* fin de contenido interno */
        .botonCategorias-pr {
            font-size: 15px;
            font-weight: normal !important;
            color: white;
            border-radius: 8px !important;
            justify-content: center;
            align-items: center;
            align-self: center;
            margin: 5px;
            text-transform: none !important;
            font-family: "Poppins";
            line-height: 2.0em !important;
            min-height: 1em !important;
            padding: 1px 6px !important;
        }

        .products-pr {
            margin: 0 auto !important;
            width: 100%
        }

        @media only screen and (max-width: 415px) {
            .products-pr {
                margin-top: 20px !important;
            }
        }

        .box-eventos_VM {
            width: 300px;
            height: 450px;
            margin-right: 70px;
            counter-increment: gallery-cell;
            -webkit-box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            -moz-box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            margin-bottom: 10px;
            margin-top: 10px;
            border-radius: 30px;
            font-family: 'Roboto', sans-serif;
        }

        .cuadro-foto-evento_VM {
            width: 280px;
            height: 200px;
            counter-increment: gallery-cell;
            border-radius: 20px;
            margin: 10px;
            position: relative;
            -webkit-box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            -moz-box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
        }

        .see_more_evento_VM {
            z-index: 2;
            position: absolute;
            color: white;
            width: 120px;
            height: 40px;
            background-color: #C92020;
            font-weight: normal;
            opacity: 0.9;
            padding: 10px;
            left: -10px;
            top: -10px;
            font-size: 14px;
            border-top-left-radius: 20px;
            border-bottom-right-radius: 20px;
            text-align: center;
            font-weight: bold;
        }

        .texto-eventos1 {
            height: 50px;
        }

        .texto-eventos2 {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .texto-eventos1 .texto-eventos2 {
            /* Muestra dos líneas de texto */
            max-height: 40px;
            overflow: hidden;

            /* Muestra puntos suspensivos cuando el texto es demasiado largo */
            text-overflow: ellipsis;
        }

        /* estilos del paginado*/
        ul {
            list-style-type: none;
        }

        .actives {
            font-weight: bold;
            color: white !important;
            background-color: #6995eb !important;
            border-radius:
        }

        .entry-content li {
            margin-left: 10px !important;
        }

        .numero {
            font-size: 16px;
        }

        .superior {
            font-size: 12px;
        }

        .agregar {
            position: absolute;
            top: 31px;
            display: block;
            cursor: pointer;
            line-height: 14px;
            right: 44px;
        }

        .btnAgregar {
            height: 13px;
            width: 12px;
            font-size: 7px;
            vertical-align: middle;
            color: white;
            color: #0c4c1a;
            border-radius: 50%;
            box-shadow: 0 1px 1px -1px #0c4c1a, 0 1px 1px 0px #0c4c1a, 0 0px 3px 0px #0c4c1a;
        }

        .agregar:hover:not(:active) {
            box-shadow: 0 1px 1px -1px #0c4c1a, 0 1px 1px 0px #0c4c1a, 0 0px 3px 0px #0c4c1a;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            line-height: 14px;
        }

        .agregar:active {
            transform: scale(1.4) translateY(5px);
            box-shadow: 0 1px 1px -1px #0c4c1a, 0 1px 1px 0px #0c4c1a, 0 0px 3px 0px #0c4c1a;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            line-height: 14px;
        }

        .cant {
            width: 10px;
        }

        .paginador-botones {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-direction: column;
            padding-bottom: 20px;
        }

        .paginador-botones-container {
          /*  width: fit-content;
            float: right;*/
            text-align: right;
        }

        .paginador-botones-container ul {
            margin: 1em auto .5em;
        }

        .paginador-botones-container p {
            margin-bottom: 30px;
            text-align: right;
        }

        .numero-paginador {
            padding-top: 10px;
        }

        .listado-productos-container<?= $idaleartorio?> {
            border-bottom: 1px solid #c4c4c4
        }
        
        section:last-of-type .listado-productos-container<?= $idaleartorio?> {
        border-bottom: none;
        }

    body,
        h2,
        h1,
        h3,
        h4,
        h5,
        h6,
        h7,
        p,
        li,
        label,
        span, b,
    button,
    .botonCategorias-pr
        {
            /*color: #7A7A7A;*/
            font-family: "Poppins", Poppins !important;
        }
            /* external css: flickity.css */
            
            .gallery{
    animation: fadein 2s;
    }
    @keyframes fadein {
    from { opacity: 0}
    to   { opacity: 1}
    }
        
        * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        }
        
        
        
        .gallery {
            width: 100%;
        }
            
            .mejorprecioporcentaje{    
            color: #ff7500;
                    font-size: 12px;
        font-weight: 700;
    }
        
        /* contenido principal de cada item */
        .gallery-cell:before {
        display: block;
        text-align: center;
        content: counter(gallery-cell);
        line-height: 200px;
        font-size: 80px;
        color: white;
        }
        
        /* composicion de todos los elementos que indica el tama;o del mismo */
      /*  .box-pr-fac-m3pf {
            width: 266px;
        height: 420px;
        margin-right: 70px;
        background: rgb(255, 255, 255);
        counter-increment: gallery-cell;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        border: 1px #C4C4C4 solid;
        font-family: 'Roboto', sans-serif;
        padding: 10px;
            
        }*/
        
        
        /* estilos de contenido interno*/
        .top_img_1-pr-fac-m3{
            width: 240px;
        height: 240px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 12px;
        position: relative;
        }
        
        .buttom_info-pr{
        width: 200px;
                height: 200px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding: 15px;
        }
        
        .left_info-pr{
            width: 165px;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 5px;
        }
        
        .right_info-pr{
            width: 135px;
            height: 100%;
            display: flex;
            flex-direction: column;
                margin-top: 5px;
        
        }
        
        .vl-pr {
            border-left: 1.1px dashed #ce9852;
            height: 100%;
            left: 50%;
            top: 0;
            margin-right: 5px;
        }
        
        .discount-pr{
            display: flex;
            flex-direction: column;
            /*background-color: #fee2b3;
            width: 80%;*/
            height: 30px;				
            /*margin-top: 5px;*/
            color: #ce9852;
            font-size: 15px;
            font-weight: normal;
            align-items: center;
        }
        
        .info_discount-pr{
            margin: 2%;
            margin-left: 20px;
        }
    .txt-pfac-m3{

    position: absolute;
        /*top: -10px;*/
        color: white;
        right: 10px;
        font-weight: bold;
        font-size:20px;	
    }  
      .txt-pfac-m4{
          position: absolute;
        /*top: -10px;*/
        color: #FFFFFF !important;
        right: 15px;
        font-weight: bold;
        font-size:16px;	
    }
            
            
        .box_title-pr {
        width: 100%;
        max-height: 34px;
        /* color: #636363; */
        font-weight: bold;
        line-height: 30px;
        font-size: 15px;
        line-height: 1.1;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        }

        
        .box_offer-pr{
            font-size: 13px;
            color: #636363;
            font-weight: bold;
            margin: 0px;
            line-height: 1.6;
            display: -webkit-box;
        max-width: 100%;
            height: 50px;
        margin-top: 5px;
        line-height: normal;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align:left 
        }


        .box_type-pr{
            color: #818281;
            font-size: 12px;
            font-weight: normal;
            /*margin-top: 10px;*/
        }
        
        .box_schedule-pr{
            color: #818281;
            font-size: 10px;
            margin-right: 4%;
            font-weight: normal;
            font-size: 12px;
        }
        .imagenes-varias{
                display: flex;
                justify-content: center;
            }


        .ppp-fac-m3{
            margin: 0;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        overflow: hidden;
        height: 45px;
    padding-left:15px;
            padding-right:15px;
        text-overflow: ellipsis;
        
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        }

    .ppp-pr-fac-m3{
            margin:0;
            font-size: 12px;
            text-align: left;
        overflow: hidden;
        height:30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left:15px;
            /*font-family: 'Montserrat';*/
        color:#898989;    
    }

    .ppp-pr-ciudad-fac-m3{
            margin:0;
            font-size: 13px;
            color:#0A3158;
            text-align: left;
        overflow: hidden;
        height:30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left:15px;
            /*font-family: 'Montserrat';*/
        }



        .px-pr{
        margin: 0;
        }
        
        .see_more11-pr-fac-m3{
        
            width: 97px;
        height: 39px;
        /*border-top: 20px solid rgb(250,105,111);
        border-bottom: 20px solid rgb(250,105,111);
        border-right: 10px solid transparent;*/
        background-image: url("https://experienciasclub.com/wp-content/uploads/2024/05/Rectangle-1.png");		
                position: absolute;
        left: -5px;
        bottom: 201px;
        }
            
                .see_more_agotado-pr{
        background-color: #a34039;
            display: flex; 
        z-index: 2;
        top: 195px;
        left: 180px;
        position: absolute;
        color: white;
        width: 120px;
        height: 36px;
        font-weight: normal;
        opacity: 0.9;
        padding: 7px;
            }
        
        .plink-pr{
            font-size: 15px;
            margin-left: 15px;
        }
            
        .flickity-page-dots{
            display: none;
        }
            
        .flickity-prev-next-button{
            border-radius: 25px!important;
        }
            .fa-map-marker-alt-pr {
        color: #c0e579;
    
    }
            
            .publicbuttom1-pr{
    background-color: #ff7500;
        font-size: 11px;
        width: 40px;
        border-radius: 40px;
        height: 40px;
        color: white;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-self: center;
        

    }
    .public1-pr{
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
    }
    .public1-pr2{
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
    }
    .publicbuttom1text-pr2{
        color: #ff7500;
        font-size: 12px;
        text-align:center;
        /* width: 80%; */
        margin-left: 40%;
        margin-right: 5px;
        font-weight: bold;
    }
    .publicbuttom1text-pr{
        color: #ff7500;
        font-size: 12px;
        text-align: right;
        /* width: 80%; */
        margin-left: 10px;
        margin-right: 5px;
        font-weight: bold;
    }
            
    .publicbuttom12text-pr{
        color: #636363;
        font-size: 9px;
        text-decoration:line-through;
        font-weight: normal;
            }

        .publicbuttom123text-pr{
            color: #636363;
        font-size: 12px;
        font-weight: lighter;
        }
        /* fin de contenido interno */
    .botonCategorias-pr {
        /*background-color: hsl(104, 38%, 32%);*/
        font-size: 15px;
        font-weight: normal !important;
        color: white;
        border-radius: 8px !important;
        justify-content: center;
        align-items: center;
        align-self: center;
        margin: 5px;
        text-transform: none !important;
    
        line-height: 2.0em !important;
        min-height: 1em !important;
        padding: 1px 6px !important;
    }
    .products-pr{
    margin: 0 auto!important;
    }
    @media only screen and (max-width: 415px) {
    .products-pr {
    /* margin-top: 150px!important;*/
    }
    }

        
    .box-eventos_VM {
                width: 300px;
                height: 520px;
            margin-right: 70px;
            
            counter-increment: gallery-cell;
            -webkit-box-shadow: 0px 3px 9px 1px rgba(120,120,120,1);
            -moz-box-shadow: 0px 3px 9px 1px rgba(120,120,120,1);
            box-shadow: 0px 3px 9px 1px rgba(120,120,120,1);
            margin-bottom: 10px;
            margin-top: 10px;
                        border-radius: 30px;
                font-family: 'Roboto', sans-serif;
        }
        
    .cuadro-foto-evento_VM {
                width: 280px;
                height: 280px;
                counter-increment: gallery-cell;
                border-radius: 20px;
                margin:10px;
                position: relative;
                -webkit-box-shadow: 0px 3px 9px 1px rgba(120,120,120,1);
            -moz-box-shadow: 0px 3px 9px 1px rgba(120,120,120,1);
            box-shadow: 0px 3px 9px 1px rgba(120,120,120,1);
        background-size:cover;
                
        }
        
        .see_more_evento_VM{
        z-index: 2;
        position: absolute;
        color: white;
        width: 120px;
        height: 40px;
        background-color: #C92020 /*hsl(104, 38%, 32%)*/;
        font-weight: normal;
        opacity: 0.9;
        padding: 10px;
        left: -10px;
        top: -10px;
        font-size: 14px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        text-align:center;
        font-weight: bold;
        }

        .tag_agotado_class{
            display: none;
        z-index: 2;
        position: absolute;
        color: white;
        width: 120px;
        height: 40px;
        background-color: #C92020;
        font-weight: normal;
        opacity: 0.9;
        padding: 10px;
    /*  left: -10px;
        top: -10px; */
        font-size: 14px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        text-align:center;
        font-weight: bold;
        }
    .texto-eventos1{
        height: 50px;
    }
    .texto-eventos2{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .texto-eventos1 .texto-eventos2 {
    /* Muestra dos líneas de texto */
    max-height: 40px;
    overflow: hidden;

    /* Muestra puntos suspensivos cuando el texto es demasiado largo */
    text-overflow: ellipsis;
    }

    .ppp-especial {
    /* Muestra dos líneas de texto */
    max-height: 55px;
    overflow: hidden;

    /* Muestra puntos suspensivos cuando el texto es demasiado largo */
    text-overflow: ellipsis;
    }

    .btn-success {
        color: #fff;
        background-color: #28a745 !important;
        border-color: #28a745 !important;
    }

    .reservarProductos-fac-m32 {
        width: 97% !important;
        height: 36px;
        border-radius: 5px;
        background: #6995eb;
        text-align: center;
        color: white;    
        font-weight:600;
        font-size:15px !important;
        padding-top:9px;
        font-family:Poppins;
        }
	
.info-box-red {
  //background: linear-gradient(0deg, rgba(60,52,52,1) 0%, rgba(15,6,6,0.9500175070028011) 45%, rgba(94,76,69,1) 100%);
	background: linear-gradient(to bottom, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.5));
    color: white;
    padding: 20px;
    border-radius: 8px;
    font-family: sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: 150px;
    /* margin: 20px auto; */
    position: relative;
    bottom: 93px;
    z-index: 100;
	left: 50px;
}

.info-box-red p {
  margin: 0; /* Elimina el margen predeterminado del párrafo */
  line-height: 1; /* Espaciado entre líneas */
	text-align:right;
}
.actives > .page_link.text-dark{
	color:white !important;
}
    </style> <style>
        body,
        h2,
        h1,
        h3,
        h4,
        h5,
        h6,
        h7,
        p,
        li,
        label,
        span,
        b {
            font-family: "Poppins", Poppins;
        }

        .gallery {
            animation: fadein 2s;
        }

        @keyframes fadein {
            from {
                opacity: 0
            }

            to {
                opacity: 1
            }
        }

        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .gallery {
            width: 100%;
        }

        .mejorprecioporcentaje {
            color: #ff7500;
            font-size: 12px;
            font-weight: 700;
        }

        /* contenido principal de cada item */
        .gallery-cell:before {
            display: block;
            text-align: center;
            content: counter(gallery-cell);
            line-height: 200px;
            font-size: 80px;
            color: white;
        }

        .li-paginador {
            margin-top: 10px !important;
            width: 40px !important;
            height: 40px !important;
            border-radius: 50% !important;
            
            color: black !important;
            background: white;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .li-paginador a {
            width: 100%;
        }

        .li-paginador .page_link {
            font-size: 18px;
            margin-top: 0 !important;
        }

        .paginador-container ul {
            margin: 0;
        }

        /* composicion de todos los elementos que indica el tama;o del mismo */
        .box-pr-m4 {
            width: 300px;
            height: 200px;
            margin-right: 70px;
            counter-increment: gallery-cell;
            -webkit-box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            -moz-box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            margin-bottom: 10px;
            margin-top: 10px;
            border-radius: 20px;
            font-family: 'Roboto', sans-serif;
            margin-left: auto;
            margin-right: auto;
        }

        .top_img_1-pr-m4 {
            width: 120px;
            height: 120px;
            background-repeat: no-repeat;
            background-size: 120px;
            border-radius: 20px;
        }

        .ppp-m4 {
            margin: 0;
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            overflow: hidden;
            height: 40px;
            padding-left: 15px;
            padding-right: 15px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .ppp-des-m4 {
            margin: 0;
            font-size: 12px;
            text-align: left;
            overflow: hidden;
            height: 55px;
            padding-left: 15px;
            padding-right: 15px;
            text-overflow: ellipsis;
            color: gray;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .ppp-pr-m4 {
            margin: 0;
            font-size: 12px;
            font-weight: bold;
            text-align: left;
            overflow: hidden;
            height: 30px;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-left: 15px;
        }

        .ppp-especial-m4 {
            /* Muestra dos líneas de texto */
            max-height: 50px;
            overflow: hidden;

            /* Muestra puntos suspensivos cuando el texto es demasiado largo */
            text-overflow: ellipsis;
        }

        .ppp-especial-des-m4 {
            /* Muestra dos líneas de texto */
            max-height: 60px;
            overflow: hidden;

            /* Muestra puntos suspensivos cuando el texto es demasiado largo */
            text-overflow: ellipsis;
        }

        .mitades1 {
            height: 120px;
        }

        .mitades2 {
            height: 80px;
        }

        .btx-m4 {

            width: 26px;
            height: 26px;
            border-radius: 50%;
            padding: 1px;
        }

        .fa-cart-plus {
            color: #018543;
            font-size: 15px;
            padding: 5px;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 17px !important;
            border-radius: 50%;
            border: 1px solid;
        }

        @media screen and (max-width: 450px) {
            .box-pr-doble {
                width: 200px;
            }
        }

        /* estilos de contenido interno*/
        .top_img_1-pr-doble {
            width: 200px;
            height: 200px;
            background-repeat: no-repeat;
            background-size: cover;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            position: relative;
        }

        .paginadera {
            display: inline-flex;
        }

        .ppublico-doble {
            font-size: 12px;
        }

        @media screen and (max-width: 450px) {
            .ppublico-doble {
                font-size: 9px !important;
            }

            .top_img_1-pr-doble {
                width: 200px !important;
                background-size: 200px !important
            }

            .paginadera {
                display: flex !important;
                justify-content: center !important;
            }

            .letra-afiliado {
                font-size: 10px !important;
            }

            .no-afiliado {
                line-height: 8px !important;
            }
        }

        .buttom_info-pr {
            width: 200px;
            height: 200px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 15px;
        }

        .left_info-pr {
            width: 165px;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 5px;
        }

        .right_info-pr {
            width: 135px;
            height: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 5px;
        }

        .vl-pr {
            border-left: 1.1px dashed #ce9852;
            height: 100%;
            left: 50%;
            top: 0;
            margin-right: 5px;
        }

        .discount-pr {
            display: flex;
            flex-direction: column;
            height: 30px;
            color: #ce9852;
            font-size: 15px;
            font-weight: normal;
            align-items: center;
        }

        .info_discount-pr {
            margin: 2%;
            margin-left: 20px;
        }

        td {
            backgorund-color: white !important;
        }

        .box_title-pr {
            width: 100%;
            max-height: 34px;
            font-weight: bold;
            line-height: 30px;
            font-size: 15px;
            line-height: 1.1;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
        }

        .box_offer-pr {
            font-size: 13px;
            color: #636363;
            font-weight: bold;
            margin: 0px;
            line-height: 1.6;
            display: -webkit-box;
            max-width: 100%;
            height: 50px;
            margin-top: 5px;
            line-height: normal;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: left
        }

        .box_type-pr {
            color: #818281;
            font-size: 12px;
            font-weight: normal;
        }

        .box_schedule-pr {
            color: #818281;
            font-size: 10px;
            margin-right: 4%;
            font-weight: normal;
            font-size: 12px;
        }

        .imagenes-varias {
            display: flex;
            justify-content: center;
        }

        .ppp-doble {
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            overflow: hidden;
            height: 40px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .ppp-pr {
            margin: 0;
            font-size: 12px;
            font-weight: bold;
            text-align: left;
            overflow: hidden;
            height: 30px;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-left: 15px;
        }

        .px-pr {
            margin: 0;
        }

        .see_more11-pr-doble {
            z-index: 2;
            color: darkgreen;
            font-weight: normal;
            opacity: 0.9;
            font-size: 12px;
        }

        .see_more_agotado-pr {
            background-color: #a34039;
            display: flex;
            z-index: 2;
            top: 195px;
            left: 180px;
            position: absolute;
            color: white;
            width: 120px;
            height: 36px;
            font-weight: normal;
            opacity: 0.9;
            padding: 7px;
        }

        .plink-pr {
            font-size: 15px;
            margin-left: 15px;
        }

        .flickity-page-dots {
            display: none;
        }

        .flickity-prev-next-button {
            border-radius: 25px !important;
        }

        .fa-map-marker-alt-pr {
            color: #c0e579;
        }

        .publicbuttom1-pr {
            background-color: #ff7500;
            font-size: 11px;
            width: 40px;
            border-radius: 40px;
            height: 40px;
            color: white;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            align-self: center;
        }

        .public1-pr {
            display: flex;
            flex-direction: row;
            width: 100%;
            align-items: center;
        }

        .public1-pr2 {
            display: flex;
            flex-direction: row;
            width: 100%;
            align-items: center;
        }

        .publicbuttom1text-pr2 {
            color: #ff7500;
            font-size: 12px;
            text-align: center;
            margin-left: 40%;
            margin-right: 5px;
            font-weight: bold;
        }

        .publicbuttom1text-pr {
            color: #ff7500;
            font-size: 12px;
            text-align: right;
            margin-left: 10px;
            margin-right: 5px;
            font-weight: bold;
        }

        .publicbuttom12text-pr {
            color: #636363;
            font-size: 9px;
            text-decoration: line-through;
            font-weight: normal;
        }

        .publicbuttom123text-pr {
            color: #636363;
            font-size: 12px;
            font-weight: lighter;
        }

        /* fin de contenido interno */
        .botonCategorias-pr {
            font-size: 15px;
            font-weight: normal !important;
            color: white;
            border-radius: 8px !important;
            justify-content: center;
            align-items: center;
            align-self: center;
            margin: 5px;
            text-transform: none !important;
            font-family: "Poppins";
            line-height: 2.0em !important;
            min-height: 1em !important;
            padding: 1px 6px !important;
        }

        .products-pr {
            margin: 0 auto !important;
            width: 100%
        }

        @media only screen and (max-width: 415px) {
            .products-pr {
                margin-top: 20px !important;
            }
        }

        .box-eventos_VM {
            width: 300px;
            height: 450px;
            margin-right: 70px;
            counter-increment: gallery-cell;
            -webkit-box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            -moz-box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            margin-bottom: 10px;
            margin-top: 10px;
            border-radius: 30px;
            font-family: 'Roboto', sans-serif;
        }

        .cuadro-foto-evento_VM {
            width: 280px;
            height: 200px;
            counter-increment: gallery-cell;
            border-radius: 20px;
            margin: 10px;
            position: relative;
            -webkit-box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            -moz-box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
            box-shadow: 0px 3px 9px 1px rgba(120, 120, 120, 1);
        }

        .see_more_evento_VM {
            z-index: 2;
            position: absolute;
            color: white;
            width: 120px;
            height: 40px;
            background-color: #C92020;
            font-weight: normal;
            opacity: 0.9;
            padding: 10px;
            left: -10px;
            top: -10px;
            font-size: 14px;
            border-top-left-radius: 20px;
            border-bottom-right-radius: 20px;
            text-align: center;
            font-weight: bold;
        }

        .texto-eventos1 {
            height: 50px;
        }

        .texto-eventos2 {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .texto-eventos1 .texto-eventos2 {
            /* Muestra dos líneas de texto */
            max-height: 40px;
            overflow: hidden;

            /* Muestra puntos suspensivos cuando el texto es demasiado largo */
            text-overflow: ellipsis;
        }

        /* estilos del paginado*/
        ul {
            list-style-type: none;
        }

        .actives {
            font-weight: bold;
            color: white !important;
            background-color: #6995eb !important;
            border-radius:
        }

        .entry-content li {
            margin-left: 10px !important;
        }

        .numero {
            font-size: 16px;
        }

        .superior {
            font-size: 12px;
        }

        .agregar {
            position: absolute;
            top: 31px;
            display: block;
            cursor: pointer;
            line-height: 14px;
            right: 44px;
        }

        .btnAgregar {
            height: 13px;
            width: 12px;
            font-size: 7px;
            vertical-align: middle;
            color: white;
            color: #0c4c1a;
            border-radius: 50%;
            box-shadow: 0 1px 1px -1px #0c4c1a, 0 1px 1px 0px #0c4c1a, 0 0px 3px 0px #0c4c1a;
        }

        .agregar:hover:not(:active) {
            box-shadow: 0 1px 1px -1px #0c4c1a, 0 1px 1px 0px #0c4c1a, 0 0px 3px 0px #0c4c1a;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            line-height: 14px;
        }

        .agregar:active {
            transform: scale(1.4) translateY(5px);
            box-shadow: 0 1px 1px -1px #0c4c1a, 0 1px 1px 0px #0c4c1a, 0 0px 3px 0px #0c4c1a;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            line-height: 14px;
        }

        .cant {
            width: 10px;
        }

        .paginador-botones {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-direction: column;
            padding-bottom: 20px;
        }

        .paginador-botones-container {
          /*  width: fit-content;
            float: right;*/
            text-align: right;
        }

        .paginador-botones-container ul {
            margin: 1em auto .5em;
        }

        .paginador-botones-container p {
            margin-bottom: 30px;
            text-align: right;
        }

        .numero-paginador {
            padding-top: 10px;
        }

        .listado-productos-container<?= $idaleartorio?> {
            border-bottom: 1px solid #c4c4c4
        }
        
        section:last-of-type .listado-productos-container<?= $idaleartorio?> {
        border-bottom: none;
        }

    body,
        h2,
        h1,
        h3,
        h4,
        h5,
        h6,
        h7,
        p,
        li,
        label,
        span, b,
    button,
    .botonCategorias-pr
        {
            /*color: #7A7A7A;*/
            font-family: "Poppins", Poppins !important;
        }
            /* external css: flickity.css */
            
            .gallery{
    animation: fadein 2s;
    }
    @keyframes fadein {
    from { opacity: 0}
    to   { opacity: 1}
    }
        
        * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        }
        
        
        
        .gallery {
            width: 100%;
        }
            
            .mejorprecioporcentaje{    
            color: #ff7500;
                    font-size: 12px;
        font-weight: 700;
    }
        
        /* contenido principal de cada item */
        .gallery-cell:before {
        display: block;
        text-align: center;
        content: counter(gallery-cell);
        line-height: 200px;
        font-size: 80px;
        color: white;
        }
        
        /* composicion de todos los elementos que indica el tama;o del mismo */
        .box-pr-fac-m3pf {
            width: 266px;
        height: 430px;
        margin-right: 70px;
        background: rgb(255, 255, 255);
        counter-increment: gallery-cell;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        border: 1px #C4C4C4 solid;
        font-family: 'Roboto', sans-serif;
        padding: 10px;
            
        }
        
        
        /* estilos de contenido interno*/
        .top_img_1-pr-fac-m3{
            width: 240px;
        height: 240px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 12px;
        position: relative;
        }
        
        .buttom_info-pr{
        width: 200px;
                height: 200px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding: 15px;
        }
        
        .left_info-pr{
            width: 165px;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 5px;
        }
        
        .right_info-pr{
            width: 135px;
            height: 100%;
            display: flex;
            flex-direction: column;
                margin-top: 5px;
        
        }
        
        .vl-pr {
            border-left: 1.1px dashed #ce9852;
            height: 100%;
            left: 50%;
            top: 0;
            margin-right: 5px;
        }
        
        .discount-pr{
            display: flex;
            flex-direction: column;
            /*background-color: #fee2b3;
            width: 80%;*/
            height: 30px;				
            /*margin-top: 5px;*/
            color: #ce9852;
            font-size: 15px;
            font-weight: normal;
            align-items: center;
        }
        
        .info_discount-pr{
            margin: 2%;
            margin-left: 20px;
        }
    .txt-pfac-m3{

    position: absolute;
        /*top: -10px;*/
        color: white;
        right: 10px;
        font-weight: bold;
        font-size:20px;	
    }
            
    .txt-pfac-m4{

    position: absolute;
        /*top: -10px;*/
        color: white !important;
        right: 15px;
        font-weight: bold;
        font-size:16px;	
    }
            
            
            
            
        .box_title-pr {
        width: 100%;
        max-height: 34px;
        /* color: #636363; */
        font-weight: bold;
        line-height: 30px;
        font-size: 15px;
        line-height: 1.1;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        }

        
        .box_offer-pr{
            font-size: 13px;
            color: #636363;
            font-weight: bold;
            margin: 0px;
            line-height: 1.6;
            display: -webkit-box;
        max-width: 100%;
            height: 50px;
        margin-top: 5px;
        line-height: normal;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align:left 
        }


        .box_type-pr{
            color: #818281;
            font-size: 12px;
            font-weight: normal;
            /*margin-top: 10px;*/
        }
        
        .box_schedule-pr{
            color: #818281;
            font-size: 10px;
            margin-right: 4%;
            font-weight: normal;
            font-size: 12px;
        }
        .imagenes-varias{
                display: flex;
                justify-content: center;
            }


        .ppp-fac-m3{
            margin: 0;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        overflow: hidden;
        height: 45px;
    padding-left:15px;
            padding-right:15px;
        text-overflow: ellipsis;
        
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        }

    .ppp-pr-fac-m3{
            margin:0;
            font-size: 12px;
            text-align: left;
        overflow: hidden;
        height:30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left:15px;
            /*font-family: 'Montserrat';*/
        color:#898989;    
    }

    .ppp-pr-ciudad-fac-m3{
            margin:0;
            font-size: 13px;
            color:#0A3158;
            text-align: left;
        overflow: hidden;
        height:30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left:15px;
            /*font-family: 'Montserrat';*/
        }



        .px-pr{
        margin: 0;
        }
        
        .see_more11-pr-fac-m3{
        
            width: 97px;
        height: 39px;
        /*border-top: 20px solid rgb(250,105,111);
        border-bottom: 20px solid rgb(250,105,111);
        border-right: 10px solid transparent;*/
        background-image: url("https://experienciasclub.com/wp-content/uploads/2024/05/Rectangle-1.png");		
                position: absolute;
        left: -5px;
        bottom: 201px;
        }
            
                .see_more_agotado-pr{
        background-color: #a34039;
            display: flex; 
        z-index: 2;
        top: 195px;
        left: 180px;
        position: absolute;
        color: white;
        width: 120px;
        height: 36px;
        font-weight: normal;
        opacity: 0.9;
        padding: 7px;
            }
        
        .plink-pr{
            font-size: 15px;
            margin-left: 15px;
        }
            
        .flickity-page-dots{
            display: none;
        }
            
        .flickity-prev-next-button{
            border-radius: 25px!important;
        }
            .fa-map-marker-alt-pr {
        color: #c0e579;
    
    }
            
            .publicbuttom1-pr{
    background-color: #ff7500;
        font-size: 11px;
        width: 40px;
        border-radius: 40px;
        height: 40px;
        color: white;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-self: center;
        

    }
    .public1-pr{
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
    }
    .public1-pr2{
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
    }
    .publicbuttom1text-pr2{
        color: #ff7500;
        font-size: 12px;
        text-align:center;
        /* width: 80%; */
        margin-left: 40%;
        margin-right: 5px;
        font-weight: bold;
    }
    .publicbuttom1text-pr{
        color: #ff7500;
        font-size: 12px;
        text-align: right;
        /* width: 80%; */
        margin-left: 10px;
        margin-right: 5px;
        font-weight: bold;
    }
            
    .publicbuttom12text-pr{
        color: #636363;
        font-size: 9px;
        text-decoration:line-through;
        font-weight: normal;
            }

        .publicbuttom123text-pr{
            color: #636363;
        font-size: 12px;
        font-weight: lighter;
        }
        /* fin de contenido interno */
    .botonCategorias-pr {
        /*background-color: hsl(104, 38%, 32%);*/
        font-size: 15px;
        font-weight: normal !important;
        color: white;
        border-radius: 8px !important;
        justify-content: center;
        align-items: center;
        align-self: center;
        margin: 5px;
        text-transform: none !important;
    
        line-height: 2.0em !important;
        min-height: 1em !important;
        padding: 1px 6px !important;
    }
    .products-pr{
    margin: 0 auto!important;
    }
    @media only screen and (max-width: 415px) {
    .products-pr {
    /* margin-top: 150px!important;*/
    }
    }

        
    .box-eventos_VM {
                width: 300px;
                height: 520px;
            margin-right: 70px;
            
            counter-increment: gallery-cell;
            -webkit-box-shadow: 0px 3px 9px 1px rgba(120,120,120,1);
            -moz-box-shadow: 0px 3px 9px 1px rgba(120,120,120,1);
            box-shadow: 0px 3px 9px 1px rgba(120,120,120,1);
            margin-bottom: 10px;
            margin-top: 10px;
                        border-radius: 30px;
                font-family: 'Roboto', sans-serif;
        }
        
    .cuadro-foto-evento_VM {
                width: 280px;
                height: 280px;
                counter-increment: gallery-cell;
                border-radius: 20px;
                margin:10px;
                position: relative;
                -webkit-box-shadow: 0px 3px 9px 1px rgba(120,120,120,1);
            -moz-box-shadow: 0px 3px 9px 1px rgba(120,120,120,1);
            box-shadow: 0px 3px 9px 1px rgba(120,120,120,1);
        background-size:cover;
                
        }
        
        .see_more_evento_VM{
        z-index: 2;
        position: absolute;
        color: white;
        width: 120px;
        height: 40px;
        background-color: #C92020 /*hsl(104, 38%, 32%)*/;
        font-weight: normal;
        opacity: 0.9;
        padding: 10px;
        left: -10px;
        top: -10px;
        font-size: 14px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        text-align:center;
        font-weight: bold;
        }

        .tag_agotado_class{
            display: none;
        z-index: 2;
        position: absolute;
        color: white;
        width: 120px;
        height: 40px;
        background-color: #C92020;
        font-weight: normal;
        opacity: 0.9;
        padding: 10px;
    /*  left: -10px;
        top: -10px; */
        font-size: 14px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        text-align:center;
        font-weight: bold;
        }
    .texto-eventos1{
        height: 50px;
    }
    .texto-eventos2{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .texto-eventos1 .texto-eventos2 {
    /* Muestra dos líneas de texto */
    max-height: 40px;
    overflow: hidden;

    /* Muestra puntos suspensivos cuando el texto es demasiado largo */
    text-overflow: ellipsis;
    }

    .ppp-especial {
    /* Muestra dos líneas de texto */
    max-height: 55px;
    overflow: hidden;

    /* Muestra puntos suspensivos cuando el texto es demasiado largo */
    text-overflow: ellipsis;
    }

    .btn-success {
        color: #fff;
        background-color: #28a745 !important;
        border-color: #28a745 !important;
    }

    .reservarProductos-fac-m32 {
        width: 97% !important;
        height: 36px;
        border-radius: 5px;
        background: #6995eb;
        text-align: center;
        color: white;    
        font-weight:600;
        font-size:15px !important;
        padding-top:9px;
        font-family:Poppins;
        }
	
.info-box-red {
  background: linear-gradient(0deg, rgba(60,52,52,1) 0%, rgba(15,6,6,0.9500175070028011) 45%, rgba(94,76,69,1) 100%);
	background: linear-gradient(to bottom, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.5));
    color: white;
    padding: 20px;
    border-radius: 8px;
    font-family: sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: 150px;
    /* margin: 20px auto; */
    position: relative;
    bottom: 93px;
    z-index: 100;
	left: 50px;
}

.info-box-red p {
  margin: 0; /* Elimina el margen predeterminado del párrafo */
  line-height: 1; /* Espaciado entre líneas */
	text-align:right;
}
.actives > .page_link.text-dark{
	color:white !important;
}