/*@charset "UTF-8";
@font-face {
  font-family: "gill-sans-nova";
  src: url("../fonts/GillSans.eot");
  src: url("../fonts/GillSans.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSans.woff2") format("woff2"), url("../fonts/GillSans.woff") format("woff"), url("../fonts/GillSans.ttf") format("truetype"), url("../fonts/GillSans.svg#GillSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/
body {
  font-family: 'gill-sans-nova', sans-serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  /*font-size: 1.1rem;*/
}
b, strong {
    font-weight: 600;
}
h1,h2,h3,h4,.trajan{
font-family: 'gill-sans-nova', sans-serif;
}
h1 span {
    display: block;
    font-family: 'gill-sans-nova';
    text-transform: initial;
    font-size: 0.5em;
}
a img {
    border: none;
}
a {
    /*color: #007bff;*/
	
	color:#1D1D1B;
}
a:hover, a.active, p a {
color: #cb0057;
}
#contficha a{
color: #cb0057;
}
#contficha p {
    text-align: justify;
}
.logo {
	position: relative;
    /*height: 65px;*/
	transition: all .2s ease;
	/*border-bottom: 1px solid #f2f2f2;*/
	z-index: 9999;
}
.navbar-brand img {
    /*width: 168px;*/
	height: 156px;
	transition: all .2s ease;
}


.modal-dialog {
    width: 1200px;

    /* For responsive */
    max-width:90%;
    min-width:600px;
	margin-top: 60px;
}
.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 0 0.2rem 0;
	padding:0;
	transition: all .2s ease;
}
#flotante {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    padding: 10px 20px 0px 20px;
    width: 700px;
    /* max-height: 700px; */
    height: 100%;
    /* margin-top: 40px; */
    z-index: 1200;
	opacity:0;
}
#flotante .img-responsive {
    margin: 0 auto;
    margin-bottom: 16px;
}
#flotante .gobierno img {
    height: 78px;
}
#flotante .masinfo {
    padding: 10px 30px;
    margin-left: 10px;
    margin-right: 10px;
	cursor:pointer;
}
#flotante .logos {
    border-top: 1px solid #CCC;
}
.logoinicio{
	max-width:60%!important;
}
.contscroll {
    /*max-height: 500px;*/
    overflow-y: auto;
    /*margin-bottom: 15px;*/
    border-bottom: 1px solid #CCC;
	text-align: justify;
    padding-right: 5px;
}
.lang ul {
    display: flex;
	justify-content: flex-end;
	list-style: none;
	/*margin:0;*/
	margin: 5px 9px 0 0;
}
.lang li {
    position: relative;
    padding-left: 18px;
}
.lang a {
    text-transform: uppercase;
    color: #999;
}
.lang .current-lang a, .lang a:hover {
    color: #333;
}
.lang .current-lang a {
    font-weight: 600;
}
.lang li:last-child:before {
    content: "/";
    position: absolute;
    left: 4px;
    opacity: 0.3;
}
.flex {
    display: flex;
}
.item-middle {
    -ms-flex-align: center;
    align-items: center;
}
.item-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.item-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.item-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
}
.row.gap > div {
    padding-left: 0.75rem;
}
.no-btn, .no-btn:hover, .no-btn:disabled {
    box-shadow: none !important;
    color: #1D1D1B !important;
    background: transparent !important;
    opacity: 1 !important;
    border: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
    min-width: auto !important;
    text-transform: inherit !important;
    font-family: inherit !important;
	margin: 3px 0 0 9px;
}
.ocultar {
    display: none !important;
}
#flotante .acceso {
    height: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#flotante h3 {
    font-size: 1.4em;
}
#flotante .derechos{
	background: none;
    border-top: 1px solid #CCC;
    padding-top: 30px;
	color: #838383;
    font-size: 11px;
}
#flotante .derechosmob {
	background: none;
    border: 1px solid #CCC;
    padding: 20px;
    font-size: 12px;
}
#flotante .derechosmob {
	margin-bottom:15px;
}
#flotante .bloqueinf {
    position: absolute;
    bottom: 10px;
    right: 20px;
    left: 20px;
}
#flotante .gobierno {
    margin: 20px 15px;
}
.galerias.sticky-top{
top:120px;
}
.seleziona.sticky-top {
    top: 81px;
}
/*
[data-orientacion="vertical"] img{
    max-height: 280px;
    width: auto;
	border:1px solid #CCC;
}
[data-orientacion="horizontal"] img{
    max-height: 280px;
    width: auto;
	border:1px solid #CCC;
}
.slider-nav img {
    object-fit: cover;
    width: 60px!important;
    height: 60px!important;
	border:1px solid #CCC;
	cursor:pointer;
}
.slider-nav.fotogrametria-nav img {
    object-fit: contain!important;
	background: #FFFFFF;
}*/
/* si solo hay un thumb, no mostrar la nav */
/*.fotogrametria-nav :only-child {
    display: none; //no funca
}*/
.slider-nav img {
    object-fit: cover;
    width: 40px!important;
    height: 40px!important;
    /* border: 1px solid #CCC; */
    cursor: pointer;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    color: #343a40;
    background-color: #343a40;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.slick-prev {
    left: 5px;
}
.slick-next {
    right: 5px;
}
.slick-prev {
    background-image: url(/img/anterior.png);
}
.slick-next {
    background-image: url(/img/siguiente.png);
}
.imagenes-nav, .imagenes-main, .fotogrametria-nav, .fotogrametria-main{
visibility:hidden;
opacity:0;
transition: opacity 1s ease;
-webkit-transition: opacity 1s ease;
}
.imagenes-nav.slick-initialized, .imagenes-main.slick-initialized, .fotogrametria-nav.slick-initialized, .fotogrametria-main.slick-initialized{
visibility: visible;
opacity: 1;
}
.navbar{
position: initial;
padding: 0 1rem;
border-bottom: 1px solid #cb0057;
}
/*nav .navbar-nav.hide{
border-bottom: 1px solid #cafe69;
}*/
.menumin .navbar{
border-bottom: 1px solid #ffffff;
}
.menumin .navbar-nav{
	height: 0;
    padding: 0;
}
.menumin .dropdown-item {
    /*border-bottom: 1px solid #ffffff;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);*/
	border-bottom: 0px solid #fff;
    box-shadow: 1px 9px 12px -8px rgb(0 0 0 / 20%);
}
.menumin .logo .navbar-brand{
padding: 0.15rem 0 0;
}
.menumin .logo .navbar-brand img{
	width: 110px;
    height: 0px;
    position: absolute;
    top: -60px;
    transition: all .2s ease;
}
.menumin .logo{
	transition: all .2s ease;
}
.menumin .logo ~ .navbar{
	border: none;
}
.menumin .logohorizontal{
	opacity: 1;
	/*display:block;*/
    margin-top: 4px;
}
.menumin .btnder {
height:0;
    opacity: 0;
}
.btnder {
    margin-right:-16px;
	text-transform: uppercase;
}
ul#menu-header-3 {
    padding: 0;
    margin: 0;
}
/*.btn.btn-two, .nf-form-content input.btn-two[type=button] {
	padding:0 12px;
    background-color: #F5CEDD;
    color: #000;
    border-color: transparent;
	border-radius: initial;
}
.btn.btn-one, .nf-form-content input.btn-one[type=button] {
	padding:0 12px;
    background-color: #cb0057;
    color: #fff;
    border-color: transparent;
	border-radius: initial;
}*/
.btn-one, .btn-two, .btn-five{
/*height:40px;*/
display:inline-block;
float:left;
margin-bottom: -7px;
}
.btn-two a{
	padding: 10px 24px 6px 24px;
    background-color: #F5CEDD;
    color: #cb0057;
}
.btn-two a:hover{
	opacity: 0.75;
	text-decoration:none;
}
.btn-one a{
	padding: 10px 24px 6px 24px;
    background-color: #cb0057;
    color: #fff;
}
.btn-one a:hover{
    opacity: 0.75;
	text-decoration:none;
}
.btn-five a{
	padding: 10px 24px 6px 24px;
    background-color: #DF6E9B;
    color: #fff;
}
.btn-five a:hover{
    opacity: 0.75;
	text-decoration:none;
}
.slideinizio{
margin-top:232px;
}
.carousel-caption h5 span, .carousel-caption h6 span {
    background: rgb(255 255 255 / 70%);
	padding: 0 4px;
}
.carousel-caption {
    position: absolute;
    right: 22%;
    bottom: 20px;
    left: 22%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
	text-align: left;
}
.topbar {
transition: all .2s ease;
height: 159px;
}
.menumin .topbar {
transition: all .2s ease;
    height: 40px;
}
.logohorizontal{
	position: absolute;
	opacity: 0;
	/*display:none;*/
    margin-top: -42px;
    transition: all .2s ease;
    z-index: 9999;
}
.logohorizontal img {
    height: 30px;
}
.mtop .contficha, .mtop .margensup {
    margin-top: 120px;
}
.vedinonesposte {
    float: right;
    margin-right: 60px;
}
.vedinonesposte a{
	color:#cb0057;
}
/*.logohorizontal.show {
	opacity: 1;*/
	/*display:block;*/
    /*margin-top: 0;
}*/
/*.logo.min .navbar-brand {
    padding: 0.15rem 0 0;
}
.logo.min .navbar-brand img {
    width: 110px;
    height: 0px;
    position: absolute;
    top: -60px;
    transition: all .2s ease;
}
.logo.min{
	transition: all .2s ease;
}
.logo.min ~ .navbar {
    border: none;
}
*/
.navbar-nav>li {
    border-bottom: none;
}
/*
.navbar-nav.hide>li {
    height: 0;
    padding: 0;
}
*/
li.nav-item {
    padding-top: 3px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    /*padding-left: 1.3rem;*/
}
.dropdown-menu {
border:0;
}
.dropdown-item {
    padding: 0;
	border-bottom: 1px solid #cb0057;
}
.dropdown-item.active, .dropdown-item:active,.dropdown-item:focus, .dropdown-item:hover {
    background-color: #fff;
}
.dropdown .dropdown-menu{
text-align: center;
display:block;
margin:0;
  visibility: hidden;
  opacity: 0;
  /*transition: visibility 0s, opacity 0.5s linear;*/
  transition: 0.2s;
}
.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.dropdown:hover .dropdown-menu {	
    display: block;
    /*margin-top: 0;  remove the gap so it doesn't close*/	
	visibility: visible;
  	opacity: 1;
	transition: visibility 0s, opacity 0.2s linear;
 }
.nav-link {
    display: block;
    padding: 0.5rem 1rem 0.3rem 1rem;
}
ul.horizontal {
  display: flex;
  align-content: flex-start;
  padding-left: 1.5rem;
  list-style-type: none;
  height: 40px;
}
ul.horizontal li {
    display: inline-block;
	padding-right: 1.8rem;
	padding-top: 0.65rem;
    /*padding: 10px 16px;*/
    color: #000000;
}
ul.horizontal li:hover {
    color: #b5a395;
	/*background:#FFCC00;*/
	text-decoration:none;
}
.dropdown-menu a {
	text-decoration:none;
}
.fotogrametria-nav{
  display:block;
}
.fotogrametria-nav .slick-track {
    transform: none!important;
}
.imagenes-nav{
  display:block;
}
#religiosa:hover #ulreligiosa {
    display: block;
}
#residencial:hover #ulresidencial {
    display: block;
}
#civil:hover #ulcivil {
    display: block;
}
#militar:hover #ulmilitar {
    display: block;
}

