.slider-home{
    width: 30px;
    height: 30px;
    background-color: #0000005c;
    color: white;
    font-size: 14px;
    position: absolute;
    text-align: center;
    display: grid;
    align-content: center;
    border-radius: 32px;
    margin: 7px 1px 1px -36px;
    cursor: pointer;
    
}

.slider-home:hover{
    background-color: #000000;
}

.albumzero{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40%;
    height: 40%;
    border: 8px dashed white;
    border-radius: 12px;
    color: white;
    font-size: 200px;
    text-align: center;
    cursor: pointer;
}
.albumzero-nota{
    color: white;
    text-align: center;
    font-size: 15px;
    position: absolute;
    top: 85%;
    margin: 0 auto;
    width: 100%;
}
.albumzero:hover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40%;
    height: 40%;
    border: 8px dashed white;
    border-radius: 12px;
    color: #029fdc;
    font-size: 200px;
    text-align: center;
    cursor: pointer;
    background-color: #00000069;
}

.parrafo-libro p{
    font-size: 15px;
}
.parrafo-libro i{
    color: #5e9bd1;
}
.todo {
    background: rgb(0, 212, 255);
    background: radial-gradient(circle, rgba(0, 212, 255, 1) 0%, rgba(9, 9, 121, 1) 75%, rgba(2, 0, 36, 1) 100%);
}
    

