/* INMCV */
/*

https://colorhunt.co/palette/112b3c205375f66b0eefefef
EFEFEF background claro
112B3C oscuro
205375 azul
F66B0E  naranja

*/
body {
/*    font-family: 'Chivo', Times, Serif; */
	font-family: 'Raleway', Times, Serif;
    font-size: 16px;
    font-weight: 500;
    color: #112B3C;
    margin: 0;
}

.navbar-brand > img {
	width: 135px;
	margin-left: -10px;
}


/* logo */
#mm-brand {
	background-image: url(../graphics/logo-inm.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 320px;
	height: 70px;
	display: inline-block;
	text-indent: -9999px;
	margin-top: 0;
}

#mm-brand-catalogo {
	background-image: url(../graphics/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 220px;
	height: 38px;
	display: inline-block;
	text-indent: -9999px;
	margin: 14px 10px 10px 10px;
}


#mm-brand-right {
    background-image: url(../graphics/logo-cultura-azul.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 188px;
    height: 64px;
    display: inline-block;
    text-indent: -9999px;
    margin-top: -3px;
    float: right;
}

/* prisma_top_menu */

#klemm_top_menu {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
	/* font-family: 'Chivo', 'Source Sans Pro', sans-serif; */
	font-family: 'Raleway', Times, Serif;

}

#klemm_top_menu.navbar-light .navbar-nav .nav-link {
	color: #112B3C;
}

#klemm_top_menu.navbar-light .navbar-nav .nav-link:hover {
	color: #F66B0E;
}

/* */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

/* */

a {
	/* color: #fe6229; */
	color: inherit;
}
a:hover {
	color: #F66B0E;
}

table a {
	text-decoration: underline;

}

a.nav-link {
	color: black;
	outline: none;
}
a.nav-link:hover {
	/*
	text-decoration: none !important;
	background-color: transparent;
	border-color: transparent;
	*/
	color: #F66B0E;
}
a.inactive {
	color: gray !important;
	cursor: auto;
	text-decoration: none;
}

.nav-link > i {
    margin-left: 2px;
}


/* header menu */

.first-item.nav-item > a {
	/* padding-left: 0 !important; */
}


/* items a la derecha del logo */

.abs-header {
	width: auto;
	position: absolute;
	top: -0.5px;
	right: 1.8rem;
}

/* detail */

.custom-width {
	max-width: 730px;
	margin-bottom: 3rem;
}


.detail-header {
	margin-bottom: 0;
	margin-top: 1rem;
}
.objects .detail-header {
	width: 100%;
}
.collections .detailNavBgLeft,
.collections .detailNavBgRight {
	display: none !important;
}

.collections .card-columns {
	column-count: 4;
}
.collections .full-results-link {
	text-align: right;
	margin: 1rem 0 3rem;
}
.collections .detail-title {
	font-style: normal;
	font-weight: bold;
	font-size: 2.5rem;
}

.collections .custom-width.metadata {
	margin-bottom: 0;
}

.collectionHierarchy {
    padding-top: 0;
    padding-bottom: 3rem;
    color: #212529;
    font-size: 15px;
    font-weight: bold;
}

.objects.detail .detail-artist {
	font-size: 21px;
}
.objects.detail .detail-title {
	font-size: 37px;
}
.objects.detail .detail-date {
	font-size: 21px;
}

.detailNavBgLeft,
.detailNavBgRight {
	position: fixed;
	font-size: 5rem;
	top: 50%;
	transform: translateY(-50%);
}
.detailNavBgLeft  { left: 0;  }
.detailNavBgRight { right: 0; }

.detailNavBgLeft a,
.detailNavBgRight a {
	color: rgba(0,0,0,0.1);
}

.detailNavBgLeft .small,
.detailNavBgRight .small {
	display: none;
}

.card {
	border-radius: 0;
	border: 2px solid;
}

.card-body {
	padding-top: 1.5rem;
   /* min-height: 120px; */
}

.ca_occurrences.occurrences.browse.results .card-body {
   padding-bottom: 0.2rem;
}

.card-body a {

}

.card .bResultItemImgPlaceholder > i {
	padding-top: 0;
}

.frontSlideCaption .title,
.card-body .title,
.detail-title {
	font-style: italic;
}

.artist-item a,
.media-body .artist a,
.media-body .artist span,
.entities-title span,
.detail-artist a,
.frontSlideCaption .artist {
	/* background-color: #ffe5d9; */
	padding: 0;
	display: inline-block;
}

.artist-item,
.media-body .artist {
	line-height: 23px;
	margin-bottom: 3px;
	/* margin-top: 3px; */
}
.media-body .artist span,
.media-body .artist a {
	line-height: 18px;
	font-size: 17px;
}

.detail-artist a {
	line-height: 23px;
}

.card-body .artist {
	font-size: 16px;
}
.card-body .artist span {
	/* background-color: #eeeef7; */
	font-weight: bold;
}

.card-body p {
	margin-bottom: 0.5rem;
}


.card-body .artist {
}

.card-body .metadata {
	font-size: 14px;
}

