/* Fundación Klemm */

body {
/*    font-family:"Oswald", "Roboto Condensed", Helvetica, Arial, sans-serif; */
    font-family:"Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    /* color: #666; */
}

.foottext {
	font-family: "Josefin Sans", sans-serif;
}

.navbar-brand > img {
	/* width: 135px; */
	margin-left: 0px;
}

/* klemm_top_menu */

#custom_top_menu {
    font-size: 20px;
    /* text-transform: uppercase; */
    text-decoration: none !important;
    font-weight: bold;
    text-decoration: underline;
    font-family:"Chivo", "Roboto Condensed", Helvetica, Arial, sans-serif;
}

#custom_top_menu.navbar-light .navbar-nav .nav-link {
	color: #000;
	text-decoration: none !important;
}

#custom_top_menu .navbar-nav.mm-main {
	width: 100%;
}

.search-icon-item {
	margin-left: auto;
}
.search-icon-item a {
	/* color: rgb(18,33,51) !important; */
	rgb(0,0,0) !important;
}
.search-icon-item a:hover {
	color: rgba(18,33,41,0.5) !important;
}


#custom_top_menu.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(18, 33, 51, 0.5);
	text-decoration: none !important;
}

/* */

a {

	/* color: rgb(127, 134, 142); */
	color: rgb(0,0,0);
}
a:hover {
	color: rgba(127, 134, 142, 0.7);
}
a.nav-link {
	outline: none;
	text-decoration: none !important;
}
a.nav-link:hover {
	text-decoration: none !important;
	background-color: transparent;
	border-color: transparent;
}
.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: 100%;
	position: absolute;
	top: 1rem;
	left: 0;
}

.abs-header > div {
   width: 100%; 
   text-align: right;
	max-width: 960px; 
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* detail */

.custom-width {
	/* NGZ, 2024-08-21, de 730 a 550 para que contenido y descripcion en detail quede al costado*/
	max-width: 550px;
	margin-bottom: 3rem;
}

.detail-header {
	margin-bottom: 0;
	margin-top: 1rem;
}

.detailNavBgLeft,
.detailNavBgRight {
	position: absolute; /* 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;
}

.nota-detail {
	font-size: 16px;
	color: rgb(127, 134, 142);
	margin-top: 3rem;
}

.ca_entities.detail #browseResultsContainer.card-columns {
    column-gap: 3rem;
    column-count: 3;
}

.detail-title {
	font-style: italic;
}

.date-subtitle {
	margin-top: 11px;
}

.clarification {
	font-size: 85%;
	text-transform: uppercase;
}
.clarification::before { content: "[ "; margin-left: 10px;}
.clarification::after  { content: " ]";}

/* lists */

.bResultItemImgPlaceholder > i {
    font-size: 75px;
    color: rgb(127, 134, 142);
    line-height: 75px;
    opacity: 0.1;
    padding-top: 5px;
}

.bResultItemImgPlaceholder {
	width: 130px;
	height: 88px;
	border: 1px solid #eee;
}

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

.bResultListItem img {
	width: 130px;
	height: auto;
}


.objectsResult.multisearchResult img,
.entitiesResult.multisearchResult img {
	width: 130px;
	height: auto;
}

/* front gallery */

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


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

.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: rgb(127, 134, 142);
	text-shadow: none;
}

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

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

.museomoderno-front .jcarousel-pagination {
	display: table;
	width: auto;
	padding: 5px 0 5px 20px;
	background: white;
	color: #666;
	border: 1px solid #666;
	margin: 4rem auto 0;

	position: inherit;
	/* transform: translateX(-50%); */
	font-size: 18px;
	font-weight: bold;
	background-color: white;
	text-align: center;
	
}

.museomoderno-front .jcarousel-pagination a,
.museomoderno-front .jcarousel-pagination a.active {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	color: #666;
	font-size: 18px;
	margin-right: 18px;
	text-shadow: none;
	opacity: 1;
}

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

.museomoderno-front .frontSlide {
	display: table-caption;
}
.museomoderno-front .frontSlideCaption {
   margin-top: 3rem;
	text-align: center;
}

.museomoderno-front .frontSlideCaption a {
	color: rgb(180,180,180);
	display: block;
}

.museomoderno-front .frontSlideCaption > br {

}

.museomoderno-front .frontSlideCaption h4 {
	margin-bottom: 1rem;
}
/* */

.mm-representation.custom-width {
	margin-bottom: 4rem;
}
.mm-representation img {
	max-height: 400px;
	width: auto;
	max-width: 100%;
	height: auto;
}

.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: #666;
	border-radius: 0;
	opacity: 0.7;
}

