h1, h2, h3, h4,
header.header-2 .header-nav .navbar .navbar-nav > li > a,
.books .title {
    font-family: 'Oswald', sans-serif;  
    font-weight: 400;
}
header.header-2 .header-middle,
.slick-slider.slider {
    border-bottom: none;
}
.books .creator,
.fichaDetalle .titulo #autor a, 
.fichaDetalle .titulo #autor span {
    font-weight: 400;
    font-style: italic;
}
.fichaDetalle .titulo h2 {
    color: #666;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
.subvencion p,
#footer .footer-bottom .footer-copyright p {
    font-size: .9rem;
}
#footer .footer-bottom .footer-copyright {
    margin-top: 20px;
    padding: 0 0 20px;
}
#cookie-compliant .introcookies-text p {
    font-size: 0.95em;
    line-height: 1.2rem;
    font-weight: 400;
}
#cookie-compliant p a {
    color: #fff;
}
#cookie-compliant p a:hover {
    color: #ffbd7b;
}
#cookie-compliant .btn-dismiss {
    background-color: #1a1a19;
    border-color: #1a1a19;
    color: #fff;
}
.page-noticias .block-blog .eventos .eventos-img img {
    width: 200px;
}
.page-noticias .block-blog .eventos .eventos-info {
    padding: 20px 30px 20px 10px;
}

@media (max-width: 767px) {
    header.header-2 .header-nav .navbar .navbar-nav > .languaje > a {
        font-weight: 400;
    }
    header.header-2 .header-nav .navbar .navbar-nav > li.languaje {
        /*border-top: 1px solid #666;*/
    }
    .price-col .precio-detalle {
        align-items: center;
    }
    .fichaDetalle .summary {
        text-align: center;
    }
    .info-book dt {
        padding: 0;
    }
    .btn.btn-detail, 
    .btntwo.btn-detail {
        justify-content: center;
        width: 100%;
    }
    .wrapper-detalle .btn, 
    .wrapper-detalle .btntwo {
        justify-content: center;
    }
}
  

.subvencion {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 30px;
    text-align: center;
    border-top: 3px solid #e7a058;
}
.subvencion p {
    margin: 20px 0;
    font-weight: 400;
    padding: 0 15px;
    text-align: center;
    color: #1a1a19;
}
.subvencion .logos {
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.subvencion .logos div {
    width: calc(100% / 3);
    max-width: 215px;
    text-align: center;
}
.subvencion .logos div img {
    width: 180px;
    max-width: 100%;
    filter: grayscale(1);
}
@media (max-width: 480px) {
    .subvencion .logos {
        flex-direction: column;
    }
    .subvencion .logos div {
        width: auto;
    }
    .subvencion .logos div img {
        width: 200px;
        margin-bottom: 30px;
    }
}


/* Cambio cookies */
#cookie-compliant {
    padding: 0;
}
#cookie-compliant #introcookies > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#cookie-compliant #introcookies {
    padding: 15px;
}
#cookie-compliant #introcookies p {
    font-size: 0.9rem;
    line-height: 1.2rem;
}
#cookie-compliant #introcookies .introcookies-btn {
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#cookie-compliant .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
#cookie-compliant #configcookies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px 15px;
}
#cookie-compliant #configcookies p.config-intro {
    margin-bottom: 15px;
}
#cookie-compliant #configcookies .botones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
    padding: 0;
    line-height: 0;
}
#cookie-compliant .btn:first-child {
    margin-right: 0;
}
#cookie-compliant #configcookies .botones .btn#grabarAceptar:hover {
    background-color: #1a1a19;
    border-color: #1a1a19;
}

@media only screen and (max-width: 992px) {
    #cookie-compliant #introcookies .introcookies-btn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
      flex-flow: column-reverse;
      gap: 5px;
    }
    #cookie-compliant #introcookies .introcookies-btn .btn {
        max-width: none;
    }
}
@media only screen and (max-width: 767px) {
    #cookie-compliant #introcookies > .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
    }
    #cookie-compliant #introcookies .introcookies-btn {
        width: 100%;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 480px) {
    #cookie-compliant #configcookies .botones {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    #cookie-compliant #configcookies .botones button {
        width: 100%;
        max-width: none;
        margin: 0;
    }
}