.table {
	/* border-bottom: 1px solid rgba(254, 98, 41, 0.3); */
	border: none;
	margin-top: 10px;
	margin-bottom: 3rem;
}
.table td {
	/* font-family: 'Chivo', 'Source Sans Pro', sans-serif; */
	font-family: 'Raleway', Times, Serif;
	/* border-top: 1px solid rgba(254, 98, 41, 0.3); */
	line-height: 160%;
	vertical-align: top;
	padding: 1rem 0.75rem;
}

.table td:first-child {
	/*! min-width: 30%; */
} 
.table pre {
	margin-bottom: 0;
}
.metadata .table td {
	border: none;
	display: inline-block;
	padding: 0;
	padding-left: 30px;
	margin-top: 0.4rem;
}
.metadata table td:first-child {
	/* font-size: 90%; */
	/* width: 300px; */
    padding: 0;
	margin-right: -22px;
	/*! line-height: 300%; */
}
/*
table td:first-child::after {
	content: ":\00a0";
}
*/
.metadata table td:first-child, .metadata table td:first-child > span {
	/* text-transform: uppercase; */
	/* text-align: right; */
	font-weight: bold;
	vertical-align: top;
}

.metadata-table h5 {
	font-size: 16px;
	text-decoration: underline;
	margin: 9px 0;
}
.metadata-table h5:first-child {
	margin-top: 0;
}

.bResultItemImg {
    background: #ffe5d9 !important;
}

.bResultListItem.media > a {
	background: #EFEFEF !important; /* #ffe5d9 !important; */
	
}

/* lists */

.bResultItemImgPlaceholder > i {
	font-size: 55px;
	line-height: 75px;
	opacity: 1;
	padding-top: 0;
	color: white !important;
}
.multisearchImgPlaceholder, .bResultItemImgPlaceholder {
    width: 110px;
}

.bResultItemImgPlaceholder.bg-primary {
	background-color: transparent !important;
}


/* front gallery */

.jcarousel ul li > div a img{
	height: 500px;
	width: auto;
}

/* .custom-slideshow */

.custom-slideshow .jcarousel ul li > div a img{
	height: 200px;
	width: auto;
}

.front .custom-slideshow .jcarousel ul li > div a img {
  max-height: 200px;
}

.jcarousel-wrapper.museomoderno-front {
/*    position: inherit; */
    margin-bottom: 5rem;
    margin-top: 2rem;
}

.museomoderno-front .jcarousel-control-prev, .museomoderno-front .jcarousel-control-next {
	top: 50%;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	font-size: 51px;
	height: 51px;
	/* transform: translateY(-25px); */
	color: rgba(0,0,0,0.5);
	text-shadow: none;
}

.museomoderno-front .jcarousel-control-prev{
	left: 10px;
}

.museomoderno-front .jcarousel-control-next {
	right: 10px;
}

.museomoderno-front .jcarousel-pagination {
	position: inherit;
	/* bottom: -5rem; */
	/* left: 50%; */
	margin: 0;
	/* transform: translateX(-50%); */
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	/* background-color: gray; */
	text-align: center;
	margin-top: 5rem;
}

.museomoderno-front .jcarousel-pagination a {
	background-color: #ddd;
	border-radius: 0;
	box-shadow: none;
	color: transparent;
	font-size: 1px;
	margin-right: 18px;
	text-shadow: none;
	opacity: 1;
	height: 3px;
	width: 27px !important;
	display: inline-block;
	line-height: 1px;
	padding: 0;
}
.museomoderno-front .jcarousel-pagination a.active {
	background-color: darkred;
}

.museomoderno-front .jcarousel-pagination a.active {
	text-decoration: underline;
}

.museomoderno-front .frontSlideCaption {
   margin-top: 2rem;
	text-align: center;
	padding: 0 1rem;
}

.museomoderno-front .frontSlideCaption a {
}

/* */

.mm-representation.custom-width {
	margin-bottom: 0; /* 4rem; */
}
.mm-representation img {
/*
	max-height: 600px;
	width: auto;
	max-width: 100%;
	margin: 1rem;
	border: 1px solid #eee;
	*/
}

.repViewerCont > div.small {
	display: none;
}

/* mm-modal (overlay search) */

.modal.fade.mm-modal .modal-dialog {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	transform: translate(0);
 	margin: 0;
   max-width: none;
   height: 100%;
   padding: 0;
}
.mm-modal .modal-content modal-header {
   border: none;
}
.mm-modal .modal-content {
   height: 100%;
   border: none;
	background-color: #112B3C;
	border-radius: 0;
	opacity: 0.85;
}

.mm-modal .close-icon {
	font-size: 2rem;
	color: white;
}

.mm-modal #headerSearchInput,
.mm-modal #headerSearchButton {
   font-size: 3rem;
}

.mm-modal #headerSearchButton {
	color: white;
}

.mm-modal #headerSearchInput {
   padding: 0;
   border: none;
   border-bottom: 1px solid;
   background: transparent;
   border-radius: 0;
   color: white;
}
.mm-modal #headerSearchInput::placeholder {
	font-weight: 500;
	/* font-family: 'Chivo', 'Source Sans Pro', Arial, sans-serif; */
	font-family: 'Raleway', Times, Serif;
	color:rgba(255,255,255,0.3);
}
.mm-modal .modal-body {
   padding: 5rem;
}