#argelia:hover #ulargelia {
    display: block;
}
#espana:hover #ulespana {
    display: block;
}
#marruecos:hover #ulmarruecos {
    display: block;
}
#portugal:hover #ulportugal {
    display: block;
}
#tunez:hover #ultunez {
    display: block;
}
span.mas {
    /* height: 20px; */
    /* width: 20px; */
    /* background: aquamarine; */
    display: inline-block;
    margin-left: .255em;
    /* vertical-align: .255em; */
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
ul.horizontal li .mas {
    visibility: hidden;
}
ul.horizontal li:hover .mas {
    visibility: visible;
}
.scrollear {
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 917px;
    max-height: 600px;
    height: 600px;
    display: none;
    overflow-y: auto;
}
ul.vertical {
    display: table;
    position: absolute;
	left: 0;
    /*margin-top: 10px;*/
    border-top: 1px solid #CCC;
    white-space: normal;
    /* padding-inline-start: 0; */
    padding: 0;
    list-style-type: none;
    -webkit-padding-start: 0;
}
ul.vertical li {
    width: 300px;
    background: #ffffff;
	color:#000000;
    text-align: left;
	float: left;
	padding:0;
	border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	box-shadow: 6px 10px 10px 0px rgb(0 0 0 / 30%);
}
ul.vertical li:not(:hover) .scrollear {
display:none;
}
ul.vertical li span {
    font-size: 0.7em;
	margin-top: -5px;
    display: block;
}
ul.vertical li.desactivado {
    color: #CCC!important;
}
/*
ul.vertical li a:visited{
	background-color:#FFCC00!important;
	color:#CAFE69;
}*/
ul.vertical li a{
	display: block;
    color: inherit;
    padding: 6px 2px 6px 12px;
    font-size: 0.95em;
    text-decoration: none;
	transition:0.5s
}

ul.vertical li:hover, ul.vertical li a:hover{
	color:#FFF!important;
	background:#b5a395;
}
ul.vertical li.desactivado:hover, ul.vertical li.desactivado a:hover{
	color:#FFF!important;
	background:#c9cace;
	cursor: no-drop;
}
.row.iguales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.iguales.container:before,
.iguales.container:after,
.iguales.row:before,
.iguales.row:after {
   content: normal; /*IE doesn't support `initial`*/
}
.pswp__button--share {
    display: none;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.campo .my-gallery img {
    border: 1px solid #CCC;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 15px 0;
  /*width: 150px;*/
}
.masinfo{
	padding: 10px 93px;
    text-align: center;
    background: #b5a395;
    color: #FFFFFF!important;
    border-radius: 6px;
    font-weight: bold;
}
.masinfo:hover{
background:#f77728;
color:#FFCC00;
}
.vline {
    border-left: 1px solid #999;
    padding-left: 16px;
	text-align: left;
}
.my-gallery figcaption {
    /* display: none; */
    position: relative;
}
.my-gallery.soporte {
    margin-bottom:15px;
}
.my-gallery.filigrana {
    max-width:160px;
}
.alturalimitada figcaption, .noticia figcaption {
    background: #ccc;
    color: #000;
    font-size: 0.9em;
    margin-bottom: 15px;
    padding: 5px;
}
.alturalimitada figure img, .noticia figure img {
    vertical-align: top;
	width: 100%;
}
.alturalimitada figure, .noticia figure {
    position: relative!important;
    width: 100%!important;
    max-width: 400px;
    float: right;
    /* height: auto!important; */
    margin: 20px;
    border: none!important;
}
.notizia img, .alturalimitada img{
    max-width: 100%;
}
i.series {
    font-size: 13px;
    /*line-height: 20px;*/
}
/*figcaption a{
    color: #000!important;
}*/
.related h3 {
    font-size: 1.5em;
}
.related h5 {
    font-family: 'gill-sans-nova';
    font-size: 1.3em;
    margin-top: 0.55rem;
    line-height: 1em;
}
figcaption h4{
  margin-bottom: 0.3rem;
  margin-top: 0.5rem;
  line-height: 0.9em;
}
figcaption h3{
 font-size:13px;
 margin-top: 0;
 margin-bottom:2px;
}
figcaption h3 span{
 margin-bottom:10px;
}
figcaption h5{
  margin-top:0px;
  font-size: 1.15rem;
}
figcaption h5 span {
    display: block;
    color: #716e6e;
    font-weight: bold;
    font-size: 12px;
    margin-top: 2px;
}
figure > figcaption > p, figure > figcaption > h6 {
    display: none;
}
figure > figcaption a > p, figure > figcaption a > h6 {
    display: none;
}
figcaption > button.pswp__button {
    display: none;
}
figcaption > a > button.pswp__button.on {
    /* display: none; */
    background-position: -220px -7px!important;
    width: 30px!important;
    height: 30px!important;
    /* background-size: contain; */
    text-align: left!important;
    text-indent: -9999em;
	margin-left: 10px;
	opacity:0.8;
    /* position: absolute; */
    /* right: 20px; */
    /* bottom: 58px; */
    /* margin-top: -20px; */
}
figcaption > a > button.pswp__button.on.hover{
    /* display: none; */
    background-position: -220px -43px!important;
    width: 30px!important;
    height: 30px!important;
    /* background-size: contain; */
    text-align: left!important;
    text-indent: -9999em;
	margin-left: 10px;
	opacity:1;
    background-color:#e06496;
}
figcaption > a > button.pswp__button.off {
	/*display: none;*/
	background-position: -220px -7px!important;
    width: 30px!important;
    height: 30px!important;
    /* background-size: contain; */
    text-align: left!important;
    text-indent: -9999em;
	margin-left: 10px;
	opacity:0;
}

/*.ver.on, .ver.off {
    display:none;
}*/
figcaption > .ver.on{
pointer-events: none;
    height: 30px;
    width: 30px;
    /* background: #CAFE69; */
    /* position: absolute; */
    /* right: 20px; */
    /* top: 0; */
    /* opacity: 1; */
	background: #885b61 url(../img/lupa.png) 50% 50% no-repeat;
    position: absolute;
    /*background-size: contain;*/
    /* pointer-events: none; */
    transition: 0.5s;
    /* bottom: 30px; */
    right: 0px;
    top: -40px;
}
figcaption > .ver.on.hover{
    height: 30px;
    width: 30px;
	background: #e06496 url(../img/lupa.png) 50% 50% no-repeat;
    position: absolute;
    transition: 0.5s;
    right: 0px;
    top: -38px;
}
figcaption > .ver.off{
opacity:0;
}
.nota{
	color: #000000;
    padding: 10px 0;
    margin-top: 10px;
}
/*
figcaption.ficha {
    background: #CCC;
    padding: 4px;
}
*/
/*
.ficha figure {
font-size: 0.9em;
display:table;
}
.ficha figure img {
display:block;
width:100%;
}

.ficha figcaption {
display: table-caption;
caption-side: bottom;
background: #CCC;
padding: 4px;
}
*/
.ficha figcaption {
display: none;
}
.ficha .pswp__caption__center {
    color: #ffffff!important;
    background: none;
    text-align: center;
}
@keyframes ocultarInfo {
    0%   {opacity:1;}
    100% {opacity:0;}
}
/*ocultar caption al hacer zoom*/
.pswp--zoomed-in .pswp__caption {
  /*opacity: 0;*/
  /*bottom: -200px;*/
  /*-webkit-transition-delay: 2s;*/ /* Safari */
  /*transition-delay: 2s;*/
  animation-name: ocultarInfo;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode:forwards;
}
.pswp__caption__center{
	text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}
.pswp__caption__center a{
color:#fff!important;
text-decoration: underline;
}
.pswp__caption__center p{
margin-bottom: 0;
}

/*
.pswp__caption__center a:hover{
color:red!important;
}
*/
.pswp__caption__center h4 {
    display: inline-block;
	color: #FFF;
	text-decoration: underline;
}
.pswp__caption__center h3 {
font-size:13px;
margin: 0 0 5px 0;
}
.pswp__caption__center h3 span{
display:none;
}
.pswp__caption__center h5 span {
	display:none;
}
.pswp__caption__center h6 {
    display: block!important;
    color: #b5a395;
    font-weight: bold;
    font-size: 1em!important;
}
.pswp__caption__center h5 {
	margin-top:0px;
    background:none;
	color: #FFF;
}
.pswp__caption__center h4.copia {
    font-size: 1.3em;
}
.pswp__caption__center h4.copia span {
    display: inline-block;
    font-size: 1em;
    background: #888888;
    color: #FFF;
    padding: 2px 5px;
    margin-left: 20px;
}
.actualizar {
	background:#9d7d81 url(/img/actualizar.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
	transition:0.5s;
}
.actualizar:hover {
	background-color:#cb0057;
}
.conaudio {
    background: #e40825 url(/img/con-audio.png);
    height: 30px;
    width: 30px;
    top: -40px;
    position: absolute;
}
.restaurado{
background: #e40825 url(/img/restaurado.png);
height:30px;
width:30px;
top:-40px;
position: absolute;
}
.restaurado.y3D {
    left: 34px;
}
.disponible3D{
background: #e40825 url(/img/disponible-3D.png);
height:30px;
width:30px;
top:-40px;
position: absolute;
}
.disponible3D.relacionados {
    top: auto;
    bottom: 0;
}
.disponibletienda{
background: #e40825 url(/img/tienda.png);
height:30px;
width:30px;
top:-40px;
position: absolute;
}
.disponibletienda.y3D, .disponibletienda.yRestaurado {
  left: 34px;
}
.disponibletienda.y3D.yRestaurado {
  left: 68px;
}
.disponibleSC{
background: #e40825 url(/img/disponible-SC.png);
height:30px;
width:30px;
top:-40px;
position: absolute;
}
.disponibleSC.yRestaurado {
  left: 34px;
}
.solomovilytablet{
display:none;
}
.jumbo {
    width: 100%;
    height: 200px;
    border-bottom: 4px solid #343a40;
    box-shadow: 2px 2px 11px 0 rgb(0 0 0 / 30%);
    margin: 0;
    padding: 0;
    /* background: #FFCC00; */
    background-position: 50% 100%!important;
    background-position: 50% 40%9 !important;
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -o-background-size: cover;
    /* background-size: cover!important; */
    background-size: contain!important;
    background-repeat: repeat-x!important;
    overflow: hidden;
}
.galerias{
/*height:400px;
width: 400px;*/
}
/*.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}*/
/*.slider {
    height: 100%;
}
.slider .item {
    width: 100%;
    height: 100%;
}*/
.slider.slick-initialized.slick-slider {
    border: 1px solid #CCC;
}
.slide-text {
    padding: 10px;
    font-size: 0.8em;
    background: #FFF;
}
/*.fotogrametria-main .slick-slide {
      margin: 0 27px;
}
.fotogrametria-main .slick-list {
      margin: 0 -27px;
}*/
.slick-slide {
	padding: 0 8px 0 0;
	box-sizing: border-box;
 }
.persona {
    background: #f1f1f1;
    border-top: 10px solid #FFF;
    border-right: 10px solid #FFF;
    padding-top: 15px;
    transition: 0.5s;
}
.persona h4 {
    font-size: 1.1em;
    /*margin: 10px 5px 5px 5px;*/
}
.persona p {
    font-size: 0.9em;
    text-align: left;
}
.persona img {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 20px 10px 0;
}
.siguienteficha{
z-index: 30;
    position: absolute;
    right: 0;
    top: 236px;
    width: 52px;
    height: 156px;
    background: url(/img/siguiente-ficha.png) no-repeat 50%;
}
.minificha{
    width: 300px;
    /* height: 150px; */
    background: #e40925;
    position: absolute;
    right: -300px;
    color: #FFF;
    top: 240px;
    padding: 10px;
	transition:0.7s;
	transition-timing-function: ease-out;
}
.minificha.on{
    right: 52px;
	transition:0.7s;
	transition-timing-function: ease-out;
}
.siguienteficha.fixed{
position:fixed;
top: 88px;
}
.mini-pdf {
	width: 16px;
    height: 16px;
    background-image: url(/images/mini-pdf.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 1px;
}
.minilink, .mini-link {
	width: 16px;
    height: 16px;
    background-image: url(/images/mini-link.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 1px;
	display:inline;
}
.minilink2 {
    width: 10px;
    height: 10px;
    background-image: url(/img/mini-link2.png);
    background-position: 50% 40%;
    /*margin-left: 2px;*/
    background-repeat: no-repeat;
    padding-right: 12px;
    display: inline;
}
a.btntext.iconorestauracion:hover > .minilink2 {
    background-image: url(/img/mini-link3.png);
}
.minimas {
	width: 16px;
    height: 16px;
    background-image: url(../img/mini-mas.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 1px;
	display:inline;
}
.minimenos {
	width: 16px;
    height: 16px;
    background-image: url(../img/mini-menos.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 1px;
	display:inline;
}
.minilupa {
	width: 16px;
    height: 16px;
    background-image: url(../img/mini-lupa.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 1px;
	display:inline;
}
footer {
    margin-top: 3em;
}
.footer {
    background: #cb0057;
	color:#fff;
}
.footer a{
	color:#fff;
}
.footer a:hover{
	color:#ea99b5;
	text-decoration:none;
}
.footer .site-logo img {
    height: 140px;
    margin-bottom: 6px;
}
.footer p{
font-size: 1rem;
line-height: 22px;
margin-bottom: 0rem;
}
#crediti{
cursor: pointer;
}
#rabasf{
	border-top: 1px solid #CCC;
    padding: 20px;
}
.rabasflogo{
float:left;
width:100px;
margin-right:20px;
margin-bottom: 20px;
border-right:1px solid #CCC;
}
#crediti:hover{
color:#cb0057;
text-decoration:underline;
}
#rabasf{
display:none;
}
.bl {
    border-left: 2px solid #000;
}
.colecciontit li {
    position: absolute;
    width: 202px;
    left: 45px;
    top: 140px;
    font-size: 1.4em;
    border-top: 1px solid #a5a0a1;
    padding-top: 5px;
    list-style-type: square;
}
#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
.cover{
object-fit: cover;
}
.square {
  position: relative;
  width: 100%;
  border:1px solid #CCC;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.imagennoticia, .imgnoticia {
    margin-bottom: 10px;
}
.imagennoticia img, .imgnoticia img {
    /*width: 150px;*/
    max-width: 100%;
	border:1px solid #CCC;
}
form#selectperiodo {
    display: inline-block;
    color: #e40927;
	width: 100%;
    font-weight: bold;
}
form#selectperiodo option:not(:checked) {
    color: #000;
}
select#data {
    width: 100%;
}
.form-inline .form-control {
    width: 200px;
    font-family: 'gill-sans-nova';
    border: none;
    border-radius: 0;
    color: #000;
    background: #f9e0ea;
	outline: 1px solid #f9e0ea;
}
.form-control {
    padding: 6px 4px 2px 10px;
	height:auto;
}
.form-control::placeholder {
    text-transform: uppercase;
}
.nonesposta {
    width: 18px;
    height: 18px;
    top: -33px;
    left: 6px;
    position: absolute;
    background-color: #905;
    transform: rotate(-45deg);
    position: absolute;
    border: 3px solid #ffffff;
}
.vedinonesposte .nonesposta {
    width: 18px;
    height: 18px;
    margin-right: 14px;
    vertical-align: text-top;
    display: inline-block;
    background-color: #905;
    top: 6px;
    transform: rotate(-45deg);
    position: relative;
    border: 3px solid #ffffff;
}
.tooltip-inner {
    max-width: 160px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
	line-height:0.9em;
    background-color: #000;
    border-radius: .25rem;
}
/*.form-inline {
    margin-bottom: 5px;
}
input.form-control.mr-sm-2 {
    padding-top: 7px;
}*/
.photoSwipeOpen .slick-track {
   
  transition: none !important; 
}
.pswp__bg {
  opacity: 0.8 !important;
}
.portada-album {
    /*background: #FFCC00;
    /* min-height: 200px; */
    padding-bottom: 65%;
	outline: 1px solid #cb005700;
    outline-style: groove;
    outline-offset: 0px;
	transition:0.5s;
}
.portada-album:hover {
    outline: 20px solid #cb0057;
    outline-style: groove;
    outline-offset: -20px;
}
.portada-album.prossimamente:hover {
    opacity: 0.6;
    cursor: not-allowed;
}
.portada-video {
    padding-bottom: 55%;
	cursor: pointer;
	position:relative;
	transition: 0.5s ease-out;
}
.rec {
    outline: 1px solid #f00;
    color: #f00;
    padding: 10px;
    margin-top: 8px;
    font-size: 15px;
}
.rec.gris{
    outline: 1px solid #ccc;
    color: #ccc;
    padding: 10px;
    margin-top: 8px;
    font-size: 15px;
}