@font-face {
  font-family: avenir;
  src: url(fonts/Metropolis-SemiBold.otf);
}
.avenir{
    font-family: avenir;
}


    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px!important;
        margin-left: -0px!important;
    }
    
    @media screen and (min-width: 480px) {
        #inner {
            width: 50%;
        }
    }
    
    @media screen and (min-width: 780px) {
        #inner {
            width: 33%;
        }
    }
    
    /* .semitransparente {
        background-color: #00000024;

    } */
    
    p {
        font-size: 12px;
    }
    
    a {
        text-decoration: none!important;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    .row {
        --bs-gutter-x: 0rem!important;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x)/ -2);
        margin-left: calc(var(--bs-gutter-x)/ -2);
    }
    
    .verde-gradiente-paginas {
        height: 100vh;
        background-size: auto!important;
        background-repeat: inherit!important;
        background: url("./assets/fondo-patter-aves.png"), linear-gradient(0deg, rgb(33, 110, 10) 0%, rgb(12, 149, 12) 0%, rgb(88, 224, 8) 100%);
    }
    
    .square-tucanes {
        background: url("./assets/portada-tucanes.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
    }
    
    .titulo-portada {
        font-family: 'Seymour One', sans-serif;
    }
    
    .subtitulo-portada {
        font-family: 'Allan', cursive;
        font-size: 32px;
        margin-top: -5px;
    }
    
    .titulo-paginas {
        font-family: 'Nanum Gothic', sans-serif;
        width: 100%;
        padding-left: 5px;
        font-size: 26px;
        margin-top: 20px;
    }
    
    .contraportada-fondo {
        background-color: navy!important;
    }
    
    .div-superior {
        background-color: rgba(0, 0, 0, 0.705);
        height: 20px;
        width: 100%;
        color: cornsilk;
        z-index: 1000;
        position: absolute;
        top: 30px;
    }
    
    .div-inferior {
        background-color: rgba(0, 0, 0, 0.705);
        height: 20px;
        width: 100%;
        color: cornsilk;
        z-index: 1000;
        position: absolute;
        bottom: 30px;
    }
    
    .pos-logo {
        width: 170px;
        margin-top: -15px!important;
    }
    
    .centrado-titulo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    
    .mesa-madera {
        background-image: url(./assets/fondo-madera.jpg);
        height: 100vh;
        margin-top: -24px!important;
    }
    
    .franja-negra-derecha {
        border-radius: 12px;
    }
    
    .boton-menos {
        height: 47px;
        width: 83px;
        background-image: url(../assets/menos.png);
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;
        margin: 0 auto;
        margin-right: 12px;
    }
    
    .boton-menos:hover {
        height: 47px;
        width: 83px;
        background-image: url(../assets/menos-hover.png);
        background-repeat: no-repeat;
        /* background-size: cover; */
        cursor: pointer;
        margin: 0 auto;
        margin-right: 12px;
    }
    
    .boton-mas {
        height: 47px;
        width: 83px;
        background-image: url(../assets/mas.png);
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;
        float: left;
        margin-left: 12px;
    }
    
    .boton-mas:hover {
        height: 47px;
        width: 83px;
        background-image: url(../assets/mas-hover.png);
        background-repeat: no-repeat;
        /* background-size: cover; */
        cursor: pointer;
        float: left;
        margin-left: 12px;
    }
    
    .accordion-toggle {
        display: block;
    }
    
    .accordion-content {
        display: none;
    }
    
    .accordion-content.active {
        display: block;
        min-height: 80vh;
    }
    
    .comprar-laminas {
        width: 100%;
        height: 32px;
        background-color: black;
        color: white !important;
        text-align: center;
        margin-bottom: 8px;
        border: 2px dotted #383838;
        border-radius: 13px;
    }
    
    .metodo-pago {
        width: 100%;
        height: 32px;
        background-color: black;
        color: white !important;
        text-align: center;
        margin-top: 12px;
        border: 2px dotted #383838;
        border-radius: 13px;
    }
    
    .footer {
        width: 97%;
        height: 24px;
        /* background-color: grey; */
        position: absolute;
        bottom: 0px;
        border-top: 1px solid #adadad;
        padding: 0px;
        text-align: right;
        left: 6px;
    }
    
    .bordera {
        border: 1px dashed rgb(185 185 185)!important;
        padding: 7px!important;
        text-align: justify;
        margin: 5px;
    }
    
    .caja-rectangulo {
        min-height: 154px;
        display: grid;
    }
    
    .caja-rectangulo-vertical {
        min-height: 318px;
        display: grid;
    }
    
    .caja-cuadrada {
        min-height: 172px;
        display: grid;
    }
    
    .relativo {
        position: relative;
        width: 30px;
        height: 30px;
        background-color: #41464ba6;
        border-radius: 21px;
        text-align: center;
        color: white;
        padding-top: 2px;
        float: right;
        align-self: self-end;
    }
    
    .dorso-etiqueta {
        width: 88%;
        height: 300px;
        background-color: #ffffffad;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        margin-top: 61%;
        border-radius: 17px;
    }
    
    .divinferior {
        background-color: rgb(10, 14, 71);
        width: 100%;
        height: 140px;
        bottom: 0px;
        position: fixed;
    }
    
    .espaciofigurita {
        width: 80px!important;
        height: 100px;
        border: #545454 dashed 2px;
        margin: 14px;
        border-radius: 7px;
        color: grey;
        text-align: center;
        padding-top: 2%;
        float: left;
        background-color: rgba(47, 47, 47, 0.308);
    }
    
    .pajaro {
        width: 84px;
        height: 107px;
        background-image: url(../assets/demo-pajaro.jpg);
        background-size: cover;
        margin: -43px 4px 12px -5px;
    }
    
    .pajaro:hover {
        width: 84px;
        height: 107px;
        background-image: url(./assets/demo-pajaro.jpg);
        background-size: cover;
        margin: -43px 4px 12px -5px;
    }
    
    .pajaro:hover::before {
        content: "1 ";
        background-color: rgba(0, 0, 0, 0.342);
        width: 89px;
        height: 107px;
        background-size: cover;
        margin: -43px 4px 12px -5px;
        display: block;
        font-size: 68px;
        color: #ffffffbf;
        font-weight: 600;
    }
    
    .titulo {
        font-family: 'Lobster', cursive;
        font-size: 31px;
        padding: 0px;
        margin: -4px 10px -3px 14px;
    }
    
    .panel {
        width: 100%;
        height: 800px;
        background-color: red;
        position: absolute;
        margin-top: 10px;
        padding: 10px;
    }
    
    .gradiente-stock {
        background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
    }
    /* ---- grid ---- */
    
    .grido {
        background: #DDD;
    }
    /* clear fix */
    
    .grido:after {
        content: '';
        display: block;
        clear: both;
    }
    /* ---- .grid-item ---- */
    
    .grido-sizer,
    .grido-item {
        width: 33.333%;
    }
    
    .grido-item {
        float: left;
    }
    
    .grido-item img {
        display: block;
        max-width: 100%;
    }
    /*  Tooltip  */
    /* Styling dfn tag to highlight the word with the tooltip */
    
    dfn {
        background: rgba(0, 0, 0, 0.2);
        border-bottom: dashed 1px rgba(0, 0, 0, 0.8);
        padding: 0 0.4em;
        cursor: help;
        font-style: normal;
        position: relative;
    }
    
    dfn::after {
        content: attr(data-info);
        display: inline;
        position: absolute;
        top: -20px;
        left: 0;
        opacity: 0;
        width: 230px;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.5em;
        padding: 0.5em 0.8em;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        pointer-events: none;
        /* This prevents the box from apearing when hovered. */
        transition: opacity 250ms, top 250ms;
    }
    
    dfn::before {
        content: '';
        display: block;
        position: absolute;
        top: 12px;
        left: -80px;
        opacity: 0;
        width: 0;
        height: 0;
        border: solid transparent 5px;
        border-bottom-color: rgba(0, 0, 0, 0.8);
        transition: opacity 250ms, top 250ms;
    }
    
    dfn:hover {
        z-index: 2;
    }
    /* Keeps the info boxes on top of other elements */
    
    dfn:hover::after,
    dfn:hover::before {
        opacity: 1;
    }
    
    dfn:hover::after {
        top: -79px;
        left: -79px
    }
    
    dfn:hover::before {
        top: -79px;
    }
    
    #content-2 span {
        border: 1px #fcfcfc solid;
        border-radius: 12px;
        padding-left: 12px;
        padding-right: 12px;
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 9px;
        margin-bottom: 1px;
        display: inline-block;
    }
    
    .comodin-borde {
        border: dashed 1px #737373;
        height: 112px;
        margin-top: 6px;
        margin-bottom: 6px;
        border-radius: 4px;
    }
    
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 7px!important;
        padding-left: 7px!important;
    }
    
    @media only screen and (min-device-width: 480px) and (max-device-width: 1400px) {
        .comodin-borde {
            border: dashed 1px #737373;
            height: 60px;
            margin-top: 6px;
            margin-bottom: 6px;
            border-radius: 4px;
        }
    }
    
    .canjear-repetidas {
        width: 100%;
        height: 39px;
        background-color: blue;
        border-radius: 5px;
        text-align: center;
        padding-top: 7px;
        cursor: pointer;
    }
    
    .canjear-repetidas:hover {
        width: 100%;
        height: 39px;
        background-color: #1111b5;
        border-radius: 5px;
        text-align: center;
        padding-top: 7px;
        cursor: pointer;
    }
    
    .caja-paquetes {
        width: 100%;
        color: #ababab;
        text-align: center;
        font-size: 40px;
        border-radius: 10px 10px 0px 0px;
        padding: 8px 0px 0px 0px;
        background-color: #80808030;
    }
    
    .botoninferior {
        background-image: url(../assets/boton232.png);
        width: 190px;
        height: 60px;
        text-align: center;
        padding-top: 23px;
        margin: -55px 0px 0px 0px;
        cursor: pointer;
    }
    
    .botoninferiordos {
        background-image: url(../assets/boton234.png);
        width: 191px;
        height: 54px;
        text-align: center;
        padding-top: 23px;
        margin: 102px -3px 2px -122px;
        cursor: pointer;
        transform: rotate( 270deg);
        position: absolute;
    }
    
    .boxy {
        position: absolute;
        background-color: #02061e;
        height: 600px;
        width: 97.5%;
        transform: translate(0px, 30px);
        margin: -18px 1px 1px 1px!important;
    }
    /* 1366 */
    @media only screen and (max-device-width: 1366px) {
        .boxy {
            position: absolute;
            background-color: #02061e;
            height: 600px;
            width: 97.5%;
            transform: translate(0px, -4px);
            margin: 13px 1px 1px 1px!important;
        }

        .transformo-active {
            background-color: #02061E;
            height: 1000px;
            width: 97.5%;
            transform: translate(0px, -540px);
        }

        #caja_titulo{
            font-size: 16px;
            margin-bottom: 5px;
            padding-left: 20px;
            padding-right: 20px;
            letter-spacing: -1px;
            text-align: center;
        }

        #caja_mensaje{
            font-size: 13px;
            margin-bottom: 0px;
        }

        #paquete{
            width: 65px;
        }

        #cesta{
            width: 100px;
        }

        #cantp{
            font-size: 10px;
        }

        .boton-menos{
            background-size: 50px; 
            background-position-y: inherit; 
            background-position-x: right;
        }

        .boton-mas{
            background-size: 50px; 
            background-position-y: inherit; 
            background-position-x: left;
        }

        #caja_montopaquete{
            font-size: 20px;
            margin-top: -21px;
        }
    }
    @media only screen and (min-device-width: 1468px) and (max-device-width: 5000px) {
        .boxy {
            position: absolute;
            background-color: #02061e;
            height: 600px;
            width: 97.5%;
            transform: translate(0px, 20px);
            margin: 13px 1px 1px 1px!important;
        }

        #caja_titulo{
            font-size: 17px;
            margin-bottom: 25px;
            padding-left: 20px;
            padding-right: 20px;
            /* letter-spacing: -1px; */
            text-align: center;
        }

        #caja_mensaje{
            font-size: 13px;
        }

        #paquete{
            width: 90px;
        }

        #cesta{
            width: 150px;
        }

        #cantp{
            font-size: 10px;
        }

        .boton-menos{
            background-size: 50px; 
            background-position-y: inherit; 
            background-position-x: right;
        }

        .boton-mas{
            background-size: 50px; 
            background-position-y: inherit; 
            background-position-x: left;
        }

        #caja_montopaquete{
            font-size: 20px;
            margin-top: -15px;
        }
        
    }
    
    .boxydos {
        position: absolute;
        background-color: #02061e;
        right: -383px;
        height: 100vh;
        width: 400px;
        transform: translate(20px, -74px);
        margin: 37px 1px 1px 1px!important;
        z-index: 100000;
        border-radius: 18px;
    }
    
    .transformodos {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }
    
    .transformodos-active {
        background-color: #02061e;
        height: 100vh;
        width: 400px;
        transform: translate(-372px, -70px);
    }
    
    .transformodos-zero {
        background-color: #02061e;
        height: 100vh;
        width: 400px;
        /*transform: translate(0px, -37px);*/
    }
    
    .transformo {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }
    
    .transformo-active {
        background-color: #02061E;
        height: 1000px;
        width: 97.5%;
        transform: translate(0px, -574px);
    }
    
    .transformo-zero {
        background-color: #02061E;
        height: 1000px;
        width: 97.5%;
       /* transform: translate(0px, -13px);*/
    }
    
    @media only screen and (min-device-width: 1480px) and (max-device-width: 5000px) {
        .transformo-active {
            background-color: #02061E;
            height: 1000px;
            /*width: 100%;*/
            transform: translate(0px, -650px);
        }
    }
    
    .fondo-central {
        /*        display: flex;
     justify-content: center;*/
        /*            align-items: center; */
        background-image: url(../assets/fondo00002.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
    }

.fondo-centraldfsdfsdfsdfdf {
    background-image: url(../assets/fondo-final.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -250px;
    background-size: 98%;
}
    
    .titulo-left {
        font-family: 'Lobster', cursive;
        font-size: 25px;
        padding: 0px;
        margin: -4px 11px 9px -2px;
    }
    
    .Aligner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .Aligner-item {
        max-width: 50%;
    }
    
    .cajapopup {
        width: 964px;
        height: 492px;
        background-color: white;
        border-radius: 12px;
        margin: 0 auto;
        box-shadow: 1px 1px 95px #000;
        margin-top: 10vh;
    }
    
    .imagenlado {
        background-color: #0000002e;
        background-size: cover;
        width: 93%;
        height: 90%;
        margin: 19px;
        border-radius: 12px 0px 0px 12px;
        display: flex;
        align-items: flex-end;
        justify-content: space-evenly;
        flex-wrap: wrap;
        flex-direction: row;
        background-position-x: right;
    }
    
    .titupopup {
        font-size: 1.2rem;
        font-family: sans-serif;
        font-weight: 600;
        color: indianred;
        width: 74%;
    }
    
    .numfoto {
        font-size: 1rem;
        font-family: sans-serif;
        font-weight: 600;
    }
    
    .textoave {
        overflow: auto;
        height: 230px;
        font-family: sans-serif;
        font-size: 13px;
        line-height: 19px;
        text-align: justify;
        padding-right: 10px;
    }
    
    .segundopanel {
        float: left;
        width: 47%;
        height: 90%;
        margin: 19px 0px 1px 1px;
    }
    
    .item-meta-data {
        float: left;
        width: 23%;
        height: 69px;
        margin-left: 2%;
        text-align: center;
    }
    
    .titu-meta-data {
        float: left;
        width: 23%;
        height: 33px;
        margin-left: 2%;
        font-family: sans-serif;
        font-size: 12px;
        text-align: center;
        font-weight: 600;
        padding-top: 7px;
    }
    
    .texto-a-voz {
        float: right;
        margin-top: -20px;
        background-color: gray;
        color: white;
        border: 0px;
        padding: 3px 7px 3px 7px;
        cursor: pointer;
        font-size: 12px;
    }
    
    .texto-a-voz:hover {
        float: right;
        margin-top: -20px;
        background-color: black;
        color: white;
        border: 0px;
        padding: 3px 7px 3px 7px;
        cursor: pointer;
    }
    
    .img-btn-bird {
        width: 58px;
        border-radius: 13px;
        margin: 15px;
        box-shadow: 2px 2px 8px #000;
    }
    
    .img-btn-bird:hover {
        width: 58px;
        border-radius: 13px;
        margin: 15px;
        box-shadow: 0px 0px 0px;
    }
    
    .boton-cerrando {
    position: absolute;
    margin: 19px 0px 0px 28px;
    padding: 5px 13px 8px 7px;
    border-radius: 0px 10px 10px 0px;
    background-color: crimson;
    color: white;
    font-size: 19px;
    font-weight: 800;
    cursor: pointer;
}
    
    .boton-cerrando:hover {
        position: absolute;
        margin: 19px 0px 0px 28px;
        padding: 5px 13px 8px 7px;
        border-radius: 0px 10px 10px 0px;
        background-color: #146bed;
        color: white;
        font-size: 19px;
        font-weight: 800;
        cursor: pointer;
    }
    
    .cuadrsquare {
        border: 1px black solid;
        padding: 0px;
        height: 257px;
    }
    
    .etiquetastop {
        background-color: #21D4FD;
        background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
        color: white;
        text-align: center;
        display: grid;
        align-items: start;
    }
    
    .figu-repetida {
        width: 20%;
        background-color: grey;
        height: 70px;
        margin: 7px;
        padding: 19px 12px 12px 12px;
        color: white;
        font-size: 20px;
        text-align: center;
    }
    
    .flex-gap div {
        /* display: inline-flex; */
        display: -webkit-box;
        flex-wrap: wrap;
    }
    
    .flexcroll {
        overflow: scroll;
    }
    
    .flexcroll {
        scrollbar-face-color: #367CD2;
        scrollbar-shadow-color: #FFFFFF;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-3dlight-color: #FFFFFF;
        scrollbar-darkshadow-color: #FFFFFF;
        scrollbar-track-color: #FFFFFF;
        scrollbar-arrow-color: #FFFFFF;
    }
    /* Let's get this party started */
    
    .flexcroll::-webkit-scrollbar {
        width: 12px;
    }
    /* Track */
    
    .flexcroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    /* Handle */
    
    .flexcroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: rgb(41 17 101 / 80%);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }
    /* force scrollbar */
    
    html,
    body {
        margin: 0;
        height: 100%;
        overflow: hidden;
        font-family: sans-serif;
    }
    /* ---- grid ---- */
    
    .grid {
        background: transparent;
    }
    /* clear fix */
    
    .grid:after {
        content: '';
        display: block;
        clear: both;
    }
    /* ---- .grid-item ---- */
    
    .grid-sizer,
    .grid-item {
        width: 20%;
    }
    
    .grid-item {
        float: left;
    }
    
    .grid-item img {
        display: block;
        max-width: 100%;
        padding: 4px;
        border-radius: 14px;
    }
    
    .grid2 {
        background: transparent;
    }
    /* clear fix */
    
    .grid2:after {
        content: '';
        display: block;
        clear: both;
    }
    /* ---- .grid-item ---- */
    
    .grid2-sizer,
    .grid2-item {
        width: 50%;
    }
    
    .grid2-item {
        float: left;
    }
    
    .grid2-item img {
        display: block;
        max-width: 100%;
    }
    
    .div_centrado {
        background: yellow;
        width: 200px;
        height: 200px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -100px;
        margin-left: -100px;
    }
    
    .figual {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    
    .cuadratico {
        float: left;
        width: 170px;
        height: 170px;
        margin: 10px;
        display: grid;
        align-items: end;
    }
    
    .etiquetag {
        background-color: #21D4FD;
        background-image: linear-gradient( 19deg, #21D4FD 0%, #B721FF 100%);
        color: white;
        text-align: center;
        font-size: 13px;
        box-shadow: 0px 5px 8px #4f8dff;
    }
    
    .estilo-nav-bar {
        position: absolute;
        font-size: 24px!important;
        font-weight: 700;
    }
    
    .padre {
        position: relative;
        cursor: pointer;
        border: 1px solid black";

    }
    
    .hijo {
        margin: auto auto auto auto;
        text-align: center;
        width: 50%;
        height: 15%;
        position: relative;
        float: left;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .grid-item:hover {
        filter: opacity(0.9)
    }
    /*
Full screen Modal 
*/
    
    .fullscreen-modal .modal-dialog {
        margin: 0;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
    
    @media (min-width: 768px) {
        .fullscreen-modal .modal-dialog {
            width: 750px;
        }
    }
    
    @media (min-width: 992px) {
        .fullscreen-modal .modal-dialog {
            width: 970px;
        }
    }
    
    @media (min-width: 1200px) {
        .fullscreen-modal .modal-dialog {
            width: 1170px;
        }
    }
    
    #mdialTamanio {
        width: 100%;
    }
    
    .modal-wide .modal-dialog {
        width: 80%;
        /* or whatever you wish */
    }
    
    .cpaneljuegos {
        background: red;
        z-index: 1;
        position: absolute;
        width: 100px;
        color: white;
        line-height: 100px;
        text-align: center;
    }
    
    .clickable-image {
        width: 50vw;
    }
    
    .image-open {
        animation: scaleUp 2s forwards linear;
    }
    
    .clickable-image:hover {
        cursor: pointer;
    }
    
    @keyframes scaleUp {
        from {
            width: 50vw;
        }
        to {
            width: 100vw;
        }
    }
    
    .comodinradius {
        /* position: absolutere; */
        font-size: 14px;
        /* font-weigth: 0; */
        margin-left: 5px;
        margin-top: 5px;
        color: white;
        width: 25px;
        height: 25px;
        background-color: #02061ea3;
        text-align: center;
        margin-top: 5px;
        padding-top: 2px;
        border-radius: 58px;
    }
    
    .comodinbtn {
        /* position: absolute; */
        font-size: 13px;
        /* margin-left: 32px; */
        margin-top: 5px;
        color: white;
        width: 59px;
        height: 25px;
        background-color: #0000005c;
        text-align: center;
        margin-top: 30px;
        padding-top: 2px;
        border-radius: 58px;
    }
    
    @media (max-width: 1366px) {
        .packs {
            font-size: 18px;
        }
    }
    
    @media (max-width: 1366px) {
        .row .pt-3 {
            padding-top: 0rem!important;
        }
    }
    
    .cuadrado-stock {
        width: 96%;
        height: 109px;
        border-radius: 10px;
        
        background-color: #ffffff45;
        color: white;
        margin-left: 6px;
    }
    
    @media (max-width: 1366px) {
        .cuadrado-stock {
            width: 96%;
            height: 80px;
            border-radius: 10px;
            
            background-color: #ffffff45;
            color: white;
            margin-left: 6px;
        }
    }
    
    .numero-stock {
        position: absolute;
        width: 30px;
        height: 30px;
        color: #c9c9c9;
        border-radius: 15px;
        font-size: 68px;
        text-align: end;
        right: 76px;
        font-weight: 100;
    }
    
    @media (max-width: 1366px) {
        .numero-stock {
            position: absolute;
            width: 30px;
            height: 30px;
            color: #c9c9c9;
            border-radius: 15px;
            font-size: 52px;
            text-align: end;
            right: 41px;
            font-weight: 100;
            top: 30px;
        }
    }
    
    .caja-paquetes {
        width: 100%;
        height: 78%;
        color: transparent;
        text-align: center;
        font-size: 40px;
        border-radius: 10px 10px 0px 0px;
        padding: 8px 0px 0px 0px;
        background-color: transparent;
    }
    
    @media (max-width: 1366px) {
        .caja-paquetes {
            width: 100%;
            height: 104%;
            color: transparent;
            text-align: center;
            font-size: 36px;
            border-radius: 10px 10px 0px 0px;
            padding: 3px 0px 0px 0px;
            background-color: transparent;
        }
    }
    
    .tpaquetes {
        width: 100%;
        text-align: center;
        padding: 4px 0px 0px 0px;
        font-weight: 600;
        color: white;
    }
    
    @media (max-width: 1366px) {
        .tpaquetes {
            width: 100%;
            text-align: center;
            padding: 0px 0px 0px 0px;
            font-weight: 600;
            color: white;
            position: absolute;
            font-size: 12px;
            left: 0px;
            bottom: 0px;
        }
    }
    
    .circulo {
        position: absolute;
        font-size: 18px;
        margin-left: 6px;
        margin-top: 5px;
        color: white;
        width: 35px;
        height: 35px;
        background-color: #00000080;
        text-align: center;
        margin-top: 5px;
        padding-top: 6px;
        border-radius: 10px 0px 12px 0px;
        z-index: 10;
    }
    
    .botontesting {
        background-color: #08076d;
        width: 30px;
        height: 30px;
        float: right;
        margin: -53px 70px 0px 0px;
        border-radius: 16px;
        color: #f8f9fa;
        display: grid;
        object-position: center;
        font-size: 20px;
        padding: 5px 1px 1px 1px;
    }
    
    .botontesting:hover {
        background-color: #22519d;
        width: 30px;
        height: 30px;
        float: right;
        margin: -53px 70px 0px 0px;
        border-radius: 16px;
        color: #f8f9fa;
        display: grid;
        object-position: center;
        font-size: 20px;
        padding: 5px 1px 1px 1px;
    }
    
    #outer {
        width: 100%;
        text-align: center;
    }
    
    .inner {
        display: inline-block;
    }
    
    #x {
    position: absolute;
    float: right;
    background: #03a9f4;
    color: white;
    top: 8px;
    right: 9px;
    border-radius: 12px;
    border-color: transparent;
    box-shadow: 1px 1px 9px #000;
    font-weight: 800;
    }

.cerrarfullscreen{
    color: white;
    font-size: 32px;
    float: right;
    margin: -22px -13px 0px 0px;
    cursor: pointer;
}

.cerrarfullscreen:hover{
    color: skyblue;
    font-size: 32px;
    float: right;
    margin: -22px -13px 0px 0px;
}

.btn-light {
    color: #212529;
    background-color: #f8f9faa8!important;
}