#back_to_search_results {
}

#back_to_search_results > a > i {
	display: inline-block;
}
#back_to_search_results > a > div {
	display: inline-block;
	padding-left: 5px;
}

/* movil */
/* */
#bMorePanel.mm {
}

#bMorePanel.mm #bLetterBar a {
/*  margin-right: 7px; */
  display: inline-block;
}

#bMorePanel.mm .wrapper {
	/* background-color: white; */
	padding: 0.5rem 1rem 1rem;
	/* border: 1px solid ; */ /* rgba(0, 0, 0, 0.15); */
}
#bRefine ul.navbar-nav.mm-main li:first-child a {
	padding-left: 0;
}
#bMorePanel.mm #bMorePanelClose {
    top: 0.75rem;
    right: 1rem;
    font-size: 30px;
}

/* */

.media-body h5 {
	font-size: 18px;
}
.media-body p {
	margin-bottom: 0;
}
.objects.browse.results .media-body .title {
	font-style: italic;
}

.browse-results-nav {
	padding: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 1rem 0;
	width: 100%;
}
.browse-results-nav .nav-link > i {
/*	opacity: 0.35; */
}
.mm-nav.browse-results-nav .nav-link {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #F66B0E;
}

.page-nav-wrapper {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.page-nav-wrapper a {
	color: #F66B0E;
}

#footer {
	width: 100%;
	max-width: none;
	padding-bottom: 1rem;
	border-top: 2px solid #F66B0E;
}


/* */

.advancedFormSubmit .btn-default,
.loginreg .btn-default {
	border: 1px solid darkred;
	background-color: #eee;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	margin-top: 1rem;
}

.advancedFormSubmit .btn-default > a {
	color: black;
}

/* */
@media (max-width: 767.98px){
	/* .masonry-grid {
		width: 200px;
		margin: 0 auto;
	}
	*/
}
@media (max-width: 991.98px) {
	.mobile-nav-items {
		align-content: space-between;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.mobile-nav-items > a > div {
	    display: none;
	}

	#navbarSupportedContent {
		position: absolute;
		left: 0;
		right: 0;
		background: white;
		z-index: 9998;
		top: 83px;
		text-align: center;
	}
	#navbarSupportedContent > .navbar-nav.mm-main {
		font-size: 25px;
		line-height: 130%;
	}
	#navbarSupportedContent > .navbar-nav.mm-main .nav-item {
		margin: 0.5rem
	}
	#navbarSupportedContent > .navbar-nav.mm-main .first-item.nav-item {
		margin-top: 1.2rem
	}
	
	.navbar-toggler {
		z-index: 9999;
	}
	#navbarSupportedContent .search-with-icon {
		display: none;
	}
	.refine-navbar.mm ul {
		display: flex;
		flex-direction: row;
	}
	.refine-navbar.mm ul li {
		margin-right: 1rem;
	}
	#klemm_top_menu {
		position: static;
	}

}

/* multirelated blocks */

#setsSelectMultiple {
  /*! margin-top: 3rem; */
  width: 100%;
}

.browse-result-legend {
	/*! float: right; */
	margin: 0;
	padding-right: 5px;
	font-size: 17px;
	line-height: 20px;
	align-self: end;
	margin-bottom: 7px;
	margin-left: 2px;
}

/* letter bar */

#bLetterBar {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 0.5rem;
	margin-left: -5px;
/*	margin-top: -0.5rem; */
}
#bLetterBar a {
   color: #F66B0E;
   padding: 0 0.2rem;
}

/* */
.multisearch-view-more {
	padding: 0.5rem 1rem;
	text-align: left;
	margin: 1rem 0;
}

/* */

.browse-outercontainer {
	/* margin-top: 3rem; */
}
.browse-innercontainer {
	margin-bottom: 4rem;
	margin-top: 1rem;
}
.browse-innercontainer > div {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid;
  gap: 11px;
  justify-content: space-between;
}
#browseResultsContainer {
	/*! margin-top: 2rem; */
}
 /* */
.navbar-nav {
	/*! width: 100%; */
	/* justify-content: space-between; */
	font-size: 16px;
	font-weight: bold;
}

.nav-item > .nav-link {
   padding: 0.35rem 0.7rem !important;
}

.nav-item > .nav-link.filter-menu {
  /* border: 1px solid #112B3C; */
  color: #F66B0E;
  font-size: 14px;
  text-transform: uppercase;
  background-color: white;
}

.nav-item > .nav-link.filter-menu::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.nav-item > .nav-link.filter-menu.active::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}


.nav-item > .nav-link.filter-menu.active {
   background-color: #112B3C;
   color: white;
   
}

.nav-item.active > .nav-link {
	color: #F66B0E !important;
	/* border-bottom: 2px solid; */
}

.about-page {
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
}

.row.about-page {
	justify-content: space-between;
}

.detail-title,
.about-page h4, .about-page h3, .about-page h2, .about-page h1{
	/* color: #F66B0E;
	   text-transform: uppercase;
	   text-decoration: underline; */
	font-weight: bold; 
	margin-top: 1.3rem;
	margin-bottom: 1rem;
}



