.dc-catalog {
	--dc-ink: #172029;
	--dc-muted: #66727f;
	--dc-line: #dce6ee;
	--dc-soft: #f6f9fb;
	--dc-panel: #ffffff;
	--dc-blue: #246692;
	--dc-blue-dark: #164b70;
	--dc-teal: #76bdb8;
	--dc-gold: #b88a3b;
	--dc-shadow: 0 20px 60px rgba(23, 32, 41, 0.09);
	--dc-radius: 8px;
	color: var(--dc-ink);
	margin: 34px auto 56px;
	max-width: 1320px;
	padding: 0 18px;
}

.dc-seo-intro {
	margin: 0 auto 22px;
	max-width: none;
	text-align: left;
	width: 100%;
}

.dc-seo-intro h1 {
	color: var(--dc-ink);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 auto 16px;
	max-width: 1180px;
	text-align: center;
}

.dc-seo-intro p {
	color: #52616d;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.75;
	margin: 0;
	max-width: none;
}

.dc-seo-content {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 253, 0.98));
	border: 1px solid rgba(205, 220, 231, 0.92);
	border-radius: var(--dc-radius);
	box-shadow: 0 22px 70px rgba(23, 32, 41, 0.07);
	margin: 42px auto 0;
	max-width: 1040px;
	padding: clamp(26px, 4vw, 46px);
}

.dc-seo-content h2,
.dc-seo-content h3 {
	color: var(--dc-ink);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.16;
	margin: 34px 0 12px;
}

.dc-seo-content h2 {
	font-size: clamp(24px, 2.4vw, 32px);
}

.dc-seo-content h3 {
	font-size: clamp(20px, 2vw, 26px);
}

.dc-seo-content p {
	color: #52616d;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.78;
	margin: 0 0 16px;
}

.dc-seo-content p:last-child {
	margin-bottom: 0;
}

.dc-seo-intro .aso-texto-acordeones,
.dc-seo-content .aso-texto-acordeones {
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
}

.dc-seo-intro .aso-texto-acordeones h1,
.dc-seo-content .aso-texto-acordeones h1 {
	font-size: clamp(32px, 4vw, 52px);
	margin-bottom: 18px;
	max-width: 1120px;
}

.dc-seo-intro .aso-texto-acordeones p,
.dc-seo-content .aso-texto-acordeones p {
	color: #52616d;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.72;
	margin: 0 0 16px;
	text-align: left;
}

.dc-seo-intro .aso-acordeon,
.dc-seo-content .aso-acordeon {
	margin: 18px 0 0;
}

