:root {
	--ccb-red: #e10b17;
	--ccb-red-dark: #b80912;
	--ccb-black: #0c0c0c;
	--ccb-ink: #0c0c0c;
	--ccb-muted: #5c6370;
	--ccb-line: #e6e8ee;
	--ccb-soft: #f6f7f9;
	--ccb-white: #ffffff;
	--ccb-max: 1140px;
	--ccb-header: 72px;
	--ccb-hero-links: 72px;
	--ccb-font: "Rubik", Arial, sans-serif;
	accent-color: var(--ccb-red);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--ccb-font);
	font-size: 16px;
	line-height: 1.6;
	color: var(--ccb-ink);
	background: var(--ccb-white);
}

::selection {
	background: rgba(225, 11, 23, .18);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--ccb-red);
	text-decoration: none;
}

a:hover {
	color: var(--ccb-red);
}

.ccb-wrap {
	width: min(var(--ccb-max), calc(100% - 40px));
	margin-inline: auto;
}

/* Justificación: solo descripciones en cards y secciones con foto */
.ccb-about-intro-copy p,
.ccb-about-story-body p,
.ccb-about-benefit p,
.ccb-barco-intro-card p,
.ccb-barco-pay-card p,
.ccb-barco-danger-card p,
.ccb-avion-fact-card p,
.ccb-avion-note-card p,
.ccb-proc-step-card p,
.ccb-proc-step-list li span,
.ccb-faq-body p,
.ccb-faq-body li {
	text-align: justify;
	text-justify: inter-word;
	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
}

/* Cabeceras de sección: antetítulo, título y descripción bajo título → centrados */
.ccb-section-head {
	text-align: center;
	margin: 0 0 clamp(24px, 4vw, 36px);
}

.ccb-prose .ccb-about-kicker,
.ccb-about-kicker {
	text-align: left;
}

.ccb-prose .ccb-about-kicker.ccb-about-kicker--center,
.ccb-section-head .ccb-about-kicker {
	text-align: center;
}

.ccb-section-head h2,
.ccb-section-head .ccb-barco-section-title,
.ccb-section-head .ccb-about-benefits-title {
	margin: 0 0 12px;
	text-align: center;
}

.ccb-section-lead,
.ccb-prose .ccb-section-lead {
	max-width: 720px;
	margin: 0 auto;
	color: #555;
	line-height: 1.65;
	text-align: center;
}

.ccb-inline-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 36px 0 0;
	text-align: center;
}

.ccb-prose .ccb-inline-cta {
	text-align: center;
}

/* Iconos enmascarados (reutilizar en secciones futuras) */
.ccb-ico,
.ccb-about-ico {
	display: block;
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	background-color: currentColor;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.skip-link:focus {
	clip: auto;
	height: auto;
	width: auto;
	z-index: 100000;
	background: var(--ccb-black);
	color: var(--ccb-white);
	padding: 8px 16px;
}

/* Header */
.ccb-site-head {
	position: relative;
	z-index: 50;
}

body.ccb-inner .ccb-site-head {
	position: sticky;
	top: 0;
	z-index: 100;
}

body.ccb-inner .ccb-header {
	box-shadow: 0 1px 0 rgba(12, 12, 12, .12);
}

body.ccb-inner .ccb-nav-toggle {
	display: none;
}

.ccb-site-head--overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background: transparent;
}

.ccb-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--ccb-white);
	min-height: var(--ccb-header);
	border-bottom: 1px solid rgba(12, 12, 12, .12);
}

.ccb-site-head--overlay .ccb-header {
	position: relative;
	top: auto;
	background: transparent;
	border-bottom: 0;
}

.ccb-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--ccb-header);
	gap: 24px;
}

.ccb-nav {
	display: flex;
	align-items: center;
	gap: 28px;
}

.ccb-logo img {
	height: 38px;
	width: auto;
}