.about-page h4 { font-size: 16px;}
.about-page h3 {  font-size: 16px;}
.about-page h2 { font-size: 1.75rem;}
.about-page h1 { font-size: 2.2rem;}

.about-page .col-sm-8 {
  padding-right: 4rem;
}

.about-page .col-sm-3.col-sm-offset-1 {
	padding: 15px;
	margin-right: 15px;
	border: 2px solid #F66B0E;
}
.about-page .col-sm-3.col-sm-offset-1 h4 {
	margin-top: 0.5rem;
}

.about-page .col-sm-3.col-sm-offset-1 p {
	margin: 0;
}
.about-page .col-sm-3.col-sm-offset-1 p > strong {
    display: block;
	padding-bottom: 0.5rem;
}
/*
#klemm_top_menu {
  border-top: 2px solid #F66B0E;
  padding: 15px 0;
  margin: 19px 0 0 0;
}
*/
/* */

#bRefine .navbar-nav,
#filters .navbar-nav {
	justify-content: flex-start;
	flex-wrap: wrap;
	/* margin-top: 2rem; */
	/* border: 1px solid; */
	padding: 7px 7px 0 0;
}

#bRefine .nav-item,
#filters .nav-item{
	font-size: 15px;
	margin-right: 1rem;
	margin-bottom: 1rem;
	/* border: 1px solid; */
}

#bRefine .nav-item a:hover{
}

#bScrollList > div:first-child {
	margin-top: 0;
}

#bMorePanel.mm #scrollWrapper {
  margin-top: 1rem;
}

/* */

.sort-control-items.active {
  	color: #F66B0E;
}

.sort-control-items {
	color: #F66B0E;
}


/* */

.grid {
	display: flex;
	flex-wrap: wrap;
	/*! justify-content: space-between; */
	gap: 0;
}

.grid::after {
  content: "";
  flex: auto;
}
/* */

.masonry-grid .bResultItem {
	/* border: 2px solid #F66B0E; */
   height: 305px;
   display: flex;
   flex-direction: column;
}
.card-item .bResultItemImg {
	max-height: 200px;
	overflow: hidden;
}
.card-item .bResultItemText { 
	display: flex;
  	flex-direction: column;
  	justify-content: flex-end;
}
}

.grid-item {
  margin-bottom: 2rem;
}

/* */

#pageArea.ca_collections.detail,
#pageArea.ca_occurrences.detail,
.collectionsList {
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
}

#pageArea.ca_collections.detail td:first-child {
	/* max-width: 70px; */
}

#pageArea.ca_collections.detail .description,
#pageArea.ca_ocurrences.detail .description  {
	margin-top: 1rem;
}

/* */

#collectionHierarchy {
	margin: 0 15px;
	padding: 0 15px;
	margin-top: 3rem;
}
/* */

.audio-play-pause {
    font-size: 10px;
    background-color: black;
    padding: 2px 5px 2px 6px;
    margin-top: 7px;
	cursor: pointer;
	float: left;
	margin: 1px 7px 0 0;
}

.audio-icon {
    color: white;
    font-size: 9px;
    line-height: 10px;
}

.audio-metadata {
    color: #F66B0E;
    font-size: 12px;
    line-height: 22px;
    vertical-align: middle;
}

/* */

/* .detail-audio-play-pause.btn.btn-primary { */
.controls button {
    background-color: black;
    border-color: black;
    margin: 1rem 0;
    font-size: 17px;
    line-height: 27px;
}
 /* */

#wave-timeline {
	background-color: #ffe5d9;
	height: 20px;
}

.bResultListItem {
	position: relative;
}
.bResultListItemText > p {
	margin-bottom: 2px;
}

.color-destacado {
	/* color: #F66B0E; */
	font-weight: bold;
	margin-bottom: 1.5rem;
	margin-top: -0.4rem !important;
}

.ca_collections .color-destacado {
	margin-top: 0.6rem !important;
	/*! font-size: 37px; */
}

.lh {
	line-height: 130%;
}

.b-u {
	font-weight: bold;
	border-bottom: 2px solid;
}

/* */

#bMorePanel.mm .wrapper {
    margin-top: 0;
    min-height: 200px;
    background-color: #112B3C;
    color: white;
    border: 1px solid #112B3C;
}

#bMorePanel.mm {
    top: 2rem;  /* 6.25rem; */
}

#bScrollList > div {
    margin-bottom: 3px;
}

div[id^='facetList'] {
	margin-top: 14px;
}

/* */

#load-more, #load-all {
    margin: 3rem auto 0;
}

/* */

#wave-spectrogram {
	background-color: #ccc;
	height: 128px;

}

.hidden {
	display:none;
}

#waveform {
	background: url(/support/icons/wave_placeholder.png) transparent center no-repeat;
}

/* */

.subtitulo-metadata {
/*
	text-align: left !important;
	border-top: 2px solid #F66B0E !important;
	border-bottom: 2px solid #F66B0E;
	padding-left: 0 !important;
*/
	/* color: #F66B0E; */
	padding-top: 1rem !important;
	display: block !important;
	text-transform: uppercase;
	max-width: none !important;	
}

