﻿

body {
    font-size: unset;
}

#df-custom-cursor::after {
    border: 4px solid #a3ff12;
    opacity: 1;
}

.pagina {
    display: none;
    user-select: none;
}

.visor-panorama {
    width: 100vw;
    height: calc(100vh - 72px);
    user-select: none;
}


.login-form {
    max-width: none;
}

.bg--texture-game {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/gamedata/media/start.jpg");
}

.df-custom-cursor-wrap {
    z-index: 19;
}

/* inventario */


.inventario-menu {
    position: absolute;
    /*top: 200px;*/
    z-index: 1000;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal.modal-inventario {
    position: fixed;
    z-index: 1500;
    width: auto;
    left: 100px;
}



.modal-inventario .modal-dialog {
    color: #fff;
    border-radius: 0px 0px;
}

.modal-inventario .modal-header {
    border-bottom: 0px;
    background-color: #151720;
}

.modal-inventario .modal-body {
    background-color: #151720;
}

    .modal-inventario .modal-body > table > tr {
        border: 1px solid #fff;
    }

.color-icono-inventario {
    color: #a3ff12;
}





.match-stats-links--main {
    left: 30px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 992px) {
    .match-stats-links--main li {
        display: inline;
    }

        .match-stats-links--main li + li {
            margin-top: 38px;
        }

            .match-stats-links--main li + li:before {
                border: none;
            }
}


.inventario-en-uso {
    position: absolute;
    z-index: 1000;
    left: 20px;
    top: 50px;
    display: none;
}

    .inventario-en-uso .card {
        background-color: #a3ff12;
    }

        .inventario-en-uso .card .card-body {
            padding: 1px;
        }

    .inventario-en-uso img {
        max-width: 100px;
        max-height: 100px;
    }


/* modal para preguntas  */

.modal.modal-preguntas {
    border-radius: 0px;
    overflow: hidden;
    background-color: transparent;
}

    .modal.modal-preguntas a {
        color: #fff;
    }

    .modal.modal-preguntas .logo a img {
        width: 30px;
    }

    .modal.modal-preguntas .modal-content {
        background-color: transparent;
        border: none;
        border-radius: 7px;
    }

        .modal.modal-preguntas .modal-content .modal-body {
            border-radius: 7px;
            overflow: hidden;
            color: #fff;
            padding-left: 0px;
            padding-right: 0px;
            -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
            box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
        }

            .modal.modal-preguntas .modal-content .modal-body.overlay {
                position: relative;
            }

                .modal.modal-preguntas .modal-content .modal-body.overlay:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    width: 100%;
                    background-color: rgba(0, 0, 0, 0.5);
                }

                .modal.modal-preguntas .modal-content .modal-body.overlay .to-front {
                    z-index: 2;
                    position: relative;
                }

            .modal.modal-preguntas .modal-content .modal-body h2 {
                font-size: 22px;
                color: #fff;
            }

            .modal.modal-preguntas .modal-content .modal-body p {
                color: #fff;
            }

            .modal.modal-preguntas .modal-content .modal-body h3 {
                color: #fff;
                font-size: 22px;
            }

            .modal.modal-preguntas .modal-content .modal-body .close-btn {
                color: #fff;
            }

            .modal.modal-preguntas .modal-content .modal-body .line {
                border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                padding-bottom: 10px;
            }

    .modal.modal-preguntas .cancel a {
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
        font-weight: bold;
    }

        .modal.modal-preguntas .cancel a:hover {
            color: #fff;
        }