.ccb-social {
	display: flex;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

.ccb-social a {
	color: var(--ccb-black);
	display: flex;
	width: 18px;
	height: 18px;
}

.ccb-social a:hover {
	color: var(--ccb-red);
}

body.ccb-home .ccb-site-head--overlay .ccb-social a {
	color: var(--ccb-white);
}

body.ccb-home .ccb-site-head--overlay .ccb-social a:hover {
	color: var(--ccb-red);
}

.ccb-icon {
	display: block;
	width: 18px;
	height: 18px;
	background: currentColor;
	mask: center / contain no-repeat;
	-webkit-mask: center / contain no-repeat;
}

.ccb-icon-email {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/></svg>");
}

.ccb-icon-location {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a7 7 0 00-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 00-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a7 7 0 00-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 00-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/></svg>");
}

.ccb-icon-facebook {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M14 9h3V6h-3c-2.2 0-4 1.8-4 4v2H8v3h2v7h3v-7h3l1-3h-4v-2c0-.6.4-1 1-1z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M14 9h3V6h-3c-2.2 0-4 1.8-4 4v2H8v3h2v7h3v-7h3l1-3h-4v-2c0-.6.4-1 1-1z'/></svg>");
}

.ccb-icon-instagram {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M7 3h10a4 4 0 014 4v10a4 4 0 01-4 4H7a4 4 0 01-4-4V7a4 4 0 014-4zm10 2H7a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2zm-5 3.2A3.8 3.8 0 1112 16.8 3.8 3.8 0 0112 8.2zm0 1.8a2 2 0 100 4 2 2 0 000-4zM17.2 6.4a.9.9 0 11-1.8 0 .9.9 0 011.8 0z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M7 3h10a4 4 0 014 4v10a4 4 0 01-4 4H7a4 4 0 01-4-4V7a4 4 0 014-4zm10 2H7a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2zm-5 3.2A3.8 3.8 0 1112 16.8 3.8 3.8 0 0112 8.2zm0 1.8a2 2 0 100 4 2 2 0 000-4zM17.2 6.4a.9.9 0 11-1.8 0 .9.9 0 011.8 0z'/></svg>");
}

.ccb-icon-youtube {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M23 12.2s0-3.2-.4-4.6c-.2-.9-.9-1.6-1.8-1.8C19.3 5.4 12 5.4 12 5.4s-7.3 0-8.8.4c-.9.2-1.6.9-1.8 1.8C1 9 1 12.2 1 12.2s0 3.2.4 4.6c.2.9.9 1.6 1.8 1.8 1.5.4 8.8.4 8.8.4s7.3 0 8.8-.4c.9-.2 1.6-.9 1.8-1.8.4-1.4.4-4.6.4-4.6zM9.8 15.5v-6.6l6.2 3.3-6.2 3.3z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M23 12.2s0-3.2-.4-4.6c-.2-.9-.9-1.6-1.8-1.8C19.3 5.4 12 5.4 12 5.4s-7.3 0-8.8.4c-.9.2-1.6.9-1.8 1.8C1 9 1 12.2 1 12.2s0 3.2.4 4.6c.2.9.9 1.6 1.8 1.8 1.5.4 8.8.4 8.8.4s7.3 0 8.8-.4c.9-.2 1.6-.9 1.8-1.8.4-1.4.4-4.6.4-4.6zM9.8 15.5v-6.6l6.2 3.3-6.2 3.3z'/></svg>");
}

.ccb-icon-whatsapp {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a10 10 0 00-8.6 15.1L2 22l5-1.3A10 10 0 1012 2zm5.6 14.4c-.2.7-1.3 1.2-1.8 1.3-.5.1-1 .2-1.7-.1-.4-.2-.9-.3-1.5-.6-2.7-1.2-4.4-3.9-4.6-4.1-.1-.2-1.1-1.5-1.1-2.8s.7-2 1-2.2c.2-.2.5-.3.8-.3h.6c.2 0 .4 0 .6.5l.8 2c.1.2 0 .4-.1.6l-.4.5c-.1.1-.3.3-.1.6.2.3.8 1.3 1.7 2.1 1.2 1 2.2 1.4 2.5 1.5.3.1.5.1.7-.1l.9-1.2c.2-.2.4-.2.6-.1l2 .9c.2.1.4.2.4.4 0 .2 0 1.2-.7 1.8z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a10 10 0 00-8.6 15.1L2 22l5-1.3A10 10 0 1012 2zm5.6 14.4c-.2.7-1.3 1.2-1.8 1.3-.5.1-1 .2-1.7-.1-.4-.2-.9-.3-1.5-.6-2.7-1.2-4.4-3.9-4.6-4.1-.1-.2-1.1-1.5-1.1-2.8s.7-2 1-2.2c.2-.2.5-.3.8-.3h.6c.2 0 .4 0 .6.5l.8 2c.1.2 0 .4-.1.6l-.4.5c-.1.1-.3.3-.1.6.2.3.8 1.3 1.7 2.1 1.2 1 2.2 1.4 2.5 1.5.3.1.5.1.7-.1l.9-1.2c.2-.2.4-.2.6-.1l2 .9c.2.1.4.2.4.4 0 .2 0 1.2-.7 1.8z'/></svg>");
}

.ccb-icon-tiktok {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M16.5 3c.4 2.2 1.7 4.2 3.8 5.2V12c-1.8 0-3.5-.6-4.8-1.6v6.6c0 3.4-2.8 6.2-6.2 6.2S3.1 20.4 3.1 17 5.9 10.8 9.3 10.8c.4 0 .8 0 1.2.1v3.4c-.4-.1-.7-.2-1.1-.2-1.6 0-2.9 1.3-2.9 2.9s1.3 2.9 2.9 2.9 2.9-1.3 2.9-2.9V3h3.2z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M16.5 3c.4 2.2 1.7 4.2 3.8 5.2V12c-1.8 0-3.5-.6-4.8-1.6v6.6c0 3.4-2.8 6.2-6.2 6.2S3.1 20.4 3.1 17 5.9 10.8 9.3 10.8c.4 0 .8 0 1.2.1v3.4c-.4-.1-.7-.2-1.1-.2-1.6 0-2.9 1.3-2.9 2.9s1.3 2.9 2.9 2.9 2.9-1.3 2.9-2.9V3h3.2z'/></svg>");
}

body.ccb-home .ccb-site-head--overlay .ccb-menu > li > a {
	color: var(--ccb-white);
	font-size: 17px;
	font-weight: 500;
	padding: 8px 16px;
	letter-spacing: .08em;
	text-shadow: none;
}

body.ccb-home .ccb-site-head--overlay .ccb-menu > li > a:hover,
body.ccb-home .ccb-site-head--overlay .ccb-menu .current-menu-item > a,
body.ccb-home .ccb-site-head--overlay .ccb-menu .current-menu-ancestor > a {
	color: var(--ccb-red);
}

body.ccb-home .ccb-site-head--overlay .ccb-logo img {
	height: 38px;
	position: relative;
	z-index: 70;
}

body.ccb-home .ccb-site-head--overlay .ccb-header-inner,
body.ccb-home .ccb-site-head--overlay .ccb-header {
	min-height: 72px;
}

body.ccb-home .ccb-nav-toggle {
	display: flex;
	z-index: 70;
	color: var(--ccb-white);
}

body.ccb-home .ccb-nav {
	position: fixed;
	inset: 0;
	width: 100%;
	background: rgba(12, 12, 12, .95);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 36px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .28s ease, visibility .28s ease;
	z-index: 60;
	padding: 80px 24px 40px;
	overflow: auto;
}

body.ccb-home .ccb-nav.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

body.ccb-home .ccb-menu {
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

body.ccb-home .ccb-menu > li:hover > .sub-menu,
body.ccb-home .ccb-menu > li:focus-within > .sub-menu {
	display: block;
	max-height: 0;
	opacity: 0;
	transform: translateY(-8px);
}

body.ccb-home .ccb-menu .sub-menu {
	display: block;
	position: static;
	min-width: 0;
	background: transparent;
	border: 0;
	padding: 0;
	text-align: center;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(-8px);
	transition: max-height .4s ease, opacity .28s ease, transform .35s ease, padding .35s ease;
}

body.ccb-home .ccb-menu > li.is-open > .sub-menu {
	display: block;
	max-height: 280px;
	opacity: 1;
	transform: translateY(0);
	padding: 6px 0 10px;
}

body.ccb-home .ccb-menu .sub-menu a {
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
	padding: 6px 12px;
}

body.ccb-home .ccb-submenu-toggle {
	display: inline-flex;
	position: absolute;
	right: -36px;
	top: 6px;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

body.ccb-home .ccb-submenu-toggle::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--ccb-white);
	border-bottom: 2px solid var(--ccb-white);
	transform: rotate(45deg);
	margin: auto;
	transition: transform .28s ease;
}

body.ccb-home .ccb-menu > li.is-open > .ccb-submenu-toggle::before {
	transform: rotate(-135deg);
}

body.ccb-home .ccb-menu .sub-menu a:hover,
body.ccb-home .ccb-menu .sub-menu .current-menu-item > a {
	color: var(--ccb-red);
}

body.ccb-home .ccb-nav .ccb-social {
	display: flex;
	gap: 22px;
}

body.ccb-home .ccb-nav .ccb-social a {
	color: var(--ccb-white);
	width: 22px;
	height: 22px;
}

body.ccb-home .ccb-nav .ccb-social a:hover {
	color: var(--ccb-red);
}

@media (max-width: 980px) {
	body.ccb-inner .ccb-nav {
		position: fixed;
		inset: 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 36px;
		padding: 80px 24px 40px;
		overflow: auto;
		background: rgba(255, 255, 255, .82);
		backdrop-filter: blur(18px) saturate(140%);
		-webkit-backdrop-filter: blur(18px) saturate(140%);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity .28s ease, visibility .28s ease;
		z-index: 60;
		transform: none;
	}

	body.ccb-inner .ccb-nav.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	body.ccb-inner.nav-open .ccb-header-inner {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 90;
		pointer-events: none;
		background: transparent;
	}

	body.ccb-inner .ccb-brand,
	body.ccb-inner .ccb-nav-toggle {
		position: relative;
		z-index: 91;
		pointer-events: auto;
	}

	body.ccb-inner .ccb-nav-toggle {
		color: var(--ccb-black);
	}

	body.ccb-inner .ccb-logo--color img {
		opacity: 1;
		filter: none;
	}

	body.ccb-inner .ccb-logo img {
		position: relative;
		z-index: 91;
	}

	body.ccb-inner .ccb-header-inner {
		position: relative;
		z-index: 80;
	}

	body.ccb-inner.nav-open .ccb-header,
	body.ccb-inner.nav-open .ccb-site-head {
		background: transparent;
		box-shadow: none;
	}

	body.ccb-inner.nav-open .ccb-header {
		border-bottom-color: transparent;
	}

	body.ccb-inner .ccb-nav .ccb-social--overlay {
		display: flex;
		gap: 22px;
		margin-top: 4px;
	}

	body.ccb-inner .ccb-nav .ccb-social--overlay a {
		color: var(--ccb-black);
		width: 22px;
		height: 22px;
	}

	body.ccb-inner .ccb-nav .ccb-social--overlay a:hover {
		color: var(--ccb-red);
	}

	body.ccb-inner .ccb-nav .ccb-social--overlay .ccb-icon {
		width: 22px;
		height: 22px;
	}

	body.ccb-inner .ccb-menu {
		flex-direction: column;
		align-items: center;
		gap: 4px;
	}

	body.ccb-inner .ccb-menu > li > a {
		color: var(--ccb-black);
		font-size: 17px;
		font-weight: 500;
		padding: 8px 16px;
		letter-spacing: .08em;
		word-spacing: .08em;
		text-align: center;
		white-space: normal;
	}

	body.ccb-inner .ccb-menu > li > a:hover,
	body.ccb-inner .ccb-menu .current-menu-item > a,
	body.ccb-inner .ccb-menu .current-menu-ancestor > a {
		color: var(--ccb-red);
	}

	body.ccb-inner .ccb-menu > li:hover > .sub-menu,
	body.ccb-inner .ccb-menu > li:focus-within > .sub-menu {
		display: block;
		max-height: 0;
		opacity: 0;
		transform: translateY(-8px);
	}

	body.ccb-inner .ccb-menu .sub-menu {
		position: static;
		min-width: 0;
		background: transparent;
		border: 0;
		padding: 0;
		text-align: center;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transform: translateY(-8px);
		transition: max-height .4s ease, opacity .28s ease, transform .35s ease, padding .35s ease;
	}

	body.ccb-inner .ccb-menu > li.is-open > .sub-menu {
		display: block;
		max-height: 280px;
		opacity: 1;
		transform: translateY(0);
		padding: 6px 0 10px;
	}

	body.ccb-inner .ccb-menu .sub-menu a {
		color: rgba(12, 12, 12, .65);
		font-size: 14px;
		padding: 6px 12px;
		text-transform: none;
		font-weight: 500;
	}

	body.ccb-inner .ccb-menu .sub-menu a:hover,
	body.ccb-inner .ccb-menu .sub-menu .current-menu-item > a {
		color: var(--ccb-red);
	}

	body.ccb-inner .ccb-submenu-toggle {
		display: inline-flex;
		right: -36px;
		top: 6px;
	}

	body.ccb-inner .ccb-submenu-toggle::before {
		border-right-color: var(--ccb-black);
		border-bottom-color: var(--ccb-black);
	}

	body.ccb-inner .ccb-menu > li.is-open > .ccb-submenu-toggle::before {
		transform: rotate(-135deg);
	}
}

html.ccb-nav-lock,
html.ccb-nav-lock body {
	overflow: hidden;
}

.ccb-nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	cursor: pointer;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	color: var(--ccb-black);
	z-index: 70;
}

.ccb-nav-toggle-line {
	display: block;
	width: 22px;
	height: 2px;
	background: currentColor;
	border-radius: 1px;
	transition: transform .28s ease, opacity .2s ease;
	transform-origin: center;
}

body.nav-open .ccb-nav-toggle-line:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

body.nav-open .ccb-nav-toggle-line:nth-child(2) {
	opacity: 0;
}