.subtitulo-metadata h5 {

	font-weight: 600;
	font-size: 17px;
	display: block;
	
	margin: 21px 0 0px;
	line-height: 250%;
	
	border-bottom: 1px solid;
	margin-bottom: 15px;
}

/* */

.repViewerCont {
    text-align: center;
	/*! padding: 1.5rem 1.5rem 1.5rem 0; */
}
.repViewerCont img {
	width: 100%; height: auto;
}

/* */

.mm-representation {
    border: none;
    margin-bottom: 3rem;
    margin-top: 1rem;
}

.mm-representation .justified-gallery {
	border: 1px solid #dee2e6;
}

/* */

.navbar-toggler-icon {
    width: 1.2em;
}
.navbar-light .navbar-toggler {
    padding: 0 0.31rem;
}

/* */

#inmcv-frontpage{
	/* margin-top: 12rem; */
}

.cuadrado-titulo {
	margin-bottom: 2rem;
}

.cuadrado {
	/* border: 2px solid #F66B0E; */
	background-color: white;
	height: 300px;
}

@media (max-width: 767.98px){
	.cuadrado {
		height: auto;
		margin-bottom: 3rem;
	}
}

#inmcv-frontpage h2,
#inmcv-frontpage h3 {
	margin-bottom: 1.5rem;
}

#inmcv-frontpage p {
    font-size: 1.2rem;
    line-height: 145%;
}
#inmcv-frontpage .cuadrado-body {
	padding: 1.2rem 1.2rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex: 1 1 auto;
}

/* */

.footer-container {
	/* border-top: 2px solid #F66B0E; */
	padding-top: 2rem;
}

.footer-menu {
	margin-top: 1rem;
}
@media (max-width: 767.98px){
	.footer-menu {
	  text-align: center;
	  padding: 0;
	}
}
#mm-brand-right.footer-brand {
	width: 85px;
	float: right;
	background-position: center;
	margin-right: 1rem;
}
#mm-brand.footer-brand {
	width: 131px;
	background-position: center;
	float: right;
	margin-right: 2rem;
	height: 60px;
}

/* */
.seccion-cientifico-tecnica {
 	 margin-top: 6rem;
}

.titulo-seccion-cientifico-tecnica {
 	 margin-top: 2rem;
}

.imagen-larga {
	height: 350px;
}

/* teasers */

.card-item, .grid-sizer {
  width: 25%;
}
.gutter-sizer {
  width: 6.65%;
}

.card-item {
	margin-bottom: 0;
	margin: 0;
	padding: 2rem;
	background-color: transparent;
}

/* */

@media (max-width: 767.98px){
	#mm-brand { width: 50%;}
	#mm-brand-right { width: 27%;}
	#klemm_top_menu { /*! width: 100%; */ /*! margin-top: -1rem; */ border: none; justify-content: end;}
	#navbarSupportedContent { background-color: white; padding-bottom: 0rem; box-shadow: 0px 20px 20px white;}
   #navbarSupportedContent .navbar-nav {
    width: 100%; line-height: 200%;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    border-top: 2px solid #F66B0E;
    border-bottom: 2px solid #F66B0E;
	}
   .repViewerCont {
   	padding: 0;
   }
   /* */
   table td:first-child {
      max-width: 230px;
   }
   #mm-brand-right.footer-brand {
       float: none;
       display: inline-block;
       margin-right: 1rem;
       margin-left: 0;
   }
   #mm-brand.footer-brand {
       float: none;
       display: inline-block;
       margin: 0;
   }
   .footer-brand-container {
   	text-align: center;
   }
   #inmcv-frontpage {
   	margin-top: 0;
   }
   .seccion-cientifico-tecnica {
   	margin-top: 0;
   }
   .titulo-seccion-cientifico-tecnica {
   	margin-top: 0;
   }

	.imagen-larga {
		height: 250px;
		margin-top: 2rem;
	}
	.cuadrado-titulo {
		margin-bottom: 1rem;
	}

	/* */

	#bMorePanel.mm #bScrollList {
	  column-count: 2;
	}
	.pageheader-main {
	  padding-left: 15px;
	  padding-right: 15px;
	}
}

/* */

.table-img img {
   width: auto;
}

.table-img:hover img {
	width: auto;
}

/* */

#pills-tab .nav-item a {
    padding: 0.8rem 1.5rem !important;
    font-weight: bold;
}

/*
.load-spectro.btn.btn-primary {
    background-color: black;
    border-color: black;
    margin: 1rem 0;
    font-size: 17px;
    line-height: 27px;
}
*/
/* pageheader */

.container.pageheader {
	max-width: 100%;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.logo-menu-wrapper {
	display: flex;
}
#klemm_top_menu {
	/* flex-grow: 1; */
	margin-left: auto !important;
}
@media (min-width: 500px) and (max-width: 991.9px) {
  #klemm_top_menu {
	 /* flex-grow: 1; */
	 margin-left: 1rem !important;
  }
}
#navbarSupportedContent > .navbar-nav.mm-main{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