.icono-video {
    height: 25px;
    width: 25px;
    background: url(/img/icono-video.png);
    background-size: cover;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}
.portada-video .iconovideo {
    width: 50px;
    height: 50px;
    background: #e40825 url(../img/icono-video.png);
    background-size: cover;
    position: absolute;
    bottom: 10px;
    left: 10px;
	transition: 0.5s ease-out;
}
.portada-video:hover .iconovideo {
    /* background: #FFCC00; */
    zoom: 1.3;
    -moz-transform: scale(1.3);
	transition: 0.5s ease-out;
}
.icono-galeria {
    height: 25px;
    width: 25px;
    background: url(/images/galeria.png) 50%;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
	margin-right: 10px;
}
.etiquetas {
    overflow: auto;
}
a.tag {
    background: #cd427e;
    padding: 0 0.4rem;
    margin-left: 0.8rem;
    margin-bottom: 0.2rem;
    color: #fff;
    float: right;
    display: inline-block;
    border-radius: 0.2rem;
}
a.tag:hover {
    background: #cb0057;
}
.seleziona a.tag {
    background: none;
    border: 1px solid #cb0057;
    color: #cb0057;
    margin: 0.2rem;
}
.seleziona a.tag:hover , .seleziona a.tag.tagselected{
    background: #cb0057;
    color:#FFF;
}
.seleziona h5 {
    margin-top: 20px;
}
.alturalimitada{
  height: 240px;
  margin-bottom: 50px;
  overflow: hidden;
}
.heightAuto{
    height:auto!important;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.modal {
    z-index: 2000;
}
.modal-content {
    border-radius: 0px;
}
.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
/*padding-bottom: 53%;*/
/*padding-top: 30px;*/ /* IE6 workaround*/
height: 0;
overflow: hidden;
margin-bottom:15px;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.close {
    position: absolute;
    top: -45px;
    right: 0px;
    float:none;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:focus {outline:0;}
hr{
margin-top: 0px;
}
.fondorojo {
    background-color: rgba(228, 8, 37, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.indexsub {
    position: absolute;
    z-index: 301;
    top: 40px;
	color:#FFF;
	font-size: 0.97em;
}
ul.indexsub a{
color:#FFF;
}
ul.mostre {
    margin-left: 0;
    margin-bottom: 0px;
    padding-left: 33px;
    list-style-type: square;
    /* font-size: 0.9em; */
}
ul.biblio {
    margin-left: 0;
	margin-bottom: 0px;
    padding-left: 33px;
    list-style-type: square;
	font-size: 0.9em;
}
li.reciente.ver {
    margin: 10px 0;
}
.alert.alert-danger {
    margin-left: 0px!important;
    margin-top: 15px!important;
	margin-bottom: 15px!important;
}
.iconoautor, .icono-notizie, .icono-scultura, .icono-pittura, .icono-arte-antica, .icono-arredi{
	width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-right: 15px;
    float: left;
    background-size: contain;
    border-radius: 10%;
}
.iconoautor{	
    background: #e06496 url(../img/icono-autor.png) no-repeat center;
	background-size: contain;
}
.icono-notizie{	
    background: #e06496 url(../img/icono-notizie.png) no-repeat center;
	background-size: contain;
}
.icono-pittura{	
    background: #e06496 url(../img/icono-pittura.png) no-repeat center;
}
.icono-scultura{	
    background: #e06496 url(../img/icono-scultura.png) no-repeat center;
}
.icono-arte-antica{	
    background: #e06496 url(../img/icono-arte-antica.png) no-repeat center;
}
.icono-arredi{	
    background: #e06496 url(../img/icono-arredi.png) no-repeat center;
}
.iconomas{
    background: #717579 url(../img/icono-mas.png) no-repeat center;
    background-size: contain;
    border-radius: 10%;
}
h2.autorh2 {
	margin-left: 60px;
    border-bottom: none!important;
    padding-bottom: 0px!important;
    margin-bottom: auto!important;
}
h2.autorh2 span {
    display: block;
    background: none!important;
    color: #000!important;
    font-size: 14px!important;
    padding: 5px 2px!important;
    font-weight: normal!important;
    margin: 0px!important;
}
.portada-album.proximamente {
    opacity: 0.5;
	transition:0.5s;
}
.portada-album.proximamente:hover {
    opacity: 1;
	transition:0.5s;
}
.marginbottom40{
margin-bottom:40px;
}
.serie {
    margin-top: 4px;
    position: absolute;
	z-index:300;
}
.serie span {
    background: #000;
    color: #FFF;
    padding: 5px 10px;
    font-weight: bold;
	transition:0.5s;
}
h3.tituloalbum {
    font-size: 22px;
    margin: 10px 0px 30px 0px;
}
h3.tituloalbum.proximamente {
    opacity: 0.5;
}
h2.creditos {
    margin-bottom: 10px!important;
    padding-bottom: 0px!important;
}
.disp{
text-decoration:none;
transition:0.5s;
}
.tituloalbum.in{
color:#cb0057;
transition:0.5s;
}
.serie.in span {
    background: #cb0057;
	transition:0.5s;
}
.prox {
    /* position: relative; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
	pointer-events:none;
	opacity:0;
    background: #cb0057;
    color: #FFF;
    padding: 5px 10px;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition:1s;
}
.prox.in{
    opacity:1;
	transition:2s;
	-webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;
}
.bg {
  background: url(/img/arcimboldo.jpg) no-repeat center center fixed;
  background-size: cover;
  /*height: 100%;*/
  height: 100vh;
  overflow: hidden;
  background-attachment: scroll;
}
.centrado {
    margin-left: auto;
    margin-right: auto;
    display: table;
}
/* pulse effect */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/*#idimagen{
width:auto;
position: absolute;
z-index: 1212;
top:20px;
right:50px;
text-align:right;
font-size: 0.8em;
color:#FFFFFF;
transition: 1s;
background:#CAFE69;
}
#idimagen span{
display:block;
background:#000;
padding:6px;
transition: 1s;
}*/
#idimagen {
/*font-family: 'Fira Sans', sans-serif;*/
position: absolute;
z-index: 202;
top:100px;
right:50px;
font-size: 0.8em;
color:#FFFFFF;
background: rgba(0,0,0,0.6);
text-align:right;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;

  padding: 7px 10px;

  transition: width 200ms ease;
}
#txtcolecciones{
position: absolute;
z-index: 200;
top:50px;
right:50px;
text-align:right;
font-size: 4em;
color:#FFFFFF;
text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
}
#btnentrar {
    width: 385px;
    text-align: center;
    height: auto;
    padding: 20px;
    background: rgb(255 255 255 / 70%);
    color: #000;
    border: 5px solid #ac9a6a;
    border-radius: 10px;
    z-index: 800;
    position: absolute;
    font-size: 2em;
    bottom: 11%;
    right: 0;
    left: 0;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.4s;
}
#btnentrar:hover{
background: rgb(255 255 255 / 100%);
transition:0.4s;
}
#paginainicio {
    margin-top: -65px;
    margin-bottom: 107px;
}
#entrar {
    display: block;
    background: url(/img/mas.png) no-repeat center center rgba(0,0,0,0.8);
    transform: rotate(0deg);
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 8%;
    cursor: pointer;
    z-index: 802;
    margin-left: -20px;
    /* display: none; */
    background-size: 24px 24px;
    border: none;
    border-radius: 50%;
    transition: 1s;
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.reveal {
    overflow:hidden;
    position:relative;
    display:inline-block;
}