body.nav-open .ccb-nav-toggle-line:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.ccb-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ccb-menu > li {
	position: relative;
}

.ccb-menu a {
	display: block;
	padding: 10px 12px;
	color: var(--ccb-black);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.ccb-menu a:hover,
.ccb-menu .current-menu-item > a,
.ccb-menu .current-menu-ancestor > a {
	color: var(--ccb-red);
}

.ccb-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	background: var(--ccb-white);
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border: 1px solid var(--ccb-line);
	display: none;
}

.ccb-menu > li:hover > .sub-menu,
.ccb-menu > li:focus-within > .sub-menu,
.ccb-menu > li.is-open > .sub-menu {
	display: block;
}

.ccb-menu .sub-menu a {
	text-transform: none;
	font-weight: 500;
	color: var(--ccb-black);
}

.ccb-submenu-toggle {
	display: none;
}

/* Home slider */
.ccb-main-home {
	padding: 0;
	margin: 0;
}

body.ccb-home {
	overflow-x: hidden;
}

.ccb-home-slider {
	position: relative;
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: var(--ccb-black);
	color: var(--ccb-white);
}

.ccb-slider-track {
	position: absolute;
	inset: 0;
}

.ccb-slider-slide {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 1.1s ease;
}

.ccb-slider-slide.is-active {
	opacity: 1;
}

.ccb-slider-shade {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .32);
	pointer-events: none;
}

.ccb-slider-content {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
	padding: calc(var(--ccb-header) + 24px) 24px 48px;
	text-align: center;
}

.ccb-blend-title {
	margin: 0;
	font-size: clamp(26px, 3.4vw, 44px);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.12;
	max-width: min(820px, 92vw);
}

.ccb-blend-line {
	display: block;
}

.ccb-btn.ccb-slider-cta {
	isolation: isolate;
	mix-blend-mode: normal;
	min-width: min(100%, 320px);
	font-size: 13px;
	background: rgba(12, 12, 12, .42);
	border-color: rgba(255, 255, 255, .72);
	color: var(--ccb-white);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.ccb-btn.ccb-slider-cta:hover {
	background: rgba(225, 11, 23, .82);
	border-color: var(--ccb-red);
	color: var(--ccb-white);
}

/* Buttons */
.ccb-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 28px;
	background: var(--ccb-black);
	color: var(--ccb-white);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	border: 2px solid var(--ccb-black);
	border-radius: 8px;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.ccb-btn:hover {
	background: var(--ccb-red);
	border-color: var(--ccb-red);
	color: var(--ccb-white);
}

.ccb-btn-outline {
	background: var(--ccb-black);
	border-color: var(--ccb-black);
	color: var(--ccb-white);
}

.ccb-btn-outline:hover {
	background: var(--ccb-red);
	border-color: var(--ccb-red);
	color: var(--ccb-white);
}

.ccb-btn-outline-dark {
	background: var(--ccb-black);
	color: var(--ccb-white);
	border-color: var(--ccb-black);
}

.ccb-btn-outline-dark:hover {
	background: var(--ccb-red);
	border-color: var(--ccb-red);
	color: var(--ccb-white);
}

/* Hero quick links */
.ccb-hero-links {
	position: relative;
	z-index: 3;
	flex: 0 0 var(--ccb-hero-links);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: rgba(0, 0, 0, .82);
	margin-top: auto;
}

.ccb-hero-links a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: var(--ccb-hero-links);
	color: var(--ccb-white);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .06em;
	border-right: 1px solid rgba(255,255,255,.12);
}

.ccb-hero-links a:last-child {
	border-right: 0;
}

.ccb-hero-links a:hover {
	background: var(--ccb-red);
	color: var(--ccb-white);
}

.ccb-hero-ico {
	width: 22px;
	height: 22px;
	background: currentColor;
	mask: center / contain no-repeat;
	-webkit-mask: center / contain no-repeat;
}

.ccb-hero-ico-ship {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3 16l9-3 9 3-1.2 4H4.2L3 16zm9-5V4h2.5L21 11H5l6.5-7H13z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3 16l9-3 9 3-1.2 4H4.2L3 16zm9-5V4h2.5L21 11H5l6.5-7H13z'/></svg>");
}

.ccb-hero-ico-plane {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M21 16v-2l-8-5V3.5A1.5 1.5 0 0011.5 2 1.5 1.5 0 0010 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M21 16v-2l-8-5V3.5A1.5 1.5 0 0011.5 2 1.5 1.5 0 0010 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z'/></svg>");
}

.ccb-hero-ico-list {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 6h2v2H4V6zm4 0h12v2H8V6zM4 11h2v2H4v-2zm4 0h12v2H8v-2zM4 16h2v2H4v-2zm4 0h12v2H8v-2z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 6h2v2H4V6zm4 0h12v2H8V6zM4 11h2v2H4v-2zm4 0h12v2H8v-2zM4 16h2v2H4v-2zm4 0h12v2H8v-2z'/></svg>");
}

.ccb-hero-ico-faq {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a10 10 0 100 20 10 10 0 000-20zm1 17h-2v-2h2v2zm1.1-7.8c-.4.4-.8.7-1.1 1.2-.2.4-.2.8-.2 1.6h-2v-.5c0-.8.2-1.5.6-2 .4-.5.9-.9 1.3-1.3.5-.5.7-.9.7-1.5 0-1-.8-1.7-1.9-1.7-1.2 0-2 .8-2.1 2H7.3c.1-2.2 1.8-3.8 4.3-3.8 2.5 0 4.2 1.6 4.2 3.8 0 1.1-.5 2-1.4 2.8z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a10 10 0 100 20 10 10 0 000-20zm1 17h-2v-2h2v2zm1.1-7.8c-.4.4-.8.7-1.1 1.2-.2.4-.2.8-.2 1.6h-2v-.5c0-.8.2-1.5.6-2 .4-.5.9-.9 1.3-1.3.5-.5.7-.9.7-1.5 0-1-.8-1.7-1.9-1.7-1.2 0-2 .8-2.1 2H7.3c.1-2.2 1.8-3.8 4.3-3.8 2.5 0 4.2 1.6 4.2 3.8 0 1.1-.5 2-1.4 2.8z'/></svg>");
}

/* Inner pages */
.ccb-page-hero {
	background: var(--ccb-black) center / cover no-repeat;
	min-height: clamp(200px, 32vw, 300px);
	height: clamp(200px, 32vw, 300px);
	display: flex;
	align-items: center;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.ccb-page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, .82) 0%,
		rgba(0, 0, 0, .62) 28%,
		rgba(0, 0, 0, .34) 52%,
		rgba(0, 0, 0, .12) 72%,
		rgba(0, 0, 0, 0) 92%
	);
	pointer-events: none;
}

.ccb-page-hero .ccb-wrap {
	position: relative;
	z-index: 1;
}

.ccb-page-hero h1 {
	margin: 0;
	color: var(--ccb-white);
	font-size: clamp(24px, 3.6vw, 38px);
	font-weight: 800;
}

.ccb-content {
	padding: 56px 0 80px;
	min-height: 280px;
}

/* Nosotros */
.ccb-about {
	background: #f7f7f7;
}

.ccb-about-intro {
	padding: clamp(48px, 8vw, 72px) 0;
	background: var(--ccb-white);
}

.ccb-about-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: clamp(28px, 5vw, 56px);
	align-items: center;
}

.ccb-about-photo-card {
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 18px 48px rgba(12, 12, 12, .12);
}

.ccb-about-photo-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}

.ccb-about-photo-card--sm img {
	aspect-ratio: 16 / 10;
}

.ccb-about-kicker {
	margin: 0 0 10px;
	color: var(--ccb-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.ccb-about-kicker--center {
	text-align: center;
}

.ccb-about-intro-copy h2 {
	margin: 0 0 16px;
	font-size: clamp(28px, 3.6vw, 40px);
	font-weight: 800;
	line-height: 1.12;
}

.ccb-about-intro-copy p {
	margin: 0;
	color: #4a4a4a;
	line-height: 1.75;
	font-size: 17px;
}

.ccb-about-pillars {
	padding: clamp(32px, 6vw, 48px) 0;
	background: var(--ccb-white);
	border-top: 1px solid rgba(12, 12, 12, .06);
	border-bottom: 1px solid rgba(12, 12, 12, .06);
}

.ccb-about-pillars-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.ccb-about-pillar {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 20px;
	background: #f7f7f7;
	border: 1px solid rgba(12, 12, 12, .08);
	border-radius: 10px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: var(--ccb-black);
}

.ccb-about-pillar .ccb-about-pillar-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(225, 11, 23, .1);
	color: var(--ccb-red);
	font-size: 16px;
	flex-shrink: 0;
}

.ccb-about-cards {
	padding: clamp(48px, 8vw, 72px) 0;
}

.ccb-about-cards-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.ccb-about-story-card {
	background: var(--ccb-white);
	border: 1px solid rgba(12, 12, 12, .08);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(12, 12, 12, .06);
}

.ccb-about-story-card .ccb-about-photo-card {
	border-radius: 0;
	box-shadow: none;
}

.ccb-about-story-body {
	padding: 28px 28px 32px;
}

.ccb-about-story-body h3 {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}

.ccb-about-story-body p:last-child {
	margin: 0;
	color: #555;
	line-height: 1.7;
}

.ccb-about-benefits {
	background: #f0f0f0;
	padding: clamp(56px, 8vw, 80px) 0;
	border-top: 1px solid rgba(12, 12, 12, .06);
}

.ccb-about-benefits-title {
	margin: 0 0 36px;
	text-align: center;
	font-size: clamp(24px, 3.2vw, 34px);
	font-weight: 800;
}

.ccb-about-benefits-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px;
}

