html{
	scrollbar-gutter: stable;
}
body {
  font-size: .875rem;
  font-family: 'Special Gothic', sans-serif;
  background: #fdfdfd;
  
	display: flex !important;
    flex-direction: column;
    min-height: 100vh;
}
.container-custom {
    /*margin-left: var(--bs-gutter-x, 0.75rem);*/ /* coincide con container-xxl */
    /*padding-left: calc((100vw - 1320px) / 2);*/ /* 1320px = ancho máx. container-xxl */
    /*width: 100%;*/
}
.container-custom {
    margin-left: var(--bs-gutter-x, 0.75rem);
    padding-left: calc((100vw - 1380px) / 2);
    width: 98.8%;
}
main {
    margin-top: 80px;
	transition: 0.5s;
	flex: 1; /* hace que el contenido crezca y empuje el footer hacia abajo */
}
main.paginamapa {
    margin-top: 67px;
}
main.ubicaciones {
    margin-top: 108px;
}
main.paginaubicacion {
    margin-top: 71px;
}
a {
    color: #ce7452;
}
a:hover {
    color: #71dbf0;
}
h1,h2{
	font-family: "Ancizar Serif", serif;
	font-weight: bold;
}
.fondobusqueda{
    /*background-image: linear-gradient(to right, #0072bb, #016db2, #0268aa, #0364a1, #055f99);
    box-shadow: inset -5px 0 5px -5px rgba(0, 0, 0, 0.5);*/
    padding: 0.8rem;
}

.cbusqueda {
    background: #117c911f !important;
    border-radius: 5px !important;
    border: 1px solid #71dbf0 !important;
	color: #71dbf0 !important;
}
.cbusqueda::placeholder {
  color: #51c5f5; /* Cambia el color aquí */
  opacity: 1;  /* Asegura que se vea igual en todos los navegadores */
}
#gal.sticky-top {
    top: 110px;
}
#logobig.sticky-top {
    top: 110px;
	z-index: 2;
}
#authorsoptions.sticky-top {
    top: 95px;
}
#authorsoptions {
   padding-bottom: 6px;
   /*border-bottom: 1px solid #CCC;*/
}
#locationsoptions.sticky-top {
    top: 123px;
}
#locationsoptions {
   padding-bottom: 16px;
   border-bottom: 1px solid #CCC;
}
#searchsoptions.sticky-top {
    top: 130px;
}
#searchsoptions {
   padding-bottom: 6px;
   border-bottom: 1px solid #CCC;
}
#authorinfo.sticky-top {
    top: 82px;
    padding-left: 25px;
	/*margin-left: 20px;*/
}
#authorinfo h2 {
    border: none!important;
    padding: 0!important;
    margin: 0!important;
}
#authorinfo h4 {
    font-size: 1.3em;
}
#authorinfo .dato h5 {
    color: #000;
    border-bottom: 1px dotted #b1b1b1;
    /* font-weight: bold; */
}
/*#locationinfo.sticky-top {
    top: 82px;
    padding-left: 25px;
}
#locationinfo.sidebarcontent {
    max-height: calc(100vh - 410px);
}*/
#locationslist.sticky-top {
    top: 82px;
    /*padding-left: 25px;
	margin-left: 20px;*/
}
#locationslist.sidebarcontent {
    /*max-height: calc(100vh - 330px);*/
    padding: 0px 10px 0px 0px;
    padding-top: 3px;
    background: transparent;
}
#locationslist .titulopagina {
	margin-bottom: 0.5rem;
}
#locationslist .titulopagina h1 {
    font-size: 1.7em;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
	line-height: 1.3rem;
    color: #71dbf0;
}
#locationslist .titulopagina h2 {
    font-size: 1.7em;
    margin-bottom: 0;
    margin-top: 0;
	line-height: 1.3rem;
    color: #0072bb;
}
/*.toplocations{
	background: #F0F0F0;
}*/
.customtab {
    padding: 4px 12px 0px 12px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
}
.customtab.active {
    background: #71dbf0;
    border: 1px solid #71dbf0;
    color: #ffffff;
}
.customtab h5{
	margin-bottom: .1rem;
    font-size: 1.1em;
}
.btn-primary {
    background: #3a95bb;
    border: none;
}
.btn-primary:hover {
    background: #1f4b54;
    border: none;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #1f4b54;
    border: none;
	color:#b2d9d2;
}
.btn-primary.inactivo {
    background: #3a95bb8a;
    border: none;
}
ul.nav.nav-tabs.ubi {
    border-bottom: 3px solid #71dbf0;
}
.bloquetodo {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
.bloquecopy {
    font-size: 0.8em;
}
.bloquecopy p, .extracto p {
    margin-bottom: 0;
}
.extracto {
	word-break: break-word;
	font-size: 0.95em;
    margin-top: 0.5rem;
    color: #424242;
}
.bloquedatos{
	margin-top: auto;
}
.bloquedatos h2 {
    line-height: 1.5rem;
}
#worksoptions {
    border-bottom: 1px solid #ccc;
}
.copyright {
    font-size: 0.8em;
	color: #696969;
    display: flex;
    justify-content: flex-end;
}
.copyright p {
    margin: 0;
}
.copyright + .imagenessecundarias {
    margin-top: 0;
}
.imagenessecundarias {
    margin-top: 20px;
    opacity: 0;
    display: flex;
    overflow: auto;
	scrollbar-width: thin; /* solo firefox */
    /* position: absolute; */
}
.thumbgal {
    margin: 0px 15px 0 0;
    display: inline-block;
	border: 1px solid #CCC;
}
.thumbgal img {
    object-fit: cover;
    width: 80px;
    height: 80px;
}
.navbar-brand img {
    height: 50px;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}
.pagination{
	display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    /*background: #f6f4f4;
    border-top: 1px solid #3a95bb;
	margin-bottom: 30px;*/
}
.pagination a, .pagination span{
    padding: 2px 9px 2px 9px;
    border-radius: 3px;
    margin: 4px;
    text-decoration: none;
    background: #FFF;
    border: 1px solid #3a95bb;
    color: #3a95bb;
	display: inline-block;
}
.pagination a:hover{
	border: 1px solid #3a95bb;
	background: #3a95bb9e;
	color: #FFF;
}
.pagination span.current {
    background: #3a95bb;
    color: #FFF;
    font-weight: bold;
}
.pagination span.disabled {
    color: #d1d0cb;
	border-color: #d1d0cb;
    cursor: default;
}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.bg-light {
    background: #0072bb !important;
    border-bottom: 4px solid #71dbf0;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .11);
}
.nav-link {
	/*display:inline-block;
	color: white;
	font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;*/	
	display: inline-block;
    color: white;
    font-size: 0.95em;
	letter-spacing: 0.7px;
    text-transform: uppercase;
	margin-top: 5px;
}
.nav-item.dropdown .dropdown-toggle {
    display: contents;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #71dbf0;
	font-weight: 500;
}
.nav-link:focus, .nav-link:hover {
    color: #71dbf0b0;
}
.dropdown-item {
	font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    color: #3a95bb;
}
#map-help-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.overlay-box {
  background: white;
  padding: 25px 30px;
  border-radius: 10px;
  max-width: 420px;
  text-align: left;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.overlay-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.overlay-icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

#close-overlay {
  margin-top: 10px;
  width: 100%;
  padding: 10px 0;
  border: none;
  background: #0078ff;
  color: white;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
}
#resultados-typeahead-cont {
    position: fixed;
    top: 69px;
    left: 0px;
    right: 0;
    bottom: 0;
    height: auto;
	display:none;
    background: #f0f0f0;
    transition: 0.3s ease-out;
	z-index: 1021;
}
.resultados-typeahead {
    height: auto;
    overflow-x: hidden;
}
.resultados-typeahead.sidebarcontent {
    background: inherit;
    margin-top: 15px;
	max-height: calc(100vh - 140px);
    padding: 0;
	overflow-y: auto;
}
.sinresultados {
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}
.sinresultados span {
    background: #343a40;
    color: #FFF;
    padding: 15px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 1.4em;
}
.textobusqueda {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    background: #3a95bb;
    font-size: 1.5em;
    padding: 10px 5px 10px 5px;
}
.btncerrar {
    background: #343a40;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
    border-radius: 5px;
    float: right;
    padding: 2px;
    transition: 0.5s;
    cursor: pointer;
    opacity: 0.7;
}
.btncerrar:hover {
    background-color: #b5a395;
    border: 1px solid #FFF;
    opacity: 1;
    transition: 0.5s;
}
a.nav-link.capitulo.actual, a.nav-link.actual {
    color: #ad2727;
    background: #db670b26;
}
a.nav-link.capitulo.actual.abierto {
    color: #000;
    background: #e8e8e8;
}
.capitulo.actual span {
    background: #feeb23;
}
a.nav-link.subcapitulo.actual {
    color: #ad2727;
    background: #db670b26;
}
.subcapitulo.actual span {
    background: #feeb23;
}
.submenu li {
    border-top: 1px solid #CCC;
}
#controles-mapa {
    position: absolute;
    margin-top: 10px;
    left: 50%;
    transform: translate(-50%);
    z-index: 500;
}
.indice {
    background: url(/img/icono-indice.png) no-repeat center;
    background-size: contain;
}
.iconopeq {
    width: 57px;
    height: 57px;
    margin-left: 1px;
    float: left;
    outline: 1px solid #feeb23;
}
h3.icono {
    color: #feeb23;
    margin-top: 10px;
    padding-top: 20px;
    margin-left: 72px;
    font-size: 15px;
    font-family: 'Cinzel', Georgia, Serif;
    font-weight: bold;
    text-transform: uppercase;
}
.cabecerasubmenu {
    margin-left: 18px;
    margin-bottom: 45px;
}
#mostrarindice {
    left: 20px;
    top: 150px;
    width: 58px;
    height: 58px;
    position: absolute;
    background: #feeb23 url(/img/icono-indice-portada.png) no-repeat center;
    background-size: contain;
    transition: 0.5s;
    cursor: pointer;
    z-index: 20;
}
.contenedorimagen {
    position: relative;
    background: #FFCC00;
}
.container-botones {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.bloqueopciones {
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
button.btn.btn-primary.opcionesmapa {
   /* display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;*/
	flex: 1;
    margin: 0;
    text-align: left;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 10px;
}
button.btn.btn-primary.opcionesmapa.activo {
    color: #71dbf0;
	border: 1px solid #71dbf0;
}
#map {
    width: 100%;
    height: calc(100vh - 67px);
}
#logos-mapa {
    z-index: 401;
    bottom: 17px;
    right: 0;
    width: 250px;
    position: absolute;
    background: #13364696;
}
#logos-mapa .logos:hover {
    background: none;
    outline: none;
}
#logos-mapa img.logos {
    width: 200px;
    height: auto;
    filter: invert(75%) sepia(63%) saturate(378%) hue-rotate(151deg) brightness(97%) contrast(94%);
}

