/*
Theme Name: Biblioteca Virtual :: Diputación Provincial de Soria
Author: Diputación Provincial de Soria
Author URI: http://www.dipsoria.es
Description: Tema desarrollado en exclusiva para Diputación Provincial de Soria. © Todos los derechos reservados 2022.
Version: 1.0
*/


/* TIPOGRAFIA */

.icono-uno{
  font-size: 40px;
  line-height: 90%;
  letter-spacing: -1px;


}

.titulo-uno{
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -1px;

}


.titulo-cabecera-indice{
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -1px;

}


.revistadesoria-front{
  font-size: 45px;
  line-height: 100%;
  margin-bottom: 5px;
}


.epoca-revista{
  font-size: 18px;
  color:white;
}


@media(min-width:540px) {  /* Modify this based on column def */
.epoca-revista{
  font-size: 22px;
  color:white;
}
}


.periodopublicacion{
  font-size: 17px;
}


.losentimos-titulo {
    font-size: 35px;
    line-height: 90%;
    text-transform: uppercase;
    color: white;
    }

    @media (min-width: 540px){
.losentimos-titulo {
    font-size: 60px;
    line-height: 90%;
    text-transform: uppercase;
    color: white;
}
}


.losentimos-txt {
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: white;
}

@media (min-width: 540px){
.losentimos-txt {
    font-size: 25px;
    line-height: 120%;
    text-transform: uppercase;
    color: white;
}
}

.losentimos-puntodeventa {
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
    font-size: 15px;
    line-height: 120%;
    text-transform: uppercase;
    color: white;
}


@media (min-width: 540px) {
.losentimos-puntodeventa {
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
    font-size: 15px;
    line-height: 120%;
    text-transform: uppercase;
    color: white;
}
}



.titulo-biblioteca {
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
}


@media (min-width: 540px) {
.titulo-biblioteca {
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
}
}

.anterior-siguiente {
  font-size: 12px;
  font-weight: 400;
}



.epoca-front {
  font-family: 'IBM Plex Sans Thai Looped', sans-serif;
  font-size: 15px;
  line-height: 120%;
  text-transform: uppercase;
}


.epoca-front:after {
    content:"";
    display: inline-block;
    height: .6em;
    vertical-align: bottom;
    width: 20%;
    margin-left: 10px;
    border-top: 1px solid black;
}

.epoca-front:before {
    content:"";
    display: inline-block;
    height: .6em;
    vertical-align: bottom;
    width: 20%;
    margin-right: 10px;
    border-top: 1px solid black;
}






/* MAQUETACION */

.margen-derecho{
  margin-right: 1rem;
}


main {
  position: relative;
  z-index: 2;
  background: white;
  margin-bottom: 450px;
  padding-bottom: 120px;  
}

.main-two {
  position: relative;
  z-index: 2;
  background-color: rgb(221,207,183);
  margin-bottom: 450px;
   
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 450px;
}

.h-90 {
  height: 90% !important;
}

.h-10 {
  height: 10% !important;
}


.img-cabecera{
  filter: contrast(80%);
}

.img-footer{
  filter: sepia(80%);
}


.line-vert{
    position: absolute;
    left: 50%;
    height: 2rem;
    transform: translateY(-50%);
    border-left: 1px solid #6C757D;
}



.rallita-botones{
    position: absolute;
    left: 50%;
    height: 4rem;
    transform: translateY(-50%);
    border-left: 1px solid #6C757D;
}


.border-boton{
  border-bottom: 1px solid #6C757D;
}


@media(min-width:540px) {  /* Modify this based on column def */
.border-boton {
    border-left: 1px solid #6C757D;
    border-bottom: 0px;
}
}


.header_padding {
  padding-top: 200px;
  padding-bottom: 30px;
  background-color: rgb(218,207,191);
}

.img-portada-revista{
  margin-top: 30px;
  padding-right: 1px;

}


@media(min-width:540px) {  /* Modify this based on column def */
.img-portada-revista{
  position: relative; 
  margin-top: -150px;

}
}


.no_disponible {
    padding-top: 170px;
    padding-bottom: 120px;
    background: url(img/bg-nopdf.jpg) no-repeat;
    background-size: cover;
    background-attachment: scroll;

  }


  .disponible {
    padding-top: 170px;
    padding-bottom: 120px;
    background: url(img/bg-sipdf.jpg) no-repeat;
    background-size: cover;
    background-attachment: scroll;

  }


  .descarga {
  background-color: white;
    -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}

.descarga:hover {
  background-color: #ceced0;
  
  
}


#cartel-picture {
    filter: none;
    -webkit-filter: sepia(0);
    -webkit-transition: all .4s ease-in-out;
}

#cartel-picture:hover {
    filter: sepia(100%);
    -webkit-filter: sepia(100%);
}


/* custom gutter */



@media(min-width:768px) {  /* Modify this based on column def */

.custom-gutter > [class*='col-'] {
    padding-right:8px;
    padding-left:8px; 
}

.custom-gutter > [class*="col-"]:first-child {
  padding-left:8px;
}
  
.custom-gutter > [class*="col-"]:last-child {
  padding-right:8px;
}

}

.margenes-rsp{
  padding-right: 20px; 
  padding-left: 20px;
}

@media(min-width:540px) {  /* Modify this based on column def */
.margenes-rsp{
  padding-right: 60px; 
  padding-left: 60px;
}
}


li {
    display: list-item;
    text-align: -webkit-match-parent;
	line-height: 180%;
}


/* BUSCADOR */

.opps {
  font-family: 'IBM Plex Sans Thai Looped', sans-serif;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: -4px;
}

@media(min-width:540px) {  /* Modify this based on column def */
.opps {
  font-family: 'IBM Plex Sans Thai Looped', sans-serif;
  font-size: 130px;
  line-height: 130%;
}
}


.no-resultados {
  font-family: 'IBM Plex Sans Thai Looped', sans-serif;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: -1px;
  color:grey;
  margin-left: 0px;
}


@media(min-width:540px) {  /* Modify this based on column def */
.no-resultados {
  font-family: 'IBM Plex Sans Thai Looped', sans-serif;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: -1px;
  color:grey;
  margin-left: 0px;
}
}


.autor-taxonomia{
  font-family: 'IBM Plex Sans Thai Looped', sans-serif;
  letter-spacing: -2px;
  font-size: 30px;
  line-height: 100%;
  color:#000;
}


@media(min-width:540px) {  /* Modify this based on column def */
.autor-taxonomia{
  font-family: 'IBM Plex Sans Thai Looped', sans-serif;
  font-size: 40px;
  line-height: 100%;
  color:#000;
}
}


.subtitulo-taxonomia{
  font-size: 15px;
  line-height: 100%;
  color:#000;
}


@media(min-width:540px) {  /* Modify this based on column def */
.subtitulo-taxonomia{
  font-size: 18px;
  line-height: 100%;
  color:#000;
}
}


.header_padding_taxonomia {
  padding-top: 140px;
  background-color: #B0996C;
  padding-bottom: 30px;
}

.header_padding_busqueda {
  padding-top: 140px;
  background-color: #EDCE91;
  padding-bottom: 30px;
}


/* ESTILO BOTON FORM */

.search-form .input-group-addon{
  padding: 0;
  background-color: #fff;
}
.search-form .form-control{
  border-radius: 2px;
}
.search-btn{
  border:none;
  padding: 0px 10px;
background-color: transparent;
}