.ccb-about-benefit {
	grid-column: span 2;
	background: var(--ccb-white);
	border: 1px solid rgba(12, 12, 12, .08);
	border-radius: 10px;
	padding: 28px 24px 26px;
	text-align: left;
	transition: transform .2s ease, box-shadow .2s ease;
}

.ccb-about-benefit:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 28px rgba(12, 12, 12, .08);
}

.ccb-about-benefit:nth-child(4) {
	grid-column: 2 / span 2;
}

.ccb-about-benefit:nth-child(5) {
	grid-column: 4 / span 2;
}

.ccb-about-benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: rgba(225, 11, 23, .1);
	color: var(--ccb-red);
	font-size: 22px;
}

.ccb-about-benefit-icon .ccb-about-ico {
	display: none;
}

.ccb-about-benefit h3 {
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 800;
}

.ccb-about-benefit p {
	margin: 0;
	color: #5a5a5a;
	line-height: 1.6;
	font-size: 14px;
}

.ccb-about-ico-trust {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2l3.09 1.26L18 2l2 1.2v5.8c0 4.2-2.6 8.1-5.5 9.7C11.6 17.1 9 13.2 9 9V3.2L12 2zm-1 11.2 5.2-5.1-1.4-1.4-3.8 3.8-1.8-1.8-1.4 1.4 3.2 3.1z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2l3.09 1.26L18 2l2 1.2v5.8c0 4.2-2.6 8.1-5.5 9.7C11.6 17.1 9 13.2 9 9V3.2L12 2zm-1 11.2 5.2-5.1-1.4-1.4-3.8 3.8-1.8-1.8-1.4 1.4 3.2 3.1z'/%3E%3C/svg%3E");
}

.ccb-about-ico-cost {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-4.5 9.5c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4zm-1.5 0c0-1.4-1.1-2.5-2.5-2.5S9 10.1 9 11.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-4.5 9.5c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4zm-1.5 0c0-1.4-1.1-2.5-2.5-2.5S9 10.1 9 11.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5z'/%3E%3C/svg%3E");
}

.ccb-about-ico-speed {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm1 5v5.4l4.3 2.5-.9 1.6L11 13V7h2z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm1 5v5.4l4.3 2.5-.9 1.6L11 13V7h2z'/%3E%3C/svg%3E");
}

.ccb-about-ico-shield {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2 4 5v6.1c0 5 3.4 9.7 8 11 4.6-1.3 8-6 8-11V5l-8-3zm-1 12.2 5.2-5.1-1.4-1.4L11 11.4 9.2 9.6 7.8 11l3.2 3.2z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2 4 5v6.1c0 5 3.4 9.7 8 11 4.6-1.3 8-6 8-11V5l-8-3zm-1 12.2 5.2-5.1-1.4-1.4L11 11.4 9.2 9.6 7.8 11l3.2 3.2z'/%3E%3C/svg%3E");
}

.ccb-about-ico-insurance {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 6h11v9H3V6zm13 1.5 3.5 2.5v5L16 17.5V7.5zM6 18h12v2H6v-2z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 6h11v9H3V6zm13 1.5 3.5 2.5v5L16 17.5V7.5zM6 18h12v2H6v-2z'/%3E%3C/svg%3E");
}

.ccb-about-ico-tracking {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E");
}

.ccb-about-benefits .ccb-inline-cta {
	text-align: center;
	margin-top: 48px;
}

@media (max-width: 900px) {
	.ccb-about-intro {
		padding: 40px 0 36px;
	}

	.ccb-about-intro-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ccb-about-intro-copy h2 {
		font-size: clamp(24px, 7vw, 32px);
	}

	.ccb-about-intro-copy p {
		font-size: 16px;
	}

	.ccb-about-pillars {
		padding: 28px 0 32px;
	}

	.ccb-about-pillars-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ccb-about-pillar {
		padding: 16px 18px;
	}

	.ccb-about-cards {
		padding: 36px 0 44px;
	}

	.ccb-about-cards-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ccb-about-story-body {
		padding: 22px 20px 26px;
	}

	.ccb-about-story-body h3 {
		font-size: 20px;
	}

	.ccb-about-benefits {
		padding: 44px 0 56px;
	}

	.ccb-about-benefits-title {
		margin-bottom: 24px;
		font-size: clamp(22px, 6vw, 28px);
	}

	.ccb-about-benefits-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ccb-about-benefit,
	.ccb-about-benefit:nth-child(4),
	.ccb-about-benefit:nth-child(5) {
		grid-column: auto;
		padding: 24px 20px 22px;
	}

	.ccb-about-benefits .ccb-inline-cta {
		margin-top: 32px;
	}

	.ccb-about-benefits .ccb-btn {
		width: 100%;
		max-width: 360px;
	}

	/* Móvil: títulos e imágenes centrados; justificar solo cards y secciones con foto */
	.ccb-about-intro-copy,
	.ccb-about-story-body {
		text-align: center;
	}

	.ccb-about-intro-copy .ccb-about-kicker,
	.ccb-about-intro-copy h2,
	.ccb-about-story-body .ccb-about-kicker,
	.ccb-about-story-body h3,
	.ccb-barco-section-title,
	.ccb-section-head .ccb-about-kicker,
	.ccb-section-head h2,
	.ccb-section-head .ccb-section-lead {
		text-align: center;
	}

	.ccb-about-intro-copy p,
	.ccb-about-story-body p,
	.ccb-about-benefit p,
	.ccb-barco-pay-card p,
	.ccb-barco-intro-card p,
	.ccb-barco-danger-card p,
	.ccb-avion-fact-card p,
	.ccb-avion-note-card p {
		text-align: justify;
	}

	.ccb-about-photo-card {
		max-width: 480px;
		margin-inline: auto;
	}

	.ccb-about-benefit {
		text-align: center;
	}

	.ccb-about-benefit-icon {
		margin-inline: auto;
	}

	.ccb-barco-pay-card {
		text-align: center;
	}

	.ccb-barco-pay-icon {
		margin-inline: auto;
	}

	.ccb-barco-doc-card {
		align-items: center;
		text-align: center;
	}

	.ccb-barco-doc-title {
		text-align: center;
	}

	.ccb-barco-reg-card {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 140px;
	}

	.ccb-barco-reg-card img {
		margin-inline: auto;
	}

	.ccb-inline-cta .ccb-btn {
		width: 100%;
		max-width: 360px;
	}

	.ccb-entry {
		text-align: center;
	}

	.ccb-entry h2,
	.ccb-entry h3,
	.ccb-entry h4 {
		text-align: center;
	}

	.ccb-entry img,
	.ccb-entry figure {
		margin-inline: auto;
	}
}

/* Envío por barco */
.ccb-barco {
	background: #f7f7f7;
}

.ccb-barco-intro {
	padding: clamp(48px, 8vw, 72px) 0;
	background: var(--ccb-white);
}

.ccb-barco-intro-card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: clamp(20px, 4vw, 32px);
	align-items: start;
	padding: clamp(24px, 4vw, 36px);
	border: 1px solid rgba(12, 12, 12, .08);
	border-radius: 12px;
	background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
	box-shadow: 0 14px 36px rgba(12, 12, 12, .06);
}

.ccb-barco-intro-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(225, 11, 23, .1);
	color: var(--ccb-red);
	font-size: 28px;
	flex-shrink: 0;
}

.ccb-barco-intro-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	flex-shrink: 0;
}

.ccb-barco-intro-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ccb-barco-intro-card h2 {
	margin: 0 0 12px;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 800;
	line-height: 1.15;
}

.ccb-barco-intro-card p {
	margin: 0;
	color: #4a4a4a;
	line-height: 1.7;
}

.ccb-barco-routes,
.ccb-barco-payments,
.ccb-barco-official,
.ccb-barco-requirements,
.ccb-barco-danger,
.ccb-barco-docs,
.ccb-barco-regulators {
	padding: clamp(48px, 8vw, 72px) 0;
}

.ccb-barco-routes {
	background: #f7f7f7;
}

.ccb-barco-section-title {
	margin: 0 0 28px;
	text-align: center;
	font-size: clamp(22px, 3.2vw, 32px);
	font-weight: 800;
	line-height: 1.2;
}

.ccb-barco-tabs {
	background: var(--ccb-white);
	border: 1px solid rgba(12, 12, 12, .08);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(12, 12, 12, .06);
}

.ccb-barco-tabs-nav {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--ccb-line);
	background: #fafafa;
}

