@import url('global.css?v=3.0.0');

:root {
	--pading-pages: 1rem;
}

@media(min-width: 992px) {
	:root {
		--pading-pages: 2rem;
	}
}

.rowBanner {
	--bs-gutter-y: 1rem;
}

.container.home-banners {
	padding: 0;
}

.user-panel-page,
.create-account,
main {
	padding-top: var(--pading-pages);
	padding-bottom: var(--pading-pages);
}

main.home {
	padding-top: 0;
}

.home-static-page {
	padding-top: 70px;
	padding-bottom: var(--pading-pages);
}

.badge-custom-primary {
	background-color: var(--lb-color-gray);
}

.badge-custom-primary span {
	padding-top: 0.1rem;
}

.form-check-input:checked[type=radio] {
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -3.8 8 8'%3e%3ccircle r='3' fill='%230d5257'/%3e%3c/svg%3e");
}

.fs-45 {
	font-size: calc(1.375rem + 1.5vw);
}

@media(min-width: 1200px) {
	.fs-45 {
		font-size: 45px;
	}
}

/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/
body>header {
	text-transform: uppercase;
	color: var(--color-black);
}

header .first-header-wrapper {
	border-bottom: 1px solid var(--lb-border-color);
	font-weight: var(--font-semi-bold);
	color: #222;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

header .first-header-wrapper a,
header .first-header-wrapper a.selected {
	color: inherit;
}

header .navbar-brand {
	height: 80px;
	padding: 0;
	flex: 1;
}

header .navbar-brand img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
}

header .nav-item {
	flex: 1;
	flex-direction: column;
}

header .nav-link {
	color: var(--color-black);
	white-space: nowrap;
}

header a.nav-link:-webkit-any-link:focus-visible {
	outline: none;
}

header .dropdown-menu {
	--bs-dropdown-border-color: none;
	--bs-dropdown-link-color: var(--color-black);
	--bs-dropdown-bg: transparent;
	--bs-dropdown-link-hover-color: #fff;
	--bs-dropdown-link-hover-bg: var(--color-black);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: var(--color-black);
	text-transform: capitalize;
}