.reveal:after {
    content:" ";
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:2;
    transition: all 2s ease;
}

.reveal.show:after {
    left:100%
}
a h3.tituloalbum {
    color: black;
	text-decoration:none;
}
a h3.tituloalbum:hover{
    color: #e40826;
    text-decoration: none!important;
}
.serieF{
	background:url(/img/serie-F.jpg);
	background-size:cover;
}
.serieAR{
	background:url(/img/serie-AR.jpg);
	background-size:cover;
}
.serieCC{
	background:url(/img/serie-CC.jpg);
	background-size:cover;
}
.serieAL{
	background:url(/img/serie-AL.jpg);
	background-size:cover;
}
.serieLM{
	background:url(/img/serie-LM.jpg);
	background-size:cover;
}
.serieA{
	background:url(/img/serie-A.jpg);
	background-size:cover;
}
.serieH{
	background:url(/img/serie-H.jpg);
	background-size:cover;
}
.serieD{
	background:url(/img/serie-D.jpg);
	background-size:cover;
}
.serieL{
	background:url(/img/serie-L.jpg);
	background-size:cover;
}
.serieP{
	background:url(/img/serie-P.jpg);
	background-size:cover;
}
.serieMA{
	background:url(/img/serie-MA.jpg);
	background-size:cover;
}
.serieRVB{
	background:url(/img/serie-RVB.jpg);
	background-size:cover;
}
.serieRBG{
	background:url(/img/serie-RBG.jpg);
	background-size:cover;
}
.serieFili{
	background:url(/img/filigranas.jpg);
	background-size:cover;
}

.leermas {
    display: none;
	margin-top: -30px;
	text-align: justify;
}
.btnleermenos {
    display: none;
}
#bibliografia, #observaciones, #introduccion{
overflow:hidden;
display:block;
transition:1s;
}
#btnleermasbiblio, #btnleermasobserv {
    border-top: 1px solid #8e8d89;
	margin-bottom: 50px;
}
#btnleermasbiblio.btntextcont a, #btnleermasobserv.btntextcont a {
    background: #343a40;
    border: none;
    color: #FFF;
    float: right;
    padding: 5px 8px;
    margin: 0px;
}
#btnleermasbiblio.btntextcont a:hover, #btnleermasobserv.btntextcont a:hover {
    background: #b5a395;
    transition:1s;
}
#vervideo {
    margin-right: 15px;
}
#vervideo, #vergalerias {
    padding: 10px 22px;
}
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
	transform-style: preserve-3d;
	padding-bottom: 65%;
}
	/*  UPDATED! flip the pane when hovered */
	.flip-container:hover .back {
		transform: rotateY(0deg);
	}
	.flip-container:hover .front {
	    transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	/*width: 320px;
	height: 480px;*/
	width:100%;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(-180deg);
}

/* 
	Some vertical flip updates 
*/
.vertical.flip-container {
	position: relative;
}

	.vertical .back {
		transform: rotateX(180deg);
	}

	.vertical.flip-container:hover .back {
	    transform: rotateX(0deg);
	}

	.vertical.flip-container:hover .front {
	    transform: rotateX(180deg);
	}

.reflejada{
-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
input[type=radio] {
    margin-left: 9px;
}
input:disabled+label {
    color: #c3b0a1;
}
h1{
    /*font-size: 42px;*/
    text-transform: uppercase;
}
.listaautores span {
    font-size: 0.6em;
    font-family: 'gill-sans-nova';
    display: block;
	padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
#menu-footer-1,#menu-footer-2 {
    list-style-type: none;
}
#proyecto.contficha {
    margin-top: 20px;
}
.contficha, .margensup {
    margin-top: 258px;
	/*margin-top: 180px;*/
	font-size: 1.1rem;
}
.h40{
height:40px;
}
.contficha.min, .margensup.min {
    /*margin-top: 140px;*/
}
/*.contficha p, .contficha ol li, .contficha{
    text-align: justify;
}*/
.contficha h1 {
    font-size: 1.6rem;
    margin-top: .5rem;
	text-transform: none;
}
.contficha h2 {
    padding-right: 4px;
    margin-bottom: 0px;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: none;
    clear: both;
}
.contficha h2 span {
    color: #ffffff;
    background: #9f969a;
    padding: 0px 10px;
    /* text-transform: none; */
    /* text-decoration: none!important; */
}
/*
.contficha h4 {
    background: #e5082640;
    padding: 2px;
    font-size: 15px;
}
*/

.contficha h6 {
    font-size: 15px;
	margin-top:0;
}
.contficha h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1.55rem;
    text-transform: uppercase;
}
/*.contficha h5 {
    background: #918a8c;
    padding: 5px;
    font-size: 1rem;
    color: #FFFFFF;
}*/
h3.copia {
    margin-bottom: 5px;
}
h3.copia span {
    background: #888888;
    color: #FFF;
    padding: 2px 5px;
}
figcaption h4.copia {
    margin-bottom: 5px;
    margin-top: 3px;
    font-size: 1.2em;
}
figcaption h4.copia span {
    display: inline;
    font-size: 1em;
    background: #888888;
    color: #FFF;
    padding: 2px 5px;
}

.inscripciones {
    background: #e408261a;
    padding: 15px;
    margin: 10px 40px;
}
.paddingtop25{
	padding-top:25px;
}
.container-fluid.elmenu {
    padding: 0;
}
.navbar-fixed-top{
border: none;
/*-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);*/
transition:1s;
}
.navbar-nav {
    justify-content: center;
	font-family: 'gill-sans-nova';
    text-transform: uppercase;
}
.navbar-default {
    background-color: rgba(255,255,255,0);
    border-color:  rgba(255,255,255,0);
}
.navbar-collapse {
   /* max-height: 100vh!important;*/
	transition:1s;
}
.navbar-right {
border:none!important;
}
.navbar-right>li {
    border: none!important;
}
.navbar-nav>li>a {
    /*padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.10em;*/
    color: #1D1D1B;
}
a.nav-link.active {
    color: #cb0057;
}
.navbar-nav li.active > ul {
	/*display:block;*/
}

.navbar-nav li.active > ul > li, .navbar-nav li.sigueactive > ul > li, .navbar-nav li.antcerrar > ul > li{
	background:#FFFFFF;
}
.navbar-inverse .navbar-nav>.sigueactive>a, .navbar-inverse .navbar-nav>.sigueactive>a:hover, .navbar-inverse .navbar-nav>.sigueactive>a:focus{
    color: #fff;
    background-color: #080808;
}
.nav>li.sigueactive > a {
    color: #FFF!important;
}
ul.sub {
        /* position: absolute; */
    /* left: 162px; */
    /* left: 87.5%; */
    /* top: 0px; */
    /* width: 400px; */
    margin: 0;
    padding-left: 5px;
    font-size: 0.9em;
    display: none;
}
/*ul.sub.antcerrar {
    display: block;
}*/

ul.sub li.active a {
    background: #888888;
	color:#FFF;
}
ul.sub li {
    list-style: none;
}
ul.sub li a{
	color: #000;
    /* background: #cccccc; */
    padding: 8px 2px 8px 10px;
    margin-bottom: 1px;
    display: block;
    text-decoration: none;
    line-height: 14px;
    margin: 0;
    border-top: 1px solid #DDD;
}
ul.sub li a:hover{
    background: #888888;
	color:#FFF;
	transition:0.5s;
}
ul.sub li a span {
   background: #a29191;
    /* width: 60px; */
    text-align: center;
    color: #FFF;
    padding: 4px 5px;
    font-size: 12px;
    float: right;
    /* top: 20px; */
    margin-top: -4px;
    margin-right: 4px;
    font-size: 0.8em;
    border-radius: 2px;
}
ul.sub li a:hover > ul.sub li a span {
 background: #FFCC00;
}
img.logo.img-responsive {
    width: 200px;
}
.logo-fixed{
position:fixed;
top:25px;
left:25px;
z-index:9999;
width:170px;
height:100px;
/*background: url(/img/museo-rabasf-logo.png) no-repeat;*/
background: url(/img/logo-academia-colecciones.png) no-repeat;
}
.container.blanco.principal {
    margin-top: 43px;
}
.container.blanco.principal  h2{
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 44px;
    border-bottom: 1px solid #CCC;
}
.container.blanco.principal.resultados h2 {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.container.blanco.principal h2 span {
    background: #656061;
    color: #FFF;
    padding: 5px 10px;
    font-weight: bold;
    transition: 0.5s;
    font-size: 16px;
    /* margin-bottom: 2px; */
    vertical-align: middle;
}
.selectsubmenu{
	display:none;
}
#proyectosform, #cuadernosform {
    display: inline-block;
	margin-right: 25px;
}
.seleziona{
	background: #e1e1e1;/*#f9e0ea;*/
    padding: 10px 10px 3px 10px;
    /*margin-top: -10px;*/
	margin-top: 6px;
    margin-bottom: 20px;
}
.seleziona label {
    margin-right: 10px;
	font-weight: 600;
}
#periodosform, #salasform {
    display: inline-block;
    padding: 0 20px;
	margin: 0;
}
/*.selectprovincia{
	display:block;
	background: #eae9e9;
    padding: 10px 10px 7px 10px;
    margin-top: -10px;
    margin-bottom: 20px;
}
.selectprovincia label {
    margin-right: 10px;
}*/
.botonerasubmenu {
	margin-top:-30px;
	margin-bottom:30px;
}
.botoneraresultados {
    /*overflow: auto;*/
	overflow: hidden;
    border-bottom: 1px solid #e06496;
}
.btntextcont a{
    /*margin: 40px 20px 10px 0;
    float: left;*/
	margin: 20px 20px -1px 0;
    border: 1px solid #e06496;
    padding: 15px;
    float: left;
}
.btntextcont2 {
    margin: 5px 20px 10px 0;
}
/*.btntextcont2 a{
	margin: 0px 20px 0px 0;
    border: 1px solid #e06496;
    padding: 15px 10px 15px 15px;
    float: left;
}*/
.btntextcont2 a {
    line-height: 15px;
    border: 1px solid #e06496;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
    height: 54px;
}
.btntextnoticia a{

	position: absolute;
	bottom: 10px;
    border: 1px solid #e06496;
    padding: 5px 15px;
    float: left;
}
.btntextcont:hover a, .btntextcont.activo a, .btntextnoticia:hover a {
    color: #FFF;
	border: 1px solid #e06496;
    /*padding: 15px;*/
    color: #fff!important;
	background:#e06496;
}
.botoneraresultados .btntextcont a {
    margin: 20px 10px -1px 0;
	padding: 15px 10px;
}
mark, .mark {
    padding: 0px;
}
h5.pdp {
    float: left;
    margin-top: -50px;
}
h5.pdp2 {
    float: left;
    margin-top: 18px;
}
h5.pdpintro {
    /*float: right;*/
    float: left;
    /*margin-top: -50px;*/
}
h5.pdpintro2 {
    /*float: right;*/
    float: left;
    margin-top: 0px;
	margin-bottom: 30px;
}
.entradilla{
text-align:justify;
}
.entradillalarga{
text-align:justify;
margin-top:20px;
}
.filtroautor {
    background: #eae9e9;
    padding: 10px;
    margin-bottom: 15px;
}
#filtroautor label {
    margin-right: 15px;
    margin-bottom: 0px;
	color: #777777;
}
.filtroautor h5 {
    float: left;
    margin: 4px 15px 0 0;
}
#filtroautor :checked + span {
    color: #000000;
}
.ordenar {
    margin-top: -55px;
    float: right;
}
.ordenar2 {
    /*margin-top: 12px;*//*15px;*/
	font-size:0.9em;
	clear: both;
    float: right;
}
.ordenar label, .ordenarconintro label, .ordenar2 label {
    margin-right: 10px;
}
.ordenarconintro {
    float: right;
	margin-bottom:20px;
}
.my-gallery {
    margin-top: 20px;
}
.autore .my-gallery {
    margin-top: 0;
	padding-top:25px;
	border-top:1px solid #CCC;
}
.contficha .my-gallery {
    margin-top: 0;
}
.cuadrito {
    float: left;
    /* display: inline-block; */
    text-align: center;
    background: #9d7d81;
    width: 25px;
    height: 25px;
    margin: 3px;
    transition: 0.5s;
    color: #FFF;
}
.cuadrito:hover{
background:#cb0057;
}
.cuadrito a{
color:#fff;
text-decoration:none;
}
.cuadrito.activo{
background:#cb0057;
}
.cuadrito.activo a{
color:#fff;
}
.favorito.on, .seleccionar.on{
background:#e42f47;/*#e40825;*/
color:#FFF;
}
.arabe{
margin-top:-10px;
margin-bottom:-10px;
text-align: right;
}

