@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&family=Cormorant+Garamond:wght@600;700&display=swap");

.cv2-contactos-page #main-content,
.cv2-ct {
	--canvas: #F7F1EB;
	--hero: #F6EBE4;
	--stores: #F1E8DF;
	--note: #F8EFEC;
	--surface: #FFFFFF;
	--ink: #362028;
	--ink-2: #3A2430;
	--muted: #77606A;
	--label: #4A3A41;
	--kicker: #8F757E;
	--line: #EFE0E1;
	--line-2: #E8D8DB;
	--pill-line: #E2CBD2;
	--brand: #B00F4F;
	--wine: #8A1240;
	--wine-hover: #741036;
	--ico-bg: #F6E8E6;
	--font: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
	--display: "Cormorant Garamond", Georgia, serif;
	--r: 18px;
	--max: 1440px;
	color: var(--ink);
	font-family: var(--font);
}

html body.cv2-contactos-page #full-wrapper,
html body.cv2-contactos-page .full-wrapper,
html body.cv2-contactos-page #main-container,
html body.cv2-contactos-page .main-container,
html body.cv2-contactos-page #main-content,
html body.cv2-contactos-page .main-content,
html body.cv2-contactos-page .cv2-ct {
	display: block !important;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	overflow: visible !important;
	text-align: left !important;
	box-shadow: none !important;
}
html body.cv2-contactos-page #full-wrapper,
html body.cv2-contactos-page .full-wrapper {
	background: #F7F1EB !important;
	background-color: #F7F1EB !important;
}
html body.cv2-contactos-page {
	overflow-x: hidden;
	background: #F7F1EB;
}

.cv2-ct {
	max-width: none;
	padding: 0;
	box-sizing: border-box;
	background: #F7F1EB;
	text-align: left;
}
.cv2-ct a { color: var(--wine); }
.cv2-ct a:hover { color: var(--brand); }

/* Breadcrumbs: type + separators live in css/cv2-breadcrumbs.css (shared with ficha). */
.cv2-ct-bc { margin: 0 0 14px; padding: 0; }
.cv2-ct-bc ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
}

.cv2-ct-hero {
	position: relative;
	z-index: 1;
	background: #F6EBE4;
	overflow: visible;
}
.cv2-ct-hero__photo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	background: url("/css/contactos-wp.jpg") center / cover no-repeat;
	pointer-events: none;
}
.cv2-ct-hero__photo:before,
.cv2-ct-hero__photo:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
.cv2-ct-hero__photo:before {
	background: linear-gradient(180deg, rgba(247,241,235,.50) 0%, rgba(247,241,235,.22) 42%, rgba(247,241,235,0) 72%);
}
.cv2-ct-hero__photo:after {
	background: linear-gradient(180deg, rgba(247,241,235,0) 68%, #F7F1EB 100%);
}
.cv2-ct-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: var(--max);
	margin: 0 auto;
	padding: 18px 16px 120px;
	box-sizing: border-box;
	text-align: left;
}

.cv2-ct-title {
	font-family: var(--display);
	font-size: 36px;
	line-height: 1.1;
	font-weight: 700;
	margin: 0 0 14px;
	color: #3A2430;
	letter-spacing: -0.02em;
	text-align: left;
}
.cv2-ct-lead {
	margin: 0;
	max-width: 440px;
	font-size: 17px;
	line-height: 1.65;
	color: #4A3A41;
	text-align: left;
}

