/*
    Estilos para el menu de filtrado de la vista inventario
*/
.li-border-bottom {
    border-bottom: 1px solid #87868680 !important;
}
@media (max-width:991px) {
    .modal-falso {
            width: 100%;
            height: 100vh;
            background: #fff;
            display: none;
            position: fixed;
            z-index: 6;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 20px;
    }

}
@media (min-width:992px) {
    .modal-falso{display: block !important;}
}  



.filter-title {
    font-size: 15px;
    color: #4F4F4F;
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.filter-group:not(:first-child) {
        border-top: 1px solid #ccc;
    }

.filter-options {
    display: none;
    padding-left: 15px;
    margin-bottom: 15px;
}


.filter-group.active .filter-options {
    display: block;
}


.form-check-label {
    font-size: 15px;
    color: #4F4F4F;
    display: block;
    margin-bottom: 5px;
}


.form-check-input {
    margin-right: 10px;
    accent-color: #4F4F4F;
}


.filter-group {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

/*Aqui termina el estilo de menu de filtrado vista inventario*/


        @media (max-width: 767px) {
           
            .cuadrado2 {
                margin-bottom: 4px;
            }
        }

        #header {
            background: #0000008f !important;
        }

        @media (min-width: 768px) {
            .li-border-line {
                border-right: 1px solid #878686;
            }
        }

        @media (min-width: 767px) and (max-width: 1400px) {
            .nav-link {
                padding: .5rem .8rem;
            }
        }

        .border-card:hover {
            box-shadow: 0px 5px 13px #00000059;
            transform: scale(1.002);
        }

        .border-card {
            padding: 17px 21px 15px 21px;
            box-shadow: 0px 5px 20px #89898929;
            position: relative;
            /* background-color: red; */
        }

        .border-card img {
            padding-top: 15px;
            padding-bottom: 20px;
            margin: 0 auto;
        }

        .cuadrado {
            width: 23px;
            height: 23px;
            top: 4%;
            border-radius: 50%;
            background:#000;
            display: inline-block;
        }

        .inventario p:hover,
        .inventario img:hover {
            cursor: default;
        }

        .buttonn2 {
            padding: 1em 3em;
        }

        .icon-asiento {
            width: 32px !important;
            height: auto;
            top: -8px;
            padding: 0 !important;
            margin: 0;
            padding-left: 7px !important;
            position: relative;

        }


        .sold_out {
            /*display: none !important;*/
            top: 24px;
            right:9px;
            margin: auto;
            color: #fff;
            font-weight: 500;
            display: block;
            position: absolute;
            text-align: center;
            text-decoration: none;
            background-color: #b61615;
            border-radius: 0;
            width: 106px;
            box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
            font-size: 18px;
            font-family: "Oswald", sans-serif;

            /*z-index: 10;*/
        }

        .sold_out:before {
            content: '';
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            margin: -2% -1em;
            transform: scale(0.7);
            -webkit-transform: scale(0.7);
        }

        .MC20 .price {
            display: none;
        }

        .GranTurismo .price {
            display: none;
        }

        .btn-pagina.activo {
            border: 0;
            background: #ffc845;

        }

        html {
            scroll-behavior: smooth;
        }

        .interesado {
            background: linear-gradient(to right, #1c3775 50%, #ffc845 50%);
            background-size: 200% 100%;
            background-position: right bottom;
            transition: all .5s ease-out;
        }

        .interesado:hover {

            background-position: left bottom;
            color: #fff;
        }

        .btn-solicitar-info {
            font-size: 12px;
        }

        .btn-icono {
            background: #fff;
            color: #000;
            letter-spacing: 5px;
        }

        .btn-icono:hover {
            background: #25d366;
            color: #fff;
            transition: 0s ease all;
        }

        .btn-icono:hover i {
            color: #fff;
            transition: 0s ease all;
        }

        .border {
            border: 2px solid #8f8c8c47 !important;
        }

        /*estas lineas moverlas despues a custom css*/
        .nav-pills .nav-link.active {
            font-size: 14px !important;
        }

        .cuadrado2 {
            bottom:-5px;
            position:relative;
            width: 23px;
            height: 23px;
            top: 4%;
            border-radius: 50%;
        }

        @media (min-width: 768px) and (max-width: 1100px) {
            .div-inventario-23 {
                width: 45%;
                margin: auto;
            }
        }

        @media (min-width: 1101px) and (max-width: 1199px) {
            .div-inventario-23 {
                width: 50%;
            }
        }

        @media (min-width: 1200px) and (max-width: 1599px) {
            .div-inventario-23 {
                width: 33.3%;
            }

            .menu-hover {
                color: #ffffff;
                text-align: right;
                padding-right: 2em;
                opacity: 0.5;
                cursor: pointer;
                font-size: 32px;
                line-height: 90px;
            }
        }

        @media (min-width: 1600px) and (max-width: 1799px) {
            .div-inventario-23 {
                width: 33.3%;
            }
        }

        @media (min-width: 1800px) {
            .div-inventario-23 {
                width: 25%;
            }
        }



        .price-input {
            width: 100%;
            display: flex;
            margin: 30px 0 35px;
        }

        .price-input .field {
            display: flex;
            width: 100%;
            height: 45px;
            align-items: center;
        }

        .field input {
            width: 100%;
            height: 100%;
            outline: none;
            font-size: 15px;
            margin-left: 12px;
            border-radius: 5px;
            text-align: center;
            border: 1px solid #999;
            -moz-appearance: textfield;
        }

        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

        .price-input .separator {
            width: 130px;
            display: flex;
            font-size: 19px;
            align-items: center;
            justify-content: center;
        }

        .slider {
            height: 5px;
            position: relative;
            background: #ddd;
            border-radius: 5px;
        }

        .slider .progress {
            height: 100%;
            left: 0%;
            right: 0%;
            position: absolute;
            border-radius: 5px;
            background: #17A2B8;
        }

        .range-input {
            position: relative;
        }

        .range-input input {
            position: absolute;
            width: 100%;
            height: 5px;
            top: -5px;
            background: none;
            pointer-events: none;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

        input[type="range"]::-webkit-slider-thumb {
            height: 17px;
            width: 17px;
            border-radius: 50%;
            background: #17A2B8;
            pointer-events: auto;
            -webkit-appearance: none;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        }

        input[type="range"]::-moz-range-thumb {
            height: 17px;
            width: 17px;
            border: none;
            border-radius: 50%;
            background: #17A2B8;
            pointer-events: auto;
            -moz-appearance: none;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        }

        .out-of-range {
            display: none;
        }

        .boton-promo {
            position: absolute;
            right: 15px;
        }

        .sticky-container {
            display: none;
        }
        .nero_tempesta{background:#000;}


     