.ccb-barco-tab {
	flex: 1 1 200px;
	padding: 16px 20px;
	border: 0;
	background: transparent;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #555;
	cursor: pointer;
	border-bottom: 3px solid transparent;
	transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.ccb-barco-tab:hover,
.ccb-barco-tab.is-active {
	color: var(--ccb-red);
	background: var(--ccb-white);
	border-bottom-color: var(--ccb-red);
}

.ccb-barco-tab-panel {
	padding: clamp(20px, 4vw, 28px);
}

.ccb-barco-tab-panel[hidden] {
	display: none;
}

.ccb-barco-route-note {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 18px;
	padding: 14px 16px;
	background: #fff8e6;
	border: 1px solid #f0dfa8;
	border-radius: 8px;
	color: #6a5200;
	font-size: 14px;
	line-height: 1.55;
}

.ccb-barco-route-note i {
	color: #c99700;
	margin-top: 2px;
	flex-shrink: 0;
}

.ccb-barco-ship-list,
.ccb-barco-arrival-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ccb-barco-ship-list li,
.ccb-barco-arrival-list li {
	position: relative;
	padding-left: 14px;
	margin: 0 0 6px;
	line-height: 1.5;
}

.ccb-barco-ship-list li::before,
.ccb-barco-arrival-list li::before {
	content: "–";
	position: absolute;
	left: 0;
	color: var(--ccb-red);
}

.ccb-barco-route-mobile {
	display: none;
	border: 1px solid var(--ccb-line);
	border-radius: 10px;
	overflow: hidden;
	background: #fafafa;
}

.ccb-barco-route-mobile h3 {
	margin: 0;
	padding: 16px 18px;
	background: var(--ccb-black);
	color: var(--ccb-white);
	font-size: 17px;
}

.ccb-barco-route-mobile-row {
	padding: 14px 18px;
	border-bottom: 1px solid var(--ccb-line);
}

.ccb-barco-route-mobile-row:last-child {
	border-bottom: 0;
}

.ccb-barco-route-mobile-row strong {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--ccb-red);
}

.ccb-barco-route-mobile-row p,
.ccb-barco-route-mobile-row ul {
	margin: 0;
	color: #444;
	line-height: 1.6;
}

.ccb-barco-route-mobile-row ul {
	padding-left: 1.1em;
}

.ccb-barco-payments {
	background: var(--ccb-white);
}

.ccb-barco-payments-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ccb-barco-pay-card {
	padding: 24px 22px;
	background: #f7f7f7;
	border: 1px solid rgba(12, 12, 12, .08);
	border-radius: 10px;
}

.ccb-barco-pay-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 14px;
	border-radius: 50%;
	background: rgba(225, 11, 23, .1);
	color: var(--ccb-red);
	font-size: 20px;
}

.ccb-barco-pay-card p {
	margin: 0;
	color: #444;
	line-height: 1.65;
	font-size: 14px;
}

.ccb-barco-official {
	background: #f0f0f0;
}

.ccb-barco-accordion {
	display: grid;
	gap: 12px;
}

.ccb-barco-acc-item {
	background: var(--ccb-white);
	border: 1px solid rgba(12, 12, 12, .08);
	border-radius: 10px;
	overflow: hidden;
}

.ccb-barco-acc-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	cursor: pointer;
	font-weight: 700;
	line-height: 1.45;
	list-style: none;
}

.ccb-barco-acc-item summary::-webkit-details-marker {
	display: none;
}

.ccb-barco-acc-icon {
	color: var(--ccb-red);
	transition: transform .25s ease;
	flex-shrink: 0;
}

.ccb-barco-acc-item[open] .ccb-barco-acc-icon {
	transform: rotate(45deg);
}

.ccb-barco-acc-body {
	padding: 0 20px 20px;
}

.ccb-barco-acc-body .ccb-btn {
	gap: 10px;
}

.ccb-barco-requirements {
	background: var(--ccb-white);
}

.ccb-barco-req-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ccb-barco-req-grid li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	background: #f7f7f7;
	border-radius: 8px;
	border: 1px solid rgba(12, 12, 12, .06);
	line-height: 1.55;
	font-size: 14px;
	color: #444;
}

.ccb-barco-req-grid i {
	color: var(--ccb-red);
	margin-top: 3px;
	flex-shrink: 0;
}

.ccb-barco-danger {
	background: #f7f7f7;
}

.ccb-barco-danger-card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 24px;
	align-items: start;
	padding: clamp(24px, 4vw, 32px);
	background: var(--ccb-white);
	border: 1px solid rgba(225, 11, 23, .2);
	border-left: 4px solid var(--ccb-red);
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(12, 12, 12, .06);
}

.ccb-barco-danger-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(225, 11, 23, .12);
	color: var(--ccb-red);
	font-size: 24px;
}

.ccb-barco-danger-card h2 {
	margin: 0 0 10px;
	font-size: clamp(20px, 2.8vw, 26px);
	font-weight: 800;
}

.ccb-barco-danger-card p {
	margin: 0 0 18px;
	color: #555;
	line-height: 1.65;
}

.ccb-barco-danger-card .ccb-btn {
	gap: 10px;
}

.ccb-barco-docs {
	background: var(--ccb-white);
}

.ccb-barco-docs .ccb-section-head {
	margin-bottom: 28px;
}

.ccb-barco-docs-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ccb-barco-doc-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px 22px;
	background: #f7f7f7;
	border: 1px solid rgba(12, 12, 12, .08);
	border-radius: 10px;
	color: inherit;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
	min-height: 100%;
}

.ccb-barco-doc-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 28px rgba(12, 12, 12, .08);
	border-color: rgba(225, 11, 23, .35);
	color: inherit;
}

.ccb-barco-doc-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(225, 11, 23, .1);
	color: var(--ccb-red);
	font-size: 22px;
}

.ccb-barco-doc-title {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.ccb-barco-doc-cta {
	margin-top: auto;
	font-size: 13px;
	font-weight: 700;
	color: var(--ccb-red);
	text-transform: uppercase;
	letter-spacing: .04em;
}

.ccb-barco-regulators {
	background: #f0f0f0;
}

.ccb-barco-reg-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 12px;
}

.ccb-barco-reg-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 140px;
	padding: 28px 24px;
	background: var(--ccb-white);
	border: 1px solid rgba(12, 12, 12, .08);
	border-radius: 10px;
	transition: box-shadow .2s ease, transform .2s ease;
}

.ccb-barco-reg-card:hover {
	box-shadow: 0 12px 24px rgba(12, 12, 12, .08);
	transform: translateY(-2px);
}

.ccb-barco-reg-card img {
	max-height: 100px;
	width: auto;
	max-width: min(100%, 280px);
	object-fit: contain;
}

.ccb-barco-regulators .ccb-inline-cta {
	margin-top: 40px;
	text-align: center;
}

.ccb-btn i {
	margin-right: 8px;
}

@media (max-width: 900px) {
	.ccb-barco-intro-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.ccb-barco-intro-card .ccb-about-kicker,
	.ccb-barco-intro-card h2 {
		text-align: center;
	}

	.ccb-barco-intro-card p {
		text-align: justify;
	}

	.ccb-barco-intro-icon,
	.ccb-barco-intro-logo {
		margin: 0 auto;
	}

	.ccb-barco-table-desktop {
		display: none;
	}

	.ccb-barco-route-mobile {
		display: block;
	}

	.ccb-barco-payments-grid,
	.ccb-barco-docs-grid,
	.ccb-barco-reg-grid,
	.ccb-barco-req-grid {
		grid-template-columns: 1fr;
	}

	.ccb-barco-danger-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.ccb-barco-danger-icon {
		margin: 0 auto;
	}

	.ccb-barco-danger-card .ccb-btn,
	.ccb-barco-regulators .ccb-btn {
		width: 100%;
		max-width: 360px;
	}

	.ccb-barco-regulators .ccb-inline-cta {
		text-align: center;
	}

	.ccb-barco-tab {
		flex: 1 1 100%;
		text-align: center;
	}
}

/* Envío por avión */
.ccb-avion-facts,
.ccb-avion-notes {
	padding: clamp(48px, 8vw, 72px) 0;
}

.ccb-avion-facts {
	background: var(--ccb-white);
}

.ccb-avion-notes {
	background: #f0f0f0;
	border-top: 1px solid rgba(12, 12, 12, .06);
}

.ccb-avion-facts-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.ccb-avion-fact-card {
	padding: 24px 22px;
	background: #f7f7f7;
	border: 1px solid rgba(12, 12, 12, .08);
	border-radius: 10px;
}

.ccb-avion-fact-card p {
	margin: 0;
	color: #444;
	line-height: 1.65;
}

.ccb-avion-notes-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ccb-avion-note-card {
	padding: 24px 22px;
	background: var(--ccb-white);
	border: 1px solid rgba(12, 12, 12, .08);
	border-radius: 10px;
	box-shadow: 0 10px 24px rgba(12, 12, 12, .05);
}