/*#logos-mapa img {
    filter: invert(1);
}*/
/* Pane personalizado para controlar el grosor del borde */
.leaflet-geojson-pane path {
  stroke-width: 1px;  /* Sin !important para permitir cambios desde JavaScript */
}
.custom-cluster {
  text-align: center;
  font-size: 12px;
}

.marker-cluster-small.CYL {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 0 0 / 60%);
    border: 4px solid #ff00003b;
    color: white;
    font-weight: bold;
}
.marker-cluster {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}
.marker-cluster.activo {
	background-color: rgb(255 0 0 / 60%);
    border: 4px solid #ff00003b;
}
.marker-cluster.inactivo {
	background-color: rgb(92 147 208 / 60%);
    border: 4px solid #6bc1d53b;
}
.cluster-label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.cluster-label span.ap {
    font-size: 10px;
    background: #c20d13d6;
    color: #FFFFFF;
    padding: 0px 4px;
    white-space: nowrap;
}
.cluster-label span.ap2 {
	font-size: 14px;
    font-weight: bold;
    padding: 0px 4px;
    background: #c20d13d6;
    color: #FFFFFF;
    white-space: nowrap;
}
.cluster-label .ap,
.cluster-label .ap2 {
  display: none;
}
.cluster-label.activo span.ap{
	background: #c20d13d6;
    color: #FFFFFF;
	border:none;
}
.cluster-label.inactivo span.ap{
	background: #5c8598;
    color: #FFFFFF;
	border:none;
}
.clusterabierto-label.activo{
    color: #FFCC00;
}
.clusterabierto-label.inactivo{
    color: #FFFFFF;
}
/* Clase para zoom lejano: solo .ap2 visible */
.zoom-lejano .cluster-label .ap2 {
  display: inline-block;
}

/* Clase para zoom cercano: ambos visibles */
.zoom-cercano .cluster-label .ap,
.zoom-cercano .cluster-label .ap2 {
  display: inline-block !important;
}
.opcionesmapa span {
    font-size: 0.7em;
    display: block;
}
/*/////////////////// sidebar right /////////////*/
.sidebar {
  height: 100%;
  width: 580px;
  position: fixed;
  z-index: 2400;
  top: 70px;
  /*left: -250px;*/
  background-color: #fff;
  transition: 0.5s;
  border-right:1px solid #CCC;
  padding-right:2px;
}
.sidebarright{
  right: -250px;
  border-left: 1px solid #CCC;
  padding-left: 2px;
}
.sidebarright.abierta {
	right:0;
}
.sidebarcontent {
	overflow-y: auto;
    max-height: calc(100vh - 430px);
    text-align: left;
    scrollbar-width: thin;
}
.sidebarcontent::-webkit-scrollbar, .panel-body::-webkit-scrollbar, .dropdown-menu::-webkit-scrollbar {
  width: 12px;
}
.imagenessecundarias::-webkit-scrollbar {
  height: 12px;
}
.sidebarcontent::-webkit-scrollbar-track, .panel-body::-webkit-scrollbar-track, .dropdown-menu::-webkit-scrollbar-track, .imagenessecundarias::-webkit-scrollbar-track {
  background: #f4f4f4;
}
.sidebarcontent::-webkit-scrollbar-thumb, .panel-body::-webkit-scrollbar-thumb, .dropdown-menu::-webkit-scrollbar-thumb, .imagenessecundarias::-webkit-scrollbar-thumb {
  background-color: #CCC;
  border-radius: 20px;
  /*border: transparent;*/
}
/*
 * Navbar
 */

/*.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}*/
.navbar {
    --bs-navbar-padding-y: 0.1rem;
}
.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}
.input-busqueda {
    position: relative;
}
.input-busqueda > input {
    text-indent: 13px;
}
.input-busqueda > .lupa {
    position: absolute;
    top: 10px;
    left: 7px;
    width: 20px;
    height: 20px;
    background: url(../img/search-sharp.svg) no-repeat center;
    background-size: 20px;
	filter: invert(1);
}
input:focus {
    filter: none;
}
input:focus + .lupa {
	filter: invert(83%) sepia(12%) saturate(6821%) hue-rotate(169deg) brightness(113%) contrast(88%);
}
.titulopermalink {
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 8px;
	font-size: 1.3em;
    font-weight: bold;
    border-top: 1px solid #CCC;
}
.permalink {
    word-break: break-all;
	font-size: 0.78rem;
}
.info-hide {
    color: #3a95bb;
    display: none;
    float: right;
    background: #b2d9d2;
    padding: 2px 8px;
    margin-top: 15px;
}
.navbar .form-control {
  padding: 0.43rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.logos{
text-align: center;
}
.recuadrologo{
	display: inline-flex;
    margin: 15px;
}
.recuadrologo img{
    height: 80px;
}
.portada {
    color: #000;
    text-align: center;
}
.portada span{
    background: rgba(255,255,255,0.3);
    padding: 0 10px;
}
.portada p span {
    background: rgba(255,255,255,0.7);
}
.portada h2{
    margin-bottom: 5%;
}
.portada h3 {
    margin-bottom: 25%;
}
.capital {
    color: #000;
    font-size: 500%;
    margin-top: -23px;
    margin-bottom: -30px;
    margin-left: -15px;
    float: left;
    padding: 0 15px;
    font-family: 'Times New Roman', Georgia, Serif;
}
.breadcrumb {
    padding: 8px 15px 2px 15px;
	margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb h6 {
    font-size: 1em;
}
.capitulo span {
    padding: 0 7px;
    font-weight: bold;
    color: #FFF;
    margin-right: 4px;
    background: #978f8f;
    display: inline-block;
    text-align: center;
}
.subcapitulo span {
    font-weight: bold;
    color: #FFF;
    margin-right: 4px;
    background: #8f8989;
    padding: 0px 4px;
    display: inline-block;
    text-align: center;
}
h1.subr {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}
main h1 {
    margin-bottom: 1.8rem;
}
main p {
    /* color: #FFCC00; */
    font-size: 1.2em;
}
.related-link {
    border: 1px solid #343434;
    padding: 4px 8px;
    margin-right: 8px;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
    font-size: 0.9em;
    color: #343434;
}
.related-link .mini-link {
    margin-bottom: 0.1rem;
}
.related-link:hover {
    background: #e3e3e3;
    color: #000;
}
#restauraciones .related-link .mini-link {
    margin-bottom: 0rem;
}
.pieobra {
    margin-bottom: 0.8rem;
}
a.enlacecaption {
    border: 1px solid #fff;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 4px;
	transition:0.5s;
	text-decoration: none;
}
a.enlacecaption:hover {
    background: #fff;
	color:#343434;
}
a.enlaceobra {
    position: relative;
    overflow: hidden;
    background: white;
    text-align: left;
    text-decoration: none;
    color: #343434 !important;
    /*padding: 10px;*/
	/*margin-top: 1rem;*/
	margin-bottom: 1rem;
    display: block;
    transition: color 0.5s ease;
    border-left: 5px solid #71dbf0;
    z-index: 0;
}

a.enlaceobra::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #71dbf0;
    transition: width 0.5s ease-in-out;
    z-index: 0;
}

a.enlaceobra > * {
    position: relative;
    z-index: 1;
}

a.enlaceobra:hover::before {
    width: 100%;
}