.btneliminar {
    width: 14px;
    height: 14px;
    background: #e40826;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
    margin-top: 2px;
    cursor: pointer;
	opacity:1;

}
#responsecontainer .btneliminar {
    position: absolute;
    right: 18px;
    top: 0;
	opacity:0;
}
.lafoto:hover .btneliminar {
    opacity:1!important;
}
.lafoto {
    margin-bottom: 25px;
}
#camposminificha{
display:none;
}
.pater {
    margin-bottom: 20px;
}
.cajon {
    position: fixed;
    width: 300px;
    top: 80px;
    right: 20px;
	z-index:999;
}
.orden {
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    /* background: #FFCC00; */
    text-align: center;
    outline: 1px solid black;
    vertical-align: middle;
    margin-bottom: 20px;
    line-height: 30px;
}
.tituloselec{
margin-top:15px;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    /* border: none; */
}
.derechos {
    background: #9a9897;
    border-bottom: 3px solid #FFF;
}
.pie {
    padding-top: 10px;
    padding-bottom: 20px;
	color:#999999;
    background: #343a40;
	box-shadow: 0px 11px 11px 18px rgb(0 0 0 / 30%);
}
.pie a {
    color: #a5a5a5;
    text-decoration: underline;
}
.pie a:hover {
    color: #ffffff;
}
.logos {
    text-align: center;
}
.gobierno {
    display: inline-flex;
	margin: 15px;
}
.gobierno img {
    height: 80px;
}
h6.bordes {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-top: 12px;
    padding: 12px;
    margin-bottom: 12px;
}
.pieinvestigadores {
    background: rgb(224, 208, 208);
    margin: 50px 0 30px 0;
    padding: 15px;
}
.mini-doi {
    background-image: url(../img/doi.svg);
    background-position: left center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 14px;
    display: inline-block;
}
.mini-archivi {
    background-image: url(../img/archivi-digitale-gd3.svg);
    background-position: left center;
    background-repeat: no-repeat;
    width: 34px;
    height: 30px;
    margin-right: 14px;
    display: inline-block;
}
.mini-pdfdownload {
    background-image: url(../img/pdf-download.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-color: #FFCC00; */
    width: 30px;
    height: 30px;
    margin-left: 10px;
    display: inline-block;
}
.mini-citation {
    background-image: url(../img/icono-cit3.svg);
    background-position: left center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 0px;
    display: inline-block;
	filter: invert(10%) sepia(79%) saturate(5589%) hue-rotate(324deg) brightness(100%) contrast(111%);
}
.copyicon {
    background: url(../img/copy-outline.svg) no-repeat center;
    filter: invert(14%) sepia(60%) saturate(5619%) hue-rotate(323deg) brightness(91%) contrast(111%);
    margin-right: 6px;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.externalicon {
    background: url(../img/external-link.svg) no-repeat 30% 50%;
    filter: invert(14%) sepia(60%) saturate(5619%) hue-rotate(323deg) brightness(91%) contrast(111%);
    margin-right: 4px;
    display: inline-block;
    background-size: contain;
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
}
.paneldoi {
  	position: absolute;
    top: 36px;
    width: 130px;
    left: 0px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 5px;
    font-size: 1rem;
    z-index: 8888;
}

.optiondoi {
  padding: 2px 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
	font-weight: 600;
}
.optiondoi:hover {
  background-color: #f0f0f0;
}
.copiarcita {
    font-size: 1rem;
    vertical-align: bottom;
    display: inline-block;
	user-select: none;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none;    /* Firefox */
	-ms-user-select: none;     /* IE10+ */
	cursor: pointer;           /* Opcional, para indicar que es clicable */
	font-weight: 600;
}
.info-hide {
    color: #ffffff;
    position: absolute;
    top: 88px;
    margin-left: -75px;
    background: #7eb471;
    font-size: 0.8rem;
    padding: 2px 6px;
}
.info-hide2 {
    display: inline-block;
    color: #ffffff;
    background: #7eb471;
    font-size: 0.8rem;
    margin-left: 10px;
    padding: 2px 6px;
}
.piefoto {
    font-size: 0.9rem;
	line-height: 0.9rem;
}
.logoayto{
float:left;
margin-right:20px;
}
.textologoayto{
max-width: 900px;
}
.marco{
	border: 6px solid #DCDCDC;
    margin-bottom: 20px;
	
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 81%, rgba(0,0,0,0.02) 82%, rgba(0,0,0,0.31) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(81%, rgba(0,0,0,0)), color-stop(82%, rgba(0,0,0,0.02)), color-stop(100%, rgba(0,0,0,0.31)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 81%, rgba(0,0,0,0.02) 82%, rgba(0,0,0,0.31) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 81%, rgba(0,0,0,0.02) 82%, rgba(0,0,0,0.31) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 81%, rgba(0,0,0,0.02) 82%, rgba(0,0,0,0.31) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 81%, rgba(0,0,0,0.02) 82%, rgba(0,0,0,0.31) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.fullbg {
    width: 100%;
    /* height: 100%; */
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-position: 50% 50%9 !important;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fondo {
    background-image: url(/images/fondo.jpg);
    opacity: 0;
    z-index: 1000;
}

.contenedorimagen{
  position:relative;
  height: 0;
}
.ratio-inner {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.tituloimagen {
    left: 40px;
    bottom: 20px;
    position: absolute;
    padding: 15px 15px 15px 10px;
    background: rgba(0,0,0,0.8);
    /* margin: 200px 0 -6px 6px; */
}
.tituloimagen h2{
    padding: 15px!important;
    border:none!important;
}
.titulo_enimagen {
    bottom: 30px;
    position: absolute;
    left: 24px;
	z-index: 888;
}
.titulo_enimagen h1 {
    color: #cb0057;
}
.titulo_enimagen h3 {
    color: #ffffff;
    display: inline;
    font-size: 2.9em;
    line-height: 1.19em;
    font-weight: normal;
    letter-spacing: -1px;
    text-shadow: 0 0 3px #2c2c2c;
    padding: 0px 5px 0px 5px;
	background: rgba(0,0,0,0.5);
    background-position: left bottom;
    background-repeat: repeat;
}
.btnpag {
    /* display: inline-block; */
    float: left;
    text-align: center;
    /* border: 1px solid #CCC; */
    background-color: #885b61;
    width: 25px;
    height: 25px;
    padding: 3px;
    margin: 3px 3px;
    transition: 0.5s;
}
.btnpag:hover {
   background-color: #e40826;
}
.btnpag a{
color:#000;
}
.botonespag{
background:#f1f1f1;
padding:10px;
margin-top:15px;
margin-bottom:15px;
width: 100%;
}
.primera {
    background-image: url(../img/primera.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.anterior {
    background-image: url(../img/anterior.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.siguiente {
    background-image: url(../img/siguiente.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.ultima {
    background-image: url(../img/ultima.png);
    background-position: left center;
    background-repeat: no-repeat;
}
#redessociales {
    float: right;
}
.compartireste{
float:right;
/*margin-top: 50px;*/
}
.small, small {
    font-size: 0.875rem;
    line-height: 20px;
}
.social-link {
    flex: 0 0 100%;
    max-width: 100%;
}
.social-link ul {
    gap: 12px;
}
.social-link li {
    padding-right: 1rem;
	font-size: 1.1em;
	flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.mini-sketch {
    background-image: url(/img/mini-icono-rotar3d.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.sketchfab-embed-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.sketchfab-embed-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.colorsk {
	background: #fff;
	border-bottom: 20px solid #ffffff;
}
.btn-mini-fb {
display: inline-block;
width: 20px;
height: 20px;
margin-left: 6px;
background:#3b5998 url(/img/icono-facebook.png);
background-size: contain;
}
.btn-mini-tw {
display: inline-block;
width: 20px;
height: 20px;
margin-left: 6px;
background:#00a9f1 url(/img/icono-twitter.png);
background-size: contain;
}
.condividere {
    position: fixed;
    right: 5px;
    bottom: 5px;
    background: #e9e8e8de;
    height: 40px;
	border-radius: 25px;
	z-index: 999;
}
.condividere.end {
	display:none;
}
.btn-fb {
    width: 30px;
    height: 30px;
	background:url(/img/logo-facebook.svg);
	background-size: contain;
    margin: 5px;
    display: inline-block;
    transition: 0.5s;
	filter: invert(49%) sepia(8%) saturate(262%) hue-rotate(165deg) brightness(91%) contrast(88%);
}
.btn-tw {
    width: 27px;
    height: 27px;
    margin-right: 5px;
    background: url(/img/x.svg);
    background-size: contain;
    margin: 5px;
    margin-right: 8px;
    display: inline-block;
    transition: 0.5s;
	filter: invert(49%) sepia(8%) saturate(262%) hue-rotate(165deg) brightness(91%) contrast(88%);
}
.btn-fb:hover, .btn-tw:hover{
	filter: invert(11%) sepia(88%) saturate(7490%) hue-rotate(329deg) brightness(79%) contrast(101%);
}
.btn-mini-fb:hover, .btn-mini-tw:hover{
background-color:#e40826;
}
#btn-fb {
width: 30px;
height: 30px;
/*padding: 5px;*/
background:#3b5998;
border: 0;
box-shadow: 0;
margin-right: 5px;
display:inline-block;
transition:0.5s;
}
#btn-tw {
width: 30px;
height: 30px;
/*padding: 5px;*/
background:#00a9f1;
border: 0;
box-shadow: 0;
display:inline-block;
transition:0.5s;
}
#btn-fb:hover , #btn-tw:hover{
background:#e40826;
}

#btnordenar, #btnpaginas, #btnselectsub {
    width: 25px;
    height: 25px;
    border: none;
    /*padding: 8px;*/
    transition: 0.5s;
    opacity: 0.7;
    background-image: url(../img/siguiente.png);
    background-position: left center;
    background-repeat: no-repeat;
	background-color: #885b61;
	/*21062019 corregir descuadre problema no identificado*/
	/*margin-bottom: -7px;*/
}
#btnpaginas{
margin-bottom: -6px;
}
#btnordenar:hover, #btnpaginas:hover, #btnselectsub:hover{
    background-color: #cb0057;   
    border: none;
	opacity:1;
	transition:0.5s;
}
select#direccion, select#orden, select#ordenautores, select#pag {
    height: 25px;
}
select#serie {
    height: 28px;
    margin-left: 10px;
}
select#pag {
    margin-left: 8px;
}
form#paginasform {
    margin-left: 2px;
    border-top: 1px solid #CCC;
    padding-top: 20px;
	width: 100%;
}
form#paginasindex {
    margin-left: 2px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
}
#hidden_content, #hidden_content2{
    height: 0;
    overflow: hidden;
    transition: height 0.8s ease;
}
#sidebar{
position:fixed;
top:0;
width:13%;
height:100%;
min-width: 200px;
z-index:20;
background: rgba(242,242,242,1);
background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );
}
.menucolecciones {
    position: fixed;
    z-index: 1500;
    bottom: 30px;
	left: 46px;
    width: 176px;
	border-top: 1px solid #e06496;
}
.menucolecciones ul {  
  margin-left: -40px;
}
.menucolecciones li {
    list-style-type:none;
    margin: 0;
    font-size: 1.6em;
}
.menucolecciones li a {
    text-decoration: none;
    color: #444;
}
.menucolecciones li a:hover{
    color: #000;
}
.menucolecciones li.active a {
    color: #000000;
}
.menucolecciones li.active {
    color: #000000;
    list-style-type: square;
}
.menucolecciones h4{
	color: #e40826;
}
#menulateral{
	margin-top: 140px;
    margin-left: 40px;
}
li.menuitem {
    border-bottom:1px solid #CCC;
}
li.menuitem.active {
    background: #CCC;
}
body > nav > div {
    max-width: 100%;
}
.btncerrar {
    background: #343a40;
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 44px;
    border-radius: 5px;
    float: right;
    transition: 0.5s;
    cursor: pointer;
    opacity: 0.7;
}
.btncerrar:hover {
    background-color: #b5a395;   
    border: 1px solid #FFF;
	opacity:1;
	transition:0.5s;
}
#btnbuscar, #btnbuscar2 {
    background: #343a40 url(../img/lupa.png) 50% 50% no-repeat;
    width: 34px;
    height: 34px;
    /* margin-top: 1px; */
    /* margin-right: 50px; */
    /* border: 1px solid #FFF; */
    /* border-radius: 5px; */
    transition: 0.5s;
    cursor: pointer;
    opacity: 0.7;
}
#btnbuscar:hover, #btnbuscar2:hover {
    background-color: #b5a395;   
    border: none;
	opacity:1;
	transition:0.5s;
}
.btnbuscarhover {
    background-color: #cb0057!important;   
    border: none!important;
	opacity:1!important;
	transition:0.5s!important;
}
#btnbuscar:focus, #btnbuscar2:focus {
    border: 1px solid #885b61;
	transition:0.5s;
}
/*#resultados-typeahead-cont {
position: fixed;
    top: 500px;
    left: 260px;
    width: 380px;
	height: auto;
    z-index: 99999;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
	transition: 0.3s ease-out;
}
.resultados-typeahead {
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}*/
#resultados-typeahead-cont {
    position: fixed;
    top: 81px;
    left: 0px;
    right: 0;
    bottom: 0;
    height: auto;
	display:none;
    background: #f9f7f1;
    transition: 0.3s ease-out;
}
.resultados-typeahead {
    height: auto;
    /*max-height: 850px;*/
    /* overflow-y: auto; */
    overflow-x: hidden;
}
a.enlaceautor {
    text-decoration: none;
}
.autor{
    padding: 20px 5px;
    /* margin-bottom: 1px; */
    margin-top: 10px;
    /* height: 100%;*/
}
#piuautori{
cursor:pointer;
}
.autorehidden{
opacity:0;
display:none;
transition: 0.3s ease-out;
}
.row [class*='col-'] {
    transition: all 0.5s ease-in-out;
}
.icono {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}
.iconolugar {
    background: url(/images/localizacion.png) 50% no-repeat;
}
.iconolugaroff {
    background: url(/images/localizacionoff.png) 50% no-repeat;
}
.iconoimagen {
    background: url(/images/fotografia.png) 50% no-repeat;
}
.iconofotogrametria{
	background: url(/images/fotogrametria.png) 50% 0% no-repeat;
}
.autornombre{
	line-height: 14px;
	font-weight:600;
	font-size: 1.2rem;
    line-height: 20px;
	margin-top: 10px;
    margin-bottom: 1px;
}
.autordatos{
	font-size: 1rem;
    font-weight: 600;
    display: block;
	margin-bottom: 5px;
}
.extracto{
	font-size: 1rem;
}