.ccb-avion-note-card h3 {
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

.ccb-avion-note-card p {
	margin: 0;
	color: #555;
	line-height: 1.65;
	font-size: 15px;
}

@media (max-width: 900px) {
	.ccb-avion-facts-grid,
	.ccb-avion-notes-grid {
		grid-template-columns: 1fr;
	}

	.ccb-avion-fact-card,
	.ccb-avion-note-card {
		text-align: center;
	}

	.ccb-avion-fact-card .ccb-barco-pay-icon,
	.ccb-avion-note-card .ccb-barco-pay-icon {
		margin-inline: auto;
	}
}

/* Procedimiento — timeline vertical */
.ccb-proc {
	background: #f7f7f7;
}

.ccb-proc-timeline-section {
	padding: clamp(48px, 8vw, 80px) 0;
}

.ccb-proc-timeline {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
}

.ccb-proc-step {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: clamp(14px, 3vw, 24px);
	position: relative;
	padding-bottom: clamp(28px, 4vw, 40px);
}

.ccb-proc-step:last-child {
	padding-bottom: 0;
}

.ccb-proc-step:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 25px;
	top: 52px;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg, var(--ccb-red) 0%, rgba(225, 11, 23, .15) 100%);
}

.ccb-proc-step-marker {
	position: relative;
	z-index: 1;
}

.ccb-proc-step-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--ccb-red);
	color: var(--ccb-white);
	font-size: 20px;
	font-weight: 800;
	box-shadow: 0 6px 16px rgba(225, 11, 23, .28);
}

.ccb-proc-step-card {
	background: var(--ccb-white);
	border: 1px solid rgba(12, 12, 12, .08);
	border-radius: 14px;
	padding: clamp(22px, 3vw, 30px);
	box-shadow: 0 16px 40px rgba(12, 12, 12, .06);
}

.ccb-proc-step-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}

.ccb-proc-step-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: rgba(225, 11, 23, .1);
	color: var(--ccb-red);
	font-size: 20px;
	flex-shrink: 0;
}

.ccb-proc-step-head h3 {
	margin: 0;
	font-size: clamp(18px, 2.4vw, 22px);
	font-weight: 800;
	line-height: 1.2;
}

.ccb-proc-step-card > p {
	margin: 0;
	color: #4a4a4a;
	line-height: 1.7;
}

.ccb-proc-step-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.ccb-proc-step-list li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: start;
	padding: 12px 14px;
	background: #f7f8fa;
	border-radius: 8px;
	border-left: 3px solid var(--ccb-red);
}

.ccb-proc-step-list i {
	margin-top: 4px;
	color: var(--ccb-red);
	font-size: 11px;
}

.ccb-proc-step-list span {
	color: #444;
	line-height: 1.6;
	font-size: 15px;
}

.ccb-proc-docs {
	padding: clamp(48px, 8vw, 72px) 0;
	background: var(--ccb-white);
	border-top: 1px solid rgba(12, 12, 12, .06);
}

.ccb-proc-docs .ccb-section-head {
	margin-bottom: 28px;
}

.ccb-proc-docs .ccb-barco-section-title {
	margin-bottom: 0;
}

.ccb-proc-regulators {
	padding: clamp(48px, 8vw, 72px) 0;
	background: #eceef2;
}

.ccb-proc-reg-title {
	margin: 0 0 32px;
	text-align: center;
	font-size: clamp(22px, 3.2vw, 32px);
	font-weight: 800;
}

.ccb-proc-reg-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ccb-proc-reg-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 140px;
	padding: 28px 24px;
	background: var(--ccb-white);
	border: 1px solid rgba(12, 12, 12, .08);
	border-radius: 12px;
	transition: transform .2s ease, box-shadow .2s ease;
}

.ccb-proc-reg-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 28px rgba(12, 12, 12, .08);
}

.ccb-proc-reg-card img {
	max-height: 100px;
	width: auto;
	max-width: min(100%, 280px);
	margin-inline: auto;
	object-fit: contain;
}

.ccb-proc-regulators .ccb-inline-cta {
	margin-top: 40px;
}

@media (max-width: 900px) {
	.ccb-proc-step {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.ccb-proc-step-num {
		width: 44px;
		height: 44px;
		font-size: 17px;
	}

	.ccb-proc-step:not(:last-child)::after {
		left: 21px;
		top: 44px;
	}

	.ccb-proc-step-head {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}

	.ccb-proc-docs .ccb-barco-docs-grid {
		grid-template-columns: 1fr;
	}

	.ccb-proc-docs .ccb-barco-doc-card {
		align-items: center;
		text-align: center;
	}

	.ccb-proc-reg-grid {
		grid-template-columns: 1fr;
	}

	.ccb-proc-regulators .ccb-inline-cta .ccb-btn {
		width: 100%;
		max-width: 360px;
	}
}

.ccb-entry > *:first-child {
	margin-top: 0;
}

.ccb-entry h2,
.ccb-entry h3 {
	line-height: 1.2;
}

.ccb-entry ul {
	padding-left: 1.2em;
}

.ccb-entry li {
	margin: 0 0 8px;
}

.ccb-table-wrap {
	overflow-x: auto;
	margin: 0 0 28px;
}

.ccb-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.ccb-table th,
.ccb-table td {
	border: 1px solid var(--ccb-line);
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
}

.ccb-table th {
	background: var(--ccb-black);
	color: var(--ccb-white);
}

.ccb-contact-page {
	padding: clamp(48px, 8vw, 72px) 0;
}

.ccb-contact-cta {
	margin-top: 36px;
}

.ccb-contact-split {
	display: grid;
	grid-template-columns: minmax(280px, .95fr) minmax(320px, 1.05fr);
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--ccb-line);
	box-shadow: 0 16px 40px rgba(12, 12, 12, .08);
}

.ccb-contact-panel {
	background: var(--ccb-black);
	color: var(--ccb-white);
	padding: 36px 30px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ccb-contact-panel-title {
	margin: 0 0 18px;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--ccb-white);
}

.ccb-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1;
}

.ccb-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 18px;
}

.ccb-contact-item-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .14);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ccb-contact-item-icon i {
	font-size: 16px;
	color: var(--ccb-white);
}

.ccb-contact-item-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ccb-contact-item-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	opacity: .82;
}

.ccb-contact-item-content a,
.ccb-contact-item-content span {
	font-size: 14px;
	line-height: 1.45;
	color: var(--ccb-white);
	text-decoration: none;
}

.ccb-contact-item-content a:hover {
	color: var(--ccb-red);
	text-decoration: underline;
}

.ccb-contact-panel-social {
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .22);
}

.ccb-contact-panel-social-label {
	margin: 0 0 12px;
	font-size: 13px;
	opacity: .88;
}

.ccb-contact-panel-social-icons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.ccb-contact-social-link {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .35);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--ccb-white);
	text-decoration: none;
	transition: background .2s, border-color .2s;
}

.ccb-contact-social-link:hover {
	background: rgba(255, 255, 255, .16);
	border-color: var(--ccb-white);
	color: var(--ccb-white);
}

.ccb-contact-form-wrap {
	background: #f8fafc;
	padding: 36px 32px;
}

.ccb-contact-form-title {
	margin: 0 0 22px;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--ccb-black);
}

.ccb-contact-field {
	margin-bottom: 12px;
}

.ccb-contact-field input,
.ccb-contact-field textarea {
	width: 100%;
	border: 1px solid #dbe3ee;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 14px;
	color: var(--ccb-black);
	background: var(--ccb-white);
	font-family: inherit;
}

.ccb-contact-field input:focus,
.ccb-contact-field textarea:focus {
	outline: none;
	border-color: var(--ccb-red);
	box-shadow: 0 0 0 3px rgba(225, 11, 23, .15);
}

.ccb-contact-field textarea {
	min-height: 110px;
	resize: vertical;
}

.ccb-contact-captcha {
	margin: 14px 0;
	display: flex;
	justify-content: flex-start;
}

.ccb-contact-submit {
	width: 100%;
	margin-top: 4px;
}

.ccb-contact-submit:disabled {
	opacity: .7;
	cursor: wait;
}

.ccb-contact-response {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 600;
}

.ccb-contact-response.is-success {
	color: #15803d;
}

.ccb-contact-response.is-error {
	color: #dc2626;
}

.ccb-contact-mapa {
	margin-top: 28px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--ccb-line);
	box-shadow: 0 12px 32px rgba(12, 12, 12, .07);
	background: #f8fafc;
}

.ccb-contact-mapa iframe {
	display: block;
	width: 100%;
	height: min(420px, 62vw);
	min-height: 280px;
	border: 0;
}

@media (max-width: 900px) {
	.ccb-contact-split {
		grid-template-columns: 1fr;
	}

	.ccb-contact-panel,
	.ccb-contact-form-wrap {
		padding: 28px 24px;
	}
}

@media (max-width: 768px) {
	.ccb-contact-mapa iframe {
		height: min(320px, 70vw);
		min-height: 240px;
	}
}

.ccb-benefits {
	list-style: none;
	padding: 0;
}

.ccb-benefits li {
	padding: 10px 0 10px 16px;
	border-left: 3px solid var(--ccb-red);
}

	display: grid;
	gap: 10px;
}