a.enlaceobra:hover {
    color: #0072bb !important;
}
h4.docsearch {
    font-size: 1.3em;
}
.resultados-typeahead a.enlaceobra {
    margin-bottom: 20px;
}
.enlaceobra h4 {
    font-weight: 600;
    font-weight: bold;
    font-size: 1.5em;
    font-family: "Ancizar Serif", serif;
}
.enlaceobra h5 {
    /*text-align: left;*/
	font-size: 1.1em;
}
.enlaceobra h6 {
    font-size: 0.9em;
    margin-bottom: 0;
    color: #000000;
    font-weight: normal;
}
a.enlaceobra:hover h6{
	color: #ffffff!important;
}
.enlaceobra:hover {
	color: #ffffff;
    background: #3a95bb;
	transition: 0.5s;
}
.enlaceobra:hover .nodisponible{
	opacity:1;
	transition:0.5s;
}
a.enlaceobra .cuadrado {
    border-left: none;
    margin-top: 0;
}
h6.clasificacion {
    margin-bottom: 5px;
    font-size: 0.65rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #000000;
}
h6.clasificacion span {
}
.carousel-caption {
		position: absolute;
		right: 20px;
		top: 0px;
		left: unset;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		text-shadow: 1px 1px #000;
		text-align: right;
	}
.carousel-caption span {
	background: #0000008f;
	padding: 2px 6px;
	display: inline-block;
}
.carousel-caption a {
	text-decoration: none;
	color: #f5f5f5;
}
.carousel-caption a:hover {
	color: #fff;
}
.carousel-caption a:hover span {
	background: #000;
}
.carousel-caption h5 {
	font-size: 1.2rem;
	margin-bottom: 0.1rem;
}
.carousel-caption h6 {
	font-size: 0.9rem;
	margin-bottom: 0.1rem;
}
.carousel-control-next, .carousel-control-prev {
	top: 20%;
	bottom: 20%;
}
.h1inicio {
    background: #71dbf0;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}
.h1inicio h1 {
    margin-bottom: 0rem;
    color: #0072bb;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
}
.coincidencias {
    background: #b2d9d2;
    padding: 10px;
	margin-bottom: 20px;
}
.coincidencias h6 {
    font-size: 0.9em;
    margin-bottom: 0;
    color: #3a95bb;
    font-weight: bold;
}
.distancias {
    text-align: center;
    padding: 10px;
}
.distancias h6 {
    font-size: 0.9em;
    margin-bottom: 0;
    color: #3a95bb;
    font-weight: bold;
}
.form-group {
    margin-bottom: .5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}
.form-group label {
    white-space: nowrap;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0072bb;
    margin-bottom: 0.2rem;
    margin-top: 0.3rem;
    margin-right: 0.3rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: .075rem .45rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.contautor {
    float: right;
    margin: 0rem 0 1.5rem 1.5rem;
    padding: 1rem;
	background: #db670b0d;
	max-width: 560px;
}
.contautor:hover{
	background: #db670b26;
}
.fotoautor {
    float: right;
    width: 130px;
    height: 130px;
	margin-left: 15px;
}
.autores {
    text-align: right;
    float: left;
}
.autores p {
    text-align: right;
    font-size: 0.92rem;
	margin-bottom: 0;
}
.iconopeq {
    width: 57px;
    height: 57px;
    margin-left: 1px;
	padding: 5px;
    float: left;
    outline: 1px solid #feeb23;
}
span.icono {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 12px;
}
.aviso {
    background: url(/img/warning-outline.svg) no-repeat center;
    background-size: contain;
    background-origin: content-box;
	width: 34px;
    height: 45px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
}
.avisoiconomarchantes {
    background: url(/img/warning-outline.svg) no-repeat center;
    background-size: contain;
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 5px;
}
h5 .aviso {
    width: 18px;
    height: 18px;
    margin-left: 3px;
}
h1.titulosubr {
    margin-bottom: 1rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
ul p {
    margin-bottom: 0;
}
.cuadrado{
  position: relative;
  /*margin-top: 0.8rem;*/
  padding-bottom: 100%;
  border-left: 5px solid #71dbf0;
  transition: 0.5s;
}
.cuadrado img{
  position:absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;/*contain;*/
  object-position: 50% 20%;
  display: block;
}
.cuadrado img {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.05);
  transition: opacity 0.6s ease-out, filter 0.8s ease-out, transform 0.8s ease-out;
}

.cuadrado img.loaded {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.cuadrado.pasado {
    opacity: 0.5;
	transition: 0.5s;
}
.cuadrado:hover{
  	opacity: 1;
}
.cuadradologo {
    position: relative;
    padding-bottom: 100%;
    transition: 0.5s;
}
.cuadradologo img{
  position:absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;/*contain;*/
  display: block;
  padding: 30px;
}
.portada-album {
    position: relative;
    margin-bottom: 1rem;
    min-height: 80%;
    /* padding-bottom: 0%; */
    /* border: 1px solid gray; */
    /* background: #dbdbdb; */
    overflow: hidden;
}
a.enlacecategoria {
    text-decoration: none;
}
.enlacecategoria h3 {
    color: #0072bb;
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 0.3rem;
    transition: 0.5s;
	font-family: "Ancizar Serif", serif;
}
.enlacecategoria img {
    transition: 0.4s;
}
.enlacecategoria:hover img {
    transition: 0.7s;
    transform: scale(1.1);
}
.enlacecategoria:hover h3 {
    background: #71dbf0;
    /*color: #FFF;*/
    padding-left: 10px;
    transition: 0.5s;
}
.proximamente {
    position: absolute;
    background: #3a95bbab;
    border: 1px solid #fff8f7;
    padding: 0 8px;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 1.2em;
}
.cajoncentrado{
	position: absolute;
    background: #ffffffab;
    backdrop-filter: blur(7px);
    border: 1px solid #3a95bb;
    padding: 15px;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #3a95bb;
    /*font-size: 1.4em;*/
}
.cajoncentrado h5{
	margin-bottom:0;
}
input.go {
    float: right;
    background: #3a95bb;
    color: #FFF;
    font-weight: bold;
}
.cajoncentrado:hover {
    outline: 4px solid #3a95bb;
}
.enlacecategoria:hover .cajoncentrado {
    outline: 4px solid #3a95bb;
}
h3.disabled {
    color: #9d9d9d;
	margin-bottom: 0;
    padding-bottom: 0.3rem;
}
img.disabled {
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.intro {
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
	background: #3a95bb;
}
.introcontainertext {
    background: #f4f4f4;
    padding: 20px;
}
.introtext {
    /*font-size: 1.4rem;*/
	font-size: 1.2rem;
}
.intro img.logos {
    height: 140px;
	filter: invert(100%) sepia(0%) saturate(7483%) hue-rotate(233deg) brightness(109%) contrast(104%);
	background: none;
}
.logoscontacto img.logos {
    height: 150px;
}
.obrapasada {
    background: #f1dddc;
    color: #000;
    /*margin-bottom: -1.8rem;*/
    padding: 4px;
    top: 12px;
    position: relative;
    z-index: 4;
}
.obrainter {
    background: #f5ebd5;
    color: #000;
    /*margin-bottom: -1.8rem;*/
    padding: 4px;
    top: 12px;
    position: relative;
    z-index: 4;
}
.obraactual {
    background: #cfdcd1;
    color: #000;
    /*margin-bottom: -1.8rem;*/
    padding: 4px;
    top: 12px;
    position: relative;
    z-index: 4;
}
.obrapasada span, .obrainter span{
    font-weight:bold;
}
.related {
    background: #ffffff;
    margin-top: 3rem;
    margin-bottom: -3rem;
    padding-bottom: 1rem;
    border-top: 1px solid #71dbf0;
}
.related h2 {
    font-size: 2em;
}
.related h2 span {
    color: #71dbf0;
}
.related .cuadrado {
    margin-top: 2px;
}
.related .pieobra {
    margin-top: 0.6rem;
}
.nodisptext {
    position: absolute;
    padding-top: 16%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #b2c6d9;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    height: 100%;
}
.nodisponible {
    /* background: #FFCC00; */
    background: url(/img/imagotipo.svg) no-repeat 30% 30%;
    background-size: contain;
    /* background-position: calc(100% - 40px) center; */
    /* background-origin: content-box; */
    position: absolute;
    /* padding: 10px; */
    width: 85%;
    height: 50%;
    left: 55%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
	filter: invert(100%) sepia(1%) saturate(7498%) hue-rotate(189deg) brightness(111%) contrast(92%);
}
.left {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
    height: 45px;
    width: 45px;
}
.right {
    display: inline-block;
}
#ubicaciones li h5 {
    display: inline-block;
    font-size: 0.95rem;
    text-transform: none;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 0rem;
    margin-bottom: 0.3rem;
}
#ubicaciones li h5 span {
    background: #b2d9d2;
    color: #3a95bb;
    padding: 2px;
    font-size: 0.8rem;
    font-weight: bold;
}
#ubicaciones li h6 {
    display: block;
    font-size: 0.55rem;
    margin-top: 0.3rem;
    text-transform: uppercase;
}
#ubicaciones ul {
  list-style: none; /* Eliminar los puntos de la lista */
  padding: 0; /* Quitar el padding predeterminado */
  margin: 0; /* Quitar el margen predeterminado */
}

#ubicaciones li {
  display: grid;
  grid-template-columns: 150px auto; /* Definir dos columnas: fija y flexible */
  gap: 10px; /* Espaciado entre columnas */
  align-items: center; /* Centrar verticalmente los elementos */
}
#ubicaciones li:nth-child(odd) {
  background-color: #f9f9f9; /* Color de fondo claro para filas impares */
}

