
        .tooltipster-default {
            background: black;
            border: none;
            border-radius: 6px;
        }

        .tooltipster-content {
            font-size: 11px !important;
            color: white;
            padding: 2px 4px;
        }

        /* Slider */

        .slick-slide {
            margin: 0px 20px;
        }

            .slick-slide img {
                width: auto;
                max-height: 37px;
            }

        .slick-slider {
            position: relative;
            display: block;
            box-sizing: border-box;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-touch-callout: none;
            -khtml-user-select: none;
            -ms-touch-action: pan-y;
            touch-action: pan-y;
            -webkit-tap-highlight-color: transparent;
        }

        .slick-list {
            position: relative;
            display: block;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }

            .slick-list:focus {
                outline: none;
            }

            .slick-list.dragging {
                cursor: pointer;
                cursor: hand;
            }

        .slick-slider .slick-track,
        .slick-slider .slick-list {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .slick-track {
            position: relative;
            top: 0;
            left: 0;
            display: block;
        }

            .slick-track:before,
            .slick-track:after {
                display: table;
                content: '';
            }

            .slick-track:after {
                clear: both;
            }

        .slick-loading .slick-track {
            visibility: hidden;
        }

        .slick-slide {
            display: none;
            float: left;
            height: 100%;
            min-height: 1px;
        }

        [dir='rtl'] .slick-slide {
            float: right;
        }

        .slick-slide img {
            display: block;
        }

        .slick-slide.slick-loading img {
            display: none;
        }

        .slick-slide.dragging img {
            pointer-events: none;
        }

        .slick-initialized .slick-slide {
            display: block;
        }

        .slick-loading .slick-slide {
            visibility: hidden;
        }

        .slick-vertical .slick-slide {
            display: block;
            height: auto;
            border: 1px solid transparent;
        }

        .slick-arrow.slick-hidden {
            display: none;
        }

        .arrow_box {
            position: relative;
            background: #fff;
            border: 2px solid #f58220;
            margin: 10px 50px;
            color: #000;
            padding: 15px 25px 0px 15px;
            border-radius: 15px;
            opacity: 0.88;
        }

        .arrow_box_right:after, .arrow_box_right:before {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .arrow_box_left:after, .arrow_box_left:before {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .arrow_box h4 {
            font-weight: initial;
        }

        #container {
            overflow: hidden;
        }

        #comments {
            display: block;
            /*width: 100%;*/
            height: 100%;
            position: absolute;
            top: 100%;
        }

        .comment_left {
            float: left;
            margin-left: -47px;
            font-size: 35px;
            margin-top: 2px;
        }

        .comment_right {
            float: right;
            margin-right: -54px;
            font-size: 35px;
            margin-top: 2px;
        }

        .subcategories > li:first-child {
            display: block;
        }

        article.article--downloads.article--product {
            padding-bottom: 8px;
        }

            article.article--downloads.article--product .article__body {
                height: auto;
                /*min-height: 170px;*/
            }

        h4 {
            font-weight: normal;
        }

        .article__separation {
            font-size: 11px;
            padding-top: 5px;
            /*border-top: 1px solid #e8ecf0;*/
        }

        .article__italic {
            margin-top: 15px;
            font-style: italic;
        }

        h5 {
            font-weight: normal;
            margin-bottom: 3px;
        }

            h5 strong {
                overflow-wrap: break-word;
                color: #ef7f13;
            }

        .article__price {
            opacity: 1 !important;
            padding-top: 8px;
        }

            .article__price b {
                color: white;
                background-color: #ef7f13;
                padding: 4px 15px;
            }

        .article__btn {
            padding-top: 7px;
        }

        .classFeedback {
            opacity: 0.3;
            z-index: 18;
            position: relative;
        }

            .classFeedback:hover {
                opacity: 1 !important;
                cursor: pointer !important;
            }

        .emoticons {
            font-size: 22px;
            text-align: left;
            padding-right: 15px;
            padding-left: 15px;
        }

        .emoticonActive {
            opacity: 1 !important;
        }

        .arrow-up {
            display: block;
            position: absolute;
            margin-bottom: -8px;
            margin: 0 auto;
            width: 0;
            /*height: 0;*/
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #ef7f13;
        }

        @media screen and (max-width:420px) {
            .size-xs {
                font-size: 10px !important;
            }

            header .header__item {
                max-width: 120px;
                width: 55px;
            }

            #imgUsuarioFoto {
                height: 100% !important;
            }

            #divUsuario {
                width: 100% !important;
            }

            .chat-container {
                margin-top: 65px !important;
                height: 100vh !important;
            }

            .sidebar {
                margin-top: 10px !important;
            }

            .header__right, .header__item__symbol {
                height: 55px !important;
            }
        }

        td {
            vertical-align: middle !important;
        }

        .icon-orange {
            color: #f58220;
            font-weight: 700 !important;
        }

        .bt-menu-planes > a {
            display: inline-flex !important;
            align-items: center;
            gap: 7px;
            white-space: nowrap;
        }

        .bt-menu-offer-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 4px;
            min-height: 20px;
            padding: 2px 7px;
            border-radius: 999px;
            background: #ef7f13;
            color: #fff;
            font-size: 10px;
            line-height: 1;
            font-weight: 800;
            letter-spacing: .2px;
            box-shadow: 0 4px 12px rgba(239, 127, 19, .25);
            animation: btOfferPulse 1.6s ease-in-out infinite;
        }

        .bt-menu-offer-pill .fa {
            font-size: 10px;
            line-height: 1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 10px;
        }

        .bt-menu-offer-pill .bt-offer-countdown {
            display: inline-flex;
            align-items: center;
            line-height: 1;
        }

        @keyframes btOfferPulse {
            0%, 100% {
                transform: translateY(0);
                box-shadow: 0 4px 12px rgba(239, 127, 19, .22);
            }
            50% {
                transform: translateY(-1px);
                box-shadow: 0 7px 18px rgba(239, 127, 19, .36);
            }
        }

        @media screen and (max-width: 900px) {
            .bt-menu-offer-pill {
                display: none;
            }
        }

        .table-striped tbody tr:hover {
            background-color: #ffecd8 !important;
        }

        .divOpciones {
            max-height: 200px !important;
            overflow-y: auto;
            overflow-x: hidden;
            display: block;
            width: 100%;
            padding: 0 20px 0 0;
            margin-top: 20px;
            margin-bottom: 20px;
        }

            .divOpciones input[type="text"],
            .divOpciones input[type="number"],
            .divOpciones select {
                padding: 10px 15px !important;
            }

        thead tr {
            font-weight: bold;
            text-align: center;
            background-color: #465666;
            color: white;
        }

        .loadingCircle {
            display: none;
            top: 40%;
            left: 47.5%;
            position: fixed;
            z-index: 9999;
            width: 100px;
            border-radius: 100px;
            height: 100px;
            background-color: #f582203b;
        }

        #loadingText {
            color: white; /* #f58220;*/
            text-align: center;
            font-weight: bold;
            font-size: 26px;
            margin-top: 10px;
        }

        .loader-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            opacity: 1;
            transition: opacity 0.3s ease;
            /*pointer-events: none;*/
            z-index: 10;
        }

        .section--header .section__wrap .tabs .tabs__header .tab.tab--active a {
            color: white !important;
        }

        .section--header .section__wrap .tabs .tabs__header .tab a {
            /*color: white !important;*/
            color: #ef7f13bd;
        }

        section .section__bg {
            opacity: 0.25;
        }

        #menuAdmin {
            padding-left: 15px;
        }

            #menuAdmin .tab {
                opacity: 1;
            }

                #menuAdmin .tab:hover {
                    opacity: 0.5;
                }

        .section--header .section__wrap .tabs .tabs__header .tab {
            padding-left: 5px;
        }

        .section--header .section__wrap .section--tabs {
            background-color: #152128 !important;
        }

        .btn--plan:hover {
            background: #ffead8 !important;
        }

        .modal__box {
            overflow-y: scroll;
            max-height: 85vh !important;
        }

        .fa .fa-close {
            position: fixed;
            margin-left: -10px;
            margin-top: 3px;
        }

        .bloque-planes {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .plan-titulo {
            font-size: 11px;
            font-weight: 700;
            line-height: 13px;
        }

        .plan-body {
            width: 100%;
        }

        .plan-label {
            margin-top: 3px;
            color: #747a80;
            font-size: 8px;
            font-weight: 600;
            line-height: 9px;
        }

        .plan-grid {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
        }

        .plan-num {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 8px;
            line-height: 8px;
        }

            .plan-num b {
                font-size: 11px;
                line-height: 11px;
            }

        .plan-sep {
            font-size: 10px;
            font-weight: bold;
            opacity: 0.6;
        }

        /* ======================
            COLOR DESTACADO
        ====================== */
        .span-color {
            color: #ef7f13;
        }

        #divUsuario {
            position: relative;
            display: block;
            padding: 0 !important;
            height: 70px !important;
            white-space: nowrap;
            overflow: hidden;
        }

        #divUsuario .divUsuarioFoto {
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 64px;
            height: 70px;
            margin: 0 !important;
        }

        #divUsuario #imgUsuarioFoto {
            display: block;
            width: 52px !important;
            height: 52px !important;
            min-width: 52px;
            max-width: 52px;
            object-fit: cover;
            object-position: center;
            margin: 0;
            border-radius: 50%;
        }

        #divUsuario .profile-avatar-letter {
            background: #ef7f13;
            color: #fff;
            border: 3px solid #fff;
            font-size: 23px;
            font-weight: 800;
            line-height: 46px;
            text-align: center;
        }

        #divUsuario #divUsuarioPuntaje {
            position: absolute;
            top: 0;
            left: 64px;
            width: 116px;
            height: 70px;
            margin: 0 !important;
            white-space: normal;
        }

        #divUsuario .bloque-planes {
            display: block !important;
            position: relative !important;
            inset: auto !important;
            transform: none !important;
            float: none !important;
            width: 116px;
            height: 70px;
            margin: 0 !important;
            padding: 0 !important;
        }

        #divUsuario .plan-titulo {
            position: absolute !important;
            top: 7px;
            left: 0;
            width: 100%;
            height: 14px !important;
            min-height: 0 !important;
            max-height: 14px !important;
            margin: 0 !important;
            line-height: 9px !important;
            overflow: visible;
        }

        #divUsuario .plan-body,
        #divUsuario .plan-body a {
            display: block;
            width: 100%;
            height: 70px;
            position: relative !important;
            margin: 0 !important;
            transform: none !important;
        }

        #divUsuario .plan-grid {
            position: absolute !important;
            top: 27px;
            left: 0;
            width: 100%;
            height: 18px !important;
            min-height: 0 !important;
            max-height: 18px !important;
            justify-content: center;
            margin: 0 !important;
            padding-left: 0 !important;
            transform: none !important;
            overflow: visible;
        }

        #divUsuario .plan-num,
        #divUsuario .plan-sep {
            height: 18px !important;
            min-height: 0 !important;
            max-height: 18px !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        #divUsuario .plan-label {
            position: absolute !important;
            top: 50px;
            left: 0;
            width: 100%;
            height: 10px !important;
            min-height: 0 !important;
            max-height: 10px !important;
            margin: 0 !important;
            line-height: 9px;
            transform: none !important;
            overflow: visible;
        }

        #divUsuario .plan-sep {
            display: none !important;
        }

        #divUsuario .plan-grid {
            gap: 12px;
        }

        .notificacion-puntos {
            width: 340px;
            min-height: auto;
            padding: 12px 14px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

            .notificacion-puntos .notify-icon {
                width: 55px;
                height: 55px;
                border-radius: 50%;
                flex-shrink: 0;
                float: left;
            }

            .notificacion-puntos .notify-content {
                display: flex;
                flex-direction: column;
            }

            .notificacion-puntos [data-notify="title"] {
                font-size: 15px;
                font-weight: 700;
                line-height: 1.2;
                margin-bottom: 4px;
            }

            .notificacion-puntos [data-notify="message"] {
                font-size: 13px;
                line-height: 1.4;
                color: #777;
            }