.thumbsearch {
    display: block;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    object-fit: cover;
}
.mapthumb {
    border: 1px solid #807b7b;
}
/*
.galleria{
	top: 65px!important;
}
.cbp-bislideshow {
    top: 65px!important;
}
.cbp-bislideshow li {
    top: 65px!important;
}
*/
.enlaceautor .autor {
    background: #fff;
    color: #000;
    outline: 1px solid #CCC;
    min-height: 65px;
    margin: 15px 0;
    padding: 10px;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
}
.enlaceautor .autor:hover {
    background: #f9e0ea;
    /* color: #b5a395; */
    outline: 1px solid #cb0057;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
}
.enlaceautor.desactivado .autor {
    background: #f5f5f5;
	color:#CCC;
	cursor: no-drop;
}
.related .enlaceautor .autor {
    margin: 0 0 15px 0;
}
.textobusqueda {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    background: #5a5959;
    font-size: 1.5em;
    padding: 10px 5px 10px 5px;
}
.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;
}
.consejosbusqueda {
    padding: 20px;
    border: 1px solid #CCC;
    background: #FFFF;
    margin-top: 20px;
	max-width:600px;
}
.cajabusquedamovil {
    position: fixed;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9900;
	transition: 0.5s;
}
.cajabusquedamovil.in{
    top: 52px;
    transition: 0.5s;
    transition-delay: 0.3s;
}
input#q {
    height: 30px;
    max-width: 132px;
    border: none;
	color: #000;
    background: #ffffff;
    padding-left: 10px;
	padding-top:2px;
}
input#q2 {
    height: 30px;
    max-width: 132px;
	color: #000;
    background: #ffffff;
    padding-left: 10px;
	padding-top:2px;
}
.container.blanco.principal input#q {
	/*buscador avanzado*/
    background: #CCC;
	width:100%;
	max-width: 300px;
}
input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  /*padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;*/
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  /*padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;*/
  border: 1px solid rgba(81, 203, 238, 1);
}

.pswp__button--rotate {
    background-position: -172px 0;
}
/*button.pswp__button.pswp__button--info {
	background-position: -212px 1px;
    background-color: #e50825;
}*/
/*button.pswp__button.pswp__button--info {
    background-position: -212px 1px;
    background-color: #e50825;
    width: 168px;
    color: #FFF;
    text-align: right;
    padding-right: 11px;
    padding-top: 4px;
    font-size: 12px;
}*/
button.pswp__button.pswp__button--info {
    background-position: -212px 1px;
    border: 1px solid #cb0057;
    width: 160px;
    color: #cb0057;
    text-align: right;
    padding-right: 11px;
    padding-top: 1px;
    font-size: 14px;
	transition:0.5s;
}
button.pswp__button.pswp__button--info:hover {
    background-position: -212px -36px;
    color: #fff;
    background-color: #e50825;
	transition:0.5s;
}
.pswp--rotar0{
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Safari */
  transform: rotate(0deg); /* Standard syntax */
  transition:0.5s;
}
.pswp--rotar1{
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg); /* Standard syntax */
  transition:1s;
}
.pswp--rotar2{
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari */
  transform: rotate(180deg); /* Standard syntax */
  transition:1s;
}
.pswp--rotar3{
  -ms-transform: rotate(270deg); /* IE 9 */
  -webkit-transform: rotate(270deg); /* Safari */
  transform: rotate(270deg); /* Standard syntax */
  transition:1s;
}
.pswp--rotar4{
  -ms-transform: rotate(360deg); /* IE 9 */
  -webkit-transform: rotate(360deg); /* Safari */
  transform: rotate(360deg); /* Standard syntax */
  transition:1s;
}



.pswp--zoomed-in .pswp--rotar1, .pswp--zoomed-in .pswp--rotar2, .pswp--zoomed-in .pswp--rotar3, .pswp--zoomed-in .pswp--rotar4{
transition:none;
}
.pswp--zooming-out .pswp--rotar1, .pswp--zooming-out .pswp--rotar2, .pswp--zooming-out .pswp--rotar3, .pswp--zooming-out .pswp--rotar4{
transition:none;
}
.nopr {
    /*padding-right: 0px;*/
}
.nopl {
    padding-left: 0px;
}
.mt15{
margin-top:15px;
}
.btnpdf {
    margin: 10px 20px 10px 0;
}
.iconopdf {
    width: 52px;
    height: 52px;
    background: #e40825 url(/img/archivo-pdf.png);
    float: left;
    
}
.separador{
    margin-bottom: 32px;
    margin-top: -4px;
    border-bottom: 1px solid #cccccc;
}

.btntext {
   /* border: 1px solid #e06496;
    padding: 15px;*/
    color: #e06496;
    transition: 0.5s;
    text-decoration: none!important;
}
/*.btntext:hover {
    border: 1px solid #e06496;
    padding: 15px;
    color: #fff;
	background:#e06496;
}*/