.cv2-ct-pills {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	gap: 12px;
	margin-top: 28px;
	flex-wrap: wrap;
}
.cv2-ct-pill {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	gap: 9px;
	min-height: 44px;
	padding: 12px 24px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 14.5px;
	font-weight: 800;
	box-sizing: border-box;
	line-height: 1.2;
}
.cv2-ct-pill--wa {
	background: #8A1240;
	color: #FFFFFF !important;
}
.cv2-ct-pill--wa:hover {
	background: #741036;
	color: #FFFFFF !important;
}
.cv2-ct-pill--wa svg { color: #FFFFFF; stroke: #FFFFFF; }
.cv2-ct-pill--tel {
	background: #FFFFFF;
	border: 1.5px solid #E2CBD2;
	color: #8A1240;
	padding: 11px 24px;
}
.cv2-ct-pill--tel:hover {
	border-color: #8A1240;
	color: #8A1240;
}
.cv2-ct-pill--msg {
	padding: 12px 6px;
	color: #8A1240;
	min-height: 44px;
}
.cv2-ct-pill--msg:hover { color: #B00F4F; }

.cv2-ct-cards {
	position: relative;
	z-index: 3;
	margin-top: -64px;
}
.cv2-ct-cards__inner {
	max-width: var(--max);
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}
.cv2-ct-ccard {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	min-height: 100%;
	background: #FFFFFF;
	border: 1px solid #EFE0E1;
	border-radius: 18px;
	padding: 26px 24px;
	text-decoration: none;
	box-shadow: none;
	-webkit-transition: -webkit-transform .15s, box-shadow .15s, background .15s;
	transition: transform .15s, box-shadow .15s, background .15s;
	box-sizing: border-box;
}
.cv2-ct-ccard:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(122,22,58,.10);
	color: inherit;
}
.cv2-ct-ccard__ico {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: #F6E8E6;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #8A1240;
	flex: none;
}
.cv2-ct-ccard__k {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #8F757E;
}
.cv2-ct-ccard__v {
	font-family: var(--display);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #8A1240;
	word-break: break-word;
}
.cv2-ct-ccard__v--mail {
	font-family: var(--font);
	font-size: 15px;
	font-weight: 800;
}
.cv2-ct-ccard__m {
	font-size: 13px;
	line-height: 1.5;
	color: #77606A;
}
.cv2-ct-ccard__a {
	margin-top: auto;
	padding-top: 6px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .4px;
	color: #8A1240;
	min-height: 24px;
}
.cv2-ct-ccard--wa {
	background: #8A1240;
	border-color: #8A1240;
	box-shadow: 0 14px 30px rgba(110,13,51,.22);
	color: #FFFFFF;
}
.cv2-ct-ccard--wa:hover {
	background: #741036;
	border-color: #741036;
	color: #FFFFFF;
	box-shadow: 0 16px 32px rgba(110,13,51,.28);
}
.cv2-ct-ccard--wa .cv2-ct-ccard__ico {
	background: rgba(255,255,255,.16);
	color: #FFFFFF;
}
.cv2-ct-ccard--wa .cv2-ct-ccard__k { color: rgba(255,255,255,.72); }
.cv2-ct-ccard--wa .cv2-ct-ccard__v { color: #FFFFFF; }
.cv2-ct-ccard--wa .cv2-ct-ccard__m { color: rgba(255,255,255,.82); }
.cv2-ct-ccard--wa .cv2-ct-ccard__a { color: #FFFFFF; }

.cv2-ct-write {
	max-width: var(--max);
	margin: 0 auto;
	padding: 48px 16px 8px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
	-webkit-align-items: start;
	align-items: start;
	scroll-margin-top: 24px;
	text-align: left;
}
.cv2-ct-hourscol {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 22px;
}

.cv2-ct-eye {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #8A1240;
	text-align: left;
}
.cv2-ct-h2 {
	font-family: var(--display);
	font-size: 30px;
	line-height: 1.15;
	font-weight: 700;
	margin: 10px 0 24px;
	color: #3A2430;
	text-align: left;
}

.cv2-ct-card {
	background: #FFFFFF;
	border: 1px solid #EFE0E1;
	border-radius: 20px;
	box-shadow: none;
}
.cv2-ct-formcard { padding: 28px 22px 22px; }
.cv2-ct-hours { padding: 28px 24px 24px; }

.cv2-ct-formgrid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}
.cv2-ct-field { margin: 0; position: relative; }
.cv2-ct-field[hidden] { display: none !important; }
.cv2-ct-field--full { grid-column: 1 / -1; }
.cv2-ct-label {
	display: block;
	font-size: 13px;
	font-weight: 800;
	color: #4A3A41;
	margin: 0 0 6px;
	text-align: left;
}
.cv2-ct-input,
.cv2-ct-field textarea,
.cv2-ct-field select {
	text-align: left;
}
.cv2-ct-opt { font-weight: 600; color: #9C8790; }
.cv2-ct-input {
	width: 100%;
	min-height: 46px;
	padding: 12px 14px;
	font: inherit;
	font-size: 16px;
	color: #362028;
	background: #FDFCFB;
	border: 1.5px solid #E8D8DB;
	border-radius: 12px;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
.cv2-ct-area { height: auto; min-height: 120px; resize: vertical; }
.cv2-ct-input:focus {
	border-color: #8A1240;
	box-shadow: 0 0 0 3px rgba(138,18,64,.10);
}
.cv2-ct-input::placeholder { color: #BCA7AE; }
.cv2-ct-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.cv2-ct-formfoot {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	gap: 20px;
	margin-top: 20px;
}
.cv2-ct-privacy {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #8F757E;
	max-width: 320px;
}
.cv2-ct-cta {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	border: 0;
	border-radius: 999px;
	padding: 14px 28px;
	background: #8A1240;
	color: #FFFFFF;
	font: inherit;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	white-space: nowrap;
}
.cv2-ct-cta:hover { background: #741036; color: #FFFFFF; }
.cv2-ct-cta[disabled] { opacity: .6; cursor: wait; }
.cv2-ct-cta svg { color: #FFFFFF; stroke: #FFFFFF; }

.cv2-ct-formerr {
	margin: 12px 0 0;
	padding: 12px 14px;
	border-radius: 12px;
	background: #F8EFEC;
	color: #8A1240;
	font-size: 14px;
}
.cv2-ct-formerr[hidden] { display: none !important; }

.cv2-ct-ok {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 14px;
	padding: 24px 0;
}
.cv2-ct-ok[hidden] { display: none !important; }
.cv2-ct-ok__ico {
	width: 56px;
	height: 56px;
	border-radius: 999px;
	background: #F6E8E6;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #8A1240;
}
.cv2-ct-ok__h {
	font-family: var(--display);
	font-weight: 700;
	font-size: 28px;
	color: #3A2430;
	margin: 0;
}
.cv2-ct-ok__p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #77606A;
	max-width: 420px;
}
.cv2-ct-again {
	background: #FFFFFF;
	border: 1.5px solid #E2CBD2;
	color: #8A1240;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	padding: 11px 22px;
	border-radius: 999px;
	margin-top: 6px;
	min-height: 44px;
}
.cv2-ct-again:hover { border-color: #8A1240; }

.cv2-ct-row {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 0 13px;
	border-bottom: 1px solid #F1E4E6;
}
.cv2-ct-row--last { border-bottom: 0; padding-bottom: 0; }
.cv2-ct-row--ex {
	padding: 0;
	border: 0;
	margin-top: 10px;
}
.cv2-ct-row--ex + .cv2-ct-row--ex { margin-top: 7px; }
.cv2-ct-row__l { font-size: 14.5px; font-weight: 800; color: #4A3A41; }
.cv2-ct-row--ex .cv2-ct-row__l { font-size: 13.5px; }
.cv2-ct-row__v { font-size: 14.5px; color: #77606A; text-align: right; }
.cv2-ct-row--ex .cv2-ct-row__v { font-size: 13.5px; }
.cv2-ct-hours__body {
	margin: 13px 0 0;
	font-size: 13.5px;
	line-height: 1.55;
	color: #77606A;
}
.cv2-ct-note {
	margin: 4px 0 0;
	padding: 14px 16px;
	border-radius: 14px;
	background: #F8EFEC;
	color: #77606A;
	font-size: 13px;
	line-height: 1.55;
}
.cv2-ct-ex {
	background: #F8EFEC;
	border-radius: 14px;
	padding: 14px 16px;
	margin-top: 14px;
}
.cv2-ct-ex__h {
	margin: 0;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #8A1240;
}

.cv2-ct-stores {
	margin-top: 64px;
	padding: 60px 0 72px;
	background: #F1E8DF;
	width: 100vw;
	max-width: none;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	box-sizing: border-box;
}
.cv2-ct-stores__inner {
	max-width: var(--max);
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}
.cv2-ct-stores__head { text-align: center; }
.cv2-ct-stores__head .cv2-ct-h2 { margin: 12px 0 10px; font-size: 32px; }
.cv2-ct-stores__lead { margin: 0; font-size: 15px; color: #77606A; }

.cv2-ct-storegrid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-top: 36px;
}
.cv2-ct-store {
	background: #FFFFFF;
	border: 1px solid #EFE0E1;
	border-radius: 18px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.cv2-ct-map {
	position: relative;
	height: 185px;
	background: #F6E8E6;
	overflow: hidden;
}
.cv2-ct-map iframe {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.cv2-ct-store__body {
	padding: 22px 24px 24px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	-webkit-flex: 1;
	flex: 1;
}
.cv2-ct-store h3 {
	font-family: var(--display);
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	color: #3A2430;
}
.cv2-ct-store__city,
.cv2-ct-store__addr,
.cv2-ct-store__tel,
.cv2-ct-store__meta {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #77606A;
}
.cv2-ct-store__tel { font-weight: 800; font-size: 14.5px; }
.cv2-ct-store a { color: #8A1240; text-decoration: none; }
.cv2-ct-store a:hover { color: #B00F4F; }
.cv2-ct-come {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	gap: 7px;
	font-size: 13.5px;
	font-weight: 800;
	letter-spacing: .3px;
	margin-top: auto;
	padding-top: 8px;
	min-height: 44px;
	color: #8A1240;
}

.cv2-ct-suggest {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 6;
	margin-top: 4px;
	background: #fff;
	border: 1px solid #EFE0E1;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(54,32,40,.12);
	max-height: 240px;
	overflow: auto;
}
.cv2-ct-suggest[hidden] { display: none !important; }
.cv2-ct-suggest button {
	display: block;
	width: 100%;
	text-align: left;
	border: 0;
	background: transparent;
	padding: 12px 14px;
	min-height: 44px;
	font: inherit;
	font-size: 14px;
	color: #362028;
	cursor: pointer;
}
.cv2-ct-suggest button:hover,
.cv2-ct-suggest button.is-on { background: #F8EFEC; }
.cv2-ct-suggest__ref { color: #77606A; font-size: 12px; margin-left: 6px; }
.cv2-ct-suggest__empty { padding: 10px 14px; font-size: 13px; color: #77606A; }
.cv2-ct-picked {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 10px;
}
.cv2-ct-picked[hidden] { display: none !important; }
.cv2-ct-chip {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	gap: 8px;
	max-width: 100%;
	padding: 8px 10px 8px 12px;
	border-radius: 999px;
	background: #F8EFEC;
	border: 1px solid #E2CBD2;
	color: #3A2430;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}
.cv2-ct-chip__n {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 280px;
}
.cv2-ct-chip__x {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #8A1240;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}
.cv2-ct-chip__x:hover { background: #FFFFFF; }
.cv2-ct-prodnote {
	margin: 8px 0 0;
	font-size: 13px;
	color: #8F757E;
	text-align: left;
}

@media (min-width: 801px) {
	.cv2-ct-hero__inner { padding: 18px 24px 128px; }
	.cv2-ct-title { font-size: 36px; }
	.cv2-ct-cards__inner {
		grid-template-columns: 1fr 1fr;
		padding: 0 24px;
	}
	.cv2-ct-write { padding: 48px 24px 8px; grid-template-columns: 1fr 1fr; }
	.cv2-ct-formgrid { grid-template-columns: 1fr 1fr; }
	.cv2-ct-storegrid { grid-template-columns: 1fr 1fr; }
	.cv2-ct-stores__inner { padding: 0 24px; }
	.cv2-ct-formcard { padding: 36px; }
}
@media (min-width: 1081px) {
	.cv2-ct-title { font-size: 36px; }
	.cv2-ct-cards__inner { grid-template-columns: repeat(4, 1fr); }
	.cv2-ct-write { grid-template-columns: 1fr 1fr; }
	.cv2-ct-storegrid { grid-template-columns: 1fr 1fr 1fr; }
	.cv2-ct-stores__head .cv2-ct-h2 { font-size: 36px; }
}
@media (max-width: 800px) {
	.cv2-ct-hero__photo {
		left: 50%;
		width: 100vw;
		margin-left: -50vw;
		opacity: 1;
		background-position: 20% center;
	}
	.cv2-ct-hero { background: #F7F1EB; }
	.cv2-ct-hero__inner { padding: 18px 16px 88px; }
	.cv2-ct-title { font-size: 36px; }
	.cv2-ct-cards { margin-top: -40px; }
	.cv2-ct-pills { gap: 10px; }
	.cv2-ct-pill { width: 100%; }
	.cv2-ct-pill--msg { width: auto; padding-left: 4px; }
	.cv2-ct-formfoot {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	.cv2-ct-cta { width: 100%; }
	.cv2-ct-row { -webkit-flex-direction: column; flex-direction: column; gap: 4px; }
	.cv2-ct-row__v { text-align: left; }
	.cv2-ct-stores { padding: 48px 0 56px; margin-top: 40px; }
}