@media (min-width: 992px) and (max-width: 1150px) {
	#navbarSupportedContent > .navbar-nav.mm-main{
		font-size: 14px
	}
	#navbarSupportedContent > .navbar-nav.mm-main > li a {
		padding-left: 3px !important;
	}
	#navbarSupportedContent > .navbar-nav.mm-main > .nav-item.search-icon-item a {
		padding-left: 12px !important;
	}
}
/* collection page */

.row.justify-content-md-center.detail-body {
	justify-content: flex-end !important;
}

.pageheader-main{
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;	
	background-color: #EFEFEF;
	padding-bottom: 3rem !important;
}

@media (max-width: 767.98px){
	.pageheader-main{
		padding-left: 15px;
		padding-right: 15px;
	}
}

.related-title {
  font-size: 32px;
  font-weight: bold;
  border-top: none;
  border-bottom: none;
  margin: 0;
  padding-top: 1rem;
}
.bResultItemText.card-body h5 {
	font-weight: bold;
}

.archival_collections .bResultItemText.card-body h5 {
	font-size: 16px;
}

@media (max-width: 1140px){
	.archival_collections .bResultItemText.card-body h5 {
	   font-size: 14px;
  }
}
/* audio detail */
/* #pageArea.ca_occurrences.detail,
#pageArea.ca_objects.detail */

.ca_objects .detail-body,
.ca_occurrences .detail-body,
.ca_places .detail-body,
.ca_entities .detail-body
{
  background-color: white;
  padding: 0 4rem;
  max-width: 1000px;
  margin: 3rem auto;
}

/* footer extra */

.justify-content-between.footer-container.mt-4 {
	margin-top: 0 !important;
}

.footer-container {
	padding: 3rem 0 1rem;
}



/* metadata */

.multi {
  display: block !important;
}
.multi.elements {
  padding-left: 2rem;
  line-height: 187%;
}

.metadata-wrapper {
	max-width: 450px;
}
.metadata-wrapper.entities {
	max-width: none;
  margin-bottom: 4rem;
}
.metadata-wrapper.entities > table {
	/*! border-bottom: 1px solid #dee2e6; */
}

.metadata-separator {
	padding-top: 1rem;
	/*! border-top: 2px solid; */
	margin-top: 0rem;
}

.metadata .header-wrapper {
	margin-bottom: 2rem;
}

.ca_collections .metadata .header-wrapper {
	margin-bottom: 0;
}

/* hamburguesa */

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(246, 107, 14, 1)' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler{
	border-radius: 0;
}

.navbar-light .navbar-toggler {
	border-color: rgba(246, 107, 14, 1);
}

/* front */
.front h1,
.front h2,
.front h3 {
	font-weight: bold;
}

/* teasers responsive */


@media (max-width: 519.98px){
	.card-item, .grid-sizer {
	    width: 100%;
	}
	.card-item .bResultItemImg {
	  max-height: 300px;
	}
	.masonry-grid .bResultItem {
	  height: auto;
	}
}


@media (min-width: 520px) and (max-width: 767.98px){

	.card-item, .grid-sizer {
	  width: 50%;
	}
	.gutter-sizer {
	  width: 8%;
	}

}
@media (min-width: 768px) and (max-width: 991.98px) {

	.card-item, .grid-sizer {
	  width: 33.33%;
	}
	.gutter-sizer {
	  width: 6%;
	}

}

/* header */

/* @media (max-width: 991.98px){ */
	.container.pageheader.fixed {
	  position: fixed;
	  background-color: white;
	  margin: 0;
	  z-index: 10000;
	  top: 0;
	  max-width: none;
	}
	body.header-is-fixed {
		padding-top: 120px;
	}
	body.header-is-fixed #navbarSupportedContent{
		top: 61px;
	}
/* } */

/* */
.table .block-display { 
  display: block !important;
  padding-left: 30px;
  /*! line-height: 200%; */
  margin-top: 1rem;
}

.metadata .table .inline-display br  { 
  display: none;
}

.metadata .table .inline-display a { 
  margin-right: 8px;
}
.metadata .table .block-display { 
  display: block !important;
  padding-left: 30px;
  /*! line-height: 200%; */
  /*! margin-top: 0.5rem; */
}

/* */

.color-destacado.fecha {
  font-weight: normal;
  margin-top: -1.5rem;
}

/* frontpage */

.cuadrado {
  height: 400px;
  display: flex;
  flex-direction: column;
}
.cuadrado .imagen {
  display: block;
  background-size: cover !important;
  width:100%;
  height: 300px;
}

@media (max-width: 991.98px) {
	.cuadrado {
	  height: 300px;
	}
	.cuadrado .imagen {
	  height: 210px;
	}
}
@media (max-width: 767.98px){
	.cuadrado {
	  height: 400px;
	}
	.cuadrado .imagen {
	  height: 300px;
	}
}
@media (max-width: 519.98px){
	.cuadrado {
	  height: 300px;
	}
	.cuadrado .imagen {
	  height: 210px;
	}
}

/* */

#bMorePanel .wrapper.shortlist #bLetterBar,
#bMorePanel .wrapper.shortlist #bMorePanelClose,
#bMorePanel .wrapper.shortlist [id^="facetList"] {
	display:none;
}

