/*
Theme Name: Proyecto DUS5000:: 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 2026.
Version: 1.0
*/


/* OTRAS HOJAS DE ESTILO */
@import "css/video.css";



/* TIPOGRAFIA */

.intro{
  font-size: 18px;
  line-height: 150%;
  color: white;
}

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


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

.display-3{
  font-size: 50px;
  letter-spacing: -1px;
}


.expediente-nombre{
  font-size: 60px;
  line-height: 110%;
  letter-spacing: -1px;
  font-weight: 500;
  color: white;

}

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

}


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

}


.numero-dos{
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -1px;
  color: grey;

}


.numero-tres{
  font-size: 35px;
  line-height: 110%;
  letter-spacing: -1px;
  font-weight: 500;
  color: white;

}


.captation-municipio{
  font-size: 20px; 
  line-height: 35px; 
  font-weight: 200;
  color: white;
}


#listas-dip ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: black;
}

#listas-dip li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 8px;
  margin-bottom: 10px;
  font-weight: 300;

}




/* MAQUETACIÓN */

.header_padding {
  padding-top: 200px;
  padding-bottom: 30px;
  background-color: #DBD4D2;
}

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


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


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

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


hr.resumen {
    border: 0;
    border-bottom: 1px solid #fff;
    background: #fff;
}

hr.grueso {
  border: none;
  border-top: 2px solid #9e9e9e;
  opacity: 1;
}


.enlugardefoto{
  background: url(img/farola-dia.jpg) no-repeat; 
  background-size: cover; 
  background-position: 50% 50%; 
  min-height:450px; 
  padding:0px;
}