.link_interno{
	font-weight:bold;
	text-decoration:none !important;
}

.link_epigrafe{
	text-decoration:none !important;
	margin-left:12px;
	font-size:0.85em;
	cursor:pointer;
}

.link_retorno_index{
	text-decoration:none !important;
	margin-left:10px;
	font-size:0.85em;
}

.info_popover {
	font-style:italic;
	text-decoration-line:underline;
	text-decoration-style:dashed;
	text-decoration-color:#333;
	text-underline-offset:0.2em;
	cursor:pointer;
}

.fuente_imagen {
	font-size:13px;
	position:relative;
	top:0px;
	margin-left:5px;
}

.link{
	color: #337ab7;
	font-weight:bold;
	/*text-shadow: 1px 1px #eee;*/
	border-bottom: 1px dashed #6693d7;
	transition: all .3s ease-in-out; 
}
.link:hover {
	text-shadow: none;
	background-color: #6693d7;
	color: #fff !important ;
	text-decoration:none;
	border-bottom: 1px dashed white;
}
.link[target=_blank]:after { 
   content: "\2197";
   display: inline-block;
   margin-left:5px;
   font-size:0.8em;
}
.link:active, .link:visited {
	text-decoration: none;
}
.link[href $='.pdf']:after { 
   content: "[PDF] \2197";
   display: inline-block;
   margin-left:5px;
   font-size:0.8em;
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/source-sans-pro-v9-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
	   url('../fonts/source-sans-pro-v9-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/source-sans-pro-v9-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/source-sans-pro-v9-latin-300.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/source-sans-pro-v9-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/source-sans-pro-v9-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/raleway-v11-latin-900.eot'); /* IE9 Compat Modes */
	src: local('Raleway Black'), local('Raleway-Black'),
	   url('../fonts/raleway-v11-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/raleway-v11-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/raleway-v11-latin-900.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/raleway-v11-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/raleway-v11-latin-900.svg#Raleway') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Encode Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/EncodeSans/EncodeSans-Regular.ttf') format('truetype');
}

.header { 
	background-image: url("../img/Hispania.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 15%;
	min-height: 50vh;
	display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	position: relative;
}
.titulo_header {
	font-family:'Raleway';
	letter-spacing: 0.5px;
	display:inline-block;
	font-size:2em;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
	color:white;
	/*color:#fabd00;
	text-stroke:3px #ad1921;
	-webkit-text-stroke:3px #ad1921;*/
}

.delimitador {
	width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, #ad1921 0%, #ad1921 25%, #fabd00 25%, #fabd00 75%, #ad1921 75%, #ad1921 100%) no-repeat;
	z-index:1;
}

@media (min-width: 1600px) {
}
@media (min-width: 1024px) and (max-width: 1366px){
}
@media (max-width: 1000px) {
	.espaciadoentredivs {
		margin-bottom: 30px;
	}
	.omitirEnPequenoDispositivo {
		display: none;
	}
}
@media (max-width: 480px) {
	.header { 
		min-height: 30vh;
	}
}
@media (max-width: 1000px) {
	/*#escudo_delimitador{
		width: 50%;
	}*/
	.titulo_header {
		font-size:1em;
	}
    #fondo_bandera, #fondo_escudo, #fondo_himno, #fondo_bandera.lazyloaded, #fondo_escudo.lazyloaded, #fondo_himno.lazyloaded {
        display: none;
    }
}

body {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Encode Sans';
	font-size:20px;
	line-height:1.6em;
	background-color: #fff;
	color: #333;
}
.container-fluid:not(.header, #acercade) {
	width:95%;
}

body p {
	text-align:justify;
}

kbd {
	background-color:#888;
}

.page-header {
	font-size:20px;
	font-weight:700;
	padding-bottom: 5px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #888;
}

.tooltip > .tooltip-inner {
	background-color: #333;
	font-size: 16px;
}
.tooltip.top > .tooltip-arrow {
	border-top: 5px solid #333;
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.back-to-top {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	border-radius:2px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: #f9b700;
	background-color: #cf0000;
	text-align:center;
}
.back-to-top:hover {
	color:#f9b700;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.referencia_cita {
	font-size: 0.75em;
	background-color: #ddd;
	padding:0.2em 0.4em 0.3em 0.4em;
	border-radius: 4px;
}

.contenedor_index {
	position: relative;
	overflow: hidden;
	background-color:#fff;
	padding:20px;
	border-radius:10px;
}

#fondo_bandera{
	position: absolute;
	bottom: 240px; /* Ajusta la posición para que el SVG quede cortado */
	right: -300px;
	width: 900px; /* Dimensiones del SVG que quieres mostrar */
	height: 600px;
	/*background-image: url("../img/Bandera_de_España.svg");
	background-size: contain;
	background-repeat: no-repeat;*/
	transform: rotate(-10deg);
	opacity:0.35;
	transition: all 0.4s ease-in-out;
	filter:grayscale(100%);
	z-index:0;
}
#fondo_bandera.lazyloaded, #fondo_escudo.lazyloaded, #fondo_himno.lazyloaded{
	background-size: contain;
	background-repeat: no-repeat;
}
:is(#fondo_bandera, #fondo_escudo, #fondo_himno):hover {
	transform: rotate(-10deg) scale(1.1);
}

#fondo_escudo{
	position: absolute;
	bottom: -100px; /* Ajusta la posición para que el SVG quede cortado */
	right: -320px;
	width: 800px; /* Dimensiones del SVG que quieres mostrar */
	height: 533px;
	/*background-image: url("../img/Escudo_de_España.svg");
	background-size: contain;
	background-repeat: no-repeat;*/
	transform: rotate(-10deg);
	opacity:0.5;
	transition: all 0.4s ease-in-out;
	filter:grayscale(100%);
	z-index:0;
}

#fondo_himno{
	position: absolute;
	bottom: -650px; /* Ajusta la posición para que el SVG quede cortado */
	right: -50px;
	width: 720px; /* Dimensiones del SVG que quieres mostrar */
	height: 1035px;
	/*background-image: url("../img/21605_001.png");
	background-size: contain;
	background-repeat: no-repeat;*/
	transform: rotate(-10deg);
	opacity:0.75;
	transition: all 0.4s ease-in-out;
	z-index:0;
}
#fondo_bandera:hover, #fondo_escudo:hover {
	filter:grayscale(0%);
}

#fondo_himno:hover {
	opacity:1;
}

.popover {
	max-width: 375px; 
	width: auto;
}

/*.lb-image {
	min-width: 80vw !important; 
	height: auto !important; 
}*/