#bMorePanel .wrapper.shortlist #bScrollList > div {
}
#bMorePanel .wrapper #bScrollList > div > a{
	display: block;
	padding: 6px;
}

#bMorePanel.mm .wrapper.shortlist #bScrollList {
  column-count: 1;
}

#bMorePanel a {
	color: white;
}

#bMorePanel a:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.3)
}

#bMorePanel.mm #bScrollList {
  column-count: 3;
  column-gap: 0;
}

div[id^="facetList"] {
  margin-top: 0;
  padding: 6px;
  color: rgba(255,255,255,0.4);
}

#bMorePanel a > .count {
  font-family: Roboto;
  font-weight: 300;
  font-size: 12px;
  padding-left: 6px;
}

/* */

.nav-item.dropdown.show	.nav-link {
	background-color: rgb(17, 43, 60);
	color: white;
}

.mm-nav .browse-results-nav .dropdown-menu {
	border: none;
	border-radius: unset;
}

.dropdown-menu {
	border: none;
	background-color: rgb(17, 43, 60);
	color: white;
	border-radius: 0;
	top: 94%;
}
.dropdown-menu .dropdown-item {
	color: white;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: white;
	text-decoration: none;
	background-color: rgba(255,255,255,0.3)    

}
/* */

.nav-item.search-icon-item {
  background-color: #F66B0E;
  color: white;
}
.nav-item.search-icon-item > a {
  color: white !important;
	text-transform: uppercase;
}
#klemm_top_menu.navbar-light .nav-item.search-icon-item a {
  color: white;
}
#klemm_top_menu.navbar-light .nav-item.search-icon-item a:hover {
  color: black;
}

/* */

.object-detail-placeholder {
  font-size: 14rem;
  line-height: 100%;
  background-color: #ffe5d9;
  display: inline-block;
  padding: 1rem 5rem;
  color: white;
}

/* */

.browse-main-title {
	font-size: 2.5rem;
	padding: 1rem 0 2rem 13px;
}

.block-browse-title h5 {
  font-weight: normal;
  font-size: 1rem;
}

#bRefine.mm {
  margin-bottom: 1rem;
  margin-top: 0;
}

.filter {
  color: #f66b0e;
}

/* */

body > .container > .row {
	position: relative;
}


@media (min-width: 1400px){
	body > .container > .row {
		max-width: 1399px;
		margin-left: auto;
		margin-right: auto;
	}
	.container.pageheader {
		max-width: 1399px;
	}
	body > #footer.container > .row {
		max-width: 100%;
	}
}

/* */

.controller-Front .container.pageheader-main {
	padding-top: 0 !important;
	background-color: #32261d;	
}
/*
.controller-Front .container.pageheader-main::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left:0; top:0;
	background-color:rgba(255,255,0,0.2);
}
*/
.controller-Front .container.pageheader.sticky.fixed {
	display:block;
}

body.controller-Front > .container > .row {
  position: static;
}

.controller-Front .container.pageheader.sticky {
/*	display:none; */
}

body.controller-Front.header-is-fixed {
  padding-top: 0;
}

.background-header {
	display: none;
}

.controller-Front .background-header {
	display:block;
	background: url(../graphics/Viaje-40-Paraguay_sepia.jpg) no-repeat top center / cover;
	background-color: #32261d;	
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0; top: 102px;
}
.controller-Front .background-header .mask {
	background: rgb(50, 38, 29);
	background: linear-gradient(0deg, rgba(50, 38, 29,1) 0%, rgba(50, 38, 29,0) 32%);
	height: 100%;
}

.recuadro-front {
	padding: 3rem;
	background-color: rgba(50, 38, 29,0.5); 
	color: white;
	margin-bottom: 2rem;
}

@media (max-width: 519.98px){
  .recuadro-front {
	 padding: 3rem 2rem;
	 margin-right: -15px;
	 margin-left: -15px;
	}
	.top-header-row {
    height: auto;
  }
	.cuadrado-titulo {
		padding: 0 2rem 3rem 
	}
}

#recuadro-brand {
  background-image: url(../graphics/logo_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 38px;
  display: inline-block;
  text-indent: -9999px;
  margin: 0px 10px 28px 1px;
}

#headerSearchButton-recuadro{
	font-size: 38px;
	padding: 3px 15px;
	color: white;
}

#searchform-recuadro #headerSearchButton-recuadro{
	font-size: 23px;
	padding: 3px 10px;
	color: #ddd;
}

#headerSearchInput-recuadro {
  border-radius: 0;
  font-size: 32px;
}

#searchform-recuadro #headerSearchInput-recuadro {
  font-size: 19px;
}

#searchform-recuadro .input-group-btn {
	right: 0;
	position: absolute;
	border-radius: 0;
}

.top-header-row {
	height: 85vh;
}

/* */

.cuadrado-titulo {
	color: white;
}

/* */

.navbar-nav.showing-results{
	/*! flex-direction: row-reverse; */
	margin-left: auto;
}
.navbar-nav.showing-results li{
	font-weight: normal;
	font-size: 15px;
	padding: 0 10px;
}


/* */

