/* INDEX */
*{
    font-family: New-Frank-Regular;
}

.bg-white{
    background-color: #fff;
}

p.titulo, p.disponibilidad{
    font-size: .6rem;
}

.footer{
    font-size: .4rem;
}

/* BOTON CIERRE SESIÓN */
.logout{
    position:absolute;
    top: 2rem;
    right: 2rem;
    z-index: 1021;
}
.books{
    position:absolute;
    top: 2rem;
    right: 4rem;
    z-index: 1021;
}
.share{
    position:absolute;
    top: 2rem;
    right: 4rem;
    z-index: 1021;
}
.back{
    position:absolute;
    top: 2rem;
    left: 2rem;
    z-index: 1021;
}


/* MODAL */
.modal{
    position: absolute;
    background-color:rgba(204, 34, 43, 0.5);
    top:0;
    left: 0;
    height: 100vh;
    z-index: 1201 !important;
}
.aviso-modal{
    border-radius: 30px 10px 30px 30px;
    position: relative;
}
.aviso-modal svg{
    position: absolute;
    top: 10%;
    right: 10%;
    cursor: pointer;
}

/* MODAL SHARE DE PRODUCTO*/
.modal-share{
    position: absolute;
    background-color:rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    top:0;
    left: 0;
    width: 100dvw;
    height: 100vh;
    z-index: 1203 !important;
}
.aviso-modal-share{
    border-radius: 30px 10px 30px 30px;
    position: relative;
}
.aviso-modal-share svg{
    position: absolute;
    top: 10%;
    right: 10%;
    cursor: pointer;
}

/* MODAL Y BOTON DE COMPARTIR CATÁLOGO */
.boton-share-invitado{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    cursor: pointer;
}
.modal-catalogo{
    position: absolute;
    background-color:rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    top:0;
    left: 0;
    width: 100dvw;
    height: 100vh;
    z-index: 1202 !important;
}
.aviso-modal-catalogo{
    border-radius: 30px 10px 30px 30px;
    position: relative;
}
.aviso-modal-catalogo svg{
    cursor: pointer;
}

/* FORM */
.form{
    position: absolute;
    background-color:rgba(0,0,0, 0.7);
    backdrop-filter: blur(10px);
    top:0;
    left: 0;
    height: 100%;
    width: 100vw;
    z-index: 1200;
}

.aviso-form{
    position: relative;
}

.aviso-form svg{
    position: absolute;
    top: 3%;
    right: 5%;
    cursor: pointer;
}

.enviar{
    text-decoration: none;
    width: 100%;
    color: white;
    background-color: black;
    padding: 3%;
    border-radius: 30px;
}

.border-error{
    box-shadow: 0 0 2px rgb(204, 34, 43);
}

input:out-of-range{
    background-color: rgba(204,34,43,0.25);
}

/* FOOTER */
.footer .enlace{
    color: black;
    cursor: pointer;
}

/* FILTRO */
.orderby, .orderby-xl{
    position: relative;
}
.orderby img, .orderby-xl img{
    max-width: 25px;
    cursor: pointer;
}
.listado_rangos{
    position: absolute;
    top: 5dvh;
    background-color: rgba(255,255,255, 0.9);
    transition: all 0.5s;
}
.listado_rangos li, .boton-rango{
    list-style: none;
    cursor: pointer;
}
/* .boton-rango{
    transition: all 0.5s;
} */
.boton-rango:hover{
    text-decoration: underline;
}
.listado_rangos :where(li.enrango, li.encollection), :where(.boton-rango.enrango, .boton-rango.encollection){
    color: #cc222d;
    font-weight: bold;
}
:where(.btn-precio, .btn-col){
    cursor: pointer;
}
div:where(.btn-precio, .btn-col) p.active{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(232,153,157,0.5) 68%, rgba(204,34,43,0.5) 100%);
}

@media (min-width:768px){
    p.titulo, p.disponibilidad{
        font-size: 0.8rem;
    }
}
@media (min-width:992px) {
    
    p.titulo, p.disponibilidad{
        font-size: 0.9rem;
    }

    /* FOOTER */
    .footer{
        font-size: .8rem;
    }

    .faldon-md{
        background-image: url("../assets/faldon.png");
        background-repeat: repeat-x;
        background-position: center;
        background-size: contain;
        height: 15px;
    }

    /* BOTON CIERRE SESIÓN Y BACK*/
    .logout{
        top: 3rem;
        right: 3rem;
    }
    .books
    {
        top: 3rem;
        right: 6rem;
    }
    .share{
        top: 3rem;
        right: 6rem; 
    }
    .back{
        top: 3rem;
        left: 3rem;
    }
}
@media (min-width:3000px){
    .container-fluid.logo{
        max-width: 50dvw;
        margin: auto;
    }
}