.btntext.iconopdf {
    /* width: 52px; */
    height: 52px;
    background: url(/img/archivo-pdf.jpg) no-repeat;
    float: left;
}
a.btntext.iconopdf {
    padding-left: 64px;
    color: #e06496;
	background:#FFF url(/img/archivo-pdf.jpg) no-repeat;
	width: auto;
	margin-bottom: 20px;
}
a.btntext.iconopdf:hover {
    color: #FFF;
	background:#e06496 url(/img/archivo-pdf.jpg) no-repeat;
}
a.btntext.iconorestauracion {
    padding-left: 64px;
    color: #e06496;
	background:#FFF url(/img/icono-restauracion.png) no-repeat;
	width: auto;
	margin-bottom: 15px;
	margin-top: 5px;
}
a.btntext.iconorestauracion:hover {
    color: #FFF;
	background:#e06496 url(/img/icono-restauracion.png) no-repeat;
}
.btndescarga{
	position: absolute;
    right: 8px;
    bottom: 8px;
    max-width: 220px;
    background: #b5a395;
    color: #FFFFFF;
    border-radius: 10px;
}
.btndescarga a{
	line-height: 15px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
    height: 52px;
}
a.btntext.iconoplanimetria {
    padding-left: 56px;
    color: #ffffff!important;
    /*background: #b5a395 url(/img/icono-planimetria.png) no-repeat;*/
	background: #b5a395 url(../images/iconodescargar.png) no-repeat;
    width: auto;
    margin-bottom: 15px;
    margin-top: 5px;
    border-radius: 10px;
	font-size: 12px;
    padding-right: 15px;
}
a.btntext.iconoplanimetria:hover {
    color: #FFF!important;
	/*background:#f77728 url(/img/icono-planimetria.png) no-repeat;*/
	background: #f77728 url(../images/iconodescargar.png) no-repeat;
}
a.btntext.iconoarchivo3d {
    padding-left: 64px;
    color: #e06496;
	background:#FFF url(/img/archivo3d.png) no-repeat;
	width: auto;
	margin-bottom: 15px;
	margin-top: 5px;
}
a.btntext.iconoarchivo3d:hover {
    color: #FFF;
	background:#e06496 url(/img/archivo3d.png) no-repeat;
}
a.btntext.iconocuaderno {
    padding-left: 64px;
    color: #e06496;
	background:#FFF url(/img/icono-cuaderno.png) no-repeat;
	width: auto;
	margin-bottom: 15px;
	margin-top: 5px;
}
a.btntext.iconocuaderno:hover {
    color: #FFF;
	background:#e06496 url(/img/icono-cuaderno.png) no-repeat;
}
a.btntext.iconoquimico {
    padding-left: 64px;
    color: #e06496;
	background:#FFF url(/img/icono-analisis.png) no-repeat;
	width: auto;
	margin-bottom: 15px;
	margin-top: 5px;
}
a.btntext.iconoquimico:hover {
    color: #FFF;
	background:#e06496 url(/img/icono-analisis.png) no-repeat;
}
a.btntext.iconoradio {
    padding-left: 64px;
    color: #e06496;
	background:#FFF url(/img/icono-rayos-x.png) no-repeat;
	width: auto;
	margin-bottom: 15px;
	margin-top: 5px;
}
a.btntext.iconoradio:hover {
    color: #FFF;
	background:#e06496 url(/img/icono-rayos-x.png) no-repeat;
}
a.btntext.iconoanoxia {
    padding-left: 64px;
    color: #e06496;
	background:#FFF url(/img/icono-anoxia.png) no-repeat;
	width: auto;
	margin-bottom: 15px;
	margin-top: 5px;
}
a.btntext.iconoanoxia:hover {
    color: #FFF;
	background:#e06496 url(/img/icono-anoxia.png) no-repeat;
}
a.btntext.iconosc {
    padding-left: 64px;
    color: #e06496;
	background:#FFF url(/img/icono-sc.png) no-repeat;
	width: auto;
	margin-bottom: 15px;
	margin-top: 5px;
}
a.btntext.iconosc:hover {
    color: #FFF;
	background:#e06496 url(/img/icono-sc.png) no-repeat;
}
a.btntext.iconoenvio {
    padding-left: 64px;
    color: #e06496;
	background:#FFF url(/img/icono-envio.png) no-repeat;
	width: auto;
	margin-bottom: 15px;
	margin-top: 5px;
}
a.btntext.iconoenvio:hover {
    color: #FFF;
	background:#e06496 url(/img/icono-envio.png) no-repeat;
}
a.btntext.iconoreverso {
    padding-left: 64px;
    color: #e06496;
	background:#FFF url(/img/icono-reverso.png) no-repeat;
	width: auto;
	margin-bottom: 15px;
	margin-top: 5px;
}
a.btntext.iconoreverso:hover {
    color: #FFF;
	background:#e06496 url(/img/icono-reverso.png) no-repeat;
}
a.btntext.iconotienda {
    padding-left: 64px;
    color: #e06496;
	background:#FFF url(/img/icono-tienda.png) no-repeat;
	width: auto;
	margin-bottom: 15px;
	margin-top: 5px;
}
a.btntext.iconotienda:hover {
    color: #FFF;
	background:#e06496 url(/img/icono-tienda.png) no-repeat;
}
a.btntext.iconomusica {
    padding-left: 64px;
    color: #e06496;
	background:#FFF url(/img/icono-musica.png) no-repeat;
	width: auto;
	margin-bottom: 15px;
	margin-top: 5px;
}
a.btntext.iconomusica:hover {
    color: #FFF;
	background:#e06496 url(/img/icono-musica.png) no-repeat;
}
a.btntext.iconovoz {
    padding-left: 64px;
    color: #e06496;
	background:#FFF url(/img/icono-voz.png) no-repeat;
	width: auto;
	margin-bottom: 15px;
	margin-top: 5px;
}
a.btntext.iconovoz:hover {
    color: #FFF;
	background:#e06496 url(/img/icono-voz.png) no-repeat;
}
#edson {
    /* border: #000; */
    /* padding: 15px; */
    line-height: 15px;
    border: 1px solid #e06496;
    padding-right: 10px;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    height: 53px;
    color: #e06496;
	transition: 0.5s;
	cursor: pointer;
}
#edson.hover {
	color: #FFF;
	background:#e06496;
	transition: 0.5s;
}
#edson.on {
    display:none;
}
.progress{
border-radius: 0px;
}

label#priv {
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
input[type="checkbox"] {
    width: 20px!important;
    vertical-align: middle;
}
.wrapper .icono {
	position: absolute;
    width: 22px;
    height: 22px;
    margin-left: 6px;
	margin-bottom: 8px;
	filter: invert(52%) sepia(6%) saturate(13%) hue-rotate(335deg) brightness(94%) contrast(88%);
}
input:focus + .llave, input:focus + .correo {
	filter: invert(16%) sepia(99%) saturate(3401%) hue-rotate(322deg) brightness(79%) contrast(112%);
}
.wrapper {
    max-width: 350px;
    /*min-height: 500px;*/
    margin: 80px auto;
    padding: 40px 30px 30px 30px;
    background-color: #f1f1ee;
    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;
}
.wrapper .name {
    font-size: 1rem;
    color: #676767;
}

.wrapper .form-field input {
    width: 100%;
    display: block;
    border: none;
	margin-left: 26px;
	outline: none;
    box-shadow: 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: #cb0057;
    color: #fff;
    /*border-radius: 25px;*/
    box-shadow: 3px 3px 3px #b1b1b1,
        -3px -3px 3px #fff;
    letter-spacing: 1.3px;
}

.wrapper .btn:hover {
    background-color: #c63c78;
}
#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;
}
@media (min-width: 679px) and (max-width: 765px) {
.contficha .seleziona.sticky-top{
top: 81px;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.offset-xl-1 {
    margin-left: 0;
}
.col-xl-8 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.error .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xl-10 {
    flex: 0 0 100%;
    max-width: 100%;
}
}

/*@media (max-width: 1599px) {
	
	.navbar-fixed-top.collapse {
    top: -58px;
    display: block;
	}
	ul.sub li a{
    border-top: 1px solid #444;
	}

	.colecciontit li {
		display:none;
	}
	
	input#q {
		margin-top: 10px;
	}
	ul.nav.navbar-nav.navbar-right {
		margin-left: 0px;
	}
	div#imagenintro {
		margin-top: 50px;
	}
	.navbar-nav>li{
		color: #CCC!important;
		transition:0.5s;
	}

	.navbar-nav>li.active{
		color: #FFF!important;
	}

	.navbar-right>li:hover{
		background:none;
	}
	.jumbo{
	height: 200px;
    background-size: cover!important;
    background-position: 20% 100%!important;
	}
	.siguienteficha{
	top:226px;
	}
	.minificha{
    top: 230px;
	}


}*/
/*@media (min-width: 1600px) {

	.navbar-nav>li {
		float: none;
		transition:0.5s;
	}
	
	.navbar-right {
    margin-top: 36px;
	}

}*/
/*@media (min-width: 1790px) {
ul.sub {
    left: 162px;
}
}
*/


@media (max-width: 1020px) {

/* ampliar breakpoint para mostrar menu completo*/
	.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
	.navbar-fixed-top {
    overflow-y: auto;
	}
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
		margin-top: 60px;
		transition: 0.5s;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (max-width: 991px) {
.condividere {
    position: fixed;
    right: 5px;
    bottom: 5px;
    background: #e9e8e8de;
    height: 40px;
	border-radius: 25px;
	z-index: 999;
}
	.navbar-toggler {
	position: absolute;
    top: 0;
	color: #333333;
    padding: 8px;
    right: 0;
    font-size: 1em;
	}
	span.navbar-toggler-icon {
		background: url(/img/menu.png) no-repeat;
		margin: 5px 0 0 10px;
	}
	.h40 {
    height: 40px;
}
.menumin .h40 {
    border-bottom: 1px solid #ddd;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.15)!important;
}
.navbar-nav, .menumin .navbar-nav {
    width: 100%!important;
    /*border-top: 1px solid #e3e0e0;*/
    /*top: 48px;*/
    margin: 0;
	height:initial!important;
}
.navbar-nav > li {
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
}
.navbar-nav>li>a {
    font-size: 1.125rem;
    padding: 0.5rem 1.5rem 0.70rem 1.5rem!important;
}
.navbar-collapse {
    border-top: 1px solid #ddd;
    overflow-y: auto;
}
.navbar {
    border-bottom: none;
	padding: 0;
}
.dropdown-item {
    border-bottom: none;
}
ul.horizontal li {
    border-bottom: 1px solid #fffefe;
    text-align: left;
	padding: 0.6rem 2.4rem !important;
}
.logohorizontal img {
    height: 25px;
}
.form-inline {
    margin-bottom: 0;
    position: fixed;
    /* position: fixed; */
    top: 50px;
    flex-flow: inherit;
    width: 100%;
    /* background: #343a40; */
    padding-right: 15px;
}
.form-inline .form-control {
    width: 100%;
	font-size: 1.125rem;
	margin-left: 15px;
}
.form-inline.typeahead {
    margin-bottom: 5px;
	height: 60px;
    top: 3px;
}
#btnbuscar, #btnbuscar2 {
    width: 41px;
    height: 37px;
}
a.nav-link.active {
    border-bottom: 4px solid #cb0057;
}
ul.horizontal {
    height: auto;
}
.btnder, .menumin .btnder {
    margin-right: 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	height: 50px;
    opacity: 1!important;
	background: #ffcc00;
}
.btn-one, .btn-two, .btn-five {
    height: 50px;
    width: 33.3%;
	text-align: center;
	margin-bottom: 0;
}
li.btn-one {
    background: #cb0057;
	padding-top: 13px;
}
li.btn-two {
    background: #f5cedd;
	padding-top: 13px;
}
li.btn-five {
    background: #DF6E9B;
	padding-top: 13px;
}

.menumin .logohorizontal {
    opacity: 1;
    top: 46px;
	margin-top:0;
}
.menumin .topbar {
    height: 78px;
}
.topbar.menuopen {
    height: 98px;
}
.topbar.fademovil{
	opacity:0;
	transition: opacity .5s ease;
-webkit-transition: opacity .5s ease;
}
.contficha, .margensup, .mtop .contficha, .mtop .margensup, .slideinizio {
	margin-top: 168px;
}
.menumin .contficha, .menumin .margensup, .menumin .mtop .contficha, .menumin .mtop .margensup, .menumin .slideinizio {
    margin-top: 90px;
}

.no-btn, .no-btn:hover, .no-btn:disabled {
    display: none;
}
.lang {
    position: fixed;
    left: 0;
	top: 8px;
}
.lang ul {
    margin: 0;
    padding: 0;
}
.seleziona.sticky-top {
    top: inherit;
}
.ordenar2 {
    margin-top: 0;
    font-size: 0.7em;
    margin-bottom: 0;
}
h1 {
    font-size: 1.9em;
}
.iconoautor, .icono-scultura, .icono-pittura, .icono-arte-antica, .icono-arredi {
    width: 42px;
    height: 42px;
    margin-top: 10px;
    margin-right: 15px;
    background-size: cover!important;
}
#periodosform, #salasform {
    padding: 0;
}
.textobusqueda {
    font-size: 1em;
	padding: 10px 55px 10px 5px;
}
#resultados-typeahead-cont {
    top: 65px;
}
.btncerrar {
	position: absolute;
    right: 15px;
    top: 5px;
    width: 35px;
    height: 35px;
	margin: 0;
    font-size: 1.4em;
}
.noscroll{
overflow:hidden;
}
.carousel .carousel-item {
  height: 330px;
}
.carousel-item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 330px;
}
}
@media (max-width: 1400px) {
select{
max-width:200px;
}
}
/*@media (max-width: 640px) {*/
@media (max-width: 767px) {
/*móvil*/
/*.navbar-toggler {
	position: absolute;
    top: 0;
	color: #333333;
    padding: 8px;
    right: 0;
    font-size: 1em;
}
span.navbar-toggler-icon {
    background: url(/img/menu.png) no-repeat;
	margin: 5px 0 0 10px;
}*/
.h40 {
    height: 40px;
    border-bottom: 1px solid #ddd;
}
/*.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.15)!important;
}
.navbar-nav, .menumin .navbar-nav {
    width: 100%!important;
    margin: 0;
	height:initial!important;
}
.navbar-nav > li {
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
}
.navbar-nav>li>a {
    font-size: 1.125rem;
    padding: 0.5rem 1.5rem 0.70rem 1.5rem!important;
}
.navbar-collapse {
    border-top: 1px solid #ddd;
    overflow-y: auto;
}
.navbar {
    border-bottom: none;
	padding: 0;
}
.dropdown-item {
    border-bottom: none;
}*/
ul.horizontal li {
    border-bottom: 1px solid #fffefe;
    text-align: left;
	padding: 0.6rem 2.4rem !important;
}
.logohorizontal img {
    height: 25px;
}
.form-inline {
    margin-bottom: 0;
    position: fixed;
    /* position: fixed; */
    top: 50px;
    flex-flow: inherit;
    width: 100%;
    /* background: #343a40; */
    padding-right: 15px;
}
/*.form-inline .form-control {
    width: 100%;
	font-size: 1.125rem;
	margin-left: 15px;
}
#btnbuscar, #btnbuscar2 {
    width: 41px;
    height: 37px;
}
a.nav-link.active {
    border-bottom: 4px solid #cb0057;
}
ul.horizontal {
    height: auto;
}
.btnder, .menumin .btnder {
    margin-right: 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	height: 50px;
    opacity: 1!important;
	background: #ffcc00;
}
.btn-one, .btn-two {
    height: 50px;
    width: 50%;
	text-align: center;
	margin-bottom: 0;
}
li.btn-one {
    background: #cb0057;
	padding-top: 13px;
}
li.btn-two {
    background: #f5cedd;
	padding-top: 13px;
}*/

.logohorizontal, .menumin .logohorizontal {
    opacity: 1;
    top: 46px;
	margin-top:0;
}
.topbar, .menumin .topbar {
    height: 78px;
}
.topbar.menuopen {
    height: 98px;
}
/*.topbar.fademovil{
	opacity:0;
	transition: opacity .5s ease;
-webkit-transition: opacity .5s ease;
}*/
.contficha, .margensup, .mtop .contficha, .mtop .margensup, .slideinizio {
    margin-top: 90px;
}
/*.no-btn, .no-btn:hover, .no-btn:disabled {
    display: none;
}*/
.lang {
    position: fixed;
    left: 0;
}
/*.lang ul {
    margin: 0;
    padding: 0;
}*/
.seleziona.sticky-top {
    top: inherit;
}
/*.ordenar2 {
    margin-top: 0;
    font-size: 0.7em;
    margin-bottom: 0;
}
h1 {
    font-size: 1.9em;
}
.iconoautor, .icono-scultura, .icono-pittura, .icono-arte-antica {
    width: 42px;
    height: 42px;
    margin-top: 10px;
    margin-right: 15px;
    background-size: cover!important;
}
#periodosform, #salasform {
    padding: 0;
}
.textobusqueda {
    font-size: 1em;
	padding: 10px 55px 10px 5px;
}
#resultados-typeahead-cont {
    top: 65px;
}
.btncerrar {
	position: absolute;
    right: 15px;
    top: 5px;
    width: 35px;
    height: 35px;
	margin: 0;
    font-size: 1.4em;
}
.noscroll{
overflow:hidden;
}
.carousel .carousel-item {
  height: 330px;
}
.carousel-item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 330px;
}*/
}

