/*
Theme Name: Extra Child
Theme URI: http://www.elegantthemes.com/gallery/extra/
Template: Extra
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Extra
Version: 1.0.1608310862
Updated: 2020-12-18 17:01:02

*/

header.header{
    z-index: 10000;
}
article.busca-pagina{
    margin: 0 !important;
}
#footer{
    margin-top: 0 !important;
}
.busca-padre{
    overflow: hidden;
}
.busca-izq{
    float: left;
    width: 400px;
    margin-right: 40px;
}
.busca-izq .buscador{
    background: #d1e4f1;
    padding: 25px 35px;
    margin-bottom: 20px;
    color: #000;
}
.buscador .linea{
    margin-bottom: 10px;
}
.buscador .linea .titu{
    display: inline-block;
    margin-right: 10px;
}
.buscador .linea .opciones{
    display: inline-block;
}
.buscador .linea .opciones label{
    width: 70px;
    display: inline-block;
    cursor: pointer;
}
.buscador .linea .opciones label.anchito{
    width: 100px;
}
.buscador .linea .opciones .jcf-label-active{
    font-weight: 600;
}
.buscador .linea .opciones .jcf-checkbox,
.buscador .linea .opciones .jcf-radio{
    border: 1px solid #aaa !important;
    background: #fff !important;
}
.buscador .linea .opciones .jcf-checkbox span{
    margin-left: -4px;
    margin-top: -4px;
}
.buscador .linea .opciones .jcf-checkbox.jcf-checked span{
    border-color: #777 !important;
}
.buscador .linea .campo{}
.buscador .linea .campo .texto{
    width: 100%;
    background: #fff !important;
}
.buscador .linea .campo .jcf-range.jcf-focus{
    border: 0 none !important;
}
.buscador .linea .campo .jcf-range.jcf-focus .jcf-active-handle{
    border: 0 none !important;
    margin-top: -4px !important;
    margin-left: 0 !important; 
}
.buscador .linea .campo .jcf-range .jcf-range-wrapper{
    background-color: #ddd;
}
.buscador .linea .campo .fechon{
    overflow: hidden;
}
.buscador .linea .campo .fechon .fecha-izq{
    float: left;
    width: 45px;
    text-align: center;
}
.buscador .linea .campo .fechon .fecha-der{
    float: right;
    width: 45px;
    text-align: center;
}
.buscador .linea .campo .fechon .fecha-med{
    overflow: hidden;
    padding-top: 2px;
}
.buscador .linea .campo .fechon .fecha-med .jcf-range{
    width: calc(100% - 20px);
}
.buscador .linea .campo .fechon .fecha-med .jcf-range .jcf-range-handle{
    cursor: pointer;
}
.buscador .linea.noseve{
    display: none;
}
.buscador .botones{
    overflow: hidden;
    padding-top: 10px;
}
.buscador .botones .limpiar{
    display: block;
    float: left;
    margin-right: 10px;
}
.buscador .botones .limpiar a{
    display: block;
    background: rgba(0,0,0,.1);
    text-transform: uppercase;
    padding: 8px 15px;
    font-weight: 600;
    transition: all .3s ease;
}
.buscador .botones .limpiar a:hover{
    background: rgba(0,0,0,.2);
}
.buscador .botones .buscar{
    display: block;
    overflow: hidden;
}
.buscador .botones .buscar button{
    width: 100%;
    background: #588983;
    color: #fff;
}
.buscador .botones .buscar button:hover{
    background: #406d68;
}

.busca-der{
    overflow: hidden;
}
.lista-libros{}
.lista-libros .lib-cabe{
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 15px;
}
.lista-item{
    padding: 5px 10px 5px 10px;
    margin-left: 20px;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    border-radius: 4px;
    display: inline-block;
}
.lista-item:hover{
    background: #efefef;
}
.lista-item.sin-hover:hover{
    background: #d1e4f1;
}
.lista-item.sin-hover:hover h3{
    color: #007cba;
}
.lista-item:before{
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #588983;
    left: -13px;
    top: 14px;
}
.lista-item h3{
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    font-size: 17px;
}
.lista-item:hover h3{
    color: #588983;
}
.lista-libros .autor{
    font-weight: normal;
    display: inline-block;
    font-size: 15px;
    margin-left: 20px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 4px;
}
.lista-libros .autor:hover{
    background: #d1e4f1;
    color: #007cba;
}
.lista-libros > .susti{
    padding: 0 0 10px 20px;
}
.lista-libros > .susti .cadati{}
.lista-libros > .susti .cadati h4{
    text-transform: none;
    display: inline-block;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 15px;    
    padding: 0;
    margin: 0;
    cursor: pointer;
    transform: all .3s ease;
    padding: 3px 8px 3px 26px;
    position: relative;
}
.lista-libros > .susti .cadati h4:before{
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 2px;
    background: #588983;
    left: 10px;
    top: 13px;
}
.lista-libros > .susti .cadati h4:hover{
    background: #efefef;
    color: #588983;
}
.paginador{
    text-align: center;
    padding-top: 10px;
}
.paginador a{
    display: inline-block;
    background: #bbb;
    width: 25px;
    height: 25px;
    padding: 0;
    border-radius: 50%;
    padding-top: 3px;
    overflow: hidden;
    vertical-align: top;
    opacity: .4;
    pointer-events: none;
}
.paginador a.activo{
    opacity: 1;
    pointer-events: initial;
}
.paginador a svg{
    height: 14px;
}
.paginador a svg path{
    fill: #fff;
}
.paginador span{
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
}