.dc-seo-intro .aso-acordeon details,
.dc-seo-content .aso-acordeon details {
	background: linear-gradient(180deg, #fff, #f8fcfd);
	border: 1px solid rgba(205, 220, 231, 0.96);
	border-radius: 14px;
	box-shadow: 0 14px 38px rgba(23, 32, 41, 0.055);
	margin: 10px 0;
	overflow: hidden;
}

.dc-seo-intro .aso-acordeon summary,
.dc-seo-content .aso-acordeon summary {
	align-items: center;
	color: var(--dc-blue);
	cursor: pointer;
	display: flex;
	font-size: clamp(17px, 1.55vw, 20px);
	font-weight: 850;
	gap: 14px;
	justify-content: space-between;
	line-height: 1.25;
	list-style: none;
	padding: 16px 18px;
}

.dc-seo-intro .aso-acordeon summary::-webkit-details-marker,
.dc-seo-content .aso-acordeon summary::-webkit-details-marker {
	display: none;
}

.dc-seo-intro .aso-acordeon summary::marker,
.dc-seo-content .aso-acordeon summary::marker {
	content: "";
}

.dc-seo-intro .aso-acordeon summary::after,
.dc-seo-content .aso-acordeon summary::after {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 999px;
	content: "+";
	display: inline-flex;
	flex: 0 0 30px;
	font-size: 22px;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	line-height: 1;
	width: 30px;
}

.dc-seo-intro .aso-acordeon details[open] summary::after,
.dc-seo-content .aso-acordeon details[open] summary::after {
	content: "-";
}

.dc-seo-intro .aso-acordeon summary h2,
.dc-seo-content .aso-acordeon summary h2 {
	color: inherit;
	display: block;
	flex: 1 1 auto;
	font: inherit;
	line-height: inherit;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.dc-seo-intro .aso-contenido-acordeon,
.dc-seo-content .aso-contenido-acordeon {
	padding: 0 18px 20px;
}

.dc-seo-intro .aso-contenido-acordeon h3,
.dc-seo-intro .aso-contenido-acordeon h4,
.dc-seo-content .aso-contenido-acordeon h3,
.dc-seo-content .aso-contenido-acordeon h4 {
	color: var(--dc-blue);
	font-weight: 850;
	line-height: 1.25;
	margin: 24px 0 10px;
}

.dc-seo-intro .aso-contenido-acordeon h3,
.dc-seo-content .aso-contenido-acordeon h3 {
	font-size: clamp(18px, 1.9vw, 23px);
}

.dc-seo-intro .aso-contenido-acordeon h4,
.dc-seo-content .aso-contenido-acordeon h4 {
	font-size: clamp(17px, 1.7vw, 21px);
}

.dc-shared-selection {
	background: linear-gradient(180deg, #fff, #f8fcfd);
	border: 1px solid rgba(205, 220, 231, 0.94);
	border-radius: var(--dc-radius);
	box-shadow: 0 16px 42px rgba(23, 32, 41, 0.07);
	margin: 0 0 14px;
	padding: 14px 18px;
}

.dc-shared-selection span {
	color: var(--dc-blue);
	display: block;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.dc-shared-selection p {
	color: var(--dc-muted);
	font-size: 14px;
	font-weight: 700;
	margin: 4px 0 0;
}

.dc-filterbar {
	align-items: end;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(14px);
	border: 1px solid var(--dc-line);
	border-radius: var(--dc-radius);
	box-shadow: var(--dc-shadow);
	display: grid;
	column-gap: 18px;
	row-gap: 8px;
	grid-template-columns: minmax(170px, 1fr) minmax(170px, 1fr) minmax(170px, 1fr) minmax(210px, 0.9fr);
	margin-bottom: 14px;
	padding: 9px 16px 8px;
	position: relative;
	z-index: 12;
}

.dc-filterbar--abdominoplastia {
	align-items: center;
	grid-template-columns: minmax(420px, auto) minmax(210px, auto) 1fr;
	padding-right: 132px;
}

.dc-filterbar__mobile-head,
.dc-filterbar__mobile-actions,
.dc-mobile-filter-collapse,
.dc-filter--mobile-more {
	display: none;
}

.dc-filterbar-placeholder {
	display: block;
	height: 0;
	margin-bottom: 0;
}

.dc-filterbar.is-fixed {
	left: var(--doctoraso-fixed-left, 0);
	margin-bottom: 0;
	position: fixed;
	top: var(--doctoraso-fixed-top, 0);
	width: var(--doctoraso-fixed-width, auto);
	z-index: 800;
}

.dc-filterbar-placeholder.is-active {
	margin-bottom: 14px;
}

#header .vc_row.header-main {
	z-index: 3000 !important;
}

#header .main-menu,
#header .mega-menu,
#header .mega-menu > li.menu-item.has-sub:hover {
	position: relative;
	z-index: 3100;
}

#header .mega-menu .popup,
#header .mega-menu .narrow ul.sub-menu,
#header .porto-narrow-sub-menu,
#header .porto-narrow-sub-menu ul.sub-menu {
	z-index: 3200;
}

.dc-filter {
	min-width: 0;
}

.dc-filter__label {
	color: #5d6a76;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.dc-filter .facetwp-slider-wrap {
	padding: 3px 8px 0;
}

.dc-filter .noUi-target {
	background: #e8eef3;
	border: 0;
	box-shadow: none;
	height: 5px;
}

.dc-filter .noUi-connect {
	background: linear-gradient(90deg, var(--dc-blue), var(--dc-teal));
}

.dc-filter .noUi-handle {
	background: #fff;
	border: 1px solid var(--dc-line);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(23, 32, 41, 0.18);
	height: 18px;
	right: -9px;
	top: -7px;
	width: 18px;
}

.dc-filter .noUi-handle::before,
.dc-filter .noUi-handle::after {
	display: none;
}

.dc-filter .facetwp-slider-label {
	color: var(--dc-ink);
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-top: 6px;
	min-height: 15px;
}

.dc-filter .facetwp-slider-reset {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.dc-select-shell {
	position: relative;
}

.dc-select-shell::after {
	border-bottom: 2px solid var(--dc-blue);
	border-right: 2px solid var(--dc-blue);
	content: "";
	height: 8px;
	pointer-events: none;
	position: absolute;
	right: 16px;
	top: 12px;
	transform: rotate(45deg);
	transition: transform 180ms ease, border-color 180ms ease;
	width: 8px;
}

.dc-select-shell:hover::after,
.dc-select-shell:focus-within::after {
	border-color: var(--dc-blue-dark);
	transform: rotate(45deg) translate(2px, 2px);
}

.dc-filter .facetwp-dropdown {
	appearance: none;
	background: var(--dc-soft);
	border: 1px solid var(--dc-line);
	border-radius: 7px;
	color: var(--dc-ink);
	height: 35px;
	max-width: 100%;
	padding: 0 44px 0 14px;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
	width: 100%;
}

.dc-filter .facetwp-dropdown:hover,
.dc-filter .facetwp-dropdown:focus {
	background: #fff;
	border-color: #b9ccd9;
	box-shadow: 0 10px 28px rgba(36, 102, 146, 0.12);
	outline: none;
}

.dc-choice-shell .facetwp-facet {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 0;
}

.dc-filterbar--abdominoplastia .dc-choice-shell {
	display: none;
}

.dc-segmented-filter {
	background: #eef6fb;
	border: 1px solid rgba(188, 216, 232, 0.9);
	border-radius: 999px;
	display: inline-flex;
	gap: 3px;
	padding: 3px;
}

.dc-segmented-filter button,
.dc-toggle-filter {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: #164463;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	min-height: 34px;
	padding: 0 13px;
	transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.dc-segmented-filter button.is-active,
.dc-toggle-filter.is-active {
	background: #fff;
	box-shadow: 0 8px 20px rgba(36, 102, 146, 0.13);
	color: var(--dc-blue-dark);
}

.dc-segmented-filter button:hover,
.dc-segmented-filter button:focus-visible,
.dc-toggle-filter:hover,
.dc-toggle-filter:focus-visible {
	background: #fff;
	box-shadow: 0 10px 24px rgba(36, 102, 146, 0.13);
	outline: none;
	transform: translateY(-1px);
}

.dc-toggle-filter {
	background: var(--dc-soft);
	border: 1px solid var(--dc-line);
	gap: 8px;
}

.dc-toggle-filter span {
	background: #fff;
	border: 1px solid rgba(157, 180, 196, 0.95);
	border-radius: 5px;
	height: 14px;
	width: 14px;
}

.dc-toggle-filter.is-active span {
	background: var(--dc-blue);
	box-shadow: inset 0 0 0 3px #fff;
	border-color: var(--dc-blue);
}

.dc-choice-shell .facetwp-radio,
.dc-choice-shell .facetwp-checkbox {
	align-items: center;
	background: var(--dc-soft);
	border: 1px solid var(--dc-line);
	border-radius: 999px;
	color: var(--dc-ink);
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	gap: 7px;
	line-height: 1;
	min-height: 35px;
	padding: 0 13px;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.dc-choice-shell .facetwp-radio::before,
.dc-choice-shell .facetwp-checkbox::before {
	background: #fff;
	border: 1px solid rgba(157, 180, 196, 0.95);
	border-radius: 999px;
	content: "";
	height: 12px;
	width: 12px;
}

.dc-choice-shell .facetwp-checkbox::before {
	border-radius: 4px;
}

.dc-choice-shell .facetwp-radio.checked,
.dc-choice-shell .facetwp-checkbox.checked {
	background: #eff8fc;
	border-color: #a7cde3;
	box-shadow: 0 10px 28px rgba(36, 102, 146, 0.12);
	color: var(--dc-blue-dark);
}

.dc-choice-shell .facetwp-radio.checked::before,
.dc-choice-shell .facetwp-checkbox.checked::before {
	background: radial-gradient(circle at center, var(--dc-blue) 0 42%, #fff 45% 100%);
	border-color: var(--dc-blue);
}

.dc-choice-shell .facetwp-checkbox.checked::before {
	background: var(--dc-blue);
	box-shadow: inset 0 0 0 3px #fff;
}

.dc-choice-shell .facetwp-radio:hover,
.dc-choice-shell .facetwp-radio:focus-visible,
.dc-choice-shell .facetwp-checkbox:hover,
.dc-choice-shell .facetwp-checkbox:focus-visible {
	background: #fff;
	border-color: #b9ccd9;
	box-shadow: 0 12px 30px rgba(36, 102, 146, 0.12);
	outline: none;
	transform: translateY(-1px);
}

.dc-choice-shell .facetwp-counter {
	color: var(--dc-muted);
	font-size: 11px;
	font-weight: 800;
}

.dc-filter--actions {
	display: flex;
	justify-content: flex-end;
	pointer-events: none;
	position: absolute;
	right: 16px;
	top: 8px;
	z-index: 2;
}

.dc-clear-filters {
	background: #fff;
	border: 1px solid var(--dc-line);
	border-radius: 7px;
	color: var(--dc-blue);
	cursor: pointer;
	font-size: 11px;
	font-weight: 800;
	height: 20px;
	letter-spacing: 0;
	line-height: 1;
	padding: 0 8px;
	pointer-events: auto;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
	white-space: nowrap;
}

.dc-clear-filters:hover,
.dc-clear-filters:focus-visible {
	background: #f9fcfd;
	border-color: #b9ccd9;
	box-shadow: 0 10px 28px rgba(36, 102, 146, 0.12);
	color: var(--dc-blue-dark);
	outline: none;
}

.dc-results {
	position: relative;
}

.dc-results__loader {
	align-items: center;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(220, 230, 238, 0.9);
	border-radius: 999px;
	box-shadow: 0 18px 48px rgba(23, 32, 41, 0.14);
	color: var(--dc-ink);
	display: flex;
	gap: 10px;
	left: 50%;
	opacity: 0;
	padding: 11px 16px;
	pointer-events: none;
	position: absolute;
	top: 16px;
	transform: translate(-50%, -8px);
	transition: opacity 180ms ease, transform 180ms ease;
	width: fit-content;
	z-index: 11;
}

.dc-results.is-loading .dc-results__loader {
	opacity: 1;
	transform: translate(-50%, 0);
}

.dc-loader-ring {
	border: 2px solid rgba(36, 102, 146, 0.18);
	border-top-color: var(--dc-blue);
	border-radius: 999px;
	display: block;
	height: 18px;
	width: 18px;
	animation: dc-spin 700ms linear infinite;
}

.dc-loader-text {
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.dc-results.is-loading .dc-cases {
	opacity: 0.46;
	transform: translateY(4px);
}

.dc-cases {
	display: grid;
	gap: 28px;
	transition: opacity 180ms ease, transform 180ms ease;
}

.dc-case {
	background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
	border: 1px solid rgba(205, 220, 231, 0.96);
	border-radius: var(--dc-radius);
	box-shadow: 0 22px 70px rgba(23, 32, 41, 0.09);
	opacity: 0;
	overflow: hidden;
	padding: 6px;
	transform: translateY(18px);
	transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.dc-case.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.dc-case:hover {
	border-color: #c8d7e2;
	box-shadow: 0 30px 86px rgba(23, 32, 41, 0.13);
}

.dc-case__header {
	align-items: center;
	background: #fff;
	border-radius: 6px 6px 0 0;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 20px 22px 17px;
}

.dc-case__kicker {
	color: var(--dc-muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.dc-case__title {
	color: var(--dc-ink);
	font-size: 25px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
}

.dc-case__subtitle {
	color: var(--dc-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	margin: 6px 0 0;
}

.dc-case__actions,
.dc-showcase__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.dc-case__save,
.dc-case__share {
	align-items: center;
	background: #fff;
	border: 1px solid var(--dc-line);
	border-radius: 999px;
	color: var(--dc-blue);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	min-height: 34px;
	padding: 0 13px;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.dc-case__save::before {
	content: "♡";
	font-size: 14px;
	line-height: 1;
	margin-right: 6px;
}

.dc-case__save.is-saved {
	background: #eff8fc;
	border-color: #bcd8e8;
	color: var(--dc-blue-dark);
}

.dc-case__save.is-saved::before {
	content: "♥";
}

.dc-case__share::before {
	content: "↗";
	font-size: 13px;
	margin-right: 6px;
}

.dc-case__save.is-saved::before {
	color: #d8455f;
	text-shadow: 0 0 10px rgba(216, 69, 95, 0.24);
}

.dc-case__save:hover,
.dc-case__save:focus-visible,
.dc-case__share:hover,
.dc-case__share:focus-visible {
	background: #f9fcfd;
	border-color: #b9ccd9;
	box-shadow: 0 14px 34px rgba(36, 102, 146, 0.14);
	color: var(--dc-blue-dark);
	outline: none;
	transform: translateY(-1px);
}

.dc-case__details-link {
	align-items: center;
	background: #fff;
	border: 1px solid var(--dc-line);
	border-radius: 999px;
	color: var(--dc-blue);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-family: inherit;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	min-height: 34px;
	padding: 0 14px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.dc-case__details-link--secondary {
	background: #eef7fb;
	border-color: #bad8e8;
	color: var(--dc-blue-dark);
	padding-inline: 13px;
}

.dc-case__details-link:hover,
.dc-case__details-link:focus-visible {
	background: #f9fcfd;
	border-color: #b9ccd9;
	box-shadow: 0 14px 34px rgba(36, 102, 146, 0.14);
	color: var(--dc-blue-dark);
	outline: none;
	transform: translateY(-1px);
}

.dc-case__details-link--secondary:hover,
.dc-case__details-link--secondary:focus-visible {
	background: #dff0f8;
	border-color: #8ebed7;
	box-shadow: 0 14px 34px rgba(36, 102, 146, 0.16);
	color: var(--dc-blue-dark);
	text-decoration: none;
}

.dc-case__images {
	background: #0e1215;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	overflow: hidden;
}

.dc-case__figure {
	background: #10161a;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.dc-case__image-button {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: zoom-in;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: inherit;
	width: 100%;
}

.dc-case__image-button picture {
	display: block;
	width: 100%;
}

.dc-case__image-button img {
	aspect-ratio: 3 / 2;
	display: block;
	height: auto;
	object-fit: cover;
	transform: scale(1.001);
	transition: transform 520ms ease, filter 520ms ease;
	width: 100%;
}

.dc-case__image-button::after {
	background: linear-gradient(180deg, rgba(14, 18, 21, 0) 40%, rgba(14, 18, 21, 0.56) 100%);
	content: "";
	inset: 0;
	opacity: 0.92;
	pointer-events: none;
	position: absolute;
}

.dc-case__image-button:hover img,
.dc-case__image-button:focus-visible img {
	filter: saturate(1.04) contrast(1.03);
	transform: scale(1.025);
}

.dc-case__zoom {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 999px;
	color: var(--dc-ink);
	font-size: 12px;
	font-weight: 800;
	opacity: 0;
	padding: 8px 11px;
	position: absolute;
	right: 12px;
	top: 12px;
	transform: translateY(-4px);
	transition: opacity 220ms ease, transform 220ms ease;
	z-index: 2;
}

.dc-case__image-button:hover .dc-case__zoom,
.dc-case__image-button:focus-visible .dc-case__zoom {
	opacity: 1;
	transform: translateY(0);
}

.dc-case__figure figcaption {
	background: rgba(23, 32, 41, 0.78);
	bottom: 12px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	left: 12px;
	line-height: 1;
	padding: 8px 10px;
	position: absolute;
	z-index: 2;
}

.dc-case__missing {
	align-items: center;
	aspect-ratio: 3 / 2;
	color: #9ba8b2;
	display: flex;
	font-size: 13px;
	justify-content: center;
}

.dc-case__meta {
	background: linear-gradient(90deg, rgba(220, 230, 238, 0.92), rgba(220, 230, 238, 0.62));
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0;
	padding: 0;
}

.dc-case__meta--catalog {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dc-case__meta--abdominoplasty {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	text-align: center;
}

.dc-case__meta--catalog.dc-case__meta--abdominoplasty {
	background: linear-gradient(90deg, rgba(220, 230, 238, 0.82), rgba(236, 244, 249, 0.82));
}

.dc-case__meta--catalog.dc-case__meta--abdominoplasty div {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 92px;
}

.dc-case__meta--catalog .dc-case__meta-bmi {
	display: none;
}

.dc-case__meta div {
	background: rgba(255, 255, 255, 0.98);
	padding: 15px 18px 16px;
}

.dc-case--single .dc-case__meta-item--wide {
	grid-column: span 3;
}

.dc-case--single .dc-case__meta--abdominoplasty .dc-case__meta-item--result {
	align-items: center;
	background: linear-gradient(90deg, rgba(226, 237, 245, 0.98), rgba(240, 247, 251, 0.98));
	display: flex;
	flex-direction: column;
	grid-column: span 3;
	justify-content: center;
	min-height: 106px;
	text-align: center;
}

.dc-case__meta dt {
	color: var(--dc-muted);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.dc-case__meta dd {
	color: var(--dc-ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

.dc-case__chip {
	align-items: center;
	background: linear-gradient(180deg, rgba(239, 248, 252, 0.98), rgba(247, 252, 254, 0.98));
	border: 1px solid rgba(190, 215, 228, 0.95);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 8px 18px rgba(36, 102, 146, 0.045);
	color: #172d3f;
	display: inline-flex;
	max-width: 100%;
	min-height: 30px;
	text-align: center;
	padding: 5px 12px;
	white-space: normal;
	word-break: normal;
}

.dc-empty {
	background: #fff;
	border: 1px solid var(--dc-line);
	border-radius: var(--dc-radius);
	padding: 34px;
	text-align: center;
}

.dc-empty__title {
	color: var(--dc-ink);
	font-size: 22px;
	font-weight: 850;
	line-height: 1.2;
	margin: 0 0 8px;
}

.dc-empty p {
	color: var(--dc-muted);
	margin: 0;
}

.dc-pager {
	margin-top: 24px;
	text-align: center;
}

.dc-pager .facetwp-page {
	border: 1px solid var(--dc-line);
	border-radius: 6px;
	display: inline-block;
	font-weight: 800;
	margin: 0 3px;
	min-width: 36px;
	padding: 8px 10px;
}

.dc-pager .facetwp-page.active {
	background: var(--dc-blue);
	border-color: var(--dc-blue);
	color: #fff;
}

.dc-infinite {
	align-items: center;
	display: grid;
	gap: 14px;
	justify-items: center;
	margin: 24px 0 0;
	min-height: 86px;
	position: relative;
	text-align: center;
}

.dc-infinite.is-loading-more {
	min-height: clamp(720px, 75vw, 980px);
}

.dc-infinite__status {
	color: var(--dc-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
}

.dc-infinite__status .facetwp-counts {
	display: block;
}

.dc-infinite__action {
	min-height: 42px;
}

.dc-infinite .facetwp-facet {
	margin: 0;
}

.dc-infinite .facetwp-load-more {
	background: #fff;
	border: 1px solid var(--dc-line);
	border-radius: 999px;
	box-shadow: 0 14px 36px rgba(23, 32, 41, 0.08);
	color: var(--dc-blue);
	cursor: pointer;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	min-height: 40px;
	padding: 0 20px;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.dc-infinite .facetwp-load-more:hover,
.dc-infinite .facetwp-load-more:focus-visible {
	background: #f9fcfd;
	border-color: #b9ccd9;
	box-shadow: 0 18px 44px rgba(36, 102, 146, 0.14);
	color: var(--dc-blue-dark);
	outline: none;
	transform: translateY(-1px);
}

.dc-infinite .facetwp-load-more.facetwp-hidden {
	display: none;
}

.dc-infinite__loader {
	display: grid;
	gap: 24px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateY(10px);
	transition: opacity 180ms ease, transform 180ms ease;
	width: 100%;
}

.dc-infinite.is-loading-more .dc-infinite__loader {
	opacity: 1;
	transform: translateY(0);
}

.dc-infinite.is-loading-more .dc-infinite__action {
	opacity: 0;
	pointer-events: none;
}

.dc-infinite__sentinel {
	height: 1px;
	width: 100%;
}

.dc-skeleton-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 253, 254, 0.98));
	border: 1px solid rgba(205, 220, 231, 0.92);
	border-radius: var(--dc-radius);
	box-shadow: 0 20px 60px rgba(23, 32, 41, 0.07);
	overflow: hidden;
	padding: 6px;
	width: 100%;
}

.dc-skeleton-card__header {
	background: #fff;
	border-radius: 6px 6px 0 0;
	display: grid;
	gap: 10px;
	padding: 20px 22px 18px;
	text-align: left;
}

.dc-skeleton-line,
.dc-skeleton-card__images span,
.dc-skeleton-card__meta span {
	background: linear-gradient(90deg, #edf4f8 0%, #f8fbfd 46%, #e8f1f6 100%);
	background-size: 220% 100%;
	display: block;
	position: relative;
	animation: dc-skeleton-shimmer 2200ms ease-in-out infinite;
}

.dc-skeleton-line {
	border-radius: 999px;
	height: 12px;
}

.dc-skeleton-line--short {
	width: 92px;
}

.dc-skeleton-line--title {
	height: 26px;
	width: 128px;
}

.dc-skeleton-line--medium {
	width: 210px;
}

.dc-skeleton-card__images {
	background: #eef4f7;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	overflow: hidden;
}

.dc-skeleton-card__images span {
	aspect-ratio: 3 / 2;
	background-image: linear-gradient(90deg, #eaf2f6 0%, #f9fcfd 48%, #e6f0f5 100%);
}

.dc-skeleton-card__meta {
	background: linear-gradient(90deg, rgba(220, 230, 238, 0.9), rgba(220, 230, 238, 0.58));
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dc-skeleton-card__meta span {
	background-color: #fff;
	border-radius: 999px;
	height: 30px;
	margin: 20px 18px;
}

.dc-showcase-open {
	overflow: hidden;
}

.dc-showcase {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 220ms ease;
	z-index: 999999;
}

.dc-showcase.is-open {
	opacity: 1;
	pointer-events: auto;
}

.dc-showcase__backdrop {
	background: rgba(9, 13, 17, 0.82);
	backdrop-filter: blur(10px);
	inset: 0;
	position: absolute;
}

.dc-showcase__dialog {
	background: #0f1519;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(430px, 30vw);
	max-height: calc(100vh - 42px);
	max-width: min(1480px, calc(100vw - 42px));
	overflow: hidden;
	position: relative;
	transform: translateY(12px) scale(0.985);
	transition: transform 240ms ease;
	width: 100%;
}

.dc-showcase.is-open .dc-showcase__dialog {
	transform: translateY(0) scale(1);
}

.dc-showcase__close {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 0;
	border-radius: 999px;
	color: var(--dc-ink);
	cursor: pointer;
	display: flex;
	font-size: 26px;
	font-weight: 300;
	height: 38px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 38px;
	z-index: 3;
}

.dc-showcase__media {
	align-items: center;
	background: #050708;
	display: flex;
	min-height: 520px;
	position: relative;
}

.dc-showcase__picture {
	display: flex;
	height: 100%;
	width: 100%;
}

.dc-showcase__image {
	display: block;
	height: 100%;
	max-height: calc(100vh - 42px);
	object-fit: contain;
	width: 100%;
}

.dc-showcase__nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.78);
	border: 0;
	border-radius: 999px;
	color: var(--dc-ink);
	cursor: pointer;
	display: flex;
	font-size: 30px;
	height: 38px;
	justify-content: center;
	line-height: 1;
	opacity: 0.82;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 180ms ease, background-color 180ms ease, transform 180ms ease;
	width: 38px;
	z-index: 2;
}

.dc-showcase__nav:hover,
.dc-showcase__nav:focus-visible {
	background: rgba(255, 255, 255, 0.96);
	opacity: 1;
	outline: none;
	transform: translateY(-50%) scale(1.04);
}

.dc-showcase__nav--prev {
	left: 14px;
}

.dc-showcase__nav--next {
	right: 14px;
}

.dc-showcase__mobile-nav {
	background: linear-gradient(180deg, rgba(9, 13, 17, 0), rgba(9, 13, 17, 0.72));
	bottom: 0;
	display: none;
	left: 0;
	padding: 22px 14px 14px;
	position: absolute;
	right: 0;
	z-index: 3;
}

.dc-showcase__swipe-hint {
	align-items: center;
	background: rgba(9, 13, 17, 0.48);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	bottom: 74px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
	color: rgba(255, 255, 255, 0.92);
	display: none;
	font-size: 12px;
	font-weight: 900;
	gap: 9px;
	left: 50%;
	line-height: 1;
	padding: 9px 13px;
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, 8px);
	z-index: 4;
}

.dc-showcase__swipe-hint span {
	font-size: 16px;
	line-height: 1;
	opacity: 0.78;
}

.dc-showcase__loader {
	align-items: center;
	background: linear-gradient(180deg, rgba(5, 7, 8, 0.18), rgba(5, 7, 8, 0.42));
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 180ms ease;
	-webkit-user-select: none;
	user-select: none;
	z-index: 5;
}

.dc-showcase__loader.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.dc-showcase__loader > div {
	align-items: center;
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 12px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
	color: var(--dc-ink);
	display: grid;
	gap: 8px;
	justify-items: center;
	max-width: min(300px, calc(100% - 44px));
	padding: 18px 20px;
	text-align: center;
	transform: translateY(8px) scale(0.98);
	transition: transform 180ms ease;
}

.dc-showcase__loader.is-visible > div {
	transform: translateY(0) scale(1);
}

.dc-showcase__loader-mark {
	background: linear-gradient(90deg, rgba(36, 102, 146, 0.16), rgba(124, 187, 190, 0.34), rgba(36, 102, 146, 0.16));
	background-size: 220% 100%;
	border-radius: 999px;
	display: block;
	height: 5px;
	overflow: hidden;
	width: 92px;
	animation: dc-skeleton-shimmer 1800ms ease-in-out infinite;
}

.dc-showcase__loader strong {
	color: var(--dc-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.15;
}

.dc-showcase__loader small {
	color: var(--dc-muted);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
}

.dc-showcase__loader button {
	background: #fff;
	border: 1px solid rgba(205, 220, 231, 0.96);
	border-radius: 999px;
	color: var(--dc-blue);
	cursor: pointer;
	display: none;
	font-size: 12px;
	font-weight: 900;
	margin-top: 4px;
	min-height: 34px;
	padding: 0 14px;
}

.dc-showcase__loader.has-error .dc-showcase__loader-mark {
	background: #f5dce2;
}

.dc-showcase__loader.has-error strong {
	font-size: 0;
}

.dc-showcase__loader.has-error strong::after {
	content: "No se han podido cargar mas casos";
	font-size: 15px;
}

.dc-showcase__loader.has-error small {
	display: none;
}

.dc-showcase__loader.has-error button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.dc-showcase__tabs {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.dc-showcase__tab {
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	min-height: 31px;
	padding: 0 12px;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.dc-showcase__tab.is-active {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(255, 255, 255, 0.94);
	color: var(--dc-ink);
}

.dc-showcase__counter,
.dc-showcase__notice {
	color: rgba(255, 255, 255, 0.82);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	margin: 10px 0 0;
	text-align: center;
}

.dc-showcase__notice {
	color: #fff;
	min-height: 15px;
	opacity: 0;
	transition: opacity 180ms ease;
}

.dc-showcase__notice.is-visible {
	opacity: 1;
}

.dc-showcase__info {
	background: #fff;
	color: var(--dc-ink);
	padding: 34px 28px;
}

.dc-showcase__eyebrow {
	color: var(--dc-blue);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 42px 10px 0;
	text-transform: uppercase;
}

.dc-showcase__title {
	color: var(--dc-ink);
	font-size: clamp(26px, 1.85vw, 31px);
	font-weight: 800;
	line-height: 1.08;
	margin: 0 0 8px;
	hyphens: none;
	overflow-wrap: normal;
	word-break: keep-all;
}

.dc-showcase.has-long-showcase-title .dc-showcase__title {
	font-size: clamp(24px, 1.65vw, 28px);
	line-height: 1.08;
}

.dc-showcase__view {
	color: var(--dc-muted);
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 26px;
}

.dc-showcase__meta {
	display: grid;
	gap: 10px;
	margin: 0;
}

.dc-showcase__meta div {
	border-bottom: 1px solid var(--dc-line);
	padding-bottom: 10px;
}

.dc-showcase__meta dt {
	color: var(--dc-muted);
	font-size: 11px;
	font-weight: 900;
	margin: 0 0 5px;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}

.dc-showcase__meta dd {
	color: var(--dc-ink);
	font-size: 17px;
	font-weight: 800;
	margin: 0;
	overflow-wrap: anywhere;
}

.dc-showcase__details-link {
	align-items: center;
	background: var(--dc-blue);
	border: 1px solid var(--dc-blue);
	border-radius: 999px;
	box-shadow: 0 16px 38px rgba(36, 102, 146, 0.22);
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	margin: 28px auto 0;
	min-height: 44px;
	padding: 0 22px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
	width: fit-content;
}

.dc-showcase__details-link:hover,
.dc-showcase__details-link:focus-visible {
	background: var(--dc-blue-dark);
	border-color: var(--dc-blue-dark);
	box-shadow: 0 18px 44px rgba(36, 102, 146, 0.28);
	color: #fff;
	outline: none;
	transform: translateY(-1px);
}

@media (min-width: 769px) {
	.dc-showcase__details-link {
		background: #246692;
		border-color: #246692;
		color: #fff;
	}

	.dc-showcase__details-link:hover,
	.dc-showcase__details-link:focus-visible {
		background: #164b70;
		border-color: #164b70;
		color: #fff;
	}
}

.dc-single-wrap {
	--dc-ink: #172029;
	--dc-muted: #66727f;
	--dc-line: #dce6ee;
	--dc-soft: #f6f9fb;
	--dc-panel: #ffffff;
	--dc-blue: #246692;
	--dc-blue-dark: #164b70;
	--dc-shadow: 0 20px 60px rgba(23, 32, 41, 0.09);
	color: var(--dc-ink);
	margin: 34px auto 64px;
	max-width: 1320px;
	padding: 0 18px;
}

.dc-breadcrumb {
	align-items: center;
	color: var(--dc-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 800;
	gap: 9px;
	line-height: 1.3;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.dc-breadcrumb a {
	color: var(--dc-blue);
	text-decoration: none;
}

.dc-breadcrumb a:hover,
.dc-breadcrumb a:focus-visible {
	color: var(--dc-blue-dark);
	outline: none;
}

.dc-single__backlink {
	align-items: center;
	background: #fff;
	border: 1px solid var(--dc-line);
	border-radius: 999px;
	box-shadow: 0 12px 32px rgba(36, 102, 146, 0.08);
	color: var(--dc-blue);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	margin: 0 0 18px;
	min-height: 38px;
	padding: 0 16px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.dc-single__backlink:hover,
.dc-single__backlink:focus-visible {
	background: #f9fcfd;
	border-color: #b9ccd9;
	color: var(--dc-blue-dark);
	outline: none;
	transform: translateY(-1px);
}

.dc-single-return-bar {
	align-items: center;
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(205, 220, 231, 0.95);
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	box-shadow: 0 14px 38px rgba(23, 32, 41, 0.1);
	color: var(--dc-blue);
	display: flex;
	font-size: 13px;
	font-weight: 900;
	gap: 10px;
	justify-content: center;
	line-height: 1.2;
	margin: 0 calc(50% - 50vw) 18px;
	min-height: 42px;
	padding: 8px 16px;
	position: sticky;
	text-decoration: none;
	top: calc(var(--wp-admin--admin-bar--height, 0px) + 134px);
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
	width: 100vw;
	z-index: 760;
}

.dc-single-return-bar::before {
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	content: "";
	display: inline-block;
	height: 8px;
	margin-right: 2px;
	transform: rotate(45deg);
	width: 8px;
}

.dc-single-return-bar.is-fixed {
	margin: 0;
	position: fixed;
	left: 0;
	right: 0;
	top: var(--doctoraso-single-return-top);
	width: 100vw;
	z-index: 780;
}

.dc-single-return-placeholder {
	display: block;
	height: 0;
}

.dc-single-return-bar small {
	color: var(--dc-muted);
	font-size: 12px;
	font-weight: 800;
}

.dc-single-return-bar:hover,
.dc-single-return-bar:focus-visible {
	background: #fff;
	border-color: #b9ccd9;
	box-shadow: 0 16px 42px rgba(36, 102, 146, 0.14);
	color: var(--dc-blue-dark);
	outline: none;
	transform: translateY(-1px);
}

.dc-case--single {
	margin-bottom: 28px;
}

@media (min-width: 769px) {
	.dc-case--single-abdominoplasty .dc-case__images {
		background: transparent;
		gap: 22px;
		grid-template-columns: 1fr;
		margin: 0 auto;
		max-width: 1040px;
	}

	.dc-case--single-abdominoplasty .dc-case__figure {
		background: #0e1215;
		border: 1px solid rgba(188, 216, 232, 0.82);
		border-radius: 8px;
		box-shadow: 0 18px 48px rgba(23, 32, 41, 0.12);
	}

	.dc-case--single-abdominoplasty .dc-case__image-button picture {
		align-items: center;
		display: flex;
		justify-content: center;
	}

	.dc-case--single-abdominoplasty .dc-case__image-button img {
		aspect-ratio: auto;
		max-height: 620px;
		max-width: 100%;
		object-fit: contain;
		transform: none;
		width: auto;
	}

	.dc-case--single-abdominoplasty .dc-case__image-button:hover img,
	.dc-case--single-abdominoplasty .dc-case__image-button:focus-visible img {
		transform: none;
	}
}

.dc-single__header {
	align-items: flex-start;
	padding: 24px 26px 22px;
}

.dc-single__title {
	color: var(--dc-ink);
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
	max-width: 920px;
}

.dc-single__content,
.dc-single__similar {
	background: #fff;
	border: 1px solid var(--dc-line);
	border-radius: 8px;
	box-shadow: 0 16px 46px rgba(23, 32, 41, 0.06);
	margin-top: 24px;
	padding: 28px;
}

.dc-single__content h2,
.dc-single__similar h2 {
	color: var(--dc-ink);
	font-size: 22px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 14px;
}

.dc-single__content p {
	color: #3f4b56;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	margin: 0;
	max-width: none;
}

.dc-single__content p + p {
	margin-top: 12px;
}

.dc-single__recovery {
	background: linear-gradient(135deg, rgba(239, 248, 252, 0.96), rgba(255, 255, 255, 0.98));
	border: 1px solid rgba(188, 216, 232, 0.86);
	border-radius: 8px;
	margin-top: 22px;
	padding: 18px;
}

.dc-single__recovery p {
	color: var(--dc-ink);
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 14px;
}

.dc-single__recovery ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dc-single__recovery li {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(188, 216, 232, 0.96);
	border-radius: 999px;
	color: var(--dc-blue-dark);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	min-height: 34px;
	padding: 0 13px;
}

.dc-single__recovery li::before {
	background: var(--dc-blue);
	border-radius: 999px;
	content: "";
	height: 7px;
	margin-right: 8px;
	width: 7px;
}

.dc-single__recovery li span {
	color: var(--dc-muted);
	font-size: 12px;
	margin-left: 5px;
}

.dc-similar-head {
	align-items: flex-start;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin: 0 0 16px;
}

.dc-similar-head h2 {
	margin-bottom: 6px;
}

.dc-similar-head p {
	color: var(--dc-muted);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
	margin: 0;
}

.dc-similar-head a {
	align-items: center;
	border: 1px solid var(--dc-line);
	border-radius: 999px;
	color: var(--dc-blue);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.dc-similar-head a:hover,
.dc-similar-head a:focus-visible {
	background: #f9fcfd;
	border-color: #b9ccd9;
	box-shadow: 0 14px 34px rgba(36, 102, 146, 0.14);
	color: var(--dc-blue-dark);
	outline: none;
	transform: translateY(-1px);
}

.dc-similar-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dc-similar-card[hidden] {
	display: none;
}

.dc-similar-card {
	background: var(--dc-soft);
	border: 1px solid var(--dc-line);
	border-radius: 8px;
	color: var(--dc-ink);
	display: grid;
	overflow: hidden;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dc-similar-card:hover,
.dc-similar-card:focus-visible {
	border-color: #b9ccd9;
	box-shadow: 0 18px 44px rgba(36, 102, 146, 0.12);
	outline: none;
	transform: translateY(-2px);
}

.dc-similar-card picture {
	display: block;
	width: 100%;
}

.dc-similar-card img {
	aspect-ratio: 3 / 2;
	background: #10161a;
	display: block;
	object-fit: cover;
	width: 100%;
}

.dc-similar-card span {
	display: block;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.3;
	padding: 14px;
}

.dc-similar-card.is-revealed {
	animation: dcSimilarReveal 360ms ease both;
}

@keyframes dcSimilarReveal {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.dc-similar-more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}

.dc-similar-more {
	align-items: center;
	background: #fff;
	border: 1px solid var(--dc-line);
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(36, 102, 146, 0.08);
	color: var(--dc-blue);
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.dc-similar-more:hover,
.dc-similar-more:focus-visible {
	background: #f9fcfd;
	border-color: #b9ccd9;
	box-shadow: 0 16px 38px rgba(36, 102, 146, 0.14);
	color: var(--dc-blue-dark);
	outline: none;
	transform: translateY(-1px);
}

.dc-similar-more:disabled,
.dc-similar-more.is-disabled {
	background: #f3f6f8;
	border-color: #d8e2e8;
	box-shadow: none;
	color: #8a98a4;
	cursor: default;
	pointer-events: none;
	transform: none;
}

.dc-single__gallery-cta {
	align-items: center;
	background: linear-gradient(135deg, rgba(239, 248, 252, 0.96), rgba(255, 255, 255, 0.98));
	border: 1px solid rgba(188, 216, 232, 0.86);
	border-radius: 8px;
	box-shadow: 0 16px 46px rgba(23, 32, 41, 0.06);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-top: 24px;
	padding: 22px 24px;
}

.dc-single__gallery-cta strong {
	color: var(--dc-ink);
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 5px;
}

.dc-single__gallery-cta p {
	color: var(--dc-muted);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
	margin: 0;
}

.dc-single__gallery-cta a {
	align-items: center;
	background: var(--dc-blue);
	border: 1px solid var(--dc-blue);
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba(36, 102, 146, 0.18);
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	min-height: 40px;
	padding: 0 17px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.dc-single__gallery-cta a:hover,
.dc-single__gallery-cta a:focus-visible {
	background: var(--dc-blue-dark);
	border-color: var(--dc-blue-dark);
	box-shadow: 0 16px 38px rgba(36, 102, 146, 0.22);
	outline: none;
	transform: translateY(-1px);
}

@media (max-width: 1080px) {
	.dc-filterbar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dc-filterbar--abdominoplastia {
		padding-right: 16px;
	}

	.dc-filter--actions {
		justify-content: flex-start;
		pointer-events: auto;
		position: static;
	}

	.dc-clear-filters {
		font-size: 12px;
		height: 37px;
		padding: 0 14px;
	}

	.dc-case__meta {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dc-skeleton-card__meta {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dc-showcase__dialog {
		grid-template-columns: 1fr;
		max-width: min(920px, calc(100vw - 28px));
	}

	.dc-showcase__media {
		min-height: 0;
	}

	.dc-showcase__image {
		max-height: 62vh;
	}

	.dc-showcase__info {
		padding: 22px;
	}

	.dc-showcase__title {
		font-size: clamp(24px, 6vw, 31px);
		overflow-wrap: normal;
		word-break: keep-all;
	}

	.dc-showcase.has-long-showcase-title .dc-showcase__title {
		font-size: clamp(22px, 5.4vw, 28px);
	}

	.dc-showcase__meta {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dc-similar-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@keyframes dc-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes dc-skeleton-shimmer {
	0% {
		background-position: 120% 0;
	}

	55%,
	100% {
		background-position: -120% 0;
	}
}

@keyframes dc-swipe-hint {
	0% {
		opacity: 0;
		transform: translate(-50%, 8px);
	}

	18%,
	72% {
		opacity: 1;
	}

	42% {
		transform: translate(calc(-50% - 12px), 0);
	}

	68% {
		transform: translate(calc(-50% + 12px), 0);
	}

	100% {
		opacity: 0;
		transform: translate(-50%, 8px);
	}
}

.dc-scroll-top {
	display: none;
}

.dc-saved-dock,
.dc-saved-panel,
.dc-inquiry,
.dc-share-fallback,
.dc-saved-cta,
.dc-toast {
	--dc-ink: #172029;
	--dc-muted: #66727f;
	--dc-line: #dce6ee;
	--dc-blue: #246692;
	--dc-blue-dark: #164b70;
}

.dc-saved-dock {
	bottom: 22px;
	left: 22px;
	position: fixed;
	z-index: 830;
}

.dc-saved-dock.is-hidden {
	display: none;
}

.dc-saved-dock__button {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(205, 220, 231, 0.96);
	border-radius: 999px;
	box-shadow: 0 16px 42px rgba(23, 32, 41, 0.14);
	color: var(--dc-blue);
	cursor: pointer;
	font-size: 12px;
	font-weight: 900;
	min-height: 40px;
	padding: 0 15px;
}

.dc-saved-dock__button span {
	background: var(--dc-blue);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	margin-left: 6px;
	min-width: 22px;
	padding: 3px 7px;
}

.dc-saved-panel,
.dc-inquiry,
.dc-share-fallback {
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 180ms ease;
	z-index: 999998;
}

.dc-saved-panel.is-open,
.dc-inquiry.is-open,
.dc-share-fallback.is-open {
	opacity: 1;
	pointer-events: auto;
}

.dc-saved-panel__backdrop,
.dc-inquiry__backdrop,
.dc-share-fallback__backdrop {
	background: rgba(9, 13, 17, 0.48);
	backdrop-filter: blur(8px);
	inset: 0;
	position: absolute;
}

.dc-saved-panel__dialog,
.dc-inquiry__dialog,
.dc-share-fallback__dialog,
.dc-saved-cta__box {
	background: #fff;
	border: 1px solid rgba(205, 220, 231, 0.96);
	border-radius: 10px;
	box-shadow: 0 28px 90px rgba(23, 32, 41, 0.2);
	color: var(--dc-ink);
	position: relative;
}

.dc-saved-panel__dialog {
	height: min(720px, calc(100vh - 44px));
	margin-left: auto;
	max-width: 430px;
	overflow: auto;
	padding: 28px;
	transform: translateX(20px);
	transition: transform 220ms ease;
}

.dc-saved-panel.is-open .dc-saved-panel__dialog {
	transform: translateX(0);
}

.dc-saved-panel__close,
.dc-inquiry__close,
.dc-share-fallback__close {
	background: #f6f9fb;
	border: 1px solid var(--dc-line);
	border-radius: 999px;
	cursor: pointer;
	font-size: 22px;
	height: 34px;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 34px;
}

.dc-saved-panel__title,
.dc-inquiry__title,
.dc-saved-cta__title {
	font-size: 24px;
	font-weight: 850;
	line-height: 1.12;
	margin: 0 44px 8px 0;
}

.dc-saved-panel__intro,
.dc-inquiry p,
.dc-saved-cta p {
	color: var(--dc-muted);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.5;
	margin: 0 0 18px;
}

.dc-saved-item {
	align-items: center;
	border-bottom: 1px solid var(--dc-line);
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr auto;
	padding: 12px 0;
}

.dc-saved-item a {
	align-items: center;
	color: var(--dc-ink);
	display: grid;
	gap: 10px;
	grid-template-columns: 72px 1fr;
	text-decoration: none;
}

.dc-saved-item img {
	aspect-ratio: 4 / 3;
	border-radius: 7px;
	object-fit: cover;
	width: 72px;
}

.dc-saved-item strong,
.dc-saved-item small {
	display: block;
}

.dc-saved-item small {
	color: var(--dc-muted);
	font-weight: 700;
	margin-top: 4px;
}

.dc-saved-item button,
.dc-saved-panel__actions button,
.dc-inquiry__dialog button[type="submit"],
.dc-saved-cta button {
	background: #fff;
	border: 1px solid var(--dc-line);
	border-radius: 999px;
	color: var(--dc-blue);
	cursor: pointer;
	font-size: 12px;
	font-weight: 900;
	min-height: 36px;
	padding: 0 14px;
}

.dc-saved-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.dc-inquiry__dialog {
	margin: 5vh auto;
	max-width: 520px;
	padding: 28px;
}

.dc-inquiry__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dc-inquiry__dialog label {
	color: var(--dc-muted);
	display: grid;
	font-size: 12px;
	font-weight: 900;
	gap: 6px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.dc-inquiry__dialog label span {
	font-weight: 700;
	text-transform: none;
}

.dc-inquiry__dialog label.has-error {
	color: #b93c53;
}

.dc-inquiry__dialog label.has-error input,
.dc-inquiry__dialog label.has-error select,
.dc-inquiry__dialog label.has-error textarea {
	border-color: rgba(185, 60, 83, 0.66);
	box-shadow: 0 0 0 3px rgba(185, 60, 83, 0.08);
}

.dc-field-error {
	color: #b93c53 !important;
	font-size: 11px;
	font-weight: 800 !important;
	line-height: 1.25;
	margin-top: -4px;
	min-height: 14px;
	text-transform: none !important;
}

.dc-inquiry__dialog input,
.dc-inquiry__dialog select,
.dc-inquiry__dialog textarea {
	background: #f7fbfd;
	border: 1px solid var(--dc-line);
	border-radius: 8px;
	color: var(--dc-ink);
	font-size: 15px;
	padding: 11px 12px;
	width: 100%;
}

.dc-inquiry__dialog .dc-check {
	align-items: flex-start;
	display: flex;
	font-size: 12px;
	gap: 9px;
	line-height: 1.35;
	text-transform: none;
}

.dc-inquiry__dialog .dc-check input {
	flex: 0 0 auto;
	margin-top: 2px;
	width: auto;
}

.dc-inquiry__status {
	margin-top: 12px !important;
}

.dc-share-fallback {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 20px;
	z-index: 999998;
}

.dc-share-fallback__dialog {
	max-width: 440px;
	padding: 28px;
	transform: translateY(12px) scale(0.98);
	transition: transform 220ms ease;
	width: min(440px, 100%);
}

.dc-share-fallback.is-open .dc-share-fallback__dialog {
	transform: translateY(0) scale(1);
}

.dc-share-fallback__eyebrow {
	color: var(--dc-blue);
	font-size: 12px;
	font-weight: 900;
	margin: 0 44px 8px 0;
	text-transform: uppercase;
}

.dc-share-fallback__title {
	color: var(--dc-ink);
	font-size: 24px;
	font-weight: 850;
	line-height: 1.1;
	margin: 0 44px 8px 0;
}

.dc-share-fallback p {
	color: var(--dc-muted);
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 16px;
}

.dc-share-fallback__input {
	background: #f6f9fb;
	border: 1px solid var(--dc-line);
	border-radius: 8px;
	color: var(--dc-ink);
	font-size: 13px;
	min-height: 44px;
	padding: 0 12px;
	width: 100%;
}

.dc-share-fallback__copy {
	background: var(--dc-blue);
	border: 1px solid var(--dc-blue);
	border-radius: 999px;
	box-shadow: 0 16px 36px rgba(36, 102, 146, 0.2);
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 900;
	margin-top: 14px;
	min-height: 42px;
	padding: 0 18px;
	width: 100%;
}

.dc-saved-cta {
	bottom: 78px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 22px;
	transition: opacity 180ms ease, transform 180ms ease;
	transform: translateY(10px);
	z-index: 840;
}

.dc-saved-cta.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.dc-saved-cta__box {
	max-width: 390px;
	padding: 24px;
}

.dc-saved-cta__box div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dc-toast {
	background: rgba(23, 32, 41, 0.92);
	border-radius: 999px;
	bottom: 76px;
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	left: 50%;
	opacity: 0;
	padding: 10px 15px;
	pointer-events: none;
	position: fixed;
	transform: translate(-50%, 8px);
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 999999;
}

.dc-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

@media (max-width: 768px) {
	.dc-catalog {
		padding: 0 12px;
	}

	.dc-seo-intro {
		margin-bottom: 12px;
	}

	.dc-seo-intro h1 {
		font-size: 30px;
		line-height: 1.06;
		margin-bottom: 12px;
	}

	.dc-seo-intro p,
	.dc-seo-content p {
		font-size: 14.5px;
		line-height: 1.58;
	}

	.dc-seo-content {
		margin-top: 30px;
		padding: 22px 18px;
	}

	.dc-seo-intro .aso-texto-acordeones h1,
	.dc-seo-content .aso-texto-acordeones h1 {
		font-size: 30px;
		margin-bottom: 14px;
	}

	.dc-seo-intro .aso-texto-acordeones p,
	.dc-seo-content .aso-texto-acordeones p {
		font-size: 14.5px;
		line-height: 1.6;
	}

	.dc-seo-intro .aso-acordeon details,
	.dc-seo-content .aso-acordeon details {
		border-radius: 12px;
		margin: 8px 0;
	}

	.dc-seo-intro .aso-acordeon summary,
	.dc-seo-content .aso-acordeon summary {
		font-size: 15.5px;
		padding: 14px 15px;
	}

	.dc-seo-intro .aso-acordeon summary::after,
	.dc-seo-content .aso-acordeon summary::after {
		flex-basis: 28px;
		font-size: 20px;
		height: 28px;
		width: 28px;
	}

	.dc-seo-intro .aso-contenido-acordeon,
	.dc-seo-content .aso-contenido-acordeon {
		padding: 0 15px 16px;
	}

	.dc-filterbar {
		align-items: end;
		border: 1px solid rgba(205, 220, 231, 0.96);
		border-radius: 14px;
		box-shadow: 0 16px 42px rgba(23, 32, 41, 0.12);
		display: grid;
		gap: 10px 10px;
		grid-template-columns: minmax(0, 1fr) auto;
		margin: 0 0 12px;
		padding: 10px 44px 42px 10px;
		overflow: hidden;
		transition: box-shadow 180ms ease, border-color 180ms ease;
		z-index: 1200;
	}

	.dc-filterbar--abdominoplastia {
		grid-template-columns: minmax(0, 1fr);
		padding: 10px 44px 42px 10px;
	}

	.dc-segmented-filter {
		align-items: stretch;
		border-radius: 14px;
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.dc-segmented-filter button,
	.dc-toggle-filter {
		min-height: 42px;
		width: 100%;
	}

	.dc-mobile-filter-collapse {
		align-items: center;
		background: rgba(255, 255, 255, 0.94);
		border: 1px solid rgba(205, 220, 231, 0.96);
		border-radius: 999px;
		box-shadow: 0 8px 20px rgba(23, 32, 41, 0.08);
		color: var(--dc-blue);
		cursor: pointer;
		display: inline-flex;
		font-size: 11px;
		font-weight: 900;
		gap: 6px;
		height: 24px;
		justify-content: center;
		line-height: 1;
		padding: 0;
		position: absolute;
		bottom: 8px;
		right: 8px;
		top: auto;
		width: 24px;
		z-index: 3;
	}

	.dc-mobile-filter-collapse span {
		display: none;
	}

	.dc-mobile-filter-collapse::after {
		border-left: 2px solid currentColor;
		border-top: 2px solid currentColor;
		content: "";
		display: block;
		height: 7px;
		margin-top: 4px;
		transform: rotate(45deg);
		transition: transform 180ms ease, margin 180ms ease;
		width: 7px;
	}

	.dc-mobile-filter-collapse:hover,
	.dc-mobile-filter-collapse:focus-visible {
		border-color: rgba(36, 102, 146, 0.34);
		outline: none;
	}

	.dc-filterbar.is-mobile-minimized {
		align-items: center;
		border-radius: 999px;
		gap: 0;
		grid-template-columns: 1fr;
		margin-bottom: 10px;
		padding: 6px;
	}

	.dc-filterbar.is-mobile-minimized .dc-mobile-filter-collapse {
		height: 34px;
		justify-self: stretch;
		justify-content: center;
		min-height: 34px;
		padding: 0 12px;
		position: static;
		width: auto;
	}

	.dc-filterbar.is-mobile-minimized .dc-mobile-filter-collapse span {
		display: inline;
	}

	.dc-filterbar.is-mobile-minimized .dc-mobile-filter-collapse::after {
		margin-top: -3px;
		transform: rotate(225deg);
	}

	.dc-filter,
	.dc-filterbar__mobile-actions {
		max-height: 340px;
		opacity: 1;
		transform: translateY(0);
		transition: opacity 120ms ease, transform 140ms ease;
	}

	.dc-filterbar.is-mobile-minimized .dc-filter,
	.dc-filterbar.is-mobile-minimized .dc-filterbar__mobile-actions {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		pointer-events: none;
		transform: translateY(-12px);
	}

	.dc-filterbar-placeholder.is-active {
		margin-bottom: 10px;
	}

	.dc-filterbar.is-fixed {
		position: fixed !important;
		z-index: 1200;
	}

	.dc-filter {
		padding: 0;
	}

	.dc-filterbar .facetwp-facet {
		margin-bottom: 0;
	}

	.dc-filter .facetwp-slider-wrap {
		padding: 6px 14px 0;
	}

	.dc-filter .noUi-target {
		height: 5px;
	}

	.dc-filter .noUi-handle {
		height: 22px;
		right: -11px;
		top: -8px;
		width: 22px;
	}

	.dc-filter .facetwp-slider-label {
		font-size: 13px;
		margin-top: 7px;
	}

	.dc-filter--implant {
		grid-column: 1 / -1;
		order: 1;
	}

	.dc-filter--shape {
		grid-column: 1;
		order: 2;
	}

	.dc-filter--mobile-more {
		align-self: end;
		display: block;
		grid-column: 2;
		order: 3;
	}

	.dc-filter--height,
	.dc-filter--weight,
	.dc-filter--actions,
	.dc-filterbar__mobile-actions {
		display: none;
		grid-column: 1 / -1;
	}

	.dc-filterbar--abdominoplastia .dc-filter--abdominoplasty-type,
	.dc-filterbar--abdominoplastia .dc-filter--mommy,
	.dc-filterbar--abdominoplastia .dc-filter--actions,
	.dc-filterbar--abdominoplastia .dc-filterbar__mobile-actions {
		display: block;
		grid-column: 1 / -1;
	}

	.dc-filterbar--abdominoplastia .dc-filter--abdominoplasty-type {
		order: 1;
	}

	.dc-filterbar--abdominoplastia .dc-filter--mommy {
		order: 2;
	}

	.dc-filterbar--abdominoplastia .dc-filter--actions {
		order: 3;
	}

	.dc-filterbar--abdominoplastia .dc-filterbar__mobile-actions {
		order: 4;
	}

	.dc-filter--height {
		order: 4;
	}

	.dc-filter--weight {
		order: 5;
	}

	.dc-filter--actions {
		order: 6;
	}

	.dc-filterbar__mobile-actions {
		order: 7;
	}

	.dc-filterbar.is-mobile-expanded .dc-filter--height,
	.dc-filterbar.is-mobile-expanded .dc-filter--weight,
	.dc-filterbar.is-mobile-expanded .dc-filter--actions,
	.dc-filterbar.is-mobile-expanded .dc-filterbar__mobile-actions {
		display: block;
	}

	.dc-filterbar.is-mobile-expanded .dc-filterbar__mobile-actions {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.dc-filter--shape .dc-select-shell select,
	.dc-filter--shape .facetwp-dropdown {
		min-height: 44px;
	}

	.dc-clear-filters {
		width: 100%;
	}

	.dc-mobile-more {
		align-items: center;
		background: #fff;
		border: 1px solid rgba(205, 220, 231, 0.96);
		border-radius: 999px;
		color: var(--dc-blue);
		cursor: pointer;
		display: inline-flex;
		font-size: 13px;
		font-weight: 900;
		height: 44px;
		justify-content: center;
		line-height: 1;
		min-width: 104px;
		padding: 0 14px;
		white-space: nowrap;
	}

	.dc-mobile-more:hover,
	.dc-mobile-more:focus-visible {
		border-color: rgba(36, 102, 146, 0.34);
		box-shadow: 0 10px 24px rgba(36, 102, 146, 0.12);
		outline: none;
	}

	.dc-mobile-apply {
		background: var(--dc-blue);
		border: 1px solid var(--dc-blue);
		border-radius: 999px;
		box-shadow: 0 14px 34px rgba(36, 102, 146, 0.22);
		color: #fff;
		cursor: pointer;
		font-size: 15px;
		font-weight: 900;
		min-height: 48px;
		padding: 0 18px;
	}

	.dc-case__header {
		align-items: flex-start;
		flex-direction: column;
		padding: 16px 16px 14px;
		position: relative;
	}

	.dc-case__header > div:first-child {
		box-sizing: border-box;
		padding-right: 116px;
		width: 100%;
	}

	.dc-case__actions {
		justify-content: flex-start;
		padding-top: 12px;
		width: 100%;
	}

	.dc-case__header .dc-case__save {
		min-height: 32px;
		padding: 0 10px;
		position: absolute;
		right: 14px;
		top: 16px;
	}

	.dc-case--single .dc-case__header > div:first-child {
		padding-right: 0;
	}

	.dc-case--single .dc-case__header .dc-case__save {
		position: static;
	}

	.dc-case--single .dc-single__title,
	.dc-case--single .dc-case__subtitle {
		text-align: left;
	}

	.dc-case__share::before {
		background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13.25' cy='3.75' r='2.1' stroke='%23246692' stroke-width='1.7'/%3E%3Ccircle cx='4.75' cy='9' r='2.1' stroke='%23246692' stroke-width='1.7'/%3E%3Ccircle cx='13.25' cy='14.25' r='2.1' stroke='%23246692' stroke-width='1.7'/%3E%3Cpath d='M6.75 8.05L11.25 5.05M6.75 9.95L11.25 12.95' stroke='%23246692' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 17px 17px;
		content: "";
		height: 18px;
		margin-right: 6px;
		width: 18px;
	}

	.dc-case__details-link {
		flex: 1 1 auto;
		width: auto;
	}

	.dc-case__title {
		font-size: 22px;
		hyphens: none;
		overflow-wrap: normal;
		word-break: normal;
	}

	.dc-case__images {
		grid-template-columns: 1fr;
	}

	.dc-case__meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dc-case__meta--catalog .dc-case__meta-bmi {
		display: block;
	}

	.dc-case__meta--catalog.dc-case__meta--abdominoplasty .dc-case__meta-item--combined {
		grid-column: 1 / -1;
		text-align: center;
	}

	.dc-case__meta--catalog.dc-case__meta--no-bmi.dc-case__meta--has-profile > div:last-child,
	.dc-case__meta--catalog.dc-case__meta--has-bmi.dc-case__meta--no-profile .dc-case__meta-bmi {
		grid-column: 1 / -1;
	}

	.dc-case--single .dc-case__meta-item--wide {
		grid-column: 1 / -1;
	}

	.dc-case--single .dc-case__meta--mastopexy .dc-case__meta-item--scar {
		grid-column: auto;
	}

	.dc-case--single .dc-case__meta--mastopexy .dc-case__meta-item--result {
		grid-column: 1 / -1;
		text-align: center;
	}

	.dc-case__meta div {
		border-bottom: 1px solid var(--dc-line);
		border-right: 0;
	}

	.dc-case__chip {
		min-height: 28px;
		padding: 5px 10px;
		word-break: normal;
	}

	.dc-infinite.is-loading-more {
		min-height: 0;
		padding-bottom: 18px;
	}

	.dc-infinite__loader {
		display: none;
		gap: 16px;
		margin-top: 8px;
		position: static;
		transform: none;
	}

	.dc-infinite.is-loading-more .dc-infinite__loader {
		display: grid;
		opacity: 1;
		transform: none;
	}

	.dc-infinite__loader::before {
		color: var(--dc-muted);
		content: "Cargando mas casos...";
		display: block;
		font-size: 13px;
		font-weight: 900;
		line-height: 1.2;
		margin: 0 0 2px;
		text-align: center;
	}

	.dc-infinite.has-load-error::after {
		background: #fff;
		border: 1px solid rgba(205, 220, 231, 0.96);
		border-radius: 999px;
		box-shadow: 0 12px 30px rgba(23, 32, 41, 0.08);
		color: var(--dc-muted);
		content: "No se han podido cargar mas casos. Intentalo de nuevo.";
		display: block;
		font-size: 12px;
		font-weight: 850;
		line-height: 1.35;
		padding: 11px 14px;
	}

	.dc-infinite:not(.has-more):not(.is-loading-more) .dc-infinite__status::after {
		color: var(--dc-muted);
		content: "No hay mas casos con estos filtros";
		display: block;
		font-size: 12px;
		font-weight: 850;
		margin-top: 8px;
	}

	.dc-skeleton-card__images {
		grid-template-columns: 1fr;
	}

	.dc-skeleton-card__images span {
		aspect-ratio: 16 / 9;
	}

	.dc-skeleton-card__meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dc-skeleton-card__meta span {
		margin: 16px;
	}

	.dc-showcase__dialog {
		max-height: calc(100vh - 20px);
		max-width: calc(100vw - 20px);
	}

	.dc-showcase__image {
		max-height: 56vh;
	}

	.dc-showcase__media {
		touch-action: pan-y;
	}

	.dc-showcase__nav {
		display: none;
	}

	.dc-showcase__mobile-nav {
		display: block;
		padding: 14px 10px calc(5px + env(safe-area-inset-bottom, 0px));
	}

	.dc-showcase__tabs {
		gap: 6px;
	}

	.dc-showcase__tab {
		font-size: 11px;
		min-height: 28px;
		padding: 0 10px;
	}

	.dc-showcase__counter,
	.dc-showcase__notice {
		font-size: 11px;
		margin-top: 6px;
	}

	.dc-showcase__swipe-hint.is-visible {
		animation: dc-swipe-hint 3300ms ease both;
		display: inline-flex;
	}

	.dc-showcase__info {
		position: relative;
	}

	.dc-showcase__actions {
		justify-content: flex-start;
		margin: 18px 0 24px;
		padding-right: 0;
	}

	.dc-showcase__actions .dc-case__save {
		position: static;
	}

	.dc-showcase__actions .dc-case__share {
		position: static;
	}

	.dc-showcase__meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dc-showcase__details-link {
		background: #fff;
		border: 1px solid rgba(205, 220, 231, 0.96);
		border-radius: 999px;
		box-shadow: 0 12px 30px rgba(36, 102, 146, 0.1);
		color: var(--dc-blue);
		display: flex;
		font-size: 13px;
		justify-content: center;
		margin: 24px auto 0;
		min-height: 44px;
		padding: 0 18px;
		text-align: center;
		width: min(100%, 300px);
	}

	.dc-similar-head {
		display: grid;
	}

	.dc-similar-head a {
		width: 100%;
	}

	.dc-similar-grid {
		grid-template-columns: 1fr;
	}

	.dc-single-wrap {
		padding: 0 12px;
	}

	.dc-single__content,
	.dc-single__similar {
		padding: 20px;
	}

	.dc-single-return-bar {
		align-items: flex-start;
		display: grid;
		gap: 2px;
		justify-content: stretch;
		padding: 9px 13px;
		position: sticky;
		text-align: center;
		top: calc(var(--wp-admin--admin-bar--height, 0px) + 92px);
	}

	.dc-single-return-bar::before {
		left: 18px;
		margin: 0;
		position: absolute;
		top: 18px;
	}

	.dc-single-return-bar:hover,
	.dc-single-return-bar:focus-visible {
		transform: translateY(-1px);
	}

	.dc-single__gallery-cta {
		align-items: stretch;
		display: grid;
		padding: 20px;
	}

	.dc-single__gallery-cta a {
		width: 100%;
	}

	.dc-scroll-top {
		align-items: center;
		background: rgba(255, 255, 255, 0.92);
		border: 1px solid rgba(205, 220, 231, 0.95);
		border-radius: 999px;
		box-shadow: 0 12px 30px rgba(23, 32, 41, 0.16);
		cursor: pointer;
		display: inline-flex;
		height: 36px;
		justify-content: center;
		left: 16px;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		bottom: calc(92px + env(safe-area-inset-bottom, 0px));
		transform: translateY(8px);
		transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
		width: 36px;
		z-index: 820;
	}

	.dc-scroll-top::before {
		border-left: 2px solid var(--dc-blue);
		border-top: 2px solid var(--dc-blue);
		content: "";
		display: block;
		height: 9px;
		margin-top: 5px;
		transform: rotate(45deg);
		width: 9px;
	}

	.dc-scroll-top.is-visible {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.dc-scroll-top:hover,
	.dc-scroll-top:focus-visible {
		border-color: rgba(36, 102, 146, 0.36);
		outline: none;
		transform: translateY(-1px);
	}

	.dc-saved-dock {
		bottom: calc(138px + env(safe-area-inset-bottom, 0px));
		left: 16px;
	}

	.dc-saved-dock__button {
		font-size: 11px;
		min-height: 36px;
		padding: 0 12px;
	}

	.dc-saved-panel__dialog {
		border-radius: 16px 16px 0 0;
		height: min(82vh, 720px);
		margin: 18vh 0 0;
		max-width: none;
		padding: 24px 18px;
		transform: translateY(20px);
		width: 100%;
	}

	.dc-saved-panel.is-open .dc-saved-panel__dialog {
		transform: translateY(0);
	}

	.dc-inquiry__dialog {
		margin: 18px;
		max-height: calc(100vh - 36px);
		overflow: auto;
		padding: 24px 18px;
	}

	.dc-inquiry__grid {
		gap: 0;
		grid-template-columns: 1fr;
	}

	.dc-share-fallback {
		align-items: flex-end;
		padding: 14px;
	}

	.dc-share-fallback__dialog {
		border-radius: 16px;
		padding: 22px 18px;
	}

	.dc-saved-cta {
		bottom: calc(142px + env(safe-area-inset-bottom, 0px));
		left: 14px;
		right: 14px;
	}

	.dc-saved-cta__box {
		max-width: none;
		padding: 20px;
	}
}