.ccb-faq {
	background: #f7f7f7;
}

.ccb-faq-section {
	padding: clamp(48px, 8vw, 72px) 0;
}

.ccb-faq-section .ccb-faq-list {
	gap: 14px;
	max-width: 880px;
	margin: 0 auto;
}

.ccb-faq-item {
	border: 1px solid rgba(12, 12, 12, .08);
	padding: 0;
	background: var(--ccb-white);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(12, 12, 12, .04);
	transition: border-color .25s ease, box-shadow .25s ease;
}

.ccb-faq-item.is-open {
	border-color: rgba(225, 11, 23, .28);
	box-shadow: 0 12px 28px rgba(12, 12, 12, .08);
}

.ccb-faq-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	margin: 0;
	padding: 18px 22px;
	border: 0;
	background: transparent;
	font: inherit;
	text-align: left;
	cursor: pointer;
	font-weight: 700;
	line-height: 1.35;
	color: inherit;
}

.ccb-faq-q {
	flex: 1;
}

.ccb-faq-toggle {
	flex-shrink: 0;
	color: var(--ccb-red);
	font-size: 14px;
	transition: transform .3s ease;
}

.ccb-faq-item.is-open .ccb-faq-toggle {
	transform: rotate(45deg);
}

.ccb-faq-panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .35s ease;
}

.ccb-faq-item.is-open .ccb-faq-panel {
	grid-template-rows: 1fr;
}

.ccb-faq-panel-inner {
	overflow: hidden;
}

.ccb-faq-body {
	padding: 0 22px 20px;
	color: #444;
	line-height: 1.7;
}

.ccb-faq-body > *:first-child {
	margin-top: 0;
}

.ccb-faq-body > *:last-child {
	margin-bottom: 0;
}

.ccb-faq-body ul {
	margin: 0;
	padding-left: 1.2em;
}

.ccb-faq-body li {
	margin: 0 0 8px;
}

.ccb-faq-body p + p {
	margin-top: 14px;
}

.ccb-faq-body strong {
	color: var(--ccb-black);
}

.ccb-faq-wa-cta {
	max-width: 560px;
	margin: 48px auto 0;
	padding: 28px 24px;
	text-align: center;
	background: var(--ccb-white);
	border: 1px solid rgba(12, 12, 12, .08);
	border-radius: 12px;
	box-shadow: 0 10px 28px rgba(12, 12, 12, .05);
}

.ccb-faq-wa-cta p {
	margin: 0 0 18px;
	color: #444;
	line-height: 1.65;
	text-align: center;
}

.ccb-btn-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--ccb-black);
	border-color: var(--ccb-black);
	color: var(--ccb-white);
}

.ccb-btn-whatsapp:hover {
	background: var(--ccb-red);
	border-color: var(--ccb-red);
	color: var(--ccb-white);
}

@media (max-width: 900px) {
	.ccb-faq-trigger {
		padding: 16px 18px;
		font-size: 15px;
	}

	.ccb-faq-body {
		padding: 0 18px 18px;
	}

	.ccb-faq-wa-cta {
		margin-top: 36px;
		padding: 24px 20px;
	}

	.ccb-faq-wa-cta .ccb-btn-whatsapp {
		width: 100%;
		max-width: 360px;
	}
}

.ccb-docs-grid,
.ccb-videos-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
}

.ccb-doc-card,
.ccb-video-card {
	border: 1px solid var(--ccb-line);
	padding: 20px;
}

/* Servicios realizados — grid de videos */
.ccb-servicios-videos {
	padding: clamp(48px, 8vw, 72px) 0;
}

.ccb-servicios-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ccb-servicios-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
	color: inherit;
}

.ccb-servicios-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 12px;
	background: var(--ccb-black);
	box-shadow: 0 12px 28px rgba(12, 12, 12, .1);
	aspect-ratio: 16 / 9;
}

.ccb-servicios-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease, opacity .35s ease;
}

.ccb-servicios-play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(12, 12, 12, .28);
	transition: background .25s ease;
}

.ccb-servicios-play i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--ccb-red);
	color: var(--ccb-white);
	font-size: 18px;
	padding-left: 4px;
	box-shadow: 0 10px 24px rgba(225, 11, 23, .45);
	transition: transform .25s ease;
}

.ccb-servicios-card:hover .ccb-servicios-thumb img,
.ccb-servicios-card:focus-visible .ccb-servicios-thumb img {
	transform: scale(1.04);
	opacity: .92;
}

.ccb-servicios-card:hover .ccb-servicios-play,
.ccb-servicios-card:focus-visible .ccb-servicios-play {
	background: rgba(12, 12, 12, .4);
}

.ccb-servicios-card:hover .ccb-servicios-play i,
.ccb-servicios-card:focus-visible .ccb-servicios-play i {
	transform: scale(1.06);
}

.ccb-servicios-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--ccb-black);
}

.ccb-servicios-more-wrap {
	margin: 40px 0 0;
	text-align: center;
}

.ccb-servicios-more {
	text-transform: uppercase;
	letter-spacing: .04em;
	min-width: min(100%, 280px);
}

body.ccb-video-open {
	overflow: hidden;
}

.ccb-video-lightbox {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(16px, 4vw, 32px);
}

.ccb-video-lightbox[hidden] {
	display: none;
}

.ccb-video-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 12, 12, .88);
}

.ccb-video-lightbox-close {
	position: absolute;
	top: clamp(12px, 3vw, 24px);
	right: clamp(12px, 3vw, 24px);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .14);
	color: var(--ccb-white);
	font-size: 20px;
	cursor: pointer;
	transition: background .2s ease;
}

.ccb-video-lightbox-close:hover {
	background: rgba(255, 255, 255, .24);
}

.ccb-video-lightbox-dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 960px);
	animation: ccb-video-in .28s ease;
}

.ccb-video-lightbox-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	overflow: hidden;
	background: #000;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
}

.ccb-video-lightbox-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

@keyframes ccb-video-in {
	from {
		opacity: 0;
		transform: scale(.96) translateY(8px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

@media (max-width: 900px) {
	.ccb-servicios-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.ccb-servicios-play i {
		width: 48px;
		height: 48px;
		font-size: 16px;
	}

	.ccb-servicios-more {
		width: 100%;
		max-width: 360px;
	}
}

.ccb-cotizaciones {
	padding-bottom: 56px;
}

.ccb-cotizaciones-form {
	padding: 32px 0 56px;
}

.ccb-cotizaciones-form .ccb-form {
	max-width: 100%;
	margin: 0 auto;
}

.ccb-cotizaciones-form .ccb-form-intro {
	max-width: 750px;
	margin: 0 auto 22px;
	text-align: center;
}

.ccb-actualidad {
	padding-bottom: 48px;
}

.ccb-facebook-feed {
	width: 100%;
	padding: 0 0 24px;
	background: var(--ccb-white);
}

.ccb-facebook-feed-inner {
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}

.ccb-facebook-device-wrap {
	display: flex;
	justify-content: center;
	padding: 10px 0 0;
}

.ccb-facebook-device {
	width: min(360px, 100%);
	height: calc(var(--ccb-facebook-height, 560px) + 37px);
	margin: 0 auto;
	position: relative;
	border: 12px solid #111;
	border-radius: 35px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
	overflow: hidden;
	padding-top: 25px;
}

.ccb-facebook-device::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 110px;
	height: 20px;
	background: #111;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	z-index: 2;
	pointer-events: none;
}

.ccb-facebook-iframe {
	width: 100% !important;
	min-width: 100% !important;
	height: var(--ccb-facebook-height, 560px) !important;
	position: absolute;
	top: 1px;
	left: 0;
	border: 0;
	border-radius: 0 0 25px 25px;
}

.ccb-btn-facebook {
	background: var(--ccb-black);
	border-color: var(--ccb-black);
	color: var(--ccb-white);
}

.ccb-btn-facebook:hover {
	background: var(--ccb-red);
	border-color: var(--ccb-red);
	color: var(--ccb-white);
}

@media (max-width: 768px) {
	.ccb-facebook-device {
		width: min(320px, 100%);
		border-width: 10px;
		border-radius: 30px;
	}
}

.ccb-footer {
	background: var(--ccb-black);
	color: #d7d7d7;
	padding-top: 56px;
}

.ccb-footer a {
	color: var(--ccb-white);
}

.ccb-footer a:hover {
	color: var(--ccb-red);
}

.ccb-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 1.1fr .9fr .95fr;
	gap: 32px 28px;
	padding-bottom: 48px;
}

.ccb-footer-about {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #c8c8c8;
	max-width: 38ch;
}

.ccb-footer-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ccb-footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px;
}

.ccb-footer-contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	color: var(--ccb-white);
	font-size: 14px;
	flex-shrink: 0;
}

.ccb-footer-contact-text {
	font-size: 14px;
	line-height: 1.55;
	color: #d7d7d7;
}

.ccb-footer-contact-text a {
	color: var(--ccb-white);
	text-decoration: none;
}

.ccb-footer-contact-text a:hover {
	color: var(--ccb-red);
}