/**/
.double-slider{
    display:flex;
    justify-content: space-between;
    position:relative;
    margin: 11px auto;
}
.value-output {
    margin-top: 15px;
    font-family: "Arial", sans-serif;
}
.value-output.from:before {
    content:'From: ';
}
.value-output.to:before {
    content:'To: ';
}
.progressbar {
    position: absolute;
    top: -3px;
    left:0;
    height: 6px;
    width: 100%;
    background-color: #bbb;
    z-index: 1;
}
input.rango {
    -webkit-appearance: none;
    margin: 0;
    width: 100%;
    height: 0;
    position: absolute;
    padding: 0;
    /* z-index: 2; */
}
input.rango:focus {
    outline: none;
}
/* Chrome Styles */
input.rango::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 2.2s;
    box-shadow: none;
    background: transparent;
    border-radius: 25px;
    border: 0px solid #000101;
    position: relative;
    /* z-index: -1; */
}
input.rango::-webkit-slider-thumb {
    box-shadow: none;
    border: 3px solid #bbb;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 9999;
    position: relative;
    top: 50%;
}
input.rango:focus::-webkit-slider-runnable-track {
    background: '#007bcd';
}
/* Firefox styles */
@-moz-document url-prefix() {
    input.rango{
        z-index: 2;
    }
}
/* IE styles */
/* input[type=range]::-ms-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #ac51b5;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: none;
}
input[type=range]::-ms-fill-upper {
    background: #ac51b5;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: none;
}
input[type=range]::-ms-thumb {
    box-shadow: none;
    border: 0px solid #000000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #65001c;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: #ac51b5;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ac51b5;
} */

/**/
.modal {
    display: none;
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: 10% auto 0;
    padding: 30px;
    border: 1px solid #888;
    width: 500px;
    position: relative;
}
.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 14px;
    top: 11px;
    padding: 5px;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-content h4{
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 20px;
    padding-right: 30px;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.modal-content p{
    margin: 0;
    font-size: 15px;
}
.modal-content p .elnom{
    font-weight: 600;
}
.modal-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.modal-content ul li{
    margin: 0;
    padding: 0;
}
.modal-content ul li span{
    display: inline-block;
    position: relative;
    padding-left: 21px;
    padding-right: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s ease;
}
.modal-content ul li span:before{
    content: '';
    display: block;
    background: #588983;
    width: 5px;
    height: 2px;
    position: absolute;
    left: 8px;
    top: 11px;
}
.modal-content ul li span:hover{
    color: #588983;
    background: #efefef;
}
.modal-content p span.irau{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s ease;
}
.modal-content p span.irau:hover{
    background: #d1e4f1;
    color: #007cba;
}
.modal-content .imgs{
    padding-top: 15px;
    overflow: hidden;
}
.modal-content .imgs .porta{
    float: left;
    background: #efefef;
    overflow: hidden;
    text-align: center;
    width: calc(50% - 10px);
}
.modal-content .imgs .indi{
    float: right;
    background: #efefef;
    overflow: hidden;
    text-align: center;
    width: calc(50% - 10px);
}
.modal-content .imgs .titu{
    display: block;
    font-weight: bold;
    padding: 10px 5px;
}
.modal-content .imgs a{
    display: block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.modal-content .imgs a img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    max-height: 90%;
}


@media (max-width: 1199px) {

    .busca-izq{
        width: 320px;
        margin-right: 30px;
    }
    .busca-izq .buscador{
        padding: 25px 25px;
    }

}

@media (max-width: 991px) {

    .busca-izq{
        width: initial;
        float: none;
        margin-right: 0;
    }
    .busca-izq .buscador{}
    .buscador .botones .limpiar{
        width: 47%;
        text-align: center;
    }

}

@media (max-width: 767px) {

    article.busca-pagina .post-wrap{
        padding: 0;
    }
    .busca-izq .buscador{
        padding: 25px 20px;
    }
    .buscador .botones .limpiar{
        width: initial;
    }
    .busca-der{
        padding-left: 20px;
        padding-right: 20px;
    }
    .lista-item{
        padding-left: 16px;
    }
    .lista-item h3{
        font-size: 16px;
    }
    .lista-item:before{
        left: 0;
        top: 13px;
    }
    .lista-item > .susti .cadati h4{
        padding-left: 17px;
    }
    .lista-item > .susti .cadati h4:before{
        left: 0;
    }
    .modal-content{
        width: 90vw;
    }

}