.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 0 0 1rem;
   border: none;
   border-bottom: 1px solid;
   background: transparent;
   border-radius: 0;
   color: white;
}
.mm-modal #headerSearchInput::placeholder {
	font-weight: 300;
	font-family: Roboto, Arial, sans-serif;
	letter-
	color:rgba(255,255,255,0.3);
}
.mm-modal .modal-body {
   padding: 5rem;
}



#back_to_search_results {

}

.entities.detail .hide-on-entity-detail {
	display: none !important;
}

/* */

.multisearchImgPlaceholder { /* .bResultItemImgPlaceholder */
    width: 110px;
}

.badge-pill.badge-secondary {
    padding-bottom: 0.1rem;
    padding-top: 0;
    padding-left: 0.65rem;
    padding-right: 0.5rem;
    line-height: 1;
    border: none;
    background: transparent;
    color: rgb(127, 134, 142);
}

/* menu search results */

#bbh_objects-menu-sort,
#bbh_entities-menu-sort {
	flex-direction: unset;
}

#bbh_objects-menu-sort li,
#bbh_entities-menu-sort li {
	margin-left: 2rem;
}


#bbh_objects-menu-sort li:first-child,
#bbh_entities-menu-sort li:first-child {
	margin-left: 0;
}

/* media panel */

div.caMediaOverlayControls {
	left: 39px;
	width: auto;
}

div.caMediaOverlayControls .close {
	float: right;
}

/* movil */

@media (max-width: 991px){
	#custom_top_menu {
		background-color: transparent !important;
	}
	#custom_top_menu .navbar-collapse {
		background-color: rgb(0, 0, 0);
	}
	#custom_top_menu .navbar-collapse ul li a {
		color: rgb(255,255,255) !important;
		font-weight: 300;
	}
	#custom_top_menu .navbar-collapse ul li a:hover {
		color: rgba(255,255,255,0.5) !important;		
	}
	#custom_top_menu .navbar-collapse ul{
		padding: 3.5rem 2rem 3.5rem 2rem;
		font-size: 1.4rem;
	}
}

.mobile-nav {
	margin-top: -0.7rem;
	margin-bottom: 2rem;
}
.mobile-nav > div > a {
}

.mobile-nav-items {
	justify-content: space-between;
	display: flex;
}

.mobile-nav .small {
	display: none;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	#browseResultsContainer.card-columns {
	    column-count: unset;
	    max-width: 400px;
	    margin: 0 auto;
	}
	.ca_entities.detail #browseResultsContainer.card-columns {
	    column-count: unset;
	}

}

/* Small devices (landscape phones, 576px to 768px) */
@media (min-width: 576px) and (max-width: 767.98px) { 
	#browseResultsContainer.card-columns {
	    column-gap: 3rem;
	    column-count: 2;
	}
	.card {
		display: inline-block;
		width: 100%;
	}
	.ca_entities.detail #browseResultsContainer.card-columns {
	    column-gap: 2rem;
	}
}

/* Medium devices (tablets, 768 to 992px) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	#browseResultsContainer.card-columns {
	    column-gap: 3rem;
	    column-count: 3;
	}
	.card {
		display: inline-block;
		width: 100%;
	}
	.ca_entities.detail #browseResultsContainer.card-columns {
	    column-gap: 2rem;
	}
	
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { }

/* */

#browseResultsContainer {
	margin-right: -3%;
	margin-top: 3rem;
}

.card-item,
.grid-sizer {
	width: 21.5%;
	max-width: 300px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.gutter-sizer {
	width: 3.5%;
}

.grid-item {
	width: 21.5%; 
	margin-bottom: 2.5rem;

	/* styles if no javascript */
	    /* display: inline-block; */
	    vertical-align: top;
	    margin-right: 0; 
}

.custom-width .card-item,
.custom-width .grid-sizer,
.custom-width .grid-item {
	width: 28%;
}

.custom-width .gutter-sizer {
	width: 5%;
}

@media (min-width: 1200px) { 
	.card-item, 
	.grid-sizer {
		width: 21.5%;
	}
	.gutter-sizer {	
		 width: 3.5%; 
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
	.card-item,
	.grid-sizer {
		width: 21.5%;
	}
	.gutter-sizer {	
		width: 3.5%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) { 
	.card-item,
	.grid-sizer {
		width: 21.5%;
	}
	.gutter-sizer {	
		width: 3.5%;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.card-item,
	.grid-sizer {
		width: 40%;
	}
	.gutter-sizer {	
		width: 10%;
	}
}
@media (max-width: 575.98px) {
	.card-item,
	.grid-sizer {
		width: 40%;
	}
	.gutter-sizer {	
		width: 10%;
	}
}

@media (max-width: 350px) {
	.card-item,
	.grid-sizer {
		width: 220px;
	}
	.gutter-sizer {	
		width: 0;
	}
	.masonry-grid {
		max-width: 220px;	
		margin: 0 auto;
	}
}

.mm-representation {
    border: none;
}