.ccb-footer h2 {
	margin: 0 0 16px;
	color: var(--ccb-white);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.ccb-footer-brand .ccb-logo img {
	height: 52px;
	margin-bottom: 16px;
}

.ccb-footer-social {
	margin-top: 18px;
	gap: 16px;
}

.ccb-footer-social a {
	color: var(--ccb-white);
	width: 22px;
	height: 22px;
}

.ccb-footer-social a:hover {
	color: var(--ccb-red);
}

.ccb-footer-social .ccb-icon {
	width: 22px;
	height: 22px;
}

.ccb-footer-links,
.ccb-footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ccb-footer-links li {
	margin: 0;
}

.ccb-footer-links a {
	display: inline-block;
	padding: 4px 0;
	font-size: 14px;
	line-height: 1.45;
}

.ccb-footer-copy {
	border-top: 1px solid rgba(255,255,255,.12);
	padding: 18px 0 22px;
	font-size: 13px;
}

.ccb-footer-copy-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.ccb-footer-copy-text {
	margin: 0;
	color: #b8b8b8;
	line-height: 1.5;
}

.ccb-footer-copy-text a {
	color: var(--ccb-white);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ccb-footer-copy-text a:hover {
	color: var(--ccb-red);
}

.ccb-footer-visits {
	margin: 0;
	color: #b8b8b8;
	white-space: nowrap;
}

.ccb-footer-visits strong {
	color: var(--ccb-white);
	font-weight: 700;
}

.ccb-wa-float {
	position: fixed;
	right: 18px;
	bottom: 18px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--ccb-red);
	color: var(--ccb-white);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 60;
	box-shadow: 0 10px 28px rgba(12, 12, 12, .28);
	transition: background .2s ease;
}

.ccb-wa-float:hover {
	color: var(--ccb-white);
	background: var(--ccb-black);
}

.ccb-wa-float .ccb-icon {
	width: 28px;
	height: 28px;
}

.ccb-wa-float-tip {
	position: absolute;
	right: calc(100% + 12px);
	top: 50%;
	transform: translateY(-50%);
	padding: 8px 12px;
	background: var(--ccb-black);
	color: var(--ccb-white);
	font-size: 14px;
	line-height: 1.35;
	border-radius: 8px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .2s ease, visibility .2s ease;
	box-shadow: 0 8px 20px rgba(12, 12, 12, .25);
}

.ccb-wa-float-tip::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -6px;
	transform: translateY(-50%);
	border-width: 6px 0 6px 6px;
	border-style: solid;
	border-color: transparent transparent transparent var(--ccb-black);
}

.ccb-wa-float:hover .ccb-wa-float-tip,
.ccb-wa-float:focus-visible .ccb-wa-float-tip {
	opacity: 1;
	visibility: visible;
}

@media (min-width: 981px) {
	body.ccb-inner .ccb-header-inner {
		gap: 14px;
	}

	body.ccb-inner .ccb-brand {
		flex-shrink: 0;
	}

	body.ccb-inner .ccb-logo img {
		height: 34px;
	}

	body.ccb-inner .ccb-nav {
		flex: 1;
		justify-content: flex-end;
		gap: 0;
		min-width: 0;
	}

	body.ccb-inner .ccb-menu {
		flex-wrap: nowrap;
		justify-content: flex-end;
		gap: 2px;
		min-width: 0;
	}

	body.ccb-inner .ccb-menu > li {
		flex-shrink: 1;
		min-width: 0;
	}

	body.ccb-inner .ccb-menu a {
		font-size: 13px;
		padding: 8px 10px;
		letter-spacing: .04em;
		word-spacing: .14em;
		white-space: nowrap;
		line-height: 1.2;
	}

	body.ccb-inner .ccb-nav .ccb-social--overlay {
		display: none;
	}
}

@media (max-width: 980px) {
	.ccb-nav-toggle {
		display: flex;
		z-index: 70;
	}

	body.ccb-inner .ccb-nav-toggle {
		display: flex;
	}

	.ccb-nav {
		position: fixed;
		inset: 0 0 0 auto;
		width: min(360px, 86vw);
		background: var(--ccb-white);
		transform: translateX(100%);
		transition: transform .22s ease;
		padding: 90px 24px 24px;
		overflow: auto;
		z-index: 55;
	}

	.ccb-nav.is-open {
		transform: none;
	}

	.ccb-menu {
		flex-direction: column;
		align-items: stretch;
	}

	.ccb-menu a {
		color: var(--ccb-black);
		padding: 12px 0;
	}

	.ccb-menu .sub-menu {
		position: static;
		border: 0;
		display: block;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		padding: 0;
		transition: max-height .35s ease, opacity .25s ease, padding .3s ease;
	}

	.ccb-menu > li:hover > .sub-menu,
	.ccb-menu > li:focus-within > .sub-menu {
		display: block;
		max-height: 0;
		opacity: 0;
	}

	.ccb-menu > li.is-open > .sub-menu {
		display: block;
		max-height: 280px;
		opacity: 1;
		padding: 0 0 8px 12px;
	}

	.ccb-submenu-toggle {
		display: inline-flex;
		position: absolute;
		right: 0;
		top: 8px;
		width: 36px;
		height: 36px;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	.ccb-submenu-toggle::before {
		content: "";
		width: 8px;
		height: 8px;
		border-right: 2px solid var(--ccb-black);
		border-bottom: 2px solid var(--ccb-black);
		transform: rotate(45deg);
		margin: auto;
		transition: transform .28s ease;
	}

	.ccb-menu > li.is-open > .ccb-submenu-toggle::before {
		transform: rotate(-135deg);
	}

	body.ccb-home .ccb-nav .ccb-social--overlay {
		display: flex;
		margin-top: 8px;
	}

	body.ccb-inner .ccb-nav .ccb-social--overlay {
		display: flex;
	}

	.ccb-hero-links {
		grid-template-columns: 1fr 1fr;
		flex-basis: auto;
	}

	.ccb-hero-links a {
		min-height: 68px;
		border-bottom: 1px solid rgba(255,255,255,.12);
	}

	.ccb-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 32px 24px;
	}

	.ccb-footer-brand {
		grid-column: 1 / -1;
		text-align: center;
	}

	.ccb-footer-about {
		max-width: 52ch;
		margin-left: auto;
		margin-right: auto;
	}

	.ccb-footer-social {
		justify-content: center;
	}

	body.ccb-home .ccb-nav {
		inset: 0;
		width: 100%;
		background: rgba(12, 12, 12, .95);
		transform: none;
		padding: 80px 24px 40px;
		align-items: center;
		justify-content: center;
	}

	body.ccb-home .ccb-menu {
		align-items: center;
	}

	body.ccb-home .ccb-menu a,
	body.ccb-home .ccb-site-head--overlay .ccb-menu > li > a {
		color: var(--ccb-white);
		font-size: 17px;
		padding: 8px 16px;
		text-align: center;
	}

	body.ccb-home .ccb-menu .sub-menu a {
		color: rgba(255, 255, 255, .72);
		font-size: 14px;
	}

	body.ccb-home .ccb-submenu-toggle::before {
		border-right-color: var(--ccb-white);
		border-bottom-color: var(--ccb-white);
	}

	.ccb-blend-title {
		font-size: clamp(22px, 6.4vw, 34px);
	}
}

@media (min-width: 1921px) {
	:root {
		--ccb-hero-links: 80px;
	}

	.ccb-blend-title {
		font-size: clamp(32px, 2.2vw, 48px);
	}

	.ccb-hero-links a {
		min-height: var(--ccb-hero-links);
		font-size: 13px;
	}
}

@media (max-width: 640px) {
	.ccb-footer-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ccb-footer-brand {
		text-align: center;
	}

	.ccb-footer-brand .ccb-logo {
		display: flex;
		justify-content: center;
	}

	.ccb-footer-about {
		margin-left: auto;
		margin-right: auto;
	}

	.ccb-footer-social {
		justify-content: center;
	}

	.ccb-footer-contact,
	.ccb-footer-menu {
		text-align: left;
	}

	.ccb-footer-contact h2,
	.ccb-footer-menu h2 {
		text-align: left;
	}

	.ccb-footer-contact-item {
		justify-content: flex-start;
		text-align: left;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}

	.ccb-footer-links a {
		padding: 6px 0;
	}

	.ccb-footer-copy-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.ccb-wa-float-tip {
		right: auto;
		left: 50%;
		top: auto;
		bottom: calc(100% + 10px);
		transform: translateX(-50%);
		white-space: normal;
		max-width: 200px;
		text-align: center;
	}

	.ccb-wa-float-tip::after {
		top: 100%;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		border-width: 6px 6px 0 6px;
		border-color: var(--ccb-black) transparent transparent transparent;
	}
}

@media (max-width: 600px) {
	.ccb-wrap {
		width: min(var(--ccb-max), calc(100% - 24px));
	}

	.ccb-logo img,
	body.ccb-home .ccb-site-head--overlay .ccb-logo img {
		height: 34px;
	}

	.ccb-content {
		padding: 36px 0 56px;
	}
}