.modal-preguntas .modal-body.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*  QUESTIONS RADIO BUTTONS */
.question-item {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

    .question-item label {
        padding: 10px 62px 10px 20px;
        width: 100%;
        display: block;
        text-align: left;
        color: #3c454c;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
    }

        .question-item label:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: "";
            background-color: #5562eb;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .question-item label:after {
            width: 32px;
            height: 32px;
            content: "";
            border: 2px solid #d1d7dc;
            background-color: #fff;
            background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
            background-repeat: no-repeat;
            background-position: 2px 3px;
            border-radius: 50%;
            z-index: 2;
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 200ms ease-in;
        }

    .question-item input:checked ~ label {
        color: #fff;
    }

        .question-item input:checked ~ label:before {
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
        }

        .question-item input:checked ~ label:after {
            background-color: #54e0c7;
            border-color: #54e0c7;
        }

    .question-item input {
        width: 32px;
        height: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

textarea.question-item {
    padding: 3px;
    font-size: large;
    width: 100%;
}

input.question-item {
    padding: 3px;
    font-size: large;
    width: 100%;
    font-weight: bold;
}

    input.question-item:focus {
        background-color: #a3ff12;
    }

.slider.slider-horizontal {
    margin-left: 20px;
    width: 70%;
}


/* chat */

.chat-textarea, .chat-textarea:focus {
    padding: 3px;
    font-size: large;
    width: 100%;
    background-color: white;
}


.chat-panel {
    position: fixed;
    overflow-y: scroll;
    z-index: 1101;
    left: 100%;
    height: calc(100% - 72px);
    width: 100%;
    padding: 30px 15px;
    text-align: left;
    -webkit-transition: -webkit-transform ease 440ms 0ms;
    transition: -webkit-transform ease 440ms 0ms;
    transition: transform ease 440ms 0ms;
    transition: transform ease 440ms 0ms, -webkit-transform ease 440ms 0ms;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    color: #fff;
    background-color: #222430;
}

@media (min-width: 768px) {
    .chat-panel {
        width: 80%;
        padding: 48px 40px 50px;
    }
}

@media (min-width: 992px) {
    .chat-panel {
        width: 700px;
    }
}

@media (min-width: 1920px) {
    .chat-panel {
        height: calc(100% - 100px);
        width: 960px;
        padding: 58px 60px 60px;
    }
}

.site-header--top ~ .chat-panel {
    bottom: 0;
}

.site-header--bottom ~ .chat-panel {
    top: 0;
}

@media (max-width: 991.98px) {
    html.touch .site-header--bottom ~ .chat-panel {
        top: 72px;
        bottom: 0;
    }
}

.cart-panel {
    background-color: #ffc107;
}
.cart-panel.toggled {
    -webkit-transform: translateX(-100%) !important;
    transform: translateX(-100%);
    -webkit-transition-delay: 100ms !important;
    transition-delay: 100ms;
}

.chat-panel.toggled {
    -webkit-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
    -webkit-transition-delay: 100ms !important;
    transition-delay: 100ms !important;
}

.chat-panel__title {
    margin-bottom: 31px;
}

@media (min-width: 1920px) {
    .chat-panel__title {
        margin-bottom: 47px;
        font-size: 2.125rem;
    }
}

.chat-panel__items-count {
    color: #a3ff12;
}

.chat-panel__content .table {
    margin-bottom: 22px;
}

@media (min-width: 1920px) {
    .chat-panel__content .table {
        margin-bottom: 33px;
    }
}

.chat-panel__content .table thead th {
    padding: 0 0 12px;
    font-size: 0.625rem;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    border: none;
}

@media (min-width: 1920px) {
    .chat-panel__content .table thead th {
        padding-bottom: 18px;
        font-size: 0.875rem;
    }
}

.chat-panel__content .table thead,
.chat-panel__content .table tbody td {
    border-top: none;
    border-bottom: 1px solid rgba(94, 98, 126, 0.2);
}

.chat-panel .product__info {
    min-width: 258px;
    padding: 18px 15px 18px 0;
}

@media (min-width: 576px) {
    .chat-panel .product__info {
        min-width: 260px;
    }
}

@media (min-width: 1920px) {
    .chat-panel .product__info {
        padding-top: 26px;
        padding-bottom: 26px;
    }
}

.chat-panel .product__info-content {
    overflow: hidden;
    padding-left: 15px;
}

@media (min-width: 1920px) {
    .chat-panel .product__info-content {
        padding-left: 22px;
    }
}

.chat-panel .product__total, .chat-panel .product__quantity {
    display: none;
}

@media (min-width: 576px) {
    .chat-panel .product__total, .chat-panel .product__quantity {
        display: table-cell;
    }
}

.chat-panel .product__thumb {
    float: left;
    width: 44px;
    margin-bottom: 0;
}

    .chat-panel .product__thumb img {
        width: 100%;
    }

@media (min-width: 1920px) {
    .chat-panel .product__thumb {
        width: 60px;
    }
}

.chat-panel .product__name {
    margin-top: 2px;
    margin-bottom: 1px;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

@media (min-width: 1920px) {
    .chat-panel .product__name {
        font-size: 1.25rem;
    }
}

.chat-panel .product__name a {
    color: #fff;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
}

    .chat-panel .product__name a:hover {
        color: #a3ff12;
    }

.chat-panel .product__cat, .chat-panel .product__info-details {
    display: block;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

@media (min-width: 1920px) {
    .chat-panel .product__cat, .chat-panel .product__info-details {
        font-size: 0.875rem;
    }
}

.chat-panel .product__cat {
    color: #c6cbea;
}

@media (min-width: 1920px) {
    .chat-panel .product__cat {
        margin-top: 2px;
    }
}

.chat-panel .product__info-details {
    margin-top: 1px;
    color: #5e627e;
}

@media (min-width: 1920px) {
    .chat-panel .product__info-details {
        margin-top: 3px;
    }
}

.chat-panel .product__total:not(th), .chat-panel .product__quantity input {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}

@media (min-width: 1920px) {
    .chat-panel .product__total:not(th), .chat-panel .product__quantity input {
        font-size: 1.125rem;
    }
}

.chat-panel .product__quantity {
    min-width: 56px;
    width: 56px;
    padding: 23px 0 0;
}

@media (min-width: 1920px) {
    .chat-panel .product__quantity {
        width: 68px;
    }
}

.chat-panel .product__quantity input,
.chat-panel .product__quantity button {
    border: none;
    background-color: transparent;
    vertical-align: bottom;
}

    .chat-panel .product__quantity input:focus,
    .chat-panel .product__quantity button:focus {
        outline: none;
    }

.chat-panel .product__quantity button {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 6px;
    height: 20px;
    color: #a3ff12;
}

body:not(.cursor-is--active) .chat-panel .product__quantity button {
    cursor: pointer;
}

.chat-panel .product__quantity button:after, .chat-panel .product__quantity button:before {
    position: absolute;
    content: "";
    background-color: #a3ff12;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.chat-panel .product__quantity .quantity-control__minus:before {
    top: 8px;
    left: 0;
    width: 6px;
    height: 2px;
}

.chat-panel .product__quantity .quantity-control__plus:before {
    top: 8px;
    left: 0;
    width: 6px;
    height: 2px;
}

.chat-panel .product__quantity .quantity-control__plus:after {
    top: 6px;
    left: 2px;
    width: 2px;
    height: 6px;
}

.chat-panel .product__quantity input {
    display: inline-block;
    width: 36px;
    height: 20px;
    padding: 0;
    text-align: center;
    color: #fff;
}

    .chat-panel .product__quantity input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .chat-panel .product__quantity input[type=number] {
        -moz-appearance: textfield;
    }

.chat-panel .product__total:not(th) {
    color: #a3ff12;
}

.chat-panel .product__total {
    min-width: 96px;
    width: 146px;
    padding: 30px 0 0;
    text-align: center;
}

@media (min-width: 1920px) {
    .chat-panel .product__total {
        padding-top: 39px;
    }
}

.chat-panel .product__total-currency {
    color: #fff;
}

.chat-panel .product__remove {
    width: 55px;
    padding: 0 0 0 7px;
    vertical-align: middle;
}

@media (min-width: 576px) {
    .chat-panel .product__remove {
        vertical-align: top;
        padding-top: 24px;
    }
}

@media (min-width: 1920px) {
    .chat-panel .product__remove {
        padding-top: 31px;
    }
}

.chat-panel .product__remove-icon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #5e627e;
    -webkit-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
}

@media (min-width: 1920px) {
    .chat-panel .product__remove-icon {
        width: 30px;
        height: 30px;
    }
}

.chat-panel .product__remove-icon:after, .chat-panel .product__remove-icon:before {
    position: absolute;
    top: 9px;
    left: 6px;
    width: 8px;
    height: 2px;
    content: "";
    background-color: #5e627e;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

@media (min-width: 1920px) {
    .chat-panel .product__remove-icon:after, .chat-panel .product__remove-icon:before {
        top: 12px;
        left: 8px;
        width: 10px;
    }
}

.chat-panel .product__remove-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chat-panel .product__remove-icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.chat-panel .product__remove-icon:hover {
    border-color: #fff;
}

    .chat-panel .product__remove-icon:hover:after, .chat-panel .product__remove-icon:hover:before {
        background-color: #fff;
    }

.chat-panel__totals {
    text-align: right;
}

    .chat-panel__totals .table {
        margin-bottom: 32px;
    }

@media (min-width: 1920px) {
    .chat-panel__totals .table {
        margin-bottom: 50px;
    }
}

.chat-panel__totals th, .chat-panel__totals td {
    padding: 0;
    border: none;
}

.chat-panel__subtotal, .chat-panel__shipping, .chat-panel__order-total {
    font-weight: 700;
    text-transform: uppercase;
}

.chat-panel__subtotal, .chat-panel__shipping {
    font-size: 0.625rem;
    color: #5e627e;
}

@media (min-width: 1920px) {
    .chat-panel__subtotal, .chat-panel__shipping {
        font-size: 0.875rem;
    }
}

.chat-panel__shipping th, .chat-panel__shipping td {
    padding-top: 8px;
}

@media (min-width: 1920px) {
    .chat-panel__shipping th, .chat-panel__shipping td {
        padding-top: 11px;
    }
}

.chat-panel__order-total {
    font-size: 0.875rem;
}

@media (min-width: 1920px) {
    .chat-panel__order-total {
        font-size: 1.125rem;
    }
}

.chat-panel__order-total th, .chat-panel__order-total td {
    padding-top: 5px;
}

@media (min-width: 1920px) {
    .chat-panel__order-total th, .chat-panel__order-total td {
        padding-top: 10px;
    }
}

.chat-panel__order-total .amount {
    color: #a3ff12;
}

    .chat-panel__order-total .amount span {
        color: #fff;
    }



.header-chat-toggle {
    -webkit-transition: display 200ms ease 300ms, opacity 300ms ease, -webkit-transform 300ms ease;
    transition: display 200ms ease 300ms, opacity 300ms ease, -webkit-transform 300ms ease;
    transition: display 200ms ease 300ms, opacity 300ms ease, transform 300ms ease;
    transition: display 200ms ease 300ms, opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}


.header-chat.hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

.header-chat-toggle .df-icon {
    fill: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-chat-toggle:hover .df-icon {
    fill: #a3ff12;
}

.header-chat-toggle .df-icon {
    width: 24px;
    height: 24px;
}

@media (min-width: 1920px) {    
    .header-chat-toggle .df-icon {
        width: 30px;
        height: 30px;
    }
}


.header-chat-toggle {
    margin-left: 34px;
}


body:not(.cursor-is--active) .header-chat-toggle {
    cursor: pointer;
}

@media (min-width: 1920px) {
    
    .header-chat-toggle {
        margin-left: 55px;
    }
}


.header-chat-toggle {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (min-width: 1920px) {
    
    .header-chat-toggle {
        padding-top: 34px;
        padding-bottom: 36px;
    }
}


.header-chat-toggle {
    position: relative;
}

    
    .header-chat-toggle .df-icon--close,
    .header-chat-toggle .df-icon--search-close {
        position: absolute;
        top: 25px;
        left: 0;
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform-origin: center;
        transform-origin: center;
    }

@media (min-width: 1920px) {    
    .header-chat-toggle .df-icon--close,
    .header-chat-toggle .df-icon--search-close {
        top: 35px;
        left: 0;
    }
}

.header-chat-toggle.toggled .df-icon--bag {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
}



.header-chat-toggle.toggled .df-icon--close,
.header-chat-toggle.toggled .df-icon--search-close {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.menu-panel__content {    
    padding: 18px 12px;
}


.cart-panel .product__info {    
    padding: 10px 15px 10px 0;
}



    /*  cuenta atrás */

    .cuenta-atras {
    display: none;
    position: absolute;
    z-index: 3;
    right: 5px;
    top: 5px;
    /*margin: auto;*/
    width: 90px;
    height: 90px;
    /*margin-top: 100px;
    position: absolute;*/
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}

    .cuenta-atras.clock:before,
    .cuenta-atras.count:after {
        content: '';
        position: absolute;
    }


    .cuenta-atras.clock {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        position: absolute;
        background-color: #feeff4;
    }

        .cuenta-atras.clock:before {
            top: 50%;
            left: 50%;
            width: 60px;
            height: 60px;
            margin-top: -30px;
            margin-left: -30px;
            border-radius: inherit;
            background-color: #ec366b;
            box-shadow: 0 0 15px rgba(0,0,0,.15), 0 0 3px rgba(255,255,255,.75) inset;
            /*border:1px solid rgba(255,255,255,.1);*/
        }

    .cuenta-atras > .count {
        width: 100%;
        color: #fff;
        height: 100%;
        padding-top: 30px;
        font-size: 24px;
        font-weight: 500;
        line-height: 60px;
        position: relative;
        text-align: center;
    }

        .cuenta-atras > .count:after {
            width: 100%;
            display: block;
            font-size: 18px;
            font-weight: 300;
            line-height: 1px;
            text-align: center;
            position: relative;
        }

        .cuenta-atras > .count.sec:after {
            content: 'seg'
        }

        .cuenta-atras > .count.min:after {
            content: 'min'
        }


@media (max-width: 991.98px) {
    .cuenta-atras {
        top: 75px;
    }
}



/* FANCYBOX */

.fancybox__content {
    padding: 1px;
}

.has-iframe .fancybox__content {
    height: 83% !important;
}

.fancybox__container.fb-highz {
    z-index: 2000 !important;
}