#filters .filter {
	margin-left: 0;
	background-color: #F66B0E;
	font-size: 14px;
	text-transform: uppercase;
	color: white;
	padding: 0.35rem 1.7rem 0.35rem 0.7rem;
	font-weight: bold;
	margin-right: 1rem;
	margin-bottom: 1rem;
	position: relative;
}

.block-browse-filtered-list .filter > i {
	text-transform: none;
	font-weight: normal;
	font-style: initial;
	padding: 0 10px;
}

.browseRemoveFacet {
  position: absolute;
  right: 10px;
  top: 1px;
  font-size: 21px;
}

.browseRemoveFacet:hover {
  color: black;
}
.browseRemoveFacet > i {
	margin-left: 0;
	opacity: 1;
}

/* */

.detail-body {
  margin-top: 2rem;
}
.multirelated-block {
	/*! margin-top: 4rem; */
}

/* */

.search-elem {
  font-size: 2.5rem;
  margin: 1.35rem 0 2rem;
}
#pills-tab {
  font-size: 19px;
  border-bottom: 1px solid;
}

/* */


.stats-front {
  font-size: 15px !important;
}
.statnumber-front {
  font-family: monospace;
  color: #F66B0E;
  font-weight: bold;
}

/* */

.nav-tabs .nav-link.active, 
.nav-tabs .nav-item.show .nav-link {
  background-color: transparent;
  /*! border-color: #dee2e6 #dee2e6 #fff; */
  border: 1px solid;
  border-bottom: 1px solid #EFEFEF;
  background-color: #EFEFEF;
}

/* */

.card-item > .bResultItem {
  background: white;
  height: 100%;
}

/* */

.navbar.search-alt {
  margin-left: auto !important;
}

@media (max-width: 499.98px){
	.navbar.search-alt { display:none;}
	.nav-item.search-icon-item.d-none {
		display:block !important;
		background-color: transparent;
	}
	.nav-item.search-icon-item.d-none > a{
		margin: 0 auto !important;
		width: fit-content;
		background-color: #F66B0E;
  }
}

@media (max-width: 767.98px){
	.mm-representation { order:2; }
	.title-mobile { order:1; }
	.metadata {order:3;}
	.multirelated-block {order:4;}
	
	.title-mobile .header-wrapper h2 { margin-top: 0 !important; }
}

/* */

.frontSlide {
  background: transparent;
  padding: 1rem 0.5rem 1rem 0.5rem;
}
.frontSlide > div {
  background-color: white;
  /*! padding: 1.2rem; */
}
.registros-wrapper .frontSlide > div {
	padding: 1.2rem;
}
.frontSlideCaption .title {
  font-size: 18px;
  margin-top: 1rem;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 13px;
}

.frontSlideCaption .item {
  font-size: 15px;
  margin: 0.2rem 0;
}

.frontSlide-image {
  display: inline-block;
  width: 100%;
  /*! height: 150px; */
  background-size: cover;
  background-position: center;
  padding-bottom: 76%;
}
.carousel_header {
  color: white;
}

.frontSlideCaption {
  min-height: 146px;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}
.investigadores-wrapper .frontSlideCaption {
	min-height: 190px;
}
.registros-wrapper .frontSlideCaption {
	padding: 0;
}

.item .idno {
  font-family: monospace;
  font-size: 12px;
}
.item.item-idno {
  margin-top: auto;
}
.frontSlide-wrapper {
  margin: 0 -8px;
}

.custom-slideshow.view-more-link {
  text-align: right;
}
.custom-slideshow-title {
  margin-bottom: 0 !important;
  font-size: 28px;
}

/* */

.principal {
  font-size: 34px;
}
.carousel_header {
  margin-bottom: 1.75rem;
  margin-top: 4rem;
	display: flex;
  align-items: center;
  justify-content: space-between;
}

.fondos-wrapper h3 {
  margin-bottom: 0.5rem !important;
  margin-top: 1.5rem;
}
.principal-wrapper {
  margin-top: 5rem;
  margin-bottom: 1rem;
}

/* */

.metadata .table tr {
  display: block !important;
  padding: 0.4rem 0 0;
}

.block-display.paragraphs br {
  margin: 5px;
  display: block;
  line-height: 10px;
  font-size: 10px;
}

.metadata .block-display.paragraphs {
  margin-top: 1rem;
}

/* */

.related-block {
	margin-top: 7rem;
}

.ca_collections .related-block:first-child {
	margin-top: 5rem;
}

.ca_collections .related-block {
	margin-top: 2rem;
}

.related-block .browse-container-wrapper {
	margin-top: 1rem;
}

/* */

.related-block .grid.images {
	margin-top: 0;
	margin-left: -2rem;
	margin-right: -2rem;
}

@media (max-width: 767.98px){
	.related-block .grid.images {
		margin-top: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
	.card-item {
		padding: 15px;
	}
}
/* */

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #efefef #efefef #000000 #efefef;
}

/* */

.object-breadcrumb {
  margin-bottom: 3rem;
  line-height: 160%;
  margin-top: -1rem;
}

.modal-dialog .advanced-search {
   display:none;
}
@media (max-width: 767.98px){
	.mm-modal .modal-body {
		 padding: 5rem 1rem 1rem 1rem;
	}
}
/* */

.modal {
	z-index: 10000;
}