#ubicaciones li:nth-child(even) {
  background-color: #e4efed; /* Color de fondo ligeramente más oscuro para filas pares */
}
.avisomarchantes {
    background: #e7e7e7;
    padding: 10px 10px 6px 10px;
    font-size: 0.65rem;
}
#selectoridioma {
    /*border: 1px solid #000; */
    /* padding-top: 0.4rem; */
    padding-bottom: 0.4rem;
	color: white;
    /* max-width: 86px; */
    /* text-align: center; */
    /* font-family: monospace; */
    /* text-transform: uppercase; */
    font-size: 1.2em;
}
.idioma {
    background: url(../img/globe-outline.svg) no-repeat center;
    /* background-size: contain; */
    /* background-origin: content-box; */
    /* filter: invert(11%) sepia(95%) saturate(6520%) hue-rotate(354deg) brightness(74%) contrast(90%); */
    filter: invert(100%) brightness(1000%);
    margin-right: 4px;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
}
.filtros {
    /*background: url(../img/cog-outline.svg) no-repeat center;*/
	background: url(../img/settings.svg) no-repeat center;
    background-size: contain;
    /* background-origin: content-box; */
    /* filter: invert(11%) sepia(95%) saturate(6520%) hue-rotate(354deg) brightness(74%) contrast(90%); */
    margin-right: 4px;
    margin-bottom: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.visualizacion {
    background: url(../img/eye-solid.svg) no-repeat center;
    margin-right: 6px;
    margin-bottom: 2px;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.listadofaros{
	background: url(../img/icono-faro2.png) no-repeat center;
    background-size: contain;
    margin-right: 6px;
    margin-bottom: 2px;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: top;
}
label[for="toggleView"] {
	font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0072bb;
    margin-right: 0.3rem;
	padding-bottom: 0.3rem;
}
.toggle-links {
    display: inline-flex;
    align-items: center;
    border: 2px solid #0072bb;
    border-radius: 2rem;
    overflow: hidden;
    font-size: 0.7rem;
}
.toggle-links a {
    text-decoration: none;
    color: #0072bb;
    padding: 0.5rem 1rem;
    transition: all 0.3s;
	text-transform: uppercase;
}
.toggle-links a.active {
  background-color: #0072bb;
  color: white;
  cursor: default;
}
.toggle-links a:not(.active):hover {
    background-color: #71dbf0;
    cursor: pointer;
}
.subtitulolistado {
    white-space: nowrap;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0072bb;
    margin-bottom: 0.5rem;
    margin-top: 0.3rem;
    margin-right: 0.3rem;
}
/*.subtitulolistado {
    white-space: nowrap;
    font-size: 1.7rem;
    color: #0072bb;
    margin-bottom: 0.5rem;
    font-family: "Ancizar Serif", serif;
    border-bottom: 1px solid #0072bb;
}*/
.permalinkicon {
    background: url(../img/share-android.svg) no-repeat center;
    margin-right: 4px;
    margin-bottom: 2px;
    background-size: contain;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.orcid {
    background: url(../img/ORCID_iD.svg) no-repeat center;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: sub;
}
.orcid:hover {
    border-radius: 50%;
    outline: 6px solid #fff;
}
#cita p {
    color: #979393;
    text-align: left;
    font-size: 0.95rem;
}
.persona {
    background: url(../img/person-circle-outline.svg) no-repeat center;
    display: inline-block;
    width: 20%;
    height: 150px;
    margin: -15px;
    /*filter: invert(91%) sepia(0%) saturate(3%) hue-rotate(83deg) brightness(91%) contrast(92%);*/
	filter: invert(32%) sepia(8%) saturate(3055%) hue-rotate(144deg) brightness(95%) contrast(84%);
	vertical-align: middle;
}
.ubicacion {
    background: url(../img/location-outline.svg) no-repeat center;
    display: inline-block;
    width: 10%;
    height: 97px;
    margin: -18px -8px -18px -8px;
    /* margin-right: 0px; */
    filter: invert(91%) sepia(0%) saturate(3%) hue-rotate(83deg) brightness(91%) contrast(92%);
    vertical-align: middle;
}
.tituloopciones {
    /*border-bottom: 1px solid #CCC;*/
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 600;
    font-weight: 500;
    /* font-weight: 400; */
    /* font-weight: 300; */
    padding-bottom: 6px;
    display: block;
}
.bibliografia {
    background: url(../img/library-outline.svg) no-repeat center;
    background-size: contain;
	background-origin: content-box;
	filter: invert(11%) sepia(95%) saturate(6520%) hue-rotate(354deg) brightness(74%) contrast(90%);
	margin-right: 12px;
}
.equipo {
    background: url(../img/people-outline.svg) no-repeat center;
    background-size: contain;
	background-origin: content-box;
	filter: invert(11%) sepia(95%) saturate(6520%) hue-rotate(354deg) brightness(74%) contrast(90%);
	margin-right: 12px;
}
h5.icono {
    color: #444;
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-block;
    padding-left: 16px;
    font-size: 18px;
    font-family: 'Cinzel', Georgia, Serif;
    text-transform: uppercase;
}
.textobiblio {
    font-weight: 300;
    font-size: 1em;
    text-align: left;
    padding-left: 74px;
}
ul.biblio, .dato ul {
    margin-left: 0;
    padding-left: 16px;
	/*font-size: 0.9em;*/
    list-style-type: square;
	margin-bottom: 0.4rem;
    margin-top: 0.2rem;
}
ul.biblio li a, .dato ul li a {
    font-size: 0.9rem;
}
span.descridocu {
    font-size: 0.8rem;
}
span.peso {
    font-size: 0.8rem;
    color: #777676;
}
#autorias p span {
    font-size: 0.8em;
}
#autorias h3 {
    font-size: 1em;
}
#autorias p {
    margin-bottom: 0.2rem;
}


/* como estaba */
/*.dato {
    font-size: 1.2em;
}
.dato h1 {
    margin-bottom: 0;
}
.dato h2 {
    font-size: 1.2em;
}
.dato h5 {
	color: #5e5d52;
    font-size: 0.7em;
    text-transform: uppercase;
	border-bottom: 1px dotted #d8d8d8;
	padding-bottom: 2px;
    margin-top: 0.8rem;
	margin-bottom: 2px;
}
.dato h6 {
    color: #5e5d52;
    font-weight: normal;
    font-size: 0.7em;
    margin-bottom: 0;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
}
*/

/* dato - propuesta 1 */
.dato {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  transition: background 0.2s ease;
	
/*border-left: 3px solid #0072bb;*/
    padding: 0.25rem 0.75rem;
    margin-bottom: 0.5rem;
}
.dato:hover {
  background: #f3f4f6;
}
.dato h5 {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0072bb;
    margin-bottom: 0.2rem;
    margin-top: 0.3rem;
}
.dato h6 {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    color: #0072bb;
    margin-bottom: 0.2rem;
    margin-top: 0.3rem;
}
/*.dato h5 + * {
  font-size: 0.95rem;
  color: #1f2937;
  font-weight: 500;
  line-height: 1.4;
}*/
.dato p {
    font-size: 1em;
	margin-bottom: 0.4rem;
	text-align: justify;
}
h2 {
font-size: 2rem;
color: #0072bb;
margin-bottom: 1rem;
/* border-bottom: 2px solid #e5e7eb; */
padding-bottom: 0.3rem;
}
@media (min-width: 992px) {
  /*.dato {
    padding: 1rem 1.25rem;
  }*/
  h2 {
    font-size: 2.25rem;
  }
}