@media (min-width: 960px) and (max-width: 1200px) {
input.form-control.mr-sm-2 {
    width: 150px;
}
}
@media (min-width: 1200px) {
.adjust-height {
    height: initial!important;
}
.navbar-toggler {
    display: none!important;
}
.social-link li {
    flex-grow: 0;
}
}
@media (max-width: 700px) {
#resultados-typeahead-cont{
z-index: 1030;
top: 68px;
}
.resultados-typeahead {
    width: 100%;
}
}
@media (max-width: 974px){
/*menu para movil y tablet*/
.btndescarga {
    max-width: 44px!important;
    max-height: 44px!important;
	border-radius:0px!important;
}
.pswp__caption__center {
    margin-right: 50px;
}
ul.horizontal {
    display: block!important;
	padding: 0;
    list-style-type: none;
}
ul.horizontal li {
	border-bottom: 1px solid #fffefe;
    display: block;
}
ul.horizontal li .mas {
    visibility: visible;
}
ul.vertical li {
    width: 100%;
}
.movil {
    visibility: visible!important;
    display: block!important;
    opacity: 1!important;
}
.scrollear {
    position: relative;
    max-height: 300px;
}
/*.navbar-nav {
    width: 100%!important;
    border-top: 1px solid #606162;
    top: 60px;
    margin: 0;
}*/
.dropdown:hover .dropdown-menu {
    margin-top: inherit!important;
}
.navbar-collapse {
	/*border-top: 1px solid #606162;*/
    overflow-y: auto;
	/*margin-top: 5px;*/
}
/*.form-inline {
    margin-bottom: 5px;
    position: absolute;
    top: 75px;
    flex-flow: inherit;
    width: 100%;
    background: #343a40;
    padding-right: 30px;
}*/
.mr-sm-2, .mx-sm-2 {
    margin-right: .5rem!important;
}

.navbar-collapse.collapsing .form-inline{
opacity:0;
}
.navbar-collapse.collapse.show .form-inline{
opacity:1;
transition: opacity 1s ease;
-webkit-transition: opacity 1s ease;
}

}
@media (min-width: 975px) and (max-width: 1599px) {
.cajabusquedamovil {
    display:none;
}
	ul.nav.navbar-nav.navbar-right {
		margin-left: 0px;
		left:auto;
		position: absolute!important;
		right: 25px!important;
	}
	.navbar-nav {
	   /*border-right:1px solid #444;*/
	}
	/*.contficha {
	margin-left: 6%;
	}*/
	/*.contficha .col-lg-4 {
    flex: 0 0 44.333333%;
    max-width: 44.333333%;
	}
	.contficha .col-lg-5 {
    flex: 0 0 48.666667%;
    max-width: 48.666667%;
	}*/
	ul.sub {
    position: absolute;
    left: -1px;
    top: 50px;
    width: 400px;
    margin: 0;
    padding: 0;
	}
	ul.sub li a {
    color: #777777;
    background: #222222;
	/*border-top: 1px solid #FFF;*/
	margin-bottom:0;
	text-align: left;
	}
}
@media (max-width: 1020px) {
.navbar-right{
/*deshabilitado el buscador, usamos cajabusquedamovil */
display:none;
}
	.logorabasflg{
	display:none;
	}
	.logorabasfmd{
	display:none;
	}
	.logorabasfxs{
	display:inline-block;
	}
	.navbar-nav {
		/*left:0;
		position: relative;
		margin-bottom: 150px;*/
	}
	/*.navbar-nav > li{
	border-bottom: 1px solid #444;
	}*/
	.navbar-collapse.collapse .navbar-right{
	top:0px;
	transition:0.5s;
	}
	.navbar-collapse.collapse.in .navbar-right {
	position: fixed;
    top: 42px;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	transition:0.5s;
	}
	.navbar-collapse.collapsing .navbar-right {
	position: fixed;
    top: -50px;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	transition:0.5s;
	}
	.navbar-collapse.in {
    overflow-y: auto!important;
	}
	.navbar-inverse .navbar-nav>li>a {
    color: #FFF;
	}
	ul.sub {
    padding-left: 0px;
	}
	ul.sub li a {
	color: #f13f58;
	padding-left: 40px;
    padding-right: 40px;
	}
	ul.sub li a span {
    position: absolute;
    right: 0;
	}
	/*
	.navbar-nav li.active > ul > li> a {
    color: #FFCC00;
	}
	*/
	.jumbo{
	height: 150px;
    background-size: cover!important;
    background-position: 0% 50%!important;
	}
	.contficha {
    /*margin-top: 290px;*/
	}
	.ordenar {
    margin-top: -32px;
    font-size: 11px;
    margin-bottom: 25px;
	}
	.ordenarconintro {
    margin-top: -32px;
    font-size: 11px;
    margin-bottom: 25px;
	}

	#btnordenar, #btnselectsub {
    padding: 9px;
	}
	.container.blanco.principal h2 {
    padding-bottom: 25px;
	}
	.ordenarconintro {
    margin-top: 10px;
    margin-bottom: 25px;
	}
	h2{
	font-size:22px;
	}
	h3{
	font-size:18px;
	}
	h4{
	font-size:16px;
	}
	.titulo_enimagen h3 {
    font-size: 2em;
	}
	ul.sub {
    position: relative;
	left:0;
    width: 100%;
    display: block;
	}
	/*.logo-fixed {
    left: 15px;
	}*/
}


@media (max-width: 990px) {
.logoayto {
    float: none;
}
.botonerasubmenu{
	display:none;
}
.selectsubmenu{
	display:block;
	background: #eae9e9;
    padding: 10px 10px 7px 10px;
    margin-top: -10px;
    margin-bottom: 20px;
}
}
/*@media (max-width: 550px) {*/
@media (max-width: 736px) {
#idimagen {
font-size: 0.6em;
top: 52px;
right: 20px;
}
#txtcolecciones {
font-size: 2.4em;
top: 8px;
right: 20px;
}
.logo-fixed{
	z-index:2000;
	width: 132px;
	height: 50px;
	top:0;
	left:0;
	/*background: url(/img/museo-rabasf-logo-sm.png) no-repeat;*/
	background: url(/img/logo-academia-colecciones-xs.png) no-repeat;
	}
#btnentrar {
    width: 300px;
    font-size: 1.7em;
    text-align:center;
}
.titulo_enimagen h3 {
    font-size: 1.7em;
}
.titulo_enimagen {
    bottom: 20px;
    position: absolute;
    left: 30px;
    background: none;
}
.iconoautor {
    width: 32px;
    height: 32px;
	}
h2.autorh2 {
    margin-left: 40px;
}
.pswp--supports-fs .pswp__button--fs {
    display: none;
}
.pswp__button--rotate {
    display: none;
}
.pswp__counter {
    right: 0px;
    top: 30px;
	left: auto;
}
.pswp__caption__center {
    padding: 10px;
}
.pswp__caption__center p {
    display: none;
}
.pswp__caption__center h4 {
    /*display: block;*/
    font-size: 15px;
	margin-bottom: 0px;
}
.pswp__caption__center h4.copia {
    font-size: 13px;
	display:block;
	margin: 0 0 5px 0;
}
.pswp__caption__center h4.copia span {
    margin-left: 0px;
}
.pswp__caption__center h5 {
    font-size: 13px;
	margin-top: 5px;
}    
.pswp__caption__center h6 {
    display: inline-block;
    padding-left: 0px;
    font-size: 10px;
    position: absolute;
    left: 10px;
    top: -2px;
}
.pswp--open button.pswp__button.pswp__button--info {
    /* display: none; */
	background:url(/img/info-movil.jpg);
    background-position: center!important;
    width: 40px!important;
    height: 40px!important;
    /* background-size: contain; */
    text-align: left!important;
    text-indent: -9999em;
    margin-left: 10px;
    opacity: 1;
    background-color: #fff;
}
}
@media (max-height: 820px) {
  .fotogrametria-nav{
  display:none;
  }
  .imagenes-nav{
  display:none;
  }
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-toggler {
    display: none!important;
}
}