@media (min-width: 992px) {

	header .navbar-brand {
		flex: initial;
	}

	header .dropdown-menu {
		--bs-dropdown-padding-x: 0.5rem;
		--bs-dropdown-color: var(--color-black);
		--bs-dropdown-bg: #fff;
		--bs-dropdown-border-color: var(--color-black);
		--bs-dropdown-border-radius: 0;
		--bs-dropdown-border-width: 1px;
		--bs-dropdown-link-hover-color: var(--color-black);
		--bs-dropdown-link-hover-bg: transparent;
		--bs-dropdown-link-active-color: var(--color-black);
		--bs-dropdown-link-active-bg: transparent;
		--bs-dropdown-item-padding-x: 1rem;
		--bs-dropdown-item-padding-y: 0.5rem;
		min-width: 150%;
	}

	header .nav-item.dropdown {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	header .nav-item {
		text-align: center;
	}
}

.login_desktop .input-group:not(.has-validation)>:not(:last-child) {
	background-color: #fff;
	border-right: 0;
}

.login_desktop .input-group>:not(:first-child) {
	border-left: 0;
	background-color: #fff;
}

/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
.contact-banner {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.contact-banner-home {
	padding-top: 70px;
}

.contact-banner>div {
	height: auto;
}

.contact-text-block,
.contact-image-block {
	height: 100%;
}

.contact-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.contact-banner .btn {
	font-size: 24px;
}

.contact-action-wrapper {
	background-color: var(--color-green);
	color: #fff;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 1rem 2rem;
	min-height: 300px;
}

.contact-action-title {
	font-family: var(--lb-font-family-highlight);
	color: #fff;
	text-transform: initial;
	font-weight: initial;
	line-height: 1.5em;
}

@media (min-width: 992px) {
	.contact-banner>div {
		height: 400px;
	}
}

body>footer.container {
	background-color: var(--color-green);
	color: var(--lb-color-primary-contrast);
	margin-top: 2rem;
	padding: 3rem 1.5rem 2rem;
}

footer a,
footer a:hover,
footer a:focus {
	color: var(--lb-color-primary-contrast);
	text-decoration: none;
}

footer .nav-item {
	--bs-nav-link-font-size: 16px;
}

footer .nav-link {
	--bs-nav-link-color: var(--lb-color-primary-contrast);
	--bs-nav-link-hover-color: var(--lb-color-primary-contrast);
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: 0.35rem;
	--bs-nav-link-font-weight: var(--font-normal);
	width: fit-content;
}

footer h5 {
	font-weight: var(--font-normal);
	font-family: var(--lb-font-family-highlight);
	font-size: 1.25em;
	text-transform: uppercase;
	margin-top: 2rem;
}

footer h5:first-child {
	margin-top: 0;
}

.footer-social {
	display: flex;
	justify-content: start;
	font-size: 24px;
	margin-top: 2rem;
}

@media(min-width: 992px) {

	body>footer.container {
		padding: 3rem;
	}

	footer h5 {
		font-size: 1.5em;
	}

	.footer-social {
		justify-content: center;
		margin-top: 0;
	}

	footer .schedule-text,
	.footer-contact-info {
		line-height: 1.75;
	}
}

/*
|--------------------------------------------------------------------------
| Estaticas
|--------------------------------------------------------------------------
*/
:root {
	--decoration-size: 10px;
}

@keyframes lb-fade {
	0% {
		opacity: 0;
		-webkit-transform: var(--translate);
		transform: var(--translate);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.carousel-item {
	transition: transform .6s ease-in-out;
}

.lb-fadeIn {
	opacity: 0;
	animation-delay: var(--delay, .2s);
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;

	--translate: var(--translate, translate3d(0, 100px, 0));
	animation-name: lb-fade;
}

.lb-fadeInRight {
	--translate: translate3d(100px, 0, 0);
}

.lb-fadeInLeft {
	--translate: translate3d(-100px, 0, 0);
}

.lb-fadeInBottom {
	--translate: translate3d(0, 100px, 0);
}

.separator {
	opacity: 0;
	padding-top: var(--separator, 1rem);
	padding-bottom: var(--separator, 1rem);
	margin-top: var(--separator, 1rem);
	margin-bottom: var(--separator, 1rem);
}

@media(min-width: 992px) {
	.separator {
		--separator: 2rem;
	}
}

.static-page h1,
.static-page .h1 {
	font-family: var(--lb-font-family-highlight);
	margin-bottom: 20px;

}

.static-page.contenido-web {
	font-family: var(--lb-font-family);
}

.static-page.contenido-web :is(h2, h3, h4, .h2, .h3, .h4) {
	color: var(--color-black);
	font-family: var(--lb-font-family);
	font-weight: var(--font-normal);
	font-size: 24px;
}


.static-page,
.static-page p {
	color: #555555;
	font-size: calc(1.275rem + .3vw);
	font-weight: var(--font-light);
}

.static-page :is(span, b) {
	font-size: inherit !important;
}

section.static-page.home-static-page {
	text-align: justify;
}

@media(min-width: 1200px) {

	.static-page,
	.static-page p {
		font-size: 20px;
	}
}

ul.style-diamond {
	list-style: '◆';
	padding-left: 1rem;
}

ul.style-diamond li {
	padding-left: 1rem;
	margin-bottom: 1rem;
}

ul.style-diamond li::marker {
	color: var(--lb-color-secondary);
}

ul.style-diamond li p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.bg-lb-color-primary-light {
	background-color: var(--lb-color-primary-light);
}

.bg-lb-color-primary {
	background-color: var(--lb-color-primary-background);
}

.bg-lb-color-backgorund-dark {
	background-color: var(--lb-color-backgorund-dark);
}

.bg-lb-color-backgorund-light {
	background-color: rgba(var(--lb-color-secondary-rgb), .1);
}

.bg-secondary-color {
	background-color: var(--lb-color-secondary);
}

.bg-secondary-color-lighter {
	background-color: var(--lb-color-secondary-lighter);
}

.lb-border-light {
	border: var(--lb-color-border-light) solid 2px;
}

.static-link:hover,
.static-link:focus,
.static-link {
	color: inherit;
	text-decoration: none;
}

.static-link-gray:hover,
.static-link-gray:focus,
.static-link-gray {
	color: var(--lb-color-gray);
	text-decoration: none;
}

.decoration {
	position: relative;
	z-index: 1;
	margin: var(--decoration-size);

}

.decoration::after,
.decoration::before {
	--size-decoration: calc(var(--decoration-size) * -1);
	content: ' ';
	position: absolute;
	width: 50%;
	height: 80%;
	background-color: var(--lb-color-primary-light);
}

.decoration::before {
	left: var(--size-decoration);
	top: var(--size-decoration);
}

.decoration::after {
	right: var(--size-decoration);
	bottom: var(--size-decoration);
}

.decoration>* {
	z-index: 2;
	position: relative;
}

.contact-page h1 {
	margin-bottom: 20px;
}

.tasacion-height-arrow-container {
	height: 380px;
}

@media (min-width: 768px) {
	.tasacion-height-arrow-container {
		height: 350px;
	}
}

@media (min-width: 992px) {
	.tasacion-height-arrow-container {
		height: 450px;
	}
}

@media (min-width: 1200px) {
	.tasacion-height-arrow-container {
		height: 550px;
	}
}

.static-page.contenido-web .about-page-title {
	text-align: center;
	font-size: 1.25rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 1.4;
}

.who-we-are article {
	margin-bottom: 2rem;
}

.who-we-are .lb-blockquote {
	max-width: 100%;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.static-page.contenido-web .year-block {
	font-family: var(--lb-font-family-highlight);
	width: fit-content;
	background-color: var(--color-gray-light);
	padding: 0.25rem 1rem 0.35rem;
	font-size: 1.4em;
}

@media (min-width: 992px) {
	.who-we-are .lb-blockquote {
		max-width: 50%;
	}
}

.team-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3.5rem 3rem;
}

@media (min-width: 992px) {
	.team-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.card.team-card {
	/* --bs-card-box-shadow: 0 12px 25px rgba(0,0,0,0.06); */
	--bs-card-box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
	--bs-card-bg: #f8f6f2;
	--bs-card-spacer-y: 1.5rem;
	text-align: center;
	box-shadow: var(--bs-card-box-shadow);
}

.card.team-card h2.team-card-title {
	font-family: var(--lb-font-family-highlight);
	font-size: 1.75rem;
	font-weight: var(--font-semi-bold);
	color: #000;
	margin-bottom: 1.25rem;
}

.card.team-card h2::after {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background-color: var(--lb-color-secondary);
	margin: 0.25rem auto 0.75rem;
}

.card.team-card h4.team-card-position {
	font-size: 1em;
	margin-bottom: 1.25rem;
}

.ethical-code section {
	padding: 15px 0;
}

.ethical-code p {
	font-size: 16pt;
	padding: 5px 0px;
}

.ethical-code h2 {
	margin: 1.5rem 0 1.5rem 0;
}

.ethical-code .flex-align-center {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.ethical-code .lb-blockquote {
	max-width: 50%;
}

.ethical-code .background-banner {
	background-image: url('https://www.jesusvico.com/storage/themes/jesusvico/uploads/codigo-etico-jv.webp');
	background-size: cover;
	background-position: center;
	width: 100%;
	min-height: 400px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	border-radius: var(--bs-border-radius);
}

.ethical-code .background-banner h2.background-banner-title {
	font-family: var(--lb-font-family-highlight);
	font-size: 1.5em;
	line-height: 1.4;
	text-align: center;
}

.ethical-code .flex-align-center-column {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 1rem;
}

.ethical-code .flex-align-center-row-mobile {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.static-page .ethical-code h3.conduct-title {
	font-family: var(--lb-font-family-highlight);
	background-color: var(--color-gray-light);
	padding: .25rem .5rem;
	margin: 0;
}

@media (min-width: 768px) {
	.ethical-code .flex-align-center-row {
		display: flex;
		align-items: center;
		flex-direction: row;
	}

	.ethical-code .background-banner h2.background-banner-title {
		font-size: 2.5em;
	}

}

@media (min-width: 1200px) {
	.ethical-code .margin-video {
		margin: 2rem;
		margin-top: 5rem;
	}

	.ethical-code .margin-arrow-svg {
		margin-top: 8rem;
		margin-left: 18px;
	}
}

/*
|--------------------------------------------------------------------------
| HOME
|--------------------------------------------------------------------------
*/

.banner_home img {
	border-radius: var(--bs-border-radius);
}

.service-section>.container {
	background-color: var(--color-gray-light);
	border-radius: var(--bs-border-radius);
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 1.5rem;
}

.newsletter-banner {
	background-color: var(--color-gray-light);
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 70px 1.5rem;
}

.newsletter {
	padding: 0;
	margin: 0;
	background-color: initial;
}

.newsletter input[type="email"] {
	max-width: 400px;
}

.static-page-banner {
	height: auto;
	overflow: hidden;
}

.social-section {
	background-color: var(--color-gray-light);
	font-family: var(--lb-font-family-highlight);
	color: var(--color-black);
	font-size: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	padding: 1rem;
}

.static-page-banner img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.home-static-page h3 {
	color: var(--color-black);
	font-family: var(--lb-font-family);
	font-weight: var(--font-normal);
}

.home-static-page p {
	margin-bottom: 0.5rem;
	color: #555555;
	font-size: 16px;
}

.home-static-page .static-page.contenido-web :is(h2, h3, h4, .h2, .h3, .h4) {
	font-size: 20px;
}

.home-static-page a {
	color: currentcolor;
}

@media(min-width: 992px) {
	.static-page-banner {
		height: 400px;
	}

	.static-page-banner img {
		object-fit: cover;
	}

	.home-static-page p {
		font-size: calc(1.275rem + .3vw);
	}

	.home-static-page .static-page.contenido-web :is(h2, h3, h4, .h2, .h3, .h4) {
		font-size: 24px;
	}
}

.column_banner .triple img {
	border-radius: var(--bs-border-radius);
}

.section-destacados .slick-dots li {
	margin: 0;
}

.section-destacados .lot-card {
	margin: 10px 5px;
}

/*
|--------------------------------------------------------------------------
| SUBASTAS
|--------------------------------------------------------------------------
*/
.auctions-wrapper .year-border {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.auctions-wrapper .year-border * {
	margin: 0;
}

.auction-card {
	--bs-card-color: var(--color-black);
}

.auction-card .card-body {
	padding-left: 0;
	padding-right: 0;
}

.auction-card .card-img-top {
	border-radius: var(--bs-card-border-radius);
	height: auto;
	object-fit: cover;
	object-position: center;
}

.auction-card .auction-card-title {
	font-size: 20px;
	text-align: center;
	font-family: var(--lb-font-family-highlight);
}

.auction-card .card-buttons {
	width: 100%;
	display: flex;
	justify-content: stretch;
	flex-wrap: wrap;
	padding-left: 1rem;
	padding-right: 1rem;
}

.auction-card .card-buttons .btn {
	flex: 1;
}

.auction-card .card-buttons .btn-lb-primary.bg-danger {
	flex: none;
	width: 100%;
}

@media(min-width: 768px) {
	.auction-card .card-img-top {
		min-height: 309px;
	}
}

@media(min-width: 992px) {
	.auction-card .card-img-top {
		min-height: 240px;
	}
}

@media(min-width: 1200px) {
	.auction-card .card-img-top {
		min-height: 238px;
		height: clamp(14.875rem, -1.0625rem + 21.25vw, 20.1875rem);
	}
}

.w-85 {
	width: 85%;
}

/*
|--------------------------------------------------------------------------
| GRID
|--------------------------------------------------------------------------
*/
.banner-lotes-container .container-fluid {
	padding: 0;
}

.section-grid-filters {
	font-family: var(--lb-font-family-highlight);
	color: var(--color-gray-medium);
	scrollbar-color: var(--lb-color-secondary-light) var(--lb-color-secondary-lighter);
}

.section-grid-filters::-webkit-scrollbar-track {
	background: var(--lb-color-secondary-lighter);
}

.section-grid-filters::-webkit-scrollbar-thumb {
	background: var(--lb-color-secondary-light);
}

.filters-types {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.filters-types> :is(div, section) {
	padding: 0;
	border-bottom: 1px solid var(--lb-color-secondary);
	padding-bottom: 1rem;
}

.filters-auction-countdown {
	border-bottom: 1px solid var(--lb-color-secondary);
}

.filter-title {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

.filter-child-collapse {
	padding: 1rem;
}

.filters-auction-texts input,
select {
	font-family: var(--lb-font-family);
}

.section-badges {
	display: none;
}

.section-badges:has(span) {
	display: block;
}

.input-category {
	margin-bottom: 0.5rem;
}

.input-category .form-check {
	padding-left: 0;
	margin-bottom: 0.5rem;
}

.input-category .form-check-input {
	display: none;
}

.input-category .form-check-input:checked+label {
	font-weight: var(--font-semi-bold);
}

.input-category .form-check-label {
	cursor: pointer;
	text-transform: uppercase;
}

.input-category.input-subcategory {
	text-transform: uppercase;
}

.input-category.input-subcategory input {
	display: none;
}

.input-category.input-subcategory input:checked+label {
	font-weight: var(--font-semi-bold);
}

.input-category.input-subcategory .radio-label {
	cursor: pointer;
}

.auction__filters-type-list {
	color: var(--lb-color-gray);
	font-weight: var(--font-normal);
}

.auction__filters-estado-lote .form-check {
	padding-left: 0;
}

.auction__filters-estado-lote .form-check-input {
	display: none;
}

.auction__filters-estado-lote .form-check-input:checked+label {
	font-weight: var(--font-semi-bold);
}

.auction__filters-estado-lote .form-check-label {
	cursor: pointer;
}

.section-grid-lots {
	grid-template-columns: repeat(auto-fill, minmax(357px, 1fr));
	gap: 3rem;
}

.bottom-pagination .pagination {
	margin-bottom: 0;
	justify-content: flex-end;
}

#yearAuctionTabs h2 {
	font-family: var(--lb-font-family-highlight);
}

.nav-link.p-nav-items-auc {
	padding: 8px 10px 0px 10px;
}

.year-border.m-nav-items-auc {
	margin: 9px 11px 8px 11px;
}

.mobile-subastas .card-body h5.card-title {
	font-size: 1.7rem;
	font-family: var(--lb-font-family-highlight);
}

article.card-custom-large .card-body .card-title {
	font-size: 1.5rem;
	font-family: var(--lb-font-family-highlight);
	font-weight: var(--font-semi-bold);
}

.card-custom-large img {
	border-radius: var(--bs-card-border-radius);
}

@media (min-width: 576px) {
	article.card-custom-large .card-body .card-title {
		font-size: 2rem;
	}
}

@media (min-width: 768px) {
	article.card-custom-large .card-body .card-title {
		font-size: 1.3rem;
	}
}

@media (min-width: 992px) {
	article.card-custom-large .card-body .card-title {
		font-size: 1.8rem;
	}
}

@media (min-width: 1200px) {
	article.card-custom-large .card-body .card-title {
		font-size: 2.1rem;
	}
}

@media (min-width: 1400px) {
	article.card-custom-large .card-body .card-title {
		font-size: 2.5rem;
	}
}

.mobile-subastas a.grid-lot-link:hover,
.mobile-subastas a.grid-lot-link:active,
.mobile-subastas a.grid-lot-link:focus,
.mobile-subastas a.grid-lot-link:visited,
.mobile-subastas a.grid-lot-link {
	color: inherit;
	text-decoration: none;
}

.mobile-subastas .auction-grid-border {
	border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card.card-custom-large {
	min-height: 160px !important;
	--bs-card-color: var(--color-black);
	--bs-card-border-color: var(--lb-color-secondary);
	--bs-card-title-spacer-y: 1rem;

}

.card-mobile-subastas-top {
	margin-top: 1rem;
	border-bottom: 0px;
	box-shadow: none;
}

.card-mobile-subastas-bottom {
	border-bottom: solid 1px rgb(0 0 0 / 0.175);
}

.card-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.card-actions .btn {
	width: 250px;
	max-width: 100%;
}

/*
|--------------------------------------------------------------------------
| GRID - LOT
|--------------------------------------------------------------------------
*/
.lot-card {
	transition: all 0.3s linear;
	overflow: hidden;
	--bs-card-cap-padding-x: 3rem;
	--bs-card-cap-padding-y: 1rem;
}

.lot-card:hover {
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.lot-card:hover .btn {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
}

.lot-card .label-grid,
.ficha-grid .label-grid {
	background-color: var(--lb-color-secondary);
	border-radius: var(--bs-border-radius);
	top: 5px;
	right: 5px;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	padding: 10px 6px;
	white-space: nowrap;
	width: auto;
	height: auto;

}

.lot-card .card-img-top {
	margin-top: 0.5rem;
}

.lot-card .card-body {
	--bs-card-spacer-x: 2rem;
	padding-bottom: 0;
	min-height: auto;
}

.lot-card .card-footer {
	display: flex;
	column-gap: 2rem;
	row-gap: 0.5rem;
	border: 0;
	background: none;
	flex-wrap: wrap;
	align-items: center;
	font-family: var(--lb-font-family-highlight);
	text-transform: uppercase;
}

.lot-card .lot-btn {
	flex: 1;
	margin-top: initial;
	text-transform: uppercase;
	font-weight: var(--font-extra-bold);
}

.lot-card .card-lot-title {
	color: var(--lb-color-primary);
	margin-bottom: .75rem;
}

.lot-card .card-title {
	--line-heigth: 1.4;
	font-size: 1rem;
	color: var(--color-black);
}

.lot-salida-price {
	color: var(--color-gray-medium);
	margin-bottom: .75rem;
	font-size: 1rem;
}

.lot-buy-to,
.lot-actual-bid {
	font-size: 1rem;
	font-weight: var(--font-semi-bold);
	color: var(--color-yellow-600);
}

.lot-actual-bid {
	font-size: 1.2em;
}

.lot-card .card-body .lot-prices span:last-of-type {
	float: none;
}

.lot-actual-bid span:nth-child(2) {
	color: var(--lb-color-secondary);
}

.lot-actual-bid span:nth-child(2).no_winner {
	color: var(--lb-text-color-loser);
}

.lot-card .lot-notexport {
	background-color: #d38378;
	color: #fff;
	width: 100%;
	padding: 0 var(--bs-card-spacer-x);
	text-align: center;
	font-weight: 500;
	font-size: .9em;
}

.lot-card .bidds-counter {
	padding: .375rem .75rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid var(--lb-color-secondary);
	border-radius: var(--bs-border-radius);
}

.lot-card .bidds-counter img {
	margin-bottom: 2px;
}

.lot-card .bidds-counter svg {
	color: var(--lb-color-secondary);
}

/**
simbolos:: %3e == /> | %3c == < | %23 == #
**/
.with-caret {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230D5257' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 20px 18px;
}

.nav-grid-pages {
	float: none;
	display: flex;
	justify-content: center;
}

@media (min-width: 992px) {
	.nav-grid-pages {
		display: block;
		float: right;
		justify-content: start;
	}
}

/*
|--------------------------------------------------------------------------
| FICHA
|--------------------------------------------------------------------------
*/

section.ficha-title h2 {
	color: var(--lb-color-primary);
}

a.back-link {
	text-transform: none;
}

#img_main {
	height: 420px;
}

.ficha-grid-section {
	box-shadow: rgba(0, 0, 0, 0.19) 3px 5px 5px, rgba(0, 0, 0, 0.23) 3px 6px 6px;
	border-radius: var(--bs-border-radius);
}

.ficha-grid :is(.description, .categories, .ficha-info, .ficha-info-content, .ficha-extrainfo) {
	padding: 1rem;
	border: 1px solid #e8eeee;
}

section.ficha-description .categories h5 {
	font-size: 1.5rem;
	font-family: var(--lb-font-family-highlight);
	color: var(--lb-color-primary);
}

.ficha-grid .ficha-image {
	border: 1px solid #e8eeee;
}

section.ficha-history {
	display: none;
}

section.ficha-description,
section.ficha-pujas {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

section.ficha-extrainfo {
	text-align: justify;
}

.minis-content {
	padding: .5rem 1rem;
}

.minis-content button {
	padding: 0;
	border: 1px solid var(--lb-color-secondary);
	border-radius: var(--bs-border-radius);
	overflow: hidden;
}

.ficha-pujas .bid-price {
	color: var(--lb-color-secondary);
	font-weight: var(--font-semi-bold);
}

.ficha-pujas #actual_max_bid:not(.lose, .other, .no-winner) {
	color: var(--lb-color-secondary);
}

.ficha-pujas .next-price {
	display: none !important;
}

.ficha-pujas .price:not(.sold-price) .value {
	font-weight: var(--font-normal);
}

.ficha-pujas.ficha-pujas-o,
.ficha-pujas.ficha-cerrada {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.ficha-pujas.ficha-pujas-o .price .value {
	font-size: 24px;
	font-weight: var(--font-light);
}

.ficha-pujas-o .ficha-o-title {
	color: var(--lb-color-secondary);
	font-weight: var(--font-semi-bold);
}

.pujas-o-actions-container {
	display: flex;
	gap: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.pujas-o-input-wrapper {
	flex: 1;
}

.pujas-o-actions-container button {
	text-transform: uppercase;
}

.lot-action_pujar_on_line {
	flex: 1;
	padding: 0;
}

.pujas-o-input-wrapper {
	position: relative;
}

.pujas-o-input-wrapper::after {
	content: "€";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	/* Para que al hacer click en el símbolo se seleccione el input */
}

.ficha-pujas-o .currency-input {
	font-size: 20px;
	border-left: 0;
	background: none;
}

.ficha-description h1 {
	text-transform: none;
	color: var(--lb-color-primary);
}

.ficha-description .badge-custom-primary {
	background-color: transparent;
	color: var(--color-gray);
	border: 1px solid var(--color-gray);
	--bs-badge-font-weight: 400;
}

.ficha-description .provenance {
	color: var(--lb-color-gray);
	font-weight: var(--font-extra-light);
	font-style: italic;
}

.description .long-description {
	--max-lines: 6;
	color: var(--color-gray-medium);
}

.price.salida-price {
	font-weight: var(--font-normal);
	color: var(--color-gray-medium);
}

.ficha-pujas .price:not(.next-price) span:nth-of-type(2) {
	float: none;
	margin-left: 1rem;
	color: var(--color-black);
}

.ficha-pujas .price.sold-price:not(.next-price) {
	font-weight: var(--font-semi-bold);
}

.escalados-container button {
	font-size: 18px;
	flex: 1;
	font-weight: var(--font-normal);
}

.carrousel-lot-card img {
	border-radius: 0;
	height: 250px;
	width: 100%;
	object-fit: contain;
}

.section-destacados {
	min-height: 521px;
	color: var(--color-black);
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.section-destacados .h1 {
	font-weight: var(--font-semi-bold);
	color: inherit;
	letter-spacing: 0.1em;
}

.section-destacados .lot-card .card-img-top {
	padding: 0.5rem;
}

.section-destacados .lot-card .card-body {
	min-height: 165px;
}

.partners {
	background-color: var(--color-gray-light);
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 70px 1.5rem;

}

.partners .h1 {
	font-weight: var(--font-semi-bold);
	letter-spacing: 0.1em;
}

.partners-slider .slick-slide {
	padding: 0 10px;
}

.partners-slider .slide-item {
	height: 90px;
	/* tu altura fija */
	display: flex;
	align-items: center;
	/* centra vertical */
	justify-content: center;
	/* centra horizontal (opcional pero recomendable) */
}

.partners-slider img {
	max-height: 90px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.lotes_destacados .title-wrapper {
	border-radius: var(--bs-border-radius);
}

.lotes_destacados .slick-list {
	margin: 0;
	margin-top: 1rem;
}

.ficha-info .ficha-info-justify-content {
	justify-content: center;
}

.ficha-info {
	font-size: 16px;
}

.ficha-lot-state {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.5rem 1rem;
	margin-top: .5rem;
	background-color: rgba(var(--lb-color-secondary-rgb), 0.1);
	border-radius: var(--bs-border-radius);
}

.ficha-lot-state svg {
	color: var(--lb-color-secondary);
}

.ficha-info .auc-timer {
	text-align: center;
}

.search-lot-container {
	width: 122px;
	justify-content: center;
}

.ficha-previous-next .btn:not(.btn-sm, .btn-link) {
	font-size: 14pt;
}

.grid-previous-and-next {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: 1fr 1fr 1fr;
	height: 41px;
}

.grid-previous-and-next input.search-lot-bar-input::-webkit-inner-spin-button,
.grid-previous-and-next input.search-lot-bar-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.grid-previous-and-next input.search-lot-bar-input {
	-moz-appearance: textfield;
	padding-top: 9px;
}

.grid-previous-and-next .search-lot-bar-button {
	padding: 3px 10px;
}

.grid-previous-and-next section.previous-button {
	grid-column: 1 / 1;
}

.grid-previous-and-next section.search-lot-bar {
	grid-column: 2 / 2;
}

.grid-previous-and-next section.next-button {
	grid-column: 3 / 3;
}

.header-ficha-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.5rem;
}

.ficha-previous-next .btn:not(.btn-sm, .btn-link) {
	font-size: 12pt;
	padding-top: 6px;
	font-weight: bolder;
	z-index: 5;
}

.ficha-previous-next .search-lot-bar-input {
	height: 38px;
	margin-top: 1px;
}

.ficha-previous-next .search-lot-bar-button {
	height: 38px;
	padding: 6px 6px 6px 8px;
	margin-top: 1px;
}

.grid-previous-and-next section.previous-button,
.grid-previous-and-next section.next-button,
.grid-previous-and-next section.search-lot-bar {
	height: 36px;
}

.grid-previous-and-next div.search-bar,
.grid-previous-and-next input.search-lot-bar-input,
.grid-previous-and-next button.search-lot-bar-button {
	height: 36px;
}

.prev-next-btn {
	padding: 6px;
}

.grid-previous-and-next input.search-lot-bar-input {
	width: 90px;
}


.ficha-previous-next .btn.arrow-button {
	padding: 10px 6px;
}

@media (min-width: 295px) {
	.ficha-info .ficha-info-justify-content {
		justify-content: space-between;
	}
}


@media (min-width: 382px) {
	.ficha-info .auc-timer {
		text-align: right;
	}
}

@media (min-width: 992px) {

	section.ficha-title {
		grid-column: 1 / 1;
	}

	section.ficha-image {
		grid-row: 2 / 4;
	}

	section.ficha-pujas {
		grid-row: 2 / 4;
	}

	section.ficha-pujas .ficha-info-content {
		flex: 1;
	}

	section.ficha-share {
		grid-row: auto;
		grid-row-start: 7;
	}

	section.ficha-previous-next {
		grid-column: 3 / 4;
		grid-row: 1 / 1;
	}

	section.ficha-extrainfo {
		grid-row-start: 6;
		grid-column: 1 / 3;
	}

	.grid-previous-and-next {
		height: 36px;
	}

	.header-ficha-grid {
		grid-template-columns: 1fr 2fr 2fr;
	}

	.grid-previous-and-next {
		height: 24px;
	}

}

@media (min-width: 1200px) {

	.ficha-grid {
		grid-template-columns: 3fr 5fr 3fr;
	}

	section.ficha-image {
		grid-row: 2 / 4;
	}

	section.ficha-description {
		grid-row: 2 / 4;
	}

	.description .long-description {
		--max-lines: 12;
	}

	section.ficha-description .categories {
		margin-top: auto;
	}

	section.ficha-pujas {
		grid-row: 2 / 4;
	}

	section.ficha-previous-next {
		grid-column: 3 / 4;
		grid-row: 1 / 1;
	}

	section.ficha-extrainfo {
		grid-row: 4 / 6;
	}

	section.ficha-share {
		grid-column: 3 / 4;
		grid-row: 5 / 6;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.ficha-info .ficha-info-justify-content {
		justify-content: space-between;
	}

	.header-ficha-grid {
		grid-template-columns: 3fr 5fr 3fr;
	}
}

#lotes_recomendados {
	overflow: hidden;
}

/*
|--------------------------------------------------------------------------
| MUSEUM, EVENTS & PRESS
|--------------------------------------------------------------------------
*/
.museum-card img {
	height: 300px;
	object-fit: contain;
	padding: 0.5rem;
}

.event-image {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	cursor: pointer;
	border-radius: var(--bs-border-radius);
}

.event-card .img-card-wrapper {
	height: 300px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.5s;
}

/* .event-card:hover .img-card-wrapper {
	background-size: 110% auto;
	transition: all 0.5s;
} */

.event-page .event-images-wrapper {
	height: 300px;
}

.event-page .event-images-wrapper img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#eventModal .modal-header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1;
}

.press-card img {
	height: auto;
	object-fit: contain;
}

.press-row {
	margin-bottom: 3rem;
	padding-bottom: 3rem;
}

@media (min-width: 992px) {
	.event-card .img-card-wrapper {
		height: 600px;
	}

	.press-card img {
		height: 350px;
		object-fit: cover;
	}

	.press-row.with-border {
		border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
	}
}


/*
|--------------------------------------------------------------------------
| Tienda Online
|--------------------------------------------------------------------------
*/
.page-banner img {
	border-radius: var(--bs-border-radius);
}

.content-page-banner>.container>.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tienda-banner {
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%);
}

.tienda-banner img {
	transition: all 0.5s linear;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tienda-banner:hover img {
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	transition: all 0.5s linear;
}

.content-page-banner .col-md-3 {
	width: 80%;
	margin-top: 2rem;
	flex: initial;
}

@media (min-width: 768px) {
	.content-page-banner .col-md-3 {
		width: 50%;
		margin-top: 2rem;
	}
}


.btn-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--lb-color-secondary);
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	transition: opacity 0.3s;
	opacity: 0;
	z-index: 9999;
}

.btn-to-top.show {
	opacity: 1;
}


/*
|--------------------------------------------------------------------------
| Registro - Datos de perfil
|--------------------------------------------------------------------------
*/
.register-currency {
	display: none;
}