#restauraciones.dato li p {
    margin-bottom: 0!important;
}
.my-custom-icon {
    width: 20px !important;
    height: 20px !important;
    margin-left: -9px!important;
    margin-top: -38px!important;
    border-radius: 18px;
    /* border: 2px solid #3F51B5; */
    text-align: center;
    /* padding-bottom: 4px; */
    color: #ffffff;
    background-color: #3a95bb;
    z-index: 9999!important;
    font-size: 14px;
    font-weight: bold;
	pointer-events: none!important;
}
.thumbsquaresearch {
    float: left;
    margin-right: 10px;
	height: 100px;
    width: 100px;
}
.thumbsquaresearch.sinimagen {
    padding: 15px;
    background: #f2f2f2;
    height: 100px;
    width: 100px;
}
.thumbsearch.sinimagen {
    padding: 15px;
    width: auto;
    padding-bottom: 46%;
    background: #f2f2f2 url(/img/nostra-et-mundi_logo-02.svg) no-repeat 30% 30%;
    opacity: 0.6;
    background-size: contain;
}
.thumbsearch img {
    height: 160px;
}
.obrasearch{
	padding-bottom: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.farosearch {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.inforesult{
	min-height:100px;
	padding: 10px;
}
.mini-check {
    background-image: url(../img/checkmark-outline.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 14px;
    height: 14px;
}
.mini-pdf {
    background-image: url(../img/iconopdf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	display: inline-block;
    vertical-align: text-bottom;
    filter: invert(50%) sepia(12%) saturate(2281%) hue-rotate(331deg) brightness(103%) contrast(82%);
    width: 16px;
    height: 16px;
}
.search-pdf {
	background-image: url(../img/iconopdf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	display: inline-block;
    vertical-align: text-bottom;
    filter: invert(50%) sepia(12%) saturate(2281%) hue-rotate(331deg) brightness(103%) contrast(82%);
	width: 24px;
    height: 24px;
	margin-right: 5px;
}
.mini-link {
    background-image: url(../img/external-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	display: inline-block;
    vertical-align: text-bottom;
	filter: invert(50%) sepia(12%) saturate(2281%) hue-rotate(331deg) brightness(103%) contrast(82%);
    width: 16px;
    height: 16px;
}
.search-external {
    background-image: url(../img/external-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	display: inline-block;
    vertical-align: text-bottom;
	filter: invert(50%) sepia(12%) saturate(2281%) hue-rotate(331deg) brightness(103%) contrast(82%);
    width: 32px;
    height: 32px;
}
.mini-bibliografia {
    background-image: url(../img/library-outline.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(50%) sepia(12%) saturate(2281%) hue-rotate(331deg) brightness(103%) contrast(82%);
    width: 16px;
    height: 16px;
}
.mini-bibliografiamenu {
    background-image: url(../img/library-outline.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.mini-equipomenu {
    background-image: url(../img/people-outline.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.mini-alfabetico {
    background-image: url(../img/sort-alphabetical-descending-svgrepo-com.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.mini-calendario {
    background-image: url(../img/calendar-outline.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.mini-lista {
    background-image: url(../img/list-outline.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.actual > .mini-equipomenu, .actual > .mini-bibliografiamenu {
    filter: invert(11%) sepia(95%) saturate(6520%) hue-rotate(354deg) brightness(74%) contrast(90%);
}
.active .mini-alfabetico, .active .mini-lista, .active .mini-calendario {
    filter: invert(98%) sepia(0%) saturate(0%) hue-rotate(23deg) brightness(102%) contrast(105%);
}
.btn.active {
    background-color: #feeb23!important;
}
.mini-texto {
    /*background-image: url(../img/piece-of-paper-svgrepo-com.svg);*/
	background-image: url(../img/document-text-outline.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(11%) sepia(95%) saturate(6520%) hue-rotate(354deg) brightness(74%) contrast(90%);
    width: 16px;
    height: 16px;
}
span.contexto {
    padding-left: 16px;
}
.popover {
     max-width: 350px;
}
.popover img {
     max-width: 310px;
	margin:0;
	padding:0
}
.custom-popover {
  --bs-mi-borde:#feeb23;
  --bs-mi-fondo:#fff;
  --bs-popover-bg:var(--bs-mi-fondo);
  --bs-popover-border-color: var(--bs-mi-borde);
  --bs-popover-header-bg: var(--bs-primary);
  --bs-popover-header-color: var(--bs-white);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: .5rem;
}
.custom-popover.extenso{max-width:450px!important;}
.custom-popover.extenso1{max-width:600px!important;}
.custom-popover.extenso2{max-width:750px!important;}
.tooltip-inner {
max-width:300px;
text-align:left;
}
.custom-tooltip {
  --bs-mi-borde:#feeb23;
  --bs-mi-fondo:#f4e3d7;
  --bs-tooltip-bg:var(--bs-mi-borde);
  --bs-tooltip-border-color: var(--bs-mi-borde);
  --bs-tooltip-header-bg: var(--bs-primary);
  --bs-tooltip-header-color: var(--bs-white);
  --bs-tooltip-body-padding-x: 1rem;
  --bs-tooltip-body-padding-y: .5rem;
}

/*
.tooltip-arrow {
  color: #ffcc00!important;
}*/
.recuadropersona {
	position: relative;
    background: #b2d9d27d;
    border: 15px solid #F9F9F7;
    padding-top: 15px;
    transition: 0.5s;
}
.recuadropersona:hover{
	border: 15px solid #71dbf0;
	/*background: #b2d9d2;*/
}
.recuadropersona img {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 20px 10px 0;
	transition: all 0.5s ease-in-out;
}
.recuadropersona p {
    font-size: 1em;
}
.recuadropersona h4 {
    font-size: 1.3em;
	display: inline-block;
	margin-right: 10px;
}
.recuadropersona h5 {
    font-size: 1em;
	font-weight: bold;
}
.recuadropersona .bio {
    display: none;
}
.recuadropersona a, .contautor a {
    text-decoration: none;
    color: inherit;
    padding: 0;
    margin: 0;
}
.xsobra img, .expandido .xsobra img {
    width: 50px;
    height: 50px;
	margin: 0px 10px 10px 0px;
	outline: 1px solid #71dbf0;
}
.xsobra img:hover {
    outline: 5px solid #71dbf0;
}
.mostrandosusobras {
    text-align: center;
    margin-bottom: 1rem;
}
.versusobras {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
    width: 300px;
    z-index: 20;
}
.versusobras span {
    color: #3a95bb;
    border: 1px solid #3a95bb;
	background: #b2d9d2;
    text-align: center;
    padding: 4px 8px;
	font-weight: bold;
}
.versusobras span:hover {
    color: #fff;
    background: #3a95bb;
}
.mostrandosusobras{
	display: none;
}
.mostrandosusobras span {
    color: #fff;
    background: #3a95bb;
    text-align: center;
    padding: 4px 8px;
}
.fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    /* background: rgb(43, 150, 137); */
    /* background: linear-gradient(180deg, rgba(43, 150, 137, 0) 0%, rgba(43, 150, 137, 1) 100%); */
    background: rgb(214, 233, 229);
    background: linear-gradient(180deg, rgba(214, 233, 229, 0) 0%, rgba(214, 233, 229, 1) 75%);
    pointer-events: none;
    /* border-bottom: 1px solid #FFCC00; */
    /* margin-bottom: 40px; */
}
.expandido .fade-overlay {
    display: none;
}
.susobras {
	display:none;
}
.biocorta {
    max-height: 170px;
    overflow: hidden;
}
.expandido .biocorta {
	margin-left: 220px;
    max-height: 100%;
    overflow: visible;
}
.expandido .susobras, .expandido .mostrandosusobras {
	display:block;
    margin-left: 220px;
	text-align: left;
}
.expandido .versusobras {
	display:none;
}
.mas {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
    background-image: url(../img/add-circle-outline.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(86%) sepia(21%) saturate(818%) hue-rotate(324deg) brightness(96%) contrast(93%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
/* //////////////// slider //////////////*/
.slick-slide img {
    width: 100%;
}
.slide-text {
    background: #feeb23;
    padding: 5px 10px;
    color: #FFF;
    text-align: left;
}
.slick-track{/*centra horizontal y verticalmente*/
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.slider-nav img {
    object-fit: cover;
    width: 60px!important;
    height: 60px!important;
	border:1px solid #CCC;
	cursor:pointer;
}
.slider-nav.slider img {
    object-fit: contain!important;
	background: #FFFFFF;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 5;
    top: 45%;
    cursor: pointer;
    width: 30px;
    height: 30px;
    outline: none;
    color: transparent;
    background-color: #ffffff36;
    border: 1px solid #000;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	filter: invert(98%) sepia(0%) saturate(0%) hue-rotate(23deg) brightness(102%) contrast(105%);
}
.slick-prev {
    left: 5px;
}
.slick-next {
    right: 5px;
}
.slick-prev:hover, .slick-next:hover {
	filter: invert(9%) sepia(100%) saturate(4952%) hue-rotate(352deg) brightness(104%) contrast(93%);	
}
.slick-prev {
    background-image: url(../img/anterior.svg);	
}
.slick-next {
    background-image: url(../img/siguiente.svg);
}
/* //////////////// slider //////////////*/
.slider {
    width: 100%;
    /* height: 60%; */
    margin: 0px auto;
    /* margin: 20px auto; */
    background: white;
    text-align: center;
}
.max500 {
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px;
}
.max600 {
    width: 100%;
    max-width: 600px;
    margin-bottom: 10px;
}
.alinearDerecha {
    float: right;
    margin: 15px 0 15px 45px;
}
.footer {
    background-color: #ffffff;
    margin-top: 3rem;
    font-size: .975em;
    border-top: 2px solid #71dbf0;
}
.contenedorlogos {
    padding: 10px 0;
}
.contenedorlogos a {
    text-decoration: none;
}
img.logos, img.logosinicio {
    height: 120px;
    padding: 20px;
    background: #ffffff08;
    margin: 2px 10px;
	/*filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(48deg) brightness(162%) contrast(45%);*/
	/*transition: 0.5s;*/
}
img.logosinicio {
    filter: invert(1);
    height: 120px !important;
}
img#puertos {
    /*max-width: 450px;
    height: auto;
    position: relative;
    top: 25%;
    transform: translateY(-25%);*/
}
img#puertos3 {
    max-width: 220px;
}
img#puertos4 {
    max-width: 220px;
    height: auto !important;
    filter: invert(1);
    position: relative;
    top: 30%;
    transform: translateY(-30%);
}
.logos:hover{
	/*filter: none;*/
	background: #ffffff;
	outline: 1px solid #71dbf0;
}
.redesbar {
    background: aliceblue;
    padding: 10px;
    box-shadow: 1px -1px 3px 1px rgba(0, 0, 0, .11);
}
.bg-dark {
    border-bottom: 1px dashed #ccc;
    outline: 6px solid #444;
}
.scroll-down {
  position: fixed;
  right: clamp(12px, 3vw, 24px);
  bottom: clamp(12px, 3.5vw, 24px);
  width: clamp(48px, 6.5vw, 72px);
  height: clamp(48px, 6.5vw, 72px);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(180deg, #0ea5ff, #3b82f6);
  box-shadow: 0 8px 20px rgba(14, 165, 255, 0.18);
  border: none;
  cursor: pointer;
  z-index: 9999;
  -webkit-tap-highlight-color: transparent;
  transition: transform 220ms cubic-bezier(.2,.9,.3,1), box-shadow 220ms;
  animation: pulse-scale 1.9s ease-in-out infinite alternate;
}

/* Hover / Focus */
.scroll-down:hover,
.scroll-down:focus {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 28px rgba(14,165,255,0.28);
}

/* Foco accesible */
.scroll-down:focus-visible {
  outline: 3px solid rgba(255,255,255,0.12);
  outline-offset: 4px;
}

/* flecha SVG */
.scroll-down svg {
  width: 46%;
  height: 46%;
  display: block;
}

/* Animación */
@keyframes pulse-scale {
  0%   { transform: scale(0.96); }
  100% { transform: scale(1.12); }
}

/* Respeta prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .scroll-down {
    animation: none;
    transition: transform 160ms;
  }
}

/* Efecto de luz detrás (opcional) */
.scroll-down::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.06), transparent 40%);
  pointer-events: none;
  opacity: 0.9;
  mix-blend-mode: overlay;
}
.contenedorubi {
    width: 100%;
    height: 320px;
    background-size: cover;
    /*background-position: center bottom;*/
	background-position: 100% 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Alinea contenido al fondo del contenedor */
	position:relative;
}
.contenedorubinodisp {
    width: 100%;
    height: 320px;
    background-position: center bottom;
    background: #033d4b url(/img/nostra-et-mundi-logo2.png) repeat;
    /* background-blend-mode: exclusion; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
.contenedorubipeq {
    width:100%;
	height:320px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
.contenedorubinodisppeq {
    width:100%;
	height:320px;
	background: url(/img/imagotipo2.png) repeat;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	background-color: #3a95bb;
}
/* Estilos para copyright */
.copyrightubi {
    font-size: 0.7rem;
    line-height: 0.9rem;
    text-align: right;
    /* padding: 5px; */
    position: absolute;
    color: white;
    top: 0;
    max-width: 200px;
    right: 0;
}
.copyrightubi span {
    background: #00000085;
}

.tituloubicacion {
    background: rgba(36, 92, 104, 0.65);
    color: white;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between; /* Texto a la izquierda y thumbs a la derecha */
    align-items: flex-start; /* Alinea el contenido al inicio del div */
    width: 100%;
    position: relative;
}

.tituloubicacion h1, 
.tituloubicacion h4 {
    margin: 0;
    padding: 0;
    text-align: left; /* Alinear texto a la izquierda */
}

.tituloubicacion h4 {
    margin-top: 5px;
}
.ubitext {
    text-align: left;
	max-width: 80%;
}
.ubitext h1 {
    line-height: 2.4rem;
}
.ubitext h6 {
    text-transform: uppercase;
}
/* Estilos para los thumbs */
.thumbsubicaciones {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}

.thumbgalubi {
    margin: 0 0 0 10px;
    display: inline-block;
    border: 1px solid #CCC;
}

.thumbgalubi img {
    object-fit: cover;
    width: 100px;
    height: 100px;
}

.titulopagina {
    /* background: rgba(36, 92, 104, 0.65); */
    color: #212529;
    /* padding: 10px; */
    /* box-sizing: border-box; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: flex-start; */
    width: 100%;
    border-bottom: 2px solid #71dbf0;
    margin-bottom: 1rem;
    /* position: relative; */
}
.titulopagina h1 {
    margin-bottom: 0rem;
	color:#71dbf0;
	font-weight:normal;
}
.titulopagina h4 {
    font-size: 1.4rem;
}
.filtrosseleccionados {
    /* border-bottom: 1px solid #CCC; */
    margin: 18px 0 20px 0;
}
.filtrobtn {
    display: inline-block;
    background: rgb(40 109 112);
    color: #FFF;
    padding: 5px;
    border-radius: 6px;
    margin: 5px 10px 5px 0;
    cursor: default;
    font-weight: bold;
    text-transform: uppercase;
}
.filtrobtn span {
    font-weight: normal;
    text-transform: initial;
}
.cerrarfiltro {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #b2d9d2;
    color: #636863;
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    border-radius: 100%;
    text-align: center;
}
.cerrarfiltro:hover {
    background: #bf1522;
	color:#FFFFFF;
}
#galeria h1, #galeria h2, #galeria h3 {
    display: inline;
}
#galeria h2 {
    border-left: 1px solid #CCC;
    margin-left: 15px;
    padding-left: 12px;
}
#galeria h3 {
    border-left: 1px solid #CCC;
    margin-left: 15px;
    padding-left: 12px;
	font-size: 1.4em;
}
/*.footertopcont{
	background: #000; 
}
.footertop{
	background-image: url(https://nostraetmundi.com/wp-content/uploads/NOSTRA-ET-MUNDI-valladolid.jpg);
    background-position: top center;
    background-size: cover;
    opacity: 1;
    mix-blend-mode: overlay;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}*/
.footertextcont{
	display: flex;
    justify-content: center;
    align-items: center; 
}
.footertext{
	color: #FFF;
    text-align: left;
    border-left: 3px solid #b2d9d2;
    padding: 20px 25px 10px 25px;
}
.textocreditos {
    margin-top: 20px;
    color: #71dbf0;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.3rem;
    /* font-weight: bold; */
}

.box {
    background: #000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    color: white;
}

.box .img {
  background: url(https://nostraetmundi.com/wp-content/uploads/NOSTRA-ET-MUNDI-valladolid.jpg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(30%);
}


.bottombar {
    background: #0072bb;
    padding-top: 7px;
    padding-bottom: 7px;
}
.bottombar a{
    color: #ffffff;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
	font-size: 0.9em;
}
.bottombar a:hover{
    color:#71dbf0;
	text-decoration:underline;
}
.copyrightbar {
    background: #3a95bb;
    color: #b2d9d2;
    padding: 10px;
    font-size: 0.8rem;
}
.copyrightbar a {
    color: #ccc9c9;
}
#redessociales {
	border-bottom: 1px solid #3a95bb;
    margin-bottom: 10px;
    background: #b2d9d2;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #000000;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .11);
    font-weight: bold;
}
#redessociales2 {
    font-weight: bold;
    text-align: end;
	height: 35px;
	padding-top: 4px;
}
#redessociales2 .btn-rrss {
    padding: 0;
    margin-left: 10px;
}
.btn-rrss {
    width: 20px;
    height: 20px;
    display: inline-table;
    margin-left: 20px;
    transition: 0.5s;
}
.btn-rrss:hover {
    transform: scale(1.5) !important;
    transition: 0.2s;
}
.btn-rrss img {
    height: 20px;
    width: 20px;
}
.rol {
    color: #71dbf0;
    font-weight: bold;
    font-size: 1em;
}
.imagenautor {
    /*display: inline-block;
    width: 20%;
	vertical-align: middle;*/
    max-width: 25%;
    align-self: start;
}
.bloqueautor {
    border: 1px solid #CCC;
    padding: 0px 10px 0px 0px;
    margin-bottom: 25px;
    transition: 0.5s;
    background: #b2d9d2;
    display: block;
    text-decoration: none;
}
a.bloqueautor {
    color: #3a95bb;
}
.bloqueautor .right {
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
    width: calc(100% - 85px);
}
.bloqueautor .left {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    height: 75px;
    width: 75px;
}
.bloqueautor:hover {
	color: #3a95bb;
    background: #71dbf0;
	transition: 0.5s;
}
.bloqueautor h4 {
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin-bottom: .3rem;
}
.bloqueautor h4 span {
    color: #71dbf0;
    transition: 0.6s;
}
.bloqueautor h6 {
    color: #343434;
	transition: 0.6s;
	font-size: 0.9rem;
}
.bloqueautor:hover h6 {
    color: #3a95bb;
	transition: 0.4s;
}
.bloqueautor:hover h4 {
    color: #ffffff;
	transition: 0.4s;
}
.bloqueautor:hover h4 span {
    color: #ffffff;
	transition: 0.4s;
}




a.btnlocation {
    position: relative;
    overflow: hidden;
    background: white;
    text-align: left;
    text-decoration: none;
    color: #343434 !important;
    padding: 2px;
    display: block;
    transition: color 0.5s ease;
    border-left: 5px solid #71dbf0;
    border-top: 1px solid #d8d8d8;
    /* border-bottom: 1px solid #ccc; */
    z-index: 0;
    margin-bottom: 5px;
}

a.btnlocation::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #71dbf0;
    transition: width 0.5s ease-in-out;
    z-index: 0;
}

a.btnlocation > * {
    position: relative;
    z-index: 1;
}

a.btnlocation:hover::before {
    width: 100%;
}

a.btnlocation:hover {
    color: #0072bb !important;
}


.btnlocation:hover {
	color: #ffffff;
    background: #3a95bb;
	transition: 0.5s;
}
.btnlocation h4 span {
    color: #343434;
	transition: 0.6s;
}
.btnlocation h4 {
    font-size: 1.3em;
    margin-bottom: 0.1rem;
    line-height: 1.1rem;
    font-weight: 600;
	font-family: "Ancizar Serif", serif;
}
.btnlocation h6 {
    color: #343434;
    font-size: 0.8em;
    transition: 0.6s;
    font-weight: normal;
    margin-bottom: 0.2rem;
}
.btnlocation:hover h6, .btnlocation:hover h4 span {
    color: #ffffff;
	transition: 0.4s;
}
.btnlocation h6 span {
    font-size: 0.6rem;
    text-transform: uppercase;
}
.btnlocation.oculto {
    display:none;
}

.left {
    display: table-cell;
    /* vertical-align: text-bottom; */
    /* margin-right: 10px; */
    /* height: 45px; */
    width: 68px;
    /* margin: 5px; */
    /* padding-bottom: 7px; */
}
.left img {
    padding: 6px;
}
.right {
    display: table-cell;
    vertical-align: middle;
    padding-top: 2px;
}
.gris {
    filter: invert(91%) sepia(0%) saturate(3%) hue-rotate(83deg) brightness(91%) contrast(92%);
}
.verde {
    filter: invert(32%) sepia(8%) saturate(3055%) hue-rotate(144deg) brightness(95%) contrast(84%);
}
span.iluminado {
    background: #3a95bb;
    color: #FFF;
    padding: 1px 3px;
    border-radius: 3px;
	display: inline-block;
    margin-top: 1px;
    margin-bottom: 1px;
}
span.iluminado2 {
    background: #aec1e3;
    padding: 1px 3px;
    margin-left: 4px;
    border-radius: 3px;
	display: inline-block;
    margin-top: 1px;
    margin-bottom: 1px;
}
span.iluminado3 {
    background: #bccff1;
    padding: 0px 3px;
	border-radius: 3px;
	display: inline-block;
    margin-top: 1px;
    margin-bottom: 1px;
}
.pswp__dynamic-caption span.iluminado, .pswp__dynamic-caption span.iluminado2, .pswp__dynamic-caption span.iluminado3 {
    background: none;
}
.pswp__dynamic-caption h6 {
    color: #CCC;
    font-size: 0.9em;
}
.mas{
	position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
    background-image: url(../img/add-circle-outline.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(86%) sepia(21%) saturate(818%) hue-rotate(324deg) brightness(96%) contrast(93%);
	opacity:0;
	transition: all 0.5s ease-in-out;
}
.expandido > .mas, .expandido:hover > .mas{
	opacity:0;
}
.expandido img {
    width: 200px;
    height: 200px;
}
.expandido{
    font-size:1rem;
	background: #b2d9d2 !important;
	cursor:auto;
}
.expandido .bio {
    display: block;
	margin-left: 220px;
    margin-right: 10px
}
.expandido .orcid {
    width: 25px;
    height: 25px;
    vertical-align: sub;
}
/*.expandido .biocorta {
    display: none;
}*/
.row [class*='col-'] {
    transition: all 0.5s ease-in-out;
}
.container {
    /*transition: flex 0.5s ease-in-out, max-width 0.5s ease-in-out;
    */
    transition: flex 0.75s cubic-bezier(0.23, 1, 0.32, 1),
        max-width 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
.wrapper .icono {
	position: absolute;
    width: 22px;
    height: 22px;
    margin-left: 6px;
	filter: invert(52%) sepia(6%) saturate(13%) hue-rotate(335deg) brightness(94%) contrast(88%);
}
input:focus + .llave, input:focus + .correo {
	filter: invert(11%) sepia(95%) saturate(6520%) hue-rotate(354deg) brightness(74%) contrast(90%);
}
.wrapper {
    max-width: 350px;
    /* min-height: 500px; */
    margin: 80px auto;
    padding: 40px 30px 30px 30px;
    background-color: #0072bb;
    border-bottom: 15px solid #71dbf0;
    border-radius: 15px;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}
.wrapper .navbar-brand {
    overflow: auto;
	margin-right:0;
}
.wrapper .navbar-brand img{
    overflow: auto;
	height: 80px;
	height: 65px;
    filter: none;
}
.textologo {
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2rem;
    vertical-align: middle;
    color: #3a95bb;
    margin-left: 1px;
    letter-spacing: 0.1rem;
    text-align: center;
}
.textologo span {
    display: block;
}
.wrapper .name {
    font-size: 1rem;
    color: #676767;
}

.wrapper .form-field input {
    width: 100%;
    display: block;
    border: none;
	margin-left: 26px;
    outline: none;
    background: none;
    /*font-size: 1.2rem;*/
    color: #666;
    padding: 10px 15px 10px 10px;
    /* border: 1px solid red; */
}

.wrapper .form-field {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}

.wrapper .form-field .fas {
    color: #555;
}

.wrapper .btn {
    box-shadow: none;
    width: 100%;
    height: 40px;
	background-color: #71dbf0;
    color: #fff;
    /*border-radius: 25px;*/
    /*box-shadow: 3px 3px 3px #b1b1b1,
        -3px -3px 3px #fff;*/
    letter-spacing: 1.3px;
}

.wrapper .btn:hover {
    background-color: #01dbf0;
}
#mensaje {
    color: #bf1522;
	word-wrap: break-word;
}
#mensaje p {
    font-size: 0.9rem;
}
.wrapper a {
    text-decoration: none;
    font-size: 0.8rem;
    color: #03A9F4;
}

.wrapper a:hover {
    color: #039BE5;
}
.correo {
    background: url(../img/mail-outline.svg) no-repeat center;
    background-size: contain;
    background-origin: content-box;
}
.llave {
    background: url(../img/key-outline.svg) no-repeat center;
    background-size: contain;
    background-origin: content-box;
}
/* Filtro básico: Aumenta contraste y brillo para resaltar negro sobre oscuro */
.openseamap-filtered {
filter: 
    drop-shadow(2px 0 0 rgba(255, 255, 255, 0.6))
    drop-shadow(-1px 0 0 rgba(255, 255, 255, 0.6))
    drop-shadow(0 2px 0 rgba(255, 255, 255, 0.6))  
    drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.6));
}
.leaflet-tile-container {
    /*filter: invert(85%) sepia(20%) saturate(300%) hue-rotate(140deg) brightness(95%) contrast(90%);*/
	/*filter: invert(0%) sepia(20%) saturate(300%) hue-rotate(940deg) brightness(95%) contrast(90%);*/
	/*filter: invert(0%) sepia(28%) saturate(350%) hue-rotate(217deg) brightness(95%) contrast(110%);*/
	/*filter: invert(0%) sepia(0%) saturate(218%) hue-rotate(164deg) brightness(100%) contrast(100%);*/
	/*filter: invert(0%) sepia(0%) saturate(418%) hue-rotate(185deg) brightness(100%) contrast(100%);*/
	/*filter: invert(90%) sepia(20%) saturate(250%) hue-rotate(180deg) brightness(80%) contrast(110%);*/
	/*filter: invert(80%) sepia(60%) saturate(300%) hue-rotate(330deg) brightness(95%) contrast(105%);*/
	/*filter: invert(100%) sepia(10%) saturate(200%) hue-rotate(220deg) brightness(85%) contrast(120%);*/
	/*filter: invert(100%) sepia(0%) saturate(750%) hue-rotate(540deg) brightness(80%) contrast(120%);*/
	/*filter: invert(100%) sepia(60%) saturate(550%) hue-rotate(540deg) brightness(160%) contrast(100%);*/
}
.leaflet-popup-content-wrapper {
    border-radius: 0px 0 14px 14px;
	padding: 1px 0;
}
img.mapthumb {
    max-width: 250px;
	min-height: 250px;
}
.mapthumb {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.05);
  transition: opacity 0.6s ease-out, filter 0.8s ease-out, transform 0.8s ease-out;
}
.mapthumb.loaded {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.leaflet-popup-content {
	font-family: 'Ubuntu', sans-serif;
    margin: 0;
    width: 250px;
}
.leaflet-popup-content h4 {
    padding: 0 7px 0 7px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 19px;
    font-family: "Ancizar Serif", serif;
}
.leaflet-popup-content h5 {
    padding: 0 8px;
    font-size: 13px;
    margin-bottom: 5px;
}
.leaflet-popup-content h6 {
    padding: 0 8px;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 7px;
	margin-bottom: 0px;
}
.leaflet-popup-content .cuadrado {
    margin-top: 0;
}
.leaflet-popup-pane {
    z-index: 900;
}
.mapaficha .leaflet-popup-content-wrapper {
    border-radius: 0!important;
}
.mapaficha .leaflet-popup-content {
    margin: 10px!important;
}
.mapaficha .leaflet-popup-content h5 span {
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    background: #3a95bb;
    padding: 2px;
}
.mapaficha .leaflet-popup-content h6 {
    color:#3a95bb;
	font-size: 14px;
}
.mapaficha .leaflet-popup-content h6 span {
    font-style: italic;
    font-size: 0.9em;
    display: block;
}

.masinfo {
    padding: 6px;
    margin: 6px 5px 5px 5px;
    display: block;
    font-size: 0.9rem;
    border-radius: 10px;
    background: #0072bb;
    color: #f5f5f5 !important;
    text-decoration: none;
    /*border: 1px solid #3a95bb;*/
    font-weight: bold;
    transition: 0.5s;
}
.masinfo:hover {
    background: #71dbf0;
    color: #0072bb!important;
    transition: 0.5s;
}
.leaflet-top.custombtn {
    top: 10px;
}
.leaflet-right.custombtn {
    right: 10px;
}
.ampliar {
    pointer-events: auto;
    background: #3a95bb;
    color: #fff!important;
    padding: 2px 7px 2px 5px;
    font-size: 1.2em;
    display: inline-block;
    text-decoration: none;
	transition: 0.5s;
}
.ampliar:hover {
    background: #71dbf0;
    transition: 0.5s;
}
.icono_ampliar {
    background: url(../img/enlarge.svg) no-repeat center;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(104%);
    margin-right: 4px;
    margin-bottom: 2px;
    display: inline-block;
    width: 23px;
    height: 16px;
    vertical-align: middle;
}
.obrainfo {
    color: #5a5a5a;
    border-bottom: 1px dashed #5a5a5a;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
#sidebarMenu.collapse{left:-340px;transition:0.6s;}
#sidebarMenu.in{display:block!important;left:0px!important;-webkit-transition-delay:0.8s;transition-delay:0.8s;}
#sidebarMenu.collapsing{display:block!important;transform:scale(0.706) skew(25deg) translate(96px);width:50px;left:-340px;}
main p {
    text-align: justify;
}
}
@media (min-width: 992px) and (max-width: 1400px) {
.logoscontacto img.logos {
    height: 109px;
}
}
@media (max-width: 1200px) {
.thumbgalubi img {
    object-fit: cover;
    width: 70px;
    height: 70px;
}
}
@media (max-width: 767.98px) {
	main.paginaubicacion + .footer {
    margin-top: 5px;
	}
	main.paginaubicacion {
    margin-top: 64px;
}
  .sidebar {
    top: 5rem;
  }
.contautor {
	max-width: 100%;
}
.mas {
    right: auto;
    left: 12px;
    top: 15px;
    height: 25px;
    width: 25px;
    background-color: #88898a;
}
}
@media (max-width: 991px) {
	.expandido .bio {
    display: block;
    margin-left: 0;
    text-align: left;
    margin-right: inherit;
	}
	.expandido img {
		width: 150px;
		height: 150px;
	}
	.expandido .susobras, .expandido .mostrandosusobras {
		margin-left: 0;
	}
	.expandido .biocorta {
		margin-left: 0;
	}
	button.btn.btn-primary.opcionesmapa {
    font-size: 0.775rem;
	}
	.copyrightbar {
    padding-bottom: 40px;
	}
	.alberga h5, .albergo h5, .pasaron h5, .salieron h5, .destinofinal h5 {
    font-size: 1.1rem;
	padding-left: 0;
	}
	.col-4.albergo, .col-xl-4.albergo, .col-4.salieron, .col-xl-4.salieron, .col-4.salieron, .col-xl-4.alberga {
		border-right: none;
		border-bottom: 2px solid #ff0000;
		margin-bottom: 0.7rem;
	}
	.col-4.pasaron, .col-xl-4.pasaron {
		border-right: none;
		border-bottom: 2px solid #efab1e;
		margin-bottom: 0.7rem;
	}
	.col-4.salieron, .col-xl-4.destinofinal {
		border-right: none;
		border-bottom: 2px solid #2a626f;
		margin-bottom: 0.7rem;
	}	
	.thumbgalubi {
    margin: 0 0 5px 10px;
	}
	.thumbgalubi img {
    width: 50px;
    height: 50px;
	}
	.ubitext h1 {
    line-height: 1.8rem;
	}
	img.mapthumb {
    max-width: 160px;
	max-height: 160px;
	}
	.leaflet-popup-content {
    margin: 0;
    width: 160px;
	}
	.leaflet-popup-content h4 {
    font-size: 16px;
	}
	.leaflet-popup-content h5 {
    font-size: 11px;
	}
	.masinfo {
    padding: 5px;
    font-size: 0.8rem;
	}
	#locationslist.sidebarcontent {
    overflow-y: auto;
	}
	.carousel {
		height: calc(100vh - 135px);
	}
	.carousel-item img {
    width: 100vw;
    height: calc(100vh - 135px);
    object-fit: cover;
    object-position: 50% 50%;
	}
	.intro .contenedorlogos {
    padding: 0;
	}
	.intro img.logos {
    height: 60px;
	padding: 5px;
    margin: 5px 2px;
	}
	main.home {
		margin-top: 0;
	}
	#leermas {
    background: #3a95bb;
    border-radius: initial;
    color: #FFF;
	}
	.sidebarcontent {
    overflow-y: hidden;
	}
	#authorinfo.sticky-top {
    margin-left: 0;
    max-height: 600px;
	transition: 1s;
	top: initial;
	}
	#authorinfo.open {
    /* background: aqua; */
    max-height: fit-content;
    transition: 1s;
	}
	ul.navbar-nav.navbar-right {
    margin-bottom: 20px;
	}
	#selectoridioma {
    margin-top: 10px;
	}
	.input-busqueda {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
	}
	.input-busqueda.typeahead {
    position: absolute;
    top: 0px;
    left: 0;
    flex-flow: inherit;
    width: 100%;
    padding: 10px;
	margin-top: 0;
	background: #3a95bb;
	}
	.input-busqueda.typeahead > .lupa {
    top: 19px;
    left: 16px;
	}
	#resultados-typeahead-cont {
    top: 59px;
    z-index: 3000;
	}
	.thumbgal {
		margin: 15px 15px 0 0;
	}
	.thumbgal img {
		width: 50px;
		height: 50px;
	}
}
@media (min-width: 992px){
	/*.carousel-item {
		height: 100vh;
	}*/
	.idioma{
		margin-left: 15px;
	}
	/*.carousel {
		height: calc(100vh - 208px);
	}*/
	.carousel-item img {
    width: 100vw;
    /*height: 100vh;*/
		height: calc(100vh - 127px);
    object-fit: cover;
    object-position: 50% 50%;
	}
	.intro{
		background: #3a95bbe8;
		position: relative;
		z-index: 10;
	}
	.intro .contenedorlogos{
		padding:0;
	}
	nav.sticky-top.bg-light.trans {
		background: #ffffffc4!important;
	}
	main.home {
		margin-top: 0;
	}
	main.inicio {
    margin-top: 20px;
	}
	.navbar.submenuopen + #resultados-typeahead-cont + main {
    margin-top: 112px;
	transition:0.5s;
	}
	.navbar.sticky-top.submenuopen + #resultados-typeahead-cont + main {
    margin-top: 22px;
	transition:0.5s;
	}
	.navbar.submenuopen + #resultados-typeahead-cont {
    margin-top: 30px;
	transition:0.5s;
	}
	.dropdown-item.active, .dropdown-item:active {
    background-color: #71dbf0;
	}
	ul.dropdown-menu.horizontal.show {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
	border-bottom: 1px solid #d1d3d8;
	}
	/*ul.navbar-nav.navbar-right {
    margin-left: 2rem;
	}*/
	.navbar-expand-lg .navbar-nav .nav-link {
    /*padding-right: 1rem;*/
    padding-left: 2rem;
	}
	.dropdown-menu.horizontal {
    background: none;
    border: none;
    border-top: 1px solid #d0d0d0;
    border-radius: 0;
    /* margin: 0; */
    padding: 0;
	}
	.dropdown-item.horizontal {
    padding: 3px 12px 0px 12px;
	}
	#legaltitle.sticky-top {
    top: 95px;
	border-right: 1px solid #CCC;
	height: calc(100vh - 120px);
	}
		
}
@media (min-width: 1800px){
#gal .img-fluid {
    max-width: initial;
}
.copyright {
    justify-content: flex-start;
    margin-bottom: 5px;
	opacity:0;
}
.imagenessecundarias {
    margin-top: 20px;
	opacity:0;
}
#authorsoptions, #searchsoptions, #locationsoptions {
    margin-left: 20px;
}
}
@media (max-width: 550px) {
	.contenedorubinodisp {
    background-size: contain;
	}
}
@media (max-width: 400px) {
	.carousel {
		height: calc(100vh - 130px);/*185*/
	}
	.carousel-item img {
    width: 100vw;
    height: calc(100vh - 130px);/*185*/
    object-fit: cover;
    object-position: 50% 50%;
	}
	.intro .contenedorlogos {
    padding: 0;
	}
	.intro img.logos {
    height: 56px;
	padding: 5px;
    margin: 5px 2px;
	}
}

@media (min-width: 992px) and (max-width: 1235px) {
	.nav-link span{
		display:none;
	}
	#selectoridioma span{
		display: inline-block;
	}
}
@media (min-width: 991px) and (max-width: 1070px) {
  .navbar .form-control {
    width: 170px;
  }
}
@media (max-width: 991px) {
	#map {
    width: 100%;
    height: calc(100vh - 240px);
	margin-bottom:15px;
	}
}
@media (min-width: 1400px) { /* breakpoint xxl */
  .col-xxl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}